]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
UserGuide.lyx: nomenclature again revised, revised section about notes and margin...
[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 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \AtBeginDocument{%
45 \addto\extrasspanish{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
50 }
51
52 % don't load packages twice
53 % see first footnote in sec. 9.3
54 \@ifundefined{textcolor}{\usepackage{color}}{}
55
56 % the pages of the TOC are numbered roman
57 % and a PDF-bookmark for the TOC is added
58 \pagenumbering{roman}
59 \let\myTOC\tableofcontents
60 \renewcommand{\tableofcontents}{%
61  \vspace{1cm}
62  \pdfbookmark[1]{\contentsname}{}
63  \myTOC
64  \cleardoublepage
65  \pagenumbering{arabic}}
66
67 % insert additional vertical space of 1.5 mm between footnotes,
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 \setkomafont{captionlabel}{\bfseries}
73
74 % used in sec. 23.6
75 \usepackage[samesize]{cancel}
76
77 % enables calculation of values
78 \usepackage{calc}
79
80 % for multiple columns used in sec. 23.7
81 \usepackage{multicol}
82
83 % needed in sec. 19.4
84 \usepackage{remreset}
85
86 % for the Fourier transformation symbol
87 \usepackage{mathrsfs}
88
89 % define a color, used in sec.9.3
90 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
91
92 % declare operators (see sec. 10.4 and sec. 15.2)
93 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
94 \DeclareMathOperator{\sgn}{sgn}
95
96 \newcommand{\spce}{\textvisiblespace}
97
98 % example definitions for sec. 20.1 
99 \newcommand{\gr}{\Longrightarrow}
100 \newcommand{\us}[1]{\underline{#1}}
101 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
102 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
103 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
104
105 % example macro from sec. 19.4
106 %\def\tagform@#1{\maketag@@@{|#1|}}
107
108 % macro from sec. 10.2
109 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
110 \def\mathclap {\mathpalette \mathclapinternal}
111 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
112
113
114 % ------------------------------------
115 % used to check for needed LaTeX packages
116 \usepackage{ifthen}
117
118 % check for package eurosym
119 % used for the Euro symbol
120 \newboolean{eurosym}
121 \IfFileExists{eurosym.sty}
122  {\usepackage[gennarrow]{eurosym}
123   \setboolean{eurosym}{true}}
124  {\setboolean{eurosym}{false}}
125
126 % check for package braket
127 % used for physical vectors
128 \newboolean{braket}
129 \IfFileExists{braket.sty}
130  {\usepackage{braket}
131   \setboolean{braket}{true}}
132  {\setboolean{braket}{false}}
133
134 % check for package cancel
135 \newboolean{cancel}
136 \IfFileExists{cancel.sty}
137  {\usepackage{cancel}
138   \setboolean{cancel}{true}}
139  {\setboolean{cancel}{false}}
140
141 % check for package upgreek
142 \newboolean{upgreek}
143 \IfFileExists{upgreek.sty}
144  {\usepackage{upgreek}
145   \setboolean{upgreek}{true}}
146  {\setboolean{upgreek}{false}}
147 \end_preamble
148 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
149 \use_default_options false
150 \maintain_unincluded_children false
151 \language spanish
152 \language_package default
153 \inputencoding auto
154 \fontencoding global
155 \font_roman default
156 \font_sans default
157 \font_typewriter default
158 \font_default_family default
159 \use_non_tex_fonts false
160 \font_sc false
161 \font_osf false
162 \font_sf_scale 100
163 \font_tt_scale 100
164
165 \graphics default
166 \default_output_format default
167 \output_sync 0
168 \bibtex_command default
169 \index_command default
170 \paperfontsize 12
171 \spacing single
172 \use_hyperref true
173 \pdf_title "Manual detallado de Matemáticas en LyX"
174 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
175 \pdf_subject "LyX-documentation about math"
176 \pdf_keywords "LyX, Mathed"
177 \pdf_bookmarks true
178 \pdf_bookmarksnumbered true
179 \pdf_bookmarksopen true
180 \pdf_bookmarksopenlevel 1
181 \pdf_breaklinks false
182 \pdf_pdfborder false
183 \pdf_colorlinks true
184 \pdf_backref false
185 \pdf_pdfusetitle false
186 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
187 \papersize a4paper
188 \use_geometry false
189 \use_amsmath 2
190 \use_esint 1
191 \use_mhchem 1
192 \use_mathdots 1
193 \cite_engine basic
194 \use_bibtopic false
195 \use_indices false
196 \paperorientation portrait
197 \suppress_date false
198 \use_refstyle 0
199 \notefontcolor #0000ff
200 \index Índice
201 \shortcut idx
202 \color #008000
203 \end_index
204 \secnumdepth 4
205 \tocdepth 3
206 \paragraph_separation skip
207 \defskip medskip
208 \quotes_language french
209 \papercolumns 1
210 \papersides 2
211 \paperpagestyle plain
212 \bullet 1 0 6 -1
213 \bullet 2 2 35 -1
214 \bullet 3 2 7 -1
215 \tracking_changes false
216 \output_changes false
217 \html_math_output 0
218 \html_css_as_file 0
219 \html_be_strict false
220 \end_header
221
222 \begin_body
223
224 \begin_layout Title
225 Manual detallado de
226 \begin_inset Newline newline
227 \end_inset
228
229 Matemáticas en LyX
230 \end_layout
231
232 \begin_layout Author
233 por el Equipo LyX
234 \begin_inset Foot
235 status collapsed
236
237 \begin_layout Plain Layout
238 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
239  lista de correo de documentación de LyX
240 \family typewriter
241
242 \begin_inset CommandInset href
243 LatexCommand href
244 name "lyx-docs@lists.lyx.org"
245 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
246
247 \end_inset
248
249
250 \end_layout
251
252 \end_inset
253
254
255 \begin_inset Note Note
256 status collapsed
257
258 \begin_layout Plain Layout
259 autor: Uwe Stöhr, traducción: Ignacio García
260 \end_layout
261
262 \end_inset
263
264
265 \begin_inset Newline newline
266 \end_inset
267
268
269 \begin_inset Newline newline
270 \end_inset
271
272 Versión 2.0.x
273 \end_layout
274
275 \begin_layout Standard
276 \begin_inset CommandInset toc
277 LatexCommand tableofcontents
278
279 \end_inset
280
281
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset Note Note
286 status open
287
288 \begin_layout Plain Layout
289 Para exportar este documento a PDF, PS o DVI deberían estar instalados los
290  paquetes LaTeX 
291 \series bold
292 braket, cancel, eurosym
293 \series default
294
295 \series bold
296 mhchem
297 \series default
298  y 
299 \series bold
300 was
301 \series default
302 .
303  Si
304 \series bold
305  
306 \series default
307 no están instalados también puedes exportar el documento pero las secciones
308  en que se requieren dichos paquetes no aparecerán en la salida.
309  
310 \series bold
311 mhchem
312 \series default
313  es una excepción: si no está instalado no se puede exportar este archivo.
314 \end_layout
315
316 \begin_layout Plain Layout
317 La última versión PDF de este documento está disponible en:
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \series bold
323 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
324 \end_layout
325
326 \end_inset
327
328
329 \begin_inset Newpage newpage
330 \end_inset
331
332
333 \end_layout
334
335 \begin_layout Section
336 Introducción
337 \end_layout
338
339 \begin_layout Standard
340 Este documento explica las características matemáticas de LyX y además es
341  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
342  Las explicaciones están diseñadas para el uso de comandos.
343  Por consiguiente es preciso que hayas leído la sección 
344 \emph on
345 Ecuaciones matemáticas
346 \emph default
347  de la 
348 \emph on
349 Guía del usuario
350 \emph default
351 .
352 \end_layout
353
354 \begin_layout Standard
355 La mayoría de caracteres y muchas estructuras explicadas en este manual
356  también son accesibles mediante el menú 
357 \family sans
358 Insertar\SpecialChar \menuseparator
359 Ecuación
360 \family default
361  o la barra de herramientas
362 \family sans
363  Ecuaciones
364 \family default
365 .
366  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
367  mucho más rápido usar comandos que la barra de herramientas.
368  Por tanto este manual está enfocado al uso de comandos, aunque también
369  se mencionan los botones correspondientes de las barras de herramientas
370  cuando están disponibles.
371 \end_layout
372
373 \begin_layout Standard
374 Si no se especifica lo contrario los comandos sólo están disponibles dentro
375  de las fórmulas.
376  Para poder usar todos los comandos explicados en este documento, debe usarse
377  la opción 
378 \family sans
379 Usar el paquete de ecuaciones AMS
380 \family default
381  en la configuración del documento (menú 
382 \family sans
383 Documento\SpecialChar \menuseparator
384 Configuración\SpecialChar \menuseparator
385 Opciones de ecuación
386 \family default
387 )
388 \begin_inset Foot
389 status collapsed
390
391 \begin_layout Plain Layout
392 La opción 
393 \family sans
394 Usar el paquete de ecuaciones AMS automáticamente
395 \family default
396  sólo usa ecuaciones 
397 \begin_inset ERT
398 status collapsed
399
400 \begin_layout Plain Layout
401
402
403 \backslash
404 AmS 
405 \end_layout
406
407 \end_inset
408
409
410 \begin_inset space ~
411 \end_inset
412
413  si las estructuras matemáticas son soportadas por LyX.
414 \end_layout
415
416 \end_inset
417
418 .
419 \end_layout
420
421 \begin_layout Standard
422 Este documento no recoge todos los comandos de ecuaciones 
423 \begin_inset ERT
424 status collapsed
425
426 \begin_layout Plain Layout
427
428
429 \backslash
430 AmS 
431 \end_layout
432
433 \end_inset
434
435
436 \begin_inset Foot
437 status collapsed
438
439 \begin_layout Plain Layout
440 En el archivo 
441 \family sans
442
443 \begin_inset CommandInset href
444 LatexCommand href
445 name "amsguide.ps"
446 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
447
448 \end_inset
449
450
451 \family default
452 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
453  lista con todos los comandos de ecuaciones 
454 \begin_inset ERT
455 status collapsed
456
457 \begin_layout Plain Layout
458
459
460 \backslash
461 AmS 
462 \end_layout
463
464 \end_inset
465
466 .
467 \end_layout
468
469 \end_inset
470
471  por razones de claridad.
472 \end_layout
473
474 \begin_layout Section
475 Instrucciones generales
476 \end_layout
477
478 \begin_layout Standard
479 Para crear una ecuación en línea
480 \begin_inset Index idx
481 status collapsed
482
483 \begin_layout Plain Layout
484 Ecuación ! en línea
485 \end_layout
486
487 \end_inset
488
489  insertada en una línea de texto, teclea una de las combinaciones 
490 \family sans
491 Ctrl+M, Alt+C M, Alt+M M
492 \family default
493  o pulsa el botón 
494 \begin_inset Graphics
495         filename ../../images/math-mode.png
496         scale 85
497
498 \end_inset
499
500  de la barra de herramientas.
501 \begin_inset Newline newline
502 \end_inset
503
504 Para crear una ecuación en estilo presentación
505 \begin_inset Index idx
506 status collapsed
507
508 \begin_layout Plain Layout
509 Ecuación ! presentada
510 \end_layout
511
512 \end_inset
513
514 , que se verá más grande y en su propio párrafo, teclea
515 \family sans
516  
517 \family default
518 una de estas combinaciones: 
519 \family sans
520 Ctrl+Mayúsculas+M, Alt+M D.
521 \end_layout
522
523 \begin_layout Standard
524 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
525  dentro de la ecuación y teclea
526 \family sans
527  Ctrl+M, Alt+C M, Alt+M M 
528 \family default
529 o usa el menú 
530 \family sans
531 Editar\SpecialChar \menuseparator
532 Ecuación\SpecialChar \menuseparator
533 Cambiar tipo de ecuación
534 \family default
535 .
536  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
537 \end_layout
538
539 \begin_layout Standard
540 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
541  presentada, escribe el comando 
542 \series bold
543
544 \backslash
545 displaystyle
546 \series default
547
548 \begin_inset Index idx
549 status collapsed
550
551 \begin_layout Plain Layout
552 Comandos ! D ! 
553 \backslash
554 displaystyle
555 \end_layout
556
557 \end_inset
558
559  en la ecuación y pulsa espacio.
560  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
561  de la ecuación.
562 \end_layout
563
564 \begin_layout Standard
565 En los cuadros sólo se permiten ecuaciones en línea.
566 \end_layout
567
568 \begin_layout Standard
569 Las barras 
570 \family sans
571 Ecuaciones
572 \family default
573  y 
574 \family sans
575 Paneles de ecuaciones 
576 \family default
577 se pueden visualizar mediante el menú 
578 \family sans
579 Ver\SpecialChar \menuseparator
580 Barras de herramientas
581 \family default
582 .
583  Si ahí pulsas en 
584 \begin_inset Quotes fld
585 \end_inset
586
587 Ecuaciones
588 \begin_inset Quotes frd
589 \end_inset
590
591  y/o en 
592 \begin_inset Quotes fld
593 \end_inset
594
595 Paneles de ecuaciones
596 \begin_inset Quotes frd
597 \end_inset
598
599 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
600  estado se visualiza en el menú de las barras de herramientas con una marca.
601  Si en este estado pulsas de nuevo sobre 
602 \begin_inset Quotes fld
603 \end_inset
604
605 Ecuaciones
606 \begin_inset Quotes frd
607 \end_inset
608
609  y/o 
610 \begin_inset Quotes fld
611 \end_inset
612
613 Paneles de ecuaciones
614 \begin_inset Quotes frd
615 \end_inset
616
617  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
618  de una ecuación; este estado se indica añadiendo a las entradas del menú
619  la palabra 
620 \begin_inset Quotes fld
621 \end_inset
622
623 (auto)
624 \begin_inset Quotes frd
625 \end_inset
626
627 .
628  
629 \end_layout
630
631 \begin_layout Standard
632 El modo TeX
633 \begin_inset Index idx
634 status collapsed
635
636 \begin_layout Plain Layout
637 T@TeX ! modo
638 \end_layout
639
640 \end_inset
641
642  se inicia pulsando el botón 
643 \begin_inset Graphics
644         filename ../../images/ert-insert.png
645         scale 85
646
647 \end_inset
648
649  de la barra de herramientas o con el menú 
650 \family sans
651 Insertar\SpecialChar \menuseparator
652 Código Te
653 \begin_inset ERT
654 status collapsed
655
656 \begin_layout Plain Layout
657
658 {}
659 \end_layout
660
661 \end_inset
662
663 X
664 \family default
665 , (atajo 
666 \family sans
667 Ctrl+L
668 \family default
669 ).
670 \begin_inset Note Note
671 status collapsed
672
673 \begin_layout Plain Layout
674 En LyX hay tres 
675 \begin_inset Quotes fld
676 \end_inset
677
678 nombres propios
679 \begin_inset Quotes frd
680 \end_inset
681
682  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
683  LaTeX y LyX.
684 \end_layout
685
686 \begin_layout Plain Layout
687 Para evitar que estas palabras sean reconocidas como tales nombres propios,
688  se inserta un par de llaves TeX.
689  
690 \end_layout
691
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Standard
698 Para cambiar el preámbulo LaTeX
699 \begin_inset Index idx
700 status collapsed
701
702 \begin_layout Plain Layout
703 LaTeX, preámbulo
704 \end_layout
705
706 \end_inset
707
708 , usa el menú 
709 \family sans
710 Documento\SpecialChar \menuseparator
711 Configuración\SpecialChar \menuseparator
712 Preámbulo LaT
713 \begin_inset ERT
714 status collapsed
715
716 \begin_layout Plain Layout
717
718 {}
719 \end_layout
720
721 \end_inset
722
723 eX
724 \family default
725 .
726 \end_layout
727
728 \begin_layout Standard
729 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
730  multilínea, se pueden usar los menús 
731 \family sans
732 Editar\SpecialChar \menuseparator
733 Ecuación
734 \family default
735  y 
736 \family sans
737 Editar\SpecialChar \menuseparator
738 Filas y columnas
739 \family default
740  o la barra de herramientas de 
741 \family sans
742 Cuadro
743 \family default
744 .
745  Cuando las líneas y columnas se intercambian mediante el menú, la columna
746  o línea en la que está se cambia con la columna de la derecha o con la
747  línea de abajo, respectivamente.
748  Si el cursor está en la última columna o fila, el cambio se hace con la
749  columna de la izquierda o la línea de arriba.
750 \end_layout
751
752 \begin_layout Standard
753 Para escribir texto en fórmulas se usa 
754 \emph on
755 texto de ecuaciones
756 \emph default
757
758 \begin_inset Index idx
759 status collapsed
760
761 \begin_layout Plain Layout
762 Texto ! en ecuaciones
763 \end_layout
764
765 \end_inset
766
767 .
768 \begin_inset Foot
769 status collapsed
770
771 \begin_layout Plain Layout
772 Para ecuaciones multilínea se usa el comando 
773 \series bold
774
775 \backslash
776 intertext
777 \series default
778 , véase
779 \begin_inset space ~
780 \end_inset
781
782
783 \begin_inset CommandInset ref
784 LatexCommand ref
785 reference "sub:Texto-en-multilínea"
786
787 \end_inset
788
789 .
790 \end_layout
791
792 \end_inset
793
794  Este modo se inicia con el atajo 
795 \family sans
796 Alt+M
797 \begin_inset space ~
798 \end_inset
799
800 M
801 \family default
802  o
803 \family sans
804  Ctrl+M
805 \family default
806  o insertando el comando 
807 \series bold
808
809 \backslash
810 text
811 \series default
812
813 \begin_inset Index idx
814 status collapsed
815
816 \begin_layout Plain Layout
817 Comandos ! T ! 
818 \backslash
819 text
820 \end_layout
821
822 \end_inset
823
824 .
825  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
826  partes de la ecuación que se ven en azul.
827  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
828 a de otras partes de la fórmula.
829 \end_layout
830
831 \begin_layout Subsection*
832 Esquema de comandos
833 \end_layout
834
835 \begin_layout Standard
836 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
837  siguiente esquema:
838 \end_layout
839
840 \begin_layout Standard
841
842 \series bold
843
844 \backslash
845 nombre_del_comando[argumento opcional]{argumento requerido}
846 \end_layout
847
848 \begin_layout Standard
849 Un comando empieza siempre por una barra inversa, 
850 \begin_inset Quotes fld
851 \end_inset
852
853
854 \series bold
855
856 \backslash
857
858 \series default
859
860 \begin_inset Quotes frd
861 \end_inset
862
863 .
864  Para omitir argumentos opcionales, quita también los corchetes asociados.
865  En este documento, las llaves que encierran los argumentos requeridos se
866  denominan llaves TeX
867 \begin_inset Index idx
868 status collapsed
869
870 \begin_layout Plain Layout
871 T@TeX ! llaves
872 \end_layout
873
874 \end_inset
875
876 .
877  Si en una ecuación añades una llave de apertura al nombre de un comando,
878  LyX crea automáticamente una llave TeX.
879  En todos los demás casos las llaves TeX se crean en las ecuaciones con
880  el comando 
881 \series bold
882
883 \backslash
884 {
885 \series default
886 .
887  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
888  que se muestran en azul.
889  En modo TeX no hace falta comando para poner llaves TeX.
890  Las llaves TeX no aparecen en la salida.
891 \end_layout
892
893 \begin_layout Standard
894 En el caso de comandos sin argumentos, como los comandos para símbolos que
895  se introducen en modo TeX, 
896 \emph on
897 siempre
898 \emph default
899  debe teclearse un espacio tras el comando para finalizarlo.
900  Este espacio no aparece en la salida.
901  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
902  de un espacio protegido en texto normal.
903 \end_layout
904
905 \begin_layout Standard
906 Un espacio protegido se inserta con 
907 \family sans
908 Ctrl+Espacio
909 \family default
910 .
911 \end_layout
912
913 \begin_layout Subsection*
914 Explicación de la sintaxis
915 \end_layout
916
917 \begin_layout Itemize
918 El símbolo 
919 \begin_inset ERT
920 status collapsed
921
922 \begin_layout Plain Layout
923
924
925 \backslash
926 spce 
927 \end_layout
928
929 \end_inset
930
931
932 \begin_inset Foot
933 status collapsed
934
935 \begin_layout Plain Layout
936 Este carácter, espacio visible, se puede componer con el comando 
937 \series bold
938
939 \backslash
940 textvisiblespace
941 \series default
942
943 \begin_inset Index idx
944 status collapsed
945
946 \begin_layout Plain Layout
947 Comandos ! T ! 
948 \backslash
949 textvisiblespace
950 \end_layout
951
952 \end_inset
953
954  insertado en código TeX.
955 \end_layout
956
957 \end_inset
958
959  indica que hay que teclear un espacio.
960 \end_layout
961
962 \begin_layout Itemize
963 Una flecha como 
964 \begin_inset Formula $\rightarrow$
965 \end_inset
966
967  indica el uso de la correspondiente tecla de flecha.
968  
969 \end_layout
970
971 \begin_layout Subsection*
972 Unidades disponibles
973 \end_layout
974
975 \begin_layout Standard
976 \align center
977 \begin_inset Float table
978 placement H
979 wide false
980 sideways false
981 status open
982
983 \begin_layout Plain Layout
984 \align center
985 \begin_inset Caption
986
987 \begin_layout Plain Layout
988 \begin_inset CommandInset label
989 LatexCommand label
990 name "tab:Unidades-disponibles"
991
992 \end_inset
993
994 Unidades disponibles
995 \end_layout
996
997 \end_inset
998
999
1000 \end_layout
1001
1002 \begin_layout Plain Layout
1003 \align center
1004 \begin_inset Tabular
1005 <lyxtabular version="3" rows="13" columns="2">
1006 <features tabularvalignment="middle">
1007 <column alignment="center" valignment="top" width="0">
1008 <column alignment="center" valignment="top" width="0">
1009 <row>
1010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1011 \begin_inset Text
1012
1013 \begin_layout Plain Layout
1014 Unidad
1015 \end_layout
1016
1017 \end_inset
1018 </cell>
1019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1020 \begin_inset Text
1021
1022 \begin_layout Plain Layout
1023 Nombre / Descripción
1024 \end_layout
1025
1026 \end_inset
1027 </cell>
1028 </row>
1029 <row>
1030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1031 \begin_inset Text
1032
1033 \begin_layout Plain Layout
1034 mm
1035 \end_layout
1036
1037 \end_inset
1038 </cell>
1039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1040 \begin_inset Text
1041
1042 \begin_layout Plain Layout
1043 Milímetro
1044 \end_layout
1045
1046 \end_inset
1047 </cell>
1048 </row>
1049 <row>
1050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 cm
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1060 \begin_inset Text
1061
1062 \begin_layout Plain Layout
1063 Centímetro
1064 \end_layout
1065
1066 \end_inset
1067 </cell>
1068 </row>
1069 <row>
1070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 in
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1080 \begin_inset Text
1081
1082 \begin_layout Plain Layout
1083 Pulgada (1
1084 \begin_inset space \thinspace{}
1085 \end_inset
1086
1087 in = 2,54
1088 \begin_inset space \thinspace{}
1089 \end_inset
1090
1091 cm)
1092 \end_layout
1093
1094 \end_inset
1095 </cell>
1096 </row>
1097 <row>
1098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1099 \begin_inset Text
1100
1101 \begin_layout Plain Layout
1102 pt
1103 \end_layout
1104
1105 \end_inset
1106 </cell>
1107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1108 \begin_inset Text
1109
1110 \begin_layout Plain Layout
1111 Punto (72.27
1112 \begin_inset space \thinspace{}
1113 \end_inset
1114
1115 pt = 1
1116 \begin_inset space \thinspace{}
1117 \end_inset
1118
1119 in)
1120 \end_layout
1121
1122 \end_inset
1123 </cell>
1124 </row>
1125 <row>
1126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1127 \begin_inset Text
1128
1129 \begin_layout Plain Layout
1130 pc
1131 \end_layout
1132
1133 \end_inset
1134 </cell>
1135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1136 \begin_inset Text
1137
1138 \begin_layout Plain Layout
1139 Pica (1
1140 \begin_inset space \thinspace{}
1141 \end_inset
1142
1143 pc = 12
1144 \begin_inset space \thinspace{}
1145 \end_inset
1146
1147 pt)
1148 \end_layout
1149
1150 \end_inset
1151 </cell>
1152 </row>
1153 <row>
1154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1155 \begin_inset Text
1156
1157 \begin_layout Plain Layout
1158 sp
1159 \end_layout
1160
1161 \end_inset
1162 </cell>
1163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1164 \begin_inset Text
1165
1166 \begin_layout Plain Layout
1167 Punto escalado (65536
1168 \begin_inset space \thinspace{}
1169 \end_inset
1170
1171 sp = 1
1172 \begin_inset space \thinspace{}
1173 \end_inset
1174
1175 pt)
1176 \end_layout
1177
1178 \end_inset
1179 </cell>
1180 </row>
1181 <row>
1182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1183 \begin_inset Text
1184
1185 \begin_layout Plain Layout
1186 bp
1187 \end_layout
1188
1189 \end_inset
1190 </cell>
1191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1192 \begin_inset Text
1193
1194 \begin_layout Plain Layout
1195 Punto grande (72
1196 \begin_inset space \thinspace{}
1197 \end_inset
1198
1199 bp = 1
1200 \begin_inset space \thinspace{}
1201 \end_inset
1202
1203 in)
1204 \end_layout
1205
1206 \end_inset
1207 </cell>
1208 </row>
1209 <row>
1210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1211 \begin_inset Text
1212
1213 \begin_layout Plain Layout
1214 dd
1215 \end_layout
1216
1217 \end_inset
1218 </cell>
1219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1220 \begin_inset Text
1221
1222 \begin_layout Plain Layout
1223 Didot (1
1224 \begin_inset space \thinspace{}
1225 \end_inset
1226
1227 dd 
1228 \begin_inset Formula $\approx$
1229 \end_inset
1230
1231  0.376
1232 \begin_inset space \thinspace{}
1233 \end_inset
1234
1235 mm)
1236 \end_layout
1237
1238 \end_inset
1239 </cell>
1240 </row>
1241 <row>
1242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1243 \begin_inset Text
1244
1245 \begin_layout Plain Layout
1246 cc
1247 \end_layout
1248
1249 \end_inset
1250 </cell>
1251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1252 \begin_inset Text
1253
1254 \begin_layout Plain Layout
1255 Cicero (1
1256 \begin_inset space \thinspace{}
1257 \end_inset
1258
1259 cc = 12
1260 \begin_inset space \thinspace{}
1261 \end_inset
1262
1263 dd)
1264 \end_layout
1265
1266 \end_inset
1267 </cell>
1268 </row>
1269 <row>
1270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1271 \begin_inset Text
1272
1273 \begin_layout Plain Layout
1274 ex
1275 \end_layout
1276
1277 \end_inset
1278 </cell>
1279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1280 \begin_inset Text
1281
1282 \begin_layout Plain Layout
1283 Altura de la letra 
1284 \begin_inset Quotes fld
1285 \end_inset
1286
1287
1288 \emph on
1289 x
1290 \emph default
1291
1292 \begin_inset Quotes frd
1293 \end_inset
1294
1295  en la tipografía actual
1296 \end_layout
1297
1298 \end_inset
1299 </cell>
1300 </row>
1301 <row>
1302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1303 \begin_inset Text
1304
1305 \begin_layout Plain Layout
1306 em
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1312 \begin_inset Text
1313
1314 \begin_layout Plain Layout
1315 Anchura de la letra 
1316 \begin_inset Quotes fld
1317 \end_inset
1318
1319
1320 \emph on
1321 M
1322 \emph default
1323
1324 \begin_inset Quotes frd
1325 \end_inset
1326
1327  en la tipografía actual
1328 \end_layout
1329
1330 \end_inset
1331 </cell>
1332 </row>
1333 <row>
1334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1335 \begin_inset Text
1336
1337 \begin_layout Plain Layout
1338 mu
1339 \end_layout
1340
1341 \end_inset
1342 </cell>
1343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1344 \begin_inset Text
1345
1346 \begin_layout Plain Layout
1347 Unidad matemática (1
1348 \begin_inset space \thinspace{}
1349 \end_inset
1350
1351 mu = 
1352 \begin_inset Formula $\nicefrac{1}{18}$
1353 \end_inset
1354
1355
1356 \begin_inset space \thinspace{}
1357 \end_inset
1358
1359 em)
1360 \end_layout
1361
1362 \end_inset
1363 </cell>
1364 </row>
1365 </lyxtabular>
1366
1367 \end_inset
1368
1369
1370 \end_layout
1371
1372 \end_inset
1373
1374
1375 \end_layout
1376
1377 \begin_layout Standard
1378 \align center
1379 \begin_inset Newpage newpage
1380 \end_inset
1381
1382
1383 \end_layout
1384
1385 \begin_layout Section
1386 Funciones básicas
1387 \end_layout
1388
1389 \begin_layout Subsection
1390 Exponentes
1391 \begin_inset Index idx
1392 status collapsed
1393
1394 \begin_layout Plain Layout
1395 Exponentes
1396 \end_layout
1397
1398 \end_inset
1399
1400  e índices
1401 \begin_inset Index idx
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405 Indices@Índices
1406 \end_layout
1407
1408 \end_inset
1409
1410
1411 \begin_inset Index idx
1412 status collapsed
1413
1414 \begin_layout Plain Layout
1415 Superíndices|see
1416 \begin_inset ERT
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420
1421 {
1422 \end_layout
1423
1424 \end_inset
1425
1426 Exponentes
1427 \begin_inset ERT
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431
1432 }
1433 \end_layout
1434
1435 \end_inset
1436
1437
1438 \end_layout
1439
1440 \end_inset
1441
1442
1443 \begin_inset Index idx
1444 status collapsed
1445
1446 \begin_layout Plain Layout
1447 Subíndices|see
1448 \begin_inset ERT
1449 status collapsed
1450
1451 \begin_layout Plain Layout
1452
1453 {
1454 \end_layout
1455
1456 \end_inset
1457
1458 Índices
1459 \begin_inset ERT
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463
1464 }
1465 \end_layout
1466
1467 \end_inset
1468
1469
1470 \end_layout
1471
1472 \end_inset
1473
1474
1475 \end_layout
1476
1477 \begin_layout Standard
1478 Los subíndices se componen con un guión bajo 
1479 \begin_inset Quotes fld
1480 \end_inset
1481
1482 _
1483 \begin_inset Quotes frd
1484 \end_inset
1485
1486  o con el botón de la barra de herramientas de ecuaciones 
1487 \begin_inset Graphics
1488         filename ../../images/math-subscript.png
1489         scale 85
1490
1491 \end_inset
1492
1493 , los superíndices con un circunflejo 
1494 \begin_inset Quotes fld
1495 \end_inset
1496
1497 ^
1498 \begin_inset Quotes frd
1499 \end_inset
1500
1501  o con el botón de la barra de herramientas de ecuaciones 
1502 \begin_inset Graphics
1503         filename ../../images/math-superscript.png
1504         scale 85
1505
1506 \end_inset
1507
1508 .
1509 \end_layout
1510
1511 \begin_layout Standard
1512 \noindent
1513 \align center
1514 \begin_inset Tabular
1515 <lyxtabular version="3" rows="4" columns="2">
1516 <features tabularvalignment="middle">
1517 <column alignment="center" valignment="top" width="0">
1518 <column alignment="center" valignment="top" width="0">
1519 <row>
1520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1521 \begin_inset Text
1522
1523 \begin_layout Plain Layout
1524 Comando
1525 \end_layout
1526
1527 \end_inset
1528 </cell>
1529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1530 \begin_inset Text
1531
1532 \begin_layout Plain Layout
1533 Resultado
1534 \begin_inset Note Note
1535 status open
1536
1537 \begin_layout Plain Layout
1538
1539 \series bold
1540
1541 \backslash
1542 raisebox
1543 \series default
1544  sólo se usa como espaciador.
1545 \end_layout
1546
1547 \end_inset
1548
1549
1550 \end_layout
1551
1552 \end_inset
1553 </cell>
1554 </row>
1555 <row>
1556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1557 \begin_inset Text
1558
1559 \begin_layout Plain Layout
1560 B_V
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1566 \begin_inset Text
1567
1568 \begin_layout Plain Layout
1569 \begin_inset Formula $B_{V}$
1570 \end_inset
1571
1572
1573 \end_layout
1574
1575 \end_inset
1576 </cell>
1577 </row>
1578 <row>
1579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1580 \begin_inset Text
1581
1582 \begin_layout Plain Layout
1583 B^V
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1593 \end_inset
1594
1595
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 </row>
1601 <row>
1602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1603 \begin_inset Text
1604
1605 \begin_layout Plain Layout
1606 B^
1607 \begin_inset ERT
1608 status collapsed
1609
1610 \begin_layout Plain Layout
1611
1612
1613 \backslash
1614 spce 
1615 \end_layout
1616
1617 \end_inset
1618
1619 A
1620 \end_layout
1621
1622 \end_inset
1623 </cell>
1624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1625 \begin_inset Text
1626
1627 \begin_layout Plain Layout
1628 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1629 \end_inset
1630
1631
1632 \end_layout
1633
1634 \end_inset
1635 </cell>
1636 </row>
1637 </lyxtabular>
1638
1639 \end_inset
1640
1641
1642 \end_layout
1643
1644 \begin_layout Standard
1645 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1646  caso acentuará las vocales y no servirá para entrar en modo exponente.
1647 \begin_inset Foot
1648 status collapsed
1649
1650 \begin_layout Plain Layout
1651 Dependiendo de la configuración del teclado esto puede suceder también con
1652  otros caracteres además de las vocales.
1653 \end_layout
1654
1655 \end_inset
1656
1657  Para conseguir exponentes en estos casos debes pulsar 
1658 \family sans
1659 Espacio
1660 \family default
1661  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1662  
1663 \end_layout
1664
1665 \begin_layout Subsection
1666 Fracciones
1667 \begin_inset CommandInset label
1668 LatexCommand label
1669 name "sub:Fracciones"
1670
1671 \end_inset
1672
1673
1674 \begin_inset Index idx
1675 status collapsed
1676
1677 \begin_layout Plain Layout
1678 Fracciones
1679 \end_layout
1680
1681 \end_inset
1682
1683
1684 \end_layout
1685
1686 \begin_layout Standard
1687 Las fracciones se generan con el comando 
1688 \series bold
1689
1690 \backslash
1691 frac
1692 \series default
1693
1694 \begin_inset Index idx
1695 status collapsed
1696
1697 \begin_layout Plain Layout
1698 Comandos ! F ! 
1699 \backslash
1700 frac
1701 \end_layout
1702
1703 \end_inset
1704
1705  o con el botón 
1706 \begin_inset Graphics
1707         filename ../../images/math/frac.png
1708         scale 50
1709
1710 \end_inset
1711
1712  de la barra de herramientas.
1713  El tamaño de tipografía se ajusta automáticamente, dependiendo de si la
1714  fracción está en línea o en estilo presentación.
1715  Con el botón 
1716 \begin_inset Graphics
1717         filename ../../images/math/frac-square.png
1718         scale 85
1719
1720 \end_inset
1721
1722 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1723  de fracciones.
1724 \end_layout
1725
1726 \begin_layout Standard
1727 Con el comando 
1728 \series bold
1729
1730 \backslash
1731 dfrac
1732 \series default
1733
1734 \begin_inset Index idx
1735 status collapsed
1736
1737 \begin_layout Plain Layout
1738 Comandos ! D ! 
1739 \backslash
1740 dfrac
1741 \end_layout
1742
1743 \end_inset
1744
1745  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1746  presentación.
1747  Con 
1748 \series bold
1749
1750 \backslash
1751 tfrac
1752 \series default
1753
1754 \begin_inset Index idx
1755 status collapsed
1756
1757 \begin_layout Plain Layout
1758 Comandos ! T ! 
1759 \backslash
1760 tfrac
1761 \end_layout
1762
1763 \end_inset
1764
1765  la fracción tiene siempre el tamaño del estilo en línea.
1766  Un ejemplo:
1767 \end_layout
1768
1769 \begin_layout Standard
1770 Una línea con la fracción 
1771 \begin_inset Formula $\frac{1}{2}$
1772 \end_inset
1773
1774  creada con el comando 
1775 \series bold
1776
1777 \backslash
1778 frac
1779 \series default
1780 .
1781  
1782 \end_layout
1783
1784 \begin_layout Standard
1785 Una línea con la fracción 
1786 \begin_inset Formula $\dfrac{1}{2}$
1787 \end_inset
1788
1789  creada con el comando 
1790 \series bold
1791
1792 \backslash
1793 dfrac
1794 \series default
1795 .
1796 \end_layout
1797
1798 \begin_layout Standard
1799 \noindent
1800 \align center
1801 \begin_inset Tabular
1802 <lyxtabular version="3" rows="4" columns="2">
1803 <features tabularvalignment="middle">
1804 <column alignment="center" valignment="top" width="0">
1805 <column alignment="center" valignment="top" width="0">
1806 <row>
1807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811 Comando
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820 Resultado
1821 \begin_inset Note Note
1822 status collapsed
1823
1824 \begin_layout Plain Layout
1825
1826 \series bold
1827
1828 \backslash
1829 raisebox
1830 \series default
1831  se usa sólo como espaciador
1832 \end_layout
1833
1834 \end_inset
1835
1836
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 </row>
1842 <row>
1843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847
1848 \backslash
1849 frac
1850 \begin_inset ERT
1851 status collapsed
1852
1853 \begin_layout Plain Layout
1854
1855
1856 \backslash
1857 spce 
1858 \end_layout
1859
1860 \end_inset
1861
1862 A
1863 \begin_inset Formula $\downarrow$
1864 \end_inset
1865
1866 B
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1872 \begin_inset Text
1873
1874 \begin_layout Plain Layout
1875 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1876 \end_inset
1877
1878
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 </row>
1884 <row>
1885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889
1890 \backslash
1891 dfrac
1892 \begin_inset ERT
1893 status collapsed
1894
1895 \begin_layout Plain Layout
1896
1897
1898 \backslash
1899 spce 
1900 \end_layout
1901
1902 \end_inset
1903
1904 A
1905 \begin_inset Formula $\downarrow$
1906 \end_inset
1907
1908 B
1909 \end_layout
1910
1911 \end_inset
1912 </cell>
1913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1914 \begin_inset Text
1915
1916 \begin_layout Plain Layout
1917 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1918 \end_inset
1919
1920
1921 \end_layout
1922
1923 \end_inset
1924 </cell>
1925 </row>
1926 <row>
1927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1928 \begin_inset Text
1929
1930 \begin_layout Plain Layout
1931
1932 \backslash
1933 dfrac
1934 \begin_inset ERT
1935 status collapsed
1936
1937 \begin_layout Plain Layout
1938
1939
1940 \backslash
1941 spce 
1942 \end_layout
1943
1944 \end_inset
1945
1946 e^
1947 \begin_inset ERT
1948 status collapsed
1949
1950 \begin_layout Plain Layout
1951
1952
1953 \backslash
1954 spce 
1955 \end_layout
1956
1957 \end_inset
1958
1959
1960 \backslash
1961 frac
1962 \begin_inset ERT
1963 status collapsed
1964
1965 \begin_layout Plain Layout
1966
1967
1968 \backslash
1969 spce 
1970 \end_layout
1971
1972 \end_inset
1973
1974 1
1975 \begin_inset Formula $\downarrow$
1976 \end_inset
1977
1978 2
1979 \begin_inset Formula $\downarrow$
1980 \end_inset
1981
1982 3
1983 \end_layout
1984
1985 \end_inset
1986 </cell>
1987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1988 \begin_inset Text
1989
1990 \begin_layout Plain Layout
1991 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1992 \end_inset
1993
1994
1995 \end_layout
1996
1997 \end_inset
1998 </cell>
1999 </row>
2000 </lyxtabular>
2001
2002 \end_inset
2003
2004
2005 \begin_inset VSpace bigskip
2006 \end_inset
2007
2008
2009 \end_layout
2010
2011 \begin_layout Standard
2012 Para fracciones anidadas se puede usar el comando 
2013 \series bold
2014
2015 \backslash
2016 cfrac
2017 \series default
2018
2019 \begin_inset Index idx
2020 status collapsed
2021
2022 \begin_layout Plain Layout
2023 Comandos ! C ! 
2024 \backslash
2025 cfrac
2026 \end_layout
2027
2028 \end_inset
2029
2030 .
2031  Un ejemplo:
2032 \begin_inset VSpace -3mm
2033 \end_inset
2034
2035
2036 \end_layout
2037
2038 \begin_layout Standard
2039 \begin_inset Formula 
2040 \begin{align*}
2041 \textrm{creada con \textbf{\textbackslash frac}} &  & \textrm{creada con \textbf{\textbackslash cfrac}}\\
2042 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2043 \end{align*}
2044
2045 \end_inset
2046
2047
2048 \end_layout
2049
2050 \begin_layout Standard
2051 El comando para el ejemplo de arriba es:
2052 \end_layout
2053
2054 \begin_layout Standard
2055
2056 \series bold
2057
2058 \backslash
2059 cfrac
2060 \begin_inset ERT
2061 status collapsed
2062
2063 \begin_layout Plain Layout
2064
2065
2066 \backslash
2067 spce 
2068 \end_layout
2069
2070 \end_inset
2071
2072 A
2073 \begin_inset Formula $\downarrow$
2074 \end_inset
2075
2076 B+
2077 \backslash
2078 cfrac
2079 \begin_inset ERT
2080 status collapsed
2081
2082 \begin_layout Plain Layout
2083
2084
2085 \backslash
2086 spce 
2087 \end_layout
2088
2089 \end_inset
2090
2091 C+
2092 \backslash
2093 cfrac
2094 \begin_inset ERT
2095 status collapsed
2096
2097 \begin_layout Plain Layout
2098
2099
2100 \backslash
2101 spce 
2102 \end_layout
2103
2104 \end_inset
2105
2106 E
2107 \begin_inset Formula $\downarrow$
2108 \end_inset
2109
2110 F
2111 \begin_inset Formula $\downarrow$
2112 \end_inset
2113
2114 D
2115 \end_layout
2116
2117 \begin_layout Standard
2118 \begin_inset VSpace medskip
2119 \end_inset
2120
2121
2122 \end_layout
2123
2124 \begin_layout Standard
2125
2126 \series bold
2127
2128 \backslash
2129 cfrac
2130 \series default
2131  compone la fracción siempre en el tamaño del estilo presentación, también
2132  cuando es parte de otra fracción.
2133 \end_layout
2134
2135 \begin_layout Standard
2136 Es posible especificar la alineación del numerador.
2137  El comando 
2138 \series bold
2139
2140 \backslash
2141 cfracleft
2142 \series default
2143  se usa para alinearlo a la izquierda, el comando 
2144 \series bold
2145
2146 \backslash
2147 cfracright
2148 \series default
2149  para alinearlo a la derecha, 
2150 \series bold
2151
2152 \backslash
2153 cfrac
2154 \series default
2155  centra el numerador.
2156 \end_layout
2157
2158 \begin_layout Standard
2159 Estas fracciones muestran las distintas alineaciones:
2160 \end_layout
2161
2162 \begin_layout Standard
2163 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2164 \end_inset
2165
2166  ; 
2167 \begin_inset Formula $\cfrac{A}{B+C}$
2168 \end_inset
2169
2170  ; 
2171 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2172 \end_inset
2173
2174
2175 \end_layout
2176
2177 \begin_layout Standard
2178 \noindent
2179 \begin_inset Note Greyedout
2180 status open
2181
2182 \begin_layout Plain Layout
2183
2184 \series bold
2185 Nota
2186 \series default
2187
2188 \series bold
2189
2190 \backslash
2191 cfracleft
2192 \series default
2193  y
2194 \series bold
2195  
2196 \backslash
2197 cfracright
2198 \series default
2199  no son comandos LaTeX reales sino sustituciones del comando 
2200 \series bold
2201
2202 \backslash
2203 cfrac[posición del numerador]{numerador}{denominador}
2204 \series default
2205  .
2206  Por tanto no puedes usarlos código TeX.
2207 \end_layout
2208
2209 \end_inset
2210
2211
2212 \begin_inset VSpace medskip
2213 \end_inset
2214
2215
2216 \end_layout
2217
2218 \begin_layout Standard
2219 Muchas veces es adecuado combinar 
2220 \series bold
2221
2222 \backslash
2223 cfrac
2224 \series default
2225  y 
2226 \series bold
2227
2228 \backslash
2229 frac
2230 \series default
2231 :
2232 \begin_inset Formula 
2233 \[
2234 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2235 \]
2236
2237 \end_inset
2238
2239
2240 \end_layout
2241
2242 \begin_layout Standard
2243 Para componer fracciones en línea con raya de fracción inclinada puedes
2244  usar el comando 
2245 \series bold
2246
2247 \backslash
2248 nicefrac
2249 \series default
2250
2251 \begin_inset Index idx
2252 status collapsed
2253
2254 \begin_layout Plain Layout
2255 Comandos ! N ! 
2256 \backslash
2257 nicefrac
2258 \end_layout
2259
2260 \end_inset
2261
2262
2263 \begin_inset Formula $\nicefrac{5}{31}$
2264 \end_inset
2265
2266  Hay además el comando 
2267 \series bold
2268
2269 \backslash
2270 unitfracthree
2271 \series default
2272  que permite escribir una fracción en combinación con un número: 
2273 \begin_inset Formula $\unitfrac[2]{1}{3}$
2274 \end_inset
2275
2276
2277 \end_layout
2278
2279 \begin_layout Standard
2280 \begin_inset Note Greyedout
2281 status open
2282
2283 \begin_layout Plain Layout
2284
2285 \series bold
2286 Nota
2287 \series default
2288
2289 \series bold
2290
2291 \backslash
2292 unitfracthree
2293 \series default
2294  no es un comando LaTeX auténtico, sino un equivalente al comando
2295 \begin_inset Newline newline
2296 \end_inset
2297
2298
2299 \series bold
2300
2301 \backslash
2302 unitfrac[número]{numerador}{denominador}
2303 \series default
2304  .
2305  Por tanto no puedes usarlo en código TeX.
2306 \end_layout
2307
2308 \end_inset
2309
2310
2311 \end_layout
2312
2313 \begin_layout Standard
2314 En la 
2315 \begin_inset CommandInset ref
2316 LatexCommand ref
2317 reference "sub:Fracciones-personalizadas"
2318
2319 \end_inset
2320
2321  se explica cómo componer fracciones personalizadas en las que la raya de
2322  fracción se puede cambiar.
2323  
2324 \end_layout
2325
2326 \begin_layout Subsection
2327 Raíces
2328 \begin_inset Index idx
2329 status collapsed
2330
2331 \begin_layout Plain Layout
2332 Raíces
2333 \end_layout
2334
2335 \end_inset
2336
2337
2338 \end_layout
2339
2340 \begin_layout Standard
2341 Las raíces cuadradas se componen con 
2342 \series bold
2343
2344 \backslash
2345 sqrt
2346 \series default
2347
2348 \begin_inset Index idx
2349 status collapsed
2350
2351 \begin_layout Plain Layout
2352 Comandos ! S ! 
2353 \backslash
2354 sqrt
2355 \end_layout
2356
2357 \end_inset
2358
2359  o con el botón 
2360 \begin_inset Graphics
2361         filename ../../images/math/sqrt.png
2362         scale 85
2363
2364 \end_inset
2365
2366  de la barra de ecuaciones; todas las demás raíces con el comando 
2367 \series bold
2368
2369 \backslash
2370 root
2371 \series default
2372
2373 \begin_inset Index idx
2374 status collapsed
2375
2376 \begin_layout Plain Layout
2377 Comandos ! R ! 
2378 \backslash
2379 root
2380 \end_layout
2381
2382 \end_inset
2383
2384  o con el botón 
2385 \begin_inset Graphics
2386         filename ../../images/math/root.png
2387         scale 85
2388
2389 \end_inset
2390
2391 .
2392 \end_layout
2393
2394 \begin_layout Standard
2395 \noindent
2396 \align center
2397 \begin_inset Tabular
2398 <lyxtabular version="3" rows="3" columns="2">
2399 <features tabularvalignment="middle">
2400 <column alignment="center" valignment="top" width="0">
2401 <column alignment="center" valignment="top" width="0">
2402 <row>
2403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2404 \begin_inset Text
2405
2406 \begin_layout Plain Layout
2407 Comando
2408 \end_layout
2409
2410 \end_inset
2411 </cell>
2412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2413 \begin_inset Text
2414
2415 \begin_layout Plain Layout
2416 Resultado
2417 \begin_inset Note Note
2418 status collapsed
2419
2420 \begin_layout Plain Layout
2421
2422 \series bold
2423
2424 \backslash
2425 raisebox
2426 \series default
2427  se usa sólo como espaciador
2428 \end_layout
2429
2430 \end_inset
2431
2432
2433 \end_layout
2434
2435 \end_inset
2436 </cell>
2437 </row>
2438 <row>
2439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2440 \begin_inset Text
2441
2442 \begin_layout Plain Layout
2443
2444 \backslash
2445 sqrt
2446 \begin_inset ERT
2447 status collapsed
2448
2449 \begin_layout Plain Layout
2450
2451
2452 \backslash
2453 spce 
2454 \end_layout
2455
2456 \end_inset
2457
2458 A-B
2459 \end_layout
2460
2461 \end_inset
2462 </cell>
2463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Plain Layout
2467 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2468 \end_inset
2469
2470
2471 \end_layout
2472
2473 \end_inset
2474 </cell>
2475 </row>
2476 <row>
2477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2478 \begin_inset Text
2479
2480 \begin_layout Plain Layout
2481
2482 \backslash
2483 root
2484 \begin_inset ERT
2485 status collapsed
2486
2487 \begin_layout Plain Layout
2488
2489
2490 \backslash
2491 spce 
2492 \end_layout
2493
2494 \end_inset
2495
2496 3
2497 \begin_inset Formula $\downarrow$
2498 \end_inset
2499
2500 A-B
2501 \end_layout
2502
2503 \end_inset
2504 </cell>
2505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2506 \begin_inset Text
2507
2508 \begin_layout Plain Layout
2509 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2510 \end_inset
2511
2512
2513 \end_layout
2514
2515 \end_inset
2516 </cell>
2517 </row>
2518 </lyxtabular>
2519
2520 \end_inset
2521
2522
2523 \end_layout
2524
2525 \begin_layout Standard
2526 Una raíz cuadrada se compone también con 
2527 \series bold
2528
2529 \backslash
2530 root
2531 \series default
2532  dejando vacío el campo del índice.
2533 \end_layout
2534
2535 \begin_layout Standard
2536 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2537  la raíz: 
2538 \begin_inset Formula $\sqrt[\beta]{B}$
2539 \end_inset
2540
2541
2542 \begin_inset Newline newline
2543 \end_inset
2544
2545 La 
2546 \begin_inset Formula $\beta$
2547 \end_inset
2548
2549  toca la raíz.
2550  Para evitar esto se usan los comandos 
2551 \series bold
2552
2553 \backslash
2554 leftroot
2555 \series default
2556
2557 \begin_inset Index idx
2558 status collapsed
2559
2560 \begin_layout Plain Layout
2561 Comandos ! L ! 
2562 \backslash
2563 leftroot
2564 \end_layout
2565
2566 \end_inset
2567
2568  y 
2569 \series bold
2570
2571 \backslash
2572 uproot
2573 \series default
2574
2575 \begin_inset Index idx
2576 status collapsed
2577
2578 \begin_layout Plain Layout
2579 Comandos ! U ! 
2580 \backslash
2581 uproot
2582 \end_layout
2583
2584 \end_inset
2585
2586  con el esquema siguiente:
2587 \end_layout
2588
2589 \begin_layout Standard
2590
2591 \series bold
2592
2593 \backslash
2594 leftroot{distancia}
2595 \series default
2596  y 
2597 \series bold
2598
2599 \backslash
2600 uproot{distancia}
2601 \end_layout
2602
2603 \begin_layout Standard
2604 Distancia es el número de Puntos Grandes (
2605 \begin_inset Quotes fld
2606 \end_inset
2607
2608 Big Points
2609 \begin_inset Quotes frd
2610 \end_inset
2611
2612 , unidad bp; 
2613 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2614 \end_inset
2615
2616 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2617  Los comandos se escriben en el índice.
2618  Así, el comando:
2619 \begin_inset Newline newline
2620 \end_inset
2621
2622
2623 \series bold
2624
2625 \backslash
2626 root
2627 \backslash
2628 leftroot{-1
2629 \begin_inset Formula $\to$
2630 \end_inset
2631
2632
2633 \backslash
2634 uproot{2
2635 \begin_inset Formula $\to$
2636 \end_inset
2637
2638
2639 \backslash
2640 beta
2641 \begin_inset ERT
2642 status collapsed
2643
2644 \begin_layout Plain Layout
2645
2646
2647 \backslash
2648 spce 
2649 \end_layout
2650
2651 \end_inset
2652
2653
2654 \begin_inset Formula $\to$
2655 \end_inset
2656
2657 B
2658 \begin_inset Newline newline
2659 \end_inset
2660
2661
2662 \series default
2663 genera una fórmula correctamente tipografiada: 
2664 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2665 \end_inset
2666
2667
2668 \end_layout
2669
2670 \begin_layout Subsection
2671 Coeficientes de un binomio
2672 \begin_inset Index idx
2673 status collapsed
2674
2675 \begin_layout Plain Layout
2676 Binomios
2677 \end_layout
2678
2679 \end_inset
2680
2681
2682 \end_layout
2683
2684 \begin_layout Standard
2685 Los coeficientes de un binomio se insertan con el comando 
2686 \series bold
2687
2688 \backslash
2689 binom
2690 \series default
2691
2692 \begin_inset Index idx
2693 status collapsed
2694
2695 \begin_layout Plain Layout
2696 Comandos ! B ! 
2697 \backslash
2698 binom
2699 \end_layout
2700
2701 \end_inset
2702
2703  o con el submenú del botón 
2704 \begin_inset Graphics
2705         filename ../../images/math/frac-square.png
2706         scale 85
2707
2708 \end_inset
2709
2710 de la barra de herramientas de ecuaciones.
2711  Como en las fracciones, además de 
2712 \series bold
2713
2714 \backslash
2715 binom
2716 \series default
2717  hay los comandos 
2718 \series bold
2719
2720 \backslash
2721 dbinom
2722 \series default
2723
2724 \begin_inset Index idx
2725 status collapsed
2726
2727 \begin_layout Plain Layout
2728 Comandos ! D ! 
2729 \backslash
2730 dbinom
2731 \end_layout
2732
2733 \end_inset
2734
2735  y 
2736 \series bold
2737
2738 \backslash
2739 tbinom
2740 \series default
2741
2742 \begin_inset Index idx
2743 status collapsed
2744
2745 \begin_layout Plain Layout
2746 Comandos ! T ! 
2747 \backslash
2748 tbinom
2749 \end_layout
2750
2751 \end_inset
2752
2753 .
2754  Para otros delimitadores de coeficientes de un binomio hay los comandos
2755  
2756 \series bold
2757
2758 \backslash
2759 brace
2760 \series default
2761
2762 \begin_inset Index idx
2763 status collapsed
2764
2765 \begin_layout Plain Layout
2766 Comandos ! B ! 
2767 \backslash
2768 brace
2769 \end_layout
2770
2771 \end_inset
2772
2773  y 
2774 \series bold
2775
2776 \backslash
2777 brack
2778 \series default
2779
2780 \begin_inset Index idx
2781 status collapsed
2782
2783 \begin_layout Plain Layout
2784 Comandos ! B ! 
2785 \backslash
2786 brack
2787 \end_layout
2788
2789 \end_inset
2790
2791 .
2792 \end_layout
2793
2794 \begin_layout Standard
2795 \noindent
2796 \align center
2797 \begin_inset Tabular
2798 <lyxtabular version="3" rows="6" columns="2">
2799 <features tabularvalignment="middle">
2800 <column alignment="center" valignment="top" width="0">
2801 <column alignment="center" valignment="top" width="0">
2802 <row>
2803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Plain Layout
2807 Comando
2808 \end_layout
2809
2810 \end_inset
2811 </cell>
2812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2813 \begin_inset Text
2814
2815 \begin_layout Plain Layout
2816 Resultado
2817 \begin_inset Note Note
2818 status collapsed
2819
2820 \begin_layout Plain Layout
2821
2822 \series bold
2823
2824 \backslash
2825 raisebox
2826 \series default
2827  se usa sólo como espaciador
2828 \end_layout
2829
2830 \end_inset
2831
2832
2833 \end_layout
2834
2835 \end_inset
2836 </cell>
2837 </row>
2838 <row>
2839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2840 \begin_inset Text
2841
2842 \begin_layout Plain Layout
2843
2844 \backslash
2845 binom
2846 \begin_inset ERT
2847 status collapsed
2848
2849 \begin_layout Plain Layout
2850
2851
2852 \backslash
2853 spce 
2854 \end_layout
2855
2856 \end_inset
2857
2858 A
2859 \begin_inset Formula $\downarrow$
2860 \end_inset
2861
2862 B
2863 \end_layout
2864
2865 \end_inset
2866 </cell>
2867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2868 \begin_inset Text
2869
2870 \begin_layout Plain Layout
2871 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2872 \end_inset
2873
2874
2875 \end_layout
2876
2877 \end_inset
2878 </cell>
2879 </row>
2880 <row>
2881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2882 \begin_inset Text
2883
2884 \begin_layout Plain Layout
2885
2886 \backslash
2887 dbinom
2888 \begin_inset ERT
2889 status collapsed
2890
2891 \begin_layout Plain Layout
2892
2893
2894 \backslash
2895 spce 
2896 \end_layout
2897
2898 \end_inset
2899
2900 A
2901 \begin_inset Formula $\downarrow$
2902 \end_inset
2903
2904 B
2905 \end_layout
2906
2907 \end_inset
2908 </cell>
2909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2910 \begin_inset Text
2911
2912 \begin_layout Plain Layout
2913 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2914 \end_inset
2915
2916
2917 \end_layout
2918
2919 \end_inset
2920 </cell>
2921 </row>
2922 <row>
2923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2924 \begin_inset Text
2925
2926 \begin_layout Plain Layout
2927
2928 \backslash
2929 tbinom
2930 \begin_inset ERT
2931 status collapsed
2932
2933 \begin_layout Plain Layout
2934
2935
2936 \backslash
2937 spce 
2938 \end_layout
2939
2940 \end_inset
2941
2942 A
2943 \begin_inset Formula $\downarrow$
2944 \end_inset
2945
2946 B
2947 \end_layout
2948
2949 \end_inset
2950 </cell>
2951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2952 \begin_inset Text
2953
2954 \begin_layout Plain Layout
2955 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2956 \end_inset
2957
2958
2959 \end_layout
2960
2961 \end_inset
2962 </cell>
2963 </row>
2964 <row>
2965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2966 \begin_inset Text
2967
2968 \begin_layout Plain Layout
2969
2970 \backslash
2971 brack
2972 \begin_inset ERT
2973 status collapsed
2974
2975 \begin_layout Plain Layout
2976
2977
2978 \backslash
2979 spce 
2980 \end_layout
2981
2982 \end_inset
2983
2984 A
2985 \begin_inset Formula $\downarrow$
2986 \end_inset
2987
2988 B
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2994 \begin_inset Text
2995
2996 \begin_layout Plain Layout
2997 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2998 \end_inset
2999
3000
3001 \end_layout
3002
3003 \end_inset
3004 </cell>
3005 </row>
3006 <row>
3007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Plain Layout
3011
3012 \backslash
3013 brace
3014 \begin_inset ERT
3015 status collapsed
3016
3017 \begin_layout Plain Layout
3018
3019
3020 \backslash
3021 spce 
3022 \end_layout
3023
3024 \end_inset
3025
3026 A
3027 \begin_inset Formula $\downarrow$
3028 \end_inset
3029
3030 B
3031 \end_layout
3032
3033 \end_inset
3034 </cell>
3035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3036 \begin_inset Text
3037
3038 \begin_layout Plain Layout
3039 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \end_inset
3046 </cell>
3047 </row>
3048 </lyxtabular>
3049
3050 \end_inset
3051
3052
3053 \begin_inset Newpage newpage
3054 \end_inset
3055
3056
3057 \end_layout
3058
3059 \begin_layout Subsection
3060 Diferenciaciones de casos
3061 \begin_inset Index idx
3062 status collapsed
3063
3064 \begin_layout Plain Layout
3065 Casos
3066 \end_layout
3067
3068 \end_inset
3069
3070
3071 \end_layout
3072
3073 \begin_layout Standard
3074 \noindent
3075 \align center
3076 \begin_inset Tabular
3077 <lyxtabular version="3" rows="3" columns="2">
3078 <features tabularvalignment="middle">
3079 <column alignment="center" valignment="top" width="0">
3080 <column alignment="center" valignment="top" width="0">
3081 <row>
3082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3083 \begin_inset Text
3084
3085 \begin_layout Plain Layout
3086 Comando
3087 \end_layout
3088
3089 \end_inset
3090 </cell>
3091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3092 \begin_inset Text
3093
3094 \begin_layout Plain Layout
3095 Resultado
3096 \end_layout
3097
3098 \end_inset
3099 </cell>
3100 </row>
3101 <row>
3102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3103 \begin_inset Text
3104
3105 \begin_layout Plain Layout
3106
3107 \backslash
3108 cases
3109 \begin_inset ERT
3110 status collapsed
3111
3112 \begin_layout Plain Layout
3113
3114
3115 \backslash
3116 spce 
3117 \end_layout
3118
3119 \end_inset
3120
3121 A
3122 \begin_inset Formula $\to$
3123 \end_inset
3124
3125 B>0
3126 \begin_inset Index idx
3127 status collapsed
3128
3129 \begin_layout Plain Layout
3130 Comandos ! C ! 
3131 \backslash
3132 cases
3133 \end_layout
3134
3135 \end_inset
3136
3137
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146 \begin_inset Formula $\begin{cases}
3147 A & B>0\end{cases}$
3148 \end_inset
3149
3150
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 </row>
3156 <row>
3157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Plain Layout
3161
3162 \backslash
3163 cases
3164 \begin_inset ERT
3165 status collapsed
3166
3167 \begin_layout Plain Layout
3168
3169
3170 \backslash
3171 spce 
3172 \end_layout
3173
3174 \end_inset
3175
3176
3177 \family sans
3178 Ctrl+Entrar
3179 \end_layout
3180
3181 \end_inset
3182 </cell>
3183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187 \begin_inset Formula $\begin{cases}
3188 A & \textrm{para }x>0\\
3189 B & \textrm{para }x=0
3190 \end{cases}$
3191 \end_inset
3192
3193
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 </row>
3199 </lyxtabular>
3200
3201 \end_inset
3202
3203
3204 \end_layout
3205
3206 \begin_layout Standard
3207 Después de insertar 
3208 \series bold
3209
3210 \backslash
3211 cases
3212 \series default
3213  o usar el botón 
3214 \begin_inset Graphics
3215         filename ../../images/math/cases.png
3216         scale 85
3217
3218 \end_inset
3219
3220  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3221 \family sans
3222 Ctrl+Entrar
3223 \family default
3224  o con el botón
3225 \family sans
3226  
3227 \family default
3228
3229 \begin_inset Graphics
3230         filename ../../images/tabular-feature_append-row.png
3231         scale 85
3232
3233 \end_inset
3234
3235  de la barra de cuadros.
3236 \end_layout
3237
3238 \begin_layout Standard
3239 El comando 
3240 \series bold
3241
3242 \backslash
3243 cases
3244 \series default
3245  también está disponible en el menú 
3246 \family sans
3247 Insertar\SpecialChar \menuseparator
3248 Ecuación\SpecialChar \menuseparator
3249 Entorno casos
3250 \family default
3251 .
3252 \end_layout
3253
3254 \begin_layout Subsection
3255 Negaciones
3256 \begin_inset Index idx
3257 status collapsed
3258
3259 \begin_layout Plain Layout
3260 Negaciones
3261 \end_layout
3262
3263 \end_inset
3264
3265
3266 \end_layout
3267
3268 \begin_layout Standard
3269 Con el comando 
3270 \series bold
3271
3272 \backslash
3273 not
3274 \series default
3275
3276 \begin_inset Index idx
3277 status collapsed
3278
3279 \begin_layout Plain Layout
3280 Comandos ! N ! 
3281 \backslash
3282 not
3283 \end_layout
3284
3285 \end_inset
3286
3287  todo carácter se puede mostrar cancelado.
3288  Los caracteres son casi tachados con una barra inclinada.
3289 \end_layout
3290
3291 \begin_layout Standard
3292 \noindent
3293 \align center
3294 \begin_inset Tabular
3295 <lyxtabular version="3" rows="4" columns="2">
3296 <features tabularvalignment="middle">
3297 <column alignment="center" valignment="top" width="0">
3298 <column alignment="center" valignment="top" width="0">
3299 <row>
3300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304 Comando
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Plain Layout
3313 Resultado
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 </row>
3319 <row>
3320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324
3325 \backslash
3326 not=
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335 \begin_inset Formula $\not=$
3336 \end_inset
3337
3338
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 </row>
3344 <row>
3345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349
3350 \backslash
3351 not 
3352 \backslash
3353 le
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362 \begin_inset Formula $\not\le$
3363 \end_inset
3364
3365
3366 \end_layout
3367
3368 \end_inset
3369 </cell>
3370 </row>
3371 <row>
3372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376
3377 \backslash
3378 not 
3379 \backslash
3380 parallel
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389 \begin_inset Formula $\not\parallel$
3390 \end_inset
3391
3392
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 </row>
3398 </lyxtabular>
3399
3400 \end_inset
3401
3402
3403 \end_layout
3404
3405 \begin_layout Standard
3406 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3407  Por tanto para algunas negaciones hay comandos especiales (véase 
3408 \begin_inset CommandInset ref
3409 LatexCommand ref
3410 reference "sub:Símbolos-matemáticos"
3411
3412 \end_inset
3413
3414  y 
3415 \begin_inset CommandInset ref
3416 LatexCommand ref
3417 reference "sec:Relaciones"
3418
3419 \end_inset
3420
3421 ).
3422 \end_layout
3423
3424 \begin_layout Subsection
3425 Espacios reservados 
3426 \begin_inset CommandInset label
3427 LatexCommand label
3428 name "sub:Espacios-reservados"
3429
3430 \end_inset
3431
3432
3433 \begin_inset Index idx
3434 status collapsed
3435
3436 \begin_layout Plain Layout
3437 Espacios reservados
3438 \end_layout
3439
3440 \end_inset
3441
3442
3443 \begin_inset Index idx
3444 status collapsed
3445
3446 \begin_layout Plain Layout
3447 Química ! isótopos
3448 \end_layout
3449
3450 \end_inset
3451
3452
3453 \begin_inset Index idx
3454 status collapsed
3455
3456 \begin_layout Plain Layout
3457 Isótopos|see
3458 \begin_inset ERT
3459 status collapsed
3460
3461 \begin_layout Plain Layout
3462
3463 {
3464 \end_layout
3465
3466 \end_inset
3467
3468 Química
3469 \begin_inset ERT
3470 status collapsed
3471
3472 \begin_layout Plain Layout
3473
3474 }
3475 \end_layout
3476
3477 \end_inset
3478
3479
3480 \end_layout
3481
3482 \end_inset
3483
3484
3485 \end_layout
3486
3487 \begin_layout Standard
3488 En la presentación de, p.
3489 \begin_inset space \thinspace{}
3490 \end_inset
3491
3492 e., isótopos,
3493 \begin_inset Foot
3494 status collapsed
3495
3496 \begin_layout Plain Layout
3497 Más sobre símbolos químicos en 
3498 \begin_inset CommandInset ref
3499 LatexCommand ref
3500 reference "sub:Símbolos-y-ecuaciones-químicas"
3501
3502 \end_inset
3503
3504
3505 \end_layout
3506
3507 \end_inset
3508
3509  surge el problema siguiente:
3510 \end_layout
3511
3512 \begin_layout Standard
3513 \noindent
3514 \align center
3515 \begin_inset Tabular
3516 <lyxtabular version="3" rows="2" columns="2">
3517 <features tabularvalignment="middle">
3518 <column alignment="center" valignment="top" width="0">
3519 <column alignment="center" valignment="top" width="0">
3520 <row>
3521 <cell alignment="center" valignment="top" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 Índices generados con sub- y superíndices:
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3535 \end_inset
3536
3537
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 </row>
3543 <row>
3544 <cell alignment="center" valignment="top" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 Índices correctos:
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3558 \end_inset
3559
3560
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 </row>
3566 </lyxtabular>
3567
3568 \end_inset
3569
3570
3571 \begin_inset Note Note
3572 status collapsed
3573
3574 \begin_layout Plain Layout
3575
3576 \series bold
3577
3578 \backslash
3579 raisebox
3580 \series default
3581  se usa sólo como espaciador
3582 \end_layout
3583
3584 \end_inset
3585
3586
3587 \end_layout
3588
3589 \begin_layout Standard
3590 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3591  del índice más largo.
3592  Para evitarlo está el comando 
3593 \series bold
3594
3595 \backslash
3596 phantom
3597 \series default
3598
3599 \begin_inset Index idx
3600 status collapsed
3601
3602 \begin_layout Plain Layout
3603 Comandos ! P ! 
3604 \backslash
3605 phantom
3606 \end_layout
3607
3608 \end_inset
3609
3610  o el botón 
3611 \begin_inset space ~
3612 \end_inset
3613
3614
3615 \begin_inset Graphics
3616         filename ../../images/math/phantom.png
3617         scale 85
3618
3619 \end_inset
3620
3621  del submenú de espaciado de ecuaciones
3622 \begin_inset Foot
3623 status collapsed
3624
3625 \begin_layout Plain Layout
3626 Botón 
3627 \begin_inset Graphics
3628         filename ../../images/math/space.png
3629         scale 85
3630
3631 \end_inset
3632
3633  de la barra de ecuaciones
3634 \end_layout
3635
3636 \end_inset
3637
3638 , que genera uno o más espacios reservados.
3639  Al insertar 
3640 \series bold
3641
3642 \backslash
3643 phantom
3644 \series default
3645  aparece un pequeño marco azul con dos flechas rojas superpuestas
3646 \begin_inset Formula $\phantom{}$
3647 \end_inset
3648
3649 .
3650  Las flechas indican que se reservará un espacio equivalente a la anchura
3651  y altura totales del contenido del marco.
3652  Los espacios reservados son correspondientes al tamaño de los caracteres.
3653 \end_layout
3654
3655 \begin_layout Standard
3656 \noindent
3657 \align center
3658 \begin_inset Tabular
3659 <lyxtabular version="3" rows="4" columns="2">
3660 <features tabularvalignment="middle">
3661 <column alignment="center" valignment="top" width="0">
3662 <column alignment="center" valignment="top" width="0">
3663 <row>
3664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668 Comando
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 Resultado
3678 \begin_inset Note Note
3679 status collapsed
3680
3681 \begin_layout Plain Layout
3682
3683 \series bold
3684
3685 \backslash
3686 raisebox
3687 \series default
3688  se usa sólo como espaciador
3689 \end_layout
3690
3691 \end_inset
3692
3693
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 </row>
3699 <row>
3700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 ^19
3705 \begin_inset ERT
3706 status collapsed
3707
3708 \begin_layout Plain Layout
3709
3710
3711 \backslash
3712 spce 
3713 \end_layout
3714
3715 \end_inset
3716
3717 _
3718 \backslash
3719 phantom
3720 \begin_inset ERT
3721 status collapsed
3722
3723 \begin_layout Plain Layout
3724
3725
3726 \backslash
3727 spce 
3728 \end_layout
3729
3730 \end_inset
3731
3732 1
3733 \begin_inset Formula $\rightarrow$
3734 \end_inset
3735
3736 9
3737 \begin_inset ERT
3738 status collapsed
3739
3740 \begin_layout Plain Layout
3741
3742
3743 \backslash
3744 spce 
3745 \end_layout
3746
3747 \end_inset
3748
3749 F
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3759 \end_inset
3760
3761
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 </row>
3767 <row>
3768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772 ^235
3773 \begin_inset ERT
3774 status collapsed
3775
3776 \begin_layout Plain Layout
3777
3778
3779 \backslash
3780 spce 
3781 \end_layout
3782
3783 \end_inset
3784
3785 _
3786 \backslash
3787 phantom
3788 \begin_inset ERT
3789 status collapsed
3790
3791 \begin_layout Plain Layout
3792
3793
3794 \backslash
3795 spce 
3796 \end_layout
3797
3798 \end_inset
3799
3800 23
3801 \begin_inset Formula $\rightarrow$
3802 \end_inset
3803
3804 9
3805 \begin_inset ERT
3806 status collapsed
3807
3808 \begin_layout Plain Layout
3809
3810
3811 \backslash
3812 spce 
3813 \end_layout
3814
3815 \end_inset
3816
3817 F
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3827 \end_inset
3828
3829
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 </row>
3835 <row>
3836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840
3841 \backslash
3842 Lambda^
3843 \begin_inset ERT
3844 status collapsed
3845
3846 \begin_layout Plain Layout
3847
3848
3849 \backslash
3850 spce 
3851 \end_layout
3852
3853 \end_inset
3854
3855
3856 \backslash
3857 phantom
3858 \begin_inset ERT
3859 status collapsed
3860
3861 \begin_layout Plain Layout
3862
3863
3864 \backslash
3865 spce 
3866 \end_layout
3867
3868 \end_inset
3869
3870 ii
3871 \begin_inset Formula $\rightarrow$
3872 \end_inset
3873
3874 t
3875 \begin_inset ERT
3876 status collapsed
3877
3878 \begin_layout Plain Layout
3879
3880
3881 \backslash
3882 spce 
3883 \end_layout
3884
3885 \end_inset
3886
3887 _MMt
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3897 \end_inset
3898
3899
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 </row>
3905 </lyxtabular>
3906
3907 \end_inset
3908
3909
3910 \end_layout
3911
3912 \begin_layout Standard
3913 Además hay los comandos 
3914 \series bold
3915
3916 \backslash
3917 vphantom
3918 \series default
3919
3920 \begin_inset Index idx
3921 status collapsed
3922
3923 \begin_layout Plain Layout
3924 Comandos ! V ! 
3925 \backslash
3926 vphantom
3927 \end_layout
3928
3929 \end_inset
3930
3931  (botón 
3932 \begin_inset space ~
3933 \end_inset
3934
3935
3936 \begin_inset Graphics
3937         filename ../../images/math/vphantom.png
3938         scale 85
3939
3940 \end_inset
3941
3942 ) y 
3943 \series bold
3944
3945 \backslash
3946 hphantom
3947 \series default
3948
3949 \begin_inset Index idx
3950 status collapsed
3951
3952 \begin_layout Plain Layout
3953 Comandos ! H ! 
3954 \backslash
3955 hphantom
3956 \end_layout
3957
3958 \end_inset
3959
3960  (botón 
3961 \begin_inset space ~
3962 \end_inset
3963
3964
3965 \begin_inset Graphics
3966         filename ../../images/math/hphantom.png
3967         scale 85
3968
3969 \end_inset
3970
3971 ).
3972  
3973 \series bold
3974
3975 \backslash
3976 hphantom
3977 \series default
3978  genera espacio en el marco sólo para la altura máxima de los caracteres,
3979  no para su anchura.
3980  
3981 \series bold
3982
3983 \backslash
3984 vphantom
3985 \series default
3986  genera espacio sólo para la anchura del contenido del marco.
3987  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3988 \end_layout
3989
3990 \begin_layout Standard
3991 Por ejemplo, 
3992 \series bold
3993
3994 \backslash
3995 vphantom
3996 \series default
3997
3998 \begin_inset ERT
3999 status collapsed
4000
4001 \begin_layout Plain Layout
4002
4003
4004 \backslash
4005 spce 
4006 \end_layout
4007
4008 \end_inset
4009
4010
4011 \series bold
4012 a
4013 \backslash
4014 int
4015 \series default
4016  genera espacio de la altura del signo de la integral,
4017 \begin_inset Foot
4018 status collapsed
4019
4020 \begin_layout Plain Layout
4021 El comando 
4022 \series bold
4023
4024 \backslash
4025 int
4026 \series default
4027  genera un signo de integral, véase 
4028 \begin_inset CommandInset ref
4029 LatexCommand ref
4030 reference "sub:Operadores-grandes"
4031
4032 \end_inset
4033
4034
4035 \end_layout
4036
4037 \end_inset
4038
4039  porque este es el carácter más largo.
4040  En la 
4041 \begin_inset CommandInset ref
4042 LatexCommand ref
4043 reference "sub:Delimitadores-multilínea"
4044
4045 \end_inset
4046
4047  hay un ejemplo de aplicación.
4048 \end_layout
4049
4050 \begin_layout Standard
4051 Los espacios reservados también se pueden usar para un texto cuando se insertan
4052  mediante el menú 
4053 \family sans
4054 Insertar\SpecialChar \menuseparator
4055 Formato\SpecialChar \menuseparator
4056 Fantasma
4057 \family default
4058 :
4059 \end_layout
4060
4061 \begin_layout Standard
4062 Esto es una frase.
4063 \begin_inset Newline newline
4064 \end_inset
4065
4066
4067 \begin_inset Phantom Phantom
4068 status open
4069
4070 \begin_layout Plain Layout
4071 Esto
4072 \end_layout
4073
4074 \end_inset
4075
4076  es una frase.
4077 \end_layout
4078
4079 \begin_layout Subsection
4080 Líneas
4081 \begin_inset Index idx
4082 status collapsed
4083
4084 \begin_layout Plain Layout
4085 Lineas@Líneas
4086 \end_layout
4087
4088 \end_inset
4089
4090
4091 \begin_inset Index idx
4092 status collapsed
4093
4094 \begin_layout Plain Layout
4095 Ecuación ! sub- o superrayada
4096 \end_layout
4097
4098 \end_inset
4099
4100
4101 \end_layout
4102
4103 \begin_layout Standard
4104 \noindent
4105 \align center
4106 \begin_inset Tabular
4107 <lyxtabular version="3" rows="4" columns="2">
4108 <features tabularvalignment="middle">
4109 <column alignment="center" valignment="top" width="0">
4110 <column alignment="center" valignment="top" width="0">
4111 <row>
4112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116 Comando
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125 Resultado
4126 \begin_inset Note Note
4127 status collapsed
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132
4133 \backslash
4134 raisebox
4135 \series default
4136  se usa sólo como espaciador
4137 \end_layout
4138
4139 \end_inset
4140
4141
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 </row>
4147 <row>
4148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152
4153 \backslash
4154 overline
4155 \begin_inset ERT
4156 status collapsed
4157
4158 \begin_layout Plain Layout
4159
4160
4161 \backslash
4162 spce 
4163 \end_layout
4164
4165 \end_inset
4166
4167 A+B
4168 \begin_inset Index idx
4169 status collapsed
4170
4171 \begin_layout Plain Layout
4172 Comandos ! O ! 
4173 \backslash
4174 overline
4175 \end_layout
4176
4177 \end_inset
4178
4179
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4189 \end_inset
4190
4191
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 </row>
4197 <row>
4198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202
4203 \backslash
4204 underline
4205 \begin_inset ERT
4206 status collapsed
4207
4208 \begin_layout Plain Layout
4209
4210
4211 \backslash
4212 spce 
4213 \end_layout
4214
4215 \end_inset
4216
4217 A+B
4218 \begin_inset Index idx
4219 status collapsed
4220
4221 \begin_layout Plain Layout
4222 Comandos ! U ! 
4223 \backslash
4224 underline
4225 \end_layout
4226
4227 \end_inset
4228
4229
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4239 \end_inset
4240
4241
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 </row>
4247 <row>
4248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252
4253 \backslash
4254 overline
4255 \begin_inset ERT
4256 status collapsed
4257
4258 \begin_layout Plain Layout
4259
4260
4261 \backslash
4262 spce 
4263 \end_layout
4264
4265 \end_inset
4266
4267
4268 \backslash
4269 underline
4270 \begin_inset ERT
4271 status collapsed
4272
4273 \begin_layout Plain Layout
4274
4275
4276 \backslash
4277 spce 
4278 \end_layout
4279
4280 \end_inset
4281
4282 A+B
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4292 \end_inset
4293
4294
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 </row>
4300 </lyxtabular>
4301
4302 \end_inset
4303
4304
4305 \end_layout
4306
4307 \begin_layout Standard
4308 En el último ejemplo es indiferente poner primero 
4309 \series bold
4310
4311 \backslash
4312 overline
4313 \series default
4314  o 
4315 \series bold
4316
4317 \backslash
4318 underline
4319 \series default
4320 .
4321 \end_layout
4322
4323 \begin_layout Standard
4324 Para poner doble subrayado, p.
4325 \begin_inset space \thinspace{}
4326 \end_inset
4327
4328 e.
4329  en resultados, se usa 
4330 \series bold
4331
4332 \backslash
4333 underline
4334 \series default
4335  dos veces.
4336 \end_layout
4337
4338 \begin_layout Standard
4339 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4340 \begin_inset VSpace bigskip
4341 \end_inset
4342
4343 Se pueden crear líneas personalizadas con el comando 
4344 \series bold
4345
4346 \backslash
4347 rule
4348 \series default
4349
4350 \begin_inset Index idx
4351 status collapsed
4352
4353 \begin_layout Plain Layout
4354 Comandos ! R ! 
4355 \backslash
4356 rule
4357 \end_layout
4358
4359 \end_inset
4360
4361  con el esquema siguiente:
4362 \end_layout
4363
4364 \begin_layout Standard
4365
4366 \series bold
4367
4368 \backslash
4369 rule[hueco vertical]{longitud}{grosor}
4370 \end_layout
4371
4372 \begin_layout Standard
4373 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4374  si el valor es negativo).
4375  Las unidades disponibles para los valores están listadas en
4376 \begin_inset space ~
4377 \end_inset
4378
4379
4380 \begin_inset CommandInset ref
4381 LatexCommand ref
4382 reference "tab:Unidades-disponibles"
4383
4384 \end_inset
4385
4386 .
4387  A continuación hay dos ejemplos de líneas creadas con los comandos
4388 \series bold
4389
4390 \begin_inset Newline newline
4391 \end_inset
4392
4393
4394 \backslash
4395 rule[-2ex]{3cm}{2pt}
4396 \series default
4397  y 
4398 \series bold
4399
4400 \backslash
4401 rule{2cm}{1pt}
4402 \series default
4403 :
4404 \end_layout
4405
4406 \begin_layout Standard
4407 Esto es una frase 
4408 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4409 \end_inset
4410
4411  con dos líneas.
4412 \end_layout
4413
4414 \begin_layout Standard
4415
4416 \series bold
4417
4418 \backslash
4419 rule
4420 \series default
4421  también se puede usar para texto insertando una línea mediante el menú
4422  
4423 \family sans
4424 Insertar\SpecialChar \menuseparator
4425 Formato\SpecialChar \menuseparator
4426 Línea horizontal
4427 \family default
4428 :
4429 \end_layout
4430
4431 \begin_layout Standard
4432 Esto es una frase 
4433 \begin_inset CommandInset line
4434 LatexCommand rule
4435 offset "0.5ex"
4436 width "3cm"
4437 height "1pt"
4438
4439 \end_inset
4440
4441  con una línea insertada.
4442 \end_layout
4443
4444 \begin_layout Subsection
4445 Puntos
4446 \begin_inset CommandInset label
4447 LatexCommand label
4448 name "sub:Puntos"
4449
4450 \end_inset
4451
4452
4453 \begin_inset Index idx
4454 status collapsed
4455
4456 \begin_layout Plain Layout
4457 Puntos
4458 \end_layout
4459
4460 \end_inset
4461
4462
4463 \end_layout
4464
4465 \begin_layout Standard
4466 Hay distintos tipos de puntos disponibles.
4467 \begin_inset Foot
4468 status open
4469
4470 \begin_layout Plain Layout
4471 En la barra de herramientas de ecuaciones, en el panel del botón 
4472 \begin_inset Graphics
4473         filename ../../images/math/ldots.png
4474         scale 85
4475
4476 \end_inset
4477
4478 .
4479 \end_layout
4480
4481 \end_inset
4482
4483  Para continuación en enumeraciones se usan puntos bajos, (
4484 \series bold
4485
4486 \backslash
4487 ldots
4488 \series default
4489
4490 \begin_inset Index idx
4491 status collapsed
4492
4493 \begin_layout Plain Layout
4494 Comandos ! L ! 
4495 \backslash
4496 ldots
4497 \end_layout
4498
4499 \end_inset
4500
4501 ), mientras que para operaciones se usan puntos centrados a la misma altura
4502  que los operadores, (
4503 \series bold
4504
4505 \backslash
4506 cdots
4507 \series default
4508
4509 \begin_inset Index idx
4510 status collapsed
4511
4512 \begin_layout Plain Layout
4513 Comandos ! C ! 
4514 \backslash
4515 cdots
4516 \end_layout
4517
4518 \end_inset
4519
4520 ).
4521  Si se usa el comando 
4522 \series bold
4523
4524 \backslash
4525 dots
4526 \series default
4527
4528 \begin_inset Index idx
4529 status collapsed
4530
4531 \begin_layout Plain Layout
4532 Comandos ! D ! 
4533 \backslash
4534 dots
4535 \end_layout
4536
4537 \end_inset
4538
4539 , LaTeX decide el tipo a usar en función del carácter siguiente.
4540 \end_layout
4541
4542 \begin_layout Standard
4543 \align center
4544 \begin_inset Tabular
4545 <lyxtabular version="3" rows="9" columns="2">
4546 <features tabularvalignment="middle">
4547 <column alignment="center" valignment="top" width="0pt">
4548 <column alignment="center" valignment="top" width="0pt">
4549 <row>
4550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 Comando
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563 Resultado
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 </row>
4569 <row>
4570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 A_1
4575 \begin_inset ERT
4576 status collapsed
4577
4578 \begin_layout Plain Layout
4579
4580
4581 \backslash
4582 spce 
4583 \end_layout
4584
4585 \end_inset
4586
4587 ,
4588 \backslash
4589 dots
4590 \begin_inset ERT
4591 status collapsed
4592
4593 \begin_layout Plain Layout
4594
4595
4596 \backslash
4597 spce 
4598 \end_layout
4599
4600 \end_inset
4601
4602 ,A_n
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 \begin_inset Formula $A_{1},\dots,A_{n}$
4612 \end_inset
4613
4614
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 </row>
4620 <row>
4621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625 A_1
4626 \begin_inset ERT
4627 status collapsed
4628
4629 \begin_layout Plain Layout
4630
4631
4632 \backslash
4633 spce 
4634 \end_layout
4635
4636 \end_inset
4637
4638 +
4639 \backslash
4640 dots
4641 \begin_inset ERT
4642 status collapsed
4643
4644 \begin_layout Plain Layout
4645
4646
4647 \backslash
4648 spce 
4649 \end_layout
4650
4651 \end_inset
4652
4653 +A_n
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 \begin_inset Formula $A_{1}+\dots+A_{n}$
4663 \end_inset
4664
4665
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 </row>
4671 <row>
4672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 A_1
4677 \begin_inset ERT
4678 status collapsed
4679
4680 \begin_layout Plain Layout
4681
4682
4683 \backslash
4684 spce 
4685 \end_layout
4686
4687 \end_inset
4688
4689 ,
4690 \backslash
4691 ldots
4692 \begin_inset ERT
4693 status collapsed
4694
4695 \begin_layout Plain Layout
4696
4697
4698 \backslash
4699 spce 
4700 \end_layout
4701
4702 \end_inset
4703
4704 ,A_n
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 \begin_inset Formula $A_{1},\ldots,A_{n}$
4714 \end_inset
4715
4716
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 </row>
4722 <row>
4723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727 A_1
4728 \begin_inset ERT
4729 status collapsed
4730
4731 \begin_layout Plain Layout
4732
4733
4734 \backslash
4735 spce 
4736 \end_layout
4737
4738 \end_inset
4739
4740 +
4741 \backslash
4742 cdots
4743 \begin_inset ERT
4744 status collapsed
4745
4746 \begin_layout Plain Layout
4747
4748
4749 \backslash
4750 spce 
4751 \end_layout
4752
4753 \end_inset
4754
4755 +A_n
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4765 \end_inset
4766
4767
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 </row>
4773 <row>
4774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778
4779 \backslash
4780 vdots
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Plain Layout
4789 \begin_inset Formula $\vdots$
4790 \end_inset
4791
4792
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 </row>
4798 <row>
4799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803
4804 \backslash
4805 ddots
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 \begin_inset Formula $\ddots$
4815 \end_inset
4816
4817
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 </row>
4823 <row>
4824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828
4829 \backslash
4830 iddots
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839 \begin_inset Formula $\iddots$
4840 \end_inset
4841
4842
4843 \end_layout
4844
4845 \end_inset
4846 </cell>
4847 </row>
4848 <row>
4849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 Matriz
4854 \begin_inset space \thinspace{}
4855 \end_inset
4856
4857 3×3 con los distintos puntos
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 \begin_inset Formula $\begin{array}{ccc}
4867 A_{11} & \cdots & A_{1m}\\
4868 \vdots & \ddots & \vdots\\
4869 A_{n1} & \cdots & A_{nm}
4870 \end{array}$
4871 \end_inset
4872
4873
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 </row>
4879 </lyxtabular>
4880
4881 \end_inset
4882
4883
4884 \end_layout
4885
4886 \begin_layout Standard
4887 Los puntos suspensivos disponibles en el menú 
4888 \family sans
4889 Insertar\SpecialChar \menuseparator
4890 Carácter especial
4891 \family default
4892  son 
4893 \series bold
4894
4895 \backslash
4896 ldots
4897 \series default
4898 .
4899 \end_layout
4900
4901 \begin_layout Standard
4902 \begin_inset VSpace medskip
4903 \end_inset
4904
4905
4906 \end_layout
4907
4908 \begin_layout Standard
4909 Para usar 
4910 \series bold
4911
4912 \backslash
4913 iddots
4914 \series default
4915 , hay que marcar una de las opciones 
4916 \family sans
4917 Usar paquete mathdots (automáticamente)
4918 \family default
4919  en las 
4920 \family sans
4921 Opciones de ecuación
4922 \family default
4923  de la configuración del documento.
4924 \begin_inset Newline newline
4925 \end_inset
4926
4927 La opción 
4928 \family sans
4929 Usar paquete mathdots
4930 \family default
4931  mejorará el aspecto de todos los puntos en los documentos si su estilo
4932  o tamaño de tipografía no son los predeterminados.
4933 \end_layout
4934
4935 \begin_layout Standard
4936 \begin_inset VSpace medskip
4937 \end_inset
4938
4939 Hay puntos específicos para matrices que se extienden por varias columnas.
4940  Se generan con el comando 
4941 \series bold
4942
4943 \backslash
4944 hdotsfor
4945 \series default
4946
4947 \begin_inset Index idx
4948 status collapsed
4949
4950 \begin_layout Plain Layout
4951 Comandos ! H ! 
4952 \backslash
4953 hdotsfor
4954 \end_layout
4955
4956 \end_inset
4957
4958 , que tiene el siguiente esquema:
4959 \end_layout
4960
4961 \begin_layout Standard
4962
4963 \series bold
4964
4965 \backslash
4966 hdotsfor[distancia]{número de columnas}
4967 \end_layout
4968
4969 \begin_layout Standard
4970 Número de columnas especifica cuántas columnas deben abarcarse.
4971  Distancia es un factor para la separación entre los puntos.
4972 \end_layout
4973
4974 \begin_layout Standard
4975 En la siguiente matriz se ha insertado el comando 
4976 \series bold
4977
4978 \backslash
4979 hdotsfor[2]{4}
4980 \series default
4981  en el primer recuadro de la segunda línea para obtener puntos separados
4982  una distancia equivalente a dos veces la del comando 
4983 \series bold
4984
4985 \backslash
4986 dots
4987 \series default
4988 .
4989 \begin_inset Formula 
4990 \[
4991 \left(\begin{array}{cccc}
4992 A & B & C & D\\
4993 \hdotsfor[2]{4}\\
4994 q & w & e & r
4995 \end{array}\right)
4996 \]
4997
4998 \end_inset
4999
5000
5001 \end_layout
5002
5003 \begin_layout Standard
5004 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
5005  de lo contrario se producen errores de LaTeX.
5006 \end_layout
5007
5008 \begin_layout Standard
5009 \begin_inset VSpace bigskip
5010 \end_inset
5011
5012
5013 \end_layout
5014
5015 \begin_layout Standard
5016 Además, con el comando 
5017 \series bold
5018
5019 \backslash
5020 dotfill
5021 \series default
5022
5023 \begin_inset Index idx
5024 status collapsed
5025
5026 \begin_layout Plain Layout
5027 Comandos ! D ! 
5028 \backslash
5029 dotfill
5030 \end_layout
5031
5032 \end_inset
5033
5034  puedes completar con puntos una línea.
5035  El efecto de este tipo de comandos es como el de 
5036 \series bold
5037
5038 \backslash
5039 hfill
5040 \series default
5041 , véase 
5042 \begin_inset CommandInset ref
5043 LatexCommand ref
5044 reference "sub:Espacio-variable"
5045
5046 \end_inset
5047
5048 .
5049 \end_layout
5050
5051 \begin_layout Standard
5052 Por ejemplo el comando 
5053 \series bold
5054 A
5055 \backslash
5056 dotfill
5057 \series default
5058
5059 \begin_inset ERT
5060 status collapsed
5061
5062 \begin_layout Plain Layout
5063
5064
5065 \backslash
5066 spce 
5067 \end_layout
5068
5069 \end_inset
5070
5071
5072 \series bold
5073 B
5074 \series default
5075  genera
5076 \end_layout
5077
5078 \begin_layout Standard
5079 \begin_inset Formula $A\dotfill B$
5080 \end_inset
5081
5082
5083 \end_layout
5084
5085 \begin_layout Standard
5086 Un comando análogo a 
5087 \series bold
5088
5089 \backslash
5090 dotfill
5091 \series default
5092  para rellenar con una línea es 
5093 \series bold
5094
5095 \backslash
5096 hrulefill
5097 \series default
5098
5099 \begin_inset Index idx
5100 status collapsed
5101
5102 \begin_layout Plain Layout
5103 Comandos ! H ! 
5104 \backslash
5105 hrulefill
5106 \end_layout
5107
5108 \end_inset
5109
5110 :
5111 \end_layout
5112
5113 \begin_layout Standard
5114 \begin_inset Formula $A\hrulefill B$
5115 \end_inset
5116
5117
5118 \end_layout
5119
5120 \begin_layout Standard
5121 Para usar estos comandos en el texto, deben insertarse en modo TeX.
5122 \end_layout
5123
5124 \begin_layout Section
5125 Matrices
5126 \begin_inset CommandInset label
5127 LatexCommand label
5128 name "sec:Matrices"
5129
5130 \end_inset
5131
5132
5133 \begin_inset Index idx
5134 status collapsed
5135
5136 \begin_layout Plain Layout
5137 Matrices
5138 \end_layout
5139
5140 \end_inset
5141
5142
5143 \end_layout
5144
5145 \begin_layout Standard
5146 Se pueden insertar con el botón 
5147 \begin_inset Graphics
5148         filename ../../images/dialog-show_mathmatrix.png
5149         scale 85
5150
5151 \end_inset
5152
5153  de la barra de ecuaciones o con el menú 
5154 \family sans
5155 Insertar\SpecialChar \menuseparator
5156 Ecuación\SpecialChar \menuseparator
5157 Matriz
5158 \family default
5159 .
5160  Aparece una ventana en la que se pide el número de filas y columnas, la
5161  alineación y la decoración.
5162  La alineación vertical sólo es relevante para matrices en línea:
5163 \end_layout
5164
5165 \begin_layout Standard
5166 Esta primera matriz tiene alineación superior 
5167 \begin_inset Formula $\begin{array}[t]{cccc}
5168 A & D & G & J\\
5169 B & E & H & K\\
5170 D & F & I & L
5171 \end{array}$
5172 \end_inset
5173
5174  , la segunda alineación central 
5175 \begin_inset Formula $\begin{array}{cccc}
5176 A & D & G & J\\
5177 B & E & H & K\\
5178 D & F & I & L
5179 \end{array}$
5180 \end_inset
5181
5182  , y la tercera alineación inferior 
5183 \begin_inset Formula $\begin{array}[b]{cccc}
5184 A & D & G & J\\
5185 B & E & H & K\\
5186 D & F & I & L
5187 \end{array}$
5188 \end_inset
5189
5190 .
5191 \end_layout
5192
5193 \begin_layout Standard
5194 La alineación horizontal especifica cómo deben alinearse las entradas de
5195  la columna.
5196  Se determina mediante una letra para cada columna.
5197  
5198 \emph on
5199 l
5200 \emph default
5201  indica alineación a la izquierda, 
5202 \emph on
5203 c
5204 \emph default
5205  alineación centrada y 
5206 \emph on
5207 r
5208 \emph default
5209  alineación a la derecha.
5210  Por ejemplo, para componer una matriz
5211 \begin_inset space ~
5212 \end_inset
5213
5214 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
5215  centradas y la última a la derecha, se anota 
5216 \series bold
5217 lccr
5218 \series default
5219  en la alineación horizontal.
5220  Normalmente todas las columnas de una matriz están centradas, por tanto
5221  el valor por omisión es 
5222 \series bold
5223 c
5224 \series default
5225  para todas ellas.
5226 \end_layout
5227
5228 \begin_layout Standard
5229 Alineación horizontal:
5230 \end_layout
5231
5232 \begin_layout Standard
5233
5234 \series bold
5235 lll
5236 \series default
5237  : 
5238 \begin_inset Formula $\begin{array}{lll}
5239 10000 & D & G\\
5240 B & 10000 & H\\
5241 C & F & 10000
5242 \end{array}$
5243 \end_inset
5244
5245  , 
5246 \series bold
5247 ccc 
5248 \series default
5249
5250 \begin_inset Formula $\begin{array}{ccc}
5251 10000 & D & G\\
5252 B & 10000 & H\\
5253 C & F & 10000
5254 \end{array}$
5255 \end_inset
5256
5257  
5258 \series bold
5259 ,
5260 \series default
5261  
5262 \series bold
5263 rrr 
5264 \series default
5265
5266 \begin_inset Formula $\begin{array}{rrr}
5267 10000 & D & G\\
5268 B & 10000 & H\\
5269 C & F & 10000
5270 \end{array}$
5271 \end_inset
5272
5273
5274 \end_layout
5275
5276 \begin_layout Standard
5277 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
5278  botones 
5279 \begin_inset Graphics
5280         filename ../../images/tabular-feature_append-row.png
5281         scale 85
5282
5283 \end_inset
5284
5285
5286 \begin_inset Graphics
5287         filename ../../images/tabular-feature_delete-row.png
5288         scale 85
5289
5290 \end_inset
5291
5292 , etc.
5293  de la barra de ecuaciones o el menú 
5294 \family sans
5295 Editar\SpecialChar \menuseparator
5296 Filas y columnas
5297 \family default
5298 .
5299  También se pueden añadir filas nuevas con 
5300 \family sans
5301 Ctrl+Entrar
5302 \family default
5303 .
5304 \end_layout
5305
5306 \begin_layout Standard
5307 \begin_inset VSpace bigskip
5308 \end_inset
5309
5310
5311 \end_layout
5312
5313 \begin_layout Standard
5314 La 
5315 \family sans
5316 Decoración
5317 \family default
5318  añade paréntesis en el estilo seleccionado alrededor de la matriz.
5319  Alternativamente, se pueden generar paréntesis con los comandos 
5320 \series bold
5321
5322 \backslash
5323 left
5324 \series default
5325
5326 \begin_inset Index idx
5327 status collapsed
5328
5329 \begin_layout Plain Layout
5330 Comandos ! L ! 
5331 \backslash
5332 left
5333 \end_layout
5334
5335 \end_inset
5336
5337  y 
5338 \series bold
5339
5340 \backslash
5341 right
5342 \series default
5343
5344 \begin_inset Index idx
5345 status collapsed
5346
5347 \begin_layout Plain Layout
5348 Comandos ! R ! 
5349 \backslash
5350 right
5351 \end_layout
5352
5353 \end_inset
5354
5355  (atajo 
5356 \family sans
5357 Alt+M
5358 \begin_inset space ~
5359 \end_inset
5360
5361 Paréntesis
5362 \family default
5363 ), véase 
5364 \begin_inset CommandInset ref
5365 LatexCommand ref
5366 reference "sub:Tamaño-automático-de"
5367
5368 \end_inset
5369
5370 , o usando los comandos siguientes:
5371 \end_layout
5372
5373 \begin_layout Standard
5374 \begin_inset VSpace medskip
5375 \end_inset
5376
5377
5378 \end_layout
5379
5380 \begin_layout Standard
5381 \begin_inset space \hfill{}
5382 \end_inset
5383
5384
5385 \begin_inset Tabular
5386 <lyxtabular version="3" rows="4" columns="2">
5387 <features tabularvalignment="middle">
5388 <column alignment="center" valignment="top" width="0">
5389 <column alignment="center" valignment="top" width="0">
5390 <row>
5391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395 Comando
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404 Resultado
5405 \begin_inset Note Note
5406 status collapsed
5407
5408 \begin_layout Plain Layout
5409
5410 \series bold
5411
5412 \backslash
5413 raisebox
5414 \series default
5415  se usa sólo como espaciador
5416 \end_layout
5417
5418 \end_inset
5419
5420
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 </row>
5426 <row>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431
5432 \backslash
5433 bmatrix
5434 \begin_inset ERT
5435 status collapsed
5436
5437 \begin_layout Plain Layout
5438
5439
5440 \backslash
5441 spce 
5442 \end_layout
5443
5444 \end_inset
5445
5446 2
5447 \series bold
5448 ×
5449 \series default
5450 2
5451 \begin_inset space \thinspace{}
5452 \end_inset
5453
5454 matriz
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5464 0 & \textrm{-}\mathrm{i}\\
5465 \mathrm{i} & 0
5466 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5467 \end_inset
5468
5469
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 </row>
5475 <row>
5476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480
5481 \backslash
5482 Bmatrix
5483 \begin_inset ERT
5484 status collapsed
5485
5486 \begin_layout Plain Layout
5487
5488
5489 \backslash
5490 spce 
5491 \end_layout
5492
5493 \end_inset
5494
5495 2×2
5496 \begin_inset space \thinspace{}
5497 \end_inset
5498
5499 matriz
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5509 0 & \textrm{-}\mathrm{i}\\
5510 \mathrm{i} & 0
5511 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5512 \end_inset
5513
5514
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 </row>
5520 <row>
5521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525
5526 \backslash
5527 pmatrix
5528 \begin_inset ERT
5529 status collapsed
5530
5531 \begin_layout Plain Layout
5532
5533
5534 \backslash
5535 spce 
5536 \end_layout
5537
5538 \end_inset
5539
5540 2
5541 \series bold
5542 ×
5543 \series default
5544 2
5545 \begin_inset space \thinspace{}
5546 \end_inset
5547
5548 matriz
5549 \end_layout
5550
5551 \end_inset
5552 </cell>
5553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5554 \begin_inset Text
5555
5556 \begin_layout Plain Layout
5557 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5558 0 & \textrm{-}\mathrm{i}\\
5559 \mathrm{i} & 0
5560 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5561 \end_inset
5562
5563
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 </row>
5569 </lyxtabular>
5570
5571 \end_inset
5572
5573
5574 \begin_inset space \hfill{}
5575 \end_inset
5576
5577
5578 \begin_inset Tabular
5579 <lyxtabular version="3" rows="4" columns="2">
5580 <features tabularvalignment="middle">
5581 <column alignment="center" valignment="top" width="0">
5582 <column alignment="center" valignment="top" width="0">
5583 <row>
5584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Plain Layout
5588 Comando
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 Resultado
5598 \begin_inset Note Note
5599 status collapsed
5600
5601 \begin_layout Plain Layout
5602
5603 \series bold
5604
5605 \backslash
5606 raisebox
5607 \series default
5608  se usa sólo como espaciador
5609 \end_layout
5610
5611 \end_inset
5612
5613
5614 \end_layout
5615
5616 \end_inset
5617 </cell>
5618 </row>
5619 <row>
5620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624
5625 \backslash
5626 vmatrix
5627 \begin_inset ERT
5628 status collapsed
5629
5630 \begin_layout Plain Layout
5631
5632
5633 \backslash
5634 spce 
5635 \end_layout
5636
5637 \end_inset
5638
5639 2
5640 \series bold
5641 ×
5642 \series default
5643 2
5644 \begin_inset space \thinspace{}
5645 \end_inset
5646
5647 matriz
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5657 0 & \textrm{-}\mathrm{i}\\
5658 \mathrm{i} & 0
5659 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5660 \end_inset
5661
5662
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 </row>
5668 <row>
5669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673
5674 \backslash
5675 Vmatrix
5676 \begin_inset ERT
5677 status collapsed
5678
5679 \begin_layout Plain Layout
5680
5681
5682 \backslash
5683 spce 
5684 \end_layout
5685
5686 \end_inset
5687
5688 2
5689 \series bold
5690 ×
5691 \series default
5692 2
5693 \begin_inset space \thinspace{}
5694 \end_inset
5695
5696 matriz
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5706 0 & \textrm{-}\mathrm{i}\\
5707 \mathrm{i} & 0
5708 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5709 \end_inset
5710
5711
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 </row>
5717 <row>
5718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722
5723 \backslash
5724 matrix
5725 \begin_inset ERT
5726 status collapsed
5727
5728 \begin_layout Plain Layout
5729
5730
5731 \backslash
5732 spce 
5733 \end_layout
5734
5735 \end_inset
5736
5737 2
5738 \series bold
5739 ×
5740 \series default
5741 2
5742 \begin_inset space \thinspace{}
5743 \end_inset
5744
5745 matriz
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5755 0 & \textrm{-}\mathrm{i}\\
5756 \mathrm{i} & 0
5757 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5758 \end_inset
5759
5760
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 </row>
5766 </lyxtabular>
5767
5768 \end_inset
5769
5770
5771 \begin_inset space \hfill{}
5772 \end_inset
5773
5774
5775 \end_layout
5776
5777 \begin_layout Standard
5778 \begin_inset VSpace medskip
5779 \end_inset
5780
5781
5782 \end_layout
5783
5784 \begin_layout Standard
5785 Cuando se inserta p.
5786 \begin_inset space \thinspace{}
5787 \end_inset
5788
5789 e.
5790 \begin_inset space ~
5791 \end_inset
5792
5793
5794 \series bold
5795
5796 \backslash
5797 vmatrix
5798 \series default
5799 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5800  la matriz.
5801 \begin_inset Newline newline
5802 \end_inset
5803
5804 Hay que tener en cuenta que las matrices decoradas ignoran el alineamiento
5805  vertical.
5806 \end_layout
5807
5808 \begin_layout Standard
5809 \begin_inset Note Greyedout
5810 status open
5811
5812 \begin_layout Plain Layout
5813
5814 \series bold
5815 Nota:
5816 \series default
5817  
5818 \lang english
5819 LaTeX limits the number of matrix columns with decorations to 10.
5820  If you need more than 10
5821 \begin_inset space ~
5822 \end_inset
5823
5824 columns, you have to add this line to the document preamble:
5825 \end_layout
5826
5827 \begin_layout Plain Layout
5828
5829 \series bold
5830 \lang english
5831
5832 \backslash
5833 setcounter{MaxMatrixCols}{number}
5834 \end_layout
5835
5836 \begin_layout Plain Layout
5837
5838 \lang english
5839 where 
5840 \emph on
5841 number
5842 \emph default
5843  is the number of columns between 11 and 99.
5844 \end_layout
5845
5846 \end_inset
5847
5848
5849 \end_layout
5850
5851 \begin_layout Standard
5852 \begin_inset VSpace bigskip
5853 \end_inset
5854
5855
5856 \end_layout
5857
5858 \begin_layout Standard
5859 Como todas las ecuaciones multilínea son matrices, la longitud 
5860 \series bold
5861
5862 \backslash
5863 arraycolsep
5864 \series default
5865
5866 \begin_inset Index idx
5867 status collapsed
5868
5869 \begin_layout Plain Layout
5870 Comandos ! A ! 
5871 \backslash
5872 arraycolsep
5873 \end_layout
5874
5875 \end_inset
5876
5877 , que se describe en 
5878 \begin_inset CommandInset ref
5879 LatexCommand ref
5880 reference "sub:Separación-de-columnas"
5881
5882 \end_inset
5883
5884 , también se puede usar para cambiar la separación de las columnas en una
5885  matriz.
5886  Para cambiar la separación de las filas, se usa el comando 
5887 \series bold
5888
5889 \backslash
5890 arraystretch
5891 \series default
5892
5893 \begin_inset Index idx
5894 status collapsed
5895
5896 \begin_layout Plain Layout
5897 Comandos ! A ! 
5898 \backslash
5899 arraystretch
5900 \end_layout
5901
5902 \end_inset
5903
5904  de la siguiente manera:
5905 \end_layout
5906
5907 \begin_layout Standard
5908
5909 \series bold
5910
5911 \backslash
5912 renewcommand{
5913 \backslash
5914 arraystretch}{factor de separación}
5915 \begin_inset Index idx
5916 status collapsed
5917
5918 \begin_layout Plain Layout
5919 Comandos ! R ! 
5920 \backslash
5921 renewcommand
5922 \end_layout
5923
5924 \end_inset
5925
5926
5927 \end_layout
5928
5929 \begin_layout Standard
5930 El comando 
5931 \series bold
5932
5933 \backslash
5934 renewcommand
5935 \series default
5936  asigna el factor de separación al comando predefinido 
5937 \series bold
5938
5939 \backslash
5940 arraystretch
5941 \series default
5942 .
5943  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5944  Además, éste se usa para todas las matrices siguientes.
5945  Para volver a la separación original, asigna factor 1 a 
5946 \series bold
5947
5948 \backslash
5949 arraystretch
5950 \series default
5951 .
5952 \end_layout
5953
5954 \begin_layout Standard
5955 Para poner matrices en línea se usa el comando 
5956 \series bold
5957
5958 \backslash
5959 smallmatrix
5960 \series default
5961
5962 \begin_inset Index idx
5963 status collapsed
5964
5965 \begin_layout Plain Layout
5966 Comandos ! S ! 
5967 \backslash
5968 smallmatrix
5969 \end_layout
5970
5971 \end_inset
5972
5973 .
5974  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5975  se inserta la matriz.
5976  
5977 \end_layout
5978
5979 \begin_layout Standard
5980 Esto es una matriz 
5981 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5982 C & D
5983 \end{smallmatrix}\right)$
5984 \end_inset
5985
5986  en línea.
5987 \end_layout
5988
5989 \begin_layout Section
5990 Delimitadores
5991 \begin_inset Index idx
5992 status collapsed
5993
5994 \begin_layout Plain Layout
5995 Delimitadores
5996 \end_layout
5997
5998 \end_inset
5999
6000
6001 \end_layout
6002
6003 \begin_layout Subsection
6004 Delimitadores verticales
6005 \begin_inset Index idx
6006 status collapsed
6007
6008 \begin_layout Plain Layout
6009 Delimitadores ! verticales
6010 \end_layout
6011
6012 \end_inset
6013
6014
6015 \end_layout
6016
6017 \begin_layout Standard
6018 \begin_inset space \hfill{}
6019 \end_inset
6020
6021
6022 \begin_inset Tabular
6023 <lyxtabular version="3" rows="9" columns="2">
6024 <features tabularvalignment="middle">
6025 <column alignment="center" valignment="top" width="0pt">
6026 <column alignment="center" valignment="top" width="0pt">
6027 <row>
6028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032 Comando
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 Resultado
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 </row>
6047 <row>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 (
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 \begin_inset Formula $($
6062 \end_inset
6063
6064
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 </row>
6070 <row>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 {
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084 \begin_inset Formula $\{$
6085 \end_inset
6086
6087
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 </row>
6093 <row>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 [
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Plain Layout
6107 \begin_inset Formula $[$
6108 \end_inset
6109
6110
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 </row>
6116 <row>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121
6122 \backslash
6123 langle
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 \begin_inset Formula $\langle$
6133 \end_inset
6134
6135
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 </row>
6141 <row>
6142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146
6147 \backslash
6148 lceil
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157 \begin_inset Formula $\lceil$
6158 \end_inset
6159
6160
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 </row>
6166 <row>
6167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171
6172 \backslash
6173 lfloor
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182 \begin_inset Formula $\lfloor$
6183 \end_inset
6184
6185
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 </row>
6191 <row>
6192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196 /
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 \begin_inset Formula $/$
6206 \end_inset
6207
6208
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 </row>
6214 <row>
6215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219 |
6220 \end_layout
6221
6222 \end_inset
6223 </cell>
6224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6225 \begin_inset Text
6226
6227 \begin_layout Plain Layout
6228 \begin_inset Formula $|$
6229 \end_inset
6230
6231
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 </row>
6237 </lyxtabular>
6238
6239 \end_inset
6240
6241
6242 \begin_inset space \hfill{}
6243 \end_inset
6244
6245
6246 \begin_inset Tabular
6247 <lyxtabular version="3" rows="9" columns="2">
6248 <features tabularvalignment="middle">
6249 <column alignment="center" valignment="top" width="0pt">
6250 <column alignment="center" valignment="top" width="0pt">
6251 <row>
6252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 Comando
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 Resultado
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 </row>
6271 <row>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 )
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 \begin_inset Formula $)$
6286 \end_inset
6287
6288
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 </row>
6294 <row>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 }
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308 \begin_inset Formula $\}$
6309 \end_inset
6310
6311
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 </row>
6317 <row>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 ]
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6328 \begin_inset Text
6329
6330 \begin_layout Plain Layout
6331 \begin_inset Formula $]$
6332 \end_inset
6333
6334
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 </row>
6340 <row>
6341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Plain Layout
6345
6346 \backslash
6347 rangle
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356 \begin_inset Formula $\rangle$
6357 \end_inset
6358
6359
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 </row>
6365 <row>
6366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370
6371 \backslash
6372 rceil
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381 \begin_inset Formula $\rceil$
6382 \end_inset
6383
6384
6385 \end_layout
6386
6387 \end_inset
6388 </cell>
6389 </row>
6390 <row>
6391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395
6396 \backslash
6397 rfloor
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 \begin_inset Formula $\rfloor$
6407 \end_inset
6408
6409
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 </row>
6415 <row>
6416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420
6421 \backslash
6422
6423 \backslash
6424
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 \begin_inset Formula $\backslash$
6434 \end_inset
6435
6436
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 </row>
6442 <row>
6443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447
6448 \backslash
6449 |
6450 \end_layout
6451
6452 \end_inset
6453 </cell>
6454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6455 \begin_inset Text
6456
6457 \begin_layout Plain Layout
6458 \begin_inset Formula $\|$
6459 \end_inset
6460
6461
6462 \end_layout
6463
6464 \end_inset
6465 </cell>
6466 </row>
6467 </lyxtabular>
6468
6469 \end_inset
6470
6471
6472 \begin_inset space \hfill{}
6473 \end_inset
6474
6475
6476 \end_layout
6477
6478 \begin_layout Standard
6479 \begin_inset Note Greyedout
6480 status open
6481
6482 \begin_layout Plain Layout
6483
6484 \series bold
6485 Nota
6486 \series default
6487 : En modo TeX hay que usar el comando 
6488 \series bold
6489
6490 \backslash
6491 textbackslash
6492 \series default
6493
6494 \begin_inset Index idx
6495 status collapsed
6496
6497 \begin_layout Plain Layout
6498 Comandos ! T ! 
6499 \backslash
6500 textbackslash
6501 \end_layout
6502
6503 \end_inset
6504
6505  para la barra invertida, porque si no el comando 
6506 \series bold
6507
6508 \backslash
6509
6510 \backslash
6511
6512 \series default
6513  genera un salto de línea.
6514 \end_layout
6515
6516 \end_inset
6517
6518
6519 \end_layout
6520
6521 \begin_layout Standard
6522 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6523  descritos en las dos subsecciones siguientes.
6524  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6525  < y > en vez de los comandos 
6526 \series bold
6527
6528 \backslash
6529 langle
6530 \series default
6531  y 
6532 \series bold
6533
6534 \backslash
6535 rangle
6536 \series default
6537 .
6538  
6539 \end_layout
6540
6541 \begin_layout Subsubsection
6542 Tamaño manual de los delimitadores
6543 \begin_inset CommandInset label
6544 LatexCommand label
6545 name "sub:Tamaño-manual-de"
6546
6547 \end_inset
6548
6549
6550 \begin_inset Index idx
6551 status collapsed
6552
6553 \begin_layout Plain Layout
6554 Delimitadores ! tamaño manual
6555 \end_layout
6556
6557 \end_inset
6558
6559
6560 \end_layout
6561
6562 \begin_layout Standard
6563 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6564  LaTeX 
6565 \series bold
6566
6567 \backslash
6568 big
6569 \series default
6570
6571 \begin_inset Index idx
6572 status collapsed
6573
6574 \begin_layout Plain Layout
6575 Comandos ! B ! 
6576 \backslash
6577 big
6578 \end_layout
6579
6580 \end_inset
6581
6582
6583 \series bold
6584
6585 \backslash
6586 Big
6587 \series default
6588
6589 \series bold
6590
6591 \backslash
6592 bigg
6593 \series default
6594 , y 
6595 \series bold
6596
6597 \backslash
6598 Bigg
6599 \series default
6600 .
6601  
6602 \series bold
6603
6604 \backslash
6605 big
6606 \series default
6607  indica el tamaño menor y 
6608 \series bold
6609
6610 \backslash
6611 Bigg
6612 \series default
6613  el mayor.
6614 \end_layout
6615
6616 \begin_layout Standard
6617 Estos comandos se usan para resaltar niveles de delimitación:
6618 \end_layout
6619
6620 \begin_layout Standard
6621 \noindent
6622 \align center
6623 \begin_inset Tabular
6624 <lyxtabular version="3" rows="2" columns="2">
6625 <features tabularvalignment="middle">
6626 <column alignment="center" valignment="top" width="0">
6627 <column alignment="center" valignment="top" width="0">
6628 <row>
6629 <cell alignment="center" valignment="top" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633 todos los delimitadores de igual tamaño:
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 <cell alignment="center" valignment="top" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Plain Layout
6642 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6643 \end_inset
6644
6645
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 </row>
6651 <row>
6652 <cell alignment="center" valignment="top" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 así tiene mejor aspecto:
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6666 \end_inset
6667
6668
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 </row>
6674 </lyxtabular>
6675
6676 \end_inset
6677
6678
6679 \begin_inset Note Note
6680 status collapsed
6681
6682 \begin_layout Plain Layout
6683
6684 \series bold
6685
6686 \backslash
6687 raisebox
6688 \series default
6689  se usa sólo como espaciador
6690 \end_layout
6691
6692 \end_inset
6693
6694
6695 \end_layout
6696
6697 \begin_layout Standard
6698 Para la segunda expresión se ha empleado el comando 
6699 \series bold
6700
6701 \backslash
6702 Big((A+B)(A-B)
6703 \backslash
6704 Big)^
6705 \series default
6706
6707 \begin_inset ERT
6708 status collapsed
6709
6710 \begin_layout Plain Layout
6711
6712
6713 \backslash
6714 spce 
6715 \end_layout
6716
6717 \end_inset
6718
6719
6720 \series bold
6721 C
6722 \series default
6723 .
6724 \end_layout
6725
6726 \begin_layout Standard
6727 He aquí una visión conjunta de todos los tamaños y delimitadores:
6728 \end_layout
6729
6730 \begin_layout Standard
6731 \noindent
6732 \align center
6733
6734 \backslash
6735 Bigg(
6736 \backslash
6737 exp
6738 \backslash
6739 bigg<
6740 \backslash
6741 Big[
6742 \backslash
6743 big{
6744 \backslash
6745 ln(3x)
6746 \backslash
6747 big}^2
6748 \begin_inset ERT
6749 status collapsed
6750
6751 \begin_layout Plain Layout
6752
6753
6754 \backslash
6755 spce 
6756 \end_layout
6757
6758 \end_inset
6759
6760
6761 \backslash
6762 sen(x)
6763 \backslash
6764 Big]^
6765 \begin_inset ERT
6766 status collapsed
6767
6768 \begin_layout Plain Layout
6769
6770
6771 \backslash
6772 spce 
6773 \end_layout
6774
6775 \end_inset
6776
6777 A
6778 \begin_inset ERT
6779 status collapsed
6780
6781 \begin_layout Plain Layout
6782
6783
6784 \backslash
6785 spce 
6786 \end_layout
6787
6788 \end_inset
6789
6790
6791 \backslash
6792 bigg>
6793 \backslash
6794 Bigg)^0,5
6795 \begin_inset Formula 
6796 \[
6797 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}
6798 \]
6799
6800 \end_inset
6801
6802
6803 \end_layout
6804
6805 \begin_layout Standard
6806 Además de los comandos 
6807 \series bold
6808
6809 \backslash
6810 big
6811 \series default
6812  hay la variante 
6813 \series bold
6814
6815 \backslash
6816 bigm
6817 \series default
6818
6819 \begin_inset Index idx
6820 status collapsed
6821
6822 \begin_layout Plain Layout
6823 Comandos ! B ! 
6824 \backslash
6825 bigm
6826 \end_layout
6827
6828 \end_inset
6829
6830 , que añade un poco más de espacio entre el delimitador y su contenido,
6831  y la variante 
6832 \series bold
6833
6834 \backslash
6835 bigl
6836 \series default
6837 -
6838 \series bold
6839
6840 \backslash
6841 bigr
6842 \series default
6843
6844 \begin_inset Index idx
6845 status collapsed
6846
6847 \begin_layout Plain Layout
6848 Comandos ! B ! 
6849 \backslash
6850 bigl - 
6851 \backslash
6852 bigr
6853 \end_layout
6854
6855 \end_inset
6856
6857 , que no añade espacio adicional.
6858  La 
6859 \emph on
6860 l
6861 \emph default
6862  al final del comando 
6863 \series bold
6864
6865 \backslash
6866 bigl 
6867 \series default
6868 es para el delimitador izquierdo, la 
6869 \emph on
6870 r
6871 \emph default
6872  es para el delimitador derecho.
6873  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6874  apertura o de cierre.
6875 \end_layout
6876
6877 \begin_layout Standard
6878 En el siguiente cuadro hay una comparación de las variantes:
6879 \end_layout
6880
6881 \begin_layout Standard
6882 \noindent
6883 \align center
6884 \begin_inset Tabular
6885 <lyxtabular version="3" rows="5" columns="2">
6886 <features tabularvalignment="middle">
6887 <column alignment="center" valignment="top" width="0">
6888 <column alignment="center" valignment="top" width="0">
6889 <row>
6890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894 Comando
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903 Resultado
6904 \begin_inset Note Note
6905 status collapsed
6906
6907 \begin_layout Plain Layout
6908
6909 \series bold
6910
6911 \backslash
6912 raisebox
6913 \series default
6914  se usa sólo como espaciador
6915 \end_layout
6916
6917 \end_inset
6918
6919
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 </row>
6925 <row>
6926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930
6931 \backslash
6932 Bigm(
6933 \backslash
6934 bigm(
6935 \backslash
6936 ln(3x)
6937 \backslash
6938 bigm)^2
6939 \series bold
6940
6941 \begin_inset ERT
6942 status collapsed
6943
6944 \begin_layout Plain Layout
6945
6946
6947 \backslash
6948 spce 
6949 \end_layout
6950
6951 \end_inset
6952
6953
6954 \series default
6955
6956 \backslash
6957 Bigm)
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6967 \end_inset
6968
6969
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 </row>
6975 <row>
6976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980
6981 \backslash
6982 Big(
6983 \backslash
6984 big(
6985 \backslash
6986 ln(3x)
6987 \backslash
6988 big)^2
6989 \series bold
6990
6991 \begin_inset ERT
6992 status collapsed
6993
6994 \begin_layout Plain Layout
6995
6996
6997 \backslash
6998 spce 
6999 \end_layout
7000
7001 \end_inset
7002
7003
7004 \series default
7005
7006 \backslash
7007 Big)
7008 \end_layout
7009
7010 \end_inset
7011 </cell>
7012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Plain Layout
7016 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7017 \end_inset
7018
7019
7020 \end_layout
7021
7022 \end_inset
7023 </cell>
7024 </row>
7025 <row>
7026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030
7031 \backslash
7032 Bigl(
7033 \backslash
7034 bigl(
7035 \backslash
7036 ln(3x)
7037 \backslash
7038 bigr)^2
7039 \series bold
7040
7041 \begin_inset ERT
7042 status collapsed
7043
7044 \begin_layout Plain Layout
7045
7046
7047 \backslash
7048 spce 
7049 \end_layout
7050
7051 \end_inset
7052
7053
7054 \series default
7055
7056 \backslash
7057 Bigr)
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
7067 \end_inset
7068
7069
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 </row>
7075 <row>
7076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080
7081 \backslash
7082 bigl)
7083 \backslash
7084 ln(3x)
7085 \backslash
7086 bigr(
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7096 \end_inset
7097
7098
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 </row>
7104 </lyxtabular>
7105
7106 \end_inset
7107
7108
7109 \end_layout
7110
7111 \begin_layout Subsubsection
7112 Tamaño automático de los delimitadores
7113 \begin_inset CommandInset label
7114 LatexCommand label
7115 name "sub:Tamaño-automático-de"
7116
7117 \end_inset
7118
7119
7120 \begin_inset Index idx
7121 status collapsed
7122
7123 \begin_layout Plain Layout
7124 Delimitadores ! tamaño automático
7125 \end_layout
7126
7127 \end_inset
7128
7129
7130 \end_layout
7131
7132 \begin_layout Standard
7133 Se pueden insertar delimitadores de tamaño variable con los comandos 
7134 \series bold
7135
7136 \backslash
7137 left
7138 \series default
7139
7140 \begin_inset Index idx
7141 status collapsed
7142
7143 \begin_layout Plain Layout
7144 Comandos ! L ! 
7145 \backslash
7146 left
7147 \end_layout
7148
7149 \end_inset
7150
7151  y 
7152 \series bold
7153
7154 \backslash
7155 right
7156 \series default
7157
7158 \begin_inset Index idx
7159 status collapsed
7160
7161 \begin_layout Plain Layout
7162 Comandos ! R ! 
7163 \backslash
7164 right
7165 \end_layout
7166
7167 \end_inset
7168
7169  o con el botón de la barra de ecuaciones 
7170 \begin_inset Graphics
7171         filename ../../images/dialog-show_mathdelimiter.png
7172         scale 85
7173
7174 \end_inset
7175
7176 .
7177  El delimitador deseado se debe insertar directamente detrás de 
7178 \series bold
7179
7180 \backslash
7181 left
7182 \series default
7183  y 
7184 \series bold
7185
7186 \backslash
7187 right
7188 \series default
7189 .
7190  El tamaño se calculará automáticamente después para la salida.
7191  
7192 \end_layout
7193
7194 \begin_layout Standard
7195 \noindent
7196 \align center
7197 delimitador normal: El comando 
7198 \series bold
7199
7200 \backslash
7201 ln(
7202 \backslash
7203 frac
7204 \series default
7205
7206 \begin_inset ERT
7207 status collapsed
7208
7209 \begin_layout Plain Layout
7210
7211
7212 \backslash
7213 spce 
7214 \end_layout
7215
7216 \end_inset
7217
7218
7219 \series bold
7220 A
7221 \begin_inset Formula $\downarrow$
7222 \end_inset
7223
7224 C
7225 \series default
7226
7227 \begin_inset ERT
7228 status collapsed
7229
7230 \begin_layout Plain Layout
7231
7232
7233 \backslash
7234 spce
7235 \end_layout
7236
7237 \end_inset
7238
7239
7240 \series bold
7241 )
7242 \series default
7243  genera
7244 \begin_inset Formula 
7245 \[
7246 \ln(\frac{A}{C})
7247 \]
7248
7249 \end_inset
7250
7251
7252 \end_layout
7253
7254 \begin_layout Standard
7255 \noindent
7256 \align center
7257 delimitador multilínea: El comando 
7258 \series bold
7259
7260 \backslash
7261 ln
7262 \backslash
7263 left(
7264 \backslash
7265 frac
7266 \series default
7267
7268 \begin_inset ERT
7269 status collapsed
7270
7271 \begin_layout Plain Layout
7272
7273
7274 \backslash
7275 spce 
7276 \end_layout
7277
7278 \end_inset
7279
7280
7281 \series bold
7282 A
7283 \begin_inset Formula $\downarrow$
7284 \end_inset
7285
7286 C
7287 \series default
7288
7289 \begin_inset ERT
7290 status collapsed
7291
7292 \begin_layout Plain Layout
7293
7294
7295 \backslash
7296 spce 
7297 \end_layout
7298
7299 \end_inset
7300
7301
7302 \series bold
7303
7304 \backslash
7305 right)
7306 \series default
7307  genera
7308 \begin_inset Formula 
7309 \[
7310 \ln\left(\frac{A}{C}\right)
7311 \]
7312
7313 \end_inset
7314
7315
7316 \end_layout
7317
7318 \begin_layout Standard
7319 En lugar de 
7320 \series bold
7321
7322 \backslash
7323 left
7324 \series default
7325  y 
7326 \series bold
7327
7328 \backslash
7329 right
7330 \series default
7331  se puede usar el atajo 
7332 \family sans
7333 Alt+M
7334 \begin_inset space ~
7335 \end_inset
7336
7337 Corchete
7338 \family default
7339 .
7340  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7341  real del delimitador y además se genera el correspondiente delimitador
7342  de cierre.
7343 \begin_inset Newline newline
7344 \end_inset
7345
7346 El comando para el último ejemplo sería 
7347 \series bold
7348
7349 \backslash
7350 ln Alt+M
7351 \series default
7352  
7353 \series bold
7354 (
7355 \backslash
7356 frac
7357 \begin_inset ERT
7358 status collapsed
7359
7360 \begin_layout Plain Layout
7361
7362
7363 \backslash
7364 spce 
7365 \end_layout
7366
7367 \end_inset
7368
7369 A
7370 \begin_inset Formula $\downarrow$
7371 \end_inset
7372
7373
7374 \end_layout
7375
7376 \begin_layout Standard
7377 Para omitir uno de los dos delimitadores se inserta un punto.
7378  Por ejemplo, el comando 
7379 \series bold
7380
7381 \backslash
7382 left.
7383 \backslash
7384 frac
7385 \series default
7386
7387 \begin_inset ERT
7388 status collapsed
7389
7390 \begin_layout Plain Layout
7391
7392
7393 \backslash
7394 spce 
7395 \end_layout
7396
7397 \end_inset
7398
7399
7400 \series bold
7401 A
7402 \begin_inset Formula $\downarrow$
7403 \end_inset
7404
7405 B
7406 \series default
7407
7408 \begin_inset ERT
7409 status collapsed
7410
7411 \begin_layout Plain Layout
7412
7413
7414 \backslash
7415 spce 
7416 \end_layout
7417
7418 \end_inset
7419
7420
7421 \series bold
7422
7423 \backslash
7424 right}
7425 \series default
7426  da lugar a:
7427 \begin_inset Formula 
7428 \[
7429 \left.\frac{A}{B}\right\} 
7430 \]
7431
7432 \end_inset
7433
7434
7435 \end_layout
7436
7437 \begin_layout Standard
7438 LyX convertirá los comandos 
7439 \series bold
7440
7441 \backslash
7442 left
7443 \series default
7444  y 
7445 \series bold
7446
7447 \backslash
7448 right
7449 \series default
7450  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7451  omitido aparecerá como línea de trazos.
7452  
7453 \begin_inset VSpace bigskip
7454 \end_inset
7455
7456
7457 \end_layout
7458
7459 \begin_layout Standard
7460 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7461  de LaTeX, el comando 
7462 \series bold
7463
7464 \backslash
7465 middle
7466 \series default
7467
7468 \begin_inset Index idx
7469 status collapsed
7470
7471 \begin_layout Plain Layout
7472 Comandos ! M ! 
7473 \backslash
7474 middle
7475 \end_layout
7476
7477 \end_inset
7478
7479  está también disponible para todos los delimitadores y límites.
7480  Con este comando la altura del siguiente carácter se adapta a la de los
7481  delimitadores circundantes, lo que es necesario, p.
7482 \begin_inset space \thinspace{}
7483 \end_inset
7484
7485 e., para vectores cuánticos: 
7486 \begin_inset Formula 
7487 \[
7488 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7489 \]
7490
7491 \end_inset
7492
7493
7494 \end_layout
7495
7496 \begin_layout Standard
7497 Para este tipo de vectores hay un paquete LaTeX específico que se describe
7498  en
7499 \begin_inset space ~
7500 \end_inset
7501
7502
7503 \begin_inset CommandInset ref
7504 LatexCommand ref
7505 reference "sub:Vectores-cuánticos"
7506
7507 \end_inset
7508
7509 .
7510 \end_layout
7511
7512 \begin_layout Subsection
7513 Delimitadores horizontales
7514 \begin_inset Index idx
7515 status collapsed
7516
7517 \begin_layout Plain Layout
7518 Delimitadores ! horizontales
7519 \end_layout
7520
7521 \end_inset
7522
7523
7524 \end_layout
7525
7526 \begin_layout Standard
7527 \noindent
7528 \align center
7529 \begin_inset Tabular
7530 <lyxtabular version="3" rows="4" columns="2">
7531 <features tabularvalignment="middle">
7532 <column alignment="center" valignment="top" width="0">
7533 <column alignment="center" valignment="top" width="0">
7534 <row>
7535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539 Comando
7540 \begin_inset Note Note
7541 status collapsed
7542
7543 \begin_layout Plain Layout
7544
7545 \series bold
7546
7547 \backslash
7548 raisebox
7549 \series default
7550  se usa sólo como espaciador
7551 \end_layout
7552
7553 \end_inset
7554
7555
7556 \end_layout
7557
7558 \end_inset
7559 </cell>
7560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Plain Layout
7564 Resultado
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 </row>
7570 <row>
7571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575 \begin_inset ERT
7576 status collapsed
7577
7578 \begin_layout Plain Layout
7579
7580
7581 \backslash
7582 raisebox{2.3mm}{
7583 \end_layout
7584
7585 \end_inset
7586
7587
7588 \backslash
7589 overbrace
7590 \begin_inset ERT
7591 status collapsed
7592
7593 \begin_layout Plain Layout
7594
7595
7596 \backslash
7597 spce 
7598 \end_layout
7599
7600 \end_inset
7601
7602 A+B
7603 \begin_inset ERT
7604 status collapsed
7605
7606 \begin_layout Plain Layout
7607
7608
7609 \backslash
7610 spce 
7611 \end_layout
7612
7613 \end_inset
7614
7615 ^
7616 \begin_inset ERT
7617 status collapsed
7618
7619 \begin_layout Plain Layout
7620
7621
7622 \backslash
7623 spce 
7624 \end_layout
7625
7626 \end_inset
7627
7628 3
7629 \begin_inset ERT
7630 status collapsed
7631
7632 \begin_layout Plain Layout
7633
7634 }
7635 \end_layout
7636
7637 \end_inset
7638
7639
7640 \begin_inset Index idx
7641 status collapsed
7642
7643 \begin_layout Plain Layout
7644 Comandos ! O ! 
7645 \backslash
7646 overbrace
7647 \end_layout
7648
7649 \end_inset
7650
7651
7652 \end_layout
7653
7654 \end_inset
7655 </cell>
7656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660 \begin_inset Formula $\overbrace{A+B}^{3}$
7661 \end_inset
7662
7663
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 </row>
7669 <row>
7670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674 \begin_inset ERT
7675 status collapsed
7676
7677 \begin_layout Plain Layout
7678
7679
7680 \backslash
7681 raisebox{-2.2mm}{
7682 \end_layout
7683
7684 \end_inset
7685
7686
7687 \backslash
7688 underbrace
7689 \begin_inset ERT
7690 status collapsed
7691
7692 \begin_layout Plain Layout
7693
7694
7695 \backslash
7696 spce 
7697 \end_layout
7698
7699 \end_inset
7700
7701 A+B
7702 \begin_inset ERT
7703 status collapsed
7704
7705 \begin_layout Plain Layout
7706
7707
7708 \backslash
7709 spce 
7710 \end_layout
7711
7712 \end_inset
7713
7714 _5
7715 \begin_inset ERT
7716 status collapsed
7717
7718 \begin_layout Plain Layout
7719
7720 }
7721 \end_layout
7722
7723 \end_inset
7724
7725
7726 \begin_inset Index idx
7727 status collapsed
7728
7729 \begin_layout Plain Layout
7730 Comandos ! U ! 
7731 \backslash
7732 underbrace
7733 \end_layout
7734
7735 \end_inset
7736
7737
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746 \begin_inset Formula $\underbrace{A+B}_{5}$
7747 \end_inset
7748
7749
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 </row>
7755 <row>
7756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760
7761 \backslash
7762 overbrace
7763 \begin_inset ERT
7764 status collapsed
7765
7766 \begin_layout Plain Layout
7767
7768
7769 \backslash
7770 spce 
7771 \end_layout
7772
7773 \end_inset
7774
7775
7776 \backslash
7777 underbrace
7778 \begin_inset ERT
7779 status collapsed
7780
7781 \begin_layout Plain Layout
7782
7783
7784 \backslash
7785 spce 
7786 \end_layout
7787
7788 \end_inset
7789
7790 A+B_w
7791 \begin_inset ERT
7792 status collapsed
7793
7794 \begin_layout Plain Layout
7795
7796
7797 \backslash
7798 spce 
7799 \end_layout
7800
7801 \end_inset
7802
7803
7804 \begin_inset ERT
7805 status collapsed
7806
7807 \begin_layout Plain Layout
7808
7809
7810 \backslash
7811 spce 
7812 \end_layout
7813
7814 \end_inset
7815
7816 _7
7817 \begin_inset ERT
7818 status collapsed
7819
7820 \begin_layout Plain Layout
7821
7822
7823 \backslash
7824 spce 
7825 \end_layout
7826
7827 \end_inset
7828
7829
7830 \begin_inset ERT
7831 status collapsed
7832
7833 \begin_layout Plain Layout
7834
7835
7836 \backslash
7837 spce 
7838 \end_layout
7839
7840 \end_inset
7841
7842 ^
7843 \begin_inset ERT
7844 status collapsed
7845
7846 \begin_layout Plain Layout
7847
7848
7849 \backslash
7850 spce 
7851 \end_layout
7852
7853 \end_inset
7854
7855 C
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7865 \end_inset
7866
7867
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 </row>
7873 </lyxtabular>
7874
7875 \end_inset
7876
7877
7878 \end_layout
7879
7880 \begin_layout Standard
7881 En el último ejemplo no importa en qué orden se introducen los comandos
7882  
7883 \series bold
7884
7885 \backslash
7886 overbrace
7887 \series default
7888  y 
7889 \series bold
7890
7891 \backslash
7892 underbrace
7893 \series default
7894 .
7895 \begin_inset VSpace bigskip
7896 \end_inset
7897
7898
7899 \end_layout
7900
7901 \begin_layout Standard
7902 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7903  multilínea, como se describe en
7904 \begin_inset space ~
7905 \end_inset
7906
7907
7908 \begin_inset CommandInset ref
7909 LatexCommand ref
7910 reference "sec:Ecuaciones-multilínea"
7911
7912 \end_inset
7913
7914 :
7915 \begin_inset Formula 
7916 \begin{eqnarray*}
7917 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7918  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7919 \end{eqnarray*}
7920
7921 \end_inset
7922
7923 En la primera fila se insertan la ecuación y la primera llave.
7924  Aquí es importante insertar el comando de espacio
7925 \begin_inset Foot
7926 status collapsed
7927
7928 \begin_layout Plain Layout
7929 Los comandos para espacios se explican en 
7930 \begin_inset CommandInset ref
7931 LatexCommand ref
7932 reference "sub:Espacio-predefinido"
7933
7934 \end_inset
7935
7936
7937 \end_layout
7938
7939 \end_inset
7940
7941  
7942 \series bold
7943
7944 \backslash
7945 :
7946 \series default
7947  antes de la primera
7948 \series bold
7949  
7950 \series default
7951
7952 \begin_inset Formula $d$
7953 \end_inset
7954
7955 , porque la llave que termina detrás de 
7956 \begin_inset Formula $q$
7957 \end_inset
7958
7959  impide que el siguiente 
7960 \begin_inset Quotes fld
7961 \end_inset
7962
7963 +
7964 \begin_inset Quotes frd
7965 \end_inset
7966
7967  esté rodeado de espacio.
7968 \begin_inset Foot
7969 status collapsed
7970
7971 \begin_layout Plain Layout
7972 Debido a que la llave no es considerada como carácter, véase 
7973 \begin_inset CommandInset ref
7974 LatexCommand ref
7975 reference "sub:Operadores-binarios"
7976
7977 \end_inset
7978
7979
7980 \end_layout
7981
7982 \end_inset
7983
7984  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7985  de 
7986 \begin_inset Formula $b$
7987 \end_inset
7988
7989  se inserta antes el comando 
7990 \series bold
7991
7992 \backslash
7993 hphantom{gggg+
7994 \backslash
7995 :}
7996 \series default
7997 .
7998 \begin_inset Foot
7999 status collapsed
8000
8001 \begin_layout Plain Layout
8002 Más sobre 
8003 \series bold
8004
8005 \backslash
8006 hphantom
8007 \series default
8008  en 
8009 \begin_inset CommandInset ref
8010 LatexCommand ref
8011 reference "sub:Espacios-reservados"
8012
8013 \end_inset
8014
8015
8016 \end_layout
8017
8018 \end_inset
8019
8020  Ese espacio es necesario porque el signo 
8021 \begin_inset Quotes fld
8022 \end_inset
8023
8024 +
8025 \begin_inset Quotes frd
8026 \end_inset
8027
8028  va seguido de un espacio en la ecuación.
8029  La llave se coloca bajo el comando 
8030 \series bold
8031
8032 \backslash
8033 hphantom{bbqq+dddd}
8034 \series default
8035 .
8036  
8037 \end_layout
8038
8039 \begin_layout Standard
8040 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
8041  ejemplo:
8042 \begin_inset ERT
8043 status collapsed
8044
8045 \begin_layout Plain Layout
8046
8047
8048 \backslash
8049 setlength{
8050 \backslash
8051 jot}{-6pt}
8052 \end_layout
8053
8054 \end_inset
8055
8056
8057 \begin_inset Formula 
8058 \begin{eqnarray*}
8059  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8060 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8061 \end{eqnarray*}
8062
8063 \end_inset
8064
8065
8066 \begin_inset ERT
8067 status collapsed
8068
8069 \begin_layout Plain Layout
8070
8071
8072 \backslash
8073 setlength{
8074 \backslash
8075 jot}{3pt}
8076 \end_layout
8077
8078 \end_inset
8079
8080 La primera fila de la ecuación es igual que la segunda fila del ejemplo
8081  anterior, con la diferencia de que la llave está encima.
8082  La segunda fila contiene la ecuación junto con la segunda llave.
8083  Para evitar que haya demasiado espacio entre la llave superior en la primera
8084  fila y la ecuación hay que reducirlo.
8085  Esto no es fácil de hacer debido a un fallo de LyX.
8086 \begin_inset Foot
8087 status collapsed
8088
8089 \begin_layout Plain Layout
8090 \begin_inset CommandInset href
8091 LatexCommand href
8092 name "LyX-bug #1505"
8093 target "http://www.lyx.org/trac/ticket/1505"
8094
8095 \end_inset
8096
8097
8098 \end_layout
8099
8100 \end_inset
8101
8102  Una solución es cambiar la separación global de filas en la ecuación, 
8103 \series bold
8104
8105 \backslash
8106 jot
8107 \series default
8108
8109 \begin_inset Index idx
8110 status collapsed
8111
8112 \begin_layout Plain Layout
8113 Comandos ! J ! 
8114 \backslash
8115 jot
8116 \end_layout
8117
8118 \end_inset
8119
8120 , en -6
8121 \begin_inset space \thinspace{}
8122 \end_inset
8123
8124 pt insertando antes de la ecuación el comando 
8125 \series bold
8126
8127 \backslash
8128 setlength{
8129 \backslash
8130 jot}{-6pt}
8131 \series default
8132  en modo TeX.
8133  Después de la ecuación se vuelve al valor normal 3
8134 \begin_inset space \thinspace{}
8135 \end_inset
8136
8137 pt de 
8138 \series bold
8139
8140 \backslash
8141 jot
8142 \series default
8143  usando el mismo comando.
8144  Más información sobre separación de filas en ecuaciones en
8145 \begin_inset space ~
8146 \end_inset
8147
8148
8149 \begin_inset CommandInset ref
8150 LatexCommand ref
8151 reference "sub:Separación-de-líneas"
8152
8153 \end_inset
8154
8155 .
8156 \end_layout
8157
8158 \begin_layout Section
8159 Flechas
8160 \begin_inset Index idx
8161 status collapsed
8162
8163 \begin_layout Plain Layout
8164 Flechas
8165 \end_layout
8166
8167 \end_inset
8168
8169
8170 \end_layout
8171
8172 \begin_layout Standard
8173 Las flechas se pueden insertar con el botón 
8174 \begin_inset Graphics
8175         filename ../../images/math/leftarrow.png
8176         scale 85
8177
8178 \end_inset
8179
8180  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
8181  siguientes.
8182 \end_layout
8183
8184 \begin_layout Subsection
8185 Flechas horizontales
8186 \begin_inset Index idx
8187 status collapsed
8188
8189 \begin_layout Plain Layout
8190 Flechas ! horizontales
8191 \end_layout
8192
8193 \end_inset
8194
8195
8196 \end_layout
8197
8198 \begin_layout Standard
8199 \begin_inset space \hfill{}
8200 \end_inset
8201
8202
8203 \begin_inset Tabular
8204 <lyxtabular version="3" rows="8" columns="2">
8205 <features tabularvalignment="middle">
8206 <column alignment="center" valignment="top" width="0pt">
8207 <column alignment="center" valignment="top" width="0pt">
8208 <row>
8209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 Comando
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 Resultado
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 </row>
8228 <row>
8229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233
8234 \backslash
8235 gets
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 \begin_inset Formula $\gets$
8245 \end_inset
8246
8247
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 </row>
8253 <row>
8254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258
8259 \backslash
8260 Leftarrow
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 \begin_inset Formula $\Leftarrow$
8270 \end_inset
8271
8272
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 </row>
8278 <row>
8279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283
8284 \backslash
8285 longleftarrow
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 \begin_inset Formula $\longleftarrow$
8295 \end_inset
8296
8297
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 </row>
8303 <row>
8304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308
8309 \backslash
8310 Longleftarrow
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 \begin_inset Formula $\Longleftarrow$
8320 \end_inset
8321
8322
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 </row>
8328 <row>
8329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333
8334 \backslash
8335 leftharpoonup
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 \begin_inset Formula $\leftharpoonup$
8345 \end_inset
8346
8347
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 </row>
8353 <row>
8354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358
8359 \backslash
8360 leftharpoondown
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 \begin_inset Formula $\leftharpoondown$
8370 \end_inset
8371
8372
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 </row>
8378 <row>
8379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383
8384 \backslash
8385 hookleftarrow
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 \begin_inset Formula $\hookleftarrow$
8395 \end_inset
8396
8397
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 </row>
8403 </lyxtabular>
8404
8405 \end_inset
8406
8407
8408 \begin_inset space \hfill{}
8409 \end_inset
8410
8411
8412 \begin_inset Tabular
8413 <lyxtabular version="3" rows="8" columns="2">
8414 <features tabularvalignment="middle">
8415 <column alignment="center" valignment="top" width="0pt">
8416 <column alignment="center" valignment="top" width="0pt">
8417 <row>
8418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422 Comando
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 Resultado
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 </row>
8437 <row>
8438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442
8443 \backslash
8444 to
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 \begin_inset Formula $\to$
8454 \end_inset
8455
8456
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 </row>
8462 <row>
8463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467
8468 \backslash
8469 Rightarrow
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 \begin_inset Formula $\Rightarrow$
8479 \end_inset
8480
8481
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 <row>
8488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \backslash
8494 longrightarrow
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 \begin_inset Formula $\longrightarrow$
8504 \end_inset
8505
8506
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 </row>
8512 <row>
8513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517
8518 \backslash
8519 Longrightarrow
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 \begin_inset Formula $\Longrightarrow$
8529 \end_inset
8530
8531
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 </row>
8537 <row>
8538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542
8543 \backslash
8544 rightharpoonup
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 \begin_inset Formula $\rightharpoonup$
8554 \end_inset
8555
8556
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 </row>
8562 <row>
8563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567
8568 \backslash
8569 rightharpoondown
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 \begin_inset Formula $\rightharpoondown$
8579 \end_inset
8580
8581
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 </row>
8587 <row>
8588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592
8593 \backslash
8594 hookrightarrow
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 \begin_inset Formula $\hookrightarrow$
8604 \end_inset
8605
8606
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 </row>
8612 </lyxtabular>
8613
8614 \end_inset
8615
8616
8617 \begin_inset space \hfill{}
8618 \end_inset
8619
8620
8621 \end_layout
8622
8623 \begin_layout Standard
8624 \begin_inset space \hfill{}
8625 \end_inset
8626
8627
8628 \begin_inset Tabular
8629 <lyxtabular version="3" rows="6" columns="2">
8630 <features tabularvalignment="middle">
8631 <column alignment="center" valignment="top" width="0pt">
8632 <column alignment="center" valignment="top" width="0pt">
8633 <row>
8634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 Comando
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 Resultado
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 </row>
8653 <row>
8654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658
8659 \backslash
8660 leftrightarrow
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 \begin_inset Formula $\leftrightarrow$
8670 \end_inset
8671
8672
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683
8684 \backslash
8685 Leftrightarrow
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 \begin_inset Formula $\Leftrightarrow$
8695 \end_inset
8696
8697
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \backslash
8710 longleftrightarrow
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 \begin_inset Formula $\longleftrightarrow$
8720 \end_inset
8721
8722
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 </row>
8728 <row>
8729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733
8734 \backslash
8735 Longleftrightarrow
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 \begin_inset Formula $\Longleftrightarrow$
8745 \end_inset
8746
8747
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 <row>
8754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758
8759 \backslash
8760 rightleftharpoons
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 \begin_inset Formula $\rightleftharpoons$
8770 \end_inset
8771
8772
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 </row>
8778 </lyxtabular>
8779
8780 \end_inset
8781
8782
8783 \begin_inset space \hspace{}
8784 \length 25pt
8785 \end_inset
8786
8787
8788 \begin_inset space \hfill{}
8789 \end_inset
8790
8791
8792 \begin_inset Tabular
8793 <lyxtabular version="3" rows="5" columns="2">
8794 <features tabularvalignment="middle">
8795 <column alignment="center" valignment="top" width="0pt">
8796 <column alignment="center" valignment="top" width="0pt">
8797 <row>
8798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 Comando
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 Resultado
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 </row>
8817 <row>
8818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822
8823 \backslash
8824 mapsto
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 \begin_inset Formula $\mapsto$
8834 \end_inset
8835
8836
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 </row>
8842 <row>
8843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847
8848 \backslash
8849 longmapsto
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 \begin_inset Formula $\longmapsto$
8859 \end_inset
8860
8861
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 </row>
8867 <row>
8868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872
8873 \backslash
8874 leadsto
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 \begin_inset Formula $\leadsto$
8884 \end_inset
8885
8886
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 </row>
8892 <row>
8893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897
8898 \backslash
8899 dasharrow
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 \begin_inset Formula $\dasharrow$
8909 \end_inset
8910
8911
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 </row>
8917 </lyxtabular>
8918
8919 \end_inset
8920
8921
8922 \begin_inset space \hfill{}
8923 \end_inset
8924
8925
8926 \begin_inset VSpace medskip
8927 \end_inset
8928
8929
8930 \end_layout
8931
8932 \begin_layout Standard
8933 Las flechas que se utilizan como acentos, p.
8934 \begin_inset space \thinspace{}
8935 \end_inset
8936
8937 e.
8938  en vectores, se describen en 
8939 \begin_inset CommandInset ref
8940 LatexCommand ref
8941 reference "sec:Acentos"
8942
8943 \end_inset
8944
8945 .
8946  
8947 \begin_inset VSpace bigskip
8948 \end_inset
8949
8950
8951 \end_layout
8952
8953 \begin_layout Standard
8954 Además hay las flechas etiquetadas
8955 \begin_inset Index idx
8956 status collapsed
8957
8958 \begin_layout Plain Layout
8959 Flechas ! etiquetadas
8960 \end_layout
8961
8962 \end_inset
8963
8964  
8965 \series bold
8966
8967 \backslash
8968 xleftarrow
8969 \series default
8970
8971 \begin_inset Index idx
8972 status collapsed
8973
8974 \begin_layout Plain Layout
8975 Comandos ! X ! 
8976 \backslash
8977 xleftarrow
8978 \end_layout
8979
8980 \end_inset
8981
8982  y 
8983 \series bold
8984
8985 \backslash
8986 xrightarrow
8987 \series default
8988
8989 \begin_inset Index idx
8990 status collapsed
8991
8992 \begin_layout Plain Layout
8993 Comandos ! X ! 
8994 \backslash
8995 xrightarrow
8996 \begin_inset ERT
8997 status collapsed
8998
8999 \begin_layout Plain Layout
9000
9001
9002 \backslash
9003 vspace{4mm}
9004 \end_layout
9005
9006 \end_inset
9007
9008
9009 \end_layout
9010
9011 \end_inset
9012
9013 .
9014  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
9015  con dos marcos azules donde se puede insertar la etiqueta.
9016  La longitud de la flecha se adapta a la anchura de la etiqueta.
9017 \end_layout
9018
9019 \begin_layout Standard
9020 \noindent
9021 \align center
9022 \begin_inset Tabular
9023 <lyxtabular version="3" rows="3" columns="2">
9024 <features tabularvalignment="middle">
9025 <column alignment="center" valignment="top" width="0">
9026 <column alignment="center" valignment="top" width="0">
9027 <row>
9028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 Comando
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 Resultado
9042 \begin_inset Note Note
9043 status collapsed
9044
9045 \begin_layout Plain Layout
9046
9047 \series bold
9048
9049 \backslash
9050 raisebox
9051 \series default
9052  se usa sólo como espaciador
9053 \end_layout
9054
9055 \end_inset
9056
9057
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 </row>
9063 <row>
9064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 F(a)
9069 \backslash
9070 xleftarrow
9071 \begin_inset ERT
9072 status collapsed
9073
9074 \begin_layout Plain Layout
9075
9076
9077 \backslash
9078 spce 
9079 \end_layout
9080
9081 \end_inset
9082
9083 x=a
9084 \begin_inset Formula $\downarrow$
9085 \end_inset
9086
9087 x>0
9088 \begin_inset Formula $\to$
9089 \end_inset
9090
9091 F(x)
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9101 \end_inset
9102
9103
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 </row>
9109 <row>
9110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114 F(x)
9115 \backslash
9116 xrightarrow
9117 \begin_inset ERT
9118 status collapsed
9119
9120 \begin_layout Plain Layout
9121
9122
9123 \backslash
9124 spce 
9125 \end_layout
9126
9127 \end_inset
9128
9129 x=a
9130 \begin_inset Formula $\downarrow$
9131 \end_inset
9132
9133 x>0
9134 \begin_inset Formula $\to$
9135 \end_inset
9136
9137 F(a)
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9147 \end_inset
9148
9149
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 </row>
9155 </lyxtabular>
9156
9157 \end_inset
9158
9159
9160 \end_layout
9161
9162 \begin_layout Subsection
9163 Flechas verticales y diagonales
9164 \begin_inset Index idx
9165 status collapsed
9166
9167 \begin_layout Plain Layout
9168 Flechas ! diagonales
9169 \end_layout
9170
9171 \end_inset
9172
9173
9174 \begin_inset Index idx
9175 status collapsed
9176
9177 \begin_layout Plain Layout
9178 Flechas ! verticales
9179 \end_layout
9180
9181 \end_inset
9182
9183
9184 \end_layout
9185
9186 \begin_layout Standard
9187 \begin_inset space \hfill{}
9188 \end_inset
9189
9190
9191 \begin_inset Tabular
9192 <lyxtabular version="3" rows="7" columns="2">
9193 <features tabularvalignment="middle">
9194 <column alignment="center" valignment="top" width="0pt">
9195 <column alignment="center" valignment="top" width="0pt">
9196 <row>
9197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 Comando
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210 Resultado
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 </row>
9216 <row>
9217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221
9222 \backslash
9223 uparrow
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232 \begin_inset Formula $\uparrow$
9233 \end_inset
9234
9235
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 </row>
9241 <row>
9242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246
9247 \backslash
9248 Uparrow
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257 \begin_inset Formula $\Uparrow$
9258 \end_inset
9259
9260
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 </row>
9266 <row>
9267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271
9272 \backslash
9273 updownarrow
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282 \begin_inset Formula $\updownarrow$
9283 \end_inset
9284
9285
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 </row>
9291 <row>
9292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296
9297 \backslash
9298 Updownarrow
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 \begin_inset Formula $\Updownarrow$
9308 \end_inset
9309
9310
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 </row>
9316 <row>
9317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321
9322 \backslash
9323 Downarrow
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 \begin_inset Formula $\Downarrow$
9333 \end_inset
9334
9335
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 </row>
9341 <row>
9342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346
9347 \backslash
9348 downarrow
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 \begin_inset Formula $\downarrow$
9358 \end_inset
9359
9360
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 </row>
9366 </lyxtabular>
9367
9368 \end_inset
9369
9370
9371 \begin_inset space \hfill{}
9372 \end_inset
9373
9374
9375 \begin_inset Tabular
9376 <lyxtabular version="3" rows="5" columns="2">
9377 <features tabularvalignment="middle">
9378 <column alignment="center" valignment="top" width="0pt">
9379 <column alignment="center" valignment="top" width="0pt">
9380 <row>
9381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 Comando
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 Resultado
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 </row>
9400 <row>
9401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405
9406 \backslash
9407 nearrow
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416 \begin_inset Formula $\nearrow$
9417 \end_inset
9418
9419
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 </row>
9425 <row>
9426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430
9431 \backslash
9432 searrow
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441 \begin_inset Formula $\searrow$
9442 \end_inset
9443
9444
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 </row>
9450 <row>
9451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Plain Layout
9455
9456 \backslash
9457 swarrow
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Plain Layout
9466 \begin_inset Formula $\swarrow$
9467 \end_inset
9468
9469
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 </row>
9475 <row>
9476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480
9481 \backslash
9482 nwarrow
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491 \begin_inset Formula $\nwarrow$
9492 \end_inset
9493
9494
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 </lyxtabular>
9501
9502 \end_inset
9503
9504
9505 \begin_inset space \hfill{}
9506 \end_inset
9507
9508
9509 \end_layout
9510
9511 \begin_layout Standard
9512 \begin_inset VSpace medskip
9513 \end_inset
9514
9515
9516 \end_layout
9517
9518 \begin_layout Standard
9519 Las flechas verticales también se pueden usar como delimitadores junto con
9520  los comandos descritos en
9521 \begin_inset space ~
9522 \end_inset
9523
9524
9525 \begin_inset CommandInset ref
9526 LatexCommand ref
9527 reference "sub:Tamaño-manual-de"
9528
9529 \end_inset
9530
9531  y 
9532 \begin_inset CommandInset ref
9533 LatexCommand ref
9534 reference "sub:Tamaño-automático-de"
9535
9536 \end_inset
9537
9538 .
9539 \end_layout
9540
9541 \begin_layout Standard
9542 \noindent
9543 \align center
9544 \begin_inset Newpage newpage
9545 \end_inset
9546
9547
9548 \end_layout
9549
9550 \begin_layout Section
9551 Acentos
9552 \begin_inset CommandInset label
9553 LatexCommand label
9554 name "sec:Acentos"
9555
9556 \end_inset
9557
9558
9559 \begin_inset Index idx
9560 status collapsed
9561
9562 \begin_layout Plain Layout
9563 Acentos
9564 \end_layout
9565
9566 \end_inset
9567
9568
9569 \end_layout
9570
9571 \begin_layout Standard
9572 Los acentos se pueden insertar con el botón 
9573 \begin_inset Graphics
9574         filename ../../images/math/hat.png
9575         scale 85
9576
9577 \end_inset
9578
9579  o mediante los comandos listados en las siguientes subsecciones.
9580 \end_layout
9581
9582 \begin_layout Subsection
9583 Acentos para un carácter
9584 \begin_inset ERT
9585 status collapsed
9586
9587 \begin_layout Plain Layout
9588
9589
9590 \backslash
9591 texorpdfstring{
9592 \end_layout
9593
9594 \end_inset
9595
9596
9597 \begin_inset Foot
9598 status collapsed
9599
9600 \begin_layout Plain Layout
9601 Para acentos en texto, véase 
9602 \begin_inset CommandInset ref
9603 LatexCommand ref
9604 reference "sub:Acentos-en-texto"
9605
9606 \end_inset
9607
9608
9609 \end_layout
9610
9611 \end_inset
9612
9613
9614 \begin_inset ERT
9615 status collapsed
9616
9617 \begin_layout Plain Layout
9618
9619 }{}
9620 \end_layout
9621
9622 \end_inset
9623
9624
9625 \begin_inset Note Note
9626 status collapsed
9627
9628 \begin_layout Plain Layout
9629
9630 \series bold
9631
9632 \backslash
9633 texorpdfstring
9634 \series default
9635  se usa para evitar que la nota al pie aparezca en los marcadores PDF.
9636 \end_layout
9637
9638 \begin_layout Plain Layout
9639 Más sobre 
9640 \series bold
9641
9642 \backslash
9643 texorpdfstring
9644 \series default
9645  en la sección 
9646 \begin_inset CommandInset ref
9647 LatexCommand ref
9648 reference "sub:Ecuaciones-en-encabezados"
9649
9650 \end_inset
9651
9652 .
9653 \end_layout
9654
9655 \end_inset
9656
9657
9658 \begin_inset CommandInset label
9659 LatexCommand label
9660 name "sub:Acentos-para-un"
9661
9662 \end_inset
9663
9664
9665 \begin_inset Index idx
9666 status collapsed
9667
9668 \begin_layout Plain Layout
9669 Acentos ! para un carácter
9670 \end_layout
9671
9672 \end_inset
9673
9674
9675 \end_layout
9676
9677 \begin_layout Standard
9678 \begin_inset space \hfill{}
9679 \end_inset
9680
9681
9682 \begin_inset Tabular
9683 <lyxtabular version="3" rows="8" columns="2">
9684 <features tabularvalignment="middle">
9685 <column alignment="center" valignment="top" width="0pt">
9686 <column alignment="center" valignment="top" width="0pt">
9687 <row>
9688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692 Comando
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701 Resultado
9702 \begin_inset Note Note
9703 status collapsed
9704
9705 \begin_layout Plain Layout
9706
9707 \series bold
9708
9709 \backslash
9710 raisebox
9711 \series default
9712  se usa sólo como espaciador
9713 \end_layout
9714
9715 \end_inset
9716
9717
9718 \end_layout
9719
9720 \end_inset
9721 </cell>
9722 </row>
9723 <row>
9724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728
9729 \backslash
9730 dot
9731 \begin_inset ERT
9732 status collapsed
9733
9734 \begin_layout Plain Layout
9735
9736
9737 \backslash
9738 spce 
9739 \end_layout
9740
9741 \end_inset
9742
9743 A
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9753 \end_inset
9754
9755
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 </row>
9761 <row>
9762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766
9767 \backslash
9768 ddot
9769 \begin_inset ERT
9770 status collapsed
9771
9772 \begin_layout Plain Layout
9773
9774
9775 \backslash
9776 spce 
9777 \end_layout
9778
9779 \end_inset
9780
9781 A
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9791 \end_inset
9792
9793
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 </row>
9799 <row>
9800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804
9805 \backslash
9806 dddot
9807 \begin_inset ERT
9808 status collapsed
9809
9810 \begin_layout Plain Layout
9811
9812
9813 \backslash
9814 spce 
9815 \end_layout
9816
9817 \end_inset
9818
9819 A
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Plain Layout
9828 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9829 \end_inset
9830
9831
9832 \end_layout
9833
9834 \end_inset
9835 </cell>
9836 </row>
9837 <row>
9838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842
9843 \backslash
9844 ddddot
9845 \begin_inset ERT
9846 status collapsed
9847
9848 \begin_layout Plain Layout
9849
9850
9851 \backslash
9852 spce 
9853 \end_layout
9854
9855 \end_inset
9856
9857 A
9858 \end_layout
9859
9860 \end_inset
9861 </cell>
9862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9867 \end_inset
9868
9869
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 </row>
9875 <row>
9876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \backslash
9882 vec
9883 \begin_inset ERT
9884 status collapsed
9885
9886 \begin_layout Plain Layout
9887
9888
9889 \backslash
9890 spce 
9891 \end_layout
9892
9893 \end_inset
9894
9895 A
9896 \begin_inset Index idx
9897 status collapsed
9898
9899 \begin_layout Plain Layout
9900 Vectores
9901 \end_layout
9902
9903 \end_inset
9904
9905
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9915 \end_inset
9916
9917
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 </row>
9923 <row>
9924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928
9929 \backslash
9930 bar
9931 \begin_inset ERT
9932 status collapsed
9933
9934 \begin_layout Plain Layout
9935
9936
9937 \backslash
9938 spce 
9939 \end_layout
9940
9941 \end_inset
9942
9943 A
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9953 \end_inset
9954
9955
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 </row>
9961 <row>
9962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966
9967 \backslash
9968 mathring
9969 \begin_inset ERT
9970 status collapsed
9971
9972 \begin_layout Plain Layout
9973
9974
9975 \backslash
9976 spce 
9977 \end_layout
9978
9979 \end_inset
9980
9981 A
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9991 \end_inset
9992
9993
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 </row>
9999 </lyxtabular>
10000
10001 \end_inset
10002
10003
10004 \begin_inset space \hfill{}
10005 \end_inset
10006
10007
10008 \begin_inset Tabular
10009 <lyxtabular version="3" rows="7" columns="2">
10010 <features tabularvalignment="middle">
10011 <column alignment="center" valignment="top" width="0pt">
10012 <column alignment="center" valignment="top" width="0pt">
10013 <row>
10014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018 Comando
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027 Resultado
10028 \begin_inset Note Note
10029 status collapsed
10030
10031 \begin_layout Plain Layout
10032
10033 \series bold
10034
10035 \backslash
10036 raisebox
10037 \series default
10038  se usa sólo como espaciador
10039 \end_layout
10040
10041 \end_inset
10042
10043
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 </row>
10049 <row>
10050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054
10055 \backslash
10056 tilde
10057 \begin_inset ERT
10058 status collapsed
10059
10060 \begin_layout Plain Layout
10061
10062
10063 \backslash
10064 spce 
10065 \end_layout
10066
10067 \end_inset
10068
10069 A
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10079 \end_inset
10080
10081
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 </row>
10087 <row>
10088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092
10093 \backslash
10094 hat
10095 \begin_inset ERT
10096 status collapsed
10097
10098 \begin_layout Plain Layout
10099
10100
10101 \backslash
10102 spce 
10103 \end_layout
10104
10105 \end_inset
10106
10107 A
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10117 \end_inset
10118
10119
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 </row>
10125 <row>
10126 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130
10131 \backslash
10132 check
10133 \begin_inset ERT
10134 status collapsed
10135
10136 \begin_layout Plain Layout
10137
10138
10139 \backslash
10140 spce 
10141 \end_layout
10142
10143 \end_inset
10144
10145 A
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10155 \end_inset
10156
10157
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 </row>
10163 <row>
10164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168
10169 \backslash
10170 acute
10171 \begin_inset ERT
10172 status collapsed
10173
10174 \begin_layout Plain Layout
10175
10176
10177 \backslash
10178 spce 
10179 \end_layout
10180
10181 \end_inset
10182
10183 A
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10193 \end_inset
10194
10195
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 </row>
10201 <row>
10202 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206
10207 \backslash
10208 grave
10209 \begin_inset ERT
10210 status collapsed
10211
10212 \begin_layout Plain Layout
10213
10214
10215 \backslash
10216 spce 
10217 \end_layout
10218
10219 \end_inset
10220
10221 A
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10231 \end_inset
10232
10233
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 </row>
10239 <row>
10240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244
10245 \backslash
10246 breve
10247 \begin_inset ERT
10248 status collapsed
10249
10250 \begin_layout Plain Layout
10251
10252
10253 \backslash
10254 spce 
10255 \end_layout
10256
10257 \end_inset
10258
10259 A
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10269 \end_inset
10270
10271
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 </row>
10277 </lyxtabular>
10278
10279 \end_inset
10280
10281
10282 \begin_inset space \hfill{}
10283 \end_inset
10284
10285
10286 \end_layout
10287
10288 \begin_layout Standard
10289 \begin_inset VSpace bigskip
10290 \end_inset
10291
10292
10293 \end_layout
10294
10295 \begin_layout Standard
10296 En ecuaciones se pueden insertar acentos como 
10297 \begin_inset Quotes fld
10298 \end_inset
10299
10300 é
10301 \begin_inset Quotes frd
10302 \end_inset
10303
10304  directamente.
10305  LyX los transformará al comando de acento correspondiente.
10306  Para poner diéresis
10307 \begin_inset Index idx
10308 status collapsed
10309
10310 \begin_layout Plain Layout
10311 Dieresis@Diéresis
10312 \end_layout
10313
10314 \end_inset
10315
10316  es mejor insertar comillas antes de la vocal.
10317  Estos dos caracteres son considerados por LaTeX como 
10318 \emph on
10319 un solo
10320 \emph default
10321  carácter si la parte de la ecuación con la diéresis se marca en idioma
10322  alemán.
10323 \begin_inset Foot
10324 status collapsed
10325
10326 \begin_layout Plain Layout
10327 O algún otro idioma que use acentos, p.
10328 \begin_inset space \thinspace{}
10329 \end_inset
10330
10331 e.
10332  catalán.
10333  Aunque esto no funciona en español por algún conflicto con el estilo 
10334 \series bold
10335 spanish
10336 \series default
10337  de 
10338 \series bold
10339 babel
10340 \series default
10341 , no es necesario: se puede escribir 
10342 \begin_inset Formula $ï$
10343 \end_inset
10344
10345  en una ecuación igual que se hace en texto normal, ï.
10346  (
10347 \emph on
10348 N.
10349 \begin_inset space \thinspace{}
10350 \end_inset
10351
10352 del t.
10353 \emph default
10354 )
10355 \end_layout
10356
10357 \end_inset
10358
10359  A diferencia de 
10360 \series bold
10361
10362 \backslash
10363 ddot
10364 \series default
10365 , con este método se generan diéresis 
10366 \begin_inset Quotes fld
10367 \end_inset
10368
10369 reales
10370 \begin_inset Quotes frd
10371 \end_inset
10372
10373 , como se demuestra en el siguiente ejemplo:
10374 \begin_inset VSpace -2mm
10375 \end_inset
10376
10377
10378 \end_layout
10379
10380 \begin_layout Standard
10381 \noindent
10382 \align center
10383 \begin_inset Tabular
10384 <lyxtabular version="3" rows="3" columns="2">
10385 <features tabularvalignment="middle">
10386 <column alignment="center" valignment="top" width="0">
10387 <column alignment="center" valignment="top" width="0">
10388 <row>
10389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393 Comando
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 Resultado
10403 \begin_inset Note Note
10404 status collapsed
10405
10406 \begin_layout Plain Layout
10407
10408 \series bold
10409
10410 \backslash
10411 raisebox
10412 \series default
10413  se usa sólo como espaciador.
10414 \end_layout
10415
10416 \end_inset
10417
10418
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 </row>
10424 <row>
10425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429 ï
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438 \begin_inset Formula $ï$
10439 \end_inset
10440
10441
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 </row>
10447 <row>
10448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452
10453 \backslash
10454 ddot
10455 \begin_inset ERT
10456 status collapsed
10457
10458 \begin_layout Plain Layout
10459
10460
10461 \backslash
10462 spce 
10463 \end_layout
10464
10465 \end_inset
10466
10467 i
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10477 \end_inset
10478
10479
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 </row>
10485 </lyxtabular>
10486
10487 \end_inset
10488
10489
10490 \end_layout
10491
10492 \begin_layout Standard
10493 Otra ventaja frente a 
10494 \series bold
10495
10496 \backslash
10497 ddot
10498 \series default
10499  es que la diéresis puede convertirse directamente a texto matemático, porque
10500  los anteriores comandos para acentos 
10501 \emph on
10502 no están permitidos en texto matemático
10503 \emph default
10504 .
10505  Para convertir un carácter acentuado a texto matemático, se debe convertir
10506  sólo el carácter bajo el acento.
10507  Esto también se aplica para otras conversiones, p.
10508 \begin_inset space \thinspace{}
10509 \end_inset
10510
10511 e.
10512 \begin_inset space ~
10513 \end_inset
10514
10515 cursiva o negrita.
10516 \end_layout
10517
10518 \begin_layout Standard
10519 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10520 \end_layout
10521
10522 \begin_layout Subsection
10523 Acentos para operadores
10524 \begin_inset Index idx
10525 status collapsed
10526
10527 \begin_layout Plain Layout
10528 Acentos ! en operadores
10529 \end_layout
10530
10531 \end_inset
10532
10533
10534 \end_layout
10535
10536 \begin_layout Standard
10537 Con los comandos 
10538 \series bold
10539
10540 \backslash
10541 overset
10542 \series default
10543
10544 \begin_inset Index idx
10545 status collapsed
10546
10547 \begin_layout Plain Layout
10548 Comandos ! O ! 
10549 \backslash
10550 overset
10551 \end_layout
10552
10553 \end_inset
10554
10555  y 
10556 \series bold
10557
10558 \backslash
10559 underset
10560 \series default
10561
10562 \begin_inset Index idx
10563 status collapsed
10564
10565 \begin_layout Plain Layout
10566 Comandos ! U ! 
10567 \backslash
10568 underset
10569 \end_layout
10570
10571 \end_inset
10572
10573  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10574  Con el comando 
10575 \series bold
10576
10577 \backslash
10578 sideset
10579 \series default
10580
10581 \begin_inset Index idx
10582 status collapsed
10583
10584 \begin_layout Plain Layout
10585 Comandos ! S ! 
10586 \backslash
10587 sideset
10588 \end_layout
10589
10590 \end_inset
10591
10592  se pueden poner caracteres delante y detrás de un operador.
10593  El esquema del comando es:
10594 \end_layout
10595
10596 \begin_layout Standard
10597
10598 \series bold
10599
10600 \backslash
10601 sideset{carácter
10602 \series default
10603  
10604 \series bold
10605 anterior}{carácter posterior}
10606 \end_layout
10607
10608 \begin_layout Standard
10609
10610 \series bold
10611
10612 \backslash
10613 sideset
10614 \series default
10615  siempre debe estar delante del operador que debe acentuarse.
10616  Se puede acentuar con varios caracteres e incluso con otros operadores
10617  y símbolos.
10618  Para colocar con
10619 \series bold
10620  
10621 \backslash
10622 sideset
10623 \series default
10624  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10625  el primer par de llaves, pero sin quitarlas.
10626  
10627 \end_layout
10628
10629 \begin_layout Standard
10630 Por ejemplo, el comando 
10631 \series bold
10632
10633 \backslash
10634 sideset{
10635 \begin_inset Formula $\to$
10636 \end_inset
10637
10638
10639 \backslash
10640 {
10641 \series default
10642 '
10643 \series bold
10644
10645 \begin_inset Formula $\to$
10646 \end_inset
10647
10648
10649 \backslash
10650 sum_k=1
10651 \begin_inset ERT
10652 status collapsed
10653
10654 \begin_layout Plain Layout
10655
10656
10657 \backslash
10658 spce 
10659 \end_layout
10660
10661 \end_inset
10662
10663
10664 \series default
10665 ^
10666 \series bold
10667
10668 \begin_inset ERT
10669 status collapsed
10670
10671 \begin_layout Plain Layout
10672
10673
10674 \backslash
10675 spce 
10676 \end_layout
10677
10678 \end_inset
10679
10680 n
10681 \series default
10682  genera:
10683 \begin_inset Formula 
10684 \[
10685 \sideset{}{'}\sum_{k=1}^{n}
10686 \]
10687
10688 \end_inset
10689
10690
10691 \end_layout
10692
10693 \begin_layout Standard
10694 El comando 
10695 \series bold
10696
10697 \backslash
10698 overset
10699 \begin_inset ERT
10700 status collapsed
10701
10702 \begin_layout Plain Layout
10703
10704
10705 \backslash
10706 spce 
10707 \end_layout
10708
10709 \end_inset
10710
10711
10712 \backslash
10713 maltese
10714 \begin_inset ERT
10715 status collapsed
10716
10717 \begin_layout Plain Layout
10718
10719
10720 \backslash
10721 spce 
10722 \end_layout
10723
10724 \end_inset
10725
10726
10727 \series default
10728
10729 \begin_inset Formula $\uparrow$
10730 \end_inset
10731
10732
10733 \series bold
10734 a
10735 \series default
10736  genera:
10737 \begin_inset Formula 
10738 \[
10739 \overset{a}{\maltese}
10740 \]
10741
10742 \end_inset
10743
10744
10745 \end_layout
10746
10747 \begin_layout Standard
10748 Como se ve en el último ejemplo, con 
10749 \series bold
10750
10751 \backslash
10752 overset
10753 \series default
10754  y 
10755 \series bold
10756
10757 \backslash
10758 underset
10759 \series default
10760  también se pueden acentuar símbolos y caracteres; con 
10761 \series bold
10762
10763 \backslash
10764 sideset
10765 \series default
10766  esto no es posible.
10767 \end_layout
10768
10769 \begin_layout Subsection
10770 Acentos para varios caracteres
10771 \begin_inset Index idx
10772 status collapsed
10773
10774 \begin_layout Plain Layout
10775 Acentos ! en varios caracteres
10776 \end_layout
10777
10778 \end_inset
10779
10780
10781 \end_layout
10782
10783 \begin_layout Standard
10784 \begin_inset space \hfill{}
10785 \end_inset
10786
10787
10788 \begin_inset Tabular
10789 <lyxtabular version="3" rows="5" columns="2">
10790 <features tabularvalignment="middle">
10791 <column alignment="center" valignment="top" width="0pt">
10792 <column alignment="center" valignment="top" width="0pt">
10793 <row>
10794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798 Comando
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807 Resultado
10808 \begin_inset Note Note
10809 status collapsed
10810
10811 \begin_layout Plain Layout
10812
10813 \series bold
10814
10815 \backslash
10816 raisebox
10817 \series default
10818  se usa sólo como espaciador
10819 \end_layout
10820
10821 \end_inset
10822
10823
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 </row>
10829 <row>
10830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834
10835 \backslash
10836 overleftarrow
10837 \begin_inset ERT
10838 status collapsed
10839
10840 \begin_layout Plain Layout
10841
10842
10843 \backslash
10844 spce 
10845 \end_layout
10846
10847 \end_inset
10848
10849 A=B
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10855 \begin_inset Text
10856
10857 \begin_layout Plain Layout
10858 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10859 \end_inset
10860
10861
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 </row>
10867 <row>
10868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872
10873 \backslash
10874 underleftarrow
10875 \begin_inset ERT
10876 status collapsed
10877
10878 \begin_layout Plain Layout
10879
10880
10881 \backslash
10882 spce 
10883 \end_layout
10884
10885 \end_inset
10886
10887 A=B
10888 \end_layout
10889
10890 \end_inset
10891 </cell>
10892 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10897 \end_inset
10898
10899
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 </row>
10905 <row>
10906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910
10911 \backslash
10912 overleftrightarrow
10913 \begin_inset ERT
10914 status collapsed
10915
10916 \begin_layout Plain Layout
10917
10918
10919 \backslash
10920 spce 
10921 \end_layout
10922
10923 \end_inset
10924
10925 A=B
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10935 \end_inset
10936
10937
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 </row>
10943 <row>
10944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948
10949 \backslash
10950 underleftrightarrow
10951 \begin_inset ERT
10952 status collapsed
10953
10954 \begin_layout Plain Layout
10955
10956
10957 \backslash
10958 spce 
10959 \end_layout
10960
10961 \end_inset
10962
10963 A=B
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10973 \end_inset
10974
10975
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 </row>
10981 </lyxtabular>
10982
10983 \end_inset
10984
10985
10986 \begin_inset space \hfill{}
10987 \end_inset
10988
10989
10990 \begin_inset Tabular
10991 <lyxtabular version="3" rows="5" columns="2">
10992 <features tabularvalignment="middle">
10993 <column alignment="center" valignment="top" width="0pt">
10994 <column alignment="center" valignment="top" width="0pt">
10995 <row>
10996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000 Comando
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009 Resultado
11010 \begin_inset Note Note
11011 status collapsed
11012
11013 \begin_layout Plain Layout
11014
11015 \series bold
11016
11017 \backslash
11018 raisebox
11019 \series default
11020  se usa sólo como espaciador
11021 \end_layout
11022
11023 \end_inset
11024
11025
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 </row>
11031 <row>
11032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036
11037 \backslash
11038 overrightarrow
11039 \begin_inset ERT
11040 status collapsed
11041
11042 \begin_layout Plain Layout
11043
11044
11045 \backslash
11046 spce 
11047 \end_layout
11048
11049 \end_inset
11050
11051 A=B
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11057 \begin_inset Text
11058
11059 \begin_layout Plain Layout
11060 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
11061 \end_inset
11062
11063
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 </row>
11069 <row>
11070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074
11075 \backslash
11076 underrightarrow
11077 \begin_inset ERT
11078 status collapsed
11079
11080 \begin_layout Plain Layout
11081
11082
11083 \backslash
11084 spce 
11085 \end_layout
11086
11087 \end_inset
11088
11089 A=B
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
11099 \end_inset
11100
11101
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 </row>
11107 <row>
11108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112
11113 \backslash
11114 widetilde
11115 \begin_inset ERT
11116 status collapsed
11117
11118 \begin_layout Plain Layout
11119
11120
11121 \backslash
11122 spce 
11123 \end_layout
11124
11125 \end_inset
11126
11127 A=B
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11137 \end_inset
11138
11139
11140 \end_layout
11141
11142 \end_inset
11143 </cell>
11144 </row>
11145 <row>
11146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150
11151 \backslash
11152 widehat
11153 \begin_inset ERT
11154 status collapsed
11155
11156 \begin_layout Plain Layout
11157
11158
11159 \backslash
11160 spce 
11161 \end_layout
11162
11163 \end_inset
11164
11165 A=B
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11175 \end_inset
11176
11177
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 </row>
11183 </lyxtabular>
11184
11185 \end_inset
11186
11187
11188 \begin_inset space \hfill{}
11189 \end_inset
11190
11191
11192 \end_layout
11193
11194 \begin_layout Standard
11195 \begin_inset VSpace medskip
11196 \end_inset
11197
11198
11199 \end_layout
11200
11201 \begin_layout Standard
11202 Con estos comandos se pueden acentuar tantos caracteres como quieras.
11203  Pero los acentos 
11204 \series bold
11205
11206 \backslash
11207 widetilde
11208 \series default
11209  y 
11210 \series bold
11211
11212 \backslash
11213 widehat
11214 \series default
11215  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
11216  ejemplo:
11217 \begin_inset Formula 
11218 \[
11219 \widetilde{A+B=C-D}
11220 \]
11221
11222 \end_inset
11223
11224
11225 \end_layout
11226
11227 \begin_layout Standard
11228 Con los comandos 
11229 \series bold
11230
11231 \backslash
11232 overset
11233 \series default
11234
11235 \begin_inset Index idx
11236 status collapsed
11237
11238 \begin_layout Plain Layout
11239 Comandos ! O ! 
11240 \backslash
11241 overset
11242 \end_layout
11243
11244 \end_inset
11245
11246  y 
11247 \series bold
11248
11249 \backslash
11250 underset
11251 \series default
11252
11253 \begin_inset Index idx
11254 status collapsed
11255
11256 \begin_layout Plain Layout
11257 Comandos ! U ! 
11258 \backslash
11259 underset
11260 \end_layout
11261
11262 \end_inset
11263
11264 , descritos en la subsección anterior, también se pueden acentuar varios
11265  caracteres.
11266  El comando 
11267 \series bold
11268
11269 \backslash
11270 underset
11271 \begin_inset ERT
11272 status collapsed
11273
11274 \begin_layout Plain Layout
11275
11276
11277 \backslash
11278 spce 
11279 \end_layout
11280
11281 \end_inset
11282
11283 A=B
11284 \begin_inset Formula $\downarrow$
11285 \end_inset
11286
11287 ***
11288 \series default
11289  da:
11290 \begin_inset Formula 
11291 \[
11292 \underset{***}{A=B}
11293 \]
11294
11295 \end_inset
11296
11297
11298 \end_layout
11299
11300 \begin_layout Section
11301 Espacios
11302 \begin_inset CommandInset label
11303 LatexCommand label
11304 name "sec:Espacio"
11305
11306 \end_inset
11307
11308
11309 \begin_inset Index idx
11310 status collapsed
11311
11312 \begin_layout Plain Layout
11313 Espacio ! horizontal
11314 \end_layout
11315
11316 \end_inset
11317
11318
11319 \end_layout
11320
11321 \begin_layout Subsection
11322 Espacio predefinido
11323 \begin_inset CommandInset label
11324 LatexCommand label
11325 name "sub:Espacio-predefinido"
11326
11327 \end_inset
11328
11329
11330 \begin_inset Index idx
11331 status collapsed
11332
11333 \begin_layout Plain Layout
11334 Espacio ! horizontal ! predefinido
11335 \end_layout
11336
11337 \end_inset
11338
11339
11340 \end_layout
11341
11342 \begin_layout Standard
11343 A veces es necesario insertar espacio horizontal en una ecuación.
11344  Esto se hace insertando un espacio protegido (atajo 
11345 \family sans
11346 Ctrl+Espacio
11347 \family default
11348 ).
11349  Aparece un 
11350 \begin_inset Quotes fld
11351 \end_inset
11352
11353
11354 \color black
11355
11356 \begin_inset ERT
11357 status collapsed
11358
11359 \begin_layout Plain Layout
11360
11361
11362 \backslash
11363 spce 
11364 \end_layout
11365
11366 \end_inset
11367
11368
11369 \color inherit
11370
11371 \begin_inset Quotes frd
11372 \end_inset
11373
11374 , y pulsando 
11375 \family sans
11376 Espacio
11377 \family default
11378  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11379  espacio.
11380  También se pueden insertar espacios mediante el botón 
11381 \begin_inset Graphics
11382         filename ../../images/math/space.png
11383         scale 85
11384
11385 \end_inset
11386
11387  de la barra de ecuaciones o con comandos especiales.
11388  Independientemente del comando insertado, se puede seleccionar un nuevo
11389  tamaño pulsando acto seguido 
11390 \family sans
11391 Espacio.
11392  
11393 \end_layout
11394
11395 \begin_layout Standard
11396 \noindent
11397 \align center
11398 \begin_inset VSpace -5mm
11399 \end_inset
11400
11401
11402 \begin_inset Tabular
11403 <lyxtabular version="3" rows="3" columns="7">
11404 <features tabularvalignment="middle">
11405 <column alignment="center" valignment="middle" width="6.8cm">
11406 <column alignment="center" valignment="top" width="0">
11407 <column alignment="center" valignment="top" width="0">
11408 <column alignment="center" valignment="top" width="0">
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 <row>
11413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 Comando
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426
11427 \backslash
11428 ,
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437
11438 \backslash
11439 :
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448
11449 \backslash
11450 ;
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459
11460 \backslash
11461 quad
11462 \end_layout
11463
11464 \end_inset
11465 </cell>
11466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470
11471 \backslash
11472 qquad
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481
11482 \backslash
11483 !
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 </row>
11489 <row>
11490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494 Número de pulsaciones de 
11495 \family sans
11496 Espacio
11497 \family default
11498  tras insertar el espacio protegido
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 0
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 1
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525 2
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11531 \begin_inset Text
11532
11533 \begin_layout Plain Layout
11534 3
11535 \end_layout
11536
11537 \end_inset
11538 </cell>
11539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11540 \begin_inset Text
11541
11542 \begin_layout Plain Layout
11543 4
11544 \end_layout
11545
11546 \end_inset
11547 </cell>
11548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552 5
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 </row>
11558 <row>
11559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11560 \begin_inset Text
11561
11562 \begin_layout Plain Layout
11563 Resultado
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572 \begin_inset Formula $A\, B$
11573 \end_inset
11574
11575
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 \begin_inset Formula $A\: B$
11585 \end_inset
11586
11587
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 \begin_inset Formula $A\; B$
11597 \end_inset
11598
11599
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 \begin_inset Formula $A\quad B$
11609 \end_inset
11610
11611
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11617 \begin_inset Text
11618
11619 \begin_layout Plain Layout
11620 \begin_inset Formula $A\qquad B$
11621 \end_inset
11622
11623
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632 \begin_inset Formula $A\! B$
11633 \end_inset
11634
11635
11636 \end_layout
11637
11638 \end_inset
11639 </cell>
11640 </row>
11641 </lyxtabular>
11642
11643 \end_inset
11644
11645
11646 \end_layout
11647
11648 \begin_layout Standard
11649 El último tamaño parece no generar espacio.
11650  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11651  negativo.
11652  Hay otros dos espacios negativos:
11653 \end_layout
11654
11655 \begin_layout Standard
11656 \align center
11657 \begin_inset Tabular
11658 <lyxtabular version="3" rows="3" columns="3">
11659 <features tabularvalignment="middle">
11660 <column alignment="center" valignment="middle" width="6.8cm">
11661 <column alignment="center" valignment="top" width="0pt">
11662 <column alignment="center" valignment="top" width="0pt">
11663 <row>
11664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668 Comando
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677
11678 \backslash
11679 negmedspace
11680 \end_layout
11681
11682 \end_inset
11683 </cell>
11684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688
11689 \backslash
11690 negthickspace
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 </row>
11696 <row>
11697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701 Número de pulsaciones de 
11702 \family sans
11703 Espacio
11704 \family default
11705  tras insertar el espacio protegido
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714 6
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723 7
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 </row>
11729 <row>
11730 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 Resultado
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 \begin_inset Formula $A\negmedspace B$
11744 \end_inset
11745
11746
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755 \begin_inset Formula $A\negthickspace B$
11756 \end_inset
11757
11758
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 </row>
11764 </lyxtabular>
11765
11766 \end_inset
11767
11768
11769 \end_layout
11770
11771 \begin_layout Standard
11772 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11773  Así, se pueden usar para forzar ligaduras, lo que es apropiado, por ejemplo,
11774  para operadores suma: 
11775 \end_layout
11776
11777 \begin_layout Standard
11778 \noindent
11779 \align center
11780 \begin_inset Tabular
11781 <lyxtabular version="3" rows="3" columns="2">
11782 <features tabularvalignment="middle">
11783 <column alignment="center" valignment="top" width="0">
11784 <column alignment="center" valignment="top" width="0">
11785 <row>
11786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790 Comando
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799 Resultado
11800 \begin_inset Note Note
11801 status collapsed
11802
11803 \begin_layout Plain Layout
11804
11805 \series bold
11806
11807 \backslash
11808 raisebox
11809 \series default
11810  se usa sólo como espaciador
11811 \end_layout
11812
11813 \end_inset
11814
11815
11816 \end_layout
11817
11818 \end_inset
11819 </cell>
11820 </row>
11821 <row>
11822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11823 \begin_inset Text
11824
11825 \begin_layout Plain Layout
11826
11827 \backslash
11828 sum
11829 \backslash
11830 sum
11831 \begin_inset ERT
11832 status collapsed
11833
11834 \begin_layout Plain Layout
11835
11836
11837 \backslash
11838 spce 
11839 \end_layout
11840
11841 \end_inset
11842
11843 f_kl
11844 \end_layout
11845
11846 \end_inset
11847 </cell>
11848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11849 \begin_inset Text
11850
11851 \begin_layout Plain Layout
11852 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11853 \end_inset
11854
11855
11856 \end_layout
11857
11858 \end_inset
11859 </cell>
11860 </row>
11861 <row>
11862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11863 \begin_inset Text
11864
11865 \begin_layout Plain Layout
11866
11867 \backslash
11868 sum
11869 \backslash
11870 negmedspace
11871 \backslash
11872 sum
11873 \begin_inset ERT
11874 status collapsed
11875
11876 \begin_layout Plain Layout
11877
11878
11879 \backslash
11880 spce 
11881 \end_layout
11882
11883 \end_inset
11884
11885 f_kl
11886 \end_layout
11887
11888 \end_inset
11889 </cell>
11890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11891 \begin_inset Text
11892
11893 \begin_layout Plain Layout
11894 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11895 \end_inset
11896
11897
11898 \end_layout
11899
11900 \end_inset
11901 </cell>
11902 </row>
11903 </lyxtabular>
11904
11905 \end_inset
11906
11907
11908 \end_layout
11909
11910 \begin_layout Standard
11911 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11912  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11913  El siguiente ejemplo lo ilustra:
11914 \end_layout
11915
11916 \begin_layout Standard
11917 \noindent
11918 \align center
11919 \begin_inset Tabular
11920 <lyxtabular version="3" rows="2" columns="2">
11921 <features tabularvalignment="middle">
11922 <column alignment="center" valignment="top" width="0">
11923 <column alignment="center" valignment="top" width="0">
11924 <row>
11925 <cell alignment="center" valignment="top" usebox="none">
11926 \begin_inset Text
11927
11928 \begin_layout Plain Layout
11929 ecuación normal
11930 \end_layout
11931
11932 \end_inset
11933 </cell>
11934 <cell alignment="center" valignment="top" usebox="none">
11935 \begin_inset Text
11936
11937 \begin_layout Plain Layout
11938 \begin_inset Formula $A=B$
11939 \end_inset
11940
11941
11942 \end_layout
11943
11944 \end_inset
11945 </cell>
11946 </row>
11947 <row>
11948 <cell alignment="center" valignment="top" usebox="none">
11949 \begin_inset Text
11950
11951 \begin_layout Plain Layout
11952 \begin_inset Note Note
11953 status collapsed
11954
11955 \begin_layout Plain Layout
11956
11957 \series bold
11958
11959 \backslash
11960 raisebox
11961 \series default
11962  se usa sólo como espaciador
11963 \end_layout
11964
11965 \end_inset
11966
11967
11968 \begin_inset Formula $\raisebox{5mm}{}$
11969 \end_inset
11970
11971 ecuación sin espacio
11972 \end_layout
11973
11974 \end_inset
11975 </cell>
11976 <cell alignment="center" valignment="top" usebox="none">
11977 \begin_inset Text
11978
11979 \begin_layout Plain Layout
11980 \begin_inset Formula $A{=}B$
11981 \end_inset
11982
11983
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 </row>
11989 </lyxtabular>
11990
11991 \end_inset
11992
11993
11994 \end_layout
11995
11996 \begin_layout Standard
11997 El comando para la segunda ecuación es: 
11998 \series bold
11999 A
12000 \backslash
12001 {=
12002 \begin_inset Formula $\rightarrow$
12003 \end_inset
12004
12005 B
12006 \series default
12007  
12008 \begin_inset VSpace bigskip
12009 \end_inset
12010
12011
12012 \end_layout
12013
12014 \begin_layout Standard
12015 Para las unidades físicas hacen falta espacios, porque entre el valor y
12016  su unidad se pone un espacio más pequeño que el normal.
12017  Para unidades en el texto se inserta con el menú 
12018 \family sans
12019 Insertar\SpecialChar \menuseparator
12020 Formato\SpecialChar \menuseparator
12021 Espacio
12022 \begin_inset space ~
12023 \end_inset
12024
12025 delgado
12026 \family default
12027  (atajo 
12028 \family sans
12029 Ctrl+Mayúscula+Espacio
12030 \family default
12031 ).
12032 \end_layout
12033
12034 \begin_layout Standard
12035 Un ejemplo para visualizar la diferencia:
12036 \end_layout
12037
12038 \begin_layout Standard
12039 \begin_inset Tabular
12040 <lyxtabular version="3" rows="2" columns="2">
12041 <features tabularvalignment="middle">
12042 <column alignment="center" valignment="top" width="0">
12043 <column alignment="left" valignment="top" width="0">
12044 <row>
12045 <cell alignment="center" valignment="top" usebox="none">
12046 \begin_inset Text
12047
12048 \begin_layout Plain Layout
12049 24 kW
12050 \begin_inset Formula $\cdot$
12051 \end_inset
12052
12053 h
12054 \end_layout
12055
12056 \end_inset
12057 </cell>
12058 <cell alignment="center" valignment="top" usebox="none">
12059 \begin_inset Text
12060
12061 \begin_layout Plain Layout
12062 espacio entre valor y unidad 
12063 \end_layout
12064
12065 \end_inset
12066 </cell>
12067 </row>
12068 <row>
12069 <cell alignment="center" valignment="top" usebox="none">
12070 \begin_inset Text
12071
12072 \begin_layout Plain Layout
12073 24
12074 \begin_inset space \thinspace{}
12075 \end_inset
12076
12077 kW
12078 \begin_inset Formula $\cdot$
12079 \end_inset
12080
12081 h
12082 \end_layout
12083
12084 \end_inset
12085 </cell>
12086 <cell alignment="center" valignment="top" usebox="none">
12087 \begin_inset Text
12088
12089 \begin_layout Plain Layout
12090 espacio delgado entre valor y unidad
12091 \end_layout
12092
12093 \end_inset
12094 </cell>
12095 </row>
12096 </lyxtabular>
12097
12098 \end_inset
12099
12100
12101 \end_layout
12102
12103 \begin_layout Subsection
12104 Espacio variable
12105 \begin_inset ERT
12106 status collapsed
12107
12108 \begin_layout Plain Layout
12109
12110
12111 \backslash
12112 texorpdfstring{
12113 \end_layout
12114
12115 \end_inset
12116
12117
12118 \begin_inset Foot
12119 status collapsed
12120
12121 \begin_layout Plain Layout
12122 Para espacio vertical en ecuaciones véase 
12123 \begin_inset CommandInset ref
12124 LatexCommand ref
12125 reference "sub:Separación-de-líneas"
12126
12127 \end_inset
12128
12129
12130 \end_layout
12131
12132 \end_inset
12133
12134
12135 \begin_inset ERT
12136 status collapsed
12137
12138 \begin_layout Plain Layout
12139
12140 }{}
12141 \end_layout
12142
12143 \end_inset
12144
12145
12146 \begin_inset Note Note
12147 status collapsed
12148
12149 \begin_layout Plain Layout
12150
12151 \backslash
12152 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
12153  PDF.
12154 \end_layout
12155
12156 \begin_layout Plain Layout
12157 Más sobre 
12158 \backslash
12159 texorpdfstring en la sección 
12160 \begin_inset CommandInset ref
12161 LatexCommand ref
12162 reference "sub:Ecuaciones-en-encabezados"
12163
12164 \end_inset
12165
12166 .
12167 \end_layout
12168
12169 \end_inset
12170
12171
12172 \begin_inset CommandInset label
12173 LatexCommand label
12174 name "sub:Espacio-variable"
12175
12176 \end_inset
12177
12178
12179 \begin_inset Index idx
12180 status collapsed
12181
12182 \begin_layout Plain Layout
12183 Espacio ! horizontal ! variable
12184 \end_layout
12185
12186 \end_inset
12187
12188
12189 \end_layout
12190
12191 \begin_layout Standard
12192 En LyX se puede insertar espacio con una longitud definida con el comando
12193  
12194 \series bold
12195
12196 \backslash
12197 hspace
12198 \series default
12199
12200 \begin_inset Index idx
12201 status collapsed
12202
12203 \begin_layout Plain Layout
12204 Comandos ! H ! 
12205 \backslash
12206 hspace
12207 \end_layout
12208
12209 \end_inset
12210
12211 .
12212  Aparece un 
12213 \begin_inset Quotes fld
12214 \end_inset
12215
12216
12217 \color black
12218
12219 \begin_inset ERT
12220 status collapsed
12221
12222 \begin_layout Plain Layout
12223
12224
12225 \backslash
12226 spce 
12227 \end_layout
12228
12229 \end_inset
12230
12231
12232 \color inherit
12233
12234 \begin_inset Quotes frd
12235 \end_inset
12236
12237  largo.
12238  La longitud se puede ajustar haciendo clic izquierdo sobre el 
12239 \begin_inset Quotes fld
12240 \end_inset
12241
12242
12243 \color black
12244
12245 \begin_inset ERT
12246 status collapsed
12247
12248 \begin_layout Plain Layout
12249
12250
12251 \backslash
12252 spce 
12253 \end_layout
12254
12255 \end_inset
12256
12257
12258 \color inherit
12259
12260 \begin_inset Quotes frd
12261 \end_inset
12262
12263 .
12264  La longitud también puede ser negativa.
12265  Para insertar en una ecuación tanto espacio como esté disponible se usa
12266  el comando 
12267 \series bold
12268
12269 \backslash
12270 hfill
12271 \series default
12272
12273 \begin_inset Index idx
12274 status collapsed
12275
12276 \begin_layout Plain Layout
12277 Comandos ! H ! 
12278 \backslash
12279 hfill
12280 \end_layout
12281
12282 \end_inset
12283
12284 .
12285 \begin_inset VSpace -1mm
12286 \end_inset
12287
12288
12289 \end_layout
12290
12291 \begin_layout Standard
12292 \noindent
12293 \align center
12294 \begin_inset Tabular
12295 <lyxtabular version="3" rows="4" columns="2">
12296 <features tabularvalignment="middle">
12297 <column alignment="center" valignment="top" width="0">
12298 <column alignment="center" valignment="top" width="0">
12299 <row>
12300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12301 \begin_inset Text
12302
12303 \begin_layout Plain Layout
12304 Comando (
12305 \backslash
12306 hspace longitud)
12307 \end_layout
12308
12309 \end_inset
12310 </cell>
12311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12312 \begin_inset Text
12313
12314 \begin_layout Plain Layout
12315 Resultado
12316 \end_layout
12317
12318 \end_inset
12319 </cell>
12320 </row>
12321 <row>
12322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12323 \begin_inset Text
12324
12325 \begin_layout Plain Layout
12326 A=B
12327 \backslash
12328 hspace
12329 \begin_inset ERT
12330 status collapsed
12331
12332 \begin_layout Plain Layout
12333
12334
12335 \backslash
12336 spce 
12337 \end_layout
12338
12339 \end_inset
12340
12341
12342 \begin_inset Formula $\to$
12343 \end_inset
12344
12345 A
12346 \backslash
12347 not=C (3
12348 \begin_inset space \thinspace{}
12349 \end_inset
12350
12351 cm)
12352 \end_layout
12353
12354 \end_inset
12355 </cell>
12356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12357 \begin_inset Text
12358
12359 \begin_layout Plain Layout
12360 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12361 \end_inset
12362
12363
12364 \end_layout
12365
12366 \end_inset
12367 </cell>
12368 </row>
12369 <row>
12370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12371 \begin_inset Text
12372
12373 \begin_layout Plain Layout
12374 A
12375 \backslash
12376 hspace
12377 \begin_inset ERT
12378 status collapsed
12379
12380 \begin_layout Plain Layout
12381
12382
12383 \backslash
12384 spce 
12385 \end_layout
12386
12387 \end_inset
12388
12389
12390 \begin_inset Formula $\to$
12391 \end_inset
12392
12393 A
12394 \backslash
12395 not=A (-1
12396 \begin_inset space \thinspace{}
12397 \end_inset
12398
12399 mm)
12400 \end_layout
12401
12402 \end_inset
12403 </cell>
12404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12405 \begin_inset Text
12406
12407 \begin_layout Plain Layout
12408 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12409 \end_inset
12410
12411
12412 \end_layout
12413
12414 \end_inset
12415 </cell>
12416 </row>
12417 <row>
12418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12419 \begin_inset Text
12420
12421 \begin_layout Plain Layout
12422 A=A
12423 \backslash
12424 hfill
12425 \begin_inset ERT
12426 status collapsed
12427
12428 \begin_layout Plain Layout
12429
12430
12431 \backslash
12432 spce 
12433 \end_layout
12434
12435 \end_inset
12436
12437 B=B
12438 \end_layout
12439
12440 \end_inset
12441 </cell>
12442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12443 \begin_inset Text
12444
12445 \begin_layout Plain Layout
12446 \begin_inset Formula $A=A\hfill B=B$
12447 \end_inset
12448
12449
12450 \end_layout
12451
12452 \end_inset
12453 </cell>
12454 </row>
12455 </lyxtabular>
12456
12457 \end_inset
12458
12459
12460 \end_layout
12461
12462 \begin_layout Standard
12463 En el último ejemplo el espacio disponible viene dado por la entrada más
12464  larga de columna en el cuadro.
12465  En una ecuación en línea el espacio depende de la longitud de la línea
12466  en la que se inserta 
12467 \series bold
12468
12469 \backslash
12470 hfill
12471 \series default
12472 .
12473  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12474  
12475 \series bold
12476
12477 \backslash
12478 hfill
12479 \series default
12480  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12481 \series bold
12482 Sangrado
12483 \series default
12484 .
12485  (Los estilos de ecuaciones se explican en
12486 \begin_inset space ~
12487 \end_inset
12488
12489
12490 \begin_inset CommandInset ref
12491 LatexCommand ref
12492 reference "sec:Estilos-de-ecuación"
12493
12494 \end_inset
12495
12496 ).
12497 \end_layout
12498
12499 \begin_layout Standard
12500 Además de 
12501 \series bold
12502
12503 \backslash
12504 hfill
12505 \series default
12506  hay los comandos 
12507 \series bold
12508
12509 \backslash
12510 dotfill
12511 \series default
12512  y 
12513 \series bold
12514
12515 \backslash
12516 hrulefill
12517 \series default
12518  que llenan el espacio con un patrón, véase un ejemplo en
12519 \begin_inset space ~
12520 \end_inset
12521
12522
12523 \begin_inset CommandInset ref
12524 LatexCommand ref
12525 reference "sub:Puntos"
12526
12527 \end_inset
12528
12529 .
12530 \end_layout
12531
12532 \begin_layout Standard
12533 Para texto se puede insertar espacio variable con el menú 
12534 \family sans
12535 Insertar\SpecialChar \menuseparator
12536 Formato\SpecialChar \menuseparator
12537 Espacio
12538 \begin_inset space ~
12539 \end_inset
12540
12541 horizontal
12542 \family default
12543 :
12544 \end_layout
12545
12546 \begin_layout Standard
12547 En esta línea hay un espacio
12548 \begin_inset space \hspace{}
12549 \length 2cm
12550 \end_inset
12551
12552 de 2
12553 \begin_inset space \thinspace{}
12554 \end_inset
12555
12556 cm.
12557 \end_layout
12558
12559 \begin_layout Standard
12560 En esta línea hay un
12561 \begin_inset space \hfill{}
12562 \end_inset
12563
12564 espacio máximo.
12565 \end_layout
12566
12567 \begin_layout Subsection
12568 Espacio adicional en ecuaciones en línea
12569 \begin_inset Index idx
12570 status collapsed
12571
12572 \begin_layout Plain Layout
12573 Espacio ! adicional en línea
12574 \end_layout
12575
12576 \end_inset
12577
12578
12579 \end_layout
12580
12581 \begin_layout Standard
12582 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12583  
12584 \series bold
12585
12586 \backslash
12587 mathsurround
12588 \series default
12589
12590 \begin_inset Index idx
12591 status collapsed
12592
12593 \begin_layout Plain Layout
12594 Comandos ! M ! 
12595 \backslash
12596 mathsurround
12597 \end_layout
12598
12599 \end_inset
12600
12601 .
12602  El valor de una longitud se establece con el comando 
12603 \series bold
12604
12605 \backslash
12606 setlength
12607 \series default
12608
12609 \begin_inset Index idx
12610 status collapsed
12611
12612 \begin_layout Plain Layout
12613 Comandos ! S ! 
12614 \backslash
12615 setlength
12616 \end_layout
12617
12618 \end_inset
12619
12620  según el siguiente esquema:
12621 \end_layout
12622
12623 \begin_layout Standard
12624
12625 \series bold
12626
12627 \backslash
12628 setlength{nombre de la longitud}{valor}
12629 \end_layout
12630
12631 \begin_layout Standard
12632 Para poner a 
12633 \series bold
12634
12635 \backslash
12636 mathsurround
12637 \series default
12638  un valor de 5
12639 \begin_inset space \thinspace{}
12640 \end_inset
12641
12642 mm, se inserta el comando
12643 \end_layout
12644
12645 \begin_layout Standard
12646
12647 \series bold
12648
12649 \backslash
12650 setlength{
12651 \backslash
12652 mathsurround}{5mm}
12653 \end_layout
12654
12655 \begin_layout Standard
12656 en modo TeX.
12657  Se establecerá un espacio de 5
12658 \begin_inset space \thinspace{}
12659 \end_inset
12660
12661 mm alrededor de todas las ecuaciones en línea:
12662 \begin_inset ERT
12663 status collapsed
12664
12665 \begin_layout Plain Layout
12666
12667
12668 \backslash
12669 setlength{
12670 \backslash
12671 mathsurround}{5mm}
12672 \end_layout
12673
12674 \end_inset
12675
12676
12677 \end_layout
12678
12679 \begin_layout Standard
12680 En esta línea hay una ecuación 
12681 \begin_inset Formula $A=B$
12682 \end_inset
12683
12684  rodeada por espacios de 5
12685 \begin_inset space \thinspace{}
12686 \end_inset
12687
12688 mm.
12689 \begin_inset ERT
12690 status collapsed
12691
12692 \begin_layout Plain Layout
12693
12694
12695 \backslash
12696 setlength{
12697 \backslash
12698 mathsurround}{0mm}
12699 \end_layout
12700
12701 \end_inset
12702
12703
12704 \end_layout
12705
12706 \begin_layout Standard
12707 Para volver al espacio predeterminado, 
12708 \series bold
12709
12710 \backslash
12711 mathsurround
12712 \series default
12713  se restablece al valor 0
12714 \begin_inset space \thinspace{}
12715 \end_inset
12716
12717 pt.
12718 \end_layout
12719
12720 \begin_layout Section
12721 Marcos y bordes
12722 \begin_inset Index idx
12723 status collapsed
12724
12725 \begin_layout Plain Layout
12726 Marcos
12727 \end_layout
12728
12729 \end_inset
12730
12731
12732 \end_layout
12733
12734 \begin_layout Standard
12735 Los marcos para texto se describen en el capítulo 
12736 \emph on
12737 Marcos
12738 \emph default
12739  del manual 
12740 \emph on
12741 Objetos insertados
12742 \emph default
12743 .
12744 \end_layout
12745
12746 \begin_layout Subsection
12747 Marcos con bordes
12748 \begin_inset CommandInset label
12749 LatexCommand label
12750 name "sub:Marcos-con-bordes"
12751
12752 \end_inset
12753
12754
12755 \begin_inset Index idx
12756 status collapsed
12757
12758 \begin_layout Plain Layout
12759 Marcos ! con bordes
12760 \end_layout
12761
12762 \end_inset
12763
12764
12765 \end_layout
12766
12767 \begin_layout Standard
12768 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12769 \series bold
12770
12771 \backslash
12772 fbox
12773 \series default
12774
12775 \begin_inset Index idx
12776 status collapsed
12777
12778 \begin_layout Plain Layout
12779 Comandos ! F ! 
12780 \backslash
12781 fbox
12782 \end_layout
12783
12784 \end_inset
12785
12786  y 
12787 \series bold
12788
12789 \backslash
12790 boxed
12791 \series default
12792
12793 \begin_inset Index idx
12794 status collapsed
12795
12796 \begin_layout Plain Layout
12797 Comandos ! B ! 
12798 \backslash
12799 boxed
12800 \end_layout
12801
12802 \end_inset
12803
12804 .
12805 \end_layout
12806
12807 \begin_layout Standard
12808 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12809  azul en un marco donde se introducen partes de una ecuación.
12810  Para 
12811 \series bold
12812
12813 \backslash
12814 fbox
12815 \series default
12816  hay que generar una ecuación adicional con 
12817 \family sans
12818 Ctrl+M
12819 \family default
12820  dentro del recuadro, porque si no el contenido del mismo sería considerado
12821  texto matemático.
12822  Si se usa 
12823 \series bold
12824
12825 \backslash
12826 boxed
12827 \series default
12828  la nueva ecuación se genera automáticamente dentro del marco.
12829 \end_layout
12830
12831 \begin_layout Standard
12832 El comando 
12833 \series bold
12834
12835 \backslash
12836 fbox
12837 \series default
12838  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12839  ecuación tendría siempre el tamaño del texto.
12840  Por otra parte, 
12841 \series bold
12842
12843 \backslash
12844 fboxed
12845 \series default
12846  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12847  siempre el tamaño de una ecuación presentada.
12848 \end_layout
12849
12850 \begin_layout Standard
12851 El comando 
12852 \series bold
12853
12854 \backslash
12855 framebox
12856 \series default
12857
12858 \begin_inset Index idx
12859 status collapsed
12860
12861 \begin_layout Plain Layout
12862 Comandos ! F ! 
12863 \backslash
12864 framebox
12865 \end_layout
12866
12867 \end_inset
12868
12869  es una extensión de 
12870 \series bold
12871
12872 \backslash
12873 fbox
12874 \series default
12875 , que permite especificar además la anchura del marco y la alineación.
12876  
12877 \series bold
12878
12879 \backslash
12880 framebox
12881 \series default
12882  se usa con el siguiente esquema: 
12883 \end_layout
12884
12885 \begin_layout Standard
12886
12887 \series bold
12888
12889 \backslash
12890 framebox[anchura del marco][posición]{contenido del cuadro}
12891 \end_layout
12892
12893 \begin_layout Standard
12894 La posición puede ser 
12895 \emph on
12896 l
12897 \emph default
12898  o 
12899 \emph on
12900 r
12901 \emph default
12902
12903 \emph on
12904 l
12905 \emph default
12906  alinea la ecuación a la izquierda del marcro, 
12907 \emph on
12908 r
12909 \emph default
12910  la alinea a la derecha.
12911  Si no se da posición la ecuación será centrada.
12912 \begin_inset Newline newline
12913 \end_inset
12914
12915 Si no se pone anchura tampoco puede darse posición.
12916  En este caso la anchura del borde se ajusta al contenido del cuadro, como
12917  con 
12918 \series bold
12919
12920 \backslash
12921 fbox
12922 \series default
12923 .
12924  
12925 \end_layout
12926
12927 \begin_layout Standard
12928 Cuando se inserta el comando 
12929 \series bold
12930
12931 \backslash
12932 framebox
12933 \series default
12934  aparece un recuadro con tres marcos azules.
12935  Los dos primeros marcos están encerrados entre corchetes e indican los
12936  dos argumentos opcionales.
12937  El tercer marco es para partes de la ecuación, como para 
12938 \series bold
12939
12940 \backslash
12941 fbox
12942 \series default
12943 .
12944 \end_layout
12945
12946 \begin_layout Standard
12947 \noindent
12948 \align center
12949 \begin_inset Newpage newpage
12950 \end_inset
12951
12952
12953 \end_layout
12954
12955 \begin_layout Standard
12956 \noindent
12957 \align center
12958 \begin_inset Tabular
12959 <lyxtabular version="3" rows="5" columns="2">
12960 <features tabularvalignment="middle">
12961 <column alignment="center" valignment="top" width="0">
12962 <column alignment="center" valignment="top" width="0">
12963 <row>
12964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968 Comando
12969 \end_layout
12970
12971 \end_inset
12972 </cell>
12973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12974 \begin_inset Text
12975
12976 \begin_layout Plain Layout
12977 Resultado
12978 \begin_inset Note Note
12979 status collapsed
12980
12981 \begin_layout Plain Layout
12982
12983 \series bold
12984
12985 \backslash
12986 raisebox
12987 \series default
12988  se usa sólo como espaciador
12989 \end_layout
12990
12991 \end_inset
12992
12993
12994 \end_layout
12995
12996 \end_inset
12997 </cell>
12998 </row>
12999 <row>
13000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13001 \begin_inset Text
13002
13003 \begin_layout Plain Layout
13004
13005 \backslash
13006 fbox
13007 \begin_inset ERT
13008 status collapsed
13009
13010 \begin_layout Plain Layout
13011
13012
13013 \backslash
13014 spce 
13015 \end_layout
13016
13017 \end_inset
13018
13019
13020 \family sans
13021 Ctrl+M
13022 \family default
13023  
13024 \backslash
13025 int
13026 \begin_inset ERT
13027 status collapsed
13028
13029 \begin_layout Plain Layout
13030
13031
13032 \backslash
13033 spce 
13034 \end_layout
13035
13036 \end_inset
13037
13038 A=B
13039 \end_layout
13040
13041 \end_inset
13042 </cell>
13043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13044 \begin_inset Text
13045
13046 \begin_layout Plain Layout
13047 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
13048 \end_inset
13049
13050
13051 \end_layout
13052
13053 \end_inset
13054 </cell>
13055 </row>
13056 <row>
13057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13058 \begin_inset Text
13059
13060 \begin_layout Plain Layout
13061
13062 \backslash
13063 boxed
13064 \begin_inset ERT
13065 status collapsed
13066
13067 \begin_layout Plain Layout
13068
13069
13070 \backslash
13071 spce 
13072 \end_layout
13073
13074 \end_inset
13075
13076
13077 \backslash
13078 int
13079 \begin_inset ERT
13080 status collapsed
13081
13082 \begin_layout Plain Layout
13083
13084
13085 \backslash
13086 spce 
13087 \end_layout
13088
13089 \end_inset
13090
13091 A=B
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13101 \end_inset
13102
13103
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 </row>
13109 <row>
13110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13111 \begin_inset Text
13112
13113 \begin_layout Plain Layout
13114 A+
13115 \backslash
13116 fbox
13117 \begin_inset ERT
13118 status collapsed
13119
13120 \begin_layout Plain Layout
13121
13122
13123 \backslash
13124 spce 
13125 \end_layout
13126
13127 \end_inset
13128
13129 B
13130 \end_layout
13131
13132 \end_inset
13133 </cell>
13134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13135 \begin_inset Text
13136
13137 \begin_layout Plain Layout
13138 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13139 \end_inset
13140
13141
13142 \end_layout
13143
13144 \end_inset
13145 </cell>
13146 </row>
13147 <row>
13148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13149 \begin_inset Text
13150
13151 \begin_layout Plain Layout
13152
13153 \backslash
13154 framebox
13155 \begin_inset ERT
13156 status collapsed
13157
13158 \begin_layout Plain Layout
13159
13160
13161 \backslash
13162 spce 
13163 \end_layout
13164
13165 \end_inset
13166
13167 20mm
13168 \begin_inset Formula $\to$
13169 \end_inset
13170
13171
13172 \begin_inset Formula $\to$
13173 \end_inset
13174
13175
13176 \family sans
13177 Ctrl+M
13178 \family default
13179  
13180 \backslash
13181 frac
13182 \begin_inset ERT
13183 status collapsed
13184
13185 \begin_layout Plain Layout
13186
13187
13188 \backslash
13189 spce 
13190 \end_layout
13191
13192 \end_inset
13193
13194 A
13195 \begin_inset Formula $\downarrow$
13196 \end_inset
13197
13198 B
13199 \end_layout
13200
13201 \end_inset
13202 </cell>
13203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13204 \begin_inset Text
13205
13206 \begin_layout Plain Layout
13207 \begin_inset Formula $\raisebox{6mm}{}$
13208 \end_inset
13209
13210
13211 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13212 \end_inset
13213
13214
13215 \begin_inset Formula $\raisebox{-4mm}{}$
13216 \end_inset
13217
13218
13219 \end_layout
13220
13221 \end_inset
13222 </cell>
13223 </row>
13224 </lyxtabular>
13225
13226 \end_inset
13227
13228
13229 \end_layout
13230
13231 \begin_layout Standard
13232 El grosor del borde también se puede ajustar.
13233  Para ello hay que insertar los siguientes comandos en modo TeX antes de
13234  la fórmula:
13235 \end_layout
13236
13237 \begin_layout Standard
13238
13239 \series bold
13240
13241 \backslash
13242 fboxrule
13243 \series default
13244  
13245 \series bold
13246
13247 \begin_inset Quotes fld
13248 \end_inset
13249
13250 grosor
13251 \begin_inset Quotes frd
13252 \end_inset
13253
13254
13255 \series default
13256  
13257 \series bold
13258
13259 \backslash
13260 fboxsep
13261 \series default
13262  
13263 \series bold
13264
13265 \begin_inset Quotes fld
13266 \end_inset
13267
13268 distancia
13269 \begin_inset Quotes frd
13270 \end_inset
13271
13272
13273 \end_layout
13274
13275 \begin_layout Standard
13276 \begin_inset Quotes fld
13277 \end_inset
13278
13279 distancia
13280 \begin_inset Quotes frd
13281 \end_inset
13282
13283  especifica la distancia mínima entre el borde y el primer carácter en el
13284  cuadro.
13285  Un ejemplo de esto es la siguiente ecuación enmarcada:
13286 \begin_inset ERT
13287 status collapsed
13288
13289 \begin_layout Plain Layout
13290
13291
13292 \backslash
13293 fboxrule 2mm 
13294 \backslash
13295 fboxsep 3mm
13296 \end_layout
13297
13298 \end_inset
13299
13300
13301 \begin_inset Formula 
13302 \[
13303 \boxed{A+B=C}
13304 \]
13305
13306 \end_inset
13307
13308
13309 \end_layout
13310
13311 \begin_layout Standard
13312 Delante de esta ecuación se han insertado los comandos
13313 \end_layout
13314
13315 \begin_layout Standard
13316
13317 \series bold
13318
13319 \backslash
13320 fboxrule
13321 \series default
13322  
13323 \series bold
13324 2mm
13325 \series default
13326  
13327 \series bold
13328
13329 \backslash
13330 fboxsep
13331 \series default
13332  
13333 \series bold
13334 3mm
13335 \end_layout
13336
13337 \begin_layout Standard
13338 en modo TeX.
13339  Los valores dados se usan para todos los marcos siguientes.
13340 \end_layout
13341
13342 \begin_layout Standard
13343 Para volver al tamaño estándar del marco se inserta el comando
13344 \end_layout
13345
13346 \begin_layout Standard
13347
13348 \series bold
13349
13350 \backslash
13351 fboxrule
13352 \series default
13353  
13354 \series bold
13355 0.4pt
13356 \series default
13357  
13358 \series bold
13359
13360 \backslash
13361 fboxsep
13362 \series default
13363  
13364 \series bold
13365 3pt
13366 \series default
13367
13368 \begin_inset ERT
13369 status collapsed
13370
13371 \begin_layout Plain Layout
13372
13373
13374 \backslash
13375 fboxrule 0.4pt 
13376 \backslash
13377 fboxsep 3pt
13378 \end_layout
13379
13380 \end_inset
13381
13382
13383 \end_layout
13384
13385 \begin_layout Standard
13386 en modo TeX antes de la ecuación siguiente.
13387 \end_layout
13388
13389 \begin_layout Subsection
13390 Marcos sin bordes
13391 \begin_inset CommandInset label
13392 LatexCommand label
13393 name "sub:Marcos-sin-bordes"
13394
13395 \end_inset
13396
13397
13398 \begin_inset Index idx
13399 status open
13400
13401 \begin_layout Plain Layout
13402 Marcos ! sin borde
13403 \end_layout
13404
13405 \end_inset
13406
13407
13408 \end_layout
13409
13410 \begin_layout Standard
13411 Para marcos sin borde hay los comandos: 
13412 \series bold
13413
13414 \backslash
13415 mbox
13416 \series default
13417
13418 \begin_inset Index idx
13419 status collapsed
13420
13421 \begin_layout Plain Layout
13422 Comandos ! M ! 
13423 \backslash
13424 mbox
13425 \end_layout
13426
13427 \end_inset
13428
13429
13430 \series bold
13431
13432 \backslash
13433 makebox
13434 \series default
13435
13436 \begin_inset Index idx
13437 status collapsed
13438
13439 \begin_layout Plain Layout
13440 Comandos ! M ! 
13441 \backslash
13442 makebox
13443 \end_layout
13444
13445 \end_inset
13446
13447  y 
13448 \series bold
13449
13450 \backslash
13451 raisebox
13452 \series default
13453
13454 \begin_inset Index idx
13455 status collapsed
13456
13457 \begin_layout Plain Layout
13458 Comandos ! R ! 
13459 \backslash
13460 raisebox
13461 \end_layout
13462
13463 \end_inset
13464
13465 .
13466 \end_layout
13467
13468 \begin_layout Standard
13469 Con 
13470 \series bold
13471
13472 \backslash
13473 raisebox
13474 \series default
13475  se puede poner un marco subíndice o superíndice, pero a diferencia de los
13476  normales, los caracteres en el marco mantienen su tamaño de tipografía.
13477  
13478 \series bold
13479
13480 \backslash
13481 raisebox
13482 \series default
13483  se usa con el siguiente esquema: 
13484 \end_layout
13485
13486 \begin_layout Standard
13487
13488 \series bold
13489
13490 \backslash
13491 raisebox{altura}{contenido del marco}
13492 \end_layout
13493
13494 \begin_layout Standard
13495 Cuando el marco tenga que contener una ecuación, hace falta una ecuación
13496  extra, como con 
13497 \series bold
13498
13499 \backslash
13500 fbox
13501 \series default
13502 .
13503  
13504 \begin_inset Note Greyedout
13505 status open
13506
13507 \begin_layout Plain Layout
13508
13509 \series bold
13510 Nota
13511 \series default
13512 : Para
13513 \series bold
13514
13515 \backslash
13516 raisebox
13517 \series default
13518  se ha creado esta ecuación extra tecleando 
13519 \family sans
13520 Ctrl+M
13521 \family default
13522  dos veces en vez de una porque LyX aún no soporta 
13523 \series bold
13524
13525 \backslash
13526 raisebox
13527 \series default
13528  directamente.
13529 \end_layout
13530
13531 \end_inset
13532
13533
13534 \end_layout
13535
13536 \begin_layout Standard
13537 \align center
13538 \begin_inset Tabular
13539 <lyxtabular version="3" rows="4" columns="2">
13540 <features tabularvalignment="middle">
13541 <column alignment="center" valignment="top" width="0">
13542 <column alignment="center" valignment="top" width="0">
13543 <row>
13544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13545 \begin_inset Text
13546
13547 \begin_layout Plain Layout
13548 Comando
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557 Resultado
13558 \end_layout
13559
13560 \end_inset
13561 </cell>
13562 </row>
13563 <row>
13564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 H
13569 \backslash
13570 raisebox{2mm
13571 \begin_inset Formula $\to$
13572 \end_inset
13573
13574
13575 \backslash
13576 {al
13577 \begin_inset Formula $\to$
13578 \end_inset
13579
13580  lo
13581 \end_layout
13582
13583 \end_inset
13584 </cell>
13585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13586 \begin_inset Text
13587
13588 \begin_layout Plain Layout
13589 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13590 \end_inset
13591
13592
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 </row>
13598 <row>
13599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603 H
13604 \backslash
13605 raisebox{-2mm
13606 \begin_inset Formula $\to$
13607 \end_inset
13608
13609
13610 \backslash
13611 {al
13612 \begin_inset Formula $\to$
13613 \end_inset
13614
13615 lo
13616 \end_layout
13617
13618 \end_inset
13619 </cell>
13620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Plain Layout
13624 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13625 \end_inset
13626
13627
13628 \end_layout
13629
13630 \end_inset
13631 </cell>
13632 </row>
13633 <row>
13634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13635 \begin_inset Text
13636
13637 \begin_layout Plain Layout
13638 A=
13639 \backslash
13640 raisebox{-2mm
13641 \begin_inset Formula $\to$
13642 \end_inset
13643
13644
13645 \backslash
13646 {
13647 \family sans
13648 Ctrl+M Ctrl+M
13649 \family default
13650  
13651 \backslash
13652 sqrt
13653 \begin_inset ERT
13654 status collapsed
13655
13656 \begin_layout Plain Layout
13657
13658
13659 \backslash
13660 spce 
13661 \end_layout
13662
13663 \end_inset
13664
13665
13666 \end_layout
13667
13668 \end_inset
13669 </cell>
13670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13671 \begin_inset Text
13672
13673 \begin_layout Plain Layout
13674 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13675 \end_inset
13676
13677
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 </row>
13683 </lyxtabular>
13684
13685 \end_inset
13686
13687
13688 \end_layout
13689
13690 \begin_layout Standard
13691 El comando 
13692 \series bold
13693
13694 \backslash
13695 mbox
13696 \series default
13697  es equivalente a 
13698 \series bold
13699
13700 \backslash
13701 fbox
13702 \series default
13703  y 
13704 \series bold
13705
13706 \backslash
13707 makebox
13708 \series default
13709  es equivalente a 
13710 \series bold
13711
13712 \backslash
13713 framebox
13714 \series default
13715 , con la diferencia de que no hay marco.
13716 \end_layout
13717
13718 \begin_layout Subsection
13719 Marcos coloreados
13720 \begin_inset CommandInset label
13721 LatexCommand label
13722 name "sub:Marcos-coloreados"
13723
13724 \end_inset
13725
13726
13727 \begin_inset Index idx
13728 status open
13729
13730 \begin_layout Plain Layout
13731 Marcos ! coloreados
13732 \end_layout
13733
13734 \end_inset
13735
13736
13737 \end_layout
13738
13739 \begin_layout Standard
13740 Para poder usar todos los comandos explicados en esta sección hay que cargar
13741  en el preámbulo LaTeX el paquete LaTeX 
13742 \series bold
13743 color
13744 \series default
13745
13746 \begin_inset Foot
13747 status collapsed
13748
13749 \begin_layout Plain Layout
13750 El paquete LaTeX 
13751 \series bold
13752 color
13753 \series default
13754  forma parte de toda distribución LaTeX estándar.
13755 \end_layout
13756
13757 \end_inset
13758
13759
13760 \begin_inset Index idx
13761 status collapsed
13762
13763 \begin_layout Plain Layout
13764 Paquetes ! color
13765 \end_layout
13766
13767 \end_inset
13768
13769 , con la línea
13770 \begin_inset Foot
13771 status collapsed
13772
13773 \begin_layout Plain Layout
13774 Cuando hay texto coloreado con un color predefinido en alguna parte del
13775  documento, LyX carga automáticamente el paquete LaTeX 
13776 \series bold
13777 color
13778 \series default
13779 .
13780  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13781  origina problemas.
13782 \end_layout
13783
13784 \end_inset
13785
13786
13787 \begin_inset Note Note
13788 status collapsed
13789
13790 \begin_layout Plain Layout
13791 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13792  en el preámbulo LaTeX.
13793 \end_layout
13794
13795 \end_inset
13796
13797
13798 \end_layout
13799
13800 \begin_layout Standard
13801
13802 \series bold
13803
13804 \backslash
13805 usepackage{color}
13806 \begin_inset VSpace medskip
13807 \end_inset
13808
13809
13810 \end_layout
13811
13812 \begin_layout Standard
13813 Para colorear marcos se usa el comando 
13814 \series bold
13815
13816 \backslash
13817 colorbox
13818 \series default
13819
13820 \begin_inset Index idx
13821 status collapsed
13822
13823 \begin_layout Plain Layout
13824 Comandos ! C ! 
13825 \backslash
13826 colorbox
13827 \end_layout
13828
13829 \end_inset
13830
13831  con el siguiente esquema:
13832 \end_layout
13833
13834 \begin_layout Standard
13835
13836 \series bold
13837
13838 \backslash
13839 colorbox{color}{contenido del marco}
13840 \end_layout
13841
13842 \begin_layout Standard
13843 El contenido del marco puede ser otro marco, y también un 
13844 \backslash
13845
13846 \series bold
13847 colorbox
13848 \series default
13849  puede ser parte de otro marco (véanse los ejemplos 2º y 3º).
13850  Si el marco debe contener una ecuación debe crearse una ecuación extra,
13851  como con 
13852 \series bold
13853
13854 \backslash
13855 raisebox
13856 \series default
13857 .
13858 \begin_inset Foot
13859 status collapsed
13860
13861 \begin_layout Plain Layout
13862 Esto también se aplica para el comando 
13863 \series bold
13864
13865 \backslash
13866 fcolorbox
13867 \series default
13868 .
13869 \end_layout
13870
13871 \end_inset
13872
13873  
13874 \end_layout
13875
13876 \begin_layout Standard
13877 Se puede elegir uno de los siguientes colores predefinidos:
13878 \end_layout
13879
13880 \begin_layout Standard
13881
13882 \series bold
13883 black
13884 \series default
13885
13886 \series bold
13887 blue
13888 \series default
13889
13890 \series bold
13891 cyan
13892 \series default
13893
13894 \series bold
13895 green
13896 \series default
13897
13898 \series bold
13899 magenta
13900 \series default
13901
13902 \series bold
13903 red
13904 \series default
13905
13906 \series bold
13907 white
13908 \series default
13909
13910 \series bold
13911 yellow
13912 \end_layout
13913
13914 \begin_layout Standard
13915 \align center
13916 \begin_inset Tabular
13917 <lyxtabular version="3" rows="4" columns="2">
13918 <features tabularvalignment="middle">
13919 <column alignment="center" valignment="top" width="0">
13920 <column alignment="center" valignment="top" width="0">
13921 <row>
13922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13923 \begin_inset Text
13924
13925 \begin_layout Plain Layout
13926 Comando
13927 \end_layout
13928
13929 \end_inset
13930 </cell>
13931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13932 \begin_inset Text
13933
13934 \begin_layout Plain Layout
13935 Resultado
13936 \begin_inset Note Note
13937 status collapsed
13938
13939 \begin_layout Plain Layout
13940
13941 \series bold
13942
13943 \backslash
13944 raisebox
13945 \series default
13946  se usa sólo como espaciador
13947 \end_layout
13948
13949 \end_inset
13950
13951
13952 \end_layout
13953
13954 \end_inset
13955 </cell>
13956 </row>
13957 <row>
13958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13959 \begin_inset Text
13960
13961 \begin_layout Plain Layout
13962
13963 \backslash
13964 colorbox{yellow
13965 \begin_inset Formula $\to$
13966 \end_inset
13967
13968
13969 \backslash
13970 {A=B
13971 \end_layout
13972
13973 \end_inset
13974 </cell>
13975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13976 \begin_inset Text
13977
13978 \begin_layout Plain Layout
13979 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13980 \end_inset
13981
13982
13983 \end_layout
13984
13985 \end_inset
13986 </cell>
13987 </row>
13988 <row>
13989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13990 \begin_inset Text
13991
13992 \begin_layout Plain Layout
13993
13994 \backslash
13995 colorbox{green
13996 \begin_inset Formula $\to$
13997 \end_inset
13998
13999
14000 \backslash
14001 {
14002 \backslash
14003 fbox
14004 \begin_inset ERT
14005 status collapsed
14006
14007 \begin_layout Plain Layout
14008
14009
14010 \backslash
14011 spce 
14012 \end_layout
14013
14014 \end_inset
14015
14016 A=B
14017 \end_layout
14018
14019 \end_inset
14020 </cell>
14021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14022 \begin_inset Text
14023
14024 \begin_layout Plain Layout
14025 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
14026 \end_inset
14027
14028
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 </row>
14034 <row>
14035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039
14040 \backslash
14041 fbox
14042 \begin_inset ERT
14043 status collapsed
14044
14045 \begin_layout Plain Layout
14046
14047
14048 \backslash
14049 spce 
14050 \end_layout
14051
14052 \end_inset
14053
14054
14055 \backslash
14056 colorbox{green
14057 \begin_inset Formula $\to$
14058 \end_inset
14059
14060
14061 \backslash
14062 {
14063 \family sans
14064 Ctrl+M Ctrl+M
14065 \family default
14066  
14067 \backslash
14068 int
14069 \begin_inset ERT
14070 status collapsed
14071
14072 \begin_layout Plain Layout
14073
14074
14075 \backslash
14076 spce 
14077 \end_layout
14078
14079 \end_inset
14080
14081 C=D
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14087 \begin_inset Text
14088
14089 \begin_layout Plain Layout
14090 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14091 \end_inset
14092
14093
14094 \end_layout
14095
14096 \end_inset
14097 </cell>
14098 </row>
14099 </lyxtabular>
14100
14101 \end_inset
14102
14103
14104 \end_layout
14105
14106 \begin_layout Standard
14107
14108 \series bold
14109
14110 \backslash
14111 colorbox
14112 \series default
14113  sólo colorea el marco pero no los caracteres.
14114  Para colorear todos los caracteres se selecciona toda la ecuación y se
14115  elige un color en el diálogo 
14116 \family sans
14117 Estilo
14118 \begin_inset space ~
14119 \end_inset
14120
14121 del
14122 \begin_inset space ~
14123 \end_inset
14124
14125 texto
14126 \family default
14127 .
14128  El diálogo puede abrirse con el botón 
14129 \begin_inset Graphics
14130         filename ../../images/dialog-show_character.png
14131         scale 85
14132
14133 \end_inset
14134
14135  de la barra de herramientas o con el menú 
14136 \family sans
14137 Editar\SpecialChar \menuseparator
14138 Estilo
14139 \begin_inset space ~
14140 \end_inset
14141
14142 del
14143 \begin_inset space ~
14144 \end_inset
14145
14146 texto\SpecialChar \menuseparator
14147 Personalizado
14148 \family default
14149 .
14150  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
14151  Si el número de la ecuación debe tener otro color que el de los caracteres
14152  de la ecuación, el color debe cambiarse dentro de la ecuación.
14153 \end_layout
14154
14155 \begin_layout Standard
14156 Un ejemplo:
14157 \color red
14158
14159 \begin_inset Formula 
14160 \begin{equation}
14161 {\color{red}\int A=B}\label{eq:rojo}
14162 \end{equation}
14163
14164 \end_inset
14165
14166
14167 \color green
14168
14169 \begin_inset Formula 
14170 \begin{equation}
14171 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}
14172 \end{equation}
14173
14174 \end_inset
14175
14176
14177 \end_layout
14178
14179 \begin_layout Standard
14180 La ecuación 
14181 \begin_inset CommandInset ref
14182 LatexCommand eqref
14183 reference "eq:rojo"
14184
14185 \end_inset
14186
14187  está toda coloreada en rojo.
14188 \begin_inset Newline newline
14189 \end_inset
14190
14191 La ecuación 
14192 \begin_inset CommandInset ref
14193 LatexCommand eqref
14194 reference "eq:rojoverde"
14195
14196 \end_inset
14197
14198  se ha coloreado en primer lugar toda en verde para colorear el número de
14199  la ecuación.
14200  Posteriormente se han coloreado en rojo los caracteres.
14201 \family sans
14202
14203 \begin_inset VSpace bigskip
14204 \end_inset
14205
14206
14207 \end_layout
14208
14209 \begin_layout Standard
14210 Para colorear diferente el borde y el marcose usa el comando 
14211 \series bold
14212
14213 \backslash
14214 fcolorbox
14215 \series default
14216
14217 \begin_inset Index idx
14218 status collapsed
14219
14220 \begin_layout Plain Layout
14221 Comandos ! F ! 
14222 \backslash
14223 fcolorbox
14224 \end_layout
14225
14226 \end_inset
14227
14228  con el siguiente esquema:
14229 \end_layout
14230
14231 \begin_layout Standard
14232
14233 \series bold
14234
14235 \backslash
14236 fcolorbox{color del borde}{color}{contenido del marco}
14237 \end_layout
14238
14239 \begin_layout Standard
14240 Así pues 
14241 \series bold
14242
14243 \backslash
14244 fcolorbox
14245 \series default
14246  es una extensión del comando 
14247 \series bold
14248
14249 \backslash
14250 colorbox
14251 \series default
14252 .
14253  La anchura del borde se establece, como para 
14254 \series bold
14255
14256 \backslash
14257 framebox
14258 \series default
14259 , con 
14260 \series bold
14261
14262 \backslash
14263 fboxrule
14264 \series default
14265  y 
14266 \series bold
14267
14268 \backslash
14269 fboxsep
14270 \series default
14271 .
14272  Un ejemplo:
14273 \begin_inset ERT
14274 status collapsed
14275
14276 \begin_layout Plain Layout
14277
14278
14279 \backslash
14280 fboxrule 1mm 
14281 \backslash
14282 fboxsep 1mm
14283 \end_layout
14284
14285 \end_inset
14286
14287
14288 \begin_inset Formula 
14289 \[
14290 \fcolorbox{cyan}{magenta}{A=B}
14291 \]
14292
14293 \end_inset
14294
14295
14296 \end_layout
14297
14298 \begin_layout Standard
14299 \begin_inset ERT
14300 status collapsed
14301
14302 \begin_layout Plain Layout
14303
14304
14305 \backslash
14306 fboxrule 0.4pt 
14307 \backslash
14308 fboxsep 3pt
14309 \end_layout
14310
14311 \end_inset
14312
14313
14314 \end_layout
14315
14316 \begin_layout Standard
14317 Esta ecuación se ha compuesto con el comando
14318 \begin_inset Newline newline
14319 \end_inset
14320
14321
14322 \series bold
14323
14324 \backslash
14325 fcolorbox{cyan
14326 \begin_inset Formula $\to$
14327 \end_inset
14328
14329
14330 \backslash
14331 {magenta
14332 \begin_inset Formula $\to$
14333 \end_inset
14334
14335
14336 \backslash
14337 {A=B
14338 \end_layout
14339
14340 \begin_layout Standard
14341 \begin_inset VSpace bigskip
14342 \end_inset
14343
14344
14345 \end_layout
14346
14347 \begin_layout Standard
14348 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14349 \end_layout
14350
14351 \begin_layout Standard
14352 Por ejemplo, se puede definir el color 
14353 \begin_inset Quotes fld
14354 \end_inset
14355
14356
14357 \series bold
14358 verdeoscuro
14359 \series default
14360
14361 \begin_inset Quotes frd
14362 \end_inset
14363
14364  con la línea de preámbulo LaTeX:
14365 \end_layout
14366
14367 \begin_layout Standard
14368
14369 \series bold
14370
14371 \backslash
14372 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14373 \series default
14374
14375 \begin_inset Index idx
14376 status collapsed
14377
14378 \begin_layout Plain Layout
14379 Comandos ! D ! 
14380 \backslash
14381 definecolor
14382 \end_layout
14383
14384 \end_inset
14385
14386
14387 \end_layout
14388
14389 \begin_layout Standard
14390
14391 \series bold
14392 cmyk
14393 \series default
14394  es el espacio de color referido a los colores 
14395 \series bold
14396 cyan
14397 \series default
14398
14399 \series bold
14400 magenta
14401 \series default
14402
14403 \series bold
14404 yellow
14405 \series default
14406  y 
14407 \series bold
14408 black
14409 \series default
14410 .
14411  Los cuatro números separados por coma son el factor de cuota para los colores
14412  correspondientes del espacio de color.
14413  Los factores pueden estar en el rango 0-1.
14414  En vez de 
14415 \series bold
14416 cmyk
14417 \series default
14418  se puede usar el espacio de color 
14419 \series bold
14420 rgb
14421 \series default
14422 , que se refiere a 
14423 \series bold
14424 red
14425 \series default
14426
14427 \series bold
14428 green
14429 \series default
14430  y 
14431 \series bold
14432 blue
14433 \series default
14434 , así pues en este caso hay tres factores de cuota para los correspondientes
14435  colores.
14436  Además hay el espacio de color 
14437 \series bold
14438 gray
14439 \series default
14440  con un factor de cuota para el valor gris.
14441 \end_layout
14442
14443 \begin_layout Standard
14444 Como ejemplo he aquí un marco con el nuevo color definido 
14445 \series bold
14446 verdeoscuro
14447 \series default
14448  y los caracteres en color amarillo:
14449 \color black
14450
14451 \begin_inset Formula 
14452 \begin{equation}
14453 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}
14454 \end{equation}
14455
14456 \end_inset
14457
14458
14459 \end_layout
14460
14461 \begin_layout Standard
14462 Los colores personalizados también se pueden usar para texto con la ayuda
14463  del comando 
14464 \series bold
14465
14466 \backslash
14467 textcolor
14468 \series default
14469
14470 \begin_inset Index idx
14471 status collapsed
14472
14473 \begin_layout Plain Layout
14474 Texto ! coloreado
14475 \end_layout
14476
14477 \end_inset
14478
14479
14480 \end_layout
14481
14482 \begin_layout Standard
14483 \begin_inset ERT
14484 status collapsed
14485
14486 \begin_layout Plain Layout
14487
14488
14489 \backslash
14490 textcolor{verdeoscuro}{
14491 \end_layout
14492
14493 \end_inset
14494
14495 Esta frase en 
14496 \begin_inset Quotes fld
14497 \end_inset
14498
14499 verdeoscuro
14500 \begin_inset Quotes frd
14501 \end_inset
14502
14503 .
14504 \begin_inset ERT
14505 status collapsed
14506
14507 \begin_layout Plain Layout
14508
14509 }
14510 \end_layout
14511
14512 \end_inset
14513
14514
14515 \end_layout
14516
14517 \begin_layout Standard
14518
14519 \series bold
14520
14521 \backslash
14522 textcolor
14523 \series default
14524
14525 \begin_inset Index idx
14526 status collapsed
14527
14528 \begin_layout Plain Layout
14529 Comandos ! T ! 
14530 \backslash
14531 textcolor
14532 \end_layout
14533
14534 \end_inset
14535
14536  se usa con el esquema 
14537 \series bold
14538
14539 \backslash
14540 textcolor{color}{caracteres a colorear}
14541 \series default
14542 .
14543 \end_layout
14544
14545 \begin_layout Subsection
14546 Marcos de párrafo
14547 \begin_inset CommandInset label
14548 LatexCommand label
14549 name "sub:Marcos-de-párrafo"
14550
14551 \end_inset
14552
14553
14554 \begin_inset Index idx
14555 status collapsed
14556
14557 \begin_layout Plain Layout
14558 Marcos ! para párrafos
14559 \end_layout
14560
14561 \end_inset
14562
14563
14564 \end_layout
14565
14566 \begin_layout Standard
14567 Un marco que puede contener varias líneas y párrafos, denominado marco de
14568  párrafo (parbox), se puede generar con el menú 
14569 \family sans
14570 Insertar\SpecialChar \menuseparator
14571 Marco
14572 \family default
14573  o con el botón 
14574 \begin_inset Graphics
14575         filename ../../images/box-insert.png
14576         scale 85
14577
14578 \end_inset
14579
14580  de la barra de herramientas.
14581 \end_layout
14582
14583 \begin_layout Standard
14584 El siguiente ejemplo muestra un marco de párrafo en línea:
14585 \begin_inset VSpace medskip
14586 \end_inset
14587
14588 Esta línea contiene 
14589 \begin_inset Box Boxed
14590 position "c"
14591 hor_pos "c"
14592 has_inner_box 1
14593 inner_pos "c"
14594 use_parbox 1
14595 use_makebox 0
14596 width "5cm"
14597 special "none"
14598 height "1in"
14599 height_special "totalheight"
14600 status collapsed
14601
14602 \begin_layout Plain Layout
14603 Esto es un marco de párrafo.
14604  Tiene exactamente 5
14605 \begin_inset space \thinspace{}
14606 \end_inset
14607
14608 cm de largo y además puede contener ecuaciones: 
14609 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14610 \end_inset
14611
14612
14613 \end_layout
14614
14615 \end_inset
14616
14617
14618 \begin_inset space ~
14619 \end_inset
14620
14621  un marco de párrafo.
14622 \begin_inset VSpace medskip
14623 \end_inset
14624
14625 Ese marco se compone haciendo clic derecho sobre el rectángulo gris insertado.
14626  Surge un diálogo con las propiedades del marco.
14627  En este caso: 
14628 \emph on
14629 Decoración
14630 \emph default
14631 : Marco rectangular, 
14632 \emph on
14633 marco interior
14634 \emph default
14635 : Párrafo, 
14636 \emph on
14637 Ancho
14638 \emph default
14639 : 5
14640 \begin_inset space \thinspace{}
14641 \end_inset
14642
14643 cm, 
14644 \emph on
14645 Alineación Vertical
14646 \emph default
14647  
14648 \emph on
14649 marco
14650 \emph default
14651 : Medio.
14652 \end_layout
14653
14654 \begin_layout Standard
14655 \begin_inset VSpace medskip
14656 \end_inset
14657
14658 En LaTeX, un marco de párrafo se inserta con el comando 
14659 \series bold
14660
14661 \backslash
14662 parbox
14663 \series default
14664
14665 \begin_inset Index idx
14666 status collapsed
14667
14668 \begin_layout Plain Layout
14669 Comandos ! P ! 
14670 \backslash
14671 parbox
14672 \end_layout
14673
14674 \end_inset
14675
14676  con el esquema siguiente:
14677 \end_layout
14678
14679 \begin_layout Standard
14680
14681 \series bold
14682
14683 \backslash
14684 parbox[posición]{anchura}{contenido}
14685 \end_layout
14686
14687 \begin_layout Standard
14688 Son posibles las posiciones 
14689 \emph on
14690 b
14691 \emph default
14692  y 
14693 \emph on
14694 t
14695 \emph default
14696
14697 \emph on
14698 b
14699 \emph default
14700  por 
14701 \begin_inset Quotes fld
14702 \end_inset
14703
14704 bottom
14705 \begin_inset Quotes frd
14706 \end_inset
14707
14708  (abajo), que alinea la última línea del marco con el texto de alrededor.
14709  Con 
14710 \emph on
14711 t
14712 \emph default
14713 , por 
14714 \begin_inset Quotes fld
14715 \end_inset
14716
14717 top
14718 \begin_inset Quotes frd
14719 \end_inset
14720
14721  (arriba), la alineación se hace con la primera línea.
14722  Si no se da posición, el marco se centrará verticalmente, véase la sección
14723  
14724 \emph on
14725 Marcos
14726 \emph default
14727  del manual 
14728 \emph on
14729 Objetos insertados
14730 \emph default
14731  para ejemplos.
14732 \end_layout
14733
14734 \begin_layout Standard
14735 \begin_inset VSpace bigskip
14736 \end_inset
14737
14738 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14739  ponerse en un marco de párrafo.
14740  Para ello se inserta el comando
14741 \begin_inset Newline newline
14742 \end_inset
14743
14744
14745 \series bold
14746
14747 \backslash
14748 fbox{
14749 \backslash
14750 parbox{
14751 \backslash
14752 linewidth-2
14753 \backslash
14754 fboxsep-2
14755 \backslash
14756 fboxrule}{
14757 \begin_inset Newline newline
14758 \end_inset
14759
14760
14761 \series default
14762 en modo TeX delante de la ecuación.
14763  Aquí 
14764 \series bold
14765
14766 \backslash
14767 linewidth
14768 \series default
14769
14770 \begin_inset Index idx
14771 status collapsed
14772
14773 \begin_layout Plain Layout
14774 Comandos ! L ! 
14775 \backslash
14776 linewidth
14777 \end_layout
14778
14779 \end_inset
14780
14781  es la anchura de línea establecida para el documento.
14782  Como el marco está por fuera del marco de párrafo, hay que restar de dicha
14783  anchura dos veces la separación del marco y el grosor.
14784  Como LyX no lo hace automáticamente debido a un fallo,
14785 \begin_inset Foot
14786 status collapsed
14787
14788 \begin_layout Plain Layout
14789 \begin_inset CommandInset href
14790 LatexCommand href
14791 name "LyX-bug #4483"
14792 target "http://www.lyx.org/trac/ticket/4483"
14793
14794 \end_inset
14795
14796
14797 \end_layout
14798
14799 \end_inset
14800
14801  hay que usar modo TeX.
14802  Para poder multiplicar y restar en los argumentos hay que cargar en el
14803  preámbulo LaTeX el paquete LaTeX 
14804 \series bold
14805 calc
14806 \series default
14807 ,
14808 \begin_inset Foot
14809 status collapsed
14810
14811 \begin_layout Plain Layout
14812
14813 \series bold
14814 calc
14815 \series default
14816  es parte de toda instalación LaTeX estándar.
14817 \end_layout
14818
14819 \end_inset
14820
14821
14822 \begin_inset Index idx
14823 status collapsed
14824
14825 \begin_layout Plain Layout
14826 Paquetes ! calc
14827 \end_layout
14828
14829 \end_inset
14830
14831  con la línea
14832 \end_layout
14833
14834 \begin_layout Standard
14835
14836 \series bold
14837
14838 \backslash
14839 usepackage{calc}
14840 \end_layout
14841
14842 \begin_layout Standard
14843 Detrás de la ecuación se cierran ambos marcos con 
14844 \series bold
14845 }}
14846 \series default
14847  en modo TeX.
14848  Aquí hay un ejemplo:
14849 \begin_inset ERT
14850 status collapsed
14851
14852 \begin_layout Plain Layout
14853
14854
14855 \backslash
14856 fboxsep 5mm 
14857 \backslash
14858 fboxrule 5mm
14859 \end_layout
14860
14861 \end_inset
14862
14863
14864 \end_layout
14865
14866 \begin_layout Standard
14867 \begin_inset ERT
14868 status collapsed
14869
14870 \begin_layout Plain Layout
14871
14872
14873 \backslash
14874 fbox{
14875 \backslash
14876 parbox{
14877 \backslash
14878 linewidth-2
14879 \backslash
14880 fboxsep-2
14881 \backslash
14882 fboxrule}{
14883 \end_layout
14884
14885 \end_inset
14886
14887
14888 \begin_inset Formula 
14889 \begin{equation}
14890 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14891 \end{equation}
14892
14893 \end_inset
14894
14895
14896 \end_layout
14897
14898 \begin_layout Standard
14899 \begin_inset ERT
14900 status collapsed
14901
14902 \begin_layout Plain Layout
14903
14904 }}
14905 \end_layout
14906
14907 \end_inset
14908
14909
14910 \begin_inset ERT
14911 status collapsed
14912
14913 \begin_layout Plain Layout
14914
14915
14916 \backslash
14917 fboxrule 0.4pt 
14918 \backslash
14919 fboxsep 3pt
14920 \end_layout
14921
14922 \end_inset
14923
14924
14925 \end_layout
14926
14927 \begin_layout Standard
14928 \begin_inset VSpace medskip
14929 \end_inset
14930
14931
14932 \end_layout
14933
14934 \begin_layout Standard
14935 Como se ha usado el marco de párrafo como argumento de 
14936 \series bold
14937
14938 \backslash
14939 fbox
14940 \series default
14941 , en este caso no hay diferencia entre 
14942 \series bold
14943
14944 \backslash
14945 fbox
14946 \series default
14947  y 
14948 \series bold
14949
14950 \backslash
14951 boxed
14952 \series default
14953 .
14954  
14955 \end_layout
14956
14957 \begin_layout Standard
14958 \begin_inset VSpace bigskip
14959 \end_inset
14960
14961
14962 \end_layout
14963
14964 \begin_layout Standard
14965 Los marcos de párrafo son muy útiles para comentar ecuaciones directamente.
14966  Para hacerlo, se usa 
14967 \series bold
14968
14969 \backslash
14970 parbox
14971 \series default
14972  en combinación con el comando 
14973 \series bold
14974
14975 \backslash
14976 tag
14977 \series default
14978 .
14979  (Véase más sobre 
14980 \series bold
14981
14982 \backslash
14983 tag
14984 \series default
14985  en 
14986 \begin_inset CommandInset ref
14987 LatexCommand ref
14988 reference "sub:Numeración-personalizada"
14989
14990 \end_inset
14991
14992 ).
14993 \end_layout
14994
14995 \begin_layout Standard
14996 Un ejemplo de ecuación comentada con 
14997 \series bold
14998
14999 \backslash
15000 parbox
15001 \series default
15002 :
15003 \end_layout
15004
15005 \begin_layout Standard
15006 \begin_inset ERT
15007 status collapsed
15008
15009 \begin_layout Plain Layout
15010
15011
15012 \backslash
15013 [5x-7b=3b
15014 \backslash
15015 tag*{
15016 \backslash
15017 parbox{5cm}{
15018 \end_layout
15019
15020 \end_inset
15021
15022 Esto es una descripción.
15023  Está claramente separada de la ecuación y es multilínea.
15024 \begin_inset ERT
15025 status collapsed
15026
15027 \begin_layout Plain Layout
15028
15029 }}
15030 \backslash
15031 ]
15032 \end_layout
15033
15034 \end_inset
15035
15036
15037 \end_layout
15038
15039 \begin_layout Standard
15040 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
15041  no soporta el comando 
15042 \series bold
15043
15044 \backslash
15045 parbox
15046 \series default
15047  en ecuaciones.
15048  La ecuación se compone con la siguiente secuencia de comandos:
15049 \end_layout
15050
15051 \begin_layout Standard
15052 El comando 
15053 \series bold
15054
15055 \backslash
15056 [5x-7b=3b
15057 \backslash
15058 tag*
15059 \backslash
15060 {
15061 \backslash
15062 parbox{5cm}{
15063 \series default
15064  se inserta en modo TeX.
15065 \begin_inset Foot
15066 status collapsed
15067
15068 \begin_layout Plain Layout
15069 Si se usa el estilo de ecuación 
15070 \series bold
15071 Sangrado
15072 \series default
15073
15074 \series bold
15075
15076 \backslash
15077 tag*
15078 \backslash
15079
15080 \series default
15081  se puede reemplazar por 
15082 \series bold
15083
15084 \backslash
15085 hfill
15086 \series default
15087 .
15088  (Véanse los estilos de ecuación en 
15089 \begin_inset CommandInset ref
15090 LatexCommand ref
15091 reference "sec:Estilos-de-ecuación"
15092
15093 \end_inset
15094
15095 ).
15096 \end_layout
15097
15098 \end_inset
15099
15100  Después sigue la descripción en texto normal, y por último 
15101 \series bold
15102 }}
15103 \backslash
15104 ]
15105 \series default
15106  en modo TeX.
15107  Aquí los comandos 
15108 \series bold
15109
15110 \backslash
15111 [
15112 \series default
15113  y 
15114 \series bold
15115
15116 \backslash
15117 ]
15118 \series default
15119  crean una ecuación presentada.
15120 \end_layout
15121
15122 \begin_layout Standard
15123 Las ventajas de 
15124 \series bold
15125
15126 \backslash
15127 parbox
15128 \series default
15129  pueden verse en este ejemplo que se ha 
15130 \begin_inset Quotes fld
15131 \end_inset
15132
15133 comentado
15134 \begin_inset Quotes frd
15135 \end_inset
15136
15137  usando el modo texto matemático:
15138 \begin_inset Formula 
15139 \[
15140 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}
15141 \]
15142
15143 \end_inset
15144
15145
15146 \end_layout
15147
15148 \begin_layout Section
15149 Operadores
15150 \begin_inset Index idx
15151 status collapsed
15152
15153 \begin_layout Plain Layout
15154 Operadores
15155 \end_layout
15156
15157 \end_inset
15158
15159
15160 \end_layout
15161
15162 \begin_layout Subsection
15163 Operadores grandes
15164 \begin_inset CommandInset label
15165 LatexCommand label
15166 name "sub:Operadores-grandes"
15167
15168 \end_inset
15169
15170
15171 \begin_inset Index idx
15172 status collapsed
15173
15174 \begin_layout Plain Layout
15175 Operadores ! grandes
15176 \end_layout
15177
15178 \end_inset
15179
15180
15181 \begin_inset Index idx
15182 status collapsed
15183
15184 \begin_layout Plain Layout
15185 Sumatorios
15186 \end_layout
15187
15188 \end_inset
15189
15190
15191 \begin_inset Index idx
15192 status collapsed
15193
15194 \begin_layout Plain Layout
15195 Integrales
15196 \end_layout
15197
15198 \end_inset
15199
15200
15201 \end_layout
15202
15203 \begin_layout Standard
15204 Para poder usar todos los comandos de integrales listados aquí, debe estar
15205  marcada la opción 
15206 \family sans
15207 Usar paquete esint automáticamente
15208 \family default
15209  en el apartado 
15210 \family sans
15211 Opciones de ecuación
15212 \family default
15213  de la configuración del documento.
15214  
15215 \end_layout
15216
15217 \begin_layout Standard
15218 \begin_inset space \hfill{}
15219 \end_inset
15220
15221
15222 \begin_inset Tabular
15223 <lyxtabular version="3" rows="11" columns="2">
15224 <features tabularvalignment="middle">
15225 <column alignment="center" valignment="top" width="0pt">
15226 <column alignment="center" valignment="top" width="0pt">
15227 <row>
15228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232 Comando
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Plain Layout
15241 Resultado
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 </row>
15247 <row>
15248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252
15253 \backslash
15254 int
15255 \begin_inset Index idx
15256 status collapsed
15257
15258 \begin_layout Plain Layout
15259 Comandos ! I ! 
15260 \backslash
15261 int
15262 \end_layout
15263
15264 \end_inset
15265
15266
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15272 \begin_inset Text
15273
15274 \begin_layout Plain Layout
15275 \begin_inset Formula $\int$
15276 \end_inset
15277
15278
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 </row>
15284 <row>
15285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289
15290 \backslash
15291 oint
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300 \begin_inset Formula $\oint$
15301 \end_inset
15302
15303
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 </row>
15309 <row>
15310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314
15315 \backslash
15316 ointctrclockwise
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325 \begin_inset Formula $\ointctrclockwise$
15326 \end_inset
15327
15328
15329 \end_layout
15330
15331 \end_inset
15332 </cell>
15333 </row>
15334 <row>
15335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15336 \begin_inset Text
15337
15338 \begin_layout Plain Layout
15339
15340 \backslash
15341 ointclockwise
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Plain Layout
15350 \begin_inset Formula $\ointclockwise$
15351 \end_inset
15352
15353
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 </row>
15359 <row>
15360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15361 \begin_inset Text
15362
15363 \begin_layout Plain Layout
15364
15365 \backslash
15366 sqint
15367 \end_layout
15368
15369 \end_inset
15370 </cell>
15371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15372 \begin_inset Text
15373
15374 \begin_layout Plain Layout
15375 \begin_inset Formula $\sqint$
15376 \end_inset
15377
15378
15379 \end_layout
15380
15381 \end_inset
15382 </cell>
15383 </row>
15384 <row>
15385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15386 \begin_inset Text
15387
15388 \begin_layout Plain Layout
15389
15390 \backslash
15391 fint
15392 \end_layout
15393
15394 \end_inset
15395 </cell>
15396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Plain Layout
15400  
15401 \begin_inset Formula $\fint$
15402 \end_inset
15403
15404
15405 \end_layout
15406
15407 \end_inset
15408 </cell>
15409 </row>
15410 <row>
15411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15412 \begin_inset Text
15413
15414 \begin_layout Plain Layout
15415
15416 \backslash
15417 landupint
15418 \end_layout
15419
15420 \end_inset
15421 </cell>
15422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Plain Layout
15426  
15427 \begin_inset Formula $\landupint$
15428 \end_inset
15429
15430
15431 \end_layout
15432
15433 \end_inset
15434 </cell>
15435 </row>
15436 <row>
15437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15438 \begin_inset Text
15439
15440 \begin_layout Plain Layout
15441
15442 \backslash
15443 landdownint
15444 \end_layout
15445
15446 \end_inset
15447 </cell>
15448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15449 \begin_inset Text
15450
15451 \begin_layout Plain Layout
15452  
15453 \begin_inset Formula $\landdownint$
15454 \end_inset
15455
15456
15457 \end_layout
15458
15459 \end_inset
15460 </cell>
15461 </row>
15462 <row>
15463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15464 \begin_inset Text
15465
15466 \begin_layout Plain Layout
15467
15468 \backslash
15469 bigcap
15470 \end_layout
15471
15472 \end_inset
15473 </cell>
15474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15475 \begin_inset Text
15476
15477 \begin_layout Plain Layout
15478 \begin_inset Formula $\bigcap$
15479 \end_inset
15480
15481
15482 \end_layout
15483
15484 \end_inset
15485 </cell>
15486 </row>
15487 <row>
15488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15489 \begin_inset Text
15490
15491 \begin_layout Plain Layout
15492
15493 \backslash
15494 bigcup
15495 \end_layout
15496
15497 \end_inset
15498 </cell>
15499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15500 \begin_inset Text
15501
15502 \begin_layout Plain Layout
15503 \begin_inset Formula $\bigcup$
15504 \end_inset
15505
15506
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 </row>
15512 </lyxtabular>
15513
15514 \end_inset
15515
15516
15517 \begin_inset space \hfill{}
15518 \end_inset
15519
15520
15521 \begin_inset Tabular
15522 <lyxtabular version="3" rows="11" columns="2">
15523 <features tabularvalignment="middle">
15524 <column alignment="center" valignment="top" width="0pt">
15525 <column alignment="center" valignment="top" width="0pt">
15526 <row>
15527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Plain Layout
15531 Comando
15532 \end_layout
15533
15534 \end_inset
15535 </cell>
15536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15537 \begin_inset Text
15538
15539 \begin_layout Plain Layout
15540 Resultado
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 </row>
15546 <row>
15547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Plain Layout
15551
15552 \backslash
15553 sum
15554 \begin_inset Index idx
15555 status collapsed
15556
15557 \begin_layout Plain Layout
15558 Comandos ! S ! 
15559 \backslash
15560 sum
15561 \end_layout
15562
15563 \end_inset
15564
15565
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574 \begin_inset Formula $\sum$
15575 \end_inset
15576
15577
15578 \end_layout
15579
15580 \end_inset
15581 </cell>
15582 </row>
15583 <row>
15584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588
15589 \backslash
15590 prod
15591 \begin_inset Index idx
15592 status collapsed
15593
15594 \begin_layout Plain Layout
15595 Comandos ! P ! 
15596 \backslash
15597 prod
15598 \end_layout
15599
15600 \end_inset
15601
15602
15603 \end_layout
15604
15605 \end_inset
15606 </cell>
15607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15608 \begin_inset Text
15609
15610 \begin_layout Plain Layout
15611 \begin_inset Formula $\prod$
15612 \end_inset
15613
15614
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 </row>
15620 <row>
15621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15622 \begin_inset Text
15623
15624 \begin_layout Plain Layout
15625
15626 \backslash
15627 coprod
15628 \end_layout
15629
15630 \end_inset
15631 </cell>
15632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15633 \begin_inset Text
15634
15635 \begin_layout Plain Layout
15636 \begin_inset Formula $\coprod$
15637 \end_inset
15638
15639
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 </row>
15645 <row>
15646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout Plain Layout
15650
15651 \backslash
15652 bigodot
15653 \end_layout
15654
15655 \end_inset
15656 </cell>
15657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15658 \begin_inset Text
15659
15660 \begin_layout Plain Layout
15661 \begin_inset Formula $\bigodot$
15662 \end_inset
15663
15664
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 </row>
15670 <row>
15671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Plain Layout
15675
15676 \backslash
15677 bigotimes
15678 \end_layout
15679
15680 \end_inset
15681 </cell>
15682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15683 \begin_inset Text
15684
15685 \begin_layout Plain Layout
15686 \begin_inset Formula $\bigotimes$
15687 \end_inset
15688
15689
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 </row>
15695 <row>
15696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700
15701 \backslash
15702 bigoplus
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Plain Layout
15711 \begin_inset Formula $\bigoplus$
15712 \end_inset
15713
15714
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 </row>
15720 <row>
15721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15722 \begin_inset Text
15723
15724 \begin_layout Plain Layout
15725
15726 \backslash
15727 bigwedge
15728 \end_layout
15729
15730 \end_inset
15731 </cell>
15732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Plain Layout
15736 \begin_inset Formula $\bigwedge$
15737 \end_inset
15738
15739
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 </row>
15745 <row>
15746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15747 \begin_inset Text
15748
15749 \begin_layout Plain Layout
15750
15751 \backslash
15752 bigvee
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15758 \begin_inset Text
15759
15760 \begin_layout Plain Layout
15761 \begin_inset Formula $\bigvee$
15762 \end_inset
15763
15764
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 </row>
15770 <row>
15771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15772 \begin_inset Text
15773
15774 \begin_layout Plain Layout
15775
15776 \backslash
15777 bigsqcup
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15783 \begin_inset Text
15784
15785 \begin_layout Plain Layout
15786 \begin_inset Formula $\bigsqcup$
15787 \end_inset
15788
15789
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 </row>
15795 <row>
15796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15797 \begin_inset Text
15798
15799 \begin_layout Plain Layout
15800
15801 \backslash
15802 biguplus
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811 \begin_inset Formula $\biguplus$
15812 \end_inset
15813
15814
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 </row>
15820 </lyxtabular>
15821
15822 \end_inset
15823
15824
15825 \begin_inset space \hfill{}
15826 \end_inset
15827
15828
15829 \end_layout
15830
15831 \begin_layout Standard
15832 Todos los operadores grandes se pueden insertar con el botón 
15833 \begin_inset Graphics
15834         filename ../../images/math/intop.png
15835         scale 85
15836
15837 \end_inset
15838
15839  de la barra de ecuaciones.
15840 \end_layout
15841
15842 \begin_layout Standard
15843 Estos operadores son llamados grandes porque son mayores que los operadores
15844  binarios de aspecto semejante.
15845  Todos los operadores grandes pueden tener límites, como se describe en
15846  la subsección siguiente.
15847 \end_layout
15848
15849 \begin_layout Standard
15850 Para todos los operadores de integral hay una segunda versión disponible,
15851  terminando en 
15852 \series bold
15853 op
15854 \series default
15855
15856 \series bold
15857
15858 \backslash
15859 intop
15860 \series default
15861
15862 \series bold
15863
15864 \backslash
15865 ointop
15866 \series default
15867  etc.
15868  Estos operadores difieren de 
15869 \series bold
15870
15871 \backslash
15872 int
15873 \series default
15874 , etc., en el estilo en que se presentan los límites, véase
15875 \series bold
15876  
15877 \series default
15878
15879 \begin_inset CommandInset ref
15880 LatexCommand ref
15881 reference "sub:Límites-de-operadores"
15882
15883 \end_inset
15884
15885 .
15886 \end_layout
15887
15888 \begin_layout Subsubsection*
15889 Sugerencias para las integrales
15890 \end_layout
15891
15892 \begin_layout Standard
15893 La letra 
15894 \emph on
15895 d
15896 \emph default
15897  en una integral es un operador, por consiguiente debe escribirse en redonda.
15898  Esto se hace resaltando la 
15899 \emph on
15900 d
15901 \emph default
15902  y usando el atajo de teclado 
15903 \family sans
15904 Alt+C
15905 \begin_inset space ~
15906 \end_inset
15907
15908 R
15909 \family default
15910 .
15911 \begin_inset Foot
15912 status collapsed
15913
15914 \begin_layout Plain Layout
15915 véase estilos de letras en 
15916 \begin_inset CommandInset ref
15917 LatexCommand ref
15918 reference "sub:Estilos-de-tipografías"
15919
15920 \end_inset
15921
15922  
15923 \end_layout
15924
15925 \end_inset
15926
15927  Delante de la 
15928 \emph on
15929 d
15930 \emph default
15931  se inserta un espacio delgado, como es habitual en los operadores.
15932  Un ejemplo:
15933 \end_layout
15934
15935 \begin_layout Standard
15936 incorrecto: 
15937 \begin_inset Formula $\int A(x)dx$
15938 \end_inset
15939
15940
15941 \begin_inset Newline newline
15942 \end_inset
15943
15944
15945 \begin_inset Phantom HPhantom
15946 status open
15947
15948 \begin_layout Plain Layout
15949 in
15950 \end_layout
15951
15952 \end_inset
15953
15954 correcto: 
15955 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15956 \end_inset
15957
15958
15959 \end_layout
15960
15961 \begin_layout Standard
15962 \begin_inset Newpage pagebreak
15963 \end_inset
15964
15965
15966 \end_layout
15967
15968 \begin_layout Standard
15969 Para integrales múltiples hay los siguientes comandos:
15970 \begin_inset VSpace medskip
15971 \end_inset
15972
15973
15974 \end_layout
15975
15976 \begin_layout Standard
15977 \begin_inset space \hfill{}
15978 \end_inset
15979
15980
15981 \begin_inset Tabular
15982 <lyxtabular version="3" rows="4" columns="2">
15983 <features tabularvalignment="middle">
15984 <column alignment="center" valignment="top" width="0">
15985 <column alignment="center" valignment="top" width="0">
15986 <row>
15987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 Comando
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000 Resultado
16001 \begin_inset Note Note
16002 status collapsed
16003
16004 \begin_layout Plain Layout
16005
16006 \series bold
16007
16008 \backslash
16009 raisebox
16010 \series default
16011  se usa sólo como espaciador
16012 \end_layout
16013
16014 \end_inset
16015
16016
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 </row>
16022 <row>
16023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027
16028 \backslash
16029 iint
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
16039 \end_inset
16040
16041
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 </row>
16047 <row>
16048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16049 \begin_inset Text
16050
16051 \begin_layout Plain Layout
16052
16053 \backslash
16054 oiint
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
16064 \end_inset
16065
16066
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 </row>
16072 <row>
16073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16074 \begin_inset Text
16075
16076 \begin_layout Plain Layout
16077
16078 \backslash
16079 sqiint
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Plain Layout
16088 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16089 \end_inset
16090
16091
16092 \end_layout
16093
16094 \end_inset
16095 </cell>
16096 </row>
16097 </lyxtabular>
16098
16099 \end_inset
16100
16101
16102 \begin_inset space \hfill{}
16103 \end_inset
16104
16105
16106 \begin_inset Tabular
16107 <lyxtabular version="3" rows="4" columns="2">
16108 <features tabularvalignment="middle">
16109 <column alignment="center" valignment="top" width="0">
16110 <column alignment="center" valignment="top" width="0">
16111 <row>
16112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116 Comando
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125 Resultado
16126 \begin_inset Note Note
16127 status collapsed
16128
16129 \begin_layout Plain Layout
16130
16131 \series bold
16132
16133 \backslash
16134 raisebox
16135 \series default
16136  se usa sólo como espaciador
16137 \end_layout
16138
16139 \end_inset
16140
16141
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 </row>
16147 <row>
16148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Plain Layout
16152
16153 \backslash
16154 iiint
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16160 \begin_inset Text
16161
16162 \begin_layout Plain Layout
16163 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16164 \end_inset
16165
16166
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 </row>
16172 <row>
16173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177
16178 \backslash
16179 iiiint
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16189 \end_inset
16190
16191
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 </row>
16197 <row>
16198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202
16203 \backslash
16204 dotsint
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16214 \end_inset
16215
16216
16217 \end_layout
16218
16219 \end_inset
16220 </cell>
16221 </row>
16222 </lyxtabular>
16223
16224 \end_inset
16225
16226
16227 \begin_inset space \hfill{}
16228 \end_inset
16229
16230
16231 \end_layout
16232
16233 \begin_layout Subsection
16234 Límites de operadores
16235 \begin_inset CommandInset label
16236 LatexCommand label
16237 name "sub:Límites-de-operadores"
16238
16239 \end_inset
16240
16241
16242 \begin_inset Index idx
16243 status collapsed
16244
16245 \begin_layout Plain Layout
16246 Operadores ! límites de
16247 \end_layout
16248
16249 \end_inset
16250
16251
16252 \end_layout
16253
16254 \begin_layout Standard
16255 Los límites se crean mediante superíndices y subíndices:
16256 \end_layout
16257
16258 \begin_layout Standard
16259 \noindent
16260 \align center
16261 \begin_inset Tabular
16262 <lyxtabular version="3" rows="2" columns="2">
16263 <features tabularvalignment="middle">
16264 <column alignment="center" valignment="top" width="0">
16265 <column alignment="center" valignment="top" width="0">
16266 <row>
16267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271 Comando
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16277 \begin_inset Text
16278
16279 \begin_layout Plain Layout
16280 Resultado
16281 \begin_inset Note Note
16282 status collapsed
16283
16284 \begin_layout Plain Layout
16285
16286 \series bold
16287
16288 \backslash
16289 raisebox
16290 \series default
16291  se usa sólo como espaciador
16292 \end_layout
16293
16294 \end_inset
16295
16296
16297 \end_layout
16298
16299 \end_inset
16300 </cell>
16301 </row>
16302 <row>
16303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307
16308 \backslash
16309 prod^
16310 \backslash
16311 infty
16312 \begin_inset ERT
16313 status collapsed
16314
16315 \begin_layout Plain Layout
16316
16317
16318 \backslash
16319 spce 
16320 \end_layout
16321
16322 \end_inset
16323
16324
16325 \begin_inset Formula $\to$
16326 \end_inset
16327
16328 _0
16329 \begin_inset Formula $\to$
16330 \end_inset
16331
16332 A(x)
16333 \end_layout
16334
16335 \end_inset
16336 </cell>
16337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Plain Layout
16341 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16342 \end_inset
16343
16344
16345 \end_layout
16346
16347 \end_inset
16348 </cell>
16349 </row>
16350 </lyxtabular>
16351
16352 \end_inset
16353
16354
16355 \end_layout
16356
16357 \begin_layout Standard
16358 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16359  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16360 \end_layout
16361
16362 \begin_layout Standard
16363 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16364  directamente detrás del operador y se elige 
16365 \series bold
16366 Alineado
16367 \series default
16368  en el menú 
16369 \family sans
16370 Editar\SpecialChar \menuseparator
16371 Ecuación\SpecialChar \menuseparator
16372 Cambiar tipo de límites
16373 \family default
16374  (atajo 
16375 \family sans
16376 Alt+M
16377 \begin_inset space ~
16378 \end_inset
16379
16380 L
16381 \family default
16382 ).
16383  Un ejemplo:
16384 \end_layout
16385
16386 \begin_layout Standard
16387 El tipo de límites por omisión es:
16388 \begin_inset Formula 
16389 \[
16390 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16391 \]
16392
16393 \end_inset
16394
16395
16396 \end_layout
16397
16398 \begin_layout Standard
16399 Así se ven si se cambia el tipo de límites a 
16400 \series bold
16401 Alineado
16402 \series default
16403 :
16404 \begin_inset Formula 
16405 \[
16406 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16407 \]
16408
16409 \end_inset
16410
16411
16412 \end_layout
16413
16414 \begin_layout Standard
16415 En integrales, excepto las que terminan en 
16416 \series bold
16417 op
16418 \series default
16419  como 
16420 \series bold
16421
16422 \backslash
16423 intop
16424 \series default
16425
16426 \series bold
16427
16428 \backslash
16429 ointop
16430 \series default
16431 , etc., los límites se colocan por omisión junto al operador.
16432  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16433  operador.
16434  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16435 \series bold
16436 Presentado
16437 \series default
16438  para poner el límite debajo:
16439 \begin_inset Formula 
16440 \begin{equation}
16441 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}
16442 \end{equation}
16443
16444 \end_inset
16445
16446
16447 \begin_inset VSpace medskip
16448 \end_inset
16449
16450 Para especificar condiciones en los límites se usan los comandos 
16451 \series bold
16452
16453 \backslash
16454 subarray
16455 \series default
16456
16457 \begin_inset Index idx
16458 status collapsed
16459
16460 \begin_layout Plain Layout
16461 Comandos ! S ! 
16462 \backslash
16463 subarray
16464 \end_layout
16465
16466 \end_inset
16467
16468  y 
16469 \series bold
16470
16471 \backslash
16472 substack
16473 \series default
16474
16475 \begin_inset Index idx
16476 status collapsed
16477
16478 \begin_layout Plain Layout
16479 Comandos ! S ! 
16480 \backslash
16481 substack
16482 \end_layout
16483
16484 \end_inset
16485
16486 .
16487  Por ejemplo, para componer la expresión
16488 \begin_inset Formula 
16489 \begin{equation}
16490 \sum_{\begin{subarray}{c}
16491 0<k<1000\\
16492 \\
16493 k\,\in\,\mathbb{N}
16494 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16495 \end{equation}
16496
16497 \end_inset
16498
16499 se ha hecho lo siguiente: primero se escribe el comando 
16500 \series bold
16501
16502 \backslash
16503 sum^n
16504 \series default
16505
16506 \begin_inset ERT
16507 status collapsed
16508
16509 \begin_layout Plain Layout
16510
16511
16512 \backslash
16513 spce 
16514 \end_layout
16515
16516 \end_inset
16517
16518
16519 \series bold
16520 _
16521 \series default
16522 .
16523  Ahora el cursor está en un marco azul bajo el operador sumatorio y ahí
16524  se inserta el comando 
16525 \series bold
16526
16527 \backslash
16528 subarray
16529 \series default
16530
16531 \begin_inset ERT
16532 status collapsed
16533
16534 \begin_layout Plain Layout
16535
16536
16537 \backslash
16538 spce 
16539 \end_layout
16540
16541 \end_inset
16542
16543 .
16544  Ahora el marco azul está en un marco púrpura donde pueden escribirse líneas
16545  distintas.
16546  Cada línea nueva se crea con un salto de línea (
16547 \family sans
16548 Ctrl+Entrar
16549 \family default
16550 ).
16551  Si ahora se teclea en ella
16552 \begin_inset Newline newline
16553 \end_inset
16554
16555
16556 \series bold
16557 0<k<1000 Ctrl+Entrar
16558 \begin_inset Newline newline
16559 \end_inset
16560
16561
16562 \series default
16563 aparece debajo un nuevo marco para la línea nueva.
16564 \end_layout
16565
16566 \begin_layout Standard
16567 La alineación de las líneas puede cambiarse a la izquierda con la 
16568 \family sans
16569 barra de herramientas de cuadros
16570 \family default
16571  o con el menú 
16572 \family sans
16573 Editar\SpecialChar \menuseparator
16574 Filas y columnas
16575 \family default
16576 .
16577  Para obtener alineación derecha se inserta 
16578 \series bold
16579
16580 \backslash
16581 hfill
16582 \series default
16583
16584 \begin_inset ERT
16585 status collapsed
16586
16587 \begin_layout Plain Layout
16588
16589
16590 \backslash
16591 spce 
16592 \end_layout
16593
16594 \end_inset
16595
16596  al principio de la línea.
16597 \end_layout
16598
16599 \begin_layout Standard
16600 El comando 
16601 \series bold
16602
16603 \backslash
16604 substack
16605 \series default
16606  es equivalente a 
16607 \series bold
16608
16609 \backslash
16610 subarray
16611 \series default
16612  con la diferencia de que las líneas están siempre centradas.
16613 \begin_inset VSpace bigskip
16614 \end_inset
16615
16616
16617 \end_layout
16618
16619 \begin_layout Standard
16620 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16621  siguientes, como en la ecuación 
16622 \begin_inset CommandInset ref
16623 LatexCommand eqref
16624 reference "eq:substack"
16625
16626 \end_inset
16627
16628 , porque éstos se colocan junto a los límites.
16629 \end_layout
16630
16631 \begin_layout Standard
16632 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16633 \end_layout
16634
16635 \begin_layout Standard
16636
16637 \series bold
16638
16639 \backslash
16640 def
16641 \backslash
16642 clap#1{
16643 \backslash
16644 hbox to 0pt{
16645 \backslash
16646 hss #1
16647 \backslash
16648 hss}}
16649 \begin_inset Newline newline
16650 \end_inset
16651
16652
16653 \backslash
16654 def
16655 \backslash
16656 mathclap {
16657 \backslash
16658 mathpalette 
16659 \backslash
16660 mathclapinternal}
16661 \begin_inset Newline newline
16662 \end_inset
16663
16664
16665 \backslash
16666 def
16667 \backslash
16668 mathclapinternal #1#2{
16669 \backslash
16670 clap{$
16671 \backslash
16672 mathsurround =0pt #1{#2}$}}
16673 \end_layout
16674
16675 \begin_layout Standard
16676 En ella se define el comando 
16677 \series bold
16678
16679 \backslash
16680 mathclap
16681 \series default
16682
16683 \begin_inset Index idx
16684 status collapsed
16685
16686 \begin_layout Plain Layout
16687 Comandos ! M ! 
16688 \backslash
16689 mathclap
16690 \end_layout
16691
16692 \end_inset
16693
16694  que establece la anchura del límite en 0
16695 \begin_inset space \thinspace{}
16696 \end_inset
16697
16698 pt.
16699  El esquema del comando es:
16700 \end_layout
16701
16702 \begin_layout Standard
16703
16704 \series bold
16705
16706 \backslash
16707 mathclap{límite}
16708 \end_layout
16709
16710 \begin_layout Standard
16711 donde el límite puede consistir en varias condiciones.
16712 \end_layout
16713
16714 \begin_layout Standard
16715 Aplicado en la ecuación 
16716 \begin_inset CommandInset ref
16717 LatexCommand eqref
16718 reference "eq:substack"
16719
16720 \end_inset
16721
16722  se usa el comando
16723 \end_layout
16724
16725 \begin_layout Standard
16726
16727 \series bold
16728
16729 \backslash
16730 sum_
16731 \backslash
16732 mathclap{
16733 \backslash
16734 substack
16735 \begin_inset ERT
16736 status collapsed
16737
16738 \begin_layout Plain Layout
16739
16740
16741 \backslash
16742 spce 
16743 \end_layout
16744
16745 \end_inset
16746
16747 0<k<1000 Ctrl+Entrar
16748 \end_layout
16749
16750 \begin_layout Standard
16751 para componer el límite inferior.
16752  Ahora el sumando está junto al sumatorio:
16753 \begin_inset Formula 
16754 \[
16755 \sum_{\mathclap{\substack{0<k<1000\\
16756 \\
16757 k\,\in\,\mathbb{N}
16758 }
16759 }}^{n}k^{-2}
16760 \]
16761
16762 \end_inset
16763
16764
16765 \begin_inset VSpace bigskip
16766 \end_inset
16767
16768 Cómo utilizar un límite para varios operadores se describe en la 
16769 \begin_inset CommandInset ref
16770 LatexCommand ref
16771 reference "sub:Operadores-de-usuario"
16772
16773 \end_inset
16774
16775 .
16776 \end_layout
16777
16778 \begin_layout Standard
16779 \begin_inset Newpage newpage
16780 \end_inset
16781
16782
16783 \end_layout
16784
16785 \begin_layout Subsection
16786 Operadores binarios
16787 \begin_inset CommandInset label
16788 LatexCommand label
16789 name "sub:Operadores-binarios"
16790
16791 \end_inset
16792
16793
16794 \begin_inset Index idx
16795 status collapsed
16796
16797 \begin_layout Plain Layout
16798 Operadores ! binarios
16799 \end_layout
16800
16801 \end_inset
16802
16803
16804 \end_layout
16805
16806 \begin_layout Standard
16807 Los operadores binarios se rodean por espacios si llevan un carácter delante
16808  o detrás.
16809 \begin_inset VSpace medskip
16810 \end_inset
16811
16812
16813 \end_layout
16814
16815 \begin_layout Standard
16816 \begin_inset space \hfill{}
16817 \end_inset
16818
16819
16820 \begin_inset Tabular
16821 <lyxtabular version="3" rows="13" columns="2">
16822 <features tabularvalignment="middle">
16823 <column alignment="center" valignment="top" width="0pt">
16824 <column alignment="center" valignment="top" width="0pt">
16825 <row>
16826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830 Comando
16831 \begin_inset Note Note
16832 status collapsed
16833
16834 \begin_layout Plain Layout
16835
16836 \series bold
16837
16838 \backslash
16839 raisebox
16840 \series default
16841  se usa sólo como espaciador
16842 \end_layout
16843
16844 \end_inset
16845
16846
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16852 \begin_inset Text
16853
16854 \begin_layout Plain Layout
16855 Operador
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 </row>
16861 <row>
16862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Plain Layout
16866 +
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875 \begin_inset Formula $+$
16876 \end_inset
16877
16878
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 </row>
16884 <row>
16885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889 -
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898 \begin_inset Formula $-$
16899 \end_inset
16900
16901
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 </row>
16907 <row>
16908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16909 \begin_inset Text
16910
16911 \begin_layout Plain Layout
16912
16913 \backslash
16914 pm
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923 \begin_inset Formula $\pm$
16924 \end_inset
16925
16926
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 </row>
16932 <row>
16933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937
16938 \backslash
16939 mp
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 \begin_inset Formula $\mp$
16949 \end_inset
16950
16951
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 </row>
16957 <row>
16958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962
16963 \backslash
16964 cdot
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973 \begin_inset Formula $\cdot$
16974 \end_inset
16975
16976
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 </row>
16982 <row>
16983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987
16988 \backslash
16989 times
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998 \begin_inset Formula $\times$
16999 \end_inset
17000
17001
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 </row>
17007 <row>
17008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012
17013 \backslash
17014 div
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023 \begin_inset Formula $\div$
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 </row>
17032 <row>
17033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037 \begin_inset ERT
17038 status collapsed
17039
17040 \begin_layout Plain Layout
17041
17042
17043 \backslash
17044 raisebox{-1.2mm}{
17045 \end_layout
17046
17047 \end_inset
17048
17049 *
17050 \begin_inset ERT
17051 status collapsed
17052
17053 \begin_layout Plain Layout
17054
17055 }
17056 \end_layout
17057
17058 \end_inset
17059
17060
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069 \begin_inset Formula $*$
17070 \end_inset
17071
17072
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 </row>
17078 <row>
17079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083
17084 \backslash
17085 star
17086 \end_layout
17087
17088 \end_inset
17089 </cell>
17090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17091 \begin_inset Text
17092
17093 \begin_layout Plain Layout
17094 \begin_inset Formula $\star$
17095 \end_inset
17096
17097
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 </row>
17103 <row>
17104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Plain Layout
17108
17109 \backslash
17110 circ
17111 \end_layout
17112
17113 \end_inset
17114 </cell>
17115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17116 \begin_inset Text
17117
17118 \begin_layout Plain Layout
17119 \begin_inset Formula $\circ$
17120 \end_inset
17121
17122
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 </row>
17128 <row>
17129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133
17134 \backslash
17135 diamond
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17141 \begin_inset Text
17142
17143 \begin_layout Plain Layout
17144 \begin_inset Formula $\diamond$
17145 \end_inset
17146
17147
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 </row>
17153 <row>
17154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158
17159 \backslash
17160 bullet
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169 \begin_inset Formula $\bullet$
17170 \end_inset
17171
17172
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 </row>
17178 </lyxtabular>
17179
17180 \end_inset
17181
17182
17183 \begin_inset space \hfill{}
17184 \end_inset
17185
17186
17187 \begin_inset Tabular
17188 <lyxtabular version="3" rows="13" columns="2">
17189 <features tabularvalignment="middle">
17190 <column alignment="center" valignment="top" width="0pt">
17191 <column alignment="center" valignment="top" width="0pt">
17192 <row>
17193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197 Comando
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206 Operador
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 </row>
17212 <row>
17213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217
17218 \backslash
17219 nabla
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228 \begin_inset Formula $\nabla$
17229 \end_inset
17230
17231
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 </row>
17237 <row>
17238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17239 \begin_inset Text
17240
17241 \begin_layout Plain Layout
17242
17243 \backslash
17244 bigtriangledown
17245 \end_layout
17246
17247 \end_inset
17248 </cell>
17249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17250 \begin_inset Text
17251
17252 \begin_layout Plain Layout
17253 \begin_inset Formula $\bigtriangledown$
17254 \end_inset
17255
17256
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 </row>
17262 <row>
17263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Plain Layout
17267
17268 \backslash
17269 bigtriangleup
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17275 \begin_inset Text
17276
17277 \begin_layout Plain Layout
17278 \begin_inset Formula $\bigtriangleup$
17279 \end_inset
17280
17281
17282 \end_layout
17283
17284 \end_inset
17285 </cell>
17286 </row>
17287 <row>
17288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17289 \begin_inset Text
17290
17291 \begin_layout Plain Layout
17292
17293 \backslash
17294 Box
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 \begin_inset Formula $\Box$
17304 \end_inset
17305
17306
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 </row>
17312 <row>
17313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17314 \begin_inset Text
17315
17316 \begin_layout Plain Layout
17317
17318 \backslash
17319 cap 
17320 \end_layout
17321
17322 \end_inset
17323 </cell>
17324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17325 \begin_inset Text
17326
17327 \begin_layout Plain Layout
17328 \begin_inset Formula $\cap$
17329 \end_inset
17330
17331
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 </row>
17337 <row>
17338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17339 \begin_inset Text
17340
17341 \begin_layout Plain Layout
17342
17343 \backslash
17344 cup
17345 \end_layout
17346
17347 \end_inset
17348 </cell>
17349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17350 \begin_inset Text
17351
17352 \begin_layout Plain Layout
17353 \begin_inset Formula $\cup$
17354 \end_inset
17355
17356
17357 \end_layout
17358
17359 \end_inset
17360 </cell>
17361 </row>
17362 <row>
17363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Plain Layout
17367
17368 \backslash
17369 dagger
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17375 \begin_inset Text
17376
17377 \begin_layout Plain Layout
17378 \begin_inset Formula $\dagger$
17379 \end_inset
17380
17381
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 </row>
17387 <row>
17388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392
17393 \backslash
17394 ddagger
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403 \begin_inset Formula $\ddagger$
17404 \end_inset
17405
17406
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 </row>
17412 <row>
17413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417
17418 \backslash
17419 wr
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17425 \begin_inset Text
17426
17427 \begin_layout Plain Layout
17428 \begin_inset Formula $\wr$
17429 \end_inset
17430
17431
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 </row>
17437 <row>
17438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17439 \begin_inset Text
17440
17441 \begin_layout Plain Layout
17442
17443 \backslash
17444 bigcirc
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17450 \begin_inset Text
17451
17452 \begin_layout Plain Layout
17453 \begin_inset Formula $\bigcirc$
17454 \end_inset
17455
17456
17457 \end_layout
17458
17459 \end_inset
17460 </cell>
17461 </row>
17462 <row>
17463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17464 \begin_inset Text
17465
17466 \begin_layout Plain Layout
17467
17468 \backslash
17469 wedge
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17475 \begin_inset Text
17476
17477 \begin_layout Plain Layout
17478 \begin_inset Formula $\wedge$
17479 \end_inset
17480
17481
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 </row>
17487 <row>
17488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492
17493 \backslash
17494 vee
17495 \end_layout
17496
17497 \end_inset
17498 </cell>
17499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17500 \begin_inset Text
17501
17502 \begin_layout Plain Layout
17503 \begin_inset Formula $\vee$
17504 \end_inset
17505
17506
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 </row>
17512 </lyxtabular>
17513
17514 \end_inset
17515
17516
17517 \begin_inset space \hfill{}
17518 \end_inset
17519
17520
17521 \begin_inset Tabular
17522 <lyxtabular version="3" rows="13" columns="2">
17523 <features tabularvalignment="middle">
17524 <column alignment="center" valignment="top" width="0pt">
17525 <column alignment="center" valignment="top" width="0pt">
17526 <row>
17527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531 Comando
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540 Operador
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 </row>
17546 <row>
17547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551
17552 \backslash
17553 oplus
17554 \end_layout
17555
17556 \end_inset
17557 </cell>
17558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17559 \begin_inset Text
17560
17561 \begin_layout Plain Layout
17562 \begin_inset Formula $\oplus$
17563 \end_inset
17564
17565
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 </row>
17571 <row>
17572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576
17577 \backslash
17578 ominus
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17584 \begin_inset Text
17585
17586 \begin_layout Plain Layout
17587 \begin_inset Formula $\ominus$
17588 \end_inset
17589
17590
17591 \end_layout
17592
17593 \end_inset
17594 </cell>
17595 </row>
17596 <row>
17597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601
17602 \backslash
17603 otimes
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17609 \begin_inset Text
17610
17611 \begin_layout Plain Layout
17612 \begin_inset Formula $\otimes$
17613 \end_inset
17614
17615
17616 \end_layout
17617
17618 \end_inset
17619 </cell>
17620 </row>
17621 <row>
17622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17623 \begin_inset Text
17624
17625 \begin_layout Plain Layout
17626
17627 \backslash
17628 oslash
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637 \begin_inset Formula $\oslash$
17638 \end_inset
17639
17640
17641 \end_layout
17642
17643 \end_inset
17644 </cell>
17645 </row>
17646 <row>
17647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651
17652 \backslash
17653 odot
17654 \end_layout
17655
17656 \end_inset
17657 </cell>
17658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17659 \begin_inset Text
17660
17661 \begin_layout Plain Layout
17662 \begin_inset Formula $\odot$
17663 \end_inset
17664
17665
17666 \end_layout
17667
17668 \end_inset
17669 </cell>
17670 </row>
17671 <row>
17672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676
17677 \backslash
17678 amalg
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687 \begin_inset Formula $\amalg$
17688 \end_inset
17689
17690
17691 \end_layout
17692
17693 \end_inset
17694 </cell>
17695 </row>
17696 <row>
17697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17698 \begin_inset Text
17699
17700 \begin_layout Plain Layout
17701
17702 \backslash
17703 uplus
17704 \end_layout
17705
17706 \end_inset
17707 </cell>
17708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17709 \begin_inset Text
17710
17711 \begin_layout Plain Layout
17712 \begin_inset Formula $\uplus$
17713 \end_inset
17714
17715
17716 \end_layout
17717
17718 \end_inset
17719 </cell>
17720 </row>
17721 <row>
17722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17723 \begin_inset Text
17724
17725 \begin_layout Plain Layout
17726
17727 \backslash
17728 setminus
17729 \end_layout
17730
17731 \end_inset
17732 </cell>
17733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17734 \begin_inset Text
17735
17736 \begin_layout Plain Layout
17737 \begin_inset Formula $\setminus$
17738 \end_inset
17739
17740
17741 \end_layout
17742
17743 \end_inset
17744 </cell>
17745 </row>
17746 <row>
17747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17748 \begin_inset Text
17749
17750 \begin_layout Plain Layout
17751
17752 \backslash
17753 sqcap
17754 \end_layout
17755
17756 \end_inset
17757 </cell>
17758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Plain Layout
17762 \begin_inset Formula $\sqcap$
17763 \end_inset
17764
17765
17766 \end_layout
17767
17768 \end_inset
17769 </cell>
17770 </row>
17771 <row>
17772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17773 \begin_inset Text
17774
17775 \begin_layout Plain Layout
17776
17777 \backslash
17778 sqcup
17779 \end_layout
17780
17781 \end_inset
17782 </cell>
17783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17784 \begin_inset Text
17785
17786 \begin_layout Plain Layout
17787 \begin_inset Formula $\sqcup$
17788 \end_inset
17789
17790
17791 \end_layout
17792
17793 \end_inset
17794 </cell>
17795 </row>
17796 <row>
17797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801
17802 \backslash
17803 triangleleft
17804 \end_layout
17805
17806 \end_inset
17807 </cell>
17808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17809 \begin_inset Text
17810
17811 \begin_layout Plain Layout
17812 \begin_inset Formula $\triangleleft$
17813 \end_inset
17814
17815
17816 \end_layout
17817
17818 \end_inset
17819 </cell>
17820 </row>
17821 <row>
17822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826
17827 \backslash
17828 triangleright
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17834 \begin_inset Text
17835
17836 \begin_layout Plain Layout
17837 \begin_inset Formula $\triangleright$
17838 \end_inset
17839
17840
17841 \end_layout
17842
17843 \end_inset
17844 </cell>
17845 </row>
17846 </lyxtabular>
17847
17848 \end_inset
17849
17850
17851 \begin_inset space \hfill{}
17852 \end_inset
17853
17854
17855 \end_layout
17856
17857 \begin_layout Standard
17858 Todos los operadores binarios se pueden insertar también con el botón 
17859 \begin_inset Graphics
17860         filename ../../images/math/pm.png
17861         scale 85
17862
17863 \end_inset
17864
17865  de la barra de ecuaciones.
17866 \end_layout
17867
17868 \begin_layout Standard
17869 Para imprimir el operador Laplace se pueden usar 
17870 \series bold
17871
17872 \backslash
17873 Delta
17874 \series default
17875  o 
17876 \series bold
17877
17878 \backslash
17879 nabla
17880 \series default
17881 ^
17882 \series bold
17883 2
17884 \series default
17885  (
17886 \begin_inset Formula $\nabla^{2}$
17887 \end_inset
17888
17889 ) en vez de 
17890 \series bold
17891
17892 \backslash
17893 bigtriangleup
17894 \series default
17895 .
17896 \end_layout
17897
17898 \begin_layout Standard
17899 El carácter 
17900 \family sans
17901 Separador de menú
17902 \family default
17903  del menú 
17904 \family sans
17905 Insertar\SpecialChar \menuseparator
17906 Carácter especial
17907 \family default
17908  es el operador 
17909 \series bold
17910
17911 \backslash
17912 triangleright
17913 \series default
17914 .
17915 \end_layout
17916
17917 \begin_layout Subsection
17918 Operadores definidos por el usuario
17919 \begin_inset CommandInset label
17920 LatexCommand label
17921 name "sub:Operadores-de-usuario"
17922
17923 \end_inset
17924
17925
17926 \begin_inset Index idx
17927 status collapsed
17928
17929 \begin_layout Plain Layout
17930 Operadores ! personalizados
17931 \end_layout
17932
17933 \end_inset
17934
17935
17936 \end_layout
17937
17938 \begin_layout Standard
17939 Con ayuda del comando 
17940 \series bold
17941
17942 \backslash
17943 DeclareMathOperator
17944 \series default
17945
17946 \begin_inset Index idx
17947 status collapsed
17948
17949 \begin_layout Plain Layout
17950 Comandos ! D ! 
17951 \backslash
17952 dbinom@
17953 \backslash
17954 DeclareMathOperator
17955 \end_layout
17956
17957 \end_inset
17958
17959  se pueden definir operadores personalizados en el preámbulo LaTeX.
17960  Su esquema es:
17961 \end_layout
17962
17963 \begin_layout Standard
17964
17965 \series bold
17966
17967 \backslash
17968 DeclareMathOperator{comando nuevo}{presentación}
17969 \end_layout
17970
17971 \begin_layout Standard
17972 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17973  en la salida.
17974  Para definir un operador grande hay que añadirle un * detrás.
17975  Todos los operadores grandes personalizados pueden tener límites como se
17976  describe en 
17977 \begin_inset CommandInset ref
17978 LatexCommand ref
17979 reference "sub:Límites-de-operadores"
17980
17981 \end_inset
17982
17983 .
17984 \end_layout
17985
17986 \begin_layout Standard
17987 Por ejemplo, la línea en el preámbulo LaTeX
17988 \end_layout
17989
17990 \begin_layout Standard
17991
17992 \series bold
17993
17994 \backslash
17995 DeclareMathOperator*{
17996 \backslash
17997 Lozenge}{
17998 \backslash
17999 blacklozenge}
18000 \end_layout
18001
18002 \begin_layout Standard
18003 define el comando 
18004 \series bold
18005
18006 \backslash
18007 Lozenge
18008 \series default
18009 , que inserta un operador grande que es el símbolo blacklozenge de la 
18010 \begin_inset CommandInset ref
18011 LatexCommand ref
18012 reference "sub:Símbolos-misceláneos"
18013
18014 \end_inset
18015
18016 .
18017 \begin_inset Formula 
18018 \[
18019 \Lozenge_{n=1}^{\infty}
18020 \]
18021
18022 \end_inset
18023
18024 El comando para esta expresión es: 
18025 \series bold
18026
18027 \backslash
18028 Lozenge^
18029 \backslash
18030 infty
18031 \begin_inset Formula $\rightarrow$
18032 \end_inset
18033
18034 _n=1
18035 \begin_inset VSpace bigskip
18036 \end_inset
18037
18038
18039 \end_layout
18040
18041 \begin_layout Standard
18042 Si los operadores personalizados no se van a usar varias veces en el documento,
18043  se pueden también definir con los comandos 
18044 \series bold
18045
18046 \backslash
18047 mathop
18048 \series default
18049
18050 \begin_inset Index idx
18051 status collapsed
18052
18053 \begin_layout Plain Layout
18054 Comandos ! M ! 
18055 \backslash
18056 mathop
18057 \end_layout
18058
18059 \end_inset
18060
18061  y 
18062 \series bold
18063
18064 \backslash
18065 mathbin
18066 \series default
18067
18068 \begin_inset Index idx
18069 status collapsed
18070
18071 \begin_layout Plain Layout
18072 Comandos ! M ! 
18073 \backslash
18074 mathbin
18075 \end_layout
18076
18077 \end_inset
18078
18079 , con el siguiente esquema:
18080 \end_layout
18081
18082 \begin_layout Standard
18083
18084 \series bold
18085
18086 \backslash
18087 mathop{presentación}
18088 \series default
18089  y 
18090 \series bold
18091
18092 \backslash
18093 mathbin{presentación}
18094 \end_layout
18095
18096 \begin_layout Standard
18097
18098 \series bold
18099
18100 \backslash
18101 mathop
18102 \series default
18103  define operadores grandes, 
18104 \series bold
18105
18106 \backslash
18107 mathbin
18108 \series default
18109  operadores binarios.
18110 \end_layout
18111
18112 \begin_layout Standard
18113
18114 \series bold
18115
18116 \backslash
18117 mathop
18118 \series default
18119  se puede usar, p.e., para poner un límite a varios operadores:
18120 \begin_inset Formula 
18121 \[
18122 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18123 \]
18124
18125 \end_inset
18126
18127
18128 \end_layout
18129
18130 \begin_layout Standard
18131 El comando para la expresión anterior es:
18132 \begin_inset Newline newline
18133 \end_inset
18134
18135
18136 \series bold
18137
18138 \backslash
18139 mathop{
18140 \backslash
18141 sum
18142 \backslash
18143 negmedspace
18144 \backslash
18145 sum
18146 \series default
18147
18148 \begin_inset ERT
18149 status collapsed
18150
18151 \begin_layout Plain Layout
18152
18153
18154 \backslash
18155 spce 
18156 \end_layout
18157
18158 \end_inset
18159
18160
18161 \series bold
18162
18163 \begin_inset Formula $\to$
18164 \end_inset
18165
18166 ^N
18167 \series default
18168
18169 \begin_inset ERT
18170 status collapsed
18171
18172 \begin_layout Plain Layout
18173
18174
18175 \backslash
18176 spce 
18177 \end_layout
18178
18179 \end_inset
18180
18181
18182 \series bold
18183 _i,j=1
18184 \end_layout
18185
18186 \begin_layout Section
18187 Tipografías
18188 \begin_inset Index idx
18189 status collapsed
18190
18191 \begin_layout Plain Layout
18192 Tipografías
18193 \end_layout
18194
18195 \end_inset
18196
18197
18198 \end_layout
18199
18200 \begin_layout Subsection
18201 Estilos de tipografías
18202 \begin_inset CommandInset label
18203 LatexCommand label
18204 name "sub:Estilos-de-tipografías"
18205
18206 \end_inset
18207
18208
18209 \begin_inset Index idx
18210 status collapsed
18211
18212 \begin_layout Plain Layout
18213 Tipografías ! estilos de
18214 \end_layout
18215
18216 \end_inset
18217
18218
18219 \end_layout
18220
18221 \begin_layout Standard
18222 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
18223  estilos:
18224 \end_layout
18225
18226 \begin_layout Standard
18227 \begin_inset VSpace -2mm
18228 \end_inset
18229
18230
18231 \end_layout
18232
18233 \begin_layout Standard
18234 \align center
18235 \begin_inset Tabular
18236 <lyxtabular version="3" rows="7" columns="3">
18237 <features tabularvalignment="middle">
18238 <column alignment="center" valignment="top" width="0">
18239 <column alignment="center" valignment="top" width="0">
18240 <column alignment="center" valignment="top" width="0">
18241 <row>
18242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18243 \begin_inset Text
18244
18245 \begin_layout Plain Layout
18246 Comando
18247 \end_layout
18248
18249 \end_inset
18250 </cell>
18251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Plain Layout
18255 Resultado
18256 \end_layout
18257
18258 \end_inset
18259 </cell>
18260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18261 \begin_inset Text
18262
18263 \begin_layout Plain Layout
18264 atajo
18265 \end_layout
18266
18267 \end_inset
18268 </cell>
18269 </row>
18270 <row>
18271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18272 \begin_inset Text
18273
18274 \begin_layout Plain Layout
18275
18276 \backslash
18277 mathbb
18278 \series bold
18279
18280 \begin_inset ERT
18281 status collapsed
18282
18283 \begin_layout Plain Layout
18284
18285
18286 \backslash
18287 spce 
18288 \end_layout
18289
18290 \end_inset
18291
18292
18293 \series default
18294 ABC
18295 \end_layout
18296
18297 \end_inset
18298 </cell>
18299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18300 \begin_inset Text
18301
18302 \begin_layout Plain Layout
18303 \begin_inset Formula $\mathbb{ABC}$
18304 \end_inset
18305
18306
18307 \end_layout
18308
18309 \end_inset
18310 </cell>
18311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18312 \begin_inset Text
18313
18314 \begin_layout Plain Layout
18315
18316 \family sans
18317 Alt+C C
18318 \end_layout
18319
18320 \end_inset
18321 </cell>
18322 </row>
18323 <row>
18324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18325 \begin_inset Text
18326
18327 \begin_layout Plain Layout
18328
18329 \backslash
18330 mathbf
18331 \series bold
18332
18333 \begin_inset ERT
18334 status collapsed
18335
18336 \begin_layout Plain Layout
18337
18338
18339 \backslash
18340 spce 
18341 \end_layout
18342
18343 \end_inset
18344
18345
18346 \series default
18347 AbC
18348 \end_layout
18349
18350 \end_inset
18351 </cell>
18352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18353 \begin_inset Text
18354
18355 \begin_layout Plain Layout
18356 \begin_inset Formula $\mathbf{AbC}$
18357 \end_inset
18358
18359
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout Plain Layout
18368
18369 \family sans
18370 Ctrl+B
18371 \end_layout
18372
18373 \end_inset
18374 </cell>
18375 </row>
18376 <row>
18377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381
18382 \backslash
18383 boldsymbol
18384 \series bold
18385
18386 \begin_inset ERT
18387 status collapsed
18388
18389 \begin_layout Plain Layout
18390
18391
18392 \backslash
18393 spce 
18394 \end_layout
18395
18396 \end_inset
18397
18398
18399 \series default
18400 AbC
18401 \end_layout
18402
18403 \end_inset
18404 </cell>
18405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18406 \begin_inset Text
18407
18408 \begin_layout Plain Layout
18409 \begin_inset Formula $\boldsymbol{AbC}$
18410 \end_inset
18411
18412
18413 \end_layout
18414
18415 \end_inset
18416 </cell>
18417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Plain Layout
18421
18422 \family sans
18423 Ctrl+Alt+B , Alt+C B
18424 \end_layout
18425
18426 \end_inset
18427 </cell>
18428 </row>
18429 <row>
18430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18431 \begin_inset Text
18432
18433 \begin_layout Plain Layout
18434
18435 \backslash
18436 mathcal
18437 \series bold
18438
18439 \begin_inset ERT
18440 status collapsed
18441
18442 \begin_layout Plain Layout
18443
18444
18445 \backslash
18446 spce 
18447 \end_layout
18448
18449 \end_inset
18450
18451
18452 \series default
18453 ABC
18454 \end_layout
18455
18456 \end_inset
18457 </cell>
18458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18459 \begin_inset Text
18460
18461 \begin_layout Plain Layout
18462 \begin_inset Formula $\mathcal{ABC}$
18463 \end_inset
18464
18465
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18471 \begin_inset Text
18472
18473 \begin_layout Plain Layout
18474
18475 \family sans
18476 Ctrl+E , Alt+C E
18477 \end_layout
18478
18479 \end_inset
18480 </cell>
18481 </row>
18482 <row>
18483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18484 \begin_inset Text
18485
18486 \begin_layout Plain Layout
18487
18488 \backslash
18489 mathfrak
18490 \series bold
18491
18492 \begin_inset ERT
18493 status collapsed
18494
18495 \begin_layout Plain Layout
18496
18497
18498 \backslash
18499 spce 
18500 \end_layout
18501
18502 \end_inset
18503
18504
18505 \series default
18506 AbC
18507 \end_layout
18508
18509 \end_inset
18510 </cell>
18511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18512 \begin_inset Text
18513
18514 \begin_layout Plain Layout
18515 \begin_inset Formula $\mathfrak{AbC}$
18516 \end_inset
18517
18518
18519 \end_layout
18520
18521 \end_inset
18522 </cell>
18523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18524 \begin_inset Text
18525
18526 \begin_layout Plain Layout
18527 -
18528 \end_layout
18529
18530 \end_inset
18531 </cell>
18532 </row>
18533 <row>
18534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18535 \begin_inset Text
18536
18537 \begin_layout Plain Layout
18538
18539 \backslash
18540 mathscr
18541 \series bold
18542
18543 \begin_inset ERT
18544 status collapsed
18545
18546 \begin_layout Plain Layout
18547
18548
18549 \backslash
18550 spce 
18551 \end_layout
18552
18553 \end_inset
18554
18555
18556 \series default
18557 AbC
18558 \end_layout
18559
18560 \end_inset
18561 </cell>
18562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566 \begin_inset Formula $\mathscr{AbC}$
18567 \end_inset
18568
18569
18570 \end_layout
18571
18572 \end_inset
18573 </cell>
18574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Plain Layout
18578 -
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 </row>
18584 </lyxtabular>
18585
18586 \end_inset
18587
18588
18589 \end_layout
18590
18591 \begin_layout Standard
18592 \align center
18593 \begin_inset Tabular
18594 <lyxtabular version="3" rows="5" columns="3">
18595 <features tabularvalignment="middle">
18596 <column alignment="center" valignment="top" width="0">
18597 <column alignment="center" valignment="top" width="0">
18598 <column alignment="center" valignment="top" width="0">
18599 <row>
18600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604 Comando
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613 Resultado
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622 atajo
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 </row>
18628 <row>
18629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18630 \begin_inset Text
18631
18632 \begin_layout Plain Layout
18633
18634 \backslash
18635 mathit
18636 \series bold
18637
18638 \begin_inset ERT
18639 status collapsed
18640
18641 \begin_layout Plain Layout
18642
18643
18644 \backslash
18645 spce 
18646 \end_layout
18647
18648 \end_inset
18649
18650
18651 \series default
18652 AbC
18653 \end_layout
18654
18655 \end_inset
18656 </cell>
18657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18658 \begin_inset Text
18659
18660 \begin_layout Plain Layout
18661 \begin_inset Formula $\mathit{AbC}$
18662 \end_inset
18663
18664
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673 -
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 </row>
18679 <row>
18680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18681 \begin_inset Text
18682
18683 \begin_layout Plain Layout
18684
18685 \backslash
18686 mathrm
18687 \series bold
18688
18689 \begin_inset ERT
18690 status collapsed
18691
18692 \begin_layout Plain Layout
18693
18694
18695 \backslash
18696 spce 
18697 \end_layout
18698
18699 \end_inset
18700
18701
18702 \series default
18703 AbC
18704 \end_layout
18705
18706 \end_inset
18707 </cell>
18708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18709 \begin_inset Text
18710
18711 \begin_layout Plain Layout
18712 \begin_inset Formula $\mathrm{AbC}$
18713 \end_inset
18714
18715
18716 \end_layout
18717
18718 \end_inset
18719 </cell>
18720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18721 \begin_inset Text
18722
18723 \begin_layout Plain Layout
18724
18725 \family sans
18726 Alt+C R
18727 \end_layout
18728
18729 \end_inset
18730 </cell>
18731 </row>
18732 <row>
18733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18734 \begin_inset Text
18735
18736 \begin_layout Plain Layout
18737
18738 \backslash
18739 mathsf
18740 \series bold
18741
18742 \begin_inset ERT
18743 status collapsed
18744
18745 \begin_layout Plain Layout
18746
18747
18748 \backslash
18749 spce 
18750 \end_layout
18751
18752 \end_inset
18753
18754
18755 \series default
18756 AbC
18757 \end_layout
18758
18759 \end_inset
18760 </cell>
18761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18762 \begin_inset Text
18763
18764 \begin_layout Plain Layout
18765 \begin_inset Formula $\mathsf{AbC}$
18766 \end_inset
18767
18768
18769 \end_layout
18770
18771 \end_inset
18772 </cell>
18773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18774 \begin_inset Text
18775
18776 \begin_layout Plain Layout
18777
18778 \family sans
18779 Alt+C S
18780 \end_layout
18781
18782 \end_inset
18783 </cell>
18784 </row>
18785 <row>
18786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18787 \begin_inset Text
18788
18789 \begin_layout Plain Layout
18790
18791 \backslash
18792 mathtt
18793 \series bold
18794
18795 \begin_inset ERT
18796 status collapsed
18797
18798 \begin_layout Plain Layout
18799
18800
18801 \backslash
18802 spce 
18803 \end_layout
18804
18805 \end_inset
18806
18807
18808 \series default
18809 AbC
18810 \end_layout
18811
18812 \end_inset
18813 </cell>
18814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18815 \begin_inset Text
18816
18817 \begin_layout Plain Layout
18818 \begin_inset Formula $\mathtt{AbC}$
18819 \end_inset
18820
18821
18822 \end_layout
18823
18824 \end_inset
18825 </cell>
18826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18827 \begin_inset Text
18828
18829 \begin_layout Plain Layout
18830
18831 \family sans
18832 Ctrl+Mayúsculas+P
18833 \end_layout
18834
18835 \end_inset
18836 </cell>
18837 </row>
18838 </lyxtabular>
18839
18840 \end_inset
18841
18842
18843 \end_layout
18844
18845 \begin_layout Standard
18846 \begin_inset Note Greyedout
18847 status open
18848
18849 \begin_layout Plain Layout
18850
18851 \series bold
18852 Nota
18853 \series default
18854 : Los estilos 
18855 \series bold
18856
18857 \backslash
18858 mathbb
18859 \series default
18860  y 
18861 \series bold
18862
18863 \backslash
18864 mathcal
18865 \series default
18866  sólo se aplican a letras mayúsculas.
18867 \end_layout
18868
18869 \end_inset
18870
18871
18872 \end_layout
18873
18874 \begin_layout Standard
18875 El estilo predeterminado es 
18876 \series bold
18877
18878 \backslash
18879 mathnormal
18880 \series default
18881 .
18882 \end_layout
18883
18884 \begin_layout Standard
18885 Los comandos de estilo funcionan también en estructuras matemáticas:
18886 \begin_inset Formula 
18887 \[
18888 \mathfrak{A=\frac{b}{C}}
18889 \]
18890
18891 \end_inset
18892
18893
18894 \end_layout
18895
18896 \begin_layout Standard
18897 Los caracteres en texto matemático no aparecen en un estilo tipográfico
18898  de ecuaciones sino en el estilo tipográfico de texto 
18899 \series bold
18900
18901 \backslash
18902 textrm
18903 \series default
18904 .
18905  Este estilo no se puede poner correctamente con el diálogo de estilo de
18906  texto por un fallo de LyX.
18907 \begin_inset Foot
18908 status open
18909
18910 \begin_layout Plain Layout
18911 \begin_inset CommandInset href
18912 LatexCommand href
18913 name "LyX-bug #4629"
18914 target "http://www.lyx.org/trac/ticket/4629"
18915
18916 \end_inset
18917
18918
18919 \end_layout
18920
18921 \end_inset
18922
18923
18924 \end_layout
18925
18926 \begin_layout Standard
18927 En vez de comandos se puede usar el menú 
18928 \family sans
18929 Editar\SpecialChar \menuseparator
18930 Ecuación\SpecialChar \menuseparator
18931 Estilo del texto
18932 \family default
18933  o el botón 
18934 \begin_inset Graphics
18935         filename ../../images/math/font.png
18936         scale 85
18937
18938 \end_inset
18939
18940 .
18941 \end_layout
18942
18943 \begin_layout Subsection
18944 Ecuaciones en negrita
18945 \begin_inset CommandInset label
18946 LatexCommand label
18947 name "sub:Ecuaciones-en-negrita"
18948
18949 \end_inset
18950
18951
18952 \begin_inset Index idx
18953 status collapsed
18954
18955 \begin_layout Plain Layout
18956 Ecuación ! en negrita
18957 \end_layout
18958
18959 \end_inset
18960
18961
18962 \end_layout
18963
18964 \begin_layout Standard
18965 Para poner en negrita una ecuación completa no se puede usar el comando
18966  
18967 \series bold
18968
18969 \backslash
18970 mathbf
18971 \series default
18972 , porque no funciona con minúsculas griegas.
18973  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18974 \begin_inset Formula 
18975 \[
18976 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}
18977 \]
18978
18979 \end_inset
18980
18981
18982 \end_layout
18983
18984 \begin_layout Standard
18985 Para presentar la ecuación correctamente se usa el comando 
18986 \series bold
18987 boldsymbol
18988 \series default
18989 :
18990 \begin_inset Formula 
18991 \[
18992 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}
18993 \]
18994
18995 \end_inset
18996
18997
18998 \end_layout
18999
19000 \begin_layout Standard
19001 También es posible poner la fórmula en un 
19002 \series bold
19003 entorno boldmath
19004 \series default
19005 , que se inserta con el comando 
19006 \series bold
19007
19008 \backslash
19009 boldmath
19010 \series default
19011
19012 \begin_inset Index idx
19013 status collapsed
19014
19015 \begin_layout Plain Layout
19016 Comandos ! B ! 
19017 \backslash
19018 boldmath
19019 \end_layout
19020
19021 \end_inset
19022
19023  en modo TeX.
19024  Para finalizar el entorno se usa el comando 
19025 \series bold
19026
19027 \backslash
19028 unboldmath
19029 \series default
19030
19031 \begin_inset Index idx
19032 status collapsed
19033
19034 \begin_layout Plain Layout
19035 Comandos ! U ! 
19036 \backslash
19037 unboldmath
19038 \end_layout
19039
19040 \end_inset
19041
19042  en modo TeX.
19043 \begin_inset ERT
19044 status collapsed
19045
19046 \begin_layout Plain Layout
19047
19048
19049 \backslash
19050 boldmath
19051 \end_layout
19052
19053 \end_inset
19054
19055
19056 \begin_inset Formula 
19057 \[
19058 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}
19059 \]
19060
19061 \end_inset
19062
19063
19064 \end_layout
19065
19066 \begin_layout Standard
19067 \begin_inset ERT
19068 status collapsed
19069
19070 \begin_layout Plain Layout
19071
19072
19073 \backslash
19074 unboldmath
19075 \end_layout
19076
19077 \end_inset
19078
19079
19080 \end_layout
19081
19082 \begin_layout Subsection
19083 Ecuaciones coloreadas
19084 \begin_inset Index idx
19085 status collapsed
19086
19087 \begin_layout Plain Layout
19088 Ecuación ! coloreada
19089 \end_layout
19090
19091 \end_inset
19092
19093
19094 \end_layout
19095
19096 \begin_layout Standard
19097 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
19098  o una parte de una ecuación y usa el diálogo 
19099 \family sans
19100 Estilo del texto
19101 \family default
19102 .
19103  Aquí hay una ecuación en magenta:
19104 \begin_inset Formula 
19105 \[
19106 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19107 \]
19108
19109 \end_inset
19110
19111 También puedes definir tus propios colores como se describe en
19112 \begin_inset space ~
19113 \end_inset
19114
19115
19116 \begin_inset CommandInset ref
19117 LatexCommand ref
19118 reference "sub:Marcos-coloreados"
19119
19120 \end_inset
19121
19122 .
19123  Pueden usarse con el comando en código TeX 
19124 \series bold
19125
19126 \backslash
19127 textcolor
19128 \series default
19129
19130 \begin_inset Index idx
19131 status collapsed
19132
19133 \begin_layout Plain Layout
19134 Comandos ! T ! 
19135 \backslash
19136 textcolor
19137 \end_layout
19138
19139 \end_inset
19140
19141  según el esquema
19142 \end_layout
19143
19144 \begin_layout Standard
19145
19146 \series bold
19147
19148 \backslash
19149 textcolor{color}{caracteres o ecuación}
19150 \end_layout
19151
19152 \begin_layout Standard
19153 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
19154 e en rojo:
19155 \end_layout
19156
19157 \begin_layout Standard
19158 \begin_inset ERT
19159 status collapsed
19160
19161 \begin_layout Plain Layout
19162
19163
19164 \backslash
19165 textcolor{verdeoscuro}{
19166 \end_layout
19167
19168 \end_inset
19169
19170
19171 \begin_inset Formula 
19172 \[
19173 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19174 \]
19175
19176 \end_inset
19177
19178
19179 \begin_inset ERT
19180 status collapsed
19181
19182 \begin_layout Plain Layout
19183
19184 }
19185 \end_layout
19186
19187 \end_inset
19188
19189
19190 \end_layout
19191
19192 \begin_layout Standard
19193 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
19194  a ecuaciones completas.
19195 \begin_inset Foot
19196 status collapsed
19197
19198 \begin_layout Plain Layout
19199 \begin_inset CommandInset href
19200 LatexCommand href
19201 name "LyX-bug #5269"
19202 target "http://www.lyx.org/trac/ticket/5269"
19203
19204 \end_inset
19205
19206
19207 \end_layout
19208
19209 \end_inset
19210
19211
19212 \end_layout
19213
19214 \begin_layout Subsection
19215 Tamaños de tipografías
19216 \begin_inset CommandInset label
19217 LatexCommand label
19218 name "sub:Tamaños-de-tipografías"
19219
19220 \end_inset
19221
19222
19223 \begin_inset Index idx
19224 status open
19225
19226 \begin_layout Plain Layout
19227 Tipografías ! tamaño
19228 \end_layout
19229
19230 \end_inset
19231
19232
19233 \end_layout
19234
19235 \begin_layout Standard
19236 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
19237  siguientes comandos de tamaño:
19238 \end_layout
19239
19240 \begin_layout Standard
19241
19242 \series bold
19243
19244 \backslash
19245 Huge
19246 \series default
19247
19248 \series bold
19249
19250 \backslash
19251 huge
19252 \series default
19253
19254 \series bold
19255
19256 \backslash
19257 LARGE
19258 \series default
19259
19260 \series bold
19261
19262 \backslash
19263 Large
19264 \series default
19265
19266 \series bold
19267
19268 \backslash
19269 large
19270 \series default
19271
19272 \series bold
19273
19274 \backslash
19275 normalsize
19276 \series default
19277
19278 \series bold
19279
19280 \backslash
19281 small
19282 \series default
19283 ,
19284 \begin_inset Newline newline
19285 \end_inset
19286
19287
19288 \series bold
19289
19290 \backslash
19291 footnotesize
19292 \series default
19293
19294 \series bold
19295
19296 \backslash
19297 scriptsize
19298 \series default
19299 , y 
19300 \series bold
19301
19302 \backslash
19303 tiny
19304 \end_layout
19305
19306 \begin_layout Standard
19307 El tamaño dado por los comandos depende del tamaño base de la tipografía
19308  en el documento, dado por el comando 
19309 \series bold
19310
19311 \backslash
19312 normalsize
19313 \series default
19314 .
19315  Los demás comandos producen tamaños menores o mayores que 
19316 \series bold
19317
19318 \backslash
19319 normalsize
19320 \series default
19321 .
19322  No obstante, puede que el tamaño de tipografía no exceda de cierto valor.
19323  Si, por ejemplo, la tipografía del documento es de 12
19324 \begin_inset space \thinspace{}
19325 \end_inset
19326
19327 pt, el comando 
19328 \series bold
19329
19330 \backslash
19331 Huge
19332 \series default
19333  da el mismo tamaño que 
19334 \series bold
19335
19336 \backslash
19337 huge
19338 \series default
19339 .
19340 \end_layout
19341
19342 \begin_layout Standard
19343 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
19344  a todas las ecuaciones y texto siguientes.
19345  Para volver al tamaño anterior hay que insertar el comando 
19346 \series bold
19347
19348 \backslash
19349 normalsize
19350 \series default
19351  en modo TeX detrás de la ecuación.
19352 \end_layout
19353
19354 \begin_layout Standard
19355 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
19356  comandos de tamaño:
19357 \end_layout
19358
19359 \begin_layout Standard
19360 \noindent
19361 \align center
19362 \begin_inset Tabular
19363 <lyxtabular version="3" rows="5" columns="2">
19364 <features tabularvalignment="middle">
19365 <column alignment="center" valignment="top" width="0">
19366 <column alignment="center" valignment="top" width="0">
19367 <row>
19368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372 Comando
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19378 \begin_inset Text
19379
19380 \begin_layout Plain Layout
19381 Resultado
19382 \begin_inset Note Note
19383 status collapsed
19384
19385 \begin_layout Plain Layout
19386
19387 \series bold
19388
19389 \backslash
19390 raisebox
19391 \series default
19392  se usa sólo como espaciador
19393 \end_layout
19394
19395 \end_inset
19396
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 </row>
19403 <row>
19404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408
19409 \backslash
19410 displaystyle
19411 \begin_inset Index idx
19412 status collapsed
19413
19414 \begin_layout Plain Layout
19415 Comandos ! D ! 
19416 \backslash
19417 displaystyle
19418 \end_layout
19419
19420 \end_inset
19421
19422
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19432 \end_inset
19433
19434
19435 \end_layout
19436
19437 \end_inset
19438 </cell>
19439 </row>
19440 <row>
19441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19442 \begin_inset Text
19443
19444 \begin_layout Plain Layout
19445
19446 \backslash
19447 textstyle
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19453 \begin_inset Text
19454
19455 \begin_layout Plain Layout
19456 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19457 \end_inset
19458
19459
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 </row>
19465 <row>
19466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19467 \begin_inset Text
19468
19469 \begin_layout Plain Layout
19470
19471 \backslash
19472 scriptstyle
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19482 \end_inset
19483
19484
19485 \end_layout
19486
19487 \end_inset
19488 </cell>
19489 </row>
19490 <row>
19491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Plain Layout
19495
19496 \backslash
19497 scriptscriptstyle
19498 \end_layout
19499
19500 \end_inset
19501 </cell>
19502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19503 \begin_inset Text
19504
19505 \begin_layout Plain Layout
19506 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19507 \end_inset
19508
19509
19510 \end_layout
19511
19512 \end_inset
19513 </cell>
19514 </row>
19515 </lyxtabular>
19516
19517 \end_inset
19518
19519
19520 \end_layout
19521
19522 \begin_layout Standard
19523 Después de introducir estos comandos, aparece un marco azul en el que se
19524  insertan las partes de la fórmula.
19525 \end_layout
19526
19527 \begin_layout Standard
19528 Hay un método más para cambiar el tamaño de tipografía, aunque solo funciona
19529  para símbolos o letras en texto matemático.
19530  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
19531  de texto anteriores.
19532  Todos los caracteres siguientes, hasta el final del texto matemático o
19533  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19534  Dos ejemplos:
19535 \begin_inset VSpace -2mm
19536 \end_inset
19537
19538
19539 \end_layout
19540
19541 \begin_layout Standard
19542 \begin_inset ERT
19543 status collapsed
19544
19545 \begin_layout Plain Layout
19546
19547
19548 \backslash
19549 huge
19550 \end_layout
19551
19552 \end_inset
19553
19554
19555 \begin_inset Formula 
19556 \[
19557 A=\frac{B}{c}\cdot\maltese
19558 \]
19559
19560 \end_inset
19561
19562
19563 \begin_inset Formula 
19564 \[
19565 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19566 \]
19567
19568 \end_inset
19569
19570
19571 \end_layout
19572
19573 \begin_layout Standard
19574 \begin_inset ERT
19575 status collapsed
19576
19577 \begin_layout Plain Layout
19578
19579
19580 \backslash
19581 normalsize
19582 \end_layout
19583
19584 \end_inset
19585
19586
19587 \begin_inset VSpace medskip
19588 \end_inset
19589
19590
19591 \end_layout
19592
19593 \begin_layout Standard
19594 Antes de las ecuaciones se ha insertado el comando 
19595 \series bold
19596
19597 \backslash
19598 huge
19599 \series default
19600 .
19601  Para la segunda ecuación el comando es:
19602 \begin_inset Newline newline
19603 \end_inset
19604
19605
19606 \series bold
19607
19608 \backslash
19609 maltese
19610 \begin_inset ERT
19611 status collapsed
19612
19613 \begin_layout Plain Layout
19614
19615
19616 \backslash
19617 spce 
19618 \end_layout
19619
19620 \end_inset
19621
19622 A Alt+M M 
19623 \backslash
19624 Large
19625 \begin_inset ERT
19626 status collapsed
19627
19628 \begin_layout Plain Layout
19629
19630
19631 \backslash
19632 spce 
19633 \end_layout
19634
19635 \end_inset
19636
19637
19638 \backslash
19639 maltese
19640 \begin_inset ERT
19641 status collapsed
19642
19643 \begin_layout Plain Layout
19644
19645
19646 \backslash
19647 spce 
19648 \end_layout
19649
19650 \end_inset
19651
19652
19653 \backslash
19654 textit
19655 \begin_inset ERT
19656 status collapsed
19657
19658 \begin_layout Plain Layout
19659
19660
19661 \backslash
19662 spce 
19663 \end_layout
19664
19665 \end_inset
19666
19667 A
19668 \begin_inset Formula $\to$
19669 \end_inset
19670
19671
19672 \begin_inset Formula $\to$
19673 \end_inset
19674
19675
19676 \begin_inset Newline newline
19677 \end_inset
19678
19679
19680 \begin_inset space \hspace*{}
19681 \length 1cm
19682 \end_inset
19683
19684 Alt+M M 
19685 \backslash
19686 tiny
19687 \begin_inset ERT
19688 status collapsed
19689
19690 \begin_layout Plain Layout
19691
19692
19693 \backslash
19694 spce 
19695 \end_layout
19696
19697 \end_inset
19698
19699
19700 \backslash
19701 maltese
19702 \begin_inset ERT
19703 status collapsed
19704
19705 \begin_layout Plain Layout
19706
19707
19708 \backslash
19709 spce 
19710 \end_layout
19711
19712 \end_inset
19713
19714
19715 \backslash
19716 textit
19717 \begin_inset ERT
19718 status collapsed
19719
19720 \begin_layout Plain Layout
19721
19722
19723 \backslash
19724 spce 
19725 \end_layout
19726
19727 \end_inset
19728
19729 A
19730 \end_layout
19731
19732 \begin_layout Standard
19733 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19734  el tamaño por omisión.
19735 \end_layout
19736
19737 \begin_layout Section
19738 Letras griegas
19739 \begin_inset Index idx
19740 status collapsed
19741
19742 \begin_layout Plain Layout
19743 Letras griegas
19744 \end_layout
19745
19746 \end_inset
19747
19748
19749 \end_layout
19750
19751 \begin_layout Standard
19752 Las letras griegas se pueden insertar además mediante el botón 
19753 \begin_inset Graphics
19754         filename ../../images/math/alpha.png
19755         scale 85
19756
19757 \end_inset
19758
19759  de la barra de ecuaciones.
19760  Las normas internacionales de tipografía proponen que las letras griegas
19761  en ecuaciones deben escribirse en cursiva/inclinada.
19762  No obstante, en algunos idiomas, como francés o ruso, a veces se escriben
19763  en redonda.
19764  Para las normas en español, véase
19765 \begin_inset space ~
19766 \end_inset
19767
19768
19769 \begin_inset CommandInset citation
19770 LatexCommand cite
19771 key "Bezos"
19772
19773 \end_inset
19774
19775 .
19776 \end_layout
19777
19778 \begin_layout Subsection
19779 Minúsculas
19780 \begin_inset Index idx
19781 status collapsed
19782
19783 \begin_layout Plain Layout
19784 Letras griegas ! minúsculas
19785 \end_layout
19786
19787 \end_inset
19788
19789
19790 \end_layout
19791
19792 \begin_layout Standard
19793 \begin_inset space \hfill{}
19794 \end_inset
19795
19796
19797 \begin_inset Tabular
19798 <lyxtabular version="3" rows="11" columns="2">
19799 <features tabularvalignment="middle">
19800 <column alignment="center" valignment="top" width="0pt">
19801 <column alignment="center" valignment="top" width="0pt">
19802 <row>
19803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807 Comando
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816 Símbolo
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 </row>
19822 <row>
19823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827
19828 \backslash
19829 alpha
19830 \end_layout
19831
19832 \end_inset
19833 </cell>
19834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838 \begin_inset Formula $\alpha$
19839 \end_inset
19840
19841
19842 \end_layout
19843
19844 \end_inset
19845 </cell>
19846 </row>
19847 <row>
19848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19849 \begin_inset Text
19850
19851 \begin_layout Plain Layout
19852
19853 \backslash
19854 beta
19855 \end_layout
19856
19857 \end_inset
19858 </cell>
19859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863 \begin_inset Formula $\beta$
19864 \end_inset
19865
19866
19867 \end_layout
19868
19869 \end_inset
19870 </cell>
19871 </row>
19872 <row>
19873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19874 \begin_inset Text
19875
19876 \begin_layout Plain Layout
19877
19878 \backslash
19879 gamma
19880 \end_layout
19881
19882 \end_inset
19883 </cell>
19884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888 \begin_inset Formula $\gamma$
19889 \end_inset
19890
19891
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 </row>
19897 <row>
19898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902
19903 \backslash
19904 delta
19905 \end_layout
19906
19907 \end_inset
19908 </cell>
19909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913 \begin_inset Formula $\delta$
19914 \end_inset
19915
19916
19917 \end_layout
19918
19919 \end_inset
19920 </cell>
19921 </row>
19922 <row>
19923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19924 \begin_inset Text
19925
19926 \begin_layout Plain Layout
19927
19928 \backslash
19929 epsilon
19930 \end_layout
19931
19932 \end_inset
19933 </cell>
19934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938 \begin_inset Formula $\epsilon$
19939 \end_inset
19940
19941
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 </row>
19947 <row>
19948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19949 \begin_inset Text
19950
19951 \begin_layout Plain Layout
19952
19953 \backslash
19954 varepsilon
19955 \end_layout
19956
19957 \end_inset
19958 </cell>
19959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19960 \begin_inset Text
19961
19962 \begin_layout Plain Layout
19963 \begin_inset Formula $\varepsilon$
19964 \end_inset
19965
19966
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 </row>
19972 <row>
19973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19974 \begin_inset Text
19975
19976 \begin_layout Plain Layout
19977
19978 \backslash
19979 zeta
19980 \end_layout
19981
19982 \end_inset
19983 </cell>
19984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19985 \begin_inset Text
19986
19987 \begin_layout Plain Layout
19988 \begin_inset Formula $\zeta$
19989 \end_inset
19990
19991
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 </row>
19997 <row>
19998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19999 \begin_inset Text
20000
20001 \begin_layout Plain Layout
20002
20003 \backslash
20004 eta
20005 \end_layout
20006
20007 \end_inset
20008 </cell>
20009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20010 \begin_inset Text
20011
20012 \begin_layout Plain Layout
20013 \begin_inset Formula $\eta$
20014 \end_inset
20015
20016
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 </row>
20022 <row>
20023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027
20028 \backslash
20029 theta
20030 \end_layout
20031
20032 \end_inset
20033 </cell>
20034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038 \begin_inset Formula $\theta$
20039 \end_inset
20040
20041
20042 \end_layout
20043
20044 \end_inset
20045 </cell>
20046 </row>
20047 <row>
20048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052
20053 \backslash
20054 vartheta
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset Formula $\vartheta$
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 </row>
20072 </lyxtabular>
20073
20074 \end_inset
20075
20076
20077 \begin_inset space \hfill{}
20078 \end_inset
20079
20080
20081 \begin_inset Tabular
20082 <lyxtabular version="3" rows="12" columns="2">
20083 <features tabularvalignment="middle">
20084 <column alignment="center" valignment="top" width="0pt">
20085 <column alignment="center" valignment="top" width="0pt">
20086 <row>
20087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20088 \begin_inset Text
20089
20090 \begin_layout Plain Layout
20091 Comando
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20097 \begin_inset Text
20098
20099 \begin_layout Plain Layout
20100 Símbolo
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 </row>
20106 <row>
20107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Plain Layout
20111
20112 \backslash
20113 iota
20114 \end_layout
20115
20116 \end_inset
20117 </cell>
20118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20119 \begin_inset Text
20120
20121 \begin_layout Plain Layout
20122 \begin_inset Formula $\iota$
20123 \end_inset
20124
20125
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 </row>
20131 <row>
20132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136
20137 \backslash
20138 kappa
20139 \end_layout
20140
20141 \end_inset
20142 </cell>
20143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20144 \begin_inset Text
20145
20146 \begin_layout Plain Layout
20147 \begin_inset Formula $\kappa$
20148 \end_inset
20149
20150
20151 \end_layout
20152
20153 \end_inset
20154 </cell>
20155 </row>
20156 <row>
20157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20158 \begin_inset Text
20159
20160 \begin_layout Plain Layout
20161
20162 \backslash
20163 varkappa
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172 \begin_inset Formula $\varkappa$
20173 \end_inset
20174
20175
20176 \end_layout
20177
20178 \end_inset
20179 </cell>
20180 </row>
20181 <row>
20182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20183 \begin_inset Text
20184
20185 \begin_layout Plain Layout
20186
20187 \backslash
20188 lambda
20189 \end_layout
20190
20191 \end_inset
20192 </cell>
20193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20194 \begin_inset Text
20195
20196 \begin_layout Plain Layout
20197 \begin_inset Formula $\lambda$
20198 \end_inset
20199
20200
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 </row>
20206 <row>
20207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211
20212 \backslash
20213 mu
20214 \end_layout
20215
20216 \end_inset
20217 </cell>
20218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20219 \begin_inset Text
20220
20221 \begin_layout Plain Layout
20222 \begin_inset Formula $\mu$
20223 \end_inset
20224
20225
20226 \end_layout
20227
20228 \end_inset
20229 </cell>
20230 </row>
20231 <row>
20232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236
20237 \backslash
20238 nu
20239 \end_layout
20240
20241 \end_inset
20242 </cell>
20243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247 \begin_inset Formula $\nu$
20248 \end_inset
20249
20250
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 </row>
20256 <row>
20257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261
20262 \backslash
20263 xi
20264 \end_layout
20265
20266 \end_inset
20267 </cell>
20268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20269 \begin_inset Text
20270
20271 \begin_layout Plain Layout
20272 \begin_inset Formula $\xi$
20273 \end_inset
20274
20275
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 </row>
20281 <row>
20282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Plain Layout
20286 o
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Plain Layout
20295 \begin_inset Formula $o$
20296 \end_inset
20297
20298
20299 \end_layout
20300
20301 \end_inset
20302 </cell>
20303 </row>
20304 <row>
20305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309
20310 \backslash
20311 pi
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320 \begin_inset Formula $\pi$
20321 \end_inset
20322
20323
20324 \end_layout
20325
20326 \end_inset
20327 </cell>
20328 </row>
20329 <row>
20330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20331 \begin_inset Text
20332
20333 \begin_layout Plain Layout
20334
20335 \backslash
20336 varpi
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20342 \begin_inset Text
20343
20344 \begin_layout Plain Layout
20345 \begin_inset Formula $\varpi$
20346 \end_inset
20347
20348
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 </row>
20354 <row>
20355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359
20360 \backslash
20361 rho
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20367 \begin_inset Text
20368
20369 \begin_layout Plain Layout
20370 \begin_inset Formula $\rho$
20371 \end_inset
20372
20373
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 </row>
20379 </lyxtabular>
20380
20381 \end_inset
20382
20383
20384 \begin_inset space \hfill{}
20385 \end_inset
20386
20387
20388 \begin_inset Tabular
20389 <lyxtabular version="3" rows="11" columns="2">
20390 <features tabularvalignment="middle">
20391 <column alignment="center" valignment="top" width="0pt">
20392 <column alignment="center" valignment="top" width="0pt">
20393 <row>
20394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398 Comando
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20404 \begin_inset Text
20405
20406 \begin_layout Plain Layout
20407 Símbolo
20408 \end_layout
20409
20410 \end_inset
20411 </cell>
20412 </row>
20413 <row>
20414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Plain Layout
20418
20419 \backslash
20420 varrho
20421 \end_layout
20422
20423 \end_inset
20424 </cell>
20425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20426 \begin_inset Text
20427
20428 \begin_layout Plain Layout
20429 \begin_inset Formula $\varrho$
20430 \end_inset
20431
20432
20433 \end_layout
20434
20435 \end_inset
20436 </cell>
20437 </row>
20438 <row>
20439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20440 \begin_inset Text
20441
20442 \begin_layout Plain Layout
20443
20444 \backslash
20445 sigma
20446 \end_layout
20447
20448 \end_inset
20449 </cell>
20450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20451 \begin_inset Text
20452
20453 \begin_layout Plain Layout
20454 \begin_inset Formula $\sigma$
20455 \end_inset
20456
20457
20458 \end_layout
20459
20460 \end_inset
20461 </cell>
20462 </row>
20463 <row>
20464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20465 \begin_inset Text
20466
20467 \begin_layout Plain Layout
20468
20469 \backslash
20470 varsigma
20471 \end_layout
20472
20473 \end_inset
20474 </cell>
20475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20476 \begin_inset Text
20477
20478 \begin_layout Plain Layout
20479 \begin_inset Formula $\varsigma$
20480 \end_inset
20481
20482
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 </row>
20488 <row>
20489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20490 \begin_inset Text
20491
20492 \begin_layout Plain Layout
20493
20494 \backslash
20495 tau
20496 \end_layout
20497
20498 \end_inset
20499 </cell>
20500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20501 \begin_inset Text
20502
20503 \begin_layout Plain Layout
20504 \begin_inset Formula $\tau$
20505 \end_inset
20506
20507
20508 \end_layout
20509
20510 \end_inset
20511 </cell>
20512 </row>
20513 <row>
20514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20515 \begin_inset Text
20516
20517 \begin_layout Plain Layout
20518
20519 \backslash
20520 upsilon
20521 \end_layout
20522
20523 \end_inset
20524 </cell>
20525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529 \begin_inset Formula $\upsilon$
20530 \end_inset
20531
20532
20533 \end_layout
20534
20535 \end_inset
20536 </cell>
20537 </row>
20538 <row>
20539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20540 \begin_inset Text
20541
20542 \begin_layout Plain Layout
20543
20544 \backslash
20545 phi
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554 \begin_inset Formula $\phi$
20555 \end_inset
20556
20557
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 </row>
20563 <row>
20564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568
20569 \backslash
20570 varphi
20571 \end_layout
20572
20573 \end_inset
20574 </cell>
20575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20576 \begin_inset Text
20577
20578 \begin_layout Plain Layout
20579 \begin_inset Formula $\varphi$
20580 \end_inset
20581
20582
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 </row>
20588 <row>
20589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593
20594 \backslash
20595 chi
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20601 \begin_inset Text
20602
20603 \begin_layout Plain Layout
20604 \begin_inset Formula $\chi$
20605 \end_inset
20606
20607
20608 \end_layout
20609
20610 \end_inset
20611 </cell>
20612 </row>
20613 <row>
20614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618
20619 \backslash
20620 psi
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629 \begin_inset Formula $\psi$
20630 \end_inset
20631
20632
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 </row>
20638 <row>
20639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20640 \begin_inset Text
20641
20642 \begin_layout Plain Layout
20643
20644 \backslash
20645 omega
20646 \end_layout
20647
20648 \end_inset
20649 </cell>
20650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654 \begin_inset Formula $\omega$
20655 \end_inset
20656
20657
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 </row>
20663 </lyxtabular>
20664
20665 \end_inset
20666
20667
20668 \begin_inset space \hfill{}
20669 \end_inset
20670
20671
20672 \end_layout
20673
20674 \begin_layout Standard
20675 \begin_inset VSpace medskip
20676 \end_inset
20677
20678
20679 \end_layout
20680
20681 \begin_layout Standard
20682 Cómo escribir letras griegas especiales en redonda se explica en 
20683 \begin_inset CommandInset ref
20684 LatexCommand ref
20685 reference "sub:Griegas-en-redonda"
20686
20687 \end_inset
20688
20689 .
20690 \end_layout
20691
20692 \begin_layout Subsection
20693 Mayúsculas
20694 \begin_inset Index idx
20695 status collapsed
20696
20697 \begin_layout Plain Layout
20698 Letras griegas ! mayúsculas
20699 \end_layout
20700
20701 \end_inset
20702
20703
20704 \end_layout
20705
20706 \begin_layout Standard
20707 \begin_inset space \hfill{}
20708 \end_inset
20709
20710
20711 \begin_inset Tabular
20712 <lyxtabular version="3" rows="7" columns="2">
20713 <features tabularvalignment="middle">
20714 <column alignment="center" valignment="top" width="0pt">
20715 <column alignment="center" valignment="top" width="0pt">
20716 <row>
20717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20718 \begin_inset Text
20719
20720 \begin_layout Plain Layout
20721 Comando
20722 \end_layout
20723
20724 \end_inset
20725 </cell>
20726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20727 \begin_inset Text
20728
20729 \begin_layout Plain Layout
20730 Símbolo
20731 \end_layout
20732
20733 \end_inset
20734 </cell>
20735 </row>
20736 <row>
20737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20738 \begin_inset Text
20739
20740 \begin_layout Plain Layout
20741
20742 \backslash
20743 Gamma
20744 \end_layout
20745
20746 \end_inset
20747 </cell>
20748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Plain Layout
20752 \begin_inset Formula $\Gamma$
20753 \end_inset
20754
20755
20756 \end_layout
20757
20758 \end_inset
20759 </cell>
20760 </row>
20761 <row>
20762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20763 \begin_inset Text
20764
20765 \begin_layout Plain Layout
20766
20767 \backslash
20768 Delta
20769 \end_layout
20770
20771 \end_inset
20772 </cell>
20773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777 \begin_inset Formula $\Delta$
20778 \end_inset
20779
20780
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 </row>
20786 <row>
20787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20788 \begin_inset Text
20789
20790 \begin_layout Plain Layout
20791
20792 \backslash
20793 Theta
20794 \end_layout
20795
20796 \end_inset
20797 </cell>
20798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20799 \begin_inset Text
20800
20801 \begin_layout Plain Layout
20802 \begin_inset Formula $\Theta$
20803 \end_inset
20804
20805
20806 \end_layout
20807
20808 \end_inset
20809 </cell>
20810 </row>
20811 <row>
20812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Plain Layout
20816
20817 \backslash
20818 Lambda
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Plain Layout
20827 \begin_inset Formula $\Lambda$
20828 \end_inset
20829
20830
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 </row>
20836 <row>
20837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841
20842 \backslash
20843 Xi
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852 \begin_inset Formula $\Xi$
20853 \end_inset
20854
20855
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 </row>
20861 <row>
20862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20863 \begin_inset Text
20864
20865 \begin_layout Plain Layout
20866
20867 \backslash
20868 Pi
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877 \begin_inset Formula $\Pi$
20878 \end_inset
20879
20880
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 </row>
20886 </lyxtabular>
20887
20888 \end_inset
20889
20890
20891 \begin_inset space \hfill{}
20892 \end_inset
20893
20894
20895 \begin_inset Tabular
20896 <lyxtabular version="3" rows="6" columns="2">
20897 <features tabularvalignment="middle">
20898 <column alignment="center" valignment="top" width="0pt">
20899 <column alignment="center" valignment="top" width="0pt">
20900 <row>
20901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Plain Layout
20905 Comando
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20911 \begin_inset Text
20912
20913 \begin_layout Plain Layout
20914 Símbolo
20915 \end_layout
20916
20917 \end_inset
20918 </cell>
20919 </row>
20920 <row>
20921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20922 \begin_inset Text
20923
20924 \begin_layout Plain Layout
20925
20926 \backslash
20927 Sigma
20928 \end_layout
20929
20930 \end_inset
20931 </cell>
20932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20933 \begin_inset Text
20934
20935 \begin_layout Plain Layout
20936 \begin_inset Formula $\Sigma$
20937 \end_inset
20938
20939
20940 \end_layout
20941
20942 \end_inset
20943 </cell>
20944 </row>
20945 <row>
20946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20947 \begin_inset Text
20948
20949 \begin_layout Plain Layout
20950
20951 \backslash
20952 Upsilon
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20958 \begin_inset Text
20959
20960 \begin_layout Plain Layout
20961 \begin_inset Formula $\Upsilon$
20962 \end_inset
20963
20964
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 </row>
20970 <row>
20971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20972 \begin_inset Text
20973
20974 \begin_layout Plain Layout
20975
20976 \backslash
20977 Phi
20978 \end_layout
20979
20980 \end_inset
20981 </cell>
20982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20983 \begin_inset Text
20984
20985 \begin_layout Plain Layout
20986 \begin_inset Formula $\Phi$
20987 \end_inset
20988
20989
20990 \end_layout
20991
20992 \end_inset
20993 </cell>
20994 </row>
20995 <row>
20996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20997 \begin_inset Text
20998
20999 \begin_layout Plain Layout
21000
21001 \backslash
21002 Psi
21003 \end_layout
21004
21005 \end_inset
21006 </cell>
21007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21008 \begin_inset Text
21009
21010 \begin_layout Plain Layout
21011 \begin_inset Formula $\Psi$
21012 \end_inset
21013
21014
21015 \end_layout
21016
21017 \end_inset
21018 </cell>
21019 </row>
21020 <row>
21021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21022 \begin_inset Text
21023
21024 \begin_layout Plain Layout
21025
21026 \backslash
21027 Omega
21028 \end_layout
21029
21030 \end_inset
21031 </cell>
21032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036 \begin_inset Formula $\Omega$
21037 \end_inset
21038
21039
21040 \end_layout
21041
21042 \end_inset
21043 </cell>
21044 </row>
21045 </lyxtabular>
21046
21047 \end_inset
21048
21049
21050 \begin_inset space \hfill{}
21051 \end_inset
21052
21053
21054 \end_layout
21055
21056 \begin_layout Standard
21057 \begin_inset VSpace medskip
21058 \end_inset
21059
21060
21061 \end_layout
21062
21063 \begin_layout Standard
21064 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
21065  cuando se desarrolló TeX.
21066  Para obtener mayúsculas en cursiva, inicia cada comando con 
21067 \series bold
21068 var
21069 \series default
21070 .
21071  Por ejemplo, el comando 
21072 \series bold
21073
21074 \backslash
21075 varGamma
21076 \series default
21077  genera 
21078 \begin_inset Formula $\varGamma$
21079 \end_inset
21080
21081 .
21082  Otra forma es cargar el paquete 
21083 \series bold
21084 fixmath
21085 \series default
21086
21087 \begin_inset Foot
21088 status collapsed
21089
21090 \begin_layout Plain Layout
21091
21092 \series bold
21093 fixmath
21094 \series default
21095  forma parte del paquete LaTeX 
21096 \series bold
21097 was
21098 \series default
21099
21100 \begin_inset Index idx
21101 status collapsed
21102
21103 \begin_layout Plain Layout
21104 Paquetes ! was
21105 \begin_inset ERT
21106 status collapsed
21107
21108 \begin_layout Plain Layout
21109
21110
21111 \backslash
21112 vspace{4mm}
21113 \end_layout
21114
21115 \end_inset
21116
21117
21118 \end_layout
21119
21120 \end_inset
21121
21122 .
21123 \end_layout
21124
21125 \end_inset
21126
21127
21128 \begin_inset Index idx
21129 status collapsed
21130
21131 \begin_layout Plain Layout
21132 Paquetes ! fixmath
21133 \end_layout
21134
21135 \end_inset
21136
21137  con la línea siguiente en el preámbulo LaTeX
21138 \end_layout
21139
21140 \begin_layout Standard
21141
21142 \series bold
21143
21144 \backslash
21145 usepackage{fixmath}
21146 \end_layout
21147
21148 \begin_layout Standard
21149 Entonces, todas las mayúsculas griegas en el documento se imprimirán automáticam
21150 ente en cursiva.
21151 \end_layout
21152
21153 \begin_layout Subsection
21154 Letras en negrita
21155 \begin_inset Index idx
21156 status collapsed
21157
21158 \begin_layout Plain Layout
21159 Letras griegas ! en negrita
21160 \end_layout
21161
21162 \end_inset
21163
21164
21165 \end_layout
21166
21167 \begin_layout Standard
21168 Las letras griegas no admiten diferentes estilos de letra como las latinas.
21169  Sólo se pueden poner en negrita con el comando 
21170 \series bold
21171
21172 \backslash
21173 boldsymbol
21174 \series default
21175
21176 \begin_inset Index idx
21177 status collapsed
21178
21179 \begin_layout Plain Layout
21180 Comandos ! B ! 
21181 \backslash
21182 boldsymbol
21183 \end_layout
21184
21185 \end_inset
21186
21187 .
21188 \end_layout
21189
21190 \begin_layout Standard
21191 \align center
21192 \begin_inset Tabular
21193 <lyxtabular version="3" rows="3" columns="2">
21194 <features tabularvalignment="middle">
21195 <column alignment="center" valignment="top" width="0">
21196 <column alignment="center" valignment="top" width="0">
21197 <row>
21198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202 Comando
21203 \end_layout
21204
21205 \end_inset
21206 </cell>
21207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21208 \begin_inset Text
21209
21210 \begin_layout Plain Layout
21211 Símbolo
21212 \end_layout
21213
21214 \end_inset
21215 </cell>
21216 </row>
21217 <row>
21218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21219 \begin_inset Text
21220
21221 \begin_layout Plain Layout
21222
21223 \backslash
21224 Upsilon
21225 \backslash
21226 boldsymbol
21227 \backslash
21228 Upsilon
21229 \end_layout
21230
21231 \end_inset
21232 </cell>
21233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21238 \end_inset
21239
21240
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 </row>
21246 <row>
21247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21248 \begin_inset Text
21249
21250 \begin_layout Plain Layout
21251
21252 \backslash
21253 theta
21254 \backslash
21255 boldsymbol
21256 \backslash
21257 theta
21258 \end_layout
21259
21260 \end_inset
21261 </cell>
21262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21263 \begin_inset Text
21264
21265 \begin_layout Plain Layout
21266 \begin_inset Formula $\theta\boldsymbol{\theta}$
21267 \end_inset
21268
21269
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 </row>
21275 </lyxtabular>
21276
21277 \end_inset
21278
21279
21280 \end_layout
21281
21282 \begin_layout Standard
21283 \noindent
21284 \align center
21285 \begin_inset Newpage newpage
21286 \end_inset
21287
21288
21289 \end_layout
21290
21291 \begin_layout Section
21292 Símbolos
21293 \begin_inset ERT
21294 status collapsed
21295
21296 \begin_layout Plain Layout
21297
21298
21299 \backslash
21300 texorpdfstring{
21301 \end_layout
21302
21303 \end_inset
21304
21305
21306 \begin_inset Foot
21307 status collapsed
21308
21309 \begin_layout Plain Layout
21310 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
21311  LaTeX en 
21312 \begin_inset CommandInset citation
21313 LatexCommand cite
21314 key "Symbols"
21315
21316 \end_inset
21317
21318 .
21319 \end_layout
21320
21321 \end_inset
21322
21323
21324 \begin_inset ERT
21325 status collapsed
21326
21327 \begin_layout Plain Layout
21328
21329 }{}
21330 \end_layout
21331
21332 \end_inset
21333
21334
21335 \begin_inset Note Note
21336 status collapsed
21337
21338 \begin_layout Plain Layout
21339
21340 \backslash
21341 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
21342  PDF.
21343 \end_layout
21344
21345 \begin_layout Plain Layout
21346 Más sobre 
21347 \backslash
21348 texorpdfstring en la sección 
21349 \begin_inset CommandInset ref
21350 LatexCommand ref
21351 reference "sub:Ecuaciones-en-encabezados"
21352
21353 \end_inset
21354
21355 .
21356 \end_layout
21357
21358 \end_inset
21359
21360
21361 \begin_inset Index idx
21362 status collapsed
21363
21364 \begin_layout Plain Layout
21365 Símbolos
21366 \end_layout
21367
21368 \end_inset
21369
21370
21371 \end_layout
21372
21373 \begin_layout Standard
21374 Muchos de los símbolos listados en esta sección se pueden insertar además
21375  mediante los botones 
21376 \begin_inset Graphics
21377         filename ../../images/math/nabla.png
21378         scale 85
21379
21380 \end_inset
21381
21382  y 
21383 \begin_inset Graphics
21384         filename ../../images/math/digamma.png
21385         scale 85
21386
21387 \end_inset
21388
21389  de la barra de ecuaciones.
21390 \end_layout
21391
21392 \begin_layout Subsection
21393 Símbolos matemáticos
21394 \begin_inset CommandInset label
21395 LatexCommand label
21396 name "sub:Símbolos-matemáticos"
21397
21398 \end_inset
21399
21400
21401 \begin_inset Index idx
21402 status collapsed
21403
21404 \begin_layout Plain Layout
21405 Símbolos ! matemáticos
21406 \end_layout
21407
21408 \end_inset
21409
21410
21411 \end_layout
21412
21413 \begin_layout Standard
21414 \begin_inset space \hfill{}
21415 \end_inset
21416
21417
21418 \begin_inset Tabular
21419 <lyxtabular version="3" rows="10" columns="2">
21420 <features tabularvalignment="middle">
21421 <column alignment="center" valignment="top" width="0pt">
21422 <column alignment="center" valignment="top" width="0pt">
21423 <row>
21424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428 Comando
21429 \end_layout
21430
21431 \end_inset
21432 </cell>
21433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21434 \begin_inset Text
21435
21436 \begin_layout Plain Layout
21437 Símbolo
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 </row>
21443 <row>
21444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448
21449 \backslash
21450 neg
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459 \begin_inset Formula $\neg$
21460 \end_inset
21461
21462
21463 \end_layout
21464
21465 \end_inset
21466 </cell>
21467 </row>
21468 <row>
21469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Plain Layout
21473
21474 \backslash
21475 Im
21476 \end_layout
21477
21478 \end_inset
21479 </cell>
21480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21481 \begin_inset Text
21482
21483 \begin_layout Plain Layout
21484 \begin_inset Formula $\Im$
21485 \end_inset
21486
21487
21488 \end_layout
21489
21490 \end_inset
21491 </cell>
21492 </row>
21493 <row>
21494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21495 \begin_inset Text
21496
21497 \begin_layout Plain Layout
21498
21499 \backslash
21500 Re
21501 \end_layout
21502
21503 \end_inset
21504 </cell>
21505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21506 \begin_inset Text
21507
21508 \begin_layout Plain Layout
21509 \begin_inset Formula $\Re$
21510 \end_inset
21511
21512
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 </row>
21518 <row>
21519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21520 \begin_inset Text
21521
21522 \begin_layout Plain Layout
21523
21524 \backslash
21525 aleph
21526 \end_layout
21527
21528 \end_inset
21529 </cell>
21530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534 \begin_inset Formula $\aleph$
21535 \end_inset
21536
21537
21538 \end_layout
21539
21540 \end_inset
21541 </cell>
21542 </row>
21543 <row>
21544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21545 \begin_inset Text
21546
21547 \begin_layout Plain Layout
21548
21549 \backslash
21550 partial
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21556 \begin_inset Text
21557
21558 \begin_layout Plain Layout
21559 \begin_inset Formula $\partial$
21560 \end_inset
21561
21562
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 </row>
21568 <row>
21569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21570 \begin_inset Text
21571
21572 \begin_layout Plain Layout
21573
21574 \backslash
21575 infty
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21581 \begin_inset Text
21582
21583 \begin_layout Plain Layout
21584 \begin_inset Formula $\infty$
21585 \end_inset
21586
21587
21588 \end_layout
21589
21590 \end_inset
21591 </cell>
21592 </row>
21593 <row>
21594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598
21599 \backslash
21600 wp
21601 \end_layout
21602
21603 \end_inset
21604 </cell>
21605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21606 \begin_inset Text
21607
21608 \begin_layout Plain Layout
21609 \begin_inset Formula $\wp$
21610 \end_inset
21611
21612
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 </row>
21618 <row>
21619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623
21624 \backslash
21625 imath
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634 \begin_inset Formula $\imath$
21635 \end_inset
21636
21637
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 </row>
21643 <row>
21644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648
21649 \backslash
21650 jmath
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659 \begin_inset Formula $\jmath$
21660 \end_inset
21661
21662
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 </row>
21668 </lyxtabular>
21669
21670 \end_inset
21671
21672
21673 \begin_inset space \hfill{}
21674 \end_inset
21675
21676
21677 \begin_inset Tabular
21678 <lyxtabular version="3" rows="10" columns="2">
21679 <features tabularvalignment="middle">
21680 <column alignment="center" valignment="top" width="0pt">
21681 <column alignment="center" valignment="top" width="0pt">
21682 <row>
21683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 Comando
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21693 \begin_inset Text
21694
21695 \begin_layout Plain Layout
21696 Símbolo
21697 \begin_inset Note Note
21698 status collapsed
21699
21700 \begin_layout Plain Layout
21701
21702 \series bold
21703
21704 \backslash
21705 raisebox
21706 \series default
21707  se usa sólo como espaciador
21708 \end_layout
21709
21710 \end_inset
21711
21712
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 </row>
21718 <row>
21719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723
21724 \backslash
21725 forall
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734 \begin_inset Formula $\forall$
21735 \end_inset
21736
21737
21738 \end_layout
21739
21740 \end_inset
21741 </cell>
21742 </row>
21743 <row>
21744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748
21749 \backslash
21750 exists
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759 \begin_inset Formula $\exists$
21760 \end_inset
21761
21762
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 </row>
21768 <row>
21769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773
21774 \backslash
21775 nexists
21776 \end_layout
21777
21778 \end_inset
21779 </cell>
21780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784 \begin_inset Formula $\nexists$
21785 \end_inset
21786
21787
21788 \end_layout
21789
21790 \end_inset
21791 </cell>
21792 </row>
21793 <row>
21794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798
21799 \backslash
21800 emptyset
21801 \end_layout
21802
21803 \end_inset
21804 </cell>
21805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809 \begin_inset Formula $\emptyset$
21810 \end_inset
21811
21812
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 </row>
21818 <row>
21819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823
21824 \backslash
21825 varnothing
21826 \end_layout
21827
21828 \end_inset
21829 </cell>
21830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834 \begin_inset Formula $\varnothing$
21835 \end_inset
21836
21837
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 </row>
21843 <row>
21844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21845 \begin_inset Text
21846
21847 \begin_layout Plain Layout
21848
21849 \backslash
21850 dag
21851 \end_layout
21852
21853 \end_inset
21854 </cell>
21855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21856 \begin_inset Text
21857
21858 \begin_layout Plain Layout
21859 \begin_inset Formula $\dag$
21860 \end_inset
21861
21862
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 </row>
21868 <row>
21869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873
21874 \backslash
21875 ddag
21876 \end_layout
21877
21878 \end_inset
21879 </cell>
21880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884 \begin_inset Formula $\ddag$
21885 \end_inset
21886
21887
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 </row>
21893 <row>
21894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898
21899 \backslash
21900 complement
21901 \end_layout
21902
21903 \end_inset
21904 </cell>
21905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909 \begin_inset ERT
21910 status collapsed
21911
21912 \begin_layout Plain Layout
21913
21914
21915 \backslash
21916 raisebox{-0.8mm}{
21917 \end_layout
21918
21919 \end_inset
21920
21921
21922 \begin_inset Formula $\complement$
21923 \end_inset
21924
21925
21926 \begin_inset ERT
21927 status collapsed
21928
21929 \begin_layout Plain Layout
21930
21931 }
21932 \end_layout
21933
21934 \end_inset
21935
21936
21937 \end_layout
21938
21939 \end_inset
21940 </cell>
21941 </row>
21942 <row>
21943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21944 \begin_inset Text
21945
21946 \begin_layout Plain Layout
21947
21948 \backslash
21949 Bbbk
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958 \begin_inset Formula $\Bbbk$
21959 \end_inset
21960
21961
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 </row>
21967 </lyxtabular>
21968
21969 \end_inset
21970
21971
21972 \begin_inset space \hfill{}
21973 \end_inset
21974
21975
21976 \begin_inset Tabular
21977 <lyxtabular version="3" rows="10" columns="2">
21978 <features tabularvalignment="middle">
21979 <column alignment="center" valignment="top" width="0pt">
21980 <column alignment="center" valignment="top" width="0pt">
21981 <row>
21982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986 Comando
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995 Símbolo
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 </row>
22001 <row>
22002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006
22007 \backslash
22008 prime
22009 \end_layout
22010
22011 \end_inset
22012 </cell>
22013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22014 \begin_inset Text
22015
22016 \begin_layout Plain Layout
22017 \begin_inset Formula $\prime$
22018 \end_inset
22019
22020
22021 \end_layout
22022
22023 \end_inset
22024 </cell>
22025 </row>
22026 <row>
22027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031
22032 \backslash
22033 backprime
22034 \end_layout
22035
22036 \end_inset
22037 </cell>
22038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042 \begin_inset Formula $\backprime$
22043 \end_inset
22044
22045
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 </row>
22051 <row>
22052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22053 \begin_inset Text
22054
22055 \begin_layout Plain Layout
22056
22057 \backslash
22058 mho
22059 \end_layout
22060
22061 \end_inset
22062 </cell>
22063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22064 \begin_inset Text
22065
22066 \begin_layout Plain Layout
22067 \begin_inset Formula $\mho$
22068 \end_inset
22069
22070
22071 \end_layout
22072
22073 \end_inset
22074 </cell>
22075 </row>
22076 <row>
22077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081
22082 \backslash
22083 triangle
22084 \end_layout
22085
22086 \end_inset
22087 </cell>
22088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092 \begin_inset Formula $\triangle$
22093 \end_inset
22094
22095
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 </row>
22101 <row>
22102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106
22107 \backslash
22108 angle
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117 \begin_inset Formula $\angle$
22118 \end_inset
22119
22120
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 </row>
22126 <row>
22127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131
22132 \backslash
22133 measuredangle
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22139 \begin_inset Text
22140
22141 \begin_layout Plain Layout
22142 \begin_inset Formula $\measuredangle$
22143 \end_inset
22144
22145
22146 \end_layout
22147
22148 \end_inset
22149 </cell>
22150 </row>
22151 <row>
22152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22153 \begin_inset Text
22154
22155 \begin_layout Plain Layout
22156
22157 \backslash
22158 sphericalangle
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167 \begin_inset Formula $\sphericalangle$
22168 \end_inset
22169
22170
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 </row>
22176 <row>
22177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181
22182 \backslash
22183 top
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192 \begin_inset Formula $\top$
22193 \end_inset
22194
22195
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 </row>
22201 <row>
22202 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206
22207 \backslash
22208 bot
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22214 \begin_inset Text
22215
22216 \begin_layout Plain Layout
22217 \begin_inset Formula $\bot$
22218 \end_inset
22219
22220
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 </row>
22226 </lyxtabular>
22227
22228 \end_inset
22229
22230
22231 \begin_inset space \hfill{}
22232 \end_inset
22233
22234
22235 \end_layout
22236
22237 \begin_layout Subsection
22238 Símbolos misceláneos
22239 \begin_inset CommandInset label
22240 LatexCommand label
22241 name "sub:Símbolos-misceláneos"
22242
22243 \end_inset
22244
22245
22246 \begin_inset Index idx
22247 status collapsed
22248
22249 \begin_layout Plain Layout
22250 Símbolos ! misceláneos
22251 \end_layout
22252
22253 \end_inset
22254
22255
22256 \end_layout
22257
22258 \begin_layout Standard
22259 \noindent
22260 \align center
22261 \begin_inset Tabular
22262 <lyxtabular version="3" rows="10" columns="2">
22263 <features tabularvalignment="middle">
22264 <column alignment="center" valignment="top" width="0pt">
22265 <column alignment="center" valignment="top" width="0pt">
22266 <row>
22267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22268 \begin_inset Text
22269
22270 \begin_layout Plain Layout
22271 Comando
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280 Símbolo
22281 \end_layout
22282
22283 \end_inset
22284 </cell>
22285 </row>
22286 <row>
22287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291
22292 \backslash
22293 flat
22294 \end_layout
22295
22296 \end_inset
22297 </cell>
22298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22299 \begin_inset Text
22300
22301 \begin_layout Plain Layout
22302 \begin_inset Formula $\flat$
22303 \end_inset
22304
22305
22306 \end_layout
22307
22308 \end_inset
22309 </cell>
22310 </row>
22311 <row>
22312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316
22317 \backslash
22318 natural
22319 \end_layout
22320
22321 \end_inset
22322 </cell>
22323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22324 \begin_inset Text
22325
22326 \begin_layout Plain Layout
22327 \begin_inset Formula $\natural$
22328 \end_inset
22329
22330
22331 \end_layout
22332
22333 \end_inset
22334 </cell>
22335 </row>
22336 <row>
22337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341
22342 \backslash
22343 sharp
22344 \end_layout
22345
22346 \end_inset
22347 </cell>
22348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22349 \begin_inset Text
22350
22351 \begin_layout Plain Layout
22352 \begin_inset Formula $\sharp$
22353 \end_inset
22354
22355
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 </row>
22361 <row>
22362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366
22367 \backslash
22368 surd
22369 \end_layout
22370
22371 \end_inset
22372 </cell>
22373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22374 \begin_inset Text
22375
22376 \begin_layout Plain Layout
22377 \begin_inset Formula $\surd$
22378 \end_inset
22379
22380
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 </row>
22386 <row>
22387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391
22392 \backslash
22393 checkmark
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22399 \begin_inset Text
22400
22401 \begin_layout Plain Layout
22402 \begin_inset Formula $\checkmark$
22403 \end_inset
22404
22405
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 </row>
22411 <row>
22412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Plain Layout
22416
22417 \backslash
22418 yen
22419 \end_layout
22420
22421 \end_inset
22422 </cell>
22423 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22424 \begin_inset Text
22425
22426 \begin_layout Plain Layout
22427 \begin_inset Formula $\yen$
22428 \end_inset
22429
22430
22431 \end_layout
22432
22433 \end_inset
22434 </cell>
22435 </row>
22436 <row>
22437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441
22442 \backslash
22443 pounds
22444 \end_layout
22445
22446 \end_inset
22447 </cell>
22448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452 \begin_inset Formula $\pounds$
22453 \end_inset
22454
22455
22456 \end_layout
22457
22458 \end_inset
22459 </cell>
22460 </row>
22461 <row>
22462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466 $
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475 \begin_inset Formula $\$$
22476 \end_inset
22477
22478
22479 \end_layout
22480
22481 \end_inset
22482 </cell>
22483 </row>
22484 <row>
22485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489 §
22490 \end_layout
22491
22492 \end_inset
22493 </cell>
22494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22495 \begin_inset Text
22496
22497 \begin_layout Plain Layout
22498 \begin_inset Formula $§$
22499 \end_inset
22500
22501
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 </row>
22507 </lyxtabular>
22508
22509 \end_inset
22510
22511
22512 \begin_inset Tabular
22513 <lyxtabular version="3" rows="10" columns="2">
22514 <features tabularvalignment="middle">
22515 <column alignment="center" valignment="top" width="0">
22516 <column alignment="center" valignment="top" width="0">
22517 <row>
22518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522 Comando
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531 Símbolo
22532 \end_layout
22533
22534 \end_inset
22535 </cell>
22536 </row>
22537 <row>
22538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542
22543 \backslash
22544 hbar
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22550 \begin_inset Text
22551
22552 \begin_layout Plain Layout
22553 \begin_inset Formula $\hbar$
22554 \end_inset
22555
22556
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 </row>
22562 <row>
22563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567
22568 \backslash
22569 hslash
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578 \begin_inset Formula $\hslash$
22579 \end_inset
22580
22581
22582 \end_layout
22583
22584 \end_inset
22585 </cell>
22586 </row>
22587 <row>
22588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22589 \begin_inset Text
22590
22591 \begin_layout Plain Layout
22592
22593 \backslash
22594 clubsuit
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 \begin_inset Formula $\clubsuit$
22604 \end_inset
22605
22606
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 </row>
22612 <row>
22613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22614 \begin_inset Text
22615
22616 \begin_layout Plain Layout
22617
22618 \backslash
22619 spadesuit
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628 \begin_inset Formula $\spadesuit$
22629 \end_inset
22630
22631
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 </row>
22637 <row>
22638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642
22643 \backslash
22644 bigstar
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653 \begin_inset Formula $\bigstar$
22654 \end_inset
22655
22656
22657 \end_layout
22658
22659 \end_inset
22660 </cell>
22661 </row>
22662 <row>
22663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22664 \begin_inset Text
22665
22666 \begin_layout Plain Layout
22667
22668 \backslash
22669 blacklozenge
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678 \begin_inset Formula $\blacklozenge$
22679 \end_inset
22680
22681
22682 \end_layout
22683
22684 \end_inset
22685 </cell>
22686 </row>
22687 <row>
22688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22689 \begin_inset Text
22690
22691 \begin_layout Plain Layout
22692
22693 \backslash
22694 blacktriangle
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703 \begin_inset Formula $\blacktriangle$
22704 \end_inset
22705
22706
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 </row>
22712 <row>
22713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717
22718 \backslash
22719 blacktiangledown
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728 \begin_inset Formula $\blacktriangledown$
22729 \end_inset
22730
22731
22732 \end_layout
22733
22734 \end_inset
22735 </cell>
22736 </row>
22737 <row>
22738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22739 \begin_inset Text
22740
22741 \begin_layout Plain Layout
22742
22743 \backslash
22744 bullet
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753 \begin_inset Formula $\bullet$
22754 \end_inset
22755
22756
22757 \end_layout
22758
22759 \end_inset
22760 </cell>
22761 </row>
22762 </lyxtabular>
22763
22764 \end_inset
22765
22766
22767 \begin_inset Tabular
22768 <lyxtabular version="3" rows="10" columns="2">
22769 <features tabularvalignment="middle">
22770 <column alignment="center" valignment="top" width="0pt">
22771 <column alignment="center" valignment="top" width="0pt">
22772 <row>
22773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777 Comando
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786 Símbolo
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 </row>
22792 <row>
22793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797
22798 \backslash
22799 diamondsuit
22800 \end_layout
22801
22802 \end_inset
22803 </cell>
22804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22805 \begin_inset Text
22806
22807 \begin_layout Plain Layout
22808 \begin_inset Formula $\diamondsuit$
22809 \end_inset
22810
22811
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 </row>
22817 <row>
22818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822
22823 \backslash
22824 Diamond
22825 \end_layout
22826
22827 \end_inset
22828 </cell>
22829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22830 \begin_inset Text
22831
22832 \begin_layout Plain Layout
22833 \begin_inset Formula $\Diamond$
22834 \end_inset
22835
22836
22837 \end_layout
22838
22839 \end_inset
22840 </cell>
22841 </row>
22842 <row>
22843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22844 \begin_inset Text
22845
22846 \begin_layout Plain Layout
22847
22848 \backslash
22849 heartsuit
22850 \end_layout
22851
22852 \end_inset
22853 </cell>
22854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858 \begin_inset Formula $\heartsuit$
22859 \end_inset
22860
22861
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 </row>
22867 <row>
22868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22869 \begin_inset Text
22870
22871 \begin_layout Plain Layout
22872
22873 \backslash
22874 P
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22880 \begin_inset Text
22881
22882 \begin_layout Plain Layout
22883 \begin_inset Formula $\P$
22884 \end_inset
22885
22886
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 </row>
22892 <row>
22893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22894 \begin_inset Text
22895
22896 \begin_layout Plain Layout
22897
22898 \backslash
22899 copyright
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908 \begin_inset Formula $\copyright$
22909 \end_inset
22910
22911
22912 \end_layout
22913
22914 \end_inset
22915 </cell>
22916 </row>
22917 <row>
22918 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22919 \begin_inset Text
22920
22921 \begin_layout Plain Layout
22922
22923 \backslash
22924 circledR
22925 \end_layout
22926
22927 \end_inset
22928 </cell>
22929 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22930 \begin_inset Text
22931
22932 \begin_layout Plain Layout
22933 \begin_inset Formula $\circledR$
22934 \end_inset
22935
22936
22937 \end_layout
22938
22939 \end_inset
22940 </cell>
22941 </row>
22942 <row>
22943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947
22948 \backslash
22949 maltese
22950 \end_layout
22951
22952 \end_inset
22953 </cell>
22954 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958 \begin_inset Formula $\maltese$
22959 \end_inset
22960
22961
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 </row>
22967 <row>
22968 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22969 \begin_inset Text
22970
22971 \begin_layout Plain Layout
22972
22973 \backslash
22974 diagup
22975 \end_layout
22976
22977 \end_inset
22978 </cell>
22979 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22980 \begin_inset Text
22981
22982 \begin_layout Plain Layout
22983 \begin_inset Formula $\diagup$
22984 \end_inset
22985
22986
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 </row>
22992 <row>
22993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22994 \begin_inset Text
22995
22996 \begin_layout Plain Layout
22997
22998 \backslash
22999 diagdown
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Plain Layout
23008 \begin_inset Formula $\diagdown$
23009 \end_inset
23010
23011
23012 \end_layout
23013
23014 \end_inset
23015 </cell>
23016 </row>
23017 </lyxtabular>
23018
23019 \end_inset
23020
23021
23022 \end_layout
23023
23024 \begin_layout Standard
23025 \begin_inset VSpace medskip
23026 \end_inset
23027
23028
23029 \end_layout
23030
23031 \begin_layout Standard
23032 Hay más símbolos en 
23033 \begin_inset CommandInset ref
23034 LatexCommand ref
23035 reference "sub:Caracteres-especiales-misceláneos"
23036
23037 \end_inset
23038
23039 .
23040 \end_layout
23041
23042 \begin_layout Standard
23043 Algunos símbolos pueden presentarse en distintos tamaños, véase 
23044 \begin_inset CommandInset ref
23045 LatexCommand ref
23046 reference "sub:Tamaños-de-tipografías"
23047
23048 \end_inset
23049
23050
23051 \end_layout
23052
23053 \begin_layout Subsection
23054 El símbolo del euro, €
23055 \begin_inset Index idx
23056 status collapsed
23057
23058 \begin_layout Plain Layout
23059 Símbolos ! euro
23060 \end_layout
23061
23062 \end_inset
23063
23064
23065 \begin_inset Index idx
23066 status collapsed
23067
23068 \begin_layout Plain Layout
23069
23070 \backslash
23071 @
23072 \begin_inset ERT
23073 status collapsed
23074
23075 \begin_layout Plain Layout
23076
23077
23078 \backslash
23079 officialeuro
23080 \end_layout
23081
23082 \end_inset
23083
23084
23085 \end_layout
23086
23087 \end_inset
23088
23089
23090 \end_layout
23091
23092 \begin_layout Standard
23093 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
23094  LaTeX 
23095 \series bold
23096 eurosym
23097 \series default
23098
23099 \begin_inset Index idx
23100 status collapsed
23101
23102 \begin_layout Plain Layout
23103 Paquetes ! eurosym
23104 \end_layout
23105
23106 \end_inset
23107
23108 , y cargado en el preámbulo LaTeX con la línea
23109 \end_layout
23110
23111 \begin_layout Standard
23112
23113 \series bold
23114
23115 \backslash
23116 usepackage[gennarrow]{eurosym}
23117 \end_layout
23118
23119 \begin_layout Standard
23120 Actualmente también se puede insertar con el comando 
23121 \series bold
23122
23123 \backslash
23124 euro
23125 \series default
23126
23127 \begin_inset Index idx
23128 status collapsed
23129
23130 \begin_layout Plain Layout
23131 Comandos ! E ! 
23132 \backslash
23133 euro
23134 \end_layout
23135
23136 \end_inset
23137
23138 .
23139 \end_layout
23140
23141 \begin_layout Standard
23142 El símbolo del euro puede insertarse directamente con la tecla € en texto
23143  matemático sin tener 
23144 \series bold
23145 eurosym
23146 \series default
23147  instalado.
23148  Si 
23149 \series bold
23150 eurosym
23151 \series default
23152  está instalado, se puede insertar 
23153 \series bold
23154
23155 \backslash
23156 euro
23157 \series default
23158  en modo TeX.
23159  El símbolo oficial de la moneda se puede insertar con el comando 
23160 \series bold
23161
23162 \backslash
23163 officialeuro
23164 \series default
23165
23166 \begin_inset Index idx
23167 status collapsed
23168
23169 \begin_layout Plain Layout
23170 Comandos ! O ! 
23171 \backslash
23172 officialeuro
23173 \end_layout
23174
23175 \end_inset
23176
23177 , que sólo está disponible en modo TeX.
23178 \end_layout
23179
23180 \begin_layout Standard
23181 \begin_inset ERT
23182 status collapsed
23183
23184 \begin_layout Plain Layout
23185
23186
23187 \backslash
23188 ifeurosym
23189 \end_layout
23190
23191 \end_inset
23192
23193
23194 \begin_inset Note Note
23195 status collapsed
23196
23197 \begin_layout Plain Layout
23198 El cuadro siguiente sólo se mostrará si está instalado el paquete LaTeX
23199  
23200 \series bold
23201 eurosym
23202 \series default
23203 .
23204 \end_layout
23205
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \begin_layout Standard
23212 Un vistazo a los diferentes símbolos del euro.
23213 \end_layout
23214
23215 \begin_layout Standard
23216 \noindent
23217 \align center
23218 \begin_inset Tabular
23219 <lyxtabular version="3" rows="4" columns="3">
23220 <features tabularvalignment="middle">
23221 <column alignment="center" valignment="top" width="0">
23222 <column alignment="center" valignment="top" width="0">
23223 <column alignment="center" valignment="top" width="0">
23224 <row>
23225 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23226 \begin_inset Text
23227
23228 \begin_layout Plain Layout
23229
23230 \end_layout
23231
23232 \end_inset
23233 </cell>
23234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23235 \begin_inset Text
23236
23237 \begin_layout Plain Layout
23238 Comando
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247 Símbolo
23248 \end_layout
23249
23250 \end_inset
23251 </cell>
23252 </row>
23253 <row>
23254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23255 \begin_inset Text
23256
23257 \begin_layout Plain Layout
23258 ecuación
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23264 \begin_inset Text
23265
23266 \begin_layout Plain Layout
23267
23268 \backslash
23269 euro
23270 \end_layout
23271
23272 \end_inset
23273 </cell>
23274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23275 \begin_inset Text
23276
23277 \begin_layout Plain Layout
23278 \begin_inset Formula $\euro$
23279 \end_inset
23280
23281
23282 \end_layout
23283
23284 \end_inset
23285 </cell>
23286 </row>
23287 <row>
23288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23289 \begin_inset Text
23290
23291 \begin_layout Plain Layout
23292 texto matemático
23293 \end_layout
23294
23295 \end_inset
23296 </cell>
23297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23298 \begin_inset Text
23299
23300 \begin_layout Plain Layout
23301
23302 \end_layout
23303
23304 \end_inset
23305 </cell>
23306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23307 \begin_inset Text
23308
23309 \begin_layout Plain Layout
23310 \begin_inset Formula $\mbox{€}$
23311 \end_inset
23312
23313
23314 \end_layout
23315
23316 \end_inset
23317 </cell>
23318 </row>
23319 <row>
23320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23321 \begin_inset Text
23322
23323 \begin_layout Plain Layout
23324 modo TeX
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23330 \begin_inset Text
23331
23332 \begin_layout Plain Layout
23333
23334 \backslash
23335 officialeuro
23336 \end_layout
23337
23338 \end_inset
23339 </cell>
23340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344 \begin_inset ERT
23345 status collapsed
23346
23347 \begin_layout Plain Layout
23348
23349
23350 \backslash
23351 officialeuro
23352 \end_layout
23353
23354 \end_inset
23355
23356
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 </row>
23362 </lyxtabular>
23363
23364 \end_inset
23365
23366
23367 \end_layout
23368
23369 \begin_layout Standard
23370 \begin_inset ERT
23371 status collapsed
23372
23373 \begin_layout Plain Layout
23374
23375
23376 \backslash
23377 else
23378 \end_layout
23379
23380 \end_inset
23381
23382
23383 \begin_inset Note Note
23384 status collapsed
23385
23386 \begin_layout Plain Layout
23387 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
23388 \series bold
23389 eurosym
23390 \series default
23391 :
23392 \end_layout
23393
23394 \end_inset
23395
23396
23397 \end_layout
23398
23399 \begin_layout Standard
23400 Para ver la salida completa de esta subsección debe estar instalado el paquete
23401  LaTeX 
23402 \series bold
23403 eurosym
23404 \series default
23405 .
23406 \end_layout
23407
23408 \begin_layout Standard
23409 \begin_inset ERT
23410 status collapsed
23411
23412 \begin_layout Plain Layout
23413
23414
23415 \backslash
23416 fi
23417 \end_layout
23418
23419 \end_inset
23420
23421
23422 \end_layout
23423
23424 \begin_layout Section
23425 Relaciones
23426 \begin_inset CommandInset label
23427 LatexCommand label
23428 name "sec:Relaciones"
23429
23430 \end_inset
23431
23432
23433 \begin_inset Index idx
23434 status collapsed
23435
23436 \begin_layout Plain Layout
23437 Relaciones
23438 \end_layout
23439
23440 \end_inset
23441
23442
23443 \begin_inset Index idx
23444 status collapsed
23445
23446 \begin_layout Plain Layout
23447 Comparaciones|see
23448 \begin_inset ERT
23449 status collapsed
23450
23451 \begin_layout Plain Layout
23452
23453 {
23454 \end_layout
23455
23456 \end_inset
23457
23458 Relaciones
23459 \begin_inset ERT
23460 status collapsed
23461
23462 \begin_layout Plain Layout
23463
23464 }
23465 \end_layout
23466
23467 \end_inset
23468
23469
23470 \end_layout
23471
23472 \end_inset
23473
23474
23475 \end_layout
23476
23477 \begin_layout Standard
23478 Todas las relaciones se pueden insertar también con el botón 
23479 \begin_inset Graphics
23480         filename ../../images/math/leq.png
23481         scale 85
23482
23483 \end_inset
23484
23485  de la barra de ecuaciones.
23486 \end_layout
23487
23488 \begin_layout Standard
23489 \begin_inset space \hfill{}
23490 \end_inset
23491
23492
23493 \begin_inset Tabular
23494 <lyxtabular version="3" rows="17" columns="2">
23495 <features tabularvalignment="middle">
23496 <column alignment="center" valignment="top" width="0pt">
23497 <column alignment="center" valignment="top" width="0pt">
23498 <row>
23499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 Comando
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512 Relación
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 </row>
23518 <row>
23519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523 <
23524 \end_layout
23525
23526 \end_inset
23527 </cell>
23528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23529 \begin_inset Text
23530
23531 \begin_layout Plain Layout
23532 \begin_inset Formula $<$
23533 \end_inset
23534
23535
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 </row>
23541 <row>
23542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23543 \begin_inset Text
23544
23545 \begin_layout Plain Layout
23546
23547 \backslash
23548 le
23549 \end_layout
23550
23551 \end_inset
23552 </cell>
23553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23554 \begin_inset Text
23555
23556 \begin_layout Plain Layout
23557 \begin_inset Formula $\le$
23558 \end_inset
23559
23560
23561 \end_layout
23562
23563 \end_inset
23564 </cell>
23565 </row>
23566 <row>
23567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23568 \begin_inset Text
23569
23570 \begin_layout Plain Layout
23571
23572 \backslash
23573 ll
23574 \end_layout
23575
23576 \end_inset
23577 </cell>
23578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582 \begin_inset Formula $\ll$
23583 \end_inset
23584
23585
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 </row>
23591 <row>
23592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23593 \begin_inset Text
23594
23595 \begin_layout Plain Layout
23596
23597 \backslash
23598 prec
23599 \end_layout
23600
23601 \end_inset
23602 </cell>
23603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23604 \begin_inset Text
23605
23606 \begin_layout Plain Layout
23607 \begin_inset Formula $\prec$
23608 \end_inset
23609
23610
23611 \end_layout
23612
23613 \end_inset
23614 </cell>
23615 </row>
23616 <row>
23617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621
23622 \backslash
23623 preceq
23624 \end_layout
23625
23626 \end_inset
23627 </cell>
23628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23629 \begin_inset Text
23630
23631 \begin_layout Plain Layout
23632 \begin_inset Formula $\preceq$
23633 \end_inset
23634
23635
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 </row>
23641 <row>
23642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23643 \begin_inset Text
23644
23645 \begin_layout Plain Layout
23646
23647 \backslash
23648 subset
23649 \end_layout
23650
23651 \end_inset
23652 </cell>
23653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23654 \begin_inset Text
23655
23656 \begin_layout Plain Layout
23657 \begin_inset Formula $\subset$
23658 \end_inset
23659
23660
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 </row>
23666 <row>
23667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23668 \begin_inset Text
23669
23670 \begin_layout Plain Layout
23671
23672 \backslash
23673 subseteq
23674 \end_layout
23675
23676 \end_inset
23677 </cell>
23678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23679 \begin_inset Text
23680
23681 \begin_layout Plain Layout
23682 \begin_inset Formula $\subseteq$
23683 \end_inset
23684
23685
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 </row>
23691 <row>
23692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696
23697 \backslash
23698 sqsubseteq
23699 \end_layout
23700
23701 \end_inset
23702 </cell>
23703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707 \begin_inset Formula $\sqsubseteq$
23708 \end_inset
23709
23710
23711 \end_layout
23712
23713 \end_inset
23714 </cell>
23715 </row>
23716 <row>
23717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23718 \begin_inset Text
23719
23720 \begin_layout Plain Layout
23721
23722 \backslash
23723 in
23724 \end_layout
23725
23726 \end_inset
23727 </cell>
23728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732 \begin_inset Formula $\in$
23733 \end_inset
23734
23735
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 </row>
23741 <row>
23742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23743 \begin_inset Text
23744
23745 \begin_layout Plain Layout
23746
23747 \backslash
23748 vdash
23749 \end_layout
23750
23751 \end_inset
23752 </cell>
23753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23754 \begin_inset Text
23755
23756 \begin_layout Plain Layout
23757 \begin_inset Formula $\vdash$
23758 \end_inset
23759
23760
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 </row>
23766 <row>
23767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771
23772 \backslash
23773 smile
23774 \end_layout
23775
23776 \end_inset
23777 </cell>
23778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23779 \begin_inset Text
23780
23781 \begin_layout Plain Layout
23782 \begin_inset Formula $\smile$
23783 \end_inset
23784
23785
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 </row>
23791 <row>
23792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23793 \begin_inset Text
23794
23795 \begin_layout Plain Layout
23796
23797 \backslash
23798 lhd
23799 \end_layout
23800
23801 \end_inset
23802 </cell>
23803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23804 \begin_inset Text
23805
23806 \begin_layout Plain Layout
23807 \begin_inset Formula $\lhd$
23808 \end_inset
23809
23810
23811 \end_layout
23812
23813 \end_inset
23814 </cell>
23815 </row>
23816 <row>
23817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821
23822 \backslash
23823 unlhd
23824 \end_layout
23825
23826 \end_inset
23827 </cell>
23828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23829 \begin_inset Text
23830
23831 \begin_layout Plain Layout
23832 \begin_inset Formula $\unlhd$
23833 \end_inset
23834
23835
23836 \end_layout
23837
23838 \end_inset
23839 </cell>
23840 </row>
23841 <row>
23842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846
23847 \backslash
23848 gtrless
23849 \end_layout
23850
23851 \end_inset
23852 </cell>
23853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23854 \begin_inset Text
23855
23856 \begin_layout Plain Layout
23857 \begin_inset Formula $\gtrless$
23858 \end_inset
23859
23860
23861 \end_layout
23862
23863 \end_inset
23864 </cell>
23865 </row>
23866 <row>
23867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23868 \begin_inset Text
23869
23870 \begin_layout Plain Layout
23871
23872 \backslash
23873 mid
23874 \end_layout
23875
23876 \end_inset
23877 </cell>
23878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23879 \begin_inset Text
23880
23881 \begin_layout Plain Layout
23882 \begin_inset Formula $\mid$
23883 \end_inset
23884
23885
23886 \end_layout
23887
23888 \end_inset
23889 </cell>
23890 </row>
23891 <row>
23892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896
23897 \backslash
23898 nmid
23899 \end_layout
23900
23901 \end_inset
23902 </cell>
23903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907 \begin_inset Formula $\nmid$
23908 \end_inset
23909
23910
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 </row>
23916 </lyxtabular>
23917
23918 \end_inset
23919
23920
23921 \begin_inset space \hfill{}
23922 \end_inset
23923
23924
23925 \begin_inset Tabular
23926 <lyxtabular version="3" rows="17" columns="2">
23927 <features tabularvalignment="middle">
23928 <column alignment="center" valignment="top" width="0pt">
23929 <column alignment="center" valignment="top" width="0pt">
23930 <row>
23931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23932 \begin_inset Text
23933
23934 \begin_layout Plain Layout
23935 Comando
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944 Relación
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 </row>
23950 <row>
23951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955 =
23956 \end_layout
23957
23958 \end_inset
23959 </cell>
23960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23961 \begin_inset Text
23962
23963 \begin_layout Plain Layout
23964 \begin_inset Formula $=$
23965 \end_inset
23966
23967
23968 \end_layout
23969
23970 \end_inset
23971 </cell>
23972 </row>
23973 <row>
23974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23975 \begin_inset Text
23976
23977 \begin_layout Plain Layout
23978
23979 \backslash
23980 not=
23981 \end_layout
23982
23983 \end_inset
23984 </cell>
23985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23986 \begin_inset Text
23987
23988 \begin_layout Plain Layout
23989 \begin_inset Formula $\not=$
23990 \end_inset
23991
23992
23993 \end_layout
23994
23995 \end_inset
23996 </cell>
23997 </row>
23998 <row>
23999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24000 \begin_inset Text
24001
24002 \begin_layout Plain Layout
24003
24004 \backslash
24005 equiv
24006 \end_layout
24007
24008 \end_inset
24009 </cell>
24010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014 \begin_inset Formula $\equiv$
24015 \end_inset
24016
24017
24018 \end_layout
24019
24020 \end_inset
24021 </cell>
24022 </row>
24023 <row>
24024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028
24029 \backslash
24030 sim
24031 \end_layout
24032
24033 \end_inset
24034 </cell>
24035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24036 \begin_inset Text
24037
24038 \begin_layout Plain Layout
24039 \begin_inset Formula $\sim$
24040 \end_inset
24041
24042
24043 \end_layout
24044
24045 \end_inset
24046 </cell>
24047 </row>
24048 <row>
24049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24050 \begin_inset Text
24051
24052 \begin_layout Plain Layout
24053
24054 \backslash
24055 simeq
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064 \begin_inset Formula $\simeq$
24065 \end_inset
24066
24067
24068 \end_layout
24069
24070 \end_inset
24071 </cell>
24072 </row>
24073 <row>
24074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24075 \begin_inset Text
24076
24077 \begin_layout Plain Layout
24078
24079 \backslash
24080 approx
24081 \end_layout
24082
24083 \end_inset
24084 </cell>
24085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24086 \begin_inset Text
24087
24088 \begin_layout Plain Layout
24089 \begin_inset Formula $\approx$
24090 \end_inset
24091
24092
24093 \end_layout
24094
24095 \end_inset
24096 </cell>
24097 </row>
24098 <row>
24099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24100 \begin_inset Text
24101
24102 \begin_layout Plain Layout
24103
24104 \backslash
24105 cong
24106 \end_layout
24107
24108 \end_inset
24109 </cell>
24110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114 \begin_inset Formula $\cong$
24115 \end_inset
24116
24117
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 </row>
24123 <row>
24124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24125 \begin_inset Text
24126
24127 \begin_layout Plain Layout
24128
24129 \backslash
24130 bowtie
24131 \end_layout
24132
24133 \end_inset
24134 </cell>
24135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Plain Layout
24139 \begin_inset Formula $\bowtie$
24140 \end_inset
24141
24142
24143 \end_layout
24144
24145 \end_inset
24146 </cell>
24147 </row>
24148 <row>
24149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24150 \begin_inset Text
24151
24152 \begin_layout Plain Layout
24153
24154 \backslash
24155 notin
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164 \begin_inset Formula $\notin$
24165 \end_inset
24166
24167
24168 \end_layout
24169
24170 \end_inset
24171 </cell>
24172 </row>
24173 <row>
24174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24175 \begin_inset Text
24176
24177 \begin_layout Plain Layout
24178
24179 \backslash
24180 perp
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189 \begin_inset Formula $\perp$
24190 \end_inset
24191
24192
24193 \end_layout
24194
24195 \end_inset
24196 </cell>
24197 </row>
24198 <row>
24199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24200 \begin_inset Text
24201
24202 \begin_layout Plain Layout
24203
24204 \backslash
24205 propto
24206 \end_layout
24207
24208 \end_inset
24209 </cell>
24210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24211 \begin_inset Text
24212
24213 \begin_layout Plain Layout
24214 \begin_inset Formula $\propto$
24215 \end_inset
24216
24217
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 </row>
24223 <row>
24224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228
24229 \backslash
24230 asymp
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239 \begin_inset Formula $\asymp$
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 </row>
24248 <row>
24249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253
24254 \backslash
24255 doteq
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Plain Layout
24264 \begin_inset Formula $\doteq$
24265 \end_inset
24266
24267
24268 \end_layout
24269
24270 \end_inset
24271 </cell>
24272 </row>
24273 <row>
24274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24275 \begin_inset Text
24276
24277 \begin_layout Plain Layout
24278
24279 \backslash
24280 circeq
24281 \end_layout
24282
24283 \end_inset
24284 </cell>
24285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24286 \begin_inset Text
24287
24288 \begin_layout Plain Layout
24289 \begin_inset Formula $\circeq$
24290 \end_inset
24291
24292
24293 \end_layout
24294
24295 \end_inset
24296 </cell>
24297 </row>
24298 <row>
24299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24300 \begin_inset Text
24301
24302 \begin_layout Plain Layout
24303
24304 \backslash
24305 models
24306 \end_layout
24307
24308 \end_inset
24309 </cell>
24310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24311 \begin_inset Text
24312
24313 \begin_layout Plain Layout
24314 \begin_inset Formula $\models$
24315 \end_inset
24316
24317
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 </row>
24323 <row>
24324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24325 \begin_inset Text
24326
24327 \begin_layout Plain Layout
24328
24329 \backslash
24330 widehat=
24331 \end_layout
24332
24333 \end_inset
24334 </cell>
24335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Plain Layout
24339 \begin_inset Formula $\widehat{=}$
24340 \end_inset
24341
24342
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 </row>
24348 </lyxtabular>
24349
24350 \end_inset
24351
24352
24353 \begin_inset space \hfill{}
24354 \end_inset
24355
24356
24357 \begin_inset Tabular
24358 <lyxtabular version="3" rows="17" columns="2">
24359 <features tabularvalignment="middle">
24360 <column alignment="center" valignment="top" width="0pt">
24361 <column alignment="center" valignment="top" width="0pt">
24362 <row>
24363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367 Comando
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24373 \begin_inset Text
24374
24375 \begin_layout Plain Layout
24376 Relación
24377 \end_layout
24378
24379 \end_inset
24380 </cell>
24381 </row>
24382 <row>
24383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24384 \begin_inset Text
24385
24386 \begin_layout Plain Layout
24387 >
24388 \end_layout
24389
24390 \end_inset
24391 </cell>
24392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24393 \begin_inset Text
24394
24395 \begin_layout Plain Layout
24396 \begin_inset Formula $>$
24397 \end_inset
24398
24399
24400 \end_layout
24401
24402 \end_inset
24403 </cell>
24404 </row>
24405 <row>
24406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24407 \begin_inset Text
24408
24409 \begin_layout Plain Layout
24410
24411 \backslash
24412 ge
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Plain Layout
24421 \begin_inset Formula $\ge$
24422 \end_inset
24423
24424
24425 \end_layout
24426
24427 \end_inset
24428 </cell>
24429 </row>
24430 <row>
24431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24432 \begin_inset Text
24433
24434 \begin_layout Plain Layout
24435
24436 \backslash
24437 gg
24438 \end_layout
24439
24440 \end_inset
24441 </cell>
24442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24443 \begin_inset Text
24444
24445 \begin_layout Plain Layout
24446 \begin_inset Formula $\gg$
24447 \end_inset
24448
24449
24450 \end_layout
24451
24452 \end_inset
24453 </cell>
24454 </row>
24455 <row>
24456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460
24461 \backslash
24462 succ
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
24467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471 \begin_inset Formula $\succ$
24472 \end_inset
24473
24474
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 </row>
24480 <row>
24481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24482 \begin_inset Text
24483
24484 \begin_layout Plain Layout
24485
24486 \backslash
24487 succeq
24488 \end_layout
24489
24490 \end_inset
24491 </cell>
24492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496 \begin_inset Formula $\succeq$
24497 \end_inset
24498
24499
24500 \end_layout
24501
24502 \end_inset
24503 </cell>
24504 </row>
24505 <row>
24506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24507 \begin_inset Text
24508
24509 \begin_layout Plain Layout
24510
24511 \backslash
24512 supset
24513 \end_layout
24514
24515 \end_inset
24516 </cell>
24517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521 \begin_inset Formula $\supset$
24522 \end_inset
24523
24524
24525 \end_layout
24526
24527 \end_inset
24528 </cell>
24529 </row>
24530 <row>
24531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24532 \begin_inset Text
24533
24534 \begin_layout Plain Layout
24535
24536 \backslash
24537 supseteq
24538 \end_layout
24539
24540 \end_inset
24541 </cell>
24542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Plain Layout
24546 \begin_inset Formula $\supseteq$
24547 \end_inset
24548
24549
24550 \end_layout
24551
24552 \end_inset
24553 </cell>
24554 </row>
24555 <row>
24556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560
24561 \backslash
24562 sqsupseteq
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571 \begin_inset Formula $\sqsupseteq$
24572 \end_inset
24573
24574
24575 \end_layout
24576
24577 \end_inset
24578 </cell>
24579 </row>
24580 <row>
24581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24582 \begin_inset Text
24583
24584 \begin_layout Plain Layout
24585
24586 \backslash
24587 ni
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596 \begin_inset Formula $\ni$
24597 \end_inset
24598
24599
24600 \end_layout
24601
24602 \end_inset
24603 </cell>
24604 </row>
24605 <row>
24606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24607 \begin_inset Text
24608
24609 \begin_layout Plain Layout
24610
24611 \backslash
24612 dashv
24613 \end_layout
24614
24615 \end_inset
24616 </cell>
24617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24618 \begin_inset Text
24619
24620 \begin_layout Plain Layout
24621 \begin_inset Formula $\dashv$
24622 \end_inset
24623
24624
24625 \end_layout
24626
24627 \end_inset
24628 </cell>
24629 </row>
24630 <row>
24631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24632 \begin_inset Text
24633
24634 \begin_layout Plain Layout
24635
24636 \backslash
24637 frown
24638 \end_layout
24639
24640 \end_inset
24641 </cell>
24642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24643 \begin_inset Text
24644
24645 \begin_layout Plain Layout
24646 \begin_inset Formula $\frown$
24647 \end_inset
24648
24649
24650 \end_layout
24651
24652 \end_inset
24653 </cell>
24654 </row>
24655 <row>
24656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24657 \begin_inset Text
24658
24659 \begin_layout Plain Layout
24660
24661 \backslash
24662 rhd
24663 \end_layout
24664
24665 \end_inset
24666 </cell>
24667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671 \begin_inset Formula $\rhd$
24672 \end_inset
24673
24674
24675 \end_layout
24676
24677 \end_inset
24678 </cell>
24679 </row>
24680 <row>
24681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Plain Layout
24685
24686 \backslash
24687 unrhd
24688 \end_layout
24689
24690 \end_inset
24691 </cell>
24692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24693 \begin_inset Text
24694
24695 \begin_layout Plain Layout
24696 \begin_inset Formula $\unrhd$
24697 \end_inset
24698
24699
24700 \end_layout
24701
24702 \end_inset
24703 </cell>
24704 </row>
24705 <row>
24706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24707 \begin_inset Text
24708
24709 \begin_layout Plain Layout
24710
24711 \backslash
24712 lessgtr
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721 \begin_inset Formula $\lessgtr$
24722 \end_inset
24723
24724
24725 \end_layout
24726
24727 \end_inset
24728 </cell>
24729 </row>
24730 <row>
24731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24732 \begin_inset Text
24733
24734 \begin_layout Plain Layout
24735
24736 \backslash
24737 parallel
24738 \end_layout
24739
24740 \end_inset
24741 </cell>
24742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24743 \begin_inset Text
24744
24745 \begin_layout Plain Layout
24746 \begin_inset Formula $\parallel$
24747 \end_inset
24748
24749
24750 \end_layout
24751
24752 \end_inset
24753 </cell>
24754 </row>
24755 <row>
24756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24757 \begin_inset Text
24758
24759 \begin_layout Plain Layout
24760
24761 \backslash
24762 nparallel
24763 \end_layout
24764
24765 \end_inset
24766 </cell>
24767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24768 \begin_inset Text
24769
24770 \begin_layout Plain Layout
24771 \begin_inset Formula $\nparallel$
24772 \end_inset
24773
24774
24775 \end_layout
24776
24777 \end_inset
24778 </cell>
24779 </row>
24780 </lyxtabular>
24781
24782 \end_inset
24783
24784
24785 \begin_inset space \hfill{}
24786 \end_inset
24787
24788
24789 \end_layout
24790
24791 \begin_layout Standard
24792 \begin_inset VSpace medskip
24793 \end_inset
24794
24795
24796 \end_layout
24797
24798 \begin_layout Standard
24799 Los caracteres 
24800 \series bold
24801
24802 \backslash
24803 lhd
24804 \series default
24805  y 
24806 \series bold
24807
24808 \backslash
24809 rhd
24810 \series default
24811  son mayores que los operadores de aspecto similar 
24812 \series bold
24813
24814 \backslash
24815 triangleleft
24816 \series default
24817  y 
24818 \series bold
24819
24820 \backslash
24821 triangleright
24822 \series default
24823 , respectivamente.
24824 \end_layout
24825
24826 \begin_layout Standard
24827 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24828 \end_layout
24829
24830 \begin_layout Standard
24831 Se pueden componer relaciones con etiquetas con el comando 
24832 \series bold
24833
24834 \backslash
24835 stackrel
24836 \series default
24837
24838 \begin_inset Index idx
24839 status collapsed
24840
24841 \begin_layout Plain Layout
24842 Comandos ! S ! 
24843 \backslash
24844 stackrel
24845 \end_layout
24846
24847 \end_inset
24848
24849 :
24850 \end_layout
24851
24852 \begin_layout Standard
24853 \align center
24854 \begin_inset Tabular
24855 <lyxtabular version="3" rows="2" columns="2">
24856 <features tabularvalignment="middle">
24857 <column alignment="center" valignment="top" width="0">
24858 <column alignment="center" valignment="top" width="0">
24859 <row>
24860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24861 \begin_inset Text
24862
24863 \begin_layout Plain Layout
24864 Comando
24865 \end_layout
24866
24867 \end_inset
24868 </cell>
24869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24870 \begin_inset Text
24871
24872 \begin_layout Plain Layout
24873 Resultado
24874 \begin_inset Note Note
24875 status collapsed
24876
24877 \begin_layout Plain Layout
24878
24879 \series bold
24880
24881 \backslash
24882 raisebox
24883 \series default
24884  se usa sólo como espaciador
24885 \end_layout
24886
24887 \end_inset
24888
24889
24890 \end_layout
24891
24892 \end_inset
24893 </cell>
24894 </row>
24895 <row>
24896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24897 \begin_inset Text
24898
24899 \begin_layout Plain Layout
24900 A(r)
24901 \backslash
24902 stackrel
24903 \begin_inset ERT
24904 status collapsed
24905
24906 \begin_layout Plain Layout
24907
24908
24909 \backslash
24910 spce 
24911 \end_layout
24912
24913 \end_inset
24914
24915 r
24916 \backslash
24917 to
24918 \backslash
24919 infty
24920 \begin_inset ERT
24921 status collapsed
24922
24923 \begin_layout Plain Layout
24924
24925
24926 \backslash
24927 spce 
24928 \end_layout
24929
24930 \end_inset
24931
24932
24933 \begin_inset Formula $\downarrow$
24934 \end_inset
24935
24936
24937 \backslash
24938 approx
24939 \begin_inset ERT
24940 status collapsed
24941
24942 \begin_layout Plain Layout
24943
24944
24945 \backslash
24946 spce 
24947 \end_layout
24948
24949 \end_inset
24950
24951
24952 \begin_inset ERT
24953 status collapsed
24954
24955 \begin_layout Plain Layout
24956
24957
24958 \backslash
24959 spce 
24960 \end_layout
24961
24962 \end_inset
24963
24964 B
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Plain Layout
24973 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24974 \end_inset
24975
24976
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 </row>
24982 </lyxtabular>
24983
24984 \end_inset
24985
24986
24987 \end_layout
24988
24989 \begin_layout Section
24990 Funciones
24991 \end_layout
24992
24993 \begin_layout Subsection
24994 Funciones predefinidas
24995 \begin_inset CommandInset label
24996 LatexCommand label
24997 name "sub:Funciones-predefinidas"
24998
24999 \end_inset
25000
25001
25002 \begin_inset Index idx
25003 status collapsed
25004
25005 \begin_layout Plain Layout
25006 Funciones ! predefinidas
25007 \end_layout
25008
25009 \end_inset
25010
25011
25012 \begin_inset Index idx
25013 status collapsed
25014
25015 \begin_layout Plain Layout
25016 Funciones ! en español
25017 \end_layout
25018
25019 \end_inset
25020
25021
25022 \end_layout
25023
25024 \begin_layout Standard
25025 En general las variables se escriben en 
25026 \emph on
25027 cursiva
25028 \emph default
25029  en expresiones matemáticas, pero no los nombres de las funciones, porque
25030  
25031 \begin_inset Formula $sen$
25032 \end_inset
25033
25034  podría confundirse con 
25035 \begin_inset Formula $s\cdot e\cdot n$
25036 \end_inset
25037
25038 .
25039  Por eso hay funciones predefinidas, que además se separan un poco del factor
25040  precedente.
25041  Se insertan como comandos con una barra inversa delante de su nombre.
25042 \end_layout
25043
25044 \begin_layout Standard
25045 \align center
25046 \begin_inset Tabular
25047 <lyxtabular version="3" rows="2" columns="4">
25048 <features tabularvalignment="middle">
25049 <column alignment="center" valignment="top" width="0pt">
25050 <column alignment="center" valignment="top" width="0pt">
25051 <column alignment="center" valignment="top" width="0pt">
25052 <column alignment="center" valignment="top" width="0pt">
25053 <row>
25054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25055 \begin_inset Text
25056
25057 \begin_layout Plain Layout
25058 Comando
25059 \end_layout
25060
25061 \end_inset
25062 </cell>
25063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067 Resultado
25068 \end_layout
25069
25070 \end_inset
25071 </cell>
25072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076 Comando
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25082 \begin_inset Text
25083
25084 \begin_layout Plain Layout
25085 Resultado
25086 \end_layout
25087
25088 \end_inset
25089 </cell>
25090 </row>
25091 <row>
25092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25093 \begin_inset Text
25094
25095 \begin_layout Plain Layout
25096 Asen(x)+B
25097 \end_layout
25098
25099 \end_inset
25100 </cell>
25101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25102 \begin_inset Text
25103
25104 \begin_layout Plain Layout
25105 \begin_inset Formula $Asen(x)+B$
25106 \end_inset
25107
25108
25109 \end_layout
25110
25111 \end_inset
25112 </cell>
25113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25114 \begin_inset Text
25115
25116 \begin_layout Plain Layout
25117 A
25118 \backslash
25119 sen(x)+B
25120 \end_layout
25121
25122 \end_inset
25123 </cell>
25124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25125 \begin_inset Text
25126
25127 \begin_layout Plain Layout
25128 \begin_inset Formula $A\sen(x)+B$
25129 \end_inset
25130
25131
25132 \end_layout
25133
25134 \end_inset
25135 </cell>
25136 </row>
25137 </lyxtabular>
25138
25139 \end_inset
25140
25141
25142 \end_layout
25143
25144 \begin_layout Standard
25145 Las funciones siguientes están predefinidas:
25146 \begin_inset Foot
25147 status collapsed
25148
25149 \begin_layout Plain Layout
25150 Se han añadido los comandos equivalentes proporcionados por el estilo 
25151 \series bold
25152 spanish
25153 \series default
25154  de 
25155 \series bold
25156 babel
25157 \series default
25158 .
25159  (Estos no están disponibles en el panel de funciones).
25160  Además, en su caso, las funciones serán acentuadas automáticamente en la
25161  salida, p.
25162 \begin_inset space \thinspace{}
25163 \end_inset
25164
25165 e.
25166  
25167 \begin_inset Quotes fld
25168 \end_inset
25169
25170 lím
25171 \begin_inset Quotes frd
25172 \end_inset
25173
25174  o 
25175 \begin_inset Quotes fld
25176 \end_inset
25177
25178 máx
25179 \begin_inset Quotes frd
25180 \end_inset
25181
25182 .
25183  Más información en 
25184 \begin_inset CommandInset citation
25185 LatexCommand cite
25186 key "spanish"
25187
25188 \end_inset
25189
25190 .
25191  (
25192 \emph on
25193 N.
25194 \begin_inset space \thinspace{}
25195 \end_inset
25196
25197 del t.
25198 \emph default
25199 )
25200 \end_layout
25201
25202 \end_inset
25203
25204
25205 \end_layout
25206
25207 \begin_layout Standard
25208 \begin_inset VSpace -2mm
25209 \end_inset
25210
25211
25212 \end_layout
25213
25214 \begin_layout Standard
25215 \align center
25216 \begin_inset Tabular
25217 <lyxtabular version="3" rows="9" columns="7">
25218 <features tabularvalignment="middle">
25219 <column alignment="center" valignment="top" width="0pt">
25220 <column alignment="center" valignment="top" width="0pt">
25221 <column alignment="center" valignment="top" width="0pt">
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 <row>
25227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25228 \begin_inset Text
25229
25230 \begin_layout Plain Layout
25231 Comando
25232 \end_layout
25233
25234 \end_inset
25235 </cell>
25236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25237 \begin_inset Text
25238
25239 \begin_layout Plain Layout
25240 español
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25246 \begin_inset Text
25247
25248 \begin_layout Plain Layout
25249 Comando
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Plain Layout
25258 español
25259 \end_layout
25260
25261 \end_inset
25262 </cell>
25263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25264 \begin_inset Text
25265
25266 \begin_layout Plain Layout
25267 Comando
25268 \end_layout
25269
25270 \end_inset
25271 </cell>
25272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25273 \begin_inset Text
25274
25275 \begin_layout Plain Layout
25276 español
25277 \end_layout
25278
25279 \end_inset
25280 </cell>
25281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25282 \begin_inset Text
25283
25284 \begin_layout Plain Layout
25285 Comando
25286 \end_layout
25287
25288 \end_inset
25289 </cell>
25290 </row>
25291 <row>
25292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25293 \begin_inset Text
25294
25295 \begin_layout Plain Layout
25296
25297 \backslash
25298 sin
25299 \end_layout
25300
25301 \end_inset
25302 </cell>
25303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25304 \begin_inset Text
25305
25306 \begin_layout Plain Layout
25307
25308 \backslash
25309 sen
25310 \end_layout
25311
25312 \end_inset
25313 </cell>
25314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25315 \begin_inset Text
25316
25317 \begin_layout Plain Layout
25318
25319 \backslash
25320 sinh
25321 \end_layout
25322
25323 \end_inset
25324 </cell>
25325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25326 \begin_inset Text
25327
25328 \begin_layout Plain Layout
25329
25330 \backslash
25331 senh
25332 \end_layout
25333
25334 \end_inset
25335 </cell>
25336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25337 \begin_inset Text
25338
25339 \begin_layout Plain Layout
25340
25341 \backslash
25342 arcsin
25343 \end_layout
25344
25345 \end_inset
25346 </cell>
25347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25348 \begin_inset Text
25349
25350 \begin_layout Plain Layout
25351
25352 \backslash
25353 arcsen
25354 \end_layout
25355
25356 \end_inset
25357 </cell>
25358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25359 \begin_inset Text
25360
25361 \begin_layout Plain Layout
25362
25363 \backslash
25364 sup
25365 \end_layout
25366
25367 \end_inset
25368 </cell>
25369 </row>
25370 <row>
25371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25372 \begin_inset Text
25373
25374 \begin_layout Plain Layout
25375
25376 \backslash
25377 cos
25378 \end_layout
25379
25380 \end_inset
25381 </cell>
25382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25383 \begin_inset Text
25384
25385 \begin_layout Plain Layout
25386
25387 \end_layout
25388
25389 \end_inset
25390 </cell>
25391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25392 \begin_inset Text
25393
25394 \begin_layout Plain Layout
25395
25396 \backslash
25397 cosh
25398 \end_layout
25399
25400 \end_inset
25401 </cell>
25402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25403 \begin_inset Text
25404
25405 \begin_layout Plain Layout
25406
25407 \end_layout
25408
25409 \end_inset
25410 </cell>
25411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25412 \begin_inset Text
25413
25414 \begin_layout Plain Layout
25415
25416 \backslash
25417 arccos
25418 \end_layout
25419
25420 \end_inset
25421 </cell>
25422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25423 \begin_inset Text
25424
25425 \begin_layout Plain Layout
25426
25427 \end_layout
25428
25429 \end_inset
25430 </cell>
25431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25432 \begin_inset Text
25433
25434 \begin_layout Plain Layout
25435
25436 \backslash
25437 inf
25438 \end_layout
25439
25440 \end_inset
25441 </cell>
25442 </row>
25443 <row>
25444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25445 \begin_inset Text
25446
25447 \begin_layout Plain Layout
25448
25449 \backslash
25450 tan
25451 \end_layout
25452
25453 \end_inset
25454 </cell>
25455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25456 \begin_inset Text
25457
25458 \begin_layout Plain Layout
25459
25460 \backslash
25461 tg
25462 \end_layout
25463
25464 \end_inset
25465 </cell>
25466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25467 \begin_inset Text
25468
25469 \begin_layout Plain Layout
25470
25471 \backslash
25472 tanh
25473 \end_layout
25474
25475 \end_inset
25476 </cell>
25477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25478 \begin_inset Text
25479
25480 \begin_layout Plain Layout
25481
25482 \backslash
25483 tgh
25484 \end_layout
25485
25486 \end_inset
25487 </cell>
25488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25489 \begin_inset Text
25490
25491 \begin_layout Plain Layout
25492
25493 \backslash
25494 arctan
25495 \end_layout
25496
25497 \end_inset
25498 </cell>
25499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Plain Layout
25503
25504 \backslash
25505 arctg
25506 \end_layout
25507
25508 \end_inset
25509 </cell>
25510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25511 \begin_inset Text
25512
25513 \begin_layout Plain Layout
25514
25515 \backslash
25516 lim
25517 \end_layout
25518
25519 \end_inset
25520 </cell>
25521 </row>
25522 <row>
25523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25524 \begin_inset Text
25525
25526 \begin_layout Plain Layout
25527
25528 \backslash
25529 cot
25530 \end_layout
25531
25532 \end_inset
25533 </cell>
25534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25535 \begin_inset Text
25536
25537 \begin_layout Plain Layout
25538
25539 \backslash
25540 cotg
25541 \end_layout
25542
25543 \end_inset
25544 </cell>
25545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25546 \begin_inset Text
25547
25548 \begin_layout Plain Layout
25549
25550 \backslash
25551 coth
25552 \end_layout
25553
25554 \end_inset
25555 </cell>
25556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25557 \begin_inset Text
25558
25559 \begin_layout Plain Layout
25560
25561 \end_layout
25562
25563 \end_inset
25564 </cell>
25565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25566 \begin_inset Text
25567
25568 \begin_layout Plain Layout
25569
25570 \backslash
25571 arg
25572 \end_layout
25573
25574 \end_inset
25575 </cell>
25576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25577 \begin_inset Text
25578
25579 \begin_layout Plain Layout
25580
25581 \end_layout
25582
25583 \end_inset
25584 </cell>
25585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25586 \begin_inset Text
25587
25588 \begin_layout Plain Layout
25589
25590 \backslash
25591 liminf
25592 \end_layout
25593
25594 \end_inset
25595 </cell>
25596 </row>
25597 <row>
25598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Plain Layout
25602
25603 \backslash
25604 sec
25605 \end_layout
25606
25607 \end_inset
25608 </cell>
25609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613
25614 \end_layout
25615
25616 \end_inset
25617 </cell>
25618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25619 \begin_inset Text
25620
25621 \begin_layout Plain Layout
25622
25623 \backslash
25624 min
25625 \end_layout
25626
25627 \end_inset
25628 </cell>
25629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25630 \begin_inset Text
25631
25632 \begin_layout Plain Layout
25633
25634 \end_layout
25635
25636 \end_inset
25637 </cell>
25638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25639 \begin_inset Text
25640
25641 \begin_layout Plain Layout
25642
25643 \backslash
25644 deg
25645 \end_layout
25646
25647 \end_inset
25648 </cell>
25649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25650 \begin_inset Text
25651
25652 \begin_layout Plain Layout
25653
25654 \end_layout
25655
25656 \end_inset
25657 </cell>
25658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25659 \begin_inset Text
25660
25661 \begin_layout Plain Layout
25662
25663 \backslash
25664 limsup
25665 \end_layout
25666
25667 \end_inset
25668 </cell>
25669 </row>
25670 <row>
25671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25672 \begin_inset Text
25673
25674 \begin_layout Plain Layout
25675
25676 \backslash
25677 csc
25678 \end_layout
25679
25680 \end_inset
25681 </cell>
25682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25683 \begin_inset Text
25684
25685 \begin_layout Plain Layout
25686
25687 \backslash
25688 cosec
25689 \end_layout
25690
25691 \end_inset
25692 </cell>
25693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25694 \begin_inset Text
25695
25696 \begin_layout Plain Layout
25697
25698 \backslash
25699 max
25700 \end_layout
25701
25702 \end_inset
25703 </cell>
25704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25705 \begin_inset Text
25706
25707 \begin_layout Plain Layout
25708
25709 \end_layout
25710
25711 \end_inset
25712 </cell>
25713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25714 \begin_inset Text
25715
25716 \begin_layout Plain Layout
25717
25718 \backslash
25719 det
25720 \end_layout
25721
25722 \end_inset
25723 </cell>
25724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25725 \begin_inset Text
25726
25727 \begin_layout Plain Layout
25728
25729 \end_layout
25730
25731 \end_inset
25732 </cell>
25733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25734 \begin_inset Text
25735
25736 \begin_layout Plain Layout
25737
25738 \backslash
25739 Pr
25740 \end_layout
25741
25742 \end_inset
25743 </cell>
25744 </row>
25745 <row>
25746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25747 \begin_inset Text
25748
25749 \begin_layout Plain Layout
25750
25751 \backslash
25752 ln
25753 \end_layout
25754
25755 \end_inset
25756 </cell>
25757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25758 \begin_inset Text
25759
25760 \begin_layout Plain Layout
25761
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25767 \begin_inset Text
25768
25769 \begin_layout Plain Layout
25770
25771 \backslash
25772 exp
25773 \end_layout
25774
25775 \end_inset
25776 </cell>
25777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781
25782 \end_layout
25783
25784 \end_inset
25785 </cell>
25786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25787 \begin_inset Text
25788
25789 \begin_layout Plain Layout
25790
25791 \backslash
25792 dim
25793 \end_layout
25794
25795 \end_inset
25796 </cell>
25797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25798 \begin_inset Text
25799
25800 \begin_layout Plain Layout
25801
25802 \end_layout
25803
25804 \end_inset
25805 </cell>
25806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25807 \begin_inset Text
25808
25809 \begin_layout Plain Layout
25810
25811 \backslash
25812 hom
25813 \end_layout
25814
25815 \end_inset
25816 </cell>
25817 </row>
25818 <row>
25819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25820 \begin_inset Text
25821
25822 \begin_layout Plain Layout
25823
25824 \backslash
25825 lg
25826 \end_layout
25827
25828 \end_inset
25829 </cell>
25830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25831 \begin_inset Text
25832
25833 \begin_layout Plain Layout
25834
25835 \end_layout
25836
25837 \end_inset
25838 </cell>
25839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25840 \begin_inset Text
25841
25842 \begin_layout Plain Layout
25843
25844 \backslash
25845 log
25846 \end_layout
25847
25848 \end_inset
25849 </cell>
25850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25851 \begin_inset Text
25852
25853 \begin_layout Plain Layout
25854
25855 \end_layout
25856
25857 \end_inset
25858 </cell>
25859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25860 \begin_inset Text
25861
25862 \begin_layout Plain Layout
25863
25864 \backslash
25865 ker
25866 \end_layout
25867
25868 \end_inset
25869 </cell>
25870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25871 \begin_inset Text
25872
25873 \begin_layout Plain Layout
25874
25875 \end_layout
25876
25877 \end_inset
25878 </cell>
25879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25880 \begin_inset Text
25881
25882 \begin_layout Plain Layout
25883
25884 \backslash
25885 gcd
25886 \end_layout
25887
25888 \end_inset
25889 </cell>
25890 </row>
25891 </lyxtabular>
25892
25893 \end_inset
25894
25895
25896 \end_layout
25897
25898 \begin_layout Standard
25899 También se pueden insertar con el botón 
25900 \begin_inset Graphics
25901         filename ../../images/math/functions.png
25902         scale 85
25903
25904 \end_inset
25905
25906  de la barra de ecuaciones.
25907 \end_layout
25908
25909 \begin_layout Subsection
25910 Funciones definidas por el usuario
25911 \begin_inset Index idx
25912 status collapsed
25913
25914 \begin_layout Plain Layout
25915 Funciones ! personalizadas
25916 \end_layout
25917
25918 \end_inset
25919
25920
25921 \end_layout
25922
25923 \begin_layout Standard
25924 Para usar una función no predefinida, como por ejemplo la función signo,
25925  sgn(x), hay dos posibilidades:
25926 \end_layout
25927
25928 \begin_layout Itemize
25929 Define la función añadiendo al preámbulo LaTeX la línea
25930 \begin_inset Foot
25931 status collapsed
25932
25933 \begin_layout Plain Layout
25934 Más sobre 
25935 \series bold
25936
25937 \backslash
25938 DeclareMathOperator
25939 \series default
25940  en 
25941 \begin_inset CommandInset ref
25942 LatexCommand ref
25943 reference "sub:Operadores-de-usuario"
25944
25945 \end_inset
25946
25947
25948 \end_layout
25949
25950 \end_inset
25951
25952
25953 \begin_inset Newline newline
25954 \end_inset
25955
25956
25957 \begin_inset VSpace -3mm
25958 \end_inset
25959
25960
25961 \begin_inset Newline newline
25962 \end_inset
25963
25964
25965 \series bold
25966
25967 \backslash
25968 DeclareMathOperator{
25969 \backslash
25970 sgn}{sgn}
25971 \series default
25972
25973 \begin_inset Index idx
25974 status collapsed
25975
25976 \begin_layout Plain Layout
25977 Comandos ! D ! 
25978 \backslash
25979 dbinom@
25980 \backslash
25981 DeclareMathOperator
25982 \end_layout
25983
25984 \end_inset
25985
25986
25987 \begin_inset Newline newline
25988 \end_inset
25989
25990
25991 \begin_inset VSpace -2mm
25992 \end_inset
25993
25994
25995 \begin_inset Newline newline
25996 \end_inset
25997
25998 Ahora la función recién definida se puede obtener con el comando 
25999 \series bold
26000
26001 \backslash
26002 sgn
26003 \series default
26004 .
26005 \end_layout
26006
26007 \begin_layout Itemize
26008 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
26009  en nuestro ejemplo las letras 
26010 \emph on
26011 sgn
26012 \emph default
26013 , y cámbialo a texto matemático.
26014  Entre el factor precedente y la función se inserta un espacio.
26015 \end_layout
26016
26017 \begin_layout Standard
26018 El resultado con ambos métodos es el mismo que con una función predefinida:
26019 \begin_inset Foot
26020 status collapsed
26021
26022 \begin_layout Plain Layout
26023 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
26024  negro.
26025 \end_layout
26026
26027 \end_inset
26028
26029
26030 \end_layout
26031
26032 \begin_layout Standard
26033 \align center
26034 \begin_inset Tabular
26035 <lyxtabular version="3" rows="3" columns="2">
26036 <features tabularvalignment="middle">
26037 <column alignment="center" valignment="top" width="0pt">
26038 <column alignment="center" valignment="top" width="0pt">
26039 <row>
26040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26041 \begin_inset Text
26042
26043 \begin_layout Plain Layout
26044 Comando
26045 \end_layout
26046
26047 \end_inset
26048 </cell>
26049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26050 \begin_inset Text
26051
26052 \begin_layout Plain Layout
26053 Resultado
26054 \end_layout
26055
26056 \end_inset
26057 </cell>
26058 </row>
26059 <row>
26060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26061 \begin_inset Text
26062
26063 \begin_layout Plain Layout
26064 A
26065 \backslash
26066 sgn(x)+B
26067 \end_layout
26068
26069 \end_inset
26070 </cell>
26071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26072 \begin_inset Text
26073
26074 \begin_layout Plain Layout
26075 \begin_inset Formula $A\sgn(x)+B$
26076 \end_inset
26077
26078
26079 \end_layout
26080
26081 \end_inset
26082 </cell>
26083 </row>
26084 <row>
26085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26086 \begin_inset Text
26087
26088 \begin_layout Plain Layout
26089 A
26090 \backslash
26091 ,
26092 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
26093 \end_inset
26094
26095 (x)+B
26096 \end_layout
26097
26098 \end_inset
26099 </cell>
26100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26101 \begin_inset Text
26102
26103 \begin_layout Plain Layout
26104 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
26105 \end_inset
26106
26107
26108 \end_layout
26109
26110 \end_inset
26111 </cell>
26112 </row>
26113 </lyxtabular>
26114
26115 \end_inset
26116
26117
26118 \end_layout
26119
26120 \begin_layout Standard
26121 El primer método es preferible si la función se va a usar varias veces.
26122 \end_layout
26123
26124 \begin_layout Subsection
26125 Límites
26126 \begin_inset Index idx
26127 status collapsed
26128
26129 \begin_layout Plain Layout
26130 Limites@Límites
26131 \end_layout
26132
26133 \end_inset
26134
26135
26136 \end_layout
26137
26138 \begin_layout Standard
26139 Para límites, además de 
26140 \series bold
26141
26142 \backslash
26143 lim
26144 \series default
26145
26146 \begin_inset Index idx
26147 status collapsed
26148
26149 \begin_layout Plain Layout
26150 Comandos ! L ! 
26151 \backslash
26152 lim
26153 \end_layout
26154
26155 \end_inset
26156
26157
26158 \series bold
26159
26160 \backslash
26161 liminf
26162 \series default
26163  y 
26164 \series bold
26165
26166 \backslash
26167 limsup
26168 \series default
26169  están definidas las siguientes funciones:
26170 \series bold
26171  
26172 \end_layout
26173
26174 \begin_layout Standard
26175 \noindent
26176 \align center
26177 \begin_inset Tabular
26178 <lyxtabular version="3" rows="5" columns="2">
26179 <features tabularvalignment="middle">
26180 <column alignment="center" valignment="top" width="0">
26181 <column alignment="center" valignment="top" width="0">
26182 <row>
26183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187 Comando
26188 \end_layout
26189
26190 \end_inset
26191 </cell>
26192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26193 \begin_inset Text
26194
26195 \begin_layout Plain Layout
26196 Resultado
26197 \begin_inset Note Note
26198 status collapsed
26199
26200 \begin_layout Plain Layout
26201
26202 \series bold
26203
26204 \backslash
26205 raisebox
26206 \series default
26207  se usa sólo como espaciador
26208 \end_layout
26209
26210 \end_inset
26211
26212
26213 \end_layout
26214
26215 \end_inset
26216 </cell>
26217 </row>
26218 <row>
26219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223
26224 \backslash
26225 varliminf
26226 \end_layout
26227
26228 \end_inset
26229 </cell>
26230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26231 \begin_inset Text
26232
26233 \begin_layout Plain Layout
26234 \begin_inset Formula $\varliminf$
26235 \end_inset
26236
26237
26238 \end_layout
26239
26240 \end_inset
26241 </cell>
26242 </row>
26243 <row>
26244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26245 \begin_inset Text
26246
26247 \begin_layout Plain Layout
26248
26249 \backslash
26250 varlimsup
26251 \end_layout
26252
26253 \end_inset
26254 </cell>
26255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26256 \begin_inset Text
26257
26258 \begin_layout Plain Layout
26259 \begin_inset Formula $\varlimsup$
26260 \end_inset
26261
26262
26263 \end_layout
26264
26265 \end_inset
26266 </cell>
26267 </row>
26268 <row>
26269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26270 \begin_inset Text
26271
26272 \begin_layout Plain Layout
26273
26274 \backslash
26275 varprojlim
26276 \end_layout
26277
26278 \end_inset
26279 </cell>
26280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26281 \begin_inset Text
26282
26283 \begin_layout Plain Layout
26284 \begin_inset Formula $\varprojlim$
26285 \end_inset
26286
26287
26288 \end_layout
26289
26290 \end_inset
26291 </cell>
26292 </row>
26293 <row>
26294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26295 \begin_inset Text
26296
26297 \begin_layout Plain Layout
26298
26299 \backslash
26300 varinjlim
26301 \end_layout
26302
26303 \end_inset
26304 </cell>
26305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26306 \begin_inset Text
26307
26308 \begin_layout Plain Layout
26309 \begin_inset Formula $\varinjlim$
26310 \end_inset
26311
26312
26313 \begin_inset Formula $\raisebox{-2.5mm}{}$
26314 \end_inset
26315
26316
26317 \end_layout
26318
26319 \end_inset
26320 </cell>
26321 </row>
26322 </lyxtabular>
26323
26324 \end_inset
26325
26326
26327 \end_layout
26328
26329 \begin_layout Standard
26330 \begin_inset VSpace medskip
26331 \end_inset
26332
26333
26334 \end_layout
26335
26336 \begin_layout Standard
26337 El límite se crea insertando un subíndice.
26338  Se imprime a la derecha junto a la función en una fórmula en línea:
26339 \end_layout
26340
26341 \begin_layout Standard
26342 \noindent
26343 \align center
26344 \begin_inset Tabular
26345 <lyxtabular version="3" rows="2" columns="2">
26346 <features tabularvalignment="middle">
26347 <column alignment="center" valignment="top" width="0pt">
26348 <column alignment="center" valignment="top" width="0pt">
26349 <row>
26350 <cell alignment="center" valignment="top" usebox="none">
26351 \begin_inset Text
26352
26353 \begin_layout Plain Layout
26354 Comando
26355 \end_layout
26356
26357 \end_inset
26358 </cell>
26359 <cell alignment="center" valignment="top" usebox="none">
26360 \begin_inset Text
26361
26362 \begin_layout Plain Layout
26363 \begin_inset space \hspace{}
26364 \length 1cm
26365 \end_inset
26366
26367 Resultado
26368 \begin_inset Note Note
26369 status collapsed
26370
26371 \begin_layout Plain Layout
26372
26373 \series bold
26374
26375 \backslash
26376 raisebox
26377 \series default
26378  se usa sólo como espaciador
26379 \end_layout
26380
26381 \end_inset
26382
26383
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 </row>
26389 <row>
26390 <cell alignment="center" valignment="top" usebox="none">
26391 \begin_inset Text
26392
26393 \begin_layout Plain Layout
26394
26395 \backslash
26396 lim_x
26397 \backslash
26398 to
26399 \begin_inset ERT
26400 status collapsed
26401
26402 \begin_layout Plain Layout
26403
26404
26405 \backslash
26406 spce 
26407 \end_layout
26408
26409 \end_inset
26410
26411 A
26412 \begin_inset ERT
26413 status collapsed
26414
26415 \begin_layout Plain Layout
26416
26417
26418 \backslash
26419 spce 
26420 \end_layout
26421
26422 \end_inset
26423
26424 x=B
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 <cell alignment="center" valignment="top" usebox="none">
26430 \begin_inset Text
26431
26432 \begin_layout Plain Layout
26433 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
26434 \end_inset
26435
26436
26437 \end_layout
26438
26439 \end_inset
26440 </cell>
26441 </row>
26442 </lyxtabular>
26443
26444 \end_inset
26445
26446
26447 \end_layout
26448
26449 \begin_layout Standard
26450 En una ecuación presentada el límite se imprime debajo, como es habitual:
26451 \begin_inset Formula 
26452 \[
26453 \lim\limits _{x\rightarrow A}=B
26454 \]
26455
26456 \end_inset
26457
26458
26459 \end_layout
26460
26461 \begin_layout Subsection
26462 Función módulo
26463 \begin_inset Index idx
26464 status collapsed
26465
26466 \begin_layout Plain Layout
26467 Funciones ! módulo
26468 \end_layout
26469
26470 \end_inset
26471
26472
26473 \end_layout
26474
26475 \begin_layout Standard
26476 La función módulo es especial, porque existe en cuatro variantes.
26477 \end_layout
26478
26479 \begin_layout Standard
26480 En una ecuación presentada:
26481 \begin_inset Formula 
26482 \begin{align*}
26483 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
26484 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26485 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26486 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26487 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26488 \end{align*}
26489
26490 \end_inset
26491
26492 En una ecuación en línea se pone menos espacio delante del nombre de la
26493  función para todas las variantes.
26494 \end_layout
26495
26496 \begin_layout Section
26497 Caracteres especiales
26498 \begin_inset Index idx
26499 status collapsed
26500
26501 \begin_layout Plain Layout
26502 Caracteres especiales
26503 \end_layout
26504
26505 \end_inset
26506
26507
26508 \end_layout
26509
26510 \begin_layout Subsection
26511 Caracteres especiales en texto matemático
26512 \end_layout
26513
26514 \begin_layout Standard
26515 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
26516  TeX:
26517 \end_layout
26518
26519 \begin_layout Standard
26520 \begin_inset space \hfill{}
26521 \end_inset
26522
26523
26524 \begin_inset Tabular
26525 <lyxtabular version="3" rows="8" columns="2">
26526 <features tabularvalignment="middle">
26527 <column alignment="block" valignment="top" width="0">
26528 <column alignment="block" valignment="top" width="0">
26529 <row>
26530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Plain Layout
26534 Comando
26535 \end_layout
26536
26537 \end_inset
26538 </cell>
26539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26540 \begin_inset Text
26541
26542 \begin_layout Plain Layout
26543 Resultado
26544 \end_layout
26545
26546 \end_inset
26547 </cell>
26548 </row>
26549 <row>
26550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26551 \begin_inset Text
26552
26553 \begin_layout Plain Layout
26554
26555 \backslash
26556 oe
26557 \end_layout
26558
26559 \end_inset
26560 </cell>
26561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26562 \begin_inset Text
26563
26564 \begin_layout Plain Layout
26565 \begin_inset Formula $\textrm{œ}$
26566 \end_inset
26567
26568
26569 \end_layout
26570
26571 \end_inset
26572 </cell>
26573 </row>
26574 <row>
26575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26576 \begin_inset Text
26577
26578 \begin_layout Plain Layout
26579
26580 \backslash
26581 OE
26582 \end_layout
26583
26584 \end_inset
26585 </cell>
26586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26587 \begin_inset Text
26588
26589 \begin_layout Plain Layout
26590 \begin_inset Formula $\textrm{Œ}$
26591 \end_inset
26592
26593
26594 \end_layout
26595
26596 \end_inset
26597 </cell>
26598 </row>
26599 <row>
26600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26601 \begin_inset Text
26602
26603 \begin_layout Plain Layout
26604
26605 \backslash
26606 ae
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26612 \begin_inset Text
26613
26614 \begin_layout Plain Layout
26615 \begin_inset Formula $\textrm{æ}$
26616 \end_inset
26617
26618
26619 \end_layout
26620
26621 \end_inset
26622 </cell>
26623 </row>
26624 <row>
26625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26626 \begin_inset Text
26627
26628 \begin_layout Plain Layout
26629
26630 \backslash
26631 AE
26632 \end_layout
26633
26634 \end_inset
26635 </cell>
26636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26637 \begin_inset Text
26638
26639 \begin_layout Plain Layout
26640 \begin_inset Formula $\textrm{Æ}$
26641 \end_inset
26642
26643
26644 \end_layout
26645
26646 \end_inset
26647 </cell>
26648 </row>
26649 <row>
26650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26651 \begin_inset Text
26652
26653 \begin_layout Plain Layout
26654
26655 \backslash
26656 aa
26657 \end_layout
26658
26659 \end_inset
26660 </cell>
26661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26662 \begin_inset Text
26663
26664 \begin_layout Plain Layout
26665 \begin_inset Formula $\textrm{\aa}$
26666 \end_inset
26667
26668
26669 \end_layout
26670
26671 \end_inset
26672 </cell>
26673 </row>
26674 <row>
26675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26676 \begin_inset Text
26677
26678 \begin_layout Plain Layout
26679
26680 \backslash
26681 AA
26682 \begin_inset Index idx
26683 status collapsed
26684
26685 \begin_layout Plain Layout
26686
26687 \backslash
26688 @
26689 \begin_inset ERT
26690 status collapsed
26691
26692 \begin_layout Plain Layout
26693
26694
26695 \backslash
26696 textrm{
26697 \backslash
26698 AA}
26699 \end_layout
26700
26701 \end_inset
26702
26703
26704 \end_layout
26705
26706 \end_inset
26707
26708
26709 \end_layout
26710
26711 \end_inset
26712 </cell>
26713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26714 \begin_inset Text
26715
26716 \begin_layout Plain Layout
26717 \begin_inset Formula $\textrm{Å}$
26718 \end_inset
26719
26720
26721 \end_layout
26722
26723 \end_inset
26724 </cell>
26725 </row>
26726 <row>
26727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26728 \begin_inset Text
26729
26730 \begin_layout Plain Layout
26731
26732 \backslash
26733 i
26734 \end_layout
26735
26736 \end_inset
26737 </cell>
26738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26739 \begin_inset Text
26740
26741 \begin_layout Plain Layout
26742 \begin_inset Formula $\textrm{ı}$
26743 \end_inset
26744
26745
26746 \end_layout
26747
26748 \end_inset
26749 </cell>
26750 </row>
26751 </lyxtabular>
26752
26753 \end_inset
26754
26755
26756 \begin_inset space \hfill{}
26757 \end_inset
26758
26759
26760 \begin_inset Tabular
26761 <lyxtabular version="3" rows="8" columns="2">
26762 <features tabularvalignment="middle">
26763 <column alignment="block" valignment="top" width="0">
26764 <column alignment="center" valignment="top" width="0">
26765 <row>
26766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26767 \begin_inset Text
26768
26769 \begin_layout Plain Layout
26770 Comando
26771 \begin_inset Note Note
26772 status collapsed
26773
26774 \begin_layout Plain Layout
26775
26776 \series bold
26777
26778 \backslash
26779 raisebox
26780 \series default
26781  se usa sólo como espaciador
26782 \end_layout
26783
26784 \end_inset
26785
26786
26787 \end_layout
26788
26789 \end_inset
26790 </cell>
26791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26792 \begin_inset Text
26793
26794 \begin_layout Plain Layout
26795 Resultado
26796 \end_layout
26797
26798 \end_inset
26799 </cell>
26800 </row>
26801 <row>
26802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26803 \begin_inset Text
26804
26805 \begin_layout Plain Layout
26806
26807 \backslash
26808 o
26809 \end_layout
26810
26811 \end_inset
26812 </cell>
26813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26814 \begin_inset Text
26815
26816 \begin_layout Plain Layout
26817 \begin_inset Formula $\textrm{ø}$
26818 \end_inset
26819
26820
26821 \end_layout
26822
26823 \end_inset
26824 </cell>
26825 </row>
26826 <row>
26827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26828 \begin_inset Text
26829
26830 \begin_layout Plain Layout
26831
26832 \backslash
26833 O
26834 \end_layout
26835
26836 \end_inset
26837 </cell>
26838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26839 \begin_inset Text
26840
26841 \begin_layout Plain Layout
26842 \begin_inset Formula $\textrm{Ø}$
26843 \end_inset
26844
26845
26846 \end_layout
26847
26848 \end_inset
26849 </cell>
26850 </row>
26851 <row>
26852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26853 \begin_inset Text
26854
26855 \begin_layout Plain Layout
26856
26857 \backslash
26858 l
26859 \end_layout
26860
26861 \end_inset
26862 </cell>
26863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26864 \begin_inset Text
26865
26866 \begin_layout Plain Layout
26867 \begin_inset Formula $\textrm{ł}$
26868 \end_inset
26869
26870
26871 \end_layout
26872
26873 \end_inset
26874 </cell>
26875 </row>
26876 <row>
26877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26878 \begin_inset Text
26879
26880 \begin_layout Plain Layout
26881
26882 \backslash
26883 L
26884 \end_layout
26885
26886 \end_inset
26887 </cell>
26888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26889 \begin_inset Text
26890
26891 \begin_layout Plain Layout
26892 \begin_inset Formula $\textrm{Ł}$
26893 \end_inset
26894
26895
26896 \end_layout
26897
26898 \end_inset
26899 </cell>
26900 </row>
26901 <row>
26902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26903 \begin_inset Text
26904
26905 \begin_layout Plain Layout
26906 !
26907 \begin_inset space \hspace{}
26908 \length 0mm
26909 \end_inset
26910
26911 `
26912 \begin_inset ERT
26913 status collapsed
26914
26915 \begin_layout Plain Layout
26916
26917
26918 \backslash
26919 spce 
26920 \end_layout
26921
26922 \end_inset
26923
26924
26925 \end_layout
26926
26927 \end_inset
26928 </cell>
26929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26930 \begin_inset Text
26931
26932 \begin_layout Plain Layout
26933 \begin_inset Formula $\textrm{!`}$
26934 \end_inset
26935
26936
26937 \end_layout
26938
26939 \end_inset
26940 </cell>
26941 </row>
26942 <row>
26943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26944 \begin_inset Text
26945
26946 \begin_layout Plain Layout
26947 ?
26948 \begin_inset space \hspace{}
26949 \length 0mm
26950 \end_inset
26951
26952 `
26953 \begin_inset ERT
26954 status collapsed
26955
26956 \begin_layout Plain Layout
26957
26958
26959 \backslash
26960 spce 
26961 \end_layout
26962
26963 \end_inset
26964
26965
26966 \end_layout
26967
26968 \end_inset
26969 </cell>
26970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26971 \begin_inset Text
26972
26973 \begin_layout Plain Layout
26974 \begin_inset Formula $\textrm{?`}$
26975 \end_inset
26976
26977
26978 \end_layout
26979
26980 \end_inset
26981 </cell>
26982 </row>
26983 <row>
26984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26985 \begin_inset Text
26986
26987 \begin_layout Plain Layout
26988
26989 \backslash
26990 j
26991 \end_layout
26992
26993 \end_inset
26994 </cell>
26995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26996 \begin_inset Text
26997
26998 \begin_layout Plain Layout
26999 \begin_inset Formula $\textrm{ȷ}$
27000 \end_inset
27001
27002
27003 \end_layout
27004
27005 \end_inset
27006 </cell>
27007 </row>
27008 </lyxtabular>
27009
27010 \end_inset
27011
27012
27013 \begin_inset space \hfill{}
27014 \end_inset
27015
27016
27017 \end_layout
27018
27019 \begin_layout Standard
27020 Los caracteres 
27021 \begin_inset Formula $\textrm{\textrm{Å}}$
27022 \end_inset
27023
27024  y 
27025 \begin_inset Formula $\textrm{\textrm{Ø}}$
27026 \end_inset
27027
27028  también se pueden insertar mediante el botón 
27029 \begin_inset Graphics
27030         filename ../../images/math/digamma.png
27031         scale 85
27032
27033 \end_inset
27034
27035  de la barra de ecuaciones.
27036 \end_layout
27037
27038 \begin_layout Standard
27039 Los comandos 
27040 \series bold
27041 !
27042 \begin_inset space \hspace{}
27043 \length 0mm
27044 \end_inset
27045
27046 `
27047 \series default
27048  y 
27049 \series bold
27050 ?
27051 \begin_inset space \hspace{}
27052 \length 0mm
27053 \end_inset
27054
27055 `
27056 \series default
27057  son una excepción porque se pueden insertar directamente a texto en LyX.
27058  
27059 \end_layout
27060
27061 \begin_layout Subsection
27062 Acentos en texto
27063 \begin_inset CommandInset label
27064 LatexCommand label
27065 name "sub:Acentos-en-texto"
27066
27067 \end_inset
27068
27069
27070 \begin_inset Index idx
27071 status collapsed
27072
27073 \begin_layout Plain Layout
27074 Acentos ! en texto
27075 \end_layout
27076
27077 \end_inset
27078
27079
27080 \end_layout
27081
27082 \begin_layout Standard
27083 Con los siguientes comandos se pueden acentuar todas las letras.
27084  Los comandos deben ponerse en modo TeX.
27085 \end_layout
27086
27087 \begin_layout Standard
27088 \begin_inset space \hfill{}
27089 \end_inset
27090
27091
27092 \begin_inset Tabular
27093 <lyxtabular version="3" rows="8" columns="2">
27094 <features tabularvalignment="middle">
27095 <column alignment="block" valignment="top" width="0">
27096 <column alignment="block" valignment="top" width="0">
27097 <row>
27098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27099 \begin_inset Text
27100
27101 \begin_layout Plain Layout
27102 Comando
27103 \end_layout
27104
27105 \end_inset
27106 </cell>
27107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27108 \begin_inset Text
27109
27110 \begin_layout Plain Layout
27111 Resultado
27112 \end_layout
27113
27114 \end_inset
27115 </cell>
27116 </row>
27117 <row>
27118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27119 \begin_inset Text
27120
27121 \begin_layout Plain Layout
27122
27123 \backslash
27124
27125 \begin_inset Quotes grd
27126 \end_inset
27127
27128 e
27129 \end_layout
27130
27131 \end_inset
27132 </cell>
27133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27134 \begin_inset Text
27135
27136 \begin_layout Plain Layout
27137 \begin_inset ERT
27138 status collapsed
27139
27140 \begin_layout Plain Layout
27141
27142
27143 \backslash
27144 "e
27145 \end_layout
27146
27147 \end_inset
27148
27149
27150 \end_layout
27151
27152 \end_inset
27153 </cell>
27154 </row>
27155 <row>
27156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27157 \begin_inset Text
27158
27159 \begin_layout Plain Layout
27160
27161 \backslash
27162 `e
27163 \end_layout
27164
27165 \end_inset
27166 </cell>
27167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27168 \begin_inset Text
27169
27170 \begin_layout Plain Layout
27171 \begin_inset ERT
27172 status collapsed
27173
27174 \begin_layout Plain Layout
27175
27176
27177 \backslash
27178 `e
27179 \end_layout
27180
27181 \end_inset
27182
27183
27184 \end_layout
27185
27186 \end_inset
27187 </cell>
27188 </row>
27189 <row>
27190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27191 \begin_inset Text
27192
27193 \begin_layout Plain Layout
27194
27195 \backslash
27196 ^
27197 \begin_inset ERT
27198 status collapsed
27199
27200 \begin_layout Plain Layout
27201
27202
27203 \backslash
27204 spce 
27205 \end_layout
27206
27207 \end_inset
27208
27209 e
27210 \end_layout
27211
27212 \end_inset
27213 </cell>
27214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27215 \begin_inset Text
27216
27217 \begin_layout Plain Layout
27218 \begin_inset ERT
27219 status collapsed
27220
27221 \begin_layout Plain Layout
27222
27223
27224 \backslash
27225 ^e
27226 \end_layout
27227
27228 \end_inset
27229
27230
27231 \end_layout
27232
27233 \end_inset
27234 </cell>
27235 </row>
27236 <row>
27237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27238 \begin_inset Text
27239
27240 \begin_layout Plain Layout
27241
27242 \backslash
27243 =e
27244 \end_layout
27245
27246 \end_inset
27247 </cell>
27248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27249 \begin_inset Text
27250
27251 \begin_layout Plain Layout
27252 \begin_inset ERT
27253 status collapsed
27254
27255 \begin_layout Plain Layout
27256
27257
27258 \backslash
27259 =e
27260 \end_layout
27261
27262 \end_inset
27263
27264
27265 \end_layout
27266
27267 \end_inset
27268 </cell>
27269 </row>
27270 <row>
27271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27272 \begin_inset Text
27273
27274 \begin_layout Plain Layout
27275
27276 \backslash
27277 u
27278 \begin_inset ERT
27279 status collapsed
27280
27281 \begin_layout Plain Layout
27282
27283
27284 \backslash
27285 spce 
27286 \end_layout
27287
27288 \end_inset
27289
27290 e
27291 \end_layout
27292
27293 \end_inset
27294 </cell>
27295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27296 \begin_inset Text
27297
27298 \begin_layout Plain Layout
27299 \begin_inset ERT
27300 status collapsed
27301
27302 \begin_layout Plain Layout
27303
27304
27305 \backslash
27306 u e
27307 \end_layout
27308
27309 \end_inset
27310
27311
27312 \end_layout
27313
27314 \end_inset
27315 </cell>
27316 </row>
27317 <row>
27318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27319 \begin_inset Text
27320
27321 \begin_layout Plain Layout
27322
27323 \backslash
27324 b
27325 \begin_inset ERT
27326 status collapsed
27327
27328 \begin_layout Plain Layout
27329
27330
27331 \backslash
27332 spce 
27333 \end_layout
27334
27335 \end_inset
27336
27337 e
27338 \end_layout
27339
27340 \end_inset
27341 </cell>
27342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27343 \begin_inset Text
27344
27345 \begin_layout Plain Layout
27346 \begin_inset ERT
27347 status collapsed
27348
27349 \begin_layout Plain Layout
27350
27351
27352 \backslash
27353 b e
27354 \end_layout
27355
27356 \end_inset
27357
27358
27359 \end_layout
27360
27361 \end_inset
27362 </cell>
27363 </row>
27364 <row>
27365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27366 \begin_inset Text
27367
27368 \begin_layout Plain Layout
27369
27370 \backslash
27371 t
27372 \begin_inset ERT
27373 status collapsed
27374
27375 \begin_layout Plain Layout
27376
27377
27378 \backslash
27379 spce 
27380 \end_layout
27381
27382 \end_inset
27383
27384 ee
27385 \end_layout
27386
27387 \end_inset
27388 </cell>
27389 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27390 \begin_inset Text
27391
27392 \begin_layout Plain Layout
27393 \begin_inset ERT
27394 status collapsed
27395
27396 \begin_layout Plain Layout
27397
27398
27399 \backslash
27400 t ee
27401 \end_layout
27402
27403 \end_inset
27404
27405
27406 \end_layout
27407
27408 \end_inset
27409 </cell>
27410 </row>
27411 </lyxtabular>
27412
27413 \end_inset
27414
27415
27416 \begin_inset space \hfill{}
27417 \end_inset
27418
27419
27420 \begin_inset Tabular
27421 <lyxtabular version="3" rows="8" columns="2">
27422 <features tabularvalignment="middle">
27423 <column alignment="block" valignment="top" width="0">
27424 <column alignment="center" valignment="top" width="0">
27425 <row>
27426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27427 \begin_inset Text
27428
27429 \begin_layout Plain Layout
27430 Comando
27431 \end_layout
27432
27433 \end_inset
27434 </cell>
27435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27436 \begin_inset Text
27437
27438 \begin_layout Plain Layout
27439 Resultado
27440 \end_layout
27441
27442 \end_inset
27443 </cell>
27444 </row>
27445 <row>
27446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27447 \begin_inset Text
27448
27449 \begin_layout Plain Layout
27450
27451 \backslash
27452 H
27453 \begin_inset ERT
27454 status collapsed
27455
27456 \begin_layout Plain Layout
27457
27458
27459 \backslash
27460 spce 
27461 \end_layout
27462
27463 \end_inset
27464
27465 e
27466 \end_layout
27467
27468 \end_inset
27469 </cell>
27470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27471 \begin_inset Text
27472
27473 \begin_layout Plain Layout
27474 \begin_inset ERT
27475 status collapsed
27476
27477 \begin_layout Plain Layout
27478
27479
27480 \backslash
27481 H e
27482 \end_layout
27483
27484 \end_inset
27485
27486
27487 \end_layout
27488
27489 \end_inset
27490 </cell>
27491 </row>
27492 <row>
27493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27494 \begin_inset Text
27495
27496 \begin_layout Plain Layout
27497
27498 \backslash
27499 'e
27500 \end_layout
27501
27502 \end_inset
27503 </cell>
27504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27505 \begin_inset Text
27506
27507 \begin_layout Plain Layout
27508 \begin_inset ERT
27509 status collapsed
27510
27511 \begin_layout Plain Layout
27512
27513
27514 \backslash
27515 'e
27516 \end_layout
27517
27518 \end_inset
27519
27520
27521 \end_layout
27522
27523 \end_inset
27524 </cell>
27525 </row>
27526 <row>
27527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27528 \begin_inset Text
27529
27530 \begin_layout Plain Layout
27531
27532 \backslash
27533 ~e
27534 \begin_inset Index idx
27535 status collapsed
27536
27537 \begin_layout Plain Layout
27538 Tilde
27539 \end_layout
27540
27541 \end_inset
27542
27543
27544 \end_layout
27545
27546 \end_inset
27547 </cell>
27548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27549 \begin_inset Text
27550
27551 \begin_layout Plain Layout
27552 \begin_inset ERT
27553 status collapsed
27554
27555 \begin_layout Plain Layout
27556
27557
27558 \backslash
27559 ~e
27560 \end_layout
27561
27562 \end_inset
27563
27564
27565 \end_layout
27566
27567 \end_inset
27568 </cell>
27569 </row>
27570 <row>
27571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27572 \begin_inset Text
27573
27574 \begin_layout Plain Layout
27575
27576 \backslash
27577 .e
27578 \end_layout
27579
27580 \end_inset
27581 </cell>
27582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27583 \begin_inset Text
27584
27585 \begin_layout Plain Layout
27586 \begin_inset ERT
27587 status collapsed
27588
27589 \begin_layout Plain Layout
27590
27591
27592 \backslash
27593 .e
27594 \end_layout
27595
27596 \end_inset
27597
27598
27599 \end_layout
27600
27601 \end_inset
27602 </cell>
27603 </row>
27604 <row>
27605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27606 \begin_inset Text
27607
27608 \begin_layout Plain Layout
27609
27610 \backslash
27611 v
27612 \begin_inset ERT
27613 status collapsed
27614
27615 \begin_layout Plain Layout
27616
27617
27618 \backslash
27619 spce 
27620 \end_layout
27621
27622 \end_inset
27623
27624 e
27625 \end_layout
27626
27627 \end_inset
27628 </cell>
27629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27630 \begin_inset Text
27631
27632 \begin_layout Plain Layout
27633 \begin_inset ERT
27634 status collapsed
27635
27636 \begin_layout Plain Layout
27637
27638
27639 \backslash
27640 v e
27641 \end_layout
27642
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \end_inset
27649 </cell>
27650 </row>
27651 <row>
27652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27653 \begin_inset Text
27654
27655 \begin_layout Plain Layout
27656
27657 \backslash
27658 d
27659 \begin_inset ERT
27660 status collapsed
27661
27662 \begin_layout Plain Layout
27663
27664
27665 \backslash
27666 spce 
27667 \end_layout
27668
27669 \end_inset
27670
27671 e
27672 \end_layout
27673
27674 \end_inset
27675 </cell>
27676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27677 \begin_inset Text
27678
27679 \begin_layout Plain Layout
27680 \begin_inset ERT
27681 status collapsed
27682
27683 \begin_layout Plain Layout
27684
27685
27686 \backslash
27687 d e
27688 \end_layout
27689
27690 \end_inset
27691
27692
27693 \end_layout
27694
27695 \end_inset
27696 </cell>
27697 </row>
27698 <row>
27699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27700 \begin_inset Text
27701
27702 \begin_layout Plain Layout
27703
27704 \backslash
27705 c
27706 \begin_inset ERT
27707 status collapsed
27708
27709 \begin_layout Plain Layout
27710
27711
27712 \backslash
27713 spce 
27714 \end_layout
27715
27716 \end_inset
27717
27718 e
27719 \end_layout
27720
27721 \end_inset
27722 </cell>
27723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27724 \begin_inset Text
27725
27726 \begin_layout Plain Layout
27727 \begin_inset ERT
27728 status collapsed
27729
27730 \begin_layout Plain Layout
27731
27732
27733 \backslash
27734 c e
27735 \end_layout
27736
27737 \end_inset
27738
27739
27740 \end_layout
27741
27742 \end_inset
27743 </cell>
27744 </row>
27745 </lyxtabular>
27746
27747 \end_inset
27748
27749
27750 \begin_inset space \hfill{}
27751 \end_inset
27752
27753
27754 \end_layout
27755
27756 \begin_layout Standard
27757 \begin_inset VSpace medskip
27758 \end_inset
27759
27760
27761 \end_layout
27762
27763 \begin_layout Standard
27764 Con el comando 
27765 \series bold
27766
27767 \backslash
27768 t
27769 \series default
27770  también se pueden acentuar dos caracteres distintos.
27771  El comando 
27772 \series bold
27773
27774 \backslash
27775 t
27776 \begin_inset ERT
27777 status collapsed
27778
27779 \begin_layout Plain Layout
27780
27781
27782 \backslash
27783 spce 
27784 \end_layout
27785
27786 \end_inset
27787
27788 sz
27789 \series default
27790  genera 
27791 \begin_inset ERT
27792 status collapsed
27793
27794 \begin_layout Plain Layout
27795
27796
27797 \backslash
27798 t sz
27799 \end_layout
27800
27801 \end_inset
27802
27803
27804 \end_layout
27805
27806 \begin_layout Standard
27807 Los acentos 
27808 \series bold
27809 `
27810 \series default
27811  , 
27812 \series bold
27813 '
27814 \series default
27815  y 
27816 \series bold
27817 ^
27818 \series default
27819  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27820  TeX.
27821  Lo mismo se aplica a la tilde
27822 \begin_inset Foot
27823 status collapsed
27824
27825 \begin_layout Plain Layout
27826 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27827 \end_layout
27828
27829 \end_inset
27830
27831  con 
27832 \emph on
27833 a
27834 \emph default
27835
27836 \emph on
27837 o
27838 \emph default
27839  y 
27840 \emph on
27841 n.
27842 \end_layout
27843
27844 \begin_layout Standard
27845 Los comandos 
27846 \series bold
27847
27848 \backslash
27849 b
27850 \series default
27851  , 
27852 \series bold
27853
27854 \backslash
27855 c
27856 \series default
27857  , 
27858 \series bold
27859
27860 \backslash
27861 d
27862 \series default
27863  , 
27864 \series bold
27865
27866 \backslash
27867 H
27868 \series default
27869  , 
27870 \series bold
27871
27872 \backslash
27873 t
27874 \series default
27875  , 
27876 \series bold
27877
27878 \backslash
27879 u
27880 \series default
27881  , 
27882 \series bold
27883
27884 \backslash
27885 v
27886 \series default
27887 , y acentos insertados directamente con el teclado también están disponibles
27888  en texto matemático.
27889  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27890  
27891 \begin_inset CommandInset ref
27892 LatexCommand ref
27893 reference "sub:Acentos-para-un"
27894
27895 \end_inset
27896
27897 .
27898 \end_layout
27899
27900 \begin_layout Standard
27901 \begin_inset VSpace bigskip
27902 \end_inset
27903
27904
27905 \end_layout
27906
27907 \begin_layout Standard
27908 Además, con el comando 
27909 \series bold
27910
27911 \backslash
27912 textcircled
27913 \series default
27914
27915 \begin_inset Index idx
27916 status collapsed
27917
27918 \begin_layout Plain Layout
27919 Comandos ! T ! 
27920 \backslash
27921 textcircled
27922 \end_layout
27923
27924 \end_inset
27925
27926  se pueden insertar en un círculo todos los números y letras, de forma parecida
27927  al símbolo copyright.
27928 \end_layout
27929
27930 \begin_layout Standard
27931 \noindent
27932 \align center
27933 \begin_inset Tabular
27934 <lyxtabular version="3" rows="3" columns="2">
27935 <features tabularvalignment="middle">
27936 <column alignment="center" valignment="top" width="0">
27937 <column alignment="center" valignment="top" width="0">
27938 <row>
27939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27940 \begin_inset Text
27941
27942 \begin_layout Plain Layout
27943 Comando
27944 \end_layout
27945
27946 \end_inset
27947 </cell>
27948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27949 \begin_inset Text
27950
27951 \begin_layout Plain Layout
27952 Resultado
27953 \begin_inset Note Note
27954 status collapsed
27955
27956 \begin_layout Plain Layout
27957
27958 \series bold
27959
27960 \backslash
27961 raisebox
27962 \series default
27963  se usa sólo como espaciador
27964 \end_layout
27965
27966 \end_inset
27967
27968
27969 \end_layout
27970
27971 \end_inset
27972 </cell>
27973 </row>
27974 <row>
27975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27976 \begin_inset Text
27977
27978 \begin_layout Plain Layout
27979
27980 \backslash
27981 textcircled{w}
27982 \end_layout
27983
27984 \end_inset
27985 </cell>
27986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27987 \begin_inset Text
27988
27989 \begin_layout Plain Layout
27990 \begin_inset ERT
27991 status collapsed
27992
27993 \begin_layout Plain Layout
27994
27995
27996 \backslash
27997 textcircled{w}
27998 \end_layout
27999
28000 \end_inset
28001
28002
28003 \end_layout
28004
28005 \end_inset
28006 </cell>
28007 </row>
28008 <row>
28009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28010 \begin_inset Text
28011
28012 \begin_layout Plain Layout
28013
28014 \backslash
28015 Large 
28016 \backslash
28017 textcircled{
28018 \backslash
28019 normalsize
28020 \backslash
28021 protect
28022 \backslash
28023 raisebox{-1.5pt}{W}}
28024 \end_layout
28025
28026 \end_inset
28027 </cell>
28028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28029 \begin_inset Text
28030
28031 \begin_layout Plain Layout
28032 \begin_inset Formula $\raisebox{4.5mm}{}$
28033 \end_inset
28034
28035
28036 \begin_inset ERT
28037 status collapsed
28038
28039 \begin_layout Plain Layout
28040
28041
28042 \backslash
28043 Large 
28044 \backslash
28045 textcircled{
28046 \backslash
28047 normalsize
28048 \backslash
28049 protect
28050 \backslash
28051 raisebox{-1.5pt}W}
28052 \end_layout
28053
28054 \end_inset
28055
28056
28057 \begin_inset Formula $\raisebox{-2mm}{}$
28058 \end_inset
28059
28060
28061 \end_layout
28062
28063 \end_inset
28064 </cell>
28065 </row>
28066 </lyxtabular>
28067
28068 \end_inset
28069
28070
28071 \end_layout
28072
28073 \begin_layout Standard
28074 Hay que tener cuidado que el carácter se ajuste al círculo.
28075  Por eso 
28076 \series bold
28077
28078 \backslash
28079 Large
28080 \begin_inset Foot
28081 status collapsed
28082
28083 \begin_layout Plain Layout
28084 véase 
28085 \begin_inset CommandInset ref
28086 LatexCommand ref
28087 reference "sub:Tamaños-de-tipografías"
28088
28089 \end_inset
28090
28091
28092 \end_layout
28093
28094 \end_inset
28095
28096
28097 \series default
28098  especifica el tamaño del círculo.
28099  Con ayuda de 
28100 \series bold
28101
28102 \backslash
28103 raisebox
28104 \begin_inset Foot
28105 status collapsed
28106
28107 \begin_layout Plain Layout
28108 véase 
28109 \begin_inset CommandInset ref
28110 LatexCommand ref
28111 reference "sub:Marcos-sin-bordes"
28112
28113 \end_inset
28114
28115
28116 \end_layout
28117
28118 \end_inset
28119
28120
28121 \series default
28122  se puede centrar el carácter.
28123 \end_layout
28124
28125 \begin_layout Subsection
28126 Números en estilo antiguo
28127 \begin_inset Index idx
28128 status collapsed
28129
28130 \begin_layout Plain Layout
28131 Numeros@Números ! en estilo antiguo
28132 \end_layout
28133
28134 \end_inset
28135
28136
28137 \end_layout
28138
28139 \begin_layout Standard
28140 Los números en estilo antiguo o elzevirianos se componen con el comando
28141  
28142 \series bold
28143
28144 \backslash
28145 oldstylenums
28146 \series default
28147
28148 \begin_inset Index idx
28149 status collapsed
28150
28151 \begin_layout Plain Layout
28152 Comandos ! O ! 
28153 \backslash
28154 oldstylenums
28155 \end_layout
28156
28157 \end_inset
28158
28159 .
28160  El comando se puede usar en ecuaciones y en modo TeX.
28161  Su esquema es:
28162 \end_layout
28163
28164 \begin_layout Standard
28165
28166 \series bold
28167
28168 \backslash
28169 oldstylenums{número}
28170 \end_layout
28171
28172 \begin_layout Standard
28173 El comando 
28174 \series bold
28175
28176 \backslash
28177 oldstylenums{0123456789}
28178 \series default
28179  genera: 
28180 \begin_inset Formula $\oldstylenums{0123456789}$
28181 \end_inset
28182
28183
28184 \end_layout
28185
28186 \begin_layout Subsection
28187 Caracteres especiales misceláneos
28188 \begin_inset CommandInset label
28189 LatexCommand label
28190 name "sub:Caracteres-especiales-misceláneos"
28191
28192 \end_inset
28193
28194
28195 \begin_inset Index idx
28196 status collapsed
28197
28198 \begin_layout Plain Layout
28199 Caracteres especiales ! misceláneos
28200 \end_layout
28201
28202 \end_inset
28203
28204
28205 \end_layout
28206
28207 \begin_layout Standard
28208 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
28209  comandos:
28210 \end_layout
28211
28212 \begin_layout Standard
28213 \noindent
28214 \align center
28215 \begin_inset Tabular
28216 <lyxtabular version="3" rows="4" columns="2">
28217 <features tabularvalignment="middle">
28218 <column alignment="center" valignment="top" width="0">
28219 <column alignment="center" valignment="top" width="0">
28220 <row>
28221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28222 \begin_inset Text
28223
28224 \begin_layout Plain Layout
28225 Comando
28226 \end_layout
28227
28228 \end_inset
28229 </cell>
28230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28231 \begin_inset Text
28232
28233 \begin_layout Plain Layout
28234 Resultado
28235 \end_layout
28236
28237 \end_inset
28238 </cell>
28239 </row>
28240 <row>
28241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28242 \begin_inset Text
28243
28244 \begin_layout Plain Layout
28245
28246 \backslash
28247 ^
28248 \begin_inset ERT
28249 status collapsed
28250
28251 \begin_layout Plain Layout
28252
28253
28254 \backslash
28255 spce 
28256 \end_layout
28257
28258 \end_inset
28259
28260
28261 \end_layout
28262
28263 \end_inset
28264 </cell>
28265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28266 \begin_inset Text
28267
28268 \begin_layout Plain Layout
28269 \begin_inset Formula $\mathcircumflex$
28270 \end_inset
28271
28272
28273 \end_layout
28274
28275 \end_inset
28276 </cell>
28277 </row>
28278 <row>
28279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28280 \begin_inset Text
28281
28282 \begin_layout Plain Layout
28283
28284 \backslash
28285 _
28286 \end_layout
28287
28288 \end_inset
28289 </cell>
28290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28291 \begin_inset Text
28292
28293 \begin_layout Plain Layout
28294 \begin_inset Formula $\_$
28295 \end_inset
28296
28297
28298 \end_layout
28299
28300 \end_inset
28301 </cell>
28302 </row>
28303 <row>
28304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28305 \begin_inset Text
28306
28307 \begin_layout Plain Layout
28308 ^
28309 \begin_inset ERT
28310 status collapsed
28311
28312 \begin_layout Plain Layout
28313
28314
28315 \backslash
28316 spce 
28317 \end_layout
28318
28319 \end_inset
28320
28321
28322 \backslash
28323 circ
28324 \begin_inset Index idx
28325 status collapsed
28326
28327 \begin_layout Plain Layout
28328
28329 \backslash
28330
28331 \end_layout
28332
28333 \end_inset
28334
28335
28336 \end_layout
28337
28338 \end_inset
28339 </cell>
28340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28341 \begin_inset Text
28342
28343 \begin_layout Plain Layout
28344 \begin_inset Formula $^{\circ}$
28345 \end_inset
28346
28347
28348 \end_layout
28349
28350 \end_inset
28351 </cell>
28352 </row>
28353 </lyxtabular>
28354
28355 \end_inset
28356
28357
28358 \end_layout
28359
28360 \begin_layout Standard
28361 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
28362  LaTeX contiene la línea:
28363 \begin_inset Foot
28364 status open
28365
28366 \begin_layout Plain Layout
28367 Más sobre este asunto en 
28368 \begin_inset CommandInset ref
28369 LatexCommand ref
28370 reference "sub:Caracteres-de-texto"
28371
28372 \end_inset
28373
28374
28375 \end_layout
28376
28377 \end_inset
28378
28379  
28380 \end_layout
28381
28382 \begin_layout Standard
28383
28384 \series bold
28385
28386 \backslash
28387 DeclareInputtext{176}{
28388 \backslash
28389 ifmmode^
28390 \backslash
28391 circ
28392 \backslash
28393 else
28394 \backslash
28395 textdegree
28396 \backslash
28397 fi}
28398 \end_layout
28399
28400 \begin_layout Section
28401 Estilos de ecuación
28402 \begin_inset CommandInset label
28403 LatexCommand label
28404 name "sec:Estilos-de-ecuación"
28405
28406 \end_inset
28407
28408
28409 \begin_inset Index idx
28410 status collapsed
28411
28412 \begin_layout Plain Layout
28413 Ecuación ! estilos de
28414 \end_layout
28415
28416 \end_inset
28417
28418
28419 \end_layout
28420
28421 \begin_layout Itemize
28422 Hay dos estilos diferentes de alineación:
28423 \end_layout
28424
28425 \begin_deeper
28426 \begin_layout Description
28427 Centrado es el estándar predefinido
28428 \end_layout
28429
28430 \begin_layout Description
28431 Sangrado para este estilo debe insertarse la opción de clase 
28432 \series bold
28433 fleqn
28434 \series default
28435  en el menú 
28436 \family sans
28437 Documento\SpecialChar \menuseparator
28438 Configuración
28439 \family default
28440  bajo 
28441 \family sans
28442 Clase de documento
28443 \end_layout
28444
28445 \begin_layout Standard
28446 Cuando se usa 
28447 \series bold
28448 Sangrado
28449 \series default
28450 , éste se puede ajustar con la longitud 
28451 \series bold
28452
28453 \backslash
28454 mathindent
28455 \series default
28456
28457 \begin_inset Index idx
28458 status collapsed
28459
28460 \begin_layout Plain Layout
28461 Comandos ! M ! 
28462 \backslash
28463 mathindent
28464 \end_layout
28465
28466 \end_inset
28467
28468 .
28469  Para 15
28470 \begin_inset space \thinspace{}
28471 \end_inset
28472
28473 mm, por ejemplo, se inserta esta línea de comando en el preámbulo LaTeX:
28474 \end_layout
28475
28476 \begin_layout Standard
28477
28478 \series bold
28479
28480 \backslash
28481 setlength{
28482 \backslash
28483 mathindent}{15mm}
28484 \end_layout
28485
28486 \begin_layout Standard
28487 Si no se especifica longitud se usa el valor predeterminado de 30
28488 \begin_inset space \thinspace{}
28489 \end_inset
28490
28491 pt.
28492 \end_layout
28493
28494 \end_deeper
28495 \begin_layout Itemize
28496 Y dos estilos diferentes de numeración:
28497 \end_layout
28498
28499 \begin_deeper
28500 \begin_layout Description
28501 Derecha es el estándar predefinido
28502 \end_layout
28503
28504 \begin_layout Description
28505 Izquierda para este estilo debe insertarse la opción de clase 
28506 \series bold
28507 leqno
28508 \series default
28509  en el menú 
28510 \family sans
28511 Documento\SpecialChar \menuseparator
28512 Configuración
28513 \family default
28514  bajo 
28515 \family sans
28516 Clase de documento
28517 \end_layout
28518
28519 \end_deeper
28520 \begin_layout Standard
28521
28522 \series bold
28523 fleqn
28524 \series default
28525  y 
28526 \series bold
28527 leqno
28528 \series default
28529  también se pueden usar juntos.
28530  En ese caso se insertan ambas opciones, separadas por una coma.
28531 \end_layout
28532
28533 \begin_layout Standard
28534 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
28535  documento.
28536  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
28537  estilo 
28538 \series bold
28539 Centrado
28540 \series default
28541  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
28542 \begin_inset CommandInset ref
28543 LatexCommand ref
28544 reference "sub:Entorno-flalign"
28545
28546 \end_inset
28547
28548 .
28549 \end_layout
28550
28551 \begin_layout Section
28552 Ecuaciones multilínea
28553 \begin_inset CommandInset label
28554 LatexCommand label
28555 name "sec:Ecuaciones-multilínea"
28556
28557 \end_inset
28558
28559
28560 \begin_inset Index idx
28561 status collapsed
28562
28563 \begin_layout Plain Layout
28564 Ecuación ! multilínea
28565 \end_layout
28566
28567 \end_inset
28568
28569
28570 \end_layout
28571
28572 \begin_layout Subsection
28573 General
28574 \end_layout
28575
28576 \begin_layout Standard
28577 En LyX se generan nuevas líneas en una ecuación con 
28578 \family sans
28579 \series bold
28580 Ctrl+Entrar
28581 \family default
28582 \series default
28583 .
28584  Esto crea un 
28585 \series bold
28586 entorno eqnarray
28587 \series default
28588 , que se describe en
28589 \begin_inset space ~
28590 \end_inset
28591
28592
28593 \begin_inset CommandInset ref
28594 LatexCommand ref
28595 reference "sub:Entorno-eqnarray"
28596
28597 \end_inset
28598
28599  o, si se ha marcado la opción 
28600 \family sans
28601 Usar
28602 \begin_inset space ~
28603 \end_inset
28604
28605 el
28606 \begin_inset space ~
28607 \end_inset
28608
28609 paquete
28610 \begin_inset space ~
28611 \end_inset
28612
28613 de
28614 \begin_inset space ~
28615 \end_inset
28616
28617 ecuaciones
28618 \begin_inset space ~
28619 \end_inset
28620
28621 AMS
28622 \family default
28623  en la configuración del documento
28624 \family sans
28625 , un 
28626 \series bold
28627 entorno
28628 \family default
28629 \series default
28630  
28631 \series bold
28632 align
28633 \series default
28634 , que se describe en
28635 \begin_inset space ~
28636 \end_inset
28637
28638
28639 \begin_inset CommandInset ref
28640 LatexCommand ref
28641 reference "sub:Entorno-align-estándar"
28642
28643 \end_inset
28644
28645 .
28646 \end_layout
28647
28648 \begin_layout Standard
28649 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28650  el menú 
28651 \family sans
28652 Insertar\SpecialChar \menuseparator
28653 Ecuación
28654 \family default
28655 .
28656  En las siguientes secciones se describen estos entornos.
28657 \end_layout
28658
28659 \begin_layout Standard
28660 En todos los entornos de ecuación multilínea la combinación 
28661 \family sans
28662 Ctrl+Entrar
28663 \family default
28664  genera una línea nueva.
28665  Para añadir o quitar líneas se pueden usar los botones 
28666 \begin_inset Graphics
28667         filename ../../images/tabular-feature_append-row.png
28668         scale 85
28669
28670 \end_inset
28671
28672  o 
28673 \begin_inset Graphics
28674         filename ../../images/tabular-feature_delete-row.png
28675         scale 85
28676
28677 \end_inset
28678
28679 de la barra de herramientas, respectivamente, o el menú 
28680 \family sans
28681 Editar\SpecialChar \menuseparator
28682 Filas y columnas
28683 \family default
28684 .
28685 \end_layout
28686
28687 \begin_layout Subsubsection
28688 Separación de líneas
28689 \begin_inset CommandInset label
28690 LatexCommand label
28691 name "sub:Separación-de-líneas"
28692
28693 \end_inset
28694
28695
28696 \begin_inset Index idx
28697 status collapsed
28698
28699 \begin_layout Plain Layout
28700 Ecuación ! multilínea ! separación de filas
28701 \end_layout
28702
28703 \end_inset
28704
28705
28706 \end_layout
28707
28708 \begin_layout Standard
28709 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28710 \begin_inset Formula 
28711 \begin{eqnarray*}
28712 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}\\
28713 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
28714 \end{eqnarray*}
28715
28716 \end_inset
28717
28718 En LaTeX un espacio adicional para una línea se especifica como argumento
28719  opcional del comando de nueva línea.
28720  Esto aún no es posible en LYX,
28721 \begin_inset Foot
28722 status collapsed
28723
28724 \begin_layout Plain Layout
28725 véase 
28726 \begin_inset CommandInset href
28727 LatexCommand href
28728 name "LyX-bug #1505"
28729 target "http://www.lyx.org/trac/ticket/1505"
28730
28731 \end_inset
28732
28733
28734 \end_layout
28735
28736 \end_inset
28737
28738  por lo que toda la ecuación debe insertarse en modo TeX.
28739  Para añadir espacio en nuestro ejemplo se inserta el comando 
28740 \series bold
28741
28742 \backslash
28743
28744 \backslash
28745 [3mm]
28746 \series default
28747  al final de la primera línea.
28748  Así: 
28749 \begin_inset ERT
28750 status collapsed
28751
28752 \begin_layout Plain Layout
28753
28754
28755 \backslash
28756 begin{eqnarray*}
28757 \end_layout
28758
28759 \begin_layout Plain Layout
28760
28761 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28762  = & 
28763 \backslash
28764 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28765 \backslash
28766
28767 \backslash
28768 [3mm]
28769 \end_layout
28770
28771 \begin_layout Plain Layout
28772
28773 4x^{2}
28774 \backslash
28775 left(B^{2}+x_{0}^{2}
28776 \backslash
28777 right)+4x_{0}x
28778 \backslash
28779 left(D-B^{2}
28780 \backslash
28781 right)+B^{2}
28782 \backslash
28783 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28784 \backslash
28785 right) & = & 0
28786 \end_layout
28787
28788 \begin_layout Plain Layout
28789
28790
28791 \backslash
28792 end{eqnarray*}
28793 \end_layout
28794
28795 \end_inset
28796
28797
28798 \begin_inset VSpace bigskip
28799 \end_inset
28800
28801
28802 \end_layout
28803
28804 \begin_layout Standard
28805 Para obtener separación en todas las líneas hay que cambiar la longitud
28806  
28807 \series bold
28808
28809 \backslash
28810 jot
28811 \series default
28812
28813 \begin_inset Index idx
28814 status collapsed
28815
28816 \begin_layout Plain Layout
28817 Comandos ! J ! 
28818 \backslash
28819 jot
28820 \end_layout
28821
28822 \end_inset
28823
28824 .
28825  La definición es: 
28826 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28827 \end_inset
28828
28829 .
28830  El valor predeterminado para 
28831 \series bold
28832
28833 \backslash
28834 jot
28835 \series default
28836  es 3
28837 \begin_inset space \thinspace{}
28838 \end_inset
28839
28840 pt.
28841  Para establecer una separación adicional de 3
28842 \begin_inset space \thinspace{}
28843 \end_inset
28844
28845 mm como en el ejemplo anterior, se inserta el comando
28846 \end_layout
28847
28848 \begin_layout Standard
28849
28850 \series bold
28851
28852 \backslash
28853 setlength{
28854 \backslash
28855 jot}{3mm+3pt}
28856 \end_layout
28857
28858 \begin_layout Standard
28859 en modo TeX antes de la ecuación.
28860  Es necesario cargar el paquete 
28861 \series bold
28862 calc
28863 \series default
28864
28865 \begin_inset Foot
28866 status collapsed
28867
28868 \begin_layout Plain Layout
28869
28870 \series bold
28871 calc
28872 \series default
28873  forma parte de toda instalación LaTeX estándar.
28874 \end_layout
28875
28876 \end_inset
28877
28878
28879 \begin_inset Index idx
28880 status collapsed
28881
28882 \begin_layout Plain Layout
28883 Paquetes ! calc
28884 \end_layout
28885
28886 \end_inset
28887
28888  en el preámbulo con la línea
28889 \end_layout
28890
28891 \begin_layout Standard
28892
28893 \series bold
28894
28895 \backslash
28896 usepackage{calc}
28897 \end_layout
28898
28899 \begin_layout Standard
28900 Se obtiene:
28901 \begin_inset ERT
28902 status collapsed
28903
28904 \begin_layout Plain Layout
28905
28906
28907 \backslash
28908 setlength{
28909 \backslash
28910 jot}{3mm+3pt}
28911 \end_layout
28912
28913 \end_inset
28914
28915
28916 \begin_inset Formula 
28917 \begin{eqnarray*}
28918 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}\\
28919 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
28920 \end{eqnarray*}
28921
28922 \end_inset
28923
28924
28925 \begin_inset ERT
28926 status collapsed
28927
28928 \begin_layout Plain Layout
28929
28930
28931 \backslash
28932 setlength{
28933 \backslash
28934 jot}{3pt}
28935 \end_layout
28936
28937 \end_inset
28938
28939  Para volver a la distancia predeterminada, 
28940 \series bold
28941
28942 \backslash
28943 jot
28944 \series default
28945  se establece en 3
28946 \begin_inset space \thinspace{}
28947 \end_inset
28948
28949 pt.
28950 \end_layout
28951
28952 \begin_layout Subsubsection
28953 Separación de columnas
28954 \begin_inset CommandInset label
28955 LatexCommand label
28956 name "sub:Separación-de-columnas"
28957
28958 \end_inset
28959
28960
28961 \begin_inset Index idx
28962 status collapsed
28963
28964 \begin_layout Plain Layout
28965 Ecuación ! multilínea !separación de columnas
28966 \end_layout
28967
28968 \end_inset
28969
28970
28971 \end_layout
28972
28973 \begin_layout Standard
28974 Una ecuación multilínea forma una matriz.
28975  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28976  columnas.
28977  Cambiando la separación de columnas en este entorno se puede cambiar el
28978  espacio junto al signo de relación.
28979 \end_layout
28980
28981 \begin_layout Standard
28982 La separación de columnas se especifica con la longitud
28983 \series bold
28984  
28985 \backslash
28986 arraycolsep
28987 \series default
28988
28989 \begin_inset Index idx
28990 status collapsed
28991
28992 \begin_layout Plain Layout
28993 Comandos ! A ! 
28994 \backslash
28995 arraycolsep
28996 \end_layout
28997
28998 \end_inset
28999
29000  según:
29001 \begin_inset Newline newline
29002 \end_inset
29003
29004 separación de columnas = 2
29005 \begin_inset space \thinspace{}
29006 \end_inset
29007
29008
29009 \series bold
29010
29011 \backslash
29012 arraycolsep
29013 \series default
29014
29015 \begin_inset Newline newline
29016 \end_inset
29017
29018 Así, el comando en modo TeX
29019 \end_layout
29020
29021 \begin_layout Standard
29022
29023 \series bold
29024
29025 \backslash
29026 setlength{
29027 \backslash
29028 arraycolsep}{1cm}
29029 \end_layout
29030
29031 \begin_layout Standard
29032 establece para todas las ecuaciones siguientes una separación de columnas
29033  de 2
29034 \begin_inset space \thinspace{}
29035 \end_inset
29036
29037 cm.
29038  Para volver al valor predefinido, 
29039 \series bold
29040
29041 \backslash
29042 arraycolsep
29043 \series default
29044  se pone en 5
29045 \begin_inset space \thinspace{}
29046 \end_inset
29047
29048 pt.
29049 \end_layout
29050
29051 \begin_layout Standard
29052 Una ecuación con separación de 2
29053 \begin_inset space \thinspace{}
29054 \end_inset
29055
29056 cm entre columnas:
29057 \begin_inset ERT
29058 status collapsed
29059
29060 \begin_layout Plain Layout
29061
29062
29063 \backslash
29064 setlength{
29065 \backslash
29066 arraycolsep}{1cm}
29067 \end_layout
29068
29069 \end_inset
29070
29071
29072 \begin_inset Formula 
29073 \begin{eqnarray*}
29074 A & = & B\\
29075 C & \ne & A
29076 \end{eqnarray*}
29077
29078 \end_inset
29079
29080 Una ecuación con la separación predefinida para matrices, 10
29081 \begin_inset space \thinspace{}
29082 \end_inset
29083
29084 pt:
29085 \begin_inset ERT
29086 status collapsed
29087
29088 \begin_layout Plain Layout
29089
29090
29091 \backslash
29092 setlength{
29093 \backslash
29094 arraycolsep}{5pt}
29095 \end_layout
29096
29097 \end_inset
29098
29099
29100 \begin_inset Formula 
29101 \begin{eqnarray*}
29102 A & = & B\\
29103 C & \ne & A
29104 \end{eqnarray*}
29105
29106 \end_inset
29107
29108
29109 \end_layout
29110
29111 \begin_layout Subsubsection
29112 Ecuaciones largas
29113 \begin_inset Index idx
29114 status collapsed
29115
29116 \begin_layout Plain Layout
29117 Ecuación ! larga
29118 \end_layout
29119
29120 \end_inset
29121
29122
29123 \end_layout
29124
29125 \begin_layout Standard
29126 Se pueden componer ecuaciones largas mediante estos métodos:
29127 \end_layout
29128
29129 \begin_layout Itemize
29130 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
29131  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
29132 \begin_inset Formula 
29133 \begin{eqnarray}
29134 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 \\
29135  &  & -\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}
29136 \end{eqnarray}
29137
29138 \end_inset
29139
29140 El signo menos al principio de la segunda línea normalmente no aparece como
29141  operador porque es el primer carácter de la línea.
29142  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
29143  Para evitarlo se ha insertado 3
29144 \begin_inset space \thinspace{}
29145 \end_inset
29146
29147 pt de espacio detrás del menos con el comando 
29148 \series bold
29149
29150 \backslash
29151 hspace
29152 \series default
29153 .
29154 \begin_inset Foot
29155 status collapsed
29156
29157 \begin_layout Plain Layout
29158 véase más sobre 
29159 \series bold
29160
29161 \backslash
29162 hspace
29163 \series default
29164  en 
29165 \begin_inset CommandInset ref
29166 LatexCommand ref
29167 reference "sub:Espacio-variable"
29168
29169 \end_inset
29170
29171
29172 \end_layout
29173
29174 \end_inset
29175
29176
29177 \begin_inset Index idx
29178 status collapsed
29179
29180 \begin_layout Plain Layout
29181 Comandos ! H ! 
29182 \backslash
29183 hspace
29184 \end_layout
29185
29186 \end_inset
29187
29188
29189 \end_layout
29190
29191 \begin_layout Itemize
29192 Si ambos lados de la ecuación son demasiado largos se usa el comando 
29193 \series bold
29194
29195 \backslash
29196 lefteqn
29197 \series default
29198
29199 \begin_inset Index idx
29200 status collapsed
29201
29202 \begin_layout Plain Layout
29203 Comandos ! L ! 
29204 \backslash
29205 lefteqn
29206 \end_layout
29207
29208 \end_inset
29209
29210 .
29211  Se inserta en la primer columna de la primera línea y hace que todas las
29212  inserciones posteriores sobreescriban las columnas siguientes:
29213 \begin_inset Formula 
29214 \begin{eqnarray}
29215 \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 \\
29216  &  & -\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 \\
29217  &  & =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}
29218 \end{eqnarray}
29219
29220 \end_inset
29221
29222 Tras la inserción de 
29223 \series bold
29224
29225 \backslash
29226 lefteqn
29227 \series default
29228  el cursor está en un marco púrpura un poco a la izquierda del azul.
29229  La ecuación se inserta en éste.
29230 \begin_inset Newline newline
29231 \end_inset
29232
29233 El contenido de las restantes líneas se inserta en la segunda columna o
29234  en otra.
29235  A mayor número de columna donde se inserte, mayor sangrado.
29236 \begin_inset VSpace medskip
29237 \end_inset
29238
29239
29240 \begin_inset Newline newline
29241 \end_inset
29242
29243
29244 \begin_inset Note Greyedout
29245 status collapsed
29246
29247 \begin_layout Plain Layout
29248 Ten en cuenta lo siguiente si usas 
29249 \series bold
29250
29251 \backslash
29252 lefteqn
29253 \series default
29254 :
29255 \end_layout
29256
29257 \begin_layout Itemize
29258 La ecuación no usa la anchura total de la página.
29259  Cuando se añade, p.
29260 \begin_inset space \thinspace{}
29261 \end_inset
29262
29263 e., el término 
29264 \begin_inset Formula $-B^{2}$
29265 \end_inset
29266
29267  en la primera línea del ejemplo, debería estar fuera del margen.
29268  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
29269  principio de la primera línea.
29270 \end_layout
29271
29272 \begin_layout Itemize
29273 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
29274  primera línea.
29275 \begin_inset Foot
29276 status collapsed
29277
29278 \begin_layout Plain Layout
29279 \begin_inset CommandInset href
29280 LatexCommand href
29281 name "LyX-bug #1429"
29282 target "http://www.lyx.org/trac/ticket/1429"
29283
29284 \end_inset
29285
29286
29287 \end_layout
29288
29289 \end_inset
29290
29291  Sólo se puede poner el cursor al principio de la línea y moverlo con las
29292  teclas de flecha.
29293 \end_layout
29294
29295 \end_inset
29296
29297  
29298 \end_layout
29299
29300 \begin_layout Itemize
29301 Se describen otros métodos para escribir fórmulas largas en 
29302 \begin_inset CommandInset ref
29303 LatexCommand ref
29304 reference "sub:Entorno-multilínea"
29305
29306 \end_inset
29307
29308  y 
29309 \begin_inset CommandInset ref
29310 LatexCommand ref
29311 reference "sub:Partes-multilínea"
29312
29313 \end_inset
29314
29315 .
29316 \end_layout
29317
29318 \begin_layout Subsubsection
29319 Delimitadores multilínea
29320 \begin_inset CommandInset label
29321 LatexCommand label
29322 name "sub:Delimitadores-multilínea"
29323
29324 \end_inset
29325
29326
29327 \begin_inset Index idx
29328 status collapsed
29329
29330 \begin_layout Plain Layout
29331 Delimitadores ! para varias líneas
29332 \end_layout
29333
29334 \end_inset
29335
29336
29337 \end_layout
29338
29339 \begin_layout Standard
29340 Para poner delimitadores que cubran varias líneas hay un problema:
29341 \begin_inset Formula 
29342 \begin{eqnarray*}
29343 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29344  &  & \left.\cdots+B-D\right]
29345 \end{eqnarray*}
29346
29347 \end_inset
29348
29349 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
29350 res con tamaño variable no abarcan líneas múltiples.
29351 \end_layout
29352
29353 \begin_layout Standard
29354 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
29355  primera línea se finaliza con 
29356 \series bold
29357
29358 \backslash
29359 right.
29360 \series default
29361
29362 \begin_inset Index idx
29363 status collapsed
29364
29365 \begin_layout Plain Layout
29366 Comandos ! R ! 
29367 \backslash
29368 right
29369 \end_layout
29370
29371 \end_inset
29372
29373  y la segunda con 
29374 \series bold
29375
29376 \backslash
29377 left.
29378 \series default
29379 .
29380 \begin_inset Foot
29381 status collapsed
29382
29383 \begin_layout Plain Layout
29384 Más sobre 
29385 \series bold
29386
29387 \backslash
29388 left.
29389
29390 \series default
29391  y 
29392 \series bold
29393
29394 \backslash
29395 right.
29396
29397 \series default
29398  en 
29399 \begin_inset CommandInset ref
29400 LatexCommand ref
29401 reference "sub:Tamaño-automático-de"
29402
29403 \end_inset
29404
29405
29406 \end_layout
29407
29408 \end_inset
29409
29410
29411 \begin_inset Index idx
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415 Comandos ! L ! 
29416 \backslash
29417 left
29418 \end_layout
29419
29420 \end_inset
29421
29422  Después de 
29423 \series bold
29424
29425 \backslash
29426 left.
29427
29428 \series default
29429  se inserta el comando 
29430 \series bold
29431
29432 \backslash
29433 vphantom
29434 \series default
29435
29436 \begin_inset ERT
29437 status collapsed
29438
29439 \begin_layout Plain Layout
29440
29441
29442 \backslash
29443 spce 
29444 \end_layout
29445
29446 \end_inset
29447
29448
29449 \series bold
29450
29451 \backslash
29452 prod
29453 \series default
29454 ^
29455 \begin_inset ERT
29456 status collapsed
29457
29458 \begin_layout Plain Layout
29459
29460
29461 \backslash
29462 spce 
29463 \end_layout
29464
29465 \end_inset
29466
29467
29468 \series bold
29469
29470 \backslash
29471 infty
29472 \series default
29473
29474 \begin_inset ERT
29475 status collapsed
29476
29477 \begin_layout Plain Layout
29478
29479
29480 \backslash
29481 spce 
29482 \end_layout
29483
29484 \end_inset
29485
29486
29487 \series bold
29488
29489 \begin_inset Formula $\downarrow$
29490 \end_inset
29491
29492 _R=1}
29493 \series default
29494
29495 \begin_inset Index idx
29496 status collapsed
29497
29498 \begin_layout Plain Layout
29499 Comandos ! V ! 
29500 \backslash
29501 vphantom
29502 \end_layout
29503
29504 \end_inset
29505
29506 , porque el operador de multiplicación con sus límites es el símbolo mayor
29507  en la primera línea y ese debería ser el tamaño para el delimitador en
29508  la segunda línea.
29509 \end_layout
29510
29511 \begin_layout Standard
29512 El resultado es: 
29513 \begin_inset Formula 
29514 \begin{eqnarray*}
29515 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29516  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29517 \end{eqnarray*}
29518
29519 \end_inset
29520
29521
29522 \end_layout
29523
29524 \begin_layout Subsection
29525 Entornos align
29526 \end_layout
29527
29528 \begin_layout Standard
29529 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
29530  Son especialmente apropiados para poner ecuaciones adosadas.
29531 \end_layout
29532
29533 \begin_layout Standard
29534 Los entornos align constan de columnas.
29535  Las columnas impares se alinean a la derecha, las pares a la izquierda.
29536  En un entorno align se puede numerar cada línea.
29537 \end_layout
29538
29539 \begin_layout Standard
29540 Los entornos align se crean con el menú 
29541 \family sans
29542 Insertar\SpecialChar \menuseparator
29543 Ecuación
29544 \family default
29545 .
29546  Una ecuación existente se puede convertir a align con el menú 
29547 \family sans
29548 Editar\SpecialChar \menuseparator
29549 Ecuación\SpecialChar \menuseparator
29550 Cambiar tipo de ecuación
29551 \family default
29552 .
29553 \end_layout
29554
29555 \begin_layout Standard
29556 Para añadir o quitar columnas se pueden usar los botones 
29557 \begin_inset Graphics
29558         filename ../../images/tabular-feature_append-row.png
29559         scale 85
29560
29561 \end_inset
29562
29563  o 
29564 \begin_inset Graphics
29565         filename ../../images/tabular-feature_delete-row.png
29566         scale 85
29567
29568 \end_inset
29569
29570  de la barra de ecuaciones o el menú 
29571 \family sans
29572 Editar\SpecialChar \menuseparator
29573 Filas y columnas
29574 \family default
29575 .
29576 \end_layout
29577
29578 \begin_layout Subsubsection
29579 Entorno align estándar
29580 \begin_inset CommandInset label
29581 LatexCommand label
29582 name "sub:Entorno-align-estándar"
29583
29584 \end_inset
29585
29586
29587 \begin_inset Index idx
29588 status collapsed
29589
29590 \begin_layout Plain Layout
29591 Ecuación ! multilínea ! entorno align
29592 \end_layout
29593
29594 \end_inset
29595
29596
29597 \end_layout
29598
29599 \begin_layout Standard
29600 Este entorno align se crea pulsando 
29601 \family sans
29602 Ctrl+Entrar
29603 \family default
29604  en una ecuación o con el menú 
29605 \family sans
29606 Insertar\SpecialChar \menuseparator
29607 Ecuación\SpecialChar \menuseparator
29608 Entorno AMS align
29609 \family default
29610 .
29611 \end_layout
29612
29613 \begin_layout Standard
29614 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29615  align de cuatro columnas:
29616 \begin_inset Formula 
29617 \begin{align*}
29618 A & =\sen(B) & C & =D\\
29619 C & \neq A & B & \neq D
29620 \end{align*}
29621
29622 \end_inset
29623
29624 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29625  un 
29626 \series bold
29627
29628 \backslash
29629 hfill
29630 \series default
29631
29632 \begin_inset Foot
29633 status collapsed
29634
29635 \begin_layout Plain Layout
29636 Más sobre 
29637 \series bold
29638
29639 \backslash
29640 hfill
29641 \series default
29642  en 
29643 \begin_inset CommandInset ref
29644 LatexCommand ref
29645 reference "sub:Espacio-variable"
29646
29647 \end_inset
29648
29649
29650 \end_layout
29651
29652 \end_inset
29653
29654  antes de la primera y detrás de cada columna par.
29655  Si se pone en estilo 
29656 \series bold
29657 Sangrado
29658 \series default
29659 ,
29660 \begin_inset Foot
29661 status collapsed
29662
29663 \begin_layout Plain Layout
29664 véase estilos de ecuación en 
29665 \begin_inset CommandInset ref
29666 LatexCommand ref
29667 reference "sec:Estilos-de-ecuación"
29668
29669 \end_inset
29670
29671
29672 \end_layout
29673
29674 \end_inset
29675
29676  la ecuación queda sin el 
29677 \series bold
29678
29679 \backslash
29680 hfill
29681 \series default
29682  ante la primera columna.
29683 \end_layout
29684
29685 \begin_layout Subsubsection
29686 Entorno alignat
29687 \begin_inset Index idx
29688 status collapsed
29689
29690 \begin_layout Plain Layout
29691 Ecuación ! multilínea ! entorno alignat
29692 \end_layout
29693
29694 \end_inset
29695
29696
29697 \end_layout
29698
29699 \begin_layout Standard
29700 El entorno alignat no tiene separación predefinida de columnas.
29701  Se puede insertar manualmente con los espacios descritos en 
29702 \begin_inset CommandInset ref
29703 LatexCommand ref
29704 reference "sec:Espacio"
29705
29706 \end_inset
29707
29708 .
29709 \end_layout
29710
29711 \begin_layout Standard
29712 El ejemplo anterior en el entorno alignat, con un espacio de 1
29713 \begin_inset space \thinspace{}
29714 \end_inset
29715
29716 cm al comienzo da la segunda ecuación:
29717 \begin_inset Formula 
29718 \begin{alignat*}{2}
29719 A & =\sen(B)\hspace{1cm} & C & =D\\
29720 C & \neq A & B & \neq D
29721 \end{alignat*}
29722
29723 \end_inset
29724
29725 Como cada columna puede tener un espacio diferente, este entorno es especialment
29726 e apropiado para poner tres o más ecuaciones adosadas.
29727 \end_layout
29728
29729 \begin_layout Subsubsection
29730 Entorno flalign
29731 \begin_inset CommandInset label
29732 LatexCommand label
29733 name "sub:Entorno-flalign"
29734
29735 \end_inset
29736
29737
29738 \begin_inset Index idx
29739 status collapsed
29740
29741 \begin_layout Plain Layout
29742 Ecuación ! multilínea ! entorno flalign
29743 \end_layout
29744
29745 \end_inset
29746
29747
29748 \end_layout
29749
29750 \begin_layout Standard
29751 En este entorno las dos primeras columnas están siempre tan a la izquierda
29752  como sea posible y las dos últimas a la derecha.
29753  Ejemplo:
29754 \begin_inset Formula 
29755 \begin{flalign*}
29756 A & =1 & B & =2 & C & =3\\
29757 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
29758 \end{flalign*}
29759
29760 \end_inset
29761
29762 En un entorno flalign con un número impar de columnas, en la última de las
29763  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29764  alineadas a la izquierda, aunque se use el estilo 
29765 \series bold
29766 Centrado
29767 \series default
29768 .
29769  Un ejemplo de fórmula sangrada 
29770 \begin_inset CommandInset ref
29771 LatexCommand eqref
29772 reference "eq:IntVol"
29773
29774 \end_inset
29775
29776 :
29777 \begin_inset Formula 
29778 \begin{flalign}
29779 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}
29780 \end{flalign}
29781
29782 \end_inset
29783
29784 Las dos primeras columnas contienen la fórmula.
29785  Para sangrarla como con el estilo 
29786 \series bold
29787 Sangrado
29788 \series default
29789 , se añade un espacio de 30
29790 \begin_inset space \thinspace{}
29791 \end_inset
29792
29793 pt al comienzo de la primera columna.
29794  
29795 \end_layout
29796
29797 \begin_layout Subsection
29798 Entorno eqnarray
29799 \begin_inset CommandInset label
29800 LatexCommand label
29801 name "sub:Entorno-eqnarray"
29802
29803 \end_inset
29804
29805
29806 \begin_inset Index idx
29807 status collapsed
29808
29809 \begin_layout Plain Layout
29810 Ecuación ! multilínea ! entorno eqnarray
29811 \end_layout
29812
29813 \end_inset
29814
29815
29816 \begin_inset Index idx
29817 status collapsed
29818
29819 \begin_layout Plain Layout
29820 Ecuación ! multilínea ! entorno eqnarray
29821 \end_layout
29822
29823 \end_inset
29824
29825
29826 \end_layout
29827
29828 \begin_layout Standard
29829 Al introducir este entorno aparecen tres marcos azules.
29830  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29831  El contenido del marco central está centrado y algo más pequeño, porque
29832  está diseñado para insertar sólo caracteres de relación.
29833 \begin_inset Formula 
29834 \begin{eqnarray*}
29835 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29836 AB & AB & AB\\
29837 A & = & A
29838 \end{eqnarray*}
29839
29840 \end_inset
29841
29842
29843 \end_layout
29844
29845 \begin_layout Subsection
29846 Entorno gather
29847 \begin_inset Index idx
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851 Ecuación ! multilínea ! entorno gather
29852 \end_layout
29853
29854 \end_inset
29855
29856
29857 \end_layout
29858
29859 \begin_layout Standard
29860 Este entorno consta de una sola columna centrada.
29861  Se puede numerar cada línea.
29862 \begin_inset Formula 
29863 \begin{gather}
29864 A=1\\
29865 X=\mbox{-}1
29866 \end{gather}
29867
29868 \end_inset
29869
29870
29871 \end_layout
29872
29873 \begin_layout Subsection
29874 Entorno multilínea
29875 \begin_inset CommandInset label
29876 LatexCommand label
29877 name "sub:Entorno-multilínea"
29878
29879 \end_inset
29880
29881
29882 \begin_inset Index idx
29883 status collapsed
29884
29885 \begin_layout Plain Layout
29886 Ecuación ! multilínea ! entorno multilínea
29887 \end_layout
29888
29889 \end_inset
29890
29891
29892 \end_layout
29893
29894 \begin_layout Standard
29895 El entorno multilínea, como gather, consta de una sola columna.
29896  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29897  Las demás están centradas.
29898  Por tanto este entorno es apropiado para ecuaciones largas.
29899  Como ejemplo, la ecuación
29900 \begin_inset space ~
29901 \end_inset
29902
29903
29904 \begin_inset CommandInset ref
29905 LatexCommand eqref
29906 reference "eq:lefteqn"
29907
29908 \end_inset
29909
29910  en entorno multilínea:
29911 \begin_inset Formula 
29912 \begin{multline}
29913 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}\\
29914 -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}\\
29915 =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}}
29916 \end{multline}
29917
29918 \end_inset
29919
29920 En la salida sólo aparece numerada la última (primera) línea si la numeración
29921  del documento es a la derecha (izquierda).
29922 \begin_inset Foot
29923 status collapsed
29924
29925 \begin_layout Plain Layout
29926 véanse los estilos de numeración en 
29927 \begin_inset CommandInset ref
29928 LatexCommand ref
29929 reference "sec:Estilos-de-ecuación"
29930
29931 \end_inset
29932
29933
29934 \end_layout
29935
29936 \end_inset
29937
29938
29939 \end_layout
29940
29941 \begin_layout Standard
29942 Con los comandos 
29943 \series bold
29944
29945 \backslash
29946 shoveright
29947 \series default
29948
29949 \begin_inset Index idx
29950 status collapsed
29951
29952 \begin_layout Plain Layout
29953 Comandos ! S ! 
29954 \backslash
29955 shoveright
29956 \end_layout
29957
29958 \end_inset
29959
29960  y 
29961 \series bold
29962
29963 \backslash
29964 shoveleft
29965 \series default
29966
29967 \begin_inset Index idx
29968 status collapsed
29969
29970 \begin_layout Plain Layout
29971 Comandos ! S ! 
29972 \backslash
29973 shoveleft
29974 \end_layout
29975
29976 \end_inset
29977
29978 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29979 ente.
29980  Los comandos se usan como sigue:
29981 \end_layout
29982
29983 \begin_layout Standard
29984
29985 \series bold
29986
29987 \backslash
29988 shoveright{contenido de la línea}
29989 \series default
29990  y 
29991 \series bold
29992
29993 \backslash
29994 shoveleft{contenido de la línea}
29995 \end_layout
29996
29997 \begin_layout Standard
29998 \begin_inset VSpace medskip
29999 \end_inset
30000
30001
30002 \end_layout
30003
30004 \begin_layout Standard
30005 La longitud 
30006 \series bold
30007
30008 \backslash
30009 multlinegap
30010 \series default
30011
30012 \begin_inset Index idx
30013 status collapsed
30014
30015 \begin_layout Plain Layout
30016 Comandos ! M ! 
30017 \backslash
30018 multlinegap
30019 \end_layout
30020
30021 \end_inset
30022
30023  especifica la distancia de la primera línea desde el margen izquierdo de
30024  la página.
30025  Esta longitud es 0
30026 \begin_inset space \thinspace{}
30027 \end_inset
30028
30029 pt por omisión.
30030 \end_layout
30031
30032 \begin_layout Standard
30033 Como ejemplo la ecuación anterior con el comando
30034 \end_layout
30035
30036 \begin_layout Standard
30037
30038 \series bold
30039
30040 \backslash
30041 setlength{
30042 \backslash
30043 multlinegap}{2cm}
30044 \end_layout
30045
30046 \begin_layout Standard
30047 insertado previamente en modo TeX:
30048 \begin_inset ERT
30049 status collapsed
30050
30051 \begin_layout Plain Layout
30052
30053
30054 \backslash
30055 setlength{
30056 \backslash
30057 multlinegap}{2cm}
30058 \end_layout
30059
30060 \end_inset
30061
30062
30063 \begin_inset Formula 
30064 \begin{multline}
30065 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}\\
30066 \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}}\\
30067 =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}}
30068 \end{multline}
30069
30070 \end_inset
30071
30072
30073 \begin_inset ERT
30074 status collapsed
30075
30076 \begin_layout Plain Layout
30077
30078
30079 \backslash
30080 setlength{
30081 \backslash
30082 multlinegap}{0pt}
30083 \end_layout
30084
30085 \end_inset
30086
30087 La segunda línea se ha alineado a la izquierda con 
30088 \series bold
30089
30090 \backslash
30091 shoveleft
30092 \series default
30093 .
30094 \end_layout
30095
30096 \begin_layout Subsection
30097 Ecuación con partes multilínea
30098 \begin_inset CommandInset label
30099 LatexCommand label
30100 name "sub:Partes-multilínea"
30101
30102 \end_inset
30103
30104
30105 \begin_inset Index idx
30106 status collapsed
30107
30108 \begin_layout Plain Layout
30109 Ecuación ! multilínea ! solo parte
30110 \end_layout
30111
30112 \end_inset
30113
30114
30115 \end_layout
30116
30117 \begin_layout Standard
30118 Para mostrar solo partes de una ecuación en modo multilínea usa uno de los
30119  siguientes entornos: 
30120 \series bold
30121 aligned
30122 \series default
30123
30124 \series bold
30125 alignedat
30126 \series default
30127
30128 \series bold
30129 gathered
30130 \series default
30131  o 
30132 \series bold
30133 split
30134 \series default
30135 .
30136  Se pueden elegir en el menú 
30137 \family sans
30138 Insertar\SpecialChar \menuseparator
30139 Ecuación
30140 \family default
30141  o usando los comandos aquí descritos.
30142 \end_layout
30143
30144 \begin_layout Standard
30145 Los tres primeros tienen las mismas propiedades que los correspondientes
30146  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
30147  Un ejemplo:
30148 \begin_inset Formula 
30149 \[
30150 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
30151 \Delta E\Delta t & \ge\frac{\hbar}{2}
30152 \end{aligned}
30153 \right\} \mbox{Relaciones de incertidumbre}
30154 \]
30155
30156 \end_inset
30157
30158 Para componer esta expresión se inserta una ecuación presentada y en ella
30159  se introduce el comando 
30160 \series bold
30161
30162 \backslash
30163 aligned
30164 \series default
30165
30166 \begin_inset Index idx
30167 status collapsed
30168
30169 \begin_layout Plain Layout
30170 Comandos ! A ! 
30171 \backslash
30172 aligned
30173 \end_layout
30174
30175 \end_inset
30176
30177 .
30178  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
30179  añadir filas y columnas.
30180  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
30181  como la llave.
30182 \end_layout
30183
30184 \begin_layout Standard
30185 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
30186  se alinean horizontalmente.
30187  Usar aligned en una ecuación presentada tiene la ventaja de que el número
30188  de ecuación se centra verticalmente con las líneas.
30189  Como ejemplo, la ecuación 
30190 \begin_inset CommandInset ref
30191 LatexCommand eqref
30192 reference "eq:cortolargo"
30193
30194 \end_inset
30195
30196  en entorno aligned: 
30197 \begin_inset Formula 
30198 \begin{equation}
30199 \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}|}\\
30200  & -\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}|}
30201 \end{aligned}
30202 \end{equation}
30203
30204 \end_inset
30205
30206 Para usar los entornos 
30207 \series bold
30208 alignedat
30209 \series default
30210
30211 \series bold
30212 gathered
30213 \series default
30214 , o 
30215 \series bold
30216 split
30217 \series default
30218 , se insertan respectivamente los comandos
30219 \series bold
30220  
30221 \backslash
30222 alignedat
30223 \series default
30224 ,
30225 \begin_inset Index idx
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229 Comandos ! A ! 
30230 \backslash
30231 alignedat
30232 \end_layout
30233
30234 \end_inset
30235
30236  
30237 \series bold
30238
30239 \backslash
30240 gathered
30241 \series default
30242
30243 \begin_inset Index idx
30244 status collapsed
30245
30246 \begin_layout Plain Layout
30247 Comandos ! G ! 
30248 \backslash
30249 gathered
30250 \end_layout
30251
30252 \end_inset
30253
30254 , o 
30255 \series bold
30256
30257 \backslash
30258 split
30259 \series default
30260
30261 \begin_inset Index idx
30262 status collapsed
30263
30264 \begin_layout Plain Layout
30265 Comandos ! S ! 
30266 \backslash
30267 split
30268 \end_layout
30269
30270 \end_inset
30271
30272 .
30273  El entorno split tiene las mismas propiedades que aligned pero sólo puede
30274  tener dos columnas.
30275 \end_layout
30276
30277 \begin_layout Subsection
30278 Texto en ecuaciones multilínea
30279 \begin_inset CommandInset label
30280 LatexCommand label
30281 name "sub:Texto-en-multilínea"
30282
30283 \end_inset
30284
30285
30286 \begin_inset Index idx
30287 status collapsed
30288
30289 \begin_layout Plain Layout
30290 Texto ! en ecuaciones
30291 \end_layout
30292
30293 \end_inset
30294
30295
30296 \begin_inset Index idx
30297 status collapsed
30298
30299 \begin_layout Plain Layout
30300 Ecuación ! multilínea ! texto en
30301 \end_layout
30302
30303 \end_inset
30304
30305
30306 \end_layout
30307
30308 \begin_layout Standard
30309 En los entornos align, multilínea y gather, se puede insertar texto que
30310  se mostrará en una línea separada y que no afecta la alineación de columna.
30311  Para esto se usa el comando 
30312 \series bold
30313
30314 \backslash
30315 intertext
30316 \series default
30317
30318 \begin_inset Index idx
30319 status collapsed
30320
30321 \begin_layout Plain Layout
30322 Comandos ! I ! 
30323 \backslash
30324 intertext
30325 \end_layout
30326
30327 \end_inset
30328
30329  con el siguiente esquema:
30330 \end_layout
30331
30332 \begin_layout Standard
30333
30334 \series bold
30335
30336 \backslash
30337 intertext{texto}
30338 \end_layout
30339
30340 \begin_layout Standard
30341 El texto no debería ocupar más de una línea porque no se puede partir con
30342  guión.
30343  Como LyX aún no soporta 
30344 \series bold
30345
30346 \backslash
30347 intertext
30348 \series default
30349  directamente, el texto se escribe como texto matemático.
30350  
30351 \series bold
30352
30353 \backslash
30354 intertext
30355 \series default
30356  debe por tanto estar al comienzo de una línea y en la salida se presenta
30357  sobre esta línea.
30358  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
30359 \begin_inset Formula 
30360 \begin{align}
30361 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30362 \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
30363 \end{align}
30364
30365 \end_inset
30366
30367
30368 \end_layout
30369
30370 \begin_layout Section
30371 Numeración de ecuaciones
30372 \begin_inset Index idx
30373 status collapsed
30374
30375 \begin_layout Plain Layout
30376 Ecuación ! numeración|see
30377 \begin_inset ERT
30378 status collapsed
30379
30380 \begin_layout Plain Layout
30381
30382 {
30383 \end_layout
30384
30385 \end_inset
30386
30387 Numeración de ecuaciones
30388 \begin_inset ERT
30389 status collapsed
30390
30391 \begin_layout Plain Layout
30392
30393 }
30394 \end_layout
30395
30396 \end_inset
30397
30398
30399 \end_layout
30400
30401 \end_inset
30402
30403
30404 \begin_inset Index idx
30405 status collapsed
30406
30407 \begin_layout Plain Layout
30408 Numeración de ecuaciones
30409 \end_layout
30410
30411 \end_inset
30412
30413
30414 \end_layout
30415
30416 \begin_layout Subsection
30417 General
30418 \end_layout
30419
30420 \begin_layout Standard
30421 Las ecuaciones numeradas se insertan con el menú 
30422 \family sans
30423 Insertar\SpecialChar \menuseparator
30424 Ecuación
30425 \family default
30426  
30427 \family sans
30428 \SpecialChar \menuseparator
30429 Numerada
30430 \family default
30431  (atajo 
30432 \family sans
30433 Ctrl+Alt
30434 \begin_inset space ~
30435 \end_inset
30436
30437 N
30438 \family default
30439 ).
30440  Ecuaciones existentes se pueden numerar con el menú 
30441 \family sans
30442 Editar\SpecialChar \menuseparator
30443 Ecuación\SpecialChar \menuseparator
30444 Numerar la ecuación
30445 \family default
30446  (atajo
30447 \family sans
30448  Alt+M
30449 \begin_inset space ~
30450 \end_inset
30451
30452 N
30453 \family default
30454 ).
30455  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
30456  En la salida se muestra el número real.
30457 \end_layout
30458
30459 \begin_layout Standard
30460 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
30461  líneas.
30462  No obstante, la numeración se puede controlar en cada línea con el menú
30463  
30464 \family sans
30465 Editar\SpecialChar \menuseparator
30466 Ecuación\SpecialChar \menuseparator
30467 Numerar la línea
30468 \family default
30469  (atajo
30470 \family sans
30471  Alt+M
30472 \begin_inset space ~
30473 \end_inset
30474
30475 Mayúsculas+N
30476 \family default
30477 ).
30478 \end_layout
30479
30480 \begin_layout Standard
30481 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
30482  distintos, véase 
30483 \begin_inset CommandInset ref
30484 LatexCommand ref
30485 reference "sec:Estilos-de-ecuación"
30486
30487 \end_inset
30488
30489 .
30490 \end_layout
30491
30492 \begin_layout Subsection
30493 Referencias cruzadas
30494 \begin_inset Index idx
30495 status collapsed
30496
30497 \begin_layout Plain Layout
30498 Ecuación ! referencias cruzadas a
30499 \end_layout
30500
30501 \end_inset
30502
30503
30504 \end_layout
30505
30506 \begin_layout Standard
30507 Todas las ecuaciones con etiqueta se pueden referir.
30508  La etiqueta se añade con el menú 
30509 \family sans
30510 Insertar\SpecialChar \menuseparator
30511 Etiqueta
30512 \family default
30513  o con el botón 
30514 \begin_inset Graphics
30515         filename ../../images/label-insert.png
30516         scale 85
30517
30518 \end_inset
30519
30520  de la barra de herramientas.
30521  El cursor debe estar dentro de una ecuación en modo presentación.
30522  Surge un diálogo con el prefijo 
30523 \series bold
30524 eq:
30525 \series default
30526 , detrás del cual se escribe el texto de la etiqueta.
30527  El prefijo significa 
30528 \begin_inset Quotes fld
30529 \end_inset
30530
30531 equation
30532 \begin_inset Quotes frd
30533 \end_inset
30534
30535  y hace más fácil encontrar etiquetas en documentos extensos porque así
30536  se distingue p.
30537 \begin_inset space \thinspace{}
30538 \end_inset
30539
30540 e.
30541 \begin_inset space ~
30542 \end_inset
30543
30544 de las etiquetas de sección.
30545  Para cambiar una etiqueta se usa de nuevo el menú 
30546 \family sans
30547 Insertar\SpecialChar \menuseparator
30548 Etiqueta
30549 \family default
30550 .
30551 \end_layout
30552
30553 \begin_layout Standard
30554 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
30555  ecuación.
30556  Una ecuación con etiqueta se numera siempre.
30557 \end_layout
30558
30559 \begin_layout Standard
30560 Las referencias cruzadas se insertan mediante el menú 
30561 \family sans
30562 Insertar\SpecialChar \menuseparator
30563 Referencia cruzada
30564 \family default
30565  o con el botón 
30566 \begin_inset Graphics
30567         filename ../../images/dialog-show-new-inset_ref.png
30568         scale 85
30569
30570 \end_inset
30571
30572 .
30573  Una referencia a una ecuación aparece en la salida con su número.
30574  Si en el diálogo de referencia cruzada se elige el formato 
30575 \series bold
30576 (<referencia>)
30577 \series default
30578 , la referencia se muestra en la salida entre paréntesis.
30579  
30580 \begin_inset Newline newline
30581 \end_inset
30582
30583 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
30584  a la ecuación de referencia.
30585 \end_layout
30586
30587 \begin_layout Standard
30588 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
30589  siguientes:
30590 \begin_inset Note Note
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594 Observa los distintos tipos de referencias cruzadas.
30595 \end_layout
30596
30597 \end_inset
30598
30599
30600 \end_layout
30601
30602 \begin_layout Standard
30603 Las ecuaciones 
30604 \begin_inset CommandInset ref
30605 LatexCommand eqref
30606 reference "eq:tag"
30607
30608 \end_inset
30609
30610  y 
30611 \begin_inset CommandInset ref
30612 LatexCommand eqref
30613 reference "eq:c"
30614
30615 \end_inset
30616
30617  son equivalentes.
30618  En (
30619 \begin_inset CommandInset ref
30620 LatexCommand ref
30621 reference "eq:Lat"
30622
30623 \end_inset
30624
30625 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30626 \begin_inset CommandInset ref
30627 LatexCommand ref
30628 reference "eq:Rom"
30629
30630 \end_inset
30631
30632 ).
30633 \begin_inset VSpace medskip
30634 \end_inset
30635
30636
30637 \end_layout
30638
30639 \begin_layout Standard
30640 Si el argumento de 
30641 \series bold
30642
30643 \backslash
30644 tag
30645 \begin_inset Foot
30646 status collapsed
30647
30648 \begin_layout Plain Layout
30649
30650 \series bold
30651
30652 \backslash
30653 tag
30654 \series default
30655  se describe en 
30656 \begin_inset CommandInset ref
30657 LatexCommand ref
30658 reference "sub:Numeración-personalizada"
30659
30660 \end_inset
30661
30662
30663 \end_layout
30664
30665 \end_inset
30666
30667
30668 \series default
30669  contiene un marco, como se describe en la 
30670 \begin_inset CommandInset ref
30671 LatexCommand ref
30672 reference "sub:Marcos-de-párrafo"
30673
30674 \end_inset
30675
30676 , no se puede referir la ecuación.
30677 \end_layout
30678
30679 \begin_layout Subsection
30680 Subnumeración
30681 \begin_inset Index idx
30682 status collapsed
30683
30684 \begin_layout Plain Layout
30685 Numeración de ecuaciones ! subnumeración
30686 \end_layout
30687
30688 \end_inset
30689
30690
30691 \end_layout
30692
30693 \begin_layout Standard
30694 Con ayuda de los comandos 
30695 \series bold
30696
30697 \backslash
30698 begin{subequations}
30699 \series default
30700  y 
30701 \series bold
30702
30703 \backslash
30704 end{subequations}
30705 \series default
30706  en modo TeX se pueden subnumerar ecuaciones.
30707 \end_layout
30708
30709 \begin_layout Standard
30710 Ejemplo:
30711 \begin_inset Formula 
30712 \begin{equation}
30713 A=C-B\label{eq:a}
30714 \end{equation}
30715
30716 \end_inset
30717
30718
30719 \begin_inset ERT
30720 status collapsed
30721
30722 \begin_layout Plain Layout
30723
30724
30725 \backslash
30726 addtocounter{equation}{-1}
30727 \end_layout
30728
30729 \end_inset
30730
30731
30732 \begin_inset ERT
30733 status collapsed
30734
30735 \begin_layout Plain Layout
30736
30737
30738 \backslash
30739 begin{subequations}
30740 \end_layout
30741
30742 \end_inset
30743
30744
30745 \begin_inset VSpace -5mm
30746 \end_inset
30747
30748
30749 \begin_inset Formula 
30750 \begin{equation}
30751 B=C-A\label{eq:b}
30752 \end{equation}
30753
30754 \end_inset
30755
30756
30757 \begin_inset Formula 
30758 \begin{equation}
30759 C=A+B\label{eq:c}
30760 \end{equation}
30761
30762 \end_inset
30763
30764
30765 \end_layout
30766
30767 \begin_layout Standard
30768 \begin_inset ERT
30769 status collapsed
30770
30771 \begin_layout Plain Layout
30772
30773
30774 \backslash
30775 end{subequations}
30776 \end_layout
30777
30778 \end_inset
30779
30780
30781 \end_layout
30782
30783 \begin_layout Standard
30784 Para este ejemplo se ha hecho lo siguiente:
30785 \end_layout
30786
30787 \begin_layout Enumerate
30788 se inserta la primera ecuación
30789 \end_layout
30790
30791 \begin_layout Enumerate
30792 después de ella se inserta
30793 \series bold
30794
30795 \begin_inset Newline newline
30796 \end_inset
30797
30798
30799 \backslash
30800 addtocounter{equation}{-1} 
30801 \backslash
30802 begin{subequations}
30803 \begin_inset Index idx
30804 status collapsed
30805
30806 \begin_layout Plain Layout
30807 Comandos ! A ! 
30808 \backslash
30809 addtocounter
30810 \end_layout
30811
30812 \end_inset
30813
30814
30815 \end_layout
30816
30817 \begin_layout Enumerate
30818 se inserta la segunda ecuación
30819 \end_layout
30820
30821 \begin_layout Enumerate
30822 se inserta la tercera ecuación
30823 \end_layout
30824
30825 \begin_layout Enumerate
30826 se inserta 
30827 \series bold
30828
30829 \backslash
30830 end{subequations}
30831 \series default
30832  tras la tercera ecuación
30833 \end_layout
30834
30835 \begin_layout Standard
30836 Toda ecuación entre los comandos 
30837 \series bold
30838
30839 \backslash
30840 begin
30841 \series default
30842  y 
30843 \series bold
30844
30845 \backslash
30846 end
30847 \series default
30848  se subnumera con a, b, c\SpecialChar \ldots{}
30849  En ecuaciones multilínea se subnumerará cada línea.
30850  Todas las ecuaciones subnumeradas son tratadas como 
30851 \emph on
30852 una
30853 \emph default
30854  ecuación numerada.
30855  Pero como cada ecuación numerada aumenta el contador 
30856 \series bold
30857 equation
30858 \series default
30859  en uno, hay que disminuir el comando 
30860 \series bold
30861
30862 \backslash
30863 addtocounter
30864 \series default
30865 .
30866  De lo contrario, las ecuaciones 
30867 \begin_inset CommandInset ref
30868 LatexCommand eqref
30869 reference "eq:a"
30870
30871 \end_inset
30872
30873
30874 \begin_inset CommandInset ref
30875 LatexCommand eqref
30876 reference "eq:b"
30877
30878 \end_inset
30879
30880
30881 \begin_inset CommandInset ref
30882 LatexCommand eqref
30883 reference "eq:c"
30884
30885 \end_inset
30886
30887  se numerarían 
30888 \begin_inset CommandInset ref
30889 LatexCommand eqref
30890 reference "eq:a"
30891
30892 \end_inset
30893
30894
30895 \begin_inset CommandInset ref
30896 LatexCommand eqref
30897 reference "eq:d"
30898
30899 \end_inset
30900
30901
30902 \begin_inset CommandInset ref
30903 LatexCommand eqref
30904 reference "eq:f"
30905
30906 \end_inset
30907
30908 .
30909 \end_layout
30910
30911 \begin_layout Standard
30912 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30913  ecuaciones.
30914  Para evitarlo se inserta ese espacio vertical de -5
30915 \begin_inset space \thinspace{}
30916 \end_inset
30917
30918 mm detrás del comando 
30919 \series bold
30920
30921 \backslash
30922 begin{subequations}
30923 \series default
30924 .
30925
30926 \series bold
30927  
30928 \series default
30929 Si se usa el estilo 
30930 \series bold
30931 Sangrado
30932 \series default
30933
30934 \begin_inset Foot
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938 véase estilos de ecuación en 
30939 \begin_inset CommandInset ref
30940 LatexCommand ref
30941 reference "sec:Estilos-de-ecuación"
30942
30943 \end_inset
30944
30945
30946 \end_layout
30947
30948 \end_inset
30949
30950 , entonces se inserta -7
30951 \begin_inset space \thinspace{}
30952 \end_inset
30953
30954 mm.
30955 \end_layout
30956
30957 \begin_layout Standard
30958 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30959  de la segunda línea:
30960 \begin_inset ERT
30961 status collapsed
30962
30963 \begin_layout Plain Layout
30964
30965
30966 \backslash
30967 begin{subequations}
30968 \end_layout
30969
30970 \end_inset
30971
30972
30973 \begin_inset Formula 
30974 \begin{eqnarray}
30975 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30976  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30977  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30978 \end{eqnarray}
30979
30980 \end_inset
30981
30982
30983 \begin_inset ERT
30984 status collapsed
30985
30986 \begin_layout Plain Layout
30987
30988
30989 \backslash
30990 end{subequations}
30991 \end_layout
30992
30993 \end_inset
30994
30995
30996 \end_layout
30997
30998 \begin_layout Subsection
30999 Numeración definida por el usuario
31000 \begin_inset CommandInset label
31001 LatexCommand label
31002 name "sub:Numeración-personalizada"
31003
31004 \end_inset
31005
31006
31007 \begin_inset Index idx
31008 status collapsed
31009
31010 \begin_layout Plain Layout
31011 Numeración de ecuaciones ! personalizada
31012 \end_layout
31013
31014 \end_inset
31015
31016
31017 \end_layout
31018
31019 \begin_layout Standard
31020 Con la numeración estándar el número se coloca entre paréntesis.
31021  Para reemplazar los paréntesis con barras verticales, p.
31022 \begin_inset space \thinspace{}
31023 \end_inset
31024
31025 e., se añade al preámbulo LaTeX la línea: 
31026 \end_layout
31027
31028 \begin_layout Standard
31029
31030 \series bold
31031
31032 \backslash
31033 def
31034 \backslash
31035 tagform@#1{
31036 \backslash
31037 maketag@@@{|#1|}}
31038 \series default
31039
31040 \begin_inset Note Note
31041 status collapsed
31042
31043 \begin_layout Plain Layout
31044 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
31045  Para activarlo, quita el % del principio.
31046 \end_layout
31047
31048 \end_inset
31049
31050
31051 \end_layout
31052
31053 \begin_layout Standard
31054 Para usar otros caracteres, se reemplazan las barras al lado de 
31055 \series bold
31056 #1
31057 \series default
31058  por ellos.
31059  Para obtener sólo el número de ecuación se omiten las barras verticales.
31060 \begin_inset VSpace bigskip
31061 \end_inset
31062
31063
31064 \end_layout
31065
31066 \begin_layout Standard
31067 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
31068  consecutivo, se usa el comando 
31069 \series bold
31070
31071 \backslash
31072 tag
31073 \begin_inset Index idx
31074 status collapsed
31075
31076 \begin_layout Plain Layout
31077 Comandos ! T ! 
31078 \backslash
31079 tag
31080 \end_layout
31081
31082 \end_inset
31083
31084
31085 \series default
31086 :
31087 \begin_inset Formula 
31088 \begin{equation}
31089 A+B=C\tag{algo}\label{eq:tag}
31090 \end{equation}
31091
31092 \end_inset
31093
31094 En este ejemplo se ha insertado el comando
31095 \series bold
31096  
31097 \backslash
31098 tag
31099 \begin_inset ERT
31100 status collapsed
31101
31102 \begin_layout Plain Layout
31103
31104
31105 \backslash
31106 spce 
31107 \end_layout
31108
31109 \end_inset
31110
31111 algo
31112 \series default
31113  en la ecuación.
31114 \end_layout
31115
31116 \begin_layout Standard
31117 Si se usa en su lugar el comando con asterisco 
31118 \series bold
31119
31120 \backslash
31121 tag*
31122 \begin_inset ERT
31123 status collapsed
31124
31125 \begin_layout Plain Layout
31126
31127
31128 \backslash
31129 spce 
31130 \end_layout
31131
31132 \end_inset
31133
31134 algo
31135 \series default
31136  no se imprimen los paréntesis:
31137 \begin_inset Formula 
31138 \[
31139 A+B=C\tag*{algo}
31140 \]
31141
31142 \end_inset
31143
31144
31145 \end_layout
31146
31147 \begin_layout Standard
31148 \begin_inset VSpace bigskip
31149 \end_inset
31150
31151
31152 \end_layout
31153
31154 \begin_layout Standard
31155 Para reiniciar la numeración en nuevas partes o secciones del documento
31156  se usan los siguientes comandos:
31157 \end_layout
31158
31159 \begin_layout Standard
31160
31161 \series bold
31162
31163 \backslash
31164 @addtoreset{equation}{part}
31165 \series default
31166
31167 \begin_inset Index idx
31168 status collapsed
31169
31170 \begin_layout Plain Layout
31171 Comandos ! 
31172 \begin_inset ERT
31173 status collapsed
31174
31175 \begin_layout Plain Layout
31176
31177 "
31178 \end_layout
31179
31180 \end_inset
31181
31182 @
31183 \begin_inset ERT
31184 status collapsed
31185
31186 \begin_layout Plain Layout
31187
31188 "
31189 \end_layout
31190
31191 \end_inset
31192
31193  ! 
31194 \backslash
31195
31196 \begin_inset ERT
31197 status collapsed
31198
31199 \begin_layout Plain Layout
31200
31201 "
31202 \end_layout
31203
31204 \end_inset
31205
31206 @
31207 \begin_inset ERT
31208 status collapsed
31209
31210 \begin_layout Plain Layout
31211
31212 "
31213 \end_layout
31214
31215 \end_inset
31216
31217 addtoreset
31218 \end_layout
31219
31220 \end_inset
31221
31222
31223 \begin_inset Newline newline
31224 \end_inset
31225
31226
31227 \series bold
31228
31229 \backslash
31230 @addtoreset{equation}{section}
31231 \end_layout
31232
31233 \begin_layout Standard
31234 Pata poder usar estos comandos en modo TeX, el carácter 
31235 \begin_inset Quotes fld
31236 \end_inset
31237
31238 @
31239 \begin_inset Quotes frd
31240 \end_inset
31241
31242  debe 
31243 \begin_inset Quotes fld
31244 \end_inset
31245
31246 activarse
31247 \begin_inset Quotes frd
31248 \end_inset
31249
31250  para LaTeX con el comando 
31251 \series bold
31252
31253 \backslash
31254 makeatletter
31255 \series default
31256 .
31257  El comando 
31258 \series bold
31259
31260 \backslash
31261 makeatother
31262 \series default
31263  deshace esto.
31264  Así pues, la secuencia de comandos en modo TeX es:
31265 \end_layout
31266
31267 \begin_layout Standard
31268
31269 \series bold
31270
31271 \backslash
31272 makeatletter
31273 \begin_inset Newline newline
31274 \end_inset
31275
31276
31277 \backslash
31278 @addtoreset{equation}{section}
31279 \begin_inset Newline newline
31280 \end_inset
31281
31282
31283 \backslash
31284 makeatother
31285 \end_layout
31286
31287 \begin_layout Standard
31288 En el preámbulo LaTeX se pueden omitir 
31289 \series bold
31290
31291 \backslash
31292 makeatletter
31293 \series default
31294  y 
31295 \series bold
31296
31297 \backslash
31298 makeatother
31299 \series default
31300  pues son automáticamente insertados por LyX.
31301 \end_layout
31302
31303 \begin_layout Standard
31304 Para el comando 
31305 \series bold
31306
31307 \backslash
31308 @addtoreset
31309 \series default
31310 ,
31311 \series bold
31312  
31313 \series default
31314 hay que cargar en el preámbulo LaTeX el archivo 
31315 \series bold
31316 remreset.sty
31317 \series default
31318
31319 \begin_inset Foot
31320 status collapsed
31321
31322 \begin_layout Plain Layout
31323
31324 \series bold
31325 remreset
31326 \series default
31327  es parte del paquete LaTeX 
31328 \series bold
31329 carlisle
31330 \series default
31331
31332 \begin_inset Index idx
31333 status collapsed
31334
31335 \begin_layout Plain Layout
31336 Paquetes ! carlisle
31337 \end_layout
31338
31339 \end_inset
31340
31341 , incluido en las instalaciones estándar de LaTeX.
31342 \end_layout
31343
31344 \end_inset
31345
31346
31347 \begin_inset Index idx
31348 status collapsed
31349
31350 \begin_layout Plain Layout
31351 Paquetes ! remreset
31352 \end_layout
31353
31354 \end_inset
31355
31356  con la línea
31357 \end_layout
31358
31359 \begin_layout Standard
31360
31361 \series bold
31362
31363 \backslash
31364 usepackage{remreset}
31365 \end_layout
31366
31367 \begin_layout Standard
31368 Entonces se puede usar el comando 
31369 \series bold
31370
31371 \backslash
31372 @removefromreset
31373 \series default
31374
31375 \begin_inset Index idx
31376 status collapsed
31377
31378 \begin_layout Plain Layout
31379 Comandos ! 
31380 \begin_inset ERT
31381 status collapsed
31382
31383 \begin_layout Plain Layout
31384
31385 "
31386 \end_layout
31387
31388 \end_inset
31389
31390 @
31391 \begin_inset ERT
31392 status collapsed
31393
31394 \begin_layout Plain Layout
31395
31396 "
31397 \end_layout
31398
31399 \end_inset
31400
31401  ! 
31402 \backslash
31403
31404 \begin_inset ERT
31405 status collapsed
31406
31407 \begin_layout Plain Layout
31408
31409 "
31410 \end_layout
31411
31412 \end_inset
31413
31414 @
31415 \begin_inset ERT
31416 status collapsed
31417
31418 \begin_layout Plain Layout
31419
31420 "
31421 \end_layout
31422
31423 \end_inset
31424
31425 removefromreset
31426 \end_layout
31427
31428 \end_inset
31429
31430  con el mismo esquema que 
31431 \series bold
31432
31433 \backslash
31434 @addtoreset
31435 \series default
31436 .
31437 \begin_inset VSpace bigskip
31438 \end_inset
31439
31440
31441 \end_layout
31442
31443 \begin_layout Standard
31444 A veces las ecuaciones deberían numerarse de la siguiente manera:
31445 \end_layout
31446
31447 \begin_layout Standard
31448
31449 \family typewriter
31450 (número de sección.número de ecuación)
31451 \end_layout
31452
31453 \begin_layout Standard
31454 El número de ecuación empezaría con 
31455 \begin_inset Quotes fld
31456 \end_inset
31457
31458 1
31459 \begin_inset Quotes frd
31460 \end_inset
31461
31462  en cada sección.
31463 \end_layout
31464
31465 \begin_layout Standard
31466 Para este caso hay el comando 
31467 \series bold
31468
31469 \backslash
31470 numberwithin
31471 \series default
31472
31473 \begin_inset Index idx
31474 status collapsed
31475
31476 \begin_layout Plain Layout
31477 Comandos ! N ! 
31478 \backslash
31479 numberwithin
31480 \end_layout
31481
31482 \end_inset
31483
31484 , que se usa con el esquema:
31485 \end_layout
31486
31487 \begin_layout Standard
31488
31489 \series bold
31490
31491 \backslash
31492 numberwithin{counter}{sectioning}
31493 \end_layout
31494
31495 \begin_layout Standard
31496 \begin_inset Quotes fld
31497 \end_inset
31498
31499 counter
31500 \begin_inset Quotes frd
31501 \end_inset
31502
31503  indica qué clase de numeración es afectada, 
31504 \begin_inset Quotes fld
31505 \end_inset
31506
31507 sectioning
31508 \begin_inset Quotes frd
31509 \end_inset
31510
31511  indica qué número va delante del punto.
31512  
31513 \end_layout
31514
31515 \begin_layout Standard
31516 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
31517  en el preámbulo LaTeX:
31518 \end_layout
31519
31520 \begin_layout Standard
31521
31522 \series bold
31523
31524 \backslash
31525 numberwithin{equation}{section}
31526 \end_layout
31527
31528 \begin_layout Standard
31529 Este es el resultado::
31530 \begin_inset ERT
31531 status collapsed
31532
31533 \begin_layout Plain Layout
31534
31535
31536 \backslash
31537 numberwithin{equation}{section}
31538 \end_layout
31539
31540 \end_inset
31541
31542
31543 \begin_inset Formula 
31544 \begin{equation}
31545 A+B=C
31546 \end{equation}
31547
31548 \end_inset
31549
31550
31551 \end_layout
31552
31553 \begin_layout Standard
31554 Para numerar cuadros de modo que, p.
31555 \begin_inset space \thinspace{}
31556 \end_inset
31557
31558 ej., 
31559 \begin_inset Quotes fld
31560 \end_inset
31561
31562 sectioning
31563 \begin_inset Quotes frd
31564 \end_inset
31565
31566  sea el número de la parte se usa
31567 \begin_inset Newline newline
31568 \end_inset
31569
31570
31571 \series bold
31572
31573 \backslash
31574 numberwithin{table}{part}
31575 \end_layout
31576
31577 \begin_layout Standard
31578 Para volver a la numeración estándar o evitar esta clase numeración cuando
31579  es definida por la clase de documento, se inserta el siguiente comando
31580  en código TeX o en el preámbulo LaTeX:
31581 \end_layout
31582
31583 \begin_layout Standard
31584
31585 \series bold
31586
31587 \backslash
31588 renewcommand{
31589 \backslash
31590 theequation}{
31591 \backslash
31592 arabic{equation}}
31593 \begin_inset Index idx
31594 status collapsed
31595
31596 \begin_layout Plain Layout
31597 Comandos ! A ! 
31598 \backslash
31599 arabic
31600 \end_layout
31601
31602 \end_inset
31603
31604
31605 \series default
31606
31607 \begin_inset ERT
31608 status collapsed
31609
31610 \begin_layout Plain Layout
31611
31612
31613 \backslash
31614 renewcommand{
31615 \backslash
31616 theequation}{
31617 \backslash
31618 arabic{equation}}
31619 \end_layout
31620
31621 \end_inset
31622
31623
31624 \series bold
31625
31626 \begin_inset Newline newline
31627 \end_inset
31628
31629
31630 \series default
31631 o
31632 \series bold
31633
31634 \begin_inset Newline newline
31635 \end_inset
31636
31637
31638 \backslash
31639 renewcommand{
31640 \backslash
31641 thetable}{
31642 \backslash
31643 arabic{table}}
31644 \end_layout
31645
31646 \begin_layout Standard
31647
31648 \series bold
31649
31650 \backslash
31651 numberwithin
31652 \series default
31653  usa internamente el comando 
31654 \series bold
31655
31656 \backslash
31657 @addtoreset
31658 \series default
31659 , descrito arriba, que también debe ser restaurado.
31660 \begin_inset ERT
31661 status collapsed
31662
31663 \begin_layout Plain Layout
31664
31665
31666 \backslash
31667 makeatletter
31668 \end_layout
31669
31670 \begin_layout Plain Layout
31671
31672
31673 \backslash
31674 @removefromreset{equation}{section}
31675 \end_layout
31676
31677 \begin_layout Plain Layout
31678
31679
31680 \backslash
31681 makeatother
31682 \end_layout
31683
31684 \end_inset
31685
31686
31687 \end_layout
31688
31689 \begin_layout Subsection
31690 Numeración con números romanos y letras
31691 \begin_inset Index idx
31692 status collapsed
31693
31694 \begin_layout Plain Layout
31695 Numeración de ecuaciones ! con números romanos
31696 \end_layout
31697
31698 \end_inset
31699
31700
31701 \begin_inset Index idx
31702 status collapsed
31703
31704 \begin_layout Plain Layout
31705 Numeración de ecuaciones ! con letras
31706 \end_layout
31707
31708 \end_inset
31709
31710
31711 \end_layout
31712
31713 \begin_layout Standard
31714 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31715  Por ejemplo, para numerar con romanos en minúscula,
31716 \begin_inset Foot
31717 status collapsed
31718
31719 \begin_layout Plain Layout
31720 Como en español no se usan romanos en minúscula, el estilo 
31721 \series bold
31722 spanish
31723 \series default
31724  del sistema 
31725 \series bold
31726 babel
31727 \series default
31728  redefine 
31729 \series bold
31730
31731 \backslash
31732 roman
31733 \series default
31734  para que los dé en versalitas.
31735  Véase 
31736 \begin_inset CommandInset citation
31737 LatexCommand cite
31738 key "spanish"
31739
31740 \end_inset
31741
31742  (
31743 \emph on
31744 N.
31745 \begin_inset space \thinspace{}
31746 \end_inset
31747
31748 del t
31749 \emph default
31750 ).
31751 \end_layout
31752
31753 \end_inset
31754
31755  se inserta el comando
31756 \end_layout
31757
31758 \begin_layout Standard
31759
31760 \series bold
31761
31762 \backslash
31763 renewcommand{
31764 \backslash
31765 theequation}{
31766 \backslash
31767 roman{equation}}
31768 \end_layout
31769
31770 \begin_layout Standard
31771 antes de la ecuación en modo TeX.
31772  
31773 \series bold
31774
31775 \backslash
31776 renewcommand
31777 \series default
31778
31779 \begin_inset Index idx
31780 status collapsed
31781
31782 \begin_layout Plain Layout
31783 Comandos ! R ! 
31784 \backslash
31785 renewcommand
31786 \end_layout
31787
31788 \end_inset
31789
31790  redefine el comando predefinido 
31791 \series bold
31792
31793 \backslash
31794 theequation
31795 \series default
31796  como 
31797 \series bold
31798
31799 \backslash
31800 roman{equation}
31801 \series default
31802 .
31803 \begin_inset Foot
31804 status collapsed
31805
31806 \begin_layout Plain Layout
31807 El comando 
31808 \series bold
31809
31810 \backslash
31811 renewcommand
31812 \series default
31813  tiene el mismo esquema que el comando 
31814 \series bold
31815
31816 \backslash
31817 newcommand
31818 \series default
31819 , descrito en 
31820 \begin_inset CommandInset ref
31821 LatexCommand ref
31822 reference "sub:El-comando-newcommand"
31823
31824 \end_inset
31825
31826 .
31827 \end_layout
31828
31829 \end_inset
31830
31831  
31832 \series bold
31833 equation
31834 \series default
31835  es el contador de ecuaciones.
31836  Si se usa el comando 
31837 \series bold
31838
31839 \backslash
31840 the
31841 \series default
31842  como prefijo de un contador, el valor del contador sale en números arábigos.
31843  Si una ecuación es numerada, LaTeX pone internamente el comando 
31844 \series bold
31845
31846 \backslash
31847 theequation
31848 \series default
31849  detrás de la ecuación.
31850  
31851 \series bold
31852
31853 \backslash
31854 roman{equation}
31855 \series default
31856
31857 \begin_inset Index idx
31858 status collapsed
31859
31860 \begin_layout Plain Layout
31861 Comandos ! R ! 
31862 \backslash
31863 roman
31864 \end_layout
31865
31866 \end_inset
31867
31868  pone el contador en romanos en minúscula.
31869 \end_layout
31870
31871 \begin_layout Standard
31872 Todas las ecuaciones siguientes a 
31873 \series bold
31874
31875 \backslash
31876 renew
31877 \series default
31878 c
31879 \series bold
31880 ommand
31881 \series default
31882  se numerarán en romanos.
31883  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31884  cambiando 
31885 \series bold
31886
31887 \backslash
31888 roman
31889 \series default
31890  por 
31891 \series bold
31892
31893 \backslash
31894 Roman
31895 \series default
31896
31897 \begin_inset Index idx
31898 status collapsed
31899
31900 \begin_layout Plain Layout
31901 Comandos ! R ! 
31902 \backslash
31903 roman@
31904 \backslash
31905 Roman
31906 \end_layout
31907
31908 \end_inset
31909
31910 .
31911  Para 
31912 \begin_inset Quotes fld
31913 \end_inset
31914
31915 numerar
31916 \begin_inset Quotes frd
31917 \end_inset
31918
31919  con minúsculas latinas hay el comando 
31920 \series bold
31921
31922 \backslash
31923 alph
31924 \series default
31925
31926 \begin_inset Index idx
31927 status collapsed
31928
31929 \begin_layout Plain Layout
31930 Comandos ! A ! 
31931 \backslash
31932 alph
31933 \end_layout
31934
31935 \end_inset
31936
31937 , y para mayúsculas el comando 
31938 \series bold
31939
31940 \backslash
31941 Alph
31942 \series default
31943
31944 \begin_inset Index idx
31945 status collapsed
31946
31947 \begin_layout Plain Layout
31948 Comandos ! A ! 
31949 \backslash
31950 alph@
31951 \backslash
31952 Alph
31953 \end_layout
31954
31955 \end_inset
31956
31957 .
31958 \end_layout
31959
31960 \begin_layout Standard
31961 \begin_inset Note Greyedout
31962 status open
31963
31964 \begin_layout Plain Layout
31965
31966 \series bold
31967 Nota:
31968 \series default
31969  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31970 \end_layout
31971
31972 \end_inset
31973
31974
31975 \end_layout
31976
31977 \begin_layout Standard
31978 \begin_inset ERT
31979 status collapsed
31980
31981 \begin_layout Plain Layout
31982
31983
31984 \backslash
31985 renewcommand{
31986 \backslash
31987 theequation}{
31988 \backslash
31989 roman{equation}}
31990 \end_layout
31991
31992 \end_inset
31993
31994
31995 \begin_inset Formula 
31996 \begin{equation}
31997 A=\textrm{romanos en minúscula}
31998 \end{equation}
31999
32000 \end_inset
32001
32002
32003 \begin_inset ERT
32004 status collapsed
32005
32006 \begin_layout Plain Layout
32007
32008
32009 \backslash
32010 renewcommand{
32011 \backslash
32012 theequation}{
32013 \backslash
32014 Roman{equation}}
32015 \end_layout
32016
32017 \end_inset
32018
32019
32020 \begin_inset Formula 
32021 \begin{equation}
32022 B=\textrm{romanos en mayúscula}\label{eq:Rom}
32023 \end{equation}
32024
32025 \end_inset
32026
32027
32028 \begin_inset ERT
32029 status collapsed
32030
32031 \begin_layout Plain Layout
32032
32033
32034 \backslash
32035 renewcommand{
32036 \backslash
32037 theequation}{
32038 \backslash
32039 alph{equation}}
32040 \end_layout
32041
32042 \end_inset
32043
32044
32045 \begin_inset Formula 
32046 \begin{equation}
32047 C=\textrm{latinas en minúscula}
32048 \end{equation}
32049
32050 \end_inset
32051
32052
32053 \begin_inset ERT
32054 status collapsed
32055
32056 \begin_layout Plain Layout
32057
32058
32059 \backslash
32060 renewcommand{
32061 \backslash
32062 theequation}{
32063 \backslash
32064 Alph{equation}}
32065 \end_layout
32066
32067 \end_inset
32068
32069
32070 \begin_inset Formula 
32071 \begin{equation}
32072 D=\textrm{latinas en mayúscula}\label{eq:Lat}
32073 \end{equation}
32074
32075 \end_inset
32076
32077
32078 \end_layout
32079
32080 \begin_layout Standard
32081 Para volver a la numeración por omisión se inserta el comando:
32082 \end_layout
32083
32084 \begin_layout Standard
32085
32086 \series bold
32087
32088 \backslash
32089 renewcommand{
32090 \backslash
32091 theequation}{
32092 \backslash
32093 arabic{equation}}
32094 \begin_inset Index idx
32095 status collapsed
32096
32097 \begin_layout Plain Layout
32098 Comandos ! A ! 
32099 \backslash
32100 arabic
32101 \end_layout
32102
32103 \end_inset
32104
32105
32106 \end_layout
32107
32108 \begin_layout Standard
32109 \begin_inset ERT
32110 status collapsed
32111
32112 \begin_layout Plain Layout
32113
32114
32115 \backslash
32116 renewcommand{
32117 \backslash
32118 theequation}{
32119 \backslash
32120 arabic{equation}}
32121 \end_layout
32122
32123 \end_inset
32124
32125
32126 \begin_inset Formula 
32127 \begin{equation}
32128 E=\mbox{arábigos}
32129 \end{equation}
32130
32131 \end_inset
32132
32133
32134 \end_layout
32135
32136 \begin_layout Standard
32137 \begin_inset VSpace medskip
32138 \end_inset
32139
32140
32141 \end_layout
32142
32143 \begin_layout Standard
32144 Como ves, las ecuaciones se numeran consecutivamente independientemente
32145  del estilo de numeración.
32146  Cuando la numeración haya de empezar con 
32147 \begin_inset Quotes fld
32148 \end_inset
32149
32150 1
32151 \begin_inset Quotes frd
32152 \end_inset
32153
32154  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
32155  Una descripción sobre esto se encuentra en el archivo 
32156 \begin_inset CommandInset href
32157 LatexCommand href
32158 name "Formula-numbering.lyx"
32159 target "run:Formula-numbering.lyx"
32160
32161 \end_inset
32162
32163 .
32164 \end_layout
32165
32166 \begin_layout Section
32167 Símbolos y ecuaciones químicas
32168 \begin_inset CommandInset label
32169 LatexCommand label
32170 name "sub:Símbolos-y-ecuaciones-químicas"
32171
32172 \end_inset
32173
32174
32175 \begin_inset Index idx
32176 status collapsed
32177
32178 \begin_layout Plain Layout
32179 Química ! símbolos
32180 \end_layout
32181
32182 \end_inset
32183
32184
32185 \begin_inset Index idx
32186 status collapsed
32187
32188 \begin_layout Plain Layout
32189 Química ! caracteres
32190 \end_layout
32191
32192 \end_inset
32193
32194
32195 \begin_inset Index idx
32196 status collapsed
32197
32198 \begin_layout Plain Layout
32199 Ecuación ! química|see
32200 \begin_inset ERT
32201 status collapsed
32202
32203 \begin_layout Plain Layout
32204
32205 {
32206 \end_layout
32207
32208 \end_inset
32209
32210 Química
32211 \begin_inset ERT
32212 status collapsed
32213
32214 \begin_layout Plain Layout
32215
32216 }
32217 \end_layout
32218
32219 \end_inset
32220
32221
32222 \end_layout
32223
32224 \end_inset
32225
32226
32227 \begin_inset Index idx
32228 status collapsed
32229
32230 \begin_layout Plain Layout
32231 Química ! iones
32232 \end_layout
32233
32234 \end_inset
32235
32236
32237 \begin_inset Index idx
32238 status collapsed
32239
32240 \begin_layout Plain Layout
32241 Iones|see
32242 \begin_inset ERT
32243 status collapsed
32244
32245 \begin_layout Plain Layout
32246
32247 {
32248 \end_layout
32249
32250 \end_inset
32251
32252 Química
32253 \begin_inset ERT
32254 status collapsed
32255
32256 \begin_layout Plain Layout
32257
32258 }
32259 \end_layout
32260
32261 \end_inset
32262
32263
32264 \end_layout
32265
32266 \end_inset
32267
32268
32269 \begin_inset Index idx
32270 status collapsed
32271
32272 \begin_layout Plain Layout
32273 Química ! reacción
32274 \end_layout
32275
32276 \end_inset
32277
32278
32279 \end_layout
32280
32281 \begin_layout Standard
32282 Un ejemplo de texto de química:
32283 \end_layout
32284
32285 \begin_layout Quote
32286 El ion 
32287 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32288 \end_inset
32289
32290  reacciona con dos iones 
32291 \begin_inset Formula $\mathrm{Na^{+}}$
32292 \end_inset
32293
32294  para dar sulfato de sodio 
32295 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
32296 \end_inset
32297
32298 .
32299  La ecuación química es:
32300 \begin_inset Formula 
32301 \begin{equation}
32302 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}
32303 \end{equation}
32304
32305 \end_inset
32306
32307
32308 \end_layout
32309
32310 \begin_layout Standard
32311 Esta ecuación química puede componerse directamente en modo ecuación.
32312  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
32313  y con el atajo 
32314 \family sans
32315 Alt+C
32316 \begin_inset space ~
32317 \end_inset
32318
32319 R
32320 \family default
32321  se cambia en redonda.
32322 \begin_inset Foot
32323 status collapsed
32324
32325 \begin_layout Plain Layout
32326 véase estilos de tipografías en 
32327 \begin_inset CommandInset ref
32328 LatexCommand ref
32329 reference "sub:Estilos-de-tipografías"
32330
32331 \end_inset
32332
32333 .
32334 \end_layout
32335
32336 \end_inset
32337
32338
32339 \end_layout
32340
32341 \begin_layout Standard
32342 Para escribir ecuaciones químicas es más conveniente usar el comando 
32343 \series bold
32344
32345 \backslash
32346 ce
32347 \series default
32348
32349 \begin_inset Index idx
32350 status collapsed
32351
32352 \begin_layout Plain Layout
32353 Comandos ! C ! 
32354 \backslash
32355 ce
32356 \end_layout
32357
32358 \end_inset
32359
32360 , que está disponible si está instalado el paquete LaTeX 
32361 \series bold
32362 mhchem
32363 \series default
32364
32365 \begin_inset Index idx
32366 status collapsed
32367
32368 \begin_layout Plain Layout
32369 Paquetes ! mhchem
32370 \end_layout
32371
32372 \end_inset
32373
32374 .
32375  Al insertar 
32376 \series bold
32377
32378 \backslash
32379 ce
32380 \series default
32381  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
32382  ecuaciones químicas de una forma intuitiva.
32383 \end_layout
32384
32385 \begin_layout Standard
32386 \align center
32387 \begin_inset Tabular
32388 <lyxtabular version="3" rows="9" columns="2">
32389 <features tabularvalignment="middle">
32390 <column alignment="center" valignment="top" width="0">
32391 <column alignment="center" valignment="top" width="0">
32392 <row>
32393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32394 \begin_inset Text
32395
32396 \begin_layout Plain Layout
32397 Comando
32398 \end_layout
32399
32400 \end_inset
32401 </cell>
32402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32403 \begin_inset Text
32404
32405 \begin_layout Plain Layout
32406 Resultado
32407 \begin_inset Note Note
32408 status collapsed
32409
32410 \begin_layout Plain Layout
32411
32412 \series bold
32413
32414 \backslash
32415 raisebox
32416 \series default
32417  se usa sólo como espaciador
32418 \end_layout
32419
32420 \end_inset
32421
32422
32423 \end_layout
32424
32425 \end_inset
32426 </cell>
32427 </row>
32428 <row>
32429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32430 \begin_inset Text
32431
32432 \begin_layout Plain Layout
32433
32434 \backslash
32435 ce
32436 \begin_inset ERT
32437 status collapsed
32438
32439 \begin_layout Plain Layout
32440
32441
32442 \backslash
32443 spce 
32444 \end_layout
32445
32446 \end_inset
32447
32448 H2CO3
32449 \end_layout
32450
32451 \end_inset
32452 </cell>
32453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32454 \begin_inset Text
32455
32456 \begin_layout Plain Layout
32457 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32458 \end_inset
32459
32460
32461 \end_layout
32462
32463 \end_inset
32464 </cell>
32465 </row>
32466 <row>
32467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32468 \begin_inset Text
32469
32470 \begin_layout Plain Layout
32471
32472 \backslash
32473 ce
32474 \begin_inset ERT
32475 status collapsed
32476
32477 \begin_layout Plain Layout
32478
32479
32480 \backslash
32481 spce 
32482 \end_layout
32483
32484 \end_inset
32485
32486 SO4^2-
32487 \end_layout
32488
32489 \end_inset
32490 </cell>
32491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32492 \begin_inset Text
32493
32494 \begin_layout Plain Layout
32495 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32496 \end_inset
32497
32498
32499 \end_layout
32500
32501 \end_inset
32502 </cell>
32503 </row>
32504 <row>
32505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32506 \begin_inset Text
32507
32508 \begin_layout Plain Layout
32509
32510 \backslash
32511 ce
32512 \begin_inset ERT
32513 status collapsed
32514
32515 \begin_layout Plain Layout
32516
32517
32518 \backslash
32519 spce 
32520 \end_layout
32521
32522 \end_inset
32523
32524 (NH4)2S
32525 \end_layout
32526
32527 \end_inset
32528 </cell>
32529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32530 \begin_inset Text
32531
32532 \begin_layout Plain Layout
32533 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32534 \end_inset
32535
32536
32537 \end_layout
32538
32539 \end_inset
32540 </cell>
32541 </row>
32542 <row>
32543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32544 \begin_inset Text
32545
32546 \begin_layout Plain Layout
32547
32548 \backslash
32549 ce
32550 \begin_inset ERT
32551 status collapsed
32552
32553 \begin_layout Plain Layout
32554
32555
32556 \backslash
32557 spce 
32558 \end_layout
32559
32560 \end_inset
32561
32562 KCr(SO4)2.12H2O
32563 \end_layout
32564
32565 \end_inset
32566 </cell>
32567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32568 \begin_inset Text
32569
32570 \begin_layout Plain Layout
32571 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32572 \end_inset
32573
32574
32575 \end_layout
32576
32577 \end_inset
32578 </cell>
32579 </row>
32580 <row>
32581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32582 \begin_inset Text
32583
32584 \begin_layout Plain Layout
32585
32586 \backslash
32587 ce
32588 \begin_inset ERT
32589 status collapsed
32590
32591 \begin_layout Plain Layout
32592
32593
32594 \backslash
32595 spce 
32596 \end_layout
32597
32598 \end_inset
32599
32600 A-B
32601 \backslash
32602 dbond
32603 \begin_inset ERT
32604 status collapsed
32605
32606 \begin_layout Plain Layout
32607
32608
32609 \backslash
32610 spce 
32611 \end_layout
32612
32613 \end_inset
32614
32615 C
32616 \backslash
32617 tbond
32618 \begin_inset ERT
32619 status collapsed
32620
32621 \begin_layout Plain Layout
32622
32623
32624 \backslash
32625 spce 
32626 \end_layout
32627
32628 \end_inset
32629
32630 D
32631 \end_layout
32632
32633 \end_inset
32634 </cell>
32635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32636 \begin_inset Text
32637
32638 \begin_layout Plain Layout
32639 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32640 \end_inset
32641
32642
32643 \end_layout
32644
32645 \end_inset
32646 </cell>
32647 </row>
32648 <row>
32649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32650 \begin_inset Text
32651
32652 \begin_layout Plain Layout
32653
32654 \backslash
32655 ce
32656 \begin_inset ERT
32657 status collapsed
32658
32659 \begin_layout Plain Layout
32660
32661
32662 \backslash
32663 spce 
32664 \end_layout
32665
32666 \end_inset
32667
32668 ^227
32669 \begin_inset Formula $\downarrow$
32670 \end_inset
32671
32672 _90
32673 \begin_inset Formula $\to$
32674 \end_inset
32675
32676 Th+
32677 \end_layout
32678
32679 \end_inset
32680 </cell>
32681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32682 \begin_inset Text
32683
32684 \begin_layout Plain Layout
32685 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32686 \end_inset
32687
32688
32689 \end_layout
32690
32691 \end_inset
32692 </cell>
32693 </row>
32694 <row>
32695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32696 \begin_inset Text
32697
32698 \begin_layout Plain Layout
32699
32700 \backslash
32701 ce
32702 \begin_inset ERT
32703 status collapsed
32704
32705 \begin_layout Plain Layout
32706
32707
32708 \backslash
32709 spce 
32710 \end_layout
32711
32712 \end_inset
32713
32714 CO2
32715 \begin_inset ERT
32716 status collapsed
32717
32718 \begin_layout Plain Layout
32719
32720
32721 \backslash
32722 spce 
32723 \end_layout
32724
32725 \end_inset
32726
32727 +
32728 \begin_inset ERT
32729 status collapsed
32730
32731 \begin_layout Plain Layout
32732
32733
32734 \backslash
32735 spce 
32736 \end_layout
32737
32738 \end_inset
32739
32740 C
32741 \begin_inset ERT
32742 status collapsed
32743
32744 \begin_layout Plain Layout
32745
32746
32747 \backslash
32748 spce 
32749 \end_layout
32750
32751 \end_inset
32752
32753 <=>
32754 \begin_inset ERT
32755 status collapsed
32756
32757 \begin_layout Plain Layout
32758
32759
32760 \backslash
32761 spce 
32762 \end_layout
32763
32764 \end_inset
32765
32766 2CO
32767 \end_layout
32768
32769 \end_inset
32770 </cell>
32771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32772 \begin_inset Text
32773
32774 \begin_layout Plain Layout
32775 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32776 \end_inset
32777
32778
32779 \end_layout
32780
32781 \end_inset
32782 </cell>
32783 </row>
32784 <row>
32785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32786 \begin_inset Text
32787
32788 \begin_layout Plain Layout
32789
32790 \backslash
32791 ce
32792 \begin_inset ERT
32793 status collapsed
32794
32795 \begin_layout Plain Layout
32796
32797
32798 \backslash
32799 spce 
32800 \end_layout
32801
32802 \end_inset
32803
32804 CO2
32805 \begin_inset ERT
32806 status collapsed
32807
32808 \begin_layout Plain Layout
32809
32810
32811 \backslash
32812 spce 
32813 \end_layout
32814
32815 \end_inset
32816
32817 +
32818 \begin_inset ERT
32819 status collapsed
32820
32821 \begin_layout Plain Layout
32822
32823
32824 \backslash
32825 spce 
32826 \end_layout
32827
32828 \end_inset
32829
32830 C
32831 \begin_inset ERT
32832 status collapsed
32833
32834 \begin_layout Plain Layout
32835
32836
32837 \backslash
32838 spce 
32839 \end_layout
32840
32841 \end_inset
32842
32843 ->[
32844 \backslash
32845 alpha][
32846 \backslash
32847 beta]
32848 \begin_inset ERT
32849 status collapsed
32850
32851 \begin_layout Plain Layout
32852
32853
32854 \backslash
32855 spce 
32856 \end_layout
32857
32858 \end_inset
32859
32860 2CO}
32861 \end_layout
32862
32863 \end_inset
32864 </cell>
32865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32866 \begin_inset Text
32867
32868 \begin_layout Plain Layout
32869 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32870 \end_inset
32871
32872
32873 \end_layout
32874
32875 \end_inset
32876 </cell>
32877 </row>
32878 </lyxtabular>
32879
32880 \end_inset
32881
32882
32883 \end_layout
32884
32885 \begin_layout Standard
32886 \begin_inset Note Greyedout
32887 status open
32888
32889 \begin_layout Plain Layout
32890
32891 \series bold
32892 Nota:
32893 \series default
32894  Insertar modo matemático en un marco 
32895 \series bold
32896
32897 \backslash
32898 ce
32899 \series default
32900  provocará errores de LaTeX.
32901  En estos casos hay que usar código TeX, como en 
32902 \series bold
32903
32904 \backslash
32905 ce{$
32906 \backslash
32907 mu
32908 \backslash
32909 hyphen$Cl}
32910 \series default
32911
32912 \begin_inset ERT
32913 status collapsed
32914
32915 \begin_layout Plain Layout
32916
32917
32918 \backslash
32919 ce{$
32920 \backslash
32921 mu
32922 \backslash
32923 hyphen$Cl}
32924 \end_layout
32925
32926 \end_inset
32927
32928  
32929 \end_layout
32930
32931 \end_inset
32932
32933
32934 \end_layout
32935
32936 \begin_layout Standard
32937 El comando 
32938 \series bold
32939
32940 \backslash
32941 ce
32942 \series default
32943  para la 
32944 \begin_inset CommandInset ref
32945 LatexCommand ref
32946 reference "eq:reaccion-quimica"
32947
32948 \end_inset
32949
32950  es
32951 \begin_inset Newline newline
32952 \end_inset
32953
32954
32955 \series bold
32956  
32957 \backslash
32958 ce
32959 \begin_inset ERT
32960 status collapsed
32961
32962 \begin_layout Plain Layout
32963
32964
32965 \backslash
32966 spce 
32967 \end_layout
32968
32969 \end_inset
32970
32971 2Na+
32972 \begin_inset ERT
32973 status collapsed
32974
32975 \begin_layout Plain Layout
32976
32977
32978 \backslash
32979 spce 
32980 \end_layout
32981
32982 \end_inset
32983
32984 +
32985 \begin_inset ERT
32986 status collapsed
32987
32988 \begin_layout Plain Layout
32989
32990
32991 \backslash
32992 spce 
32993 \end_layout
32994
32995 \end_inset
32996
32997 SO4^2-
32998 \begin_inset ERT
32999 status collapsed
33000
33001 \begin_layout Plain Layout
33002
33003
33004 \backslash
33005 spce 
33006 \end_layout
33007
33008 \end_inset
33009
33010
33011 \begin_inset ERT
33012 status collapsed
33013
33014 \begin_layout Plain Layout
33015
33016
33017 \backslash
33018 spce 
33019 \end_layout
33020
33021 \end_inset
33022
33023 ->
33024 \begin_inset ERT
33025 status collapsed
33026
33027 \begin_layout Plain Layout
33028
33029
33030 \backslash
33031 spce 
33032 \end_layout
33033
33034 \end_inset
33035
33036 Na2SO4
33037 \end_layout
33038
33039 \begin_layout Standard
33040 Para componer ecuaciones químicas multilínea primero se crea una ecuación
33041  multilínea, tal como se describe en la 
33042 \begin_inset CommandInset ref
33043 LatexCommand ref
33044 reference "sec:Ecuaciones-multilínea"
33045
33046 \end_inset
33047
33048 .
33049  Después se utiliza el comando 
33050 \series bold
33051
33052 \backslash
33053 ce
33054 \series default
33055  en cada cuadrito azul de la ecuación.
33056  La 
33057 \begin_inset CommandInset ref
33058 LatexCommand ref
33059 reference "eq:TEOS-reac-1"
33060
33061 \end_inset
33062
33063  y la 
33064 \begin_inset CommandInset ref
33065 LatexCommand ref
33066 reference "eq:TEOS-reac-2"
33067
33068 \end_inset
33069
33070  son ejemplos de una reacción química en dos fases en la que cada ecuación
33071  tiene su propio número.
33072 \begin_inset Formula 
33073 \begin{eqnarray}
33074 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
33075 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
33076 \end{eqnarray}
33077
33078 \end_inset
33079
33080
33081 \end_layout
33082
33083 \begin_layout Standard
33084 Además de 
33085 \series bold
33086
33087 \backslash
33088 ce
33089 \series default
33090  el paquete 
33091 \series bold
33092 mhchem
33093 \series default
33094  suministra el comando 
33095 \series bold
33096
33097 \backslash
33098 cf
33099 \series default
33100
33101 \begin_inset Index idx
33102 status collapsed
33103
33104 \begin_layout Plain Layout
33105 Comandos ! C ! 
33106 \backslash
33107 cf
33108 \end_layout
33109
33110 \end_inset
33111
33112  que ha de utilizarse en casos especiales.
33113  Para más información sobre 
33114 \series bold
33115
33116 \backslash
33117 cf
33118 \series default
33119  y más ejemplos echa un vistazo a la documentación de 
33120 \series bold
33121 mhchem
33122 \series default
33123
33124 \begin_inset CommandInset citation
33125 LatexCommand cite
33126 key "mhchem"
33127
33128 \end_inset
33129
33130 .
33131 \end_layout
33132
33133 \begin_layout Section
33134 Diagramas
33135 \end_layout
33136
33137 \begin_layout Standard
33138 Lyx soporta dos tipos de diagramas conmutativos: 
33139 \series bold
33140 amscd
33141 \series default
33142  y 
33143 \series bold
33144 xymatrix
33145 \series default
33146 , que se explican a continuación.
33147 \end_layout
33148
33149 \begin_layout Subsection
33150 Diagramas amscd
33151 \begin_inset Index idx
33152 status collapsed
33153
33154 \begin_layout Plain Layout
33155 Diagramas ! amscd
33156 \end_layout
33157
33158 \end_inset
33159
33160
33161 \end_layout
33162
33163 \begin_layout Standard
33164 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
33165  verticales y horizontales:
33166 \begin_inset Formula 
33167 \[
33168 \begin{CD}A@)))B@)))C\\
33169 @AAA@.@VVV\\
33170 F@(((E@(((D
33171 \end{CD}
33172 \]
33173
33174 \end_inset
33175
33176 Para obtener el diagrama se inserta en la ecuación el comando 
33177 \series bold
33178
33179 \backslash
33180 CD
33181 \begin_inset Index idx
33182 status collapsed
33183
33184 \begin_layout Plain Layout
33185 Comandos ! C ! 
33186 \backslash
33187 CD
33188 \end_layout
33189
33190 \end_inset
33191
33192
33193 \series default
33194 .
33195  Surge un marco azul entre dos líneas de trazos en el que se insertan a
33196  continuación comandos.
33197  Con 
33198 \family sans
33199 Ctrl+Entrar
33200 \family default
33201  se inicia una nueva línea.
33202  En las líneas impares se insertan relaciones horizontales, en las pares
33203  verticales.
33204 \end_layout
33205
33206 \begin_layout Standard
33207 Para componer las relaciones hay los siguientes comandos:
33208 \begin_inset Foot
33209 status collapsed
33210
33211 \begin_layout Plain Layout
33212 \begin_inset CommandInset label
33213 LatexCommand label
33214 name "fn:sinónimos"
33215
33216 \end_inset
33217
33218 Los comandos con 
33219 \family sans
33220 '
33221 \series bold
33222 >
33223 \series default
33224 '
33225 \family default
33226  o 
33227 \family sans
33228 '
33229 \series bold
33230 <
33231 \series default
33232 '
33233 \family default
33234  pueden generar errores con el estilo 
33235 \series bold
33236 spanish
33237 \series default
33238  de 
33239 \series bold
33240 babel
33241 \series default
33242 .
33243  Para evitarlo se pueden sustituir por sus sinónimos 
33244 \family sans
33245 '
33246 \series bold
33247 )
33248 \series default
33249 '
33250 \family default
33251  y 
33252 \family sans
33253 '
33254 \series bold
33255 (
33256 \series default
33257 '
33258 \family default
33259  respectivamente.
33260  Véase 
33261 \begin_inset CommandInset citation
33262 LatexCommand cite
33263 key "spanish"
33264
33265 \end_inset
33266
33267 .
33268  (
33269 \emph on
33270 N.
33271 \begin_inset space \thinspace{}
33272 \end_inset
33273
33274 del t.
33275 \emph default
33276 )
33277 \end_layout
33278
33279 \end_inset
33280
33281
33282 \end_layout
33283
33284 \begin_layout Itemize
33285
33286 \series bold
33287 @<<<
33288 \series default
33289  genera una flecha hacia la izquierda, 
33290 \series bold
33291 @>>>
33292 \series default
33293  una hacia la derecha, y 
33294 \series bold
33295 @=
33296 \series default
33297  un signo igual largo
33298 \end_layout
33299
33300 \begin_layout Itemize
33301
33302 \series bold
33303 @AAA
33304 \series default
33305  genera una flecha hacia arriba, 
33306 \series bold
33307 @VVV
33308 \series default
33309  una hacia abajo, y 
33310 \series bold
33311 @|
33312 \series default
33313  un signo igual vertical
33314 \end_layout
33315
33316 \begin_layout Itemize
33317
33318 \series bold
33319 @.
33320
33321 \series default
33322  genera una ubicación vacía para relaciones inexistentes
33323 \end_layout
33324
33325 \begin_layout Standard
33326 Todas las flechas pueden etiquetarse como sigue:
33327 \end_layout
33328
33329 \begin_layout Itemize
33330 Si se inserta texto entre el primero y el segundo 
33331 \series bold
33332 <
33333 \series default
33334  o 
33335 \series bold
33336 >
33337 \series default
33338 , respectivamente, se muestra sobre la flecha.
33339  Si se inserta entre el segundo y el tercero, bajo la flecha.
33340 \end_layout
33341
33342 \begin_layout Itemize
33343 Para flechas verticales, si se inserta texto entre la primera y la segunda
33344  
33345 \series bold
33346 A
33347 \series default
33348  o 
33349 \series bold
33350 V
33351 \series default
33352 , respectivamente, se muestra al lado izquierdo de la flecha.
33353  Si se inserta entre la segunda y la tercera, al lado derecho.
33354  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
33355 \end_layout
33356
33357 \begin_layout Standard
33358 Como ejemplo un diagrama con todas las relaciones posibles:
33359 \begin_inset Formula 
33360 \[
33361 \begin{CD}A@)j))B@))k)C@=F\\
33362 @AmAA@.@VV{V}V@|\\
33363 D@((j\,(E@)k))F@=C
33364 \end{CD}
33365 \]
33366
33367 \end_inset
33368
33369 El comando para este diagrama es:
33370 \begin_inset Newline newline
33371 \end_inset
33372
33373
33374 \series bold
33375
33376 \backslash
33377 CD
33378 \begin_inset ERT
33379 status collapsed
33380
33381 \begin_layout Plain Layout
33382
33383
33384 \backslash
33385 spce 
33386 \end_layout
33387
33388 \end_inset
33389
33390 A@>j>>B@>>k>C@=F Ctrl+Entrar
33391 \begin_inset Newline newline
33392 \end_inset
33393
33394
33395 \begin_inset Phantom HPhantom
33396 status open
33397
33398 \begin_layout Plain Layout
33399
33400 \series bold
33401
33402 \backslash
33403 CD
33404 \begin_inset ERT
33405 status collapsed
33406
33407 \begin_layout Plain Layout
33408
33409
33410 \backslash
33411 spce 
33412 \end_layout
33413
33414 \end_inset
33415
33416
33417 \end_layout
33418
33419 \end_inset
33420
33421 @AmAA@.@VV
33422 \backslash
33423 {V
33424 \series default
33425
33426 \begin_inset Formula $\to$
33427 \end_inset
33428
33429
33430 \series bold
33431 V@| Ctrl+Entrar
33432 \begin_inset Newline newline
33433 \end_inset
33434
33435
33436 \begin_inset Phantom HPhantom
33437 status open
33438
33439 \begin_layout Plain Layout
33440
33441 \series bold
33442
33443 \backslash
33444 CD
33445 \begin_inset ERT
33446 status collapsed
33447
33448 \begin_layout Plain Layout
33449
33450
33451 \backslash
33452 spce 
33453 \end_layout
33454
33455 \end_inset
33456
33457
33458 \end_layout
33459
33460 \end_inset
33461
33462 D@<<j<E@>k>>F@=C
33463 \end_layout
33464
33465 \begin_layout Subsection
33466 Diagramas xymatrix
33467 \begin_inset Index idx
33468 status collapsed
33469
33470 \begin_layout Plain Layout
33471 Diagramas ! xymatrix
33472 \end_layout
33473
33474 \end_inset
33475
33476
33477 \end_layout
33478
33479 \begin_layout Standard
33480 Para usar matrices xy debe estar instalado el paquete LaTeX 
33481 \series bold
33482 xypic
33483 \series default
33484 .
33485  Una matriz xy se crea insertando el comando 
33486 \series bold
33487
33488 \backslash
33489 xymatrix
33490 \series default
33491  en una ecuación.
33492  Después podrás añadir nuevas columnas y filas como en matrices normales,
33493  véase
33494 \begin_inset space ~
33495 \end_inset
33496
33497
33498 \begin_inset CommandInset ref
33499 LatexCommand ref
33500 reference "sec:Matrices"
33501
33502 \end_inset
33503
33504 .
33505 \end_layout
33506
33507 \begin_layout Standard
33508 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
33509  y curvadas, y mucho más.
33510  Todas las posibilidades para generar diagramas conmutativos y decoraciones
33511  se explican en el 
33512 \emph on
33513 Manual de XY-pic
33514 \emph default
33515  que se encuentra en el menú 
33516 \family sans
33517 Ayuda\SpecialChar \menuseparator
33518 Manuales
33519 \begin_inset space ~
33520 \end_inset
33521
33522 específicos
33523 \family default
33524 .
33525 \end_layout
33526
33527 \begin_layout Subsection
33528 Diagramas 
33529 \noun on
33530 Feynman
33531 \noun default
33532
33533 \begin_inset Index idx
33534 status collapsed
33535
33536 \begin_layout Plain Layout
33537 Diagramas ! Feynman
33538 \end_layout
33539
33540 \end_inset
33541
33542
33543 \end_layout
33544
33545 \begin_layout Standard
33546 Para usar diagramas 
33547 \noun on
33548 Feynman
33549 \noun default
33550  debe estar instalado el paquete LaTeX 
33551 \series bold
33552 feyn
33553 \series default
33554 .
33555  Un diagrama 
33556 \noun on
33557 Feynman
33558 \noun default
33559  se crea insertando el comando 
33560 \series bold
33561
33562 \backslash
33563 Diagram
33564 \series default
33565  en una ecuación.
33566  Después podrás añadir nuevas columnas y filas como en matrices normales,
33567  véase
33568 \begin_inset space ~
33569 \end_inset
33570
33571
33572 \begin_inset CommandInset ref
33573 LatexCommand ref
33574 reference "sec:Matrices"
33575
33576 \end_inset
33577
33578 .
33579 \end_layout
33580
33581 \begin_layout Standard
33582 En el 
33583 \emph on
33584 Manual de diagramas Feynman
33585 \emph default
33586 , disponible en 
33587 \family sans
33588 Ayuda\SpecialChar \menuseparator
33589 Manuales
33590 \begin_inset space ~
33591 \end_inset
33592
33593 específicos
33594 \family default
33595 , hay ejemplos de diagramas de este tipo.
33596 \end_layout
33597
33598 \begin_layout Section
33599 Comandos definidos por el usuario
33600 \begin_inset Index idx
33601 status collapsed
33602
33603 \begin_layout Plain Layout
33604 Comandos de usuario
33605 \end_layout
33606
33607 \end_inset
33608
33609
33610 \end_layout
33611
33612 \begin_layout Standard
33613 \begin_inset Note Greyedout
33614 status open
33615
33616 \begin_layout Plain Layout
33617
33618 \series bold
33619 Nota:
33620 \series default
33621  Los nombres de los comandos definidos por el usuario y macros solo pueden
33622  contener letras latinas.
33623 \end_layout
33624
33625 \end_inset
33626
33627
33628 \end_layout
33629
33630 \begin_layout Subsection
33631 El comando 
33632 \backslash
33633 newcommand
33634 \begin_inset CommandInset label
33635 LatexCommand label
33636 name "sub:El-comando-newcommand"
33637
33638 \end_inset
33639
33640
33641 \begin_inset Index idx
33642 status collapsed
33643
33644 \begin_layout Plain Layout
33645 Comandos de usuario ! 
33646 \backslash
33647 newcommand
33648 \end_layout
33649
33650 \end_inset
33651
33652
33653 \begin_inset Index idx
33654 status collapsed
33655
33656 \begin_layout Plain Layout
33657 Comandos ! N ! 
33658 \backslash
33659 newcommand
33660 \end_layout
33661
33662 \end_inset
33663
33664
33665 \end_layout
33666
33667 \begin_layout Standard
33668 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
33669  Pero es posible definir nuevos comandos más cortos con el comando 
33670 \series bold
33671
33672 \backslash
33673 newcommand
33674 \series default
33675 .
33676  
33677 \end_layout
33678
33679 \begin_layout Standard
33680 El esquema del comando 
33681 \series bold
33682
33683 \backslash
33684 newcommand
33685 \series default
33686  es:
33687 \end_layout
33688
33689 \begin_layout Standard
33690
33691 \series bold
33692
33693 \backslash
33694 newcommand{nombre nuevo de comando}[número de argumentos]
33695 \begin_inset Newline newline
33696 \end_inset
33697
33698
33699 \begin_inset Phantom HPhantom
33700 status open
33701
33702 \begin_layout Plain Layout
33703
33704 \series bold
33705
33706 \backslash
33707 newcommand
33708 \end_layout
33709
33710 \end_inset
33711
33712 [valor opcional]{definición de comando}
33713 \end_layout
33714
33715 \begin_layout Standard
33716 \begin_inset Note Greyedout
33717 status open
33718
33719 \begin_layout Plain Layout
33720
33721 \series bold
33722 Nota:
33723 \series default
33724  Asegúrate de que el nombre del nuevo comando no está definido ya en el
33725  documento o en paquetes LaTeX que uses.
33726  Por ejemplo, si defines el comando 
33727 \series bold
33728
33729 \backslash
33730 le
33731 \series default
33732  para 
33733 \series bold
33734
33735 \backslash
33736 Leftarrow,
33737 \series default
33738  se producirán errores porque 
33739 \series bold
33740
33741 \backslash
33742 le
33743 \series default
33744  ya existe para 
33745 \begin_inset Quotes fld
33746 \end_inset
33747
33748
33749 \begin_inset Formula $\le$
33750 \end_inset
33751
33752
33753 \begin_inset Quotes frd
33754 \end_inset
33755
33756 .
33757
33758 \series bold
33759  
33760 \end_layout
33761
33762 \end_inset
33763
33764
33765 \end_layout
33766
33767 \begin_layout Standard
33768 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
33769  argumentos debería tener el nuevo comando.
33770  Con el valor opcional se puede predefinir un valor para un argumento opcional.
33771  Cuando se hace esto, el 
33772 \emph on
33773 primer
33774 \emph default
33775  argumento del nuevo comando es automáticamente opcional.
33776 \end_layout
33777
33778 \begin_layout Standard
33779 Veamos unos ejemplos:
33780 \end_layout
33781
33782 \begin_layout Itemize
33783 Para definir el comando 
33784 \series bold
33785
33786 \backslash
33787 gr
33788 \series default
33789  para 
33790 \series bold
33791
33792 \backslash
33793 Longrightarrow
33794 \series default
33795 , la línea de preámbulo LaTeX es:
33796 \begin_inset VSpace medskip
33797 \end_inset
33798
33799
33800 \begin_inset Newline newline
33801 \end_inset
33802
33803
33804 \series bold
33805
33806 \backslash
33807 newcommand{
33808 \backslash
33809 gr}{
33810 \backslash
33811 Longrightarrow}
33812 \end_layout
33813
33814 \begin_layout Itemize
33815 Para definir el comando 
33816 \series bold
33817
33818 \backslash
33819 us
33820 \series default
33821  para 
33822 \series bold
33823
33824 \backslash
33825 underline
33826 \series default
33827 , el argumento (que sería subrayado) debe tenerse en cuenta.
33828  Para esto la línea de preámbulo es:
33829 \begin_inset VSpace medskip
33830 \end_inset
33831
33832
33833 \begin_inset Newline newline
33834 \end_inset
33835
33836
33837 \series bold
33838
33839 \backslash
33840 newcommand{
33841 \backslash
33842 us}[1]{
33843 \backslash
33844 underline{#1}}
33845 \series default
33846
33847 \begin_inset VSpace medskip
33848 \end_inset
33849
33850
33851 \begin_inset Newline newline
33852 \end_inset
33853
33854 El carácter 
33855 \series bold
33856 #
33857 \series default
33858  actúa como colocador del argumento, el 
33859 \series bold
33860 1
33861 \series default
33862  indica que es el colocador para el primer argumento.
33863 \end_layout
33864
33865 \begin_layout Itemize
33866 Para 
33867 \series bold
33868
33869 \backslash
33870 framebox
33871 \series default
33872  se puede definir, por ejemplo, el comando 
33873 \series bold
33874
33875 \backslash
33876 fb
33877 \series default
33878 :
33879 \begin_inset VSpace medskip
33880 \end_inset
33881
33882
33883 \begin_inset Newline newline
33884 \end_inset
33885
33886
33887 \series bold
33888
33889 \backslash
33890 newcommand{
33891 \backslash
33892 fb}[3]{
33893 \backslash
33894 framebox#1#2{$#3$}}
33895 \series default
33896
33897 \begin_inset VSpace medskip
33898 \end_inset
33899
33900
33901 \begin_inset Newline newline
33902 \end_inset
33903
33904 Los dos signos dólar generan la ecuación extra necesaria para 
33905 \series bold
33906
33907 \backslash
33908 framebox
33909 \series default
33910 , véase 
33911 \begin_inset CommandInset ref
33912 LatexCommand ref
33913 reference "sub:Marcos-con-bordes"
33914
33915 \end_inset
33916
33917 .
33918 \end_layout
33919
33920 \begin_layout Itemize
33921 Para crear un nuevo comando para 
33922 \series bold
33923
33924 \backslash
33925 fcolorbox
33926 \series default
33927  donde no es necesario especificar el color para el marco, el argumento
33928  para el color se define opcional:
33929 \begin_inset VSpace medskip
33930 \end_inset
33931
33932
33933 \begin_inset Newline newline
33934 \end_inset
33935
33936
33937 \series bold
33938
33939 \backslash
33940 newcommand{
33941 \backslash
33942 cb}[3][white]{
33943 \backslash
33944 fcolorbox{#2}{#1}{$#3$}}
33945 \series default
33946
33947 \begin_inset VSpace medskip
33948 \end_inset
33949
33950
33951 \begin_inset Newline newline
33952 \end_inset
33953
33954 Si el color no es especificado al usar 
33955 \series bold
33956
33957 \backslash
33958 cb
33959 \series default
33960 , se elige el color 
33961 \series bold
33962 white
33963 \series default
33964  predefinido.
33965 \end_layout
33966
33967 \begin_layout Standard
33968 Un ensayo con los nuevos comandos definidos:
33969 \end_layout
33970
33971 \begin_layout Standard
33972 \noindent
33973 \align center
33974 \begin_inset Tabular
33975 <lyxtabular version="3" rows="6" columns="2">
33976 <features tabularvalignment="middle">
33977 <column alignment="center" valignment="top" width="0">
33978 <column alignment="center" valignment="top" width="0">
33979 <row>
33980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33981 \begin_inset Text
33982
33983 \begin_layout Plain Layout
33984 Comando
33985 \end_layout
33986
33987 \end_inset
33988 </cell>
33989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33990 \begin_inset Text
33991
33992 \begin_layout Plain Layout
33993 Resultado
33994 \begin_inset Note Note
33995 status collapsed
33996
33997 \begin_layout Plain Layout
33998
33999 \series bold
34000
34001 \backslash
34002 raisebox
34003 \series default
34004  se usa sólo como espaciador
34005 \end_layout
34006
34007 \end_inset
34008
34009
34010 \end_layout
34011
34012 \end_inset
34013 </cell>
34014 </row>
34015 <row>
34016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34017 \begin_inset Text
34018
34019 \begin_layout Plain Layout
34020 A
34021 \backslash
34022 gr
34023 \begin_inset ERT
34024 status collapsed
34025
34026 \begin_layout Plain Layout
34027
34028
34029 \backslash
34030 spce 
34031 \end_layout
34032
34033 \end_inset
34034
34035 B
34036 \end_layout
34037
34038 \end_inset
34039 </cell>
34040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34041 \begin_inset Text
34042
34043 \begin_layout Plain Layout
34044 \begin_inset Formula $A\gr B$
34045 \end_inset
34046
34047
34048 \end_layout
34049
34050 \end_inset
34051 </cell>
34052 </row>
34053 <row>
34054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34055 \begin_inset Text
34056
34057 \begin_layout Plain Layout
34058
34059 \backslash
34060 us{ABcd
34061 \end_layout
34062
34063 \end_inset
34064 </cell>
34065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34066 \begin_inset Text
34067
34068 \begin_layout Plain Layout
34069 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
34070 \end_inset
34071
34072
34073 \end_layout
34074
34075 \end_inset
34076 </cell>
34077 </row>
34078 <row>
34079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34080 \begin_inset Text
34081
34082 \begin_layout Plain Layout
34083
34084 \backslash
34085 fb{[2cm]
34086 \begin_inset Formula $\to$
34087 \end_inset
34088
34089
34090 \backslash
34091 {
34092 \begin_inset Formula $\to$
34093 \end_inset
34094
34095
34096 \backslash
34097 {
34098 \backslash
34099 int
34100 \begin_inset ERT
34101 status collapsed
34102
34103 \begin_layout Plain Layout
34104
34105
34106 \backslash
34107 spce 
34108 \end_layout
34109
34110 \end_inset
34111
34112 A=B
34113 \end_layout
34114
34115 \end_inset
34116 </cell>
34117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34118 \begin_inset Text
34119
34120 \begin_layout Plain Layout
34121 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
34122 \end_inset
34123
34124
34125 \end_layout
34126
34127 \end_inset
34128 </cell>
34129 </row>
34130 <row>
34131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34132 \begin_inset Text
34133
34134 \begin_layout Plain Layout
34135
34136 \backslash
34137 cb{red
34138 \begin_inset Formula $\to$
34139 \end_inset
34140
34141
34142 \backslash
34143 {
34144 \backslash
34145 int
34146 \begin_inset ERT
34147 status collapsed
34148
34149 \begin_layout Plain Layout
34150
34151
34152 \backslash
34153 spce 
34154 \end_layout
34155
34156 \end_inset
34157
34158 A=B
34159 \end_layout
34160
34161 \end_inset
34162 </cell>
34163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34164 \begin_inset Text
34165
34166 \begin_layout Plain Layout
34167 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
34168 \end_inset
34169
34170
34171 \end_layout
34172
34173 \end_inset
34174 </cell>
34175 </row>
34176 <row>
34177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34178 \begin_inset Text
34179
34180 \begin_layout Plain Layout
34181
34182 \backslash
34183 cb[green]
34184 \backslash
34185 {red
34186 \begin_inset Formula $\to$
34187 \end_inset
34188
34189
34190 \backslash
34191 {
34192 \backslash
34193 int
34194 \begin_inset ERT
34195 status collapsed
34196
34197 \begin_layout Plain Layout
34198
34199
34200 \backslash
34201 spce 
34202 \end_layout
34203
34204 \end_inset
34205
34206 A=B
34207 \end_layout
34208
34209 \end_inset
34210 </cell>
34211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34212 \begin_inset Text
34213
34214 \begin_layout Plain Layout
34215 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
34216 \end_inset
34217
34218
34219 \end_layout
34220
34221 \end_inset
34222 </cell>
34223 </row>
34224 </lyxtabular>
34225
34226 \end_inset
34227
34228
34229 \end_layout
34230
34231 \begin_layout Subsection
34232 Macros de ecuaciones
34233 \begin_inset Index idx
34234 status collapsed
34235
34236 \begin_layout Plain Layout
34237 Comandos de usuario ! Macros de ecuaciones
34238 \end_layout
34239
34240 \end_inset
34241
34242
34243 \begin_inset Index idx
34244 status collapsed
34245
34246 \begin_layout Plain Layout
34247 Macros
34248 \end_layout
34249
34250 \end_inset
34251
34252
34253 \end_layout
34254
34255 \begin_layout Standard
34256 Los comandos definidos por el usuario son especialmente convenientes para
34257  expresiones complejas.
34258  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
34259  el mismo tipo de solución se repite varias veces.
34260  La forma general de una ecuación de segundo grado es:
34261 \begin_inset Formula 
34262 \[
34263 0=\lambda^{2}+p\lambda+q
34264 \]
34265
34266 \end_inset
34267
34268 La forma general de la solución es:
34269 \begin_inset Formula 
34270 \[
34271 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
34272 \]
34273
34274 \end_inset
34275
34276
34277 \end_layout
34278
34279 \begin_layout Standard
34280 Para definir un comando para la ecuación de la solución, en donde solo hay
34281  que especificar los tres parámetros 
34282 \begin_inset Formula $\lambda$
34283 \end_inset
34284
34285
34286 \begin_inset Formula $p$
34287 \end_inset
34288
34289 , y 
34290 \begin_inset Formula $q$
34291 \end_inset
34292
34293 , y el índice de 
34294 \begin_inset Formula $\lambda$
34295 \end_inset
34296
34297  puede darse opcionalmente, la línea de preámbulo LaTeX es
34298 \begin_inset Newline newline
34299 \end_inset
34300
34301
34302 \series bold
34303
34304 \backslash
34305 newcommand{
34306 \backslash
34307 qG}[4][1,
34308 \backslash
34309 ,2]{#2_{#1}=-
34310 \backslash
34311 frac{#3}{2}
34312 \backslash
34313 pm
34314 \begin_inset Newline newline
34315 \end_inset
34316
34317
34318 \begin_inset Phantom HPhantom
34319 status open
34320
34321 \begin_layout Plain Layout
34322
34323 \series bold
34324
34325 \backslash
34326 newcommand
34327 \end_layout
34328
34329 \end_inset
34330
34331
34332 \backslash
34333 sqrt{
34334 \backslash
34335 frac{#3^{2}}{4}-#4}}
34336 \end_layout
34337
34338 \begin_layout Standard
34339 Para generar la solución se inserta el comando
34340 \begin_inset Newline newline
34341 \end_inset
34342
34343
34344 \series bold
34345
34346 \backslash
34347 qG{
34348 \backslash
34349 lambda
34350 \begin_inset Formula $\to$
34351 \end_inset
34352
34353
34354 \backslash
34355 {p
34356 \begin_inset Formula $\to$
34357 \end_inset
34358
34359
34360 \backslash
34361 {q
34362 \series default
34363  en una ecuación
34364 \series bold
34365 .
34366 \end_layout
34367
34368 \begin_layout Standard
34369 La definición del nuevo comando no es intuitiva porque hay que conocer los
34370  esquemas de todos los comandos LaTeX usados, por ejemplo, que una fracción
34371  se inserta en LaTeX como
34372 \series bold
34373  
34374 \backslash
34375 frac{numerador}{denominador}
34376 \series default
34377 .
34378  Además, uno puede olvidar fácilmente una llave en la definición y no puede
34379  ver en LyX lo que el nuevo comando está haciendo.
34380  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
34381  ecuación en vez del comando
34382 \series bold
34383  
34384 \backslash
34385 newcommand
34386 \series default
34387 .
34388 \end_layout
34389
34390 \begin_layout Standard
34391 Una macro de ecuación se crea con el menú 
34392 \family sans
34393 Insertar\SpecialChar \menuseparator
34394 Ecuación\SpecialChar \menuseparator
34395 Macro
34396 \family default
34397  o con el botón 
34398 \begin_inset Graphics
34399         filename ../../images/math-macro_newmacroname_newcommand.png
34400         scale 85
34401
34402 \end_inset
34403
34404  de la barra de herramientas.
34405  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
34406  como el siguiente donde se define la macro:
34407 \begin_inset Newline newline
34408 \end_inset
34409
34410
34411 \end_layout
34412
34413 \begin_layout Standard
34414 \begin_inset space \hspace*{\fill}
34415 \end_inset
34416
34417
34418 \begin_inset Graphics
34419         filename ../clipart/macrobox.png
34420
34421 \end_inset
34422
34423
34424 \begin_inset space \hspace*{\fill}
34425 \end_inset
34426
34427
34428 \begin_inset Newline newline
34429 \end_inset
34430
34431
34432 \begin_inset FormulaMacro
34433 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
34434 \end_inset
34435
34436
34437 \backslash
34438 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
34439  En el primer marco azul se inserta la ecuación buscada.
34440  Con el comando 
34441 \series bold
34442
34443 \backslash
34444 #númerodeargumento
34445 \series default
34446 , , o con el botón 
34447 \begin_inset Graphics
34448         filename ../../images/math-macro-add-param.png
34449         scale 85
34450
34451 \end_inset
34452
34453  de la barra de herramientas de macros se inserta un colocador de argumento,
34454  p.
34455 \begin_inset space \thinspace{}
34456 \end_inset
34457
34458 e
34459 \begin_inset space \space{}
34460 \end_inset
34461
34462
34463 \series bold
34464
34465 \backslash
34466 #1
34467 \series default
34468 .
34469  Los colocadores de argumento se muestran en rojo.
34470  Se pueden poner 9 argumentos como máximo.
34471  Con el botón 
34472 \begin_inset Graphics
34473         filename ../../images/math-macro-add-optional-param.png
34474         scale 85
34475
34476 \end_inset
34477
34478  se crean argumentos opcionales.
34479  El primer argumento no opcional puede transformarse en opcional con el
34480  botón 
34481 \begin_inset Graphics
34482         filename ../../images/math-macro-make-optional.png
34483         scale 85
34484
34485 \end_inset
34486
34487 .
34488  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
34489  Normalmente quieres verlo tal como está definido, así que el recuadro se
34490  deja vacío.
34491  Pero si has creado una macro que necesita mucho espacio en la pantalla,
34492  en dicho recuadro puedes insertar, por ejemplo
34493 \begin_inset Newline newline
34494 \end_inset
34495
34496
34497 \series bold
34498 qG: 
34499 \backslash
34500 #1
34501 \series default
34502  
34503 \series bold
34504 ,
34505 \series default
34506  
34507 \series bold
34508
34509 \backslash
34510 #2
34511 \series default
34512  
34513 \series bold
34514 ,
34515 \series default
34516  
34517 \series bold
34518
34519 \backslash
34520 #3, 
34521 \backslash
34522 #4
34523 \begin_inset Newline newline
34524 \end_inset
34525
34526
34527 \series default
34528 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
34529  en LyX, lo que conlleva una visualización mejor.
34530  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
34531 \begin_inset Newline newline
34532 \end_inset
34533
34534 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
34535  macros individuales situando el cursor en la macro y usando el menú 
34536 \family sans
34537 Ver\SpecialChar \menuseparator
34538 (Des)plegar macro de ecuación.
34539 \end_layout
34540
34541 \begin_layout Standard
34542 Para usar una macro, se inserta el nombre de la misma como comando en una
34543  ecuación, en nuestro caso 
34544 \series bold
34545
34546 \backslash
34547 qG
34548 \series default
34549 .
34550  Nuestra macro se muestra en LyX así:
34551 \begin_inset Newline newline
34552 \end_inset
34553
34554
34555 \begin_inset space \hspace*{\fill}
34556 \end_inset
34557
34558
34559 \begin_inset Graphics
34560         filename ../clipart/macrouse.png
34561
34562 \end_inset
34563
34564
34565 \begin_inset space \hspace*{\fill}
34566 \end_inset
34567
34568
34569 \begin_inset Newline newline
34570 \end_inset
34571
34572 Aquí tenemos nuestro ejemplo de macro con los argumentos 
34573 \begin_inset Formula $x$
34574 \end_inset
34575
34576
34577 \begin_inset Formula $\ln(x)$
34578 \end_inset
34579
34580 , y 
34581 \begin_inset Formula $B$
34582 \end_inset
34583
34584 :
34585 \end_layout
34586
34587 \begin_layout Standard
34588 \begin_inset Formula 
34589 \[
34590 \qG x{\ln(x)}B
34591 \]
34592
34593 \end_inset
34594
34595
34596 \end_layout
34597
34598 \begin_layout Standard
34599 LyX ofrece en el menú 
34600 \family sans
34601 Herramientas
34602 \family default
34603 \SpecialChar \menuseparator
34604
34605 \family sans
34606 Preferencias\SpecialChar \menuseparator
34607 Edición\SpecialChar \menuseparator
34608 Control
34609 \family default
34610  diferentes estilos para editar macros.
34611  Para encontrar el estilo que más te convenga, elige un estilo y pon el
34612  cursor en una macro para ver la diferencia.
34613 \end_layout
34614
34615 \begin_layout Standard
34616 Una macro de ecuación se transforma internamente en un comando 
34617 \series bold
34618
34619 \backslash
34620 newcommand
34621 \series default
34622  cuando se exporta el documento.
34623  El comando creado 
34624 \series bold
34625
34626 \backslash
34627 newcommand
34628 \series default
34629  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
34630  usar en ecuaciones que estén en recuadros de definición de macros en el
34631  documento.
34632  
34633 \end_layout
34634
34635 \begin_layout Standard
34636 Las macros de ecuación también pueden crearse directamente a partir de un
34637  comando
34638 \series bold
34639  
34640 \backslash
34641 newcommand
34642 \series default
34643 .
34644  Por ejemplo, escribiendo el comando
34645 \begin_inset Newline newline
34646 \end_inset
34647
34648
34649 \series bold
34650
34651 \backslash
34652 newcommand{
34653 \backslash
34654 larrow}[2]{
34655 \backslash
34656 xleftarrow[#2]{#1}}
34657 \begin_inset Newline newline
34658 \end_inset
34659
34660
34661 \series default
34662 como texto normal en LyX, seleccionándolo completamente y usando a continuación
34663  el atajo 
34664 \family sans
34665 Ctrl+M
34666 \family default
34667 , el comando se transformará en una macro de ecuación.
34668  Al emplear este método debes tener cuidado en escribir correctamente el
34669  comando 
34670 \series bold
34671
34672 \backslash
34673 newcommand
34674 \series default
34675 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
34676  
34677 \end_layout
34678
34679 \begin_layout Standard
34680 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
34681  en definiciones de macros se manejan incorrectamente.
34682  Por eso el ejemplo 
34683 \series bold
34684
34685 \backslash
34686 fb
34687 \series default
34688  de 
34689 \begin_inset CommandInset ref
34690 LatexCommand ref
34691 reference "sub:El-comando-newcommand"
34692
34693 \end_inset
34694
34695  no puede crearse como macro.
34696 \end_layout
34697
34698 \begin_layout Standard
34699 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
34700  la barra de herramientas de macros:
34701 \end_layout
34702
34703 \begin_layout Standard
34704 \begin_inset VSpace defskip
34705 \end_inset
34706
34707
34708 \end_layout
34709
34710 \begin_layout Standard
34711 \begin_inset Graphics
34712         filename ../clipart/MacroToolbar.png
34713
34714 \end_inset
34715
34716
34717 \begin_inset Index idx
34718 status collapsed
34719
34720 \begin_layout Plain Layout
34721 Macros ! Barra de herramientas
34722 \end_layout
34723
34724 \end_inset
34725
34726
34727 \end_layout
34728
34729 \begin_layout Standard
34730 \begin_inset VSpace defskip
34731 \end_inset
34732
34733
34734 \end_layout
34735
34736 \begin_layout Standard
34737 La barra de herramientas de macros contiene los siguientes botones:
34738 \end_layout
34739
34740 \begin_layout Standard
34741 \begin_inset VSpace defskip
34742 \end_inset
34743
34744
34745 \end_layout
34746
34747 \begin_layout Standard
34748 \begin_inset Tabular
34749 <lyxtabular version="3" rows="9" columns="2">
34750 <features islongtable="true" longtabularalignment="center">
34751 <column alignment="left" valignment="top" width="0">
34752 <column alignment="left" valignment="top" width="85col%">
34753 <row interlinespace="2.5mm">
34754 <cell alignment="center" valignment="top" usebox="none">
34755 \begin_inset Text
34756
34757 \begin_layout Plain Layout
34758 \begin_inset Graphics
34759         filename ../../images/math-macro-remove-param.png
34760         rotateOrigin center
34761
34762 \end_inset
34763
34764
34765 \end_layout
34766
34767 \end_inset
34768 </cell>
34769 <cell alignment="center" valignment="top" usebox="none">
34770 \begin_inset Text
34771
34772 \begin_layout Plain Layout
34773
34774 \family sans
34775 Editar\SpecialChar \menuseparator
34776 Ecuación\SpecialChar \menuseparator
34777 Definición de macro\SpecialChar \menuseparator
34778 Quitar último argumento
34779 \end_layout
34780
34781 \end_inset
34782 </cell>
34783 </row>
34784 <row interlinespace="2.5mm">
34785 <cell alignment="center" valignment="top" usebox="none">
34786 \begin_inset Text
34787
34788 \begin_layout Plain Layout
34789 \begin_inset Graphics
34790         filename ../../images/math-macro-add-param.png
34791         rotateOrigin center
34792
34793 \end_inset
34794
34795
34796 \end_layout
34797
34798 \end_inset
34799 </cell>
34800 <cell alignment="center" valignment="top" usebox="none">
34801 \begin_inset Text
34802
34803 \begin_layout Plain Layout
34804
34805 \family sans
34806 Editar\SpecialChar \menuseparator
34807 Ecuación\SpecialChar \menuseparator
34808 Definición de macro\SpecialChar \menuseparator
34809 Añadir argumento
34810 \end_layout
34811
34812 \end_inset
34813 </cell>
34814 </row>
34815 <row interlinespace="2.5mm">
34816 <cell alignment="center" valignment="top" usebox="none">
34817 \begin_inset Text
34818
34819 \begin_layout Plain Layout
34820 \begin_inset Graphics
34821         filename ../../images/math-macro-make-optional.png
34822         rotateOrigin center
34823
34824 \end_inset
34825
34826
34827 \end_layout
34828
34829 \end_inset
34830 </cell>
34831 <cell alignment="center" valignment="top" usebox="none">
34832 \begin_inset Text
34833
34834 \begin_layout Plain Layout
34835
34836 \family sans
34837 Editar\SpecialChar \menuseparator
34838 Ecuación\SpecialChar \menuseparator
34839 Definición de macro\SpecialChar \menuseparator
34840 Hacer opcional el primer
34841 \begin_inset Newline newline
34842 \end_inset
34843
34844
34845 \begin_inset Phantom HPhantom
34846 status open
34847
34848 \begin_layout Plain Layout
34849
34850 \family sans
34851 Editar\SpecialChar \menuseparator
34852 Ecuación\SpecialChar \menuseparator
34853 Definición de macro\SpecialChar \menuseparator
34854
34855 \end_layout
34856
34857 \end_inset
34858
34859 argumento no opcional
34860 \end_layout
34861
34862 \end_inset
34863 </cell>
34864 </row>
34865 <row interlinespace="2.5mm">
34866 <cell alignment="center" valignment="top" usebox="none">
34867 \begin_inset Text
34868
34869 \begin_layout Plain Layout
34870 \begin_inset Graphics
34871         filename ../../images/math-macro-make-nonoptional.png
34872         rotateOrigin center
34873
34874 \end_inset
34875
34876
34877 \end_layout
34878
34879 \end_inset
34880 </cell>
34881 <cell alignment="center" valignment="top" usebox="none">
34882 \begin_inset Text
34883
34884 \begin_layout Plain Layout
34885
34886 \family sans
34887 Editar\SpecialChar \menuseparator
34888 Ecuación\SpecialChar \menuseparator
34889 Definición de macro\SpecialChar \menuseparator
34890 Hacer no opcional el primer
34891 \begin_inset Newline newline
34892 \end_inset
34893
34894
34895 \begin_inset Phantom HPhantom
34896 status open
34897
34898 \begin_layout Plain Layout
34899
34900 \family sans
34901 Editar\SpecialChar \menuseparator
34902 Ecuación\SpecialChar \menuseparator
34903 Definición de macro\SpecialChar \menuseparator
34904
34905 \end_layout
34906
34907 \end_inset
34908
34909 argumento opcional
34910 \end_layout
34911
34912 \end_inset
34913 </cell>
34914 </row>
34915 <row interlinespace="2.5mm">
34916 <cell alignment="center" valignment="top" usebox="none">
34917 \begin_inset Text
34918
34919 \begin_layout Plain Layout
34920 \begin_inset Graphics
34921         filename ../../images/math-macro-remove-optional-param.png
34922         rotateOrigin center
34923
34924 \end_inset
34925
34926
34927 \end_layout
34928
34929 \end_inset
34930 </cell>
34931 <cell alignment="center" valignment="top" usebox="none">
34932 \begin_inset Text
34933
34934 \begin_layout Plain Layout
34935
34936 \family sans
34937 Editar\SpecialChar \menuseparator
34938 Ecuación\SpecialChar \menuseparator
34939 Definición de macro\SpecialChar \menuseparator
34940 Quitar argumento opcional
34941 \end_layout
34942
34943 \end_inset
34944 </cell>
34945 </row>
34946 <row interlinespace="2.5mm">
34947 <cell alignment="center" valignment="top" usebox="none">
34948 \begin_inset Text
34949
34950 \begin_layout Plain Layout
34951 \begin_inset Graphics
34952         filename ../../images/math-macro-add-optional-param.png
34953         rotateOrigin center
34954
34955 \end_inset
34956
34957
34958 \end_layout
34959
34960 \end_inset
34961 </cell>
34962 <cell alignment="center" valignment="top" usebox="none">
34963 \begin_inset Text
34964
34965 \begin_layout Plain Layout
34966
34967 \family sans
34968 Editar\SpecialChar \menuseparator
34969 Ecuación\SpecialChar \menuseparator
34970 Definición de macro\SpecialChar \menuseparator
34971 Insertar argumento opcional
34972 \end_layout
34973
34974 \end_inset
34975 </cell>
34976 </row>
34977 <row interlinespace="2.5mm">
34978 <cell alignment="center" valignment="top" usebox="none">
34979 \begin_inset Text
34980
34981 \begin_layout Plain Layout
34982 \begin_inset Graphics
34983         filename ../../images/math-macro-remove-greedy-param.png
34984         rotateOrigin center
34985
34986 \end_inset
34987
34988
34989 \end_layout
34990
34991 \end_inset
34992 </cell>
34993 <cell alignment="center" valignment="top" usebox="none">
34994 \begin_inset Text
34995
34996 \begin_layout Plain Layout
34997
34998 \family sans
34999 Editar\SpecialChar \menuseparator
35000 Ecuación\SpecialChar \menuseparator
35001 Definición de macro\SpecialChar \menuseparator
35002 Quitar último argumento
35003 \begin_inset Newline newline
35004 \end_inset
35005
35006
35007 \begin_inset Phantom HPhantom
35008 status open
35009
35010 \begin_layout Plain Layout
35011
35012 \family sans
35013 Editar\SpecialChar \menuseparator
35014 Ecuación\SpecialChar \menuseparator
35015 Definición de macro\SpecialChar \menuseparator
35016
35017 \end_layout
35018
35019 \end_inset
35020
35021 yendo hacia la derecha
35022 \end_layout
35023
35024 \end_inset
35025 </cell>
35026 </row>
35027 <row interlinespace="2.5mm">
35028 <cell alignment="center" valignment="top" usebox="none">
35029 \begin_inset Text
35030
35031 \begin_layout Plain Layout
35032 \begin_inset Graphics
35033         filename ../../images/math-macro-append-greedy-param.png
35034         rotateOrigin center
35035
35036 \end_inset
35037
35038
35039 \end_layout
35040
35041 \end_inset
35042 </cell>
35043 <cell alignment="center" valignment="top" usebox="none">
35044 \begin_inset Text
35045
35046 \begin_layout Plain Layout
35047
35048 \family sans
35049 Editar\SpecialChar \menuseparator
35050 Ecuación\SpecialChar \menuseparator
35051 Definición de macro\SpecialChar \menuseparator
35052 Añadir argumento comiendo
35053 \begin_inset Newline newline
35054 \end_inset
35055
35056
35057 \begin_inset Phantom HPhantom
35058 status open
35059
35060 \begin_layout Plain Layout
35061
35062 \family sans
35063 Editar\SpecialChar \menuseparator
35064 Ecuación\SpecialChar \menuseparator
35065 Definición de macro\SpecialChar \menuseparator
35066
35067 \end_layout
35068
35069 \end_inset
35070
35071 desde la derecha
35072 \end_layout
35073
35074 \end_inset
35075 </cell>
35076 </row>
35077 <row interlinespace="2.5mm">
35078 <cell alignment="center" valignment="top" usebox="none">
35079 \begin_inset Text
35080
35081 \begin_layout Plain Layout
35082 \begin_inset Graphics
35083         filename ../../images/math-macro-add-greedy-optional-param.png
35084         rotateOrigin center
35085
35086 \end_inset
35087
35088
35089 \end_layout
35090
35091 \end_inset
35092 </cell>
35093 <cell alignment="center" valignment="top" usebox="none">
35094 \begin_inset Text
35095
35096 \begin_layout Plain Layout
35097
35098 \family sans
35099 Editar\SpecialChar \menuseparator
35100 Ecuación\SpecialChar \menuseparator
35101 Definición de macro\SpecialChar \menuseparator
35102 Añadir argumento opcional
35103 \begin_inset Newline newline
35104 \end_inset
35105
35106
35107 \begin_inset Phantom HPhantom
35108 status open
35109
35110 \begin_layout Plain Layout
35111
35112 \family sans
35113 Editar\SpecialChar \menuseparator
35114 Ecuación\SpecialChar \menuseparator
35115 Definición de macro\SpecialChar \menuseparator
35116
35117 \end_layout
35118
35119 \end_inset
35120
35121 comiendo desde la derecha
35122 \end_layout
35123
35124 \end_inset
35125 </cell>
35126 </row>
35127 </lyxtabular>
35128
35129 \end_inset
35130
35131
35132 \end_layout
35133
35134 \begin_layout Section
35135 Sistema algebraico computacional
35136 \end_layout
35137
35138 \begin_layout Standard
35139 LyX permite el intercambio entre expresiones matemáticas escritas con su
35140  editor de ecuaciones y aplicaciones externas o guiones definidos por el
35141  usuario.
35142  Las aplicaciones soportadas actualmente son 
35143 \family sans
35144 Maple
35145 \family default
35146
35147 \family sans
35148 Mathematica
35149 \family default
35150
35151 \family sans
35152 Maxima
35153 \family default
35154  y 
35155 \family sans
35156 Octave
35157 \family default
35158 .
35159  Hay que advertir que el conjunto de estructuras matemáticas soportadas
35160  se limita a casos muy simples.
35161 \end_layout
35162
35163 \begin_layout Subsection
35164 Utilización
35165 \end_layout
35166
35167 \begin_layout Standard
35168 Escribe alguna expresión en una ecuación, despliega el menú 
35169 \family sans
35170 Editar\SpecialChar \menuseparator
35171 Ecuación\SpecialChar \menuseparator
35172 Usar programa de álgebra
35173 \family default
35174  y elige la aplicación que esté instalada en tu ordenador.
35175  Después de eso el resultado de la computación debería mostrarse a la derecha
35176  de la expresión junto con el operador "=".
35177 \end_layout
35178
35179 \begin_layout Standard
35180 A continuación hay unos ejemplos sencillos (con resultados de 
35181 \family sans
35182 Maxima
35183 \family default
35184 ) que muestran qué tipos de computación se pueden realizar:
35185 \end_layout
35186
35187 \begin_layout Itemize
35188 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
35189 \end_inset
35190
35191
35192 \end_layout
35193
35194 \begin_layout Itemize
35195 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
35196 \end_inset
35197
35198
35199 \end_layout
35200
35201 \begin_layout Itemize
35202 \begin_inset Formula $\int_{1}^{2}\sen(x)dx=\cos1-\cos2$
35203 \end_inset
35204
35205
35206 \end_layout
35207
35208 \begin_layout Itemize
35209 \begin_inset Formula $\det\left[\begin{array}{ccc}
35210 1 & 6 & 7\\
35211 2 & 5 & 8\\
35212 3 & 4 & 17
35213 \end{array}\right]=-56$
35214 \end_inset
35215
35216
35217 \end_layout
35218
35219 \begin_layout Itemize
35220 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
35221 \end_inset
35222
35223
35224 \end_layout
35225
35226 \begin_layout Subsection
35227 Atajos de teclado
35228 \end_layout
35229
35230 \begin_layout Standard
35231 Actualmente no hay atajos de teclado para ejecutar las aplicaciones de álgebra.
35232  Se puede vincular fácilmente una combinación de teclas a la función 
35233 \family sans
35234 math-extern
35235 \family default
35236  de Lyx (véase el manual 
35237 \emph on
35238 Funciones de LyX
35239 \emph default
35240 ).
35241  Por ejemplo, para vincular la tecla 
35242 \family sans
35243 Entrar
35244 \family default
35245  en el editor de ecuaciones a 
35246 \family sans
35247 Maxima
35248 \family default
35249  se podría usar este comando para definir el atajo de teclado:
35250 \end_layout
35251
35252 \begin_layout Standard
35253
35254 \series bold
35255 command-alternatives break-paragraph;math-extern maxima
35256 \end_layout
35257
35258 \begin_layout Section
35259 Consejos prácticos
35260 \begin_inset Index idx
35261 status collapsed
35262
35263 \begin_layout Plain Layout
35264 Consejos prácticos
35265 \end_layout
35266
35267 \end_inset
35268
35269
35270 \end_layout
35271
35272 \begin_layout Subsection
35273 Números negativos
35274 \begin_inset Index idx
35275 status collapsed
35276
35277 \begin_layout Plain Layout
35278 Numeros@Números ! negativos
35279 \end_layout
35280
35281 \end_inset
35282
35283
35284 \end_layout
35285
35286 \begin_layout Standard
35287 Los números negativos a veces se ven feos en las ecuaciones porque el signo
35288  menos delante del número tiene la misma longitud que el operador signo
35289  menos.
35290  Si se escribe el número negativo en texto normal el signo menos aparece
35291  correctamente.
35292 \end_layout
35293
35294 \begin_layout Standard
35295 Así pues, el problema desaparece si se convierte el signo menos a texto
35296  matemático.
35297 \end_layout
35298
35299 \begin_layout Standard
35300 Un ejemplo para visualizar el problema:
35301 \end_layout
35302
35303 \begin_layout Standard
35304 \noindent
35305 \align center
35306 \begin_inset Tabular
35307 <lyxtabular version="3" rows="3" columns="2">
35308 <features tabularvalignment="middle">
35309 <column alignment="center" valignment="top" width="0">
35310 <column alignment="center" valignment="top" width="0">
35311 <row>
35312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35313 \begin_inset Text
35314
35315 \begin_layout Plain Layout
35316 texto normal:
35317 \end_layout
35318
35319 \end_inset
35320 </cell>
35321 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35322 \begin_inset Text
35323
35324 \begin_layout Plain Layout
35325 x = -2
35326 \end_layout
35327
35328 \end_inset
35329 </cell>
35330 </row>
35331 <row>
35332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35333 \begin_inset Text
35334
35335 \begin_layout Plain Layout
35336 ecuación:
35337 \end_layout
35338
35339 \end_inset
35340 </cell>
35341 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35342 \begin_inset Text
35343
35344 \begin_layout Plain Layout
35345 \begin_inset Formula $x=-2$
35346 \end_inset
35347
35348
35349 \end_layout
35350
35351 \end_inset
35352 </cell>
35353 </row>
35354 <row>
35355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35356 \begin_inset Text
35357
35358 \begin_layout Plain Layout
35359 solución:
35360 \end_layout
35361
35362 \end_inset
35363 </cell>
35364 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35365 \begin_inset Text
35366
35367 \begin_layout Plain Layout
35368 \begin_inset Formula $x=\mbox{-}2$
35369 \end_inset
35370
35371
35372 \end_layout
35373
35374 \end_inset
35375 </cell>
35376 </row>
35377 </lyxtabular>
35378
35379 \end_inset
35380
35381
35382 \end_layout
35383
35384 \begin_layout Subsection
35385 Coma como separador decimal
35386 \begin_inset Index idx
35387 status collapsed
35388
35389 \begin_layout Plain Layout
35390 Coma decimal
35391 \end_layout
35392
35393 \end_inset
35394
35395
35396 \end_layout
35397
35398 \begin_layout Standard
35399 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
35400  de grupos numéricos.
35401  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
35402 \end_layout
35403
35404 \begin_layout Standard
35405 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
35406  
35407 \family sans
35408 Ctrl+M
35409 \family default
35410 ).
35411 \end_layout
35412
35413 \begin_layout Standard
35414 Para usar las comas en todas las fórmulas del documento como separador decimal,
35415  se carga el archivo 
35416 \series bold
35417 icomma.sty
35418 \series default
35419
35420 \begin_inset Foot
35421 status collapsed
35422
35423 \begin_layout Plain Layout
35424
35425 \series bold
35426 icomma
35427 \series default
35428  forma parte del paquete LaTeX 
35429 \series bold
35430 was
35431 \series default
35432
35433 \begin_inset Index idx
35434 status collapsed
35435
35436 \begin_layout Plain Layout
35437 Paquetes ! was
35438 \begin_inset ERT
35439 status collapsed
35440
35441 \begin_layout Plain Layout
35442
35443
35444 \backslash
35445 vspace{4mm}
35446 \end_layout
35447
35448 \end_inset
35449
35450
35451 \end_layout
35452
35453 \end_inset
35454
35455 .
35456 \end_layout
35457
35458 \end_inset
35459
35460
35461 \begin_inset Index idx
35462 status collapsed
35463
35464 \begin_layout Plain Layout
35465 Paquetes ! icomma
35466 \end_layout
35467
35468 \end_inset
35469
35470  en el preámbulo LaTeX con la línea: 
35471 \end_layout
35472
35473 \begin_layout Standard
35474
35475 \series bold
35476
35477 \backslash
35478 usepackage{icomma}
35479 \end_layout
35480
35481 \begin_layout Subsection
35482 Vectores cuánticos y notación bra-ket
35483 \begin_inset CommandInset label
35484 LatexCommand label
35485 name "sub:Vectores-cuánticos"
35486
35487 \end_inset
35488
35489
35490 \begin_inset Index idx
35491 status open
35492
35493 \begin_layout Plain Layout
35494 Vectores cuánticos
35495 \end_layout
35496
35497 \end_inset
35498
35499
35500 \begin_inset Index idx
35501 status open
35502
35503 \begin_layout Plain Layout
35504 Notación bra-ket
35505 \end_layout
35506
35507 \end_inset
35508
35509
35510 \end_layout
35511
35512 \begin_layout Standard
35513 El paquete LaTeX 
35514 \series bold
35515 braket
35516 \series default
35517
35518 \begin_inset Index idx
35519 status collapsed
35520
35521 \begin_layout Plain Layout
35522 Paquetes ! braket
35523 \end_layout
35524
35525 \end_inset
35526
35527  suministra comandos para escribir paréntesis angulares que se usan en mecánica
35528  cuántica: la notación 
35529 \begin_inset Quotes fld
35530 \end_inset
35531
35532 bra-ket
35533 \begin_inset Quotes frd
35534 \end_inset
35535
35536 ; se carga con la línea de preámbulo LaTeX:
35537 \end_layout
35538
35539 \begin_layout Standard
35540
35541 \series bold
35542
35543 \backslash
35544 usepackage{braket}
35545 \end_layout
35546
35547 \begin_layout Standard
35548 \begin_inset ERT
35549 status collapsed
35550
35551 \begin_layout Plain Layout
35552
35553
35554 \backslash
35555 ifbraket 
35556 \end_layout
35557
35558 \end_inset
35559
35560
35561 \begin_inset Note Note
35562 status open
35563
35564 \begin_layout Plain Layout
35565 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
35566 \series bold
35567 braket
35568 \series default
35569  está instalado.
35570 \end_layout
35571
35572 \end_inset
35573
35574
35575 \end_layout
35576
35577 \begin_layout Standard
35578 Están definidos los siguientes comandos:
35579 \end_layout
35580
35581 \begin_layout Standard
35582 \noindent
35583 \align center
35584 \begin_inset Tabular
35585 <lyxtabular version="3" rows="4" columns="2">
35586 <features tabularvalignment="middle">
35587 <column alignment="center" valignment="top" width="0">
35588 <column alignment="center" valignment="top" width="0">
35589 <row>
35590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35591 \begin_inset Text
35592
35593 \begin_layout Plain Layout
35594 Comando
35595 \end_layout
35596
35597 \end_inset
35598 </cell>
35599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35600 \begin_inset Text
35601
35602 \begin_layout Plain Layout
35603 Resultado
35604 \end_layout
35605
35606 \end_inset
35607 </cell>
35608 </row>
35609 <row>
35610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35611 \begin_inset Text
35612
35613 \begin_layout Plain Layout
35614
35615 \backslash
35616 Bra{
35617 \backslash
35618 psi
35619 \end_layout
35620
35621 \end_inset
35622 </cell>
35623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35624 \begin_inset Text
35625
35626 \begin_layout Plain Layout
35627 \begin_inset Formula $\Bra{\psi}$
35628 \end_inset
35629
35630
35631 \end_layout
35632
35633 \end_inset
35634 </cell>
35635 </row>
35636 <row>
35637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35638 \begin_inset Text
35639
35640 \begin_layout Plain Layout
35641
35642 \backslash
35643 Ket{
35644 \backslash
35645 psi
35646 \end_layout
35647
35648 \end_inset
35649 </cell>
35650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35651 \begin_inset Text
35652
35653 \begin_layout Plain Layout
35654 \begin_inset Formula $\Ket{\psi}$
35655 \end_inset
35656
35657
35658 \end_layout
35659
35660 \end_inset
35661 </cell>
35662 </row>
35663 <row>
35664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35665 \begin_inset Text
35666
35667 \begin_layout Plain Layout
35668
35669 \backslash
35670 Braket{
35671 \backslash
35672 psi|
35673 \backslash
35674 phi
35675 \end_layout
35676
35677 \end_inset
35678 </cell>
35679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35680 \begin_inset Text
35681
35682 \begin_layout Plain Layout
35683 \begin_inset Formula $\Braket{\psi|\phi}$
35684 \end_inset
35685
35686
35687 \end_layout
35688
35689 \end_inset
35690 </cell>
35691 </row>
35692 </lyxtabular>
35693
35694 \end_inset
35695
35696
35697 \end_layout
35698
35699 \begin_layout Standard
35700 El comando 
35701 \series bold
35702
35703 \backslash
35704 Braket
35705 \series default
35706  asegura que todas las barras verticales tienen el tamaño de los delimitadores
35707  circundantes:
35708 \begin_inset Formula 
35709 \[
35710 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35711 \]
35712
35713 \end_inset
35714
35715
35716 \begin_inset ERT
35717 status collapsed
35718
35719 \begin_layout Plain Layout
35720
35721
35722 \backslash
35723 else
35724 \end_layout
35725
35726 \end_inset
35727
35728
35729 \begin_inset Note Note
35730 status open
35731
35732 \begin_layout Plain Layout
35733 Lo que sigue se verá en la salida si el paquete LaTeX 
35734 \series bold
35735 braket
35736 \series default
35737  no está instalado:
35738 \end_layout
35739
35740 \end_inset
35741
35742
35743 \end_layout
35744
35745 \begin_layout Standard
35746 Debes instalar el paquete LaTeX 
35747 \series bold
35748 braket
35749 \series default
35750  para ver en la salida el resto de esta subsección.
35751 \end_layout
35752
35753 \begin_layout Standard
35754 \begin_inset ERT
35755 status collapsed
35756
35757 \begin_layout Plain Layout
35758
35759
35760 \backslash
35761 fi
35762 \end_layout
35763
35764 \end_inset
35765
35766
35767 \end_layout
35768
35769 \begin_layout Standard
35770 El efecto de 
35771 \series bold
35772
35773 \backslash
35774 Braket
35775 \series default
35776  también se puede conseguir con el comando 
35777 \series bold
35778
35779 \backslash
35780 middle
35781 \series default
35782 , que se describe en 
35783 \begin_inset CommandInset ref
35784 LatexCommand ref
35785 reference "sub:Tamaño-automático-de"
35786
35787 \end_inset
35788
35789 .
35790 \end_layout
35791
35792 \begin_layout Subsection
35793 Fracciones definidas por el usuario
35794 \begin_inset CommandInset label
35795 LatexCommand label
35796 name "sub:Fracciones-personalizadas"
35797
35798 \end_inset
35799
35800
35801 \begin_inset Index idx
35802 status collapsed
35803
35804 \begin_layout Plain Layout
35805 Fracciones ! personalizadas
35806 \end_layout
35807
35808 \end_inset
35809
35810
35811 \end_layout
35812
35813 \begin_layout Standard
35814 Para definir comandos personalizados para fracciones, se usa el comando
35815  
35816 \series bold
35817
35818 \backslash
35819 genfrac
35820 \series default
35821
35822 \begin_inset Index idx
35823 status collapsed
35824
35825 \begin_layout Plain Layout
35826 Comandos ! G ! 
35827 \backslash
35828 genfrac
35829 \end_layout
35830
35831 \end_inset
35832
35833  con el siguiente esquema:
35834 \end_layout
35835
35836 \begin_layout Standard
35837
35838 \series bold
35839
35840 \backslash
35841 genfrac{delimitador izquierdo}{delimitador derecho}
35842 \begin_inset Newline newline
35843 \end_inset
35844
35845
35846 \begin_inset Phantom HPhantom
35847 status open
35848
35849 \begin_layout Plain Layout
35850
35851 \series bold
35852
35853 \backslash
35854 genfrac
35855 \end_layout
35856
35857 \end_inset
35858
35859 {grosor raya de fracción}{estilo}{numerador}{denominador}
35860 \end_layout
35861
35862 \begin_layout Standard
35863 El estilo es un número en el rango 0
35864 \begin_inset space \thinspace{}
35865 \end_inset
35866
35867 -
35868 \begin_inset space \thinspace{}
35869 \end_inset
35870
35871 3.
35872 \end_layout
35873
35874 \begin_layout Standard
35875 \align center
35876 \begin_inset Tabular
35877 <lyxtabular version="3" rows="5" columns="2">
35878 <features tabularvalignment="middle">
35879 <column alignment="center" valignment="top" width="0">
35880 <column alignment="center" valignment="top" width="0">
35881 <row>
35882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35883 \begin_inset Text
35884
35885 \begin_layout Plain Layout
35886 Número
35887 \end_layout
35888
35889 \end_inset
35890 </cell>
35891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35892 \begin_inset Text
35893
35894 \begin_layout Plain Layout
35895 Estilo (tamaño)
35896 \end_layout
35897
35898 \end_inset
35899 </cell>
35900 </row>
35901 <row>
35902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35903 \begin_inset Text
35904
35905 \begin_layout Plain Layout
35906 0
35907 \end_layout
35908
35909 \end_inset
35910 </cell>
35911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35912 \begin_inset Text
35913
35914 \begin_layout Plain Layout
35915 ecuación presentada
35916 \end_layout
35917
35918 \end_inset
35919 </cell>
35920 </row>
35921 <row>
35922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35923 \begin_inset Text
35924
35925 \begin_layout Plain Layout
35926 1
35927 \end_layout
35928
35929 \end_inset
35930 </cell>
35931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35932 \begin_inset Text
35933
35934 \begin_layout Plain Layout
35935 ecuación en línea
35936 \end_layout
35937
35938 \end_inset
35939 </cell>
35940 </row>
35941 <row>
35942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35943 \begin_inset Text
35944
35945 \begin_layout Plain Layout
35946 2
35947 \end_layout
35948
35949 \end_inset
35950 </cell>
35951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35952 \begin_inset Text
35953
35954 \begin_layout Plain Layout
35955 pequeño
35956 \end_layout
35957
35958 \end_inset
35959 </cell>
35960 </row>
35961 <row>
35962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35963 \begin_inset Text
35964
35965 \begin_layout Plain Layout
35966 3
35967 \end_layout
35968
35969 \end_inset
35970 </cell>
35971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35972 \begin_inset Text
35973
35974 \begin_layout Plain Layout
35975 muy pequeño
35976 \end_layout
35977
35978 \end_inset
35979 </cell>
35980 </row>
35981 </lyxtabular>
35982
35983 \end_inset
35984
35985
35986 \end_layout
35987
35988 \begin_layout Standard
35989 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
35990  
35991 \series bold
35992
35993 \backslash
35994 frac
35995 \series default
35996 .
35997 \end_layout
35998
35999 \begin_layout Standard
36000 Si no se pone grosor de la raya de fracción se usará el valor predefinido
36001  de 0.4
36002 \begin_inset space \thinspace{}
36003 \end_inset
36004
36005 pt.
36006 \end_layout
36007
36008 \begin_layout Standard
36009 Por ejemplo, los comandos 
36010 \series bold
36011
36012 \backslash
36013 dfrac
36014 \series default
36015  y 
36016 \series bold
36017
36018 \backslash
36019 tbinom
36020 \series default
36021  de la 
36022 \begin_inset CommandInset ref
36023 LatexCommand ref
36024 reference "sub:Fracciones"
36025
36026 \end_inset
36027
36028  se definen con los comandos:
36029 \end_layout
36030
36031 \begin_layout Standard
36032
36033 \series bold
36034
36035 \backslash
36036 newcommand{
36037 \backslash
36038 dfrac}[2]{
36039 \backslash
36040 genfrac{}{}{}{0}{#1}{#2}}
36041 \end_layout
36042
36043 \begin_layout Standard
36044 y
36045 \end_layout
36046
36047 \begin_layout Standard
36048
36049 \series bold
36050
36051 \backslash
36052 newcommand{
36053 \backslash
36054 tbinom}[2]{
36055 \backslash
36056 genfrac{(}{)}{0pt}{1}{#1}{#2}}
36057 \end_layout
36058
36059 \begin_layout Standard
36060 \begin_inset VSpace medskip
36061 \end_inset
36062
36063
36064 \end_layout
36065
36066 \begin_layout Standard
36067 Para definir una fracción en la que el grosor de la raya se pueda definir
36068  como argumento opcional, se inserta la siguiente línea en el preámbulo
36069  LaTeX:
36070 \end_layout
36071
36072 \begin_layout Standard
36073
36074 \series bold
36075
36076 \backslash
36077 newcommand{
36078 \backslash
36079 fracS}[3][]{
36080 \backslash
36081 genfrac{}{}{#1}{}{#2}{#3}}
36082 \end_layout
36083
36084 \begin_layout Standard
36085 Un ensayo:
36086 \begin_inset Formula 
36087 \begin{align*}
36088 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
36089 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
36090 \end{align*}
36091
36092 \end_inset
36093
36094 Como se puede ver, la distancia del numerador y el denominador a la raya
36095  de fracción se redondea a unas tres veces el grosor de la raya.
36096 \end_layout
36097
36098 \begin_layout Subsection
36099 Ecuaciones canceladas
36100 \begin_inset Index idx
36101 status collapsed
36102
36103 \begin_layout Plain Layout
36104 Ecuación ! cancelada
36105 \end_layout
36106
36107 \end_inset
36108
36109
36110 \end_layout
36111
36112 \begin_layout Standard
36113 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
36114  
36115 \series bold
36116 cancel
36117 \series default
36118
36119 \begin_inset Index idx
36120 status collapsed
36121
36122 \begin_layout Plain Layout
36123 Paquetes ! cancel
36124 \end_layout
36125
36126 \end_inset
36127
36128  con la línea de preámbulo LaTeX
36129 \end_layout
36130
36131 \begin_layout Standard
36132
36133 \series bold
36134
36135 \backslash
36136 usepackage[samesize]{cancel}
36137 \end_layout
36138
36139 \begin_layout Standard
36140 \begin_inset ERT
36141 status collapsed
36142
36143 \begin_layout Plain Layout
36144
36145
36146 \backslash
36147 ifcancel 
36148 \end_layout
36149
36150 \end_inset
36151
36152
36153 \begin_inset Note Note
36154 status open
36155
36156 \begin_layout Plain Layout
36157 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
36158 \series bold
36159 cancel
36160 \series default
36161  está instalado.
36162 \end_layout
36163
36164 \end_inset
36165
36166
36167 \end_layout
36168
36169 \begin_layout Standard
36170 Hay cuatro formas de cancelar ecuaciones:
36171 \end_layout
36172
36173 \begin_layout Standard
36174 \align center
36175 \begin_inset Tabular
36176 <lyxtabular version="3" rows="5" columns="2">
36177 <features tabularvalignment="middle">
36178 <column alignment="center" valignment="top" width="0">
36179 <column alignment="center" valignment="top" width="0">
36180 <row>
36181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36182 \begin_inset Text
36183
36184 \begin_layout Plain Layout
36185 Comando
36186 \end_layout
36187
36188 \end_inset
36189 </cell>
36190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36191 \begin_inset Text
36192
36193 \begin_layout Plain Layout
36194 Resultado
36195 \begin_inset Note Note
36196 status collapsed
36197
36198 \begin_layout Plain Layout
36199 El
36200 \series bold
36201  
36202 \series default
36203 espacio y 
36204 \series bold
36205
36206 \backslash
36207 raisebox
36208 \series default
36209  se usa sólo como espaciador
36210 \end_layout
36211
36212 \end_inset
36213
36214
36215 \end_layout
36216
36217 \end_inset
36218 </cell>
36219 </row>
36220 <row>
36221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36222 \begin_inset Text
36223
36224 \begin_layout Plain Layout
36225
36226 \backslash
36227 cancel{
36228 \backslash
36229 int
36230 \begin_inset ERT
36231 status collapsed
36232
36233 \begin_layout Plain Layout
36234
36235
36236 \backslash
36237 spce 
36238 \end_layout
36239
36240 \end_inset
36241
36242 A=B
36243 \end_layout
36244
36245 \end_inset
36246 </cell>
36247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36248 \begin_inset Text
36249
36250 \begin_layout Plain Layout
36251 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
36252 \end_inset
36253
36254
36255 \end_layout
36256
36257 \end_inset
36258 </cell>
36259 </row>
36260 <row>
36261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36262 \begin_inset Text
36263
36264 \begin_layout Plain Layout
36265
36266 \backslash
36267 bcancel{
36268 \backslash
36269 int
36270 \begin_inset ERT
36271 status collapsed
36272
36273 \begin_layout Plain Layout
36274
36275
36276 \backslash
36277 spce 
36278 \end_layout
36279
36280 \end_inset
36281
36282 A=B
36283 \end_layout
36284
36285 \end_inset
36286 </cell>
36287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36288 \begin_inset Text
36289
36290 \begin_layout Plain Layout
36291 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
36292 \end_inset
36293
36294
36295 \end_layout
36296
36297 \end_inset
36298 </cell>
36299 </row>
36300 <row>
36301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36302 \begin_inset Text
36303
36304 \begin_layout Plain Layout
36305
36306 \backslash
36307 xcancel{
36308 \backslash
36309 int
36310 \begin_inset ERT
36311 status collapsed
36312
36313 \begin_layout Plain Layout
36314
36315
36316 \backslash
36317 spce 
36318 \end_layout
36319
36320 \end_inset
36321
36322 A=B
36323 \end_layout
36324
36325 \end_inset
36326 </cell>
36327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36328 \begin_inset Text
36329
36330 \begin_layout Plain Layout
36331 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
36332 \end_inset
36333
36334
36335 \end_layout
36336
36337 \end_inset
36338 </cell>
36339 </row>
36340 <row>
36341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36342 \begin_inset Text
36343
36344 \begin_layout Plain Layout
36345
36346 \backslash
36347 cancelto{1
36348 \begin_inset Formula $\to$
36349 \end_inset
36350
36351
36352 \backslash
36353 {
36354 \backslash
36355 int
36356 \begin_inset ERT
36357 status collapsed
36358
36359 \begin_layout Plain Layout
36360
36361
36362 \backslash
36363 spce 
36364 \end_layout
36365
36366 \end_inset
36367
36368 A=B
36369 \end_layout
36370
36371 \end_inset
36372 </cell>
36373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36374 \begin_inset Text
36375
36376 \begin_layout Plain Layout
36377 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
36378 \end_inset
36379
36380
36381 \end_layout
36382
36383 \end_inset
36384 </cell>
36385 </row>
36386 </lyxtabular>
36387
36388 \end_inset
36389
36390
36391 \end_layout
36392
36393 \begin_layout Standard
36394
36395 \series bold
36396
36397 \backslash
36398 cancelto
36399 \series default
36400  es especialmente apropiada para visualizar la simplificación de fracciones
36401  en una ecuación:
36402 \begin_inset Formula 
36403 \[
36404 \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}}}
36405 \]
36406
36407 \end_inset
36408
36409
36410 \end_layout
36411
36412 \begin_layout Standard
36413 \begin_inset ERT
36414 status collapsed
36415
36416 \begin_layout Plain Layout
36417
36418
36419 \backslash
36420 else
36421 \end_layout
36422
36423 \end_inset
36424
36425
36426 \begin_inset Note Note
36427 status open
36428
36429 \begin_layout Plain Layout
36430 Lo que sigue se verá en la salida si el paquete LaTeX 
36431 \series bold
36432 cancel
36433 \series default
36434  no está instalado:
36435 \end_layout
36436
36437 \end_inset
36438
36439
36440 \end_layout
36441
36442 \begin_layout Standard
36443 Debes instalar el paquete LaTeX 
36444 \series bold
36445 cancel
36446 \series default
36447  para ver en la salida el resto de esta subsección.
36448 \end_layout
36449
36450 \begin_layout Standard
36451 \begin_inset ERT
36452 status collapsed
36453
36454 \begin_layout Plain Layout
36455
36456
36457 \backslash
36458 fi
36459 \end_layout
36460
36461 \end_inset
36462
36463
36464 \end_layout
36465
36466 \begin_layout Subsection
36467 Ecuaciones en encabezados de sección
36468 \begin_inset CommandInset label
36469 LatexCommand label
36470 name "sub:Ecuaciones-en-encabezados"
36471
36472 \end_inset
36473
36474
36475 \begin_inset Index idx
36476 status collapsed
36477
36478 \begin_layout Plain Layout
36479 Ecuación ! en encabezados de sección
36480 \end_layout
36481
36482 \end_inset
36483
36484
36485 \end_layout
36486
36487 \begin_layout Standard
36488 Si se quiere poner una ecuación en un encabezado de sección hay que tener
36489  en cuenta lo siguiente:
36490 \end_layout
36491
36492 \begin_layout Standard
36493 \begin_inset Note Greyedout
36494 status open
36495
36496 \begin_layout Plain Layout
36497 Si el soporte para 
36498 \series bold
36499 hyperref
36500 \series default
36501
36502 \begin_inset Index idx
36503 status collapsed
36504
36505 \begin_layout Plain Layout
36506 Paquetes ! hyperref
36507 \end_layout
36508
36509 \end_inset
36510
36511  está activado en la configuración del documento, 
36512 \family sans
36513 Propiedades
36514 \begin_inset space ~
36515 \end_inset
36516
36517
36518 \family default
36519 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
36520  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
36521  texto del marcador, porque se infringen las convenciones PDF.
36522 \end_layout
36523
36524 \end_inset
36525
36526
36527 \end_layout
36528
36529 \begin_layout Standard
36530 Estos problemas se pueden solucionar insertando al final del encabezado
36531  un título breve con el menú 
36532 \family sans
36533 Insertar\SpecialChar \menuseparator
36534 Título
36535 \begin_inset space ~
36536 \end_inset
36537
36538 breve
36539 \family default
36540 .
36541  Los títulos breves se usan como alternativa para encabezados de sección
36542  con más de una línea para mantener el buen aspecto del índice.
36543  En éste sólo aparece el título breve y por tanto también en los marcadores.
36544 \end_layout
36545
36546 \begin_layout Standard
36547 Si hay que poner ecuaciones en el índice y se usa 
36548 \series bold
36549 hyperref
36550 \series default
36551 , se puede insertar el siguiente comando en modo TeX:
36552 \end_layout
36553
36554 \begin_layout Standard
36555
36556 \series bold
36557
36558 \backslash
36559 texorpdfstring{parte}{alternativa}
36560 \begin_inset Index idx
36561 status collapsed
36562
36563 \begin_layout Plain Layout
36564 Comandos ! T ! 
36565 \backslash
36566 texorpdfstring
36567 \end_layout
36568
36569 \end_inset
36570
36571
36572 \end_layout
36573
36574 \begin_layout Standard
36575 parte se refiere a la parte del encabezado que no debería aparecer en el
36576  marcador PDF.
36577  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
36578  La alternativa se usa para el marcador en vez de la parte.
36579 \end_layout
36580
36581 \begin_layout Standard
36582 Aquí hay dos ejemplos de encabezados con ecuación:
36583 \end_layout
36584
36585 \begin_layout Standard
36586 \begin_inset VSpace -3mm
36587 \end_inset
36588
36589
36590 \end_layout
36591
36592 \begin_layout Standard
36593 \begin_inset ERT
36594 status collapsed
36595
36596 \begin_layout Plain Layout
36597
36598
36599 \backslash
36600 boldmath 
36601 \end_layout
36602
36603 \end_inset
36604
36605
36606 \end_layout
36607
36608 \begin_layout Subsubsection
36609 Encabezado sin ecuación en el índice 
36610 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36611 \end_inset
36612
36613
36614 \begin_inset Argument
36615 status collapsed
36616
36617 \begin_layout Plain Layout
36618 Encabezado sin ecuación en el índice
36619 \end_layout
36620
36621 \end_inset
36622
36623
36624 \end_layout
36625
36626 \begin_layout Subsubsection
36627 Encabezado con ecuación en el índice
36628 \begin_inset ERT
36629 status collapsed
36630
36631 \begin_layout Plain Layout
36632
36633
36634 \backslash
36635 texorpdfstring{
36636 \end_layout
36637
36638 \end_inset
36639
36640  
36641 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36642 \end_inset
36643
36644
36645 \begin_inset ERT
36646 status collapsed
36647
36648 \begin_layout Plain Layout
36649
36650 }{}
36651 \end_layout
36652
36653 \end_inset
36654
36655
36656 \end_layout
36657
36658 \begin_layout Standard
36659 \begin_inset ERT
36660 status collapsed
36661
36662 \begin_layout Plain Layout
36663
36664
36665 \backslash
36666 unboldmath 
36667 \end_layout
36668
36669 \end_inset
36670
36671 En el primer encabezado se ha puesto un título breve, en el segundo un 
36672 \series bold
36673
36674 \backslash
36675 texorpdfstring
36676 \series default
36677 .
36678 \end_layout
36679
36680 \begin_layout Standard
36681 Para obtener el mismo formato que en los demás encabezados se han puesto
36682  ambos en un entorno 
36683 \series bold
36684 boldmath
36685 \series default
36686 .
36687 \begin_inset Foot
36688 status collapsed
36689
36690 \begin_layout Plain Layout
36691 véase 
36692 \begin_inset CommandInset ref
36693 LatexCommand ref
36694 reference "sub:Ecuaciones-en-negrita"
36695
36696 \end_inset
36697
36698
36699 \end_layout
36700
36701 \end_inset
36702
36703
36704 \end_layout
36705
36706 \begin_layout Subsection
36707 Ecuaciones en texto multicolumna
36708 \begin_inset Index idx
36709 status collapsed
36710
36711 \begin_layout Plain Layout
36712 Ecuación ! en texto multicolumna
36713 \end_layout
36714
36715 \end_inset
36716
36717
36718 \end_layout
36719
36720 \begin_layout Standard
36721 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
36722  para ajustarse a la columna y entonces es preciso abarcar la anchura total
36723  de la página.
36724  Esto se hace usando el paquete LaTeX 
36725 \series bold
36726 multicol
36727 \series default
36728 ,
36729 \begin_inset Foot
36730 status collapsed
36731
36732 \begin_layout Plain Layout
36733
36734 \series bold
36735 multicol
36736 \series default
36737  forma parte de las distribuciones LaTeX estándar.
36738 \end_layout
36739
36740 \end_inset
36741
36742
36743 \begin_inset Index idx
36744 status collapsed
36745
36746 \begin_layout Plain Layout
36747 Paquetes ! multicol
36748 \end_layout
36749
36750 \end_inset
36751
36752  que se carga en el preámbulo LaTeX con la línea
36753 \end_layout
36754
36755 \begin_layout Standard
36756
36757 \series bold
36758
36759 \backslash
36760 usepackage{multicol}
36761 \end_layout
36762
36763 \begin_layout Standard
36764 \begin_inset Note Greyedout
36765 status open
36766
36767 \begin_layout Plain Layout
36768 Ten en cuenta que la opción 
36769 \family sans
36770 Documento
36771 \begin_inset space ~
36772 \end_inset
36773
36774 con
36775 \begin_inset space ~
36776 \end_inset
36777
36778 dos
36779 \begin_inset space ~
36780 \end_inset
36781
36782 caras
36783 \family default
36784 , bajo 
36785 \family sans
36786 Diseño
36787 \begin_inset space ~
36788 \end_inset
36789
36790 de
36791 \begin_inset space ~
36792 \end_inset
36793
36794 página 
36795 \family default
36796 en el menú 
36797 \family sans
36798 Documento\SpecialChar \menuseparator
36799 Configuración
36800 \family default
36801  
36802 \emph on
36803 debe
36804 \emph default
36805  estar desmarcada.
36806 \end_layout
36807
36808 \end_inset
36809
36810
36811 \end_layout
36812
36813 \begin_layout Standard
36814 Antes del texto multicolumna se inserta en modo TeX el comando
36815 \end_layout
36816
36817 \begin_layout Standard
36818
36819 \series bold
36820
36821 \backslash
36822 begin{multicols}{número de columnas}
36823 \end_layout
36824
36825 \begin_layout Standard
36826 El número de columnas está en el rango 2-10.
36827  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
36828  TeX el comando
36829 \end_layout
36830
36831 \begin_layout Standard
36832
36833 \series bold
36834
36835 \backslash
36836 end{multicols}
36837 \end_layout
36838
36839 \begin_layout Standard
36840 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
36841  Para quitarlo se inserta un espacio vertical de -6
36842 \begin_inset space \thinspace{}
36843 \end_inset
36844
36845 mm antes de la ecuación.
36846  Si se usa el estilo 
36847 \series bold
36848 Sangrado
36849 \series default
36850 ,
36851 \begin_inset Foot
36852 status open
36853
36854 \begin_layout Plain Layout
36855 véase estilos de ecuación en 
36856 \begin_inset CommandInset ref
36857 LatexCommand ref
36858 reference "sec:Estilos-de-ecuación"
36859
36860 \end_inset
36861
36862
36863 \end_layout
36864
36865 \end_inset
36866
36867  se inserta un espacio de -9
36868 \begin_inset space \thinspace{}
36869 \end_inset
36870
36871 mm.
36872 \end_layout
36873
36874 \begin_layout Standard
36875 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
36876 \end_layout
36877
36878 \begin_layout Standard
36879
36880 \lang german
36881 \begin_inset ERT
36882 status collapsed
36883
36884 \begin_layout Plain Layout
36885
36886
36887 \backslash
36888 begin{multicols}{2}
36889 \end_layout
36890
36891 \end_inset
36892
36893 Das Spektrum wird fouriertransformiert.
36894  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36895 , Lösungsmittel) zu trennen.
36896  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36897  nun das Aussehen des Ausgangssignals.
36898  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36899  über alle Phasen integrieren muss.
36900  Sei nun 
36901 \begin_inset Formula $S$
36902 \end_inset
36903
36904  unser normiertes Ausgangssignal und 
36905 \begin_inset Formula $P$
36906 \end_inset
36907
36908  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36909 \begin_inset ERT
36910 status collapsed
36911
36912 \begin_layout Plain Layout
36913
36914
36915 \backslash
36916 end{multicols}
36917 \end_layout
36918
36919 \end_inset
36920
36921
36922 \begin_inset VSpace -6mm
36923 \end_inset
36924
36925
36926 \begin_inset Formula 
36927 \begin{equation}
36928 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36929 \end{equation}
36930
36931 \end_inset
36932
36933
36934 \begin_inset ERT
36935 status collapsed
36936
36937 \begin_layout Plain Layout
36938
36939
36940 \backslash
36941 begin{multicols}{2}
36942 \end_layout
36943
36944 \end_inset
36945
36946 wobei 
36947 \begin_inset Formula $S_{0}$
36948 \end_inset
36949
36950  das Signal ohne Gradient ist und die Normierungsbedingung 
36951 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36952 \end_inset
36953
36954  gilt.
36955  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36956  Direkt nach dem 
36957 \begin_inset Formula $\nicefrac{\pi}{2}$
36958 \end_inset
36959
36960
36961 \begin_inset space \thinspace{}
36962 \end_inset
36963
36964 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36965  das Signal zusätzlich abschwächt.
36966  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36967  
36968 \begin_inset Formula $T_{2}$
36969 \end_inset
36970
36971 -Zeit.
36972 \end_layout
36973
36974 \begin_layout Standard
36975
36976 \lang german
36977 \begin_inset ERT
36978 status collapsed
36979
36980 \begin_layout Plain Layout
36981
36982
36983 \backslash
36984 end{multicols}
36985 \end_layout
36986
36987 \end_inset
36988
36989
36990 \end_layout
36991
36992 \begin_layout Subsection
36993 Ecuaciones con descripción de variables
36994 \begin_inset Index idx
36995 status collapsed
36996
36997 \begin_layout Plain Layout
36998 Ecuación ! con descripción de variables
36999 \end_layout
37000
37001 \end_inset
37002
37003
37004 \end_layout
37005
37006 \begin_layout Standard
37007 Para describir variables en una ecuación, como en la fórmula 
37008 \begin_inset CommandInset ref
37009 LatexCommand eqref
37010 reference "eq:within"
37011
37012 \end_inset
37013
37014 , se inserta una matriz 2×
37015 \begin_inset Formula $n$
37016 \end_inset
37017
37018  con columnas alineadas a la izquierda para las 
37019 \emph on
37020
37021 \begin_inset Formula $n$
37022 \end_inset
37023
37024
37025 \emph default
37026  variables usadas.
37027 \begin_inset Foot
37028 status collapsed
37029
37030 \begin_layout Plain Layout
37031 véase matrices en 
37032 \begin_inset CommandInset ref
37033 LatexCommand ref
37034 reference "sec:Matrices"
37035
37036 \end_inset
37037
37038
37039 \end_layout
37040
37041 \end_inset
37042
37043  Para poner la descripción en tamaño más pequeño se inserta, por ejemplo,
37044  el comando 
37045 \series bold
37046
37047 \backslash
37048 footnotesize
37049 \series default
37050  antes de la matriz.
37051 \begin_inset Foot
37052 status collapsed
37053
37054 \begin_layout Plain Layout
37055 véase tamaños de tipografías en 
37056 \begin_inset CommandInset ref
37057 LatexCommand ref
37058 reference "sub:Tamaños-de-tipografías"
37059
37060 \end_inset
37061
37062 .
37063 \end_layout
37064
37065 \end_inset
37066
37067
37068 \end_layout
37069
37070 \begin_layout Standard
37071 Si se usa el estilo 
37072 \series bold
37073 Sangrado
37074 \series default
37075 ,
37076 \begin_inset Foot
37077 status collapsed
37078
37079 \begin_layout Plain Layout
37080 véase estilos de ecuación en 
37081 \begin_inset CommandInset ref
37082 LatexCommand ref
37083 reference "sec:Estilos-de-ecuación"
37084
37085 \end_inset
37086
37087
37088 \end_layout
37089
37090 \end_inset
37091
37092  se inserta un 
37093 \series bold
37094
37095 \backslash
37096 hfill
37097 \series default
37098
37099 \begin_inset Foot
37100 status collapsed
37101
37102 \begin_layout Plain Layout
37103
37104 \series bold
37105
37106 \backslash
37107 hfill
37108 \series default
37109  sólo funciona en ecuaciones en estilo 
37110 \series bold
37111 Sangrado
37112 \series default
37113 , véase 
37114 \begin_inset CommandInset ref
37115 LatexCommand ref
37116 reference "sub:Espacio-variable"
37117
37118 \end_inset
37119
37120
37121 \end_layout
37122
37123 \end_inset
37124
37125  delante y detrás de la matriz para que tenga la misma separación con la
37126  ecuación y con el margen.
37127 \end_layout
37128
37129 \begin_layout Standard
37130 Si se usa el estilo 
37131 \series bold
37132 Centrado
37133 \series default
37134  se emplea el método descrito en la 
37135 \begin_inset CommandInset ref
37136 LatexCommand ref
37137 reference "sub:Entorno-flalign"
37138
37139 \end_inset
37140
37141  para sangrar la ecuación.
37142  La ecuación 
37143 \begin_inset CommandInset ref
37144 LatexCommand eqref
37145 reference "eq:within"
37146
37147 \end_inset
37148
37149  consta de cinco columnas ya que las dos primeras contienen la fórmula,
37150  la tercera la matriz y la última una llave TeX vacía.
37151 \begin_inset Formula 
37152 \begin{flalign}
37153 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
37154 \rho & \mbox{densidad}\\
37155 V & \mbox{volumen}\\
37156 g & \mbox{aceleración gravitatoria}
37157 \end{array} &  & {}\label{eq:within}
37158 \end{flalign}
37159
37160 \end_inset
37161
37162
37163 \end_layout
37164
37165 \begin_layout Subsection
37166 Letras griegas minúsculas en redonda
37167 \begin_inset CommandInset label
37168 LatexCommand label
37169 name "sub:Griegas-en-redonda"
37170
37171 \end_inset
37172
37173
37174 \begin_inset Index idx
37175 status collapsed
37176
37177 \begin_layout Plain Layout
37178 Letras griegas ! en redonda
37179 \end_layout
37180
37181 \end_inset
37182
37183
37184 \end_layout
37185
37186 \begin_layout Standard
37187 La mayoría de las tipografías sólo suministran letras griegas minúsculas
37188  en cursiva.
37189  Pero para símbolos de partículas elementales como piones y neutrinos hacen
37190  falta letras griegas en redonda.
37191  El archivo 
37192 \series bold
37193 upgreek.sty
37194 \series default
37195
37196 \begin_inset Foot
37197 status collapsed
37198
37199 \begin_layout Plain Layout
37200
37201 \series bold
37202 upgreek
37203 \series default
37204  forma parte del paquete LaTeX 
37205 \series bold
37206 was
37207 \series default
37208
37209 \begin_inset Index idx
37210 status collapsed
37211
37212 \begin_layout Plain Layout
37213 Paquetes ! was
37214 \begin_inset ERT
37215 status collapsed
37216
37217 \begin_layout Plain Layout
37218
37219
37220 \backslash
37221 vspace{4mm}
37222 \end_layout
37223
37224 \end_inset
37225
37226
37227 \end_layout
37228
37229 \end_inset
37230
37231 .
37232 \end_layout
37233
37234 \end_inset
37235
37236
37237 \begin_inset Index idx
37238 status collapsed
37239
37240 \begin_layout Plain Layout
37241 Paquetes ! upgreek
37242 \end_layout
37243
37244 \end_inset
37245
37246 , que se carga en el preámbulo LaTeX con la línea
37247 \end_layout
37248
37249 \begin_layout Standard
37250
37251 \series bold
37252
37253 \backslash
37254 usepackage{upgreek}
37255 \end_layout
37256
37257 \begin_layout Standard
37258 las suministra.
37259  
37260 \begin_inset ERT
37261 status collapsed
37262
37263 \begin_layout Plain Layout
37264
37265
37266 \backslash
37267 ifupgreek 
37268 \end_layout
37269
37270 \end_inset
37271
37272
37273 \begin_inset Note Note
37274 status open
37275
37276 \begin_layout Plain Layout
37277 Lo siguiente sólo se podrá ver si está instalado el paquete LaTeX 
37278 \series bold
37279 upgreek
37280 \series default
37281 :
37282 \end_layout
37283
37284 \end_inset
37285
37286  Se imprimen con el comando de la letra correspondiente precedido de 
37287 \series bold
37288 up
37289 \series default
37290 .
37291  Por ejemplo, el comando 
37292 \series bold
37293
37294 \backslash
37295 uptau
37296 \series default
37297  genera: 
37298 \begin_inset Formula $\uptau$
37299 \end_inset
37300
37301
37302 \end_layout
37303
37304 \begin_layout Standard
37305 Con estos comandos se pueden escribir reacciones entre partículas elementales:
37306 \begin_inset Formula 
37307 \[
37308 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}
37309 \]
37310
37311 \end_inset
37312
37313
37314 \end_layout
37315
37316 \begin_layout Standard
37317 Las letras en redonda son más remarcadas y más grandes que las correspondientes
37318  en cursiva.
37319  Por tanto no deberían emplearse para unidades como 
37320 \begin_inset Quotes fld
37321 \end_inset
37322
37323 µm
37324 \begin_inset Quotes frd
37325 \end_inset
37326
37327 .
37328 \end_layout
37329
37330 \begin_layout Standard
37331 \begin_inset ERT
37332 status collapsed
37333
37334 \begin_layout Plain Layout
37335
37336
37337 \backslash
37338 else 
37339 \end_layout
37340
37341 \end_inset
37342
37343
37344 \begin_inset Note Note
37345 status open
37346
37347 \begin_layout Plain Layout
37348 Lo siguiente se mostrará si el paquete LaTeX 
37349 \series bold
37350 upgreek
37351 \series default
37352  no está instalado:
37353 \end_layout
37354
37355 \end_inset
37356
37357
37358 \end_layout
37359
37360 \begin_layout Standard
37361 Debes instalar el paquete LaTeX 
37362 \series bold
37363 upgreek
37364 \series default
37365  para ver en la salida el resto de esta subsección.
37366  
37367 \end_layout
37368
37369 \begin_layout Standard
37370 \begin_inset ERT
37371 status collapsed
37372
37373 \begin_layout Plain Layout
37374
37375
37376 \backslash
37377 fi
37378 \end_layout
37379
37380 \end_inset
37381
37382
37383 \end_layout
37384
37385 \begin_layout Subsection
37386 Caracteres de texto en ecuaciones
37387 \begin_inset CommandInset label
37388 LatexCommand label
37389 name "sub:Caracteres-de-texto"
37390
37391 \end_inset
37392
37393
37394 \begin_inset Index idx
37395 status collapsed
37396
37397 \begin_layout Plain Layout
37398 Texto ! en ecuaciones
37399 \end_layout
37400
37401 \end_inset
37402
37403
37404 \end_layout
37405
37406 \begin_layout Standard
37407 En algunos casos podrías querer insertar caracteres de texto directamente
37408  en ecuaciones.
37409  Por ejemplo, cuando se usa con frecuencia el punto centrado 
37410 \begin_inset Formula $\cdot$
37411 \end_inset
37412
37413  en expresiones como 
37414 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
37415 \end_inset
37416
37417 , habría que insertar el comando 
37418 \series bold
37419
37420 \backslash
37421 cdot
37422 \series default
37423
37424 \begin_inset Foot
37425 status collapsed
37426
37427 \begin_layout Plain Layout
37428 véase 
37429 \begin_inset CommandInset ref
37430 LatexCommand ref
37431 reference "sub:Operadores-binarios"
37432
37433 \end_inset
37434
37435
37436 \end_layout
37437
37438 \end_inset
37439
37440  continuamente, porque este carácter está definido en todas las codificaciones
37441  como carácter de texto.
37442  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
37443 \end_layout
37444
37445 \begin_layout Standard
37446
37447 \series bold
37448
37449 \backslash
37450 Declare Inputtext{183}{
37451 \backslash
37452 ifmmode
37453 \backslash
37454 cdot
37455 \backslash
37456 else
37457 \backslash
37458 textperiodcentered
37459 \backslash
37460 f\SpecialChar \textcompwordmark{}
37461 i}
37462 \end_layout
37463
37464 \begin_layout Standard
37465 La codificación de caracteres (menú 
37466 \family sans
37467 Documento\SpecialChar \menuseparator
37468 Configuración\SpecialChar \menuseparator
37469 Idioma
37470 \family default
37471 ) especifica el carácter que se muestra al pulsar una tecla.
37472  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
37473  
37474 \series bold
37475
37476 \backslash
37477 textperiodcentered
37478 \series default
37479 .
37480  Pero este comando no está disponible en ecuaciones así que obtendrías errores
37481  de LaTeX.
37482  Con la codificación cambiada se escoge automáticamente el comando correcto,
37483  dependiendo de si el carácter se ha insertado en una ecuación o no.
37484 \end_layout
37485
37486 \begin_layout Standard
37487 La codificación de diversos caracteres se guarda en archivos de definición.
37488  Por ejemplo la codificación 
37489 \series bold
37490 latin9
37491 \series default
37492  se define en el archivo 
37493 \series bold
37494 latin9.def
37495 \series default
37496  que está en el directorio de LaTeX.
37497  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
37498  archivo de definición, de lo contrario nuestros documentos no podrían ser
37499  editados en otros ordenadores.
37500 \begin_inset VSpace medskip
37501 \end_inset
37502
37503
37504 \end_layout
37505
37506 \begin_layout Standard
37507 Además del punto centrado, en este documento se ha definido el símbolo grado
37508  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
37509  directamente en una fórmula:
37510 \end_layout
37511
37512 \begin_layout Standard
37513
37514 \series bold
37515
37516 \backslash
37517 DeclareInputtext{176}{
37518 \backslash
37519 ifmmode^
37520 \backslash
37521 circ
37522 \backslash
37523 else
37524 \backslash
37525 textdegree
37526 \backslash
37527 f\SpecialChar \textcompwordmark{}
37528 i}
37529 \begin_inset Newpage newpage
37530 \end_inset
37531
37532
37533 \end_layout
37534
37535 \begin_layout Section
37536 \start_of_appendix
37537 Notas sobre tipografía
37538 \begin_inset Index idx
37539 status open
37540
37541 \begin_layout Plain Layout
37542 Tipografía, normas
37543 \end_layout
37544
37545 \end_inset
37546
37547
37548 \end_layout
37549
37550 \begin_layout Standard
37551 Esta sección es un resumen de las normas tipográficas ISO más importantes.
37552 \begin_inset Foot
37553 status collapsed
37554
37555 \begin_layout Plain Layout
37556 Este compendio se ha tomado parcialmente del diccionario semi-oficial alemán
37557  
37558 \begin_inset Quotes fld
37559 \end_inset
37560
37561 Duden
37562 \begin_inset Quotes frd
37563 \end_inset
37564
37565  
37566 \begin_inset CommandInset citation
37567 LatexCommand cite
37568 key "Duden"
37569
37570 \end_inset
37571
37572 , que incluye algunas de las normas ISO.
37573  
37574 \begin_inset Newline newline
37575 \end_inset
37576
37577 (
37578 \emph on
37579 N.
37580 \begin_inset space \thinspace{}
37581 \end_inset
37582
37583 del t.
37584 \emph default
37585 : Para documentación en español sobre el tema, véase 
37586 \begin_inset CommandInset citation
37587 LatexCommand cite
37588 key "Bezos"
37589
37590 \end_inset
37591
37592 .)
37593 \end_layout
37594
37595 \end_inset
37596
37597
37598 \end_layout
37599
37600 \begin_layout Itemize
37601 Las unidades físicas se escriben 
37602 \emph on
37603 siempre 
37604 \emph default
37605 en redonda
37606 \begin_inset Foot
37607 status collapsed
37608
37609 \begin_layout Plain Layout
37610 véase estilos de tipografías en 
37611 \begin_inset CommandInset ref
37612 LatexCommand ref
37613 reference "sub:Estilos-de-tipografías"
37614
37615 \end_inset
37616
37617
37618 \end_layout
37619
37620 \end_inset
37621
37622 , aunque aparezcan en un texto en cursiva: 30
37623 \begin_inset space \thinspace{}
37624 \end_inset
37625
37626 km/h
37627 \begin_inset Newline newline
37628 \end_inset
37629
37630 Entre el valor y la unidad hay un espacio delgado, véase 
37631 \begin_inset CommandInset ref
37632 LatexCommand ref
37633 reference "sub:Espacio-predefinido"
37634
37635 \end_inset
37636
37637 .
37638 \begin_inset Newline newline
37639 \end_inset
37640
37641 Esta norma la cumple automáticamente el comando 
37642 \series bold
37643
37644 \backslash
37645 unittwo
37646 \series default
37647 .
37648  Si se introduce en una fórmula aparecen dos marcos.
37649  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
37650  como antes, 
37651 \begin_inset Formula $\unit[30]{km/h}$
37652 \end_inset
37653
37654
37655 \begin_inset space \thinspace{}
37656 \end_inset
37657
37658 .
37659  Ten en cuenta que 
37660 \series bold
37661
37662 \backslash
37663 unittwo
37664 \series default
37665  no es un auténtico comando LaTeX, sino el comando 
37666 \series bold
37667
37668 \backslash
37669 unit[value]{unit}
37670 \series default
37671 , por tanto no lo puedes usar en código TeX.
37672 \end_layout
37673
37674 \begin_layout Itemize
37675 Los signos por ciento y por mil se escriben como las unidades físicas:
37676 \begin_inset Newline newline
37677 \end_inset
37678
37679 1,2
37680 \begin_inset space \thinspace{}
37681 \end_inset
37682
37683 ‰ de alcohol en sangre.
37684 \end_layout
37685
37686 \begin_layout Itemize
37687 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
37688  otra unidad: 15
37689 \begin_inset space \thinspace{}
37690 \end_inset
37691
37692 °C
37693 \end_layout
37694
37695 \begin_layout Itemize
37696 En números con más de cuatro dígitos se inserta un espacio delgado para
37697  separarlos en grupos de tres cifras: 18
37698 \begin_inset space \thinspace{}
37699 \end_inset
37700
37701 473
37702 \begin_inset space \thinspace{}
37703 \end_inset
37704
37705 588
37706 \end_layout
37707
37708 \begin_layout Itemize
37709 Para dimensiones como 120×90×40
37710 \begin_inset space \thinspace{}
37711 \end_inset
37712
37713 cm se usa el aspa de multiplicar 
37714 \begin_inset Quotes fld
37715 \end_inset
37716
37717 ×
37718 \begin_inset Quotes frd
37719 \end_inset
37720
37721 .
37722  Está disponible en el menú 
37723 \family sans
37724 Insertar\SpecialChar \menuseparator
37725 Carácter especial
37726 \family default
37727 \SpecialChar \menuseparator
37728
37729 \family sans
37730 Símbolos
37731 \family default
37732  o bien mediante el comando 
37733 \series bold
37734
37735 \backslash
37736 times
37737 \series default
37738 .
37739  Se puede insertar directamente con cierta combinación de teclas.
37740 \end_layout
37741
37742 \begin_layout Itemize
37743 Las funciones con nombres que constan de varias letras se escriben en redonda
37744  para evitar confusiones, véase 
37745 \begin_inset CommandInset ref
37746 LatexCommand ref
37747 reference "sub:Funciones-predefinidas"
37748
37749 \end_inset
37750
37751 .
37752 \end_layout
37753
37754 \begin_layout Itemize
37755 Los índices que constan de varias letras se escriben en redonda: 
37756 \begin_inset Formula $E_{\mathrm{cin}}$
37757 \end_inset
37758
37759
37760 \begin_inset Newline newline
37761 \end_inset
37762
37763 Los componentes de una matriz se escriben en cursiva: 
37764 \begin_inset Formula $\hat{H}_{kl}$
37765 \end_inset
37766
37767
37768 \end_layout
37769
37770 \begin_layout Itemize
37771 El operador de diferenciación/integración 'd', el número de Euler 'e' y
37772  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
37773 s con otras variables.
37774 \end_layout
37775
37776 \begin_layout Itemize
37777 El carácter que indica una transformación 
37778 \noun on
37779 Fourier
37780 \noun default
37781  se inserta con el comando 
37782 \series bold
37783
37784 \backslash
37785 mathscr
37786 \begin_inset ERT
37787 status collapsed
37788
37789 \begin_layout Plain Layout
37790
37791
37792 \backslash
37793 spce 
37794 \end_layout
37795
37796 \end_inset
37797
37798 F
37799 \series default
37800  o mediante el menú
37801 \family sans
37802  Insertar\SpecialChar \menuseparator
37803 Carácter especial
37804 \family default
37805 \SpecialChar \menuseparator
37806
37807 \family sans
37808 Símbolos\SpecialChar \menuseparator
37809 Símbolos de letra
37810 \family default
37811
37812 \begin_inset Formula $\mathscr{F}$
37813 \end_inset
37814
37815
37816 \end_layout
37817
37818 \begin_layout Standard
37819 \begin_inset Newpage newpage
37820 \end_inset
37821
37822
37823 \end_layout
37824
37825 \begin_layout Section
37826 Sinónimos
37827 \begin_inset Index idx
37828 status collapsed
37829
37830 \begin_layout Plain Layout
37831 Sinónimos
37832 \end_layout
37833
37834 \end_inset
37835
37836
37837 \end_layout
37838
37839 \begin_layout Standard
37840 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
37841  como los que se recogen en esta lista:
37842 \begin_inset Foot
37843 status open
37844
37845 \begin_layout Plain Layout
37846 véase también 
37847 \begin_inset CommandInset ref
37848 LatexCommand ref
37849 reference "fn:sinónimos"
37850
37851 \end_inset
37852
37853 .
37854 \end_layout
37855
37856 \end_inset
37857
37858
37859 \end_layout
37860
37861 \begin_layout Standard
37862 \begin_inset VSpace bigskip
37863 \end_inset
37864
37865
37866 \begin_inset space \hfill{}
37867 \end_inset
37868
37869
37870 \begin_inset Tabular
37871 <lyxtabular version="3" rows="12" columns="2">
37872 <features tabularvalignment="middle">
37873 <column alignment="center" valignment="top" width="0pt">
37874 <column alignment="center" valignment="top" width="0pt">
37875 <row>
37876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37877 \begin_inset Text
37878
37879 \begin_layout Plain Layout
37880 Comando
37881 \end_layout
37882
37883 \end_inset
37884 </cell>
37885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37886 \begin_inset Text
37887
37888 \begin_layout Plain Layout
37889 equivalente a
37890 \begin_inset Note Note
37891 status collapsed
37892
37893 \begin_layout Plain Layout
37894
37895 \series bold
37896
37897 \backslash
37898 raisebox
37899 \series default
37900  se usa sólo como espaciador
37901 \end_layout
37902
37903 \end_inset
37904
37905
37906 \end_layout
37907
37908 \end_inset
37909 </cell>
37910 </row>
37911 <row>
37912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37913 \begin_inset Text
37914
37915 \begin_layout Plain Layout
37916
37917 \backslash
37918 ast
37919 \end_layout
37920
37921 \end_inset
37922 </cell>
37923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37924 \begin_inset Text
37925
37926 \begin_layout Plain Layout
37927 \begin_inset ERT
37928 status collapsed
37929
37930 \begin_layout Plain Layout
37931
37932
37933 \backslash
37934 raisebox{-1.2mm}{
37935 \end_layout
37936
37937 \end_inset
37938
37939 *
37940 \begin_inset ERT
37941 status collapsed
37942
37943 \begin_layout Plain Layout
37944
37945 }
37946 \end_layout
37947
37948 \end_inset
37949
37950
37951 \end_layout
37952
37953 \end_inset
37954 </cell>
37955 </row>
37956 <row>
37957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37958 \begin_inset Text
37959
37960 \begin_layout Plain Layout
37961
37962 \backslash
37963 choose
37964 \end_layout
37965
37966 \end_inset
37967 </cell>
37968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37969 \begin_inset Text
37970
37971 \begin_layout Plain Layout
37972
37973 \backslash
37974 binom
37975 \end_layout
37976
37977 \end_inset
37978 </cell>
37979 </row>
37980 <row>
37981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37982 \begin_inset Text
37983
37984 \begin_layout Plain Layout
37985
37986 \backslash
37987 geq
37988 \end_layout
37989
37990 \end_inset
37991 </cell>
37992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37993 \begin_inset Text
37994
37995 \begin_layout Plain Layout
37996
37997 \backslash
37998 ge
37999 \end_layout
38000
38001 \end_inset
38002 </cell>
38003 </row>
38004 <row>
38005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38006 \begin_inset Text
38007
38008 \begin_layout Plain Layout
38009
38010 \backslash
38011 lbrace
38012 \end_layout
38013
38014 \end_inset
38015 </cell>
38016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38017 \begin_inset Text
38018
38019 \begin_layout Plain Layout
38020 {
38021 \end_layout
38022
38023 \end_inset
38024 </cell>
38025 </row>
38026 <row>
38027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38028 \begin_inset Text
38029
38030 \begin_layout Plain Layout
38031
38032 \backslash
38033 lbracket
38034 \end_layout
38035
38036 \end_inset
38037 </cell>
38038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38039 \begin_inset Text
38040
38041 \begin_layout Plain Layout
38042 [
38043 \end_layout
38044
38045 \end_inset
38046 </cell>
38047 </row>
38048 <row>
38049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38050 \begin_inset Text
38051
38052 \begin_layout Plain Layout
38053
38054 \backslash
38055 leftarrow
38056 \end_layout
38057
38058 \end_inset
38059 </cell>
38060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38061 \begin_inset Text
38062
38063 \begin_layout Plain Layout
38064
38065 \backslash
38066 gets
38067 \end_layout
38068
38069 \end_inset
38070 </cell>
38071 </row>
38072 <row>
38073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38074 \begin_inset Text
38075
38076 \begin_layout Plain Layout
38077
38078 \backslash
38079 leq
38080 \end_layout
38081
38082 \end_inset
38083 </cell>
38084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38085 \begin_inset Text
38086
38087 \begin_layout Plain Layout
38088
38089 \backslash
38090 le
38091 \end_layout
38092
38093 \end_inset
38094 </cell>
38095 </row>
38096 <row>
38097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38098 \begin_inset Text
38099
38100 \begin_layout Plain Layout
38101
38102 \backslash
38103 lor
38104 \end_layout
38105
38106 \end_inset
38107 </cell>
38108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38109 \begin_inset Text
38110
38111 \begin_layout Plain Layout
38112
38113 \backslash
38114 vee
38115 \end_layout
38116
38117 \end_inset
38118 </cell>
38119 </row>
38120 <row>
38121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38122 \begin_inset Text
38123
38124 \begin_layout Plain Layout
38125
38126 \backslash
38127 neq
38128 \end_layout
38129
38130 \end_inset
38131 </cell>
38132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38133 \begin_inset Text
38134
38135 \begin_layout Plain Layout
38136
38137 \backslash
38138 not=
38139 \end_layout
38140
38141 \end_inset
38142 </cell>
38143 </row>
38144 <row>
38145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38146 \begin_inset Text
38147
38148 \begin_layout Plain Layout
38149
38150 \backslash
38151 slash
38152 \end_layout
38153
38154 \end_inset
38155 </cell>
38156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38157 \begin_inset Text
38158
38159 \begin_layout Plain Layout
38160 /
38161 \end_layout
38162
38163 \end_inset
38164 </cell>
38165 </row>
38166 <row>
38167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38168 \begin_inset Text
38169
38170 \begin_layout Plain Layout
38171
38172 \backslash
38173 vert
38174 \end_layout
38175
38176 \end_inset
38177 </cell>
38178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38179 \begin_inset Text
38180
38181 \begin_layout Plain Layout
38182 |
38183 \end_layout
38184
38185 \end_inset
38186 </cell>
38187 </row>
38188 </lyxtabular>
38189
38190 \end_inset
38191
38192
38193 \begin_inset space \hfill{}
38194 \end_inset
38195
38196
38197 \begin_inset Tabular
38198 <lyxtabular version="3" rows="12" columns="2">
38199 <features tabularvalignment="middle">
38200 <column alignment="center" valignment="top" width="0pt">
38201 <column alignment="center" valignment="top" width="0pt">
38202 <row>
38203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38204 \begin_inset Text
38205
38206 \begin_layout Plain Layout
38207 Comando
38208 \end_layout
38209
38210 \end_inset
38211 </cell>
38212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38213 \begin_inset Text
38214
38215 \begin_layout Plain Layout
38216 equivalente a
38217 \end_layout
38218
38219 \end_inset
38220 </cell>
38221 </row>
38222 <row>
38223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38224 \begin_inset Text
38225
38226 \begin_layout Plain Layout
38227
38228 \backslash
38229 backslash
38230 \end_layout
38231
38232 \end_inset
38233 </cell>
38234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38235 \begin_inset Text
38236
38237 \begin_layout Plain Layout
38238
38239 \backslash
38240
38241 \backslash
38242
38243 \end_layout
38244
38245 \end_inset
38246 </cell>
38247 </row>
38248 <row>
38249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38250 \begin_inset Text
38251
38252 \begin_layout Plain Layout
38253
38254 \backslash
38255 dasharrow
38256 \end_layout
38257
38258 \end_inset
38259 </cell>
38260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38261 \begin_inset Text
38262
38263 \begin_layout Plain Layout
38264
38265 \backslash
38266 dashrightarrow
38267 \end_layout
38268
38269 \end_inset
38270 </cell>
38271 </row>
38272 <row>
38273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38274 \begin_inset Text
38275
38276 \begin_layout Plain Layout
38277
38278 \backslash
38279 land
38280 \end_layout
38281
38282 \end_inset
38283 </cell>
38284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38285 \begin_inset Text
38286
38287 \begin_layout Plain Layout
38288
38289 \backslash
38290 wedge
38291 \end_layout
38292
38293 \end_inset
38294 </cell>
38295 </row>
38296 <row>
38297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38298 \begin_inset Text
38299
38300 \begin_layout Plain Layout
38301
38302 \backslash
38303 rbrace
38304 \end_layout
38305
38306 \end_inset
38307 </cell>
38308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38309 \begin_inset Text
38310
38311 \begin_layout Plain Layout
38312 }
38313 \end_layout
38314
38315 \end_inset
38316 </cell>
38317 </row>
38318 <row>
38319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38320 \begin_inset Text
38321
38322 \begin_layout Plain Layout
38323
38324 \backslash
38325 rbracket
38326 \end_layout
38327
38328 \end_inset
38329 </cell>
38330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38331 \begin_inset Text
38332
38333 \begin_layout Plain Layout
38334 ]
38335 \end_layout
38336
38337 \end_inset
38338 </cell>
38339 </row>
38340 <row>
38341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38342 \begin_inset Text
38343
38344 \begin_layout Plain Layout
38345
38346 \backslash
38347 rightarrow
38348 \end_layout
38349
38350 \end_inset
38351 </cell>
38352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38353 \begin_inset Text
38354
38355 \begin_layout Plain Layout
38356
38357 \backslash
38358 to
38359 \end_layout
38360
38361 \end_inset
38362 </cell>
38363 </row>
38364 <row>
38365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38366 \begin_inset Text
38367
38368 \begin_layout Plain Layout
38369
38370 \backslash
38371 lnot
38372 \end_layout
38373
38374 \end_inset
38375 </cell>
38376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38377 \begin_inset Text
38378
38379 \begin_layout Plain Layout
38380
38381 \backslash
38382 neg
38383 \end_layout
38384
38385 \end_inset
38386 </cell>
38387 </row>
38388 <row>
38389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38390 \begin_inset Text
38391
38392 \begin_layout Plain Layout
38393
38394 \backslash
38395 ne
38396 \end_layout
38397
38398 \end_inset
38399 </cell>
38400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38401 \begin_inset Text
38402
38403 \begin_layout Plain Layout
38404
38405 \backslash
38406 not=
38407 \end_layout
38408
38409 \end_inset
38410 </cell>
38411 </row>
38412 <row>
38413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38414 \begin_inset Text
38415
38416 \begin_layout Plain Layout
38417
38418 \backslash
38419 owns
38420 \end_layout
38421
38422 \end_inset
38423 </cell>
38424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38425 \begin_inset Text
38426
38427 \begin_layout Plain Layout
38428
38429 \backslash
38430 ni
38431 \end_layout
38432
38433 \end_inset
38434 </cell>
38435 </row>
38436 <row>
38437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38438 \begin_inset Text
38439
38440 \begin_layout Plain Layout
38441
38442 \backslash
38443 square
38444 \end_layout
38445
38446 \end_inset
38447 </cell>
38448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38449 \begin_inset Text
38450
38451 \begin_layout Plain Layout
38452
38453 \backslash
38454 Box
38455 \end_layout
38456
38457 \end_inset
38458 </cell>
38459 </row>
38460 <row>
38461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38462 \begin_inset Text
38463
38464 \begin_layout Plain Layout
38465
38466 \backslash
38467 Vert
38468 \end_layout
38469
38470 \end_inset
38471 </cell>
38472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38473 \begin_inset Text
38474
38475 \begin_layout Plain Layout
38476
38477 \backslash
38478 |
38479 \end_layout
38480
38481 \end_inset
38482 </cell>
38483 </row>
38484 </lyxtabular>
38485
38486 \end_inset
38487
38488
38489 \begin_inset space \hfill{}
38490 \end_inset
38491
38492
38493 \end_layout
38494
38495 \begin_layout Standard
38496 \begin_inset Newpage newpage
38497 \end_inset
38498
38499
38500 \end_layout
38501
38502 \begin_layout Bibliography
38503 \labelwidthstring Referencias
38504 \begin_inset CommandInset bibitem
38505 LatexCommand bibitem
38506 key "TLC2"
38507
38508 \end_inset
38509
38510
38511 \shape smallcaps
38512 Mittelbach, F.
38513  ; Goossens, M.
38514 \shape default
38515
38516 \shape italic
38517 The LaTeX Companion
38518 \shape default
38519 .
38520  Addison Wesley, 2004
38521 \end_layout
38522
38523 \begin_layout Bibliography
38524 \labelwidthstring Referencias
38525 \begin_inset CommandInset bibitem
38526 LatexCommand bibitem
38527 key "Mathmode"
38528
38529 \end_inset
38530
38531
38532 \begin_inset CommandInset href
38533 LatexCommand href
38534 name "Descripción"
38535 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38536
38537 \end_inset
38538
38539  de habilidades matemáticas de LaTeX
38540 \end_layout
38541
38542 \begin_layout Bibliography
38543 \labelwidthstring Referencias
38544 \begin_inset CommandInset bibitem
38545 LatexCommand bibitem
38546 key "AMS"
38547
38548 \end_inset
38549
38550
38551 \begin_inset CommandInset href
38552 LatexCommand href
38553 name "Descripción"
38554 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38555
38556 \end_inset
38557
38558  de 
38559 \begin_inset ERT
38560 status collapsed
38561
38562 \begin_layout Plain Layout
38563
38564
38565 \backslash
38566 AmS
38567 \end_layout
38568
38569 \end_inset
38570
38571 -LaTeX
38572 \end_layout
38573
38574 \begin_layout Bibliography
38575 \labelwidthstring Referencias
38576 \begin_inset CommandInset bibitem
38577 LatexCommand bibitem
38578 key "Symbols"
38579
38580 \end_inset
38581
38582
38583 \begin_inset CommandInset href
38584 LatexCommand href
38585 name "Lista"
38586 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38587
38588 \end_inset
38589
38590  de todos los símbolos disponibles con paquetes LaTeX
38591 \end_layout
38592
38593 \begin_layout Bibliography
38594 \labelwidthstring Referencias
38595 \begin_inset CommandInset bibitem
38596 LatexCommand bibitem
38597 key "hyperref"
38598
38599 \end_inset
38600
38601
38602 \begin_inset CommandInset href
38603 LatexCommand href
38604 name "Documentación"
38605 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38606
38607 \end_inset
38608
38609  del paquete LaTeX 
38610 \series bold
38611 hyperref
38612 \series default
38613
38614 \begin_inset Index idx
38615 status collapsed
38616
38617 \begin_layout Plain Layout
38618 Paquetes ! hyperref
38619 \end_layout
38620
38621 \end_inset
38622
38623
38624 \end_layout
38625
38626 \begin_layout Bibliography
38627 \labelwidthstring Referencias
38628 \begin_inset CommandInset bibitem
38629 LatexCommand bibitem
38630 key "mhchem"
38631
38632 \end_inset
38633
38634
38635 \begin_inset CommandInset href
38636 LatexCommand href
38637 name "Documentación"
38638 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38639
38640 \end_inset
38641
38642  del paquete LaTeX 
38643 \series bold
38644 mhchem
38645 \series default
38646
38647 \begin_inset Index idx
38648 status collapsed
38649
38650 \begin_layout Plain Layout
38651 Paquetes ! mhchem
38652 \end_layout
38653
38654 \end_inset
38655
38656
38657 \end_layout
38658
38659 \begin_layout Bibliography
38660 \labelwidthstring Referencias
38661 \begin_inset CommandInset bibitem
38662 LatexCommand bibitem
38663 key "Mathclap"
38664
38665 \end_inset
38666
38667
38668 \begin_inset CommandInset href
38669 LatexCommand href
38670 name "Descripción"
38671 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38672
38673 \end_inset
38674
38675  del comando 
38676 \series bold
38677
38678 \backslash
38679 mathclap
38680 \series default
38681 , descrito en 
38682 \begin_inset CommandInset ref
38683 LatexCommand ref
38684 reference "sub:Límites-de-operadores"
38685
38686 \end_inset
38687
38688
38689 \begin_inset Index idx
38690 status collapsed
38691
38692 \begin_layout Plain Layout
38693 Comandos ! M ! 
38694 \backslash
38695 mathclap
38696 \end_layout
38697
38698 \end_inset
38699
38700
38701 \end_layout
38702
38703 \begin_layout Bibliography
38704 \labelwidthstring Referencias
38705 \begin_inset CommandInset bibitem
38706 LatexCommand bibitem
38707 key "Duden"
38708
38709 \end_inset
38710
38711
38712 \emph on
38713 Duden Band 1
38714 \emph default
38715 .
38716  22.
38717  Auflage, Duden 2001
38718 \end_layout
38719
38720 \begin_layout Bibliography
38721 \labelwidthstring Referencias
38722 \begin_inset CommandInset bibitem
38723 LatexCommand bibitem
38724 key "spanish"
38725
38726 \end_inset
38727
38728
38729 \begin_inset CommandInset href
38730 LatexCommand href
38731 name "Página web"
38732 target "http://www.tex-tipografia.com/spanish.html"
38733
38734 \end_inset
38735
38736  del estilo 
38737 \series bold
38738 spanish
38739 \family sans
38740 \series default
38741  
38742 \family default
38743 incluido en el paquete 
38744 \series bold
38745 babel
38746 \end_layout
38747
38748 \begin_layout Bibliography
38749 \labelwidthstring Referencias
38750 \begin_inset CommandInset bibitem
38751 LatexCommand bibitem
38752 key "Bezos"
38753
38754 \end_inset
38755
38756
38757 \begin_inset CommandInset href
38758 LatexCommand href
38759 name "Documento"
38760 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
38761
38762 \end_inset
38763
38764  sobre ortotipografía y notaciones matemáticas en español
38765 \end_layout
38766
38767 \begin_layout Standard
38768 \begin_inset CommandInset index_print
38769 LatexCommand printindex
38770 type "idx"
38771
38772 \end_inset
38773
38774
38775 \end_layout
38776
38777 \end_body
38778 \end_document