]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
* sk.po
[lyx.git] / lib / doc / es / Math.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \addto\extrasspanish{%
43  \renewcommand*{\equationautorefname}[1]{}
44  \renewcommand{\sectionautorefname}{sec.\negthinspace}
45  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
46  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
47 }
48
49 % don't load packages twice
50 % see first footnote in sec. 9.3
51 \@ifundefined{textcolor}{\usepackage{color}}{}
52
53 % the pages of the TOC are numbered roman
54 % and a PDF-bookmark for the TOC is added
55 \pagenumbering{roman}
56 \let\myTOC\tableofcontents
57 \renewcommand{\tableofcontents}{%
58  \vspace{1cm}
59  \pdfbookmark[1]{\contentsname}{}
60  \myTOC
61  \cleardoublepage
62  \pagenumbering{arabic}}
63
64 % insert additional vertical space of 1.5 mm between footnotes,
65 \let\myFoot\footnote
66 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
67
68 % provides caption formatting
69 \setkomafont{captionlabel}{\bfseries}
70
71 % used in sec. 24.5
72 \usepackage[samesize]{cancel}
73
74 % enables calculation of values
75 \usepackage{calc}
76
77 % for multiple columns used in sec. 24.7
78 \usepackage{multicol}
79
80 % needed in sec. 19.4
81 \usepackage{remreset}
82
83 % for the Fourier transformation symbol
84 \usepackage{mathrsfs}
85
86 % define a color, used in sec.9.3
87 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
88
89 % declare operators (see sec. 10.4 and sec. 15.2)
90 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
91 \DeclareMathOperator{\sgn}{sgn}
92
93 \newcommand{\spce}{\textvisiblespace}
94
95 % example definitions for sec. 20.1 
96 \newcommand{\gr}{\Longrightarrow}
97 \newcommand{\us}[1]{\underline{#1}}
98 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
99 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
100 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
101
102 % example macro from sec. 19.4
103 %\def\tagform@#1{\maketag@@@{|#1|}}
104
105 % macro from sec. 10.2
106 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
107 \def\mathclap {\mathpalette \mathclapinternal}
108 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
109
110
111 % ------------------------------------
112 % used to check for needed LaTeX packages
113 \usepackage{ifthen}
114
115 % check for package eurosym
116 % used for the Euro symbol
117 \newboolean{eurosym}
118 \IfFileExists{eurosym.sty}
119  {\usepackage[gennarrow]{eurosym}
120   \setboolean{eurosym}{true}}
121  {\setboolean{eurosym}{false}}
122
123 % check for package braket
124 % used for physical vectors
125 \newboolean{braket}
126 \IfFileExists{braket.sty}
127  {\usepackage{braket}
128   \setboolean{braket}{true}}
129  {\setboolean{braket}{false}}
130
131 % check for package cancel
132 \newboolean{cancel}
133 \IfFileExists{cancel.sty}
134  {\usepackage{cancel}
135   \setboolean{cancel}{true}}
136  {\setboolean{cancel}{false}}
137
138 % check for package upgreek
139 \newboolean{upgreek}
140 \IfFileExists{upgreek.sty}
141  {\usepackage{upgreek}
142   \setboolean{upgreek}{true}}
143  {\setboolean{upgreek}{false}}
144 \end_preamble
145 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
146 \use_default_options false
147 \maintain_unincluded_children false
148 \language spanish
149 \language_package default
150 \inputencoding auto
151 \fontencoding global
152 \font_roman default
153 \font_sans default
154 \font_typewriter default
155 \font_default_family default
156 \use_non_tex_fonts false
157 \font_sc false
158 \font_osf false
159 \font_sf_scale 100
160 \font_tt_scale 100
161
162 \graphics default
163 \default_output_format default
164 \output_sync 0
165 \bibtex_command default
166 \index_command default
167 \paperfontsize 12
168 \spacing single
169 \use_hyperref true
170 \pdf_title "Manual detallado de Matemáticas en LyX"
171 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
172 \pdf_subject "LyX-documentation about math"
173 \pdf_keywords "LyX, Mathed"
174 \pdf_bookmarks true
175 \pdf_bookmarksnumbered true
176 \pdf_bookmarksopen true
177 \pdf_bookmarksopenlevel 1
178 \pdf_breaklinks false
179 \pdf_pdfborder false
180 \pdf_colorlinks true
181 \pdf_backref false
182 \pdf_pdfusetitle false
183 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
184 \papersize a4paper
185 \use_geometry false
186 \use_amsmath 2
187 \use_esint 1
188 \use_mhchem 1
189 \use_mathdots 1
190 \cite_engine basic
191 \use_bibtopic false
192 \use_indices false
193 \paperorientation portrait
194 \suppress_date false
195 \use_refstyle 0
196 \notefontcolor #0000ff
197 \index Índice
198 \shortcut idx
199 \color #008000
200 \end_index
201 \secnumdepth 4
202 \tocdepth 3
203 \paragraph_separation skip
204 \defskip medskip
205 \quotes_language french
206 \papercolumns 1
207 \papersides 2
208 \paperpagestyle plain
209 \bullet 1 0 6 -1
210 \bullet 2 2 35 -1
211 \bullet 3 2 7 -1
212 \tracking_changes false
213 \output_changes false
214 \html_math_output 0
215 \html_css_as_file 0
216 \html_be_strict false
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 Manual detallado de
223 \begin_inset Newline newline
224 \end_inset
225
226 Matemáticas en LyX
227 \end_layout
228
229 \begin_layout Author
230 por el Equipo LyX
231 \begin_inset Foot
232 status collapsed
233
234 \begin_layout Plain Layout
235 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
236  lista de correo de documentación de LyX
237 \family typewriter
238
239 \begin_inset CommandInset href
240 LatexCommand href
241 name "lyx-docs@lists.lyx.org"
242 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
243
244 \end_inset
245
246
247 \end_layout
248
249 \end_inset
250
251
252 \begin_inset Note Note
253 status collapsed
254
255 \begin_layout Plain Layout
256 autor: Uwe Stöhr, traducción: Ignacio García
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Newline newline
263 \end_inset
264
265
266 \begin_inset Newline newline
267 \end_inset
268
269 Versión 2.0.x
270 \end_layout
271
272 \begin_layout Standard
273 \begin_inset CommandInset toc
274 LatexCommand tableofcontents
275
276 \end_inset
277
278
279 \end_layout
280
281 \begin_layout Standard
282 \begin_inset Note Note
283 status open
284
285 \begin_layout Plain Layout
286 Para exportar este documento a PDF, PS o DVI deberían estar instalados los
287  paquetes LaTeX 
288 \series bold
289 braket, cancel, eurosym, mathdots, mhchem
290 \series default
291  y 
292 \series bold
293 was
294 \series default
295 .
296  Si
297 \series bold
298  
299 \series default
300 no están instalados también puedes exportar el documento pero las secciones
301  en que se requieren dichos paquetes no aparecerán en la salida.
302  
303 \series bold
304 mhchem
305 \series default
306  es una excepción: si no está instalado no se puede exportar este archivo.
307 \end_layout
308
309 \begin_layout Plain Layout
310 La última versión PDF de este documento está disponible en:
311 \begin_inset Newline newline
312 \end_inset
313
314
315 \series bold
316 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
317 \end_layout
318
319 \end_inset
320
321
322 \begin_inset Newpage newpage
323 \end_inset
324
325
326 \end_layout
327
328 \begin_layout Section
329 Introducción
330 \end_layout
331
332 \begin_layout Standard
333 Este documento explica las características matemáticas de LyX y además es
334  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
335  Las explicaciones están diseñadas para el uso de comandos.
336  Por consiguiente es preciso que hayas leído la sección 
337 \emph on
338 Ecuaciones matemáticas
339 \emph default
340  de la 
341 \emph on
342 Guía del usuario
343 \emph default
344 .
345 \end_layout
346
347 \begin_layout Standard
348 La mayoría de caracteres y muchas estructuras explicadas en este manual
349  también son accesibles mediante el menú 
350 \family sans
351 Insertar\SpecialChar \menuseparator
352 Ecuación
353 \family default
354  o la barra de herramientas
355 \family sans
356  Ecuaciones
357 \family default
358 .
359  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
360  mucho más rápido usar comandos que la barra de herramientas.
361  Por tanto este manual está enfocado al uso de comandos, aunque también
362  se mencionan los botones correspondientes de las barras de herramientas
363  cuando están disponibles.
364 \end_layout
365
366 \begin_layout Standard
367 Si no se especifica lo contrario los comandos sólo están disponibles dentro
368  de las fórmulas.
369  Para poder usar todos los comandos explicados en este documento, debe usarse
370  la opción 
371 \family sans
372 Usar el paquete de ecuaciones AMS
373 \family default
374  en la configuración del documento (menú 
375 \family sans
376 Documento\SpecialChar \menuseparator
377 Configuración\SpecialChar \menuseparator
378 Opciones de ecuación
379 \family default
380 )
381 \begin_inset Foot
382 status collapsed
383
384 \begin_layout Plain Layout
385 La opción 
386 \family sans
387 Usar el paquete de ecuaciones AMS automáticamente
388 \family default
389  sólo usa ecuaciones 
390 \begin_inset ERT
391 status collapsed
392
393 \begin_layout Plain Layout
394
395
396 \backslash
397 AmS 
398 \end_layout
399
400 \end_inset
401
402
403 \begin_inset space ~
404 \end_inset
405
406  si las estructuras matemáticas son soportadas por LyX.
407 \end_layout
408
409 \end_inset
410
411 .
412 \end_layout
413
414 \begin_layout Standard
415 Este documento no recoge todos los comandos de ecuaciones 
416 \begin_inset ERT
417 status collapsed
418
419 \begin_layout Plain Layout
420
421
422 \backslash
423 AmS 
424 \end_layout
425
426 \end_inset
427
428
429 \begin_inset Foot
430 status collapsed
431
432 \begin_layout Plain Layout
433 En el archivo 
434 \family sans
435
436 \begin_inset CommandInset href
437 LatexCommand href
438 name "amsguide.ps"
439 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
440
441 \end_inset
442
443
444 \family default
445 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
446  lista con todos los comandos de ecuaciones 
447 \begin_inset ERT
448 status collapsed
449
450 \begin_layout Plain Layout
451
452
453 \backslash
454 AmS 
455 \end_layout
456
457 \end_inset
458
459 .
460 \end_layout
461
462 \end_inset
463
464  por razones de claridad.
465 \end_layout
466
467 \begin_layout Section
468 Instrucciones generales
469 \end_layout
470
471 \begin_layout Standard
472 Para crear una ecuación en línea
473 \begin_inset Index idx
474 status collapsed
475
476 \begin_layout Plain Layout
477 Ecuación ! en línea
478 \end_layout
479
480 \end_inset
481
482  insertada en una línea de texto, teclea una de las combinaciones 
483 \family sans
484 Ctrl+M, Alt+C M, Alt+M M
485 \family default
486  o pulsa el botón 
487 \begin_inset Graphics
488         filename ../../images/math-mode.png
489         scale 85
490
491 \end_inset
492
493  de la barra de herramientas.
494 \begin_inset Newline newline
495 \end_inset
496
497 Para crear una ecuación en estilo presentación
498 \begin_inset Index idx
499 status collapsed
500
501 \begin_layout Plain Layout
502 Ecuación ! presentada
503 \end_layout
504
505 \end_inset
506
507 , que se verá más grande y en su propio párrafo, teclea
508 \family sans
509  
510 \family default
511 una de estas combinaciones: 
512 \family sans
513 Ctrl+Mayúsculas+M, Alt+M D.
514 \end_layout
515
516 \begin_layout Standard
517 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
518  dentro de la ecuación y teclea
519 \family sans
520  Ctrl+M, Alt+C M, Alt+M M 
521 \family default
522 o usa el menú 
523 \family sans
524 Editar\SpecialChar \menuseparator
525 Ecuación\SpecialChar \menuseparator
526 Cambiar tipo de ecuación
527 \family default
528 .
529  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
530 \end_layout
531
532 \begin_layout Standard
533 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
534  presentada, escribe el comando 
535 \series bold
536
537 \backslash
538 displaystyle
539 \series default
540
541 \begin_inset Index idx
542 status collapsed
543
544 \begin_layout Plain Layout
545 Comandos ! D ! 
546 \backslash
547 displaystyle
548 \end_layout
549
550 \end_inset
551
552  en la ecuación y pulsa espacio.
553  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
554  de la ecuación.
555 \end_layout
556
557 \begin_layout Standard
558 En los cuadros sólo se permiten ecuaciones en línea.
559 \end_layout
560
561 \begin_layout Standard
562 Las barras 
563 \family sans
564 Ecuaciones
565 \family default
566  y 
567 \family sans
568 Paneles de ecuaciones 
569 \family default
570 se pueden visualizar mediante el menú 
571 \family sans
572 Ver\SpecialChar \menuseparator
573 Barras de herramientas
574 \family default
575 .
576  Si ahí pulsas en 
577 \begin_inset Quotes fld
578 \end_inset
579
580 Ecuaciones
581 \begin_inset Quotes frd
582 \end_inset
583
584  y/o en 
585 \begin_inset Quotes fld
586 \end_inset
587
588 Paneles de ecuaciones
589 \begin_inset Quotes frd
590 \end_inset
591
592 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
593  estado se visualiza en el menú de las barras de herramientas con una marca.
594  Si en este estado pulsas de nuevo sobre 
595 \begin_inset Quotes fld
596 \end_inset
597
598 Ecuaciones
599 \begin_inset Quotes frd
600 \end_inset
601
602  y/o 
603 \begin_inset Quotes fld
604 \end_inset
605
606 Paneles de ecuaciones
607 \begin_inset Quotes frd
608 \end_inset
609
610  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
611  de una ecuación; este estado se indica añadiendo a las entradas del menú
612  la palabra 
613 \begin_inset Quotes fld
614 \end_inset
615
616 (auto)
617 \begin_inset Quotes frd
618 \end_inset
619
620 .
621  
622 \end_layout
623
624 \begin_layout Standard
625 El modo TeX
626 \begin_inset Index idx
627 status collapsed
628
629 \begin_layout Plain Layout
630 T@TeX ! modo
631 \end_layout
632
633 \end_inset
634
635  se inicia pulsando el botón 
636 \begin_inset Graphics
637         filename ../../images/ert-insert.png
638         scale 85
639
640 \end_inset
641
642  de la barra de herramientas o con el menú 
643 \family sans
644 Insertar\SpecialChar \menuseparator
645 Código Te
646 \begin_inset ERT
647 status collapsed
648
649 \begin_layout Plain Layout
650
651 {}
652 \end_layout
653
654 \end_inset
655
656 X
657 \family default
658 , (atajo 
659 \family sans
660 Ctrl+L
661 \family default
662 ).
663 \begin_inset Note Note
664 status collapsed
665
666 \begin_layout Plain Layout
667 En LyX hay tres 
668 \begin_inset Quotes fld
669 \end_inset
670
671 nombres propios
672 \begin_inset Quotes frd
673 \end_inset
674
675  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
676  LaTeX y LyX.
677 \end_layout
678
679 \begin_layout Plain Layout
680 Para evitar que estas palabras sean reconocidas como tales nombres propios,
681  se inserta un par de llaves TeX.
682  
683 \end_layout
684
685 \end_inset
686
687
688 \end_layout
689
690 \begin_layout Standard
691 Para cambiar el preámbulo LaTeX
692 \begin_inset Index idx
693 status collapsed
694
695 \begin_layout Plain Layout
696 LaTeX, preámbulo
697 \end_layout
698
699 \end_inset
700
701 , usa el menú 
702 \family sans
703 Documento\SpecialChar \menuseparator
704 Configuración\SpecialChar \menuseparator
705 Preámbulo LaT
706 \begin_inset ERT
707 status collapsed
708
709 \begin_layout Plain Layout
710
711 {}
712 \end_layout
713
714 \end_inset
715
716 eX
717 \family default
718 .
719 \end_layout
720
721 \begin_layout Standard
722 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
723  multilínea, se pueden usar los menús 
724 \family sans
725 Editar\SpecialChar \menuseparator
726 Ecuación
727 \family default
728  y 
729 \family sans
730 Editar\SpecialChar \menuseparator
731 Filas y columnas
732 \family default
733  o la barra de herramientas de 
734 \family sans
735 Cuadro
736 \family default
737 .
738  Cuando las líneas y columnas se intercambian mediante el menú, la columna
739  o línea en la que está se cambia con la columna de la derecha o con la
740  línea de abajo, respectivamente.
741  Si el cursor está en la última columna o fila, el cambio se hace con la
742  columna de la izquierda o la línea de arriba.
743 \end_layout
744
745 \begin_layout Standard
746 Para escribir texto en fórmulas se usa 
747 \emph on
748 texto de ecuaciones
749 \emph default
750
751 \begin_inset Index idx
752 status collapsed
753
754 \begin_layout Plain Layout
755 Texto ! en ecuaciones
756 \end_layout
757
758 \end_inset
759
760 .
761 \begin_inset Foot
762 status collapsed
763
764 \begin_layout Plain Layout
765 Para ecuaciones multilínea se usa el comando 
766 \series bold
767
768 \backslash
769 intertext
770 \series default
771 , véase
772 \begin_inset space ~
773 \end_inset
774
775
776 \begin_inset CommandInset ref
777 LatexCommand ref
778 reference "sub:Texto-en-multilínea"
779
780 \end_inset
781
782 .
783 \end_layout
784
785 \end_inset
786
787  Este modo se inicia con el atajo 
788 \family sans
789 Alt+M
790 \begin_inset space ~
791 \end_inset
792
793 M
794 \family default
795  o
796 \family sans
797  Ctrl+M
798 \family default
799  o insertando el comando 
800 \series bold
801
802 \backslash
803 text
804 \series default
805
806 \begin_inset Index idx
807 status collapsed
808
809 \begin_layout Plain Layout
810 Comandos ! T ! 
811 \backslash
812 text
813 \end_layout
814
815 \end_inset
816
817 .
818  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
819  partes de la ecuación que se ven en azul.
820  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
821 a de otras partes de la fórmula.
822 \end_layout
823
824 \begin_layout Subsection*
825 Esquema de comandos
826 \end_layout
827
828 \begin_layout Standard
829 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
830  siguiente esquema:
831 \end_layout
832
833 \begin_layout Standard
834
835 \series bold
836
837 \backslash
838 nombre_del_comando[argumento opcional]{argumento requerido}
839 \end_layout
840
841 \begin_layout Standard
842 Un comando empieza siempre por una barra inversa, 
843 \begin_inset Quotes fld
844 \end_inset
845
846
847 \series bold
848
849 \backslash
850
851 \series default
852
853 \begin_inset Quotes frd
854 \end_inset
855
856 .
857  Para omitir argumentos opcionales, quita también los corchetes asociados.
858  En este documento, las llaves que encierran los argumentos requeridos se
859  denominan llaves TeX
860 \begin_inset Index idx
861 status collapsed
862
863 \begin_layout Plain Layout
864 T@TeX ! llaves
865 \end_layout
866
867 \end_inset
868
869 .
870  Si en una ecuación añades una llave de apertura al nombre de un comando,
871  LyX crea automáticamente una llave TeX.
872  En todos los demás casos las llaves TeX se crean en las ecuaciones con
873  el comando 
874 \series bold
875
876 \backslash
877 {
878 \series default
879 .
880  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
881  que se muestran en azul.
882  En modo TeX no hace falta comando para poner llaves TeX.
883  Las llaves TeX no aparecen en la salida.
884 \end_layout
885
886 \begin_layout Standard
887 En el caso de comandos sin argumentos, como los comandos para símbolos que
888  se introducen en modo TeX, 
889 \emph on
890 siempre
891 \emph default
892  debe teclearse un espacio tras el comando para finalizarlo.
893  Este espacio no aparece en la salida.
894  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
895  de un espacio protegido en texto normal.
896 \end_layout
897
898 \begin_layout Standard
899 Un espacio protegido se inserta con 
900 \family sans
901 Ctrl+Espacio
902 \family default
903 .
904 \end_layout
905
906 \begin_layout Subsection*
907 Explicación de la sintaxis
908 \end_layout
909
910 \begin_layout Itemize
911 El símbolo 
912 \begin_inset ERT
913 status collapsed
914
915 \begin_layout Plain Layout
916
917
918 \backslash
919 spce 
920 \end_layout
921
922 \end_inset
923
924
925 \begin_inset Foot
926 status collapsed
927
928 \begin_layout Plain Layout
929 Este carácter, espacio visible, se puede componer con el comando 
930 \series bold
931
932 \backslash
933 textvisiblespace
934 \series default
935
936 \begin_inset Index idx
937 status collapsed
938
939 \begin_layout Plain Layout
940 Comandos ! T ! 
941 \backslash
942 textvisiblespace
943 \end_layout
944
945 \end_inset
946
947  insertado en código TeX.
948 \end_layout
949
950 \end_inset
951
952  indica que hay que teclear un espacio.
953 \end_layout
954
955 \begin_layout Itemize
956 Una flecha como 
957 \begin_inset Formula $\rightarrow$
958 \end_inset
959
960  indica el uso de la correspondiente tecla de flecha.
961  La tecla 
962 \family sans
963 Tab
964 \family default
965  se puede usar a menudo en vez de 
966 \begin_inset Formula $\rightarrow$
967 \end_inset
968
969  y 
970 \begin_inset Formula $\downarrow$
971 \end_inset
972
973 , y 
974 \family sans
975 Mayús+Tab
976 \family default
977  en vez de 
978 \begin_inset Formula $\leftarrow$
979 \end_inset
980
981  y 
982 \begin_inset Formula $\uparrow$
983 \end_inset
984
985 .
986 \end_layout
987
988 \begin_layout Subsection*
989 Unidades disponibles
990 \end_layout
991
992 \begin_layout Standard
993 \align center
994 \begin_inset Float table
995 placement H
996 wide false
997 sideways false
998 status open
999
1000 \begin_layout Plain Layout
1001 \align center
1002 \begin_inset Caption
1003
1004 \begin_layout Plain Layout
1005 \begin_inset CommandInset label
1006 LatexCommand label
1007 name "tab:Unidades-disponibles"
1008
1009 \end_inset
1010
1011 Unidades disponibles
1012 \end_layout
1013
1014 \end_inset
1015
1016
1017 \end_layout
1018
1019 \begin_layout Plain Layout
1020 \align center
1021 \begin_inset Tabular
1022 <lyxtabular version="3" rows="13" columns="2">
1023 <features tabularvalignment="middle">
1024 <column alignment="center" valignment="top" width="0">
1025 <column alignment="center" valignment="top" width="0">
1026 <row>
1027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1028 \begin_inset Text
1029
1030 \begin_layout Plain Layout
1031 Unidad
1032 \end_layout
1033
1034 \end_inset
1035 </cell>
1036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1037 \begin_inset Text
1038
1039 \begin_layout Plain Layout
1040 Nombre / Descripción
1041 \end_layout
1042
1043 \end_inset
1044 </cell>
1045 </row>
1046 <row>
1047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1048 \begin_inset Text
1049
1050 \begin_layout Plain Layout
1051 mm
1052 \end_layout
1053
1054 \end_inset
1055 </cell>
1056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1057 \begin_inset Text
1058
1059 \begin_layout Plain Layout
1060 Milímetro
1061 \end_layout
1062
1063 \end_inset
1064 </cell>
1065 </row>
1066 <row>
1067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1068 \begin_inset Text
1069
1070 \begin_layout Plain Layout
1071 cm
1072 \end_layout
1073
1074 \end_inset
1075 </cell>
1076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1077 \begin_inset Text
1078
1079 \begin_layout Plain Layout
1080 Centímetro
1081 \end_layout
1082
1083 \end_inset
1084 </cell>
1085 </row>
1086 <row>
1087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Plain Layout
1091 in
1092 \end_layout
1093
1094 \end_inset
1095 </cell>
1096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1097 \begin_inset Text
1098
1099 \begin_layout Plain Layout
1100 Pulgada (1
1101 \begin_inset space \thinspace{}
1102 \end_inset
1103
1104 in = 2,54
1105 \begin_inset space \thinspace{}
1106 \end_inset
1107
1108 cm)
1109 \end_layout
1110
1111 \end_inset
1112 </cell>
1113 </row>
1114 <row>
1115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1116 \begin_inset Text
1117
1118 \begin_layout Plain Layout
1119 pt
1120 \end_layout
1121
1122 \end_inset
1123 </cell>
1124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1125 \begin_inset Text
1126
1127 \begin_layout Plain Layout
1128 Punto (72.27
1129 \begin_inset space \thinspace{}
1130 \end_inset
1131
1132 pt = 1
1133 \begin_inset space \thinspace{}
1134 \end_inset
1135
1136 in)
1137 \end_layout
1138
1139 \end_inset
1140 </cell>
1141 </row>
1142 <row>
1143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1144 \begin_inset Text
1145
1146 \begin_layout Plain Layout
1147 pc
1148 \end_layout
1149
1150 \end_inset
1151 </cell>
1152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1153 \begin_inset Text
1154
1155 \begin_layout Plain Layout
1156 Pica (1
1157 \begin_inset space \thinspace{}
1158 \end_inset
1159
1160 pc = 12
1161 \begin_inset space \thinspace{}
1162 \end_inset
1163
1164 pt)
1165 \end_layout
1166
1167 \end_inset
1168 </cell>
1169 </row>
1170 <row>
1171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1172 \begin_inset Text
1173
1174 \begin_layout Plain Layout
1175 sp
1176 \end_layout
1177
1178 \end_inset
1179 </cell>
1180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1181 \begin_inset Text
1182
1183 \begin_layout Plain Layout
1184 Punto escalado (65536
1185 \begin_inset space \thinspace{}
1186 \end_inset
1187
1188 sp = 1
1189 \begin_inset space \thinspace{}
1190 \end_inset
1191
1192 pt)
1193 \end_layout
1194
1195 \end_inset
1196 </cell>
1197 </row>
1198 <row>
1199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1200 \begin_inset Text
1201
1202 \begin_layout Plain Layout
1203 bp
1204 \end_layout
1205
1206 \end_inset
1207 </cell>
1208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1209 \begin_inset Text
1210
1211 \begin_layout Plain Layout
1212 Punto grande (72
1213 \begin_inset space \thinspace{}
1214 \end_inset
1215
1216 bp = 1
1217 \begin_inset space \thinspace{}
1218 \end_inset
1219
1220 in)
1221 \end_layout
1222
1223 \end_inset
1224 </cell>
1225 </row>
1226 <row>
1227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1228 \begin_inset Text
1229
1230 \begin_layout Plain Layout
1231 dd
1232 \end_layout
1233
1234 \end_inset
1235 </cell>
1236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1237 \begin_inset Text
1238
1239 \begin_layout Plain Layout
1240 Didot (1
1241 \begin_inset space \thinspace{}
1242 \end_inset
1243
1244 dd 
1245 \begin_inset Formula $\approx$
1246 \end_inset
1247
1248  0.376
1249 \begin_inset space \thinspace{}
1250 \end_inset
1251
1252 mm)
1253 \end_layout
1254
1255 \end_inset
1256 </cell>
1257 </row>
1258 <row>
1259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1260 \begin_inset Text
1261
1262 \begin_layout Plain Layout
1263 cc
1264 \end_layout
1265
1266 \end_inset
1267 </cell>
1268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1269 \begin_inset Text
1270
1271 \begin_layout Plain Layout
1272 Cicero (1
1273 \begin_inset space \thinspace{}
1274 \end_inset
1275
1276 cc = 12
1277 \begin_inset space \thinspace{}
1278 \end_inset
1279
1280 dd)
1281 \end_layout
1282
1283 \end_inset
1284 </cell>
1285 </row>
1286 <row>
1287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1288 \begin_inset Text
1289
1290 \begin_layout Plain Layout
1291 ex
1292 \end_layout
1293
1294 \end_inset
1295 </cell>
1296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1297 \begin_inset Text
1298
1299 \begin_layout Plain Layout
1300 Altura de la letra 
1301 \begin_inset Quotes fld
1302 \end_inset
1303
1304
1305 \emph on
1306 x
1307 \emph default
1308
1309 \begin_inset Quotes frd
1310 \end_inset
1311
1312  en la tipografía actual
1313 \end_layout
1314
1315 \end_inset
1316 </cell>
1317 </row>
1318 <row>
1319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1320 \begin_inset Text
1321
1322 \begin_layout Plain Layout
1323 em
1324 \end_layout
1325
1326 \end_inset
1327 </cell>
1328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1329 \begin_inset Text
1330
1331 \begin_layout Plain Layout
1332 Anchura de la letra 
1333 \begin_inset Quotes fld
1334 \end_inset
1335
1336
1337 \emph on
1338 M
1339 \emph default
1340
1341 \begin_inset Quotes frd
1342 \end_inset
1343
1344  en la tipografía actual
1345 \end_layout
1346
1347 \end_inset
1348 </cell>
1349 </row>
1350 <row>
1351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1352 \begin_inset Text
1353
1354 \begin_layout Plain Layout
1355 mu
1356 \end_layout
1357
1358 \end_inset
1359 </cell>
1360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1361 \begin_inset Text
1362
1363 \begin_layout Plain Layout
1364 Unidad matemática (1
1365 \begin_inset space \thinspace{}
1366 \end_inset
1367
1368 mu = 
1369 \begin_inset Formula $\nicefrac{1}{18}$
1370 \end_inset
1371
1372
1373 \begin_inset space \thinspace{}
1374 \end_inset
1375
1376 em)
1377 \end_layout
1378
1379 \end_inset
1380 </cell>
1381 </row>
1382 </lyxtabular>
1383
1384 \end_inset
1385
1386
1387 \end_layout
1388
1389 \end_inset
1390
1391
1392 \end_layout
1393
1394 \begin_layout Standard
1395 \align center
1396 \begin_inset Newpage newpage
1397 \end_inset
1398
1399
1400 \end_layout
1401
1402 \begin_layout Section
1403 Funciones básicas
1404 \end_layout
1405
1406 \begin_layout Subsection
1407 Exponentes
1408 \begin_inset Index idx
1409 status collapsed
1410
1411 \begin_layout Plain Layout
1412 Exponentes
1413 \end_layout
1414
1415 \end_inset
1416
1417  e índices
1418 \begin_inset Index idx
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422 Indices@Índices
1423 \end_layout
1424
1425 \end_inset
1426
1427
1428 \begin_inset Index idx
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432 Superíndices|see
1433 \begin_inset ERT
1434 status collapsed
1435
1436 \begin_layout Plain Layout
1437
1438 {
1439 \end_layout
1440
1441 \end_inset
1442
1443 Exponentes
1444 \begin_inset ERT
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448
1449 }
1450 \end_layout
1451
1452 \end_inset
1453
1454
1455 \end_layout
1456
1457 \end_inset
1458
1459
1460 \begin_inset Index idx
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464 Subíndices|see
1465 \begin_inset ERT
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469
1470 {
1471 \end_layout
1472
1473 \end_inset
1474
1475 Índices
1476 \begin_inset ERT
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480
1481 }
1482 \end_layout
1483
1484 \end_inset
1485
1486
1487 \end_layout
1488
1489 \end_inset
1490
1491
1492 \end_layout
1493
1494 \begin_layout Standard
1495 Los subíndices se componen con un guión bajo 
1496 \begin_inset Quotes fld
1497 \end_inset
1498
1499 _
1500 \begin_inset Quotes frd
1501 \end_inset
1502
1503  o con el botón de la barra de herramientas de ecuaciones 
1504 \begin_inset Graphics
1505         filename ../../images/math-subscript.png
1506         scale 85
1507
1508 \end_inset
1509
1510 , los superíndices con un circunflejo 
1511 \begin_inset Quotes fld
1512 \end_inset
1513
1514 ^
1515 \begin_inset Quotes frd
1516 \end_inset
1517
1518  o con el botón de la barra de herramientas de ecuaciones 
1519 \begin_inset Graphics
1520         filename ../../images/math-superscript.png
1521         scale 85
1522
1523 \end_inset
1524
1525 .
1526 \end_layout
1527
1528 \begin_layout Standard
1529 \noindent
1530 \align center
1531 \begin_inset Tabular
1532 <lyxtabular version="3" rows="4" columns="2">
1533 <features tabularvalignment="middle">
1534 <column alignment="center" valignment="top" width="0">
1535 <column alignment="center" valignment="top" width="0">
1536 <row>
1537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1538 \begin_inset Text
1539
1540 \begin_layout Plain Layout
1541 Comando
1542 \end_layout
1543
1544 \end_inset
1545 </cell>
1546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1547 \begin_inset Text
1548
1549 \begin_layout Plain Layout
1550 Resultado
1551 \begin_inset Note Note
1552 status open
1553
1554 \begin_layout Plain Layout
1555
1556 \series bold
1557
1558 \backslash
1559 raisebox
1560 \series default
1561  sólo se usa como espaciador.
1562 \end_layout
1563
1564 \end_inset
1565
1566
1567 \end_layout
1568
1569 \end_inset
1570 </cell>
1571 </row>
1572 <row>
1573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1574 \begin_inset Text
1575
1576 \begin_layout Plain Layout
1577 B_V
1578 \end_layout
1579
1580 \end_inset
1581 </cell>
1582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1583 \begin_inset Text
1584
1585 \begin_layout Plain Layout
1586 \begin_inset Formula $B_{V}$
1587 \end_inset
1588
1589
1590 \end_layout
1591
1592 \end_inset
1593 </cell>
1594 </row>
1595 <row>
1596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1597 \begin_inset Text
1598
1599 \begin_layout Plain Layout
1600 B^V
1601 \end_layout
1602
1603 \end_inset
1604 </cell>
1605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1606 \begin_inset Text
1607
1608 \begin_layout Plain Layout
1609 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1610 \end_inset
1611
1612
1613 \end_layout
1614
1615 \end_inset
1616 </cell>
1617 </row>
1618 <row>
1619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1620 \begin_inset Text
1621
1622 \begin_layout Plain Layout
1623 B^
1624 \begin_inset ERT
1625 status collapsed
1626
1627 \begin_layout Plain Layout
1628
1629
1630 \backslash
1631 spce 
1632 \end_layout
1633
1634 \end_inset
1635
1636 A
1637 \end_layout
1638
1639 \end_inset
1640 </cell>
1641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1642 \begin_inset Text
1643
1644 \begin_layout Plain Layout
1645 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1646 \end_inset
1647
1648
1649 \end_layout
1650
1651 \end_inset
1652 </cell>
1653 </row>
1654 </lyxtabular>
1655
1656 \end_inset
1657
1658
1659 \end_layout
1660
1661 \begin_layout Standard
1662 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1663  caso acentuará las vocales y no servirá para entrar en modo exponente.
1664 \begin_inset Foot
1665 status collapsed
1666
1667 \begin_layout Plain Layout
1668 Dependiendo de la configuración del teclado esto puede suceder también con
1669  otros caracteres además de las vocales.
1670 \end_layout
1671
1672 \end_inset
1673
1674  Para conseguir exponentes en estos casos debes pulsar 
1675 \family sans
1676 Espacio
1677 \family default
1678  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1679  
1680 \end_layout
1681
1682 \begin_layout Subsection
1683 Fracciones
1684 \begin_inset CommandInset label
1685 LatexCommand label
1686 name "sub:Fracciones"
1687
1688 \end_inset
1689
1690
1691 \begin_inset Index idx
1692 status collapsed
1693
1694 \begin_layout Plain Layout
1695 Fracciones
1696 \end_layout
1697
1698 \end_inset
1699
1700
1701 \end_layout
1702
1703 \begin_layout Standard
1704 Las fracciones se generan con el comando 
1705 \series bold
1706
1707 \backslash
1708 frac
1709 \series default
1710
1711 \begin_inset Index idx
1712 status collapsed
1713
1714 \begin_layout Plain Layout
1715 Comandos ! F ! 
1716 \backslash
1717 frac
1718 \end_layout
1719
1720 \end_inset
1721
1722  o con el botón 
1723 \begin_inset Graphics
1724         filename ../../images/math/frac.png
1725         scale 50
1726
1727 \end_inset
1728
1729  de la barra de herramientas.
1730  El tamaño de tipografía se ajusta automáticamente, dependiendo de si la
1731  fracción está en línea o en estilo presentación.
1732  Con el botón 
1733 \begin_inset Graphics
1734         filename ../../images/math/frac-square.png
1735         scale 85
1736
1737 \end_inset
1738
1739 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1740  de fracciones.
1741 \end_layout
1742
1743 \begin_layout Standard
1744 Con el comando 
1745 \series bold
1746
1747 \backslash
1748 dfrac
1749 \series default
1750
1751 \begin_inset Index idx
1752 status collapsed
1753
1754 \begin_layout Plain Layout
1755 Comandos ! D ! 
1756 \backslash
1757 dfrac
1758 \end_layout
1759
1760 \end_inset
1761
1762  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1763  presentación.
1764  Con 
1765 \series bold
1766
1767 \backslash
1768 tfrac
1769 \series default
1770
1771 \begin_inset Index idx
1772 status collapsed
1773
1774 \begin_layout Plain Layout
1775 Comandos ! T ! 
1776 \backslash
1777 tfrac
1778 \end_layout
1779
1780 \end_inset
1781
1782  la fracción tiene siempre el tamaño del estilo en línea.
1783  Un ejemplo:
1784 \end_layout
1785
1786 \begin_layout Standard
1787 Una línea con la fracción 
1788 \begin_inset Formula $\frac{1}{2}$
1789 \end_inset
1790
1791  creada con el comando 
1792 \series bold
1793
1794 \backslash
1795 frac
1796 \series default
1797 .
1798  
1799 \end_layout
1800
1801 \begin_layout Standard
1802 Una línea con la fracción 
1803 \begin_inset Formula $\dfrac{1}{2}$
1804 \end_inset
1805
1806  creada con el comando 
1807 \series bold
1808
1809 \backslash
1810 dfrac
1811 \series default
1812 .
1813 \end_layout
1814
1815 \begin_layout Standard
1816 \noindent
1817 \align center
1818 \begin_inset Tabular
1819 <lyxtabular version="3" rows="4" columns="2">
1820 <features tabularvalignment="middle">
1821 <column alignment="center" valignment="top" width="0">
1822 <column alignment="center" valignment="top" width="0">
1823 <row>
1824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1825 \begin_inset Text
1826
1827 \begin_layout Plain Layout
1828 Comando
1829 \end_layout
1830
1831 \end_inset
1832 </cell>
1833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1834 \begin_inset Text
1835
1836 \begin_layout Plain Layout
1837 Resultado
1838 \begin_inset Note Note
1839 status collapsed
1840
1841 \begin_layout Plain Layout
1842
1843 \series bold
1844
1845 \backslash
1846 raisebox
1847 \series default
1848  se usa sólo como espaciador
1849 \end_layout
1850
1851 \end_inset
1852
1853
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 </row>
1859 <row>
1860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864
1865 \backslash
1866 frac
1867 \begin_inset ERT
1868 status collapsed
1869
1870 \begin_layout Plain Layout
1871
1872
1873 \backslash
1874 spce 
1875 \end_layout
1876
1877 \end_inset
1878
1879 A
1880 \begin_inset Formula $\downarrow$
1881 \end_inset
1882
1883 B
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1893 \end_inset
1894
1895
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 </row>
1901 <row>
1902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1903 \begin_inset Text
1904
1905 \begin_layout Plain Layout
1906
1907 \backslash
1908 dfrac
1909 \begin_inset ERT
1910 status collapsed
1911
1912 \begin_layout Plain Layout
1913
1914
1915 \backslash
1916 spce 
1917 \end_layout
1918
1919 \end_inset
1920
1921 A
1922 \begin_inset Formula $\downarrow$
1923 \end_inset
1924
1925 B
1926 \end_layout
1927
1928 \end_inset
1929 </cell>
1930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1931 \begin_inset Text
1932
1933 \begin_layout Plain Layout
1934 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1935 \end_inset
1936
1937
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 </row>
1943 <row>
1944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948
1949 \backslash
1950 dfrac
1951 \begin_inset ERT
1952 status collapsed
1953
1954 \begin_layout Plain Layout
1955
1956
1957 \backslash
1958 spce 
1959 \end_layout
1960
1961 \end_inset
1962
1963 e^
1964 \backslash
1965 frac
1966 \begin_inset ERT
1967 status collapsed
1968
1969 \begin_layout Plain Layout
1970
1971
1972 \backslash
1973 spce 
1974 \end_layout
1975
1976 \end_inset
1977
1978 1
1979 \begin_inset Formula $\downarrow$
1980 \end_inset
1981
1982 2
1983 \begin_inset Formula $\downarrow$
1984 \end_inset
1985
1986 3
1987 \end_layout
1988
1989 \end_inset
1990 </cell>
1991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1992 \begin_inset Text
1993
1994 \begin_layout Plain Layout
1995 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1996 \end_inset
1997
1998
1999 \end_layout
2000
2001 \end_inset
2002 </cell>
2003 </row>
2004 </lyxtabular>
2005
2006 \end_inset
2007
2008
2009 \begin_inset VSpace bigskip
2010 \end_inset
2011
2012
2013 \end_layout
2014
2015 \begin_layout Standard
2016 Para fracciones anidadas se puede usar el comando 
2017 \series bold
2018
2019 \backslash
2020 cfrac
2021 \series default
2022
2023 \begin_inset Index idx
2024 status collapsed
2025
2026 \begin_layout Plain Layout
2027 Comandos ! C ! 
2028 \backslash
2029 cfrac
2030 \end_layout
2031
2032 \end_inset
2033
2034 .
2035  Un ejemplo:
2036 \begin_inset VSpace -3mm
2037 \end_inset
2038
2039
2040 \end_layout
2041
2042 \begin_layout Standard
2043 \begin_inset Formula 
2044 \begin{align*}
2045 \textrm{creada con \textbf{\textbackslash frac}} &  & \textrm{creada con \textbf{\textbackslash cfrac}}\\
2046 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2047 \end{align*}
2048
2049 \end_inset
2050
2051
2052 \end_layout
2053
2054 \begin_layout Standard
2055 El comando para el ejemplo de arriba es:
2056 \end_layout
2057
2058 \begin_layout Standard
2059
2060 \series bold
2061
2062 \backslash
2063 cfrac
2064 \begin_inset ERT
2065 status collapsed
2066
2067 \begin_layout Plain Layout
2068
2069
2070 \backslash
2071 spce 
2072 \end_layout
2073
2074 \end_inset
2075
2076 A
2077 \begin_inset Formula $\downarrow$
2078 \end_inset
2079
2080 B+
2081 \backslash
2082 cfrac
2083 \begin_inset ERT
2084 status collapsed
2085
2086 \begin_layout Plain Layout
2087
2088
2089 \backslash
2090 spce 
2091 \end_layout
2092
2093 \end_inset
2094
2095 C+
2096 \backslash
2097 cfrac
2098 \begin_inset ERT
2099 status collapsed
2100
2101 \begin_layout Plain Layout
2102
2103
2104 \backslash
2105 spce 
2106 \end_layout
2107
2108 \end_inset
2109
2110 E
2111 \begin_inset Formula $\downarrow$
2112 \end_inset
2113
2114 F
2115 \begin_inset Formula $\downarrow$
2116 \end_inset
2117
2118 D
2119 \end_layout
2120
2121 \begin_layout Standard
2122 \begin_inset VSpace medskip
2123 \end_inset
2124
2125
2126 \end_layout
2127
2128 \begin_layout Standard
2129
2130 \series bold
2131
2132 \backslash
2133 cfrac
2134 \series default
2135  compone la fracción siempre en el tamaño del estilo presentación, también
2136  cuando es parte de otra fracción.
2137 \end_layout
2138
2139 \begin_layout Standard
2140 Es posible especificar la alineación del numerador.
2141  El comando 
2142 \series bold
2143
2144 \backslash
2145 cfracleft
2146 \series default
2147  se usa para alinearlo a la izquierda, el comando 
2148 \series bold
2149
2150 \backslash
2151 cfracright
2152 \series default
2153  para alinearlo a la derecha, 
2154 \series bold
2155
2156 \backslash
2157 cfrac
2158 \series default
2159  centra el numerador.
2160 \end_layout
2161
2162 \begin_layout Standard
2163 Estas fracciones muestran las distintas alineaciones:
2164 \end_layout
2165
2166 \begin_layout Standard
2167
2168 \series bold
2169 \begin_inset Formula 
2170 \[
2171 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2172 \]
2173
2174 \end_inset
2175
2176
2177 \end_layout
2178
2179 \begin_layout Standard
2180 \noindent
2181 \begin_inset Note Greyedout
2182 status open
2183
2184 \begin_layout Plain Layout
2185
2186 \series bold
2187 Nota
2188 \series default
2189
2190 \series bold
2191
2192 \backslash
2193 cfracleft
2194 \series default
2195  y
2196 \series bold
2197  
2198 \backslash
2199 cfracright
2200 \series default
2201  no son comandos LaTeX reales sino sustituciones del comando 
2202 \series bold
2203
2204 \backslash
2205 cfrac[posición del numerador]{numerador}{denominador}
2206 \series default
2207  .
2208  Por tanto no puedes usarlos código TeX.
2209 \end_layout
2210
2211 \end_inset
2212
2213
2214 \begin_inset VSpace medskip
2215 \end_inset
2216
2217
2218 \end_layout
2219
2220 \begin_layout Standard
2221 Muchas veces es adecuado combinar 
2222 \series bold
2223
2224 \backslash
2225 cfrac
2226 \series default
2227  y 
2228 \series bold
2229
2230 \backslash
2231 frac
2232 \series default
2233 :
2234 \begin_inset Formula 
2235 \[
2236 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2237 \]
2238
2239 \end_inset
2240
2241
2242 \end_layout
2243
2244 \begin_layout Standard
2245 Para componer fracciones en línea con raya de fracción inclinada puedes
2246  usar el comando 
2247 \series bold
2248
2249 \backslash
2250 nicefrac
2251 \series default
2252
2253 \begin_inset Index idx
2254 status collapsed
2255
2256 \begin_layout Plain Layout
2257 Comandos ! N ! 
2258 \backslash
2259 nicefrac
2260 \end_layout
2261
2262 \end_inset
2263
2264
2265 \begin_inset Formula $\nicefrac{5}{31}$
2266 \end_inset
2267
2268  Hay además el comando 
2269 \series bold
2270
2271 \backslash
2272 unitfracthree
2273 \series default
2274  que permite escribir una fracción en combinación con un número: 
2275 \begin_inset Formula $\unitfrac[2]{1}{3}$
2276 \end_inset
2277
2278
2279 \end_layout
2280
2281 \begin_layout Standard
2282 \begin_inset Note Greyedout
2283 status open
2284
2285 \begin_layout Plain Layout
2286
2287 \series bold
2288 Nota
2289 \series default
2290
2291 \series bold
2292
2293 \backslash
2294 unitfracthree
2295 \series default
2296  no es un comando LaTeX auténtico, sino un equivalente al comando
2297 \begin_inset Newline newline
2298 \end_inset
2299
2300
2301 \series bold
2302
2303 \backslash
2304 unitfrac[número]{numerador}{denominador}
2305 \series default
2306  .
2307  Por tanto no puedes usarlo en código TeX.
2308 \end_layout
2309
2310 \end_inset
2311
2312
2313 \end_layout
2314
2315 \begin_layout Standard
2316 En la 
2317 \begin_inset CommandInset ref
2318 LatexCommand ref
2319 reference "sub:Fracciones-personalizadas"
2320
2321 \end_inset
2322
2323  se explica cómo componer fracciones personalizadas en las que la raya de
2324  fracción se puede cambiar.
2325 \end_layout
2326
2327 \begin_layout Standard
2328 \begin_inset Newpage newpage
2329 \end_inset
2330
2331
2332 \end_layout
2333
2334 \begin_layout Subsection
2335 Raíces
2336 \begin_inset Index idx
2337 status collapsed
2338
2339 \begin_layout Plain Layout
2340 Raíces
2341 \end_layout
2342
2343 \end_inset
2344
2345
2346 \end_layout
2347
2348 \begin_layout Standard
2349 Las raíces cuadradas se componen con 
2350 \series bold
2351
2352 \backslash
2353 sqrt
2354 \series default
2355
2356 \begin_inset Index idx
2357 status collapsed
2358
2359 \begin_layout Plain Layout
2360 Comandos ! S ! 
2361 \backslash
2362 sqrt
2363 \end_layout
2364
2365 \end_inset
2366
2367  o con el botón 
2368 \begin_inset Graphics
2369         filename ../../images/math/sqrt.png
2370         scale 85
2371
2372 \end_inset
2373
2374  de la barra de ecuaciones; todas las demás raíces con el comando 
2375 \series bold
2376
2377 \backslash
2378 root
2379 \series default
2380
2381 \begin_inset Index idx
2382 status collapsed
2383
2384 \begin_layout Plain Layout
2385 Comandos ! R ! 
2386 \backslash
2387 root
2388 \end_layout
2389
2390 \end_inset
2391
2392  o con el botón 
2393 \begin_inset Graphics
2394         filename ../../images/math/root.png
2395         scale 85
2396
2397 \end_inset
2398
2399 .
2400 \end_layout
2401
2402 \begin_layout Standard
2403 \noindent
2404 \align center
2405 \begin_inset Tabular
2406 <lyxtabular version="3" rows="3" columns="2">
2407 <features tabularvalignment="middle">
2408 <column alignment="center" valignment="top" width="0">
2409 <column alignment="center" valignment="top" width="0">
2410 <row>
2411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2412 \begin_inset Text
2413
2414 \begin_layout Plain Layout
2415 Comando
2416 \end_layout
2417
2418 \end_inset
2419 </cell>
2420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2421 \begin_inset Text
2422
2423 \begin_layout Plain Layout
2424 Resultado
2425 \begin_inset Note Note
2426 status collapsed
2427
2428 \begin_layout Plain Layout
2429
2430 \series bold
2431
2432 \backslash
2433 raisebox
2434 \series default
2435  se usa sólo como espaciador
2436 \end_layout
2437
2438 \end_inset
2439
2440
2441 \end_layout
2442
2443 \end_inset
2444 </cell>
2445 </row>
2446 <row>
2447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2448 \begin_inset Text
2449
2450 \begin_layout Plain Layout
2451
2452 \backslash
2453 sqrt
2454 \begin_inset ERT
2455 status collapsed
2456
2457 \begin_layout Plain Layout
2458
2459
2460 \backslash
2461 spce 
2462 \end_layout
2463
2464 \end_inset
2465
2466 A-B
2467 \end_layout
2468
2469 \end_inset
2470 </cell>
2471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2472 \begin_inset Text
2473
2474 \begin_layout Plain Layout
2475 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2476 \end_inset
2477
2478
2479 \end_layout
2480
2481 \end_inset
2482 </cell>
2483 </row>
2484 <row>
2485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2486 \begin_inset Text
2487
2488 \begin_layout Plain Layout
2489
2490 \backslash
2491 root
2492 \begin_inset ERT
2493 status collapsed
2494
2495 \begin_layout Plain Layout
2496
2497
2498 \backslash
2499 spce 
2500 \end_layout
2501
2502 \end_inset
2503
2504 3
2505 \begin_inset Formula $\downarrow$
2506 \end_inset
2507
2508 A-B
2509 \end_layout
2510
2511 \end_inset
2512 </cell>
2513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2514 \begin_inset Text
2515
2516 \begin_layout Plain Layout
2517 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2518 \end_inset
2519
2520
2521 \end_layout
2522
2523 \end_inset
2524 </cell>
2525 </row>
2526 </lyxtabular>
2527
2528 \end_inset
2529
2530
2531 \end_layout
2532
2533 \begin_layout Standard
2534 Una raíz cuadrada se compone también con 
2535 \series bold
2536
2537 \backslash
2538 root
2539 \series default
2540  dejando vacío el campo del índice.
2541 \end_layout
2542
2543 \begin_layout Standard
2544 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2545  la raíz: 
2546 \begin_inset Formula $\sqrt[\beta]{B}$
2547 \end_inset
2548
2549
2550 \begin_inset Newline newline
2551 \end_inset
2552
2553 La 
2554 \begin_inset Formula $\beta$
2555 \end_inset
2556
2557  toca la raíz.
2558  Para evitar esto se usan los comandos 
2559 \series bold
2560
2561 \backslash
2562 leftroot
2563 \series default
2564
2565 \begin_inset Index idx
2566 status collapsed
2567
2568 \begin_layout Plain Layout
2569 Comandos ! L ! 
2570 \backslash
2571 leftroot
2572 \end_layout
2573
2574 \end_inset
2575
2576  y 
2577 \series bold
2578
2579 \backslash
2580 uproot
2581 \series default
2582
2583 \begin_inset Index idx
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587 Comandos ! U ! 
2588 \backslash
2589 uproot
2590 \end_layout
2591
2592 \end_inset
2593
2594  con el esquema siguiente:
2595 \end_layout
2596
2597 \begin_layout Standard
2598
2599 \series bold
2600
2601 \backslash
2602 leftroot{distancia}
2603 \series default
2604  y 
2605 \series bold
2606
2607 \backslash
2608 uproot{distancia}
2609 \end_layout
2610
2611 \begin_layout Standard
2612 Distancia es el número de Puntos Grandes (
2613 \begin_inset Quotes fld
2614 \end_inset
2615
2616 Big Points
2617 \begin_inset Quotes frd
2618 \end_inset
2619
2620 , unidad bp; 
2621 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2622 \end_inset
2623
2624 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2625  Los comandos se escriben en el índice.
2626  Así, el comando:
2627 \begin_inset Newline newline
2628 \end_inset
2629
2630
2631 \series bold
2632
2633 \backslash
2634 root
2635 \backslash
2636 leftroot{-1
2637 \begin_inset Formula $\to$
2638 \end_inset
2639
2640
2641 \backslash
2642 uproot{2
2643 \begin_inset Formula $\to$
2644 \end_inset
2645
2646
2647 \backslash
2648 beta
2649 \begin_inset ERT
2650 status collapsed
2651
2652 \begin_layout Plain Layout
2653
2654
2655 \backslash
2656 spce 
2657 \end_layout
2658
2659 \end_inset
2660
2661
2662 \begin_inset Formula $\to$
2663 \end_inset
2664
2665 B
2666 \begin_inset Newline newline
2667 \end_inset
2668
2669
2670 \series default
2671 genera una fórmula correctamente tipografiada: 
2672 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2673 \end_inset
2674
2675
2676 \end_layout
2677
2678 \begin_layout Subsection
2679 Coeficientes de un binomio
2680 \begin_inset Index idx
2681 status collapsed
2682
2683 \begin_layout Plain Layout
2684 Binomios
2685 \end_layout
2686
2687 \end_inset
2688
2689
2690 \end_layout
2691
2692 \begin_layout Standard
2693 Los coeficientes de un binomio se insertan con el comando 
2694 \series bold
2695
2696 \backslash
2697 binom
2698 \series default
2699
2700 \begin_inset Index idx
2701 status collapsed
2702
2703 \begin_layout Plain Layout
2704 Comandos ! B ! 
2705 \backslash
2706 binom
2707 \end_layout
2708
2709 \end_inset
2710
2711  o con el submenú del botón 
2712 \begin_inset Graphics
2713         filename ../../images/math/frac-square.png
2714         scale 85
2715
2716 \end_inset
2717
2718 de la barra de herramientas de ecuaciones.
2719  Como en las fracciones, además de 
2720 \series bold
2721
2722 \backslash
2723 binom
2724 \series default
2725  hay los comandos 
2726 \series bold
2727
2728 \backslash
2729 dbinom
2730 \series default
2731
2732 \begin_inset Index idx
2733 status collapsed
2734
2735 \begin_layout Plain Layout
2736 Comandos ! D ! 
2737 \backslash
2738 dbinom
2739 \end_layout
2740
2741 \end_inset
2742
2743  y 
2744 \series bold
2745
2746 \backslash
2747 tbinom
2748 \series default
2749
2750 \begin_inset Index idx
2751 status collapsed
2752
2753 \begin_layout Plain Layout
2754 Comandos ! T ! 
2755 \backslash
2756 tbinom
2757 \end_layout
2758
2759 \end_inset
2760
2761 .
2762  Para otros delimitadores de coeficientes de un binomio hay los comandos
2763  
2764 \series bold
2765
2766 \backslash
2767 brace
2768 \series default
2769
2770 \begin_inset Index idx
2771 status collapsed
2772
2773 \begin_layout Plain Layout
2774 Comandos ! B ! 
2775 \backslash
2776 brace
2777 \end_layout
2778
2779 \end_inset
2780
2781  y 
2782 \series bold
2783
2784 \backslash
2785 brack
2786 \series default
2787
2788 \begin_inset Index idx
2789 status collapsed
2790
2791 \begin_layout Plain Layout
2792 Comandos ! B ! 
2793 \backslash
2794 brack
2795 \end_layout
2796
2797 \end_inset
2798
2799 .
2800 \end_layout
2801
2802 \begin_layout Standard
2803 \noindent
2804 \align center
2805 \begin_inset Tabular
2806 <lyxtabular version="3" rows="6" columns="2">
2807 <features tabularvalignment="middle">
2808 <column alignment="center" valignment="top" width="0">
2809 <column alignment="center" valignment="top" width="0">
2810 <row>
2811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Plain Layout
2815 Comando
2816 \end_layout
2817
2818 \end_inset
2819 </cell>
2820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2821 \begin_inset Text
2822
2823 \begin_layout Plain Layout
2824 Resultado
2825 \begin_inset Note Note
2826 status collapsed
2827
2828 \begin_layout Plain Layout
2829
2830 \series bold
2831
2832 \backslash
2833 raisebox
2834 \series default
2835  se usa sólo como espaciador
2836 \end_layout
2837
2838 \end_inset
2839
2840
2841 \end_layout
2842
2843 \end_inset
2844 </cell>
2845 </row>
2846 <row>
2847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2848 \begin_inset Text
2849
2850 \begin_layout Plain Layout
2851
2852 \backslash
2853 binom
2854 \begin_inset ERT
2855 status collapsed
2856
2857 \begin_layout Plain Layout
2858
2859
2860 \backslash
2861 spce 
2862 \end_layout
2863
2864 \end_inset
2865
2866 A
2867 \begin_inset Formula $\downarrow$
2868 \end_inset
2869
2870 B
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2876 \begin_inset Text
2877
2878 \begin_layout Plain Layout
2879 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2880 \end_inset
2881
2882
2883 \end_layout
2884
2885 \end_inset
2886 </cell>
2887 </row>
2888 <row>
2889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2890 \begin_inset Text
2891
2892 \begin_layout Plain Layout
2893
2894 \backslash
2895 dbinom
2896 \begin_inset ERT
2897 status collapsed
2898
2899 \begin_layout Plain Layout
2900
2901
2902 \backslash
2903 spce 
2904 \end_layout
2905
2906 \end_inset
2907
2908 A
2909 \begin_inset Formula $\downarrow$
2910 \end_inset
2911
2912 B
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2918 \begin_inset Text
2919
2920 \begin_layout Plain Layout
2921 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2922 \end_inset
2923
2924
2925 \end_layout
2926
2927 \end_inset
2928 </cell>
2929 </row>
2930 <row>
2931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2932 \begin_inset Text
2933
2934 \begin_layout Plain Layout
2935
2936 \backslash
2937 tbinom
2938 \begin_inset ERT
2939 status collapsed
2940
2941 \begin_layout Plain Layout
2942
2943
2944 \backslash
2945 spce 
2946 \end_layout
2947
2948 \end_inset
2949
2950 A
2951 \begin_inset Formula $\downarrow$
2952 \end_inset
2953
2954 B
2955 \end_layout
2956
2957 \end_inset
2958 </cell>
2959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2960 \begin_inset Text
2961
2962 \begin_layout Plain Layout
2963 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2964 \end_inset
2965
2966
2967 \end_layout
2968
2969 \end_inset
2970 </cell>
2971 </row>
2972 <row>
2973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Plain Layout
2977
2978 \backslash
2979 brack
2980 \begin_inset ERT
2981 status collapsed
2982
2983 \begin_layout Plain Layout
2984
2985
2986 \backslash
2987 spce 
2988 \end_layout
2989
2990 \end_inset
2991
2992 A
2993 \begin_inset Formula $\downarrow$
2994 \end_inset
2995
2996 B
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3002 \begin_inset Text
3003
3004 \begin_layout Plain Layout
3005 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3006 \end_inset
3007
3008
3009 \end_layout
3010
3011 \end_inset
3012 </cell>
3013 </row>
3014 <row>
3015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3016 \begin_inset Text
3017
3018 \begin_layout Plain Layout
3019
3020 \backslash
3021 brace
3022 \begin_inset ERT
3023 status collapsed
3024
3025 \begin_layout Plain Layout
3026
3027
3028 \backslash
3029 spce 
3030 \end_layout
3031
3032 \end_inset
3033
3034 A
3035 \begin_inset Formula $\downarrow$
3036 \end_inset
3037
3038 B
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3048 \end_inset
3049
3050
3051 \end_layout
3052
3053 \end_inset
3054 </cell>
3055 </row>
3056 </lyxtabular>
3057
3058 \end_inset
3059
3060
3061 \begin_inset Newpage newpage
3062 \end_inset
3063
3064
3065 \end_layout
3066
3067 \begin_layout Subsection
3068 Diferenciaciones de casos
3069 \begin_inset Index idx
3070 status collapsed
3071
3072 \begin_layout Plain Layout
3073 Casos
3074 \end_layout
3075
3076 \end_inset
3077
3078
3079 \end_layout
3080
3081 \begin_layout Standard
3082 \noindent
3083 \align center
3084 \begin_inset Tabular
3085 <lyxtabular version="3" rows="3" columns="2">
3086 <features tabularvalignment="middle">
3087 <column alignment="center" valignment="top" width="0">
3088 <column alignment="center" valignment="top" width="0">
3089 <row>
3090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094 Comando
3095 \end_layout
3096
3097 \end_inset
3098 </cell>
3099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103 Resultado
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 </row>
3109 <row>
3110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114
3115 \backslash
3116 cases
3117 \begin_inset ERT
3118 status collapsed
3119
3120 \begin_layout Plain Layout
3121
3122
3123 \backslash
3124 spce 
3125 \end_layout
3126
3127 \end_inset
3128
3129 A
3130 \begin_inset Formula $\to$
3131 \end_inset
3132
3133 B>0
3134 \begin_inset Index idx
3135 status collapsed
3136
3137 \begin_layout Plain Layout
3138 Comandos ! C ! 
3139 \backslash
3140 cases
3141 \end_layout
3142
3143 \end_inset
3144
3145
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154 \begin_inset Formula $\begin{cases}
3155 A & B>0\end{cases}$
3156 \end_inset
3157
3158
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 </row>
3164 <row>
3165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3166 \begin_inset Text
3167
3168 \begin_layout Plain Layout
3169
3170 \backslash
3171 cases
3172 \begin_inset ERT
3173 status collapsed
3174
3175 \begin_layout Plain Layout
3176
3177
3178 \backslash
3179 spce 
3180 \end_layout
3181
3182 \end_inset
3183
3184
3185 \family sans
3186 Ctrl+Entrar
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3192 \begin_inset Text
3193
3194 \begin_layout Plain Layout
3195 \begin_inset Formula $\begin{cases}
3196 A & \textrm{para }x>0\\
3197 B & \textrm{para }x=0
3198 \end{cases}$
3199 \end_inset
3200
3201
3202 \end_layout
3203
3204 \end_inset
3205 </cell>
3206 </row>
3207 </lyxtabular>
3208
3209 \end_inset
3210
3211
3212 \end_layout
3213
3214 \begin_layout Standard
3215 Después de insertar 
3216 \series bold
3217
3218 \backslash
3219 cases
3220 \series default
3221  o usar el botón 
3222 \begin_inset Graphics
3223         filename ../../images/math/cases.png
3224         scale 85
3225
3226 \end_inset
3227
3228  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3229 \family sans
3230 Ctrl+Entrar
3231 \family default
3232  o con el botón
3233 \family sans
3234  
3235 \family default
3236
3237 \begin_inset Graphics
3238         filename ../../images/tabular-feature_append-row.png
3239         scale 85
3240
3241 \end_inset
3242
3243  de la barra de cuadros.
3244 \end_layout
3245
3246 \begin_layout Standard
3247 El comando 
3248 \series bold
3249
3250 \backslash
3251 cases
3252 \series default
3253  también está disponible en el menú 
3254 \family sans
3255 Insertar\SpecialChar \menuseparator
3256 Ecuación\SpecialChar \menuseparator
3257 Entorno casos
3258 \family default
3259 .
3260 \end_layout
3261
3262 \begin_layout Subsection
3263 Negaciones
3264 \begin_inset Index idx
3265 status collapsed
3266
3267 \begin_layout Plain Layout
3268 Negaciones
3269 \end_layout
3270
3271 \end_inset
3272
3273
3274 \end_layout
3275
3276 \begin_layout Standard
3277 Con el comando 
3278 \series bold
3279
3280 \backslash
3281 not
3282 \series default
3283
3284 \begin_inset Index idx
3285 status collapsed
3286
3287 \begin_layout Plain Layout
3288 Comandos ! N ! 
3289 \backslash
3290 not
3291 \end_layout
3292
3293 \end_inset
3294
3295  todo carácter se puede mostrar cancelado.
3296  Los caracteres son casi tachados con una barra inclinada.
3297 \end_layout
3298
3299 \begin_layout Standard
3300 \noindent
3301 \align center
3302 \begin_inset Tabular
3303 <lyxtabular version="3" rows="4" columns="2">
3304 <features tabularvalignment="middle">
3305 <column alignment="center" valignment="top" width="0">
3306 <column alignment="center" valignment="top" width="0">
3307 <row>
3308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312 Comando
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321 Resultado
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 </row>
3327 <row>
3328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332
3333 \backslash
3334 not=
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343 \begin_inset Formula $\not=$
3344 \end_inset
3345
3346
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row>
3353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \backslash
3359 not 
3360 \backslash
3361 le
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370 \begin_inset Formula $\not\le$
3371 \end_inset
3372
3373
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 </row>
3379 <row>
3380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384
3385 \backslash
3386 not 
3387 \backslash
3388 parallel
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397 \begin_inset Formula $\not\parallel$
3398 \end_inset
3399
3400
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 </row>
3406 </lyxtabular>
3407
3408 \end_inset
3409
3410
3411 \end_layout
3412
3413 \begin_layout Standard
3414 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3415  Por tanto para algunas negaciones hay comandos especiales (véase 
3416 \begin_inset CommandInset ref
3417 LatexCommand ref
3418 reference "sub:Símbolos-matemáticos"
3419
3420 \end_inset
3421
3422  y 
3423 \begin_inset CommandInset ref
3424 LatexCommand ref
3425 reference "sec:Relaciones"
3426
3427 \end_inset
3428
3429 ).
3430 \end_layout
3431
3432 \begin_layout Subsection
3433 Espacios reservados 
3434 \begin_inset CommandInset label
3435 LatexCommand label
3436 name "sub:Espacios-reservados"
3437
3438 \end_inset
3439
3440
3441 \begin_inset Index idx
3442 status collapsed
3443
3444 \begin_layout Plain Layout
3445 Espacios reservados
3446 \end_layout
3447
3448 \end_inset
3449
3450
3451 \begin_inset Index idx
3452 status collapsed
3453
3454 \begin_layout Plain Layout
3455 Química ! isótopos
3456 \end_layout
3457
3458 \end_inset
3459
3460
3461 \begin_inset Index idx
3462 status collapsed
3463
3464 \begin_layout Plain Layout
3465 Isótopos|see
3466 \begin_inset ERT
3467 status collapsed
3468
3469 \begin_layout Plain Layout
3470
3471 {
3472 \end_layout
3473
3474 \end_inset
3475
3476 Química
3477 \begin_inset ERT
3478 status collapsed
3479
3480 \begin_layout Plain Layout
3481
3482 }
3483 \end_layout
3484
3485 \end_inset
3486
3487
3488 \end_layout
3489
3490 \end_inset
3491
3492
3493 \end_layout
3494
3495 \begin_layout Standard
3496 En la presentación de, p.
3497 \begin_inset space \thinspace{}
3498 \end_inset
3499
3500 e., isótopos,
3501 \begin_inset Foot
3502 status collapsed
3503
3504 \begin_layout Plain Layout
3505 Más sobre símbolos químicos en 
3506 \begin_inset CommandInset ref
3507 LatexCommand ref
3508 reference "sub:Símbolos-y-ecuaciones-químicas"
3509
3510 \end_inset
3511
3512
3513 \end_layout
3514
3515 \end_inset
3516
3517  surge el problema siguiente:
3518 \end_layout
3519
3520 \begin_layout Standard
3521 \noindent
3522 \align center
3523 \begin_inset Tabular
3524 <lyxtabular version="3" rows="2" columns="2">
3525 <features tabularvalignment="middle">
3526 <column alignment="center" valignment="top" width="0">
3527 <column alignment="center" valignment="top" width="0">
3528 <row>
3529 <cell alignment="center" valignment="top" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533 Índices generados con sub- y superíndices:
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 <cell alignment="center" valignment="top" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3543 \end_inset
3544
3545
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row>
3552 <cell alignment="center" valignment="top" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 Índices correctos:
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3566 \end_inset
3567
3568
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 </row>
3574 </lyxtabular>
3575
3576 \end_inset
3577
3578
3579 \begin_inset Note Note
3580 status collapsed
3581
3582 \begin_layout Plain Layout
3583
3584 \series bold
3585
3586 \backslash
3587 raisebox
3588 \series default
3589  se usa sólo como espaciador
3590 \end_layout
3591
3592 \end_inset
3593
3594
3595 \end_layout
3596
3597 \begin_layout Standard
3598 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3599  del índice más largo.
3600  Para evitarlo está el comando 
3601 \series bold
3602
3603 \backslash
3604 phantom
3605 \series default
3606
3607 \begin_inset Index idx
3608 status collapsed
3609
3610 \begin_layout Plain Layout
3611 Comandos ! P ! 
3612 \backslash
3613 phantom
3614 \end_layout
3615
3616 \end_inset
3617
3618  o el botón 
3619 \begin_inset space ~
3620 \end_inset
3621
3622
3623 \begin_inset Graphics
3624         filename ../../images/math/phantom.png
3625         scale 85
3626
3627 \end_inset
3628
3629  del submenú de espacios en ecuaciones
3630 \begin_inset Foot
3631 status collapsed
3632
3633 \begin_layout Plain Layout
3634 Botón 
3635 \begin_inset Graphics
3636         filename ../../images/math/space.png
3637         scale 85
3638
3639 \end_inset
3640
3641  de la barra de ecuaciones
3642 \end_layout
3643
3644 \end_inset
3645
3646 , que genera uno o más espacios reservados.
3647  Al insertar 
3648 \series bold
3649
3650 \backslash
3651 phantom
3652 \series default
3653  aparece un pequeño marco azul con dos flechas rojas superpuestas
3654 \begin_inset Formula $\phantom{}$
3655 \end_inset
3656
3657 .
3658  Las flechas indican que se reservará un espacio equivalente a la anchura
3659  y altura totales del contenido del marco.
3660  Los espacios reservados son correspondientes al tamaño de los caracteres.
3661 \end_layout
3662
3663 \begin_layout Standard
3664 \noindent
3665 \align center
3666 \begin_inset Tabular
3667 <lyxtabular version="3" rows="4" columns="2">
3668 <features tabularvalignment="middle">
3669 <column alignment="center" valignment="top" width="0">
3670 <column alignment="center" valignment="top" width="0">
3671 <row>
3672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676 Comando
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685 Resultado
3686 \begin_inset Note Note
3687 status collapsed
3688
3689 \begin_layout Plain Layout
3690
3691 \series bold
3692
3693 \backslash
3694 raisebox
3695 \series default
3696  se usa sólo como espaciador
3697 \end_layout
3698
3699 \end_inset
3700
3701
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 </row>
3707 <row>
3708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 ^19
3713 \begin_inset ERT
3714 status collapsed
3715
3716 \begin_layout Plain Layout
3717
3718
3719 \backslash
3720 spce 
3721 \end_layout
3722
3723 \end_inset
3724
3725 _
3726 \backslash
3727 phantom
3728 \begin_inset ERT
3729 status collapsed
3730
3731 \begin_layout Plain Layout
3732
3733
3734 \backslash
3735 spce 
3736 \end_layout
3737
3738 \end_inset
3739
3740 1
3741 \begin_inset Formula $\rightarrow$
3742 \end_inset
3743
3744 9
3745 \begin_inset ERT
3746 status collapsed
3747
3748 \begin_layout Plain Layout
3749
3750
3751 \backslash
3752 spce 
3753 \end_layout
3754
3755 \end_inset
3756
3757 F
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3767 \end_inset
3768
3769
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 </row>
3775 <row>
3776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 ^235
3781 \begin_inset ERT
3782 status collapsed
3783
3784 \begin_layout Plain Layout
3785
3786
3787 \backslash
3788 spce 
3789 \end_layout
3790
3791 \end_inset
3792
3793 _
3794 \backslash
3795 phantom
3796 \begin_inset ERT
3797 status collapsed
3798
3799 \begin_layout Plain Layout
3800
3801
3802 \backslash
3803 spce 
3804 \end_layout
3805
3806 \end_inset
3807
3808 23
3809 \begin_inset Formula $\rightarrow$
3810 \end_inset
3811
3812 9
3813 \begin_inset ERT
3814 status collapsed
3815
3816 \begin_layout Plain Layout
3817
3818
3819 \backslash
3820 spce 
3821 \end_layout
3822
3823 \end_inset
3824
3825 F
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3835 \end_inset
3836
3837
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 </row>
3843 <row>
3844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848
3849 \backslash
3850 Lambda^
3851 \begin_inset ERT
3852 status collapsed
3853
3854 \begin_layout Plain Layout
3855
3856
3857 \backslash
3858 spce 
3859 \end_layout
3860
3861 \end_inset
3862
3863
3864 \backslash
3865 phantom
3866 \begin_inset ERT
3867 status collapsed
3868
3869 \begin_layout Plain Layout
3870
3871
3872 \backslash
3873 spce 
3874 \end_layout
3875
3876 \end_inset
3877
3878 ii
3879 \begin_inset Formula $\rightarrow$
3880 \end_inset
3881
3882 t
3883 \begin_inset ERT
3884 status collapsed
3885
3886 \begin_layout Plain Layout
3887
3888
3889 \backslash
3890 spce 
3891 \end_layout
3892
3893 \end_inset
3894
3895 _MMt
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3905 \end_inset
3906
3907
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 </row>
3913 </lyxtabular>
3914
3915 \end_inset
3916
3917
3918 \end_layout
3919
3920 \begin_layout Standard
3921 Además hay los comandos 
3922 \series bold
3923
3924 \backslash
3925 vphantom
3926 \series default
3927
3928 \begin_inset Index idx
3929 status collapsed
3930
3931 \begin_layout Plain Layout
3932 Comandos ! V ! 
3933 \backslash
3934 vphantom
3935 \end_layout
3936
3937 \end_inset
3938
3939  (botón 
3940 \begin_inset space ~
3941 \end_inset
3942
3943
3944 \begin_inset Graphics
3945         filename ../../images/math/vphantom.png
3946         scale 85
3947
3948 \end_inset
3949
3950 ) y 
3951 \series bold
3952
3953 \backslash
3954 hphantom
3955 \series default
3956
3957 \begin_inset Index idx
3958 status collapsed
3959
3960 \begin_layout Plain Layout
3961 Comandos ! H ! 
3962 \backslash
3963 hphantom
3964 \end_layout
3965
3966 \end_inset
3967
3968  (botón 
3969 \begin_inset space ~
3970 \end_inset
3971
3972
3973 \begin_inset Graphics
3974         filename ../../images/math/hphantom.png
3975         scale 85
3976
3977 \end_inset
3978
3979 ).
3980  
3981 \series bold
3982
3983 \backslash
3984 hphantom
3985 \series default
3986  genera espacio en el marco sólo para la altura máxima de los caracteres,
3987  no para su anchura.
3988  
3989 \series bold
3990
3991 \backslash
3992 vphantom
3993 \series default
3994  genera espacio sólo para la anchura del contenido del marco.
3995  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3996 \end_layout
3997
3998 \begin_layout Standard
3999 Por ejemplo, 
4000 \series bold
4001
4002 \backslash
4003 vphantom
4004 \series default
4005
4006 \begin_inset ERT
4007 status collapsed
4008
4009 \begin_layout Plain Layout
4010
4011
4012 \backslash
4013 spce 
4014 \end_layout
4015
4016 \end_inset
4017
4018
4019 \series bold
4020 a
4021 \backslash
4022 int
4023 \series default
4024  genera espacio de la altura del signo de la integral,
4025 \begin_inset Foot
4026 status collapsed
4027
4028 \begin_layout Plain Layout
4029 El comando 
4030 \series bold
4031
4032 \backslash
4033 int
4034 \series default
4035  genera un signo de integral, véase 
4036 \begin_inset CommandInset ref
4037 LatexCommand ref
4038 reference "sub:Operadores-grandes"
4039
4040 \end_inset
4041
4042
4043 \end_layout
4044
4045 \end_inset
4046
4047  porque este es el carácter más largo.
4048  En la 
4049 \begin_inset CommandInset ref
4050 LatexCommand ref
4051 reference "sub:Delimitadores-multilínea"
4052
4053 \end_inset
4054
4055  hay un ejemplo de aplicación.
4056 \end_layout
4057
4058 \begin_layout Standard
4059 Los espacios reservados también se pueden usar para un texto cuando se insertan
4060  mediante el menú 
4061 \family sans
4062 Insertar\SpecialChar \menuseparator
4063 Formato\SpecialChar \menuseparator
4064 Fantasma
4065 \family default
4066 :
4067 \end_layout
4068
4069 \begin_layout Standard
4070 Esto es una frase.
4071 \begin_inset Newline newline
4072 \end_inset
4073
4074
4075 \begin_inset Phantom Phantom
4076 status open
4077
4078 \begin_layout Plain Layout
4079 Esto
4080 \end_layout
4081
4082 \end_inset
4083
4084  es una frase.
4085 \end_layout
4086
4087 \begin_layout Subsection
4088 Líneas
4089 \begin_inset Index idx
4090 status collapsed
4091
4092 \begin_layout Plain Layout
4093 Lineas@Líneas
4094 \end_layout
4095
4096 \end_inset
4097
4098
4099 \begin_inset Index idx
4100 status collapsed
4101
4102 \begin_layout Plain Layout
4103 Ecuación ! sub- o superrayada
4104 \end_layout
4105
4106 \end_inset
4107
4108
4109 \end_layout
4110
4111 \begin_layout Standard
4112 \noindent
4113 \align center
4114 \begin_inset Tabular
4115 <lyxtabular version="3" rows="4" columns="2">
4116 <features tabularvalignment="middle">
4117 <column alignment="center" valignment="top" width="0">
4118 <column alignment="center" valignment="top" width="0">
4119 <row>
4120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 Comando
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133 Resultado
4134 \begin_inset Note Note
4135 status collapsed
4136
4137 \begin_layout Plain Layout
4138
4139 \series bold
4140
4141 \backslash
4142 raisebox
4143 \series default
4144  se usa sólo como espaciador
4145 \end_layout
4146
4147 \end_inset
4148
4149
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 </row>
4155 <row>
4156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160
4161 \backslash
4162 overline
4163 \begin_inset ERT
4164 status collapsed
4165
4166 \begin_layout Plain Layout
4167
4168
4169 \backslash
4170 spce 
4171 \end_layout
4172
4173 \end_inset
4174
4175 A+B
4176 \begin_inset Index idx
4177 status collapsed
4178
4179 \begin_layout Plain Layout
4180 Comandos ! O ! 
4181 \backslash
4182 overline
4183 \end_layout
4184
4185 \end_inset
4186
4187
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4197 \end_inset
4198
4199
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 </row>
4205 <row>
4206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210
4211 \backslash
4212 underline
4213 \begin_inset ERT
4214 status collapsed
4215
4216 \begin_layout Plain Layout
4217
4218
4219 \backslash
4220 spce 
4221 \end_layout
4222
4223 \end_inset
4224
4225 A+B
4226 \begin_inset Index idx
4227 status collapsed
4228
4229 \begin_layout Plain Layout
4230 Comandos ! U ! 
4231 \backslash
4232 underline
4233 \end_layout
4234
4235 \end_inset
4236
4237
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4247 \end_inset
4248
4249
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 </row>
4255 <row>
4256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260
4261 \backslash
4262 overline
4263 \begin_inset ERT
4264 status collapsed
4265
4266 \begin_layout Plain Layout
4267
4268
4269 \backslash
4270 spce 
4271 \end_layout
4272
4273 \end_inset
4274
4275
4276 \backslash
4277 underline
4278 \begin_inset ERT
4279 status collapsed
4280
4281 \begin_layout Plain Layout
4282
4283
4284 \backslash
4285 spce 
4286 \end_layout
4287
4288 \end_inset
4289
4290 A+B
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4300 \end_inset
4301
4302
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 </row>
4308 </lyxtabular>
4309
4310 \end_inset
4311
4312
4313 \end_layout
4314
4315 \begin_layout Standard
4316 En el último ejemplo es indiferente poner primero 
4317 \series bold
4318
4319 \backslash
4320 overline
4321 \series default
4322  o 
4323 \series bold
4324
4325 \backslash
4326 underline
4327 \series default
4328 .
4329 \end_layout
4330
4331 \begin_layout Standard
4332 Para poner doble subrayado, p.
4333 \begin_inset space \thinspace{}
4334 \end_inset
4335
4336 e.
4337  en resultados, se usa 
4338 \series bold
4339
4340 \backslash
4341 underline
4342 \series default
4343  dos veces.
4344 \end_layout
4345
4346 \begin_layout Standard
4347 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4348 \begin_inset VSpace bigskip
4349 \end_inset
4350
4351 Se pueden crear líneas personalizadas con el comando 
4352 \series bold
4353
4354 \backslash
4355 rule
4356 \series default
4357
4358 \begin_inset Index idx
4359 status collapsed
4360
4361 \begin_layout Plain Layout
4362 Comandos ! R ! 
4363 \backslash
4364 rule
4365 \end_layout
4366
4367 \end_inset
4368
4369  con el esquema siguiente:
4370 \end_layout
4371
4372 \begin_layout Standard
4373
4374 \series bold
4375
4376 \backslash
4377 rule[hueco vertical]{longitud}{grosor}
4378 \end_layout
4379
4380 \begin_layout Standard
4381 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4382  si el valor es negativo).
4383  Las unidades disponibles para los valores están listadas en
4384 \begin_inset space ~
4385 \end_inset
4386
4387
4388 \begin_inset CommandInset ref
4389 LatexCommand ref
4390 reference "tab:Unidades-disponibles"
4391
4392 \end_inset
4393
4394 .
4395  A continuación hay dos ejemplos de líneas creadas con los comandos
4396 \series bold
4397
4398 \begin_inset Newline newline
4399 \end_inset
4400
4401
4402 \backslash
4403 rule[-2ex]{3cm}{2pt}
4404 \series default
4405  y 
4406 \series bold
4407
4408 \backslash
4409 rule{2cm}{1pt}
4410 \series default
4411 :
4412 \end_layout
4413
4414 \begin_layout Standard
4415 Esto es una frase 
4416 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4417 \end_inset
4418
4419  con dos líneas.
4420 \end_layout
4421
4422 \begin_layout Standard
4423
4424 \series bold
4425
4426 \backslash
4427 rule
4428 \series default
4429  también se puede usar para texto insertando una línea mediante el menú
4430  
4431 \family sans
4432 Insertar\SpecialChar \menuseparator
4433 Formato\SpecialChar \menuseparator
4434 Línea horizontal
4435 \family default
4436 :
4437 \end_layout
4438
4439 \begin_layout Standard
4440 Esto es una frase 
4441 \begin_inset CommandInset line
4442 LatexCommand rule
4443 offset "0.5ex"
4444 width "3cm"
4445 height "1pt"
4446
4447 \end_inset
4448
4449  con una línea insertada.
4450 \end_layout
4451
4452 \begin_layout Subsection
4453 Puntos
4454 \begin_inset CommandInset label
4455 LatexCommand label
4456 name "sub:Puntos"
4457
4458 \end_inset
4459
4460
4461 \begin_inset Index idx
4462 status collapsed
4463
4464 \begin_layout Plain Layout
4465 Puntos
4466 \end_layout
4467
4468 \end_inset
4469
4470
4471 \end_layout
4472
4473 \begin_layout Standard
4474 Hay distintos tipos de puntos disponibles.
4475 \begin_inset Foot
4476 status open
4477
4478 \begin_layout Plain Layout
4479 En la barra de herramientas de ecuaciones, en el panel del botón 
4480 \begin_inset Graphics
4481         filename ../../images/math/ldots.png
4482         scale 85
4483
4484 \end_inset
4485
4486 .
4487 \end_layout
4488
4489 \end_inset
4490
4491  Para continuación en enumeraciones se usan puntos bajos, (
4492 \series bold
4493
4494 \backslash
4495 ldots
4496 \series default
4497
4498 \begin_inset Index idx
4499 status collapsed
4500
4501 \begin_layout Plain Layout
4502 Comandos ! L ! 
4503 \backslash
4504 ldots
4505 \end_layout
4506
4507 \end_inset
4508
4509 ), mientras que para operaciones se usan puntos centrados a la misma altura
4510  que los operadores, (
4511 \series bold
4512
4513 \backslash
4514 cdots
4515 \series default
4516
4517 \begin_inset Index idx
4518 status collapsed
4519
4520 \begin_layout Plain Layout
4521 Comandos ! C ! 
4522 \backslash
4523 cdots
4524 \end_layout
4525
4526 \end_inset
4527
4528 ).
4529  Si se usa el comando 
4530 \series bold
4531
4532 \backslash
4533 dots
4534 \series default
4535
4536 \begin_inset Index idx
4537 status collapsed
4538
4539 \begin_layout Plain Layout
4540 Comandos ! D ! 
4541 \backslash
4542 dots
4543 \end_layout
4544
4545 \end_inset
4546
4547 , LaTeX decide el tipo a usar en función del carácter siguiente.
4548 \end_layout
4549
4550 \begin_layout Standard
4551 \align center
4552 \begin_inset Tabular
4553 <lyxtabular version="3" rows="9" columns="2">
4554 <features tabularvalignment="middle">
4555 <column alignment="center" valignment="top" width="0pt">
4556 <column alignment="center" valignment="top" width="0pt">
4557 <row>
4558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562 Comando
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571 Resultado
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 </row>
4577 <row>
4578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 A_1
4583 \begin_inset ERT
4584 status collapsed
4585
4586 \begin_layout Plain Layout
4587
4588
4589 \backslash
4590 spce 
4591 \end_layout
4592
4593 \end_inset
4594
4595 ,
4596 \backslash
4597 dots
4598 \begin_inset ERT
4599 status collapsed
4600
4601 \begin_layout Plain Layout
4602
4603
4604 \backslash
4605 spce 
4606 \end_layout
4607
4608 \end_inset
4609
4610 ,A_n
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 \begin_inset Formula $A_{1},\dots,A_{n}$
4620 \end_inset
4621
4622
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 </row>
4628 <row>
4629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633 A_1
4634 \begin_inset ERT
4635 status collapsed
4636
4637 \begin_layout Plain Layout
4638
4639
4640 \backslash
4641 spce 
4642 \end_layout
4643
4644 \end_inset
4645
4646 +
4647 \backslash
4648 dots
4649 \begin_inset ERT
4650 status collapsed
4651
4652 \begin_layout Plain Layout
4653
4654
4655 \backslash
4656 spce 
4657 \end_layout
4658
4659 \end_inset
4660
4661 +A_n
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 \begin_inset Formula $A_{1}+\dots+A_{n}$
4671 \end_inset
4672
4673
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 </row>
4679 <row>
4680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684 A_1
4685 \begin_inset ERT
4686 status collapsed
4687
4688 \begin_layout Plain Layout
4689
4690
4691 \backslash
4692 spce 
4693 \end_layout
4694
4695 \end_inset
4696
4697 ,
4698 \backslash
4699 ldots
4700 \begin_inset ERT
4701 status collapsed
4702
4703 \begin_layout Plain Layout
4704
4705
4706 \backslash
4707 spce 
4708 \end_layout
4709
4710 \end_inset
4711
4712 ,A_n
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 \begin_inset Formula $A_{1},\ldots,A_{n}$
4722 \end_inset
4723
4724
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 </row>
4730 <row>
4731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 A_1
4736 \begin_inset ERT
4737 status collapsed
4738
4739 \begin_layout Plain Layout
4740
4741
4742 \backslash
4743 spce 
4744 \end_layout
4745
4746 \end_inset
4747
4748 +
4749 \backslash
4750 cdots
4751 \begin_inset ERT
4752 status collapsed
4753
4754 \begin_layout Plain Layout
4755
4756
4757 \backslash
4758 spce 
4759 \end_layout
4760
4761 \end_inset
4762
4763 +A_n
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4773 \end_inset
4774
4775
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 </row>
4781 <row>
4782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786
4787 \backslash
4788 vdots
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797 \begin_inset Formula $\vdots$
4798 \end_inset
4799
4800
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 </row>
4806 <row>
4807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811
4812 \backslash
4813 ddots
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822 \begin_inset Formula $\ddots$
4823 \end_inset
4824
4825
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 </row>
4831 <row>
4832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836
4837 \backslash
4838 iddots
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 \begin_inset Formula $\iddots$
4848 \end_inset
4849
4850
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 </row>
4856 <row>
4857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 Matriz
4862 \begin_inset space \thinspace{}
4863 \end_inset
4864
4865 3×3 con los distintos puntos
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 \begin_inset Formula $\begin{array}{ccc}
4875 A_{11} & \cdots & A_{1m}\\
4876 \vdots & \ddots & \vdots\\
4877 A_{n1} & \cdots & A_{nm}
4878 \end{array}$
4879 \end_inset
4880
4881
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 </row>
4887 </lyxtabular>
4888
4889 \end_inset
4890
4891
4892 \end_layout
4893
4894 \begin_layout Standard
4895 Los puntos suspensivos disponibles en el menú 
4896 \family sans
4897 Insertar\SpecialChar \menuseparator
4898 Carácter especial
4899 \family default
4900  son 
4901 \series bold
4902
4903 \backslash
4904 ldots
4905 \series default
4906 .
4907 \end_layout
4908
4909 \begin_layout Standard
4910 \begin_inset VSpace medskip
4911 \end_inset
4912
4913
4914 \end_layout
4915
4916 \begin_layout Standard
4917 Para usar 
4918 \series bold
4919
4920 \backslash
4921 iddots
4922 \series default
4923 , hay que marcar una de las opciones 
4924 \family sans
4925 Usar paquete mathdots (automáticamente)
4926 \family default
4927  en las 
4928 \family sans
4929 Opciones de ecuación
4930 \family default
4931  de la configuración del documento.
4932 \begin_inset Newline newline
4933 \end_inset
4934
4935 La opción 
4936 \family sans
4937 Usar paquete mathdots
4938 \family default
4939  mejorará el aspecto de todos los puntos en los documentos si su estilo
4940  o tamaño de tipografía no son los predeterminados.
4941 \end_layout
4942
4943 \begin_layout Standard
4944 \begin_inset VSpace medskip
4945 \end_inset
4946
4947 Hay puntos específicos para matrices que se extienden por varias columnas.
4948  Se generan con el comando 
4949 \series bold
4950
4951 \backslash
4952 hdotsfor
4953 \series default
4954
4955 \begin_inset Index idx
4956 status collapsed
4957
4958 \begin_layout Plain Layout
4959 Comandos ! H ! 
4960 \backslash
4961 hdotsfor
4962 \end_layout
4963
4964 \end_inset
4965
4966 , que tiene el siguiente esquema:
4967 \end_layout
4968
4969 \begin_layout Standard
4970
4971 \series bold
4972
4973 \backslash
4974 hdotsfor[distancia]{número de columnas}
4975 \end_layout
4976
4977 \begin_layout Standard
4978 Número de columnas especifica cuántas columnas deben abarcarse.
4979  Distancia es un factor para la separación entre los puntos.
4980 \end_layout
4981
4982 \begin_layout Standard
4983 En la siguiente matriz se ha insertado el comando 
4984 \series bold
4985
4986 \backslash
4987 hdotsfor[2]{4}
4988 \series default
4989  en el primer recuadro de la segunda línea para obtener puntos separados
4990  una distancia equivalente a dos veces la del comando 
4991 \series bold
4992
4993 \backslash
4994 dots
4995 \series default
4996 .
4997 \begin_inset Formula 
4998 \[
4999 \left(\begin{array}{cccc}
5000 A & B & C & D\\
5001 \hdotsfor[2]{4}\\
5002 q & w & e & r
5003 \end{array}\right)
5004 \]
5005
5006 \end_inset
5007
5008
5009 \end_layout
5010
5011 \begin_layout Standard
5012 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
5013  de lo contrario se producen errores de LaTeX.
5014 \end_layout
5015
5016 \begin_layout Standard
5017 \begin_inset VSpace bigskip
5018 \end_inset
5019
5020
5021 \end_layout
5022
5023 \begin_layout Standard
5024 Además, con el comando 
5025 \series bold
5026
5027 \backslash
5028 dotfill
5029 \series default
5030
5031 \begin_inset Index idx
5032 status collapsed
5033
5034 \begin_layout Plain Layout
5035 Comandos ! D ! 
5036 \backslash
5037 dotfill
5038 \end_layout
5039
5040 \end_inset
5041
5042  puedes completar con puntos una línea.
5043  El efecto de este tipo de comandos es como el de 
5044 \series bold
5045
5046 \backslash
5047 hfill
5048 \series default
5049 , véase 
5050 \begin_inset CommandInset ref
5051 LatexCommand ref
5052 reference "sub:Espacio-variable"
5053
5054 \end_inset
5055
5056 .
5057 \end_layout
5058
5059 \begin_layout Standard
5060 Por ejemplo el comando 
5061 \series bold
5062 A
5063 \backslash
5064 dotfill
5065 \series default
5066
5067 \begin_inset ERT
5068 status collapsed
5069
5070 \begin_layout Plain Layout
5071
5072
5073 \backslash
5074 spce 
5075 \end_layout
5076
5077 \end_inset
5078
5079
5080 \series bold
5081 B
5082 \series default
5083  genera
5084 \end_layout
5085
5086 \begin_layout Standard
5087 \begin_inset Formula $A\dotfill B$
5088 \end_inset
5089
5090
5091 \end_layout
5092
5093 \begin_layout Standard
5094 Un comando análogo a 
5095 \series bold
5096
5097 \backslash
5098 dotfill
5099 \series default
5100  para rellenar con una línea es 
5101 \series bold
5102
5103 \backslash
5104 hrulefill
5105 \series default
5106
5107 \begin_inset Index idx
5108 status collapsed
5109
5110 \begin_layout Plain Layout
5111 Comandos ! H ! 
5112 \backslash
5113 hrulefill
5114 \end_layout
5115
5116 \end_inset
5117
5118 :
5119 \end_layout
5120
5121 \begin_layout Standard
5122 \begin_inset Formula $A\hrulefill B$
5123 \end_inset
5124
5125
5126 \end_layout
5127
5128 \begin_layout Standard
5129 Para usar estos comandos en el texto, deben insertarse en modo TeX.
5130 \end_layout
5131
5132 \begin_layout Section
5133 Matrices
5134 \begin_inset CommandInset label
5135 LatexCommand label
5136 name "sec:Matrices"
5137
5138 \end_inset
5139
5140
5141 \begin_inset Index idx
5142 status collapsed
5143
5144 \begin_layout Plain Layout
5145 Matrices
5146 \end_layout
5147
5148 \end_inset
5149
5150
5151 \end_layout
5152
5153 \begin_layout Standard
5154 Se pueden insertar con el botón 
5155 \begin_inset Graphics
5156         filename ../../images/dialog-show_mathmatrix.png
5157         scale 85
5158
5159 \end_inset
5160
5161  de la barra de ecuaciones o con el menú 
5162 \family sans
5163 Insertar\SpecialChar \menuseparator
5164 Ecuación\SpecialChar \menuseparator
5165 Matriz
5166 \family default
5167 .
5168  Aparece una ventana en la que se pide el número de filas y columnas, la
5169  alineación y la decoración.
5170  La alineación vertical sólo es relevante para matrices en línea:
5171 \end_layout
5172
5173 \begin_layout Standard
5174 Esta primera matriz tiene alineación superior 
5175 \begin_inset Formula $\begin{array}[t]{cccc}
5176 A & D & G & J\\
5177 B & E & H & K\\
5178 D & F & I & L
5179 \end{array}$
5180 \end_inset
5181
5182  , la segunda alineación central 
5183 \begin_inset Formula $\begin{array}{cccc}
5184 A & D & G & J\\
5185 B & E & H & K\\
5186 D & F & I & L
5187 \end{array}$
5188 \end_inset
5189
5190  , y la tercera alineación inferior 
5191 \begin_inset Formula $\begin{array}[b]{cccc}
5192 A & D & G & J\\
5193 B & E & H & K\\
5194 D & F & I & L
5195 \end{array}$
5196 \end_inset
5197
5198 .
5199 \end_layout
5200
5201 \begin_layout Standard
5202 La alineación horizontal especifica cómo deben alinearse las entradas de
5203  la columna.
5204  Se determina mediante una letra para cada columna.
5205  
5206 \emph on
5207 l
5208 \emph default
5209  indica alineación a la izquierda, 
5210 \emph on
5211 c
5212 \emph default
5213  alineación centrada y 
5214 \emph on
5215 r
5216 \emph default
5217  alineación a la derecha.
5218  Por ejemplo, para componer una matriz
5219 \begin_inset space ~
5220 \end_inset
5221
5222 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
5223  centradas y la última a la derecha, se anota 
5224 \series bold
5225 lccr
5226 \series default
5227  en la alineación horizontal.
5228  Normalmente todas las columnas de una matriz están centradas, por tanto
5229  el valor por omisión es 
5230 \series bold
5231 c
5232 \series default
5233  para todas ellas.
5234 \end_layout
5235
5236 \begin_layout Standard
5237 Alineación horizontal:
5238 \end_layout
5239
5240 \begin_layout Standard
5241
5242 \series bold
5243 lll
5244 \series default
5245  : 
5246 \begin_inset Formula $\begin{array}{lll}
5247 10000 & D & G\\
5248 B & 10000 & H\\
5249 C & F & 10000
5250 \end{array}$
5251 \end_inset
5252
5253  , 
5254 \series bold
5255 ccc 
5256 \series default
5257
5258 \begin_inset Formula $\begin{array}{ccc}
5259 10000 & D & G\\
5260 B & 10000 & H\\
5261 C & F & 10000
5262 \end{array}$
5263 \end_inset
5264
5265  
5266 \series bold
5267 ,
5268 \series default
5269  
5270 \series bold
5271 rrr 
5272 \series default
5273
5274 \begin_inset Formula $\begin{array}{rrr}
5275 10000 & D & G\\
5276 B & 10000 & H\\
5277 C & F & 10000
5278 \end{array}$
5279 \end_inset
5280
5281
5282 \end_layout
5283
5284 \begin_layout Standard
5285 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
5286  botones 
5287 \begin_inset Graphics
5288         filename ../../images/tabular-feature_append-row.png
5289         scale 85
5290
5291 \end_inset
5292
5293
5294 \begin_inset Graphics
5295         filename ../../images/tabular-feature_delete-row.png
5296         scale 85
5297
5298 \end_inset
5299
5300 , etc.
5301  de la barra de ecuaciones o el menú 
5302 \family sans
5303 Editar\SpecialChar \menuseparator
5304 Filas y columnas
5305 \family default
5306 .
5307  También se pueden añadir filas nuevas con 
5308 \family sans
5309 Ctrl+Entrar
5310 \family default
5311 .
5312 \end_layout
5313
5314 \begin_layout Standard
5315 \begin_inset VSpace bigskip
5316 \end_inset
5317
5318
5319 \end_layout
5320
5321 \begin_layout Standard
5322 La 
5323 \family sans
5324 Decoración
5325 \family default
5326  añade paréntesis en el estilo seleccionado alrededor de la matriz.
5327  Alternativamente, se pueden generar paréntesis con los comandos 
5328 \series bold
5329
5330 \backslash
5331 left
5332 \series default
5333
5334 \begin_inset Index idx
5335 status collapsed
5336
5337 \begin_layout Plain Layout
5338 Comandos ! L ! 
5339 \backslash
5340 left
5341 \end_layout
5342
5343 \end_inset
5344
5345  y 
5346 \series bold
5347
5348 \backslash
5349 right
5350 \series default
5351
5352 \begin_inset Index idx
5353 status collapsed
5354
5355 \begin_layout Plain Layout
5356 Comandos ! R ! 
5357 \backslash
5358 right
5359 \end_layout
5360
5361 \end_inset
5362
5363  (atajo 
5364 \family sans
5365 Alt+M
5366 \begin_inset space ~
5367 \end_inset
5368
5369 Paréntesis
5370 \family default
5371 ), véase 
5372 \begin_inset CommandInset ref
5373 LatexCommand ref
5374 reference "sub:Tamaño-automático-de"
5375
5376 \end_inset
5377
5378 , o usando los comandos siguientes:
5379 \end_layout
5380
5381 \begin_layout Standard
5382 \begin_inset VSpace medskip
5383 \end_inset
5384
5385
5386 \end_layout
5387
5388 \begin_layout Standard
5389 \begin_inset space \hfill{}
5390 \end_inset
5391
5392
5393 \begin_inset Tabular
5394 <lyxtabular version="3" rows="4" columns="2">
5395 <features tabularvalignment="middle">
5396 <column alignment="center" valignment="top" width="0">
5397 <column alignment="center" valignment="top" width="0">
5398 <row>
5399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403 Comando
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412 Resultado
5413 \begin_inset Note Note
5414 status collapsed
5415
5416 \begin_layout Plain Layout
5417
5418 \series bold
5419
5420 \backslash
5421 raisebox
5422 \series default
5423  se usa sólo como espaciador
5424 \end_layout
5425
5426 \end_inset
5427
5428
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 </row>
5434 <row>
5435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439
5440 \backslash
5441 bmatrix
5442 \begin_inset ERT
5443 status collapsed
5444
5445 \begin_layout Plain Layout
5446
5447
5448 \backslash
5449 spce 
5450 \end_layout
5451
5452 \end_inset
5453
5454 2
5455 \series bold
5456 ×
5457 \series default
5458 2
5459 \begin_inset space \thinspace{}
5460 \end_inset
5461
5462 matriz
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5472 0 & \textrm{-}\mathrm{i}\\
5473 \mathrm{i} & 0
5474 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5475 \end_inset
5476
5477
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 </row>
5483 <row>
5484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488
5489 \backslash
5490 Bmatrix
5491 \begin_inset ERT
5492 status collapsed
5493
5494 \begin_layout Plain Layout
5495
5496
5497 \backslash
5498 spce 
5499 \end_layout
5500
5501 \end_inset
5502
5503 2×2
5504 \begin_inset space \thinspace{}
5505 \end_inset
5506
5507 matriz
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5517 0 & \textrm{-}\mathrm{i}\\
5518 \mathrm{i} & 0
5519 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5520 \end_inset
5521
5522
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 </row>
5528 <row>
5529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533
5534 \backslash
5535 pmatrix
5536 \begin_inset ERT
5537 status collapsed
5538
5539 \begin_layout Plain Layout
5540
5541
5542 \backslash
5543 spce 
5544 \end_layout
5545
5546 \end_inset
5547
5548 2
5549 \series bold
5550 ×
5551 \series default
5552 2
5553 \begin_inset space \thinspace{}
5554 \end_inset
5555
5556 matriz
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5566 0 & \textrm{-}\mathrm{i}\\
5567 \mathrm{i} & 0
5568 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5569 \end_inset
5570
5571
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 </row>
5577 </lyxtabular>
5578
5579 \end_inset
5580
5581
5582 \begin_inset space \hfill{}
5583 \end_inset
5584
5585
5586 \begin_inset Tabular
5587 <lyxtabular version="3" rows="4" columns="2">
5588 <features tabularvalignment="middle">
5589 <column alignment="center" valignment="top" width="0">
5590 <column alignment="center" valignment="top" width="0">
5591 <row>
5592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Plain Layout
5596 Comando
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5602 \begin_inset Text
5603
5604 \begin_layout Plain Layout
5605 Resultado
5606 \begin_inset Note Note
5607 status collapsed
5608
5609 \begin_layout Plain Layout
5610
5611 \series bold
5612
5613 \backslash
5614 raisebox
5615 \series default
5616  se usa sólo como espaciador
5617 \end_layout
5618
5619 \end_inset
5620
5621
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 </row>
5627 <row>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632
5633 \backslash
5634 vmatrix
5635 \begin_inset ERT
5636 status collapsed
5637
5638 \begin_layout Plain Layout
5639
5640
5641 \backslash
5642 spce 
5643 \end_layout
5644
5645 \end_inset
5646
5647 2
5648 \series bold
5649 ×
5650 \series default
5651 2
5652 \begin_inset space \thinspace{}
5653 \end_inset
5654
5655 matriz
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 $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5665 0 & \textrm{-}\mathrm{i}\\
5666 \mathrm{i} & 0
5667 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5668 \end_inset
5669
5670
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 </row>
5676 <row>
5677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681
5682 \backslash
5683 Vmatrix
5684 \begin_inset ERT
5685 status collapsed
5686
5687 \begin_layout Plain Layout
5688
5689
5690 \backslash
5691 spce 
5692 \end_layout
5693
5694 \end_inset
5695
5696 2
5697 \series bold
5698 ×
5699 \series default
5700 2
5701 \begin_inset space \thinspace{}
5702 \end_inset
5703
5704 matriz
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5714 0 & \textrm{-}\mathrm{i}\\
5715 \mathrm{i} & 0
5716 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5717 \end_inset
5718
5719
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 </row>
5725 <row>
5726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5727 \begin_inset Text
5728
5729 \begin_layout Plain Layout
5730
5731 \backslash
5732 matrix
5733 \begin_inset ERT
5734 status collapsed
5735
5736 \begin_layout Plain Layout
5737
5738
5739 \backslash
5740 spce 
5741 \end_layout
5742
5743 \end_inset
5744
5745 2
5746 \series bold
5747 ×
5748 \series default
5749 2
5750 \begin_inset space \thinspace{}
5751 \end_inset
5752
5753 matriz
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5763 0 & \textrm{-}\mathrm{i}\\
5764 \mathrm{i} & 0
5765 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5766 \end_inset
5767
5768
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 </row>
5774 </lyxtabular>
5775
5776 \end_inset
5777
5778
5779 \begin_inset space \hfill{}
5780 \end_inset
5781
5782
5783 \end_layout
5784
5785 \begin_layout Standard
5786 \begin_inset VSpace medskip
5787 \end_inset
5788
5789
5790 \end_layout
5791
5792 \begin_layout Standard
5793 Cuando se inserta p.
5794 \begin_inset space \thinspace{}
5795 \end_inset
5796
5797 e.
5798 \begin_inset space ~
5799 \end_inset
5800
5801
5802 \series bold
5803
5804 \backslash
5805 vmatrix
5806 \series default
5807 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5808  la matriz.
5809 \begin_inset Newline newline
5810 \end_inset
5811
5812 Hay que tener en cuenta que las matrices decoradas ignoran el alineamiento
5813  vertical.
5814 \end_layout
5815
5816 \begin_layout Standard
5817 \begin_inset Note Greyedout
5818 status open
5819
5820 \begin_layout Plain Layout
5821
5822 \series bold
5823 Nota:
5824 \series default
5825  LaTeX limita el número de columnas de matrices con decoraciones a 10.
5826  Si necesitas más de 10
5827 \begin_inset space ~
5828 \end_inset
5829
5830 columnas, debes añadir la siguiente línea en el preámbulo del documento:
5831 \end_layout
5832
5833 \begin_layout Plain Layout
5834
5835 \series bold
5836
5837 \backslash
5838 setcounter{MaxMatrixCols}{número}
5839 \end_layout
5840
5841 \begin_layout Plain Layout
5842 donde 
5843 \emph on
5844 número
5845 \emph default
5846  es el número de columnas entre 11 y 99.
5847 \end_layout
5848
5849 \end_inset
5850
5851
5852 \end_layout
5853
5854 \begin_layout Standard
5855 \begin_inset VSpace bigskip
5856 \end_inset
5857
5858
5859 \end_layout
5860
5861 \begin_layout Standard
5862 Como todas las ecuaciones multilínea son matrices, la longitud 
5863 \series bold
5864
5865 \backslash
5866 arraycolsep
5867 \series default
5868
5869 \begin_inset Index idx
5870 status collapsed
5871
5872 \begin_layout Plain Layout
5873 Comandos ! A ! 
5874 \backslash
5875 arraycolsep
5876 \end_layout
5877
5878 \end_inset
5879
5880 , que se describe en 
5881 \begin_inset CommandInset ref
5882 LatexCommand ref
5883 reference "sub:Separación-de-columnas"
5884
5885 \end_inset
5886
5887 , también se puede usar para cambiar la separación de las columnas en una
5888  matriz.
5889  Para cambiar la separación de las filas, se usa el comando 
5890 \series bold
5891
5892 \backslash
5893 arraystretch
5894 \series default
5895
5896 \begin_inset Index idx
5897 status collapsed
5898
5899 \begin_layout Plain Layout
5900 Comandos ! A ! 
5901 \backslash
5902 arraystretch
5903 \end_layout
5904
5905 \end_inset
5906
5907  de la siguiente manera:
5908 \end_layout
5909
5910 \begin_layout Standard
5911
5912 \series bold
5913
5914 \backslash
5915 renewcommand{
5916 \backslash
5917 arraystretch}{factor de separación}
5918 \begin_inset Index idx
5919 status collapsed
5920
5921 \begin_layout Plain Layout
5922 Comandos ! R ! 
5923 \backslash
5924 renewcommand
5925 \end_layout
5926
5927 \end_inset
5928
5929
5930 \end_layout
5931
5932 \begin_layout Standard
5933 El comando 
5934 \series bold
5935
5936 \backslash
5937 renewcommand
5938 \series default
5939  asigna el factor de separación al comando predefinido 
5940 \series bold
5941
5942 \backslash
5943 arraystretch
5944 \series default
5945 .
5946  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5947  Además, éste se usa para todas las matrices siguientes.
5948  Para volver a la separación original, asigna factor 1 a 
5949 \series bold
5950
5951 \backslash
5952 arraystretch
5953 \series default
5954 .
5955 \end_layout
5956
5957 \begin_layout Standard
5958 Para poner matrices en línea se usa el comando 
5959 \series bold
5960
5961 \backslash
5962 smallmatrix
5963 \series default
5964
5965 \begin_inset Index idx
5966 status collapsed
5967
5968 \begin_layout Plain Layout
5969 Comandos ! S ! 
5970 \backslash
5971 smallmatrix
5972 \end_layout
5973
5974 \end_inset
5975
5976 .
5977  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5978  se inserta la matriz.
5979  
5980 \end_layout
5981
5982 \begin_layout Standard
5983 Esto es una matriz 
5984 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5985 C & D
5986 \end{smallmatrix}\right)$
5987 \end_inset
5988
5989  en línea.
5990 \end_layout
5991
5992 \begin_layout Section
5993 Delimitadores
5994 \begin_inset Index idx
5995 status collapsed
5996
5997 \begin_layout Plain Layout
5998 Delimitadores
5999 \end_layout
6000
6001 \end_inset
6002
6003
6004 \end_layout
6005
6006 \begin_layout Subsection
6007 Delimitadores verticales
6008 \begin_inset Index idx
6009 status collapsed
6010
6011 \begin_layout Plain Layout
6012 Delimitadores ! verticales
6013 \end_layout
6014
6015 \end_inset
6016
6017
6018 \end_layout
6019
6020 \begin_layout Standard
6021 \begin_inset space \hfill{}
6022 \end_inset
6023
6024
6025 \begin_inset Tabular
6026 <lyxtabular version="3" rows="9" columns="2">
6027 <features tabularvalignment="middle">
6028 <column alignment="center" valignment="top" width="0pt">
6029 <column alignment="center" valignment="top" width="0pt">
6030 <row>
6031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 Comando
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 Resultado
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 </row>
6050 <row>
6051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055 (
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064 \begin_inset Formula $($
6065 \end_inset
6066
6067
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 </row>
6073 <row>
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078 {
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 \begin_inset Formula $\{$
6088 \end_inset
6089
6090
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 </row>
6096 <row>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 [
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 \begin_inset Formula $[$
6111 \end_inset
6112
6113
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 </row>
6119 <row>
6120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124
6125 \backslash
6126 langle
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 \begin_inset Formula $\langle$
6136 \end_inset
6137
6138
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 </row>
6144 <row>
6145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149
6150 \backslash
6151 lceil
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 \begin_inset Formula $\lceil$
6161 \end_inset
6162
6163
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 </row>
6169 <row>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174
6175 \backslash
6176 lfloor
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 \begin_inset Formula $\lfloor$
6186 \end_inset
6187
6188
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 </row>
6194 <row>
6195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 /
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 \begin_inset Formula $/$
6209 \end_inset
6210
6211
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 </row>
6217 <row>
6218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 |
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Plain Layout
6231 \begin_inset Formula $|$
6232 \end_inset
6233
6234
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 </row>
6240 </lyxtabular>
6241
6242 \end_inset
6243
6244
6245 \begin_inset space \hfill{}
6246 \end_inset
6247
6248
6249 \begin_inset Tabular
6250 <lyxtabular version="3" rows="9" columns="2">
6251 <features tabularvalignment="middle">
6252 <column alignment="center" valignment="top" width="0pt">
6253 <column alignment="center" valignment="top" width="0pt">
6254 <row>
6255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259 Comando
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 Resultado
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 </row>
6274 <row>
6275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279 )
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 \begin_inset Formula $)$
6289 \end_inset
6290
6291
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 </row>
6297 <row>
6298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 }
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 \begin_inset Formula $\}$
6312 \end_inset
6313
6314
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 </row>
6320 <row>
6321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325 ]
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334 \begin_inset Formula $]$
6335 \end_inset
6336
6337
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 </row>
6343 <row>
6344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348
6349 \backslash
6350 rangle
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359 \begin_inset Formula $\rangle$
6360 \end_inset
6361
6362
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 </row>
6368 <row>
6369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373
6374 \backslash
6375 rceil
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384 \begin_inset Formula $\rceil$
6385 \end_inset
6386
6387
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 </row>
6393 <row>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398
6399 \backslash
6400 rfloor
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 \begin_inset Formula $\rfloor$
6410 \end_inset
6411
6412
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 </row>
6418 <row>
6419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423
6424 \backslash
6425
6426 \backslash
6427
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 \begin_inset Formula $\backslash$
6437 \end_inset
6438
6439
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 </row>
6445 <row>
6446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450
6451 \backslash
6452 |
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 \begin_inset Formula $\|$
6462 \end_inset
6463
6464
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 </row>
6470 </lyxtabular>
6471
6472 \end_inset
6473
6474
6475 \begin_inset space \hfill{}
6476 \end_inset
6477
6478
6479 \end_layout
6480
6481 \begin_layout Standard
6482 \begin_inset Note Greyedout
6483 status open
6484
6485 \begin_layout Plain Layout
6486
6487 \series bold
6488 Nota
6489 \series default
6490 : En modo TeX hay que usar el comando 
6491 \series bold
6492
6493 \backslash
6494 textbackslash
6495 \series default
6496
6497 \begin_inset Index idx
6498 status collapsed
6499
6500 \begin_layout Plain Layout
6501 Comandos ! T ! 
6502 \backslash
6503 textbackslash
6504 \end_layout
6505
6506 \end_inset
6507
6508  para la barra invertida, porque si no el comando 
6509 \series bold
6510
6511 \backslash
6512
6513 \backslash
6514
6515 \series default
6516  genera un salto de línea.
6517 \end_layout
6518
6519 \end_inset
6520
6521
6522 \end_layout
6523
6524 \begin_layout Standard
6525 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6526  descritos en las dos subsecciones siguientes.
6527  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6528  < y > en vez de los comandos 
6529 \series bold
6530
6531 \backslash
6532 langle
6533 \series default
6534  y 
6535 \series bold
6536
6537 \backslash
6538 rangle
6539 \series default
6540 .
6541  
6542 \end_layout
6543
6544 \begin_layout Subsubsection
6545 Tamaño manual de los delimitadores
6546 \begin_inset CommandInset label
6547 LatexCommand label
6548 name "sub:Tamaño-manual-de"
6549
6550 \end_inset
6551
6552
6553 \begin_inset Index idx
6554 status collapsed
6555
6556 \begin_layout Plain Layout
6557 Delimitadores ! tamaño manual
6558 \end_layout
6559
6560 \end_inset
6561
6562
6563 \end_layout
6564
6565 \begin_layout Standard
6566 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6567  LaTeX 
6568 \series bold
6569
6570 \backslash
6571 big
6572 \series default
6573
6574 \begin_inset Index idx
6575 status collapsed
6576
6577 \begin_layout Plain Layout
6578 Comandos ! B ! 
6579 \backslash
6580 big
6581 \end_layout
6582
6583 \end_inset
6584
6585
6586 \series bold
6587
6588 \backslash
6589 Big
6590 \series default
6591
6592 \series bold
6593
6594 \backslash
6595 bigg
6596 \series default
6597 , y 
6598 \series bold
6599
6600 \backslash
6601 Bigg
6602 \series default
6603 .
6604  
6605 \series bold
6606
6607 \backslash
6608 big
6609 \series default
6610  indica el tamaño menor y 
6611 \series bold
6612
6613 \backslash
6614 Bigg
6615 \series default
6616  el mayor.
6617 \end_layout
6618
6619 \begin_layout Standard
6620 Estos comandos se usan para resaltar niveles de delimitación:
6621 \end_layout
6622
6623 \begin_layout Standard
6624 \noindent
6625 \align center
6626 \begin_inset Tabular
6627 <lyxtabular version="3" rows="2" columns="2">
6628 <features tabularvalignment="middle">
6629 <column alignment="center" valignment="top" width="0">
6630 <column alignment="center" valignment="top" width="0">
6631 <row>
6632 <cell alignment="center" valignment="top" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636 todos los delimitadores de igual tamaño:
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell alignment="center" valignment="top" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6646 \end_inset
6647
6648
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 </row>
6654 <row>
6655 <cell alignment="center" valignment="top" usebox="none">
6656 \begin_inset Text
6657
6658 \begin_layout Plain Layout
6659 así tiene mejor aspecto:
6660 \end_layout
6661
6662 \end_inset
6663 </cell>
6664 <cell alignment="center" valignment="top" usebox="none">
6665 \begin_inset Text
6666
6667 \begin_layout Plain Layout
6668 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6669 \end_inset
6670
6671
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 </row>
6677 </lyxtabular>
6678
6679 \end_inset
6680
6681
6682 \begin_inset Note Note
6683 status collapsed
6684
6685 \begin_layout Plain Layout
6686
6687 \series bold
6688
6689 \backslash
6690 raisebox
6691 \series default
6692  se usa sólo como espaciador
6693 \end_layout
6694
6695 \end_inset
6696
6697
6698 \end_layout
6699
6700 \begin_layout Standard
6701 Para la segunda expresión se ha empleado el comando 
6702 \series bold
6703
6704 \backslash
6705 Big((A+B)(A-B)
6706 \backslash
6707 Big)^
6708 \series default
6709
6710 \begin_inset ERT
6711 status collapsed
6712
6713 \begin_layout Plain Layout
6714
6715
6716 \backslash
6717 spce 
6718 \end_layout
6719
6720 \end_inset
6721
6722
6723 \series bold
6724 C
6725 \series default
6726 .
6727 \end_layout
6728
6729 \begin_layout Standard
6730 He aquí una visión conjunta de todos los tamaños y delimitadores:
6731 \end_layout
6732
6733 \begin_layout Standard
6734 \noindent
6735 \align center
6736
6737 \backslash
6738 Bigg(
6739 \backslash
6740 exp
6741 \backslash
6742 bigg<
6743 \backslash
6744 Big[
6745 \backslash
6746 big{
6747 \backslash
6748 ln(3x)
6749 \backslash
6750 big}^2
6751 \begin_inset ERT
6752 status collapsed
6753
6754 \begin_layout Plain Layout
6755
6756
6757 \backslash
6758 spce 
6759 \end_layout
6760
6761 \end_inset
6762
6763
6764 \backslash
6765 sen(x)
6766 \backslash
6767 Big]^
6768 \begin_inset ERT
6769 status collapsed
6770
6771 \begin_layout Plain Layout
6772
6773
6774 \backslash
6775 spce 
6776 \end_layout
6777
6778 \end_inset
6779
6780 A
6781 \begin_inset ERT
6782 status collapsed
6783
6784 \begin_layout Plain Layout
6785
6786
6787 \backslash
6788 spce 
6789 \end_layout
6790
6791 \end_inset
6792
6793
6794 \backslash
6795 bigg>
6796 \backslash
6797 Bigg)^0,5
6798 \begin_inset Formula 
6799 \[
6800 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}
6801 \]
6802
6803 \end_inset
6804
6805
6806 \end_layout
6807
6808 \begin_layout Standard
6809 Además de los comandos 
6810 \series bold
6811
6812 \backslash
6813 big
6814 \series default
6815  hay la variante 
6816 \series bold
6817
6818 \backslash
6819 bigm
6820 \series default
6821
6822 \begin_inset Index idx
6823 status collapsed
6824
6825 \begin_layout Plain Layout
6826 Comandos ! B ! 
6827 \backslash
6828 bigm
6829 \end_layout
6830
6831 \end_inset
6832
6833 , que añade un poco más de espacio entre el delimitador y su contenido,
6834  y la variante 
6835 \series bold
6836
6837 \backslash
6838 bigl
6839 \series default
6840 -
6841 \series bold
6842
6843 \backslash
6844 bigr
6845 \series default
6846
6847 \begin_inset Index idx
6848 status collapsed
6849
6850 \begin_layout Plain Layout
6851 Comandos ! B ! 
6852 \backslash
6853 bigl - 
6854 \backslash
6855 bigr
6856 \end_layout
6857
6858 \end_inset
6859
6860 , que no añade espacio adicional.
6861  La 
6862 \emph on
6863 l
6864 \emph default
6865  al final del comando 
6866 \series bold
6867
6868 \backslash
6869 bigl 
6870 \series default
6871 es para el delimitador izquierdo, la 
6872 \emph on
6873 r
6874 \emph default
6875  es para el delimitador derecho.
6876  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6877  apertura o de cierre.
6878 \end_layout
6879
6880 \begin_layout Standard
6881 En el siguiente cuadro hay una comparación de las variantes:
6882 \end_layout
6883
6884 \begin_layout Standard
6885 \noindent
6886 \align center
6887 \begin_inset Tabular
6888 <lyxtabular version="3" rows="5" columns="2">
6889 <features tabularvalignment="middle">
6890 <column alignment="center" valignment="top" width="0">
6891 <column alignment="center" valignment="top" width="0">
6892 <row>
6893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 Comando
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Plain Layout
6906 Resultado
6907 \begin_inset Note Note
6908 status collapsed
6909
6910 \begin_layout Plain Layout
6911
6912 \series bold
6913
6914 \backslash
6915 raisebox
6916 \series default
6917  se usa sólo como espaciador
6918 \end_layout
6919
6920 \end_inset
6921
6922
6923 \end_layout
6924
6925 \end_inset
6926 </cell>
6927 </row>
6928 <row>
6929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933
6934 \backslash
6935 Bigm(
6936 \backslash
6937 bigm(
6938 \backslash
6939 ln(3x)
6940 \backslash
6941 bigm)^2
6942 \series bold
6943
6944 \begin_inset ERT
6945 status collapsed
6946
6947 \begin_layout Plain Layout
6948
6949
6950 \backslash
6951 spce 
6952 \end_layout
6953
6954 \end_inset
6955
6956
6957 \series default
6958
6959 \backslash
6960 Bigm)
6961 \end_layout
6962
6963 \end_inset
6964 </cell>
6965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6966 \begin_inset Text
6967
6968 \begin_layout Plain Layout
6969 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6970 \end_inset
6971
6972
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 </row>
6978 <row>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983
6984 \backslash
6985 Big(
6986 \backslash
6987 big(
6988 \backslash
6989 ln(3x)
6990 \backslash
6991 big)^2
6992 \series bold
6993
6994 \begin_inset ERT
6995 status collapsed
6996
6997 \begin_layout Plain Layout
6998
6999
7000 \backslash
7001 spce 
7002 \end_layout
7003
7004 \end_inset
7005
7006
7007 \series default
7008
7009 \backslash
7010 Big)
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7020 \end_inset
7021
7022
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 </row>
7028 <row>
7029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033
7034 \backslash
7035 Bigl(
7036 \backslash
7037 bigl(
7038 \backslash
7039 ln(3x)
7040 \backslash
7041 bigr)^2
7042 \series bold
7043
7044 \begin_inset ERT
7045 status collapsed
7046
7047 \begin_layout Plain Layout
7048
7049
7050 \backslash
7051 spce 
7052 \end_layout
7053
7054 \end_inset
7055
7056
7057 \series default
7058
7059 \backslash
7060 Bigr)
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
7070 \end_inset
7071
7072
7073 \end_layout
7074
7075 \end_inset
7076 </cell>
7077 </row>
7078 <row>
7079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083
7084 \backslash
7085 bigl)
7086 \backslash
7087 ln(3x)
7088 \backslash
7089 bigr(
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7099 \end_inset
7100
7101
7102 \end_layout
7103
7104 \end_inset
7105 </cell>
7106 </row>
7107 </lyxtabular>
7108
7109 \end_inset
7110
7111
7112 \end_layout
7113
7114 \begin_layout Subsubsection
7115 Tamaño automático de los delimitadores
7116 \begin_inset CommandInset label
7117 LatexCommand label
7118 name "sub:Tamaño-automático-de"
7119
7120 \end_inset
7121
7122
7123 \begin_inset Index idx
7124 status collapsed
7125
7126 \begin_layout Plain Layout
7127 Delimitadores ! tamaño automático
7128 \end_layout
7129
7130 \end_inset
7131
7132
7133 \end_layout
7134
7135 \begin_layout Standard
7136 Se pueden insertar delimitadores de tamaño variable con los comandos 
7137 \series bold
7138
7139 \backslash
7140 left
7141 \series default
7142
7143 \begin_inset Index idx
7144 status collapsed
7145
7146 \begin_layout Plain Layout
7147 Comandos ! L ! 
7148 \backslash
7149 left
7150 \end_layout
7151
7152 \end_inset
7153
7154  y 
7155 \series bold
7156
7157 \backslash
7158 right
7159 \series default
7160
7161 \begin_inset Index idx
7162 status collapsed
7163
7164 \begin_layout Plain Layout
7165 Comandos ! R ! 
7166 \backslash
7167 right
7168 \end_layout
7169
7170 \end_inset
7171
7172  o con el botón de la barra de ecuaciones 
7173 \begin_inset Graphics
7174         filename ../../images/dialog-show_mathdelimiter.png
7175         scale 85
7176
7177 \end_inset
7178
7179 .
7180  El delimitador deseado se debe insertar directamente detrás de 
7181 \series bold
7182
7183 \backslash
7184 left
7185 \series default
7186  y 
7187 \series bold
7188
7189 \backslash
7190 right
7191 \series default
7192 .
7193  El tamaño se calculará automáticamente después para la salida.
7194  
7195 \end_layout
7196
7197 \begin_layout Standard
7198 \noindent
7199 \align center
7200 delimitador normal: El comando 
7201 \series bold
7202
7203 \backslash
7204 ln(
7205 \backslash
7206 frac
7207 \series default
7208
7209 \begin_inset ERT
7210 status collapsed
7211
7212 \begin_layout Plain Layout
7213
7214
7215 \backslash
7216 spce 
7217 \end_layout
7218
7219 \end_inset
7220
7221
7222 \series bold
7223 A
7224 \begin_inset Formula $\downarrow$
7225 \end_inset
7226
7227 C
7228 \series default
7229
7230 \begin_inset ERT
7231 status collapsed
7232
7233 \begin_layout Plain Layout
7234
7235
7236 \backslash
7237 spce
7238 \end_layout
7239
7240 \end_inset
7241
7242
7243 \series bold
7244 )
7245 \series default
7246  genera
7247 \begin_inset Formula 
7248 \[
7249 \ln(\frac{A}{C})
7250 \]
7251
7252 \end_inset
7253
7254
7255 \end_layout
7256
7257 \begin_layout Standard
7258 \noindent
7259 \align center
7260 delimitador multilínea: El comando 
7261 \series bold
7262
7263 \backslash
7264 ln
7265 \backslash
7266 left(
7267 \backslash
7268 frac
7269 \series default
7270
7271 \begin_inset ERT
7272 status collapsed
7273
7274 \begin_layout Plain Layout
7275
7276
7277 \backslash
7278 spce 
7279 \end_layout
7280
7281 \end_inset
7282
7283
7284 \series bold
7285 A
7286 \begin_inset Formula $\downarrow$
7287 \end_inset
7288
7289 C
7290 \series default
7291
7292 \begin_inset ERT
7293 status collapsed
7294
7295 \begin_layout Plain Layout
7296
7297
7298 \backslash
7299 spce 
7300 \end_layout
7301
7302 \end_inset
7303
7304
7305 \series bold
7306
7307 \backslash
7308 right)
7309 \series default
7310  genera
7311 \begin_inset Formula 
7312 \[
7313 \ln\left(\frac{A}{C}\right)
7314 \]
7315
7316 \end_inset
7317
7318
7319 \end_layout
7320
7321 \begin_layout Standard
7322 En lugar de 
7323 \series bold
7324
7325 \backslash
7326 left
7327 \series default
7328  y 
7329 \series bold
7330
7331 \backslash
7332 right
7333 \series default
7334  se puede usar el atajo 
7335 \family sans
7336 Alt+M
7337 \begin_inset space ~
7338 \end_inset
7339
7340 Corchete
7341 \family default
7342 .
7343  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7344  real del delimitador y además se genera el correspondiente delimitador
7345  de cierre.
7346 \begin_inset Newline newline
7347 \end_inset
7348
7349 El comando para el último ejemplo sería 
7350 \series bold
7351
7352 \backslash
7353 ln Alt+M
7354 \series default
7355  
7356 \series bold
7357 (
7358 \backslash
7359 frac
7360 \begin_inset ERT
7361 status collapsed
7362
7363 \begin_layout Plain Layout
7364
7365
7366 \backslash
7367 spce 
7368 \end_layout
7369
7370 \end_inset
7371
7372 A
7373 \begin_inset Formula $\downarrow$
7374 \end_inset
7375
7376
7377 \end_layout
7378
7379 \begin_layout Standard
7380 Para omitir uno de los dos delimitadores se inserta un punto.
7381  Por ejemplo, el comando 
7382 \series bold
7383
7384 \backslash
7385 left.
7386 \backslash
7387 frac
7388 \series default
7389
7390 \begin_inset ERT
7391 status collapsed
7392
7393 \begin_layout Plain Layout
7394
7395
7396 \backslash
7397 spce 
7398 \end_layout
7399
7400 \end_inset
7401
7402
7403 \series bold
7404 A
7405 \begin_inset Formula $\downarrow$
7406 \end_inset
7407
7408 B
7409 \series default
7410
7411 \begin_inset ERT
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415
7416
7417 \backslash
7418 spce 
7419 \end_layout
7420
7421 \end_inset
7422
7423
7424 \series bold
7425
7426 \backslash
7427 right}
7428 \series default
7429  da lugar a:
7430 \begin_inset Formula 
7431 \[
7432 \left.\frac{A}{B}\right\} 
7433 \]
7434
7435 \end_inset
7436
7437
7438 \end_layout
7439
7440 \begin_layout Standard
7441 LyX convertirá los comandos 
7442 \series bold
7443
7444 \backslash
7445 left
7446 \series default
7447  y 
7448 \series bold
7449
7450 \backslash
7451 right
7452 \series default
7453  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7454  omitido aparecerá como línea de trazos.
7455  
7456 \begin_inset VSpace bigskip
7457 \end_inset
7458
7459
7460 \end_layout
7461
7462 \begin_layout Standard
7463 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7464  de LaTeX, el comando 
7465 \series bold
7466
7467 \backslash
7468 middle
7469 \series default
7470
7471 \begin_inset Index idx
7472 status collapsed
7473
7474 \begin_layout Plain Layout
7475 Comandos ! M ! 
7476 \backslash
7477 middle
7478 \end_layout
7479
7480 \end_inset
7481
7482  está también disponible para todos los delimitadores y límites.
7483  Con este comando la altura del siguiente carácter se adapta a la de los
7484  delimitadores circundantes, lo que es necesario, p.
7485 \begin_inset space \thinspace{}
7486 \end_inset
7487
7488 e., para vectores cuánticos: 
7489 \begin_inset Formula 
7490 \[
7491 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7492 \]
7493
7494 \end_inset
7495
7496
7497 \end_layout
7498
7499 \begin_layout Standard
7500 Para este tipo de vectores hay un paquete LaTeX específico que se describe
7501  en
7502 \begin_inset space ~
7503 \end_inset
7504
7505
7506 \begin_inset CommandInset ref
7507 LatexCommand ref
7508 reference "sub:Vectores-cuánticos"
7509
7510 \end_inset
7511
7512 .
7513 \end_layout
7514
7515 \begin_layout Subsection
7516 Delimitadores horizontales
7517 \begin_inset Index idx
7518 status collapsed
7519
7520 \begin_layout Plain Layout
7521 Delimitadores ! horizontales
7522 \end_layout
7523
7524 \end_inset
7525
7526
7527 \end_layout
7528
7529 \begin_layout Standard
7530 \noindent
7531 \align center
7532 \begin_inset Tabular
7533 <lyxtabular version="3" rows="4" columns="2">
7534 <features tabularvalignment="middle">
7535 <column alignment="center" valignment="top" width="0">
7536 <column alignment="center" valignment="top" width="0">
7537 <row>
7538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 Comando
7543 \begin_inset Note Note
7544 status collapsed
7545
7546 \begin_layout Plain Layout
7547
7548 \series bold
7549
7550 \backslash
7551 raisebox
7552 \series default
7553  se usa sólo como espaciador
7554 \end_layout
7555
7556 \end_inset
7557
7558
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 Resultado
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 </row>
7573 <row>
7574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 \begin_inset ERT
7579 status collapsed
7580
7581 \begin_layout Plain Layout
7582
7583
7584 \backslash
7585 raisebox{2.3mm}{
7586 \end_layout
7587
7588 \end_inset
7589
7590
7591 \backslash
7592 overbrace
7593 \begin_inset ERT
7594 status collapsed
7595
7596 \begin_layout Plain Layout
7597
7598
7599 \backslash
7600 spce 
7601 \end_layout
7602
7603 \end_inset
7604
7605 A+B
7606 \begin_inset ERT
7607 status collapsed
7608
7609 \begin_layout Plain Layout
7610
7611
7612 \backslash
7613 spce 
7614 \end_layout
7615
7616 \end_inset
7617
7618 ^
7619 \begin_inset ERT
7620 status collapsed
7621
7622 \begin_layout Plain Layout
7623
7624
7625 \backslash
7626 spce 
7627 \end_layout
7628
7629 \end_inset
7630
7631 3
7632 \begin_inset ERT
7633 status collapsed
7634
7635 \begin_layout Plain Layout
7636
7637 }
7638 \end_layout
7639
7640 \end_inset
7641
7642
7643 \begin_inset Index idx
7644 status collapsed
7645
7646 \begin_layout Plain Layout
7647 Comandos ! O ! 
7648 \backslash
7649 overbrace
7650 \end_layout
7651
7652 \end_inset
7653
7654
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663 \begin_inset Formula $\overbrace{A+B}^{3}$
7664 \end_inset
7665
7666
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 </row>
7672 <row>
7673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 \begin_inset ERT
7678 status collapsed
7679
7680 \begin_layout Plain Layout
7681
7682
7683 \backslash
7684 raisebox{-2.2mm}{
7685 \end_layout
7686
7687 \end_inset
7688
7689
7690 \backslash
7691 underbrace
7692 \begin_inset ERT
7693 status collapsed
7694
7695 \begin_layout Plain Layout
7696
7697
7698 \backslash
7699 spce 
7700 \end_layout
7701
7702 \end_inset
7703
7704 A+B
7705 \begin_inset ERT
7706 status collapsed
7707
7708 \begin_layout Plain Layout
7709
7710
7711 \backslash
7712 spce 
7713 \end_layout
7714
7715 \end_inset
7716
7717 _5
7718 \begin_inset ERT
7719 status collapsed
7720
7721 \begin_layout Plain Layout
7722
7723 }
7724 \end_layout
7725
7726 \end_inset
7727
7728
7729 \begin_inset Index idx
7730 status collapsed
7731
7732 \begin_layout Plain Layout
7733 Comandos ! U ! 
7734 \backslash
7735 underbrace
7736 \end_layout
7737
7738 \end_inset
7739
7740
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749 \begin_inset Formula $\underbrace{A+B}_{5}$
7750 \end_inset
7751
7752
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 </row>
7758 <row>
7759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763
7764 \backslash
7765 overbrace
7766 \begin_inset ERT
7767 status collapsed
7768
7769 \begin_layout Plain Layout
7770
7771
7772 \backslash
7773 spce 
7774 \end_layout
7775
7776 \end_inset
7777
7778
7779 \backslash
7780 underbrace
7781 \begin_inset ERT
7782 status collapsed
7783
7784 \begin_layout Plain Layout
7785
7786
7787 \backslash
7788 spce 
7789 \end_layout
7790
7791 \end_inset
7792
7793 A+B_w
7794 \begin_inset ERT
7795 status collapsed
7796
7797 \begin_layout Plain Layout
7798
7799
7800 \backslash
7801 spce 
7802 \end_layout
7803
7804 \end_inset
7805
7806
7807 \begin_inset ERT
7808 status collapsed
7809
7810 \begin_layout Plain Layout
7811
7812
7813 \backslash
7814 spce 
7815 \end_layout
7816
7817 \end_inset
7818
7819 _7
7820 \begin_inset ERT
7821 status collapsed
7822
7823 \begin_layout Plain Layout
7824
7825
7826 \backslash
7827 spce 
7828 \end_layout
7829
7830 \end_inset
7831
7832
7833 \begin_inset ERT
7834 status collapsed
7835
7836 \begin_layout Plain Layout
7837
7838
7839 \backslash
7840 spce 
7841 \end_layout
7842
7843 \end_inset
7844
7845 ^
7846 \begin_inset ERT
7847 status collapsed
7848
7849 \begin_layout Plain Layout
7850
7851
7852 \backslash
7853 spce 
7854 \end_layout
7855
7856 \end_inset
7857
7858 C
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7868 \end_inset
7869
7870
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 </row>
7876 </lyxtabular>
7877
7878 \end_inset
7879
7880
7881 \end_layout
7882
7883 \begin_layout Standard
7884 En el último ejemplo no importa en qué orden se introducen los comandos
7885  
7886 \series bold
7887
7888 \backslash
7889 overbrace
7890 \series default
7891  y 
7892 \series bold
7893
7894 \backslash
7895 underbrace
7896 \series default
7897 .
7898 \begin_inset VSpace bigskip
7899 \end_inset
7900
7901
7902 \end_layout
7903
7904 \begin_layout Standard
7905 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7906  multilínea, como se describe en
7907 \begin_inset space ~
7908 \end_inset
7909
7910
7911 \begin_inset CommandInset ref
7912 LatexCommand ref
7913 reference "sec:Ecuaciones-multilínea"
7914
7915 \end_inset
7916
7917 :
7918 \begin_inset Formula 
7919 \begin{eqnarray*}
7920 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7921  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7922 \end{eqnarray*}
7923
7924 \end_inset
7925
7926 En la primera fila se insertan la ecuación y la primera llave.
7927  Aquí es importante insertar el comando de espacio
7928 \begin_inset Foot
7929 status collapsed
7930
7931 \begin_layout Plain Layout
7932 Los comandos para espacios se explican en 
7933 \begin_inset CommandInset ref
7934 LatexCommand ref
7935 reference "sub:Espacio-predefinido"
7936
7937 \end_inset
7938
7939
7940 \end_layout
7941
7942 \end_inset
7943
7944  
7945 \series bold
7946
7947 \backslash
7948 :
7949 \series default
7950  antes de la primera
7951 \series bold
7952  
7953 \series default
7954
7955 \begin_inset Formula $d$
7956 \end_inset
7957
7958 , porque la llave que termina detrás de 
7959 \begin_inset Formula $q$
7960 \end_inset
7961
7962  impide que el siguiente 
7963 \begin_inset Quotes fld
7964 \end_inset
7965
7966 +
7967 \begin_inset Quotes frd
7968 \end_inset
7969
7970  esté rodeado de espacio.
7971 \begin_inset Foot
7972 status collapsed
7973
7974 \begin_layout Plain Layout
7975 Debido a que la llave no es considerada como carácter, véase 
7976 \begin_inset CommandInset ref
7977 LatexCommand ref
7978 reference "sub:Operadores-binarios"
7979
7980 \end_inset
7981
7982
7983 \end_layout
7984
7985 \end_inset
7986
7987  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7988  de 
7989 \begin_inset Formula $b$
7990 \end_inset
7991
7992  se inserta antes el comando 
7993 \series bold
7994
7995 \backslash
7996 hphantom{gggg+
7997 \backslash
7998 :}
7999 \series default
8000 .
8001 \begin_inset Foot
8002 status collapsed
8003
8004 \begin_layout Plain Layout
8005 Más sobre 
8006 \series bold
8007
8008 \backslash
8009 hphantom
8010 \series default
8011  en 
8012 \begin_inset CommandInset ref
8013 LatexCommand ref
8014 reference "sub:Espacios-reservados"
8015
8016 \end_inset
8017
8018
8019 \end_layout
8020
8021 \end_inset
8022
8023  Ese espacio es necesario porque el signo 
8024 \begin_inset Quotes fld
8025 \end_inset
8026
8027 +
8028 \begin_inset Quotes frd
8029 \end_inset
8030
8031  va seguido de un espacio en la ecuación.
8032  La llave se coloca bajo el comando 
8033 \series bold
8034
8035 \backslash
8036 hphantom{bbqq+dddd}
8037 \series default
8038 .
8039  
8040 \end_layout
8041
8042 \begin_layout Standard
8043 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
8044  ejemplo:
8045 \begin_inset ERT
8046 status collapsed
8047
8048 \begin_layout Plain Layout
8049
8050
8051 \backslash
8052 setlength{
8053 \backslash
8054 jot}{-6pt}
8055 \end_layout
8056
8057 \end_inset
8058
8059
8060 \begin_inset Formula 
8061 \begin{eqnarray*}
8062  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8063 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8064 \end{eqnarray*}
8065
8066 \end_inset
8067
8068
8069 \begin_inset ERT
8070 status collapsed
8071
8072 \begin_layout Plain Layout
8073
8074
8075 \backslash
8076 setlength{
8077 \backslash
8078 jot}{3pt}
8079 \end_layout
8080
8081 \end_inset
8082
8083 La primera fila de la ecuación es igual que la segunda fila del ejemplo
8084  anterior, con la diferencia de que la llave está encima.
8085  La segunda fila contiene la ecuación junto con la segunda llave.
8086  Para evitar que haya demasiado espacio entre la llave superior en la primera
8087  fila y la ecuación hay que reducirlo.
8088  Esto no es fácil de hacer debido a un fallo de LyX.
8089 \begin_inset Foot
8090 status collapsed
8091
8092 \begin_layout Plain Layout
8093 \begin_inset CommandInset href
8094 LatexCommand href
8095 name "LyX-bug #1505"
8096 target "http://www.lyx.org/trac/ticket/1505"
8097
8098 \end_inset
8099
8100
8101 \end_layout
8102
8103 \end_inset
8104
8105  Una solución es cambiar la separación global de filas en la ecuación, 
8106 \series bold
8107
8108 \backslash
8109 jot
8110 \series default
8111
8112 \begin_inset Index idx
8113 status collapsed
8114
8115 \begin_layout Plain Layout
8116 Comandos ! J ! 
8117 \backslash
8118 jot
8119 \end_layout
8120
8121 \end_inset
8122
8123 , en -6
8124 \begin_inset space \thinspace{}
8125 \end_inset
8126
8127 pt insertando antes de la ecuación el comando 
8128 \series bold
8129
8130 \backslash
8131 setlength{
8132 \backslash
8133 jot}{-6pt}
8134 \series default
8135  en modo TeX.
8136  Después de la ecuación se vuelve al valor normal 3
8137 \begin_inset space \thinspace{}
8138 \end_inset
8139
8140 pt de 
8141 \series bold
8142
8143 \backslash
8144 jot
8145 \series default
8146  usando el mismo comando.
8147  Más información sobre separación de filas en ecuaciones en
8148 \begin_inset space ~
8149 \end_inset
8150
8151
8152 \begin_inset CommandInset ref
8153 LatexCommand ref
8154 reference "sub:Separación-de-líneas"
8155
8156 \end_inset
8157
8158 .
8159 \end_layout
8160
8161 \begin_layout Section
8162 Flechas
8163 \begin_inset Index idx
8164 status collapsed
8165
8166 \begin_layout Plain Layout
8167 Flechas
8168 \end_layout
8169
8170 \end_inset
8171
8172
8173 \end_layout
8174
8175 \begin_layout Standard
8176 Las flechas se pueden insertar con el botón 
8177 \begin_inset Graphics
8178         filename ../../images/math/leftarrow.png
8179         scale 85
8180
8181 \end_inset
8182
8183  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
8184  siguientes.
8185 \end_layout
8186
8187 \begin_layout Subsection
8188 Flechas horizontales
8189 \begin_inset Index idx
8190 status collapsed
8191
8192 \begin_layout Plain Layout
8193 Flechas ! horizontales
8194 \end_layout
8195
8196 \end_inset
8197
8198
8199 \end_layout
8200
8201 \begin_layout Standard
8202 \begin_inset space \hfill{}
8203 \end_inset
8204
8205
8206 \begin_inset Tabular
8207 <lyxtabular version="3" rows="8" columns="2">
8208 <features tabularvalignment="middle">
8209 <column alignment="center" valignment="top" width="0pt">
8210 <column alignment="center" valignment="top" width="0pt">
8211 <row>
8212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 Comando
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 Resultado
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \backslash
8238 gets
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 \begin_inset Formula $\gets$
8248 \end_inset
8249
8250
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 </row>
8256 <row>
8257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261
8262 \backslash
8263 Leftarrow
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 \begin_inset Formula $\Leftarrow$
8273 \end_inset
8274
8275
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 </row>
8281 <row>
8282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286
8287 \backslash
8288 longleftarrow
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 \begin_inset Formula $\longleftarrow$
8298 \end_inset
8299
8300
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 </row>
8306 <row>
8307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311
8312 \backslash
8313 Longleftarrow
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 \begin_inset Formula $\Longleftarrow$
8323 \end_inset
8324
8325
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 </row>
8331 <row>
8332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336
8337 \backslash
8338 leftharpoonup
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 \begin_inset Formula $\leftharpoonup$
8348 \end_inset
8349
8350
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 </row>
8356 <row>
8357 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361
8362 \backslash
8363 leftharpoondown
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 \begin_inset Formula $\leftharpoondown$
8373 \end_inset
8374
8375
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 </row>
8381 <row>
8382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386
8387 \backslash
8388 hookleftarrow
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397 \begin_inset Formula $\hookleftarrow$
8398 \end_inset
8399
8400
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 </row>
8406 </lyxtabular>
8407
8408 \end_inset
8409
8410
8411 \begin_inset space \hfill{}
8412 \end_inset
8413
8414
8415 \begin_inset Tabular
8416 <lyxtabular version="3" rows="8" columns="2">
8417 <features tabularvalignment="middle">
8418 <column alignment="center" valignment="top" width="0pt">
8419 <column alignment="center" valignment="top" width="0pt">
8420 <row>
8421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425 Comando
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 Resultado
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 </row>
8440 <row>
8441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445
8446 \backslash
8447 to
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 \begin_inset Formula $\to$
8457 \end_inset
8458
8459
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 </row>
8465 <row>
8466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470
8471 \backslash
8472 Rightarrow
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 \begin_inset Formula $\Rightarrow$
8482 \end_inset
8483
8484
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 </row>
8490 <row>
8491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495
8496 \backslash
8497 longrightarrow
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506 \begin_inset Formula $\longrightarrow$
8507 \end_inset
8508
8509
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 </row>
8515 <row>
8516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520
8521 \backslash
8522 Longrightarrow
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531 \begin_inset Formula $\Longrightarrow$
8532 \end_inset
8533
8534
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 </row>
8540 <row>
8541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545
8546 \backslash
8547 rightharpoonup
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 \begin_inset Formula $\rightharpoonup$
8557 \end_inset
8558
8559
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 </row>
8565 <row>
8566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570
8571 \backslash
8572 rightharpoondown
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581 \begin_inset Formula $\rightharpoondown$
8582 \end_inset
8583
8584
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 </row>
8590 <row>
8591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595
8596 \backslash
8597 hookrightarrow
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 \begin_inset Formula $\hookrightarrow$
8607 \end_inset
8608
8609
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 </row>
8615 </lyxtabular>
8616
8617 \end_inset
8618
8619
8620 \begin_inset space \hfill{}
8621 \end_inset
8622
8623
8624 \end_layout
8625
8626 \begin_layout Standard
8627 \begin_inset space \hfill{}
8628 \end_inset
8629
8630
8631 \begin_inset Tabular
8632 <lyxtabular version="3" rows="6" columns="2">
8633 <features tabularvalignment="middle">
8634 <column alignment="center" valignment="top" width="0pt">
8635 <column alignment="center" valignment="top" width="0pt">
8636 <row>
8637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641 Comando
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 Resultado
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 </row>
8656 <row>
8657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661
8662 \backslash
8663 leftrightarrow
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 \begin_inset Formula $\leftrightarrow$
8673 \end_inset
8674
8675
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 </row>
8681 <row>
8682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686
8687 \backslash
8688 Leftrightarrow
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 \begin_inset Formula $\Leftrightarrow$
8698 \end_inset
8699
8700
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 </row>
8706 <row>
8707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711
8712 \backslash
8713 longleftrightarrow
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722 \begin_inset Formula $\longleftrightarrow$
8723 \end_inset
8724
8725
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 </row>
8731 <row>
8732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736
8737 \backslash
8738 Longleftrightarrow
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 \begin_inset Formula $\Longleftrightarrow$
8748 \end_inset
8749
8750
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761
8762 \backslash
8763 rightleftharpoons
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 \begin_inset Formula $\rightleftharpoons$
8773 \end_inset
8774
8775
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 </row>
8781 </lyxtabular>
8782
8783 \end_inset
8784
8785
8786 \begin_inset space \hspace{}
8787 \length 25pt
8788 \end_inset
8789
8790
8791 \begin_inset space \hfill{}
8792 \end_inset
8793
8794
8795 \begin_inset Tabular
8796 <lyxtabular version="3" rows="5" columns="2">
8797 <features tabularvalignment="middle">
8798 <column alignment="center" valignment="top" width="0pt">
8799 <column alignment="center" valignment="top" width="0pt">
8800 <row>
8801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805 Comando
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 Resultado
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 </row>
8820 <row>
8821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825
8826 \backslash
8827 mapsto
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 \begin_inset Formula $\mapsto$
8837 \end_inset
8838
8839
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 </row>
8845 <row>
8846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850
8851 \backslash
8852 longmapsto
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861 \begin_inset Formula $\longmapsto$
8862 \end_inset
8863
8864
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 </row>
8870 <row>
8871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875
8876 \backslash
8877 leadsto
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 \begin_inset Formula $\leadsto$
8887 \end_inset
8888
8889
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 </row>
8895 <row>
8896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900
8901 \backslash
8902 dasharrow
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 \begin_inset Formula $\dasharrow$
8912 \end_inset
8913
8914
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 </row>
8920 </lyxtabular>
8921
8922 \end_inset
8923
8924
8925 \begin_inset space \hfill{}
8926 \end_inset
8927
8928
8929 \begin_inset VSpace medskip
8930 \end_inset
8931
8932
8933 \end_layout
8934
8935 \begin_layout Standard
8936 Las flechas que se utilizan como acentos, p.
8937 \begin_inset space \thinspace{}
8938 \end_inset
8939
8940 e.
8941  en vectores, se describen en 
8942 \begin_inset CommandInset ref
8943 LatexCommand ref
8944 reference "sec:Acentos"
8945
8946 \end_inset
8947
8948 .
8949  
8950 \begin_inset VSpace bigskip
8951 \end_inset
8952
8953
8954 \end_layout
8955
8956 \begin_layout Standard
8957 Además hay las flechas etiquetadas
8958 \begin_inset Index idx
8959 status collapsed
8960
8961 \begin_layout Plain Layout
8962 Flechas ! etiquetadas
8963 \end_layout
8964
8965 \end_inset
8966
8967  
8968 \series bold
8969
8970 \backslash
8971 xleftarrow
8972 \series default
8973
8974 \begin_inset Index idx
8975 status collapsed
8976
8977 \begin_layout Plain Layout
8978 Comandos ! X ! 
8979 \backslash
8980 xleftarrow
8981 \end_layout
8982
8983 \end_inset
8984
8985  y 
8986 \series bold
8987
8988 \backslash
8989 xrightarrow
8990 \series default
8991
8992 \begin_inset Index idx
8993 status collapsed
8994
8995 \begin_layout Plain Layout
8996 Comandos ! X ! 
8997 \backslash
8998 xrightarrow
8999 \begin_inset ERT
9000 status collapsed
9001
9002 \begin_layout Plain Layout
9003
9004
9005 \backslash
9006 vspace{4mm}
9007 \end_layout
9008
9009 \end_inset
9010
9011
9012 \end_layout
9013
9014 \end_inset
9015
9016 .
9017  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
9018  con dos marcos azules donde se puede insertar la etiqueta.
9019  La longitud de la flecha se adapta a la anchura de la etiqueta.
9020 \end_layout
9021
9022 \begin_layout Standard
9023 \noindent
9024 \align center
9025 \begin_inset Tabular
9026 <lyxtabular version="3" rows="3" columns="2">
9027 <features tabularvalignment="middle">
9028 <column alignment="center" valignment="top" width="0">
9029 <column alignment="center" valignment="top" width="0">
9030 <row>
9031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 Comando
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 Resultado
9045 \begin_inset Note Note
9046 status collapsed
9047
9048 \begin_layout Plain Layout
9049
9050 \series bold
9051
9052 \backslash
9053 raisebox
9054 \series default
9055  se usa sólo como espaciador
9056 \end_layout
9057
9058 \end_inset
9059
9060
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071 F(a)
9072 \backslash
9073 xleftarrow
9074 \begin_inset ERT
9075 status collapsed
9076
9077 \begin_layout Plain Layout
9078
9079
9080 \backslash
9081 spce 
9082 \end_layout
9083
9084 \end_inset
9085
9086 x=a
9087 \begin_inset Formula $\downarrow$
9088 \end_inset
9089
9090 x>0
9091 \begin_inset Formula $\to$
9092 \end_inset
9093
9094 F(x)
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9104 \end_inset
9105
9106
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 </row>
9112 <row>
9113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 F(x)
9118 \backslash
9119 xrightarrow
9120 \begin_inset ERT
9121 status collapsed
9122
9123 \begin_layout Plain Layout
9124
9125
9126 \backslash
9127 spce 
9128 \end_layout
9129
9130 \end_inset
9131
9132 x=a
9133 \begin_inset Formula $\downarrow$
9134 \end_inset
9135
9136 x>0
9137 \begin_inset Formula $\to$
9138 \end_inset
9139
9140 F(a)
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9150 \end_inset
9151
9152
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 </lyxtabular>
9159
9160 \end_inset
9161
9162
9163 \end_layout
9164
9165 \begin_layout Subsection
9166 Flechas verticales y diagonales
9167 \begin_inset Index idx
9168 status collapsed
9169
9170 \begin_layout Plain Layout
9171 Flechas ! diagonales
9172 \end_layout
9173
9174 \end_inset
9175
9176
9177 \begin_inset Index idx
9178 status collapsed
9179
9180 \begin_layout Plain Layout
9181 Flechas ! verticales
9182 \end_layout
9183
9184 \end_inset
9185
9186
9187 \end_layout
9188
9189 \begin_layout Standard
9190 \begin_inset space \hfill{}
9191 \end_inset
9192
9193
9194 \begin_inset Tabular
9195 <lyxtabular version="3" rows="7" columns="2">
9196 <features tabularvalignment="middle">
9197 <column alignment="center" valignment="top" width="0pt">
9198 <column alignment="center" valignment="top" width="0pt">
9199 <row>
9200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204 Comando
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 Resultado
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 </row>
9219 <row>
9220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224
9225 \backslash
9226 uparrow
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 \begin_inset Formula $\uparrow$
9236 \end_inset
9237
9238
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 </row>
9244 <row>
9245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249
9250 \backslash
9251 Uparrow
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260 \begin_inset Formula $\Uparrow$
9261 \end_inset
9262
9263
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 </row>
9269 <row>
9270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274
9275 \backslash
9276 updownarrow
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 \begin_inset Formula $\updownarrow$
9286 \end_inset
9287
9288
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 </row>
9294 <row>
9295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299
9300 \backslash
9301 Updownarrow
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310 \begin_inset Formula $\Updownarrow$
9311 \end_inset
9312
9313
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 </row>
9319 <row>
9320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324
9325 \backslash
9326 Downarrow
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 \begin_inset Formula $\Downarrow$
9336 \end_inset
9337
9338
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 </row>
9344 <row>
9345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349
9350 \backslash
9351 downarrow
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 \begin_inset Formula $\downarrow$
9361 \end_inset
9362
9363
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 </row>
9369 </lyxtabular>
9370
9371 \end_inset
9372
9373
9374 \begin_inset space \hfill{}
9375 \end_inset
9376
9377
9378 \begin_inset Tabular
9379 <lyxtabular version="3" rows="5" columns="2">
9380 <features tabularvalignment="middle">
9381 <column alignment="center" valignment="top" width="0pt">
9382 <column alignment="center" valignment="top" width="0pt">
9383 <row>
9384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388 Comando
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 Resultado
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row>
9404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408
9409 \backslash
9410 nearrow
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 \begin_inset Formula $\nearrow$
9420 \end_inset
9421
9422
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 </row>
9428 <row>
9429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433
9434 \backslash
9435 searrow
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444 \begin_inset Formula $\searrow$
9445 \end_inset
9446
9447
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 </row>
9453 <row>
9454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458
9459 \backslash
9460 swarrow
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469 \begin_inset Formula $\swarrow$
9470 \end_inset
9471
9472
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 </row>
9478 <row>
9479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483
9484 \backslash
9485 nwarrow
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494 \begin_inset Formula $\nwarrow$
9495 \end_inset
9496
9497
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 </row>
9503 </lyxtabular>
9504
9505 \end_inset
9506
9507
9508 \begin_inset space \hfill{}
9509 \end_inset
9510
9511
9512 \end_layout
9513
9514 \begin_layout Standard
9515 \begin_inset VSpace medskip
9516 \end_inset
9517
9518
9519 \end_layout
9520
9521 \begin_layout Standard
9522 Las flechas verticales también se pueden usar como delimitadores junto con
9523  los comandos descritos en
9524 \begin_inset space ~
9525 \end_inset
9526
9527
9528 \begin_inset CommandInset ref
9529 LatexCommand ref
9530 reference "sub:Tamaño-manual-de"
9531
9532 \end_inset
9533
9534  y 
9535 \begin_inset CommandInset ref
9536 LatexCommand ref
9537 reference "sub:Tamaño-automático-de"
9538
9539 \end_inset
9540
9541 .
9542 \end_layout
9543
9544 \begin_layout Standard
9545 \noindent
9546 \align center
9547 \begin_inset Newpage newpage
9548 \end_inset
9549
9550
9551 \end_layout
9552
9553 \begin_layout Section
9554 Acentos
9555 \begin_inset CommandInset label
9556 LatexCommand label
9557 name "sec:Acentos"
9558
9559 \end_inset
9560
9561
9562 \begin_inset Index idx
9563 status collapsed
9564
9565 \begin_layout Plain Layout
9566 Acentos
9567 \end_layout
9568
9569 \end_inset
9570
9571
9572 \end_layout
9573
9574 \begin_layout Standard
9575 Los acentos se pueden insertar con el botón 
9576 \begin_inset Graphics
9577         filename ../../images/math/hat.png
9578         scale 85
9579
9580 \end_inset
9581
9582  o mediante los comandos listados en las siguientes subsecciones.
9583 \end_layout
9584
9585 \begin_layout Subsection
9586 Acentos para un carácter
9587 \begin_inset ERT
9588 status collapsed
9589
9590 \begin_layout Plain Layout
9591
9592
9593 \backslash
9594 texorpdfstring{
9595 \end_layout
9596
9597 \end_inset
9598
9599
9600 \begin_inset Foot
9601 status collapsed
9602
9603 \begin_layout Plain Layout
9604 Para acentos en texto, véase 
9605 \begin_inset CommandInset ref
9606 LatexCommand ref
9607 reference "sub:Acentos-en-texto"
9608
9609 \end_inset
9610
9611
9612 \end_layout
9613
9614 \end_inset
9615
9616
9617 \begin_inset ERT
9618 status collapsed
9619
9620 \begin_layout Plain Layout
9621
9622 }{}
9623 \end_layout
9624
9625 \end_inset
9626
9627
9628 \begin_inset Note Note
9629 status collapsed
9630
9631 \begin_layout Plain Layout
9632
9633 \series bold
9634
9635 \backslash
9636 texorpdfstring
9637 \series default
9638  se usa para evitar que la nota al pie aparezca en los marcadores PDF.
9639 \end_layout
9640
9641 \begin_layout Plain Layout
9642 Más sobre 
9643 \series bold
9644
9645 \backslash
9646 texorpdfstring
9647 \series default
9648  en la sección 
9649 \begin_inset CommandInset ref
9650 LatexCommand ref
9651 reference "sub:Ecuaciones-en-encabezados"
9652
9653 \end_inset
9654
9655 .
9656 \end_layout
9657
9658 \end_inset
9659
9660
9661 \begin_inset CommandInset label
9662 LatexCommand label
9663 name "sub:Acentos-para-un"
9664
9665 \end_inset
9666
9667
9668 \begin_inset Index idx
9669 status collapsed
9670
9671 \begin_layout Plain Layout
9672 Acentos ! para un carácter
9673 \end_layout
9674
9675 \end_inset
9676
9677
9678 \end_layout
9679
9680 \begin_layout Standard
9681 \begin_inset space \hfill{}
9682 \end_inset
9683
9684
9685 \begin_inset Tabular
9686 <lyxtabular version="3" rows="8" columns="2">
9687 <features tabularvalignment="middle">
9688 <column alignment="center" valignment="top" width="0pt">
9689 <column alignment="center" valignment="top" width="0pt">
9690 <row>
9691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Plain Layout
9695 Comando
9696 \end_layout
9697
9698 \end_inset
9699 </cell>
9700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9701 \begin_inset Text
9702
9703 \begin_layout Plain Layout
9704 Resultado
9705 \begin_inset Note Note
9706 status collapsed
9707
9708 \begin_layout Plain Layout
9709
9710 \series bold
9711
9712 \backslash
9713 raisebox
9714 \series default
9715  se usa sólo como espaciador
9716 \end_layout
9717
9718 \end_inset
9719
9720
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 </row>
9726 <row>
9727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Plain Layout
9731
9732 \backslash
9733 dot
9734 \begin_inset ERT
9735 status collapsed
9736
9737 \begin_layout Plain Layout
9738
9739
9740 \backslash
9741 spce 
9742 \end_layout
9743
9744 \end_inset
9745
9746 A
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Plain Layout
9755 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9756 \end_inset
9757
9758
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 </row>
9764 <row>
9765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769
9770 \backslash
9771 ddot
9772 \begin_inset ERT
9773 status collapsed
9774
9775 \begin_layout Plain Layout
9776
9777
9778 \backslash
9779 spce 
9780 \end_layout
9781
9782 \end_inset
9783
9784 A
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9794 \end_inset
9795
9796
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 </row>
9802 <row>
9803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807
9808 \backslash
9809 dddot
9810 \begin_inset ERT
9811 status collapsed
9812
9813 \begin_layout Plain Layout
9814
9815
9816 \backslash
9817 spce 
9818 \end_layout
9819
9820 \end_inset
9821
9822 A
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9828 \begin_inset Text
9829
9830 \begin_layout Plain Layout
9831 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9832 \end_inset
9833
9834
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 </row>
9840 <row>
9841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845
9846 \backslash
9847 ddddot
9848 \begin_inset ERT
9849 status collapsed
9850
9851 \begin_layout Plain Layout
9852
9853
9854 \backslash
9855 spce 
9856 \end_layout
9857
9858 \end_inset
9859
9860 A
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9870 \end_inset
9871
9872
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 </row>
9878 <row>
9879 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883
9884 \backslash
9885 vec
9886 \begin_inset ERT
9887 status collapsed
9888
9889 \begin_layout Plain Layout
9890
9891
9892 \backslash
9893 spce 
9894 \end_layout
9895
9896 \end_inset
9897
9898 A
9899 \begin_inset Index idx
9900 status collapsed
9901
9902 \begin_layout Plain Layout
9903 Vectores
9904 \end_layout
9905
9906 \end_inset
9907
9908
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9918 \end_inset
9919
9920
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 </row>
9926 <row>
9927 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931
9932 \backslash
9933 bar
9934 \begin_inset ERT
9935 status collapsed
9936
9937 \begin_layout Plain Layout
9938
9939
9940 \backslash
9941 spce 
9942 \end_layout
9943
9944 \end_inset
9945
9946 A
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9956 \end_inset
9957
9958
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 </row>
9964 <row>
9965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969
9970 \backslash
9971 mathring
9972 \begin_inset ERT
9973 status collapsed
9974
9975 \begin_layout Plain Layout
9976
9977
9978 \backslash
9979 spce 
9980 \end_layout
9981
9982 \end_inset
9983
9984 A
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9994 \end_inset
9995
9996
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 </row>
10002 </lyxtabular>
10003
10004 \end_inset
10005
10006
10007 \begin_inset space \hfill{}
10008 \end_inset
10009
10010
10011 \begin_inset Tabular
10012 <lyxtabular version="3" rows="7" columns="2">
10013 <features tabularvalignment="middle">
10014 <column alignment="center" valignment="top" width="0pt">
10015 <column alignment="center" valignment="top" width="0pt">
10016 <row>
10017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021 Comando
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030 Resultado
10031 \begin_inset Note Note
10032 status collapsed
10033
10034 \begin_layout Plain Layout
10035
10036 \series bold
10037
10038 \backslash
10039 raisebox
10040 \series default
10041  se usa sólo como espaciador
10042 \end_layout
10043
10044 \end_inset
10045
10046
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 </row>
10052 <row>
10053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \backslash
10059 tilde
10060 \begin_inset ERT
10061 status collapsed
10062
10063 \begin_layout Plain Layout
10064
10065
10066 \backslash
10067 spce 
10068 \end_layout
10069
10070 \end_inset
10071
10072 A
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10082 \end_inset
10083
10084
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 </row>
10090 <row>
10091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095
10096 \backslash
10097 hat
10098 \begin_inset ERT
10099 status collapsed
10100
10101 \begin_layout Plain Layout
10102
10103
10104 \backslash
10105 spce 
10106 \end_layout
10107
10108 \end_inset
10109
10110 A
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10120 \end_inset
10121
10122
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 </row>
10128 <row>
10129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \backslash
10135 check
10136 \begin_inset ERT
10137 status collapsed
10138
10139 \begin_layout Plain Layout
10140
10141
10142 \backslash
10143 spce 
10144 \end_layout
10145
10146 \end_inset
10147
10148 A
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10158 \end_inset
10159
10160
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 </row>
10166 <row>
10167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171
10172 \backslash
10173 acute
10174 \begin_inset ERT
10175 status collapsed
10176
10177 \begin_layout Plain Layout
10178
10179
10180 \backslash
10181 spce 
10182 \end_layout
10183
10184 \end_inset
10185
10186 A
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10196 \end_inset
10197
10198
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 </row>
10204 <row>
10205 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209
10210 \backslash
10211 grave
10212 \begin_inset ERT
10213 status collapsed
10214
10215 \begin_layout Plain Layout
10216
10217
10218 \backslash
10219 spce 
10220 \end_layout
10221
10222 \end_inset
10223
10224 A
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10234 \end_inset
10235
10236
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 </row>
10242 <row>
10243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247
10248 \backslash
10249 breve
10250 \begin_inset ERT
10251 status collapsed
10252
10253 \begin_layout Plain Layout
10254
10255
10256 \backslash
10257 spce 
10258 \end_layout
10259
10260 \end_inset
10261
10262 A
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10272 \end_inset
10273
10274
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 </lyxtabular>
10281
10282 \end_inset
10283
10284
10285 \begin_inset space \hfill{}
10286 \end_inset
10287
10288
10289 \end_layout
10290
10291 \begin_layout Standard
10292 \begin_inset VSpace bigskip
10293 \end_inset
10294
10295
10296 \end_layout
10297
10298 \begin_layout Standard
10299 En ecuaciones se pueden insertar acentos como 
10300 \begin_inset Quotes fld
10301 \end_inset
10302
10303 é
10304 \begin_inset Quotes frd
10305 \end_inset
10306
10307  directamente.
10308  LyX los transformará al comando de acento correspondiente.
10309  Para poner diéresis
10310 \begin_inset Index idx
10311 status collapsed
10312
10313 \begin_layout Plain Layout
10314 Dieresis@Diéresis
10315 \end_layout
10316
10317 \end_inset
10318
10319  es mejor insertar comillas antes de la vocal.
10320  Estos dos caracteres son considerados por LaTeX como 
10321 \emph on
10322 un solo
10323 \emph default
10324  carácter si la parte de la ecuación con la diéresis se marca en idioma
10325  alemán.
10326 \begin_inset Foot
10327 status collapsed
10328
10329 \begin_layout Plain Layout
10330 O algún otro idioma que use acentos, p.
10331 \begin_inset space \thinspace{}
10332 \end_inset
10333
10334 e.
10335  catalán.
10336  Aunque esto no funciona en español por algún conflicto con el estilo 
10337 \series bold
10338 spanish
10339 \series default
10340  de 
10341 \series bold
10342 babel
10343 \series default
10344 , no es necesario: se puede escribir 
10345 \begin_inset Formula $ï$
10346 \end_inset
10347
10348  en una ecuación igual que se hace en texto normal, ï.
10349  (
10350 \emph on
10351 N.
10352 \begin_inset space \thinspace{}
10353 \end_inset
10354
10355 del t.
10356 \emph default
10357 )
10358 \end_layout
10359
10360 \end_inset
10361
10362  A diferencia de 
10363 \series bold
10364
10365 \backslash
10366 ddot
10367 \series default
10368 , con este método se generan diéresis 
10369 \begin_inset Quotes fld
10370 \end_inset
10371
10372 reales
10373 \begin_inset Quotes frd
10374 \end_inset
10375
10376 , como se demuestra en el siguiente ejemplo:
10377 \begin_inset VSpace -2mm
10378 \end_inset
10379
10380
10381 \end_layout
10382
10383 \begin_layout Standard
10384 \noindent
10385 \align center
10386 \begin_inset Tabular
10387 <lyxtabular version="3" rows="3" columns="2">
10388 <features tabularvalignment="middle">
10389 <column alignment="center" valignment="top" width="0">
10390 <column alignment="center" valignment="top" width="0">
10391 <row>
10392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396 Comando
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 Resultado
10406 \begin_inset Note Note
10407 status collapsed
10408
10409 \begin_layout Plain Layout
10410
10411 \series bold
10412
10413 \backslash
10414 raisebox
10415 \series default
10416  se usa sólo como espaciador.
10417 \end_layout
10418
10419 \end_inset
10420
10421
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 </row>
10427 <row>
10428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432 ï
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441 \begin_inset Formula $ï$
10442 \end_inset
10443
10444
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 </row>
10450 <row>
10451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455
10456 \backslash
10457 ddot
10458 \begin_inset ERT
10459 status collapsed
10460
10461 \begin_layout Plain Layout
10462
10463
10464 \backslash
10465 spce 
10466 \end_layout
10467
10468 \end_inset
10469
10470 i
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10480 \end_inset
10481
10482
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 </row>
10488 </lyxtabular>
10489
10490 \end_inset
10491
10492
10493 \end_layout
10494
10495 \begin_layout Standard
10496 Otra ventaja frente a 
10497 \series bold
10498
10499 \backslash
10500 ddot
10501 \series default
10502  es que la diéresis puede convertirse directamente a texto matemático, porque
10503  los anteriores comandos para acentos 
10504 \emph on
10505 no están permitidos en texto matemático
10506 \emph default
10507 .
10508  Para convertir un carácter acentuado a texto matemático, se debe convertir
10509  sólo el carácter bajo el acento.
10510  Esto también se aplica para otras conversiones, p.
10511 \begin_inset space \thinspace{}
10512 \end_inset
10513
10514 e.
10515 \begin_inset space ~
10516 \end_inset
10517
10518 cursiva o negrita.
10519 \end_layout
10520
10521 \begin_layout Standard
10522 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10523 \end_layout
10524
10525 \begin_layout Subsection
10526 Acentos para operadores
10527 \begin_inset Index idx
10528 status collapsed
10529
10530 \begin_layout Plain Layout
10531 Acentos ! en operadores
10532 \end_layout
10533
10534 \end_inset
10535
10536
10537 \end_layout
10538
10539 \begin_layout Standard
10540 Con los comandos 
10541 \series bold
10542
10543 \backslash
10544 overset
10545 \series default
10546
10547 \begin_inset Index idx
10548 status collapsed
10549
10550 \begin_layout Plain Layout
10551 Comandos ! O ! 
10552 \backslash
10553 overset
10554 \end_layout
10555
10556 \end_inset
10557
10558  y 
10559 \series bold
10560
10561 \backslash
10562 underset
10563 \series default
10564
10565 \begin_inset Index idx
10566 status collapsed
10567
10568 \begin_layout Plain Layout
10569 Comandos ! U ! 
10570 \backslash
10571 underset
10572 \end_layout
10573
10574 \end_inset
10575
10576  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10577  Con el comando 
10578 \series bold
10579
10580 \backslash
10581 sideset
10582 \series default
10583
10584 \begin_inset Index idx
10585 status collapsed
10586
10587 \begin_layout Plain Layout
10588 Comandos ! S ! 
10589 \backslash
10590 sideset
10591 \end_layout
10592
10593 \end_inset
10594
10595  se pueden poner caracteres delante y detrás de un operador.
10596  El esquema del comando es:
10597 \end_layout
10598
10599 \begin_layout Standard
10600
10601 \series bold
10602
10603 \backslash
10604 sideset{carácter
10605 \series default
10606  
10607 \series bold
10608 anterior}{carácter posterior}
10609 \end_layout
10610
10611 \begin_layout Standard
10612
10613 \series bold
10614
10615 \backslash
10616 sideset
10617 \series default
10618  siempre debe estar delante del operador que debe acentuarse.
10619  Se puede acentuar con varios caracteres e incluso con otros operadores
10620  y símbolos.
10621  Para colocar con
10622 \series bold
10623  
10624 \backslash
10625 sideset
10626 \series default
10627  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10628  el primer par de llaves, pero sin quitarlas.
10629  
10630 \end_layout
10631
10632 \begin_layout Standard
10633 Por ejemplo, el comando 
10634 \series bold
10635
10636 \backslash
10637 sideset{
10638 \begin_inset Formula $\to$
10639 \end_inset
10640
10641
10642 \backslash
10643 {
10644 \series default
10645 '
10646 \series bold
10647
10648 \begin_inset Formula $\to$
10649 \end_inset
10650
10651
10652 \backslash
10653 sum_k=1
10654 \begin_inset ERT
10655 status collapsed
10656
10657 \begin_layout Plain Layout
10658
10659
10660 \backslash
10661 spce 
10662 \end_layout
10663
10664 \end_inset
10665
10666
10667 \series default
10668 ^
10669 \series bold
10670
10671 \begin_inset ERT
10672 status collapsed
10673
10674 \begin_layout Plain Layout
10675
10676
10677 \backslash
10678 spce 
10679 \end_layout
10680
10681 \end_inset
10682
10683 n
10684 \series default
10685  genera:
10686 \begin_inset Formula 
10687 \[
10688 \sideset{}{'}\sum_{k=1}^{n}
10689 \]
10690
10691 \end_inset
10692
10693
10694 \end_layout
10695
10696 \begin_layout Standard
10697 El comando 
10698 \series bold
10699
10700 \backslash
10701 overset
10702 \begin_inset ERT
10703 status collapsed
10704
10705 \begin_layout Plain Layout
10706
10707
10708 \backslash
10709 spce 
10710 \end_layout
10711
10712 \end_inset
10713
10714
10715 \backslash
10716 maltese
10717 \begin_inset ERT
10718 status collapsed
10719
10720 \begin_layout Plain Layout
10721
10722
10723 \backslash
10724 spce 
10725 \end_layout
10726
10727 \end_inset
10728
10729
10730 \series default
10731
10732 \begin_inset Formula $\uparrow$
10733 \end_inset
10734
10735
10736 \series bold
10737 a
10738 \series default
10739  genera:
10740 \begin_inset Formula 
10741 \[
10742 \overset{a}{\maltese}
10743 \]
10744
10745 \end_inset
10746
10747
10748 \end_layout
10749
10750 \begin_layout Standard
10751 Como se ve en el último ejemplo, con 
10752 \series bold
10753
10754 \backslash
10755 overset
10756 \series default
10757  y 
10758 \series bold
10759
10760 \backslash
10761 underset
10762 \series default
10763  también se pueden acentuar símbolos y caracteres; con 
10764 \series bold
10765
10766 \backslash
10767 sideset
10768 \series default
10769  esto no es posible.
10770 \end_layout
10771
10772 \begin_layout Subsection
10773 Acentos para varios caracteres
10774 \begin_inset Index idx
10775 status collapsed
10776
10777 \begin_layout Plain Layout
10778 Acentos ! en varios caracteres
10779 \end_layout
10780
10781 \end_inset
10782
10783
10784 \end_layout
10785
10786 \begin_layout Standard
10787 \begin_inset space \hfill{}
10788 \end_inset
10789
10790
10791 \begin_inset Tabular
10792 <lyxtabular version="3" rows="5" columns="2">
10793 <features tabularvalignment="middle">
10794 <column alignment="center" valignment="top" width="0pt">
10795 <column alignment="center" valignment="top" width="0pt">
10796 <row>
10797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801 Comando
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810 Resultado
10811 \begin_inset Note Note
10812 status collapsed
10813
10814 \begin_layout Plain Layout
10815
10816 \series bold
10817
10818 \backslash
10819 raisebox
10820 \series default
10821  se usa sólo como espaciador
10822 \end_layout
10823
10824 \end_inset
10825
10826
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 </row>
10832 <row>
10833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837
10838 \backslash
10839 overleftarrow
10840 \begin_inset ERT
10841 status collapsed
10842
10843 \begin_layout Plain Layout
10844
10845
10846 \backslash
10847 spce 
10848 \end_layout
10849
10850 \end_inset
10851
10852 A=B
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10862 \end_inset
10863
10864
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 </row>
10870 <row>
10871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875
10876 \backslash
10877 underleftarrow
10878 \begin_inset ERT
10879 status collapsed
10880
10881 \begin_layout Plain Layout
10882
10883
10884 \backslash
10885 spce 
10886 \end_layout
10887
10888 \end_inset
10889
10890 A=B
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10900 \end_inset
10901
10902
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 </row>
10908 <row>
10909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913
10914 \backslash
10915 overleftrightarrow
10916 \begin_inset ERT
10917 status collapsed
10918
10919 \begin_layout Plain Layout
10920
10921
10922 \backslash
10923 spce 
10924 \end_layout
10925
10926 \end_inset
10927
10928 A=B
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10938 \end_inset
10939
10940
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 </row>
10946 <row>
10947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951
10952 \backslash
10953 underleftrightarrow
10954 \begin_inset ERT
10955 status collapsed
10956
10957 \begin_layout Plain Layout
10958
10959
10960 \backslash
10961 spce 
10962 \end_layout
10963
10964 \end_inset
10965
10966 A=B
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10976 \end_inset
10977
10978
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 </row>
10984 </lyxtabular>
10985
10986 \end_inset
10987
10988
10989 \begin_inset space \hfill{}
10990 \end_inset
10991
10992
10993 \begin_inset Tabular
10994 <lyxtabular version="3" rows="5" columns="2">
10995 <features tabularvalignment="middle">
10996 <column alignment="center" valignment="top" width="0pt">
10997 <column alignment="center" valignment="top" width="0pt">
10998 <row>
10999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003 Comando
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012 Resultado
11013 \begin_inset Note Note
11014 status collapsed
11015
11016 \begin_layout Plain Layout
11017
11018 \series bold
11019
11020 \backslash
11021 raisebox
11022 \series default
11023  se usa sólo como espaciador
11024 \end_layout
11025
11026 \end_inset
11027
11028
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 </row>
11034 <row>
11035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039
11040 \backslash
11041 overrightarrow
11042 \begin_inset ERT
11043 status collapsed
11044
11045 \begin_layout Plain Layout
11046
11047
11048 \backslash
11049 spce 
11050 \end_layout
11051
11052 \end_inset
11053
11054 A=B
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
11064 \end_inset
11065
11066
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 </row>
11072 <row>
11073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077
11078 \backslash
11079 underrightarrow
11080 \begin_inset ERT
11081 status collapsed
11082
11083 \begin_layout Plain Layout
11084
11085
11086 \backslash
11087 spce 
11088 \end_layout
11089
11090 \end_inset
11091
11092 A=B
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
11102 \end_inset
11103
11104
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 </row>
11110 <row>
11111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115
11116 \backslash
11117 widetilde
11118 \begin_inset ERT
11119 status collapsed
11120
11121 \begin_layout Plain Layout
11122
11123
11124 \backslash
11125 spce 
11126 \end_layout
11127
11128 \end_inset
11129
11130 A=B
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11136 \begin_inset Text
11137
11138 \begin_layout Plain Layout
11139 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11140 \end_inset
11141
11142
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 </row>
11148 <row>
11149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153
11154 \backslash
11155 widehat
11156 \begin_inset ERT
11157 status collapsed
11158
11159 \begin_layout Plain Layout
11160
11161
11162 \backslash
11163 spce 
11164 \end_layout
11165
11166 \end_inset
11167
11168 A=B
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11178 \end_inset
11179
11180
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 </row>
11186 </lyxtabular>
11187
11188 \end_inset
11189
11190
11191 \begin_inset space \hfill{}
11192 \end_inset
11193
11194
11195 \end_layout
11196
11197 \begin_layout Standard
11198 \begin_inset VSpace medskip
11199 \end_inset
11200
11201
11202 \end_layout
11203
11204 \begin_layout Standard
11205 Con estos comandos se pueden acentuar tantos caracteres como quieras.
11206  Pero los acentos 
11207 \series bold
11208
11209 \backslash
11210 widetilde
11211 \series default
11212  y 
11213 \series bold
11214
11215 \backslash
11216 widehat
11217 \series default
11218  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
11219  ejemplo:
11220 \begin_inset Formula 
11221 \[
11222 \widetilde{A+B=C-D}
11223 \]
11224
11225 \end_inset
11226
11227
11228 \end_layout
11229
11230 \begin_layout Standard
11231 Con los comandos 
11232 \series bold
11233
11234 \backslash
11235 overset
11236 \series default
11237
11238 \begin_inset Index idx
11239 status collapsed
11240
11241 \begin_layout Plain Layout
11242 Comandos ! O ! 
11243 \backslash
11244 overset
11245 \end_layout
11246
11247 \end_inset
11248
11249  y 
11250 \series bold
11251
11252 \backslash
11253 underset
11254 \series default
11255
11256 \begin_inset Index idx
11257 status collapsed
11258
11259 \begin_layout Plain Layout
11260 Comandos ! U ! 
11261 \backslash
11262 underset
11263 \end_layout
11264
11265 \end_inset
11266
11267 , descritos en la subsección anterior, también se pueden acentuar varios
11268  caracteres.
11269  El comando 
11270 \series bold
11271
11272 \backslash
11273 underset
11274 \begin_inset ERT
11275 status collapsed
11276
11277 \begin_layout Plain Layout
11278
11279
11280 \backslash
11281 spce 
11282 \end_layout
11283
11284 \end_inset
11285
11286 A=B
11287 \begin_inset Formula $\downarrow$
11288 \end_inset
11289
11290 ***
11291 \series default
11292  da:
11293 \begin_inset Formula 
11294 \[
11295 \underset{***}{A=B}
11296 \]
11297
11298 \end_inset
11299
11300
11301 \end_layout
11302
11303 \begin_layout Section
11304 Espacios
11305 \begin_inset CommandInset label
11306 LatexCommand label
11307 name "sec:Espacio"
11308
11309 \end_inset
11310
11311
11312 \begin_inset Index idx
11313 status collapsed
11314
11315 \begin_layout Plain Layout
11316 Espacio ! horizontal
11317 \end_layout
11318
11319 \end_inset
11320
11321
11322 \end_layout
11323
11324 \begin_layout Subsection
11325 Espacio predefinido
11326 \begin_inset CommandInset label
11327 LatexCommand label
11328 name "sub:Espacio-predefinido"
11329
11330 \end_inset
11331
11332
11333 \begin_inset Index idx
11334 status collapsed
11335
11336 \begin_layout Plain Layout
11337 Espacio ! horizontal ! predefinido
11338 \end_layout
11339
11340 \end_inset
11341
11342
11343 \end_layout
11344
11345 \begin_layout Standard
11346 A veces es necesario insertar espacio horizontal en una ecuación.
11347  Esto se hace insertando un espacio protegido (atajo 
11348 \family sans
11349 Ctrl+Espacio
11350 \family default
11351 ).
11352  Aparece un 
11353 \begin_inset Quotes fld
11354 \end_inset
11355
11356
11357 \color black
11358
11359 \begin_inset ERT
11360 status collapsed
11361
11362 \begin_layout Plain Layout
11363
11364
11365 \backslash
11366 spce 
11367 \end_layout
11368
11369 \end_inset
11370
11371
11372 \color inherit
11373
11374 \begin_inset Quotes frd
11375 \end_inset
11376
11377 , y pulsando 
11378 \family sans
11379 Espacio
11380 \family default
11381  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11382  espacio.
11383  También se pueden insertar espacios mediante el botón 
11384 \begin_inset Graphics
11385         filename ../../images/math/space.png
11386         scale 85
11387
11388 \end_inset
11389
11390  de la barra de ecuaciones o con comandos especiales.
11391  Independientemente del comando insertado, se puede seleccionar un nuevo
11392  tamaño pulsando acto seguido 
11393 \family sans
11394 Espacio.
11395  
11396 \end_layout
11397
11398 \begin_layout Standard
11399 \noindent
11400 \align center
11401 \begin_inset VSpace -5mm
11402 \end_inset
11403
11404
11405 \begin_inset Tabular
11406 <lyxtabular version="3" rows="3" columns="7">
11407 <features tabularvalignment="middle">
11408 <column alignment="center" valignment="middle" width="6.8cm">
11409 <column alignment="center" valignment="top" width="0">
11410 <column alignment="center" valignment="top" width="0">
11411 <column alignment="center" valignment="top" width="0">
11412 <column alignment="center" valignment="top" width="0">
11413 <column alignment="center" valignment="top" width="0">
11414 <column alignment="center" valignment="top" width="0">
11415 <row>
11416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 Comando
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429
11430 \backslash
11431 ,
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440
11441 \backslash
11442 :
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451
11452 \backslash
11453 ;
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462
11463 \backslash
11464 quad
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473
11474 \backslash
11475 qquad
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484
11485 \backslash
11486 !
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 </row>
11492 <row>
11493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497 Número de pulsaciones de 
11498 \family sans
11499 Espacio
11500 \family default
11501  tras insertar el espacio protegido
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510 0
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519 1
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 2
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11534 \begin_inset Text
11535
11536 \begin_layout Plain Layout
11537 3
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 4
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 5
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 </row>
11561 <row>
11562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 Resultado
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 \begin_inset Formula $A\, B$
11576 \end_inset
11577
11578
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 \begin_inset Formula $A\: B$
11588 \end_inset
11589
11590
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599 \begin_inset Formula $A\; B$
11600 \end_inset
11601
11602
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 \begin_inset Formula $A\quad B$
11612 \end_inset
11613
11614
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 \begin_inset Formula $A\qquad B$
11624 \end_inset
11625
11626
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Plain Layout
11635 \begin_inset Formula $A\! B$
11636 \end_inset
11637
11638
11639 \end_layout
11640
11641 \end_inset
11642 </cell>
11643 </row>
11644 </lyxtabular>
11645
11646 \end_inset
11647
11648
11649 \end_layout
11650
11651 \begin_layout Standard
11652 El último tamaño parece no generar espacio.
11653  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11654  negativo.
11655  Hay otros dos espacios negativos:
11656 \end_layout
11657
11658 \begin_layout Standard
11659 \align center
11660 \begin_inset Tabular
11661 <lyxtabular version="3" rows="3" columns="3">
11662 <features tabularvalignment="middle">
11663 <column alignment="center" valignment="middle" width="6.8cm">
11664 <column alignment="center" valignment="top" width="0pt">
11665 <column alignment="center" valignment="top" width="0pt">
11666 <row>
11667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 Comando
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680
11681 \backslash
11682 negmedspace
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691
11692 \backslash
11693 negthickspace
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 </row>
11699 <row>
11700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11701 \begin_inset Text
11702
11703 \begin_layout Plain Layout
11704 Número de pulsaciones de 
11705 \family sans
11706 Espacio
11707 \family default
11708  tras insertar el espacio protegido
11709 \end_layout
11710
11711 \end_inset
11712 </cell>
11713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 6
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726 7
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 </row>
11732 <row>
11733 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11734 \begin_inset Text
11735
11736 \begin_layout Plain Layout
11737 Resultado
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746 \begin_inset Formula $A\negmedspace B$
11747 \end_inset
11748
11749
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11755 \begin_inset Text
11756
11757 \begin_layout Plain Layout
11758 \begin_inset Formula $A\negthickspace B$
11759 \end_inset
11760
11761
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 </row>
11767 </lyxtabular>
11768
11769 \end_inset
11770
11771
11772 \end_layout
11773
11774 \begin_layout Standard
11775 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11776  Así, se pueden usar para forzar ligaduras, lo que es apropiado, por ejemplo,
11777  para operadores suma: 
11778 \end_layout
11779
11780 \begin_layout Standard
11781 \noindent
11782 \align center
11783 \begin_inset Tabular
11784 <lyxtabular version="3" rows="3" columns="2">
11785 <features tabularvalignment="middle">
11786 <column alignment="center" valignment="top" width="0">
11787 <column alignment="center" valignment="top" width="0">
11788 <row>
11789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11790 \begin_inset Text
11791
11792 \begin_layout Plain Layout
11793 Comando
11794 \end_layout
11795
11796 \end_inset
11797 </cell>
11798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Plain Layout
11802 Resultado
11803 \begin_inset Note Note
11804 status collapsed
11805
11806 \begin_layout Plain Layout
11807
11808 \series bold
11809
11810 \backslash
11811 raisebox
11812 \series default
11813  se usa sólo como espaciador
11814 \end_layout
11815
11816 \end_inset
11817
11818
11819 \end_layout
11820
11821 \end_inset
11822 </cell>
11823 </row>
11824 <row>
11825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11826 \begin_inset Text
11827
11828 \begin_layout Plain Layout
11829
11830 \backslash
11831 sum
11832 \backslash
11833 sum
11834 \begin_inset ERT
11835 status collapsed
11836
11837 \begin_layout Plain Layout
11838
11839
11840 \backslash
11841 spce 
11842 \end_layout
11843
11844 \end_inset
11845
11846 f_kl
11847 \end_layout
11848
11849 \end_inset
11850 </cell>
11851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11852 \begin_inset Text
11853
11854 \begin_layout Plain Layout
11855 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11856 \end_inset
11857
11858
11859 \end_layout
11860
11861 \end_inset
11862 </cell>
11863 </row>
11864 <row>
11865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869
11870 \backslash
11871 sum
11872 \backslash
11873 negmedspace
11874 \backslash
11875 sum
11876 \begin_inset ERT
11877 status collapsed
11878
11879 \begin_layout Plain Layout
11880
11881
11882 \backslash
11883 spce 
11884 \end_layout
11885
11886 \end_inset
11887
11888 f_kl
11889 \end_layout
11890
11891 \end_inset
11892 </cell>
11893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11894 \begin_inset Text
11895
11896 \begin_layout Plain Layout
11897 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11898 \end_inset
11899
11900
11901 \end_layout
11902
11903 \end_inset
11904 </cell>
11905 </row>
11906 </lyxtabular>
11907
11908 \end_inset
11909
11910
11911 \end_layout
11912
11913 \begin_layout Standard
11914 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11915  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11916  El siguiente ejemplo lo ilustra:
11917 \end_layout
11918
11919 \begin_layout Standard
11920 \noindent
11921 \align center
11922 \begin_inset Tabular
11923 <lyxtabular version="3" rows="2" columns="2">
11924 <features tabularvalignment="middle">
11925 <column alignment="center" valignment="top" width="0">
11926 <column alignment="center" valignment="top" width="0">
11927 <row>
11928 <cell alignment="center" valignment="top" usebox="none">
11929 \begin_inset Text
11930
11931 \begin_layout Plain Layout
11932 ecuación normal
11933 \end_layout
11934
11935 \end_inset
11936 </cell>
11937 <cell alignment="center" valignment="top" usebox="none">
11938 \begin_inset Text
11939
11940 \begin_layout Plain Layout
11941 \begin_inset Formula $A=B$
11942 \end_inset
11943
11944
11945 \end_layout
11946
11947 \end_inset
11948 </cell>
11949 </row>
11950 <row>
11951 <cell alignment="center" valignment="top" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 \begin_inset Note Note
11956 status collapsed
11957
11958 \begin_layout Plain Layout
11959
11960 \series bold
11961
11962 \backslash
11963 raisebox
11964 \series default
11965  se usa sólo como espaciador
11966 \end_layout
11967
11968 \end_inset
11969
11970
11971 \begin_inset Formula $\raisebox{5mm}{}$
11972 \end_inset
11973
11974 ecuación sin espacio
11975 \end_layout
11976
11977 \end_inset
11978 </cell>
11979 <cell alignment="center" valignment="top" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983 \begin_inset Formula $A{=}B$
11984 \end_inset
11985
11986
11987 \end_layout
11988
11989 \end_inset
11990 </cell>
11991 </row>
11992 </lyxtabular>
11993
11994 \end_inset
11995
11996
11997 \end_layout
11998
11999 \begin_layout Standard
12000 El comando para la segunda ecuación es: 
12001 \series bold
12002 A
12003 \backslash
12004 {=
12005 \begin_inset Formula $\rightarrow$
12006 \end_inset
12007
12008 B
12009 \series default
12010  
12011 \begin_inset VSpace bigskip
12012 \end_inset
12013
12014
12015 \end_layout
12016
12017 \begin_layout Standard
12018 Para las unidades físicas hacen falta espacios, porque entre el valor y
12019  su unidad se pone un espacio más pequeño que el normal.
12020  Para unidades en el texto se inserta con el menú 
12021 \family sans
12022 Insertar\SpecialChar \menuseparator
12023 Formato\SpecialChar \menuseparator
12024 Espacio
12025 \begin_inset space ~
12026 \end_inset
12027
12028 delgado
12029 \family default
12030  (atajo 
12031 \family sans
12032 Ctrl+Mayúscula+Espacio
12033 \family default
12034 ).
12035 \end_layout
12036
12037 \begin_layout Standard
12038 Un ejemplo para visualizar la diferencia:
12039 \end_layout
12040
12041 \begin_layout Standard
12042 \begin_inset Tabular
12043 <lyxtabular version="3" rows="2" columns="2">
12044 <features tabularvalignment="middle">
12045 <column alignment="center" valignment="top" width="0">
12046 <column alignment="left" valignment="top" width="0">
12047 <row>
12048 <cell alignment="center" valignment="top" usebox="none">
12049 \begin_inset Text
12050
12051 \begin_layout Plain Layout
12052 24 kW
12053 \begin_inset Formula $\cdot$
12054 \end_inset
12055
12056 h
12057 \end_layout
12058
12059 \end_inset
12060 </cell>
12061 <cell alignment="center" valignment="top" usebox="none">
12062 \begin_inset Text
12063
12064 \begin_layout Plain Layout
12065 espacio entre valor y unidad 
12066 \end_layout
12067
12068 \end_inset
12069 </cell>
12070 </row>
12071 <row>
12072 <cell alignment="center" valignment="top" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076 24
12077 \begin_inset space \thinspace{}
12078 \end_inset
12079
12080 kW
12081 \begin_inset Formula $\cdot$
12082 \end_inset
12083
12084 h
12085 \end_layout
12086
12087 \end_inset
12088 </cell>
12089 <cell alignment="center" valignment="top" usebox="none">
12090 \begin_inset Text
12091
12092 \begin_layout Plain Layout
12093 espacio delgado entre valor y unidad
12094 \end_layout
12095
12096 \end_inset
12097 </cell>
12098 </row>
12099 </lyxtabular>
12100
12101 \end_inset
12102
12103
12104 \end_layout
12105
12106 \begin_layout Subsection
12107 Espacio variable
12108 \begin_inset ERT
12109 status collapsed
12110
12111 \begin_layout Plain Layout
12112
12113
12114 \backslash
12115 texorpdfstring{
12116 \end_layout
12117
12118 \end_inset
12119
12120
12121 \begin_inset Foot
12122 status collapsed
12123
12124 \begin_layout Plain Layout
12125 Para espacio vertical en ecuaciones véase 
12126 \begin_inset CommandInset ref
12127 LatexCommand ref
12128 reference "sub:Separación-de-líneas"
12129
12130 \end_inset
12131
12132
12133 \end_layout
12134
12135 \end_inset
12136
12137
12138 \begin_inset ERT
12139 status collapsed
12140
12141 \begin_layout Plain Layout
12142
12143 }{}
12144 \end_layout
12145
12146 \end_inset
12147
12148
12149 \begin_inset Note Note
12150 status collapsed
12151
12152 \begin_layout Plain Layout
12153
12154 \backslash
12155 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
12156  PDF.
12157 \end_layout
12158
12159 \begin_layout Plain Layout
12160 Más sobre 
12161 \backslash
12162 texorpdfstring en la sección 
12163 \begin_inset CommandInset ref
12164 LatexCommand ref
12165 reference "sub:Ecuaciones-en-encabezados"
12166
12167 \end_inset
12168
12169 .
12170 \end_layout
12171
12172 \end_inset
12173
12174
12175 \begin_inset CommandInset label
12176 LatexCommand label
12177 name "sub:Espacio-variable"
12178
12179 \end_inset
12180
12181
12182 \begin_inset Index idx
12183 status collapsed
12184
12185 \begin_layout Plain Layout
12186 Espacio ! horizontal ! variable
12187 \end_layout
12188
12189 \end_inset
12190
12191
12192 \end_layout
12193
12194 \begin_layout Standard
12195 En LyX se puede insertar espacio con una longitud definida con el comando
12196  
12197 \series bold
12198
12199 \backslash
12200 hspace
12201 \series default
12202
12203 \begin_inset Index idx
12204 status collapsed
12205
12206 \begin_layout Plain Layout
12207 Comandos ! H ! 
12208 \backslash
12209 hspace
12210 \end_layout
12211
12212 \end_inset
12213
12214 .
12215  Aparece un 
12216 \begin_inset Quotes fld
12217 \end_inset
12218
12219
12220 \color black
12221
12222 \begin_inset ERT
12223 status collapsed
12224
12225 \begin_layout Plain Layout
12226
12227
12228 \backslash
12229 spce 
12230 \end_layout
12231
12232 \end_inset
12233
12234
12235 \color inherit
12236
12237 \begin_inset Quotes frd
12238 \end_inset
12239
12240  largo.
12241  La longitud se puede ajustar haciendo clic izquierdo sobre el 
12242 \begin_inset Quotes fld
12243 \end_inset
12244
12245
12246 \color black
12247
12248 \begin_inset ERT
12249 status collapsed
12250
12251 \begin_layout Plain Layout
12252
12253
12254 \backslash
12255 spce 
12256 \end_layout
12257
12258 \end_inset
12259
12260
12261 \color inherit
12262
12263 \begin_inset Quotes frd
12264 \end_inset
12265
12266 .
12267  La longitud también puede ser negativa.
12268  Para insertar en una ecuación tanto espacio como esté disponible se usa
12269  el comando 
12270 \series bold
12271
12272 \backslash
12273 hfill
12274 \series default
12275
12276 \begin_inset Index idx
12277 status collapsed
12278
12279 \begin_layout Plain Layout
12280 Comandos ! H ! 
12281 \backslash
12282 hfill
12283 \end_layout
12284
12285 \end_inset
12286
12287 .
12288 \begin_inset VSpace -1mm
12289 \end_inset
12290
12291
12292 \end_layout
12293
12294 \begin_layout Standard
12295 \noindent
12296 \align center
12297 \begin_inset Tabular
12298 <lyxtabular version="3" rows="4" columns="2">
12299 <features tabularvalignment="middle">
12300 <column alignment="center" valignment="top" width="0">
12301 <column alignment="center" valignment="top" width="0">
12302 <row>
12303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12304 \begin_inset Text
12305
12306 \begin_layout Plain Layout
12307 Comando (
12308 \backslash
12309 hspace longitud)
12310 \end_layout
12311
12312 \end_inset
12313 </cell>
12314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12315 \begin_inset Text
12316
12317 \begin_layout Plain Layout
12318 Resultado
12319 \end_layout
12320
12321 \end_inset
12322 </cell>
12323 </row>
12324 <row>
12325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12326 \begin_inset Text
12327
12328 \begin_layout Plain Layout
12329 A=B
12330 \backslash
12331 hspace
12332 \begin_inset ERT
12333 status collapsed
12334
12335 \begin_layout Plain Layout
12336
12337
12338 \backslash
12339 spce 
12340 \end_layout
12341
12342 \end_inset
12343
12344
12345 \begin_inset Formula $\to$
12346 \end_inset
12347
12348 A
12349 \backslash
12350 not=C (3
12351 \begin_inset space \thinspace{}
12352 \end_inset
12353
12354 cm)
12355 \end_layout
12356
12357 \end_inset
12358 </cell>
12359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12360 \begin_inset Text
12361
12362 \begin_layout Plain Layout
12363 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12364 \end_inset
12365
12366
12367 \end_layout
12368
12369 \end_inset
12370 </cell>
12371 </row>
12372 <row>
12373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12374 \begin_inset Text
12375
12376 \begin_layout Plain Layout
12377 A
12378 \backslash
12379 hspace
12380 \begin_inset ERT
12381 status collapsed
12382
12383 \begin_layout Plain Layout
12384
12385
12386 \backslash
12387 spce 
12388 \end_layout
12389
12390 \end_inset
12391
12392
12393 \begin_inset Formula $\to$
12394 \end_inset
12395
12396 A
12397 \backslash
12398 not=A (-1
12399 \begin_inset space \thinspace{}
12400 \end_inset
12401
12402 mm)
12403 \end_layout
12404
12405 \end_inset
12406 </cell>
12407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12408 \begin_inset Text
12409
12410 \begin_layout Plain Layout
12411 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12412 \end_inset
12413
12414
12415 \end_layout
12416
12417 \end_inset
12418 </cell>
12419 </row>
12420 <row>
12421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12422 \begin_inset Text
12423
12424 \begin_layout Plain Layout
12425 A=A
12426 \backslash
12427 hfill
12428 \begin_inset ERT
12429 status collapsed
12430
12431 \begin_layout Plain Layout
12432
12433
12434 \backslash
12435 spce 
12436 \end_layout
12437
12438 \end_inset
12439
12440 B=B
12441 \end_layout
12442
12443 \end_inset
12444 </cell>
12445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12446 \begin_inset Text
12447
12448 \begin_layout Plain Layout
12449 \begin_inset Formula $A=A\hfill B=B$
12450 \end_inset
12451
12452
12453 \end_layout
12454
12455 \end_inset
12456 </cell>
12457 </row>
12458 </lyxtabular>
12459
12460 \end_inset
12461
12462
12463 \end_layout
12464
12465 \begin_layout Standard
12466 En el último ejemplo el espacio disponible viene dado por la entrada más
12467  larga de columna en el cuadro.
12468  En una ecuación en línea el espacio depende de la longitud de la línea
12469  en la que se inserta 
12470 \series bold
12471
12472 \backslash
12473 hfill
12474 \series default
12475 .
12476  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12477  
12478 \series bold
12479
12480 \backslash
12481 hfill
12482 \series default
12483  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12484 \series bold
12485 Sangrado
12486 \series default
12487 .
12488  (Los estilos de ecuaciones se explican en
12489 \begin_inset space ~
12490 \end_inset
12491
12492
12493 \begin_inset CommandInset ref
12494 LatexCommand ref
12495 reference "sec:Estilos-de-ecuación"
12496
12497 \end_inset
12498
12499 ).
12500 \end_layout
12501
12502 \begin_layout Standard
12503 Además de 
12504 \series bold
12505
12506 \backslash
12507 hfill
12508 \series default
12509  hay los comandos 
12510 \series bold
12511
12512 \backslash
12513 dotfill
12514 \series default
12515  y 
12516 \series bold
12517
12518 \backslash
12519 hrulefill
12520 \series default
12521  que llenan el espacio con un patrón, véase un ejemplo en
12522 \begin_inset space ~
12523 \end_inset
12524
12525
12526 \begin_inset CommandInset ref
12527 LatexCommand ref
12528 reference "sub:Puntos"
12529
12530 \end_inset
12531
12532 .
12533 \end_layout
12534
12535 \begin_layout Standard
12536 Para texto se puede insertar espacio variable con el menú 
12537 \family sans
12538 Insertar\SpecialChar \menuseparator
12539 Formato\SpecialChar \menuseparator
12540 Espacio
12541 \begin_inset space ~
12542 \end_inset
12543
12544 horizontal
12545 \family default
12546 :
12547 \end_layout
12548
12549 \begin_layout Standard
12550 En esta línea hay un espacio
12551 \begin_inset space \hspace{}
12552 \length 2cm
12553 \end_inset
12554
12555 de 2
12556 \begin_inset space \thinspace{}
12557 \end_inset
12558
12559 cm.
12560 \end_layout
12561
12562 \begin_layout Standard
12563 En esta línea hay un
12564 \begin_inset space \hfill{}
12565 \end_inset
12566
12567 espacio máximo.
12568 \end_layout
12569
12570 \begin_layout Subsection
12571 Espacio adicional en ecuaciones en línea
12572 \begin_inset Index idx
12573 status collapsed
12574
12575 \begin_layout Plain Layout
12576 Espacio ! adicional en línea
12577 \end_layout
12578
12579 \end_inset
12580
12581
12582 \end_layout
12583
12584 \begin_layout Standard
12585 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12586  
12587 \series bold
12588
12589 \backslash
12590 mathsurround
12591 \series default
12592
12593 \begin_inset Index idx
12594 status collapsed
12595
12596 \begin_layout Plain Layout
12597 Comandos ! M ! 
12598 \backslash
12599 mathsurround
12600 \end_layout
12601
12602 \end_inset
12603
12604 .
12605  El valor de una longitud se establece con el comando 
12606 \series bold
12607
12608 \backslash
12609 setlength
12610 \series default
12611
12612 \begin_inset Index idx
12613 status collapsed
12614
12615 \begin_layout Plain Layout
12616 Comandos ! S ! 
12617 \backslash
12618 setlength
12619 \end_layout
12620
12621 \end_inset
12622
12623  según el siguiente esquema:
12624 \end_layout
12625
12626 \begin_layout Standard
12627
12628 \series bold
12629
12630 \backslash
12631 setlength{nombre de la longitud}{valor}
12632 \end_layout
12633
12634 \begin_layout Standard
12635 Para poner a 
12636 \series bold
12637
12638 \backslash
12639 mathsurround
12640 \series default
12641  un valor de 5
12642 \begin_inset space \thinspace{}
12643 \end_inset
12644
12645 mm, se inserta el comando
12646 \end_layout
12647
12648 \begin_layout Standard
12649
12650 \series bold
12651
12652 \backslash
12653 setlength{
12654 \backslash
12655 mathsurround}{5mm}
12656 \end_layout
12657
12658 \begin_layout Standard
12659 en modo TeX.
12660  Se establecerá un espacio de 5
12661 \begin_inset space \thinspace{}
12662 \end_inset
12663
12664 mm alrededor de todas las ecuaciones en línea:
12665 \begin_inset ERT
12666 status collapsed
12667
12668 \begin_layout Plain Layout
12669
12670
12671 \backslash
12672 setlength{
12673 \backslash
12674 mathsurround}{5mm}
12675 \end_layout
12676
12677 \end_inset
12678
12679
12680 \end_layout
12681
12682 \begin_layout Standard
12683 En esta línea hay una ecuación 
12684 \begin_inset Formula $A=B$
12685 \end_inset
12686
12687  rodeada por espacios de 5
12688 \begin_inset space \thinspace{}
12689 \end_inset
12690
12691 mm.
12692 \begin_inset ERT
12693 status collapsed
12694
12695 \begin_layout Plain Layout
12696
12697
12698 \backslash
12699 setlength{
12700 \backslash
12701 mathsurround}{0mm}
12702 \end_layout
12703
12704 \end_inset
12705
12706
12707 \end_layout
12708
12709 \begin_layout Standard
12710 Para volver al espacio predeterminado, 
12711 \series bold
12712
12713 \backslash
12714 mathsurround
12715 \series default
12716  se restablece al valor 0
12717 \begin_inset space \thinspace{}
12718 \end_inset
12719
12720 pt.
12721 \end_layout
12722
12723 \begin_layout Section
12724 Marcos y bordes
12725 \begin_inset Index idx
12726 status collapsed
12727
12728 \begin_layout Plain Layout
12729 Marcos
12730 \end_layout
12731
12732 \end_inset
12733
12734
12735 \end_layout
12736
12737 \begin_layout Standard
12738 Los marcos para texto se describen en el capítulo 
12739 \emph on
12740 Marcos
12741 \emph default
12742  del manual 
12743 \emph on
12744 Objetos insertados
12745 \emph default
12746 .
12747 \end_layout
12748
12749 \begin_layout Subsection
12750 Marcos con bordes
12751 \begin_inset CommandInset label
12752 LatexCommand label
12753 name "sub:Marcos-con-bordes"
12754
12755 \end_inset
12756
12757
12758 \begin_inset Index idx
12759 status collapsed
12760
12761 \begin_layout Plain Layout
12762 Marcos ! con bordes
12763 \end_layout
12764
12765 \end_inset
12766
12767
12768 \end_layout
12769
12770 \begin_layout Standard
12771 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12772 \series bold
12773
12774 \backslash
12775 fbox
12776 \series default
12777
12778 \begin_inset Index idx
12779 status collapsed
12780
12781 \begin_layout Plain Layout
12782 Comandos ! F ! 
12783 \backslash
12784 fbox
12785 \end_layout
12786
12787 \end_inset
12788
12789  y 
12790 \series bold
12791
12792 \backslash
12793 boxed
12794 \series default
12795
12796 \begin_inset Index idx
12797 status collapsed
12798
12799 \begin_layout Plain Layout
12800 Comandos ! B ! 
12801 \backslash
12802 boxed
12803 \end_layout
12804
12805 \end_inset
12806
12807 .
12808 \end_layout
12809
12810 \begin_layout Standard
12811 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12812  azul en un marco donde se introducen partes de una ecuación.
12813  Para 
12814 \series bold
12815
12816 \backslash
12817 fbox
12818 \series default
12819  hay que generar una ecuación adicional con 
12820 \family sans
12821 Ctrl+M
12822 \family default
12823  dentro del recuadro, porque si no el contenido del mismo sería considerado
12824  texto matemático.
12825  Si se usa 
12826 \series bold
12827
12828 \backslash
12829 boxed
12830 \series default
12831  la nueva ecuación se genera automáticamente dentro del marco.
12832 \end_layout
12833
12834 \begin_layout Standard
12835 El comando 
12836 \series bold
12837
12838 \backslash
12839 fbox
12840 \series default
12841  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12842  ecuación tendría siempre el tamaño del texto.
12843  Por otra parte, 
12844 \series bold
12845
12846 \backslash
12847 fboxed
12848 \series default
12849  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12850  siempre el tamaño de una ecuación presentada.
12851 \end_layout
12852
12853 \begin_layout Standard
12854 El comando 
12855 \series bold
12856
12857 \backslash
12858 framebox
12859 \series default
12860
12861 \begin_inset Index idx
12862 status collapsed
12863
12864 \begin_layout Plain Layout
12865 Comandos ! F ! 
12866 \backslash
12867 framebox
12868 \end_layout
12869
12870 \end_inset
12871
12872  es una extensión de 
12873 \series bold
12874
12875 \backslash
12876 fbox
12877 \series default
12878 , que permite especificar además la anchura del marco y la alineación.
12879  
12880 \series bold
12881
12882 \backslash
12883 framebox
12884 \series default
12885  se usa con el siguiente esquema: 
12886 \end_layout
12887
12888 \begin_layout Standard
12889
12890 \series bold
12891
12892 \backslash
12893 framebox[anchura del marco][posición]{contenido del cuadro}
12894 \end_layout
12895
12896 \begin_layout Standard
12897 La posición puede ser 
12898 \emph on
12899 l
12900 \emph default
12901  o 
12902 \emph on
12903 r
12904 \emph default
12905
12906 \emph on
12907 l
12908 \emph default
12909  alinea la ecuación a la izquierda del marcro, 
12910 \emph on
12911 r
12912 \emph default
12913  la alinea a la derecha.
12914  Si no se da posición la ecuación será centrada.
12915 \begin_inset Newline newline
12916 \end_inset
12917
12918 Si no se pone anchura tampoco puede darse posición.
12919  En este caso la anchura del borde se ajusta al contenido del cuadro, como
12920  con 
12921 \series bold
12922
12923 \backslash
12924 fbox
12925 \series default
12926 .
12927  
12928 \end_layout
12929
12930 \begin_layout Standard
12931 Cuando se inserta el comando 
12932 \series bold
12933
12934 \backslash
12935 framebox
12936 \series default
12937  aparece un recuadro con tres marcos azules.
12938  Los dos primeros marcos están encerrados entre corchetes e indican los
12939  dos argumentos opcionales.
12940  El tercer marco es para partes de la ecuación, como para 
12941 \series bold
12942
12943 \backslash
12944 fbox
12945 \series default
12946 .
12947 \end_layout
12948
12949 \begin_layout Standard
12950 \noindent
12951 \align center
12952 \begin_inset Newpage newpage
12953 \end_inset
12954
12955
12956 \end_layout
12957
12958 \begin_layout Standard
12959 \noindent
12960 \align center
12961 \begin_inset Tabular
12962 <lyxtabular version="3" rows="5" columns="2">
12963 <features tabularvalignment="middle">
12964 <column alignment="center" valignment="top" width="0">
12965 <column alignment="center" valignment="top" width="0">
12966 <row>
12967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12968 \begin_inset Text
12969
12970 \begin_layout Plain Layout
12971 Comando
12972 \end_layout
12973
12974 \end_inset
12975 </cell>
12976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12977 \begin_inset Text
12978
12979 \begin_layout Plain Layout
12980 Resultado
12981 \begin_inset Note Note
12982 status collapsed
12983
12984 \begin_layout Plain Layout
12985
12986 \series bold
12987
12988 \backslash
12989 raisebox
12990 \series default
12991  se usa sólo como espaciador
12992 \end_layout
12993
12994 \end_inset
12995
12996
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 </row>
13002 <row>
13003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007
13008 \backslash
13009 fbox
13010 \begin_inset ERT
13011 status collapsed
13012
13013 \begin_layout Plain Layout
13014
13015
13016 \backslash
13017 spce 
13018 \end_layout
13019
13020 \end_inset
13021
13022
13023 \family sans
13024 Ctrl+M
13025 \family default
13026  
13027 \backslash
13028 int
13029 \begin_inset ERT
13030 status collapsed
13031
13032 \begin_layout Plain Layout
13033
13034
13035 \backslash
13036 spce 
13037 \end_layout
13038
13039 \end_inset
13040
13041 A=B
13042 \end_layout
13043
13044 \end_inset
13045 </cell>
13046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13047 \begin_inset Text
13048
13049 \begin_layout Plain Layout
13050 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
13051 \end_inset
13052
13053
13054 \end_layout
13055
13056 \end_inset
13057 </cell>
13058 </row>
13059 <row>
13060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13061 \begin_inset Text
13062
13063 \begin_layout Plain Layout
13064
13065 \backslash
13066 boxed
13067 \begin_inset ERT
13068 status collapsed
13069
13070 \begin_layout Plain Layout
13071
13072
13073 \backslash
13074 spce 
13075 \end_layout
13076
13077 \end_inset
13078
13079
13080 \backslash
13081 int
13082 \begin_inset ERT
13083 status collapsed
13084
13085 \begin_layout Plain Layout
13086
13087
13088 \backslash
13089 spce 
13090 \end_layout
13091
13092 \end_inset
13093
13094 A=B
13095 \end_layout
13096
13097 \end_inset
13098 </cell>
13099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13100 \begin_inset Text
13101
13102 \begin_layout Plain Layout
13103 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13104 \end_inset
13105
13106
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 </row>
13112 <row>
13113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Plain Layout
13117 A+
13118 \backslash
13119 fbox
13120 \begin_inset ERT
13121 status collapsed
13122
13123 \begin_layout Plain Layout
13124
13125
13126 \backslash
13127 spce 
13128 \end_layout
13129
13130 \end_inset
13131
13132 B
13133 \end_layout
13134
13135 \end_inset
13136 </cell>
13137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13138 \begin_inset Text
13139
13140 \begin_layout Plain Layout
13141 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13142 \end_inset
13143
13144
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 </row>
13150 <row>
13151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Plain Layout
13155
13156 \backslash
13157 framebox
13158 \begin_inset ERT
13159 status collapsed
13160
13161 \begin_layout Plain Layout
13162
13163
13164 \backslash
13165 spce 
13166 \end_layout
13167
13168 \end_inset
13169
13170 20mm
13171 \begin_inset Formula $\to$
13172 \end_inset
13173
13174
13175 \begin_inset Formula $\to$
13176 \end_inset
13177
13178
13179 \family sans
13180 Ctrl+M
13181 \family default
13182  
13183 \backslash
13184 frac
13185 \begin_inset ERT
13186 status collapsed
13187
13188 \begin_layout Plain Layout
13189
13190
13191 \backslash
13192 spce 
13193 \end_layout
13194
13195 \end_inset
13196
13197 A
13198 \begin_inset Formula $\downarrow$
13199 \end_inset
13200
13201 B
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210 \begin_inset Formula $\raisebox{6mm}{}$
13211 \end_inset
13212
13213
13214 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13215 \end_inset
13216
13217
13218 \begin_inset Formula $\raisebox{-4mm}{}$
13219 \end_inset
13220
13221
13222 \end_layout
13223
13224 \end_inset
13225 </cell>
13226 </row>
13227 </lyxtabular>
13228
13229 \end_inset
13230
13231
13232 \end_layout
13233
13234 \begin_layout Standard
13235 El grosor del borde también se puede ajustar.
13236  Para ello hay que insertar los siguientes comandos en modo TeX antes de
13237  la fórmula:
13238 \end_layout
13239
13240 \begin_layout Standard
13241
13242 \series bold
13243
13244 \backslash
13245 fboxrule
13246 \series default
13247  
13248 \series bold
13249
13250 \begin_inset Quotes fld
13251 \end_inset
13252
13253 grosor
13254 \begin_inset Quotes frd
13255 \end_inset
13256
13257
13258 \series default
13259  
13260 \series bold
13261
13262 \backslash
13263 fboxsep
13264 \series default
13265  
13266 \series bold
13267
13268 \begin_inset Quotes fld
13269 \end_inset
13270
13271 distancia
13272 \begin_inset Quotes frd
13273 \end_inset
13274
13275
13276 \end_layout
13277
13278 \begin_layout Standard
13279 \begin_inset Quotes fld
13280 \end_inset
13281
13282 distancia
13283 \begin_inset Quotes frd
13284 \end_inset
13285
13286  especifica la distancia mínima entre el borde y el primer carácter en el
13287  cuadro.
13288  Un ejemplo de esto es la siguiente ecuación enmarcada:
13289 \begin_inset ERT
13290 status collapsed
13291
13292 \begin_layout Plain Layout
13293
13294
13295 \backslash
13296 fboxrule 2mm 
13297 \backslash
13298 fboxsep 3mm
13299 \end_layout
13300
13301 \end_inset
13302
13303
13304 \begin_inset Formula 
13305 \[
13306 \boxed{A+B=C}
13307 \]
13308
13309 \end_inset
13310
13311
13312 \end_layout
13313
13314 \begin_layout Standard
13315 Delante de esta ecuación se han insertado los comandos
13316 \end_layout
13317
13318 \begin_layout Standard
13319
13320 \series bold
13321
13322 \backslash
13323 fboxrule
13324 \series default
13325  
13326 \series bold
13327 2mm
13328 \series default
13329  
13330 \series bold
13331
13332 \backslash
13333 fboxsep
13334 \series default
13335  
13336 \series bold
13337 3mm
13338 \end_layout
13339
13340 \begin_layout Standard
13341 en modo TeX.
13342  Los valores dados se usan para todos los marcos siguientes.
13343 \end_layout
13344
13345 \begin_layout Standard
13346 Para volver al tamaño estándar del marco se inserta el comando
13347 \end_layout
13348
13349 \begin_layout Standard
13350
13351 \series bold
13352
13353 \backslash
13354 fboxrule
13355 \series default
13356  
13357 \series bold
13358 0.4pt
13359 \series default
13360  
13361 \series bold
13362
13363 \backslash
13364 fboxsep
13365 \series default
13366  
13367 \series bold
13368 3pt
13369 \series default
13370
13371 \begin_inset ERT
13372 status collapsed
13373
13374 \begin_layout Plain Layout
13375
13376
13377 \backslash
13378 fboxrule 0.4pt 
13379 \backslash
13380 fboxsep 3pt
13381 \end_layout
13382
13383 \end_inset
13384
13385
13386 \end_layout
13387
13388 \begin_layout Standard
13389 en modo TeX antes de la ecuación siguiente.
13390 \end_layout
13391
13392 \begin_layout Subsection
13393 Marcos sin bordes
13394 \begin_inset CommandInset label
13395 LatexCommand label
13396 name "sub:Marcos-sin-bordes"
13397
13398 \end_inset
13399
13400
13401 \begin_inset Index idx
13402 status open
13403
13404 \begin_layout Plain Layout
13405 Marcos ! sin borde
13406 \end_layout
13407
13408 \end_inset
13409
13410
13411 \end_layout
13412
13413 \begin_layout Standard
13414 Para marcos sin borde hay los comandos: 
13415 \series bold
13416
13417 \backslash
13418 mbox
13419 \series default
13420
13421 \begin_inset Index idx
13422 status collapsed
13423
13424 \begin_layout Plain Layout
13425 Comandos ! M ! 
13426 \backslash
13427 mbox
13428 \end_layout
13429
13430 \end_inset
13431
13432
13433 \series bold
13434
13435 \backslash
13436 makebox
13437 \series default
13438
13439 \begin_inset Index idx
13440 status collapsed
13441
13442 \begin_layout Plain Layout
13443 Comandos ! M ! 
13444 \backslash
13445 makebox
13446 \end_layout
13447
13448 \end_inset
13449
13450  y 
13451 \series bold
13452
13453 \backslash
13454 raisebox
13455 \series default
13456
13457 \begin_inset Index idx
13458 status collapsed
13459
13460 \begin_layout Plain Layout
13461 Comandos ! R ! 
13462 \backslash
13463 raisebox
13464 \end_layout
13465
13466 \end_inset
13467
13468 .
13469 \end_layout
13470
13471 \begin_layout Standard
13472 Con 
13473 \series bold
13474
13475 \backslash
13476 raisebox
13477 \series default
13478  se puede poner un marco subíndice o superíndice, pero a diferencia de los
13479  normales, los caracteres en el marco mantienen su tamaño de tipografía.
13480  
13481 \series bold
13482
13483 \backslash
13484 raisebox
13485 \series default
13486  se usa con el siguiente esquema: 
13487 \end_layout
13488
13489 \begin_layout Standard
13490
13491 \series bold
13492
13493 \backslash
13494 raisebox{altura}{contenido del marco}
13495 \end_layout
13496
13497 \begin_layout Standard
13498 Cuando el marco tenga que contener una ecuación, hace falta una ecuación
13499  extra, como con 
13500 \series bold
13501
13502 \backslash
13503 fbox
13504 \series default
13505 .
13506  
13507 \begin_inset Note Greyedout
13508 status open
13509
13510 \begin_layout Plain Layout
13511
13512 \series bold
13513 Nota
13514 \series default
13515 : Para
13516 \series bold
13517
13518 \backslash
13519 raisebox
13520 \series default
13521  se ha creado esta ecuación extra tecleando 
13522 \family sans
13523 Ctrl+M
13524 \family default
13525  dos veces en vez de una porque LyX aún no soporta 
13526 \series bold
13527
13528 \backslash
13529 raisebox
13530 \series default
13531  directamente.
13532 \end_layout
13533
13534 \end_inset
13535
13536
13537 \end_layout
13538
13539 \begin_layout Standard
13540 \align center
13541 \begin_inset Tabular
13542 <lyxtabular version="3" rows="4" columns="2">
13543 <features tabularvalignment="middle">
13544 <column alignment="center" valignment="top" width="0">
13545 <column alignment="center" valignment="top" width="0">
13546 <row>
13547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 Comando
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13557 \begin_inset Text
13558
13559 \begin_layout Plain Layout
13560 Resultado
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 </row>
13566 <row>
13567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571 H
13572 \backslash
13573 raisebox{2mm
13574 \begin_inset Formula $\to$
13575 \end_inset
13576
13577
13578 \backslash
13579 {al
13580 \begin_inset Formula $\to$
13581 \end_inset
13582
13583  lo
13584 \end_layout
13585
13586 \end_inset
13587 </cell>
13588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13593 \end_inset
13594
13595
13596 \end_layout
13597
13598 \end_inset
13599 </cell>
13600 </row>
13601 <row>
13602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13603 \begin_inset Text
13604
13605 \begin_layout Plain Layout
13606 H
13607 \backslash
13608 raisebox{-2mm
13609 \begin_inset Formula $\to$
13610 \end_inset
13611
13612
13613 \backslash
13614 {al
13615 \begin_inset Formula $\to$
13616 \end_inset
13617
13618 lo
13619 \end_layout
13620
13621 \end_inset
13622 </cell>
13623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13624 \begin_inset Text
13625
13626 \begin_layout Plain Layout
13627 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13628 \end_inset
13629
13630
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 </row>
13636 <row>
13637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641 A=
13642 \backslash
13643 raisebox{-2mm
13644 \begin_inset Formula $\to$
13645 \end_inset
13646
13647
13648 \backslash
13649 {
13650 \family sans
13651 Ctrl+M Ctrl+M
13652 \family default
13653  
13654 \backslash
13655 sqrt
13656 \begin_inset ERT
13657 status collapsed
13658
13659 \begin_layout Plain Layout
13660
13661
13662 \backslash
13663 spce 
13664 \end_layout
13665
13666 \end_inset
13667
13668
13669 \end_layout
13670
13671 \end_inset
13672 </cell>
13673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13674 \begin_inset Text
13675
13676 \begin_layout Plain Layout
13677 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13678 \end_inset
13679
13680
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 </row>
13686 </lyxtabular>
13687
13688 \end_inset
13689
13690
13691 \end_layout
13692
13693 \begin_layout Standard
13694 El comando 
13695 \series bold
13696
13697 \backslash
13698 mbox
13699 \series default
13700  es equivalente a 
13701 \series bold
13702
13703 \backslash
13704 fbox
13705 \series default
13706  y 
13707 \series bold
13708
13709 \backslash
13710 makebox
13711 \series default
13712  es equivalente a 
13713 \series bold
13714
13715 \backslash
13716 framebox
13717 \series default
13718 , con la diferencia de que no hay marco.
13719 \end_layout
13720
13721 \begin_layout Subsection
13722 Marcos coloreados
13723 \begin_inset CommandInset label
13724 LatexCommand label
13725 name "sub:Marcos-coloreados"
13726
13727 \end_inset
13728
13729
13730 \begin_inset Index idx
13731 status open
13732
13733 \begin_layout Plain Layout
13734 Marcos ! coloreados
13735 \end_layout
13736
13737 \end_inset
13738
13739
13740 \end_layout
13741
13742 \begin_layout Standard
13743 Para poder usar todos los comandos explicados en esta sección hay que cargar
13744  en el preámbulo LaTeX el paquete LaTeX 
13745 \series bold
13746 color
13747 \series default
13748
13749 \begin_inset Foot
13750 status collapsed
13751
13752 \begin_layout Plain Layout
13753 El paquete LaTeX 
13754 \series bold
13755 color
13756 \series default
13757  forma parte de toda distribución LaTeX estándar.
13758 \end_layout
13759
13760 \end_inset
13761
13762
13763 \begin_inset Index idx
13764 status collapsed
13765
13766 \begin_layout Plain Layout
13767 Paquetes ! color
13768 \end_layout
13769
13770 \end_inset
13771
13772 , con la línea
13773 \begin_inset Foot
13774 status collapsed
13775
13776 \begin_layout Plain Layout
13777 Cuando hay texto coloreado con un color predefinido en alguna parte del
13778  documento, LyX carga automáticamente el paquete LaTeX 
13779 \series bold
13780 color
13781 \series default
13782 .
13783  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13784  origina problemas.
13785 \end_layout
13786
13787 \end_inset
13788
13789
13790 \begin_inset Note Note
13791 status collapsed
13792
13793 \begin_layout Plain Layout
13794 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13795  en el preámbulo LaTeX.
13796 \end_layout
13797
13798 \end_inset
13799
13800
13801 \end_layout
13802
13803 \begin_layout Standard
13804
13805 \series bold
13806
13807 \backslash
13808 usepackage{color}
13809 \begin_inset VSpace medskip
13810 \end_inset
13811
13812
13813 \end_layout
13814
13815 \begin_layout Standard
13816 Para colorear marcos se usa el comando 
13817 \series bold
13818
13819 \backslash
13820 colorbox
13821 \series default
13822
13823 \begin_inset Index idx
13824 status collapsed
13825
13826 \begin_layout Plain Layout
13827 Comandos ! C ! 
13828 \backslash
13829 colorbox
13830 \end_layout
13831
13832 \end_inset
13833
13834  con el siguiente esquema:
13835 \end_layout
13836
13837 \begin_layout Standard
13838
13839 \series bold
13840
13841 \backslash
13842 colorbox{color}{contenido del marco}
13843 \end_layout
13844
13845 \begin_layout Standard
13846 El contenido del marco puede ser otro marco, y también un 
13847 \backslash
13848
13849 \series bold
13850 colorbox
13851 \series default
13852  puede ser parte de otro marco (véanse los ejemplos 2º y 3º).
13853  Si el marco debe contener una ecuación debe crearse una ecuación extra,
13854  como con 
13855 \series bold
13856
13857 \backslash
13858 raisebox
13859 \series default
13860 .
13861 \begin_inset Foot
13862 status collapsed
13863
13864 \begin_layout Plain Layout
13865 Esto también se aplica para el comando 
13866 \series bold
13867
13868 \backslash
13869 fcolorbox
13870 \series default
13871 .
13872 \end_layout
13873
13874 \end_inset
13875
13876  
13877 \end_layout
13878
13879 \begin_layout Standard
13880 Se puede elegir uno de los siguientes colores predefinidos:
13881 \end_layout
13882
13883 \begin_layout Standard
13884
13885 \series bold
13886 black
13887 \series default
13888
13889 \series bold
13890 blue
13891 \series default
13892
13893 \series bold
13894 cyan
13895 \series default
13896
13897 \series bold
13898 green
13899 \series default
13900
13901 \series bold
13902 magenta
13903 \series default
13904
13905 \series bold
13906 red
13907 \series default
13908
13909 \series bold
13910 white
13911 \series default
13912
13913 \series bold
13914 yellow
13915 \end_layout
13916
13917 \begin_layout Standard
13918 \align center
13919 \begin_inset Tabular
13920 <lyxtabular version="3" rows="4" columns="2">
13921 <features tabularvalignment="middle">
13922 <column alignment="center" valignment="top" width="0">
13923 <column alignment="center" valignment="top" width="0">
13924 <row>
13925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Plain Layout
13929 Comando
13930 \end_layout
13931
13932 \end_inset
13933 </cell>
13934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13935 \begin_inset Text
13936
13937 \begin_layout Plain Layout
13938 Resultado
13939 \begin_inset Note Note
13940 status collapsed
13941
13942 \begin_layout Plain Layout
13943
13944 \series bold
13945
13946 \backslash
13947 raisebox
13948 \series default
13949  se usa sólo como espaciador
13950 \end_layout
13951
13952 \end_inset
13953
13954
13955 \end_layout
13956
13957 \end_inset
13958 </cell>
13959 </row>
13960 <row>
13961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13962 \begin_inset Text
13963
13964 \begin_layout Plain Layout
13965
13966 \backslash
13967 colorbox{yellow
13968 \begin_inset Formula $\to$
13969 \end_inset
13970
13971
13972 \backslash
13973 {A=B
13974 \end_layout
13975
13976 \end_inset
13977 </cell>
13978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13979 \begin_inset Text
13980
13981 \begin_layout Plain Layout
13982 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13983 \end_inset
13984
13985
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 </row>
13991 <row>
13992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13993 \begin_inset Text
13994
13995 \begin_layout Plain Layout
13996
13997 \backslash
13998 colorbox{green
13999 \begin_inset Formula $\to$
14000 \end_inset
14001
14002
14003 \backslash
14004 {
14005 \backslash
14006 fbox
14007 \begin_inset ERT
14008 status collapsed
14009
14010 \begin_layout Plain Layout
14011
14012
14013 \backslash
14014 spce 
14015 \end_layout
14016
14017 \end_inset
14018
14019 A=B
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Plain Layout
14028 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
14029 \end_inset
14030
14031
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 </row>
14037 <row>
14038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14039 \begin_inset Text
14040
14041 \begin_layout Plain Layout
14042
14043 \backslash
14044 fbox
14045 \begin_inset ERT
14046 status collapsed
14047
14048 \begin_layout Plain Layout
14049
14050
14051 \backslash
14052 spce 
14053 \end_layout
14054
14055 \end_inset
14056
14057
14058 \backslash
14059 colorbox{green
14060 \begin_inset Formula $\to$
14061 \end_inset
14062
14063
14064 \backslash
14065 {
14066 \family sans
14067 Ctrl+M Ctrl+M
14068 \family default
14069  
14070 \backslash
14071 int
14072 \begin_inset ERT
14073 status collapsed
14074
14075 \begin_layout Plain Layout
14076
14077
14078 \backslash
14079 spce 
14080 \end_layout
14081
14082 \end_inset
14083
14084 C=D
14085 \end_layout
14086
14087 \end_inset
14088 </cell>
14089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14090 \begin_inset Text
14091
14092 \begin_layout Plain Layout
14093 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14094 \end_inset
14095
14096
14097 \end_layout
14098
14099 \end_inset
14100 </cell>
14101 </row>
14102 </lyxtabular>
14103
14104 \end_inset
14105
14106
14107 \end_layout
14108
14109 \begin_layout Standard
14110
14111 \series bold
14112
14113 \backslash
14114 colorbox
14115 \series default
14116  sólo colorea el marco pero no los caracteres.
14117  Para colorear todos los caracteres se selecciona toda la ecuación y se
14118  elige un color en el diálogo 
14119 \family sans
14120 Estilo
14121 \begin_inset space ~
14122 \end_inset
14123
14124 del
14125 \begin_inset space ~
14126 \end_inset
14127
14128 texto
14129 \family default
14130 .
14131  El diálogo puede abrirse con el botón 
14132 \begin_inset Graphics
14133         filename ../../images/dialog-show_character.png
14134         scale 85
14135
14136 \end_inset
14137
14138  de la barra de herramientas o con el menú 
14139 \family sans
14140 Editar\SpecialChar \menuseparator
14141 Estilo
14142 \begin_inset space ~
14143 \end_inset
14144
14145 del
14146 \begin_inset space ~
14147 \end_inset
14148
14149 texto\SpecialChar \menuseparator
14150 Personalizado
14151 \family default
14152 .
14153  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
14154  Si el número de la ecuación debe tener otro color que el de los caracteres
14155  de la ecuación, el color debe cambiarse dentro de la ecuación.
14156 \end_layout
14157
14158 \begin_layout Standard
14159 Un ejemplo:
14160 \color red
14161
14162 \begin_inset Formula 
14163 \begin{equation}
14164 {\color{red}\int A=B}\label{eq:rojo}
14165 \end{equation}
14166
14167 \end_inset
14168
14169
14170 \color green
14171
14172 \begin_inset Formula 
14173 \begin{equation}
14174 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}
14175 \end{equation}
14176
14177 \end_inset
14178
14179
14180 \end_layout
14181
14182 \begin_layout Standard
14183 La ecuación 
14184 \begin_inset CommandInset ref
14185 LatexCommand eqref
14186 reference "eq:rojo"
14187
14188 \end_inset
14189
14190  está toda coloreada en rojo.
14191 \begin_inset Newline newline
14192 \end_inset
14193
14194 La ecuación 
14195 \begin_inset CommandInset ref
14196 LatexCommand eqref
14197 reference "eq:rojoverde"
14198
14199 \end_inset
14200
14201  se ha coloreado en primer lugar toda en verde para colorear el número de
14202  la ecuación.
14203  Posteriormente se han coloreado en rojo los caracteres.
14204 \family sans
14205
14206 \begin_inset VSpace bigskip
14207 \end_inset
14208
14209
14210 \end_layout
14211
14212 \begin_layout Standard
14213 Para colorear diferente el borde y el marcose usa el comando 
14214 \series bold
14215
14216 \backslash
14217 fcolorbox
14218 \series default
14219
14220 \begin_inset Index idx
14221 status collapsed
14222
14223 \begin_layout Plain Layout
14224 Comandos ! F ! 
14225 \backslash
14226 fcolorbox
14227 \end_layout
14228
14229 \end_inset
14230
14231  con el siguiente esquema:
14232 \end_layout
14233
14234 \begin_layout Standard
14235
14236 \series bold
14237
14238 \backslash
14239 fcolorbox{color del borde}{color}{contenido del marco}
14240 \end_layout
14241
14242 \begin_layout Standard
14243 Así pues 
14244 \series bold
14245
14246 \backslash
14247 fcolorbox
14248 \series default
14249  es una extensión del comando 
14250 \series bold
14251
14252 \backslash
14253 colorbox
14254 \series default
14255 .
14256  La anchura del borde se establece, como para 
14257 \series bold
14258
14259 \backslash
14260 framebox
14261 \series default
14262 , con 
14263 \series bold
14264
14265 \backslash
14266 fboxrule
14267 \series default
14268  y 
14269 \series bold
14270
14271 \backslash
14272 fboxsep
14273 \series default
14274 .
14275  Un ejemplo:
14276 \begin_inset ERT
14277 status collapsed
14278
14279 \begin_layout Plain Layout
14280
14281
14282 \backslash
14283 fboxrule 1mm 
14284 \backslash
14285 fboxsep 1mm
14286 \end_layout
14287
14288 \end_inset
14289
14290
14291 \begin_inset Formula 
14292 \[
14293 \fcolorbox{cyan}{magenta}{A=B}
14294 \]
14295
14296 \end_inset
14297
14298
14299 \end_layout
14300
14301 \begin_layout Standard
14302 \begin_inset ERT
14303 status collapsed
14304
14305 \begin_layout Plain Layout
14306
14307
14308 \backslash
14309 fboxrule 0.4pt 
14310 \backslash
14311 fboxsep 3pt
14312 \end_layout
14313
14314 \end_inset
14315
14316
14317 \end_layout
14318
14319 \begin_layout Standard
14320 Esta ecuación se ha compuesto con el comando
14321 \begin_inset Newline newline
14322 \end_inset
14323
14324
14325 \series bold
14326
14327 \backslash
14328 fcolorbox{cyan
14329 \begin_inset Formula $\to$
14330 \end_inset
14331
14332
14333 \backslash
14334 {magenta
14335 \begin_inset Formula $\to$
14336 \end_inset
14337
14338
14339 \backslash
14340 {A=B
14341 \end_layout
14342
14343 \begin_layout Standard
14344 \begin_inset VSpace bigskip
14345 \end_inset
14346
14347
14348 \end_layout
14349
14350 \begin_layout Standard
14351 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14352 \end_layout
14353
14354 \begin_layout Standard
14355 Por ejemplo, se puede definir el color 
14356 \begin_inset Quotes fld
14357 \end_inset
14358
14359
14360 \series bold
14361 verdeoscuro
14362 \series default
14363
14364 \begin_inset Quotes frd
14365 \end_inset
14366
14367  con la línea de preámbulo LaTeX:
14368 \end_layout
14369
14370 \begin_layout Standard
14371
14372 \series bold
14373
14374 \backslash
14375 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14376 \series default
14377
14378 \begin_inset Index idx
14379 status collapsed
14380
14381 \begin_layout Plain Layout
14382 Comandos ! D ! 
14383 \backslash
14384 definecolor
14385 \end_layout
14386
14387 \end_inset
14388
14389
14390 \end_layout
14391
14392 \begin_layout Standard
14393
14394 \series bold
14395 cmyk
14396 \series default
14397  es el espacio de color referido a los colores 
14398 \series bold
14399 cyan
14400 \series default
14401
14402 \series bold
14403 magenta
14404 \series default
14405
14406 \series bold
14407 yellow
14408 \series default
14409  y 
14410 \series bold
14411 black
14412 \series default
14413 .
14414  Los cuatro números separados por coma son el factor de cuota para los colores
14415  correspondientes del espacio de color.
14416  Los factores pueden estar en el rango 0-1.
14417  En vez de 
14418 \series bold
14419 cmyk
14420 \series default
14421  se puede usar el espacio de color 
14422 \series bold
14423 rgb
14424 \series default
14425 , que se refiere a 
14426 \series bold
14427 red
14428 \series default
14429
14430 \series bold
14431 green
14432 \series default
14433  y 
14434 \series bold
14435 blue
14436 \series default
14437 , así pues en este caso hay tres factores de cuota para los correspondientes
14438  colores.
14439  Además hay el espacio de color 
14440 \series bold
14441 gray
14442 \series default
14443  con un factor de cuota para el valor gris.
14444 \end_layout
14445
14446 \begin_layout Standard
14447 Como ejemplo he aquí un marco con el nuevo color definido 
14448 \series bold
14449 verdeoscuro
14450 \series default
14451  y los caracteres en color amarillo:
14452 \color black
14453
14454 \begin_inset Formula 
14455 \begin{equation}
14456 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}
14457 \end{equation}
14458
14459 \end_inset
14460
14461
14462 \end_layout
14463
14464 \begin_layout Standard
14465 Los colores personalizados también se pueden usar para texto con la ayuda
14466  del comando 
14467 \series bold
14468
14469 \backslash
14470 textcolor
14471 \series default
14472
14473 \begin_inset Index idx
14474 status collapsed
14475
14476 \begin_layout Plain Layout
14477 Texto ! coloreado
14478 \end_layout
14479
14480 \end_inset
14481
14482
14483 \end_layout
14484
14485 \begin_layout Standard
14486 \begin_inset ERT
14487 status collapsed
14488
14489 \begin_layout Plain Layout
14490
14491
14492 \backslash
14493 textcolor{verdeoscuro}{
14494 \end_layout
14495
14496 \end_inset
14497
14498 Esta frase en 
14499 \begin_inset Quotes fld
14500 \end_inset
14501
14502 verdeoscuro
14503 \begin_inset Quotes frd
14504 \end_inset
14505
14506 .
14507 \begin_inset ERT
14508 status collapsed
14509
14510 \begin_layout Plain Layout
14511
14512 }
14513 \end_layout
14514
14515 \end_inset
14516
14517
14518 \end_layout
14519
14520 \begin_layout Standard
14521
14522 \series bold
14523
14524 \backslash
14525 textcolor
14526 \series default
14527
14528 \begin_inset Index idx
14529 status collapsed
14530
14531 \begin_layout Plain Layout
14532 Comandos ! T ! 
14533 \backslash
14534 textcolor
14535 \end_layout
14536
14537 \end_inset
14538
14539  se usa con el esquema 
14540 \series bold
14541
14542 \backslash
14543 textcolor{color}{caracteres a colorear}
14544 \series default
14545 .
14546 \end_layout
14547
14548 \begin_layout Subsection
14549 Marcos de párrafo
14550 \begin_inset CommandInset label
14551 LatexCommand label
14552 name "sub:Marcos-de-párrafo"
14553
14554 \end_inset
14555
14556
14557 \begin_inset Index idx
14558 status collapsed
14559
14560 \begin_layout Plain Layout
14561 Marcos ! para párrafos
14562 \end_layout
14563
14564 \end_inset
14565
14566
14567 \end_layout
14568
14569 \begin_layout Standard
14570 Un marco que puede contener varias líneas y párrafos, denominado marco de
14571  párrafo (parbox), se puede generar con el menú 
14572 \family sans
14573 Insertar\SpecialChar \menuseparator
14574 Marco
14575 \family default
14576  o con el botón 
14577 \begin_inset Graphics
14578         filename ../../images/box-insert.png
14579         scale 85
14580
14581 \end_inset
14582
14583  de la barra de herramientas.
14584 \end_layout
14585
14586 \begin_layout Standard
14587 El siguiente ejemplo muestra un marco de párrafo en línea:
14588 \begin_inset VSpace medskip
14589 \end_inset
14590
14591 Esta línea contiene 
14592 \begin_inset Box Boxed
14593 position "c"
14594 hor_pos "c"
14595 has_inner_box 1
14596 inner_pos "c"
14597 use_parbox 1
14598 use_makebox 0
14599 width "5cm"
14600 special "none"
14601 height "1in"
14602 height_special "totalheight"
14603 status collapsed
14604
14605 \begin_layout Plain Layout
14606 Esto es un marco de párrafo.
14607  Tiene exactamente 5
14608 \begin_inset space \thinspace{}
14609 \end_inset
14610
14611 cm de largo y además puede contener ecuaciones: 
14612 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14613 \end_inset
14614
14615
14616 \end_layout
14617
14618 \end_inset
14619
14620
14621 \begin_inset space ~
14622 \end_inset
14623
14624  un marco de párrafo.
14625 \begin_inset VSpace medskip
14626 \end_inset
14627
14628 Ese marco se compone haciendo clic derecho sobre el rectángulo gris insertado.
14629  Surge un diálogo con las propiedades del marco.
14630  En este caso: 
14631 \emph on
14632 Decoración
14633 \emph default
14634 : Marco rectangular, 
14635 \emph on
14636 marco interior
14637 \emph default
14638 : Párrafo, 
14639 \emph on
14640 Ancho
14641 \emph default
14642 : 5
14643 \begin_inset space \thinspace{}
14644 \end_inset
14645
14646 cm, 
14647 \emph on
14648 Alineación Vertical
14649 \emph default
14650  
14651 \emph on
14652 marco
14653 \emph default
14654 : Medio.
14655 \end_layout
14656
14657 \begin_layout Standard
14658 \begin_inset VSpace medskip
14659 \end_inset
14660
14661 En LaTeX, un marco de párrafo se inserta con el comando 
14662 \series bold
14663
14664 \backslash
14665 parbox
14666 \series default
14667
14668 \begin_inset Index idx
14669 status collapsed
14670
14671 \begin_layout Plain Layout
14672 Comandos ! P ! 
14673 \backslash
14674 parbox
14675 \end_layout
14676
14677 \end_inset
14678
14679  con el esquema siguiente:
14680 \end_layout
14681
14682 \begin_layout Standard
14683
14684 \series bold
14685
14686 \backslash
14687 parbox[posición]{anchura}{contenido}
14688 \end_layout
14689
14690 \begin_layout Standard
14691 Son posibles las posiciones 
14692 \emph on
14693 b
14694 \emph default
14695  y 
14696 \emph on
14697 t
14698 \emph default
14699
14700 \emph on
14701 b
14702 \emph default
14703  por 
14704 \begin_inset Quotes fld
14705 \end_inset
14706
14707 bottom
14708 \begin_inset Quotes frd
14709 \end_inset
14710
14711  (abajo), que alinea la última línea del marco con el texto de alrededor.
14712  Con 
14713 \emph on
14714 t
14715 \emph default
14716 , por 
14717 \begin_inset Quotes fld
14718 \end_inset
14719
14720 top
14721 \begin_inset Quotes frd
14722 \end_inset
14723
14724  (arriba), la alineación se hace con la primera línea.
14725  Si no se da posición, el marco se centrará verticalmente, véase la sección
14726  
14727 \emph on
14728 Marcos
14729 \emph default
14730  del manual 
14731 \emph on
14732 Objetos insertados
14733 \emph default
14734  para ejemplos.
14735 \end_layout
14736
14737 \begin_layout Standard
14738 \begin_inset VSpace bigskip
14739 \end_inset
14740
14741 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14742  ponerse en un marco de párrafo.
14743  Para ello se inserta el comando
14744 \begin_inset Newline newline
14745 \end_inset
14746
14747
14748 \series bold
14749
14750 \backslash
14751 fbox{
14752 \backslash
14753 parbox{
14754 \backslash
14755 linewidth-2
14756 \backslash
14757 fboxsep-2
14758 \backslash
14759 fboxrule}{
14760 \begin_inset Newline newline
14761 \end_inset
14762
14763
14764 \series default
14765 en modo TeX delante de la ecuación.
14766  Aquí 
14767 \series bold
14768
14769 \backslash
14770 linewidth
14771 \series default
14772
14773 \begin_inset Index idx
14774 status collapsed
14775
14776 \begin_layout Plain Layout
14777 Comandos ! L ! 
14778 \backslash
14779 linewidth
14780 \end_layout
14781
14782 \end_inset
14783
14784  es la anchura de línea establecida para el documento.
14785  Como el marco está por fuera del marco de párrafo, hay que restar de dicha
14786  anchura dos veces la separación del marco y el grosor.
14787  Como LyX no lo hace automáticamente debido a un fallo,
14788 \begin_inset Foot
14789 status collapsed
14790
14791 \begin_layout Plain Layout
14792 \begin_inset CommandInset href
14793 LatexCommand href
14794 name "LyX-bug #4483"
14795 target "http://www.lyx.org/trac/ticket/4483"
14796
14797 \end_inset
14798
14799
14800 \end_layout
14801
14802 \end_inset
14803
14804  hay que usar modo TeX.
14805  Para poder multiplicar y restar en los argumentos hay que cargar en el
14806  preámbulo LaTeX el paquete LaTeX 
14807 \series bold
14808 calc
14809 \series default
14810 ,
14811 \begin_inset Foot
14812 status collapsed
14813
14814 \begin_layout Plain Layout
14815
14816 \series bold
14817 calc
14818 \series default
14819  es parte de toda instalación LaTeX estándar.
14820 \end_layout
14821
14822 \end_inset
14823
14824
14825 \begin_inset Index idx
14826 status collapsed
14827
14828 \begin_layout Plain Layout
14829 Paquetes ! calc
14830 \end_layout
14831
14832 \end_inset
14833
14834  con la línea
14835 \end_layout
14836
14837 \begin_layout Standard
14838
14839 \series bold
14840
14841 \backslash
14842 usepackage{calc}
14843 \end_layout
14844
14845 \begin_layout Standard
14846 Detrás de la ecuación se cierran ambos marcos con 
14847 \series bold
14848 }}
14849 \series default
14850  en modo TeX.
14851  Aquí hay un ejemplo:
14852 \begin_inset ERT
14853 status collapsed
14854
14855 \begin_layout Plain Layout
14856
14857
14858 \backslash
14859 fboxsep 5mm 
14860 \backslash
14861 fboxrule 5mm
14862 \end_layout
14863
14864 \end_inset
14865
14866
14867 \end_layout
14868
14869 \begin_layout Standard
14870 \begin_inset ERT
14871 status collapsed
14872
14873 \begin_layout Plain Layout
14874
14875
14876 \backslash
14877 fbox{
14878 \backslash
14879 parbox{
14880 \backslash
14881 linewidth-2
14882 \backslash
14883 fboxsep-2
14884 \backslash
14885 fboxrule}{
14886 \end_layout
14887
14888 \end_inset
14889
14890
14891 \begin_inset Formula 
14892 \begin{equation}
14893 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14894 \end{equation}
14895
14896 \end_inset
14897
14898
14899 \end_layout
14900
14901 \begin_layout Standard
14902 \begin_inset ERT
14903 status collapsed
14904
14905 \begin_layout Plain Layout
14906
14907 }}
14908 \end_layout
14909
14910 \end_inset
14911
14912
14913 \begin_inset ERT
14914 status collapsed
14915
14916 \begin_layout Plain Layout
14917
14918
14919 \backslash
14920 fboxrule 0.4pt 
14921 \backslash
14922 fboxsep 3pt
14923 \end_layout
14924
14925 \end_inset
14926
14927
14928 \end_layout
14929
14930 \begin_layout Standard
14931 \begin_inset VSpace medskip
14932 \end_inset
14933
14934
14935 \end_layout
14936
14937 \begin_layout Standard
14938 Como se ha usado el marco de párrafo como argumento de 
14939 \series bold
14940
14941 \backslash
14942 fbox
14943 \series default
14944 , en este caso no hay diferencia entre 
14945 \series bold
14946
14947 \backslash
14948 fbox
14949 \series default
14950  y 
14951 \series bold
14952
14953 \backslash
14954 boxed
14955 \series default
14956 .
14957  
14958 \end_layout
14959
14960 \begin_layout Standard
14961 \begin_inset VSpace bigskip
14962 \end_inset
14963
14964
14965 \end_layout
14966
14967 \begin_layout Standard
14968 Los marcos de párrafo son muy útiles para comentar ecuaciones directamente.
14969  Para hacerlo, se usa 
14970 \series bold
14971
14972 \backslash
14973 parbox
14974 \series default
14975  en combinación con el comando 
14976 \series bold
14977
14978 \backslash
14979 tag
14980 \series default
14981 .
14982  (Véase más sobre 
14983 \series bold
14984
14985 \backslash
14986 tag
14987 \series default
14988  en 
14989 \begin_inset CommandInset ref
14990 LatexCommand ref
14991 reference "sub:Numeración-personalizada"
14992
14993 \end_inset
14994
14995 ).
14996 \end_layout
14997
14998 \begin_layout Standard
14999 Un ejemplo de ecuación comentada con 
15000 \series bold
15001
15002 \backslash
15003 parbox
15004 \series default
15005 :
15006 \end_layout
15007
15008 \begin_layout Standard
15009 \begin_inset ERT
15010 status collapsed
15011
15012 \begin_layout Plain Layout
15013
15014
15015 \backslash
15016 [5x-7b=3b
15017 \backslash
15018 tag*{
15019 \backslash
15020 parbox{5cm}{
15021 \end_layout
15022
15023 \end_inset
15024
15025 Esto es una descripción.
15026  Está claramente separada de la ecuación y es multilínea.
15027 \begin_inset ERT
15028 status collapsed
15029
15030 \begin_layout Plain Layout
15031
15032 }}
15033 \backslash
15034 ]
15035 \end_layout
15036
15037 \end_inset
15038
15039
15040 \end_layout
15041
15042 \begin_layout Standard
15043 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
15044  no soporta el comando 
15045 \series bold
15046
15047 \backslash
15048 parbox
15049 \series default
15050  en ecuaciones.
15051  La ecuación se compone con la siguiente secuencia de comandos:
15052 \end_layout
15053
15054 \begin_layout Standard
15055 El comando 
15056 \series bold
15057
15058 \backslash
15059 [5x-7b=3b
15060 \backslash
15061 tag*
15062 \backslash
15063 {
15064 \backslash
15065 parbox{5cm}{
15066 \series default
15067  se inserta en modo TeX.
15068 \begin_inset Foot
15069 status collapsed
15070
15071 \begin_layout Plain Layout
15072 Si se usa el estilo de ecuación 
15073 \series bold
15074 Sangrado
15075 \series default
15076
15077 \series bold
15078
15079 \backslash
15080 tag*
15081 \backslash
15082
15083 \series default
15084  se puede reemplazar por 
15085 \series bold
15086
15087 \backslash
15088 hfill
15089 \series default
15090 .
15091  (Véanse los estilos de ecuación en 
15092 \begin_inset CommandInset ref
15093 LatexCommand ref
15094 reference "sec:Estilos-de-ecuación"
15095
15096 \end_inset
15097
15098 ).
15099 \end_layout
15100
15101 \end_inset
15102
15103  Después sigue la descripción en texto normal, y por último 
15104 \series bold
15105 }}
15106 \backslash
15107 ]
15108 \series default
15109  en modo TeX.
15110  Aquí los comandos 
15111 \series bold
15112
15113 \backslash
15114 [
15115 \series default
15116  y 
15117 \series bold
15118
15119 \backslash
15120 ]
15121 \series default
15122  crean una ecuación presentada.
15123 \end_layout
15124
15125 \begin_layout Standard
15126 Las ventajas de 
15127 \series bold
15128
15129 \backslash
15130 parbox
15131 \series default
15132  pueden verse en este ejemplo que se ha 
15133 \begin_inset Quotes fld
15134 \end_inset
15135
15136 comentado
15137 \begin_inset Quotes frd
15138 \end_inset
15139
15140  usando el modo texto matemático:
15141 \begin_inset Formula 
15142 \[
15143 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}
15144 \]
15145
15146 \end_inset
15147
15148
15149 \end_layout
15150
15151 \begin_layout Section
15152 Operadores
15153 \begin_inset Index idx
15154 status collapsed
15155
15156 \begin_layout Plain Layout
15157 Operadores
15158 \end_layout
15159
15160 \end_inset
15161
15162
15163 \end_layout
15164
15165 \begin_layout Subsection
15166 Operadores grandes
15167 \begin_inset CommandInset label
15168 LatexCommand label
15169 name "sub:Operadores-grandes"
15170
15171 \end_inset
15172
15173
15174 \begin_inset Index idx
15175 status collapsed
15176
15177 \begin_layout Plain Layout
15178 Operadores ! grandes
15179 \end_layout
15180
15181 \end_inset
15182
15183
15184 \begin_inset Index idx
15185 status collapsed
15186
15187 \begin_layout Plain Layout
15188 Sumatorios
15189 \end_layout
15190
15191 \end_inset
15192
15193
15194 \begin_inset Index idx
15195 status collapsed
15196
15197 \begin_layout Plain Layout
15198 Integrales
15199 \end_layout
15200
15201 \end_inset
15202
15203
15204 \end_layout
15205
15206 \begin_layout Standard
15207 Para poder usar todos los comandos de integrales listados aquí, debe estar
15208  marcada la opción 
15209 \family sans
15210 Usar paquete esint automáticamente
15211 \family default
15212  en el apartado 
15213 \family sans
15214 Opciones de ecuación
15215 \family default
15216  de la configuración del documento.
15217  
15218 \end_layout
15219
15220 \begin_layout Standard
15221 \begin_inset space \hfill{}
15222 \end_inset
15223
15224
15225 \begin_inset Tabular
15226 <lyxtabular version="3" rows="11" columns="2">
15227 <features tabularvalignment="middle">
15228 <column alignment="center" valignment="top" width="0pt">
15229 <column alignment="center" valignment="top" width="0pt">
15230 <row>
15231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Plain Layout
15235 Comando
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Plain Layout
15244 Resultado
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 </row>
15250 <row>
15251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15252 \begin_inset Text
15253
15254 \begin_layout Plain Layout
15255
15256 \backslash
15257 int
15258 \begin_inset Index idx
15259 status collapsed
15260
15261 \begin_layout Plain Layout
15262 Comandos ! I ! 
15263 \backslash
15264 int
15265 \end_layout
15266
15267 \end_inset
15268
15269
15270 \end_layout
15271
15272 \end_inset
15273 </cell>
15274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Plain Layout
15278 \begin_inset Formula $\int$
15279 \end_inset
15280
15281
15282 \end_layout
15283
15284 \end_inset
15285 </cell>
15286 </row>
15287 <row>
15288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15289 \begin_inset Text
15290
15291 \begin_layout Plain Layout
15292
15293 \backslash
15294 oint
15295 \end_layout
15296
15297 \end_inset
15298 </cell>
15299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Plain Layout
15303 \begin_inset Formula $\oint$
15304 \end_inset
15305
15306
15307 \end_layout
15308
15309 \end_inset
15310 </cell>
15311 </row>
15312 <row>
15313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15314 \begin_inset Text
15315
15316 \begin_layout Plain Layout
15317
15318 \backslash
15319 ointctrclockwise
15320 \end_layout
15321
15322 \end_inset
15323 </cell>
15324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15325 \begin_inset Text
15326
15327 \begin_layout Plain Layout
15328 \begin_inset Formula $\ointctrclockwise$
15329 \end_inset
15330
15331
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 </row>
15337 <row>
15338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15339 \begin_inset Text
15340
15341 \begin_layout Plain Layout
15342
15343 \backslash
15344 ointclockwise
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15350 \begin_inset Text
15351
15352 \begin_layout Plain Layout
15353 \begin_inset Formula $\ointclockwise$
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" leftline="true" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Plain Layout
15367
15368 \backslash
15369 sqint
15370 \end_layout
15371
15372 \end_inset
15373 </cell>
15374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15375 \begin_inset Text
15376
15377 \begin_layout Plain Layout
15378 \begin_inset Formula $\sqint$
15379 \end_inset
15380
15381
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 </row>
15387 <row>
15388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15389 \begin_inset Text
15390
15391 \begin_layout Plain Layout
15392
15393 \backslash
15394 fint
15395 \end_layout
15396
15397 \end_inset
15398 </cell>
15399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15400 \begin_inset Text
15401
15402 \begin_layout Plain Layout
15403  
15404 \begin_inset Formula $\fint$
15405 \end_inset
15406
15407
15408 \end_layout
15409
15410 \end_inset
15411 </cell>
15412 </row>
15413 <row>
15414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Plain Layout
15418
15419 \backslash
15420 landupint
15421 \end_layout
15422
15423 \end_inset
15424 </cell>
15425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15426 \begin_inset Text
15427
15428 \begin_layout Plain Layout
15429  
15430 \begin_inset Formula $\landupint$
15431 \end_inset
15432
15433
15434 \end_layout
15435
15436 \end_inset
15437 </cell>
15438 </row>
15439 <row>
15440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15441 \begin_inset Text
15442
15443 \begin_layout Plain Layout
15444
15445 \backslash
15446 landdownint
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455  
15456 \begin_inset Formula $\landdownint$
15457 \end_inset
15458
15459
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 </row>
15465 <row>
15466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470
15471 \backslash
15472 bigcap
15473 \end_layout
15474
15475 \end_inset
15476 </cell>
15477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15478 \begin_inset Text
15479
15480 \begin_layout Plain Layout
15481 \begin_inset Formula $\bigcap$
15482 \end_inset
15483
15484
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 </row>
15490 <row>
15491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15492 \begin_inset Text
15493
15494 \begin_layout Plain Layout
15495
15496 \backslash
15497 bigcup
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506 \begin_inset Formula $\bigcup$
15507 \end_inset
15508
15509
15510 \end_layout
15511
15512 \end_inset
15513 </cell>
15514 </row>
15515 </lyxtabular>
15516
15517 \end_inset
15518
15519
15520 \begin_inset space \hfill{}
15521 \end_inset
15522
15523
15524 \begin_inset Tabular
15525 <lyxtabular version="3" rows="11" columns="2">
15526 <features tabularvalignment="middle">
15527 <column alignment="center" valignment="top" width="0pt">
15528 <column alignment="center" valignment="top" width="0pt">
15529 <row>
15530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15531 \begin_inset Text
15532
15533 \begin_layout Plain Layout
15534 Comando
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15540 \begin_inset Text
15541
15542 \begin_layout Plain Layout
15543 Resultado
15544 \end_layout
15545
15546 \end_inset
15547 </cell>
15548 </row>
15549 <row>
15550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15551 \begin_inset Text
15552
15553 \begin_layout Plain Layout
15554
15555 \backslash
15556 sum
15557 \begin_inset Index idx
15558 status collapsed
15559
15560 \begin_layout Plain Layout
15561 Comandos ! S ! 
15562 \backslash
15563 sum
15564 \end_layout
15565
15566 \end_inset
15567
15568
15569 \end_layout
15570
15571 \end_inset
15572 </cell>
15573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15574 \begin_inset Text
15575
15576 \begin_layout Plain Layout
15577 \begin_inset Formula $\sum$
15578 \end_inset
15579
15580
15581 \end_layout
15582
15583 \end_inset
15584 </cell>
15585 </row>
15586 <row>
15587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15588 \begin_inset Text
15589
15590 \begin_layout Plain Layout
15591
15592 \backslash
15593 prod
15594 \begin_inset Index idx
15595 status collapsed
15596
15597 \begin_layout Plain Layout
15598 Comandos ! P ! 
15599 \backslash
15600 prod
15601 \end_layout
15602
15603 \end_inset
15604
15605
15606 \end_layout
15607
15608 \end_inset
15609 </cell>
15610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15611 \begin_inset Text
15612
15613 \begin_layout Plain Layout
15614 \begin_inset Formula $\prod$
15615 \end_inset
15616
15617
15618 \end_layout
15619
15620 \end_inset
15621 </cell>
15622 </row>
15623 <row>
15624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15625 \begin_inset Text
15626
15627 \begin_layout Plain Layout
15628
15629 \backslash
15630 coprod
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15636 \begin_inset Text
15637
15638 \begin_layout Plain Layout
15639 \begin_inset Formula $\coprod$
15640 \end_inset
15641
15642
15643 \end_layout
15644
15645 \end_inset
15646 </cell>
15647 </row>
15648 <row>
15649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15650 \begin_inset Text
15651
15652 \begin_layout Plain Layout
15653
15654 \backslash
15655 bigodot
15656 \end_layout
15657
15658 \end_inset
15659 </cell>
15660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15661 \begin_inset Text
15662
15663 \begin_layout Plain Layout
15664 \begin_inset Formula $\bigodot$
15665 \end_inset
15666
15667
15668 \end_layout
15669
15670 \end_inset
15671 </cell>
15672 </row>
15673 <row>
15674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15675 \begin_inset Text
15676
15677 \begin_layout Plain Layout
15678
15679 \backslash
15680 bigotimes
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15686 \begin_inset Text
15687
15688 \begin_layout Plain Layout
15689 \begin_inset Formula $\bigotimes$
15690 \end_inset
15691
15692
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 </row>
15698 <row>
15699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15700 \begin_inset Text
15701
15702 \begin_layout Plain Layout
15703
15704 \backslash
15705 bigoplus
15706 \end_layout
15707
15708 \end_inset
15709 </cell>
15710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Plain Layout
15714 \begin_inset Formula $\bigoplus$
15715 \end_inset
15716
15717
15718 \end_layout
15719
15720 \end_inset
15721 </cell>
15722 </row>
15723 <row>
15724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15725 \begin_inset Text
15726
15727 \begin_layout Plain Layout
15728
15729 \backslash
15730 bigwedge
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Plain Layout
15739 \begin_inset Formula $\bigwedge$
15740 \end_inset
15741
15742
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 </row>
15748 <row>
15749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15750 \begin_inset Text
15751
15752 \begin_layout Plain Layout
15753
15754 \backslash
15755 bigvee
15756 \end_layout
15757
15758 \end_inset
15759 </cell>
15760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15761 \begin_inset Text
15762
15763 \begin_layout Plain Layout
15764 \begin_inset Formula $\bigvee$
15765 \end_inset
15766
15767
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 </row>
15773 <row>
15774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778
15779 \backslash
15780 bigsqcup
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789 \begin_inset Formula $\bigsqcup$
15790 \end_inset
15791
15792
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 </row>
15798 <row>
15799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803
15804 \backslash
15805 biguplus
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814 \begin_inset Formula $\biguplus$
15815 \end_inset
15816
15817
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 </row>
15823 </lyxtabular>
15824
15825 \end_inset
15826
15827
15828 \begin_inset space \hfill{}
15829 \end_inset
15830
15831
15832 \end_layout
15833
15834 \begin_layout Standard
15835 Todos los operadores grandes se pueden insertar con el botón 
15836 \begin_inset Graphics
15837         filename ../../images/math/intop.png
15838         scale 85
15839
15840 \end_inset
15841
15842  de la barra de ecuaciones.
15843 \end_layout
15844
15845 \begin_layout Standard
15846 Estos operadores son llamados grandes porque son mayores que los operadores
15847  binarios de aspecto semejante.
15848  Todos los operadores grandes pueden tener límites, como se describe en
15849  la subsección siguiente.
15850 \end_layout
15851
15852 \begin_layout Standard
15853 Para todos los operadores de integral hay una segunda versión disponible,
15854  terminando en 
15855 \series bold
15856 op
15857 \series default
15858
15859 \series bold
15860
15861 \backslash
15862 intop
15863 \series default
15864
15865 \series bold
15866
15867 \backslash
15868 ointop
15869 \series default
15870  etc.
15871  Estos operadores difieren de 
15872 \series bold
15873
15874 \backslash
15875 int
15876 \series default
15877 , etc., en el estilo en que se presentan los límites, véase
15878 \series bold
15879  
15880 \series default
15881
15882 \begin_inset CommandInset ref
15883 LatexCommand ref
15884 reference "sub:Límites-de-operadores"
15885
15886 \end_inset
15887
15888 .
15889 \end_layout
15890
15891 \begin_layout Subsubsection*
15892 Sugerencias para las integrales
15893 \end_layout
15894
15895 \begin_layout Standard
15896 La letra 
15897 \emph on
15898 d
15899 \emph default
15900  en una integral es un operador, por consiguiente debe escribirse en redonda.
15901  Esto se hace resaltando la 
15902 \emph on
15903 d
15904 \emph default
15905  y usando el atajo de teclado 
15906 \family sans
15907 Alt+C
15908 \begin_inset space ~
15909 \end_inset
15910
15911 R
15912 \family default
15913 .
15914 \begin_inset Foot
15915 status collapsed
15916
15917 \begin_layout Plain Layout
15918 véase estilos de letras en 
15919 \begin_inset CommandInset ref
15920 LatexCommand ref
15921 reference "sub:Estilos-de-tipografías"
15922
15923 \end_inset
15924
15925  
15926 \end_layout
15927
15928 \end_inset
15929
15930  Delante de la 
15931 \emph on
15932 d
15933 \emph default
15934  se inserta un espacio delgado, como es habitual en los operadores.
15935  Un ejemplo:
15936 \end_layout
15937
15938 \begin_layout Standard
15939 incorrecto: 
15940 \begin_inset Formula $\int A(x)dx$
15941 \end_inset
15942
15943
15944 \begin_inset Newline newline
15945 \end_inset
15946
15947
15948 \begin_inset Phantom HPhantom
15949 status open
15950
15951 \begin_layout Plain Layout
15952 in
15953 \end_layout
15954
15955 \end_inset
15956
15957 correcto: 
15958 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15959 \end_inset
15960
15961
15962 \end_layout
15963
15964 \begin_layout Standard
15965 \begin_inset Newpage pagebreak
15966 \end_inset
15967
15968
15969 \end_layout
15970
15971 \begin_layout Standard
15972 Para integrales múltiples hay los siguientes comandos:
15973 \begin_inset VSpace medskip
15974 \end_inset
15975
15976
15977 \end_layout
15978
15979 \begin_layout Standard
15980 \begin_inset space \hfill{}
15981 \end_inset
15982
15983
15984 \begin_inset Tabular
15985 <lyxtabular version="3" rows="4" columns="2">
15986 <features tabularvalignment="middle">
15987 <column alignment="center" valignment="top" width="0">
15988 <column alignment="center" valignment="top" width="0">
15989 <row>
15990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994 Comando
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003 Resultado
16004 \begin_inset Note Note
16005 status collapsed
16006
16007 \begin_layout Plain Layout
16008
16009 \series bold
16010
16011 \backslash
16012 raisebox
16013 \series default
16014  se usa sólo como espaciador
16015 \end_layout
16016
16017 \end_inset
16018
16019
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 </row>
16025 <row>
16026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16027 \begin_inset Text
16028
16029 \begin_layout Plain Layout
16030
16031 \backslash
16032 iint
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Plain Layout
16041 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
16042 \end_inset
16043
16044
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 </row>
16050 <row>
16051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055
16056 \backslash
16057 oiint
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
16067 \end_inset
16068
16069
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 </row>
16075 <row>
16076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16077 \begin_inset Text
16078
16079 \begin_layout Plain Layout
16080
16081 \backslash
16082 sqiint
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Plain Layout
16091 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16092 \end_inset
16093
16094
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 </row>
16100 </lyxtabular>
16101
16102 \end_inset
16103
16104
16105 \begin_inset space \hfill{}
16106 \end_inset
16107
16108
16109 \begin_inset Tabular
16110 <lyxtabular version="3" rows="4" columns="2">
16111 <features tabularvalignment="middle">
16112 <column alignment="center" valignment="top" width="0">
16113 <column alignment="center" valignment="top" width="0">
16114 <row>
16115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16116 \begin_inset Text
16117
16118 \begin_layout Plain Layout
16119 Comando
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16125 \begin_inset Text
16126
16127 \begin_layout Plain Layout
16128 Resultado
16129 \begin_inset Note Note
16130 status collapsed
16131
16132 \begin_layout Plain Layout
16133
16134 \series bold
16135
16136 \backslash
16137 raisebox
16138 \series default
16139  se usa sólo como espaciador
16140 \end_layout
16141
16142 \end_inset
16143
16144
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 </row>
16150 <row>
16151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16152 \begin_inset Text
16153
16154 \begin_layout Plain Layout
16155
16156 \backslash
16157 iiint
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Plain Layout
16166 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16167 \end_inset
16168
16169
16170 \end_layout
16171
16172 \end_inset
16173 </cell>
16174 </row>
16175 <row>
16176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16177 \begin_inset Text
16178
16179 \begin_layout Plain Layout
16180
16181 \backslash
16182 iiiint
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Plain Layout
16191 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16192 \end_inset
16193
16194
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 </row>
16200 <row>
16201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16202 \begin_inset Text
16203
16204 \begin_layout Plain Layout
16205
16206 \backslash
16207 dotsint
16208 \end_layout
16209
16210 \end_inset
16211 </cell>
16212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16213 \begin_inset Text
16214
16215 \begin_layout Plain Layout
16216 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16217 \end_inset
16218
16219
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 </row>
16225 </lyxtabular>
16226
16227 \end_inset
16228
16229
16230 \begin_inset space \hfill{}
16231 \end_inset
16232
16233
16234 \end_layout
16235
16236 \begin_layout Subsection
16237 Límites de operadores
16238 \begin_inset CommandInset label
16239 LatexCommand label
16240 name "sub:Límites-de-operadores"
16241
16242 \end_inset
16243
16244
16245 \begin_inset Index idx
16246 status collapsed
16247
16248 \begin_layout Plain Layout
16249 Operadores ! límites de
16250 \end_layout
16251
16252 \end_inset
16253
16254
16255 \end_layout
16256
16257 \begin_layout Standard
16258 Los límites se crean mediante superíndices y subíndices:
16259 \end_layout
16260
16261 \begin_layout Standard
16262 \noindent
16263 \align center
16264 \begin_inset Tabular
16265 <lyxtabular version="3" rows="2" columns="2">
16266 <features tabularvalignment="middle">
16267 <column alignment="center" valignment="top" width="0">
16268 <column alignment="center" valignment="top" width="0">
16269 <row>
16270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274 Comando
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283 Resultado
16284 \begin_inset Note Note
16285 status collapsed
16286
16287 \begin_layout Plain Layout
16288
16289 \series bold
16290
16291 \backslash
16292 raisebox
16293 \series default
16294  se usa sólo como espaciador
16295 \end_layout
16296
16297 \end_inset
16298
16299
16300 \end_layout
16301
16302 \end_inset
16303 </cell>
16304 </row>
16305 <row>
16306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16307 \begin_inset Text
16308
16309 \begin_layout Plain Layout
16310
16311 \backslash
16312 prod^
16313 \backslash
16314 infty
16315 \begin_inset ERT
16316 status collapsed
16317
16318 \begin_layout Plain Layout
16319
16320
16321 \backslash
16322 spce 
16323 \end_layout
16324
16325 \end_inset
16326
16327
16328 \begin_inset Formula $\to$
16329 \end_inset
16330
16331 _0
16332 \begin_inset Formula $\to$
16333 \end_inset
16334
16335 A(x)
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16341 \begin_inset Text
16342
16343 \begin_layout Plain Layout
16344 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 </row>
16353 </lyxtabular>
16354
16355 \end_inset
16356
16357
16358 \end_layout
16359
16360 \begin_layout Standard
16361 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16362  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16363 \end_layout
16364
16365 \begin_layout Standard
16366 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16367  directamente detrás del operador y se elige 
16368 \series bold
16369 Alineado
16370 \series default
16371  en el menú 
16372 \family sans
16373 Editar\SpecialChar \menuseparator
16374 Ecuación\SpecialChar \menuseparator
16375 Cambiar tipo de límites
16376 \family default
16377  (atajo 
16378 \family sans
16379 Alt+M
16380 \begin_inset space ~
16381 \end_inset
16382
16383 L
16384 \family default
16385 ).
16386  Un ejemplo:
16387 \end_layout
16388
16389 \begin_layout Standard
16390 El tipo de límites por omisión es:
16391 \begin_inset Formula 
16392 \[
16393 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16394 \]
16395
16396 \end_inset
16397
16398
16399 \end_layout
16400
16401 \begin_layout Standard
16402 Así se ven si se cambia el tipo de límites a 
16403 \series bold
16404 Alineado
16405 \series default
16406 :
16407 \begin_inset Formula 
16408 \[
16409 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16410 \]
16411
16412 \end_inset
16413
16414
16415 \end_layout
16416
16417 \begin_layout Standard
16418 En integrales, excepto las que terminan en 
16419 \series bold
16420 op
16421 \series default
16422  como 
16423 \series bold
16424
16425 \backslash
16426 intop
16427 \series default
16428
16429 \series bold
16430
16431 \backslash
16432 ointop
16433 \series default
16434 , etc., los límites se colocan por omisión junto al operador.
16435  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16436  operador.
16437  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16438 \series bold
16439 Presentado
16440 \series default
16441  para poner el límite debajo:
16442 \begin_inset Formula 
16443 \begin{equation}
16444 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}
16445 \end{equation}
16446
16447 \end_inset
16448
16449
16450 \begin_inset VSpace medskip
16451 \end_inset
16452
16453 Para especificar condiciones en los límites se usan los comandos 
16454 \series bold
16455
16456 \backslash
16457 subarray
16458 \series default
16459
16460 \begin_inset Index idx
16461 status collapsed
16462
16463 \begin_layout Plain Layout
16464 Comandos ! S ! 
16465 \backslash
16466 subarray
16467 \end_layout
16468
16469 \end_inset
16470
16471  y 
16472 \series bold
16473
16474 \backslash
16475 substack
16476 \series default
16477
16478 \begin_inset Index idx
16479 status collapsed
16480
16481 \begin_layout Plain Layout
16482 Comandos ! S ! 
16483 \backslash
16484 substack
16485 \end_layout
16486
16487 \end_inset
16488
16489 .
16490  Por ejemplo, para componer la expresión
16491 \begin_inset Formula 
16492 \begin{equation}
16493 \sum_{\begin{subarray}{c}
16494 0<k<1000\\
16495 \\
16496 k\,\in\,\mathbb{N}
16497 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16498 \end{equation}
16499
16500 \end_inset
16501
16502 se ha hecho lo siguiente: primero se escribe el comando 
16503 \series bold
16504
16505 \backslash
16506 sum^n
16507 \series default
16508
16509 \begin_inset ERT
16510 status collapsed
16511
16512 \begin_layout Plain Layout
16513
16514
16515 \backslash
16516 spce 
16517 \end_layout
16518
16519 \end_inset
16520
16521
16522 \series bold
16523 _
16524 \series default
16525 .
16526  Ahora el cursor está en un marco azul bajo el operador sumatorio y ahí
16527  se inserta el comando 
16528 \series bold
16529
16530 \backslash
16531 subarray
16532 \series default
16533
16534 \begin_inset ERT
16535 status collapsed
16536
16537 \begin_layout Plain Layout
16538
16539
16540 \backslash
16541 spce 
16542 \end_layout
16543
16544 \end_inset
16545
16546 .
16547  Ahora el marco azul está en un marco púrpura donde pueden escribirse líneas
16548  distintas.
16549  Cada línea nueva se crea con un salto de línea (
16550 \family sans
16551 Ctrl+Entrar
16552 \family default
16553 ).
16554  Si ahora se teclea en ella
16555 \begin_inset Newline newline
16556 \end_inset
16557
16558
16559 \series bold
16560 0<k<1000 Ctrl+Entrar
16561 \begin_inset Newline newline
16562 \end_inset
16563
16564
16565 \series default
16566 aparece debajo un nuevo marco para la línea nueva.
16567 \end_layout
16568
16569 \begin_layout Standard
16570 La alineación de las líneas puede cambiarse a la izquierda con la 
16571 \family sans
16572 barra de herramientas de cuadros
16573 \family default
16574  o con el menú 
16575 \family sans
16576 Editar\SpecialChar \menuseparator
16577 Filas y columnas
16578 \family default
16579 .
16580  Para obtener alineación derecha se inserta 
16581 \series bold
16582
16583 \backslash
16584 hfill
16585 \series default
16586
16587 \begin_inset ERT
16588 status collapsed
16589
16590 \begin_layout Plain Layout
16591
16592
16593 \backslash
16594 spce 
16595 \end_layout
16596
16597 \end_inset
16598
16599  al principio de la línea.
16600 \end_layout
16601
16602 \begin_layout Standard
16603 El comando 
16604 \series bold
16605
16606 \backslash
16607 substack
16608 \series default
16609  es equivalente a 
16610 \series bold
16611
16612 \backslash
16613 subarray
16614 \series default
16615  con la diferencia de que las líneas están siempre centradas.
16616 \begin_inset VSpace bigskip
16617 \end_inset
16618
16619
16620 \end_layout
16621
16622 \begin_layout Standard
16623 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16624  siguientes, como en la ecuación 
16625 \begin_inset CommandInset ref
16626 LatexCommand eqref
16627 reference "eq:substack"
16628
16629 \end_inset
16630
16631 , porque éstos se colocan junto a los límites.
16632 \end_layout
16633
16634 \begin_layout Standard
16635 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16636 \end_layout
16637
16638 \begin_layout Standard
16639
16640 \series bold
16641
16642 \backslash
16643 def
16644 \backslash
16645 clap#1{
16646 \backslash
16647 hbox to 0pt{
16648 \backslash
16649 hss #1
16650 \backslash
16651 hss}}
16652 \begin_inset Newline newline
16653 \end_inset
16654
16655
16656 \backslash
16657 def
16658 \backslash
16659 mathclap {
16660 \backslash
16661 mathpalette 
16662 \backslash
16663 mathclapinternal}
16664 \begin_inset Newline newline
16665 \end_inset
16666
16667
16668 \backslash
16669 def
16670 \backslash
16671 mathclapinternal #1#2{
16672 \backslash
16673 clap{$
16674 \backslash
16675 mathsurround =0pt #1{#2}$}}
16676 \end_layout
16677
16678 \begin_layout Standard
16679 En ella se define el comando 
16680 \series bold
16681
16682 \backslash
16683 mathclap
16684 \series default
16685
16686 \begin_inset Index idx
16687 status collapsed
16688
16689 \begin_layout Plain Layout
16690 Comandos ! M ! 
16691 \backslash
16692 mathclap
16693 \end_layout
16694
16695 \end_inset
16696
16697  que establece la anchura del límite en 0
16698 \begin_inset space \thinspace{}
16699 \end_inset
16700
16701 pt.
16702  El esquema del comando es:
16703 \end_layout
16704
16705 \begin_layout Standard
16706
16707 \series bold
16708
16709 \backslash
16710 mathclap{límite}
16711 \end_layout
16712
16713 \begin_layout Standard
16714 donde el límite puede consistir en varias condiciones.
16715 \end_layout
16716
16717 \begin_layout Standard
16718 Aplicado en la ecuación 
16719 \begin_inset CommandInset ref
16720 LatexCommand eqref
16721 reference "eq:substack"
16722
16723 \end_inset
16724
16725  se usa el comando
16726 \end_layout
16727
16728 \begin_layout Standard
16729
16730 \series bold
16731
16732 \backslash
16733 sum_
16734 \backslash
16735 mathclap{
16736 \backslash
16737 substack
16738 \begin_inset ERT
16739 status collapsed
16740
16741 \begin_layout Plain Layout
16742
16743
16744 \backslash
16745 spce 
16746 \end_layout
16747
16748 \end_inset
16749
16750 0<k<1000 Ctrl+Entrar
16751 \end_layout
16752
16753 \begin_layout Standard
16754 para componer el límite inferior.
16755  Ahora el sumando está junto al sumatorio:
16756 \begin_inset Formula 
16757 \[
16758 \sum_{\mathclap{\substack{0<k<1000\\
16759 \\
16760 k\,\in\,\mathbb{N}
16761 }
16762 }}^{n}k^{-2}
16763 \]
16764
16765 \end_inset
16766
16767
16768 \begin_inset VSpace bigskip
16769 \end_inset
16770
16771 Cómo utilizar un límite para varios operadores se describe en la 
16772 \begin_inset CommandInset ref
16773 LatexCommand ref
16774 reference "sub:Operadores-de-usuario"
16775
16776 \end_inset
16777
16778 .
16779 \end_layout
16780
16781 \begin_layout Standard
16782 \begin_inset Newpage newpage
16783 \end_inset
16784
16785
16786 \end_layout
16787
16788 \begin_layout Subsection
16789 Operadores binarios
16790 \begin_inset CommandInset label
16791 LatexCommand label
16792 name "sub:Operadores-binarios"
16793
16794 \end_inset
16795
16796
16797 \begin_inset Index idx
16798 status collapsed
16799
16800 \begin_layout Plain Layout
16801 Operadores ! binarios
16802 \end_layout
16803
16804 \end_inset
16805
16806
16807 \end_layout
16808
16809 \begin_layout Standard
16810 Los operadores binarios se rodean por espacios si llevan un carácter delante
16811  o detrás.
16812 \begin_inset VSpace medskip
16813 \end_inset
16814
16815
16816 \end_layout
16817
16818 \begin_layout Standard
16819 \begin_inset space \hfill{}
16820 \end_inset
16821
16822
16823 \begin_inset Tabular
16824 <lyxtabular version="3" rows="13" columns="2">
16825 <features tabularvalignment="middle">
16826 <column alignment="center" valignment="top" width="0pt">
16827 <column alignment="center" valignment="top" width="0pt">
16828 <row>
16829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833 Comando
16834 \begin_inset Note Note
16835 status collapsed
16836
16837 \begin_layout Plain Layout
16838
16839 \series bold
16840
16841 \backslash
16842 raisebox
16843 \series default
16844  se usa sólo como espaciador
16845 \end_layout
16846
16847 \end_inset
16848
16849
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 Operador
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 </row>
16864 <row>
16865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869 +
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878 \begin_inset Formula $+$
16879 \end_inset
16880
16881
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 </row>
16887 <row>
16888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Plain Layout
16892 -
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901 \begin_inset Formula $-$
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 </row>
16910 <row>
16911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915
16916 \backslash
16917 pm
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 \begin_inset Formula $\pm$
16927 \end_inset
16928
16929
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 </row>
16935 <row>
16936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940
16941 \backslash
16942 mp
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951 \begin_inset Formula $\mp$
16952 \end_inset
16953
16954
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 </row>
16960 <row>
16961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965
16966 \backslash
16967 cdot
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976 \begin_inset Formula $\cdot$
16977 \end_inset
16978
16979
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 </row>
16985 <row>
16986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990
16991 \backslash
16992 times
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001 \begin_inset Formula $\times$
17002 \end_inset
17003
17004
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 </row>
17010 <row>
17011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015
17016 \backslash
17017 div
17018 \end_layout
17019
17020 \end_inset
17021 </cell>
17022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17023 \begin_inset Text
17024
17025 \begin_layout Plain Layout
17026 \begin_inset Formula $\div$
17027 \end_inset
17028
17029
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 </row>
17035 <row>
17036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040 \begin_inset ERT
17041 status collapsed
17042
17043 \begin_layout Plain Layout
17044
17045
17046 \backslash
17047 raisebox{-1.2mm}{
17048 \end_layout
17049
17050 \end_inset
17051
17052 *
17053 \begin_inset ERT
17054 status collapsed
17055
17056 \begin_layout Plain Layout
17057
17058 }
17059 \end_layout
17060
17061 \end_inset
17062
17063
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072 \begin_inset Formula $*$
17073 \end_inset
17074
17075
17076 \end_layout
17077
17078 \end_inset
17079 </cell>
17080 </row>
17081 <row>
17082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17083 \begin_inset Text
17084
17085 \begin_layout Plain Layout
17086
17087 \backslash
17088 star
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097 \begin_inset Formula $\star$
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 </row>
17106 <row>
17107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Plain Layout
17111
17112 \backslash
17113 circ
17114 \end_layout
17115
17116 \end_inset
17117 </cell>
17118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17119 \begin_inset Text
17120
17121 \begin_layout Plain Layout
17122 \begin_inset Formula $\circ$
17123 \end_inset
17124
17125
17126 \end_layout
17127
17128 \end_inset
17129 </cell>
17130 </row>
17131 <row>
17132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136
17137 \backslash
17138 diamond
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147 \begin_inset Formula $\diamond$
17148 \end_inset
17149
17150
17151 \end_layout
17152
17153 \end_inset
17154 </cell>
17155 </row>
17156 <row>
17157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout Plain Layout
17161
17162 \backslash
17163 bullet
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172 \begin_inset Formula $\bullet$
17173 \end_inset
17174
17175
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 </row>
17181 </lyxtabular>
17182
17183 \end_inset
17184
17185
17186 \begin_inset space \hfill{}
17187 \end_inset
17188
17189
17190 \begin_inset Tabular
17191 <lyxtabular version="3" rows="13" columns="2">
17192 <features tabularvalignment="middle">
17193 <column alignment="center" valignment="top" width="0pt">
17194 <column alignment="center" valignment="top" width="0pt">
17195 <row>
17196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17197 \begin_inset Text
17198
17199 \begin_layout Plain Layout
17200 Comando
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 Operador
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 </row>
17215 <row>
17216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220
17221 \backslash
17222 nabla
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 \begin_inset Formula $\nabla$
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 </row>
17240 <row>
17241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245
17246 \backslash
17247 bigtriangledown
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256 \begin_inset Formula $\bigtriangledown$
17257 \end_inset
17258
17259
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 </row>
17265 <row>
17266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270
17271 \backslash
17272 bigtriangleup
17273 \end_layout
17274
17275 \end_inset
17276 </cell>
17277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17278 \begin_inset Text
17279
17280 \begin_layout Plain Layout
17281 \begin_inset Formula $\bigtriangleup$
17282 \end_inset
17283
17284
17285 \end_layout
17286
17287 \end_inset
17288 </cell>
17289 </row>
17290 <row>
17291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295
17296 \backslash
17297 Box
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306 \begin_inset Formula $\Box$
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 </row>
17315 <row>
17316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320
17321 \backslash
17322 cap 
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331 \begin_inset Formula $\cap$
17332 \end_inset
17333
17334
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 </row>
17340 <row>
17341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345
17346 \backslash
17347 cup
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356 \begin_inset Formula $\cup$
17357 \end_inset
17358
17359
17360 \end_layout
17361
17362 \end_inset
17363 </cell>
17364 </row>
17365 <row>
17366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370
17371 \backslash
17372 dagger
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381 \begin_inset Formula $\dagger$
17382 \end_inset
17383
17384
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 </row>
17390 <row>
17391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395
17396 \backslash
17397 ddagger
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406 \begin_inset Formula $\ddagger$
17407 \end_inset
17408
17409
17410 \end_layout
17411
17412 \end_inset
17413 </cell>
17414 </row>
17415 <row>
17416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17417 \begin_inset Text
17418
17419 \begin_layout Plain Layout
17420
17421 \backslash
17422 wr
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431 \begin_inset Formula $\wr$
17432 \end_inset
17433
17434
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 </row>
17440 <row>
17441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445
17446 \backslash
17447 bigcirc
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 \begin_inset Formula $\bigcirc$
17457 \end_inset
17458
17459
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 </row>
17465 <row>
17466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470
17471 \backslash
17472 wedge
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Plain Layout
17481 \begin_inset Formula $\wedge$
17482 \end_inset
17483
17484
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 </row>
17490 <row>
17491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17492 \begin_inset Text
17493
17494 \begin_layout Plain Layout
17495
17496 \backslash
17497 vee
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506 \begin_inset Formula $\vee$
17507 \end_inset
17508
17509
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 </row>
17515 </lyxtabular>
17516
17517 \end_inset
17518
17519
17520 \begin_inset space \hfill{}
17521 \end_inset
17522
17523
17524 \begin_inset Tabular
17525 <lyxtabular version="3" rows="13" columns="2">
17526 <features tabularvalignment="middle">
17527 <column alignment="center" valignment="top" width="0pt">
17528 <column alignment="center" valignment="top" width="0pt">
17529 <row>
17530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534 Comando
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543 Operador
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 </row>
17549 <row>
17550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17551 \begin_inset Text
17552
17553 \begin_layout Plain Layout
17554
17555 \backslash
17556 oplus
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565 \begin_inset Formula $\oplus$
17566 \end_inset
17567
17568
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 </row>
17574 <row>
17575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Plain Layout
17579
17580 \backslash
17581 ominus
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590 \begin_inset Formula $\ominus$
17591 \end_inset
17592
17593
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 </row>
17599 <row>
17600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout Plain Layout
17604
17605 \backslash
17606 otimes
17607 \end_layout
17608
17609 \end_inset
17610 </cell>
17611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17612 \begin_inset Text
17613
17614 \begin_layout Plain Layout
17615 \begin_inset Formula $\otimes$
17616 \end_inset
17617
17618
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 </row>
17624 <row>
17625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17626 \begin_inset Text
17627
17628 \begin_layout Plain Layout
17629
17630 \backslash
17631 oslash
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 \begin_inset Formula $\oslash$
17641 \end_inset
17642
17643
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 </row>
17649 <row>
17650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17651 \begin_inset Text
17652
17653 \begin_layout Plain Layout
17654
17655 \backslash
17656 odot
17657 \end_layout
17658
17659 \end_inset
17660 </cell>
17661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17662 \begin_inset Text
17663
17664 \begin_layout Plain Layout
17665 \begin_inset Formula $\odot$
17666 \end_inset
17667
17668
17669 \end_layout
17670
17671 \end_inset
17672 </cell>
17673 </row>
17674 <row>
17675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17676 \begin_inset Text
17677
17678 \begin_layout Plain Layout
17679
17680 \backslash
17681 amalg
17682 \end_layout
17683
17684 \end_inset
17685 </cell>
17686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17687 \begin_inset Text
17688
17689 \begin_layout Plain Layout
17690 \begin_inset Formula $\amalg$
17691 \end_inset
17692
17693
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 </row>
17699 <row>
17700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704
17705 \backslash
17706 uplus
17707 \end_layout
17708
17709 \end_inset
17710 </cell>
17711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17712 \begin_inset Text
17713
17714 \begin_layout Plain Layout
17715 \begin_inset Formula $\uplus$
17716 \end_inset
17717
17718
17719 \end_layout
17720
17721 \end_inset
17722 </cell>
17723 </row>
17724 <row>
17725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17726 \begin_inset Text
17727
17728 \begin_layout Plain Layout
17729
17730 \backslash
17731 setminus
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17737 \begin_inset Text
17738
17739 \begin_layout Plain Layout
17740 \begin_inset Formula $\setminus$
17741 \end_inset
17742
17743
17744 \end_layout
17745
17746 \end_inset
17747 </cell>
17748 </row>
17749 <row>
17750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17751 \begin_inset Text
17752
17753 \begin_layout Plain Layout
17754
17755 \backslash
17756 sqcap
17757 \end_layout
17758
17759 \end_inset
17760 </cell>
17761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17762 \begin_inset Text
17763
17764 \begin_layout Plain Layout
17765 \begin_inset Formula $\sqcap$
17766 \end_inset
17767
17768
17769 \end_layout
17770
17771 \end_inset
17772 </cell>
17773 </row>
17774 <row>
17775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17776 \begin_inset Text
17777
17778 \begin_layout Plain Layout
17779
17780 \backslash
17781 sqcup
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17787 \begin_inset Text
17788
17789 \begin_layout Plain Layout
17790 \begin_inset Formula $\sqcup$
17791 \end_inset
17792
17793
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 </row>
17799 <row>
17800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804
17805 \backslash
17806 triangleleft
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17812 \begin_inset Text
17813
17814 \begin_layout Plain Layout
17815 \begin_inset Formula $\triangleleft$
17816 \end_inset
17817
17818
17819 \end_layout
17820
17821 \end_inset
17822 </cell>
17823 </row>
17824 <row>
17825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17826 \begin_inset Text
17827
17828 \begin_layout Plain Layout
17829
17830 \backslash
17831 triangleright
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17837 \begin_inset Text
17838
17839 \begin_layout Plain Layout
17840 \begin_inset Formula $\triangleright$
17841 \end_inset
17842
17843
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 </row>
17849 </lyxtabular>
17850
17851 \end_inset
17852
17853
17854 \begin_inset space \hfill{}
17855 \end_inset
17856
17857
17858 \end_layout
17859
17860 \begin_layout Standard
17861 Todos los operadores binarios se pueden insertar también con el botón 
17862 \begin_inset Graphics
17863         filename ../../images/math/pm.png
17864         scale 85
17865
17866 \end_inset
17867
17868  de la barra de ecuaciones.
17869 \end_layout
17870
17871 \begin_layout Standard
17872 Para imprimir el operador Laplace se pueden usar 
17873 \series bold
17874
17875 \backslash
17876 Delta
17877 \series default
17878  o 
17879 \series bold
17880
17881 \backslash
17882 nabla
17883 \series default
17884 ^
17885 \series bold
17886 2
17887 \series default
17888  (
17889 \begin_inset Formula $\nabla^{2}$
17890 \end_inset
17891
17892 ) en vez de 
17893 \series bold
17894
17895 \backslash
17896 bigtriangleup
17897 \series default
17898 .
17899 \end_layout
17900
17901 \begin_layout Standard
17902 El carácter 
17903 \family sans
17904 Separador de menú
17905 \family default
17906  del menú 
17907 \family sans
17908 Insertar\SpecialChar \menuseparator
17909 Carácter especial
17910 \family default
17911  es el operador 
17912 \series bold
17913
17914 \backslash
17915 triangleright
17916 \series default
17917 .
17918 \end_layout
17919
17920 \begin_layout Subsection
17921 Operadores definidos por el usuario
17922 \begin_inset CommandInset label
17923 LatexCommand label
17924 name "sub:Operadores-de-usuario"
17925
17926 \end_inset
17927
17928
17929 \begin_inset Index idx
17930 status collapsed
17931
17932 \begin_layout Plain Layout
17933 Operadores ! personalizados
17934 \end_layout
17935
17936 \end_inset
17937
17938
17939 \end_layout
17940
17941 \begin_layout Standard
17942 Con ayuda del comando 
17943 \series bold
17944
17945 \backslash
17946 DeclareMathOperator
17947 \series default
17948
17949 \begin_inset Index idx
17950 status collapsed
17951
17952 \begin_layout Plain Layout
17953 Comandos ! D ! 
17954 \backslash
17955 dbinom@
17956 \backslash
17957 DeclareMathOperator
17958 \end_layout
17959
17960 \end_inset
17961
17962  se pueden definir operadores personalizados en el preámbulo LaTeX.
17963  Su esquema es:
17964 \end_layout
17965
17966 \begin_layout Standard
17967
17968 \series bold
17969
17970 \backslash
17971 DeclareMathOperator{comando nuevo}{presentación}
17972 \end_layout
17973
17974 \begin_layout Standard
17975 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17976  en la salida.
17977  Para definir un operador grande hay que añadirle un * detrás.
17978  Todos los operadores grandes personalizados pueden tener límites como se
17979  describe en 
17980 \begin_inset CommandInset ref
17981 LatexCommand ref
17982 reference "sub:Límites-de-operadores"
17983
17984 \end_inset
17985
17986 .
17987 \end_layout
17988
17989 \begin_layout Standard
17990 Por ejemplo, la línea en el preámbulo LaTeX
17991 \end_layout
17992
17993 \begin_layout Standard
17994
17995 \series bold
17996
17997 \backslash
17998 DeclareMathOperator*{
17999 \backslash
18000 Lozenge}{
18001 \backslash
18002 blacklozenge}
18003 \end_layout
18004
18005 \begin_layout Standard
18006 define el comando 
18007 \series bold
18008
18009 \backslash
18010 Lozenge
18011 \series default
18012 , que inserta un operador grande que es el símbolo blacklozenge de la 
18013 \begin_inset CommandInset ref
18014 LatexCommand ref
18015 reference "sub:Símbolos-misceláneos"
18016
18017 \end_inset
18018
18019 .
18020 \begin_inset Formula 
18021 \[
18022 \Lozenge_{n=1}^{\infty}
18023 \]
18024
18025 \end_inset
18026
18027 El comando para esta expresión es: 
18028 \series bold
18029
18030 \backslash
18031 Lozenge^
18032 \backslash
18033 infty
18034 \begin_inset Formula $\rightarrow$
18035 \end_inset
18036
18037 _n=1
18038 \begin_inset VSpace bigskip
18039 \end_inset
18040
18041
18042 \end_layout
18043
18044 \begin_layout Standard
18045 Si los operadores personalizados no se van a usar varias veces en el documento,
18046  se pueden también definir con los comandos 
18047 \series bold
18048
18049 \backslash
18050 mathop
18051 \series default
18052
18053 \begin_inset Index idx
18054 status collapsed
18055
18056 \begin_layout Plain Layout
18057 Comandos ! M ! 
18058 \backslash
18059 mathop
18060 \end_layout
18061
18062 \end_inset
18063
18064  y 
18065 \series bold
18066
18067 \backslash
18068 mathbin
18069 \series default
18070
18071 \begin_inset Index idx
18072 status collapsed
18073
18074 \begin_layout Plain Layout
18075 Comandos ! M ! 
18076 \backslash
18077 mathbin
18078 \end_layout
18079
18080 \end_inset
18081
18082 , con el siguiente esquema:
18083 \end_layout
18084
18085 \begin_layout Standard
18086
18087 \series bold
18088
18089 \backslash
18090 mathop{presentación}
18091 \series default
18092  y 
18093 \series bold
18094
18095 \backslash
18096 mathbin{presentación}
18097 \end_layout
18098
18099 \begin_layout Standard
18100
18101 \series bold
18102
18103 \backslash
18104 mathop
18105 \series default
18106  define operadores grandes, 
18107 \series bold
18108
18109 \backslash
18110 mathbin
18111 \series default
18112  operadores binarios.
18113 \end_layout
18114
18115 \begin_layout Standard
18116
18117 \series bold
18118
18119 \backslash
18120 mathop
18121 \series default
18122  se puede usar, p.e., para poner un límite a varios operadores:
18123 \begin_inset Formula 
18124 \[
18125 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18126 \]
18127
18128 \end_inset
18129
18130
18131 \end_layout
18132
18133 \begin_layout Standard
18134 El comando para la expresión anterior es:
18135 \begin_inset Newline newline
18136 \end_inset
18137
18138
18139 \series bold
18140
18141 \backslash
18142 mathop{
18143 \backslash
18144 sum
18145 \backslash
18146 negmedspace
18147 \backslash
18148 sum
18149 \series default
18150
18151 \begin_inset ERT
18152 status collapsed
18153
18154 \begin_layout Plain Layout
18155
18156
18157 \backslash
18158 spce 
18159 \end_layout
18160
18161 \end_inset
18162
18163
18164 \series bold
18165
18166 \begin_inset Formula $\to$
18167 \end_inset
18168
18169 ^N
18170 \series default
18171
18172 \begin_inset ERT
18173 status collapsed
18174
18175 \begin_layout Plain Layout
18176
18177
18178 \backslash
18179 spce 
18180 \end_layout
18181
18182 \end_inset
18183
18184
18185 \series bold
18186 _i,j=1
18187 \end_layout
18188
18189 \begin_layout Section
18190 Tipografías
18191 \begin_inset Index idx
18192 status collapsed
18193
18194 \begin_layout Plain Layout
18195 Tipografías
18196 \end_layout
18197
18198 \end_inset
18199
18200
18201 \end_layout
18202
18203 \begin_layout Subsection
18204 Estilos de tipografías
18205 \begin_inset CommandInset label
18206 LatexCommand label
18207 name "sub:Estilos-de-tipografías"
18208
18209 \end_inset
18210
18211
18212 \begin_inset Index idx
18213 status collapsed
18214
18215 \begin_layout Plain Layout
18216 Tipografías ! estilos de
18217 \end_layout
18218
18219 \end_inset
18220
18221
18222 \end_layout
18223
18224 \begin_layout Standard
18225 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
18226  estilos:
18227 \end_layout
18228
18229 \begin_layout Standard
18230 \begin_inset VSpace -2mm
18231 \end_inset
18232
18233
18234 \end_layout
18235
18236 \begin_layout Standard
18237 \align center
18238 \begin_inset Tabular
18239 <lyxtabular version="3" rows="7" columns="3">
18240 <features tabularvalignment="middle">
18241 <column alignment="center" valignment="top" width="0">
18242 <column alignment="center" valignment="top" width="0">
18243 <column alignment="center" valignment="top" width="0">
18244 <row>
18245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18246 \begin_inset Text
18247
18248 \begin_layout Plain Layout
18249 Comando
18250 \end_layout
18251
18252 \end_inset
18253 </cell>
18254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18255 \begin_inset Text
18256
18257 \begin_layout Plain Layout
18258 Resultado
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267 atajo
18268 \end_layout
18269
18270 \end_inset
18271 </cell>
18272 </row>
18273 <row>
18274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18275 \begin_inset Text
18276
18277 \begin_layout Plain Layout
18278
18279 \backslash
18280 mathbb
18281 \series bold
18282
18283 \begin_inset ERT
18284 status collapsed
18285
18286 \begin_layout Plain Layout
18287
18288
18289 \backslash
18290 spce 
18291 \end_layout
18292
18293 \end_inset
18294
18295
18296 \series default
18297 ABC
18298 \end_layout
18299
18300 \end_inset
18301 </cell>
18302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18303 \begin_inset Text
18304
18305 \begin_layout Plain Layout
18306 \begin_inset Formula $\mathbb{ABC}$
18307 \end_inset
18308
18309
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18315 \begin_inset Text
18316
18317 \begin_layout Plain Layout
18318
18319 \family sans
18320 Alt+C C
18321 \end_layout
18322
18323 \end_inset
18324 </cell>
18325 </row>
18326 <row>
18327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331
18332 \backslash
18333 mathbf
18334 \series bold
18335
18336 \begin_inset ERT
18337 status collapsed
18338
18339 \begin_layout Plain Layout
18340
18341
18342 \backslash
18343 spce 
18344 \end_layout
18345
18346 \end_inset
18347
18348
18349 \series default
18350 AbC
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359 \begin_inset Formula $\mathbf{AbC}$
18360 \end_inset
18361
18362
18363 \end_layout
18364
18365 \end_inset
18366 </cell>
18367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18368 \begin_inset Text
18369
18370 \begin_layout Plain Layout
18371
18372 \family sans
18373 Ctrl+B
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 </row>
18379 <row>
18380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18381 \begin_inset Text
18382
18383 \begin_layout Plain Layout
18384
18385 \backslash
18386 boldsymbol
18387 \series bold
18388
18389 \begin_inset ERT
18390 status collapsed
18391
18392 \begin_layout Plain Layout
18393
18394
18395 \backslash
18396 spce 
18397 \end_layout
18398
18399 \end_inset
18400
18401
18402 \series default
18403 AbC
18404 \end_layout
18405
18406 \end_inset
18407 </cell>
18408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412 \begin_inset Formula $\boldsymbol{AbC}$
18413 \end_inset
18414
18415
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18421 \begin_inset Text
18422
18423 \begin_layout Plain Layout
18424
18425 \family sans
18426 Ctrl+Alt+B , Alt+C B
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 </row>
18432 <row>
18433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18434 \begin_inset Text
18435
18436 \begin_layout Plain Layout
18437
18438 \backslash
18439 mathcal
18440 \series bold
18441
18442 \begin_inset ERT
18443 status collapsed
18444
18445 \begin_layout Plain Layout
18446
18447
18448 \backslash
18449 spce 
18450 \end_layout
18451
18452 \end_inset
18453
18454
18455 \series default
18456 ABC
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465 \begin_inset Formula $\mathcal{ABC}$
18466 \end_inset
18467
18468
18469 \end_layout
18470
18471 \end_inset
18472 </cell>
18473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18474 \begin_inset Text
18475
18476 \begin_layout Plain Layout
18477
18478 \family sans
18479 Ctrl+E , Alt+C E
18480 \end_layout
18481
18482 \end_inset
18483 </cell>
18484 </row>
18485 <row>
18486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490
18491 \backslash
18492 mathfrak
18493 \series bold
18494
18495 \begin_inset ERT
18496 status collapsed
18497
18498 \begin_layout Plain Layout
18499
18500
18501 \backslash
18502 spce 
18503 \end_layout
18504
18505 \end_inset
18506
18507
18508 \series default
18509 AbC
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18515 \begin_inset Text
18516
18517 \begin_layout Plain Layout
18518 \begin_inset Formula $\mathfrak{AbC}$
18519 \end_inset
18520
18521
18522 \end_layout
18523
18524 \end_inset
18525 </cell>
18526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18527 \begin_inset Text
18528
18529 \begin_layout Plain Layout
18530 -
18531 \end_layout
18532
18533 \end_inset
18534 </cell>
18535 </row>
18536 <row>
18537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18538 \begin_inset Text
18539
18540 \begin_layout Plain Layout
18541
18542 \backslash
18543 mathscr
18544 \series bold
18545
18546 \begin_inset ERT
18547 status collapsed
18548
18549 \begin_layout Plain Layout
18550
18551
18552 \backslash
18553 spce 
18554 \end_layout
18555
18556 \end_inset
18557
18558
18559 \series default
18560 AbC
18561 \end_layout
18562
18563 \end_inset
18564 </cell>
18565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18566 \begin_inset Text
18567
18568 \begin_layout Plain Layout
18569 \begin_inset Formula $\mathscr{AbC}$
18570 \end_inset
18571
18572
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 -
18582 \end_layout
18583
18584 \end_inset
18585 </cell>
18586 </row>
18587 </lyxtabular>
18588
18589 \end_inset
18590
18591
18592 \end_layout
18593
18594 \begin_layout Standard
18595 \align center
18596 \begin_inset Tabular
18597 <lyxtabular version="3" rows="5" columns="3">
18598 <features tabularvalignment="middle">
18599 <column alignment="center" valignment="top" width="0">
18600 <column alignment="center" valignment="top" width="0">
18601 <column alignment="center" valignment="top" width="0">
18602 <row>
18603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Plain Layout
18607 Comando
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18613 \begin_inset Text
18614
18615 \begin_layout Plain Layout
18616 Resultado
18617 \end_layout
18618
18619 \end_inset
18620 </cell>
18621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18622 \begin_inset Text
18623
18624 \begin_layout Plain Layout
18625 atajo
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 </row>
18631 <row>
18632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636
18637 \backslash
18638 mathit
18639 \series bold
18640
18641 \begin_inset ERT
18642 status collapsed
18643
18644 \begin_layout Plain Layout
18645
18646
18647 \backslash
18648 spce 
18649 \end_layout
18650
18651 \end_inset
18652
18653
18654 \series default
18655 AbC
18656 \end_layout
18657
18658 \end_inset
18659 </cell>
18660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664 \begin_inset Formula $\mathit{AbC}$
18665 \end_inset
18666
18667
18668 \end_layout
18669
18670 \end_inset
18671 </cell>
18672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18673 \begin_inset Text
18674
18675 \begin_layout Plain Layout
18676 -
18677 \end_layout
18678
18679 \end_inset
18680 </cell>
18681 </row>
18682 <row>
18683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18684 \begin_inset Text
18685
18686 \begin_layout Plain Layout
18687
18688 \backslash
18689 mathrm
18690 \series bold
18691
18692 \begin_inset ERT
18693 status collapsed
18694
18695 \begin_layout Plain Layout
18696
18697
18698 \backslash
18699 spce 
18700 \end_layout
18701
18702 \end_inset
18703
18704
18705 \series default
18706 AbC
18707 \end_layout
18708
18709 \end_inset
18710 </cell>
18711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18712 \begin_inset Text
18713
18714 \begin_layout Plain Layout
18715 \begin_inset Formula $\mathrm{AbC}$
18716 \end_inset
18717
18718
18719 \end_layout
18720
18721 \end_inset
18722 </cell>
18723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18724 \begin_inset Text
18725
18726 \begin_layout Plain Layout
18727
18728 \family sans
18729 Alt+C R
18730 \end_layout
18731
18732 \end_inset
18733 </cell>
18734 </row>
18735 <row>
18736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18737 \begin_inset Text
18738
18739 \begin_layout Plain Layout
18740
18741 \backslash
18742 mathsf
18743 \series bold
18744
18745 \begin_inset ERT
18746 status collapsed
18747
18748 \begin_layout Plain Layout
18749
18750
18751 \backslash
18752 spce 
18753 \end_layout
18754
18755 \end_inset
18756
18757
18758 \series default
18759 AbC
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768 \begin_inset Formula $\mathsf{AbC}$
18769 \end_inset
18770
18771
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18777 \begin_inset Text
18778
18779 \begin_layout Plain Layout
18780
18781 \family sans
18782 Alt+C S
18783 \end_layout
18784
18785 \end_inset
18786 </cell>
18787 </row>
18788 <row>
18789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18790 \begin_inset Text
18791
18792 \begin_layout Plain Layout
18793
18794 \backslash
18795 mathtt
18796 \series bold
18797
18798 \begin_inset ERT
18799 status collapsed
18800
18801 \begin_layout Plain Layout
18802
18803
18804 \backslash
18805 spce 
18806 \end_layout
18807
18808 \end_inset
18809
18810
18811 \series default
18812 AbC
18813 \end_layout
18814
18815 \end_inset
18816 </cell>
18817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18818 \begin_inset Text
18819
18820 \begin_layout Plain Layout
18821 \begin_inset Formula $\mathtt{AbC}$
18822 \end_inset
18823
18824
18825 \end_layout
18826
18827 \end_inset
18828 </cell>
18829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18830 \begin_inset Text
18831
18832 \begin_layout Plain Layout
18833
18834 \family sans
18835 Ctrl+Mayúsculas+P
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 </row>
18841 </lyxtabular>
18842
18843 \end_inset
18844
18845
18846 \end_layout
18847
18848 \begin_layout Standard
18849 \begin_inset Note Greyedout
18850 status open
18851
18852 \begin_layout Plain Layout
18853
18854 \series bold
18855 Nota
18856 \series default
18857 : Los estilos 
18858 \series bold
18859
18860 \backslash
18861 mathbb
18862 \series default
18863  y 
18864 \series bold
18865
18866 \backslash
18867 mathcal
18868 \series default
18869  sólo se aplican a letras mayúsculas.
18870 \end_layout
18871
18872 \end_inset
18873
18874
18875 \end_layout
18876
18877 \begin_layout Standard
18878 El estilo predeterminado es 
18879 \series bold
18880
18881 \backslash
18882 mathnormal
18883 \series default
18884 .
18885 \end_layout
18886
18887 \begin_layout Standard
18888 Los comandos de estilo funcionan también en estructuras matemáticas:
18889 \begin_inset Formula 
18890 \[
18891 \mathfrak{A=\frac{b}{C}}
18892 \]
18893
18894 \end_inset
18895
18896
18897 \end_layout
18898
18899 \begin_layout Standard
18900 Los caracteres en texto matemático no aparecen en un estilo tipográfico
18901  de ecuaciones sino en el estilo tipográfico de texto 
18902 \series bold
18903
18904 \backslash
18905 textrm
18906 \series default
18907 .
18908  Este estilo no se puede poner correctamente con el diálogo de estilo de
18909  texto por un fallo de LyX.
18910 \begin_inset Foot
18911 status open
18912
18913 \begin_layout Plain Layout
18914 \begin_inset CommandInset href
18915 LatexCommand href
18916 name "LyX-bug #4629"
18917 target "http://www.lyx.org/trac/ticket/4629"
18918
18919 \end_inset
18920
18921
18922 \end_layout
18923
18924 \end_inset
18925
18926
18927 \end_layout
18928
18929 \begin_layout Standard
18930 En vez de comandos se puede usar el menú 
18931 \family sans
18932 Editar\SpecialChar \menuseparator
18933 Ecuación\SpecialChar \menuseparator
18934 Estilo del texto
18935 \family default
18936  o el botón 
18937 \begin_inset Graphics
18938         filename ../../images/math/font.png
18939         scale 85
18940
18941 \end_inset
18942
18943 .
18944 \end_layout
18945
18946 \begin_layout Subsection
18947 Ecuaciones en negrita
18948 \begin_inset CommandInset label
18949 LatexCommand label
18950 name "sub:Ecuaciones-en-negrita"
18951
18952 \end_inset
18953
18954
18955 \begin_inset Index idx
18956 status collapsed
18957
18958 \begin_layout Plain Layout
18959 Ecuación ! en negrita
18960 \end_layout
18961
18962 \end_inset
18963
18964
18965 \end_layout
18966
18967 \begin_layout Standard
18968 Para poner en negrita una ecuación completa no se puede usar el comando
18969  
18970 \series bold
18971
18972 \backslash
18973 mathbf
18974 \series default
18975 , porque no funciona con minúsculas griegas.
18976  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18977 \begin_inset Formula 
18978 \[
18979 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}
18980 \]
18981
18982 \end_inset
18983
18984
18985 \end_layout
18986
18987 \begin_layout Standard
18988 Para presentar la ecuación correctamente se usa el comando 
18989 \series bold
18990 boldsymbol
18991 \series default
18992 :
18993 \begin_inset Formula 
18994 \[
18995 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}
18996 \]
18997
18998 \end_inset
18999
19000
19001 \end_layout
19002
19003 \begin_layout Standard
19004 También es posible poner la fórmula en un 
19005 \series bold
19006 entorno boldmath
19007 \series default
19008 , que se inserta con el comando 
19009 \series bold
19010
19011 \backslash
19012 boldmath
19013 \series default
19014
19015 \begin_inset Index idx
19016 status collapsed
19017
19018 \begin_layout Plain Layout
19019 Comandos ! B ! 
19020 \backslash
19021 boldmath
19022 \end_layout
19023
19024 \end_inset
19025
19026  en modo TeX.
19027  Para finalizar el entorno se usa el comando 
19028 \series bold
19029
19030 \backslash
19031 unboldmath
19032 \series default
19033
19034 \begin_inset Index idx
19035 status collapsed
19036
19037 \begin_layout Plain Layout
19038 Comandos ! U ! 
19039 \backslash
19040 unboldmath
19041 \end_layout
19042
19043 \end_inset
19044
19045  en modo TeX.
19046 \begin_inset ERT
19047 status collapsed
19048
19049 \begin_layout Plain Layout
19050
19051
19052 \backslash
19053 boldmath
19054 \end_layout
19055
19056 \end_inset
19057
19058
19059 \begin_inset Formula 
19060 \[
19061 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}
19062 \]
19063
19064 \end_inset
19065
19066
19067 \end_layout
19068
19069 \begin_layout Standard
19070 \begin_inset ERT
19071 status collapsed
19072
19073 \begin_layout Plain Layout
19074
19075
19076 \backslash
19077 unboldmath
19078 \end_layout
19079
19080 \end_inset
19081
19082
19083 \end_layout
19084
19085 \begin_layout Subsection
19086 Ecuaciones coloreadas
19087 \begin_inset Index idx
19088 status collapsed
19089
19090 \begin_layout Plain Layout
19091 Ecuación ! coloreada
19092 \end_layout
19093
19094 \end_inset
19095
19096
19097 \end_layout
19098
19099 \begin_layout Standard
19100 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
19101  o una parte de una ecuación y usa el diálogo 
19102 \family sans
19103 Estilo del texto
19104 \family default
19105 .
19106  Aquí hay una ecuación en magenta:
19107 \begin_inset Formula 
19108 \[
19109 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19110 \]
19111
19112 \end_inset
19113
19114 También puedes definir tus propios colores como se describe en
19115 \begin_inset space ~
19116 \end_inset
19117
19118
19119 \begin_inset CommandInset ref
19120 LatexCommand ref
19121 reference "sub:Marcos-coloreados"
19122
19123 \end_inset
19124
19125 .
19126  Pueden usarse con el comando en código TeX 
19127 \series bold
19128
19129 \backslash
19130 textcolor
19131 \series default
19132
19133 \begin_inset Index idx
19134 status collapsed
19135
19136 \begin_layout Plain Layout
19137 Comandos ! T ! 
19138 \backslash
19139 textcolor
19140 \end_layout
19141
19142 \end_inset
19143
19144  según el esquema
19145 \end_layout
19146
19147 \begin_layout Standard
19148
19149 \series bold
19150
19151 \backslash
19152 textcolor{color}{caracteres o ecuación}
19153 \end_layout
19154
19155 \begin_layout Standard
19156 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
19157 e en rojo:
19158 \end_layout
19159
19160 \begin_layout Standard
19161 \begin_inset ERT
19162 status collapsed
19163
19164 \begin_layout Plain Layout
19165
19166
19167 \backslash
19168 textcolor{verdeoscuro}{
19169 \end_layout
19170
19171 \end_inset
19172
19173
19174 \begin_inset Formula 
19175 \[
19176 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19177 \]
19178
19179 \end_inset
19180
19181
19182 \begin_inset ERT
19183 status collapsed
19184
19185 \begin_layout Plain Layout
19186
19187 }
19188 \end_layout
19189
19190 \end_inset
19191
19192
19193 \end_layout
19194
19195 \begin_layout Standard
19196 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
19197  a ecuaciones completas.
19198 \begin_inset Foot
19199 status collapsed
19200
19201 \begin_layout Plain Layout
19202 \begin_inset CommandInset href
19203 LatexCommand href
19204 name "LyX-bug #5269"
19205 target "http://www.lyx.org/trac/ticket/5269"
19206
19207 \end_inset
19208
19209
19210 \end_layout
19211
19212 \end_inset
19213
19214
19215 \end_layout
19216
19217 \begin_layout Subsection
19218 Tamaños de tipografías
19219 \begin_inset CommandInset label
19220 LatexCommand label
19221 name "sub:Tamaños-de-tipografías"
19222
19223 \end_inset
19224
19225
19226 \begin_inset Index idx
19227 status open
19228
19229 \begin_layout Plain Layout
19230 Tipografías ! tamaño
19231 \end_layout
19232
19233 \end_inset
19234
19235
19236 \end_layout
19237
19238 \begin_layout Standard
19239 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
19240  siguientes comandos de tamaño:
19241 \end_layout
19242
19243 \begin_layout Standard
19244
19245 \series bold
19246
19247 \backslash
19248 Huge
19249 \series default
19250
19251 \series bold
19252
19253 \backslash
19254 huge
19255 \series default
19256
19257 \series bold
19258
19259 \backslash
19260 LARGE
19261 \series default
19262
19263 \series bold
19264
19265 \backslash
19266 Large
19267 \series default
19268
19269 \series bold
19270
19271 \backslash
19272 large
19273 \series default
19274
19275 \series bold
19276
19277 \backslash
19278 normalsize
19279 \series default
19280
19281 \series bold
19282
19283 \backslash
19284 small
19285 \series default
19286 ,
19287 \begin_inset Newline newline
19288 \end_inset
19289
19290
19291 \series bold
19292
19293 \backslash
19294 footnotesize
19295 \series default
19296
19297 \series bold
19298
19299 \backslash
19300 scriptsize
19301 \series default
19302 , y 
19303 \series bold
19304
19305 \backslash
19306 tiny
19307 \end_layout
19308
19309 \begin_layout Standard
19310 El tamaño dado por los comandos depende del tamaño base de la tipografía
19311  en el documento, dado por el comando 
19312 \series bold
19313
19314 \backslash
19315 normalsize
19316 \series default
19317 .
19318  Los demás comandos producen tamaños menores o mayores que 
19319 \series bold
19320
19321 \backslash
19322 normalsize
19323 \series default
19324 .
19325  No obstante, puede que el tamaño de tipografía no exceda de cierto valor.
19326  Si, por ejemplo, la tipografía del documento es de 12
19327 \begin_inset space \thinspace{}
19328 \end_inset
19329
19330 pt, el comando 
19331 \series bold
19332
19333 \backslash
19334 Huge
19335 \series default
19336  da el mismo tamaño que 
19337 \series bold
19338
19339 \backslash
19340 huge
19341 \series default
19342 .
19343 \end_layout
19344
19345 \begin_layout Standard
19346 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
19347  a todas las ecuaciones y texto siguientes.
19348  Para volver al tamaño anterior hay que insertar el comando 
19349 \series bold
19350
19351 \backslash
19352 normalsize
19353 \series default
19354  en modo TeX detrás de la ecuación.
19355 \end_layout
19356
19357 \begin_layout Standard
19358 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
19359  comandos de tamaño:
19360 \end_layout
19361
19362 \begin_layout Standard
19363 \noindent
19364 \align center
19365 \begin_inset Tabular
19366 <lyxtabular version="3" rows="5" columns="2">
19367 <features tabularvalignment="middle">
19368 <column alignment="center" valignment="top" width="0">
19369 <column alignment="center" valignment="top" width="0">
19370 <row>
19371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19372 \begin_inset Text
19373
19374 \begin_layout Plain Layout
19375 Comando
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19381 \begin_inset Text
19382
19383 \begin_layout Plain Layout
19384 Resultado
19385 \begin_inset Note Note
19386 status collapsed
19387
19388 \begin_layout Plain Layout
19389
19390 \series bold
19391
19392 \backslash
19393 raisebox
19394 \series default
19395  se usa sólo como espaciador
19396 \end_layout
19397
19398 \end_inset
19399
19400
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 </row>
19406 <row>
19407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19408 \begin_inset Text
19409
19410 \begin_layout Plain Layout
19411
19412 \backslash
19413 displaystyle
19414 \begin_inset Index idx
19415 status collapsed
19416
19417 \begin_layout Plain Layout
19418 Comandos ! D ! 
19419 \backslash
19420 displaystyle
19421 \end_layout
19422
19423 \end_inset
19424
19425
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19435 \end_inset
19436
19437
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 </row>
19443 <row>
19444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448
19449 \backslash
19450 textstyle
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19460 \end_inset
19461
19462
19463 \end_layout
19464
19465 \end_inset
19466 </cell>
19467 </row>
19468 <row>
19469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19470 \begin_inset Text
19471
19472 \begin_layout Plain Layout
19473
19474 \backslash
19475 scriptstyle
19476 \end_layout
19477
19478 \end_inset
19479 </cell>
19480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19485 \end_inset
19486
19487
19488 \end_layout
19489
19490 \end_inset
19491 </cell>
19492 </row>
19493 <row>
19494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Plain Layout
19498
19499 \backslash
19500 scriptscriptstyle
19501 \end_layout
19502
19503 \end_inset
19504 </cell>
19505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19510 \end_inset
19511
19512
19513 \end_layout
19514
19515 \end_inset
19516 </cell>
19517 </row>
19518 </lyxtabular>
19519
19520 \end_inset
19521
19522
19523 \end_layout
19524
19525 \begin_layout Standard
19526 Después de introducir estos comandos, aparece un marco azul en el que se
19527  insertan las partes de la fórmula.
19528 \end_layout
19529
19530 \begin_layout Standard
19531 Hay un método más para cambiar el tamaño de tipografía, aunque solo funciona
19532  para símbolos o letras en texto matemático.
19533  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
19534  de texto anteriores.
19535  Todos los caracteres siguientes, hasta el final del texto matemático o
19536  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19537  Dos ejemplos:
19538 \begin_inset VSpace -2mm
19539 \end_inset
19540
19541
19542 \end_layout
19543
19544 \begin_layout Standard
19545 \begin_inset ERT
19546 status collapsed
19547
19548 \begin_layout Plain Layout
19549
19550
19551 \backslash
19552 huge
19553 \end_layout
19554
19555 \end_inset
19556
19557
19558 \begin_inset Formula 
19559 \[
19560 A=\frac{B}{c}\cdot\maltese
19561 \]
19562
19563 \end_inset
19564
19565
19566 \begin_inset Formula 
19567 \[
19568 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19569 \]
19570
19571 \end_inset
19572
19573
19574 \end_layout
19575
19576 \begin_layout Standard
19577 \begin_inset ERT
19578 status collapsed
19579
19580 \begin_layout Plain Layout
19581
19582
19583 \backslash
19584 normalsize
19585 \end_layout
19586
19587 \end_inset
19588
19589
19590 \begin_inset VSpace medskip
19591 \end_inset
19592
19593
19594 \end_layout
19595
19596 \begin_layout Standard
19597 Antes de las ecuaciones se ha insertado el comando 
19598 \series bold
19599
19600 \backslash
19601 huge
19602 \series default
19603 .
19604  Para la segunda ecuación el comando es:
19605 \begin_inset Newline newline
19606 \end_inset
19607
19608
19609 \series bold
19610
19611 \backslash
19612 maltese
19613 \begin_inset ERT
19614 status collapsed
19615
19616 \begin_layout Plain Layout
19617
19618
19619 \backslash
19620 spce 
19621 \end_layout
19622
19623 \end_inset
19624
19625 A Alt+M M 
19626 \backslash
19627 Large
19628 \begin_inset ERT
19629 status collapsed
19630
19631 \begin_layout Plain Layout
19632
19633
19634 \backslash
19635 spce 
19636 \end_layout
19637
19638 \end_inset
19639
19640
19641 \backslash
19642 maltese
19643 \begin_inset ERT
19644 status collapsed
19645
19646 \begin_layout Plain Layout
19647
19648
19649 \backslash
19650 spce 
19651 \end_layout
19652
19653 \end_inset
19654
19655
19656 \backslash
19657 textit
19658 \begin_inset ERT
19659 status collapsed
19660
19661 \begin_layout Plain Layout
19662
19663
19664 \backslash
19665 spce 
19666 \end_layout
19667
19668 \end_inset
19669
19670 A
19671 \begin_inset Formula $\to$
19672 \end_inset
19673
19674
19675 \begin_inset Formula $\to$
19676 \end_inset
19677
19678
19679 \begin_inset Newline newline
19680 \end_inset
19681
19682
19683 \begin_inset space \hspace*{}
19684 \length 1cm
19685 \end_inset
19686
19687 Alt+M M 
19688 \backslash
19689 tiny
19690 \begin_inset ERT
19691 status collapsed
19692
19693 \begin_layout Plain Layout
19694
19695
19696 \backslash
19697 spce 
19698 \end_layout
19699
19700 \end_inset
19701
19702
19703 \backslash
19704 maltese
19705 \begin_inset ERT
19706 status collapsed
19707
19708 \begin_layout Plain Layout
19709
19710
19711 \backslash
19712 spce 
19713 \end_layout
19714
19715 \end_inset
19716
19717
19718 \backslash
19719 textit
19720 \begin_inset ERT
19721 status collapsed
19722
19723 \begin_layout Plain Layout
19724
19725
19726 \backslash
19727 spce 
19728 \end_layout
19729
19730 \end_inset
19731
19732 A
19733 \end_layout
19734
19735 \begin_layout Standard
19736 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19737  el tamaño por omisión.
19738 \end_layout
19739
19740 \begin_layout Section
19741 Letras griegas
19742 \begin_inset Index idx
19743 status collapsed
19744
19745 \begin_layout Plain Layout
19746 Letras griegas
19747 \end_layout
19748
19749 \end_inset
19750
19751
19752 \end_layout
19753
19754 \begin_layout Standard
19755 Las letras griegas se pueden insertar además mediante el botón 
19756 \begin_inset Graphics
19757         filename ../../images/math/alpha.png
19758         scale 85
19759
19760 \end_inset
19761
19762  de la barra de ecuaciones.
19763  Las normas internacionales de tipografía proponen que las letras griegas
19764  en ecuaciones deben escribirse en cursiva/inclinada.
19765  No obstante, en algunos idiomas, como francés o ruso, a veces se escriben
19766  en redonda.
19767  Para las normas en español, véase
19768 \begin_inset space ~
19769 \end_inset
19770
19771
19772 \begin_inset CommandInset citation
19773 LatexCommand cite
19774 key "Bezos"
19775
19776 \end_inset
19777
19778 .
19779 \end_layout
19780
19781 \begin_layout Subsection
19782 Minúsculas
19783 \begin_inset Index idx
19784 status collapsed
19785
19786 \begin_layout Plain Layout
19787 Letras griegas ! minúsculas
19788 \end_layout
19789
19790 \end_inset
19791
19792
19793 \end_layout
19794
19795 \begin_layout Standard
19796 \begin_inset space \hfill{}
19797 \end_inset
19798
19799
19800 \begin_inset Tabular
19801 <lyxtabular version="3" rows="11" columns="2">
19802 <features tabularvalignment="middle">
19803 <column alignment="center" valignment="top" width="0pt">
19804 <column alignment="center" valignment="top" width="0pt">
19805 <row>
19806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810 Comando
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19816 \begin_inset Text
19817
19818 \begin_layout Plain Layout
19819 Símbolo
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 </row>
19825 <row>
19826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19827 \begin_inset Text
19828
19829 \begin_layout Plain Layout
19830
19831 \backslash
19832 alpha
19833 \end_layout
19834
19835 \end_inset
19836 </cell>
19837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841 \begin_inset Formula $\alpha$
19842 \end_inset
19843
19844
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 </row>
19850 <row>
19851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19852 \begin_inset Text
19853
19854 \begin_layout Plain Layout
19855
19856 \backslash
19857 beta
19858 \end_layout
19859
19860 \end_inset
19861 </cell>
19862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866 \begin_inset Formula $\beta$
19867 \end_inset
19868
19869
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 </row>
19875 <row>
19876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880
19881 \backslash
19882 gamma
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891 \begin_inset Formula $\gamma$
19892 \end_inset
19893
19894
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 </row>
19900 <row>
19901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905
19906 \backslash
19907 delta
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916 \begin_inset Formula $\delta$
19917 \end_inset
19918
19919
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 </row>
19925 <row>
19926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930
19931 \backslash
19932 epsilon
19933 \end_layout
19934
19935 \end_inset
19936 </cell>
19937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19938 \begin_inset Text
19939
19940 \begin_layout Plain Layout
19941 \begin_inset Formula $\epsilon$
19942 \end_inset
19943
19944
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 </row>
19950 <row>
19951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955
19956 \backslash
19957 varepsilon
19958 \end_layout
19959
19960 \end_inset
19961 </cell>
19962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966 \begin_inset Formula $\varepsilon$
19967 \end_inset
19968
19969
19970 \end_layout
19971
19972 \end_inset
19973 </cell>
19974 </row>
19975 <row>
19976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19977 \begin_inset Text
19978
19979 \begin_layout Plain Layout
19980
19981 \backslash
19982 zeta
19983 \end_layout
19984
19985 \end_inset
19986 </cell>
19987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991 \begin_inset Formula $\zeta$
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \end_inset
19998 </cell>
19999 </row>
20000 <row>
20001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20002 \begin_inset Text
20003
20004 \begin_layout Plain Layout
20005
20006 \backslash
20007 eta
20008 \end_layout
20009
20010 \end_inset
20011 </cell>
20012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016 \begin_inset Formula $\eta$
20017 \end_inset
20018
20019
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 </row>
20025 <row>
20026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030
20031 \backslash
20032 theta
20033 \end_layout
20034
20035 \end_inset
20036 </cell>
20037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041 \begin_inset Formula $\theta$
20042 \end_inset
20043
20044
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 </row>
20050 <row>
20051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055
20056 \backslash
20057 vartheta
20058 \end_layout
20059
20060 \end_inset
20061 </cell>
20062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066 \begin_inset Formula $\vartheta$
20067 \end_inset
20068
20069
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 </row>
20075 </lyxtabular>
20076
20077 \end_inset
20078
20079
20080 \begin_inset space \hfill{}
20081 \end_inset
20082
20083
20084 \begin_inset Tabular
20085 <lyxtabular version="3" rows="12" columns="2">
20086 <features tabularvalignment="middle">
20087 <column alignment="center" valignment="top" width="0pt">
20088 <column alignment="center" valignment="top" width="0pt">
20089 <row>
20090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094 Comando
20095 \end_layout
20096
20097 \end_inset
20098 </cell>
20099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103 Símbolo
20104 \end_layout
20105
20106 \end_inset
20107 </cell>
20108 </row>
20109 <row>
20110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20111 \begin_inset Text
20112
20113 \begin_layout Plain Layout
20114
20115 \backslash
20116 iota
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20122 \begin_inset Text
20123
20124 \begin_layout Plain Layout
20125 \begin_inset Formula $\iota$
20126 \end_inset
20127
20128
20129 \end_layout
20130
20131 \end_inset
20132 </cell>
20133 </row>
20134 <row>
20135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20136 \begin_inset Text
20137
20138 \begin_layout Plain Layout
20139
20140 \backslash
20141 kappa
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Plain Layout
20150 \begin_inset Formula $\kappa$
20151 \end_inset
20152
20153
20154 \end_layout
20155
20156 \end_inset
20157 </cell>
20158 </row>
20159 <row>
20160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Plain Layout
20164
20165 \backslash
20166 varkappa
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20172 \begin_inset Text
20173
20174 \begin_layout Plain Layout
20175 \begin_inset Formula $\varkappa$
20176 \end_inset
20177
20178
20179 \end_layout
20180
20181 \end_inset
20182 </cell>
20183 </row>
20184 <row>
20185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20186 \begin_inset Text
20187
20188 \begin_layout Plain Layout
20189
20190 \backslash
20191 lambda
20192 \end_layout
20193
20194 \end_inset
20195 </cell>
20196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20197 \begin_inset Text
20198
20199 \begin_layout Plain Layout
20200 \begin_inset Formula $\lambda$
20201 \end_inset
20202
20203
20204 \end_layout
20205
20206 \end_inset
20207 </cell>
20208 </row>
20209 <row>
20210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20211 \begin_inset Text
20212
20213 \begin_layout Plain Layout
20214
20215 \backslash
20216 mu
20217 \end_layout
20218
20219 \end_inset
20220 </cell>
20221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20222 \begin_inset Text
20223
20224 \begin_layout Plain Layout
20225 \begin_inset Formula $\mu$
20226 \end_inset
20227
20228
20229 \end_layout
20230
20231 \end_inset
20232 </cell>
20233 </row>
20234 <row>
20235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20236 \begin_inset Text
20237
20238 \begin_layout Plain Layout
20239
20240 \backslash
20241 nu
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20247 \begin_inset Text
20248
20249 \begin_layout Plain Layout
20250 \begin_inset Formula $\nu$
20251 \end_inset
20252
20253
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 </row>
20259 <row>
20260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264
20265 \backslash
20266 xi
20267 \end_layout
20268
20269 \end_inset
20270 </cell>
20271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275 \begin_inset Formula $\xi$
20276 \end_inset
20277
20278
20279 \end_layout
20280
20281 \end_inset
20282 </cell>
20283 </row>
20284 <row>
20285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20286 \begin_inset Text
20287
20288 \begin_layout Plain Layout
20289 o
20290 \end_layout
20291
20292 \end_inset
20293 </cell>
20294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20295 \begin_inset Text
20296
20297 \begin_layout Plain Layout
20298 \begin_inset Formula $o$
20299 \end_inset
20300
20301
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 </row>
20307 <row>
20308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312
20313 \backslash
20314 pi
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323 \begin_inset Formula $\pi$
20324 \end_inset
20325
20326
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 </row>
20332 <row>
20333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337
20338 \backslash
20339 varpi
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348 \begin_inset Formula $\varpi$
20349 \end_inset
20350
20351
20352 \end_layout
20353
20354 \end_inset
20355 </cell>
20356 </row>
20357 <row>
20358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362
20363 \backslash
20364 rho
20365 \end_layout
20366
20367 \end_inset
20368 </cell>
20369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373 \begin_inset Formula $\rho$
20374 \end_inset
20375
20376
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 </row>
20382 </lyxtabular>
20383
20384 \end_inset
20385
20386
20387 \begin_inset space \hfill{}
20388 \end_inset
20389
20390
20391 \begin_inset Tabular
20392 <lyxtabular version="3" rows="11" columns="2">
20393 <features tabularvalignment="middle">
20394 <column alignment="center" valignment="top" width="0pt">
20395 <column alignment="center" valignment="top" width="0pt">
20396 <row>
20397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20398 \begin_inset Text
20399
20400 \begin_layout Plain Layout
20401 Comando
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410 Símbolo
20411 \end_layout
20412
20413 \end_inset
20414 </cell>
20415 </row>
20416 <row>
20417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20418 \begin_inset Text
20419
20420 \begin_layout Plain Layout
20421
20422 \backslash
20423 varrho
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20429 \begin_inset Text
20430
20431 \begin_layout Plain Layout
20432 \begin_inset Formula $\varrho$
20433 \end_inset
20434
20435
20436 \end_layout
20437
20438 \end_inset
20439 </cell>
20440 </row>
20441 <row>
20442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20443 \begin_inset Text
20444
20445 \begin_layout Plain Layout
20446
20447 \backslash
20448 sigma
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457 \begin_inset Formula $\sigma$
20458 \end_inset
20459
20460
20461 \end_layout
20462
20463 \end_inset
20464 </cell>
20465 </row>
20466 <row>
20467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20468 \begin_inset Text
20469
20470 \begin_layout Plain Layout
20471
20472 \backslash
20473 varsigma
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482 \begin_inset Formula $\varsigma$
20483 \end_inset
20484
20485
20486 \end_layout
20487
20488 \end_inset
20489 </cell>
20490 </row>
20491 <row>
20492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496
20497 \backslash
20498 tau
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20504 \begin_inset Text
20505
20506 \begin_layout Plain Layout
20507 \begin_inset Formula $\tau$
20508 \end_inset
20509
20510
20511 \end_layout
20512
20513 \end_inset
20514 </cell>
20515 </row>
20516 <row>
20517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521
20522 \backslash
20523 upsilon
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20529 \begin_inset Text
20530
20531 \begin_layout Plain Layout
20532 \begin_inset Formula $\upsilon$
20533 \end_inset
20534
20535
20536 \end_layout
20537
20538 \end_inset
20539 </cell>
20540 </row>
20541 <row>
20542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546
20547 \backslash
20548 phi
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20554 \begin_inset Text
20555
20556 \begin_layout Plain Layout
20557 \begin_inset Formula $\phi$
20558 \end_inset
20559
20560
20561 \end_layout
20562
20563 \end_inset
20564 </cell>
20565 </row>
20566 <row>
20567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20568 \begin_inset Text
20569
20570 \begin_layout Plain Layout
20571
20572 \backslash
20573 varphi
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582 \begin_inset Formula $\varphi$
20583 \end_inset
20584
20585
20586 \end_layout
20587
20588 \end_inset
20589 </cell>
20590 </row>
20591 <row>
20592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20593 \begin_inset Text
20594
20595 \begin_layout Plain Layout
20596
20597 \backslash
20598 chi
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20604 \begin_inset Text
20605
20606 \begin_layout Plain Layout
20607 \begin_inset Formula $\chi$
20608 \end_inset
20609
20610
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 </row>
20616 <row>
20617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20618 \begin_inset Text
20619
20620 \begin_layout Plain Layout
20621
20622 \backslash
20623 psi
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20629 \begin_inset Text
20630
20631 \begin_layout Plain Layout
20632 \begin_inset Formula $\psi$
20633 \end_inset
20634
20635
20636 \end_layout
20637
20638 \end_inset
20639 </cell>
20640 </row>
20641 <row>
20642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646
20647 \backslash
20648 omega
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657 \begin_inset Formula $\omega$
20658 \end_inset
20659
20660
20661 \end_layout
20662
20663 \end_inset
20664 </cell>
20665 </row>
20666 </lyxtabular>
20667
20668 \end_inset
20669
20670
20671 \begin_inset space \hfill{}
20672 \end_inset
20673
20674
20675 \end_layout
20676
20677 \begin_layout Standard
20678 \begin_inset VSpace medskip
20679 \end_inset
20680
20681
20682 \end_layout
20683
20684 \begin_layout Standard
20685 Cómo escribir letras griegas especiales en redonda se explica en 
20686 \begin_inset CommandInset ref
20687 LatexCommand ref
20688 reference "sub:Griegas-en-redonda"
20689
20690 \end_inset
20691
20692 .
20693 \end_layout
20694
20695 \begin_layout Subsection
20696 Mayúsculas
20697 \begin_inset Index idx
20698 status collapsed
20699
20700 \begin_layout Plain Layout
20701 Letras griegas ! mayúsculas
20702 \end_layout
20703
20704 \end_inset
20705
20706
20707 \end_layout
20708
20709 \begin_layout Standard
20710 \begin_inset space \hfill{}
20711 \end_inset
20712
20713
20714 \begin_inset Tabular
20715 <lyxtabular version="3" rows="7" columns="2">
20716 <features tabularvalignment="middle">
20717 <column alignment="center" valignment="top" width="0pt">
20718 <column alignment="center" valignment="top" width="0pt">
20719 <row>
20720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20721 \begin_inset Text
20722
20723 \begin_layout Plain Layout
20724 Comando
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20730 \begin_inset Text
20731
20732 \begin_layout Plain Layout
20733 Símbolo
20734 \end_layout
20735
20736 \end_inset
20737 </cell>
20738 </row>
20739 <row>
20740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744
20745 \backslash
20746 Gamma
20747 \end_layout
20748
20749 \end_inset
20750 </cell>
20751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20752 \begin_inset Text
20753
20754 \begin_layout Plain Layout
20755 \begin_inset Formula $\Gamma$
20756 \end_inset
20757
20758
20759 \end_layout
20760
20761 \end_inset
20762 </cell>
20763 </row>
20764 <row>
20765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20766 \begin_inset Text
20767
20768 \begin_layout Plain Layout
20769
20770 \backslash
20771 Delta
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780 \begin_inset Formula $\Delta$
20781 \end_inset
20782
20783
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 </row>
20789 <row>
20790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Plain Layout
20794
20795 \backslash
20796 Theta
20797 \end_layout
20798
20799 \end_inset
20800 </cell>
20801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20802 \begin_inset Text
20803
20804 \begin_layout Plain Layout
20805 \begin_inset Formula $\Theta$
20806 \end_inset
20807
20808
20809 \end_layout
20810
20811 \end_inset
20812 </cell>
20813 </row>
20814 <row>
20815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20816 \begin_inset Text
20817
20818 \begin_layout Plain Layout
20819
20820 \backslash
20821 Lambda
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20827 \begin_inset Text
20828
20829 \begin_layout Plain Layout
20830 \begin_inset Formula $\Lambda$
20831 \end_inset
20832
20833
20834 \end_layout
20835
20836 \end_inset
20837 </cell>
20838 </row>
20839 <row>
20840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20841 \begin_inset Text
20842
20843 \begin_layout Plain Layout
20844
20845 \backslash
20846 Xi
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20852 \begin_inset Text
20853
20854 \begin_layout Plain Layout
20855 \begin_inset Formula $\Xi$
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 </row>
20864 <row>
20865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20866 \begin_inset Text
20867
20868 \begin_layout Plain Layout
20869
20870 \backslash
20871 Pi
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Plain Layout
20880 \begin_inset Formula $\Pi$
20881 \end_inset
20882
20883
20884 \end_layout
20885
20886 \end_inset
20887 </cell>
20888 </row>
20889 </lyxtabular>
20890
20891 \end_inset
20892
20893
20894 \begin_inset space \hfill{}
20895 \end_inset
20896
20897
20898 \begin_inset Tabular
20899 <lyxtabular version="3" rows="6" columns="2">
20900 <features tabularvalignment="middle">
20901 <column alignment="center" valignment="top" width="0pt">
20902 <column alignment="center" valignment="top" width="0pt">
20903 <row>
20904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20905 \begin_inset Text
20906
20907 \begin_layout Plain Layout
20908 Comando
20909 \end_layout
20910
20911 \end_inset
20912 </cell>
20913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20914 \begin_inset Text
20915
20916 \begin_layout Plain Layout
20917 Símbolo
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 </row>
20923 <row>
20924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20925 \begin_inset Text
20926
20927 \begin_layout Plain Layout
20928
20929 \backslash
20930 Sigma
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20936 \begin_inset Text
20937
20938 \begin_layout Plain Layout
20939 \begin_inset Formula $\Sigma$
20940 \end_inset
20941
20942
20943 \end_layout
20944
20945 \end_inset
20946 </cell>
20947 </row>
20948 <row>
20949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20950 \begin_inset Text
20951
20952 \begin_layout Plain Layout
20953
20954 \backslash
20955 Upsilon
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20961 \begin_inset Text
20962
20963 \begin_layout Plain Layout
20964 \begin_inset Formula $\Upsilon$
20965 \end_inset
20966
20967
20968 \end_layout
20969
20970 \end_inset
20971 </cell>
20972 </row>
20973 <row>
20974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20975 \begin_inset Text
20976
20977 \begin_layout Plain Layout
20978
20979 \backslash
20980 Phi
20981 \end_layout
20982
20983 \end_inset
20984 </cell>
20985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20986 \begin_inset Text
20987
20988 \begin_layout Plain Layout
20989 \begin_inset Formula $\Phi$
20990 \end_inset
20991
20992
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 </row>
20998 <row>
20999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21000 \begin_inset Text
21001
21002 \begin_layout Plain Layout
21003
21004 \backslash
21005 Psi
21006 \end_layout
21007
21008 \end_inset
21009 </cell>
21010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21011 \begin_inset Text
21012
21013 \begin_layout Plain Layout
21014 \begin_inset Formula $\Psi$
21015 \end_inset
21016
21017
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 </row>
21023 <row>
21024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21025 \begin_inset Text
21026
21027 \begin_layout Plain Layout
21028
21029 \backslash
21030 Omega
21031 \end_layout
21032
21033 \end_inset
21034 </cell>
21035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21036 \begin_inset Text
21037
21038 \begin_layout Plain Layout
21039 \begin_inset Formula $\Omega$
21040 \end_inset
21041
21042
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 </row>
21048 </lyxtabular>
21049
21050 \end_inset
21051
21052
21053 \begin_inset space \hfill{}
21054 \end_inset
21055
21056
21057 \end_layout
21058
21059 \begin_layout Standard
21060 \begin_inset VSpace medskip
21061 \end_inset
21062
21063
21064 \end_layout
21065
21066 \begin_layout Standard
21067 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
21068  cuando se desarrolló TeX.
21069  Para obtener mayúsculas en cursiva, inicia cada comando con 
21070 \series bold
21071 var
21072 \series default
21073 .
21074  Por ejemplo, el comando 
21075 \series bold
21076
21077 \backslash
21078 varGamma
21079 \series default
21080  genera 
21081 \begin_inset Formula $\varGamma$
21082 \end_inset
21083
21084 .
21085  Otra forma es cargar el paquete 
21086 \series bold
21087 fixmath
21088 \series default
21089
21090 \begin_inset Foot
21091 status collapsed
21092
21093 \begin_layout Plain Layout
21094
21095 \series bold
21096 fixmath
21097 \series default
21098  forma parte del paquete LaTeX 
21099 \series bold
21100 was
21101 \series default
21102
21103 \begin_inset Index idx
21104 status collapsed
21105
21106 \begin_layout Plain Layout
21107 Paquetes ! was
21108 \begin_inset ERT
21109 status collapsed
21110
21111 \begin_layout Plain Layout
21112
21113
21114 \backslash
21115 vspace{4mm}
21116 \end_layout
21117
21118 \end_inset
21119
21120
21121 \end_layout
21122
21123 \end_inset
21124
21125 .
21126 \end_layout
21127
21128 \end_inset
21129
21130
21131 \begin_inset Index idx
21132 status collapsed
21133
21134 \begin_layout Plain Layout
21135 Paquetes ! fixmath
21136 \end_layout
21137
21138 \end_inset
21139
21140  con la línea siguiente en el preámbulo LaTeX
21141 \end_layout
21142
21143 \begin_layout Standard
21144
21145 \series bold
21146
21147 \backslash
21148 usepackage{fixmath}
21149 \end_layout
21150
21151 \begin_layout Standard
21152 Entonces, todas las mayúsculas griegas en el documento se imprimirán automáticam
21153 ente en cursiva.
21154 \end_layout
21155
21156 \begin_layout Subsection
21157 Letras en negrita
21158 \begin_inset Index idx
21159 status collapsed
21160
21161 \begin_layout Plain Layout
21162 Letras griegas ! en negrita
21163 \end_layout
21164
21165 \end_inset
21166
21167
21168 \end_layout
21169
21170 \begin_layout Standard
21171 Las letras griegas no admiten diferentes estilos de letra como las latinas.
21172  Sólo se pueden poner en negrita con el comando 
21173 \series bold
21174
21175 \backslash
21176 boldsymbol
21177 \series default
21178
21179 \begin_inset Index idx
21180 status collapsed
21181
21182 \begin_layout Plain Layout
21183 Comandos ! B ! 
21184 \backslash
21185 boldsymbol
21186 \end_layout
21187
21188 \end_inset
21189
21190 .
21191 \end_layout
21192
21193 \begin_layout Standard
21194 \align center
21195 \begin_inset Tabular
21196 <lyxtabular version="3" rows="3" columns="2">
21197 <features tabularvalignment="middle">
21198 <column alignment="center" valignment="top" width="0">
21199 <column alignment="center" valignment="top" width="0">
21200 <row>
21201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21202 \begin_inset Text
21203
21204 \begin_layout Plain Layout
21205 Comando
21206 \end_layout
21207
21208 \end_inset
21209 </cell>
21210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21211 \begin_inset Text
21212
21213 \begin_layout Plain Layout
21214 Símbolo
21215 \end_layout
21216
21217 \end_inset
21218 </cell>
21219 </row>
21220 <row>
21221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21222 \begin_inset Text
21223
21224 \begin_layout Plain Layout
21225
21226 \backslash
21227 Upsilon
21228 \backslash
21229 boldsymbol
21230 \backslash
21231 Upsilon
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \end_inset
21247 </cell>
21248 </row>
21249 <row>
21250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254
21255 \backslash
21256 theta
21257 \backslash
21258 boldsymbol
21259 \backslash
21260 theta
21261 \end_layout
21262
21263 \end_inset
21264 </cell>
21265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21266 \begin_inset Text
21267
21268 \begin_layout Plain Layout
21269 \begin_inset Formula $\theta\boldsymbol{\theta}$
21270 \end_inset
21271
21272
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 </row>
21278 </lyxtabular>
21279
21280 \end_inset
21281
21282
21283 \end_layout
21284
21285 \begin_layout Standard
21286 \noindent
21287 \align center
21288 \begin_inset Newpage newpage
21289 \end_inset
21290
21291
21292 \end_layout
21293
21294 \begin_layout Section
21295 Símbolos
21296 \begin_inset ERT
21297 status collapsed
21298
21299 \begin_layout Plain Layout
21300
21301
21302 \backslash
21303 texorpdfstring{
21304 \end_layout
21305
21306 \end_inset
21307
21308
21309 \begin_inset Foot
21310 status collapsed
21311
21312 \begin_layout Plain Layout
21313 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
21314  LaTeX en 
21315 \begin_inset CommandInset citation
21316 LatexCommand cite
21317 key "Symbols"
21318
21319 \end_inset
21320
21321 .
21322 \end_layout
21323
21324 \end_inset
21325
21326
21327 \begin_inset ERT
21328 status collapsed
21329
21330 \begin_layout Plain Layout
21331
21332 }{}
21333 \end_layout
21334
21335 \end_inset
21336
21337
21338 \begin_inset Note Note
21339 status collapsed
21340
21341 \begin_layout Plain Layout
21342
21343 \backslash
21344 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
21345  PDF.
21346 \end_layout
21347
21348 \begin_layout Plain Layout
21349 Más sobre 
21350 \backslash
21351 texorpdfstring en la sección 
21352 \begin_inset CommandInset ref
21353 LatexCommand ref
21354 reference "sub:Ecuaciones-en-encabezados"
21355
21356 \end_inset
21357
21358 .
21359 \end_layout
21360
21361 \end_inset
21362
21363
21364 \begin_inset Index idx
21365 status collapsed
21366
21367 \begin_layout Plain Layout
21368 Símbolos
21369 \end_layout
21370
21371 \end_inset
21372
21373
21374 \end_layout
21375
21376 \begin_layout Standard
21377 Muchos de los símbolos listados en esta sección se pueden insertar además
21378  mediante los botones 
21379 \begin_inset Graphics
21380         filename ../../images/math/nabla.png
21381         scale 85
21382
21383 \end_inset
21384
21385  y 
21386 \begin_inset Graphics
21387         filename ../../images/math/digamma.png
21388         scale 85
21389
21390 \end_inset
21391
21392  de la barra de ecuaciones.
21393 \end_layout
21394
21395 \begin_layout Subsection
21396 Símbolos matemáticos
21397 \begin_inset CommandInset label
21398 LatexCommand label
21399 name "sub:Símbolos-matemáticos"
21400
21401 \end_inset
21402
21403
21404 \begin_inset Index idx
21405 status collapsed
21406
21407 \begin_layout Plain Layout
21408 Símbolos ! matemáticos
21409 \end_layout
21410
21411 \end_inset
21412
21413
21414 \end_layout
21415
21416 \begin_layout Standard
21417 \begin_inset space \hfill{}
21418 \end_inset
21419
21420
21421 \begin_inset Tabular
21422 <lyxtabular version="3" rows="10" columns="2">
21423 <features tabularvalignment="middle">
21424 <column alignment="center" valignment="top" width="0pt">
21425 <column alignment="center" valignment="top" width="0pt">
21426 <row>
21427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21428 \begin_inset Text
21429
21430 \begin_layout Plain Layout
21431 Comando
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21437 \begin_inset Text
21438
21439 \begin_layout Plain Layout
21440 Símbolo
21441 \end_layout
21442
21443 \end_inset
21444 </cell>
21445 </row>
21446 <row>
21447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21448 \begin_inset Text
21449
21450 \begin_layout Plain Layout
21451
21452 \backslash
21453 neg
21454 \end_layout
21455
21456 \end_inset
21457 </cell>
21458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21459 \begin_inset Text
21460
21461 \begin_layout Plain Layout
21462 \begin_inset Formula $\neg$
21463 \end_inset
21464
21465
21466 \end_layout
21467
21468 \end_inset
21469 </cell>
21470 </row>
21471 <row>
21472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21473 \begin_inset Text
21474
21475 \begin_layout Plain Layout
21476
21477 \backslash
21478 Im
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21484 \begin_inset Text
21485
21486 \begin_layout Plain Layout
21487 \begin_inset Formula $\Im$
21488 \end_inset
21489
21490
21491 \end_layout
21492
21493 \end_inset
21494 </cell>
21495 </row>
21496 <row>
21497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501
21502 \backslash
21503 Re
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512 \begin_inset Formula $\Re$
21513 \end_inset
21514
21515
21516 \end_layout
21517
21518 \end_inset
21519 </cell>
21520 </row>
21521 <row>
21522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526
21527 \backslash
21528 aleph
21529 \end_layout
21530
21531 \end_inset
21532 </cell>
21533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21534 \begin_inset Text
21535
21536 \begin_layout Plain Layout
21537 \begin_inset Formula $\aleph$
21538 \end_inset
21539
21540
21541 \end_layout
21542
21543 \end_inset
21544 </cell>
21545 </row>
21546 <row>
21547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551
21552 \backslash
21553 partial
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21559 \begin_inset Text
21560
21561 \begin_layout Plain Layout
21562 \begin_inset Formula $\partial$
21563 \end_inset
21564
21565
21566 \end_layout
21567
21568 \end_inset
21569 </cell>
21570 </row>
21571 <row>
21572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21573 \begin_inset Text
21574
21575 \begin_layout Plain Layout
21576
21577 \backslash
21578 infty
21579 \end_layout
21580
21581 \end_inset
21582 </cell>
21583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21584 \begin_inset Text
21585
21586 \begin_layout Plain Layout
21587 \begin_inset Formula $\infty$
21588 \end_inset
21589
21590
21591 \end_layout
21592
21593 \end_inset
21594 </cell>
21595 </row>
21596 <row>
21597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601
21602 \backslash
21603 wp
21604 \end_layout
21605
21606 \end_inset
21607 </cell>
21608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612 \begin_inset Formula $\wp$
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 \backslash
21628 imath
21629 \end_layout
21630
21631 \end_inset
21632 </cell>
21633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637 \begin_inset Formula $\imath$
21638 \end_inset
21639
21640
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 </row>
21646 <row>
21647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21648 \begin_inset Text
21649
21650 \begin_layout Plain Layout
21651
21652 \backslash
21653 jmath
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662 \begin_inset Formula $\jmath$
21663 \end_inset
21664
21665
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 </row>
21671 </lyxtabular>
21672
21673 \end_inset
21674
21675
21676 \begin_inset space \hfill{}
21677 \end_inset
21678
21679
21680 \begin_inset Tabular
21681 <lyxtabular version="3" rows="10" columns="2">
21682 <features tabularvalignment="middle">
21683 <column alignment="center" valignment="top" width="0pt">
21684 <column alignment="center" valignment="top" width="0pt">
21685 <row>
21686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690 Comando
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21696 \begin_inset Text
21697
21698 \begin_layout Plain Layout
21699 Símbolo
21700 \begin_inset Note Note
21701 status collapsed
21702
21703 \begin_layout Plain Layout
21704
21705 \series bold
21706
21707 \backslash
21708 raisebox
21709 \series default
21710  se usa sólo como espaciador
21711 \end_layout
21712
21713 \end_inset
21714
21715
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 </row>
21721 <row>
21722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726
21727 \backslash
21728 forall
21729 \end_layout
21730
21731 \end_inset
21732 </cell>
21733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737 \begin_inset Formula $\forall$
21738 \end_inset
21739
21740
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 </row>
21746 <row>
21747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751
21752 \backslash
21753 exists
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762 \begin_inset Formula $\exists$
21763 \end_inset
21764
21765
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 </row>
21771 <row>
21772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776
21777 \backslash
21778 nexists
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout Plain Layout
21787 \begin_inset Formula $\nexists$
21788 \end_inset
21789
21790
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 </row>
21796 <row>
21797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801
21802 \backslash
21803 emptyset
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812 \begin_inset Formula $\emptyset$
21813 \end_inset
21814
21815
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 </row>
21821 <row>
21822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826
21827 \backslash
21828 varnothing
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837 \begin_inset Formula $\varnothing$
21838 \end_inset
21839
21840
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 </row>
21846 <row>
21847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851
21852 \backslash
21853 dag
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862 \begin_inset Formula $\dag$
21863 \end_inset
21864
21865
21866 \end_layout
21867
21868 \end_inset
21869 </cell>
21870 </row>
21871 <row>
21872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876
21877 \backslash
21878 ddag
21879 \end_layout
21880
21881 \end_inset
21882 </cell>
21883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21884 \begin_inset Text
21885
21886 \begin_layout Plain Layout
21887 \begin_inset Formula $\ddag$
21888 \end_inset
21889
21890
21891 \end_layout
21892
21893 \end_inset
21894 </cell>
21895 </row>
21896 <row>
21897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901
21902 \backslash
21903 complement
21904 \end_layout
21905
21906 \end_inset
21907 </cell>
21908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21909 \begin_inset Text
21910
21911 \begin_layout Plain Layout
21912 \begin_inset ERT
21913 status collapsed
21914
21915 \begin_layout Plain Layout
21916
21917
21918 \backslash
21919 raisebox{-0.8mm}{
21920 \end_layout
21921
21922 \end_inset
21923
21924
21925 \begin_inset Formula $\complement$
21926 \end_inset
21927
21928
21929 \begin_inset ERT
21930 status collapsed
21931
21932 \begin_layout Plain Layout
21933
21934 }
21935 \end_layout
21936
21937 \end_inset
21938
21939
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 </row>
21945 <row>
21946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950
21951 \backslash
21952 Bbbk
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 \begin_inset Formula $\Bbbk$
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \end_inset
21968 </cell>
21969 </row>
21970 </lyxtabular>
21971
21972 \end_inset
21973
21974
21975 \begin_inset space \hfill{}
21976 \end_inset
21977
21978
21979 \begin_inset Tabular
21980 <lyxtabular version="3" rows="10" columns="2">
21981 <features tabularvalignment="middle">
21982 <column alignment="center" valignment="top" width="0pt">
21983 <column alignment="center" valignment="top" width="0pt">
21984 <row>
21985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989 Comando
21990 \end_layout
21991
21992 \end_inset
21993 </cell>
21994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21995 \begin_inset Text
21996
21997 \begin_layout Plain Layout
21998 Símbolo
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 </row>
22004 <row>
22005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22006 \begin_inset Text
22007
22008 \begin_layout Plain Layout
22009
22010 \backslash
22011 prime
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020 \begin_inset Formula $\prime$
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 </row>
22029 <row>
22030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22031 \begin_inset Text
22032
22033 \begin_layout Plain Layout
22034
22035 \backslash
22036 backprime
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045 \begin_inset Formula $\backprime$
22046 \end_inset
22047
22048
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 </row>
22054 <row>
22055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22056 \begin_inset Text
22057
22058 \begin_layout Plain Layout
22059
22060 \backslash
22061 mho
22062 \end_layout
22063
22064 \end_inset
22065 </cell>
22066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22067 \begin_inset Text
22068
22069 \begin_layout Plain Layout
22070 \begin_inset Formula $\mho$
22071 \end_inset
22072
22073
22074 \end_layout
22075
22076 \end_inset
22077 </cell>
22078 </row>
22079 <row>
22080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22081 \begin_inset Text
22082
22083 \begin_layout Plain Layout
22084
22085 \backslash
22086 triangle
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095 \begin_inset Formula $\triangle$
22096 \end_inset
22097
22098
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 </row>
22104 <row>
22105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109
22110 \backslash
22111 angle
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120 \begin_inset Formula $\angle$
22121 \end_inset
22122
22123
22124 \end_layout
22125
22126 \end_inset
22127 </cell>
22128 </row>
22129 <row>
22130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22131 \begin_inset Text
22132
22133 \begin_layout Plain Layout
22134
22135 \backslash
22136 measuredangle
22137 \end_layout
22138
22139 \end_inset
22140 </cell>
22141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22142 \begin_inset Text
22143
22144 \begin_layout Plain Layout
22145 \begin_inset Formula $\measuredangle$
22146 \end_inset
22147
22148
22149 \end_layout
22150
22151 \end_inset
22152 </cell>
22153 </row>
22154 <row>
22155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159
22160 \backslash
22161 sphericalangle
22162 \end_layout
22163
22164 \end_inset
22165 </cell>
22166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22167 \begin_inset Text
22168
22169 \begin_layout Plain Layout
22170 \begin_inset Formula $\sphericalangle$
22171 \end_inset
22172
22173
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 </row>
22179 <row>
22180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22181 \begin_inset Text
22182
22183 \begin_layout Plain Layout
22184
22185 \backslash
22186 top
22187 \end_layout
22188
22189 \end_inset
22190 </cell>
22191 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22192 \begin_inset Text
22193
22194 \begin_layout Plain Layout
22195 \begin_inset Formula $\top$
22196 \end_inset
22197
22198
22199 \end_layout
22200
22201 \end_inset
22202 </cell>
22203 </row>
22204 <row>
22205 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22206 \begin_inset Text
22207
22208 \begin_layout Plain Layout
22209
22210 \backslash
22211 bot
22212 \end_layout
22213
22214 \end_inset
22215 </cell>
22216 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22217 \begin_inset Text
22218
22219 \begin_layout Plain Layout
22220 \begin_inset Formula $\bot$
22221 \end_inset
22222
22223
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 </row>
22229 </lyxtabular>
22230
22231 \end_inset
22232
22233
22234 \begin_inset space \hfill{}
22235 \end_inset
22236
22237
22238 \end_layout
22239
22240 \begin_layout Subsection
22241 Símbolos misceláneos
22242 \begin_inset CommandInset label
22243 LatexCommand label
22244 name "sub:Símbolos-misceláneos"
22245
22246 \end_inset
22247
22248
22249 \begin_inset Index idx
22250 status collapsed
22251
22252 \begin_layout Plain Layout
22253 Símbolos ! misceláneos
22254 \end_layout
22255
22256 \end_inset
22257
22258
22259 \end_layout
22260
22261 \begin_layout Standard
22262 \noindent
22263 \align center
22264 \begin_inset Tabular
22265 <lyxtabular version="3" rows="10" columns="2">
22266 <features tabularvalignment="middle">
22267 <column alignment="center" valignment="top" width="0pt">
22268 <column alignment="center" valignment="top" width="0pt">
22269 <row>
22270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22271 \begin_inset Text
22272
22273 \begin_layout Plain Layout
22274 Comando
22275 \end_layout
22276
22277 \end_inset
22278 </cell>
22279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22280 \begin_inset Text
22281
22282 \begin_layout Plain Layout
22283 Símbolo
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 </row>
22289 <row>
22290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22291 \begin_inset Text
22292
22293 \begin_layout Plain Layout
22294
22295 \backslash
22296 flat
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305 \begin_inset Formula $\flat$
22306 \end_inset
22307
22308
22309 \end_layout
22310
22311 \end_inset
22312 </cell>
22313 </row>
22314 <row>
22315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319
22320 \backslash
22321 natural
22322 \end_layout
22323
22324 \end_inset
22325 </cell>
22326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Plain Layout
22330 \begin_inset Formula $\natural$
22331 \end_inset
22332
22333
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 </row>
22339 <row>
22340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344
22345 \backslash
22346 sharp
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355 \begin_inset Formula $\sharp$
22356 \end_inset
22357
22358
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 </row>
22364 <row>
22365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369
22370 \backslash
22371 surd
22372 \end_layout
22373
22374 \end_inset
22375 </cell>
22376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380 \begin_inset Formula $\surd$
22381 \end_inset
22382
22383
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 </row>
22389 <row>
22390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22391 \begin_inset Text
22392
22393 \begin_layout Plain Layout
22394
22395 \backslash
22396 checkmark
22397 \end_layout
22398
22399 \end_inset
22400 </cell>
22401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405 \begin_inset Formula $\checkmark$
22406 \end_inset
22407
22408
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 </row>
22414 <row>
22415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22416 \begin_inset Text
22417
22418 \begin_layout Plain Layout
22419
22420 \backslash
22421 yen
22422 \end_layout
22423
22424 \end_inset
22425 </cell>
22426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22427 \begin_inset Text
22428
22429 \begin_layout Plain Layout
22430 \begin_inset Formula $\yen$
22431 \end_inset
22432
22433
22434 \end_layout
22435
22436 \end_inset
22437 </cell>
22438 </row>
22439 <row>
22440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22441 \begin_inset Text
22442
22443 \begin_layout Plain Layout
22444
22445 \backslash
22446 pounds
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455 \begin_inset Formula $\pounds$
22456 \end_inset
22457
22458
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 </row>
22464 <row>
22465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22466 \begin_inset Text
22467
22468 \begin_layout Plain Layout
22469 $
22470 \end_layout
22471
22472 \end_inset
22473 </cell>
22474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22475 \begin_inset Text
22476
22477 \begin_layout Plain Layout
22478 \begin_inset Formula $\$$
22479 \end_inset
22480
22481
22482 \end_layout
22483
22484 \end_inset
22485 </cell>
22486 </row>
22487 <row>
22488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492 §
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22498 \begin_inset Text
22499
22500 \begin_layout Plain Layout
22501 \begin_inset Formula $§$
22502 \end_inset
22503
22504
22505 \end_layout
22506
22507 \end_inset
22508 </cell>
22509 </row>
22510 </lyxtabular>
22511
22512 \end_inset
22513
22514
22515 \begin_inset Tabular
22516 <lyxtabular version="3" rows="10" columns="2">
22517 <features tabularvalignment="middle">
22518 <column alignment="center" valignment="top" width="0">
22519 <column alignment="center" valignment="top" width="0">
22520 <row>
22521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525 Comando
22526 \end_layout
22527
22528 \end_inset
22529 </cell>
22530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22531 \begin_inset Text
22532
22533 \begin_layout Plain Layout
22534 Símbolo
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 </row>
22540 <row>
22541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545
22546 \backslash
22547 hbar
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556 \begin_inset Formula $\hbar$
22557 \end_inset
22558
22559
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 </row>
22565 <row>
22566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570
22571 \backslash
22572 hslash
22573 \end_layout
22574
22575 \end_inset
22576 </cell>
22577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22578 \begin_inset Text
22579
22580 \begin_layout Plain Layout
22581 \begin_inset Formula $\hslash$
22582 \end_inset
22583
22584
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 </row>
22590 <row>
22591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595
22596 \backslash
22597 clubsuit
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606 \begin_inset Formula $\clubsuit$
22607 \end_inset
22608
22609
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 </row>
22615 <row>
22616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22617 \begin_inset Text
22618
22619 \begin_layout Plain Layout
22620
22621 \backslash
22622 spadesuit
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 \begin_inset Formula $\spadesuit$
22632 \end_inset
22633
22634
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 </row>
22640 <row>
22641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22642 \begin_inset Text
22643
22644 \begin_layout Plain Layout
22645
22646 \backslash
22647 bigstar
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656 \begin_inset Formula $\bigstar$
22657 \end_inset
22658
22659
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 </row>
22665 <row>
22666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670
22671 \backslash
22672 blacklozenge
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681 \begin_inset Formula $\blacklozenge$
22682 \end_inset
22683
22684
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 </row>
22690 <row>
22691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695
22696 \backslash
22697 blacktriangle
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706 \begin_inset Formula $\blacktriangle$
22707 \end_inset
22708
22709
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 </row>
22715 <row>
22716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720
22721 \backslash
22722 blacktiangledown
22723 \end_layout
22724
22725 \end_inset
22726 </cell>
22727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731 \begin_inset Formula $\blacktriangledown$
22732 \end_inset
22733
22734
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 </row>
22740 <row>
22741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22742 \begin_inset Text
22743
22744 \begin_layout Plain Layout
22745
22746 \backslash
22747 bullet
22748 \end_layout
22749
22750 \end_inset
22751 </cell>
22752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22753 \begin_inset Text
22754
22755 \begin_layout Plain Layout
22756 \begin_inset Formula $\bullet$
22757 \end_inset
22758
22759
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 </row>
22765 </lyxtabular>
22766
22767 \end_inset
22768
22769
22770 \begin_inset Tabular
22771 <lyxtabular version="3" rows="10" columns="2">
22772 <features tabularvalignment="middle">
22773 <column alignment="center" valignment="top" width="0pt">
22774 <column alignment="center" valignment="top" width="0pt">
22775 <row>
22776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780 Comando
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789 Símbolo
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 </row>
22795 <row>
22796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800
22801 \backslash
22802 diamondsuit
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 \begin_inset Formula $\diamondsuit$
22812 \end_inset
22813
22814
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 </row>
22820 <row>
22821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22822 \begin_inset Text
22823
22824 \begin_layout Plain Layout
22825
22826 \backslash
22827 Diamond
22828 \end_layout
22829
22830 \end_inset
22831 </cell>
22832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22833 \begin_inset Text
22834
22835 \begin_layout Plain Layout
22836 \begin_inset Formula $\Diamond$
22837 \end_inset
22838
22839
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 </row>
22845 <row>
22846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850
22851 \backslash
22852 heartsuit
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861 \begin_inset Formula $\heartsuit$
22862 \end_inset
22863
22864
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 </row>
22870 <row>
22871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22872 \begin_inset Text
22873
22874 \begin_layout Plain Layout
22875
22876 \backslash
22877 P
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886 \begin_inset Formula $\P$
22887 \end_inset
22888
22889
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 </row>
22895 <row>
22896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900
22901 \backslash
22902 copyright
22903 \end_layout
22904
22905 \end_inset
22906 </cell>
22907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22908 \begin_inset Text
22909
22910 \begin_layout Plain Layout
22911 \begin_inset Formula $\copyright$
22912 \end_inset
22913
22914
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 </row>
22920 <row>
22921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22922 \begin_inset Text
22923
22924 \begin_layout Plain Layout
22925
22926 \backslash
22927 circledR
22928 \end_layout
22929
22930 \end_inset
22931 </cell>
22932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22933 \begin_inset Text
22934
22935 \begin_layout Plain Layout
22936 \begin_inset Formula $\circledR$
22937 \end_inset
22938
22939
22940 \end_layout
22941
22942 \end_inset
22943 </cell>
22944 </row>
22945 <row>
22946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22947 \begin_inset Text
22948
22949 \begin_layout Plain Layout
22950
22951 \backslash
22952 maltese
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961 \begin_inset Formula $\maltese$
22962 \end_inset
22963
22964
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 </row>
22970 <row>
22971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22972 \begin_inset Text
22973
22974 \begin_layout Plain Layout
22975
22976 \backslash
22977 diagup
22978 \end_layout
22979
22980 \end_inset
22981 </cell>
22982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22983 \begin_inset Text
22984
22985 \begin_layout Plain Layout
22986 \begin_inset Formula $\diagup$
22987 \end_inset
22988
22989
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 </row>
22995 <row>
22996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22997 \begin_inset Text
22998
22999 \begin_layout Plain Layout
23000
23001 \backslash
23002 diagdown
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23008 \begin_inset Text
23009
23010 \begin_layout Plain Layout
23011 \begin_inset Formula $\diagdown$
23012 \end_inset
23013
23014
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 </row>
23020 </lyxtabular>
23021
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \begin_layout Standard
23028 \begin_inset VSpace medskip
23029 \end_inset
23030
23031
23032 \end_layout
23033
23034 \begin_layout Standard
23035 Hay más símbolos en 
23036 \begin_inset CommandInset ref
23037 LatexCommand ref
23038 reference "sub:Caracteres-especiales-misceláneos"
23039
23040 \end_inset
23041
23042 .
23043 \end_layout
23044
23045 \begin_layout Standard
23046 Algunos símbolos pueden presentarse en distintos tamaños, véase 
23047 \begin_inset CommandInset ref
23048 LatexCommand ref
23049 reference "sub:Tamaños-de-tipografías"
23050
23051 \end_inset
23052
23053
23054 \end_layout
23055
23056 \begin_layout Subsection
23057 El símbolo del euro, €
23058 \begin_inset Index idx
23059 status collapsed
23060
23061 \begin_layout Plain Layout
23062 Símbolos ! euro
23063 \end_layout
23064
23065 \end_inset
23066
23067
23068 \begin_inset Index idx
23069 status collapsed
23070
23071 \begin_layout Plain Layout
23072
23073 \backslash
23074 @
23075 \begin_inset ERT
23076 status collapsed
23077
23078 \begin_layout Plain Layout
23079
23080
23081 \backslash
23082 officialeuro
23083 \end_layout
23084
23085 \end_inset
23086
23087
23088 \end_layout
23089
23090 \end_inset
23091
23092
23093 \end_layout
23094
23095 \begin_layout Standard
23096 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
23097  LaTeX 
23098 \series bold
23099 eurosym
23100 \series default
23101
23102 \begin_inset Index idx
23103 status collapsed
23104
23105 \begin_layout Plain Layout
23106 Paquetes ! eurosym
23107 \end_layout
23108
23109 \end_inset
23110
23111 , y cargado en el preámbulo LaTeX con la línea
23112 \end_layout
23113
23114 \begin_layout Standard
23115
23116 \series bold
23117
23118 \backslash
23119 usepackage[gennarrow]{eurosym}
23120 \end_layout
23121
23122 \begin_layout Standard
23123 Actualmente también se puede insertar con el comando 
23124 \series bold
23125
23126 \backslash
23127 euro
23128 \series default
23129
23130 \begin_inset Index idx
23131 status collapsed
23132
23133 \begin_layout Plain Layout
23134 Comandos ! E ! 
23135 \backslash
23136 euro
23137 \end_layout
23138
23139 \end_inset
23140
23141 .
23142 \end_layout
23143
23144 \begin_layout Standard
23145 El símbolo del euro puede insertarse directamente con la tecla € en texto
23146  matemático sin tener 
23147 \series bold
23148 eurosym
23149 \series default
23150  instalado.
23151  Si 
23152 \series bold
23153 eurosym
23154 \series default
23155  está instalado, se puede insertar 
23156 \series bold
23157
23158 \backslash
23159 euro
23160 \series default
23161  en modo TeX.
23162  El símbolo oficial de la moneda se puede insertar con el comando 
23163 \series bold
23164
23165 \backslash
23166 officialeuro
23167 \series default
23168
23169 \begin_inset Index idx
23170 status collapsed
23171
23172 \begin_layout Plain Layout
23173 Comandos ! O ! 
23174 \backslash
23175 officialeuro
23176 \end_layout
23177
23178 \end_inset
23179
23180 , que sólo está disponible en modo TeX.
23181 \end_layout
23182
23183 \begin_layout Standard
23184 \begin_inset ERT
23185 status collapsed
23186
23187 \begin_layout Plain Layout
23188
23189
23190 \backslash
23191 ifeurosym
23192 \end_layout
23193
23194 \end_inset
23195
23196
23197 \begin_inset Note Note
23198 status collapsed
23199
23200 \begin_layout Plain Layout
23201 El cuadro siguiente sólo se mostrará si está instalado el paquete LaTeX
23202  
23203 \series bold
23204 eurosym
23205 \series default
23206 .
23207 \end_layout
23208
23209 \end_inset
23210
23211
23212 \end_layout
23213
23214 \begin_layout Standard
23215 Un vistazo a los diferentes símbolos del euro.
23216 \end_layout
23217
23218 \begin_layout Standard
23219 \noindent
23220 \align center
23221 \begin_inset Tabular
23222 <lyxtabular version="3" rows="4" columns="3">
23223 <features tabularvalignment="middle">
23224 <column alignment="center" valignment="top" width="0">
23225 <column alignment="center" valignment="top" width="0">
23226 <column alignment="center" valignment="top" width="0">
23227 <row>
23228 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23229 \begin_inset Text
23230
23231 \begin_layout Plain Layout
23232
23233 \end_layout
23234
23235 \end_inset
23236 </cell>
23237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241 Comando
23242 \end_layout
23243
23244 \end_inset
23245 </cell>
23246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250 Símbolo
23251 \end_layout
23252
23253 \end_inset
23254 </cell>
23255 </row>
23256 <row>
23257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261 ecuación
23262 \end_layout
23263
23264 \end_inset
23265 </cell>
23266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23267 \begin_inset Text
23268
23269 \begin_layout Plain Layout
23270
23271 \backslash
23272 euro
23273 \end_layout
23274
23275 \end_inset
23276 </cell>
23277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23278 \begin_inset Text
23279
23280 \begin_layout Plain Layout
23281 \begin_inset Formula $\euro$
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \end_inset
23288 </cell>
23289 </row>
23290 <row>
23291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23292 \begin_inset Text
23293
23294 \begin_layout Plain Layout
23295 texto matemático
23296 \end_layout
23297
23298 \end_inset
23299 </cell>
23300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23301 \begin_inset Text
23302
23303 \begin_layout Plain Layout
23304
23305 \end_layout
23306
23307 \end_inset
23308 </cell>
23309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23310 \begin_inset Text
23311
23312 \begin_layout Plain Layout
23313 \begin_inset Formula $\mbox{€}$
23314 \end_inset
23315
23316
23317 \end_layout
23318
23319 \end_inset
23320 </cell>
23321 </row>
23322 <row>
23323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327 modo TeX
23328 \end_layout
23329
23330 \end_inset
23331 </cell>
23332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336
23337 \backslash
23338 officialeuro
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347 \begin_inset ERT
23348 status collapsed
23349
23350 \begin_layout Plain Layout
23351
23352
23353 \backslash
23354 officialeuro
23355 \end_layout
23356
23357 \end_inset
23358
23359
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 </row>
23365 </lyxtabular>
23366
23367 \end_inset
23368
23369
23370 \end_layout
23371
23372 \begin_layout Standard
23373 \begin_inset ERT
23374 status collapsed
23375
23376 \begin_layout Plain Layout
23377
23378
23379 \backslash
23380 else
23381 \end_layout
23382
23383 \end_inset
23384
23385
23386 \begin_inset Note Note
23387 status collapsed
23388
23389 \begin_layout Plain Layout
23390 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
23391 \series bold
23392 eurosym
23393 \series default
23394 :
23395 \end_layout
23396
23397 \end_inset
23398
23399
23400 \end_layout
23401
23402 \begin_layout Standard
23403 Para ver la salida completa de esta subsección debe estar instalado el paquete
23404  LaTeX 
23405 \series bold
23406 eurosym
23407 \series default
23408 .
23409 \end_layout
23410
23411 \begin_layout Standard
23412 \begin_inset ERT
23413 status collapsed
23414
23415 \begin_layout Plain Layout
23416
23417
23418 \backslash
23419 fi
23420 \end_layout
23421
23422 \end_inset
23423
23424
23425 \end_layout
23426
23427 \begin_layout Section
23428 Relaciones
23429 \begin_inset CommandInset label
23430 LatexCommand label
23431 name "sec:Relaciones"
23432
23433 \end_inset
23434
23435
23436 \begin_inset Index idx
23437 status collapsed
23438
23439 \begin_layout Plain Layout
23440 Relaciones
23441 \end_layout
23442
23443 \end_inset
23444
23445
23446 \begin_inset Index idx
23447 status collapsed
23448
23449 \begin_layout Plain Layout
23450 Comparaciones|see
23451 \begin_inset ERT
23452 status collapsed
23453
23454 \begin_layout Plain Layout
23455
23456 {
23457 \end_layout
23458
23459 \end_inset
23460
23461 Relaciones
23462 \begin_inset ERT
23463 status collapsed
23464
23465 \begin_layout Plain Layout
23466
23467 }
23468 \end_layout
23469
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \end_inset
23476
23477
23478 \end_layout
23479
23480 \begin_layout Standard
23481 Todas las relaciones se pueden insertar también con el botón 
23482 \begin_inset Graphics
23483         filename ../../images/math/leq.png
23484         scale 85
23485
23486 \end_inset
23487
23488  de la barra de ecuaciones.
23489 \end_layout
23490
23491 \begin_layout Standard
23492 \begin_inset space \hfill{}
23493 \end_inset
23494
23495
23496 \begin_inset Tabular
23497 <lyxtabular version="3" rows="17" columns="2">
23498 <features tabularvalignment="middle">
23499 <column alignment="center" valignment="top" width="0pt">
23500 <column alignment="center" valignment="top" width="0pt">
23501 <row>
23502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506 Comando
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23512 \begin_inset Text
23513
23514 \begin_layout Plain Layout
23515 Relación
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 </row>
23521 <row>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526 <
23527 \end_layout
23528
23529 \end_inset
23530 </cell>
23531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535 \begin_inset Formula $<$
23536 \end_inset
23537
23538
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 </row>
23544 <row>
23545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549
23550 \backslash
23551 le
23552 \end_layout
23553
23554 \end_inset
23555 </cell>
23556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560 \begin_inset Formula $\le$
23561 \end_inset
23562
23563
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 </row>
23569 <row>
23570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574
23575 \backslash
23576 ll
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585 \begin_inset Formula $\ll$
23586 \end_inset
23587
23588
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 </row>
23594 <row>
23595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23596 \begin_inset Text
23597
23598 \begin_layout Plain Layout
23599
23600 \backslash
23601 prec
23602 \end_layout
23603
23604 \end_inset
23605 </cell>
23606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23607 \begin_inset Text
23608
23609 \begin_layout Plain Layout
23610 \begin_inset Formula $\prec$
23611 \end_inset
23612
23613
23614 \end_layout
23615
23616 \end_inset
23617 </cell>
23618 </row>
23619 <row>
23620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23621 \begin_inset Text
23622
23623 \begin_layout Plain Layout
23624
23625 \backslash
23626 preceq
23627 \end_layout
23628
23629 \end_inset
23630 </cell>
23631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23632 \begin_inset Text
23633
23634 \begin_layout Plain Layout
23635 \begin_inset Formula $\preceq$
23636 \end_inset
23637
23638
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 </row>
23644 <row>
23645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649
23650 \backslash
23651 subset
23652 \end_layout
23653
23654 \end_inset
23655 </cell>
23656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23657 \begin_inset Text
23658
23659 \begin_layout Plain Layout
23660 \begin_inset Formula $\subset$
23661 \end_inset
23662
23663
23664 \end_layout
23665
23666 \end_inset
23667 </cell>
23668 </row>
23669 <row>
23670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674
23675 \backslash
23676 subseteq
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23682 \begin_inset Text
23683
23684 \begin_layout Plain Layout
23685 \begin_inset Formula $\subseteq$
23686 \end_inset
23687
23688
23689 \end_layout
23690
23691 \end_inset
23692 </cell>
23693 </row>
23694 <row>
23695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23696 \begin_inset Text
23697
23698 \begin_layout Plain Layout
23699
23700 \backslash
23701 sqsubseteq
23702 \end_layout
23703
23704 \end_inset
23705 </cell>
23706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23707 \begin_inset Text
23708
23709 \begin_layout Plain Layout
23710 \begin_inset Formula $\sqsubseteq$
23711 \end_inset
23712
23713
23714 \end_layout
23715
23716 \end_inset
23717 </cell>
23718 </row>
23719 <row>
23720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23721 \begin_inset Text
23722
23723 \begin_layout Plain Layout
23724
23725 \backslash
23726 in
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23732 \begin_inset Text
23733
23734 \begin_layout Plain Layout
23735 \begin_inset Formula $\in$
23736 \end_inset
23737
23738
23739 \end_layout
23740
23741 \end_inset
23742 </cell>
23743 </row>
23744 <row>
23745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749
23750 \backslash
23751 vdash
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760 \begin_inset Formula $\vdash$
23761 \end_inset
23762
23763
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 </row>
23769 <row>
23770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774
23775 \backslash
23776 smile
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785 \begin_inset Formula $\smile$
23786 \end_inset
23787
23788
23789 \end_layout
23790
23791 \end_inset
23792 </cell>
23793 </row>
23794 <row>
23795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799
23800 \backslash
23801 lhd
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810 \begin_inset Formula $\lhd$
23811 \end_inset
23812
23813
23814 \end_layout
23815
23816 \end_inset
23817 </cell>
23818 </row>
23819 <row>
23820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23821 \begin_inset Text
23822
23823 \begin_layout Plain Layout
23824
23825 \backslash
23826 unlhd
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835 \begin_inset Formula $\unlhd$
23836 \end_inset
23837
23838
23839 \end_layout
23840
23841 \end_inset
23842 </cell>
23843 </row>
23844 <row>
23845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849
23850 \backslash
23851 gtrless
23852 \end_layout
23853
23854 \end_inset
23855 </cell>
23856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23857 \begin_inset Text
23858
23859 \begin_layout Plain Layout
23860 \begin_inset Formula $\gtrless$
23861 \end_inset
23862
23863
23864 \end_layout
23865
23866 \end_inset
23867 </cell>
23868 </row>
23869 <row>
23870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874
23875 \backslash
23876 mid
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23882 \begin_inset Text
23883
23884 \begin_layout Plain Layout
23885 \begin_inset Formula $\mid$
23886 \end_inset
23887
23888
23889 \end_layout
23890
23891 \end_inset
23892 </cell>
23893 </row>
23894 <row>
23895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23896 \begin_inset Text
23897
23898 \begin_layout Plain Layout
23899
23900 \backslash
23901 nmid
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23907 \begin_inset Text
23908
23909 \begin_layout Plain Layout
23910 \begin_inset Formula $\nmid$
23911 \end_inset
23912
23913
23914 \end_layout
23915
23916 \end_inset
23917 </cell>
23918 </row>
23919 </lyxtabular>
23920
23921 \end_inset
23922
23923
23924 \begin_inset space \hfill{}
23925 \end_inset
23926
23927
23928 \begin_inset Tabular
23929 <lyxtabular version="3" rows="17" columns="2">
23930 <features tabularvalignment="middle">
23931 <column alignment="center" valignment="top" width="0pt">
23932 <column alignment="center" valignment="top" width="0pt">
23933 <row>
23934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938 Comando
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23944 \begin_inset Text
23945
23946 \begin_layout Plain Layout
23947 Relación
23948 \end_layout
23949
23950 \end_inset
23951 </cell>
23952 </row>
23953 <row>
23954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23955 \begin_inset Text
23956
23957 \begin_layout Plain Layout
23958 =
23959 \end_layout
23960
23961 \end_inset
23962 </cell>
23963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23964 \begin_inset Text
23965
23966 \begin_layout Plain Layout
23967 \begin_inset Formula $=$
23968 \end_inset
23969
23970
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 </row>
23976 <row>
23977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23978 \begin_inset Text
23979
23980 \begin_layout Plain Layout
23981
23982 \backslash
23983 not=
23984 \end_layout
23985
23986 \end_inset
23987 </cell>
23988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23989 \begin_inset Text
23990
23991 \begin_layout Plain Layout
23992 \begin_inset Formula $\not=$
23993 \end_inset
23994
23995
23996 \end_layout
23997
23998 \end_inset
23999 </cell>
24000 </row>
24001 <row>
24002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24003 \begin_inset Text
24004
24005 \begin_layout Plain Layout
24006
24007 \backslash
24008 equiv
24009 \end_layout
24010
24011 \end_inset
24012 </cell>
24013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24014 \begin_inset Text
24015
24016 \begin_layout Plain Layout
24017 \begin_inset Formula $\equiv$
24018 \end_inset
24019
24020
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 </row>
24026 <row>
24027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24028 \begin_inset Text
24029
24030 \begin_layout Plain Layout
24031
24032 \backslash
24033 sim
24034 \end_layout
24035
24036 \end_inset
24037 </cell>
24038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24039 \begin_inset Text
24040
24041 \begin_layout Plain Layout
24042 \begin_inset Formula $\sim$
24043 \end_inset
24044
24045
24046 \end_layout
24047
24048 \end_inset
24049 </cell>
24050 </row>
24051 <row>
24052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24053 \begin_inset Text
24054
24055 \begin_layout Plain Layout
24056
24057 \backslash
24058 simeq
24059 \end_layout
24060
24061 \end_inset
24062 </cell>
24063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24064 \begin_inset Text
24065
24066 \begin_layout Plain Layout
24067 \begin_inset Formula $\simeq$
24068 \end_inset
24069
24070
24071 \end_layout
24072
24073 \end_inset
24074 </cell>
24075 </row>
24076 <row>
24077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24078 \begin_inset Text
24079
24080 \begin_layout Plain Layout
24081
24082 \backslash
24083 approx
24084 \end_layout
24085
24086 \end_inset
24087 </cell>
24088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24089 \begin_inset Text
24090
24091 \begin_layout Plain Layout
24092 \begin_inset Formula $\approx$
24093 \end_inset
24094
24095
24096 \end_layout
24097
24098 \end_inset
24099 </cell>
24100 </row>
24101 <row>
24102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24103 \begin_inset Text
24104
24105 \begin_layout Plain Layout
24106
24107 \backslash
24108 cong
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24114 \begin_inset Text
24115
24116 \begin_layout Plain Layout
24117 \begin_inset Formula $\cong$
24118 \end_inset
24119
24120
24121 \end_layout
24122
24123 \end_inset
24124 </cell>
24125 </row>
24126 <row>
24127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24128 \begin_inset Text
24129
24130 \begin_layout Plain Layout
24131
24132 \backslash
24133 bowtie
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Plain Layout
24142 \begin_inset Formula $\bowtie$
24143 \end_inset
24144
24145
24146 \end_layout
24147
24148 \end_inset
24149 </cell>
24150 </row>
24151 <row>
24152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24153 \begin_inset Text
24154
24155 \begin_layout Plain Layout
24156
24157 \backslash
24158 notin
24159 \end_layout
24160
24161 \end_inset
24162 </cell>
24163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24164 \begin_inset Text
24165
24166 \begin_layout Plain Layout
24167 \begin_inset Formula $\notin$
24168 \end_inset
24169
24170
24171 \end_layout
24172
24173 \end_inset
24174 </cell>
24175 </row>
24176 <row>
24177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24178 \begin_inset Text
24179
24180 \begin_layout Plain Layout
24181
24182 \backslash
24183 perp
24184 \end_layout
24185
24186 \end_inset
24187 </cell>
24188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24189 \begin_inset Text
24190
24191 \begin_layout Plain Layout
24192 \begin_inset Formula $\perp$
24193 \end_inset
24194
24195
24196 \end_layout
24197
24198 \end_inset
24199 </cell>
24200 </row>
24201 <row>
24202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24203 \begin_inset Text
24204
24205 \begin_layout Plain Layout
24206
24207 \backslash
24208 propto
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24214 \begin_inset Text
24215
24216 \begin_layout Plain Layout
24217 \begin_inset Formula $\propto$
24218 \end_inset
24219
24220
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 </row>
24226 <row>
24227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24228 \begin_inset Text
24229
24230 \begin_layout Plain Layout
24231
24232 \backslash
24233 asymp
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242 \begin_inset Formula $\asymp$
24243 \end_inset
24244
24245
24246 \end_layout
24247
24248 \end_inset
24249 </cell>
24250 </row>
24251 <row>
24252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24253 \begin_inset Text
24254
24255 \begin_layout Plain Layout
24256
24257 \backslash
24258 doteq
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Plain Layout
24267 \begin_inset Formula $\doteq$
24268 \end_inset
24269
24270
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 </row>
24276 <row>
24277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Plain Layout
24281
24282 \backslash
24283 circeq
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24289 \begin_inset Text
24290
24291 \begin_layout Plain Layout
24292 \begin_inset Formula $\circeq$
24293 \end_inset
24294
24295
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 </row>
24301 <row>
24302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24303 \begin_inset Text
24304
24305 \begin_layout Plain Layout
24306
24307 \backslash
24308 models
24309 \end_layout
24310
24311 \end_inset
24312 </cell>
24313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24314 \begin_inset Text
24315
24316 \begin_layout Plain Layout
24317 \begin_inset Formula $\models$
24318 \end_inset
24319
24320
24321 \end_layout
24322
24323 \end_inset
24324 </cell>
24325 </row>
24326 <row>
24327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24328 \begin_inset Text
24329
24330 \begin_layout Plain Layout
24331
24332 \backslash
24333 widehat=
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24339 \begin_inset Text
24340
24341 \begin_layout Plain Layout
24342 \begin_inset Formula $\widehat{=}$
24343 \end_inset
24344
24345
24346 \end_layout
24347
24348 \end_inset
24349 </cell>
24350 </row>
24351 </lyxtabular>
24352
24353 \end_inset
24354
24355
24356 \begin_inset space \hfill{}
24357 \end_inset
24358
24359
24360 \begin_inset Tabular
24361 <lyxtabular version="3" rows="17" columns="2">
24362 <features tabularvalignment="middle">
24363 <column alignment="center" valignment="top" width="0pt">
24364 <column alignment="center" valignment="top" width="0pt">
24365 <row>
24366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24367 \begin_inset Text
24368
24369 \begin_layout Plain Layout
24370 Comando
24371 \end_layout
24372
24373 \end_inset
24374 </cell>
24375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24376 \begin_inset Text
24377
24378 \begin_layout Plain Layout
24379 Relación
24380 \end_layout
24381
24382 \end_inset
24383 </cell>
24384 </row>
24385 <row>
24386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24387 \begin_inset Text
24388
24389 \begin_layout Plain Layout
24390 >
24391 \end_layout
24392
24393 \end_inset
24394 </cell>
24395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24396 \begin_inset Text
24397
24398 \begin_layout Plain Layout
24399 \begin_inset Formula $>$
24400 \end_inset
24401
24402
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 </row>
24408 <row>
24409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413
24414 \backslash
24415 ge
24416 \end_layout
24417
24418 \end_inset
24419 </cell>
24420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24421 \begin_inset Text
24422
24423 \begin_layout Plain Layout
24424 \begin_inset Formula $\ge$
24425 \end_inset
24426
24427
24428 \end_layout
24429
24430 \end_inset
24431 </cell>
24432 </row>
24433 <row>
24434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24435 \begin_inset Text
24436
24437 \begin_layout Plain Layout
24438
24439 \backslash
24440 gg
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24446 \begin_inset Text
24447
24448 \begin_layout Plain Layout
24449 \begin_inset Formula $\gg$
24450 \end_inset
24451
24452
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 </row>
24458 <row>
24459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24460 \begin_inset Text
24461
24462 \begin_layout Plain Layout
24463
24464 \backslash
24465 succ
24466 \end_layout
24467
24468 \end_inset
24469 </cell>
24470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Plain Layout
24474 \begin_inset Formula $\succ$
24475 \end_inset
24476
24477
24478 \end_layout
24479
24480 \end_inset
24481 </cell>
24482 </row>
24483 <row>
24484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24485 \begin_inset Text
24486
24487 \begin_layout Plain Layout
24488
24489 \backslash
24490 succeq
24491 \end_layout
24492
24493 \end_inset
24494 </cell>
24495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24496 \begin_inset Text
24497
24498 \begin_layout Plain Layout
24499 \begin_inset Formula $\succeq$
24500 \end_inset
24501
24502
24503 \end_layout
24504
24505 \end_inset
24506 </cell>
24507 </row>
24508 <row>
24509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24510 \begin_inset Text
24511
24512 \begin_layout Plain Layout
24513
24514 \backslash
24515 supset
24516 \end_layout
24517
24518 \end_inset
24519 </cell>
24520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24521 \begin_inset Text
24522
24523 \begin_layout Plain Layout
24524 \begin_inset Formula $\supset$
24525 \end_inset
24526
24527
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 supseteq
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 \begin_inset Formula $\supseteq$
24550 \end_inset
24551
24552
24553 \end_layout
24554
24555 \end_inset
24556 </cell>
24557 </row>
24558 <row>
24559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24560 \begin_inset Text
24561
24562 \begin_layout Plain Layout
24563
24564 \backslash
24565 sqsupseteq
24566 \end_layout
24567
24568 \end_inset
24569 </cell>
24570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24571 \begin_inset Text
24572
24573 \begin_layout Plain Layout
24574 \begin_inset Formula $\sqsupseteq$
24575 \end_inset
24576
24577
24578 \end_layout
24579
24580 \end_inset
24581 </cell>
24582 </row>
24583 <row>
24584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24585 \begin_inset Text
24586
24587 \begin_layout Plain Layout
24588
24589 \backslash
24590 ni
24591 \end_layout
24592
24593 \end_inset
24594 </cell>
24595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24596 \begin_inset Text
24597
24598 \begin_layout Plain Layout
24599 \begin_inset Formula $\ni$
24600 \end_inset
24601
24602
24603 \end_layout
24604
24605 \end_inset
24606 </cell>
24607 </row>
24608 <row>
24609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24610 \begin_inset Text
24611
24612 \begin_layout Plain Layout
24613
24614 \backslash
24615 dashv
24616 \end_layout
24617
24618 \end_inset
24619 </cell>
24620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24621 \begin_inset Text
24622
24623 \begin_layout Plain Layout
24624 \begin_inset Formula $\dashv$
24625 \end_inset
24626
24627
24628 \end_layout
24629
24630 \end_inset
24631 </cell>
24632 </row>
24633 <row>
24634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24635 \begin_inset Text
24636
24637 \begin_layout Plain Layout
24638
24639 \backslash
24640 frown
24641 \end_layout
24642
24643 \end_inset
24644 </cell>
24645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24646 \begin_inset Text
24647
24648 \begin_layout Plain Layout
24649 \begin_inset Formula $\frown$
24650 \end_inset
24651
24652
24653 \end_layout
24654
24655 \end_inset
24656 </cell>
24657 </row>
24658 <row>
24659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24660 \begin_inset Text
24661
24662 \begin_layout Plain Layout
24663
24664 \backslash
24665 rhd
24666 \end_layout
24667
24668 \end_inset
24669 </cell>
24670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24671 \begin_inset Text
24672
24673 \begin_layout Plain Layout
24674 \begin_inset Formula $\rhd$
24675 \end_inset
24676
24677
24678 \end_layout
24679
24680 \end_inset
24681 </cell>
24682 </row>
24683 <row>
24684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24685 \begin_inset Text
24686
24687 \begin_layout Plain Layout
24688
24689 \backslash
24690 unrhd
24691 \end_layout
24692
24693 \end_inset
24694 </cell>
24695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24696 \begin_inset Text
24697
24698 \begin_layout Plain Layout
24699 \begin_inset Formula $\unrhd$
24700 \end_inset
24701
24702
24703 \end_layout
24704
24705 \end_inset
24706 </cell>
24707 </row>
24708 <row>
24709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24710 \begin_inset Text
24711
24712 \begin_layout Plain Layout
24713
24714 \backslash
24715 lessgtr
24716 \end_layout
24717
24718 \end_inset
24719 </cell>
24720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24721 \begin_inset Text
24722
24723 \begin_layout Plain Layout
24724 \begin_inset Formula $\lessgtr$
24725 \end_inset
24726
24727
24728 \end_layout
24729
24730 \end_inset
24731 </cell>
24732 </row>
24733 <row>
24734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24735 \begin_inset Text
24736
24737 \begin_layout Plain Layout
24738
24739 \backslash
24740 parallel
24741 \end_layout
24742
24743 \end_inset
24744 </cell>
24745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24746 \begin_inset Text
24747
24748 \begin_layout Plain Layout
24749 \begin_inset Formula $\parallel$
24750 \end_inset
24751
24752
24753 \end_layout
24754
24755 \end_inset
24756 </cell>
24757 </row>
24758 <row>
24759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24760 \begin_inset Text
24761
24762 \begin_layout Plain Layout
24763
24764 \backslash
24765 nparallel
24766 \end_layout
24767
24768 \end_inset
24769 </cell>
24770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24771 \begin_inset Text
24772
24773 \begin_layout Plain Layout
24774 \begin_inset Formula $\nparallel$
24775 \end_inset
24776
24777
24778 \end_layout
24779
24780 \end_inset
24781 </cell>
24782 </row>
24783 </lyxtabular>
24784
24785 \end_inset
24786
24787
24788 \begin_inset space \hfill{}
24789 \end_inset
24790
24791
24792 \end_layout
24793
24794 \begin_layout Standard
24795 \begin_inset VSpace medskip
24796 \end_inset
24797
24798
24799 \end_layout
24800
24801 \begin_layout Standard
24802 Los caracteres 
24803 \series bold
24804
24805 \backslash
24806 lhd
24807 \series default
24808  y 
24809 \series bold
24810
24811 \backslash
24812 rhd
24813 \series default
24814  son mayores que los operadores de aspecto similar 
24815 \series bold
24816
24817 \backslash
24818 triangleleft
24819 \series default
24820  y 
24821 \series bold
24822
24823 \backslash
24824 triangleright
24825 \series default
24826 , respectivamente.
24827 \end_layout
24828
24829 \begin_layout Standard
24830 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24831 \end_layout
24832
24833 \begin_layout Standard
24834 Se pueden componer relaciones con etiquetas con el comando 
24835 \series bold
24836
24837 \backslash
24838 stackrel
24839 \series default
24840
24841 \begin_inset Index idx
24842 status collapsed
24843
24844 \begin_layout Plain Layout
24845 Comandos ! S ! 
24846 \backslash
24847 stackrel
24848 \end_layout
24849
24850 \end_inset
24851
24852 :
24853 \end_layout
24854
24855 \begin_layout Standard
24856 \align center
24857 \begin_inset Tabular
24858 <lyxtabular version="3" rows="2" columns="2">
24859 <features tabularvalignment="middle">
24860 <column alignment="center" valignment="top" width="0">
24861 <column alignment="center" valignment="top" width="0">
24862 <row>
24863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24864 \begin_inset Text
24865
24866 \begin_layout Plain Layout
24867 Comando
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24873 \begin_inset Text
24874
24875 \begin_layout Plain Layout
24876 Resultado
24877 \begin_inset Note Note
24878 status collapsed
24879
24880 \begin_layout Plain Layout
24881
24882 \series bold
24883
24884 \backslash
24885 raisebox
24886 \series default
24887  se usa sólo como espaciador
24888 \end_layout
24889
24890 \end_inset
24891
24892
24893 \end_layout
24894
24895 \end_inset
24896 </cell>
24897 </row>
24898 <row>
24899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24900 \begin_inset Text
24901
24902 \begin_layout Plain Layout
24903 A(r)
24904 \backslash
24905 stackrel
24906 \begin_inset ERT
24907 status collapsed
24908
24909 \begin_layout Plain Layout
24910
24911
24912 \backslash
24913 spce 
24914 \end_layout
24915
24916 \end_inset
24917
24918 r
24919 \backslash
24920 to
24921 \backslash
24922 infty
24923 \begin_inset ERT
24924 status collapsed
24925
24926 \begin_layout Plain Layout
24927
24928
24929 \backslash
24930 spce 
24931 \end_layout
24932
24933 \end_inset
24934
24935
24936 \begin_inset Formula $\downarrow$
24937 \end_inset
24938
24939
24940 \backslash
24941 approx
24942 \begin_inset ERT
24943 status collapsed
24944
24945 \begin_layout Plain Layout
24946
24947
24948 \backslash
24949 spce 
24950 \end_layout
24951
24952 \end_inset
24953
24954
24955 \begin_inset ERT
24956 status collapsed
24957
24958 \begin_layout Plain Layout
24959
24960
24961 \backslash
24962 spce 
24963 \end_layout
24964
24965 \end_inset
24966
24967 B
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24977 \end_inset
24978
24979
24980 \end_layout
24981
24982 \end_inset
24983 </cell>
24984 </row>
24985 </lyxtabular>
24986
24987 \end_inset
24988
24989
24990 \end_layout
24991
24992 \begin_layout Section
24993 Funciones
24994 \end_layout
24995
24996 \begin_layout Subsection
24997 Funciones predefinidas
24998 \begin_inset CommandInset label
24999 LatexCommand label
25000 name "sub:Funciones-predefinidas"
25001
25002 \end_inset
25003
25004
25005 \begin_inset Index idx
25006 status collapsed
25007
25008 \begin_layout Plain Layout
25009 Funciones ! predefinidas
25010 \end_layout
25011
25012 \end_inset
25013
25014
25015 \begin_inset Index idx
25016 status collapsed
25017
25018 \begin_layout Plain Layout
25019 Funciones ! en español
25020 \end_layout
25021
25022 \end_inset
25023
25024
25025 \end_layout
25026
25027 \begin_layout Standard
25028 En general las variables se escriben en 
25029 \emph on
25030 cursiva
25031 \emph default
25032  en expresiones matemáticas, pero no los nombres de las funciones, porque
25033  
25034 \begin_inset Formula $sen$
25035 \end_inset
25036
25037  podría confundirse con 
25038 \begin_inset Formula $s\cdot e\cdot n$
25039 \end_inset
25040
25041 .
25042  Por eso hay funciones predefinidas, que además se separan un poco del factor
25043  precedente.
25044  Se insertan como comandos con una barra inversa delante de su nombre.
25045 \end_layout
25046
25047 \begin_layout Standard
25048 \align center
25049 \begin_inset Tabular
25050 <lyxtabular version="3" rows="2" columns="4">
25051 <features tabularvalignment="middle">
25052 <column alignment="center" valignment="top" width="0pt">
25053 <column alignment="center" valignment="top" width="0pt">
25054 <column alignment="center" valignment="top" width="0pt">
25055 <column alignment="center" valignment="top" width="0pt">
25056 <row>
25057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25058 \begin_inset Text
25059
25060 \begin_layout Plain Layout
25061 Comando
25062 \end_layout
25063
25064 \end_inset
25065 </cell>
25066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25067 \begin_inset Text
25068
25069 \begin_layout Plain Layout
25070 Resultado
25071 \end_layout
25072
25073 \end_inset
25074 </cell>
25075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25076 \begin_inset Text
25077
25078 \begin_layout Plain Layout
25079 Comando
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25085 \begin_inset Text
25086
25087 \begin_layout Plain Layout
25088 Resultado
25089 \end_layout
25090
25091 \end_inset
25092 </cell>
25093 </row>
25094 <row>
25095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25096 \begin_inset Text
25097
25098 \begin_layout Plain Layout
25099 Asen(x)+B
25100 \end_layout
25101
25102 \end_inset
25103 </cell>
25104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Plain Layout
25108 \begin_inset Formula $Asen(x)+B$
25109 \end_inset
25110
25111
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25117 \begin_inset Text
25118
25119 \begin_layout Plain Layout
25120 A
25121 \backslash
25122 sen(x)+B
25123 \end_layout
25124
25125 \end_inset
25126 </cell>
25127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25128 \begin_inset Text
25129
25130 \begin_layout Plain Layout
25131 \begin_inset Formula $A\sen(x)+B$
25132 \end_inset
25133
25134
25135 \end_layout
25136
25137 \end_inset
25138 </cell>
25139 </row>
25140 </lyxtabular>
25141
25142 \end_inset
25143
25144
25145 \end_layout
25146
25147 \begin_layout Standard
25148 Las funciones siguientes están predefinidas:
25149 \begin_inset Foot
25150 status collapsed
25151
25152 \begin_layout Plain Layout
25153 Se han añadido los comandos equivalentes proporcionados por el estilo 
25154 \series bold
25155 spanish
25156 \series default
25157  de 
25158 \series bold
25159 babel
25160 \series default
25161 .
25162  (Estos no están disponibles en el panel de funciones).
25163  Además, en su caso, las funciones serán acentuadas automáticamente en la
25164  salida, p.
25165 \begin_inset space \thinspace{}
25166 \end_inset
25167
25168 e.
25169  
25170 \begin_inset Quotes fld
25171 \end_inset
25172
25173 lím
25174 \begin_inset Quotes frd
25175 \end_inset
25176
25177  o 
25178 \begin_inset Quotes fld
25179 \end_inset
25180
25181 máx
25182 \begin_inset Quotes frd
25183 \end_inset
25184
25185 .
25186  Más información en 
25187 \begin_inset CommandInset citation
25188 LatexCommand cite
25189 key "spanish"
25190
25191 \end_inset
25192
25193 .
25194  (
25195 \emph on
25196 N.
25197 \begin_inset space \thinspace{}
25198 \end_inset
25199
25200 del t.
25201 \emph default
25202 )
25203 \end_layout
25204
25205 \end_inset
25206
25207
25208 \end_layout
25209
25210 \begin_layout Standard
25211 \begin_inset VSpace -2mm
25212 \end_inset
25213
25214
25215 \end_layout
25216
25217 \begin_layout Standard
25218 \align center
25219 \begin_inset Tabular
25220 <lyxtabular version="3" rows="9" columns="7">
25221 <features tabularvalignment="middle">
25222 <column alignment="center" valignment="top" width="0pt">
25223 <column alignment="center" valignment="top" width="0pt">
25224 <column alignment="center" valignment="top" width="0pt">
25225 <column alignment="center" valignment="top" width="0pt">
25226 <column alignment="center" valignment="top" width="0pt">
25227 <column alignment="center" valignment="top" width="0pt">
25228 <column alignment="center" valignment="top" width="0pt">
25229 <row>
25230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25231 \begin_inset Text
25232
25233 \begin_layout Plain Layout
25234 Comando
25235 \end_layout
25236
25237 \end_inset
25238 </cell>
25239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25240 \begin_inset Text
25241
25242 \begin_layout Plain Layout
25243 español
25244 \end_layout
25245
25246 \end_inset
25247 </cell>
25248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Plain Layout
25252 Comando
25253 \end_layout
25254
25255 \end_inset
25256 </cell>
25257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25258 \begin_inset Text
25259
25260 \begin_layout Plain Layout
25261 español
25262 \end_layout
25263
25264 \end_inset
25265 </cell>
25266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270 Comando
25271 \end_layout
25272
25273 \end_inset
25274 </cell>
25275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25276 \begin_inset Text
25277
25278 \begin_layout Plain Layout
25279 español
25280 \end_layout
25281
25282 \end_inset
25283 </cell>
25284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25285 \begin_inset Text
25286
25287 \begin_layout Plain Layout
25288 Comando
25289 \end_layout
25290
25291 \end_inset
25292 </cell>
25293 </row>
25294 <row>
25295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25296 \begin_inset Text
25297
25298 \begin_layout Plain Layout
25299
25300 \backslash
25301 sin
25302 \end_layout
25303
25304 \end_inset
25305 </cell>
25306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25307 \begin_inset Text
25308
25309 \begin_layout Plain Layout
25310
25311 \backslash
25312 sen
25313 \end_layout
25314
25315 \end_inset
25316 </cell>
25317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25318 \begin_inset Text
25319
25320 \begin_layout Plain Layout
25321
25322 \backslash
25323 sinh
25324 \end_layout
25325
25326 \end_inset
25327 </cell>
25328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25329 \begin_inset Text
25330
25331 \begin_layout Plain Layout
25332
25333 \backslash
25334 senh
25335 \end_layout
25336
25337 \end_inset
25338 </cell>
25339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25340 \begin_inset Text
25341
25342 \begin_layout Plain Layout
25343
25344 \backslash
25345 arcsin
25346 \end_layout
25347
25348 \end_inset
25349 </cell>
25350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25351 \begin_inset Text
25352
25353 \begin_layout Plain Layout
25354
25355 \backslash
25356 arcsen
25357 \end_layout
25358
25359 \end_inset
25360 </cell>
25361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25362 \begin_inset Text
25363
25364 \begin_layout Plain Layout
25365
25366 \backslash
25367 sup
25368 \end_layout
25369
25370 \end_inset
25371 </cell>
25372 </row>
25373 <row>
25374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25375 \begin_inset Text
25376
25377 \begin_layout Plain Layout
25378
25379 \backslash
25380 cos
25381 \end_layout
25382
25383 \end_inset
25384 </cell>
25385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Plain Layout
25389
25390 \end_layout
25391
25392 \end_inset
25393 </cell>
25394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25395 \begin_inset Text
25396
25397 \begin_layout Plain Layout
25398
25399 \backslash
25400 cosh
25401 \end_layout
25402
25403 \end_inset
25404 </cell>
25405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25406 \begin_inset Text
25407
25408 \begin_layout Plain Layout
25409
25410 \end_layout
25411
25412 \end_inset
25413 </cell>
25414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25415 \begin_inset Text
25416
25417 \begin_layout Plain Layout
25418
25419 \backslash
25420 arccos
25421 \end_layout
25422
25423 \end_inset
25424 </cell>
25425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25426 \begin_inset Text
25427
25428 \begin_layout Plain Layout
25429
25430 \end_layout
25431
25432 \end_inset
25433 </cell>
25434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25435 \begin_inset Text
25436
25437 \begin_layout Plain Layout
25438
25439 \backslash
25440 inf
25441 \end_layout
25442
25443 \end_inset
25444 </cell>
25445 </row>
25446 <row>
25447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25448 \begin_inset Text
25449
25450 \begin_layout Plain Layout
25451
25452 \backslash
25453 tan
25454 \end_layout
25455
25456 \end_inset
25457 </cell>
25458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25459 \begin_inset Text
25460
25461 \begin_layout Plain Layout
25462
25463 \backslash
25464 tg
25465 \end_layout
25466
25467 \end_inset
25468 </cell>
25469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25470 \begin_inset Text
25471
25472 \begin_layout Plain Layout
25473
25474 \backslash
25475 tanh
25476 \end_layout
25477
25478 \end_inset
25479 </cell>
25480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25481 \begin_inset Text
25482
25483 \begin_layout Plain Layout
25484
25485 \backslash
25486 tgh
25487 \end_layout
25488
25489 \end_inset
25490 </cell>
25491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25492 \begin_inset Text
25493
25494 \begin_layout Plain Layout
25495
25496 \backslash
25497 arctan
25498 \end_layout
25499
25500 \end_inset
25501 </cell>
25502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25503 \begin_inset Text
25504
25505 \begin_layout Plain Layout
25506
25507 \backslash
25508 arctg
25509 \end_layout
25510
25511 \end_inset
25512 </cell>
25513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25514 \begin_inset Text
25515
25516 \begin_layout Plain Layout
25517
25518 \backslash
25519 lim
25520 \end_layout
25521
25522 \end_inset
25523 </cell>
25524 </row>
25525 <row>
25526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25527 \begin_inset Text
25528
25529 \begin_layout Plain Layout
25530
25531 \backslash
25532 cot
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Plain Layout
25541
25542 \backslash
25543 cotg
25544 \end_layout
25545
25546 \end_inset
25547 </cell>
25548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25549 \begin_inset Text
25550
25551 \begin_layout Plain Layout
25552
25553 \backslash
25554 coth
25555 \end_layout
25556
25557 \end_inset
25558 </cell>
25559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25560 \begin_inset Text
25561
25562 \begin_layout Plain Layout
25563
25564 \end_layout
25565
25566 \end_inset
25567 </cell>
25568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25569 \begin_inset Text
25570
25571 \begin_layout Plain Layout
25572
25573 \backslash
25574 arg
25575 \end_layout
25576
25577 \end_inset
25578 </cell>
25579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25580 \begin_inset Text
25581
25582 \begin_layout Plain Layout
25583
25584 \end_layout
25585
25586 \end_inset
25587 </cell>
25588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25589 \begin_inset Text
25590
25591 \begin_layout Plain Layout
25592
25593 \backslash
25594 liminf
25595 \end_layout
25596
25597 \end_inset
25598 </cell>
25599 </row>
25600 <row>
25601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25602 \begin_inset Text
25603
25604 \begin_layout Plain Layout
25605
25606 \backslash
25607 sec
25608 \end_layout
25609
25610 \end_inset
25611 </cell>
25612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25613 \begin_inset Text
25614
25615 \begin_layout Plain Layout
25616
25617 \end_layout
25618
25619 \end_inset
25620 </cell>
25621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25622 \begin_inset Text
25623
25624 \begin_layout Plain Layout
25625
25626 \backslash
25627 min
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25633 \begin_inset Text
25634
25635 \begin_layout Plain Layout
25636
25637 \end_layout
25638
25639 \end_inset
25640 </cell>
25641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25642 \begin_inset Text
25643
25644 \begin_layout Plain Layout
25645
25646 \backslash
25647 deg
25648 \end_layout
25649
25650 \end_inset
25651 </cell>
25652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25653 \begin_inset Text
25654
25655 \begin_layout Plain Layout
25656
25657 \end_layout
25658
25659 \end_inset
25660 </cell>
25661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25662 \begin_inset Text
25663
25664 \begin_layout Plain Layout
25665
25666 \backslash
25667 limsup
25668 \end_layout
25669
25670 \end_inset
25671 </cell>
25672 </row>
25673 <row>
25674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25675 \begin_inset Text
25676
25677 \begin_layout Plain Layout
25678
25679 \backslash
25680 csc
25681 \end_layout
25682
25683 \end_inset
25684 </cell>
25685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25686 \begin_inset Text
25687
25688 \begin_layout Plain Layout
25689
25690 \backslash
25691 cosec
25692 \end_layout
25693
25694 \end_inset
25695 </cell>
25696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25697 \begin_inset Text
25698
25699 \begin_layout Plain Layout
25700
25701 \backslash
25702 max
25703 \end_layout
25704
25705 \end_inset
25706 </cell>
25707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25708 \begin_inset Text
25709
25710 \begin_layout Plain Layout
25711
25712 \end_layout
25713
25714 \end_inset
25715 </cell>
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 det
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
25732 \end_layout
25733
25734 \end_inset
25735 </cell>
25736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25737 \begin_inset Text
25738
25739 \begin_layout Plain Layout
25740
25741 \backslash
25742 Pr
25743 \end_layout
25744
25745 \end_inset
25746 </cell>
25747 </row>
25748 <row>
25749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25750 \begin_inset Text
25751
25752 \begin_layout Plain Layout
25753
25754 \backslash
25755 ln
25756 \end_layout
25757
25758 \end_inset
25759 </cell>
25760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25761 \begin_inset Text
25762
25763 \begin_layout Plain Layout
25764
25765 \end_layout
25766
25767 \end_inset
25768 </cell>
25769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25770 \begin_inset Text
25771
25772 \begin_layout Plain Layout
25773
25774 \backslash
25775 exp
25776 \end_layout
25777
25778 \end_inset
25779 </cell>
25780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25781 \begin_inset Text
25782
25783 \begin_layout Plain Layout
25784
25785 \end_layout
25786
25787 \end_inset
25788 </cell>
25789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25790 \begin_inset Text
25791
25792 \begin_layout Plain Layout
25793
25794 \backslash
25795 dim
25796 \end_layout
25797
25798 \end_inset
25799 </cell>
25800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25801 \begin_inset Text
25802
25803 \begin_layout Plain Layout
25804
25805 \end_layout
25806
25807 \end_inset
25808 </cell>
25809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25810 \begin_inset Text
25811
25812 \begin_layout Plain Layout
25813
25814 \backslash
25815 hom
25816 \end_layout
25817
25818 \end_inset
25819 </cell>
25820 </row>
25821 <row>
25822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25823 \begin_inset Text
25824
25825 \begin_layout Plain Layout
25826
25827 \backslash
25828 lg
25829 \end_layout
25830
25831 \end_inset
25832 </cell>
25833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25834 \begin_inset Text
25835
25836 \begin_layout Plain Layout
25837
25838 \end_layout
25839
25840 \end_inset
25841 </cell>
25842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25843 \begin_inset Text
25844
25845 \begin_layout Plain Layout
25846
25847 \backslash
25848 log
25849 \end_layout
25850
25851 \end_inset
25852 </cell>
25853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25854 \begin_inset Text
25855
25856 \begin_layout Plain Layout
25857
25858 \end_layout
25859
25860 \end_inset
25861 </cell>
25862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25863 \begin_inset Text
25864
25865 \begin_layout Plain Layout
25866
25867 \backslash
25868 ker
25869 \end_layout
25870
25871 \end_inset
25872 </cell>
25873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25874 \begin_inset Text
25875
25876 \begin_layout Plain Layout
25877
25878 \end_layout
25879
25880 \end_inset
25881 </cell>
25882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25883 \begin_inset Text
25884
25885 \begin_layout Plain Layout
25886
25887 \backslash
25888 gcd
25889 \end_layout
25890
25891 \end_inset
25892 </cell>
25893 </row>
25894 </lyxtabular>
25895
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \begin_layout Standard
25902 También se pueden insertar con el botón 
25903 \begin_inset Graphics
25904         filename ../../images/math/functions.png
25905         scale 85
25906
25907 \end_inset
25908
25909  de la barra de ecuaciones.
25910 \end_layout
25911
25912 \begin_layout Subsection
25913 Funciones definidas por el usuario
25914 \begin_inset Index idx
25915 status collapsed
25916
25917 \begin_layout Plain Layout
25918 Funciones ! personalizadas
25919 \end_layout
25920
25921 \end_inset
25922
25923
25924 \end_layout
25925
25926 \begin_layout Standard
25927 Para usar una función no predefinida, como por ejemplo la función signo,
25928  sgn(x), hay dos posibilidades:
25929 \end_layout
25930
25931 \begin_layout Itemize
25932 Define la función añadiendo al preámbulo LaTeX la línea
25933 \begin_inset Foot
25934 status collapsed
25935
25936 \begin_layout Plain Layout
25937 Más sobre 
25938 \series bold
25939
25940 \backslash
25941 DeclareMathOperator
25942 \series default
25943  en 
25944 \begin_inset CommandInset ref
25945 LatexCommand ref
25946 reference "sub:Operadores-de-usuario"
25947
25948 \end_inset
25949
25950
25951 \end_layout
25952
25953 \end_inset
25954
25955
25956 \begin_inset Newline newline
25957 \end_inset
25958
25959
25960 \begin_inset VSpace -3mm
25961 \end_inset
25962
25963
25964 \begin_inset Newline newline
25965 \end_inset
25966
25967
25968 \series bold
25969
25970 \backslash
25971 DeclareMathOperator{
25972 \backslash
25973 sgn}{sgn}
25974 \series default
25975
25976 \begin_inset Index idx
25977 status collapsed
25978
25979 \begin_layout Plain Layout
25980 Comandos ! D ! 
25981 \backslash
25982 dbinom@
25983 \backslash
25984 DeclareMathOperator
25985 \end_layout
25986
25987 \end_inset
25988
25989
25990 \begin_inset Newline newline
25991 \end_inset
25992
25993
25994 \begin_inset VSpace -2mm
25995 \end_inset
25996
25997
25998 \begin_inset Newline newline
25999 \end_inset
26000
26001 Ahora la función recién definida se puede obtener con el comando 
26002 \series bold
26003
26004 \backslash
26005 sgn
26006 \series default
26007 .
26008 \end_layout
26009
26010 \begin_layout Itemize
26011 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
26012  en nuestro ejemplo las letras 
26013 \emph on
26014 sgn
26015 \emph default
26016 , y cámbialo a texto matemático.
26017  Entre el factor precedente y la función se inserta un espacio.
26018 \end_layout
26019
26020 \begin_layout Standard
26021 El resultado con ambos métodos es el mismo que con una función predefinida:
26022 \begin_inset Foot
26023 status collapsed
26024
26025 \begin_layout Plain Layout
26026 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
26027  negro.
26028 \end_layout
26029
26030 \end_inset
26031
26032
26033 \end_layout
26034
26035 \begin_layout Standard
26036 \align center
26037 \begin_inset Tabular
26038 <lyxtabular version="3" rows="3" columns="2">
26039 <features tabularvalignment="middle">
26040 <column alignment="center" valignment="top" width="0pt">
26041 <column alignment="center" valignment="top" width="0pt">
26042 <row>
26043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26044 \begin_inset Text
26045
26046 \begin_layout Plain Layout
26047 Comando
26048 \end_layout
26049
26050 \end_inset
26051 </cell>
26052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26053 \begin_inset Text
26054
26055 \begin_layout Plain Layout
26056 Resultado
26057 \end_layout
26058
26059 \end_inset
26060 </cell>
26061 </row>
26062 <row>
26063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26064 \begin_inset Text
26065
26066 \begin_layout Plain Layout
26067 A
26068 \backslash
26069 sgn(x)+B
26070 \end_layout
26071
26072 \end_inset
26073 </cell>
26074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26075 \begin_inset Text
26076
26077 \begin_layout Plain Layout
26078 \begin_inset Formula $A\sgn(x)+B$
26079 \end_inset
26080
26081
26082 \end_layout
26083
26084 \end_inset
26085 </cell>
26086 </row>
26087 <row>
26088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26089 \begin_inset Text
26090
26091 \begin_layout Plain Layout
26092 A
26093 \backslash
26094 ,
26095 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
26096 \end_inset
26097
26098 (x)+B
26099 \end_layout
26100
26101 \end_inset
26102 </cell>
26103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26104 \begin_inset Text
26105
26106 \begin_layout Plain Layout
26107 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
26108 \end_inset
26109
26110
26111 \end_layout
26112
26113 \end_inset
26114 </cell>
26115 </row>
26116 </lyxtabular>
26117
26118 \end_inset
26119
26120
26121 \end_layout
26122
26123 \begin_layout Standard
26124 El primer método es preferible si la función se va a usar varias veces.
26125 \end_layout
26126
26127 \begin_layout Subsection
26128 Límites
26129 \begin_inset Index idx
26130 status collapsed
26131
26132 \begin_layout Plain Layout
26133 Limites@Límites
26134 \end_layout
26135
26136 \end_inset
26137
26138
26139 \end_layout
26140
26141 \begin_layout Standard
26142 Para límites, además de 
26143 \series bold
26144
26145 \backslash
26146 lim
26147 \series default
26148
26149 \begin_inset Index idx
26150 status collapsed
26151
26152 \begin_layout Plain Layout
26153 Comandos ! L ! 
26154 \backslash
26155 lim
26156 \end_layout
26157
26158 \end_inset
26159
26160
26161 \series bold
26162
26163 \backslash
26164 liminf
26165 \series default
26166  y 
26167 \series bold
26168
26169 \backslash
26170 limsup
26171 \series default
26172  están definidas las siguientes funciones:
26173 \series bold
26174  
26175 \end_layout
26176
26177 \begin_layout Standard
26178 \noindent
26179 \align center
26180 \begin_inset Tabular
26181 <lyxtabular version="3" rows="5" columns="2">
26182 <features tabularvalignment="middle">
26183 <column alignment="center" valignment="top" width="0">
26184 <column alignment="center" valignment="top" width="0">
26185 <row>
26186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26187 \begin_inset Text
26188
26189 \begin_layout Plain Layout
26190 Comando
26191 \end_layout
26192
26193 \end_inset
26194 </cell>
26195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26196 \begin_inset Text
26197
26198 \begin_layout Plain Layout
26199 Resultado
26200 \begin_inset Note Note
26201 status collapsed
26202
26203 \begin_layout Plain Layout
26204
26205 \series bold
26206
26207 \backslash
26208 raisebox
26209 \series default
26210  se usa sólo como espaciador
26211 \end_layout
26212
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \end_inset
26219 </cell>
26220 </row>
26221 <row>
26222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26223 \begin_inset Text
26224
26225 \begin_layout Plain Layout
26226
26227 \backslash
26228 varliminf
26229 \end_layout
26230
26231 \end_inset
26232 </cell>
26233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26234 \begin_inset Text
26235
26236 \begin_layout Plain Layout
26237 \begin_inset Formula $\varliminf$
26238 \end_inset
26239
26240
26241 \end_layout
26242
26243 \end_inset
26244 </cell>
26245 </row>
26246 <row>
26247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26248 \begin_inset Text
26249
26250 \begin_layout Plain Layout
26251
26252 \backslash
26253 varlimsup
26254 \end_layout
26255
26256 \end_inset
26257 </cell>
26258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26259 \begin_inset Text
26260
26261 \begin_layout Plain Layout
26262 \begin_inset Formula $\varlimsup$
26263 \end_inset
26264
26265
26266 \end_layout
26267
26268 \end_inset
26269 </cell>
26270 </row>
26271 <row>
26272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26273 \begin_inset Text
26274
26275 \begin_layout Plain Layout
26276
26277 \backslash
26278 varprojlim
26279 \end_layout
26280
26281 \end_inset
26282 </cell>
26283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26284 \begin_inset Text
26285
26286 \begin_layout Plain Layout
26287 \begin_inset Formula $\varprojlim$
26288 \end_inset
26289
26290
26291 \end_layout
26292
26293 \end_inset
26294 </cell>
26295 </row>
26296 <row>
26297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26298 \begin_inset Text
26299
26300 \begin_layout Plain Layout
26301
26302 \backslash
26303 varinjlim
26304 \end_layout
26305
26306 \end_inset
26307 </cell>
26308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26309 \begin_inset Text
26310
26311 \begin_layout Plain Layout
26312 \begin_inset Formula $\varinjlim$
26313 \end_inset
26314
26315
26316 \begin_inset Formula $\raisebox{-2.5mm}{}$
26317 \end_inset
26318
26319
26320 \end_layout
26321
26322 \end_inset
26323 </cell>
26324 </row>
26325 </lyxtabular>
26326
26327 \end_inset
26328
26329
26330 \end_layout
26331
26332 \begin_layout Standard
26333 \begin_inset VSpace medskip
26334 \end_inset
26335
26336
26337 \end_layout
26338
26339 \begin_layout Standard
26340 El límite se crea insertando un subíndice.
26341  Se imprime a la derecha junto a la función en una fórmula en línea:
26342 \end_layout
26343
26344 \begin_layout Standard
26345 \noindent
26346 \align center
26347 \begin_inset Tabular
26348 <lyxtabular version="3" rows="2" columns="2">
26349 <features tabularvalignment="middle">
26350 <column alignment="center" valignment="top" width="0pt">
26351 <column alignment="center" valignment="top" width="0pt">
26352 <row>
26353 <cell alignment="center" valignment="top" usebox="none">
26354 \begin_inset Text
26355
26356 \begin_layout Plain Layout
26357 Comando
26358 \end_layout
26359
26360 \end_inset
26361 </cell>
26362 <cell alignment="center" valignment="top" usebox="none">
26363 \begin_inset Text
26364
26365 \begin_layout Plain Layout
26366 \begin_inset space \hspace{}
26367 \length 1cm
26368 \end_inset
26369
26370 Resultado
26371 \begin_inset Note Note
26372 status collapsed
26373
26374 \begin_layout Plain Layout
26375
26376 \series bold
26377
26378 \backslash
26379 raisebox
26380 \series default
26381  se usa sólo como espaciador
26382 \end_layout
26383
26384 \end_inset
26385
26386
26387 \end_layout
26388
26389 \end_inset
26390 </cell>
26391 </row>
26392 <row>
26393 <cell alignment="center" valignment="top" usebox="none">
26394 \begin_inset Text
26395
26396 \begin_layout Plain Layout
26397
26398 \backslash
26399 lim_x
26400 \backslash
26401 to
26402 \begin_inset ERT
26403 status collapsed
26404
26405 \begin_layout Plain Layout
26406
26407
26408 \backslash
26409 spce 
26410 \end_layout
26411
26412 \end_inset
26413
26414 A
26415 \begin_inset ERT
26416 status collapsed
26417
26418 \begin_layout Plain Layout
26419
26420
26421 \backslash
26422 spce 
26423 \end_layout
26424
26425 \end_inset
26426
26427 x=B
26428 \end_layout
26429
26430 \end_inset
26431 </cell>
26432 <cell alignment="center" valignment="top" usebox="none">
26433 \begin_inset Text
26434
26435 \begin_layout Plain Layout
26436 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
26437 \end_inset
26438
26439
26440 \end_layout
26441
26442 \end_inset
26443 </cell>
26444 </row>
26445 </lyxtabular>
26446
26447 \end_inset
26448
26449
26450 \end_layout
26451
26452 \begin_layout Standard
26453 En una ecuación presentada el límite se imprime debajo, como es habitual:
26454 \begin_inset Formula 
26455 \[
26456 \lim\limits _{x\rightarrow A}=B
26457 \]
26458
26459 \end_inset
26460
26461
26462 \end_layout
26463
26464 \begin_layout Subsection
26465 Función módulo
26466 \begin_inset Index idx
26467 status collapsed
26468
26469 \begin_layout Plain Layout
26470 Funciones ! módulo
26471 \end_layout
26472
26473 \end_inset
26474
26475
26476 \end_layout
26477
26478 \begin_layout Standard
26479 La función módulo es especial, porque existe en cuatro variantes.
26480 \end_layout
26481
26482 \begin_layout Standard
26483 En una ecuación presentada:
26484 \begin_inset Formula 
26485 \begin{align*}
26486 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
26487 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26488 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26489 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26490 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26491 \end{align*}
26492
26493 \end_inset
26494
26495 En una ecuación en línea se pone menos espacio delante del nombre de la
26496  función para todas las variantes.
26497  Por omisión, las funciones módulo solo tienen en cuenta el primer carácter
26498  siguente.
26499  Para aplicarlas a más de un carácter hay que poner estos entre llaves TeX:
26500 \begin_inset Formula 
26501 \begin{align*}
26502 \underline{\textrm{Comando}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Resultado}}\\
26503 \mathrm{a\backslash pod\textrm{\spce}bcd} &  & a\pod bcd\\
26504 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26505 \end{align*}
26506
26507 \end_inset
26508
26509
26510 \end_layout
26511
26512 \begin_layout Section
26513 Caracteres especiales
26514 \begin_inset Index idx
26515 status collapsed
26516
26517 \begin_layout Plain Layout
26518 Caracteres especiales
26519 \end_layout
26520
26521 \end_inset
26522
26523
26524 \end_layout
26525
26526 \begin_layout Subsection
26527 Caracteres especiales en texto matemático
26528 \end_layout
26529
26530 \begin_layout Standard
26531 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
26532  TeX:
26533 \end_layout
26534
26535 \begin_layout Standard
26536 \begin_inset space \hfill{}
26537 \end_inset
26538
26539
26540 \begin_inset Tabular
26541 <lyxtabular version="3" rows="8" columns="2">
26542 <features tabularvalignment="middle">
26543 <column alignment="block" valignment="top" width="0">
26544 <column alignment="block" valignment="top" width="0">
26545 <row>
26546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26547 \begin_inset Text
26548
26549 \begin_layout Plain Layout
26550 Comando
26551 \end_layout
26552
26553 \end_inset
26554 </cell>
26555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26556 \begin_inset Text
26557
26558 \begin_layout Plain Layout
26559 Resultado
26560 \end_layout
26561
26562 \end_inset
26563 </cell>
26564 </row>
26565 <row>
26566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26567 \begin_inset Text
26568
26569 \begin_layout Plain Layout
26570
26571 \backslash
26572 oe
26573 \end_layout
26574
26575 \end_inset
26576 </cell>
26577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26578 \begin_inset Text
26579
26580 \begin_layout Plain Layout
26581 \begin_inset Formula $\textrm{œ}$
26582 \end_inset
26583
26584
26585 \end_layout
26586
26587 \end_inset
26588 </cell>
26589 </row>
26590 <row>
26591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26592 \begin_inset Text
26593
26594 \begin_layout Plain Layout
26595
26596 \backslash
26597 OE
26598 \end_layout
26599
26600 \end_inset
26601 </cell>
26602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26603 \begin_inset Text
26604
26605 \begin_layout Plain Layout
26606 \begin_inset Formula $\textrm{Œ}$
26607 \end_inset
26608
26609
26610 \end_layout
26611
26612 \end_inset
26613 </cell>
26614 </row>
26615 <row>
26616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26617 \begin_inset Text
26618
26619 \begin_layout Plain Layout
26620
26621 \backslash
26622 ae
26623 \end_layout
26624
26625 \end_inset
26626 </cell>
26627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26628 \begin_inset Text
26629
26630 \begin_layout Plain Layout
26631 \begin_inset Formula $\textrm{æ}$
26632 \end_inset
26633
26634
26635 \end_layout
26636
26637 \end_inset
26638 </cell>
26639 </row>
26640 <row>
26641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26642 \begin_inset Text
26643
26644 \begin_layout Plain Layout
26645
26646 \backslash
26647 AE
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Plain Layout
26656 \begin_inset Formula $\textrm{Æ}$
26657 \end_inset
26658
26659
26660 \end_layout
26661
26662 \end_inset
26663 </cell>
26664 </row>
26665 <row>
26666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26667 \begin_inset Text
26668
26669 \begin_layout Plain Layout
26670
26671 \backslash
26672 aa
26673 \end_layout
26674
26675 \end_inset
26676 </cell>
26677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26678 \begin_inset Text
26679
26680 \begin_layout Plain Layout
26681 \begin_inset Formula $\textrm{\aa}$
26682 \end_inset
26683
26684
26685 \end_layout
26686
26687 \end_inset
26688 </cell>
26689 </row>
26690 <row>
26691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26692 \begin_inset Text
26693
26694 \begin_layout Plain Layout
26695
26696 \backslash
26697 AA
26698 \begin_inset Index idx
26699 status collapsed
26700
26701 \begin_layout Plain Layout
26702
26703 \backslash
26704 @
26705 \begin_inset ERT
26706 status collapsed
26707
26708 \begin_layout Plain Layout
26709
26710
26711 \backslash
26712 textrm{
26713 \backslash
26714 AA}
26715 \end_layout
26716
26717 \end_inset
26718
26719
26720 \end_layout
26721
26722 \end_inset
26723
26724
26725 \end_layout
26726
26727 \end_inset
26728 </cell>
26729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26730 \begin_inset Text
26731
26732 \begin_layout Plain Layout
26733 \begin_inset Formula $\textrm{Å}$
26734 \end_inset
26735
26736
26737 \end_layout
26738
26739 \end_inset
26740 </cell>
26741 </row>
26742 <row>
26743 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26744 \begin_inset Text
26745
26746 \begin_layout Plain Layout
26747
26748 \backslash
26749 i
26750 \end_layout
26751
26752 \end_inset
26753 </cell>
26754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26755 \begin_inset Text
26756
26757 \begin_layout Plain Layout
26758 \begin_inset Formula $\textrm{ı}$
26759 \end_inset
26760
26761
26762 \end_layout
26763
26764 \end_inset
26765 </cell>
26766 </row>
26767 </lyxtabular>
26768
26769 \end_inset
26770
26771
26772 \begin_inset space \hfill{}
26773 \end_inset
26774
26775
26776 \begin_inset Tabular
26777 <lyxtabular version="3" rows="8" columns="2">
26778 <features tabularvalignment="middle">
26779 <column alignment="block" valignment="top" width="0">
26780 <column alignment="center" valignment="top" width="0">
26781 <row>
26782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26783 \begin_inset Text
26784
26785 \begin_layout Plain Layout
26786 Comando
26787 \begin_inset Note Note
26788 status collapsed
26789
26790 \begin_layout Plain Layout
26791
26792 \series bold
26793
26794 \backslash
26795 raisebox
26796 \series default
26797  se usa sólo como espaciador
26798 \end_layout
26799
26800 \end_inset
26801
26802
26803 \end_layout
26804
26805 \end_inset
26806 </cell>
26807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26808 \begin_inset Text
26809
26810 \begin_layout Plain Layout
26811 Resultado
26812 \end_layout
26813
26814 \end_inset
26815 </cell>
26816 </row>
26817 <row>
26818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26819 \begin_inset Text
26820
26821 \begin_layout Plain Layout
26822
26823 \backslash
26824 o
26825 \end_layout
26826
26827 \end_inset
26828 </cell>
26829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26830 \begin_inset Text
26831
26832 \begin_layout Plain Layout
26833 \begin_inset Formula $\textrm{ø}$
26834 \end_inset
26835
26836
26837 \end_layout
26838
26839 \end_inset
26840 </cell>
26841 </row>
26842 <row>
26843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26844 \begin_inset Text
26845
26846 \begin_layout Plain Layout
26847
26848 \backslash
26849 O
26850 \end_layout
26851
26852 \end_inset
26853 </cell>
26854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26855 \begin_inset Text
26856
26857 \begin_layout Plain Layout
26858 \begin_inset Formula $\textrm{Ø}$
26859 \end_inset
26860
26861
26862 \end_layout
26863
26864 \end_inset
26865 </cell>
26866 </row>
26867 <row>
26868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26869 \begin_inset Text
26870
26871 \begin_layout Plain Layout
26872
26873 \backslash
26874 l
26875 \end_layout
26876
26877 \end_inset
26878 </cell>
26879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26880 \begin_inset Text
26881
26882 \begin_layout Plain Layout
26883 \begin_inset Formula $\textrm{ł}$
26884 \end_inset
26885
26886
26887 \end_layout
26888
26889 \end_inset
26890 </cell>
26891 </row>
26892 <row>
26893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26894 \begin_inset Text
26895
26896 \begin_layout Plain Layout
26897
26898 \backslash
26899 L
26900 \end_layout
26901
26902 \end_inset
26903 </cell>
26904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26905 \begin_inset Text
26906
26907 \begin_layout Plain Layout
26908 \begin_inset Formula $\textrm{Ł}$
26909 \end_inset
26910
26911
26912 \end_layout
26913
26914 \end_inset
26915 </cell>
26916 </row>
26917 <row>
26918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26919 \begin_inset Text
26920
26921 \begin_layout Plain Layout
26922 !
26923 \begin_inset space \hspace{}
26924 \length 0mm
26925 \end_inset
26926
26927 `
26928 \begin_inset ERT
26929 status collapsed
26930
26931 \begin_layout Plain Layout
26932
26933
26934 \backslash
26935 spce 
26936 \end_layout
26937
26938 \end_inset
26939
26940
26941 \end_layout
26942
26943 \end_inset
26944 </cell>
26945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26946 \begin_inset Text
26947
26948 \begin_layout Plain Layout
26949 \begin_inset Formula $\textrm{!`}$
26950 \end_inset
26951
26952
26953 \end_layout
26954
26955 \end_inset
26956 </cell>
26957 </row>
26958 <row>
26959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26960 \begin_inset Text
26961
26962 \begin_layout Plain Layout
26963 ?
26964 \begin_inset space \hspace{}
26965 \length 0mm
26966 \end_inset
26967
26968 `
26969 \begin_inset ERT
26970 status collapsed
26971
26972 \begin_layout Plain Layout
26973
26974
26975 \backslash
26976 spce 
26977 \end_layout
26978
26979 \end_inset
26980
26981
26982 \end_layout
26983
26984 \end_inset
26985 </cell>
26986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26987 \begin_inset Text
26988
26989 \begin_layout Plain Layout
26990 \begin_inset Formula $\textrm{?`}$
26991 \end_inset
26992
26993
26994 \end_layout
26995
26996 \end_inset
26997 </cell>
26998 </row>
26999 <row>
27000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27001 \begin_inset Text
27002
27003 \begin_layout Plain Layout
27004
27005 \backslash
27006 j
27007 \end_layout
27008
27009 \end_inset
27010 </cell>
27011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27012 \begin_inset Text
27013
27014 \begin_layout Plain Layout
27015 \begin_inset Formula $\textrm{ȷ}$
27016 \end_inset
27017
27018
27019 \end_layout
27020
27021 \end_inset
27022 </cell>
27023 </row>
27024 </lyxtabular>
27025
27026 \end_inset
27027
27028
27029 \begin_inset space \hfill{}
27030 \end_inset
27031
27032
27033 \end_layout
27034
27035 \begin_layout Standard
27036 Los caracteres 
27037 \begin_inset Formula $\textrm{\textrm{Å}}$
27038 \end_inset
27039
27040  y 
27041 \begin_inset Formula $\textrm{\textrm{Ø}}$
27042 \end_inset
27043
27044  también se pueden insertar mediante el botón 
27045 \begin_inset Graphics
27046         filename ../../images/math/digamma.png
27047         scale 85
27048
27049 \end_inset
27050
27051  de la barra de ecuaciones.
27052 \end_layout
27053
27054 \begin_layout Standard
27055 Los comandos 
27056 \series bold
27057 !
27058 \begin_inset space \hspace{}
27059 \length 0mm
27060 \end_inset
27061
27062 `
27063 \series default
27064  y 
27065 \series bold
27066 ?
27067 \begin_inset space \hspace{}
27068 \length 0mm
27069 \end_inset
27070
27071 `
27072 \series default
27073  son una excepción porque se pueden insertar directamente a texto en LyX.
27074  
27075 \end_layout
27076
27077 \begin_layout Subsection
27078 Acentos en texto
27079 \begin_inset CommandInset label
27080 LatexCommand label
27081 name "sub:Acentos-en-texto"
27082
27083 \end_inset
27084
27085
27086 \begin_inset Index idx
27087 status collapsed
27088
27089 \begin_layout Plain Layout
27090 Acentos ! en texto
27091 \end_layout
27092
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \begin_layout Standard
27099 Con los siguientes comandos se pueden acentuar todas las letras.
27100  Los comandos deben ponerse en modo TeX.
27101 \end_layout
27102
27103 \begin_layout Standard
27104 \begin_inset space \hfill{}
27105 \end_inset
27106
27107
27108 \begin_inset Tabular
27109 <lyxtabular version="3" rows="8" columns="2">
27110 <features tabularvalignment="middle">
27111 <column alignment="block" valignment="top" width="0">
27112 <column alignment="block" valignment="top" width="0">
27113 <row>
27114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27115 \begin_inset Text
27116
27117 \begin_layout Plain Layout
27118 Comando
27119 \end_layout
27120
27121 \end_inset
27122 </cell>
27123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27124 \begin_inset Text
27125
27126 \begin_layout Plain Layout
27127 Resultado
27128 \end_layout
27129
27130 \end_inset
27131 </cell>
27132 </row>
27133 <row>
27134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27135 \begin_inset Text
27136
27137 \begin_layout Plain Layout
27138
27139 \backslash
27140
27141 \begin_inset Quotes grd
27142 \end_inset
27143
27144 e
27145 \end_layout
27146
27147 \end_inset
27148 </cell>
27149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27150 \begin_inset Text
27151
27152 \begin_layout Plain Layout
27153 \begin_inset ERT
27154 status collapsed
27155
27156 \begin_layout Plain Layout
27157
27158
27159 \backslash
27160 "e
27161 \end_layout
27162
27163 \end_inset
27164
27165
27166 \end_layout
27167
27168 \end_inset
27169 </cell>
27170 </row>
27171 <row>
27172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27173 \begin_inset Text
27174
27175 \begin_layout Plain Layout
27176
27177 \backslash
27178 `e
27179 \end_layout
27180
27181 \end_inset
27182 </cell>
27183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27184 \begin_inset Text
27185
27186 \begin_layout Plain Layout
27187 \begin_inset ERT
27188 status collapsed
27189
27190 \begin_layout Plain Layout
27191
27192
27193 \backslash
27194 `e
27195 \end_layout
27196
27197 \end_inset
27198
27199
27200 \end_layout
27201
27202 \end_inset
27203 </cell>
27204 </row>
27205 <row>
27206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27207 \begin_inset Text
27208
27209 \begin_layout Plain Layout
27210
27211 \backslash
27212 ^
27213 \begin_inset ERT
27214 status collapsed
27215
27216 \begin_layout Plain Layout
27217
27218
27219 \backslash
27220 spce 
27221 \end_layout
27222
27223 \end_inset
27224
27225 e
27226 \end_layout
27227
27228 \end_inset
27229 </cell>
27230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27231 \begin_inset Text
27232
27233 \begin_layout Plain Layout
27234 \begin_inset ERT
27235 status collapsed
27236
27237 \begin_layout Plain Layout
27238
27239
27240 \backslash
27241 ^e
27242 \end_layout
27243
27244 \end_inset
27245
27246
27247 \end_layout
27248
27249 \end_inset
27250 </cell>
27251 </row>
27252 <row>
27253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27254 \begin_inset Text
27255
27256 \begin_layout Plain Layout
27257
27258 \backslash
27259 =e
27260 \end_layout
27261
27262 \end_inset
27263 </cell>
27264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27265 \begin_inset Text
27266
27267 \begin_layout Plain Layout
27268 \begin_inset ERT
27269 status collapsed
27270
27271 \begin_layout Plain Layout
27272
27273
27274 \backslash
27275 =e
27276 \end_layout
27277
27278 \end_inset
27279
27280
27281 \end_layout
27282
27283 \end_inset
27284 </cell>
27285 </row>
27286 <row>
27287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27288 \begin_inset Text
27289
27290 \begin_layout Plain Layout
27291
27292 \backslash
27293 u
27294 \begin_inset ERT
27295 status collapsed
27296
27297 \begin_layout Plain Layout
27298
27299
27300 \backslash
27301 spce 
27302 \end_layout
27303
27304 \end_inset
27305
27306 e
27307 \end_layout
27308
27309 \end_inset
27310 </cell>
27311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27312 \begin_inset Text
27313
27314 \begin_layout Plain Layout
27315 \begin_inset ERT
27316 status collapsed
27317
27318 \begin_layout Plain Layout
27319
27320
27321 \backslash
27322 u e
27323 \end_layout
27324
27325 \end_inset
27326
27327
27328 \end_layout
27329
27330 \end_inset
27331 </cell>
27332 </row>
27333 <row>
27334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27335 \begin_inset Text
27336
27337 \begin_layout Plain Layout
27338
27339 \backslash
27340 b
27341 \begin_inset ERT
27342 status collapsed
27343
27344 \begin_layout Plain Layout
27345
27346
27347 \backslash
27348 spce 
27349 \end_layout
27350
27351 \end_inset
27352
27353 e
27354 \end_layout
27355
27356 \end_inset
27357 </cell>
27358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27359 \begin_inset Text
27360
27361 \begin_layout Plain Layout
27362 \begin_inset ERT
27363 status collapsed
27364
27365 \begin_layout Plain Layout
27366
27367
27368 \backslash
27369 b e
27370 \end_layout
27371
27372 \end_inset
27373
27374
27375 \end_layout
27376
27377 \end_inset
27378 </cell>
27379 </row>
27380 <row>
27381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27382 \begin_inset Text
27383
27384 \begin_layout Plain Layout
27385
27386 \backslash
27387 t
27388 \begin_inset ERT
27389 status collapsed
27390
27391 \begin_layout Plain Layout
27392
27393
27394 \backslash
27395 spce 
27396 \end_layout
27397
27398 \end_inset
27399
27400 ee
27401 \end_layout
27402
27403 \end_inset
27404 </cell>
27405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27406 \begin_inset Text
27407
27408 \begin_layout Plain Layout
27409 \begin_inset ERT
27410 status collapsed
27411
27412 \begin_layout Plain Layout
27413
27414
27415 \backslash
27416 t ee
27417 \end_layout
27418
27419 \end_inset
27420
27421
27422 \end_layout
27423
27424 \end_inset
27425 </cell>
27426 </row>
27427 </lyxtabular>
27428
27429 \end_inset
27430
27431
27432 \begin_inset space \hfill{}
27433 \end_inset
27434
27435
27436 \begin_inset Tabular
27437 <lyxtabular version="3" rows="8" columns="2">
27438 <features tabularvalignment="middle">
27439 <column alignment="block" valignment="top" width="0">
27440 <column alignment="center" valignment="top" width="0">
27441 <row>
27442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27443 \begin_inset Text
27444
27445 \begin_layout Plain Layout
27446 Comando
27447 \end_layout
27448
27449 \end_inset
27450 </cell>
27451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27452 \begin_inset Text
27453
27454 \begin_layout Plain Layout
27455 Resultado
27456 \end_layout
27457
27458 \end_inset
27459 </cell>
27460 </row>
27461 <row>
27462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27463 \begin_inset Text
27464
27465 \begin_layout Plain Layout
27466
27467 \backslash
27468 H
27469 \begin_inset ERT
27470 status collapsed
27471
27472 \begin_layout Plain Layout
27473
27474
27475 \backslash
27476 spce 
27477 \end_layout
27478
27479 \end_inset
27480
27481 e
27482 \end_layout
27483
27484 \end_inset
27485 </cell>
27486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27487 \begin_inset Text
27488
27489 \begin_layout Plain Layout
27490 \begin_inset ERT
27491 status collapsed
27492
27493 \begin_layout Plain Layout
27494
27495
27496 \backslash
27497 H e
27498 \end_layout
27499
27500 \end_inset
27501
27502
27503 \end_layout
27504
27505 \end_inset
27506 </cell>
27507 </row>
27508 <row>
27509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27510 \begin_inset Text
27511
27512 \begin_layout Plain Layout
27513
27514 \backslash
27515 'e
27516 \end_layout
27517
27518 \end_inset
27519 </cell>
27520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27521 \begin_inset Text
27522
27523 \begin_layout Plain Layout
27524 \begin_inset ERT
27525 status collapsed
27526
27527 \begin_layout Plain Layout
27528
27529
27530 \backslash
27531 'e
27532 \end_layout
27533
27534 \end_inset
27535
27536
27537 \end_layout
27538
27539 \end_inset
27540 </cell>
27541 </row>
27542 <row>
27543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27544 \begin_inset Text
27545
27546 \begin_layout Plain Layout
27547
27548 \backslash
27549 ~e
27550 \begin_inset Index idx
27551 status collapsed
27552
27553 \begin_layout Plain Layout
27554 Tilde
27555 \end_layout
27556
27557 \end_inset
27558
27559
27560 \end_layout
27561
27562 \end_inset
27563 </cell>
27564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27565 \begin_inset Text
27566
27567 \begin_layout Plain Layout
27568 \begin_inset ERT
27569 status collapsed
27570
27571 \begin_layout Plain Layout
27572
27573
27574 \backslash
27575 ~e
27576 \end_layout
27577
27578 \end_inset
27579
27580
27581 \end_layout
27582
27583 \end_inset
27584 </cell>
27585 </row>
27586 <row>
27587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27588 \begin_inset Text
27589
27590 \begin_layout Plain Layout
27591
27592 \backslash
27593 .e
27594 \end_layout
27595
27596 \end_inset
27597 </cell>
27598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27599 \begin_inset Text
27600
27601 \begin_layout Plain Layout
27602 \begin_inset ERT
27603 status collapsed
27604
27605 \begin_layout Plain Layout
27606
27607
27608 \backslash
27609 .e
27610 \end_layout
27611
27612 \end_inset
27613
27614
27615 \end_layout
27616
27617 \end_inset
27618 </cell>
27619 </row>
27620 <row>
27621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27622 \begin_inset Text
27623
27624 \begin_layout Plain Layout
27625
27626 \backslash
27627 v
27628 \begin_inset ERT
27629 status collapsed
27630
27631 \begin_layout Plain Layout
27632
27633
27634 \backslash
27635 spce 
27636 \end_layout
27637
27638 \end_inset
27639
27640 e
27641 \end_layout
27642
27643 \end_inset
27644 </cell>
27645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27646 \begin_inset Text
27647
27648 \begin_layout Plain Layout
27649 \begin_inset ERT
27650 status collapsed
27651
27652 \begin_layout Plain Layout
27653
27654
27655 \backslash
27656 v e
27657 \end_layout
27658
27659 \end_inset
27660
27661
27662 \end_layout
27663
27664 \end_inset
27665 </cell>
27666 </row>
27667 <row>
27668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27669 \begin_inset Text
27670
27671 \begin_layout Plain Layout
27672
27673 \backslash
27674 d
27675 \begin_inset ERT
27676 status collapsed
27677
27678 \begin_layout Plain Layout
27679
27680
27681 \backslash
27682 spce 
27683 \end_layout
27684
27685 \end_inset
27686
27687 e
27688 \end_layout
27689
27690 \end_inset
27691 </cell>
27692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27693 \begin_inset Text
27694
27695 \begin_layout Plain Layout
27696 \begin_inset ERT
27697 status collapsed
27698
27699 \begin_layout Plain Layout
27700
27701
27702 \backslash
27703 d e
27704 \end_layout
27705
27706 \end_inset
27707
27708
27709 \end_layout
27710
27711 \end_inset
27712 </cell>
27713 </row>
27714 <row>
27715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27716 \begin_inset Text
27717
27718 \begin_layout Plain Layout
27719
27720 \backslash
27721 c
27722 \begin_inset ERT
27723 status collapsed
27724
27725 \begin_layout Plain Layout
27726
27727
27728 \backslash
27729 spce 
27730 \end_layout
27731
27732 \end_inset
27733
27734 e
27735 \end_layout
27736
27737 \end_inset
27738 </cell>
27739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27740 \begin_inset Text
27741
27742 \begin_layout Plain Layout
27743 \begin_inset ERT
27744 status collapsed
27745
27746 \begin_layout Plain Layout
27747
27748
27749 \backslash
27750 c e
27751 \end_layout
27752
27753 \end_inset
27754
27755
27756 \end_layout
27757
27758 \end_inset
27759 </cell>
27760 </row>
27761 </lyxtabular>
27762
27763 \end_inset
27764
27765
27766 \begin_inset space \hfill{}
27767 \end_inset
27768
27769
27770 \end_layout
27771
27772 \begin_layout Standard
27773 \begin_inset VSpace medskip
27774 \end_inset
27775
27776
27777 \end_layout
27778
27779 \begin_layout Standard
27780 Con el comando 
27781 \series bold
27782
27783 \backslash
27784 t
27785 \series default
27786  también se pueden acentuar dos caracteres distintos.
27787  El comando 
27788 \series bold
27789
27790 \backslash
27791 t
27792 \begin_inset ERT
27793 status collapsed
27794
27795 \begin_layout Plain Layout
27796
27797
27798 \backslash
27799 spce 
27800 \end_layout
27801
27802 \end_inset
27803
27804 sz
27805 \series default
27806  genera 
27807 \begin_inset ERT
27808 status collapsed
27809
27810 \begin_layout Plain Layout
27811
27812
27813 \backslash
27814 t sz
27815 \end_layout
27816
27817 \end_inset
27818
27819
27820 \end_layout
27821
27822 \begin_layout Standard
27823 Los acentos 
27824 \series bold
27825 `
27826 \series default
27827  , 
27828 \series bold
27829 '
27830 \series default
27831  y 
27832 \series bold
27833 ^
27834 \series default
27835  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27836  TeX.
27837  Lo mismo se aplica a la tilde
27838 \begin_inset Foot
27839 status collapsed
27840
27841 \begin_layout Plain Layout
27842 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27843 \end_layout
27844
27845 \end_inset
27846
27847  con 
27848 \emph on
27849 a
27850 \emph default
27851
27852 \emph on
27853 o
27854 \emph default
27855  y 
27856 \emph on
27857 n.
27858 \end_layout
27859
27860 \begin_layout Standard
27861 Los comandos 
27862 \series bold
27863
27864 \backslash
27865 b
27866 \series default
27867  , 
27868 \series bold
27869
27870 \backslash
27871 c
27872 \series default
27873  , 
27874 \series bold
27875
27876 \backslash
27877 d
27878 \series default
27879  , 
27880 \series bold
27881
27882 \backslash
27883 H
27884 \series default
27885  , 
27886 \series bold
27887
27888 \backslash
27889 t
27890 \series default
27891  , 
27892 \series bold
27893
27894 \backslash
27895 u
27896 \series default
27897  , 
27898 \series bold
27899
27900 \backslash
27901 v
27902 \series default
27903 , y acentos insertados directamente con el teclado también están disponibles
27904  en texto matemático.
27905  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27906  
27907 \begin_inset CommandInset ref
27908 LatexCommand ref
27909 reference "sub:Acentos-para-un"
27910
27911 \end_inset
27912
27913 .
27914 \end_layout
27915
27916 \begin_layout Standard
27917 \begin_inset VSpace bigskip
27918 \end_inset
27919
27920
27921 \end_layout
27922
27923 \begin_layout Standard
27924 Además, con el comando 
27925 \series bold
27926
27927 \backslash
27928 textcircled
27929 \series default
27930
27931 \begin_inset Index idx
27932 status collapsed
27933
27934 \begin_layout Plain Layout
27935 Comandos ! T ! 
27936 \backslash
27937 textcircled
27938 \end_layout
27939
27940 \end_inset
27941
27942  se pueden insertar en un círculo todos los números y letras, de forma parecida
27943  al símbolo copyright.
27944 \end_layout
27945
27946 \begin_layout Standard
27947 \noindent
27948 \align center
27949 \begin_inset Tabular
27950 <lyxtabular version="3" rows="3" columns="2">
27951 <features tabularvalignment="middle">
27952 <column alignment="center" valignment="top" width="0">
27953 <column alignment="center" valignment="top" width="0">
27954 <row>
27955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27956 \begin_inset Text
27957
27958 \begin_layout Plain Layout
27959 Comando
27960 \end_layout
27961
27962 \end_inset
27963 </cell>
27964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27965 \begin_inset Text
27966
27967 \begin_layout Plain Layout
27968 Resultado
27969 \begin_inset Note Note
27970 status collapsed
27971
27972 \begin_layout Plain Layout
27973
27974 \series bold
27975
27976 \backslash
27977 raisebox
27978 \series default
27979  se usa sólo como espaciador
27980 \end_layout
27981
27982 \end_inset
27983
27984
27985 \end_layout
27986
27987 \end_inset
27988 </cell>
27989 </row>
27990 <row>
27991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27992 \begin_inset Text
27993
27994 \begin_layout Plain Layout
27995
27996 \backslash
27997 textcircled{w}
27998 \end_layout
27999
28000 \end_inset
28001 </cell>
28002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28003 \begin_inset Text
28004
28005 \begin_layout Plain Layout
28006 \begin_inset ERT
28007 status collapsed
28008
28009 \begin_layout Plain Layout
28010
28011
28012 \backslash
28013 textcircled{w}
28014 \end_layout
28015
28016 \end_inset
28017
28018
28019 \end_layout
28020
28021 \end_inset
28022 </cell>
28023 </row>
28024 <row>
28025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28026 \begin_inset Text
28027
28028 \begin_layout Plain Layout
28029
28030 \backslash
28031 Large 
28032 \backslash
28033 textcircled{
28034 \backslash
28035 normalsize
28036 \backslash
28037 protect
28038 \backslash
28039 raisebox{-1.5pt}{W}}
28040 \end_layout
28041
28042 \end_inset
28043 </cell>
28044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28045 \begin_inset Text
28046
28047 \begin_layout Plain Layout
28048 \begin_inset Formula $\raisebox{4.5mm}{}$
28049 \end_inset
28050
28051
28052 \begin_inset ERT
28053 status collapsed
28054
28055 \begin_layout Plain Layout
28056
28057
28058 \backslash
28059 Large 
28060 \backslash
28061 textcircled{
28062 \backslash
28063 normalsize
28064 \backslash
28065 protect
28066 \backslash
28067 raisebox{-1.5pt}W}
28068 \end_layout
28069
28070 \end_inset
28071
28072
28073 \begin_inset Formula $\raisebox{-2mm}{}$
28074 \end_inset
28075
28076
28077 \end_layout
28078
28079 \end_inset
28080 </cell>
28081 </row>
28082 </lyxtabular>
28083
28084 \end_inset
28085
28086
28087 \end_layout
28088
28089 \begin_layout Standard
28090 Hay que tener cuidado que el carácter se ajuste al círculo.
28091  Por eso 
28092 \series bold
28093
28094 \backslash
28095 Large
28096 \begin_inset Foot
28097 status collapsed
28098
28099 \begin_layout Plain Layout
28100 véase 
28101 \begin_inset CommandInset ref
28102 LatexCommand ref
28103 reference "sub:Tamaños-de-tipografías"
28104
28105 \end_inset
28106
28107
28108 \end_layout
28109
28110 \end_inset
28111
28112
28113 \series default
28114  especifica el tamaño del círculo.
28115  Con ayuda de 
28116 \series bold
28117
28118 \backslash
28119 raisebox
28120 \begin_inset Foot
28121 status collapsed
28122
28123 \begin_layout Plain Layout
28124 véase 
28125 \begin_inset CommandInset ref
28126 LatexCommand ref
28127 reference "sub:Marcos-sin-bordes"
28128
28129 \end_inset
28130
28131
28132 \end_layout
28133
28134 \end_inset
28135
28136
28137 \series default
28138  se puede centrar el carácter.
28139 \end_layout
28140
28141 \begin_layout Subsection
28142 Números en estilo antiguo
28143 \begin_inset Index idx
28144 status collapsed
28145
28146 \begin_layout Plain Layout
28147 Numeros@Números ! en estilo antiguo
28148 \end_layout
28149
28150 \end_inset
28151
28152
28153 \end_layout
28154
28155 \begin_layout Standard
28156 Los números en estilo antiguo o elzevirianos se componen con el comando
28157  
28158 \series bold
28159
28160 \backslash
28161 oldstylenums
28162 \series default
28163
28164 \begin_inset Index idx
28165 status collapsed
28166
28167 \begin_layout Plain Layout
28168 Comandos ! O ! 
28169 \backslash
28170 oldstylenums
28171 \end_layout
28172
28173 \end_inset
28174
28175 .
28176  El comando se puede usar en ecuaciones y en modo TeX.
28177  Su esquema es:
28178 \end_layout
28179
28180 \begin_layout Standard
28181
28182 \series bold
28183
28184 \backslash
28185 oldstylenums{número}
28186 \end_layout
28187
28188 \begin_layout Standard
28189 El comando 
28190 \series bold
28191
28192 \backslash
28193 oldstylenums{0123456789}
28194 \series default
28195  genera: 
28196 \begin_inset Formula $\oldstylenums{0123456789}$
28197 \end_inset
28198
28199
28200 \end_layout
28201
28202 \begin_layout Subsection
28203 Caracteres especiales misceláneos
28204 \begin_inset CommandInset label
28205 LatexCommand label
28206 name "sub:Caracteres-especiales-misceláneos"
28207
28208 \end_inset
28209
28210
28211 \begin_inset Index idx
28212 status collapsed
28213
28214 \begin_layout Plain Layout
28215 Caracteres especiales ! misceláneos
28216 \end_layout
28217
28218 \end_inset
28219
28220
28221 \end_layout
28222
28223 \begin_layout Standard
28224 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
28225  comandos:
28226 \end_layout
28227
28228 \begin_layout Standard
28229 \noindent
28230 \align center
28231 \begin_inset Tabular
28232 <lyxtabular version="3" rows="4" columns="2">
28233 <features tabularvalignment="middle">
28234 <column alignment="center" valignment="top" width="0">
28235 <column alignment="center" valignment="top" width="0">
28236 <row>
28237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28238 \begin_inset Text
28239
28240 \begin_layout Plain Layout
28241 Comando
28242 \end_layout
28243
28244 \end_inset
28245 </cell>
28246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28247 \begin_inset Text
28248
28249 \begin_layout Plain Layout
28250 Resultado
28251 \end_layout
28252
28253 \end_inset
28254 </cell>
28255 </row>
28256 <row>
28257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28258 \begin_inset Text
28259
28260 \begin_layout Plain Layout
28261
28262 \backslash
28263 ^
28264 \begin_inset ERT
28265 status collapsed
28266
28267 \begin_layout Plain Layout
28268
28269
28270 \backslash
28271 spce 
28272 \end_layout
28273
28274 \end_inset
28275
28276
28277 \end_layout
28278
28279 \end_inset
28280 </cell>
28281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28282 \begin_inset Text
28283
28284 \begin_layout Plain Layout
28285 \begin_inset Formula $\mathcircumflex$
28286 \end_inset
28287
28288
28289 \end_layout
28290
28291 \end_inset
28292 </cell>
28293 </row>
28294 <row>
28295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28296 \begin_inset Text
28297
28298 \begin_layout Plain Layout
28299
28300 \backslash
28301 _
28302 \end_layout
28303
28304 \end_inset
28305 </cell>
28306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28307 \begin_inset Text
28308
28309 \begin_layout Plain Layout
28310 \begin_inset Formula $\_$
28311 \end_inset
28312
28313
28314 \end_layout
28315
28316 \end_inset
28317 </cell>
28318 </row>
28319 <row>
28320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28321 \begin_inset Text
28322
28323 \begin_layout Plain Layout
28324 ^
28325 \begin_inset ERT
28326 status collapsed
28327
28328 \begin_layout Plain Layout
28329
28330
28331 \backslash
28332 spce 
28333 \end_layout
28334
28335 \end_inset
28336
28337
28338 \backslash
28339 circ
28340 \begin_inset Index idx
28341 status collapsed
28342
28343 \begin_layout Plain Layout
28344
28345 \backslash
28346
28347 \end_layout
28348
28349 \end_inset
28350
28351
28352 \end_layout
28353
28354 \end_inset
28355 </cell>
28356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28357 \begin_inset Text
28358
28359 \begin_layout Plain Layout
28360 \begin_inset Formula $^{\circ}$
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \end_inset
28367 </cell>
28368 </row>
28369 </lyxtabular>
28370
28371 \end_inset
28372
28373
28374 \end_layout
28375
28376 \begin_layout Standard
28377 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
28378  LaTeX contiene la línea:
28379 \begin_inset Foot
28380 status open
28381
28382 \begin_layout Plain Layout
28383 Más sobre este asunto en 
28384 \begin_inset CommandInset ref
28385 LatexCommand ref
28386 reference "sub:Caracteres-de-texto"
28387
28388 \end_inset
28389
28390
28391 \end_layout
28392
28393 \end_inset
28394
28395  
28396 \end_layout
28397
28398 \begin_layout Standard
28399
28400 \series bold
28401
28402 \backslash
28403 DeclareInputtext{176}{
28404 \backslash
28405 ifmmode^
28406 \backslash
28407 circ
28408 \backslash
28409 else
28410 \backslash
28411 textdegree
28412 \backslash
28413 fi}
28414 \end_layout
28415
28416 \begin_layout Section
28417 Estilos de ecuación
28418 \begin_inset CommandInset label
28419 LatexCommand label
28420 name "sec:Estilos-de-ecuación"
28421
28422 \end_inset
28423
28424
28425 \begin_inset Index idx
28426 status collapsed
28427
28428 \begin_layout Plain Layout
28429 Ecuación ! estilos de
28430 \end_layout
28431
28432 \end_inset
28433
28434
28435 \end_layout
28436
28437 \begin_layout Itemize
28438 Hay dos estilos diferentes de alineación:
28439 \end_layout
28440
28441 \begin_deeper
28442 \begin_layout Description
28443 Centrado es el estándar predefinido
28444 \end_layout
28445
28446 \begin_layout Description
28447 Sangrado para este estilo debe insertarse la opción de clase 
28448 \series bold
28449 fleqn
28450 \series default
28451  en el menú 
28452 \family sans
28453 Documento\SpecialChar \menuseparator
28454 Configuración
28455 \family default
28456  bajo 
28457 \family sans
28458 Clase de documento
28459 \end_layout
28460
28461 \begin_layout Standard
28462 Cuando se usa 
28463 \series bold
28464 Sangrado
28465 \series default
28466 , éste se puede ajustar con la longitud 
28467 \series bold
28468
28469 \backslash
28470 mathindent
28471 \series default
28472
28473 \begin_inset Index idx
28474 status collapsed
28475
28476 \begin_layout Plain Layout
28477 Comandos ! M ! 
28478 \backslash
28479 mathindent
28480 \end_layout
28481
28482 \end_inset
28483
28484 .
28485  Para 15
28486 \begin_inset space \thinspace{}
28487 \end_inset
28488
28489 mm, por ejemplo, se inserta esta línea de comando en el preámbulo LaTeX:
28490 \end_layout
28491
28492 \begin_layout Standard
28493
28494 \series bold
28495
28496 \backslash
28497 setlength{
28498 \backslash
28499 mathindent}{15mm}
28500 \end_layout
28501
28502 \begin_layout Standard
28503 Si no se especifica longitud se usa el valor predeterminado de 30
28504 \begin_inset space \thinspace{}
28505 \end_inset
28506
28507 pt.
28508 \end_layout
28509
28510 \end_deeper
28511 \begin_layout Itemize
28512 Y dos estilos diferentes de numeración:
28513 \end_layout
28514
28515 \begin_deeper
28516 \begin_layout Description
28517 Derecha es el estándar predefinido
28518 \end_layout
28519
28520 \begin_layout Description
28521 Izquierda para este estilo debe insertarse la opción de clase 
28522 \series bold
28523 leqno
28524 \series default
28525  en el menú 
28526 \family sans
28527 Documento\SpecialChar \menuseparator
28528 Configuración
28529 \family default
28530  bajo 
28531 \family sans
28532 Clase de documento
28533 \end_layout
28534
28535 \end_deeper
28536 \begin_layout Standard
28537
28538 \series bold
28539 fleqn
28540 \series default
28541  y 
28542 \series bold
28543 leqno
28544 \series default
28545  también se pueden usar juntos.
28546  En ese caso se insertan ambas opciones, separadas por una coma.
28547 \end_layout
28548
28549 \begin_layout Standard
28550 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
28551  documento.
28552  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
28553  estilo 
28554 \series bold
28555 Centrado
28556 \series default
28557  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
28558 \begin_inset CommandInset ref
28559 LatexCommand ref
28560 reference "sub:Entorno-flalign"
28561
28562 \end_inset
28563
28564 .
28565 \end_layout
28566
28567 \begin_layout Section
28568 Ecuaciones multilínea
28569 \begin_inset CommandInset label
28570 LatexCommand label
28571 name "sec:Ecuaciones-multilínea"
28572
28573 \end_inset
28574
28575
28576 \begin_inset Index idx
28577 status collapsed
28578
28579 \begin_layout Plain Layout
28580 Ecuación ! multilínea
28581 \end_layout
28582
28583 \end_inset
28584
28585
28586 \end_layout
28587
28588 \begin_layout Subsection
28589 General
28590 \end_layout
28591
28592 \begin_layout Standard
28593 En LyX se generan nuevas líneas en una ecuación con 
28594 \family sans
28595 \series bold
28596 Ctrl+Entrar
28597 \family default
28598 \series default
28599 .
28600  Esto crea un 
28601 \series bold
28602 entorno eqnarray
28603 \series default
28604 , que se describe en
28605 \begin_inset space ~
28606 \end_inset
28607
28608
28609 \begin_inset CommandInset ref
28610 LatexCommand ref
28611 reference "sub:Entorno-eqnarray"
28612
28613 \end_inset
28614
28615  o, si se ha marcado la opción 
28616 \family sans
28617 Usar
28618 \begin_inset space ~
28619 \end_inset
28620
28621 el
28622 \begin_inset space ~
28623 \end_inset
28624
28625 paquete
28626 \begin_inset space ~
28627 \end_inset
28628
28629 de
28630 \begin_inset space ~
28631 \end_inset
28632
28633 ecuaciones
28634 \begin_inset space ~
28635 \end_inset
28636
28637 AMS
28638 \family default
28639  en la configuración del documento
28640 \family sans
28641 , un 
28642 \series bold
28643 entorno
28644 \family default
28645 \series default
28646  
28647 \series bold
28648 align
28649 \series default
28650 , que se describe en
28651 \begin_inset space ~
28652 \end_inset
28653
28654
28655 \begin_inset CommandInset ref
28656 LatexCommand ref
28657 reference "sub:Entorno-align-estándar"
28658
28659 \end_inset
28660
28661 .
28662  Se recomienda el entorno align porque proporciona una salida tipográficamente
28663  correcta en cualquier caso.
28664 \end_layout
28665
28666 \begin_layout Standard
28667 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28668  el menú 
28669 \family sans
28670 Insertar\SpecialChar \menuseparator
28671 Ecuación
28672 \family default
28673 .
28674  En las siguientes secciones se describen estos entornos.
28675 \end_layout
28676
28677 \begin_layout Standard
28678 En todos los entornos de ecuación multilínea la combinación 
28679 \family sans
28680 Ctrl+Entrar
28681 \family default
28682  genera una línea nueva.
28683  Para añadir o quitar líneas se pueden usar los botones 
28684 \begin_inset Graphics
28685         filename ../../images/tabular-feature_append-row.png
28686         scale 85
28687
28688 \end_inset
28689
28690  o 
28691 \begin_inset Graphics
28692         filename ../../images/tabular-feature_delete-row.png
28693         scale 85
28694
28695 \end_inset
28696
28697 de la barra de herramientas, respectivamente, o el menú 
28698 \family sans
28699 Editar\SpecialChar \menuseparator
28700 Filas y columnas
28701 \family default
28702 .
28703 \end_layout
28704
28705 \begin_layout Subsubsection
28706 Separación de líneas
28707 \begin_inset CommandInset label
28708 LatexCommand label
28709 name "sub:Separación-de-líneas"
28710
28711 \end_inset
28712
28713
28714 \begin_inset Index idx
28715 status collapsed
28716
28717 \begin_layout Plain Layout
28718 Ecuación ! multilínea ! separación de filas
28719 \end_layout
28720
28721 \end_inset
28722
28723
28724 \end_layout
28725
28726 \begin_layout Standard
28727 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28728 \begin_inset Formula 
28729 \begin{eqnarray*}
28730 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}\\
28731 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
28732 \end{eqnarray*}
28733
28734 \end_inset
28735
28736 En LaTeX un espacio adicional para una línea se especifica como argumento
28737  opcional del comando de nueva línea.
28738  Esto aún no es posible en LYX,
28739 \begin_inset Foot
28740 status collapsed
28741
28742 \begin_layout Plain Layout
28743 véase 
28744 \begin_inset CommandInset href
28745 LatexCommand href
28746 name "LyX-bug #1505"
28747 target "http://www.lyx.org/trac/ticket/1505"
28748
28749 \end_inset
28750
28751
28752 \end_layout
28753
28754 \end_inset
28755
28756  por lo que toda la ecuación debe insertarse en modo TeX.
28757  Para añadir espacio en nuestro ejemplo se inserta el comando 
28758 \series bold
28759
28760 \backslash
28761
28762 \backslash
28763 [3mm]
28764 \series default
28765  al final de la primera línea.
28766  Así: 
28767 \begin_inset ERT
28768 status collapsed
28769
28770 \begin_layout Plain Layout
28771
28772
28773 \backslash
28774 begin{eqnarray*}
28775 \end_layout
28776
28777 \begin_layout Plain Layout
28778
28779 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28780  = & 
28781 \backslash
28782 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28783 \backslash
28784
28785 \backslash
28786 [3mm]
28787 \end_layout
28788
28789 \begin_layout Plain Layout
28790
28791 4x^{2}
28792 \backslash
28793 left(B^{2}+x_{0}^{2}
28794 \backslash
28795 right)+4x_{0}x
28796 \backslash
28797 left(D-B^{2}
28798 \backslash
28799 right)+B^{2}
28800 \backslash
28801 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28802 \backslash
28803 right) & = & 0
28804 \end_layout
28805
28806 \begin_layout Plain Layout
28807
28808
28809 \backslash
28810 end{eqnarray*}
28811 \end_layout
28812
28813 \end_inset
28814
28815
28816 \begin_inset VSpace bigskip
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \begin_layout Standard
28823 Para obtener separación en todas las líneas hay que cambiar la longitud
28824  
28825 \series bold
28826
28827 \backslash
28828 jot
28829 \series default
28830
28831 \begin_inset Index idx
28832 status collapsed
28833
28834 \begin_layout Plain Layout
28835 Comandos ! J ! 
28836 \backslash
28837 jot
28838 \end_layout
28839
28840 \end_inset
28841
28842 .
28843  La definición es: 
28844 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28845 \end_inset
28846
28847 .
28848  El valor predeterminado para 
28849 \series bold
28850
28851 \backslash
28852 jot
28853 \series default
28854  es 3
28855 \begin_inset space \thinspace{}
28856 \end_inset
28857
28858 pt.
28859  Para establecer una separación adicional de 3
28860 \begin_inset space \thinspace{}
28861 \end_inset
28862
28863 mm como en el ejemplo anterior, se inserta el comando
28864 \end_layout
28865
28866 \begin_layout Standard
28867
28868 \series bold
28869
28870 \backslash
28871 setlength{
28872 \backslash
28873 jot}{3mm+3pt}
28874 \end_layout
28875
28876 \begin_layout Standard
28877 en modo TeX antes de la ecuación.
28878  Es necesario cargar el paquete 
28879 \series bold
28880 calc
28881 \series default
28882
28883 \begin_inset Foot
28884 status collapsed
28885
28886 \begin_layout Plain Layout
28887
28888 \series bold
28889 calc
28890 \series default
28891  forma parte de toda instalación LaTeX estándar.
28892 \end_layout
28893
28894 \end_inset
28895
28896
28897 \begin_inset Index idx
28898 status collapsed
28899
28900 \begin_layout Plain Layout
28901 Paquetes ! calc
28902 \end_layout
28903
28904 \end_inset
28905
28906  en el preámbulo con la línea
28907 \end_layout
28908
28909 \begin_layout Standard
28910
28911 \series bold
28912
28913 \backslash
28914 usepackage{calc}
28915 \end_layout
28916
28917 \begin_layout Standard
28918 Se obtiene:
28919 \begin_inset ERT
28920 status collapsed
28921
28922 \begin_layout Plain Layout
28923
28924
28925 \backslash
28926 setlength{
28927 \backslash
28928 jot}{3mm+3pt}
28929 \end_layout
28930
28931 \end_inset
28932
28933
28934 \begin_inset Formula 
28935 \begin{eqnarray*}
28936 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}\\
28937 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
28938 \end{eqnarray*}
28939
28940 \end_inset
28941
28942
28943 \begin_inset ERT
28944 status collapsed
28945
28946 \begin_layout Plain Layout
28947
28948
28949 \backslash
28950 setlength{
28951 \backslash
28952 jot}{3pt}
28953 \end_layout
28954
28955 \end_inset
28956
28957  Para volver a la distancia predeterminada, 
28958 \series bold
28959
28960 \backslash
28961 jot
28962 \series default
28963  se establece en 3
28964 \begin_inset space \thinspace{}
28965 \end_inset
28966
28967 pt.
28968 \end_layout
28969
28970 \begin_layout Subsubsection
28971 Separación de columnas
28972 \begin_inset CommandInset label
28973 LatexCommand label
28974 name "sub:Separación-de-columnas"
28975
28976 \end_inset
28977
28978
28979 \begin_inset Index idx
28980 status collapsed
28981
28982 \begin_layout Plain Layout
28983 Ecuación ! multilínea !separación de columnas
28984 \end_layout
28985
28986 \end_inset
28987
28988
28989 \end_layout
28990
28991 \begin_layout Standard
28992 Una ecuación multilínea forma una matriz.
28993  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28994  columnas.
28995  Cambiando la separación de columnas en este entorno se puede cambiar el
28996  espacio junto al signo de relación.
28997 \end_layout
28998
28999 \begin_layout Standard
29000 La separación de columnas se especifica con la longitud
29001 \series bold
29002  
29003 \backslash
29004 arraycolsep
29005 \series default
29006
29007 \begin_inset Index idx
29008 status collapsed
29009
29010 \begin_layout Plain Layout
29011 Comandos ! A ! 
29012 \backslash
29013 arraycolsep
29014 \end_layout
29015
29016 \end_inset
29017
29018  según:
29019 \begin_inset Newline newline
29020 \end_inset
29021
29022 separación de columnas = 2
29023 \begin_inset space \thinspace{}
29024 \end_inset
29025
29026
29027 \series bold
29028
29029 \backslash
29030 arraycolsep
29031 \series default
29032
29033 \begin_inset Newline newline
29034 \end_inset
29035
29036 Así, el comando en modo TeX
29037 \end_layout
29038
29039 \begin_layout Standard
29040
29041 \series bold
29042
29043 \backslash
29044 setlength{
29045 \backslash
29046 arraycolsep}{1cm}
29047 \end_layout
29048
29049 \begin_layout Standard
29050 establece para todas las ecuaciones siguientes una separación de columnas
29051  de 2
29052 \begin_inset space \thinspace{}
29053 \end_inset
29054
29055 cm.
29056  Para volver al valor predefinido, 
29057 \series bold
29058
29059 \backslash
29060 arraycolsep
29061 \series default
29062  se pone en 5
29063 \begin_inset space \thinspace{}
29064 \end_inset
29065
29066 pt.
29067 \end_layout
29068
29069 \begin_layout Standard
29070 Una ecuación con separación de 2
29071 \begin_inset space \thinspace{}
29072 \end_inset
29073
29074 cm entre columnas:
29075 \begin_inset ERT
29076 status collapsed
29077
29078 \begin_layout Plain Layout
29079
29080
29081 \backslash
29082 setlength{
29083 \backslash
29084 arraycolsep}{1cm}
29085 \end_layout
29086
29087 \end_inset
29088
29089
29090 \begin_inset Formula 
29091 \begin{eqnarray*}
29092 A & = & B\\
29093 C & \ne & A
29094 \end{eqnarray*}
29095
29096 \end_inset
29097
29098 Una ecuación con la separación predefinida para matrices, 10
29099 \begin_inset space \thinspace{}
29100 \end_inset
29101
29102 pt:
29103 \begin_inset ERT
29104 status collapsed
29105
29106 \begin_layout Plain Layout
29107
29108
29109 \backslash
29110 setlength{
29111 \backslash
29112 arraycolsep}{5pt}
29113 \end_layout
29114
29115 \end_inset
29116
29117
29118 \begin_inset Formula 
29119 \begin{eqnarray*}
29120 A & = & B\\
29121 C & \ne & A
29122 \end{eqnarray*}
29123
29124 \end_inset
29125
29126
29127 \end_layout
29128
29129 \begin_layout Subsubsection
29130 Ecuaciones largas
29131 \begin_inset Index idx
29132 status collapsed
29133
29134 \begin_layout Plain Layout
29135 Ecuación ! larga
29136 \end_layout
29137
29138 \end_inset
29139
29140
29141 \end_layout
29142
29143 \begin_layout Standard
29144 Se pueden componer ecuaciones largas mediante estos métodos:
29145 \end_layout
29146
29147 \begin_layout Itemize
29148 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
29149  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
29150 \begin_inset Formula 
29151 \begin{eqnarray}
29152 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 \\
29153  &  & -\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}
29154 \end{eqnarray}
29155
29156 \end_inset
29157
29158 El signo menos al principio de la segunda línea normalmente no aparece como
29159  operador porque es el primer carácter de la línea.
29160  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
29161  Para evitarlo se ha insertado 3
29162 \begin_inset space \thinspace{}
29163 \end_inset
29164
29165 pt de espacio detrás del menos con el comando 
29166 \series bold
29167
29168 \backslash
29169 hspace
29170 \series default
29171 .
29172 \begin_inset Foot
29173 status collapsed
29174
29175 \begin_layout Plain Layout
29176 véase más sobre 
29177 \series bold
29178
29179 \backslash
29180 hspace
29181 \series default
29182  en 
29183 \begin_inset CommandInset ref
29184 LatexCommand ref
29185 reference "sub:Espacio-variable"
29186
29187 \end_inset
29188
29189
29190 \end_layout
29191
29192 \end_inset
29193
29194
29195 \begin_inset Index idx
29196 status collapsed
29197
29198 \begin_layout Plain Layout
29199 Comandos ! H ! 
29200 \backslash
29201 hspace
29202 \end_layout
29203
29204 \end_inset
29205
29206
29207 \end_layout
29208
29209 \begin_layout Itemize
29210 Si ambos lados de la ecuación son demasiado largos se usa el comando 
29211 \series bold
29212
29213 \backslash
29214 lefteqn
29215 \series default
29216
29217 \begin_inset Index idx
29218 status collapsed
29219
29220 \begin_layout Plain Layout
29221 Comandos ! L ! 
29222 \backslash
29223 lefteqn
29224 \end_layout
29225
29226 \end_inset
29227
29228 .
29229  Se inserta en la primer columna de la primera línea y hace que todas las
29230  inserciones posteriores sobreescriban las columnas siguientes:
29231 \begin_inset Formula 
29232 \begin{eqnarray}
29233 \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 \\
29234  &  & -\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 \\
29235  &  & =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}
29236 \end{eqnarray}
29237
29238 \end_inset
29239
29240 Tras la inserción de 
29241 \series bold
29242
29243 \backslash
29244 lefteqn
29245 \series default
29246  el cursor está en un marco púrpura un poco a la izquierda del azul.
29247  La ecuación se inserta en éste.
29248 \begin_inset Newline newline
29249 \end_inset
29250
29251 El contenido de las restantes líneas se inserta en la segunda columna o
29252  en otra.
29253  A mayor número de columna donde se inserte, mayor sangrado.
29254 \begin_inset VSpace medskip
29255 \end_inset
29256
29257
29258 \begin_inset Newline newline
29259 \end_inset
29260
29261
29262 \begin_inset Note Greyedout
29263 status collapsed
29264
29265 \begin_layout Plain Layout
29266 Ten en cuenta lo siguiente si usas 
29267 \series bold
29268
29269 \backslash
29270 lefteqn
29271 \series default
29272 :
29273 \end_layout
29274
29275 \begin_layout Itemize
29276 La ecuación no usa la anchura total de la página.
29277  Cuando se añade, p.
29278 \begin_inset space \thinspace{}
29279 \end_inset
29280
29281 e., el término 
29282 \begin_inset Formula $-B^{2}$
29283 \end_inset
29284
29285  en la primera línea del ejemplo, debería estar fuera del margen.
29286  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
29287  principio de la primera línea.
29288 \end_layout
29289
29290 \begin_layout Itemize
29291 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
29292  primera línea.
29293 \begin_inset Foot
29294 status collapsed
29295
29296 \begin_layout Plain Layout
29297 \begin_inset CommandInset href
29298 LatexCommand href
29299 name "LyX-bug #1429"
29300 target "http://www.lyx.org/trac/ticket/1429"
29301
29302 \end_inset
29303
29304
29305 \end_layout
29306
29307 \end_inset
29308
29309  Sólo se puede poner el cursor al principio de la línea y moverlo con las
29310  teclas de flecha.
29311 \end_layout
29312
29313 \end_inset
29314
29315  
29316 \end_layout
29317
29318 \begin_layout Itemize
29319 Se describen otros métodos para escribir fórmulas largas en 
29320 \begin_inset CommandInset ref
29321 LatexCommand ref
29322 reference "sub:Entorno-multilínea"
29323
29324 \end_inset
29325
29326  y 
29327 \begin_inset CommandInset ref
29328 LatexCommand ref
29329 reference "sub:Partes-multilínea"
29330
29331 \end_inset
29332
29333 .
29334 \end_layout
29335
29336 \begin_layout Subsubsection
29337 Delimitadores multilínea
29338 \begin_inset CommandInset label
29339 LatexCommand label
29340 name "sub:Delimitadores-multilínea"
29341
29342 \end_inset
29343
29344
29345 \begin_inset Index idx
29346 status collapsed
29347
29348 \begin_layout Plain Layout
29349 Delimitadores ! para varias líneas
29350 \end_layout
29351
29352 \end_inset
29353
29354
29355 \end_layout
29356
29357 \begin_layout Standard
29358 Para poner delimitadores que cubran varias líneas hay un problema:
29359 \begin_inset Formula 
29360 \begin{eqnarray*}
29361 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29362  &  & \left.\cdots+B-D\right]
29363 \end{eqnarray*}
29364
29365 \end_inset
29366
29367 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
29368 res con tamaño variable no abarcan líneas múltiples.
29369 \end_layout
29370
29371 \begin_layout Standard
29372 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
29373  primera línea se finaliza con 
29374 \series bold
29375
29376 \backslash
29377 right.
29378 \series default
29379
29380 \begin_inset Index idx
29381 status collapsed
29382
29383 \begin_layout Plain Layout
29384 Comandos ! R ! 
29385 \backslash
29386 right
29387 \end_layout
29388
29389 \end_inset
29390
29391  y la segunda con 
29392 \series bold
29393
29394 \backslash
29395 left.
29396 \series default
29397 .
29398 \begin_inset Foot
29399 status collapsed
29400
29401 \begin_layout Plain Layout
29402 Más sobre 
29403 \series bold
29404
29405 \backslash
29406 left.
29407
29408 \series default
29409  y 
29410 \series bold
29411
29412 \backslash
29413 right.
29414
29415 \series default
29416  en 
29417 \begin_inset CommandInset ref
29418 LatexCommand ref
29419 reference "sub:Tamaño-automático-de"
29420
29421 \end_inset
29422
29423
29424 \end_layout
29425
29426 \end_inset
29427
29428
29429 \begin_inset Index idx
29430 status collapsed
29431
29432 \begin_layout Plain Layout
29433 Comandos ! L ! 
29434 \backslash
29435 left
29436 \end_layout
29437
29438 \end_inset
29439
29440  Después de 
29441 \series bold
29442
29443 \backslash
29444 left.
29445
29446 \series default
29447  se inserta el comando 
29448 \series bold
29449
29450 \backslash
29451 vphantom
29452 \series default
29453
29454 \begin_inset ERT
29455 status collapsed
29456
29457 \begin_layout Plain Layout
29458
29459
29460 \backslash
29461 spce 
29462 \end_layout
29463
29464 \end_inset
29465
29466
29467 \series bold
29468
29469 \backslash
29470 prod
29471 \series default
29472 ^
29473 \begin_inset ERT
29474 status collapsed
29475
29476 \begin_layout Plain Layout
29477
29478
29479 \backslash
29480 spce 
29481 \end_layout
29482
29483 \end_inset
29484
29485
29486 \series bold
29487
29488 \backslash
29489 infty
29490 \series default
29491
29492 \begin_inset ERT
29493 status collapsed
29494
29495 \begin_layout Plain Layout
29496
29497
29498 \backslash
29499 spce 
29500 \end_layout
29501
29502 \end_inset
29503
29504
29505 \series bold
29506
29507 \begin_inset Formula $\downarrow$
29508 \end_inset
29509
29510 _R=1}
29511 \series default
29512
29513 \begin_inset Index idx
29514 status collapsed
29515
29516 \begin_layout Plain Layout
29517 Comandos ! V ! 
29518 \backslash
29519 vphantom
29520 \end_layout
29521
29522 \end_inset
29523
29524 , porque el operador de multiplicación con sus límites es el símbolo mayor
29525  en la primera línea y ese debería ser el tamaño para el delimitador en
29526  la segunda línea.
29527 \end_layout
29528
29529 \begin_layout Standard
29530 El resultado es: 
29531 \begin_inset Formula 
29532 \begin{eqnarray*}
29533 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29534  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29535 \end{eqnarray*}
29536
29537 \end_inset
29538
29539
29540 \end_layout
29541
29542 \begin_layout Subsection
29543 Entornos align
29544 \end_layout
29545
29546 \begin_layout Standard
29547 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
29548  Son especialmente apropiados para poner ecuaciones adosadas.
29549 \end_layout
29550
29551 \begin_layout Standard
29552 Los entornos align constan de columnas.
29553  Las columnas impares se alinean a la derecha, las pares a la izquierda.
29554  En un entorno align se puede numerar cada línea.
29555 \end_layout
29556
29557 \begin_layout Standard
29558 Los entornos align se crean con el menú 
29559 \family sans
29560 Insertar\SpecialChar \menuseparator
29561 Ecuación
29562 \family default
29563 .
29564  Una ecuación existente se puede convertir a align con el menú 
29565 \family sans
29566 Editar\SpecialChar \menuseparator
29567 Ecuación\SpecialChar \menuseparator
29568 Cambiar tipo de ecuación
29569 \family default
29570 .
29571 \end_layout
29572
29573 \begin_layout Standard
29574 Para añadir o quitar columnas se pueden usar los botones 
29575 \begin_inset Graphics
29576         filename ../../images/tabular-feature_append-row.png
29577         scale 85
29578
29579 \end_inset
29580
29581  o 
29582 \begin_inset Graphics
29583         filename ../../images/tabular-feature_delete-row.png
29584         scale 85
29585
29586 \end_inset
29587
29588  de la barra de ecuaciones o el menú 
29589 \family sans
29590 Editar\SpecialChar \menuseparator
29591 Filas y columnas
29592 \family default
29593 .
29594 \end_layout
29595
29596 \begin_layout Subsubsection
29597 Entorno align estándar
29598 \begin_inset CommandInset label
29599 LatexCommand label
29600 name "sub:Entorno-align-estándar"
29601
29602 \end_inset
29603
29604
29605 \begin_inset Index idx
29606 status collapsed
29607
29608 \begin_layout Plain Layout
29609 Ecuación ! multilínea ! entorno align
29610 \end_layout
29611
29612 \end_inset
29613
29614
29615 \end_layout
29616
29617 \begin_layout Standard
29618 Este entorno align se crea pulsando 
29619 \family sans
29620 Ctrl+Entrar
29621 \family default
29622  en una ecuación o con el menú 
29623 \family sans
29624 Insertar\SpecialChar \menuseparator
29625 Ecuación\SpecialChar \menuseparator
29626 Entorno AMS align
29627 \family default
29628 .
29629 \end_layout
29630
29631 \begin_layout Standard
29632 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29633  align de cuatro columnas:
29634 \begin_inset Formula 
29635 \begin{align*}
29636 A & =\sen(B) & C & =D\\
29637 C & \neq A & B & \neq D
29638 \end{align*}
29639
29640 \end_inset
29641
29642 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29643  un 
29644 \series bold
29645
29646 \backslash
29647 hfill
29648 \series default
29649
29650 \begin_inset Foot
29651 status collapsed
29652
29653 \begin_layout Plain Layout
29654 Más sobre 
29655 \series bold
29656
29657 \backslash
29658 hfill
29659 \series default
29660  en 
29661 \begin_inset CommandInset ref
29662 LatexCommand ref
29663 reference "sub:Espacio-variable"
29664
29665 \end_inset
29666
29667
29668 \end_layout
29669
29670 \end_inset
29671
29672  antes de la primera y detrás de cada columna par.
29673  Si se pone en estilo 
29674 \series bold
29675 Sangrado
29676 \series default
29677 ,
29678 \begin_inset Foot
29679 status collapsed
29680
29681 \begin_layout Plain Layout
29682 véase estilos de ecuación en 
29683 \begin_inset CommandInset ref
29684 LatexCommand ref
29685 reference "sec:Estilos-de-ecuación"
29686
29687 \end_inset
29688
29689
29690 \end_layout
29691
29692 \end_inset
29693
29694  la ecuación queda sin el 
29695 \series bold
29696
29697 \backslash
29698 hfill
29699 \series default
29700  ante la primera columna.
29701 \end_layout
29702
29703 \begin_layout Subsubsection
29704 Entorno alignat
29705 \begin_inset Index idx
29706 status collapsed
29707
29708 \begin_layout Plain Layout
29709 Ecuación ! multilínea ! entorno alignat
29710 \end_layout
29711
29712 \end_inset
29713
29714
29715 \end_layout
29716
29717 \begin_layout Standard
29718 El entorno alignat no tiene separación predefinida de columnas.
29719  Se puede insertar manualmente con los espacios descritos en 
29720 \begin_inset CommandInset ref
29721 LatexCommand ref
29722 reference "sec:Espacio"
29723
29724 \end_inset
29725
29726 .
29727 \end_layout
29728
29729 \begin_layout Standard
29730 El ejemplo anterior en el entorno alignat, con un espacio de 1
29731 \begin_inset space \thinspace{}
29732 \end_inset
29733
29734 cm al comienzo da la segunda ecuación:
29735 \begin_inset Formula 
29736 \begin{alignat*}{2}
29737 A & =\sen(B)\hspace{1cm} & C & =D\\
29738 C & \neq A & B & \neq D
29739 \end{alignat*}
29740
29741 \end_inset
29742
29743 Como cada columna puede tener un espacio diferente, este entorno es especialment
29744 e apropiado para poner tres o más ecuaciones adosadas.
29745 \end_layout
29746
29747 \begin_layout Subsubsection
29748 Entorno flalign
29749 \begin_inset CommandInset label
29750 LatexCommand label
29751 name "sub:Entorno-flalign"
29752
29753 \end_inset
29754
29755
29756 \begin_inset Index idx
29757 status collapsed
29758
29759 \begin_layout Plain Layout
29760 Ecuación ! multilínea ! entorno flalign
29761 \end_layout
29762
29763 \end_inset
29764
29765
29766 \end_layout
29767
29768 \begin_layout Standard
29769 En este entorno las dos primeras columnas están siempre tan a la izquierda
29770  como sea posible y las dos últimas a la derecha.
29771  Ejemplo:
29772 \begin_inset Formula 
29773 \begin{flalign*}
29774 A & =1 & B & =2 & C & =3\\
29775 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
29776 \end{flalign*}
29777
29778 \end_inset
29779
29780 En un entorno flalign con un número impar de columnas, en la última de las
29781  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29782  alineadas a la izquierda, aunque se use el estilo 
29783 \series bold
29784 Centrado
29785 \series default
29786 .
29787  Un ejemplo de fórmula sangrada 
29788 \begin_inset CommandInset ref
29789 LatexCommand eqref
29790 reference "eq:IntVol"
29791
29792 \end_inset
29793
29794 :
29795 \begin_inset Formula 
29796 \begin{flalign}
29797 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}
29798 \end{flalign}
29799
29800 \end_inset
29801
29802 Las dos primeras columnas contienen la fórmula.
29803  Para sangrarla como con el estilo 
29804 \series bold
29805 Sangrado
29806 \series default
29807 , se añade un espacio de 30
29808 \begin_inset space \thinspace{}
29809 \end_inset
29810
29811 pt al comienzo de la primera columna.
29812  
29813 \end_layout
29814
29815 \begin_layout Subsection
29816 Entorno eqnarray
29817 \begin_inset CommandInset label
29818 LatexCommand label
29819 name "sub:Entorno-eqnarray"
29820
29821 \end_inset
29822
29823
29824 \begin_inset Index idx
29825 status collapsed
29826
29827 \begin_layout Plain Layout
29828 Ecuación ! multilínea ! entorno eqnarray
29829 \end_layout
29830
29831 \end_inset
29832
29833
29834 \begin_inset Index idx
29835 status collapsed
29836
29837 \begin_layout Plain Layout
29838 Ecuación ! multilínea ! entorno eqnarray
29839 \end_layout
29840
29841 \end_inset
29842
29843
29844 \end_layout
29845
29846 \begin_layout Standard
29847 Al introducir este entorno aparecen tres marcos azules.
29848  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29849  El contenido del marco central está centrado y algo más pequeño, porque
29850  está diseñado para insertar sólo caracteres de relación.
29851 \begin_inset Formula 
29852 \begin{eqnarray*}
29853 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29854 AB & AB & AB\\
29855 A & = & A
29856 \end{eqnarray*}
29857
29858 \end_inset
29859
29860
29861 \end_layout
29862
29863 \begin_layout Subsection
29864 Entorno gather
29865 \begin_inset Index idx
29866 status collapsed
29867
29868 \begin_layout Plain Layout
29869 Ecuación ! multilínea ! entorno gather
29870 \end_layout
29871
29872 \end_inset
29873
29874
29875 \end_layout
29876
29877 \begin_layout Standard
29878 Este entorno consta de una sola columna centrada.
29879  Se puede numerar cada línea.
29880 \begin_inset Formula 
29881 \begin{gather}
29882 A=1\\
29883 X=\mbox{-}1
29884 \end{gather}
29885
29886 \end_inset
29887
29888
29889 \end_layout
29890
29891 \begin_layout Subsection
29892 Entorno multilínea
29893 \begin_inset CommandInset label
29894 LatexCommand label
29895 name "sub:Entorno-multilínea"
29896
29897 \end_inset
29898
29899
29900 \begin_inset Index idx
29901 status collapsed
29902
29903 \begin_layout Plain Layout
29904 Ecuación ! multilínea ! entorno multilínea
29905 \end_layout
29906
29907 \end_inset
29908
29909
29910 \end_layout
29911
29912 \begin_layout Standard
29913 El entorno multilínea, como gather, consta de una sola columna.
29914  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29915  Las demás están centradas.
29916  Por tanto este entorno es apropiado para ecuaciones largas.
29917  Como ejemplo, la ecuación
29918 \begin_inset space ~
29919 \end_inset
29920
29921
29922 \begin_inset CommandInset ref
29923 LatexCommand eqref
29924 reference "eq:lefteqn"
29925
29926 \end_inset
29927
29928  en entorno multilínea:
29929 \begin_inset Formula 
29930 \begin{multline}
29931 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}\\
29932 -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}\\
29933 =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}}
29934 \end{multline}
29935
29936 \end_inset
29937
29938 En la salida sólo aparece numerada la última (primera) línea si la numeración
29939  del documento es a la derecha (izquierda).
29940 \begin_inset Foot
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944 véanse los estilos de numeración en 
29945 \begin_inset CommandInset ref
29946 LatexCommand ref
29947 reference "sec:Estilos-de-ecuación"
29948
29949 \end_inset
29950
29951
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \end_layout
29958
29959 \begin_layout Standard
29960 Con los comandos 
29961 \series bold
29962
29963 \backslash
29964 shoveright
29965 \series default
29966
29967 \begin_inset Index idx
29968 status collapsed
29969
29970 \begin_layout Plain Layout
29971 Comandos ! S ! 
29972 \backslash
29973 shoveright
29974 \end_layout
29975
29976 \end_inset
29977
29978  y 
29979 \series bold
29980
29981 \backslash
29982 shoveleft
29983 \series default
29984
29985 \begin_inset Index idx
29986 status collapsed
29987
29988 \begin_layout Plain Layout
29989 Comandos ! S ! 
29990 \backslash
29991 shoveleft
29992 \end_layout
29993
29994 \end_inset
29995
29996 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29997 ente.
29998  Los comandos se usan como sigue:
29999 \end_layout
30000
30001 \begin_layout Standard
30002
30003 \series bold
30004
30005 \backslash
30006 shoveright{contenido de la línea}
30007 \series default
30008  y 
30009 \series bold
30010
30011 \backslash
30012 shoveleft{contenido de la línea}
30013 \end_layout
30014
30015 \begin_layout Standard
30016 \begin_inset VSpace medskip
30017 \end_inset
30018
30019
30020 \end_layout
30021
30022 \begin_layout Standard
30023 La longitud 
30024 \series bold
30025
30026 \backslash
30027 multlinegap
30028 \series default
30029
30030 \begin_inset Index idx
30031 status collapsed
30032
30033 \begin_layout Plain Layout
30034 Comandos ! M ! 
30035 \backslash
30036 multlinegap
30037 \end_layout
30038
30039 \end_inset
30040
30041  especifica la distancia de la primera línea desde el margen izquierdo de
30042  la página.
30043  Esta longitud es 0
30044 \begin_inset space \thinspace{}
30045 \end_inset
30046
30047 pt por omisión.
30048 \end_layout
30049
30050 \begin_layout Standard
30051 Como ejemplo la ecuación anterior con el comando
30052 \end_layout
30053
30054 \begin_layout Standard
30055
30056 \series bold
30057
30058 \backslash
30059 setlength{
30060 \backslash
30061 multlinegap}{2cm}
30062 \end_layout
30063
30064 \begin_layout Standard
30065 insertado previamente en modo TeX:
30066 \begin_inset ERT
30067 status collapsed
30068
30069 \begin_layout Plain Layout
30070
30071
30072 \backslash
30073 setlength{
30074 \backslash
30075 multlinegap}{2cm}
30076 \end_layout
30077
30078 \end_inset
30079
30080
30081 \begin_inset Formula 
30082 \begin{multline}
30083 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}\\
30084 \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}}\\
30085 =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}}
30086 \end{multline}
30087
30088 \end_inset
30089
30090
30091 \begin_inset ERT
30092 status collapsed
30093
30094 \begin_layout Plain Layout
30095
30096
30097 \backslash
30098 setlength{
30099 \backslash
30100 multlinegap}{0pt}
30101 \end_layout
30102
30103 \end_inset
30104
30105 La segunda línea se ha alineado a la izquierda con 
30106 \series bold
30107
30108 \backslash
30109 shoveleft
30110 \series default
30111 .
30112 \end_layout
30113
30114 \begin_layout Subsection
30115 Ecuación con partes multilínea
30116 \begin_inset CommandInset label
30117 LatexCommand label
30118 name "sub:Partes-multilínea"
30119
30120 \end_inset
30121
30122
30123 \begin_inset Index idx
30124 status collapsed
30125
30126 \begin_layout Plain Layout
30127 Ecuación ! multilínea ! solo parte
30128 \end_layout
30129
30130 \end_inset
30131
30132
30133 \end_layout
30134
30135 \begin_layout Standard
30136 Para mostrar solo partes de una ecuación en modo multilínea usa uno de los
30137  siguientes entornos: 
30138 \series bold
30139 aligned
30140 \series default
30141
30142 \series bold
30143 alignedat
30144 \series default
30145
30146 \series bold
30147 gathered
30148 \series default
30149  o 
30150 \series bold
30151 split
30152 \series default
30153 .
30154  Se pueden elegir en el menú 
30155 \family sans
30156 Insertar\SpecialChar \menuseparator
30157 Ecuación
30158 \family default
30159  o usando los comandos aquí descritos.
30160 \end_layout
30161
30162 \begin_layout Standard
30163 Los tres primeros tienen las mismas propiedades que los correspondientes
30164  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
30165  Un ejemplo:
30166 \begin_inset Formula 
30167 \[
30168 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
30169 \Delta E\Delta t & \ge\frac{\hbar}{2}
30170 \end{aligned}
30171 \right\} \mbox{Relaciones de incertidumbre}
30172 \]
30173
30174 \end_inset
30175
30176 Para componer esta expresión se inserta una ecuación presentada y en ella
30177  se introduce el comando 
30178 \series bold
30179
30180 \backslash
30181 aligned
30182 \series default
30183
30184 \begin_inset Index idx
30185 status collapsed
30186
30187 \begin_layout Plain Layout
30188 Comandos ! A ! 
30189 \backslash
30190 aligned
30191 \end_layout
30192
30193 \end_inset
30194
30195 .
30196  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
30197  añadir filas y columnas.
30198  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
30199  como la llave.
30200 \end_layout
30201
30202 \begin_layout Standard
30203 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
30204  se alinean horizontalmente.
30205  Usar aligned en una ecuación presentada tiene la ventaja de que el número
30206  de ecuación se centra verticalmente con las líneas.
30207  Como ejemplo, la ecuación 
30208 \begin_inset CommandInset ref
30209 LatexCommand eqref
30210 reference "eq:cortolargo"
30211
30212 \end_inset
30213
30214  en entorno aligned: 
30215 \begin_inset Formula 
30216 \begin{equation}
30217 \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}|}\\
30218  & -\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}|}
30219 \end{aligned}
30220 \end{equation}
30221
30222 \end_inset
30223
30224 Para usar los entornos 
30225 \series bold
30226 alignedat
30227 \series default
30228
30229 \series bold
30230 gathered
30231 \series default
30232 , o 
30233 \series bold
30234 split
30235 \series default
30236 , se insertan respectivamente los comandos
30237 \series bold
30238  
30239 \backslash
30240 alignedat
30241 \series default
30242 ,
30243 \begin_inset Index idx
30244 status collapsed
30245
30246 \begin_layout Plain Layout
30247 Comandos ! A ! 
30248 \backslash
30249 alignedat
30250 \end_layout
30251
30252 \end_inset
30253
30254  
30255 \series bold
30256
30257 \backslash
30258 gathered
30259 \series default
30260
30261 \begin_inset Index idx
30262 status collapsed
30263
30264 \begin_layout Plain Layout
30265 Comandos ! G ! 
30266 \backslash
30267 gathered
30268 \end_layout
30269
30270 \end_inset
30271
30272 , o 
30273 \series bold
30274
30275 \backslash
30276 split
30277 \series default
30278
30279 \begin_inset Index idx
30280 status collapsed
30281
30282 \begin_layout Plain Layout
30283 Comandos ! S ! 
30284 \backslash
30285 split
30286 \end_layout
30287
30288 \end_inset
30289
30290 .
30291  El entorno split tiene las mismas propiedades que aligned pero sólo puede
30292  tener dos columnas.
30293 \end_layout
30294
30295 \begin_layout Subsection
30296 Texto en ecuaciones multilínea
30297 \begin_inset CommandInset label
30298 LatexCommand label
30299 name "sub:Texto-en-multilínea"
30300
30301 \end_inset
30302
30303
30304 \begin_inset Index idx
30305 status collapsed
30306
30307 \begin_layout Plain Layout
30308 Texto ! en ecuaciones
30309 \end_layout
30310
30311 \end_inset
30312
30313
30314 \begin_inset Index idx
30315 status collapsed
30316
30317 \begin_layout Plain Layout
30318 Ecuación ! multilínea ! texto en
30319 \end_layout
30320
30321 \end_inset
30322
30323
30324 \end_layout
30325
30326 \begin_layout Standard
30327 En los entornos align, multilínea y gather, se puede insertar texto que
30328  se mostrará en una línea separada y que no afecta la alineación de columna.
30329  Para esto se usa el comando 
30330 \series bold
30331
30332 \backslash
30333 intertext
30334 \series default
30335
30336 \begin_inset Index idx
30337 status collapsed
30338
30339 \begin_layout Plain Layout
30340 Comandos ! I ! 
30341 \backslash
30342 intertext
30343 \end_layout
30344
30345 \end_inset
30346
30347  con el siguiente esquema:
30348 \end_layout
30349
30350 \begin_layout Standard
30351
30352 \series bold
30353
30354 \backslash
30355 intertext{texto}
30356 \end_layout
30357
30358 \begin_layout Standard
30359 El texto no debería ocupar más de una línea porque no se puede partir con
30360  guión.
30361  Como LyX aún no soporta 
30362 \series bold
30363
30364 \backslash
30365 intertext
30366 \series default
30367  directamente, el texto se escribe como texto matemático.
30368  
30369 \series bold
30370
30371 \backslash
30372 intertext
30373 \series default
30374  debe por tanto estar al comienzo de una línea y en la salida se presenta
30375  sobre esta línea.
30376  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
30377 \begin_inset Formula 
30378 \begin{align}
30379 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30380 \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
30381 \end{align}
30382
30383 \end_inset
30384
30385
30386 \end_layout
30387
30388 \begin_layout Section
30389 Numeración de ecuaciones
30390 \begin_inset Index idx
30391 status collapsed
30392
30393 \begin_layout Plain Layout
30394 Ecuación ! numeración|see
30395 \begin_inset ERT
30396 status collapsed
30397
30398 \begin_layout Plain Layout
30399
30400 {
30401 \end_layout
30402
30403 \end_inset
30404
30405 Numeración de ecuaciones
30406 \begin_inset ERT
30407 status collapsed
30408
30409 \begin_layout Plain Layout
30410
30411 }
30412 \end_layout
30413
30414 \end_inset
30415
30416
30417 \end_layout
30418
30419 \end_inset
30420
30421
30422 \begin_inset Index idx
30423 status collapsed
30424
30425 \begin_layout Plain Layout
30426 Numeración de ecuaciones
30427 \end_layout
30428
30429 \end_inset
30430
30431
30432 \end_layout
30433
30434 \begin_layout Subsection
30435 General
30436 \end_layout
30437
30438 \begin_layout Standard
30439 Las ecuaciones numeradas se insertan con el menú 
30440 \family sans
30441 Insertar\SpecialChar \menuseparator
30442 Ecuación
30443 \family default
30444  
30445 \family sans
30446 \SpecialChar \menuseparator
30447 Numerada
30448 \family default
30449  (atajo 
30450 \family sans
30451 Ctrl+Alt
30452 \begin_inset space ~
30453 \end_inset
30454
30455 N
30456 \family default
30457 ).
30458  Ecuaciones existentes se pueden numerar con el menú 
30459 \family sans
30460 Editar\SpecialChar \menuseparator
30461 Ecuación\SpecialChar \menuseparator
30462 Numerar la ecuación
30463 \family default
30464  (atajo
30465 \family sans
30466  Alt+M
30467 \begin_inset space ~
30468 \end_inset
30469
30470 N
30471 \family default
30472 ).
30473  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
30474  En la salida se muestra el número real.
30475 \end_layout
30476
30477 \begin_layout Standard
30478 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
30479  líneas.
30480  No obstante, la numeración se puede controlar en cada línea con el menú
30481  
30482 \family sans
30483 Editar\SpecialChar \menuseparator
30484 Ecuación\SpecialChar \menuseparator
30485 Numerar la línea
30486 \family default
30487  (atajo
30488 \family sans
30489  Alt+M
30490 \begin_inset space ~
30491 \end_inset
30492
30493 Mayúsculas+N
30494 \family default
30495 ).
30496 \end_layout
30497
30498 \begin_layout Standard
30499 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
30500  distintos, véase 
30501 \begin_inset CommandInset ref
30502 LatexCommand ref
30503 reference "sec:Estilos-de-ecuación"
30504
30505 \end_inset
30506
30507 .
30508 \end_layout
30509
30510 \begin_layout Subsection
30511 Referencias cruzadas
30512 \begin_inset Index idx
30513 status collapsed
30514
30515 \begin_layout Plain Layout
30516 Ecuación ! referencias cruzadas a
30517 \end_layout
30518
30519 \end_inset
30520
30521
30522 \end_layout
30523
30524 \begin_layout Standard
30525 Todas las ecuaciones con etiqueta se pueden referir.
30526  La etiqueta se añade con el menú 
30527 \family sans
30528 Insertar\SpecialChar \menuseparator
30529 Etiqueta
30530 \family default
30531  o con el botón 
30532 \begin_inset Graphics
30533         filename ../../images/label-insert.png
30534         scale 85
30535
30536 \end_inset
30537
30538  de la barra de herramientas.
30539  El cursor debe estar dentro de una ecuación en modo presentación.
30540  Como alternativa, se puede hacer clic derecha sobre la fórmula y elegir
30541  
30542 \family sans
30543 Etiqueta de ecuación
30544 \family default
30545 .
30546  Surge un diálogo con el prefijo 
30547 \series bold
30548 eq:
30549 \series default
30550 , detrás del cual se escribe el texto de la etiqueta.
30551  El prefijo significa 
30552 \begin_inset Quotes fld
30553 \end_inset
30554
30555 equation
30556 \begin_inset Quotes frd
30557 \end_inset
30558
30559  y hace más fácil encontrar etiquetas en documentos extensos porque así
30560  se distingue p.
30561 \begin_inset space \thinspace{}
30562 \end_inset
30563
30564 ej.
30565 \begin_inset space ~
30566 \end_inset
30567
30568 de las etiquetas de sección.
30569  Para cambiar una etiqueta se usa de nuevo el menú 
30570 \family sans
30571 Insertar\SpecialChar \menuseparator
30572 Etiqueta 
30573 \family default
30574 o la opción 
30575 \family sans
30576 Etiqueta de ecuación
30577 \family default
30578  al hacer clic derecha sobre una fórmula.
30579 \end_layout
30580
30581 \begin_layout Standard
30582 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
30583  ecuación.
30584  Una ecuación con etiqueta se numera siempre.
30585 \end_layout
30586
30587 \begin_layout Standard
30588 Las referencias cruzadas se insertan mediante el menú 
30589 \family sans
30590 Insertar\SpecialChar \menuseparator
30591 Referencia cruzada
30592 \family default
30593  o con el botón 
30594 \begin_inset Graphics
30595         filename ../../images/dialog-show-new-inset_ref.png
30596         scale 85
30597
30598 \end_inset
30599
30600 .
30601  Una referencia a una ecuación aparece en la salida con su número.
30602  Si en el diálogo de referencia cruzada se elige el formato 
30603 \series bold
30604 (<referencia>)
30605 \series default
30606 , la referencia se muestra en la salida entre paréntesis.
30607  
30608 \begin_inset Newline newline
30609 \end_inset
30610
30611 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
30612  a la ecuación de referencia.
30613 \end_layout
30614
30615 \begin_layout Standard
30616 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
30617  siguientes:
30618 \begin_inset Note Note
30619 status collapsed
30620
30621 \begin_layout Plain Layout
30622 Observa los distintos tipos de referencias cruzadas.
30623 \end_layout
30624
30625 \end_inset
30626
30627
30628 \end_layout
30629
30630 \begin_layout Standard
30631 Las ecuaciones 
30632 \begin_inset CommandInset ref
30633 LatexCommand eqref
30634 reference "eq:tag"
30635
30636 \end_inset
30637
30638  y 
30639 \begin_inset CommandInset ref
30640 LatexCommand eqref
30641 reference "eq:c"
30642
30643 \end_inset
30644
30645  son equivalentes.
30646  En (
30647 \begin_inset CommandInset ref
30648 LatexCommand ref
30649 reference "eq:Lat"
30650
30651 \end_inset
30652
30653 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30654 \begin_inset CommandInset ref
30655 LatexCommand ref
30656 reference "eq:Rom"
30657
30658 \end_inset
30659
30660 ).
30661 \begin_inset VSpace medskip
30662 \end_inset
30663
30664
30665 \end_layout
30666
30667 \begin_layout Standard
30668 Si el argumento de 
30669 \series bold
30670
30671 \backslash
30672 tag
30673 \begin_inset Foot
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677
30678 \series bold
30679
30680 \backslash
30681 tag
30682 \series default
30683  se describe en 
30684 \begin_inset CommandInset ref
30685 LatexCommand ref
30686 reference "sub:Numeración-personalizada"
30687
30688 \end_inset
30689
30690
30691 \end_layout
30692
30693 \end_inset
30694
30695
30696 \series default
30697  contiene un marco, como se describe en la 
30698 \begin_inset CommandInset ref
30699 LatexCommand ref
30700 reference "sub:Marcos-de-párrafo"
30701
30702 \end_inset
30703
30704 , no se puede referir la ecuación.
30705 \end_layout
30706
30707 \begin_layout Subsection
30708 Subnumeración
30709 \begin_inset Index idx
30710 status collapsed
30711
30712 \begin_layout Plain Layout
30713 Numeración de ecuaciones ! subnumeración
30714 \end_layout
30715
30716 \end_inset
30717
30718
30719 \end_layout
30720
30721 \begin_layout Standard
30722 Con ayuda de los comandos 
30723 \series bold
30724
30725 \backslash
30726 begin{subequations}
30727 \series default
30728  y 
30729 \series bold
30730
30731 \backslash
30732 end{subequations}
30733 \series default
30734  en modo TeX se pueden subnumerar ecuaciones.
30735 \end_layout
30736
30737 \begin_layout Standard
30738 Ejemplo:
30739 \begin_inset Formula 
30740 \begin{equation}
30741 A=C-B\label{eq:a}
30742 \end{equation}
30743
30744 \end_inset
30745
30746
30747 \begin_inset ERT
30748 status collapsed
30749
30750 \begin_layout Plain Layout
30751
30752
30753 \backslash
30754 addtocounter{equation}{-1}
30755 \end_layout
30756
30757 \end_inset
30758
30759
30760 \begin_inset ERT
30761 status collapsed
30762
30763 \begin_layout Plain Layout
30764
30765
30766 \backslash
30767 begin{subequations}
30768 \end_layout
30769
30770 \end_inset
30771
30772
30773 \begin_inset VSpace -5mm
30774 \end_inset
30775
30776
30777 \begin_inset Formula 
30778 \begin{equation}
30779 B=C-A\label{eq:b}
30780 \end{equation}
30781
30782 \end_inset
30783
30784
30785 \begin_inset Formula 
30786 \begin{equation}
30787 C=A+B\label{eq:c}
30788 \end{equation}
30789
30790 \end_inset
30791
30792
30793 \end_layout
30794
30795 \begin_layout Standard
30796 \begin_inset ERT
30797 status collapsed
30798
30799 \begin_layout Plain Layout
30800
30801
30802 \backslash
30803 end{subequations}
30804 \end_layout
30805
30806 \end_inset
30807
30808
30809 \end_layout
30810
30811 \begin_layout Standard
30812 Para este ejemplo se ha hecho lo siguiente:
30813 \end_layout
30814
30815 \begin_layout Enumerate
30816 se inserta la primera ecuación
30817 \end_layout
30818
30819 \begin_layout Enumerate
30820 después de ella se inserta
30821 \series bold
30822
30823 \begin_inset Newline newline
30824 \end_inset
30825
30826
30827 \backslash
30828 addtocounter{equation}{-1} 
30829 \backslash
30830 begin{subequations}
30831 \begin_inset Index idx
30832 status collapsed
30833
30834 \begin_layout Plain Layout
30835 Comandos ! A ! 
30836 \backslash
30837 addtocounter
30838 \end_layout
30839
30840 \end_inset
30841
30842
30843 \end_layout
30844
30845 \begin_layout Enumerate
30846 se inserta la segunda ecuación
30847 \end_layout
30848
30849 \begin_layout Enumerate
30850 se inserta la tercera ecuación
30851 \end_layout
30852
30853 \begin_layout Enumerate
30854 se inserta 
30855 \series bold
30856
30857 \backslash
30858 end{subequations}
30859 \series default
30860  tras la tercera ecuación
30861 \end_layout
30862
30863 \begin_layout Standard
30864 Toda ecuación entre los comandos 
30865 \series bold
30866
30867 \backslash
30868 begin
30869 \series default
30870  y 
30871 \series bold
30872
30873 \backslash
30874 end
30875 \series default
30876  se subnumera con a, b, c\SpecialChar \ldots{}
30877  En ecuaciones multilínea se subnumerará cada línea.
30878  Todas las ecuaciones subnumeradas son tratadas como 
30879 \emph on
30880 una
30881 \emph default
30882  ecuación numerada.
30883  Pero como cada ecuación numerada aumenta el contador 
30884 \series bold
30885 equation
30886 \series default
30887  en uno, hay que disminuir el comando 
30888 \series bold
30889
30890 \backslash
30891 addtocounter
30892 \series default
30893 .
30894  De lo contrario, las ecuaciones 
30895 \begin_inset CommandInset ref
30896 LatexCommand eqref
30897 reference "eq:a"
30898
30899 \end_inset
30900
30901
30902 \begin_inset CommandInset ref
30903 LatexCommand eqref
30904 reference "eq:b"
30905
30906 \end_inset
30907
30908
30909 \begin_inset CommandInset ref
30910 LatexCommand eqref
30911 reference "eq:c"
30912
30913 \end_inset
30914
30915  se numerarían 
30916 \begin_inset CommandInset ref
30917 LatexCommand eqref
30918 reference "eq:a"
30919
30920 \end_inset
30921
30922
30923 \begin_inset CommandInset ref
30924 LatexCommand eqref
30925 reference "eq:d"
30926
30927 \end_inset
30928
30929
30930 \begin_inset CommandInset ref
30931 LatexCommand eqref
30932 reference "eq:f"
30933
30934 \end_inset
30935
30936 .
30937 \end_layout
30938
30939 \begin_layout Standard
30940 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30941  ecuaciones.
30942  Para evitarlo se inserta ese espacio vertical de -5
30943 \begin_inset space \thinspace{}
30944 \end_inset
30945
30946 mm detrás del comando 
30947 \series bold
30948
30949 \backslash
30950 begin{subequations}
30951 \series default
30952 .
30953
30954 \series bold
30955  
30956 \series default
30957 Si se usa el estilo 
30958 \series bold
30959 Sangrado
30960 \series default
30961
30962 \begin_inset Foot
30963 status collapsed
30964
30965 \begin_layout Plain Layout
30966 véase estilos de ecuación en 
30967 \begin_inset CommandInset ref
30968 LatexCommand ref
30969 reference "sec:Estilos-de-ecuación"
30970
30971 \end_inset
30972
30973
30974 \end_layout
30975
30976 \end_inset
30977
30978 , entonces se inserta -7
30979 \begin_inset space \thinspace{}
30980 \end_inset
30981
30982 mm.
30983 \end_layout
30984
30985 \begin_layout Standard
30986 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30987  de la segunda línea:
30988 \begin_inset ERT
30989 status collapsed
30990
30991 \begin_layout Plain Layout
30992
30993
30994 \backslash
30995 begin{subequations}
30996 \end_layout
30997
30998 \end_inset
30999
31000
31001 \begin_inset Formula 
31002 \begin{eqnarray}
31003 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
31004  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
31005  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
31006 \end{eqnarray}
31007
31008 \end_inset
31009
31010
31011 \begin_inset ERT
31012 status collapsed
31013
31014 \begin_layout Plain Layout
31015
31016
31017 \backslash
31018 end{subequations}
31019 \end_layout
31020
31021 \end_inset
31022
31023
31024 \end_layout
31025
31026 \begin_layout Subsection
31027 Numeración definida por el usuario
31028 \begin_inset CommandInset label
31029 LatexCommand label
31030 name "sub:Numeración-personalizada"
31031
31032 \end_inset
31033
31034
31035 \begin_inset Index idx
31036 status collapsed
31037
31038 \begin_layout Plain Layout
31039 Numeración de ecuaciones ! personalizada
31040 \end_layout
31041
31042 \end_inset
31043
31044
31045 \end_layout
31046
31047 \begin_layout Standard
31048 Con la numeración estándar el número se coloca entre paréntesis.
31049  Para reemplazar los paréntesis con barras verticales, p.
31050 \begin_inset space \thinspace{}
31051 \end_inset
31052
31053 e., se añade al preámbulo LaTeX la línea: 
31054 \end_layout
31055
31056 \begin_layout Standard
31057
31058 \series bold
31059
31060 \backslash
31061 def
31062 \backslash
31063 tagform@#1{
31064 \backslash
31065 maketag@@@{|#1|}}
31066 \series default
31067
31068 \begin_inset Note Note
31069 status collapsed
31070
31071 \begin_layout Plain Layout
31072 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
31073  Para activarlo, quita el % del principio.
31074 \end_layout
31075
31076 \end_inset
31077
31078
31079 \end_layout
31080
31081 \begin_layout Standard
31082 Para usar otros caracteres, se reemplazan las barras al lado de 
31083 \series bold
31084 #1
31085 \series default
31086  por ellos.
31087  Para obtener sólo el número de ecuación se omiten las barras verticales.
31088 \begin_inset VSpace bigskip
31089 \end_inset
31090
31091
31092 \end_layout
31093
31094 \begin_layout Standard
31095 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
31096  consecutivo, se usa el comando 
31097 \series bold
31098
31099 \backslash
31100 tag
31101 \begin_inset Index idx
31102 status collapsed
31103
31104 \begin_layout Plain Layout
31105 Comandos ! T ! 
31106 \backslash
31107 tag
31108 \end_layout
31109
31110 \end_inset
31111
31112
31113 \series default
31114 :
31115 \begin_inset Formula 
31116 \begin{equation}
31117 A+B=C\tag{algo}\label{eq:tag}
31118 \end{equation}
31119
31120 \end_inset
31121
31122 En este ejemplo se ha insertado el comando
31123 \series bold
31124  
31125 \backslash
31126 tag
31127 \begin_inset ERT
31128 status collapsed
31129
31130 \begin_layout Plain Layout
31131
31132
31133 \backslash
31134 spce 
31135 \end_layout
31136
31137 \end_inset
31138
31139 algo
31140 \series default
31141  en la ecuación.
31142 \end_layout
31143
31144 \begin_layout Standard
31145 Si se usa en su lugar el comando con asterisco 
31146 \series bold
31147
31148 \backslash
31149 tag*
31150 \begin_inset ERT
31151 status collapsed
31152
31153 \begin_layout Plain Layout
31154
31155
31156 \backslash
31157 spce 
31158 \end_layout
31159
31160 \end_inset
31161
31162 algo
31163 \series default
31164  no se imprimen los paréntesis:
31165 \begin_inset Formula 
31166 \[
31167 A+B=C\tag*{algo}
31168 \]
31169
31170 \end_inset
31171
31172
31173 \end_layout
31174
31175 \begin_layout Standard
31176 \begin_inset VSpace bigskip
31177 \end_inset
31178
31179
31180 \end_layout
31181
31182 \begin_layout Standard
31183 Para reiniciar la numeración en nuevas partes o secciones del documento
31184  se usan los siguientes comandos:
31185 \end_layout
31186
31187 \begin_layout Standard
31188
31189 \series bold
31190
31191 \backslash
31192 @addtoreset{equation}{part}
31193 \series default
31194
31195 \begin_inset Index idx
31196 status collapsed
31197
31198 \begin_layout Plain Layout
31199 Comandos ! 
31200 \begin_inset ERT
31201 status collapsed
31202
31203 \begin_layout Plain Layout
31204
31205 "
31206 \end_layout
31207
31208 \end_inset
31209
31210 @
31211 \begin_inset ERT
31212 status collapsed
31213
31214 \begin_layout Plain Layout
31215
31216 "
31217 \end_layout
31218
31219 \end_inset
31220
31221  ! 
31222 \backslash
31223
31224 \begin_inset ERT
31225 status collapsed
31226
31227 \begin_layout Plain Layout
31228
31229 "
31230 \end_layout
31231
31232 \end_inset
31233
31234 @
31235 \begin_inset ERT
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239
31240 "
31241 \end_layout
31242
31243 \end_inset
31244
31245 addtoreset
31246 \end_layout
31247
31248 \end_inset
31249
31250
31251 \begin_inset Newline newline
31252 \end_inset
31253
31254
31255 \series bold
31256
31257 \backslash
31258 @addtoreset{equation}{section}
31259 \end_layout
31260
31261 \begin_layout Standard
31262 Pata poder usar estos comandos en modo TeX, el carácter 
31263 \begin_inset Quotes fld
31264 \end_inset
31265
31266 @
31267 \begin_inset Quotes frd
31268 \end_inset
31269
31270  debe 
31271 \begin_inset Quotes fld
31272 \end_inset
31273
31274 activarse
31275 \begin_inset Quotes frd
31276 \end_inset
31277
31278  para LaTeX con el comando 
31279 \series bold
31280
31281 \backslash
31282 makeatletter
31283 \series default
31284 .
31285  El comando 
31286 \series bold
31287
31288 \backslash
31289 makeatother
31290 \series default
31291  deshace esto.
31292  Así pues, la secuencia de comandos en modo TeX es:
31293 \end_layout
31294
31295 \begin_layout Standard
31296
31297 \series bold
31298
31299 \backslash
31300 makeatletter
31301 \begin_inset Newline newline
31302 \end_inset
31303
31304
31305 \backslash
31306 @addtoreset{equation}{section}
31307 \begin_inset Newline newline
31308 \end_inset
31309
31310
31311 \backslash
31312 makeatother
31313 \end_layout
31314
31315 \begin_layout Standard
31316 En el preámbulo LaTeX se pueden omitir 
31317 \series bold
31318
31319 \backslash
31320 makeatletter
31321 \series default
31322  y 
31323 \series bold
31324
31325 \backslash
31326 makeatother
31327 \series default
31328  pues son automáticamente insertados por LyX.
31329 \end_layout
31330
31331 \begin_layout Standard
31332 Para el comando 
31333 \series bold
31334
31335 \backslash
31336 @addtoreset
31337 \series default
31338 ,
31339 \series bold
31340  
31341 \series default
31342 hay que cargar en el preámbulo LaTeX el archivo 
31343 \series bold
31344 remreset.sty
31345 \series default
31346
31347 \begin_inset Foot
31348 status collapsed
31349
31350 \begin_layout Plain Layout
31351
31352 \series bold
31353 remreset
31354 \series default
31355  es parte del paquete LaTeX 
31356 \series bold
31357 carlisle
31358 \series default
31359
31360 \begin_inset Index idx
31361 status collapsed
31362
31363 \begin_layout Plain Layout
31364 Paquetes ! carlisle
31365 \end_layout
31366
31367 \end_inset
31368
31369 , incluido en las instalaciones estándar de LaTeX.
31370 \end_layout
31371
31372 \end_inset
31373
31374
31375 \begin_inset Index idx
31376 status collapsed
31377
31378 \begin_layout Plain Layout
31379 Paquetes ! remreset
31380 \end_layout
31381
31382 \end_inset
31383
31384  con la línea
31385 \end_layout
31386
31387 \begin_layout Standard
31388
31389 \series bold
31390
31391 \backslash
31392 usepackage{remreset}
31393 \end_layout
31394
31395 \begin_layout Standard
31396 Entonces se puede usar el comando 
31397 \series bold
31398
31399 \backslash
31400 @removefromreset
31401 \series default
31402
31403 \begin_inset Index idx
31404 status collapsed
31405
31406 \begin_layout Plain Layout
31407 Comandos ! 
31408 \begin_inset ERT
31409 status collapsed
31410
31411 \begin_layout Plain Layout
31412
31413 "
31414 \end_layout
31415
31416 \end_inset
31417
31418 @
31419 \begin_inset ERT
31420 status collapsed
31421
31422 \begin_layout Plain Layout
31423
31424 "
31425 \end_layout
31426
31427 \end_inset
31428
31429  ! 
31430 \backslash
31431
31432 \begin_inset ERT
31433 status collapsed
31434
31435 \begin_layout Plain Layout
31436
31437 "
31438 \end_layout
31439
31440 \end_inset
31441
31442 @
31443 \begin_inset ERT
31444 status collapsed
31445
31446 \begin_layout Plain Layout
31447
31448 "
31449 \end_layout
31450
31451 \end_inset
31452
31453 removefromreset
31454 \end_layout
31455
31456 \end_inset
31457
31458  con el mismo esquema que 
31459 \series bold
31460
31461 \backslash
31462 @addtoreset
31463 \series default
31464 .
31465 \begin_inset VSpace bigskip
31466 \end_inset
31467
31468
31469 \end_layout
31470
31471 \begin_layout Standard
31472 A veces las ecuaciones deberían numerarse de la siguiente manera:
31473 \end_layout
31474
31475 \begin_layout Standard
31476
31477 \family typewriter
31478 (número de sección.número de ecuación)
31479 \end_layout
31480
31481 \begin_layout Standard
31482 El número de ecuación empezaría con 
31483 \begin_inset Quotes fld
31484 \end_inset
31485
31486 1
31487 \begin_inset Quotes frd
31488 \end_inset
31489
31490  en cada sección.
31491 \end_layout
31492
31493 \begin_layout Standard
31494 Para este caso hay el comando 
31495 \series bold
31496
31497 \backslash
31498 numberwithin
31499 \series default
31500
31501 \begin_inset Index idx
31502 status collapsed
31503
31504 \begin_layout Plain Layout
31505 Comandos ! N ! 
31506 \backslash
31507 numberwithin
31508 \end_layout
31509
31510 \end_inset
31511
31512 , que se usa con el esquema:
31513 \end_layout
31514
31515 \begin_layout Standard
31516
31517 \series bold
31518
31519 \backslash
31520 numberwithin{counter}{sectioning}
31521 \end_layout
31522
31523 \begin_layout Standard
31524 \begin_inset Quotes fld
31525 \end_inset
31526
31527 counter
31528 \begin_inset Quotes frd
31529 \end_inset
31530
31531  indica qué clase de numeración es afectada, 
31532 \begin_inset Quotes fld
31533 \end_inset
31534
31535 sectioning
31536 \begin_inset Quotes frd
31537 \end_inset
31538
31539  indica qué número va delante del punto.
31540  
31541 \end_layout
31542
31543 \begin_layout Standard
31544 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
31545  en el preámbulo LaTeX:
31546 \end_layout
31547
31548 \begin_layout Standard
31549
31550 \series bold
31551
31552 \backslash
31553 numberwithin{equation}{section}
31554 \end_layout
31555
31556 \begin_layout Standard
31557 Este es el resultado::
31558 \begin_inset ERT
31559 status collapsed
31560
31561 \begin_layout Plain Layout
31562
31563
31564 \backslash
31565 numberwithin{equation}{section}
31566 \end_layout
31567
31568 \end_inset
31569
31570
31571 \begin_inset Formula 
31572 \begin{equation}
31573 A+B=C
31574 \end{equation}
31575
31576 \end_inset
31577
31578
31579 \end_layout
31580
31581 \begin_layout Standard
31582 Para numerar cuadros de modo que, p.
31583 \begin_inset space \thinspace{}
31584 \end_inset
31585
31586 ej., 
31587 \begin_inset Quotes fld
31588 \end_inset
31589
31590 sectioning
31591 \begin_inset Quotes frd
31592 \end_inset
31593
31594  sea el número de la parte se usa
31595 \begin_inset Newline newline
31596 \end_inset
31597
31598
31599 \series bold
31600
31601 \backslash
31602 numberwithin{table}{part}
31603 \end_layout
31604
31605 \begin_layout Standard
31606 Para volver a la numeración estándar o evitar esta clase numeración cuando
31607  es definida por la clase de documento, se inserta el siguiente comando
31608  en código TeX o en el preámbulo LaTeX:
31609 \end_layout
31610
31611 \begin_layout Standard
31612
31613 \series bold
31614
31615 \backslash
31616 renewcommand{
31617 \backslash
31618 theequation}{
31619 \backslash
31620 arabic{equation}}
31621 \begin_inset Index idx
31622 status collapsed
31623
31624 \begin_layout Plain Layout
31625 Comandos ! A ! 
31626 \backslash
31627 arabic
31628 \end_layout
31629
31630 \end_inset
31631
31632
31633 \series default
31634
31635 \begin_inset ERT
31636 status collapsed
31637
31638 \begin_layout Plain Layout
31639
31640
31641 \backslash
31642 renewcommand{
31643 \backslash
31644 theequation}{
31645 \backslash
31646 arabic{equation}}
31647 \end_layout
31648
31649 \end_inset
31650
31651
31652 \series bold
31653
31654 \begin_inset Newline newline
31655 \end_inset
31656
31657
31658 \series default
31659 o
31660 \series bold
31661
31662 \begin_inset Newline newline
31663 \end_inset
31664
31665
31666 \backslash
31667 renewcommand{
31668 \backslash
31669 thetable}{
31670 \backslash
31671 arabic{table}}
31672 \end_layout
31673
31674 \begin_layout Standard
31675
31676 \series bold
31677
31678 \backslash
31679 numberwithin
31680 \series default
31681  usa internamente el comando 
31682 \series bold
31683
31684 \backslash
31685 @addtoreset
31686 \series default
31687 , descrito arriba, que también debe ser restaurado.
31688 \begin_inset ERT
31689 status collapsed
31690
31691 \begin_layout Plain Layout
31692
31693
31694 \backslash
31695 makeatletter
31696 \end_layout
31697
31698 \begin_layout Plain Layout
31699
31700
31701 \backslash
31702 @removefromreset{equation}{section}
31703 \end_layout
31704
31705 \begin_layout Plain Layout
31706
31707
31708 \backslash
31709 makeatother
31710 \end_layout
31711
31712 \end_inset
31713
31714
31715 \end_layout
31716
31717 \begin_layout Subsection
31718 Numeración con números romanos y letras
31719 \begin_inset Index idx
31720 status collapsed
31721
31722 \begin_layout Plain Layout
31723 Numeración de ecuaciones ! con números romanos
31724 \end_layout
31725
31726 \end_inset
31727
31728
31729 \begin_inset Index idx
31730 status collapsed
31731
31732 \begin_layout Plain Layout
31733 Numeración de ecuaciones ! con letras
31734 \end_layout
31735
31736 \end_inset
31737
31738
31739 \end_layout
31740
31741 \begin_layout Standard
31742 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31743  Por ejemplo, para numerar con romanos en minúscula,
31744 \begin_inset Foot
31745 status collapsed
31746
31747 \begin_layout Plain Layout
31748 Como en español no se usan romanos en minúscula, el estilo 
31749 \series bold
31750 spanish
31751 \series default
31752  del sistema 
31753 \series bold
31754 babel
31755 \series default
31756  redefine 
31757 \series bold
31758
31759 \backslash
31760 roman
31761 \series default
31762  para que los dé en versalitas.
31763  Véase 
31764 \begin_inset CommandInset citation
31765 LatexCommand cite
31766 key "spanish"
31767
31768 \end_inset
31769
31770  (
31771 \emph on
31772 N.
31773 \begin_inset space \thinspace{}
31774 \end_inset
31775
31776 del t
31777 \emph default
31778 ).
31779 \end_layout
31780
31781 \end_inset
31782
31783  se inserta el comando
31784 \end_layout
31785
31786 \begin_layout Standard
31787
31788 \series bold
31789
31790 \backslash
31791 renewcommand{
31792 \backslash
31793 theequation}{
31794 \backslash
31795 roman{equation}}
31796 \end_layout
31797
31798 \begin_layout Standard
31799 antes de la ecuación en modo TeX.
31800  
31801 \series bold
31802
31803 \backslash
31804 renewcommand
31805 \series default
31806
31807 \begin_inset Index idx
31808 status collapsed
31809
31810 \begin_layout Plain Layout
31811 Comandos ! R ! 
31812 \backslash
31813 renewcommand
31814 \end_layout
31815
31816 \end_inset
31817
31818  redefine el comando predefinido 
31819 \series bold
31820
31821 \backslash
31822 theequation
31823 \series default
31824  como 
31825 \series bold
31826
31827 \backslash
31828 roman{equation}
31829 \series default
31830 .
31831 \begin_inset Foot
31832 status collapsed
31833
31834 \begin_layout Plain Layout
31835 El comando 
31836 \series bold
31837
31838 \backslash
31839 renewcommand
31840 \series default
31841  tiene el mismo esquema que el comando 
31842 \series bold
31843
31844 \backslash
31845 newcommand
31846 \series default
31847 , descrito en 
31848 \begin_inset CommandInset ref
31849 LatexCommand ref
31850 reference "sub:El-comando-newcommand"
31851
31852 \end_inset
31853
31854 .
31855 \end_layout
31856
31857 \end_inset
31858
31859  
31860 \series bold
31861 equation
31862 \series default
31863  es el contador de ecuaciones.
31864  Si se usa el comando 
31865 \series bold
31866
31867 \backslash
31868 the
31869 \series default
31870  como prefijo de un contador, el valor del contador sale en números arábigos.
31871  Si una ecuación es numerada, LaTeX pone internamente el comando 
31872 \series bold
31873
31874 \backslash
31875 theequation
31876 \series default
31877  detrás de la ecuación.
31878  
31879 \series bold
31880
31881 \backslash
31882 roman{equation}
31883 \series default
31884
31885 \begin_inset Index idx
31886 status collapsed
31887
31888 \begin_layout Plain Layout
31889 Comandos ! R ! 
31890 \backslash
31891 roman
31892 \end_layout
31893
31894 \end_inset
31895
31896  pone el contador en romanos en minúscula.
31897 \end_layout
31898
31899 \begin_layout Standard
31900 Todas las ecuaciones siguientes a 
31901 \series bold
31902
31903 \backslash
31904 renew
31905 \series default
31906 c
31907 \series bold
31908 ommand
31909 \series default
31910  se numerarán en romanos.
31911  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31912  cambiando 
31913 \series bold
31914
31915 \backslash
31916 roman
31917 \series default
31918  por 
31919 \series bold
31920
31921 \backslash
31922 Roman
31923 \series default
31924
31925 \begin_inset Index idx
31926 status collapsed
31927
31928 \begin_layout Plain Layout
31929 Comandos ! R ! 
31930 \backslash
31931 roman@
31932 \backslash
31933 Roman
31934 \end_layout
31935
31936 \end_inset
31937
31938 .
31939  Para 
31940 \begin_inset Quotes fld
31941 \end_inset
31942
31943 numerar
31944 \begin_inset Quotes frd
31945 \end_inset
31946
31947  con minúsculas latinas hay el comando 
31948 \series bold
31949
31950 \backslash
31951 alph
31952 \series default
31953
31954 \begin_inset Index idx
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958 Comandos ! A ! 
31959 \backslash
31960 alph
31961 \end_layout
31962
31963 \end_inset
31964
31965 , y para mayúsculas el comando 
31966 \series bold
31967
31968 \backslash
31969 Alph
31970 \series default
31971
31972 \begin_inset Index idx
31973 status collapsed
31974
31975 \begin_layout Plain Layout
31976 Comandos ! A ! 
31977 \backslash
31978 alph@
31979 \backslash
31980 Alph
31981 \end_layout
31982
31983 \end_inset
31984
31985 .
31986 \end_layout
31987
31988 \begin_layout Standard
31989 \begin_inset Note Greyedout
31990 status open
31991
31992 \begin_layout Plain Layout
31993
31994 \series bold
31995 Nota:
31996 \series default
31997  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31998 \end_layout
31999
32000 \end_inset
32001
32002
32003 \end_layout
32004
32005 \begin_layout Standard
32006 \begin_inset ERT
32007 status collapsed
32008
32009 \begin_layout Plain Layout
32010
32011
32012 \backslash
32013 renewcommand{
32014 \backslash
32015 theequation}{
32016 \backslash
32017 roman{equation}}
32018 \end_layout
32019
32020 \end_inset
32021
32022
32023 \begin_inset Formula 
32024 \begin{equation}
32025 A=\textrm{romanos en minúscula}
32026 \end{equation}
32027
32028 \end_inset
32029
32030
32031 \begin_inset ERT
32032 status collapsed
32033
32034 \begin_layout Plain Layout
32035
32036
32037 \backslash
32038 renewcommand{
32039 \backslash
32040 theequation}{
32041 \backslash
32042 Roman{equation}}
32043 \end_layout
32044
32045 \end_inset
32046
32047
32048 \begin_inset Formula 
32049 \begin{equation}
32050 B=\textrm{romanos en mayúscula}\label{eq:Rom}
32051 \end{equation}
32052
32053 \end_inset
32054
32055
32056 \begin_inset ERT
32057 status collapsed
32058
32059 \begin_layout Plain Layout
32060
32061
32062 \backslash
32063 renewcommand{
32064 \backslash
32065 theequation}{
32066 \backslash
32067 alph{equation}}
32068 \end_layout
32069
32070 \end_inset
32071
32072
32073 \begin_inset Formula 
32074 \begin{equation}
32075 C=\textrm{latinas en minúscula}
32076 \end{equation}
32077
32078 \end_inset
32079
32080
32081 \begin_inset ERT
32082 status collapsed
32083
32084 \begin_layout Plain Layout
32085
32086
32087 \backslash
32088 renewcommand{
32089 \backslash
32090 theequation}{
32091 \backslash
32092 Alph{equation}}
32093 \end_layout
32094
32095 \end_inset
32096
32097
32098 \begin_inset Formula 
32099 \begin{equation}
32100 D=\textrm{latinas en mayúscula}\label{eq:Lat}
32101 \end{equation}
32102
32103 \end_inset
32104
32105
32106 \end_layout
32107
32108 \begin_layout Standard
32109 Para volver a la numeración por omisión se inserta el comando:
32110 \end_layout
32111
32112 \begin_layout Standard
32113
32114 \series bold
32115
32116 \backslash
32117 renewcommand{
32118 \backslash
32119 theequation}{
32120 \backslash
32121 arabic{equation}}
32122 \begin_inset Index idx
32123 status collapsed
32124
32125 \begin_layout Plain Layout
32126 Comandos ! A ! 
32127 \backslash
32128 arabic
32129 \end_layout
32130
32131 \end_inset
32132
32133
32134 \end_layout
32135
32136 \begin_layout Standard
32137 \begin_inset ERT
32138 status collapsed
32139
32140 \begin_layout Plain Layout
32141
32142
32143 \backslash
32144 renewcommand{
32145 \backslash
32146 theequation}{
32147 \backslash
32148 arabic{equation}}
32149 \end_layout
32150
32151 \end_inset
32152
32153
32154 \begin_inset Formula 
32155 \begin{equation}
32156 E=\mbox{arábigos}
32157 \end{equation}
32158
32159 \end_inset
32160
32161
32162 \end_layout
32163
32164 \begin_layout Standard
32165 \begin_inset VSpace medskip
32166 \end_inset
32167
32168
32169 \end_layout
32170
32171 \begin_layout Standard
32172 Como ves, las ecuaciones se numeran consecutivamente independientemente
32173  del estilo de numeración.
32174  Cuando la numeración haya de empezar con 
32175 \begin_inset Quotes fld
32176 \end_inset
32177
32178 1
32179 \begin_inset Quotes frd
32180 \end_inset
32181
32182  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
32183  Una descripción sobre esto se encuentra en el archivo 
32184 \begin_inset CommandInset href
32185 LatexCommand href
32186 name "Formula-numbering.lyx"
32187 target "run:Formula-numbering.lyx"
32188
32189 \end_inset
32190
32191 .
32192 \end_layout
32193
32194 \begin_layout Section
32195 Símbolos y ecuaciones químicas
32196 \begin_inset CommandInset label
32197 LatexCommand label
32198 name "sub:Símbolos-y-ecuaciones-químicas"
32199
32200 \end_inset
32201
32202
32203 \begin_inset Index idx
32204 status collapsed
32205
32206 \begin_layout Plain Layout
32207 Química ! símbolos
32208 \end_layout
32209
32210 \end_inset
32211
32212
32213 \begin_inset Index idx
32214 status collapsed
32215
32216 \begin_layout Plain Layout
32217 Química ! caracteres
32218 \end_layout
32219
32220 \end_inset
32221
32222
32223 \begin_inset Index idx
32224 status collapsed
32225
32226 \begin_layout Plain Layout
32227 Ecuación ! química|see
32228 \begin_inset ERT
32229 status collapsed
32230
32231 \begin_layout Plain Layout
32232
32233 {
32234 \end_layout
32235
32236 \end_inset
32237
32238 Química
32239 \begin_inset ERT
32240 status collapsed
32241
32242 \begin_layout Plain Layout
32243
32244 }
32245 \end_layout
32246
32247 \end_inset
32248
32249
32250 \end_layout
32251
32252 \end_inset
32253
32254
32255 \begin_inset Index idx
32256 status collapsed
32257
32258 \begin_layout Plain Layout
32259 Química ! iones
32260 \end_layout
32261
32262 \end_inset
32263
32264
32265 \begin_inset Index idx
32266 status collapsed
32267
32268 \begin_layout Plain Layout
32269 Iones|see
32270 \begin_inset ERT
32271 status collapsed
32272
32273 \begin_layout Plain Layout
32274
32275 {
32276 \end_layout
32277
32278 \end_inset
32279
32280 Química
32281 \begin_inset ERT
32282 status collapsed
32283
32284 \begin_layout Plain Layout
32285
32286 }
32287 \end_layout
32288
32289 \end_inset
32290
32291
32292 \end_layout
32293
32294 \end_inset
32295
32296
32297 \begin_inset Index idx
32298 status collapsed
32299
32300 \begin_layout Plain Layout
32301 Química ! reacción
32302 \end_layout
32303
32304 \end_inset
32305
32306
32307 \end_layout
32308
32309 \begin_layout Standard
32310 Un ejemplo de texto de química:
32311 \end_layout
32312
32313 \begin_layout Quote
32314 El ion 
32315 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32316 \end_inset
32317
32318  reacciona con dos iones 
32319 \begin_inset Formula $\mathrm{Na^{+}}$
32320 \end_inset
32321
32322  para dar sulfato de sodio 
32323 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
32324 \end_inset
32325
32326 .
32327  La ecuación química es:
32328 \begin_inset Formula 
32329 \begin{equation}
32330 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}
32331 \end{equation}
32332
32333 \end_inset
32334
32335
32336 \end_layout
32337
32338 \begin_layout Standard
32339 Esta ecuación química puede componerse directamente en modo ecuación.
32340  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
32341  y con el atajo 
32342 \family sans
32343 Alt+C
32344 \begin_inset space ~
32345 \end_inset
32346
32347 R
32348 \family default
32349  se cambia en redonda.
32350 \begin_inset Foot
32351 status collapsed
32352
32353 \begin_layout Plain Layout
32354 véase estilos de tipografías en 
32355 \begin_inset CommandInset ref
32356 LatexCommand ref
32357 reference "sub:Estilos-de-tipografías"
32358
32359 \end_inset
32360
32361 .
32362 \end_layout
32363
32364 \end_inset
32365
32366
32367 \end_layout
32368
32369 \begin_layout Standard
32370 Para escribir ecuaciones químicas es más conveniente usar el comando 
32371 \series bold
32372
32373 \backslash
32374 ce
32375 \series default
32376
32377 \begin_inset Index idx
32378 status collapsed
32379
32380 \begin_layout Plain Layout
32381 Comandos ! C ! 
32382 \backslash
32383 ce
32384 \end_layout
32385
32386 \end_inset
32387
32388 , que está disponible si está instalado el paquete LaTeX 
32389 \series bold
32390 mhchem
32391 \series default
32392
32393 \begin_inset Index idx
32394 status collapsed
32395
32396 \begin_layout Plain Layout
32397 Paquetes ! mhchem
32398 \end_layout
32399
32400 \end_inset
32401
32402 .
32403  Al insertar 
32404 \series bold
32405
32406 \backslash
32407 ce
32408 \series default
32409  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
32410  ecuaciones químicas de una forma intuitiva.
32411 \end_layout
32412
32413 \begin_layout Standard
32414 \align center
32415 \begin_inset Tabular
32416 <lyxtabular version="3" rows="9" columns="2">
32417 <features tabularvalignment="middle">
32418 <column alignment="center" valignment="top" width="0">
32419 <column alignment="center" valignment="top" width="0">
32420 <row>
32421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32422 \begin_inset Text
32423
32424 \begin_layout Plain Layout
32425 Comando
32426 \end_layout
32427
32428 \end_inset
32429 </cell>
32430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32431 \begin_inset Text
32432
32433 \begin_layout Plain Layout
32434 Resultado
32435 \begin_inset Note Note
32436 status collapsed
32437
32438 \begin_layout Plain Layout
32439
32440 \series bold
32441
32442 \backslash
32443 raisebox
32444 \series default
32445  se usa sólo como espaciador
32446 \end_layout
32447
32448 \end_inset
32449
32450
32451 \end_layout
32452
32453 \end_inset
32454 </cell>
32455 </row>
32456 <row>
32457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32458 \begin_inset Text
32459
32460 \begin_layout Plain Layout
32461
32462 \backslash
32463 ce
32464 \begin_inset ERT
32465 status collapsed
32466
32467 \begin_layout Plain Layout
32468
32469
32470 \backslash
32471 spce 
32472 \end_layout
32473
32474 \end_inset
32475
32476 H2CO3
32477 \end_layout
32478
32479 \end_inset
32480 </cell>
32481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32482 \begin_inset Text
32483
32484 \begin_layout Plain Layout
32485 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32486 \end_inset
32487
32488
32489 \end_layout
32490
32491 \end_inset
32492 </cell>
32493 </row>
32494 <row>
32495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32496 \begin_inset Text
32497
32498 \begin_layout Plain Layout
32499
32500 \backslash
32501 ce
32502 \begin_inset ERT
32503 status collapsed
32504
32505 \begin_layout Plain Layout
32506
32507
32508 \backslash
32509 spce 
32510 \end_layout
32511
32512 \end_inset
32513
32514 SO4^2-
32515 \end_layout
32516
32517 \end_inset
32518 </cell>
32519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32520 \begin_inset Text
32521
32522 \begin_layout Plain Layout
32523 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32524 \end_inset
32525
32526
32527 \end_layout
32528
32529 \end_inset
32530 </cell>
32531 </row>
32532 <row>
32533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32534 \begin_inset Text
32535
32536 \begin_layout Plain Layout
32537
32538 \backslash
32539 ce
32540 \begin_inset ERT
32541 status collapsed
32542
32543 \begin_layout Plain Layout
32544
32545
32546 \backslash
32547 spce 
32548 \end_layout
32549
32550 \end_inset
32551
32552 (NH4)2S
32553 \end_layout
32554
32555 \end_inset
32556 </cell>
32557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32558 \begin_inset Text
32559
32560 \begin_layout Plain Layout
32561 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32562 \end_inset
32563
32564
32565 \end_layout
32566
32567 \end_inset
32568 </cell>
32569 </row>
32570 <row>
32571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32572 \begin_inset Text
32573
32574 \begin_layout Plain Layout
32575
32576 \backslash
32577 ce
32578 \begin_inset ERT
32579 status collapsed
32580
32581 \begin_layout Plain Layout
32582
32583
32584 \backslash
32585 spce 
32586 \end_layout
32587
32588 \end_inset
32589
32590 KCr(SO4)2.12H2O
32591 \end_layout
32592
32593 \end_inset
32594 </cell>
32595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32596 \begin_inset Text
32597
32598 \begin_layout Plain Layout
32599 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32600 \end_inset
32601
32602
32603 \end_layout
32604
32605 \end_inset
32606 </cell>
32607 </row>
32608 <row>
32609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32610 \begin_inset Text
32611
32612 \begin_layout Plain Layout
32613
32614 \backslash
32615 ce
32616 \begin_inset ERT
32617 status collapsed
32618
32619 \begin_layout Plain Layout
32620
32621
32622 \backslash
32623 spce 
32624 \end_layout
32625
32626 \end_inset
32627
32628 A-B
32629 \backslash
32630 dbond
32631 \begin_inset ERT
32632 status collapsed
32633
32634 \begin_layout Plain Layout
32635
32636
32637 \backslash
32638 spce 
32639 \end_layout
32640
32641 \end_inset
32642
32643 C
32644 \backslash
32645 tbond
32646 \begin_inset ERT
32647 status collapsed
32648
32649 \begin_layout Plain Layout
32650
32651
32652 \backslash
32653 spce 
32654 \end_layout
32655
32656 \end_inset
32657
32658 D
32659 \end_layout
32660
32661 \end_inset
32662 </cell>
32663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32664 \begin_inset Text
32665
32666 \begin_layout Plain Layout
32667 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32668 \end_inset
32669
32670
32671 \end_layout
32672
32673 \end_inset
32674 </cell>
32675 </row>
32676 <row>
32677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32678 \begin_inset Text
32679
32680 \begin_layout Plain Layout
32681
32682 \backslash
32683 ce
32684 \begin_inset ERT
32685 status collapsed
32686
32687 \begin_layout Plain Layout
32688
32689
32690 \backslash
32691 spce 
32692 \end_layout
32693
32694 \end_inset
32695
32696 ^227
32697 \begin_inset Formula $\downarrow$
32698 \end_inset
32699
32700 _90
32701 \begin_inset Formula $\to$
32702 \end_inset
32703
32704 Th+
32705 \end_layout
32706
32707 \end_inset
32708 </cell>
32709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32710 \begin_inset Text
32711
32712 \begin_layout Plain Layout
32713 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32714 \end_inset
32715
32716
32717 \end_layout
32718
32719 \end_inset
32720 </cell>
32721 </row>
32722 <row>
32723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32724 \begin_inset Text
32725
32726 \begin_layout Plain Layout
32727
32728 \backslash
32729 ce
32730 \begin_inset ERT
32731 status collapsed
32732
32733 \begin_layout Plain Layout
32734
32735
32736 \backslash
32737 spce 
32738 \end_layout
32739
32740 \end_inset
32741
32742 CO2
32743 \begin_inset ERT
32744 status collapsed
32745
32746 \begin_layout Plain Layout
32747
32748
32749 \backslash
32750 spce 
32751 \end_layout
32752
32753 \end_inset
32754
32755 +
32756 \begin_inset ERT
32757 status collapsed
32758
32759 \begin_layout Plain Layout
32760
32761
32762 \backslash
32763 spce 
32764 \end_layout
32765
32766 \end_inset
32767
32768 C
32769 \begin_inset ERT
32770 status collapsed
32771
32772 \begin_layout Plain Layout
32773
32774
32775 \backslash
32776 spce 
32777 \end_layout
32778
32779 \end_inset
32780
32781 <=>
32782 \begin_inset ERT
32783 status collapsed
32784
32785 \begin_layout Plain Layout
32786
32787
32788 \backslash
32789 spce 
32790 \end_layout
32791
32792 \end_inset
32793
32794 2CO
32795 \end_layout
32796
32797 \end_inset
32798 </cell>
32799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32800 \begin_inset Text
32801
32802 \begin_layout Plain Layout
32803 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32804 \end_inset
32805
32806
32807 \end_layout
32808
32809 \end_inset
32810 </cell>
32811 </row>
32812 <row>
32813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32814 \begin_inset Text
32815
32816 \begin_layout Plain Layout
32817
32818 \backslash
32819 ce
32820 \begin_inset ERT
32821 status collapsed
32822
32823 \begin_layout Plain Layout
32824
32825
32826 \backslash
32827 spce 
32828 \end_layout
32829
32830 \end_inset
32831
32832 CO2
32833 \begin_inset ERT
32834 status collapsed
32835
32836 \begin_layout Plain Layout
32837
32838
32839 \backslash
32840 spce 
32841 \end_layout
32842
32843 \end_inset
32844
32845 +
32846 \begin_inset ERT
32847 status collapsed
32848
32849 \begin_layout Plain Layout
32850
32851
32852 \backslash
32853 spce 
32854 \end_layout
32855
32856 \end_inset
32857
32858 C
32859 \begin_inset ERT
32860 status collapsed
32861
32862 \begin_layout Plain Layout
32863
32864
32865 \backslash
32866 spce 
32867 \end_layout
32868
32869 \end_inset
32870
32871 ->[
32872 \backslash
32873 alpha][
32874 \backslash
32875 beta]
32876 \begin_inset ERT
32877 status collapsed
32878
32879 \begin_layout Plain Layout
32880
32881
32882 \backslash
32883 spce 
32884 \end_layout
32885
32886 \end_inset
32887
32888 2CO}
32889 \end_layout
32890
32891 \end_inset
32892 </cell>
32893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32894 \begin_inset Text
32895
32896 \begin_layout Plain Layout
32897 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32898 \end_inset
32899
32900
32901 \end_layout
32902
32903 \end_inset
32904 </cell>
32905 </row>
32906 </lyxtabular>
32907
32908 \end_inset
32909
32910
32911 \end_layout
32912
32913 \begin_layout Standard
32914 \begin_inset Note Greyedout
32915 status open
32916
32917 \begin_layout Plain Layout
32918
32919 \series bold
32920 Nota:
32921 \series default
32922  Insertar modo matemático en un marco 
32923 \series bold
32924
32925 \backslash
32926 ce
32927 \series default
32928  provocará errores de LaTeX.
32929  En estos casos hay que usar código TeX, como en 
32930 \series bold
32931
32932 \backslash
32933 ce{$
32934 \backslash
32935 mu
32936 \backslash
32937 hyphen$Cl}
32938 \series default
32939
32940 \begin_inset ERT
32941 status collapsed
32942
32943 \begin_layout Plain Layout
32944
32945
32946 \backslash
32947 ce{$
32948 \backslash
32949 mu
32950 \backslash
32951 hyphen$Cl}
32952 \end_layout
32953
32954 \end_inset
32955
32956  
32957 \end_layout
32958
32959 \end_inset
32960
32961
32962 \end_layout
32963
32964 \begin_layout Standard
32965 El comando 
32966 \series bold
32967
32968 \backslash
32969 ce
32970 \series default
32971  para la 
32972 \begin_inset CommandInset ref
32973 LatexCommand ref
32974 reference "eq:reaccion-quimica"
32975
32976 \end_inset
32977
32978  es
32979 \begin_inset Newline newline
32980 \end_inset
32981
32982
32983 \series bold
32984  
32985 \backslash
32986 ce
32987 \begin_inset ERT
32988 status collapsed
32989
32990 \begin_layout Plain Layout
32991
32992
32993 \backslash
32994 spce 
32995 \end_layout
32996
32997 \end_inset
32998
32999 2Na+
33000 \begin_inset ERT
33001 status collapsed
33002
33003 \begin_layout Plain Layout
33004
33005
33006 \backslash
33007 spce 
33008 \end_layout
33009
33010 \end_inset
33011
33012 +
33013 \begin_inset ERT
33014 status collapsed
33015
33016 \begin_layout Plain Layout
33017
33018
33019 \backslash
33020 spce 
33021 \end_layout
33022
33023 \end_inset
33024
33025 SO4^2-
33026 \begin_inset ERT
33027 status collapsed
33028
33029 \begin_layout Plain Layout
33030
33031
33032 \backslash
33033 spce 
33034 \end_layout
33035
33036 \end_inset
33037
33038
33039 \begin_inset ERT
33040 status collapsed
33041
33042 \begin_layout Plain Layout
33043
33044
33045 \backslash
33046 spce 
33047 \end_layout
33048
33049 \end_inset
33050
33051 ->
33052 \begin_inset ERT
33053 status collapsed
33054
33055 \begin_layout Plain Layout
33056
33057
33058 \backslash
33059 spce 
33060 \end_layout
33061
33062 \end_inset
33063
33064 Na2SO4
33065 \end_layout
33066
33067 \begin_layout Standard
33068 Para componer ecuaciones químicas multilínea primero se crea una ecuación
33069  multilínea, tal como se describe en la 
33070 \begin_inset CommandInset ref
33071 LatexCommand ref
33072 reference "sec:Ecuaciones-multilínea"
33073
33074 \end_inset
33075
33076 .
33077  Después se utiliza el comando 
33078 \series bold
33079
33080 \backslash
33081 ce
33082 \series default
33083  en cada cuadrito azul de la ecuación.
33084  La 
33085 \begin_inset CommandInset ref
33086 LatexCommand ref
33087 reference "eq:TEOS-reac-1"
33088
33089 \end_inset
33090
33091  y la 
33092 \begin_inset CommandInset ref
33093 LatexCommand ref
33094 reference "eq:TEOS-reac-2"
33095
33096 \end_inset
33097
33098  son ejemplos de una reacción química en dos fases en la que cada ecuación
33099  tiene su propio número.
33100 \begin_inset Formula 
33101 \begin{eqnarray}
33102 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
33103 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
33104 \end{eqnarray}
33105
33106 \end_inset
33107
33108
33109 \end_layout
33110
33111 \begin_layout Standard
33112 Además de 
33113 \series bold
33114
33115 \backslash
33116 ce
33117 \series default
33118  el paquete 
33119 \series bold
33120 mhchem
33121 \series default
33122  suministra el comando 
33123 \series bold
33124
33125 \backslash
33126 cf
33127 \series default
33128
33129 \begin_inset Index idx
33130 status collapsed
33131
33132 \begin_layout Plain Layout
33133 Comandos ! C ! 
33134 \backslash
33135 cf
33136 \end_layout
33137
33138 \end_inset
33139
33140  que ha de utilizarse en casos especiales.
33141  Para más información sobre 
33142 \series bold
33143
33144 \backslash
33145 cf
33146 \series default
33147  y más ejemplos echa un vistazo a la documentación de 
33148 \series bold
33149 mhchem
33150 \series default
33151
33152 \begin_inset CommandInset citation
33153 LatexCommand cite
33154 key "mhchem"
33155
33156 \end_inset
33157
33158 .
33159 \end_layout
33160
33161 \begin_layout Section
33162 Diagramas
33163 \end_layout
33164
33165 \begin_layout Standard
33166 Lyx soporta dos tipos de diagramas conmutativos: 
33167 \series bold
33168 amscd
33169 \series default
33170  y 
33171 \series bold
33172 xymatrix
33173 \series default
33174 , que se explican a continuación.
33175 \end_layout
33176
33177 \begin_layout Subsection
33178 Diagramas amscd
33179 \begin_inset Index idx
33180 status collapsed
33181
33182 \begin_layout Plain Layout
33183 Diagramas ! amscd
33184 \end_layout
33185
33186 \end_inset
33187
33188
33189 \end_layout
33190
33191 \begin_layout Standard
33192 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
33193  verticales y horizontales:
33194 \begin_inset Formula 
33195 \[
33196 \begin{CD}A@)))B@)))C\\
33197 @AAA@.@VVV\\
33198 F@(((E@(((D
33199 \end{CD}
33200 \]
33201
33202 \end_inset
33203
33204 Para obtener el diagrama se inserta en la ecuación el comando 
33205 \series bold
33206
33207 \backslash
33208 CD
33209 \begin_inset Index idx
33210 status collapsed
33211
33212 \begin_layout Plain Layout
33213 Comandos ! C ! 
33214 \backslash
33215 CD
33216 \end_layout
33217
33218 \end_inset
33219
33220
33221 \series default
33222 .
33223  Surge un marco azul entre dos líneas de trazos en el que se insertan a
33224  continuación comandos.
33225  Con 
33226 \family sans
33227 Ctrl+Entrar
33228 \family default
33229  se inicia una nueva línea.
33230  En las líneas impares se insertan relaciones horizontales, en las pares
33231  verticales.
33232 \end_layout
33233
33234 \begin_layout Standard
33235 Para componer las relaciones hay los siguientes comandos:
33236 \begin_inset Foot
33237 status collapsed
33238
33239 \begin_layout Plain Layout
33240 \begin_inset CommandInset label
33241 LatexCommand label
33242 name "fn:sinónimos"
33243
33244 \end_inset
33245
33246 Los comandos con 
33247 \family sans
33248 '
33249 \series bold
33250 >
33251 \series default
33252 '
33253 \family default
33254  o 
33255 \family sans
33256 '
33257 \series bold
33258 <
33259 \series default
33260 '
33261 \family default
33262  pueden generar errores con el estilo 
33263 \series bold
33264 spanish
33265 \series default
33266  de 
33267 \series bold
33268 babel
33269 \series default
33270 .
33271  Para evitarlo se pueden sustituir por sus sinónimos 
33272 \family sans
33273 '
33274 \series bold
33275 )
33276 \series default
33277 '
33278 \family default
33279  y 
33280 \family sans
33281 '
33282 \series bold
33283 (
33284 \series default
33285 '
33286 \family default
33287  respectivamente.
33288  Véase 
33289 \begin_inset CommandInset citation
33290 LatexCommand cite
33291 key "spanish"
33292
33293 \end_inset
33294
33295 .
33296  (
33297 \emph on
33298 N.
33299 \begin_inset space \thinspace{}
33300 \end_inset
33301
33302 del t.
33303 \emph default
33304 )
33305 \end_layout
33306
33307 \end_inset
33308
33309
33310 \end_layout
33311
33312 \begin_layout Itemize
33313
33314 \series bold
33315 @<<<
33316 \series default
33317  genera una flecha hacia la izquierda, 
33318 \series bold
33319 @>>>
33320 \series default
33321  una hacia la derecha, y 
33322 \series bold
33323 @=
33324 \series default
33325  un signo igual largo
33326 \end_layout
33327
33328 \begin_layout Itemize
33329
33330 \series bold
33331 @AAA
33332 \series default
33333  genera una flecha hacia arriba, 
33334 \series bold
33335 @VVV
33336 \series default
33337  una hacia abajo, y 
33338 \series bold
33339 @|
33340 \series default
33341  un signo igual vertical
33342 \end_layout
33343
33344 \begin_layout Itemize
33345
33346 \series bold
33347 @.
33348
33349 \series default
33350  genera una ubicación vacía para relaciones inexistentes
33351 \end_layout
33352
33353 \begin_layout Standard
33354 Todas las flechas pueden etiquetarse como sigue:
33355 \end_layout
33356
33357 \begin_layout Itemize
33358 Si se inserta texto entre el primero y el segundo 
33359 \series bold
33360 <
33361 \series default
33362  o 
33363 \series bold
33364 >
33365 \series default
33366 , respectivamente, se muestra sobre la flecha.
33367  Si se inserta entre el segundo y el tercero, bajo la flecha.
33368 \end_layout
33369
33370 \begin_layout Itemize
33371 Para flechas verticales, si se inserta texto entre la primera y la segunda
33372  
33373 \series bold
33374 A
33375 \series default
33376  o 
33377 \series bold
33378 V
33379 \series default
33380 , respectivamente, se muestra al lado izquierdo de la flecha.
33381  Si se inserta entre la segunda y la tercera, al lado derecho.
33382  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
33383 \end_layout
33384
33385 \begin_layout Standard
33386 Como ejemplo un diagrama con todas las relaciones posibles:
33387 \begin_inset Formula 
33388 \[
33389 \begin{CD}A@)j))B@))k)C@=F\\
33390 @AmAA@.@VV{V}V@|\\
33391 D@((j\,(E@)k))F@=C
33392 \end{CD}
33393 \]
33394
33395 \end_inset
33396
33397 El comando para este diagrama es:
33398 \begin_inset Newline newline
33399 \end_inset
33400
33401
33402 \series bold
33403
33404 \backslash
33405 CD
33406 \begin_inset ERT
33407 status collapsed
33408
33409 \begin_layout Plain Layout
33410
33411
33412 \backslash
33413 spce 
33414 \end_layout
33415
33416 \end_inset
33417
33418 A@>j>>B@>>k>C@=F Ctrl+Entrar
33419 \begin_inset Newline newline
33420 \end_inset
33421
33422
33423 \begin_inset Phantom HPhantom
33424 status open
33425
33426 \begin_layout Plain Layout
33427
33428 \series bold
33429
33430 \backslash
33431 CD
33432 \begin_inset ERT
33433 status collapsed
33434
33435 \begin_layout Plain Layout
33436
33437
33438 \backslash
33439 spce 
33440 \end_layout
33441
33442 \end_inset
33443
33444
33445 \end_layout
33446
33447 \end_inset
33448
33449 @AmAA@.@VV
33450 \backslash
33451 {V
33452 \series default
33453
33454 \begin_inset Formula $\to$
33455 \end_inset
33456
33457
33458 \series bold
33459 V@| Ctrl+Entrar
33460 \begin_inset Newline newline
33461 \end_inset
33462
33463
33464 \begin_inset Phantom HPhantom
33465 status open
33466
33467 \begin_layout Plain Layout
33468
33469 \series bold
33470
33471 \backslash
33472 CD
33473 \begin_inset ERT
33474 status collapsed
33475
33476 \begin_layout Plain Layout
33477
33478
33479 \backslash
33480 spce 
33481 \end_layout
33482
33483 \end_inset
33484
33485
33486 \end_layout
33487
33488 \end_inset
33489
33490 D@<<j<E@>k>>F@=C
33491 \end_layout
33492
33493 \begin_layout Subsection
33494 Diagramas xymatrix
33495 \begin_inset Index idx
33496 status collapsed
33497
33498 \begin_layout Plain Layout
33499 Diagramas ! xymatrix
33500 \end_layout
33501
33502 \end_inset
33503
33504
33505 \end_layout
33506
33507 \begin_layout Standard
33508 Para usar matrices xy debe estar instalado el paquete LaTeX 
33509 \series bold
33510 xypic
33511 \series default
33512 .
33513  Una matriz xy se crea insertando el comando 
33514 \series bold
33515
33516 \backslash
33517 xymatrix
33518 \series default
33519  en una ecuación.
33520  Después podrás añadir nuevas columnas y filas como en matrices normales,
33521  véase
33522 \begin_inset space ~
33523 \end_inset
33524
33525
33526 \begin_inset CommandInset ref
33527 LatexCommand ref
33528 reference "sec:Matrices"
33529
33530 \end_inset
33531
33532 .
33533 \end_layout
33534
33535 \begin_layout Standard
33536 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
33537  y curvadas, y mucho más.
33538  Todas las posibilidades para generar diagramas conmutativos y decoraciones
33539  se explican en el 
33540 \emph on
33541 Manual de XY-pic
33542 \emph default
33543  que se encuentra en el menú 
33544 \family sans
33545 Ayuda\SpecialChar \menuseparator
33546 Manuales
33547 \begin_inset space ~
33548 \end_inset
33549
33550 específicos
33551 \family default
33552 .
33553 \end_layout
33554
33555 \begin_layout Subsection
33556 Diagramas 
33557 \noun on
33558 Feynman
33559 \noun default
33560
33561 \begin_inset Index idx
33562 status collapsed
33563
33564 \begin_layout Plain Layout
33565 Diagramas ! Feynman
33566 \end_layout
33567
33568 \end_inset
33569
33570
33571 \end_layout
33572
33573 \begin_layout Standard
33574 Para usar diagramas 
33575 \noun on
33576 Feynman
33577 \noun default
33578  debe estar instalado el paquete LaTeX 
33579 \series bold
33580 feyn
33581 \series default
33582 .
33583  Un diagrama 
33584 \noun on
33585 Feynman
33586 \noun default
33587  se crea insertando el comando 
33588 \series bold
33589
33590 \backslash
33591 Diagram
33592 \series default
33593  en una ecuación.
33594  Después podrás añadir nuevas columnas y filas como en matrices normales,
33595  véase
33596 \begin_inset space ~
33597 \end_inset
33598
33599
33600 \begin_inset CommandInset ref
33601 LatexCommand ref
33602 reference "sec:Matrices"
33603
33604 \end_inset
33605
33606 .
33607 \end_layout
33608
33609 \begin_layout Standard
33610 En el 
33611 \emph on
33612 Manual de diagramas Feynman
33613 \emph default
33614 , disponible en 
33615 \family sans
33616 Ayuda\SpecialChar \menuseparator
33617 Manuales
33618 \begin_inset space ~
33619 \end_inset
33620
33621 específicos
33622 \family default
33623 , hay ejemplos de diagramas de este tipo.
33624 \end_layout
33625
33626 \begin_layout Section
33627 Comandos definidos por el usuario
33628 \begin_inset Index idx
33629 status collapsed
33630
33631 \begin_layout Plain Layout
33632 Comandos de usuario
33633 \end_layout
33634
33635 \end_inset
33636
33637
33638 \end_layout
33639
33640 \begin_layout Standard
33641 \begin_inset Note Greyedout
33642 status open
33643
33644 \begin_layout Plain Layout
33645
33646 \series bold
33647 Nota:
33648 \series default
33649  Los nombres de los comandos definidos por el usuario y macros solo pueden
33650  contener letras latinas.
33651 \end_layout
33652
33653 \end_inset
33654
33655
33656 \end_layout
33657
33658 \begin_layout Subsection
33659 El comando 
33660 \backslash
33661 newcommand
33662 \begin_inset CommandInset label
33663 LatexCommand label
33664 name "sub:El-comando-newcommand"
33665
33666 \end_inset
33667
33668
33669 \begin_inset Index idx
33670 status collapsed
33671
33672 \begin_layout Plain Layout
33673 Comandos de usuario ! 
33674 \backslash
33675 newcommand
33676 \end_layout
33677
33678 \end_inset
33679
33680
33681 \begin_inset Index idx
33682 status collapsed
33683
33684 \begin_layout Plain Layout
33685 Comandos ! N ! 
33686 \backslash
33687 newcommand
33688 \end_layout
33689
33690 \end_inset
33691
33692
33693 \end_layout
33694
33695 \begin_layout Standard
33696 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
33697  Pero es posible definir nuevos comandos más cortos con el comando 
33698 \series bold
33699
33700 \backslash
33701 newcommand
33702 \series default
33703 .
33704  
33705 \end_layout
33706
33707 \begin_layout Standard
33708 El esquema del comando 
33709 \series bold
33710
33711 \backslash
33712 newcommand
33713 \series default
33714  es:
33715 \end_layout
33716
33717 \begin_layout Standard
33718
33719 \series bold
33720
33721 \backslash
33722 newcommand{nombre nuevo de comando}[número de argumentos]
33723 \begin_inset Newline newline
33724 \end_inset
33725
33726
33727 \begin_inset Phantom HPhantom
33728 status open
33729
33730 \begin_layout Plain Layout
33731
33732 \series bold
33733
33734 \backslash
33735 newcommand
33736 \end_layout
33737
33738 \end_inset
33739
33740 [valor opcional]{definición de comando}
33741 \end_layout
33742
33743 \begin_layout Standard
33744 \begin_inset Note Greyedout
33745 status open
33746
33747 \begin_layout Plain Layout
33748
33749 \series bold
33750 Nota:
33751 \series default
33752  Asegúrate de que el nombre del nuevo comando no está definido ya en el
33753  documento o en paquetes LaTeX que uses.
33754  Por ejemplo, si defines el comando 
33755 \series bold
33756
33757 \backslash
33758 le
33759 \series default
33760  para 
33761 \series bold
33762
33763 \backslash
33764 Leftarrow,
33765 \series default
33766  se producirán errores porque 
33767 \series bold
33768
33769 \backslash
33770 le
33771 \series default
33772  ya existe para 
33773 \begin_inset Quotes fld
33774 \end_inset
33775
33776
33777 \begin_inset Formula $\le$
33778 \end_inset
33779
33780
33781 \begin_inset Quotes frd
33782 \end_inset
33783
33784 .
33785
33786 \series bold
33787  
33788 \end_layout
33789
33790 \end_inset
33791
33792
33793 \end_layout
33794
33795 \begin_layout Standard
33796 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
33797  argumentos debería tener el nuevo comando.
33798  Con el valor opcional se puede predefinir un valor para un argumento opcional.
33799  Cuando se hace esto, el 
33800 \emph on
33801 primer
33802 \emph default
33803  argumento del nuevo comando es automáticamente opcional.
33804 \end_layout
33805
33806 \begin_layout Standard
33807 Veamos unos ejemplos:
33808 \end_layout
33809
33810 \begin_layout Itemize
33811 Para definir el comando 
33812 \series bold
33813
33814 \backslash
33815 gr
33816 \series default
33817  para 
33818 \series bold
33819
33820 \backslash
33821 Longrightarrow
33822 \series default
33823 , la línea de preámbulo LaTeX es:
33824 \begin_inset VSpace medskip
33825 \end_inset
33826
33827
33828 \begin_inset Newline newline
33829 \end_inset
33830
33831
33832 \series bold
33833
33834 \backslash
33835 newcommand{
33836 \backslash
33837 gr}{
33838 \backslash
33839 Longrightarrow}
33840 \end_layout
33841
33842 \begin_layout Itemize
33843 Para definir el comando 
33844 \series bold
33845
33846 \backslash
33847 us
33848 \series default
33849  para 
33850 \series bold
33851
33852 \backslash
33853 underline
33854 \series default
33855 , el argumento (que sería subrayado) debe tenerse en cuenta.
33856  Para esto la línea de preámbulo es:
33857 \begin_inset VSpace medskip
33858 \end_inset
33859
33860
33861 \begin_inset Newline newline
33862 \end_inset
33863
33864
33865 \series bold
33866
33867 \backslash
33868 newcommand{
33869 \backslash
33870 us}[1]{
33871 \backslash
33872 underline{#1}}
33873 \series default
33874
33875 \begin_inset VSpace medskip
33876 \end_inset
33877
33878
33879 \begin_inset Newline newline
33880 \end_inset
33881
33882 El carácter 
33883 \series bold
33884 #
33885 \series default
33886  actúa como colocador del argumento, el 
33887 \series bold
33888 1
33889 \series default
33890  indica que es el colocador para el primer argumento.
33891 \end_layout
33892
33893 \begin_layout Itemize
33894 Para 
33895 \series bold
33896
33897 \backslash
33898 framebox
33899 \series default
33900  se puede definir, por ejemplo, el comando 
33901 \series bold
33902
33903 \backslash
33904 fb
33905 \series default
33906 :
33907 \begin_inset VSpace medskip
33908 \end_inset
33909
33910
33911 \begin_inset Newline newline
33912 \end_inset
33913
33914
33915 \series bold
33916
33917 \backslash
33918 newcommand{
33919 \backslash
33920 fb}[3]{
33921 \backslash
33922 framebox#1#2{$#3$}}
33923 \series default
33924
33925 \begin_inset VSpace medskip
33926 \end_inset
33927
33928
33929 \begin_inset Newline newline
33930 \end_inset
33931
33932 Los dos signos dólar generan la ecuación extra necesaria para 
33933 \series bold
33934
33935 \backslash
33936 framebox
33937 \series default
33938 , véase 
33939 \begin_inset CommandInset ref
33940 LatexCommand ref
33941 reference "sub:Marcos-con-bordes"
33942
33943 \end_inset
33944
33945 .
33946 \end_layout
33947
33948 \begin_layout Itemize
33949 Para crear un nuevo comando para 
33950 \series bold
33951
33952 \backslash
33953 fcolorbox
33954 \series default
33955  donde no es necesario especificar el color para el marco, el argumento
33956  para el color se define opcional:
33957 \begin_inset VSpace medskip
33958 \end_inset
33959
33960
33961 \begin_inset Newline newline
33962 \end_inset
33963
33964
33965 \series bold
33966
33967 \backslash
33968 newcommand{
33969 \backslash
33970 cb}[3][white]{
33971 \backslash
33972 fcolorbox{#2}{#1}{$#3$}}
33973 \series default
33974
33975 \begin_inset VSpace medskip
33976 \end_inset
33977
33978
33979 \begin_inset Newline newline
33980 \end_inset
33981
33982 Si el color no es especificado al usar 
33983 \series bold
33984
33985 \backslash
33986 cb
33987 \series default
33988 , se elige el color 
33989 \series bold
33990 white
33991 \series default
33992  predefinido.
33993 \end_layout
33994
33995 \begin_layout Standard
33996 Un ensayo con los nuevos comandos definidos:
33997 \end_layout
33998
33999 \begin_layout Standard
34000 \noindent
34001 \align center
34002 \begin_inset Tabular
34003 <lyxtabular version="3" rows="6" columns="2">
34004 <features tabularvalignment="middle">
34005 <column alignment="center" valignment="top" width="0">
34006 <column alignment="center" valignment="top" width="0">
34007 <row>
34008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34009 \begin_inset Text
34010
34011 \begin_layout Plain Layout
34012 Comando
34013 \end_layout
34014
34015 \end_inset
34016 </cell>
34017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34018 \begin_inset Text
34019
34020 \begin_layout Plain Layout
34021 Resultado
34022 \begin_inset Note Note
34023 status collapsed
34024
34025 \begin_layout Plain Layout
34026
34027 \series bold
34028
34029 \backslash
34030 raisebox
34031 \series default
34032  se usa sólo como espaciador
34033 \end_layout
34034
34035 \end_inset
34036
34037
34038 \end_layout
34039
34040 \end_inset
34041 </cell>
34042 </row>
34043 <row>
34044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34045 \begin_inset Text
34046
34047 \begin_layout Plain Layout
34048 A
34049 \backslash
34050 gr
34051 \begin_inset ERT
34052 status collapsed
34053
34054 \begin_layout Plain Layout
34055
34056
34057 \backslash
34058 spce 
34059 \end_layout
34060
34061 \end_inset
34062
34063 B
34064 \end_layout
34065
34066 \end_inset
34067 </cell>
34068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34069 \begin_inset Text
34070
34071 \begin_layout Plain Layout
34072 \begin_inset Formula $A\gr B$
34073 \end_inset
34074
34075
34076 \end_layout
34077
34078 \end_inset
34079 </cell>
34080 </row>
34081 <row>
34082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34083 \begin_inset Text
34084
34085 \begin_layout Plain Layout
34086
34087 \backslash
34088 us{ABcd
34089 \end_layout
34090
34091 \end_inset
34092 </cell>
34093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34094 \begin_inset Text
34095
34096 \begin_layout Plain Layout
34097 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
34098 \end_inset
34099
34100
34101 \end_layout
34102
34103 \end_inset
34104 </cell>
34105 </row>
34106 <row>
34107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34108 \begin_inset Text
34109
34110 \begin_layout Plain Layout
34111
34112 \backslash
34113 fb{[2cm]
34114 \begin_inset Formula $\to$
34115 \end_inset
34116
34117
34118 \backslash
34119 {
34120 \begin_inset Formula $\to$
34121 \end_inset
34122
34123
34124 \backslash
34125 {
34126 \backslash
34127 int
34128 \begin_inset ERT
34129 status collapsed
34130
34131 \begin_layout Plain Layout
34132
34133
34134 \backslash
34135 spce 
34136 \end_layout
34137
34138 \end_inset
34139
34140 A=B
34141 \end_layout
34142
34143 \end_inset
34144 </cell>
34145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34146 \begin_inset Text
34147
34148 \begin_layout Plain Layout
34149 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
34150 \end_inset
34151
34152
34153 \end_layout
34154
34155 \end_inset
34156 </cell>
34157 </row>
34158 <row>
34159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34160 \begin_inset Text
34161
34162 \begin_layout Plain Layout
34163
34164 \backslash
34165 cb{red
34166 \begin_inset Formula $\to$
34167 \end_inset
34168
34169
34170 \backslash
34171 {
34172 \backslash
34173 int
34174 \begin_inset ERT
34175 status collapsed
34176
34177 \begin_layout Plain Layout
34178
34179
34180 \backslash
34181 spce 
34182 \end_layout
34183
34184 \end_inset
34185
34186 A=B
34187 \end_layout
34188
34189 \end_inset
34190 </cell>
34191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34192 \begin_inset Text
34193
34194 \begin_layout Plain Layout
34195 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
34196 \end_inset
34197
34198
34199 \end_layout
34200
34201 \end_inset
34202 </cell>
34203 </row>
34204 <row>
34205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34206 \begin_inset Text
34207
34208 \begin_layout Plain Layout
34209
34210 \backslash
34211 cb[green]
34212 \backslash
34213 {red
34214 \begin_inset Formula $\to$
34215 \end_inset
34216
34217
34218 \backslash
34219 {
34220 \backslash
34221 int
34222 \begin_inset ERT
34223 status collapsed
34224
34225 \begin_layout Plain Layout
34226
34227
34228 \backslash
34229 spce 
34230 \end_layout
34231
34232 \end_inset
34233
34234 A=B
34235 \end_layout
34236
34237 \end_inset
34238 </cell>
34239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34240 \begin_inset Text
34241
34242 \begin_layout Plain Layout
34243 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
34244 \end_inset
34245
34246
34247 \end_layout
34248
34249 \end_inset
34250 </cell>
34251 </row>
34252 </lyxtabular>
34253
34254 \end_inset
34255
34256
34257 \end_layout
34258
34259 \begin_layout Subsection
34260 Macros de ecuaciones
34261 \begin_inset Index idx
34262 status collapsed
34263
34264 \begin_layout Plain Layout
34265 Comandos de usuario ! Macros de ecuaciones
34266 \end_layout
34267
34268 \end_inset
34269
34270
34271 \begin_inset Index idx
34272 status collapsed
34273
34274 \begin_layout Plain Layout
34275 Macros
34276 \end_layout
34277
34278 \end_inset
34279
34280
34281 \end_layout
34282
34283 \begin_layout Standard
34284 Los comandos definidos por el usuario son especialmente convenientes para
34285  expresiones complejas.
34286  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
34287  el mismo tipo de solución se repite varias veces.
34288  La forma general de una ecuación de segundo grado es:
34289 \begin_inset Formula 
34290 \[
34291 0=\lambda^{2}+p\lambda+q
34292 \]
34293
34294 \end_inset
34295
34296 La forma general de la solución es:
34297 \begin_inset Formula 
34298 \[
34299 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
34300 \]
34301
34302 \end_inset
34303
34304
34305 \end_layout
34306
34307 \begin_layout Standard
34308 Para definir un comando para la ecuación de la solución, en donde solo hay
34309  que especificar los tres parámetros 
34310 \begin_inset Formula $\lambda$
34311 \end_inset
34312
34313
34314 \begin_inset Formula $p$
34315 \end_inset
34316
34317 , y 
34318 \begin_inset Formula $q$
34319 \end_inset
34320
34321 , y el índice de 
34322 \begin_inset Formula $\lambda$
34323 \end_inset
34324
34325  puede darse opcionalmente, la línea de preámbulo LaTeX es
34326 \begin_inset Newline newline
34327 \end_inset
34328
34329
34330 \series bold
34331
34332 \backslash
34333 newcommand{
34334 \backslash
34335 qG}[4][1,
34336 \backslash
34337 ,2]{#2_{#1}=-
34338 \backslash
34339 frac{#3}{2}
34340 \backslash
34341 pm
34342 \begin_inset Newline newline
34343 \end_inset
34344
34345
34346 \begin_inset Phantom HPhantom
34347 status open
34348
34349 \begin_layout Plain Layout
34350
34351 \series bold
34352
34353 \backslash
34354 newcommand
34355 \end_layout
34356
34357 \end_inset
34358
34359
34360 \backslash
34361 sqrt{
34362 \backslash
34363 frac{#3^{2}}{4}-#4}}
34364 \end_layout
34365
34366 \begin_layout Standard
34367 Para generar la solución se inserta el comando
34368 \begin_inset Newline newline
34369 \end_inset
34370
34371
34372 \series bold
34373
34374 \backslash
34375 qG{
34376 \backslash
34377 lambda
34378 \begin_inset Formula $\to$
34379 \end_inset
34380
34381
34382 \backslash
34383 {p
34384 \begin_inset Formula $\to$
34385 \end_inset
34386
34387
34388 \backslash
34389 {q
34390 \series default
34391  en una ecuación
34392 \series bold
34393 .
34394 \end_layout
34395
34396 \begin_layout Standard
34397 La definición del nuevo comando no es intuitiva porque hay que conocer los
34398  esquemas de todos los comandos LaTeX usados, por ejemplo, que una fracción
34399  se inserta en LaTeX como
34400 \series bold
34401  
34402 \backslash
34403 frac{numerador}{denominador}
34404 \series default
34405 .
34406  Además, uno puede olvidar fácilmente una llave en la definición y no puede
34407  ver en LyX lo que el nuevo comando está haciendo.
34408  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
34409  ecuación en vez del comando
34410 \series bold
34411  
34412 \backslash
34413 newcommand
34414 \series default
34415 .
34416 \end_layout
34417
34418 \begin_layout Standard
34419 Una macro de ecuación se crea con el menú 
34420 \family sans
34421 Insertar\SpecialChar \menuseparator
34422 Ecuación\SpecialChar \menuseparator
34423 Macro
34424 \family default
34425  o con el botón 
34426 \begin_inset Graphics
34427         filename ../../images/math-macro_newmacroname_newcommand.png
34428         scale 85
34429
34430 \end_inset
34431
34432  de la barra de herramientas.
34433  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
34434  como el siguiente donde se define la macro:
34435 \begin_inset Newline newline
34436 \end_inset
34437
34438
34439 \end_layout
34440
34441 \begin_layout Standard
34442 \begin_inset space \hspace*{\fill}
34443 \end_inset
34444
34445
34446 \begin_inset Graphics
34447         filename ../clipart/macrobox.png
34448
34449 \end_inset
34450
34451
34452 \begin_inset space \hspace*{\fill}
34453 \end_inset
34454
34455
34456 \begin_inset Newline newline
34457 \end_inset
34458
34459
34460 \begin_inset FormulaMacro
34461 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
34462 \end_inset
34463
34464
34465 \backslash
34466 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
34467  En el primer marco azul se inserta la ecuación buscada.
34468  Con el comando 
34469 \series bold
34470
34471 \backslash
34472 #númerodeargumento
34473 \series default
34474 , , o con el botón 
34475 \begin_inset Graphics
34476         filename ../../images/math-macro-add-param.png
34477         scale 85
34478
34479 \end_inset
34480
34481  de la barra de herramientas de macros se inserta un colocador de argumento,
34482  p.
34483 \begin_inset space \thinspace{}
34484 \end_inset
34485
34486 e
34487 \begin_inset space \space{}
34488 \end_inset
34489
34490
34491 \series bold
34492
34493 \backslash
34494 #1
34495 \series default
34496 .
34497  Los colocadores de argumento se muestran en rojo.
34498  Se pueden poner 9
34499 \begin_inset space ~
34500 \end_inset
34501
34502 argumentos como máximo.
34503  Con el botón 
34504 \begin_inset Graphics
34505         filename ../../images/math-macro-add-optional-param.png
34506         scale 85
34507
34508 \end_inset
34509
34510  se crean argumentos opcionales.
34511  El primer argumento no opcional puede transformarse en opcional con el
34512  botón 
34513 \begin_inset Graphics
34514         filename ../../images/math-macro-make-optional.png
34515         scale 85
34516
34517 \end_inset
34518
34519 .
34520  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
34521  Normalmente quieres verlo tal como está definido, así que el recuadro se
34522  deja vacío.
34523  Pero si has creado una macro que necesita mucho espacio en la pantalla,
34524  en dicho recuadro puedes insertar, por ejemplo
34525 \begin_inset Newline newline
34526 \end_inset
34527
34528
34529 \series bold
34530 qG: 
34531 \backslash
34532 #1
34533 \series default
34534  
34535 \series bold
34536 ,
34537 \series default
34538  
34539 \series bold
34540
34541 \backslash
34542 #2
34543 \series default
34544  
34545 \series bold
34546 ,
34547 \series default
34548  
34549 \series bold
34550
34551 \backslash
34552 #3, 
34553 \backslash
34554 #4
34555 \begin_inset Newline newline
34556 \end_inset
34557
34558
34559 \series default
34560 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
34561  en LyX, lo que conlleva una visualización mejor.
34562  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
34563 \begin_inset Newline newline
34564 \end_inset
34565
34566 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
34567  macros individuales situando el cursor en la macro y usando el menú 
34568 \family sans
34569 Ver\SpecialChar \menuseparator
34570 (Des)plegar macro de ecuación.
34571 \end_layout
34572
34573 \begin_layout Standard
34574 Para usar una macro, se inserta el nombre de la misma como comando en una
34575  ecuación, en nuestro caso 
34576 \series bold
34577
34578 \backslash
34579 qG
34580 \series default
34581 .
34582  Nuestra macro se muestra en LyX así:
34583 \begin_inset Newline newline
34584 \end_inset
34585
34586
34587 \begin_inset space \hspace*{\fill}
34588 \end_inset
34589
34590
34591 \begin_inset Graphics
34592         filename ../clipart/macrouse.png
34593
34594 \end_inset
34595
34596
34597 \begin_inset space \hspace*{\fill}
34598 \end_inset
34599
34600
34601 \begin_inset Newline newline
34602 \end_inset
34603
34604 Aquí tenemos nuestro ejemplo de macro con los argumentos 
34605 \begin_inset Formula $x$
34606 \end_inset
34607
34608
34609 \begin_inset Formula $\ln(x)$
34610 \end_inset
34611
34612 , y 
34613 \begin_inset Formula $B$
34614 \end_inset
34615
34616 :
34617 \end_layout
34618
34619 \begin_layout Standard
34620 \begin_inset Formula 
34621 \[
34622 \qG x{\ln(x)}B
34623 \]
34624
34625 \end_inset
34626
34627
34628 \end_layout
34629
34630 \begin_layout Standard
34631 LyX ofrece en el menú 
34632 \family sans
34633 Herramientas
34634 \family default
34635 \SpecialChar \menuseparator
34636
34637 \family sans
34638 Preferencias\SpecialChar \menuseparator
34639 Edición\SpecialChar \menuseparator
34640 Control
34641 \family default
34642  diferentes estilos para editar macros.
34643  Para encontrar el estilo que más te convenga, elige un estilo y pon el
34644  cursor en una macro para ver la diferencia.
34645 \end_layout
34646
34647 \begin_layout Standard
34648 Una macro de ecuación se transforma internamente en un comando 
34649 \series bold
34650
34651 \backslash
34652 newcommand
34653 \series default
34654  cuando se exporta el documento.
34655  El comando creado 
34656 \series bold
34657
34658 \backslash
34659 newcommand
34660 \series default
34661  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
34662  usar en ecuaciones que estén en recuadros de definición de macros en el
34663  documento.
34664  
34665 \end_layout
34666
34667 \begin_layout Standard
34668 Las macros de ecuación también pueden crearse directamente a partir de un
34669  comando
34670 \series bold
34671  
34672 \backslash
34673 newcommand
34674 \series default
34675 .
34676  Por ejemplo, escribiendo el comando
34677 \begin_inset Newline newline
34678 \end_inset
34679
34680
34681 \series bold
34682
34683 \backslash
34684 newcommand{
34685 \backslash
34686 larrow}[2]{
34687 \backslash
34688 xleftarrow[#2]{#1}}
34689 \begin_inset Newline newline
34690 \end_inset
34691
34692
34693 \series default
34694 como texto normal en LyX, seleccionándolo completamente y usando a continuación
34695  el atajo 
34696 \family sans
34697 Ctrl+M
34698 \family default
34699 , el comando se transformará en una macro de ecuación.
34700  Al emplear este método debes tener cuidado en escribir correctamente el
34701  comando 
34702 \series bold
34703
34704 \backslash
34705 newcommand
34706 \series default
34707 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
34708  
34709 \end_layout
34710
34711 \begin_layout Standard
34712 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
34713  en definiciones de macros se manejan incorrectamente.
34714  Por eso el ejemplo 
34715 \series bold
34716
34717 \backslash
34718 fb
34719 \series default
34720  de 
34721 \begin_inset CommandInset ref
34722 LatexCommand ref
34723 reference "sub:El-comando-newcommand"
34724
34725 \end_inset
34726
34727  no puede crearse como macro.
34728 \end_layout
34729
34730 \begin_layout Standard
34731 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
34732  la barra de herramientas de macros:
34733 \end_layout
34734
34735 \begin_layout Standard
34736 \begin_inset VSpace defskip
34737 \end_inset
34738
34739
34740 \end_layout
34741
34742 \begin_layout Standard
34743 \begin_inset Graphics
34744         filename ../clipart/MacroToolbar.png
34745
34746 \end_inset
34747
34748
34749 \begin_inset Index idx
34750 status collapsed
34751
34752 \begin_layout Plain Layout
34753 Macros ! Barra de herramientas
34754 \end_layout
34755
34756 \end_inset
34757
34758
34759 \end_layout
34760
34761 \begin_layout Standard
34762 \begin_inset VSpace defskip
34763 \end_inset
34764
34765
34766 \end_layout
34767
34768 \begin_layout Standard
34769 La barra de herramientas de macros contiene los siguientes botones:
34770 \end_layout
34771
34772 \begin_layout Standard
34773 \begin_inset VSpace defskip
34774 \end_inset
34775
34776
34777 \end_layout
34778
34779 \begin_layout Standard
34780 \begin_inset Tabular
34781 <lyxtabular version="3" rows="9" columns="2">
34782 <features islongtable="true" longtabularalignment="center">
34783 <column alignment="left" valignment="top" width="0">
34784 <column alignment="left" valignment="top" width="85col%">
34785 <row interlinespace="2.5mm">
34786 <cell alignment="center" valignment="top" usebox="none">
34787 \begin_inset Text
34788
34789 \begin_layout Plain Layout
34790 \begin_inset Graphics
34791         filename ../../images/math-macro-remove-param.png
34792         rotateOrigin center
34793
34794 \end_inset
34795
34796
34797 \end_layout
34798
34799 \end_inset
34800 </cell>
34801 <cell alignment="center" valignment="top" usebox="none">
34802 \begin_inset Text
34803
34804 \begin_layout Plain Layout
34805
34806 \family sans
34807 Editar\SpecialChar \menuseparator
34808 Ecuación\SpecialChar \menuseparator
34809 Definición de macro\SpecialChar \menuseparator
34810 Quitar último argumento
34811 \end_layout
34812
34813 \end_inset
34814 </cell>
34815 </row>
34816 <row interlinespace="2.5mm">
34817 <cell alignment="center" valignment="top" usebox="none">
34818 \begin_inset Text
34819
34820 \begin_layout Plain Layout
34821 \begin_inset Graphics
34822         filename ../../images/math-macro-add-param.png
34823         rotateOrigin center
34824
34825 \end_inset
34826
34827
34828 \end_layout
34829
34830 \end_inset
34831 </cell>
34832 <cell alignment="center" valignment="top" usebox="none">
34833 \begin_inset Text
34834
34835 \begin_layout Plain Layout
34836
34837 \family sans
34838 Editar\SpecialChar \menuseparator
34839 Ecuación\SpecialChar \menuseparator
34840 Definición de macro\SpecialChar \menuseparator
34841 Añadir argumento
34842 \end_layout
34843
34844 \end_inset
34845 </cell>
34846 </row>
34847 <row interlinespace="2.5mm">
34848 <cell alignment="center" valignment="top" usebox="none">
34849 \begin_inset Text
34850
34851 \begin_layout Plain Layout
34852 \begin_inset Graphics
34853         filename ../../images/math-macro-make-optional.png
34854         rotateOrigin center
34855
34856 \end_inset
34857
34858
34859 \end_layout
34860
34861 \end_inset
34862 </cell>
34863 <cell alignment="center" valignment="top" usebox="none">
34864 \begin_inset Text
34865
34866 \begin_layout Plain Layout
34867
34868 \family sans
34869 Editar\SpecialChar \menuseparator
34870 Ecuación\SpecialChar \menuseparator
34871 Definición de macro\SpecialChar \menuseparator
34872 Hacer opcional el primer
34873 \begin_inset Newline newline
34874 \end_inset
34875
34876
34877 \begin_inset Phantom HPhantom
34878 status open
34879
34880 \begin_layout Plain Layout
34881
34882 \family sans
34883 Editar\SpecialChar \menuseparator
34884 Ecuación\SpecialChar \menuseparator
34885 Definición de macro\SpecialChar \menuseparator
34886
34887 \end_layout
34888
34889 \end_inset
34890
34891 argumento no opcional
34892 \end_layout
34893
34894 \end_inset
34895 </cell>
34896 </row>
34897 <row interlinespace="2.5mm">
34898 <cell alignment="center" valignment="top" usebox="none">
34899 \begin_inset Text
34900
34901 \begin_layout Plain Layout
34902 \begin_inset Graphics
34903         filename ../../images/math-macro-make-nonoptional.png
34904         rotateOrigin center
34905
34906 \end_inset
34907
34908
34909 \end_layout
34910
34911 \end_inset
34912 </cell>
34913 <cell alignment="center" valignment="top" usebox="none">
34914 \begin_inset Text
34915
34916 \begin_layout Plain Layout
34917
34918 \family sans
34919 Editar\SpecialChar \menuseparator
34920 Ecuación\SpecialChar \menuseparator
34921 Definición de macro\SpecialChar \menuseparator
34922 Hacer no opcional el primer
34923 \begin_inset Newline newline
34924 \end_inset
34925
34926
34927 \begin_inset Phantom HPhantom
34928 status open
34929
34930 \begin_layout Plain Layout
34931
34932 \family sans
34933 Editar\SpecialChar \menuseparator
34934 Ecuación\SpecialChar \menuseparator
34935 Definición de macro\SpecialChar \menuseparator
34936
34937 \end_layout
34938
34939 \end_inset
34940
34941 argumento opcional
34942 \end_layout
34943
34944 \end_inset
34945 </cell>
34946 </row>
34947 <row interlinespace="2.5mm">
34948 <cell alignment="center" valignment="top" usebox="none">
34949 \begin_inset Text
34950
34951 \begin_layout Plain Layout
34952 \begin_inset Graphics
34953         filename ../../images/math-macro-remove-optional-param.png
34954         rotateOrigin center
34955
34956 \end_inset
34957
34958
34959 \end_layout
34960
34961 \end_inset
34962 </cell>
34963 <cell alignment="center" valignment="top" usebox="none">
34964 \begin_inset Text
34965
34966 \begin_layout Plain Layout
34967
34968 \family sans
34969 Editar\SpecialChar \menuseparator
34970 Ecuación\SpecialChar \menuseparator
34971 Definición de macro\SpecialChar \menuseparator
34972 Quitar argumento opcional
34973 \end_layout
34974
34975 \end_inset
34976 </cell>
34977 </row>
34978 <row interlinespace="2.5mm">
34979 <cell alignment="center" valignment="top" usebox="none">
34980 \begin_inset Text
34981
34982 \begin_layout Plain Layout
34983 \begin_inset Graphics
34984         filename ../../images/math-macro-add-optional-param.png
34985         rotateOrigin center
34986
34987 \end_inset
34988
34989
34990 \end_layout
34991
34992 \end_inset
34993 </cell>
34994 <cell alignment="center" valignment="top" usebox="none">
34995 \begin_inset Text
34996
34997 \begin_layout Plain Layout
34998
34999 \family sans
35000 Editar\SpecialChar \menuseparator
35001 Ecuación\SpecialChar \menuseparator
35002 Definición de macro\SpecialChar \menuseparator
35003 Insertar argumento opcional
35004 \end_layout
35005
35006 \end_inset
35007 </cell>
35008 </row>
35009 <row interlinespace="2.5mm">
35010 <cell alignment="center" valignment="top" usebox="none">
35011 \begin_inset Text
35012
35013 \begin_layout Plain Layout
35014 \begin_inset Graphics
35015         filename ../../images/math-macro-remove-greedy-param.png
35016         rotateOrigin center
35017
35018 \end_inset
35019
35020
35021 \end_layout
35022
35023 \end_inset
35024 </cell>
35025 <cell alignment="center" valignment="top" usebox="none">
35026 \begin_inset Text
35027
35028 \begin_layout Plain Layout
35029
35030 \family sans
35031 Editar\SpecialChar \menuseparator
35032 Ecuación\SpecialChar \menuseparator
35033 Definición de macro\SpecialChar \menuseparator
35034 Quitar último argumento
35035 \begin_inset Newline newline
35036 \end_inset
35037
35038
35039 \begin_inset Phantom HPhantom
35040 status open
35041
35042 \begin_layout Plain Layout
35043
35044 \family sans
35045 Editar\SpecialChar \menuseparator
35046 Ecuación\SpecialChar \menuseparator
35047 Definición de macro\SpecialChar \menuseparator
35048
35049 \end_layout
35050
35051 \end_inset
35052
35053 yendo hacia la derecha
35054 \end_layout
35055
35056 \end_inset
35057 </cell>
35058 </row>
35059 <row interlinespace="2.5mm">
35060 <cell alignment="center" valignment="top" usebox="none">
35061 \begin_inset Text
35062
35063 \begin_layout Plain Layout
35064 \begin_inset Graphics
35065         filename ../../images/math-macro-append-greedy-param.png
35066         rotateOrigin center
35067
35068 \end_inset
35069
35070
35071 \end_layout
35072
35073 \end_inset
35074 </cell>
35075 <cell alignment="center" valignment="top" usebox="none">
35076 \begin_inset Text
35077
35078 \begin_layout Plain Layout
35079
35080 \family sans
35081 Editar\SpecialChar \menuseparator
35082 Ecuación\SpecialChar \menuseparator
35083 Definición de macro\SpecialChar \menuseparator
35084 Añadir argumento comiendo
35085 \begin_inset Newline newline
35086 \end_inset
35087
35088
35089 \begin_inset Phantom HPhantom
35090 status open
35091
35092 \begin_layout Plain Layout
35093
35094 \family sans
35095 Editar\SpecialChar \menuseparator
35096 Ecuación\SpecialChar \menuseparator
35097 Definición de macro\SpecialChar \menuseparator
35098
35099 \end_layout
35100
35101 \end_inset
35102
35103 desde la derecha
35104 \end_layout
35105
35106 \end_inset
35107 </cell>
35108 </row>
35109 <row interlinespace="2.5mm">
35110 <cell alignment="center" valignment="top" usebox="none">
35111 \begin_inset Text
35112
35113 \begin_layout Plain Layout
35114 \begin_inset Graphics
35115         filename ../../images/math-macro-add-greedy-optional-param.png
35116         rotateOrigin center
35117
35118 \end_inset
35119
35120
35121 \end_layout
35122
35123 \end_inset
35124 </cell>
35125 <cell alignment="center" valignment="top" usebox="none">
35126 \begin_inset Text
35127
35128 \begin_layout Plain Layout
35129
35130 \family sans
35131 Editar\SpecialChar \menuseparator
35132 Ecuación\SpecialChar \menuseparator
35133 Definición de macro\SpecialChar \menuseparator
35134 Añadir argumento opcional
35135 \begin_inset Newline newline
35136 \end_inset
35137
35138
35139 \begin_inset Phantom HPhantom
35140 status open
35141
35142 \begin_layout Plain Layout
35143
35144 \family sans
35145 Editar\SpecialChar \menuseparator
35146 Ecuación\SpecialChar \menuseparator
35147 Definición de macro\SpecialChar \menuseparator
35148
35149 \end_layout
35150
35151 \end_inset
35152
35153 comiendo desde la derecha
35154 \end_layout
35155
35156 \end_inset
35157 </cell>
35158 </row>
35159 </lyxtabular>
35160
35161 \end_inset
35162
35163
35164 \end_layout
35165
35166 \begin_layout Section
35167 Sistema algebraico computacional
35168 \end_layout
35169
35170 \begin_layout Standard
35171 LyX permite el intercambio entre expresiones matemáticas escritas con su
35172  editor de ecuaciones y aplicaciones externas o guiones definidos por el
35173  usuario.
35174  Las aplicaciones soportadas actualmente son 
35175 \family sans
35176 Maple
35177 \family default
35178
35179 \family sans
35180 Mathematica
35181 \family default
35182
35183 \family sans
35184 Maxima
35185 \family default
35186  y 
35187 \family sans
35188 Octave
35189 \family default
35190 .
35191  Hay que advertir que el conjunto de estructuras matemáticas soportadas
35192  se limita a casos muy simples.
35193 \end_layout
35194
35195 \begin_layout Subsection
35196 Utilización
35197 \end_layout
35198
35199 \begin_layout Standard
35200 Escribe alguna expresión en una ecuación, despliega el menú 
35201 \family sans
35202 Editar\SpecialChar \menuseparator
35203 Ecuación\SpecialChar \menuseparator
35204 Usar programa de álgebra
35205 \family default
35206  y elige la aplicación que esté instalada en tu ordenador.
35207  Después de eso el resultado de la computación debería mostrarse a la derecha
35208  de la expresión junto con el operador "=".
35209 \end_layout
35210
35211 \begin_layout Standard
35212 A continuación hay unos ejemplos sencillos (con resultados de 
35213 \family sans
35214 Maxima
35215 \family default
35216 ) que muestran qué tipos de computación se pueden realizar:
35217 \end_layout
35218
35219 \begin_layout Itemize
35220 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
35221 \end_inset
35222
35223
35224 \end_layout
35225
35226 \begin_layout Itemize
35227 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
35228 \end_inset
35229
35230
35231 \end_layout
35232
35233 \begin_layout Itemize
35234 \begin_inset Formula $\int_{1}^{2}\sen(x)dx=\cos1-\cos2$
35235 \end_inset
35236
35237
35238 \end_layout
35239
35240 \begin_layout Itemize
35241 \begin_inset Formula $\det\left[\begin{array}{ccc}
35242 1 & 6 & 7\\
35243 2 & 5 & 8\\
35244 3 & 4 & 17
35245 \end{array}\right]=-56$
35246 \end_inset
35247
35248
35249 \end_layout
35250
35251 \begin_layout Itemize
35252 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
35253 \end_inset
35254
35255
35256 \end_layout
35257
35258 \begin_layout Subsection
35259 Atajos de teclado
35260 \end_layout
35261
35262 \begin_layout Standard
35263 Actualmente no hay atajos de teclado para ejecutar las aplicaciones de álgebra.
35264  Se puede vincular fácilmente una combinación de teclas a la función 
35265 \family sans
35266 math-extern
35267 \family default
35268  de Lyx (véase el manual 
35269 \emph on
35270 Funciones de LyX
35271 \emph default
35272 ).
35273  Por ejemplo, para vincular la tecla 
35274 \family sans
35275 Entrar
35276 \family default
35277  en el editor de ecuaciones a 
35278 \family sans
35279 Maxima
35280 \family default
35281  se podría usar este comando para definir el atajo de teclado:
35282 \end_layout
35283
35284 \begin_layout Standard
35285
35286 \series bold
35287 command-alternatives break-paragraph;math-extern maxima
35288 \end_layout
35289
35290 \begin_layout Section
35291 Consejos prácticos
35292 \begin_inset Index idx
35293 status collapsed
35294
35295 \begin_layout Plain Layout
35296 Consejos prácticos
35297 \end_layout
35298
35299 \end_inset
35300
35301
35302 \end_layout
35303
35304 \begin_layout Subsection
35305 Números negativos
35306 \begin_inset Index idx
35307 status collapsed
35308
35309 \begin_layout Plain Layout
35310 Numeros@Números ! negativos
35311 \end_layout
35312
35313 \end_inset
35314
35315
35316 \end_layout
35317
35318 \begin_layout Standard
35319 Los números negativos a veces se ven feos en las ecuaciones porque el signo
35320  menos delante del número tiene la misma longitud que el operador signo
35321  menos.
35322  Si se escribe el número negativo en texto normal el signo menos aparece
35323  correctamente.
35324 \end_layout
35325
35326 \begin_layout Standard
35327 Así pues, el problema desaparece si se convierte el signo menos a texto
35328  matemático.
35329 \end_layout
35330
35331 \begin_layout Standard
35332 Un ejemplo para visualizar el problema:
35333 \end_layout
35334
35335 \begin_layout Standard
35336 \noindent
35337 \align center
35338 \begin_inset Tabular
35339 <lyxtabular version="3" rows="3" columns="2">
35340 <features tabularvalignment="middle">
35341 <column alignment="center" valignment="top" width="0">
35342 <column alignment="center" valignment="top" width="0">
35343 <row>
35344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35345 \begin_inset Text
35346
35347 \begin_layout Plain Layout
35348 texto normal:
35349 \end_layout
35350
35351 \end_inset
35352 </cell>
35353 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35354 \begin_inset Text
35355
35356 \begin_layout Plain Layout
35357 x = -2
35358 \end_layout
35359
35360 \end_inset
35361 </cell>
35362 </row>
35363 <row>
35364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35365 \begin_inset Text
35366
35367 \begin_layout Plain Layout
35368 ecuación:
35369 \end_layout
35370
35371 \end_inset
35372 </cell>
35373 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35374 \begin_inset Text
35375
35376 \begin_layout Plain Layout
35377 \begin_inset Formula $x=-2$
35378 \end_inset
35379
35380
35381 \end_layout
35382
35383 \end_inset
35384 </cell>
35385 </row>
35386 <row>
35387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35388 \begin_inset Text
35389
35390 \begin_layout Plain Layout
35391 solución:
35392 \end_layout
35393
35394 \end_inset
35395 </cell>
35396 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35397 \begin_inset Text
35398
35399 \begin_layout Plain Layout
35400 \begin_inset Formula $x=\mbox{-}2$
35401 \end_inset
35402
35403
35404 \end_layout
35405
35406 \end_inset
35407 </cell>
35408 </row>
35409 </lyxtabular>
35410
35411 \end_inset
35412
35413
35414 \end_layout
35415
35416 \begin_layout Subsection
35417 Coma como separador decimal
35418 \begin_inset Index idx
35419 status collapsed
35420
35421 \begin_layout Plain Layout
35422 Coma decimal
35423 \end_layout
35424
35425 \end_inset
35426
35427
35428 \end_layout
35429
35430 \begin_layout Standard
35431 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
35432  de grupos numéricos.
35433  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
35434 \end_layout
35435
35436 \begin_layout Standard
35437 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
35438  
35439 \family sans
35440 Ctrl+M
35441 \family default
35442 ).
35443 \end_layout
35444
35445 \begin_layout Standard
35446 Para usar las comas en todas las fórmulas del documento como separador decimal,
35447  se carga el archivo 
35448 \series bold
35449 icomma.sty
35450 \series default
35451
35452 \begin_inset Foot
35453 status collapsed
35454
35455 \begin_layout Plain Layout
35456
35457 \series bold
35458 icomma
35459 \series default
35460  forma parte del paquete LaTeX 
35461 \series bold
35462 was
35463 \series default
35464
35465 \begin_inset Index idx
35466 status collapsed
35467
35468 \begin_layout Plain Layout
35469 Paquetes ! was
35470 \begin_inset ERT
35471 status collapsed
35472
35473 \begin_layout Plain Layout
35474
35475
35476 \backslash
35477 vspace{4mm}
35478 \end_layout
35479
35480 \end_inset
35481
35482
35483 \end_layout
35484
35485 \end_inset
35486
35487 .
35488 \end_layout
35489
35490 \end_inset
35491
35492
35493 \begin_inset Index idx
35494 status collapsed
35495
35496 \begin_layout Plain Layout
35497 Paquetes ! icomma
35498 \end_layout
35499
35500 \end_inset
35501
35502  en el preámbulo LaTeX con la línea: 
35503 \end_layout
35504
35505 \begin_layout Standard
35506
35507 \series bold
35508
35509 \backslash
35510 usepackage{icomma}
35511 \end_layout
35512
35513 \begin_layout Subsection
35514 Vectores cuánticos y notación bra-ket
35515 \begin_inset CommandInset label
35516 LatexCommand label
35517 name "sub:Vectores-cuánticos"
35518
35519 \end_inset
35520
35521
35522 \begin_inset Index idx
35523 status open
35524
35525 \begin_layout Plain Layout
35526 Vectores cuánticos
35527 \end_layout
35528
35529 \end_inset
35530
35531
35532 \begin_inset Index idx
35533 status open
35534
35535 \begin_layout Plain Layout
35536 Notación bra-ket
35537 \end_layout
35538
35539 \end_inset
35540
35541
35542 \end_layout
35543
35544 \begin_layout Standard
35545 El paquete LaTeX 
35546 \series bold
35547 braket
35548 \series default
35549
35550 \begin_inset Index idx
35551 status collapsed
35552
35553 \begin_layout Plain Layout
35554 Paquetes ! braket
35555 \end_layout
35556
35557 \end_inset
35558
35559  suministra comandos para escribir paréntesis angulares que se usan en mecánica
35560  cuántica: la notación 
35561 \begin_inset Quotes fld
35562 \end_inset
35563
35564 bra-ket
35565 \begin_inset Quotes frd
35566 \end_inset
35567
35568 ; se carga con la línea de preámbulo LaTeX:
35569 \end_layout
35570
35571 \begin_layout Standard
35572
35573 \series bold
35574
35575 \backslash
35576 usepackage{braket}
35577 \end_layout
35578
35579 \begin_layout Standard
35580 \begin_inset ERT
35581 status collapsed
35582
35583 \begin_layout Plain Layout
35584
35585
35586 \backslash
35587 ifbraket 
35588 \end_layout
35589
35590 \end_inset
35591
35592
35593 \begin_inset Note Note
35594 status open
35595
35596 \begin_layout Plain Layout
35597 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
35598 \series bold
35599 braket
35600 \series default
35601  está instalado.
35602 \end_layout
35603
35604 \end_inset
35605
35606
35607 \end_layout
35608
35609 \begin_layout Standard
35610 Están definidos los siguientes comandos:
35611 \end_layout
35612
35613 \begin_layout Standard
35614 \noindent
35615 \align center
35616 \begin_inset Tabular
35617 <lyxtabular version="3" rows="4" columns="2">
35618 <features tabularvalignment="middle">
35619 <column alignment="center" valignment="top" width="0">
35620 <column alignment="center" valignment="top" width="0">
35621 <row>
35622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35623 \begin_inset Text
35624
35625 \begin_layout Plain Layout
35626 Comando
35627 \end_layout
35628
35629 \end_inset
35630 </cell>
35631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35632 \begin_inset Text
35633
35634 \begin_layout Plain Layout
35635 Resultado
35636 \end_layout
35637
35638 \end_inset
35639 </cell>
35640 </row>
35641 <row>
35642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35643 \begin_inset Text
35644
35645 \begin_layout Plain Layout
35646
35647 \backslash
35648 Bra{
35649 \backslash
35650 psi
35651 \end_layout
35652
35653 \end_inset
35654 </cell>
35655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35656 \begin_inset Text
35657
35658 \begin_layout Plain Layout
35659 \begin_inset Formula $\Bra{\psi}$
35660 \end_inset
35661
35662
35663 \end_layout
35664
35665 \end_inset
35666 </cell>
35667 </row>
35668 <row>
35669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35670 \begin_inset Text
35671
35672 \begin_layout Plain Layout
35673
35674 \backslash
35675 Ket{
35676 \backslash
35677 psi
35678 \end_layout
35679
35680 \end_inset
35681 </cell>
35682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35683 \begin_inset Text
35684
35685 \begin_layout Plain Layout
35686 \begin_inset Formula $\Ket{\psi}$
35687 \end_inset
35688
35689
35690 \end_layout
35691
35692 \end_inset
35693 </cell>
35694 </row>
35695 <row>
35696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35697 \begin_inset Text
35698
35699 \begin_layout Plain Layout
35700
35701 \backslash
35702 Braket{
35703 \backslash
35704 psi|
35705 \backslash
35706 phi
35707 \end_layout
35708
35709 \end_inset
35710 </cell>
35711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35712 \begin_inset Text
35713
35714 \begin_layout Plain Layout
35715 \begin_inset Formula $\Braket{\psi|\phi}$
35716 \end_inset
35717
35718
35719 \end_layout
35720
35721 \end_inset
35722 </cell>
35723 </row>
35724 </lyxtabular>
35725
35726 \end_inset
35727
35728
35729 \end_layout
35730
35731 \begin_layout Standard
35732 El comando 
35733 \series bold
35734
35735 \backslash
35736 Braket
35737 \series default
35738  asegura que todas las barras verticales tienen el tamaño de los delimitadores
35739  circundantes:
35740 \begin_inset Formula 
35741 \[
35742 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35743 \]
35744
35745 \end_inset
35746
35747
35748 \begin_inset ERT
35749 status collapsed
35750
35751 \begin_layout Plain Layout
35752
35753
35754 \backslash
35755 else
35756 \end_layout
35757
35758 \end_inset
35759
35760
35761 \begin_inset Note Note
35762 status open
35763
35764 \begin_layout Plain Layout
35765 Lo que sigue se verá en la salida si el paquete LaTeX 
35766 \series bold
35767 braket
35768 \series default
35769  no está instalado:
35770 \end_layout
35771
35772 \end_inset
35773
35774
35775 \end_layout
35776
35777 \begin_layout Standard
35778 Debes instalar el paquete LaTeX 
35779 \series bold
35780 braket
35781 \series default
35782  para ver en la salida el resto de esta subsección.
35783 \end_layout
35784
35785 \begin_layout Standard
35786 \begin_inset ERT
35787 status collapsed
35788
35789 \begin_layout Plain Layout
35790
35791
35792 \backslash
35793 fi
35794 \end_layout
35795
35796 \end_inset
35797
35798
35799 \end_layout
35800
35801 \begin_layout Standard
35802 El efecto de 
35803 \series bold
35804
35805 \backslash
35806 Braket
35807 \series default
35808  también se puede conseguir con el comando 
35809 \series bold
35810
35811 \backslash
35812 middle
35813 \series default
35814 , que se describe en 
35815 \begin_inset CommandInset ref
35816 LatexCommand ref
35817 reference "sub:Tamaño-automático-de"
35818
35819 \end_inset
35820
35821 .
35822 \end_layout
35823
35824 \begin_layout Subsection
35825 Fracciones definidas por el usuario
35826 \begin_inset CommandInset label
35827 LatexCommand label
35828 name "sub:Fracciones-personalizadas"
35829
35830 \end_inset
35831
35832
35833 \begin_inset Index idx
35834 status collapsed
35835
35836 \begin_layout Plain Layout
35837 Fracciones ! personalizadas
35838 \end_layout
35839
35840 \end_inset
35841
35842
35843 \end_layout
35844
35845 \begin_layout Standard
35846 Para definir comandos personalizados para fracciones, se usa el comando
35847  
35848 \series bold
35849
35850 \backslash
35851 genfrac
35852 \series default
35853
35854 \begin_inset Index idx
35855 status collapsed
35856
35857 \begin_layout Plain Layout
35858 Comandos ! G ! 
35859 \backslash
35860 genfrac
35861 \end_layout
35862
35863 \end_inset
35864
35865  con el siguiente esquema:
35866 \end_layout
35867
35868 \begin_layout Standard
35869
35870 \series bold
35871
35872 \backslash
35873 genfrac{delimitador izquierdo}{delimitador derecho}
35874 \begin_inset Newline newline
35875 \end_inset
35876
35877
35878 \begin_inset Phantom HPhantom
35879 status open
35880
35881 \begin_layout Plain Layout
35882
35883 \series bold
35884
35885 \backslash
35886 genfrac
35887 \end_layout
35888
35889 \end_inset
35890
35891 {grosor raya de fracción}{estilo}{numerador}{denominador}
35892 \end_layout
35893
35894 \begin_layout Standard
35895 El estilo es un número en el rango 0
35896 \begin_inset space \thinspace{}
35897 \end_inset
35898
35899 -
35900 \begin_inset space \thinspace{}
35901 \end_inset
35902
35903 3.
35904 \end_layout
35905
35906 \begin_layout Standard
35907 \align center
35908 \begin_inset Tabular
35909 <lyxtabular version="3" rows="5" columns="2">
35910 <features tabularvalignment="middle">
35911 <column alignment="center" valignment="top" width="0">
35912 <column alignment="center" valignment="top" width="0">
35913 <row>
35914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35915 \begin_inset Text
35916
35917 \begin_layout Plain Layout
35918 Número
35919 \end_layout
35920
35921 \end_inset
35922 </cell>
35923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35924 \begin_inset Text
35925
35926 \begin_layout Plain Layout
35927 Estilo (tamaño)
35928 \end_layout
35929
35930 \end_inset
35931 </cell>
35932 </row>
35933 <row>
35934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35935 \begin_inset Text
35936
35937 \begin_layout Plain Layout
35938 0
35939 \end_layout
35940
35941 \end_inset
35942 </cell>
35943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35944 \begin_inset Text
35945
35946 \begin_layout Plain Layout
35947 ecuación presentada
35948 \end_layout
35949
35950 \end_inset
35951 </cell>
35952 </row>
35953 <row>
35954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35955 \begin_inset Text
35956
35957 \begin_layout Plain Layout
35958 1
35959 \end_layout
35960
35961 \end_inset
35962 </cell>
35963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35964 \begin_inset Text
35965
35966 \begin_layout Plain Layout
35967 ecuación en línea
35968 \end_layout
35969
35970 \end_inset
35971 </cell>
35972 </row>
35973 <row>
35974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35975 \begin_inset Text
35976
35977 \begin_layout Plain Layout
35978 2
35979 \end_layout
35980
35981 \end_inset
35982 </cell>
35983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35984 \begin_inset Text
35985
35986 \begin_layout Plain Layout
35987 pequeño
35988 \end_layout
35989
35990 \end_inset
35991 </cell>
35992 </row>
35993 <row>
35994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35995 \begin_inset Text
35996
35997 \begin_layout Plain Layout
35998 3
35999 \end_layout
36000
36001 \end_inset
36002 </cell>
36003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36004 \begin_inset Text
36005
36006 \begin_layout Plain Layout
36007 muy pequeño
36008 \end_layout
36009
36010 \end_inset
36011 </cell>
36012 </row>
36013 </lyxtabular>
36014
36015 \end_inset
36016
36017
36018 \end_layout
36019
36020 \begin_layout Standard
36021 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
36022  
36023 \series bold
36024
36025 \backslash
36026 frac
36027 \series default
36028 .
36029 \end_layout
36030
36031 \begin_layout Standard
36032 Si no se pone grosor de la raya de fracción se usará el valor predefinido
36033  de 0.4
36034 \begin_inset space \thinspace{}
36035 \end_inset
36036
36037 pt.
36038 \end_layout
36039
36040 \begin_layout Standard
36041 Por ejemplo, los comandos 
36042 \series bold
36043
36044 \backslash
36045 dfrac
36046 \series default
36047  y 
36048 \series bold
36049
36050 \backslash
36051 tbinom
36052 \series default
36053  de la 
36054 \begin_inset CommandInset ref
36055 LatexCommand ref
36056 reference "sub:Fracciones"
36057
36058 \end_inset
36059
36060  se definen con los comandos:
36061 \end_layout
36062
36063 \begin_layout Standard
36064
36065 \series bold
36066
36067 \backslash
36068 newcommand{
36069 \backslash
36070 dfrac}[2]{
36071 \backslash
36072 genfrac{}{}{}{0}{#1}{#2}}
36073 \end_layout
36074
36075 \begin_layout Standard
36076 y
36077 \end_layout
36078
36079 \begin_layout Standard
36080
36081 \series bold
36082
36083 \backslash
36084 newcommand{
36085 \backslash
36086 tbinom}[2]{
36087 \backslash
36088 genfrac{(}{)}{0pt}{1}{#1}{#2}}
36089 \end_layout
36090
36091 \begin_layout Standard
36092 \begin_inset VSpace medskip
36093 \end_inset
36094
36095
36096 \end_layout
36097
36098 \begin_layout Standard
36099 Para definir una fracción en la que el grosor de la raya se pueda definir
36100  como argumento opcional, se inserta la siguiente línea en el preámbulo
36101  LaTeX:
36102 \end_layout
36103
36104 \begin_layout Standard
36105
36106 \series bold
36107
36108 \backslash
36109 newcommand{
36110 \backslash
36111 fracS}[3][]{
36112 \backslash
36113 genfrac{}{}{#1}{}{#2}{#3}}
36114 \end_layout
36115
36116 \begin_layout Standard
36117 Un ensayo:
36118 \begin_inset Formula 
36119 \begin{align*}
36120 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
36121 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
36122 \end{align*}
36123
36124 \end_inset
36125
36126 Como se puede ver, la distancia del numerador y el denominador a la raya
36127  de fracción se redondea a unas tres veces el grosor de la raya.
36128 \end_layout
36129
36130 \begin_layout Subsection
36131 Ecuaciones canceladas
36132 \begin_inset Index idx
36133 status collapsed
36134
36135 \begin_layout Plain Layout
36136 Ecuación ! cancelada
36137 \end_layout
36138
36139 \end_inset
36140
36141
36142 \end_layout
36143
36144 \begin_layout Standard
36145 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
36146  
36147 \series bold
36148 cancel
36149 \series default
36150
36151 \begin_inset Index idx
36152 status collapsed
36153
36154 \begin_layout Plain Layout
36155 Paquetes ! cancel
36156 \end_layout
36157
36158 \end_inset
36159
36160  con la línea de preámbulo LaTeX
36161 \end_layout
36162
36163 \begin_layout Standard
36164
36165 \series bold
36166
36167 \backslash
36168 usepackage{cancel}
36169 \end_layout
36170
36171 \begin_layout Standard
36172 \begin_inset ERT
36173 status collapsed
36174
36175 \begin_layout Plain Layout
36176
36177
36178 \backslash
36179 ifcancel 
36180 \end_layout
36181
36182 \end_inset
36183
36184
36185 \begin_inset Note Note
36186 status open
36187
36188 \begin_layout Plain Layout
36189 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
36190 \series bold
36191 cancel
36192 \series default
36193  está instalado.
36194 \end_layout
36195
36196 \end_inset
36197
36198
36199 \end_layout
36200
36201 \begin_layout Standard
36202 Hay cuatro formas de cancelar ecuaciones:
36203 \end_layout
36204
36205 \begin_layout Standard
36206 \align center
36207 \begin_inset Tabular
36208 <lyxtabular version="3" rows="5" columns="2">
36209 <features tabularvalignment="middle">
36210 <column alignment="center" valignment="top" width="0">
36211 <column alignment="center" valignment="top" width="0">
36212 <row>
36213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36214 \begin_inset Text
36215
36216 \begin_layout Plain Layout
36217 Comando
36218 \end_layout
36219
36220 \end_inset
36221 </cell>
36222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36223 \begin_inset Text
36224
36225 \begin_layout Plain Layout
36226 Resultado
36227 \begin_inset Note Note
36228 status collapsed
36229
36230 \begin_layout Plain Layout
36231 El
36232 \series bold
36233  
36234 \series default
36235 espacio y 
36236 \series bold
36237
36238 \backslash
36239 raisebox
36240 \series default
36241  se usa sólo como espaciador
36242 \end_layout
36243
36244 \end_inset
36245
36246
36247 \end_layout
36248
36249 \end_inset
36250 </cell>
36251 </row>
36252 <row>
36253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36254 \begin_inset Text
36255
36256 \begin_layout Plain Layout
36257
36258 \backslash
36259 cancel{
36260 \backslash
36261 int
36262 \begin_inset ERT
36263 status collapsed
36264
36265 \begin_layout Plain Layout
36266
36267
36268 \backslash
36269 spce 
36270 \end_layout
36271
36272 \end_inset
36273
36274 A=B
36275 \end_layout
36276
36277 \end_inset
36278 </cell>
36279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36280 \begin_inset Text
36281
36282 \begin_layout Plain Layout
36283 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
36284 \end_inset
36285
36286
36287 \end_layout
36288
36289 \end_inset
36290 </cell>
36291 </row>
36292 <row>
36293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36294 \begin_inset Text
36295
36296 \begin_layout Plain Layout
36297
36298 \backslash
36299 bcancel{
36300 \backslash
36301 int
36302 \begin_inset ERT
36303 status collapsed
36304
36305 \begin_layout Plain Layout
36306
36307
36308 \backslash
36309 spce 
36310 \end_layout
36311
36312 \end_inset
36313
36314 A=B
36315 \end_layout
36316
36317 \end_inset
36318 </cell>
36319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36320 \begin_inset Text
36321
36322 \begin_layout Plain Layout
36323 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
36324 \end_inset
36325
36326
36327 \end_layout
36328
36329 \end_inset
36330 </cell>
36331 </row>
36332 <row>
36333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36334 \begin_inset Text
36335
36336 \begin_layout Plain Layout
36337
36338 \backslash
36339 xcancel{
36340 \backslash
36341 int
36342 \begin_inset ERT
36343 status collapsed
36344
36345 \begin_layout Plain Layout
36346
36347
36348 \backslash
36349 spce 
36350 \end_layout
36351
36352 \end_inset
36353
36354 A=B
36355 \end_layout
36356
36357 \end_inset
36358 </cell>
36359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36360 \begin_inset Text
36361
36362 \begin_layout Plain Layout
36363 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
36364 \end_inset
36365
36366
36367 \end_layout
36368
36369 \end_inset
36370 </cell>
36371 </row>
36372 <row>
36373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36374 \begin_inset Text
36375
36376 \begin_layout Plain Layout
36377
36378 \backslash
36379 cancelto{1
36380 \begin_inset Formula $\to$
36381 \end_inset
36382
36383
36384 \backslash
36385 {
36386 \backslash
36387 int
36388 \begin_inset ERT
36389 status collapsed
36390
36391 \begin_layout Plain Layout
36392
36393
36394 \backslash
36395 spce 
36396 \end_layout
36397
36398 \end_inset
36399
36400 A=B
36401 \end_layout
36402
36403 \end_inset
36404 </cell>
36405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36406 \begin_inset Text
36407
36408 \begin_layout Plain Layout
36409 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
36410 \end_inset
36411
36412
36413 \end_layout
36414
36415 \end_inset
36416 </cell>
36417 </row>
36418 </lyxtabular>
36419
36420 \end_inset
36421
36422
36423 \end_layout
36424
36425 \begin_layout Standard
36426
36427 \series bold
36428
36429 \backslash
36430 cancelto
36431 \series default
36432  es especialmente apropiado para visualizar la simplificación de fracciones
36433  en una ecuación:
36434 \begin_inset Formula 
36435 \[
36436 \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}}}
36437 \]
36438
36439 \end_inset
36440
36441
36442 \end_layout
36443
36444 \begin_layout Standard
36445 Para cambiar el tamaño del valor subscrito por 
36446 \series bold
36447
36448 \backslash
36449 cancelto
36450 \series default
36451  se puede cargar el paquete 
36452 \series bold
36453 cancel
36454 \series default
36455  con la opción 
36456 \series bold
36457 samesize
36458 \series default
36459 , que da el mismo tamaño que para el valor cancelado, o con la opción 
36460 \series bold
36461 Smaller
36462 \series default
36463 , que da un tamaño un poco más pequeño que el que se obtiene sin usar ninguna
36464  opción.
36465  En este documento, 
36466 \series bold
36467 cancel
36468 \series default
36469  se ha cargado con la línea 
36470 \end_layout
36471
36472 \begin_layout Standard
36473
36474 \series bold
36475
36476 \backslash
36477 usepackage[samesize]{cancel}
36478 \end_layout
36479
36480 \begin_layout Standard
36481 Para colorear la raya de cancelación añade el siguiente comando en código
36482  TeX:
36483 \end_layout
36484
36485 \begin_layout Standard
36486
36487 \series bold
36488
36489 \backslash
36490 renewcommand{
36491 \backslash
36492 CancelColor}{
36493 \backslash
36494 color{red}}
36495 \end_layout
36496
36497 \begin_layout Standard
36498 donde 
36499 \series bold
36500 red
36501 \series default
36502  puede reemplazarse por el color deseado.
36503 \end_layout
36504
36505 \begin_layout Standard
36506 \begin_inset ERT
36507 status open
36508
36509 \begin_layout Plain Layout
36510
36511
36512 \backslash
36513 renewcommand{
36514 \backslash
36515 CancelColor}{
36516 \backslash
36517 color{red}}
36518 \end_layout
36519
36520 \end_inset
36521
36522
36523 \end_layout
36524
36525 \begin_layout Standard
36526 \begin_inset Formula 
36527 \[
36528 \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}}}
36529 \]
36530
36531 \end_inset
36532
36533
36534 \end_layout
36535
36536 \begin_layout Standard
36537 \begin_inset ERT
36538 status open
36539
36540 \begin_layout Plain Layout
36541
36542
36543 \backslash
36544 renewcommand{
36545 \backslash
36546 CancelColor}{
36547 \backslash
36548 color{black}}
36549 \end_layout
36550
36551 \end_inset
36552
36553
36554 \begin_inset Note Note
36555 status open
36556
36557 \begin_layout Plain Layout
36558 restablece el color
36559 \end_layout
36560
36561 \end_inset
36562
36563
36564 \end_layout
36565
36566 \begin_layout Standard
36567 Para otras posibilidades de personalización, véase la documentación del
36568  paquete
36569 \series bold
36570  cancel
36571 \series default
36572
36573 \begin_inset CommandInset citation
36574 LatexCommand cite
36575 key "cancel"
36576
36577 \end_inset
36578
36579 .
36580 \end_layout
36581
36582 \begin_layout Standard
36583 \begin_inset ERT
36584 status collapsed
36585
36586 \begin_layout Plain Layout
36587
36588
36589 \backslash
36590 else
36591 \end_layout
36592
36593 \end_inset
36594
36595
36596 \begin_inset Note Note
36597 status open
36598
36599 \begin_layout Plain Layout
36600 Lo que sigue se verá en la salida si el paquete LaTeX 
36601 \series bold
36602 cancel
36603 \series default
36604  no está instalado:
36605 \end_layout
36606
36607 \end_inset
36608
36609
36610 \end_layout
36611
36612 \begin_layout Standard
36613 Debes instalar el paquete LaTeX 
36614 \series bold
36615 cancel
36616 \series default
36617  para ver en la salida el resto de esta subsección.
36618 \end_layout
36619
36620 \begin_layout Standard
36621 \begin_inset ERT
36622 status collapsed
36623
36624 \begin_layout Plain Layout
36625
36626
36627 \backslash
36628 fi
36629 \end_layout
36630
36631 \end_inset
36632
36633
36634 \end_layout
36635
36636 \begin_layout Subsection
36637 Ecuaciones en encabezados de sección
36638 \begin_inset CommandInset label
36639 LatexCommand label
36640 name "sub:Ecuaciones-en-encabezados"
36641
36642 \end_inset
36643
36644
36645 \begin_inset Index idx
36646 status collapsed
36647
36648 \begin_layout Plain Layout
36649 Ecuación ! en encabezados de sección
36650 \end_layout
36651
36652 \end_inset
36653
36654
36655 \end_layout
36656
36657 \begin_layout Standard
36658 Si se quiere poner una ecuación en un encabezado de sección hay que tener
36659  en cuenta lo siguiente:
36660 \end_layout
36661
36662 \begin_layout Standard
36663 \begin_inset Note Greyedout
36664 status open
36665
36666 \begin_layout Plain Layout
36667 Si el soporte para 
36668 \series bold
36669 hyperref
36670 \series default
36671
36672 \begin_inset Index idx
36673 status collapsed
36674
36675 \begin_layout Plain Layout
36676 Paquetes ! hyperref
36677 \end_layout
36678
36679 \end_inset
36680
36681  está activado en la configuración del documento, 
36682 \family sans
36683 Propiedades
36684 \begin_inset space ~
36685 \end_inset
36686
36687
36688 \family default
36689 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
36690  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
36691  texto del marcador, porque se infringen las convenciones PDF.
36692 \end_layout
36693
36694 \end_inset
36695
36696
36697 \end_layout
36698
36699 \begin_layout Standard
36700 Estos problemas se pueden solucionar insertando al final del encabezado
36701  un título breve con el menú 
36702 \family sans
36703 Insertar\SpecialChar \menuseparator
36704 Título
36705 \begin_inset space ~
36706 \end_inset
36707
36708 breve
36709 \family default
36710 .
36711  Los títulos breves se usan como alternativa para encabezados de sección
36712  con más de una línea para mantener el buen aspecto del índice.
36713  En éste sólo aparece el título breve y por tanto también en los marcadores.
36714 \end_layout
36715
36716 \begin_layout Standard
36717 Si hay que poner ecuaciones en el índice y se usa 
36718 \series bold
36719 hyperref
36720 \series default
36721 , se puede insertar el siguiente comando en modo TeX:
36722 \end_layout
36723
36724 \begin_layout Standard
36725
36726 \series bold
36727
36728 \backslash
36729 texorpdfstring{parte}{alternativa}
36730 \begin_inset Index idx
36731 status collapsed
36732
36733 \begin_layout Plain Layout
36734 Comandos ! T ! 
36735 \backslash
36736 texorpdfstring
36737 \end_layout
36738
36739 \end_inset
36740
36741
36742 \end_layout
36743
36744 \begin_layout Standard
36745 parte se refiere a la parte del encabezado que no debería aparecer en el
36746  marcador PDF.
36747  Pueden ser caracteres, ecuaciones, notas al pie y también referencias cruzadas.
36748  La alternativa se usa para el marcador en vez de la parte.
36749 \end_layout
36750
36751 \begin_layout Standard
36752 Aquí hay dos ejemplos de encabezados con ecuación:
36753 \end_layout
36754
36755 \begin_layout Standard
36756 \begin_inset VSpace -3mm
36757 \end_inset
36758
36759
36760 \end_layout
36761
36762 \begin_layout Standard
36763 \begin_inset ERT
36764 status collapsed
36765
36766 \begin_layout Plain Layout
36767
36768
36769 \backslash
36770 boldmath 
36771 \end_layout
36772
36773 \end_inset
36774
36775
36776 \end_layout
36777
36778 \begin_layout Subsubsection
36779 Encabezado sin ecuación en el índice 
36780 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36781 \end_inset
36782
36783
36784 \begin_inset Argument
36785 status collapsed
36786
36787 \begin_layout Plain Layout
36788 Encabezado sin ecuación en el índice
36789 \end_layout
36790
36791 \end_inset
36792
36793
36794 \end_layout
36795
36796 \begin_layout Subsubsection
36797 Encabezado con ecuación en el índice
36798 \begin_inset ERT
36799 status collapsed
36800
36801 \begin_layout Plain Layout
36802
36803
36804 \backslash
36805 texorpdfstring{
36806 \end_layout
36807
36808 \end_inset
36809
36810  
36811 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36812 \end_inset
36813
36814
36815 \begin_inset ERT
36816 status collapsed
36817
36818 \begin_layout Plain Layout
36819
36820 }{}
36821 \end_layout
36822
36823 \end_inset
36824
36825
36826 \end_layout
36827
36828 \begin_layout Standard
36829 \begin_inset ERT
36830 status collapsed
36831
36832 \begin_layout Plain Layout
36833
36834
36835 \backslash
36836 unboldmath 
36837 \end_layout
36838
36839 \end_inset
36840
36841 En el primer encabezado se ha puesto un título breve, en el segundo un 
36842 \series bold
36843
36844 \backslash
36845 texorpdfstring
36846 \series default
36847 .
36848 \end_layout
36849
36850 \begin_layout Standard
36851 Para obtener el mismo formato que en los demás encabezados se han puesto
36852  ambos en un entorno 
36853 \series bold
36854 boldmath
36855 \series default
36856 .
36857 \begin_inset Foot
36858 status collapsed
36859
36860 \begin_layout Plain Layout
36861 véase 
36862 \begin_inset CommandInset ref
36863 LatexCommand ref
36864 reference "sub:Ecuaciones-en-negrita"
36865
36866 \end_inset
36867
36868
36869 \end_layout
36870
36871 \end_inset
36872
36873
36874 \end_layout
36875
36876 \begin_layout Subsection
36877 Ecuaciones en texto multicolumna
36878 \begin_inset Index idx
36879 status collapsed
36880
36881 \begin_layout Plain Layout
36882 Ecuación ! en texto multicolumna
36883 \end_layout
36884
36885 \end_inset
36886
36887
36888 \end_layout
36889
36890 \begin_layout Standard
36891 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
36892  para ajustarse a la columna y entonces es preciso abarcar la anchura total
36893  de la página.
36894  Esto se hace usando el paquete LaTeX 
36895 \series bold
36896 multicol
36897 \series default
36898 ,
36899 \begin_inset Foot
36900 status collapsed
36901
36902 \begin_layout Plain Layout
36903
36904 \series bold
36905 multicol
36906 \series default
36907  forma parte de las distribuciones LaTeX estándar.
36908 \end_layout
36909
36910 \end_inset
36911
36912
36913 \begin_inset Index idx
36914 status collapsed
36915
36916 \begin_layout Plain Layout
36917 Paquetes ! multicol
36918 \end_layout
36919
36920 \end_inset
36921
36922  que se carga en el preámbulo LaTeX con la línea
36923 \end_layout
36924
36925 \begin_layout Standard
36926
36927 \series bold
36928
36929 \backslash
36930 usepackage{multicol}
36931 \end_layout
36932
36933 \begin_layout Standard
36934 \begin_inset Note Greyedout
36935 status open
36936
36937 \begin_layout Plain Layout
36938 Ten en cuenta que la opción 
36939 \family sans
36940 Documento
36941 \begin_inset space ~
36942 \end_inset
36943
36944 con
36945 \begin_inset space ~
36946 \end_inset
36947
36948 dos
36949 \begin_inset space ~
36950 \end_inset
36951
36952 caras
36953 \family default
36954 , bajo 
36955 \family sans
36956 Diseño
36957 \begin_inset space ~
36958 \end_inset
36959
36960 de
36961 \begin_inset space ~
36962 \end_inset
36963
36964 página 
36965 \family default
36966 en el menú 
36967 \family sans
36968 Documento\SpecialChar \menuseparator
36969 Configuración
36970 \family default
36971  
36972 \emph on
36973 debe
36974 \emph default
36975  estar desmarcada.
36976 \end_layout
36977
36978 \end_inset
36979
36980
36981 \end_layout
36982
36983 \begin_layout Standard
36984 Antes del texto multicolumna se inserta en modo TeX el comando
36985 \end_layout
36986
36987 \begin_layout Standard
36988
36989 \series bold
36990
36991 \backslash
36992 begin{multicols}{número de columnas}
36993 \end_layout
36994
36995 \begin_layout Standard
36996 El número de columnas está en el rango 2-10.
36997  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
36998  TeX el comando
36999 \end_layout
37000
37001 \begin_layout Standard
37002
37003 \series bold
37004
37005 \backslash
37006 end{multicols}
37007 \end_layout
37008
37009 \begin_layout Standard
37010 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
37011  Para quitarlo se inserta un espacio vertical de -6
37012 \begin_inset space \thinspace{}
37013 \end_inset
37014
37015 mm antes de la ecuación.
37016  Si se usa el estilo 
37017 \series bold
37018 Sangrado
37019 \series default
37020 ,
37021 \begin_inset Foot
37022 status collapsed
37023
37024 \begin_layout Plain Layout
37025 véase estilos de ecuación en 
37026 \begin_inset CommandInset ref
37027 LatexCommand ref
37028 reference "sec:Estilos-de-ecuación"
37029
37030 \end_inset
37031
37032
37033 \end_layout
37034
37035 \end_inset
37036
37037  se inserta un espacio de -9
37038 \begin_inset space \thinspace{}
37039 \end_inset
37040
37041 mm.
37042 \end_layout
37043
37044 \begin_layout Standard
37045 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
37046 \end_layout
37047
37048 \begin_layout Standard
37049
37050 \lang german
37051 \begin_inset ERT
37052 status collapsed
37053
37054 \begin_layout Plain Layout
37055
37056
37057 \backslash
37058 begin{multicols}{2}
37059 \end_layout
37060
37061 \end_inset
37062
37063 Das Spektrum wird fouriertransformiert.
37064  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
37065 , Lösungsmittel) zu trennen.
37066  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
37067  nun das Aussehen des Ausgangssignals.
37068  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
37069  über alle Phasen integrieren muss.
37070  Sei nun 
37071 \begin_inset Formula $S$
37072 \end_inset
37073
37074  unser normiertes Ausgangssignal und 
37075 \begin_inset Formula $P$
37076 \end_inset
37077
37078  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
37079 \begin_inset ERT
37080 status collapsed
37081
37082 \begin_layout Plain Layout
37083
37084
37085 \backslash
37086 end{multicols}
37087 \end_layout
37088
37089 \end_inset
37090
37091
37092 \begin_inset VSpace -6mm
37093 \end_inset
37094
37095
37096 \begin_inset Formula 
37097 \begin{equation}
37098 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
37099 \end{equation}
37100
37101 \end_inset
37102
37103
37104 \begin_inset ERT
37105 status collapsed
37106
37107 \begin_layout Plain Layout
37108
37109
37110 \backslash
37111 begin{multicols}{2}
37112 \end_layout
37113
37114 \end_inset
37115
37116 wobei 
37117 \begin_inset Formula $S_{0}$
37118 \end_inset
37119
37120  das Signal ohne Gradient ist und die Normierungsbedingung 
37121 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
37122 \end_inset
37123
37124  gilt.
37125  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
37126  Direkt nach dem 
37127 \begin_inset Formula $\nicefrac{\pi}{2}$
37128 \end_inset
37129
37130
37131 \begin_inset space \thinspace{}
37132 \end_inset
37133
37134 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
37135  das Signal zusätzlich abschwächt.
37136  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
37137  
37138 \begin_inset Formula $T_{2}$
37139 \end_inset
37140
37141 -Zeit.
37142 \end_layout
37143
37144 \begin_layout Standard
37145
37146 \lang german
37147 \begin_inset ERT
37148 status collapsed
37149
37150 \begin_layout Plain Layout
37151
37152
37153 \backslash
37154 end{multicols}
37155 \end_layout
37156
37157 \end_inset
37158
37159
37160 \end_layout
37161
37162 \begin_layout Subsection
37163 Ecuaciones con descripción de variables
37164 \begin_inset Index idx
37165 status collapsed
37166
37167 \begin_layout Plain Layout
37168 Ecuación ! con descripción de variables
37169 \end_layout
37170
37171 \end_inset
37172
37173
37174 \end_layout
37175
37176 \begin_layout Standard
37177 Para describir variables en una ecuación, como en la fórmula 
37178 \begin_inset CommandInset ref
37179 LatexCommand eqref
37180 reference "eq:within"
37181
37182 \end_inset
37183
37184 , se inserta una matriz 2×
37185 \begin_inset Formula $n$
37186 \end_inset
37187
37188  con columnas alineadas a la izquierda para las 
37189 \emph on
37190
37191 \begin_inset Formula $n$
37192 \end_inset
37193
37194
37195 \emph default
37196  variables usadas.
37197 \begin_inset Foot
37198 status collapsed
37199
37200 \begin_layout Plain Layout
37201 véase matrices en 
37202 \begin_inset CommandInset ref
37203 LatexCommand ref
37204 reference "sec:Matrices"
37205
37206 \end_inset
37207
37208
37209 \end_layout
37210
37211 \end_inset
37212
37213  Para poner la descripción en tamaño más pequeño se inserta, por ejemplo,
37214  el comando 
37215 \series bold
37216
37217 \backslash
37218 footnotesize
37219 \series default
37220  antes de la matriz.
37221 \begin_inset Foot
37222 status collapsed
37223
37224 \begin_layout Plain Layout
37225 véase tamaños de tipografías en 
37226 \begin_inset CommandInset ref
37227 LatexCommand ref
37228 reference "sub:Tamaños-de-tipografías"
37229
37230 \end_inset
37231
37232 .
37233 \end_layout
37234
37235 \end_inset
37236
37237
37238 \end_layout
37239
37240 \begin_layout Standard
37241 Si se usa el estilo 
37242 \series bold
37243 Sangrado
37244 \series default
37245 ,
37246 \begin_inset Foot
37247 status collapsed
37248
37249 \begin_layout Plain Layout
37250 véase estilos de ecuación en 
37251 \begin_inset CommandInset ref
37252 LatexCommand ref
37253 reference "sec:Estilos-de-ecuación"
37254
37255 \end_inset
37256
37257
37258 \end_layout
37259
37260 \end_inset
37261
37262  se inserta un 
37263 \series bold
37264
37265 \backslash
37266 hfill
37267 \series default
37268
37269 \begin_inset Foot
37270 status collapsed
37271
37272 \begin_layout Plain Layout
37273
37274 \series bold
37275
37276 \backslash
37277 hfill
37278 \series default
37279  sólo funciona en ecuaciones en estilo 
37280 \series bold
37281 Sangrado
37282 \series default
37283 , véase 
37284 \begin_inset CommandInset ref
37285 LatexCommand ref
37286 reference "sub:Espacio-variable"
37287
37288 \end_inset
37289
37290
37291 \end_layout
37292
37293 \end_inset
37294
37295  delante y detrás de la matriz para que tenga la misma separación con la
37296  ecuación y con el margen.
37297 \end_layout
37298
37299 \begin_layout Standard
37300 Si se usa el estilo 
37301 \series bold
37302 Centrado
37303 \series default
37304  se emplea el método descrito en la 
37305 \begin_inset CommandInset ref
37306 LatexCommand ref
37307 reference "sub:Entorno-flalign"
37308
37309 \end_inset
37310
37311  para sangrar la ecuación.
37312  La ecuación 
37313 \begin_inset CommandInset ref
37314 LatexCommand eqref
37315 reference "eq:within"
37316
37317 \end_inset
37318
37319  consta de cinco columnas ya que las dos primeras contienen la fórmula,
37320  la tercera la matriz y la última una llave TeX vacía.
37321 \begin_inset Formula 
37322 \begin{flalign}
37323 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
37324 \rho & \mbox{densidad}\\
37325 V & \mbox{volumen}\\
37326 g & \mbox{aceleración gravitatoria}
37327 \end{array} &  & {}\label{eq:within}
37328 \end{flalign}
37329
37330 \end_inset
37331
37332
37333 \end_layout
37334
37335 \begin_layout Subsection
37336 Letras griegas minúsculas en redonda
37337 \begin_inset CommandInset label
37338 LatexCommand label
37339 name "sub:Griegas-en-redonda"
37340
37341 \end_inset
37342
37343
37344 \begin_inset Index idx
37345 status collapsed
37346
37347 \begin_layout Plain Layout
37348 Letras griegas ! en redonda
37349 \end_layout
37350
37351 \end_inset
37352
37353
37354 \end_layout
37355
37356 \begin_layout Standard
37357 La mayoría de las tipografías sólo suministran letras griegas minúsculas
37358  en cursiva.
37359  Pero para símbolos de partículas elementales como piones y neutrinos hacen
37360  falta letras griegas en redonda.
37361  El archivo 
37362 \series bold
37363 upgreek.sty
37364 \series default
37365
37366 \begin_inset Foot
37367 status collapsed
37368
37369 \begin_layout Plain Layout
37370
37371 \series bold
37372 upgreek
37373 \series default
37374  forma parte del paquete LaTeX 
37375 \series bold
37376 was
37377 \series default
37378
37379 \begin_inset Index idx
37380 status collapsed
37381
37382 \begin_layout Plain Layout
37383 Paquetes ! was
37384 \begin_inset ERT
37385 status collapsed
37386
37387 \begin_layout Plain Layout
37388
37389
37390 \backslash
37391 vspace{4mm}
37392 \end_layout
37393
37394 \end_inset
37395
37396
37397 \end_layout
37398
37399 \end_inset
37400
37401 .
37402 \end_layout
37403
37404 \end_inset
37405
37406
37407 \begin_inset Index idx
37408 status collapsed
37409
37410 \begin_layout Plain Layout
37411 Paquetes ! upgreek
37412 \end_layout
37413
37414 \end_inset
37415
37416 , que se carga en el preámbulo LaTeX con la línea
37417 \end_layout
37418
37419 \begin_layout Standard
37420
37421 \series bold
37422
37423 \backslash
37424 usepackage{upgreek}
37425 \end_layout
37426
37427 \begin_layout Standard
37428 las suministra.
37429  
37430 \begin_inset ERT
37431 status collapsed
37432
37433 \begin_layout Plain Layout
37434
37435
37436 \backslash
37437 ifupgreek 
37438 \end_layout
37439
37440 \end_inset
37441
37442
37443 \begin_inset Note Note
37444 status open
37445
37446 \begin_layout Plain Layout
37447 Lo siguiente sólo se podrá ver si está instalado el paquete LaTeX 
37448 \series bold
37449 upgreek
37450 \series default
37451 :
37452 \end_layout
37453
37454 \end_inset
37455
37456  Se imprimen con el comando de la letra correspondiente precedido de 
37457 \series bold
37458 up
37459 \series default
37460 .
37461  Por ejemplo, el comando 
37462 \series bold
37463
37464 \backslash
37465 uptau
37466 \series default
37467  genera: 
37468 \begin_inset Formula $\uptau$
37469 \end_inset
37470
37471
37472 \end_layout
37473
37474 \begin_layout Standard
37475 Con estos comandos se pueden escribir reacciones entre partículas elementales:
37476 \begin_inset Formula 
37477 \[
37478 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}
37479 \]
37480
37481 \end_inset
37482
37483
37484 \end_layout
37485
37486 \begin_layout Standard
37487 Las letras en redonda son más remarcadas y más grandes que las correspondientes
37488  en cursiva.
37489  Por tanto no deberían emplearse para unidades como 
37490 \begin_inset Quotes fld
37491 \end_inset
37492
37493 µm
37494 \begin_inset Quotes frd
37495 \end_inset
37496
37497 .
37498 \end_layout
37499
37500 \begin_layout Standard
37501 \begin_inset ERT
37502 status collapsed
37503
37504 \begin_layout Plain Layout
37505
37506
37507 \backslash
37508 else 
37509 \end_layout
37510
37511 \end_inset
37512
37513
37514 \begin_inset Note Note
37515 status open
37516
37517 \begin_layout Plain Layout
37518 Lo siguiente se mostrará si el paquete LaTeX 
37519 \series bold
37520 upgreek
37521 \series default
37522  no está instalado:
37523 \end_layout
37524
37525 \end_inset
37526
37527
37528 \end_layout
37529
37530 \begin_layout Standard
37531 Debes instalar el paquete LaTeX 
37532 \series bold
37533 upgreek
37534 \series default
37535  para ver en la salida el resto de esta subsección.
37536  
37537 \end_layout
37538
37539 \begin_layout Standard
37540 \begin_inset ERT
37541 status collapsed
37542
37543 \begin_layout Plain Layout
37544
37545
37546 \backslash
37547 fi
37548 \end_layout
37549
37550 \end_inset
37551
37552
37553 \end_layout
37554
37555 \begin_layout Standard
37556 \begin_inset Newpage newpage
37557 \end_inset
37558
37559
37560 \end_layout
37561
37562 \begin_layout Subsection
37563 Caracteres de texto en ecuaciones
37564 \begin_inset CommandInset label
37565 LatexCommand label
37566 name "sub:Caracteres-de-texto"
37567
37568 \end_inset
37569
37570
37571 \begin_inset Index idx
37572 status collapsed
37573
37574 \begin_layout Plain Layout
37575 Texto ! en ecuaciones
37576 \end_layout
37577
37578 \end_inset
37579
37580
37581 \end_layout
37582
37583 \begin_layout Standard
37584 En algunos casos podrías querer insertar caracteres de texto directamente
37585  en ecuaciones.
37586  Por ejemplo, cuando se usa con frecuencia el punto centrado 
37587 \begin_inset Formula $\cdot$
37588 \end_inset
37589
37590  en expresiones como 
37591 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
37592 \end_inset
37593
37594 , habría que insertar el comando 
37595 \series bold
37596
37597 \backslash
37598 cdot
37599 \series default
37600
37601 \begin_inset Foot
37602 status collapsed
37603
37604 \begin_layout Plain Layout
37605 véase 
37606 \begin_inset CommandInset ref
37607 LatexCommand ref
37608 reference "sub:Operadores-binarios"
37609
37610 \end_inset
37611
37612
37613 \end_layout
37614
37615 \end_inset
37616
37617  continuamente, porque este carácter está definido en todas las codificaciones
37618  como carácter de texto.
37619  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
37620 \end_layout
37621
37622 \begin_layout Standard
37623
37624 \series bold
37625
37626 \backslash
37627 Declare Inputtext{183}{
37628 \backslash
37629 ifmmode
37630 \backslash
37631 cdot
37632 \backslash
37633 else
37634 \backslash
37635 textperiodcentered
37636 \backslash
37637 f\SpecialChar \textcompwordmark{}
37638 i}
37639 \end_layout
37640
37641 \begin_layout Standard
37642 La codificación de caracteres (menú 
37643 \family sans
37644 Documento\SpecialChar \menuseparator
37645 Configuración\SpecialChar \menuseparator
37646 Idioma
37647 \family default
37648 ) especifica el carácter que se muestra al pulsar una tecla.
37649  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
37650  
37651 \series bold
37652
37653 \backslash
37654 textperiodcentered
37655 \series default
37656 .
37657  Pero este comando no está disponible en ecuaciones así que obtendrías errores
37658  de LaTeX.
37659  Con la codificación cambiada se escoge automáticamente el comando correcto,
37660  dependiendo de si el carácter se ha insertado en una ecuación o no.
37661 \end_layout
37662
37663 \begin_layout Standard
37664 La codificación de diversos caracteres se guarda en archivos de definición.
37665  Por ejemplo la codificación 
37666 \series bold
37667 latin9
37668 \series default
37669  se define en el archivo 
37670 \series bold
37671 latin9.def
37672 \series default
37673  que está en el directorio de LaTeX.
37674  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
37675  archivo de definición, de lo contrario nuestros documentos no podrían ser
37676  editados en otros ordenadores.
37677 \begin_inset VSpace medskip
37678 \end_inset
37679
37680
37681 \end_layout
37682
37683 \begin_layout Standard
37684 Además del punto centrado, en este documento se ha definido el símbolo grado
37685  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
37686  directamente en una fórmula:
37687 \end_layout
37688
37689 \begin_layout Standard
37690
37691 \series bold
37692
37693 \backslash
37694 DeclareInputtext{176}{
37695 \backslash
37696 ifmmode^
37697 \backslash
37698 circ
37699 \backslash
37700 else
37701 \backslash
37702 textdegree
37703 \backslash
37704 f\SpecialChar \textcompwordmark{}
37705 i}
37706 \begin_inset Newpage newpage
37707 \end_inset
37708
37709
37710 \end_layout
37711
37712 \begin_layout Section
37713 \start_of_appendix
37714 Notas sobre tipografía
37715 \begin_inset Index idx
37716 status collapsed
37717
37718 \begin_layout Plain Layout
37719 Tipografía, normas
37720 \end_layout
37721
37722 \end_inset
37723
37724
37725 \end_layout
37726
37727 \begin_layout Standard
37728 Esta sección es un resumen de las normas tipográficas ISO más importantes.
37729 \begin_inset Foot
37730 status collapsed
37731
37732 \begin_layout Plain Layout
37733 Este compendio se ha tomado parcialmente del diccionario semi-oficial alemán
37734  
37735 \begin_inset Quotes fld
37736 \end_inset
37737
37738 Duden
37739 \begin_inset Quotes frd
37740 \end_inset
37741
37742  
37743 \begin_inset CommandInset citation
37744 LatexCommand cite
37745 key "Duden"
37746
37747 \end_inset
37748
37749 , que incluye algunas de las normas ISO.
37750  
37751 \begin_inset Newline newline
37752 \end_inset
37753
37754 (
37755 \emph on
37756 N.
37757 \begin_inset space \thinspace{}
37758 \end_inset
37759
37760 del t.
37761 \emph default
37762 : Para documentación en español sobre el tema, véase 
37763 \begin_inset CommandInset citation
37764 LatexCommand cite
37765 key "Bezos"
37766
37767 \end_inset
37768
37769 .)
37770 \end_layout
37771
37772 \end_inset
37773
37774
37775 \end_layout
37776
37777 \begin_layout Itemize
37778 Las unidades físicas se escriben 
37779 \emph on
37780 siempre 
37781 \emph default
37782 en redonda
37783 \begin_inset Foot
37784 status collapsed
37785
37786 \begin_layout Plain Layout
37787 véase estilos de tipografías en 
37788 \begin_inset CommandInset ref
37789 LatexCommand ref
37790 reference "sub:Estilos-de-tipografías"
37791
37792 \end_inset
37793
37794
37795 \end_layout
37796
37797 \end_inset
37798
37799 , aunque aparezcan en un texto en cursiva: 30
37800 \begin_inset space \thinspace{}
37801 \end_inset
37802
37803 km/h
37804 \begin_inset Newline newline
37805 \end_inset
37806
37807 Entre el valor y la unidad hay un espacio delgado, véase 
37808 \begin_inset CommandInset ref
37809 LatexCommand ref
37810 reference "sub:Espacio-predefinido"
37811
37812 \end_inset
37813
37814 .
37815 \begin_inset Newline newline
37816 \end_inset
37817
37818 Esta norma la cumple automáticamente el comando 
37819 \series bold
37820
37821 \backslash
37822 unittwo
37823 \series default
37824 .
37825  Si se introduce en una fórmula aparecen dos marcos.
37826  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
37827  como antes, 
37828 \begin_inset Formula $\unit[30]{km/h}$
37829 \end_inset
37830
37831
37832 \begin_inset space \thinspace{}
37833 \end_inset
37834
37835 .
37836  Ten en cuenta que 
37837 \series bold
37838
37839 \backslash
37840 unittwo
37841 \series default
37842  no es un auténtico comando LaTeX, sino el comando 
37843 \series bold
37844
37845 \backslash
37846 unit[value]{unit}
37847 \series default
37848 , por tanto no lo puedes usar en código TeX.
37849 \end_layout
37850
37851 \begin_layout Itemize
37852 Los signos por ciento y por mil se escriben como las unidades físicas:
37853 \begin_inset Newline newline
37854 \end_inset
37855
37856 1,2
37857 \begin_inset space \thinspace{}
37858 \end_inset
37859
37860 ‰ de alcohol en sangre.
37861 \end_layout
37862
37863 \begin_layout Itemize
37864 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
37865  otra unidad: 15
37866 \begin_inset space \thinspace{}
37867 \end_inset
37868
37869 °C
37870 \end_layout
37871
37872 \begin_layout Itemize
37873 En números con más de cuatro dígitos se inserta un espacio delgado para
37874  separarlos en grupos de tres cifras: 18
37875 \begin_inset space \thinspace{}
37876 \end_inset
37877
37878 473
37879 \begin_inset space \thinspace{}
37880 \end_inset
37881
37882 588
37883 \end_layout
37884
37885 \begin_layout Itemize
37886 Para dimensiones como 120×90×40
37887 \begin_inset space \thinspace{}
37888 \end_inset
37889
37890 cm se usa el aspa de multiplicar 
37891 \begin_inset Quotes fld
37892 \end_inset
37893
37894 ×
37895 \begin_inset Quotes frd
37896 \end_inset
37897
37898 .
37899  Está disponible en el menú 
37900 \family sans
37901 Insertar\SpecialChar \menuseparator
37902 Carácter especial
37903 \family default
37904 \SpecialChar \menuseparator
37905
37906 \family sans
37907 Símbolos
37908 \family default
37909  o bien mediante el comando 
37910 \series bold
37911
37912 \backslash
37913 times
37914 \series default
37915 .
37916  Se puede insertar directamente con cierta combinación de teclas.
37917 \end_layout
37918
37919 \begin_layout Itemize
37920 Las funciones con nombres que constan de varias letras se escriben en redonda
37921  para evitar confusiones, véase 
37922 \begin_inset CommandInset ref
37923 LatexCommand ref
37924 reference "sub:Funciones-predefinidas"
37925
37926 \end_inset
37927
37928 .
37929 \end_layout
37930
37931 \begin_layout Itemize
37932 Los índices que constan de varias letras se escriben en redonda: 
37933 \begin_inset Formula $E_{\mathrm{cin}}$
37934 \end_inset
37935
37936
37937 \begin_inset Newline newline
37938 \end_inset
37939
37940 Los componentes de una matriz se escriben en cursiva: 
37941 \begin_inset Formula $\hat{H}_{kl}$
37942 \end_inset
37943
37944
37945 \end_layout
37946
37947 \begin_layout Itemize
37948 El operador de diferenciación/integración 'd', el número de Euler 'e' y
37949  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
37950 s con otras variables.
37951 \end_layout
37952
37953 \begin_layout Itemize
37954 El carácter que indica una transformación 
37955 \noun on
37956 Fourier
37957 \noun default
37958  se inserta con el comando 
37959 \series bold
37960
37961 \backslash
37962 mathscr
37963 \begin_inset ERT
37964 status collapsed
37965
37966 \begin_layout Plain Layout
37967
37968
37969 \backslash
37970 spce 
37971 \end_layout
37972
37973 \end_inset
37974
37975 F
37976 \series default
37977  o mediante el menú
37978 \family sans
37979  Insertar\SpecialChar \menuseparator
37980 Carácter especial
37981 \family default
37982 \SpecialChar \menuseparator
37983
37984 \family sans
37985 Símbolos\SpecialChar \menuseparator
37986 Símbolos de letra
37987 \family default
37988
37989 \begin_inset Formula $\mathscr{F}$
37990 \end_inset
37991
37992
37993 \end_layout
37994
37995 \begin_layout Standard
37996 \begin_inset Newpage newpage
37997 \end_inset
37998
37999
38000 \end_layout
38001
38002 \begin_layout Section
38003 Sinónimos
38004 \begin_inset Index idx
38005 status collapsed
38006
38007 \begin_layout Plain Layout
38008 Sinónimos
38009 \end_layout
38010
38011 \end_inset
38012
38013
38014 \end_layout
38015
38016 \begin_layout Standard
38017 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
38018  como los que se recogen en esta lista:
38019 \begin_inset Foot
38020 status collapsed
38021
38022 \begin_layout Plain Layout
38023 véase también 
38024 \begin_inset CommandInset ref
38025 LatexCommand ref
38026 reference "fn:sinónimos"
38027
38028 \end_inset
38029
38030 .
38031 \end_layout
38032
38033 \end_inset
38034
38035
38036 \end_layout
38037
38038 \begin_layout Standard
38039 \begin_inset VSpace bigskip
38040 \end_inset
38041
38042
38043 \begin_inset space \hfill{}
38044 \end_inset
38045
38046
38047 \begin_inset Tabular
38048 <lyxtabular version="3" rows="12" columns="2">
38049 <features tabularvalignment="middle">
38050 <column alignment="center" valignment="top" width="0pt">
38051 <column alignment="center" valignment="top" width="0pt">
38052 <row>
38053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38054 \begin_inset Text
38055
38056 \begin_layout Plain Layout
38057 Comando
38058 \end_layout
38059
38060 \end_inset
38061 </cell>
38062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38063 \begin_inset Text
38064
38065 \begin_layout Plain Layout
38066 equivalente a
38067 \begin_inset Note Note
38068 status collapsed
38069
38070 \begin_layout Plain Layout
38071
38072 \series bold
38073
38074 \backslash
38075 raisebox
38076 \series default
38077  se usa sólo como espaciador
38078 \end_layout
38079
38080 \end_inset
38081
38082
38083 \end_layout
38084
38085 \end_inset
38086 </cell>
38087 </row>
38088 <row>
38089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38090 \begin_inset Text
38091
38092 \begin_layout Plain Layout
38093
38094 \backslash
38095 ast
38096 \end_layout
38097
38098 \end_inset
38099 </cell>
38100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38101 \begin_inset Text
38102
38103 \begin_layout Plain Layout
38104 \begin_inset ERT
38105 status collapsed
38106
38107 \begin_layout Plain Layout
38108
38109
38110 \backslash
38111 raisebox{-1.2mm}{
38112 \end_layout
38113
38114 \end_inset
38115
38116 *
38117 \begin_inset ERT
38118 status collapsed
38119
38120 \begin_layout Plain Layout
38121
38122 }
38123 \end_layout
38124
38125 \end_inset
38126
38127
38128 \end_layout
38129
38130 \end_inset
38131 </cell>
38132 </row>
38133 <row>
38134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38135 \begin_inset Text
38136
38137 \begin_layout Plain Layout
38138
38139 \backslash
38140 choose
38141 \end_layout
38142
38143 \end_inset
38144 </cell>
38145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38146 \begin_inset Text
38147
38148 \begin_layout Plain Layout
38149
38150 \backslash
38151 binom
38152 \end_layout
38153
38154 \end_inset
38155 </cell>
38156 </row>
38157 <row>
38158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38159 \begin_inset Text
38160
38161 \begin_layout Plain Layout
38162
38163 \backslash
38164 geq
38165 \end_layout
38166
38167 \end_inset
38168 </cell>
38169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38170 \begin_inset Text
38171
38172 \begin_layout Plain Layout
38173
38174 \backslash
38175 ge
38176 \end_layout
38177
38178 \end_inset
38179 </cell>
38180 </row>
38181 <row>
38182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38183 \begin_inset Text
38184
38185 \begin_layout Plain Layout
38186
38187 \backslash
38188 lbrace
38189 \end_layout
38190
38191 \end_inset
38192 </cell>
38193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38194 \begin_inset Text
38195
38196 \begin_layout Plain Layout
38197 {
38198 \end_layout
38199
38200 \end_inset
38201 </cell>
38202 </row>
38203 <row>
38204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38205 \begin_inset Text
38206
38207 \begin_layout Plain Layout
38208
38209 \backslash
38210 lbracket
38211 \end_layout
38212
38213 \end_inset
38214 </cell>
38215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38216 \begin_inset Text
38217
38218 \begin_layout Plain Layout
38219 [
38220 \end_layout
38221
38222 \end_inset
38223 </cell>
38224 </row>
38225 <row>
38226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38227 \begin_inset Text
38228
38229 \begin_layout Plain Layout
38230
38231 \backslash
38232 leftarrow
38233 \end_layout
38234
38235 \end_inset
38236 </cell>
38237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38238 \begin_inset Text
38239
38240 \begin_layout Plain Layout
38241
38242 \backslash
38243 gets
38244 \end_layout
38245
38246 \end_inset
38247 </cell>
38248 </row>
38249 <row>
38250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38251 \begin_inset Text
38252
38253 \begin_layout Plain Layout
38254
38255 \backslash
38256 leq
38257 \end_layout
38258
38259 \end_inset
38260 </cell>
38261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38262 \begin_inset Text
38263
38264 \begin_layout Plain Layout
38265
38266 \backslash
38267 le
38268 \end_layout
38269
38270 \end_inset
38271 </cell>
38272 </row>
38273 <row>
38274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38275 \begin_inset Text
38276
38277 \begin_layout Plain Layout
38278
38279 \backslash
38280 lor
38281 \end_layout
38282
38283 \end_inset
38284 </cell>
38285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38286 \begin_inset Text
38287
38288 \begin_layout Plain Layout
38289
38290 \backslash
38291 vee
38292 \end_layout
38293
38294 \end_inset
38295 </cell>
38296 </row>
38297 <row>
38298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38299 \begin_inset Text
38300
38301 \begin_layout Plain Layout
38302
38303 \backslash
38304 neq
38305 \end_layout
38306
38307 \end_inset
38308 </cell>
38309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38310 \begin_inset Text
38311
38312 \begin_layout Plain Layout
38313
38314 \backslash
38315 not=
38316 \end_layout
38317
38318 \end_inset
38319 </cell>
38320 </row>
38321 <row>
38322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38323 \begin_inset Text
38324
38325 \begin_layout Plain Layout
38326
38327 \backslash
38328 slash
38329 \end_layout
38330
38331 \end_inset
38332 </cell>
38333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38334 \begin_inset Text
38335
38336 \begin_layout Plain Layout
38337 /
38338 \end_layout
38339
38340 \end_inset
38341 </cell>
38342 </row>
38343 <row>
38344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38345 \begin_inset Text
38346
38347 \begin_layout Plain Layout
38348
38349 \backslash
38350 vert
38351 \end_layout
38352
38353 \end_inset
38354 </cell>
38355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38356 \begin_inset Text
38357
38358 \begin_layout Plain Layout
38359 |
38360 \end_layout
38361
38362 \end_inset
38363 </cell>
38364 </row>
38365 </lyxtabular>
38366
38367 \end_inset
38368
38369
38370 \begin_inset space \hfill{}
38371 \end_inset
38372
38373
38374 \begin_inset Tabular
38375 <lyxtabular version="3" rows="12" columns="2">
38376 <features tabularvalignment="middle">
38377 <column alignment="center" valignment="top" width="0pt">
38378 <column alignment="center" valignment="top" width="0pt">
38379 <row>
38380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38381 \begin_inset Text
38382
38383 \begin_layout Plain Layout
38384 Comando
38385 \end_layout
38386
38387 \end_inset
38388 </cell>
38389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38390 \begin_inset Text
38391
38392 \begin_layout Plain Layout
38393 equivalente a
38394 \end_layout
38395
38396 \end_inset
38397 </cell>
38398 </row>
38399 <row>
38400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38401 \begin_inset Text
38402
38403 \begin_layout Plain Layout
38404
38405 \backslash
38406 backslash
38407 \end_layout
38408
38409 \end_inset
38410 </cell>
38411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38412 \begin_inset Text
38413
38414 \begin_layout Plain Layout
38415
38416 \backslash
38417
38418 \backslash
38419
38420 \end_layout
38421
38422 \end_inset
38423 </cell>
38424 </row>
38425 <row>
38426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38427 \begin_inset Text
38428
38429 \begin_layout Plain Layout
38430
38431 \backslash
38432 dasharrow
38433 \end_layout
38434
38435 \end_inset
38436 </cell>
38437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38438 \begin_inset Text
38439
38440 \begin_layout Plain Layout
38441
38442 \backslash
38443 dashrightarrow
38444 \end_layout
38445
38446 \end_inset
38447 </cell>
38448 </row>
38449 <row>
38450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38451 \begin_inset Text
38452
38453 \begin_layout Plain Layout
38454
38455 \backslash
38456 land
38457 \end_layout
38458
38459 \end_inset
38460 </cell>
38461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38462 \begin_inset Text
38463
38464 \begin_layout Plain Layout
38465
38466 \backslash
38467 wedge
38468 \end_layout
38469
38470 \end_inset
38471 </cell>
38472 </row>
38473 <row>
38474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38475 \begin_inset Text
38476
38477 \begin_layout Plain Layout
38478
38479 \backslash
38480 rbrace
38481 \end_layout
38482
38483 \end_inset
38484 </cell>
38485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38486 \begin_inset Text
38487
38488 \begin_layout Plain Layout
38489 }
38490 \end_layout
38491
38492 \end_inset
38493 </cell>
38494 </row>
38495 <row>
38496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38497 \begin_inset Text
38498
38499 \begin_layout Plain Layout
38500
38501 \backslash
38502 rbracket
38503 \end_layout
38504
38505 \end_inset
38506 </cell>
38507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38508 \begin_inset Text
38509
38510 \begin_layout Plain Layout
38511 ]
38512 \end_layout
38513
38514 \end_inset
38515 </cell>
38516 </row>
38517 <row>
38518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38519 \begin_inset Text
38520
38521 \begin_layout Plain Layout
38522
38523 \backslash
38524 rightarrow
38525 \end_layout
38526
38527 \end_inset
38528 </cell>
38529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38530 \begin_inset Text
38531
38532 \begin_layout Plain Layout
38533
38534 \backslash
38535 to
38536 \end_layout
38537
38538 \end_inset
38539 </cell>
38540 </row>
38541 <row>
38542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38543 \begin_inset Text
38544
38545 \begin_layout Plain Layout
38546
38547 \backslash
38548 lnot
38549 \end_layout
38550
38551 \end_inset
38552 </cell>
38553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38554 \begin_inset Text
38555
38556 \begin_layout Plain Layout
38557
38558 \backslash
38559 neg
38560 \end_layout
38561
38562 \end_inset
38563 </cell>
38564 </row>
38565 <row>
38566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38567 \begin_inset Text
38568
38569 \begin_layout Plain Layout
38570
38571 \backslash
38572 ne
38573 \end_layout
38574
38575 \end_inset
38576 </cell>
38577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38578 \begin_inset Text
38579
38580 \begin_layout Plain Layout
38581
38582 \backslash
38583 not=
38584 \end_layout
38585
38586 \end_inset
38587 </cell>
38588 </row>
38589 <row>
38590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38591 \begin_inset Text
38592
38593 \begin_layout Plain Layout
38594
38595 \backslash
38596 owns
38597 \end_layout
38598
38599 \end_inset
38600 </cell>
38601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38602 \begin_inset Text
38603
38604 \begin_layout Plain Layout
38605
38606 \backslash
38607 ni
38608 \end_layout
38609
38610 \end_inset
38611 </cell>
38612 </row>
38613 <row>
38614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38615 \begin_inset Text
38616
38617 \begin_layout Plain Layout
38618
38619 \backslash
38620 square
38621 \end_layout
38622
38623 \end_inset
38624 </cell>
38625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38626 \begin_inset Text
38627
38628 \begin_layout Plain Layout
38629
38630 \backslash
38631 Box
38632 \end_layout
38633
38634 \end_inset
38635 </cell>
38636 </row>
38637 <row>
38638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38639 \begin_inset Text
38640
38641 \begin_layout Plain Layout
38642
38643 \backslash
38644 Vert
38645 \end_layout
38646
38647 \end_inset
38648 </cell>
38649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38650 \begin_inset Text
38651
38652 \begin_layout Plain Layout
38653
38654 \backslash
38655 |
38656 \end_layout
38657
38658 \end_inset
38659 </cell>
38660 </row>
38661 </lyxtabular>
38662
38663 \end_inset
38664
38665
38666 \begin_inset space \hfill{}
38667 \end_inset
38668
38669
38670 \end_layout
38671
38672 \begin_layout Standard
38673 \begin_inset Newpage newpage
38674 \end_inset
38675
38676
38677 \end_layout
38678
38679 \begin_layout Bibliography
38680 \labelwidthstring Referencias
38681 \begin_inset CommandInset bibitem
38682 LatexCommand bibitem
38683 key "TLC2"
38684
38685 \end_inset
38686
38687
38688 \shape smallcaps
38689 Mittelbach, F.
38690  ; Goossens, M.
38691 \shape default
38692
38693 \shape italic
38694 The LaTeX Companion
38695 \shape default
38696 .
38697  Addison Wesley, 2004
38698 \end_layout
38699
38700 \begin_layout Bibliography
38701 \labelwidthstring Referencias
38702 \begin_inset CommandInset bibitem
38703 LatexCommand bibitem
38704 key "Mathmode"
38705
38706 \end_inset
38707
38708
38709 \begin_inset CommandInset href
38710 LatexCommand href
38711 name "Descripción"
38712 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38713
38714 \end_inset
38715
38716  de habilidades matemáticas de LaTeX
38717 \end_layout
38718
38719 \begin_layout Bibliography
38720 \labelwidthstring Referencias
38721 \begin_inset CommandInset bibitem
38722 LatexCommand bibitem
38723 key "AMS"
38724
38725 \end_inset
38726
38727
38728 \begin_inset CommandInset href
38729 LatexCommand href
38730 name "Descripción"
38731 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38732
38733 \end_inset
38734
38735  de 
38736 \begin_inset ERT
38737 status collapsed
38738
38739 \begin_layout Plain Layout
38740
38741
38742 \backslash
38743 AmS
38744 \end_layout
38745
38746 \end_inset
38747
38748 -LaTeX
38749 \end_layout
38750
38751 \begin_layout Bibliography
38752 \labelwidthstring Referencias
38753 \begin_inset CommandInset bibitem
38754 LatexCommand bibitem
38755 key "Symbols"
38756
38757 \end_inset
38758
38759
38760 \begin_inset CommandInset href
38761 LatexCommand href
38762 name "Lista"
38763 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38764
38765 \end_inset
38766
38767  de todos los símbolos disponibles con paquetes LaTeX
38768 \end_layout
38769
38770 \begin_layout Bibliography
38771 \labelwidthstring Referencias
38772 \begin_inset CommandInset bibitem
38773 LatexCommand bibitem
38774 key "cancel"
38775
38776 \end_inset
38777
38778
38779 \begin_inset CommandInset href
38780 LatexCommand href
38781 name "Documentación"
38782 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38783
38784 \end_inset
38785
38786  del paquete LaTeX 
38787 \series bold
38788 cancel
38789 \series default
38790
38791 \begin_inset Index idx
38792 status collapsed
38793
38794 \begin_layout Plain Layout
38795 Paquetes ! cancel
38796 \end_layout
38797
38798 \end_inset
38799
38800
38801 \end_layout
38802
38803 \begin_layout Bibliography
38804 \labelwidthstring Referencias
38805 \begin_inset CommandInset bibitem
38806 LatexCommand bibitem
38807 key "hyperref"
38808
38809 \end_inset
38810
38811
38812 \begin_inset CommandInset href
38813 LatexCommand href
38814 name "Documentación"
38815 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38816
38817 \end_inset
38818
38819  del paquete LaTeX 
38820 \series bold
38821 hyperref
38822 \series default
38823
38824 \begin_inset Index idx
38825 status collapsed
38826
38827 \begin_layout Plain Layout
38828 Paquetes ! hyperref
38829 \end_layout
38830
38831 \end_inset
38832
38833
38834 \end_layout
38835
38836 \begin_layout Bibliography
38837 \labelwidthstring Referencias
38838 \begin_inset CommandInset bibitem
38839 LatexCommand bibitem
38840 key "mhchem"
38841
38842 \end_inset
38843
38844
38845 \begin_inset CommandInset href
38846 LatexCommand href
38847 name "Documentación"
38848 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38849
38850 \end_inset
38851
38852  del paquete LaTeX 
38853 \series bold
38854 mhchem
38855 \series default
38856
38857 \begin_inset Index idx
38858 status collapsed
38859
38860 \begin_layout Plain Layout
38861 Paquetes ! mhchem
38862 \end_layout
38863
38864 \end_inset
38865
38866
38867 \end_layout
38868
38869 \begin_layout Bibliography
38870 \labelwidthstring Referencias
38871 \begin_inset CommandInset bibitem
38872 LatexCommand bibitem
38873 key "Mathclap"
38874
38875 \end_inset
38876
38877
38878 \begin_inset CommandInset href
38879 LatexCommand href
38880 name "Descripción"
38881 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38882
38883 \end_inset
38884
38885  del comando 
38886 \series bold
38887
38888 \backslash
38889 mathclap
38890 \series default
38891 , descrito en 
38892 \begin_inset CommandInset ref
38893 LatexCommand ref
38894 reference "sub:Límites-de-operadores"
38895
38896 \end_inset
38897
38898
38899 \begin_inset Index idx
38900 status collapsed
38901
38902 \begin_layout Plain Layout
38903 Comandos ! M ! 
38904 \backslash
38905 mathclap
38906 \end_layout
38907
38908 \end_inset
38909
38910
38911 \end_layout
38912
38913 \begin_layout Bibliography
38914 \labelwidthstring Referencias
38915 \begin_inset CommandInset bibitem
38916 LatexCommand bibitem
38917 key "Duden"
38918
38919 \end_inset
38920
38921
38922 \emph on
38923 Duden Band 1
38924 \emph default
38925 .
38926  22.
38927  Auflage, Duden 2001
38928 \end_layout
38929
38930 \begin_layout Bibliography
38931 \labelwidthstring Referencias
38932 \begin_inset CommandInset bibitem
38933 LatexCommand bibitem
38934 key "spanish"
38935
38936 \end_inset
38937
38938
38939 \begin_inset CommandInset href
38940 LatexCommand href
38941 name "Página web"
38942 target "http://www.tex-tipografia.com/spanish.html"
38943
38944 \end_inset
38945
38946  del estilo 
38947 \series bold
38948 spanish
38949 \family sans
38950 \series default
38951  
38952 \family default
38953 incluido en el paquete 
38954 \series bold
38955 babel
38956 \end_layout
38957
38958 \begin_layout Bibliography
38959 \labelwidthstring Referencias
38960 \begin_inset CommandInset bibitem
38961 LatexCommand bibitem
38962 key "Bezos"
38963
38964 \end_inset
38965
38966
38967 \begin_inset CommandInset href
38968 LatexCommand href
38969 name "Documento"
38970 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
38971
38972 \end_inset
38973
38974  sobre ortotipografía y notaciones matemáticas en español
38975 \end_layout
38976
38977 \begin_layout Standard
38978 \begin_inset CommandInset index_print
38979 LatexCommand printindex
38980 type "idx"
38981
38982 \end_inset
38983
38984
38985 \end_layout
38986
38987 \end_body
38988 \end_document