]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
UserGuide.lyx: fix the bibliography
[lyx.git] / lib / doc / es / Math.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 333
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
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem lösen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
30 % die Kapitelnummer geschrieben.
31 % Als Lösung wird mehr Platz zwischen Nummer und
32 % Überschrift eingefügt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % To be able to enter the character ° and · directly in LyX,
37 % see sec. 22.11
38 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % increase link area for cross-references and autoname them,
42 % see sec. 22.18.1
43 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
44 %\renewcommand{\sectionautorefname}{sec.\negthinspace}
45 \renewcommand{\subsectionautorefname}{sec.\negthinspace}
46 \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
47 \newlength{\abc}
48 \settowidth{\abc}{\space}
49 \renewcommand{\equationautorefname}{\hspace{-\abc}}
50
51 % don't load packages twice
52 % see first footnote in sec. 9.3
53 \@ifundefined{textcolor}{\usepackage{color}}{}
54
55 % the pages of the TOC are numbered roman
56 % and a PDF-bookmark for the TOC is added
57 \pagenumbering{Roman}
58 \let\myTOC\tableofcontents
59 \renewcommand{\tableofcontents}{%
60  \vspace{1cm}
61  \pdfbookmark[1]{Índice}{}
62  \myTOC
63  \cleardoublepage
64  \pagenumbering{arabic}}
65
66 % insert additional vertical space of 1.5 mm between footnotes,
67 % see sec. 22.16
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 Kap. 22.4
75 \usepackage{braket}
76
77 % used in Kap. 22.6
78 \usepackage[samesize]{cancel}
79
80 % enables calculation of values,
81 \usepackage{calc}
82
83 % for multiple table row and column cells
84 \usepackage{multirow}
85 \usepackage{multicol}
86
87 % needed for diagrams
88 \usepackage{amscd}
89
90 % needed in sec. 19.4
91 \usepackage{remreset}
92
93 % center multirows (e.g. in sec. 13.3)
94 \renewcommand{\multirowsetup}{\centering}
95
96 % define a color, used in sec.9.3
97 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
98
99 % declare operators (see sec. 10.4 and sec. 15.2)
100 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
101 \DeclareMathOperator{\sgn}{sgn}
102 % declare operator example in Spanish (see sec.15.2)
103 \DeclareMathOperator{\mcd}{mcd}
104
105 \newcommand{\spce}{\textvisiblespace}
106
107 % example definitions for sec. 20.1 
108 \newcommand{\gr}{\Longrightarrow}
109 \newcommand{\us}[1]{\underline{#1}}
110 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
111 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
112 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
113
114 % example macro from sec. 19.4
115 %\def\tagform@#1{\maketag@@@{|#1|}}
116
117 % macro from sec. 10.2
118 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
119 \def\mathclap {\mathpalette \mathclapinternal}
120 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
121
122 % redefine the greyed out note
123 \renewenvironment{lyxgreyedout}
124  {\textcolor{blue}\bgroup}{\egroup}
125
126 % check for package eurosym
127 % used for the Euro symbol
128 \newboolean{eurosym}
129 \IfFileExists{eurosym.sty}
130  {\usepackage[gennarrow]{eurosym}
131   \setboolean{eurosym}{true}}
132  {\setboolean{eurosym}{false}}
133
134 % needed in sec. 22.4
135 % check for package braket
136 \newboolean{braket}
137 \IfFileExists{braket.sty}
138  {\usepackage{braket}
139   \setboolean{braket}{true}}
140  {\setboolean{braket}{false}}
141
142 % needed in sec. 22.10
143 % check for package upgreek
144 \newboolean{upgreek}
145 \IfFileExists{upgreek.sty}
146  {\usepackage{upgreek}
147   \setboolean{upgreek}{true}}
148  {\setboolean{upgreek}{false}}
149 \end_preamble
150 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
151 \language spanish
152 \inputencoding auto
153 \font_roman default
154 \font_sans default
155 \font_typewriter default
156 \font_default_family default
157 \font_sc false
158 \font_osf false
159 \font_sf_scale 100
160 \font_tt_scale 100
161 \graphics default
162 \paperfontsize 12
163 \spacing single
164 \use_hyperref true
165 \pdf_title "Manual detallado de Matemáticas en LyX"
166 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
167 \pdf_subject "LyX-documentation about math"
168 \pdf_keywords "LyX, Mathed"
169 \pdf_bookmarks true
170 \pdf_bookmarksnumbered true
171 \pdf_bookmarksopen true
172 \pdf_bookmarksopenlevel 1
173 \pdf_breaklinks false
174 \pdf_pdfborder false
175 \pdf_colorlinks true
176 \pdf_backref false
177 \pdf_pagebackref false
178 \pdf_pdfusetitle false
179 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
180 \papersize a4paper
181 \use_geometry false
182 \use_amsmath 2
183 \use_esint 1
184 \cite_engine basic
185 \use_bibtopic false
186 \paperorientation portrait
187 \secnumdepth 4
188 \tocdepth 3
189 \paragraph_separation skip
190 \defskip medskip
191 \quotes_language french
192 \papercolumns 1
193 \papersides 2
194 \paperpagestyle plain
195 \bullet 1 0 6 -1
196 \bullet 2 2 35 -1
197 \bullet 3 2 7 -1
198 \tracking_changes false
199 \output_changes false
200 \author "" 
201 \author "" 
202 \end_header
203
204 \begin_body
205
206 \begin_layout Title
207 Manual detallado de
208 \begin_inset Newline newline
209 \end_inset
210
211 Matemáticas en LyX
212 \end_layout
213
214 \begin_layout Author
215 por el Equipo LyX
216 \begin_inset Foot
217 status collapsed
218
219 \begin_layout Plain Layout
220 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
221  lista de correo de documentación de LyX
222 \family typewriter
223
224 \begin_inset CommandInset href
225 LatexCommand href
226 name "lyx-docs@lists.lyx.org"
227 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
228
229 \end_inset
230
231
232 \end_layout
233
234 \end_inset
235
236
237 \begin_inset Note Note
238 status collapsed
239
240 \begin_layout Plain Layout
241 autor: Uwe Stöhr, translation: Ignacio Garcia
242 \end_layout
243
244 \end_inset
245
246
247 \begin_inset Newline newline
248 \end_inset
249
250
251 \begin_inset Newline newline
252 \end_inset
253
254 Versión 1.6svn
255 \end_layout
256
257 \begin_layout Standard
258 \begin_inset CommandInset toc
259 LatexCommand tableofcontents
260
261 \end_inset
262
263
264 \end_layout
265
266 \begin_layout Standard
267 \begin_inset Note Note
268 status open
269
270 \begin_layout Plain Layout
271 Para exportar este documento a PDF, PS, o DVI deben estar instalados los
272  paquetes LaTeX 
273 \series bold
274 eurosym
275 \series default
276
277 \series bold
278 multirow
279 \series default
280  y 
281 \series bold
282 was
283 \series default
284 .
285  Si no están instalados también puedes exportar el documento pero las secciones
286  en que se requieren dichos paquetes no aparecerán en la salida.
287 \end_layout
288
289 \begin_layout Plain Layout
290 La última versión PDF de este documento está disponible en:
291 \begin_inset Newline newline
292 \end_inset
293
294
295 \series bold
296 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
297 \end_layout
298
299 \end_inset
300
301
302 \begin_inset Newpage newpage
303 \end_inset
304
305
306 \end_layout
307
308 \begin_layout Section
309 Introducción
310 \begin_inset CommandInset label
311 LatexCommand label
312 name "sec:Introducción"
313
314 \end_inset
315
316
317 \end_layout
318
319 \begin_layout Standard
320 Este documento explica las características matemáticas de LyX y además es
321  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
322  Las explicaciones están diseñadas para el uso de comandos.
323  Por consiguiente es preciso que hayas leído la sección 
324 \emph on
325 Ecuaciones matemáticas
326 \emph default
327  de la 
328 \emph on
329 Guía del usuario
330 \emph default
331 .
332 \end_layout
333
334 \begin_layout Standard
335 La mayoría de caracteres y muchas estructuras explicadas en este manual
336  también son accesibles mediante el menú 
337 \family sans
338 Insertar\SpecialChar \menuseparator
339 Ecuación
340 \family default
341  o la barra de herramientas
342 \family sans
343  Ecuaciones
344 \family default
345 .
346  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
347  mucho más rápido usar comandos que la barra de herramientas.
348  Por tanto este manual está enfocado al uso de comandos, aunque también
349  se mencionan los botones correspondientes de las barras de herramientas
350  cuando están disponibles.
351 \end_layout
352
353 \begin_layout Standard
354 Si no se especifica lo contrario los comandos sólo están disponibles dentro
355  de las fórmulas.
356  Para poder usar todos los comandos explicados en este documento, debe usarse
357  la opción 
358 \family sans
359 Usar el paquete de ecuaciones AMS
360 \family default
361  en la configuración del documento (menú 
362 \family sans
363 Documento\SpecialChar \menuseparator
364 Configuración\SpecialChar \menuseparator
365 Ecuaciones
366 \family default
367 )
368 \begin_inset Foot
369 status collapsed
370
371 \begin_layout Plain Layout
372 La opción 
373 \family sans
374 Usar el paquete de ecuaciones AMS automáticamente
375 \family default
376  sólo usa ecuaciones 
377 \begin_inset ERT
378 status collapsed
379
380 \begin_layout Plain Layout
381
382
383 \backslash
384 AmS 
385 \end_layout
386
387 \end_inset
388
389
390 \begin_inset Space ~
391 \end_inset
392
393  si las estructuras matemáticas son soportadas por LyX.
394 \end_layout
395
396 \end_inset
397
398 .
399 \end_layout
400
401 \begin_layout Standard
402 Este documento no recoge todos los comandos de ecuaciones 
403 \begin_inset ERT
404 status collapsed
405
406 \begin_layout Plain Layout
407
408
409 \backslash
410 AmS 
411 \end_layout
412
413 \end_inset
414
415
416 \begin_inset Foot
417 status collapsed
418
419 \begin_layout Plain Layout
420 En el archivo 
421 \family sans
422
423 \begin_inset CommandInset href
424 LatexCommand href
425 name "amsguide.ps"
426 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
427
428 \end_inset
429
430
431 \family default
432 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
433  lista con todos los comandos de ecuaciones 
434 \begin_inset ERT
435 status collapsed
436
437 \begin_layout Plain Layout
438
439
440 \backslash
441 AmS 
442 \end_layout
443
444 \end_inset
445
446 .
447 \end_layout
448
449 \end_inset
450
451  por razones de claridad.
452 \end_layout
453
454 \begin_layout Section
455 Instrucciones generales
456 \begin_inset CommandInset label
457 LatexCommand label
458 name "sec:Instrucciones-generales"
459
460 \end_inset
461
462
463 \end_layout
464
465 \begin_layout Standard
466 Para crear una ecuación en línea
467 \begin_inset Index
468 status collapsed
469
470 \begin_layout Plain Layout
471 Ecuación ! en línea
472 \end_layout
473
474 \end_inset
475
476 , insertada en una línea de texto, teclea 
477 \family sans
478 Ctrl-m
479 \family default
480  o pulsa el botón 
481 \begin_inset Graphics
482         filename ../../images/math-mode.png
483         scale 85
484
485 \end_inset
486
487  de la barra de herramientas.
488 \begin_inset Newline newline
489 \end_inset
490
491 Para crear una ecuación en estilo presentación
492 \begin_inset Index
493 status collapsed
494
495 \begin_layout Plain Layout
496 Ecuación ! en presentación
497 \end_layout
498
499 \end_inset
500
501 , que se verá más grande y en su propio párrafo, teclea
502 \family sans
503  Ctrl-M
504 \family default
505 .
506 \end_layout
507
508 \begin_layout Standard
509 Para cambiar una ecuación en estilo presentación a estilo en línea, pon
510  el cursor dentro de la ecuación y teclea 
511 \family sans
512 Ctrl-M
513 \family default
514  o usa el menú 
515 \family sans
516 Editar\SpecialChar \menuseparator
517 Ecuación\SpecialChar \menuseparator
518 Cambiar tipo de ecuación
519 \family default
520 .
521  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
522 \end_layout
523
524 \begin_layout Standard
525 Para mostrar partes de una ecuación en línea en el tamaño del estilo presentació
526 n, escribe el comando 
527 \series bold
528
529 \backslash
530 displaystyle
531 \series default
532
533 \begin_inset Index
534 status collapsed
535
536 \begin_layout Plain Layout
537 Comandos ! D ! 
538 \backslash
539 displaystyle
540 \end_layout
541
542 \end_inset
543
544  en la ecuación y pulsa espacio.
545  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
546  de la ecuación.
547 \end_layout
548
549 \begin_layout Standard
550 En las tablas sólo se permiten ecuaciones en línea.
551 \end_layout
552
553 \begin_layout Standard
554 Las barras 
555 \family sans
556 Ecuaciones
557 \family default
558  y 
559 \family sans
560 Panel de ecuaciones 
561 \family default
562 se pueden visualizar mediante el menú 
563 \family sans
564 Ver\SpecialChar \menuseparator
565 Barras de herramientas
566 \family default
567 .
568  Si ahí pulsas en 
569 \begin_inset Quotes fld
570 \end_inset
571
572 Ecuaciones
573 \begin_inset Quotes frd
574 \end_inset
575
576  y/o en 
577 \begin_inset Quotes fld
578 \end_inset
579
580 Panel de ecuaciones
581 \begin_inset Quotes frd
582 \end_inset
583
584 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
585  estado se visualiza en el menú de las barras de herramientas con una marca.
586  Si en este estado pulsas de nuevo sobre 
587 \begin_inset Quotes fld
588 \end_inset
589
590 Ecuaciones
591 \begin_inset Quotes frd
592 \end_inset
593
594  y/o 
595 \begin_inset Quotes fld
596 \end_inset
597
598 Panel de ecuaciones
599 \begin_inset Quotes frd
600 \end_inset
601
602  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
603  de una ecuación; este estado se indica añadiendo a las entradas del menú
604  la palabra 
605 \begin_inset Quotes fld
606 \end_inset
607
608 (auto)
609 \begin_inset Quotes frd
610 \end_inset
611
612 .
613  
614 \end_layout
615
616 \begin_layout Standard
617 El modo TeX
618 \begin_inset Index
619 status collapsed
620
621 \begin_layout Plain Layout
622 T@
623 \begin_inset ERT
624 status collapsed
625
626 \begin_layout Plain Layout
627
628
629 \backslash
630
631 \begin_inset ERT
632 status collapsed
633
634 \begin_layout Plain Layout
635
636 {
637 \end_layout
638
639 \end_inset
640
641
642 \begin_inset ERT
643 status collapsed
644
645 \begin_layout Plain Layout
646
647 }
648 \end_layout
649
650 \end_inset
651
652
653 \end_layout
654
655 \end_inset
656
657 TeX ! modo
658 \end_layout
659
660 \end_inset
661
662  se invoca pulsando el botón 
663 \begin_inset Graphics
664         filename ../../images/ert-insert.png
665         scale 85
666
667 \end_inset
668
669  de la barra de herramientas o con el menú 
670 \family sans
671 Insertar\SpecialChar \menuseparator
672 Código T
673 \begin_inset ERT
674 status collapsed
675
676 \begin_layout Plain Layout
677
678 {
679 \end_layout
680
681 \end_inset
682
683 e
684 \begin_inset ERT
685 status collapsed
686
687 \begin_layout Plain Layout
688
689 }
690 \end_layout
691
692 \end_inset
693
694 X
695 \family default
696 , (atajo 
697 \family sans
698 Ctrl-l
699 \family default
700 ).
701 \begin_inset Note Note
702 status collapsed
703
704 \begin_layout Plain Layout
705 En LyX hay tres 
706 \begin_inset Quotes fld
707 \end_inset
708
709 nombres propios
710 \begin_inset Quotes frd
711 \end_inset
712
713  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
714  LaTeX y LyX.
715 \end_layout
716
717 \begin_layout Plain Layout
718 Para evitar que estas palabras sean reconocidas como tales nombres propios,
719  se pone una de las letras entre llaves TeX.
720  
721 \end_layout
722
723 \end_inset
724
725
726 \end_layout
727
728 \begin_layout Standard
729 Para cambiar el preámbulo LaTeX
730 \begin_inset Index
731 status collapsed
732
733 \begin_layout Plain Layout
734 L@LaTeX preámbulo
735 \end_layout
736
737 \end_inset
738
739 , usa el menú 
740 \family sans
741 Documento\SpecialChar \menuseparator
742 Configuración\SpecialChar \menuseparator
743 Preámbulo La
744 \begin_inset ERT
745 status collapsed
746
747 \begin_layout Plain Layout
748
749 {
750 \end_layout
751
752 \end_inset
753
754 T
755 \begin_inset ERT
756 status collapsed
757
758 \begin_layout Plain Layout
759
760 }
761 \end_layout
762
763 \end_inset
764
765 eX
766 \family default
767 .
768 \end_layout
769
770 \begin_layout Standard
771 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
772  multilínea, se pueden usar los menús 
773 \family sans
774 Editar\SpecialChar \menuseparator
775 Ecuación
776 \family default
777  y 
778 \family sans
779 Editar\SpecialChar \menuseparator
780 Filas y columnas
781 \family default
782  o la barra de herramientas de 
783 \family sans
784 Tabla
785 \family default
786 .
787  Cuando las líneas y columnas se intercambian mediante el menú, la columna
788  o línea en la que está se cambia con la columna de la derecha o con la
789  línea de abajo, respectivamente.
790  Si el cursor está en la última columna o fila, el cambio se hace con la
791  columna de la izquierda o la línea de arriba.
792 \end_layout
793
794 \begin_layout Standard
795 Para escribir texto en fórmulas se usa 
796 \emph on
797 texto de ecuaciones
798 \emph default
799
800 \begin_inset Index
801 status collapsed
802
803 \begin_layout Plain Layout
804 Texto ! en ecuaciones
805 \end_layout
806
807 \end_inset
808
809 .
810 \begin_inset Foot
811 status collapsed
812
813 \begin_layout Plain Layout
814 Para ecuaciones multilínea se usa el comando 
815 \series bold
816
817 \backslash
818 intertext
819 \series default
820 , véase
821 \begin_inset Space ~
822 \end_inset
823
824
825 \begin_inset CommandInset ref
826 LatexCommand ref
827 reference "sub:Texto-en-multilínea"
828
829 \end_inset
830
831 .
832 \end_layout
833
834 \end_inset
835
836  Este modo se invoca con el atajo 
837 \family sans
838 Alt-m
839 \begin_inset Space ~
840 \end_inset
841
842 m
843 \family default
844  o insertando el comando 
845 \series bold
846
847 \backslash
848 text
849 \series default
850
851 \begin_inset Index
852 status collapsed
853
854 \begin_layout Plain Layout
855 Comandos ! T ! 
856 \backslash
857 text
858 \end_layout
859
860 \end_inset
861
862 .
863  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
864  partes de la ecuación que se ven en azul.
865  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
866 a de otras partes de la fórmula.
867 \end_layout
868
869 \begin_layout Subsection*
870 Esquema de comandos
871 \end_layout
872
873 \begin_layout Standard
874 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
875  siguiente esquema:
876 \end_layout
877
878 \begin_layout Standard
879
880 \series bold
881
882 \backslash
883 nombre_del_comando[argumento opcional]{argumento requerido}
884 \end_layout
885
886 \begin_layout Standard
887 Un comando empieza siempre por una barra inversa, 
888 \series bold
889
890 \backslash
891
892 \series default
893 .
894  Para omitir argumentos opcionales, quita también los corchetes asociados.
895  En este documento, las llaves que encierran los argumentos requeridos se
896  denominan llaves TeX
897 \begin_inset Index
898 status collapsed
899
900 \begin_layout Plain Layout
901 T@
902 \begin_inset ERT
903 status collapsed
904
905 \begin_layout Plain Layout
906
907
908 \backslash
909
910 \begin_inset ERT
911 status collapsed
912
913 \begin_layout Plain Layout
914
915 {
916 \end_layout
917
918 \end_inset
919
920
921 \begin_inset ERT
922 status collapsed
923
924 \begin_layout Plain Layout
925
926 }
927 \end_layout
928
929 \end_inset
930
931
932 \end_layout
933
934 \end_inset
935
936 TeX ! llaves
937 \end_layout
938
939 \end_inset
940
941 .
942  Si en una ecuación añades una llave de apertura al nombre de un comando,
943  LyX crea automáticamente una llave TeX.
944  En todos los demás casos las llaves TeX se crean en las ecuaciones con
945  el comando 
946 \series bold
947
948 \backslash
949 {
950 \series default
951 .
952  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
953  que se muestran en azul.
954  En modo TeX no hace falta comando para poner llaves TeX.
955  Las llaves TeX no aparecen en la salida.
956 \end_layout
957
958 \begin_layout Standard
959 En el caso de comandos sin argumentos, como los comandos para símbolos que
960  se introducen en modo TeX, 
961 \emph on
962 siempre
963 \emph default
964  debe teclearse un espacio tras el comando para finalizarlo.
965  Este espacio no aparece en la salida.
966  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
967  de un espacio protegido en texto normal.
968 \end_layout
969
970 \begin_layout Standard
971 Un espacio protegido se inserta con 
972 \family sans
973 Ctrl-espacio
974 \family default
975 .
976 \begin_inset Newpage newpage
977 \end_inset
978
979
980 \end_layout
981
982 \begin_layout Subsection*
983 Explicación de la sintaxis
984 \end_layout
985
986 \begin_layout Itemize
987 El símbolo 
988 \begin_inset ERT
989 status collapsed
990
991 \begin_layout Plain Layout
992
993
994 \backslash
995 spce 
996 \end_layout
997
998 \end_inset
999
1000
1001 \begin_inset Foot
1002 status collapsed
1003
1004 \begin_layout Plain Layout
1005 Este carácter, espacio visible, se puede componer con el comando 
1006 \series bold
1007
1008 \backslash
1009 textvisiblespace
1010 \series default
1011
1012 \begin_inset Index
1013 status collapsed
1014
1015 \begin_layout Plain Layout
1016 Comandos ! T ! 
1017 \backslash
1018 textvisiblespace
1019 \end_layout
1020
1021 \end_inset
1022
1023  insertado en código TeX.
1024 \end_layout
1025
1026 \end_inset
1027
1028  indica que hay que teclear un espacio.
1029 \end_layout
1030
1031 \begin_layout Itemize
1032 Una flecha como 
1033 \begin_inset Formula $\rightarrow$
1034 \end_inset
1035
1036  indica el uso de la correspondiente tecla de flecha.
1037  
1038 \end_layout
1039
1040 \begin_layout Subsection*
1041 Unidades empleadas
1042 \end_layout
1043
1044 \begin_layout Standard
1045 \align center
1046 \begin_inset Float table
1047 placement H
1048 wide false
1049 sideways false
1050 status open
1051
1052 \begin_layout Plain Layout
1053 \align center
1054 \begin_inset Caption
1055
1056 \begin_layout Plain Layout
1057 \begin_inset CommandInset label
1058 LatexCommand label
1059 name "tab:Unidades-empleadas"
1060
1061 \end_inset
1062
1063 Unidades empleadas
1064 \end_layout
1065
1066 \end_inset
1067
1068
1069 \end_layout
1070
1071 \begin_layout Plain Layout
1072 \align center
1073 \begin_inset Tabular
1074 <lyxtabular version="3" rows="13" columns="2">
1075 <features>
1076 <column alignment="center" valignment="top" width="0">
1077 <column alignment="center" valignment="top" width="0">
1078 <row>
1079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1080 \begin_inset Text
1081
1082 \begin_layout Plain Layout
1083 Unidad
1084 \end_layout
1085
1086 \end_inset
1087 </cell>
1088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1089 \begin_inset Text
1090
1091 \begin_layout Plain Layout
1092 Nombre / Descripción
1093 \end_layout
1094
1095 \end_inset
1096 </cell>
1097 </row>
1098 <row>
1099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1100 \begin_inset Text
1101
1102 \begin_layout Plain Layout
1103 mm
1104 \end_layout
1105
1106 \end_inset
1107 </cell>
1108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1109 \begin_inset Text
1110
1111 \begin_layout Plain Layout
1112 Milímetro
1113 \end_layout
1114
1115 \end_inset
1116 </cell>
1117 </row>
1118 <row>
1119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1120 \begin_inset Text
1121
1122 \begin_layout Plain Layout
1123 cm
1124 \end_layout
1125
1126 \end_inset
1127 </cell>
1128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1129 \begin_inset Text
1130
1131 \begin_layout Plain Layout
1132 Centímetro
1133 \end_layout
1134
1135 \end_inset
1136 </cell>
1137 </row>
1138 <row>
1139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1140 \begin_inset Text
1141
1142 \begin_layout Plain Layout
1143 in
1144 \end_layout
1145
1146 \end_inset
1147 </cell>
1148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1149 \begin_inset Text
1150
1151 \begin_layout Plain Layout
1152 Pulgada (1
1153 \begin_inset Space \thinspace{}
1154 \end_inset
1155
1156 in = 2,54
1157 \begin_inset Space \thinspace{}
1158 \end_inset
1159
1160 cm)
1161 \end_layout
1162
1163 \end_inset
1164 </cell>
1165 </row>
1166 <row>
1167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Plain Layout
1171 pt
1172 \end_layout
1173
1174 \end_inset
1175 </cell>
1176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Plain Layout
1180 Punto (72.27
1181 \begin_inset Space \thinspace{}
1182 \end_inset
1183
1184 pt = 1
1185 \begin_inset Space \thinspace{}
1186 \end_inset
1187
1188 in)
1189 \end_layout
1190
1191 \end_inset
1192 </cell>
1193 </row>
1194 <row>
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Plain Layout
1199 pc
1200 \end_layout
1201
1202 \end_inset
1203 </cell>
1204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1205 \begin_inset Text
1206
1207 \begin_layout Plain Layout
1208 Pica (1
1209 \begin_inset Space \thinspace{}
1210 \end_inset
1211
1212 pc = 12
1213 \begin_inset Space \thinspace{}
1214 \end_inset
1215
1216 pt)
1217 \end_layout
1218
1219 \end_inset
1220 </cell>
1221 </row>
1222 <row>
1223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1224 \begin_inset Text
1225
1226 \begin_layout Plain Layout
1227 sp
1228 \end_layout
1229
1230 \end_inset
1231 </cell>
1232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1233 \begin_inset Text
1234
1235 \begin_layout Plain Layout
1236 Punto escalado (65536
1237 \begin_inset Space \thinspace{}
1238 \end_inset
1239
1240 sp = 1
1241 \begin_inset Space \thinspace{}
1242 \end_inset
1243
1244 pt)
1245 \end_layout
1246
1247 \end_inset
1248 </cell>
1249 </row>
1250 <row>
1251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1252 \begin_inset Text
1253
1254 \begin_layout Plain Layout
1255 bp
1256 \end_layout
1257
1258 \end_inset
1259 </cell>
1260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1261 \begin_inset Text
1262
1263 \begin_layout Plain Layout
1264 Punto grande (72
1265 \begin_inset Space \thinspace{}
1266 \end_inset
1267
1268 bp = 1
1269 \begin_inset Space \thinspace{}
1270 \end_inset
1271
1272 in)
1273 \end_layout
1274
1275 \end_inset
1276 </cell>
1277 </row>
1278 <row>
1279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1280 \begin_inset Text
1281
1282 \begin_layout Plain Layout
1283 dd
1284 \end_layout
1285
1286 \end_inset
1287 </cell>
1288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1289 \begin_inset Text
1290
1291 \begin_layout Plain Layout
1292 Didot (1
1293 \begin_inset Space \thinspace{}
1294 \end_inset
1295
1296 dd 
1297 \begin_inset Formula $\approx$
1298 \end_inset
1299
1300  0.376
1301 \begin_inset Space \thinspace{}
1302 \end_inset
1303
1304 mm)
1305 \end_layout
1306
1307 \end_inset
1308 </cell>
1309 </row>
1310 <row>
1311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1312 \begin_inset Text
1313
1314 \begin_layout Plain Layout
1315 cc
1316 \end_layout
1317
1318 \end_inset
1319 </cell>
1320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1321 \begin_inset Text
1322
1323 \begin_layout Plain Layout
1324 Cicero (1
1325 \begin_inset Space \thinspace{}
1326 \end_inset
1327
1328 cc = 12
1329 \begin_inset Space \thinspace{}
1330 \end_inset
1331
1332 dd)
1333 \end_layout
1334
1335 \end_inset
1336 </cell>
1337 </row>
1338 <row>
1339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1340 \begin_inset Text
1341
1342 \begin_layout Plain Layout
1343 ex
1344 \end_layout
1345
1346 \end_inset
1347 </cell>
1348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1349 \begin_inset Text
1350
1351 \begin_layout Plain Layout
1352 Altura de la letra 
1353 \begin_inset Quotes fld
1354 \end_inset
1355
1356
1357 \emph on
1358 x
1359 \emph default
1360
1361 \begin_inset Quotes frd
1362 \end_inset
1363
1364  en la fuente actual
1365 \end_layout
1366
1367 \end_inset
1368 </cell>
1369 </row>
1370 <row>
1371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1372 \begin_inset Text
1373
1374 \begin_layout Plain Layout
1375 em
1376 \end_layout
1377
1378 \end_inset
1379 </cell>
1380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1381 \begin_inset Text
1382
1383 \begin_layout Plain Layout
1384 Anchura de la letra 
1385 \begin_inset Quotes fld
1386 \end_inset
1387
1388
1389 \emph on
1390 M
1391 \emph default
1392
1393 \begin_inset Quotes frd
1394 \end_inset
1395
1396  en la fuente actual
1397 \end_layout
1398
1399 \end_inset
1400 </cell>
1401 </row>
1402 <row>
1403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1404 \begin_inset Text
1405
1406 \begin_layout Plain Layout
1407 mu
1408 \end_layout
1409
1410 \end_inset
1411 </cell>
1412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1413 \begin_inset Text
1414
1415 \begin_layout Plain Layout
1416 Unidad matemática (1
1417 \begin_inset Space \thinspace{}
1418 \end_inset
1419
1420 mu = 
1421 \begin_inset Formula $\nicefrac{1}{18}$
1422 \end_inset
1423
1424
1425 \begin_inset Space \thinspace{}
1426 \end_inset
1427
1428 em)
1429 \end_layout
1430
1431 \end_inset
1432 </cell>
1433 </row>
1434 </lyxtabular>
1435
1436 \end_inset
1437
1438
1439 \end_layout
1440
1441 \end_inset
1442
1443
1444 \end_layout
1445
1446 \begin_layout Standard
1447 \align center
1448 \begin_inset Newpage newpage
1449 \end_inset
1450
1451
1452 \end_layout
1453
1454 \begin_layout Section
1455 Funciones básicas
1456 \end_layout
1457
1458 \begin_layout Subsection
1459 Exponentes
1460 \begin_inset Index
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464 Exponentes
1465 \end_layout
1466
1467 \end_inset
1468
1469  e índices
1470 \begin_inset Index
1471 status collapsed
1472
1473 \begin_layout Plain Layout
1474 In@Índices
1475 \end_layout
1476
1477 \end_inset
1478
1479
1480 \begin_inset Index
1481 status collapsed
1482
1483 \begin_layout Plain Layout
1484 Superíndices|see
1485 \begin_inset ERT
1486 status collapsed
1487
1488 \begin_layout Plain Layout
1489
1490 {
1491 \end_layout
1492
1493 \end_inset
1494
1495 Exponentes
1496 \begin_inset ERT
1497 status collapsed
1498
1499 \begin_layout Plain Layout
1500
1501 }
1502 \end_layout
1503
1504 \end_inset
1505
1506
1507 \end_layout
1508
1509 \end_inset
1510
1511
1512 \begin_inset Index
1513 status collapsed
1514
1515 \begin_layout Plain Layout
1516 Subíndices|see
1517 \begin_inset ERT
1518 status collapsed
1519
1520 \begin_layout Plain Layout
1521
1522 {
1523 \end_layout
1524
1525 \end_inset
1526
1527 Índices
1528 \begin_inset ERT
1529 status collapsed
1530
1531 \begin_layout Plain Layout
1532
1533 }
1534 \end_layout
1535
1536 \end_inset
1537
1538
1539 \end_layout
1540
1541 \end_inset
1542
1543
1544 \end_layout
1545
1546 \begin_layout Standard
1547 Los índices se componen con un guión bajo 
1548 \begin_inset Quotes fld
1549 \end_inset
1550
1551 _
1552 \begin_inset Quotes frd
1553 \end_inset
1554
1555  o con el botón de la barra de herramientas de ecuaciones 
1556 \begin_inset Graphics
1557         filename ../../images/math-subscript.png
1558         scale 85
1559
1560 \end_inset
1561
1562 , los exponentes con un circunflejo 
1563 \begin_inset Quotes fld
1564 \end_inset
1565
1566 ^
1567 \begin_inset Quotes frd
1568 \end_inset
1569
1570  o con el botón de la barra de herramientas de ecuaciones 
1571 \begin_inset Graphics
1572         filename ../../images/math-superscript.png
1573         scale 85
1574
1575 \end_inset
1576
1577 .
1578 \end_layout
1579
1580 \begin_layout Standard
1581 \noindent
1582 \align center
1583 \begin_inset Tabular
1584 <lyxtabular version="3" rows="4" columns="2">
1585 <features>
1586 <column alignment="center" valignment="top" width="0">
1587 <column alignment="center" valignment="top" width="0">
1588 <row>
1589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1590 \begin_inset Text
1591
1592 \begin_layout Plain Layout
1593 Comando
1594 \end_layout
1595
1596 \end_inset
1597 </cell>
1598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1599 \begin_inset Text
1600
1601 \begin_layout Plain Layout
1602 Resultado
1603 \begin_inset Note Note
1604 status collapsed
1605
1606 \begin_layout Plain Layout
1607
1608 \series bold
1609
1610 \backslash
1611 raisebox
1612 \series default
1613  sólo se usa como espaciador.
1614 \end_layout
1615
1616 \end_inset
1617
1618
1619 \end_layout
1620
1621 \end_inset
1622 </cell>
1623 </row>
1624 <row>
1625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1626 \begin_inset Text
1627
1628 \begin_layout Plain Layout
1629 B_V
1630 \end_layout
1631
1632 \end_inset
1633 </cell>
1634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1635 \begin_inset Text
1636
1637 \begin_layout Plain Layout
1638 \begin_inset Formula $B_{V}$
1639 \end_inset
1640
1641
1642 \end_layout
1643
1644 \end_inset
1645 </cell>
1646 </row>
1647 <row>
1648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1649 \begin_inset Text
1650
1651 \begin_layout Plain Layout
1652 B^V
1653 \end_layout
1654
1655 \end_inset
1656 </cell>
1657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1658 \begin_inset Text
1659
1660 \begin_layout Plain Layout
1661 \begin_inset Formula $\raisebox {5mm}{}B^{V}$
1662 \end_inset
1663
1664
1665 \end_layout
1666
1667 \end_inset
1668 </cell>
1669 </row>
1670 <row>
1671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1672 \begin_inset Text
1673
1674 \begin_layout Plain Layout
1675 B^
1676 \begin_inset ERT
1677 status collapsed
1678
1679 \begin_layout Plain Layout
1680
1681
1682 \backslash
1683 spce 
1684 \end_layout
1685
1686 \end_inset
1687
1688 A
1689 \end_layout
1690
1691 \end_inset
1692 </cell>
1693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1694 \begin_inset Text
1695
1696 \begin_layout Plain Layout
1697 \begin_inset Formula $\raisebox {5mm}{}B^{A}$
1698 \end_inset
1699
1700
1701 \end_layout
1702
1703 \end_inset
1704 </cell>
1705 </row>
1706 </lyxtabular>
1707
1708 \end_inset
1709
1710
1711 \end_layout
1712
1713 \begin_layout Standard
1714 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1715  caso acentuará las vocales y no funcionará como exponente.
1716 \begin_inset Foot
1717 status collapsed
1718
1719 \begin_layout Plain Layout
1720 Dependiendo de la configuración del teclado esto puede suceder también con
1721  otros caracteres además de las vocales.
1722 \end_layout
1723
1724 \end_inset
1725
1726  Para conseguir exponentes en estos casos debes pulsar 
1727 \family sans
1728 Espacio
1729 \family default
1730  tras el circunflejo, como en el último ejemplo.
1731  
1732 \end_layout
1733
1734 \begin_layout Subsection
1735 Fracciones
1736 \begin_inset CommandInset label
1737 LatexCommand label
1738 name "sub:Fracciones"
1739
1740 \end_inset
1741
1742
1743 \begin_inset Index
1744 status collapsed
1745
1746 \begin_layout Plain Layout
1747 Fracciones
1748 \end_layout
1749
1750 \end_inset
1751
1752
1753 \end_layout
1754
1755 \begin_layout Standard
1756 Las fracciones se generan con el comando 
1757 \series bold
1758
1759 \backslash
1760 frac
1761 \series default
1762
1763 \begin_inset Index
1764 status collapsed
1765
1766 \begin_layout Plain Layout
1767 Comandos ! F ! 
1768 \backslash
1769 frac
1770 \end_layout
1771
1772 \end_inset
1773
1774  o con el botón 
1775 \begin_inset Graphics
1776         filename ../../images/math/frac.png
1777         scale 50
1778
1779 \end_inset
1780
1781  de la barra de herramientas.
1782  El tamaño de fuente se ajusta automáticamente, dependiendo de si la fracción
1783  está en línea o en estilo presentación.
1784  Con el botón 
1785 \begin_inset Graphics
1786         filename ../../images/math/frac-square.png
1787         scale 85
1788
1789 \end_inset
1790
1791 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1792  de fracciones.
1793 \end_layout
1794
1795 \begin_layout Standard
1796 Con el comando 
1797 \series bold
1798
1799 \backslash
1800 dfrac
1801 \series default
1802
1803 \begin_inset Index
1804 status collapsed
1805
1806 \begin_layout Plain Layout
1807 Comandos ! D ! 
1808 \backslash
1809 dfrac
1810 \end_layout
1811
1812 \end_inset
1813
1814  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1815  presentación.
1816  Con 
1817 \series bold
1818
1819 \backslash
1820 tfrac
1821 \series default
1822
1823 \begin_inset Index
1824 status collapsed
1825
1826 \begin_layout Plain Layout
1827 Comandos ! T ! 
1828 \backslash
1829 tfrac
1830 \end_layout
1831
1832 \end_inset
1833
1834  la fracción tiene siempre el tamaño del estilo en línea.
1835  Un ejemplo:
1836 \end_layout
1837
1838 \begin_layout Standard
1839 Una línea con la fracción 
1840 \begin_inset Formula $\frac{1}{2}$
1841 \end_inset
1842
1843  creada con el comando 
1844 \series bold
1845
1846 \backslash
1847 frac
1848 \series default
1849 .
1850  
1851 \end_layout
1852
1853 \begin_layout Standard
1854 Una línea con la fracción 
1855 \begin_inset Formula $\dfrac{1}{2}$
1856 \end_inset
1857
1858  creada con el comando 
1859 \series bold
1860
1861 \backslash
1862 dfrac
1863 \series default
1864 .
1865 \end_layout
1866
1867 \begin_layout Standard
1868 \noindent
1869 \align center
1870 \begin_inset Tabular
1871 <lyxtabular version="3" rows="4" columns="2">
1872 <features>
1873 <column alignment="center" valignment="top" width="0">
1874 <column alignment="center" valignment="top" width="0">
1875 <row>
1876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880 Comando
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889 Resultado
1890 \begin_inset Note Note
1891 status collapsed
1892
1893 \begin_layout Plain Layout
1894
1895 \series bold
1896
1897 \backslash
1898 raisebox
1899 \series default
1900  se usa sólo como espaciador
1901 \end_layout
1902
1903 \end_inset
1904
1905
1906 \end_layout
1907
1908 \end_inset
1909 </cell>
1910 </row>
1911 <row>
1912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1913 \begin_inset Text
1914
1915 \begin_layout Plain Layout
1916
1917 \backslash
1918 frac
1919 \begin_inset ERT
1920 status collapsed
1921
1922 \begin_layout Plain Layout
1923
1924
1925 \backslash
1926 spce 
1927 \end_layout
1928
1929 \end_inset
1930
1931 A
1932 \begin_inset Formula $\downarrow$
1933 \end_inset
1934
1935 B
1936 \end_layout
1937
1938 \end_inset
1939 </cell>
1940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1941 \begin_inset Text
1942
1943 \begin_layout Plain Layout
1944 \begin_inset Formula $\raisebox {4.5mm}{}\frac{A}{B}\raisebox {-2.5mm}{}$
1945 \end_inset
1946
1947
1948 \end_layout
1949
1950 \end_inset
1951 </cell>
1952 </row>
1953 <row>
1954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1955 \begin_inset Text
1956
1957 \begin_layout Plain Layout
1958
1959 \backslash
1960 dfrac
1961 \begin_inset ERT
1962 status collapsed
1963
1964 \begin_layout Plain Layout
1965
1966
1967 \backslash
1968 spce 
1969 \end_layout
1970
1971 \end_inset
1972
1973 A
1974 \begin_inset Formula $\downarrow$
1975 \end_inset
1976
1977 B
1978 \end_layout
1979
1980 \end_inset
1981 </cell>
1982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1983 \begin_inset Text
1984
1985 \begin_layout Plain Layout
1986 \begin_inset Formula $\raisebox {7mm}{}\dfrac{A}{B}\raisebox {-4mm}{}$
1987 \end_inset
1988
1989
1990 \end_layout
1991
1992 \end_inset
1993 </cell>
1994 </row>
1995 <row>
1996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1997 \begin_inset Text
1998
1999 \begin_layout Plain Layout
2000
2001 \backslash
2002 dfrac
2003 \begin_inset ERT
2004 status collapsed
2005
2006 \begin_layout Plain Layout
2007
2008
2009 \backslash
2010 spce 
2011 \end_layout
2012
2013 \end_inset
2014
2015 e^
2016 \begin_inset ERT
2017 status collapsed
2018
2019 \begin_layout Plain Layout
2020
2021
2022 \backslash
2023 spce 
2024 \end_layout
2025
2026 \end_inset
2027
2028
2029 \backslash
2030 frac
2031 \begin_inset ERT
2032 status collapsed
2033
2034 \begin_layout Plain Layout
2035
2036
2037 \backslash
2038 spce 
2039 \end_layout
2040
2041 \end_inset
2042
2043 1
2044 \begin_inset Formula $\downarrow$
2045 \end_inset
2046
2047 2
2048 \begin_inset Formula $\downarrow$
2049 \end_inset
2050
2051 3
2052 \end_layout
2053
2054 \end_inset
2055 </cell>
2056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2057 \begin_inset Text
2058
2059 \begin_layout Plain Layout
2060 \begin_inset Formula $\raisebox {8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox {-4mm}{}$
2061 \end_inset
2062
2063
2064 \end_layout
2065
2066 \end_inset
2067 </cell>
2068 </row>
2069 </lyxtabular>
2070
2071 \end_inset
2072
2073
2074 \begin_inset VSpace bigskip
2075 \end_inset
2076
2077
2078 \end_layout
2079
2080 \begin_layout Standard
2081 Para fracciones anidadas se puede usar el comando 
2082 \series bold
2083
2084 \backslash
2085 cfrac
2086 \series default
2087
2088 \begin_inset Index
2089 status collapsed
2090
2091 \begin_layout Plain Layout
2092 Comandos ! C ! 
2093 \backslash
2094 cfrac
2095 \end_layout
2096
2097 \end_inset
2098
2099 .
2100  Un ejemplo:
2101 \begin_inset VSpace -3mm
2102 \end_inset
2103
2104
2105 \end_layout
2106
2107 \begin_layout Standard
2108 \begin_inset Formula \begin{align*}
2109 \textrm{creada con \textbf{\textbackslash  frac} } &  & \textrm{creada con }\mathbf{\textbackslash \textbf{cfrac}}\\
2110 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac {A}{B+\cfrac {C+\cfrac {E}{F}}{D}}\end{align*}
2111
2112 \end_inset
2113
2114
2115 \end_layout
2116
2117 \begin_layout Standard
2118 El comando para el ejemplo de arriba es:
2119 \end_layout
2120
2121 \begin_layout Standard
2122
2123 \series bold
2124
2125 \backslash
2126 cfrac{A
2127 \begin_inset Formula $\to$
2128 \end_inset
2129
2130
2131 \backslash
2132 {B+
2133 \backslash
2134 cfrac{C+
2135 \backslash
2136 cfrac{E
2137 \begin_inset Formula $\to$
2138 \end_inset
2139
2140
2141 \backslash
2142 {F
2143 \begin_inset Formula $\to\to$
2144 \end_inset
2145
2146
2147 \backslash
2148 {D
2149 \end_layout
2150
2151 \begin_layout Standard
2152 \begin_inset VSpace medskip
2153 \end_inset
2154
2155
2156 \end_layout
2157
2158 \begin_layout Standard
2159
2160 \series bold
2161
2162 \backslash
2163 cfrac
2164 \series default
2165  compone la fracción siempre en el tamaño del estilo presentación, también
2166  cuando es parte de otra fracción.
2167  
2168 \series bold
2169
2170 \backslash
2171 cfrac
2172 \series default
2173  tiene el siguiente esquema de comando:
2174 \end_layout
2175
2176 \begin_layout Standard
2177
2178 \series bold
2179
2180 \backslash
2181 cfrac[posición del numerador]{numerador}{denominador}
2182 \end_layout
2183
2184 \begin_layout Standard
2185 La posición del numerador puede ser 
2186 \emph on
2187 l
2188 \emph default
2189
2190 \emph on
2191 c
2192 \emph default
2193  o 
2194 \emph on
2195 r
2196 \emph default
2197  .
2198  
2199 \emph on
2200 l
2201 \emph default
2202  o 
2203 \emph on
2204 r
2205 \emph default
2206  alinean el numerador a la izquierda o a la derecha, respectivamente, de
2207  la raya de fracción.
2208  Si se pone 
2209 \emph on
2210 c
2211 \emph default
2212  o no se especifica posición, el numerador aparece centrado.
2213  Estas fracciones muestran las distintas alineaciones:
2214 \end_layout
2215
2216 \begin_layout Standard
2217 \noindent
2218 \align center
2219 \begin_inset Formula $\cfrac [l]{A}{B+C}$
2220 \end_inset
2221
2222  ; 
2223 \begin_inset Formula $\cfrac {A}{B+C}$
2224 \end_inset
2225
2226  ; 
2227 \begin_inset Formula $\cfrac [r]{A}{B+C}$
2228 \end_inset
2229
2230  
2231 \begin_inset VSpace medskip
2232 \end_inset
2233
2234
2235 \end_layout
2236
2237 \begin_layout Standard
2238 Muchas veces es adecuado combinar 
2239 \series bold
2240
2241 \backslash
2242 cfrac
2243 \series default
2244  y 
2245 \series bold
2246
2247 \backslash
2248 frac
2249 \series default
2250 :
2251 \begin_inset Formula \[
2252 \cfrac {A}{B+\cfrac {C+\frac{E}{F}}{D}}\]
2253
2254 \end_inset
2255
2256
2257 \end_layout
2258
2259 \begin_layout Standard
2260 Para componer fracciones en línea con raya de fracción inclinada puedes
2261  usar el comando 
2262 \series bold
2263
2264 \backslash
2265 nicefrac
2266 \series default
2267
2268 \begin_inset Index
2269 status collapsed
2270
2271 \begin_layout Plain Layout
2272 Comandos ! N ! 
2273 \backslash
2274 nicefrac
2275 \end_layout
2276
2277 \end_inset
2278
2279
2280 \begin_inset Formula $\nicefrac{5}{31}$
2281 \end_inset
2282
2283  
2284 \end_layout
2285
2286 \begin_layout Standard
2287 En la 
2288 \begin_inset CommandInset ref
2289 LatexCommand ref
2290 reference "sub:Fracciones-personalizadas"
2291
2292 \end_inset
2293
2294  se explica cómo componer fracciones personalizadas en las que la raya de
2295  fracción se puede cambiar.
2296  
2297 \end_layout
2298
2299 \begin_layout Subsection
2300 Raíces
2301 \begin_inset Index
2302 status collapsed
2303
2304 \begin_layout Plain Layout
2305 Raíces
2306 \end_layout
2307
2308 \end_inset
2309
2310
2311 \end_layout
2312
2313 \begin_layout Standard
2314 Las raíces cuadradas se componen con 
2315 \series bold
2316
2317 \backslash
2318 sqrt
2319 \series default
2320
2321 \begin_inset Index
2322 status collapsed
2323
2324 \begin_layout Plain Layout
2325 Comandos ! S ! 
2326 \backslash
2327 sqrt
2328 \end_layout
2329
2330 \end_inset
2331
2332  o con el botón 
2333 \begin_inset Graphics
2334         filename ../../images/math/sqrt.png
2335         scale 85
2336
2337 \end_inset
2338
2339  de la barra de  ecuaciones; todas las demás raíces con el comando 
2340 \series bold
2341
2342 \backslash
2343 root
2344 \series default
2345
2346 \begin_inset Index
2347 status collapsed
2348
2349 \begin_layout Plain Layout
2350 Comandos ! R ! 
2351 \backslash
2352 root
2353 \end_layout
2354
2355 \end_inset
2356
2357  o con el botón 
2358 \begin_inset Graphics
2359         filename ../../images/math/root.png
2360         scale 85
2361
2362 \end_inset
2363
2364 .
2365 \end_layout
2366
2367 \begin_layout Standard
2368 \noindent
2369 \align center
2370 \begin_inset Tabular
2371 <lyxtabular version="3" rows="3" columns="2">
2372 <features>
2373 <column alignment="center" valignment="top" width="0">
2374 <column alignment="center" valignment="top" width="0">
2375 <row>
2376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2377 \begin_inset Text
2378
2379 \begin_layout Plain Layout
2380 Comando
2381 \end_layout
2382
2383 \end_inset
2384 </cell>
2385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2386 \begin_inset Text
2387
2388 \begin_layout Plain Layout
2389 Resultado
2390 \begin_inset Note Note
2391 status collapsed
2392
2393 \begin_layout Plain Layout
2394
2395 \series bold
2396
2397 \backslash
2398 raisebox
2399 \series default
2400  se usa sólo como espaciador
2401 \end_layout
2402
2403 \end_inset
2404
2405
2406 \end_layout
2407
2408 \end_inset
2409 </cell>
2410 </row>
2411 <row>
2412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2413 \begin_inset Text
2414
2415 \begin_layout Plain Layout
2416
2417 \backslash
2418 sqrt
2419 \begin_inset ERT
2420 status collapsed
2421
2422 \begin_layout Plain Layout
2423
2424
2425 \backslash
2426 spce 
2427 \end_layout
2428
2429 \end_inset
2430
2431 A-B
2432 \end_layout
2433
2434 \end_inset
2435 </cell>
2436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2437 \begin_inset Text
2438
2439 \begin_layout Plain Layout
2440 \begin_inset Formula $\raisebox {4.5mm}{}\sqrt{A-B}$
2441 \end_inset
2442
2443
2444 \end_layout
2445
2446 \end_inset
2447 </cell>
2448 </row>
2449 <row>
2450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2451 \begin_inset Text
2452
2453 \begin_layout Plain Layout
2454
2455 \backslash
2456 root
2457 \begin_inset ERT
2458 status collapsed
2459
2460 \begin_layout Plain Layout
2461
2462
2463 \backslash
2464 spce 
2465 \end_layout
2466
2467 \end_inset
2468
2469 3
2470 \begin_inset Formula $\downarrow$
2471 \end_inset
2472
2473 A-B
2474 \end_layout
2475
2476 \end_inset
2477 </cell>
2478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2479 \begin_inset Text
2480
2481 \begin_layout Plain Layout
2482 \begin_inset Formula $\raisebox {4.5mm}{}\sqrt[3]{A-B}$
2483 \end_inset
2484
2485
2486 \end_layout
2487
2488 \end_inset
2489 </cell>
2490 </row>
2491 </lyxtabular>
2492
2493 \end_inset
2494
2495
2496 \end_layout
2497
2498 \begin_layout Standard
2499 Una raíz cuadrada se compone también con 
2500 \series bold
2501
2502 \backslash
2503 root
2504 \series default
2505  dejando vacío el campo del índice.
2506 \end_layout
2507
2508 \begin_layout Standard
2509 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2510  la raíz: 
2511 \begin_inset Formula $\sqrt[\beta]{B}$
2512 \end_inset
2513
2514
2515 \begin_inset Newline newline
2516 \end_inset
2517
2518 La 
2519 \begin_inset Formula $\beta$
2520 \end_inset
2521
2522  toca la raíz.
2523  Para evitar esto se usan los comandos 
2524 \series bold
2525
2526 \backslash
2527 leftroot
2528 \series default
2529
2530 \begin_inset Index
2531 status collapsed
2532
2533 \begin_layout Plain Layout
2534 Comandos ! L ! 
2535 \backslash
2536 leftroot
2537 \end_layout
2538
2539 \end_inset
2540
2541  y 
2542 \series bold
2543
2544 \backslash
2545 uproot
2546 \series default
2547
2548 \begin_inset Index
2549 status collapsed
2550
2551 \begin_layout Plain Layout
2552 Comandos ! U ! 
2553 \backslash
2554 uproot
2555 \end_layout
2556
2557 \end_inset
2558
2559  con el esquema siguiente:
2560 \end_layout
2561
2562 \begin_layout Standard
2563
2564 \series bold
2565
2566 \backslash
2567 leftroot{distancia}
2568 \series default
2569  y 
2570 \series bold
2571
2572 \backslash
2573 uproot{distancia}
2574 \end_layout
2575
2576 \begin_layout Standard
2577 Distancia es el número de Puntos Grandes (
2578 \begin_inset Quotes fld
2579 \end_inset
2580
2581 Big Points
2582 \begin_inset Quotes frd
2583 \end_inset
2584
2585 , unidad bp; 
2586 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2587 \end_inset
2588
2589 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2590  Los comandos se escriben en el índice.
2591  Así, el comando:
2592 \begin_inset Newline newline
2593 \end_inset
2594
2595
2596 \series bold
2597
2598 \backslash
2599 root
2600 \backslash
2601 leftroot{-1
2602 \begin_inset Formula $\to$
2603 \end_inset
2604
2605
2606 \backslash
2607 uproot{2
2608 \begin_inset Formula $\to$
2609 \end_inset
2610
2611
2612 \backslash
2613 beta
2614 \begin_inset ERT
2615 status collapsed
2616
2617 \begin_layout Plain Layout
2618
2619
2620 \backslash
2621 spce 
2622 \end_layout
2623
2624 \end_inset
2625
2626
2627 \begin_inset Formula $\to$
2628 \end_inset
2629
2630 B
2631 \begin_inset Newline newline
2632 \end_inset
2633
2634
2635 \series default
2636 genera una fórmula correctamente tipografiada: 
2637 \begin_inset Formula $\sqrt[\leftroot {-1}\uproot {2}\beta]{B}$
2638 \end_inset
2639
2640
2641 \end_layout
2642
2643 \begin_layout Subsection
2644 Coeficientes de un binomio
2645 \begin_inset Index
2646 status collapsed
2647
2648 \begin_layout Plain Layout
2649 Binomios
2650 \end_layout
2651
2652 \end_inset
2653
2654
2655 \end_layout
2656
2657 \begin_layout Standard
2658 Los coeficientes de un binomio se insertan con el comando 
2659 \series bold
2660
2661 \backslash
2662 binom
2663 \series default
2664
2665 \begin_inset Index
2666 status collapsed
2667
2668 \begin_layout Plain Layout
2669 Comandos ! B ! 
2670 \backslash
2671 binom
2672 \end_layout
2673
2674 \end_inset
2675
2676  o con el submenú del botón 
2677 \begin_inset Graphics
2678         filename ../../images/math/frac-square.png
2679         scale 85
2680
2681 \end_inset
2682
2683 de la barra de herramientas de ecuaciones.
2684  Como en las fracciones, además de 
2685 \series bold
2686
2687 \backslash
2688 binom
2689 \series default
2690  hay los comandos 
2691 \series bold
2692
2693 \backslash
2694 dbinom
2695 \begin_inset Index
2696 status collapsed
2697
2698 \begin_layout Plain Layout
2699 Comandos ! D ! 
2700 \backslash
2701 dbinom
2702 \end_layout
2703
2704 \end_inset
2705
2706
2707 \series default
2708  y 
2709 \series bold
2710
2711 \backslash
2712 tbinom
2713 \series default
2714
2715 \begin_inset Index
2716 status collapsed
2717
2718 \begin_layout Plain Layout
2719 Comandos ! T ! 
2720 \backslash
2721 tbinom
2722 \end_layout
2723
2724 \end_inset
2725
2726 .
2727  
2728 \lang english
2729 For other brackets around binomial coeficients there are the
2730 \lang spanish
2731  commandos 
2732 \series bold
2733
2734 \backslash
2735 brace
2736 \series default
2737
2738 \begin_inset Index
2739 status collapsed
2740
2741 \begin_layout Plain Layout
2742 Comandos ! B ! 
2743 \backslash
2744 brace
2745 \end_layout
2746
2747 \end_inset
2748
2749  y 
2750 \series bold
2751
2752 \backslash
2753 brack
2754 \series default
2755
2756 \begin_inset Index
2757 status collapsed
2758
2759 \begin_layout Plain Layout
2760 Comandos ! B ! 
2761 \backslash
2762 brack
2763 \end_layout
2764
2765 \end_inset
2766
2767 .
2768 \end_layout
2769
2770 \begin_layout Standard
2771 \noindent
2772 \align center
2773 \begin_inset Tabular
2774 <lyxtabular version="3" rows="6" columns="2">
2775 <features>
2776 <column alignment="center" valignment="top" width="0">
2777 <column alignment="center" valignment="top" width="0">
2778 <row>
2779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2780 \begin_inset Text
2781
2782 \begin_layout Plain Layout
2783 Comando
2784 \end_layout
2785
2786 \end_inset
2787 </cell>
2788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2789 \begin_inset Text
2790
2791 \begin_layout Plain Layout
2792 Resultado
2793 \begin_inset Note Note
2794 status collapsed
2795
2796 \begin_layout Plain Layout
2797
2798 \series bold
2799
2800 \backslash
2801 raisebox
2802 \series default
2803  se usa sólo como espaciador
2804 \end_layout
2805
2806 \end_inset
2807
2808
2809 \end_layout
2810
2811 \end_inset
2812 </cell>
2813 </row>
2814 <row>
2815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2816 \begin_inset Text
2817
2818 \begin_layout Plain Layout
2819
2820 \backslash
2821 binom
2822 \begin_inset ERT
2823 status collapsed
2824
2825 \begin_layout Plain Layout
2826
2827
2828 \backslash
2829 spce 
2830 \end_layout
2831
2832 \end_inset
2833
2834 A
2835 \begin_inset Formula $\downarrow$
2836 \end_inset
2837
2838 B
2839 \end_layout
2840
2841 \end_inset
2842 </cell>
2843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2844 \begin_inset Text
2845
2846 \begin_layout Plain Layout
2847 \begin_inset Formula $\raisebox {5mm}{}\binom{A}{B}\raisebox {-2.5mm}{}$
2848 \end_inset
2849
2850
2851 \end_layout
2852
2853 \end_inset
2854 </cell>
2855 </row>
2856 <row>
2857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2858 \begin_inset Text
2859
2860 \begin_layout Plain Layout
2861
2862 \backslash
2863 dbinom
2864 \begin_inset ERT
2865 status collapsed
2866
2867 \begin_layout Plain Layout
2868
2869
2870 \backslash
2871 spce 
2872 \end_layout
2873
2874 \end_inset
2875
2876 A
2877 \begin_inset Formula $\downarrow$
2878 \end_inset
2879
2880 B
2881 \end_layout
2882
2883 \end_inset
2884 </cell>
2885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Plain Layout
2889 \begin_inset Formula $\raisebox {5mm}{}\dbinom{A}{B}\raisebox {-2.5mm}{}$
2890 \end_inset
2891
2892
2893 \end_layout
2894
2895 \end_inset
2896 </cell>
2897 </row>
2898 <row>
2899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2900 \begin_inset Text
2901
2902 \begin_layout Plain Layout
2903
2904 \backslash
2905 tbinom
2906 \begin_inset ERT
2907 status collapsed
2908
2909 \begin_layout Plain Layout
2910
2911
2912 \backslash
2913 spce 
2914 \end_layout
2915
2916 \end_inset
2917
2918 A
2919 \begin_inset Formula $\downarrow$
2920 \end_inset
2921
2922 B
2923 \end_layout
2924
2925 \end_inset
2926 </cell>
2927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Plain Layout
2931 \begin_inset Formula $\raisebox {5mm}{}\tbinom{A}{B}\raisebox {-2.5mm}{}$
2932 \end_inset
2933
2934
2935 \end_layout
2936
2937 \end_inset
2938 </cell>
2939 </row>
2940 <row>
2941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2942 \begin_inset Text
2943
2944 \begin_layout Plain Layout
2945
2946 \backslash
2947 brack
2948 \begin_inset ERT
2949 status collapsed
2950
2951 \begin_layout Plain Layout
2952
2953
2954 \backslash
2955 spce 
2956 \end_layout
2957
2958 \end_inset
2959
2960 A
2961 \begin_inset Formula $\downarrow$
2962 \end_inset
2963
2964 B
2965 \end_layout
2966
2967 \end_inset
2968 </cell>
2969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2970 \begin_inset Text
2971
2972 \begin_layout Plain Layout
2973 \begin_inset Formula $\raisebox {5mm}{}{A \brack B}\raisebox {-2.5mm}{}$
2974 \end_inset
2975
2976
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 </row>
2982 <row>
2983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987
2988 \backslash
2989 brace
2990 \begin_inset ERT
2991 status collapsed
2992
2993 \begin_layout Plain Layout
2994
2995
2996 \backslash
2997 spce 
2998 \end_layout
2999
3000 \end_inset
3001
3002 A
3003 \begin_inset Formula $\downarrow$
3004 \end_inset
3005
3006 B
3007 \end_layout
3008
3009 \end_inset
3010 </cell>
3011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Plain Layout
3015 \begin_inset Formula $\raisebox {5mm}{}{A \brace B}\raisebox {-2.5mm}{}$
3016 \end_inset
3017
3018
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 </row>
3024 </lyxtabular>
3025
3026 \end_inset
3027
3028
3029 \end_layout
3030
3031 \begin_layout Subsection
3032 Diferenciaciones de casos
3033 \begin_inset Index
3034 status collapsed
3035
3036 \begin_layout Plain Layout
3037 Casos
3038 \end_layout
3039
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \begin_layout Standard
3046 \noindent
3047 \align center
3048 \begin_inset Tabular
3049 <lyxtabular version="3" rows="3" columns="2">
3050 <features>
3051 <column alignment="center" valignment="top" width="0">
3052 <column alignment="center" valignment="top" width="0">
3053 <row>
3054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058 Comando
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067 Resultado
3068 \end_layout
3069
3070 \end_inset
3071 </cell>
3072 </row>
3073 <row>
3074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Plain Layout
3078
3079 \backslash
3080 cases
3081 \begin_inset ERT
3082 status collapsed
3083
3084 \begin_layout Plain Layout
3085
3086
3087 \backslash
3088 spce 
3089 \end_layout
3090
3091 \end_inset
3092
3093 A
3094 \begin_inset Formula $\to$
3095 \end_inset
3096
3097 B>0
3098 \begin_inset Index
3099 status collapsed
3100
3101 \begin_layout Plain Layout
3102 Comandos ! C ! 
3103 \backslash
3104 cases
3105 \end_layout
3106
3107 \end_inset
3108
3109
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Plain Layout
3118 \begin_inset Formula $\begin{cases}
3119 A & B>0\end{cases}$
3120 \end_inset
3121
3122
3123 \end_layout
3124
3125 \end_inset
3126 </cell>
3127 </row>
3128 <row>
3129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Plain Layout
3133
3134 \backslash
3135 cases
3136 \begin_inset ERT
3137 status collapsed
3138
3139 \begin_layout Plain Layout
3140
3141
3142 \backslash
3143 spce 
3144 \end_layout
3145
3146 \end_inset
3147
3148 Ctrl-Intro
3149 \end_layout
3150
3151 \end_inset
3152 </cell>
3153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157 \begin_inset Formula $\begin{cases}
3158 A & \textrm{para }x>0\\
3159 B & \textrm{para }x=0\end{cases}$
3160 \end_inset
3161
3162
3163 \end_layout
3164
3165 \end_inset
3166 </cell>
3167 </row>
3168 </lyxtabular>
3169
3170 \end_inset
3171
3172
3173 \end_layout
3174
3175 \begin_layout Standard
3176 Después de insertar 
3177 \series bold
3178
3179 \backslash
3180 cases
3181 \series default
3182  o usar el botón 
3183 \begin_inset Graphics
3184         filename ../../images/math/cases.png
3185         scale 85
3186
3187 \end_inset
3188
3189  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3190 \family sans
3191 Ctrl-Intro
3192 \family default
3193  o con el botón
3194 \family sans
3195  
3196 \family default
3197
3198 \begin_inset Graphics
3199         filename ../../images/tabular-feature_append-row.png
3200         scale 85
3201
3202 \end_inset
3203
3204  de la barra de tablas.
3205 \end_layout
3206
3207 \begin_layout Standard
3208 El comando 
3209 \series bold
3210
3211 \backslash
3212 cases
3213 \series default
3214  también está disponible en el menú 
3215 \family sans
3216 Insertar\SpecialChar \menuseparator
3217 Ecuación\SpecialChar \menuseparator
3218 Entorno casos
3219 \family default
3220 .
3221 \end_layout
3222
3223 \begin_layout Subsection
3224 Negaciones
3225 \begin_inset Index
3226 status collapsed
3227
3228 \begin_layout Plain Layout
3229 Negaciones
3230 \end_layout
3231
3232 \end_inset
3233
3234
3235 \end_layout
3236
3237 \begin_layout Standard
3238 Con el comando 
3239 \series bold
3240
3241 \backslash
3242 not
3243 \series default
3244
3245 \begin_inset Index
3246 status collapsed
3247
3248 \begin_layout Plain Layout
3249 Comandos ! N ! 
3250 \backslash
3251 not
3252 \end_layout
3253
3254 \end_inset
3255
3256  todo carácter se puede mostrar cancelado.
3257  Los caracteres son casi tachados con una barra inclinada.
3258 \end_layout
3259
3260 \begin_layout Standard
3261 \noindent
3262 \align center
3263 \begin_inset Tabular
3264 <lyxtabular version="3" rows="4" columns="2">
3265 <features>
3266 <column alignment="center" valignment="top" width="0">
3267 <column alignment="center" valignment="top" width="0">
3268 <row>
3269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Plain Layout
3273 Comando
3274 \end_layout
3275
3276 \end_inset
3277 </cell>
3278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3279 \begin_inset Text
3280
3281 \begin_layout Plain Layout
3282 Resultado
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 </row>
3288 <row>
3289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Plain Layout
3293
3294 \backslash
3295 not=
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304 \begin_inset Formula $\not=$
3305 \end_inset
3306
3307
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 </row>
3313 <row>
3314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3315 \begin_inset Text
3316
3317 \begin_layout Plain Layout
3318
3319 \backslash
3320 not 
3321 \backslash
3322 le
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331 \begin_inset Formula $\not\le$
3332 \end_inset
3333
3334
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 </row>
3340 <row>
3341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345
3346 \backslash
3347 not 
3348 \backslash
3349 parallel
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358 \begin_inset Formula $\not\parallel$
3359 \end_inset
3360
3361
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 </row>
3367 </lyxtabular>
3368
3369 \end_inset
3370
3371
3372 \end_layout
3373
3374 \begin_layout Standard
3375 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3376  Por tanto para algunas negaciones hay comandos especiales (véase 
3377 \begin_inset CommandInset ref
3378 LatexCommand ref
3379 reference "sub:Símbolos-matemáticos"
3380
3381 \end_inset
3382
3383  y 
3384 \begin_inset CommandInset ref
3385 LatexCommand ref
3386 reference "sec:Relaciones"
3387
3388 \end_inset
3389
3390 ).
3391 \end_layout
3392
3393 \begin_layout Subsection
3394 Espaciadores fantasma 
3395 \begin_inset CommandInset label
3396 LatexCommand label
3397 name "sub:Espaciadores-fantasma"
3398
3399 \end_inset
3400
3401
3402 \begin_inset Index
3403 status collapsed
3404
3405 \begin_layout Plain Layout
3406 Espaciadores fantasma
3407 \end_layout
3408
3409 \end_inset
3410
3411
3412 \begin_inset Index
3413 status collapsed
3414
3415 \begin_layout Plain Layout
3416 Química ! isótopos
3417 \end_layout
3418
3419 \end_inset
3420
3421
3422 \begin_inset Index
3423 status collapsed
3424
3425 \begin_layout Plain Layout
3426 Isótopos|see
3427 \begin_inset ERT
3428 status collapsed
3429
3430 \begin_layout Plain Layout
3431
3432 {
3433 \end_layout
3434
3435 \end_inset
3436
3437 Química
3438 \begin_inset ERT
3439 status collapsed
3440
3441 \begin_layout Plain Layout
3442
3443 }
3444 \end_layout
3445
3446 \end_inset
3447
3448
3449 \end_layout
3450
3451 \end_inset
3452
3453
3454 \end_layout
3455
3456 \begin_layout Standard
3457 En la presentación de isótopos
3458 \begin_inset Foot
3459 status collapsed
3460
3461 \begin_layout Plain Layout
3462 Más sobre símbolos químicos en 
3463 \begin_inset CommandInset ref
3464 LatexCommand ref
3465 reference "sub:Símbolos-y-ecuaciones-químicas"
3466
3467 \end_inset
3468
3469
3470 \end_layout
3471
3472 \end_inset
3473
3474 , p.
3475 \begin_inset Space \thinspace{}
3476 \end_inset
3477
3478 e., surge el problema siguiente:
3479 \end_layout
3480
3481 \begin_layout Standard
3482 \noindent
3483 \align center
3484 \begin_inset Tabular
3485 <lyxtabular version="3" rows="2" columns="2">
3486 <features>
3487 <column alignment="center" valignment="top" width="0">
3488 <column alignment="center" valignment="top" width="0">
3489 <row>
3490 <cell alignment="center" valignment="top" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 Índices generados con sub- y superíndices:
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell alignment="center" valignment="top" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox {-3mm}{}$
3504 \end_inset
3505
3506
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 </row>
3512 <row>
3513 <cell alignment="center" valignment="top" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517 Índices correctos:
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3527 \end_inset
3528
3529
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 </row>
3535 </lyxtabular>
3536
3537 \end_inset
3538
3539
3540 \begin_inset Note Note
3541 status collapsed
3542
3543 \begin_layout Plain Layout
3544
3545 \series bold
3546
3547 \backslash
3548 raisebox
3549 \series default
3550  se usa sólo como espaciador
3551 \end_layout
3552
3553 \end_inset
3554
3555
3556 \end_layout
3557
3558 \begin_layout Standard
3559 Por defecto, el índice más corto se coloca sobre o bajo el primer carácter
3560  del índice más largo.
3561  Para evitarlo está el comando 
3562 \series bold
3563
3564 \backslash
3565 phantom
3566 \series default
3567
3568 \begin_inset Index
3569 status collapsed
3570
3571 \begin_layout Plain Layout
3572 Comandos ! P ! 
3573 \backslash
3574 phantom
3575 \end_layout
3576
3577 \end_inset
3578
3579  o el botón 
3580 \begin_inset Space ~
3581 \end_inset
3582
3583
3584 \begin_inset Graphics
3585         filename ../../images/math/phantom.png
3586         scale 85
3587
3588 \end_inset
3589
3590  del submenú de espaciado de ecuaciones
3591 \begin_inset Foot
3592 status collapsed
3593
3594 \begin_layout Plain Layout
3595 Botón 
3596 \begin_inset Graphics
3597         filename ../../images/math/space.png
3598         scale 85
3599
3600 \end_inset
3601
3602  de la barra de ecuaciones
3603 \end_layout
3604
3605 \end_inset
3606
3607 , que genera uno o más caracteres fantasma.
3608  Al insertar 
3609 \series bold
3610
3611 \backslash
3612 phantom
3613 \series default
3614  aparece un pequeño marco azul con dos flechas rojas superpuestas
3615 \begin_inset Formula $\phantom{}$
3616 \end_inset
3617
3618 .
3619  Las flechas indican que se utilizarán como espaciador la anchura y altura
3620  totales del contenido del marco.
3621  Los caracteres fantasmas son espaciadores adecuados al tamaño de los caracteres.
3622 \end_layout
3623
3624 \begin_layout Standard
3625 \noindent
3626 \align center
3627 \begin_inset Tabular
3628 <lyxtabular version="3" rows="4" columns="2">
3629 <features>
3630 <column alignment="center" valignment="top" width="0">
3631 <column alignment="center" valignment="top" width="0">
3632 <row>
3633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637 Comando
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646 Resultado
3647 \begin_inset Note Note
3648 status collapsed
3649
3650 \begin_layout Plain Layout
3651
3652 \series bold
3653
3654 \backslash
3655 raisebox
3656 \series default
3657  se usa sólo como espaciador
3658 \end_layout
3659
3660 \end_inset
3661
3662
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 </row>
3668 <row>
3669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 ^19
3674 \begin_inset ERT
3675 status collapsed
3676
3677 \begin_layout Plain Layout
3678
3679
3680 \backslash
3681 spce 
3682 \end_layout
3683
3684 \end_inset
3685
3686 _
3687 \backslash
3688 phantom
3689 \begin_inset ERT
3690 status collapsed
3691
3692 \begin_layout Plain Layout
3693
3694
3695 \backslash
3696 spce 
3697 \end_layout
3698
3699 \end_inset
3700
3701 1
3702 \begin_inset Formula $\rightarrow$
3703 \end_inset
3704
3705 9
3706 \begin_inset ERT
3707 status collapsed
3708
3709 \begin_layout Plain Layout
3710
3711
3712 \backslash
3713 spce 
3714 \end_layout
3715
3716 \end_inset
3717
3718 F
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox {-2.5mm}{}$
3728 \end_inset
3729
3730
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 </row>
3736 <row>
3737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741 ^235
3742 \begin_inset ERT
3743 status collapsed
3744
3745 \begin_layout Plain Layout
3746
3747
3748 \backslash
3749 spce 
3750 \end_layout
3751
3752 \end_inset
3753
3754 _
3755 \backslash
3756 phantom
3757 \begin_inset ERT
3758 status collapsed
3759
3760 \begin_layout Plain Layout
3761
3762
3763 \backslash
3764 spce 
3765 \end_layout
3766
3767 \end_inset
3768
3769 23
3770 \begin_inset Formula $\rightarrow$
3771 \end_inset
3772
3773 9
3774 \begin_inset ERT
3775 status collapsed
3776
3777 \begin_layout Plain Layout
3778
3779
3780 \backslash
3781 spce 
3782 \end_layout
3783
3784 \end_inset
3785
3786 F
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox {-2.5mm}{}$
3796 \end_inset
3797
3798
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 </row>
3804 <row>
3805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809
3810 \backslash
3811 Lambda^
3812 \begin_inset ERT
3813 status collapsed
3814
3815 \begin_layout Plain Layout
3816
3817
3818 \backslash
3819 spce 
3820 \end_layout
3821
3822 \end_inset
3823
3824
3825 \backslash
3826 phantom
3827 \begin_inset ERT
3828 status collapsed
3829
3830 \begin_layout Plain Layout
3831
3832
3833 \backslash
3834 spce 
3835 \end_layout
3836
3837 \end_inset
3838
3839 ii
3840 \begin_inset Formula $\rightarrow$
3841 \end_inset
3842
3843 t
3844 \begin_inset ERT
3845 status collapsed
3846
3847 \begin_layout Plain Layout
3848
3849
3850 \backslash
3851 spce 
3852 \end_layout
3853
3854 \end_inset
3855
3856 _MMt
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 \begin_inset Formula $\raisebox {4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox {-2.5mm}{}$
3866 \end_inset
3867
3868
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 </row>
3874 </lyxtabular>
3875
3876 \end_inset
3877
3878
3879 \end_layout
3880
3881 \begin_layout Standard
3882 Además hay los comandos 
3883 \series bold
3884
3885 \backslash
3886 vphantom
3887 \series default
3888
3889 \begin_inset Index
3890 status collapsed
3891
3892 \begin_layout Plain Layout
3893 Comandos ! V ! 
3894 \backslash
3895 vphantom
3896 \end_layout
3897
3898 \end_inset
3899
3900  (botón 
3901 \begin_inset Space ~
3902 \end_inset
3903
3904
3905 \begin_inset Graphics
3906         filename ../../images/math/vphantom.png
3907         scale 85
3908
3909 \end_inset
3910
3911 ) y 
3912 \series bold
3913
3914 \backslash
3915 hphantom
3916 \series default
3917
3918 \begin_inset Index
3919 status collapsed
3920
3921 \begin_layout Plain Layout
3922 Comandos ! H ! 
3923 \backslash
3924 hphantom
3925 \end_layout
3926
3927 \end_inset
3928
3929  (botón 
3930 \begin_inset Space ~
3931 \end_inset
3932
3933
3934 \begin_inset Graphics
3935         filename ../../images/math/hphantom.png
3936         scale 85
3937
3938 \end_inset
3939
3940 ).
3941  
3942 \series bold
3943
3944 \backslash
3945 hphantom
3946 \series default
3947  genera espacio en el marco sólo para la altura máxima de los caracteres,
3948  no para su anchura.
3949  
3950 \series bold
3951
3952 \backslash
3953 vphantom
3954 \series default
3955  genera espacio sólo para la anchura del contenido del marco.
3956  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3957 \end_layout
3958
3959 \begin_layout Standard
3960 Por ejemplo, 
3961 \series bold
3962
3963 \backslash
3964 vphantom
3965 \series default
3966
3967 \begin_inset ERT
3968 status collapsed
3969
3970 \begin_layout Plain Layout
3971
3972
3973 \backslash
3974 spce 
3975 \end_layout
3976
3977 \end_inset
3978
3979
3980 \series bold
3981 a
3982 \backslash
3983 int
3984 \series default
3985  genera espacio de la altura del signo de la integral
3986 \begin_inset Foot
3987 status collapsed
3988
3989 \begin_layout Plain Layout
3990 El comando 
3991 \series bold
3992
3993 \backslash
3994 int
3995 \series default
3996  genera un signo de integral, véase 
3997 \begin_inset CommandInset ref
3998 LatexCommand ref
3999 reference "sub:Operadores-grandes"
4000
4001 \end_inset
4002
4003
4004 \end_layout
4005
4006 \end_inset
4007
4008 , porque este es el carácter más largo.
4009  Hay un ejemplo de aplicación en 
4010 \begin_inset CommandInset ref
4011 LatexCommand ref
4012 reference "sub:Delimitadores-multilínea"
4013
4014 \end_inset
4015
4016 .
4017 \end_layout
4018
4019 \begin_layout Subsection
4020 Barras
4021 \begin_inset Index
4022 status collapsed
4023
4024 \begin_layout Plain Layout
4025 Barras
4026 \end_layout
4027
4028 \end_inset
4029
4030
4031 \begin_inset Index
4032 status collapsed
4033
4034 \begin_layout Plain Layout
4035 Ecuación ! sub- o superrayada
4036 \end_layout
4037
4038 \end_inset
4039
4040
4041 \end_layout
4042
4043 \begin_layout Standard
4044 \noindent
4045 \align center
4046 \begin_inset Tabular
4047 <lyxtabular version="3" rows="4" columns="2">
4048 <features>
4049 <column alignment="center" valignment="top" width="0">
4050 <column alignment="center" valignment="top" width="0">
4051 <row>
4052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Plain Layout
4056 Comando
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 Resultado
4066 \begin_inset Note Note
4067 status collapsed
4068
4069 \begin_layout Plain Layout
4070
4071 \series bold
4072
4073 \backslash
4074 raisebox
4075 \series default
4076  se usa sólo como espaciador
4077 \end_layout
4078
4079 \end_inset
4080
4081
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 </row>
4087 <row>
4088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092
4093 \backslash
4094 overline
4095 \begin_inset ERT
4096 status collapsed
4097
4098 \begin_layout Plain Layout
4099
4100
4101 \backslash
4102 spce 
4103 \end_layout
4104
4105 \end_inset
4106
4107 A+B
4108 \begin_inset Index
4109 status collapsed
4110
4111 \begin_layout Plain Layout
4112 Comandos ! O ! 
4113 \backslash
4114 overline
4115 \end_layout
4116
4117 \end_inset
4118
4119
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128 \begin_inset Formula $\raisebox {5mm}{}\overline{A+B}$
4129 \end_inset
4130
4131
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 </row>
4137 <row>
4138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142
4143 \backslash
4144 underline
4145 \begin_inset ERT
4146 status collapsed
4147
4148 \begin_layout Plain Layout
4149
4150
4151 \backslash
4152 spce 
4153 \end_layout
4154
4155 \end_inset
4156
4157 A+B
4158 \begin_inset Index
4159 status collapsed
4160
4161 \begin_layout Plain Layout
4162 Comandos ! U ! 
4163 \backslash
4164 underline
4165 \end_layout
4166
4167 \end_inset
4168
4169
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178 \begin_inset Formula $\underline{A+B}\raisebox {-2.5mm}{}$
4179 \end_inset
4180
4181
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \backslash
4194 overline
4195 \begin_inset ERT
4196 status collapsed
4197
4198 \begin_layout Plain Layout
4199
4200
4201 \backslash
4202 spce 
4203 \end_layout
4204
4205 \end_inset
4206
4207
4208 \backslash
4209 underline
4210 \begin_inset ERT
4211 status collapsed
4212
4213 \begin_layout Plain Layout
4214
4215
4216 \backslash
4217 spce 
4218 \end_layout
4219
4220 \end_inset
4221
4222 A+B
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231 \begin_inset Formula $\raisebox {5mm}{}\overline{\underline{A+B}}\raisebox {-2.5mm}{}$
4232 \end_inset
4233
4234
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 </row>
4240 </lyxtabular>
4241
4242 \end_inset
4243
4244
4245 \end_layout
4246
4247 \begin_layout Standard
4248 En el último ejemplo es indiferente poner primero 
4249 \series bold
4250
4251 \backslash
4252 overline
4253 \series default
4254  o 
4255 \series bold
4256
4257 \backslash
4258 underline
4259 \series default
4260 .
4261 \end_layout
4262
4263 \begin_layout Standard
4264 Para poner doble subrayado, p.
4265 \begin_inset Space \thinspace{}
4266 \end_inset
4267
4268 e.
4269  en resultados, se usa 
4270 \series bold
4271
4272 \backslash
4273 underline
4274 \series default
4275  dos veces.
4276 \end_layout
4277
4278 \begin_layout Standard
4279 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4280 \end_layout
4281
4282 \begin_layout Subsection
4283 Puntos
4284 \begin_inset Index
4285 status collapsed
4286
4287 \begin_layout Plain Layout
4288 Puntos
4289 \end_layout
4290
4291 \end_inset
4292
4293
4294 \end_layout
4295
4296 \begin_layout Standard
4297 Hay distintos tipos de puntos disponibles.
4298 \begin_inset Foot
4299 status collapsed
4300
4301 \begin_layout Plain Layout
4302 En la barra de herramientas de ecuaciones, en el panel del botón 
4303 \begin_inset Graphics
4304         filename ../../images/math/ldots.png
4305         scale 85
4306
4307 \end_inset
4308
4309 .
4310 \end_layout
4311
4312 \end_inset
4313
4314  Para continuación en enumeraciones se usan puntos bajos, (
4315 \series bold
4316
4317 \backslash
4318 ldots
4319 \series default
4320
4321 \begin_inset Index
4322 status collapsed
4323
4324 \begin_layout Plain Layout
4325 Comandos ! L ! 
4326 \backslash
4327 ldots
4328 \end_layout
4329
4330 \end_inset
4331
4332 ), mientras que para operaciones se usan puntos centrados a la misma altura
4333  que los operadores, (
4334 \series bold
4335
4336 \backslash
4337 cdots
4338 \series default
4339
4340 \begin_inset Index
4341 status collapsed
4342
4343 \begin_layout Plain Layout
4344 Comandos ! C ! 
4345 \backslash
4346 cdots
4347 \end_layout
4348
4349 \end_inset
4350
4351 ).
4352  Si se usa el comando 
4353 \series bold
4354
4355 \backslash
4356 dots
4357 \series default
4358
4359 \begin_inset Index
4360 status collapsed
4361
4362 \begin_layout Plain Layout
4363 Comandos ! D ! 
4364 \backslash
4365 dots
4366 \end_layout
4367
4368 \end_inset
4369
4370 , LaTeX decide el tipo a usar en función del carácter siguiente.
4371 \end_layout
4372
4373 \begin_layout Standard
4374 \align center
4375 \begin_inset Tabular
4376 <lyxtabular version="3" rows="8" columns="2">
4377 <features>
4378 <column alignment="center" valignment="top" width="0pt">
4379 <column alignment="center" valignment="top" width="0pt">
4380 <row>
4381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385 Comando
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 Resultado
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 </row>
4400 <row>
4401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 A_1
4406 \begin_inset ERT
4407 status collapsed
4408
4409 \begin_layout Plain Layout
4410
4411
4412 \backslash
4413 spce 
4414 \end_layout
4415
4416 \end_inset
4417
4418 ,
4419 \backslash
4420 dots
4421 \begin_inset ERT
4422 status collapsed
4423
4424 \begin_layout Plain Layout
4425
4426
4427 \backslash
4428 spce 
4429 \end_layout
4430
4431 \end_inset
4432
4433 ,A_n
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 \begin_inset Formula $A_{1},\dots,A_{n}$
4443 \end_inset
4444
4445
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 </row>
4451 <row>
4452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 A_1
4457 \begin_inset ERT
4458 status collapsed
4459
4460 \begin_layout Plain Layout
4461
4462
4463 \backslash
4464 spce 
4465 \end_layout
4466
4467 \end_inset
4468
4469 +
4470 \backslash
4471 dots
4472 \begin_inset ERT
4473 status collapsed
4474
4475 \begin_layout Plain Layout
4476
4477
4478 \backslash
4479 spce 
4480 \end_layout
4481
4482 \end_inset
4483
4484 +A_n
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493 \begin_inset Formula $A_{1}+\dots+A_{n}$
4494 \end_inset
4495
4496
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 </row>
4502 <row>
4503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507 A_1
4508 \begin_inset ERT
4509 status collapsed
4510
4511 \begin_layout Plain Layout
4512
4513
4514 \backslash
4515 spce 
4516 \end_layout
4517
4518 \end_inset
4519
4520 ,
4521 \backslash
4522 ldots
4523 \begin_inset ERT
4524 status collapsed
4525
4526 \begin_layout Plain Layout
4527
4528
4529 \backslash
4530 spce 
4531 \end_layout
4532
4533 \end_inset
4534
4535 ,A_n
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 \begin_inset Formula $A_{1},\ldots,A_{n}$
4545 \end_inset
4546
4547
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 </row>
4553 <row>
4554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 A_1
4559 \begin_inset ERT
4560 status collapsed
4561
4562 \begin_layout Plain Layout
4563
4564
4565 \backslash
4566 spce 
4567 \end_layout
4568
4569 \end_inset
4570
4571 +
4572 \backslash
4573 cdots
4574 \begin_inset ERT
4575 status collapsed
4576
4577 \begin_layout Plain Layout
4578
4579
4580 \backslash
4581 spce 
4582 \end_layout
4583
4584 \end_inset
4585
4586 +A_n
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4596 \end_inset
4597
4598
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 </row>
4604 <row>
4605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609
4610 \backslash
4611 vdots
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 \begin_inset Formula $\vdots$
4621 \end_inset
4622
4623
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 </row>
4629 <row>
4630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634
4635 \backslash
4636 ddots
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 \begin_inset Formula $\ddots$
4646 \end_inset
4647
4648
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 </row>
4654 <row>
4655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 Matriz
4660 \begin_inset Space \thinspace{}
4661 \end_inset
4662
4663 3×3 con los distintos puntos
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 \begin_inset Formula $\begin{array}{ccc}
4673 A_{11} & \cdots & A_{1m}\\
4674 \vdots & \ddots & \vdots\\
4675 A_{n1} & \cdots & A_{nm}\end{array}$
4676 \end_inset
4677
4678
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 </row>
4684 </lyxtabular>
4685
4686 \end_inset
4687
4688
4689 \end_layout
4690
4691 \begin_layout Standard
4692 Los puntos suspensivos disponibles en el menú 
4693 \family sans
4694 Insertar\SpecialChar \menuseparator
4695 Carácter especial
4696 \family default
4697  son 
4698 \series bold
4699
4700 \backslash
4701 ldots
4702 \series default
4703 .
4704 \begin_inset VSpace medskip
4705 \end_inset
4706
4707
4708 \end_layout
4709
4710 \begin_layout Standard
4711 Hay puntos específicos para matrices que se extienden por varias columnas.
4712  Se generan con el comando 
4713 \series bold
4714
4715 \backslash
4716 hdotsfor
4717 \series default
4718
4719 \begin_inset Index
4720 status collapsed
4721
4722 \begin_layout Plain Layout
4723 Comandos ! H ! 
4724 \backslash
4725 hdotsfor
4726 \end_layout
4727
4728 \end_inset
4729
4730 , que tiene el siguiente esquema:
4731 \end_layout
4732
4733 \begin_layout Standard
4734
4735 \series bold
4736
4737 \backslash
4738 hdotsfor[distancia]{número de columnas}
4739 \end_layout
4740
4741 \begin_layout Standard
4742 Número de columnas especifica cuántas columnas deben abarcarse.
4743  Distancia es un factor para la separación entre los puntos.
4744 \end_layout
4745
4746 \begin_layout Standard
4747 En la siguiente matriz se ha insertado el comando 
4748 \series bold
4749
4750 \backslash
4751 hdotsfor[2]{4}
4752 \series default
4753  en el primer recuadro de la segunda línea para obtener puntos separados
4754  una distancia equivalente a dos veces la del comando 
4755 \series bold
4756
4757 \backslash
4758 dots
4759 \series default
4760 .
4761 \begin_inset Formula \[
4762 \left(\begin{array}{cccc}
4763 A & B & C & D\\
4764 \hdotsfor [2]{4}\\
4765 q & w & e & r\end{array}\right)\]
4766
4767 \end_inset
4768
4769
4770 \end_layout
4771
4772 \begin_layout Standard
4773 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4774  de lo contrario se producen errores de LaTeX.
4775 \end_layout
4776
4777 \begin_layout Standard
4778 \begin_inset VSpace bigskip
4779 \end_inset
4780
4781
4782 \end_layout
4783
4784 \begin_layout Standard
4785 Además, con el comando 
4786 \series bold
4787
4788 \backslash
4789 dotfill
4790 \series default
4791
4792 \begin_inset Index
4793 status collapsed
4794
4795 \begin_layout Plain Layout
4796 Comandos ! D ! 
4797 \backslash
4798 dotfill
4799 \end_layout
4800
4801 \end_inset
4802
4803  puedes completar con puntos una línea.
4804  El efecto de este tipo de comandos es como el de 
4805 \series bold
4806
4807 \backslash
4808 hfill
4809 \series default
4810 , véase 
4811 \begin_inset CommandInset ref
4812 LatexCommand ref
4813 reference "sub:Espacio-variable"
4814
4815 \end_inset
4816
4817 .
4818 \end_layout
4819
4820 \begin_layout Standard
4821 Por ejemplo el comando 
4822 \series bold
4823 A
4824 \backslash
4825 dotfill
4826 \series default
4827
4828 \begin_inset ERT
4829 status collapsed
4830
4831 \begin_layout Plain Layout
4832
4833
4834 \backslash
4835 spce 
4836 \end_layout
4837
4838 \end_inset
4839
4840
4841 \series bold
4842 B
4843 \series default
4844  genera
4845 \end_layout
4846
4847 \begin_layout Standard
4848 \begin_inset Formula $A\dotfill  B$
4849 \end_inset
4850
4851
4852 \end_layout
4853
4854 \begin_layout Standard
4855 Un comando análogo a 
4856 \series bold
4857
4858 \backslash
4859 dotfill
4860 \series default
4861  para rellenar con una línea es 
4862 \series bold
4863
4864 \backslash
4865 hrulefill
4866 \series default
4867
4868 \begin_inset Index
4869 status collapsed
4870
4871 \begin_layout Plain Layout
4872 Comandos ! H ! 
4873 \backslash
4874 hrulefill
4875 \end_layout
4876
4877 \end_inset
4878
4879 :
4880 \end_layout
4881
4882 \begin_layout Standard
4883 \begin_inset Formula $A\hrulefill  B$
4884 \end_inset
4885
4886
4887 \end_layout
4888
4889 \begin_layout Standard
4890 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4891 \end_layout
4892
4893 \begin_layout Section
4894 Matrices
4895 \begin_inset CommandInset label
4896 LatexCommand label
4897 name "sec:Matrices"
4898
4899 \end_inset
4900
4901
4902 \begin_inset Index
4903 status collapsed
4904
4905 \begin_layout Plain Layout
4906 Matrices
4907 \end_layout
4908
4909 \end_inset
4910
4911
4912 \end_layout
4913
4914 \begin_layout Standard
4915 Se pueden insertar con el botón 
4916 \begin_inset Graphics
4917         filename ../../images/dialog-show_mathmatrix.png
4918         scale 85
4919
4920 \end_inset
4921
4922  de la barra de ecuaciones o con el menú 
4923 \family sans
4924 Insertar\SpecialChar \menuseparator
4925 Ecuación\SpecialChar \menuseparator
4926 Matriz
4927 \family default
4928 .
4929  Aparece una ventana en la que se pide el número de filas y columnas y la
4930  alineación.
4931  La alineación vertical sólo es relevante para matrices en línea:
4932 \end_layout
4933
4934 \begin_layout Standard
4935 Esta primera matriz tiene alineación superior 
4936 \begin_inset Formula $\begin{array}[t]{cccc}
4937 A & D & G & J\\
4938 B & E & H & K\\
4939 D & F & I & L\end{array}$
4940 \end_inset
4941
4942  , la segunda alineación central 
4943 \begin_inset Formula $\begin{array}{cccc}
4944 A & D & G & J\\
4945 B & E & H & K\\
4946 D & F & I & L\end{array}$
4947 \end_inset
4948
4949  , y la tercera alineación inferior 
4950 \begin_inset Formula $\begin{array}[b]{cccc}
4951 A & D & G & J\\
4952 B & E & H & K\\
4953 D & F & I & L\end{array}$
4954 \end_inset
4955
4956 .
4957 \end_layout
4958
4959 \begin_layout Standard
4960 La alineación horizontal especifica cómo deben alinearse las entradas de
4961  la columna.
4962  Se determina mediante una letra para cada columna.
4963  
4964 \emph on
4965 l
4966 \emph default
4967  indica alineación a la izquierda, 
4968 \emph on
4969 c
4970 \emph default
4971  alineación centrada y 
4972 \emph on
4973 r
4974 \emph default
4975  alineación a la derecha.
4976  Por ejemplo, para componer una matriz
4977 \begin_inset Space ~
4978 \end_inset
4979
4980 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
4981  centradas y la última a la derecha, se anota 
4982 \series bold
4983 lccr
4984 \series default
4985  en la alineación horizontal.
4986  Normalmente todas las columnas de una matriz están centradas, por tanto
4987  el valor por defecto es 
4988 \series bold
4989 c
4990 \series default
4991  para todas ellas.
4992 \end_layout
4993
4994 \begin_layout Standard
4995 Alineación horizontal:
4996 \end_layout
4997
4998 \begin_layout Standard
4999
5000 \series bold
5001 lll
5002 \series default
5003  : 
5004 \begin_inset Formula $\begin{array}{lll}
5005 10000 & D & G\\
5006 B & 10000 & H\\
5007 C & F & 10000\end{array}$
5008 \end_inset
5009
5010  , 
5011 \series bold
5012 ccc 
5013 \series default
5014
5015 \begin_inset Formula $\begin{array}{ccc}
5016 10000 & D & G\\
5017 B & 10000 & H\\
5018 C & F & 10000\end{array}$
5019 \end_inset
5020
5021  
5022 \series bold
5023 ,
5024 \series default
5025  
5026 \series bold
5027 rrr 
5028 \series default
5029
5030 \begin_inset Formula $\begin{array}{rrr}
5031 10000 & D & G\\
5032 B & 10000 & H\\
5033 C & F & 10000\end{array}$
5034 \end_inset
5035
5036
5037 \end_layout
5038
5039 \begin_layout Standard
5040 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
5041  botones 
5042 \begin_inset Graphics
5043         filename ../../images/tabular-feature_append-row.png
5044         scale 85
5045
5046 \end_inset
5047
5048
5049 \begin_inset Graphics
5050         filename ../../images/tabular-feature_delete-row.png
5051         scale 85
5052
5053 \end_inset
5054
5055 , etc.
5056  de la barra de ecuaciones o el menú 
5057 \family sans
5058 Editar\SpecialChar \menuseparator
5059 Filas y columnas
5060 \family default
5061 .
5062  También se pueden añadir filas nuevas con 
5063 \family sans
5064 Ctrl-Intro
5065 \family default
5066 .
5067 \end_layout
5068
5069 \begin_layout Standard
5070 \begin_inset VSpace bigskip
5071 \end_inset
5072
5073
5074 \end_layout
5075
5076 \begin_layout Standard
5077 Se pueden poner paréntesis alrededor de una matriz con los comandos 
5078 \series bold
5079
5080 \backslash
5081 left
5082 \series default
5083
5084 \begin_inset Index
5085 status collapsed
5086
5087 \begin_layout Plain Layout
5088 Comandos ! L ! 
5089 \backslash
5090 left
5091 \end_layout
5092
5093 \end_inset
5094
5095  y 
5096 \series bold
5097
5098 \backslash
5099 right
5100 \series default
5101
5102 \begin_inset Index
5103 status collapsed
5104
5105 \begin_layout Plain Layout
5106 Comandos ! R ! 
5107 \backslash
5108 right
5109 \end_layout
5110
5111 \end_inset
5112
5113  (atajo 
5114 \family sans
5115 Alt-m
5116 \begin_inset Space ~
5117 \end_inset
5118
5119 paréntesis
5120 \family default
5121 ), véase 
5122 \begin_inset CommandInset ref
5123 LatexCommand ref
5124 reference "sub:Tamaño-automático-de"
5125
5126 \end_inset
5127
5128 , o usando los comandos siguientes:
5129 \end_layout
5130
5131 \begin_layout Standard
5132 \begin_inset VSpace medskip
5133 \end_inset
5134
5135
5136 \end_layout
5137
5138 \begin_layout Standard
5139 \begin_inset Space \hfill{}
5140 \end_inset
5141
5142
5143 \begin_inset Tabular
5144 <lyxtabular version="3" rows="4" columns="2">
5145 <features>
5146 <column alignment="center" valignment="top" width="0">
5147 <column alignment="center" valignment="top" width="0">
5148 <row>
5149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153 Comando
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Plain Layout
5162 Resultado
5163 \begin_inset Note Note
5164 status collapsed
5165
5166 \begin_layout Plain Layout
5167
5168 \series bold
5169
5170 \backslash
5171 raisebox
5172 \series default
5173  se usa sólo como espaciador
5174 \end_layout
5175
5176 \end_inset
5177
5178
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 </row>
5184 <row>
5185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189
5190 \backslash
5191 bmatrix
5192 \begin_inset ERT
5193 status collapsed
5194
5195 \begin_layout Plain Layout
5196
5197
5198 \backslash
5199 spce 
5200 \end_layout
5201
5202 \end_inset
5203
5204 2
5205 \series bold
5206 ×
5207 \series default
5208 2
5209 \begin_inset Space \thinspace{}
5210 \end_inset
5211
5212 matriz
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221 \begin_inset Formula $\raisebox {7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5222 0 & \textrm{-}\mathrm{i}\\
5223 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox {-5.3mm}{}$
5224 \end_inset
5225
5226
5227 \end_layout
5228
5229 \end_inset
5230 </cell>
5231 </row>
5232 <row>
5233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237
5238 \backslash
5239 Bmatrix
5240 \begin_inset ERT
5241 status collapsed
5242
5243 \begin_layout Plain Layout
5244
5245
5246 \backslash
5247 spce 
5248 \end_layout
5249
5250 \end_inset
5251
5252 2×2
5253 \begin_inset Space \thinspace{}
5254 \end_inset
5255
5256 matriz
5257 \end_layout
5258
5259 \end_inset
5260 </cell>
5261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5262 \begin_inset Text
5263
5264 \begin_layout Plain Layout
5265 \begin_inset Formula $\raisebox {7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5266 0 & \textrm{-}\mathrm{i}\\
5267 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox {-5.3mm}{}$
5268 \end_inset
5269
5270
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 </row>
5276 <row>
5277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Plain Layout
5281
5282 \backslash
5283 pmatrix
5284 \begin_inset ERT
5285 status collapsed
5286
5287 \begin_layout Plain Layout
5288
5289
5290 \backslash
5291 spce 
5292 \end_layout
5293
5294 \end_inset
5295
5296 2
5297 \series bold
5298 ×
5299 \series default
5300 2
5301 \begin_inset Space \thinspace{}
5302 \end_inset
5303
5304 matriz
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313 \begin_inset Formula $\raisebox {7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5314 0 & \textrm{-}\mathrm{i}\\
5315 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox {-5.3mm}{}$
5316 \end_inset
5317
5318
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 </row>
5324 </lyxtabular>
5325
5326 \end_inset
5327
5328
5329 \begin_inset Space \hfill{}
5330 \end_inset
5331
5332
5333 \begin_inset Tabular
5334 <lyxtabular version="3" rows="4" columns="2">
5335 <features>
5336 <column alignment="center" valignment="top" width="0">
5337 <column alignment="center" valignment="top" width="0">
5338 <row>
5339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5340 \begin_inset Text
5341
5342 \begin_layout Plain Layout
5343 Comando
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 Resultado
5353 \begin_inset Note Note
5354 status collapsed
5355
5356 \begin_layout Plain Layout
5357
5358 \series bold
5359
5360 \backslash
5361 raisebox
5362 \series default
5363  se usa sólo como espaciador
5364 \end_layout
5365
5366 \end_inset
5367
5368
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 </row>
5374 <row>
5375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Plain Layout
5379
5380 \backslash
5381 vmatrix
5382 \begin_inset ERT
5383 status collapsed
5384
5385 \begin_layout Plain Layout
5386
5387
5388 \backslash
5389 spce 
5390 \end_layout
5391
5392 \end_inset
5393
5394 2
5395 \series bold
5396 ×
5397 \series default
5398 2
5399 \begin_inset Space \thinspace{}
5400 \end_inset
5401
5402 matriz
5403 \end_layout
5404
5405 \end_inset
5406 </cell>
5407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411 \begin_inset Formula $\raisebox {7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5412 0 & \textrm{-}\mathrm{i}\\
5413 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox {-5.3mm}{}$
5414 \end_inset
5415
5416
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 </row>
5422 <row>
5423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427
5428 \backslash
5429 Vmatrix
5430 \begin_inset ERT
5431 status collapsed
5432
5433 \begin_layout Plain Layout
5434
5435
5436 \backslash
5437 spce 
5438 \end_layout
5439
5440 \end_inset
5441
5442 2
5443 \series bold
5444 ×
5445 \series default
5446 2
5447 \begin_inset Space \thinspace{}
5448 \end_inset
5449
5450 matriz
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459 \begin_inset Formula $\raisebox {7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5460 0 & \textrm{-}\mathrm{i}\\
5461 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox {-5.3mm}{}$
5462 \end_inset
5463
5464
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 </row>
5470 <row>
5471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5472 \begin_inset Text
5473
5474 \begin_layout Plain Layout
5475
5476 \backslash
5477 matrix
5478 \begin_inset ERT
5479 status collapsed
5480
5481 \begin_layout Plain Layout
5482
5483
5484 \backslash
5485 spce 
5486 \end_layout
5487
5488 \end_inset
5489
5490 2
5491 \series bold
5492 ×
5493 \series default
5494 2
5495 \begin_inset Space \thinspace{}
5496 \end_inset
5497
5498 matriz
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507 \begin_inset Formula $\raisebox {7.5mm}{}\begin{matrix}\begin{array}{cc}
5508 0 & \textrm{-}\mathrm{i}\\
5509 \mathrm{i} & 0\end{array}\end{matrix}\raisebox {-5.3mm}{}$
5510 \end_inset
5511
5512
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 </row>
5518 </lyxtabular>
5519
5520 \end_inset
5521
5522
5523 \begin_inset Space \hfill{}
5524 \end_inset
5525
5526
5527 \end_layout
5528
5529 \begin_layout Standard
5530 \begin_inset VSpace medskip
5531 \end_inset
5532
5533
5534 \end_layout
5535
5536 \begin_layout Standard
5537 Cuando se inserta p.
5538 \begin_inset Space \thinspace{}
5539 \end_inset
5540
5541 e.
5542 \begin_inset Space ~
5543 \end_inset
5544
5545
5546 \series bold
5547
5548 \backslash
5549 vmatrix
5550 \series default
5551 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5552  la matriz.
5553 \end_layout
5554
5555 \begin_layout Standard
5556 \begin_inset VSpace bigskip
5557 \end_inset
5558
5559
5560 \end_layout
5561
5562 \begin_layout Standard
5563 Como todas las ecuaciones multilínea son matrices, la longitud 
5564 \series bold
5565
5566 \backslash
5567 arraycolsep
5568 \series default
5569
5570 \begin_inset Index
5571 status collapsed
5572
5573 \begin_layout Plain Layout
5574 Comandos ! A ! 
5575 \backslash
5576 arraycolsep
5577 \end_layout
5578
5579 \end_inset
5580
5581 , que se describe en 
5582 \begin_inset CommandInset ref
5583 LatexCommand ref
5584 reference "sub:Separación-de-columnas"
5585
5586 \end_inset
5587
5588 , también se puede usar para cambiar la separación de las columnas en una
5589  matriz.
5590  Para cambiar la separación de las filas, se usa el comando 
5591 \series bold
5592
5593 \backslash
5594 arraystretch
5595 \series default
5596
5597 \begin_inset Index
5598 status collapsed
5599
5600 \begin_layout Plain Layout
5601 Comandos ! A ! 
5602 \backslash
5603 arraystretch
5604 \end_layout
5605
5606 \end_inset
5607
5608  de la siguiente manera:
5609 \end_layout
5610
5611 \begin_layout Standard
5612
5613 \series bold
5614
5615 \backslash
5616 renewcommand{
5617 \backslash
5618 arraystretch}{factor de separación}
5619 \begin_inset Index
5620 status collapsed
5621
5622 \begin_layout Plain Layout
5623 Comandos ! R ! 
5624 \backslash
5625 renewcommand
5626 \end_layout
5627
5628 \end_inset
5629
5630
5631 \end_layout
5632
5633 \begin_layout Standard
5634 El comando 
5635 \series bold
5636
5637 \backslash
5638 renewcommand
5639 \series default
5640  asigna el factor de separación al comando predefinido 
5641 \series bold
5642
5643 \backslash
5644 arraystretch
5645 \series default
5646 .
5647  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5648  Además, éste se usa para todas las matrices siguientes.
5649  Para volver a la separación original, asigna factor 1 a 
5650 \series bold
5651
5652 \backslash
5653 arraystretch
5654 \series default
5655 .
5656 \end_layout
5657
5658 \begin_layout Standard
5659 Para poner matrices en línea se usa el comando 
5660 \series bold
5661
5662 \backslash
5663 smallmatrix
5664 \series default
5665
5666 \begin_inset Index
5667 status collapsed
5668
5669 \begin_layout Plain Layout
5670 Comandos ! S ! 
5671 \backslash
5672 smallmatrix
5673 \end_layout
5674
5675 \end_inset
5676
5677 .
5678  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5679  se inserta la matriz.
5680  
5681 \end_layout
5682
5683 \begin_layout Standard
5684 Esto es una matriz 
5685 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5686 C & D\end{smallmatrix}\right)$
5687 \end_inset
5688
5689  en línea.
5690 \end_layout
5691
5692 \begin_layout Section
5693 Delimitadores
5694 \begin_inset Index
5695 status collapsed
5696
5697 \begin_layout Plain Layout
5698 Delimitadores
5699 \end_layout
5700
5701 \end_inset
5702
5703
5704 \end_layout
5705
5706 \begin_layout Subsection
5707 Delimitadores verticales
5708 \begin_inset Index
5709 status collapsed
5710
5711 \begin_layout Plain Layout
5712 Delimitadores ! verticales
5713 \end_layout
5714
5715 \end_inset
5716
5717
5718 \end_layout
5719
5720 \begin_layout Standard
5721 \begin_inset Space \hfill{}
5722 \end_inset
5723
5724
5725 \begin_inset Tabular
5726 <lyxtabular version="3" rows="9" columns="2">
5727 <features>
5728 <column alignment="center" valignment="top" width="0pt">
5729 <column alignment="center" valignment="top" width="0pt">
5730 <row>
5731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 Comando
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 Resultado
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 </row>
5750 <row>
5751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755 (
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 \begin_inset Formula $($
5765 \end_inset
5766
5767
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 </row>
5773 <row>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 {
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787 \begin_inset Formula $\{$
5788 \end_inset
5789
5790
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 </row>
5796 <row>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801 [
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810 \begin_inset Formula $[$
5811 \end_inset
5812
5813
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 </row>
5819 <row>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824
5825 \backslash
5826 langle
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 \begin_inset Formula $\langle$
5836 \end_inset
5837
5838
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 </row>
5844 <row>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849
5850 \backslash
5851 lceil
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 \begin_inset Formula $\lceil$
5861 \end_inset
5862
5863
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 </row>
5869 <row>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874
5875 \backslash
5876 lfloor
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 \begin_inset Formula $\lfloor$
5886 \end_inset
5887
5888
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 </row>
5894 <row>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 /
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 \begin_inset Formula $/$
5909 \end_inset
5910
5911
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 </row>
5917 <row>
5918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922 |
5923 \end_layout
5924
5925 \end_inset
5926 </cell>
5927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5928 \begin_inset Text
5929
5930 \begin_layout Plain Layout
5931 \begin_inset Formula $|$
5932 \end_inset
5933
5934
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 </row>
5940 </lyxtabular>
5941
5942 \end_inset
5943
5944
5945 \begin_inset Space \hfill{}
5946 \end_inset
5947
5948
5949 \begin_inset Tabular
5950 <lyxtabular version="3" rows="9" columns="2">
5951 <features>
5952 <column alignment="center" valignment="top" width="0pt">
5953 <column alignment="center" valignment="top" width="0pt">
5954 <row>
5955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 Comando
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 Resultado
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 </row>
5974 <row>
5975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 )
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 \begin_inset Formula $)$
5989 \end_inset
5990
5991
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 </row>
5997 <row>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 }
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 \begin_inset Formula $\}$
6012 \end_inset
6013
6014
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 </row>
6020 <row>
6021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Plain Layout
6025 ]
6026 \end_layout
6027
6028 \end_inset
6029 </cell>
6030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 \begin_inset Formula $]$
6035 \end_inset
6036
6037
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 </row>
6043 <row>
6044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048
6049 \backslash
6050 rangle
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 \begin_inset Formula $\rangle$
6060 \end_inset
6061
6062
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 </row>
6068 <row>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073
6074 \backslash
6075 rceil
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 $\rceil$
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 \backslash
6100 rfloor
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 \begin_inset Formula $\rfloor$
6110 \end_inset
6111
6112
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 </row>
6118 <row>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123
6124 \backslash
6125
6126 \backslash
6127
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136 \begin_inset Formula $\backslash$
6137 \end_inset
6138
6139
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 </row>
6145 <row>
6146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150
6151 \backslash
6152 |
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161 \begin_inset Formula $\|$
6162 \end_inset
6163
6164
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 </row>
6170 </lyxtabular>
6171
6172 \end_inset
6173
6174
6175 \begin_inset Space \hfill{}
6176 \end_inset
6177
6178
6179 \end_layout
6180
6181 \begin_layout Standard
6182 \begin_inset Note Greyedout
6183 status collapsed
6184
6185 \begin_layout Plain Layout
6186
6187 \series bold
6188 Nota
6189 \series default
6190 : En modo TeX hay que usar el comando 
6191 \series bold
6192
6193 \backslash
6194 textbackslash
6195 \series default
6196
6197 \begin_inset Index
6198 status collapsed
6199
6200 \begin_layout Plain Layout
6201 Comandos ! T ! 
6202 \backslash
6203 textbackslash
6204 \end_layout
6205
6206 \end_inset
6207
6208  para la barra invertida, porque si no el comando 
6209 \series bold
6210
6211 \backslash
6212
6213 \backslash
6214
6215 \series default
6216  genera un salto de línea.
6217 \end_layout
6218
6219 \end_inset
6220
6221
6222 \end_layout
6223
6224 \begin_layout Standard
6225 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6226  descritos en las dos subsecciones siguientes.
6227  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6228  <
6229 \begin_inset Space ~
6230 \end_inset
6231
6232  y >
6233 \begin_inset Space ~
6234 \end_inset
6235
6236  en vez de los comandos 
6237 \series bold
6238
6239 \backslash
6240 langle
6241 \series default
6242  y 
6243 \series bold
6244
6245 \backslash
6246 rangle
6247 \series default
6248 .
6249  
6250 \end_layout
6251
6252 \begin_layout Subsubsection
6253 Tamaño manual de los delimitadores
6254 \begin_inset CommandInset label
6255 LatexCommand label
6256 name "sub:Tamaño-manual-de"
6257
6258 \end_inset
6259
6260
6261 \begin_inset Index
6262 status collapsed
6263
6264 \begin_layout Plain Layout
6265 Delimitadores ! tamaño manual
6266 \end_layout
6267
6268 \end_inset
6269
6270
6271 \end_layout
6272
6273 \begin_layout Standard
6274 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6275  LaTeX 
6276 \series bold
6277
6278 \backslash
6279 big
6280 \series default
6281
6282 \begin_inset Index
6283 status collapsed
6284
6285 \begin_layout Plain Layout
6286 Comandos ! B ! 
6287 \backslash
6288 big
6289 \end_layout
6290
6291 \end_inset
6292
6293
6294 \series bold
6295
6296 \backslash
6297 Big
6298 \series default
6299
6300 \series bold
6301
6302 \backslash
6303 bigg
6304 \series default
6305 , y 
6306 \series bold
6307
6308 \backslash
6309 Bigg
6310 \series default
6311 .
6312  
6313 \series bold
6314
6315 \backslash
6316 big
6317 \series default
6318  indica el tamaño menor y 
6319 \series bold
6320
6321 \backslash
6322 Bigg
6323 \series default
6324  el mayor.
6325 \end_layout
6326
6327 \begin_layout Standard
6328 Estos comandos se usan para resaltar niveles de delimitación:
6329 \end_layout
6330
6331 \begin_layout Standard
6332 \noindent
6333 \align center
6334 \begin_inset Tabular
6335 <lyxtabular version="3" rows="2" columns="2">
6336 <features>
6337 <column alignment="center" valignment="top" width="0">
6338 <column alignment="center" valignment="top" width="0">
6339 <row>
6340 <cell alignment="center" valignment="top" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344 todos los delimitadores de igual tamaño:
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 <cell alignment="center" valignment="top" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox {-4mm}{}}$
6354 \end_inset
6355
6356
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 </row>
6362 <row>
6363 <cell alignment="center" valignment="top" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367 así tiene mejor aspecto:
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 <cell alignment="center" valignment="top" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 \begin_inset Formula $\Big ((A+B)(A-B)\Big )^{C}$
6377 \end_inset
6378
6379
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 </row>
6385 </lyxtabular>
6386
6387 \end_inset
6388
6389
6390 \begin_inset Note Note
6391 status collapsed
6392
6393 \begin_layout Plain Layout
6394
6395 \series bold
6396
6397 \backslash
6398 raisebox
6399 \series default
6400  se usa sólo como espaciador
6401 \end_layout
6402
6403 \end_inset
6404
6405
6406 \end_layout
6407
6408 \begin_layout Standard
6409 Para la segunda expresión se ha empleado el comando 
6410 \series bold
6411
6412 \backslash
6413 Big((A+B)(A-B)
6414 \backslash
6415 Big)^
6416 \series default
6417
6418 \begin_inset ERT
6419 status collapsed
6420
6421 \begin_layout Plain Layout
6422
6423
6424 \backslash
6425 spce 
6426 \end_layout
6427
6428 \end_inset
6429
6430
6431 \series bold
6432 C
6433 \series default
6434 .
6435 \end_layout
6436
6437 \begin_layout Standard
6438 He aquí una visión conjunta de todos los tamaños y delimitadores:
6439 \end_layout
6440
6441 \begin_layout Standard
6442 \noindent
6443 \align center
6444
6445 \backslash
6446 Bigg(
6447 \backslash
6448 exp
6449 \backslash
6450 bigg<
6451 \backslash
6452 Big[
6453 \backslash
6454 big{
6455 \backslash
6456 ln(3x)
6457 \backslash
6458 big}^2
6459 \begin_inset ERT
6460 status collapsed
6461
6462 \begin_layout Plain Layout
6463
6464
6465 \backslash
6466 spce 
6467 \end_layout
6468
6469 \end_inset
6470
6471
6472 \backslash
6473 sen(x)
6474 \backslash
6475 Big]^
6476 \begin_inset ERT
6477 status collapsed
6478
6479 \begin_layout Plain Layout
6480
6481
6482 \backslash
6483 spce 
6484 \end_layout
6485
6486 \end_inset
6487
6488 A
6489 \begin_inset ERT
6490 status collapsed
6491
6492 \begin_layout Plain Layout
6493
6494
6495 \backslash
6496 spce 
6497 \end_layout
6498
6499 \end_inset
6500
6501
6502 \backslash
6503 bigg>
6504 \backslash
6505 Bigg)^0,5
6506 \begin_inset Formula \[
6507 \Bigg (\exp\bigg <\Big [\big \{\ln(3x)\big \}^{2}\sen (x)\Big ]^{A}\bigg >\Bigg )^{0,5}\]
6508
6509 \end_inset
6510
6511
6512 \end_layout
6513
6514 \begin_layout Standard
6515 Además de los comandos 
6516 \series bold
6517
6518 \backslash
6519 big
6520 \series default
6521  hay la variante 
6522 \series bold
6523
6524 \backslash
6525 bigm
6526 \series default
6527
6528 \begin_inset Index
6529 status collapsed
6530
6531 \begin_layout Plain Layout
6532 Comandos ! B ! 
6533 \backslash
6534 bigm
6535 \end_layout
6536
6537 \end_inset
6538
6539 , que añade un poco más de espacio entre el delimitador y su contenido,
6540  y la variante 
6541 \series bold
6542
6543 \backslash
6544 bigl
6545 \series default
6546 -
6547 \series bold
6548
6549 \backslash
6550 bigr
6551 \series default
6552
6553 \begin_inset Index
6554 status collapsed
6555
6556 \begin_layout Plain Layout
6557 Comandos ! B ! 
6558 \backslash
6559 bigl - 
6560 \backslash
6561 bigr
6562 \end_layout
6563
6564 \end_inset
6565
6566 , que no añade espacio adicional.
6567  La 
6568 \emph on
6569 l
6570 \emph default
6571  al final del comando 
6572 \series bold
6573
6574 \backslash
6575 bigl 
6576 \series default
6577 es para el delimitador izquierdo, la 
6578 \emph on
6579 r
6580 \emph default
6581  es para el delimitador derecho.
6582  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6583  apertura o de cierre.
6584 \end_layout
6585
6586 \begin_layout Standard
6587 En el siguiente cuadro hay una comparación de las variantes:
6588 \end_layout
6589
6590 \begin_layout Standard
6591 \noindent
6592 \align center
6593 \begin_inset Tabular
6594 <lyxtabular version="3" rows="5" columns="2">
6595 <features>
6596 <column alignment="center" valignment="top" width="0">
6597 <column alignment="center" valignment="top" width="0">
6598 <row>
6599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6600 \begin_inset Text
6601
6602 \begin_layout Plain Layout
6603 Comando
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Plain Layout
6612 Resultado
6613 \begin_inset Note Note
6614 status collapsed
6615
6616 \begin_layout Plain Layout
6617
6618 \series bold
6619
6620 \backslash
6621 raisebox
6622 \series default
6623  se usa sólo como espaciador
6624 \end_layout
6625
6626 \end_inset
6627
6628
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 </row>
6634 <row>
6635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Plain Layout
6639
6640 \backslash
6641 Bigm(
6642 \backslash
6643 bigm(
6644 \backslash
6645 ln(3x)
6646 \backslash
6647 bigm)^2
6648 \series bold
6649
6650 \begin_inset ERT
6651 status collapsed
6652
6653 \begin_layout Plain Layout
6654
6655
6656 \backslash
6657 spce 
6658 \end_layout
6659
6660 \end_inset
6661
6662
6663 \series default
6664
6665 \backslash
6666 Bigm)
6667 \end_layout
6668
6669 \end_inset
6670 </cell>
6671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675 \begin_inset Formula $\raisebox {5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox {-3.25mm}{}$
6676 \end_inset
6677
6678
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 </row>
6684 <row>
6685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6686 \begin_inset Text
6687
6688 \begin_layout Plain Layout
6689
6690 \backslash
6691 Big(
6692 \backslash
6693 big(
6694 \backslash
6695 ln(3x)
6696 \backslash
6697 big)^2
6698 \series bold
6699
6700 \begin_inset ERT
6701 status collapsed
6702
6703 \begin_layout Plain Layout
6704
6705
6706 \backslash
6707 spce 
6708 \end_layout
6709
6710 \end_inset
6711
6712
6713 \series default
6714
6715 \backslash
6716 Big)
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 \begin_inset Formula $\raisebox {5.5mm}{}\Big (\big (\ln(3x)\big )^{2}\Big )\raisebox {-3.25mm}{}$
6726 \end_inset
6727
6728
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 </row>
6734 <row>
6735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739
6740 \backslash
6741 Bigl(
6742 \backslash
6743 bigl(
6744 \backslash
6745 ln(3x)
6746 \backslash
6747 bigr)^2
6748 \series bold
6749
6750 \begin_inset ERT
6751 status collapsed
6752
6753 \begin_layout Plain Layout
6754
6755
6756 \backslash
6757 spce 
6758 \end_layout
6759
6760 \end_inset
6761
6762
6763 \series default
6764
6765 \backslash
6766 Bigr)
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775 \begin_inset Formula $\raisebox {5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox {-3.2mm}{}$
6776 \end_inset
6777
6778
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 </row>
6784 <row>
6785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789
6790 \backslash
6791 bigl)
6792 \backslash
6793 ln(3x)
6794 \backslash
6795 bigr(
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 \begin_inset Formula $\raisebox {4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox {-2mm}{}$
6805 \end_inset
6806
6807
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 </row>
6813 </lyxtabular>
6814
6815 \end_inset
6816
6817
6818 \end_layout
6819
6820 \begin_layout Subsubsection
6821 Tamaño automático de los delimitadores
6822 \begin_inset CommandInset label
6823 LatexCommand label
6824 name "sub:Tamaño-automático-de"
6825
6826 \end_inset
6827
6828
6829 \begin_inset Index
6830 status collapsed
6831
6832 \begin_layout Plain Layout
6833 Delimitadores ! tamaño automático
6834 \end_layout
6835
6836 \end_inset
6837
6838
6839 \end_layout
6840
6841 \begin_layout Standard
6842 Se pueden insertar delimitadores de tamaño variable con los comandos 
6843 \series bold
6844
6845 \backslash
6846 left
6847 \series default
6848
6849 \begin_inset Index
6850 status collapsed
6851
6852 \begin_layout Plain Layout
6853 Comandos ! L ! 
6854 \backslash
6855 left
6856 \end_layout
6857
6858 \end_inset
6859
6860  y 
6861 \series bold
6862
6863 \backslash
6864 right
6865 \series default
6866
6867 \begin_inset Index
6868 status collapsed
6869
6870 \begin_layout Plain Layout
6871 Comandos ! R ! 
6872 \backslash
6873 right
6874 \end_layout
6875
6876 \end_inset
6877
6878  o con el botón de la barra de ecuaciones 
6879 \begin_inset Graphics
6880         filename ../../images/dialog-show_mathdelimiter.png
6881         scale 85
6882
6883 \end_inset
6884
6885 .
6886  El delimitador deseado se debe insertar directamente detrás de 
6887 \series bold
6888
6889 \backslash
6890 left
6891 \series default
6892  y 
6893 \series bold
6894
6895 \backslash
6896 right
6897 \series default
6898 .
6899  El tamaño se calculará automáticamente después para la salida.
6900  
6901 \end_layout
6902
6903 \begin_layout Standard
6904 \noindent
6905 \align center
6906 delimitador normal: El comando 
6907 \series bold
6908
6909 \backslash
6910 ln(
6911 \backslash
6912 frac
6913 \series default
6914
6915 \begin_inset ERT
6916 status collapsed
6917
6918 \begin_layout Plain Layout
6919
6920
6921 \backslash
6922 spce 
6923 \end_layout
6924
6925 \end_inset
6926
6927
6928 \series bold
6929 A
6930 \begin_inset Formula $\downarrow$
6931 \end_inset
6932
6933 C
6934 \series default
6935
6936 \begin_inset ERT
6937 status collapsed
6938
6939 \begin_layout Plain Layout
6940
6941
6942 \backslash
6943 spce
6944 \end_layout
6945
6946 \end_inset
6947
6948
6949 \series bold
6950 )
6951 \series default
6952  genera
6953 \begin_inset Formula \[
6954 \ln(\frac{A}{C})\]
6955
6956 \end_inset
6957
6958
6959 \end_layout
6960
6961 \begin_layout Standard
6962 \noindent
6963 \align center
6964 delimitador multilínea: El comando 
6965 \series bold
6966
6967 \backslash
6968 ln
6969 \backslash
6970 left(
6971 \backslash
6972 frac
6973 \series default
6974
6975 \begin_inset ERT
6976 status collapsed
6977
6978 \begin_layout Plain Layout
6979
6980
6981 \backslash
6982 spce 
6983 \end_layout
6984
6985 \end_inset
6986
6987
6988 \series bold
6989 A
6990 \begin_inset Formula $\downarrow$
6991 \end_inset
6992
6993 C
6994 \series default
6995
6996 \begin_inset ERT
6997 status collapsed
6998
6999 \begin_layout Plain Layout
7000
7001
7002 \backslash
7003 spce 
7004 \end_layout
7005
7006 \end_inset
7007
7008
7009 \series bold
7010
7011 \backslash
7012 right)
7013 \series default
7014  genera
7015 \begin_inset Formula \[
7016 \ln\left(\frac{A}{C}\right)\]
7017
7018 \end_inset
7019
7020
7021 \end_layout
7022
7023 \begin_layout Standard
7024 En lugar de 
7025 \series bold
7026
7027 \backslash
7028 left
7029 \series default
7030  y 
7031 \series bold
7032
7033 \backslash
7034 right
7035 \series default
7036  se puede usar el atajo 
7037 \family sans
7038 Alt-m
7039 \begin_inset Space ~
7040 \end_inset
7041
7042 delimitador
7043 \family default
7044 .
7045  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7046  real del delimitador y además se genera el correspondiente delimitador
7047  de cierre.
7048 \begin_inset Newline newline
7049 \end_inset
7050
7051 El comando para el último ejemplo sería 
7052 \series bold
7053
7054 \backslash
7055 ln Alt-m
7056 \series default
7057  
7058 \series bold
7059 (
7060 \backslash
7061 frac
7062 \begin_inset ERT
7063 status collapsed
7064
7065 \begin_layout Plain Layout
7066
7067
7068 \backslash
7069 spce 
7070 \end_layout
7071
7072 \end_inset
7073
7074 A
7075 \begin_inset Formula $\downarrow$
7076 \end_inset
7077
7078
7079 \end_layout
7080
7081 \begin_layout Standard
7082 Para omitir uno de los dos delimitadores se inserta un punto.
7083  Por ejemplo, el comando 
7084 \series bold
7085
7086 \backslash
7087 left.
7088 \backslash
7089 frac
7090 \series default
7091
7092 \begin_inset ERT
7093 status collapsed
7094
7095 \begin_layout Plain Layout
7096
7097
7098 \backslash
7099 spce 
7100 \end_layout
7101
7102 \end_inset
7103
7104
7105 \series bold
7106 A
7107 \begin_inset Formula $\downarrow$
7108 \end_inset
7109
7110 B
7111 \series default
7112
7113 \begin_inset ERT
7114 status collapsed
7115
7116 \begin_layout Plain Layout
7117
7118
7119 \backslash
7120 spce 
7121 \end_layout
7122
7123 \end_inset
7124
7125
7126 \series bold
7127
7128 \backslash
7129 right}
7130 \series default
7131  da lugar a:
7132 \begin_inset Formula \[
7133 \left.\frac{A}{B}\right\} \]
7134
7135 \end_inset
7136
7137
7138 \end_layout
7139
7140 \begin_layout Standard
7141 LyX convertirá los comandos 
7142 \series bold
7143
7144 \backslash
7145 left
7146 \series default
7147  y 
7148 \series bold
7149
7150 \backslash
7151 right
7152 \series default
7153  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7154  omitido aparecerá como línea de trazos.
7155  
7156 \begin_inset VSpace bigskip
7157 \end_inset
7158
7159
7160 \end_layout
7161
7162 \begin_layout Standard
7163 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7164  de LaTeX, el comando 
7165 \series bold
7166
7167 \backslash
7168 middle
7169 \series default
7170
7171 \begin_inset Index
7172 status collapsed
7173
7174 \begin_layout Plain Layout
7175 Comandos ! M ! 
7176 \backslash
7177 middle
7178 \end_layout
7179
7180 \end_inset
7181
7182  está también disponible para todos los delimitadores y límites.
7183  Con este comando la altura del siguiente carácter se adapta a la de los
7184  delimitadores circundantes, lo que es necesario, p.
7185 \begin_inset Space \thinspace{}
7186 \end_inset
7187
7188 e., para vectores físicos: 
7189 \begin_inset Formula \[
7190 \left\langle \phi\;\middle |\; J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7191
7192 \end_inset
7193
7194
7195 \end_layout
7196
7197 \begin_layout Standard
7198 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7199 \begin_inset CommandInset ref
7200 LatexCommand ref
7201 reference "sub:Vectores-físicos"
7202
7203 \end_inset
7204
7205 .
7206 \end_layout
7207
7208 \begin_layout Subsection
7209 Delimitadores horizontales
7210 \begin_inset Index
7211 status collapsed
7212
7213 \begin_layout Plain Layout
7214 Delimitadores ! horizontales
7215 \end_layout
7216
7217 \end_inset
7218
7219
7220 \end_layout
7221
7222 \begin_layout Standard
7223 \noindent
7224 \align center
7225 \begin_inset Tabular
7226 <lyxtabular version="3" rows="4" columns="2">
7227 <features>
7228 <column alignment="center" valignment="top" width="0">
7229 <column alignment="center" valignment="top" width="0">
7230 <row>
7231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 Comando
7236 \begin_inset Note Note
7237 status collapsed
7238
7239 \begin_layout Plain Layout
7240
7241 \series bold
7242
7243 \backslash
7244 raisebox
7245 \series default
7246  se usa sólo como espaciador
7247 \end_layout
7248
7249 \end_inset
7250
7251
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7257 \begin_inset Text
7258
7259 \begin_layout Plain Layout
7260 Resultado
7261 \end_layout
7262
7263 \end_inset
7264 </cell>
7265 </row>
7266 <row>
7267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7268 \begin_inset Text
7269
7270 \begin_layout Plain Layout
7271 \begin_inset ERT
7272 status collapsed
7273
7274 \begin_layout Plain Layout
7275
7276
7277 \backslash
7278 raisebox{2.3mm}{
7279 \end_layout
7280
7281 \end_inset
7282
7283
7284 \backslash
7285 overbrace
7286 \begin_inset ERT
7287 status collapsed
7288
7289 \begin_layout Plain Layout
7290
7291
7292 \backslash
7293 spce 
7294 \end_layout
7295
7296 \end_inset
7297
7298 A+B
7299 \begin_inset ERT
7300 status collapsed
7301
7302 \begin_layout Plain Layout
7303
7304
7305 \backslash
7306 spce 
7307 \end_layout
7308
7309 \end_inset
7310
7311 ^
7312 \begin_inset ERT
7313 status collapsed
7314
7315 \begin_layout Plain Layout
7316
7317
7318 \backslash
7319 spce 
7320 \end_layout
7321
7322 \end_inset
7323
7324 3
7325 \begin_inset ERT
7326 status collapsed
7327
7328 \begin_layout Plain Layout
7329
7330 }
7331 \end_layout
7332
7333 \end_inset
7334
7335
7336 \begin_inset Index
7337 status collapsed
7338
7339 \begin_layout Plain Layout
7340 Comandos ! O ! 
7341 \backslash
7342 overbrace
7343 \end_layout
7344
7345 \end_inset
7346
7347
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 \begin_inset Formula $\overbrace{A+B}^{3}$
7357 \end_inset
7358
7359
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 </row>
7365 <row>
7366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370 \begin_inset ERT
7371 status collapsed
7372
7373 \begin_layout Plain Layout
7374
7375
7376 \backslash
7377 raisebox{-2.2mm}{
7378 \end_layout
7379
7380 \end_inset
7381
7382
7383 \backslash
7384 underbrace
7385 \begin_inset ERT
7386 status collapsed
7387
7388 \begin_layout Plain Layout
7389
7390
7391 \backslash
7392 spce 
7393 \end_layout
7394
7395 \end_inset
7396
7397 A+B
7398 \begin_inset ERT
7399 status collapsed
7400
7401 \begin_layout Plain Layout
7402
7403
7404 \backslash
7405 spce 
7406 \end_layout
7407
7408 \end_inset
7409
7410 _5
7411 \begin_inset ERT
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415
7416 }
7417 \end_layout
7418
7419 \end_inset
7420
7421
7422 \begin_inset Index
7423 status collapsed
7424
7425 \begin_layout Plain Layout
7426 Comandos ! U ! 
7427 \backslash
7428 underbrace
7429 \end_layout
7430
7431 \end_inset
7432
7433
7434 \end_layout
7435
7436 \end_inset
7437 </cell>
7438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7439 \begin_inset Text
7440
7441 \begin_layout Plain Layout
7442 \begin_inset Formula $\underbrace{A+B}_{5}$
7443 \end_inset
7444
7445
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 </row>
7451 <row>
7452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Plain Layout
7456
7457 \backslash
7458 overbrace
7459 \begin_inset ERT
7460 status collapsed
7461
7462 \begin_layout Plain Layout
7463
7464
7465 \backslash
7466 spce 
7467 \end_layout
7468
7469 \end_inset
7470
7471
7472 \backslash
7473 underbrace
7474 \begin_inset ERT
7475 status collapsed
7476
7477 \begin_layout Plain Layout
7478
7479
7480 \backslash
7481 spce 
7482 \end_layout
7483
7484 \end_inset
7485
7486 A+B_w
7487 \begin_inset ERT
7488 status collapsed
7489
7490 \begin_layout Plain Layout
7491
7492
7493 \backslash
7494 spce 
7495 \end_layout
7496
7497 \end_inset
7498
7499
7500 \begin_inset ERT
7501 status collapsed
7502
7503 \begin_layout Plain Layout
7504
7505
7506 \backslash
7507 spce 
7508 \end_layout
7509
7510 \end_inset
7511
7512 _7
7513 \begin_inset ERT
7514 status collapsed
7515
7516 \begin_layout Plain Layout
7517
7518
7519 \backslash
7520 spce 
7521 \end_layout
7522
7523 \end_inset
7524
7525
7526 \begin_inset ERT
7527 status collapsed
7528
7529 \begin_layout Plain Layout
7530
7531
7532 \backslash
7533 spce 
7534 \end_layout
7535
7536 \end_inset
7537
7538 ^
7539 \begin_inset ERT
7540 status collapsed
7541
7542 \begin_layout Plain Layout
7543
7544
7545 \backslash
7546 spce 
7547 \end_layout
7548
7549 \end_inset
7550
7551 C
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7561 \end_inset
7562
7563
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 </row>
7569 </lyxtabular>
7570
7571 \end_inset
7572
7573
7574 \end_layout
7575
7576 \begin_layout Standard
7577 En el último ejemplo no importa en qué orden se introducen los comandos
7578  
7579 \series bold
7580
7581 \backslash
7582 overbrace
7583 \series default
7584  y 
7585 \series bold
7586
7587 \backslash
7588 underbrace
7589 \series default
7590 .
7591 \begin_inset VSpace bigskip
7592 \end_inset
7593
7594
7595 \end_layout
7596
7597 \begin_layout Standard
7598 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7599  multilínea, como se describe en
7600 \begin_inset Space ~
7601 \end_inset
7602
7603
7604 \begin_inset CommandInset ref
7605 LatexCommand ref
7606 reference "sec:Ecuaciones-multilínea"
7607
7608 \end_inset
7609
7610 :
7611 \begin_inset Formula \begin{eqnarray*}
7612 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7613  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7614
7615 \end_inset
7616
7617 En la primera fila se insertan la ecuación y la primera llave.
7618  Aquí es importante insertar el comando de espacio
7619 \begin_inset Foot
7620 status collapsed
7621
7622 \begin_layout Plain Layout
7623 Los comandos para espacios se explican en 
7624 \begin_inset CommandInset ref
7625 LatexCommand ref
7626 reference "sub:Espacio-predefinido"
7627
7628 \end_inset
7629
7630
7631 \end_layout
7632
7633 \end_inset
7634
7635  
7636 \series bold
7637
7638 \backslash
7639 :
7640 \series default
7641  antes de la primera
7642 \series bold
7643  
7644 \series default
7645
7646 \begin_inset Formula $d$
7647 \end_inset
7648
7649 , porque la llave que termina detrás de 
7650 \begin_inset Formula $q$
7651 \end_inset
7652
7653  impide que el siguiente 
7654 \begin_inset Quotes fld
7655 \end_inset
7656
7657 +
7658 \begin_inset Quotes frd
7659 \end_inset
7660
7661  esté rodeado de espacio.
7662 \begin_inset Foot
7663 status collapsed
7664
7665 \begin_layout Plain Layout
7666 Debido a que la llave no es considerada como carácter, véase 
7667 \begin_inset CommandInset ref
7668 LatexCommand ref
7669 reference "sub:Operadores-binarios"
7670
7671 \end_inset
7672
7673
7674 \end_layout
7675
7676 \end_inset
7677
7678  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7679  de 
7680 \begin_inset Formula $b$
7681 \end_inset
7682
7683  se inserta antes el comando 
7684 \series bold
7685
7686 \backslash
7687 hphantom{gggg+
7688 \backslash
7689 :}
7690 \series default
7691 .
7692 \begin_inset Foot
7693 status collapsed
7694
7695 \begin_layout Plain Layout
7696 Más sobre 
7697 \series bold
7698
7699 \backslash
7700 hphantom
7701 \series default
7702  en 
7703 \begin_inset CommandInset ref
7704 LatexCommand ref
7705 reference "sub:Espaciadores-fantasma"
7706
7707 \end_inset
7708
7709
7710 \end_layout
7711
7712 \end_inset
7713
7714  Ese espacio es necesario porque el signo 
7715 \begin_inset Quotes fld
7716 \end_inset
7717
7718 +
7719 \begin_inset Quotes frd
7720 \end_inset
7721
7722  va seguido de un espacio en la ecuación.
7723  La llave se coloca bajo el comando 
7724 \series bold
7725
7726 \backslash
7727 hphantom{bbqq+dddd}
7728 \series default
7729 .
7730  
7731 \end_layout
7732
7733 \begin_layout Standard
7734 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7735  ejemplo:
7736 \begin_inset ERT
7737 status collapsed
7738
7739 \begin_layout Plain Layout
7740
7741
7742 \backslash
7743 setlength{
7744 \backslash
7745 jot}{-6pt}
7746 \end_layout
7747
7748 \end_inset
7749
7750
7751 \begin_inset Formula \begin{eqnarray*}
7752  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7753 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7754
7755 \end_inset
7756
7757
7758 \begin_inset ERT
7759 status collapsed
7760
7761 \begin_layout Plain Layout
7762
7763
7764 \backslash
7765 setlength{
7766 \backslash
7767 jot}{3pt}
7768 \end_layout
7769
7770 \end_inset
7771
7772 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7773  anterior, con la diferencia de que la llave está encima.
7774  La segunda fila contiene la ecuación junto con la segunda llave.
7775  Para evitar que haya demasiado espacio entre la llave superior en la primera
7776  fila y la ecuación hay que reducirlo.
7777  Esto no es fácil de hacer debido a un fallo de LyX.
7778 \begin_inset Foot
7779 status collapsed
7780
7781 \begin_layout Plain Layout
7782 \begin_inset CommandInset href
7783 LatexCommand href
7784 name "LyX-bug #1505"
7785 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7786
7787 \end_inset
7788
7789
7790 \end_layout
7791
7792 \end_inset
7793
7794  Una solución es cambiar la separación global de filas en la ecuación, 
7795 \series bold
7796
7797 \backslash
7798 jot
7799 \series default
7800
7801 \begin_inset Index
7802 status collapsed
7803
7804 \begin_layout Plain Layout
7805 Comandos ! J ! 
7806 \backslash
7807 jot
7808 \end_layout
7809
7810 \end_inset
7811
7812 , en -6
7813 \begin_inset Space \thinspace{}
7814 \end_inset
7815
7816 pt insertando antes de la ecuación el comando 
7817 \series bold
7818
7819 \backslash
7820 setlength{
7821 \backslash
7822 jot}{-6pt}
7823 \series default
7824  en modo TeX.
7825  Después de la ecuación se vuelve al valor normal 3
7826 \begin_inset Space \thinspace{}
7827 \end_inset
7828
7829 pt de 
7830 \series bold
7831
7832 \backslash
7833 jot
7834 \series default
7835  usando el mismo comando.
7836  Más información sobre separación de filas en ecuaciones en
7837 \begin_inset Space ~
7838 \end_inset
7839
7840
7841 \begin_inset CommandInset ref
7842 LatexCommand ref
7843 reference "sub:Separación-de-líneas"
7844
7845 \end_inset
7846
7847 .
7848 \end_layout
7849
7850 \begin_layout Section
7851 Flechas
7852 \begin_inset Index
7853 status collapsed
7854
7855 \begin_layout Plain Layout
7856 Flechas
7857 \end_layout
7858
7859 \end_inset
7860
7861
7862 \end_layout
7863
7864 \begin_layout Standard
7865 Las flechas se pueden insertar con el botón 
7866 \begin_inset Graphics
7867         filename ../../images/math/leftarrow.png
7868         scale 85
7869
7870 \end_inset
7871
7872  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7873  siguientes.
7874 \end_layout
7875
7876 \begin_layout Subsection
7877 Flechas horizontales
7878 \begin_inset Index
7879 status collapsed
7880
7881 \begin_layout Plain Layout
7882 Flechas ! horizontales
7883 \end_layout
7884
7885 \end_inset
7886
7887
7888 \end_layout
7889
7890 \begin_layout Standard
7891 \begin_inset Space \hfill{}
7892 \end_inset
7893
7894
7895 \begin_inset Tabular
7896 <lyxtabular version="3" rows="8" columns="2">
7897 <features>
7898 <column alignment="center" valignment="top" width="0pt">
7899 <column alignment="center" valignment="top" width="0pt">
7900 <row>
7901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905 Comando
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914 Resultado
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 </row>
7920 <row>
7921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \backslash
7927 gets
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936 \begin_inset Formula $\gets$
7937 \end_inset
7938
7939
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 </row>
7945 <row>
7946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950
7951 \backslash
7952 Leftarrow
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961 \begin_inset Formula $\Leftarrow$
7962 \end_inset
7963
7964
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \backslash
7977 longleftarrow
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 \begin_inset Formula $\longleftarrow$
7987 \end_inset
7988
7989
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 </row>
7995 <row>
7996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \backslash
8002 Longleftarrow
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 \begin_inset Formula $\Longleftarrow$
8012 \end_inset
8013
8014
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 </row>
8020 <row>
8021 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025
8026 \backslash
8027 leftharpoonup
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 \begin_inset Formula $\leftharpoonup$
8037 \end_inset
8038
8039
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 <row>
8046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050
8051 \backslash
8052 leftharpoondown
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 \begin_inset Formula $\leftharpoondown$
8062 \end_inset
8063
8064
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row>
8071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \backslash
8077 hookleftarrow
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 \begin_inset Formula $\hookleftarrow$
8087 \end_inset
8088
8089
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 </row>
8095 </lyxtabular>
8096
8097 \end_inset
8098
8099
8100 \begin_inset Space \hfill{}
8101 \end_inset
8102
8103
8104 \begin_inset Tabular
8105 <lyxtabular version="3" rows="8" columns="2">
8106 <features>
8107 <column alignment="center" valignment="top" width="0pt">
8108 <column alignment="center" valignment="top" width="0pt">
8109 <row>
8110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114 Comando
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123 Resultado
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 </row>
8129 <row>
8130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134
8135 \backslash
8136 to
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 \begin_inset Formula $\to$
8146 \end_inset
8147
8148
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 <row>
8155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159
8160 \backslash
8161 Rightarrow
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 \begin_inset Formula $\Rightarrow$
8171 \end_inset
8172
8173
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 </row>
8179 <row>
8180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184
8185 \backslash
8186 longrightarrow
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 \begin_inset Formula $\longrightarrow$
8196 \end_inset
8197
8198
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 </row>
8204 <row>
8205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209
8210 \backslash
8211 Longrightarrow
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 \begin_inset Formula $\Longrightarrow$
8221 \end_inset
8222
8223
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 </row>
8229 <row>
8230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234
8235 \backslash
8236 rightharpoonup
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 \begin_inset Formula $\rightharpoonup$
8246 \end_inset
8247
8248
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 </row>
8254 <row>
8255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259
8260 \backslash
8261 rightharpoondown
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 \begin_inset Formula $\rightharpoondown$
8271 \end_inset
8272
8273
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 </row>
8279 <row>
8280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284
8285 \backslash
8286 hookrightarrow
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 \begin_inset Formula $\hookrightarrow$
8296 \end_inset
8297
8298
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 </row>
8304 </lyxtabular>
8305
8306 \end_inset
8307
8308
8309 \begin_inset Space \hfill{}
8310 \end_inset
8311
8312
8313 \end_layout
8314
8315 \begin_layout Standard
8316 \begin_inset Space \hfill{}
8317 \end_inset
8318
8319
8320 \begin_inset Tabular
8321 <lyxtabular version="3" rows="6" columns="2">
8322 <features>
8323 <column alignment="center" valignment="top" width="0pt">
8324 <column alignment="center" valignment="top" width="0pt">
8325 <row>
8326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330 Comando
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 Resultado
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 </row>
8345 <row>
8346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350
8351 \backslash
8352 leftrightarrow
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 \begin_inset Formula $\leftrightarrow$
8362 \end_inset
8363
8364
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 <row>
8371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375
8376 \backslash
8377 Leftrightarrow
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 \begin_inset Formula $\Leftrightarrow$
8387 \end_inset
8388
8389
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 </row>
8395 <row>
8396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400
8401 \backslash
8402 longleftrightarrow
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 \begin_inset Formula $\longleftrightarrow$
8412 \end_inset
8413
8414
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 </row>
8420 <row>
8421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425
8426 \backslash
8427 Longleftrightarrow
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 \begin_inset Formula $\Longleftrightarrow$
8437 \end_inset
8438
8439
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 </row>
8445 <row>
8446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450
8451 \backslash
8452 rightleftharpoons
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 \begin_inset Formula $\rightleftharpoons$
8462 \end_inset
8463
8464
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 </row>
8470 </lyxtabular>
8471
8472 \end_inset
8473
8474
8475 \begin_inset Space \hspace{}
8476 \length 25pt
8477 \end_inset
8478
8479
8480 \begin_inset Space \hfill{}
8481 \end_inset
8482
8483
8484 \begin_inset Tabular
8485 <lyxtabular version="3" rows="5" columns="2">
8486 <features>
8487 <column alignment="center" valignment="top" width="0pt">
8488 <column alignment="center" valignment="top" width="0pt">
8489 <row>
8490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 Comando
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 Resultado
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 <row>
8510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514
8515 \backslash
8516 mapsto
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 \begin_inset Formula $\mapsto$
8526 \end_inset
8527
8528
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 </row>
8534 <row>
8535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539
8540 \backslash
8541 longmapsto
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 \begin_inset Formula $\longmapsto$
8551 \end_inset
8552
8553
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 </row>
8559 <row>
8560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564
8565 \backslash
8566 leadsto
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 \begin_inset Formula $\leadsto$
8576 \end_inset
8577
8578
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 </row>
8584 <row>
8585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589
8590 \backslash
8591 dasharrow
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 \begin_inset Formula $\dasharrow$
8601 \end_inset
8602
8603
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 </row>
8609 </lyxtabular>
8610
8611 \end_inset
8612
8613
8614 \begin_inset Space \hfill{}
8615 \end_inset
8616
8617
8618 \begin_inset VSpace medskip
8619 \end_inset
8620
8621
8622 \end_layout
8623
8624 \begin_layout Standard
8625 Las flechas que se utilizan como acentos, p.
8626 \begin_inset Space \thinspace{}
8627 \end_inset
8628
8629 e.
8630  en vectores, se describen en 
8631 \begin_inset CommandInset ref
8632 LatexCommand ref
8633 reference "sec:Acentos"
8634
8635 \end_inset
8636
8637 .
8638  
8639 \begin_inset VSpace bigskip
8640 \end_inset
8641
8642
8643 \end_layout
8644
8645 \begin_layout Standard
8646 Además hay las flechas etiquetadas
8647 \begin_inset Index
8648 status collapsed
8649
8650 \begin_layout Plain Layout
8651 Flechas ! etiquetadas
8652 \end_layout
8653
8654 \end_inset
8655
8656  
8657 \series bold
8658
8659 \backslash
8660 xleftarrow
8661 \series default
8662
8663 \begin_inset Index
8664 status collapsed
8665
8666 \begin_layout Plain Layout
8667 Comandos ! X ! 
8668 \backslash
8669 xleftarrow
8670 \end_layout
8671
8672 \end_inset
8673
8674  y 
8675 \series bold
8676
8677 \backslash
8678 xrightarrow
8679 \series default
8680
8681 \begin_inset Index
8682 status collapsed
8683
8684 \begin_layout Plain Layout
8685 Comandos ! X ! 
8686 \backslash
8687 xrightarrow
8688 \begin_inset ERT
8689 status collapsed
8690
8691 \begin_layout Plain Layout
8692
8693
8694 \backslash
8695 vspace{4mm}
8696 \end_layout
8697
8698 \end_inset
8699
8700
8701 \end_layout
8702
8703 \end_inset
8704
8705 .
8706  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8707  con dos marcos azules donde se puede insertar la etiqueta.
8708  La longitud de la flecha se adapta a la anchura de la etiqueta.
8709 \end_layout
8710
8711 \begin_layout Standard
8712 \noindent
8713 \align center
8714 \begin_inset Tabular
8715 <lyxtabular version="3" rows="3" columns="2">
8716 <features>
8717 <column alignment="center" valignment="top" width="0">
8718 <column alignment="center" valignment="top" width="0">
8719 <row>
8720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724 Comando
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 Resultado
8734 \begin_inset Note Note
8735 status collapsed
8736
8737 \begin_layout Plain Layout
8738
8739 \series bold
8740
8741 \backslash
8742 raisebox
8743 \series default
8744  se usa sólo como espaciador
8745 \end_layout
8746
8747 \end_inset
8748
8749
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 </row>
8755 <row>
8756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 F(a)
8761 \backslash
8762 xleftarrow
8763 \begin_inset ERT
8764 status collapsed
8765
8766 \begin_layout Plain Layout
8767
8768
8769 \backslash
8770 spce 
8771 \end_layout
8772
8773 \end_inset
8774
8775 x=a
8776 \begin_inset Formula $\downarrow$
8777 \end_inset
8778
8779 x>0
8780 \begin_inset Formula $\to$
8781 \end_inset
8782
8783 F(x)
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 \begin_inset Formula $\raisebox {5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox {-4mm}{}$
8793 \end_inset
8794
8795
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 </row>
8801 <row>
8802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 F(x)
8807 \backslash
8808 xrightarrow
8809 \begin_inset ERT
8810 status collapsed
8811
8812 \begin_layout Plain Layout
8813
8814
8815 \backslash
8816 spce 
8817 \end_layout
8818
8819 \end_inset
8820
8821 x=a
8822 \begin_inset Formula $\downarrow$
8823 \end_inset
8824
8825 x>0
8826 \begin_inset Formula $\to$
8827 \end_inset
8828
8829 F(a)
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 \begin_inset Formula $\raisebox {5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox {-4mm}{}$
8839 \end_inset
8840
8841
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 </row>
8847 </lyxtabular>
8848
8849 \end_inset
8850
8851
8852 \end_layout
8853
8854 \begin_layout Subsection
8855 Flechas verticales y diagonales
8856 \begin_inset Index
8857 status collapsed
8858
8859 \begin_layout Plain Layout
8860 Flechas ! diagonales
8861 \end_layout
8862
8863 \end_inset
8864
8865
8866 \begin_inset Index
8867 status collapsed
8868
8869 \begin_layout Plain Layout
8870 Flechas ! verticales
8871 \end_layout
8872
8873 \end_inset
8874
8875
8876 \end_layout
8877
8878 \begin_layout Standard
8879 \begin_inset Space \hfill{}
8880 \end_inset
8881
8882
8883 \begin_inset Tabular
8884 <lyxtabular version="3" rows="7" columns="2">
8885 <features>
8886 <column alignment="center" valignment="top" width="0pt">
8887 <column alignment="center" valignment="top" width="0pt">
8888 <row>
8889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893 Comando
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 Resultado
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 </row>
8908 <row>
8909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913
8914 \backslash
8915 uparrow
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924 \begin_inset Formula $\uparrow$
8925 \end_inset
8926
8927
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 </row>
8933 <row>
8934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938
8939 \backslash
8940 Uparrow
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 \begin_inset Formula $\Uparrow$
8950 \end_inset
8951
8952
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 </row>
8958 <row>
8959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963
8964 \backslash
8965 updownarrow
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 \begin_inset Formula $\updownarrow$
8975 \end_inset
8976
8977
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 </row>
8983 <row>
8984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988
8989 \backslash
8990 Updownarrow
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 \begin_inset Formula $\Updownarrow$
9000 \end_inset
9001
9002
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 </row>
9008 <row>
9009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013
9014 \backslash
9015 Downarrow
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024 \begin_inset Formula $\Downarrow$
9025 \end_inset
9026
9027
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 </row>
9033 <row>
9034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038
9039 \backslash
9040 downarrow
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 \begin_inset Formula $\downarrow$
9050 \end_inset
9051
9052
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 </row>
9058 </lyxtabular>
9059
9060 \end_inset
9061
9062
9063 \begin_inset Space \hfill{}
9064 \end_inset
9065
9066
9067 \begin_inset Tabular
9068 <lyxtabular version="3" rows="5" columns="2">
9069 <features>
9070 <column alignment="center" valignment="top" width="0pt">
9071 <column alignment="center" valignment="top" width="0pt">
9072 <row>
9073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077 Comando
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086 Resultado
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 </row>
9092 <row>
9093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097
9098 \backslash
9099 nearrow
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108 \begin_inset Formula $\nearrow$
9109 \end_inset
9110
9111
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 </row>
9117 <row>
9118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122
9123 \backslash
9124 searrow
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133 \begin_inset Formula $\searrow$
9134 \end_inset
9135
9136
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 </row>
9142 <row>
9143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147
9148 \backslash
9149 swarrow
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 \begin_inset Formula $\swarrow$
9159 \end_inset
9160
9161
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 </row>
9167 <row>
9168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172
9173 \backslash
9174 nwarrow
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 \begin_inset Formula $\nwarrow$
9184 \end_inset
9185
9186
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 </row>
9192 </lyxtabular>
9193
9194 \end_inset
9195
9196
9197 \begin_inset Space \hfill{}
9198 \end_inset
9199
9200
9201 \end_layout
9202
9203 \begin_layout Standard
9204 \begin_inset VSpace medskip
9205 \end_inset
9206
9207
9208 \end_layout
9209
9210 \begin_layout Standard
9211 Las flechas verticales también se pueden usar como delimitadores junto con
9212  los comandos descritos en
9213 \begin_inset Space ~
9214 \end_inset
9215
9216
9217 \begin_inset CommandInset ref
9218 LatexCommand ref
9219 reference "sub:Tamaño-manual-de"
9220
9221 \end_inset
9222
9223  y 
9224 \begin_inset CommandInset ref
9225 LatexCommand ref
9226 reference "sub:Tamaño-automático-de"
9227
9228 \end_inset
9229
9230 .
9231 \end_layout
9232
9233 \begin_layout Standard
9234
9235 \end_layout
9236
9237 \begin_layout Section
9238 Acentos
9239 \begin_inset CommandInset label
9240 LatexCommand label
9241 name "sec:Acentos"
9242
9243 \end_inset
9244
9245
9246 \begin_inset Index
9247 status collapsed
9248
9249 \begin_layout Plain Layout
9250 Acentos
9251 \end_layout
9252
9253 \end_inset
9254
9255
9256 \end_layout
9257
9258 \begin_layout Standard
9259 Los acentos se pueden insertar con el botón 
9260 \begin_inset Graphics
9261         filename ../../images/math/hat.png
9262         scale 85
9263
9264 \end_inset
9265
9266  o mediante los comandos listados en las siguientes subsecciones.
9267 \end_layout
9268
9269 \begin_layout Subsection
9270 Acentos para un carácter
9271 \begin_inset ERT
9272 status collapsed
9273
9274 \begin_layout Plain Layout
9275
9276
9277 \backslash
9278 texorpdfstring{
9279 \end_layout
9280
9281 \end_inset
9282
9283
9284 \begin_inset Foot
9285 status open
9286
9287 \begin_layout Plain Layout
9288 Para acentos en texto, véase 
9289 \begin_inset CommandInset ref
9290 LatexCommand ref
9291 reference "sub:Acentos-en-texto"
9292
9293 \end_inset
9294
9295
9296 \end_layout
9297
9298 \end_inset
9299
9300
9301 \begin_inset ERT
9302 status collapsed
9303
9304 \begin_layout Plain Layout
9305
9306 }{}
9307 \end_layout
9308
9309 \end_inset
9310
9311
9312 \begin_inset Note Note
9313 status collapsed
9314
9315 \begin_layout Plain Layout
9316
9317 \backslash
9318 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
9319  PDF.
9320 \end_layout
9321
9322 \begin_layout Plain Layout
9323 Más sobre 
9324 \backslash
9325 texorpdfstring en la sección 
9326 \begin_inset CommandInset ref
9327 LatexCommand ref
9328 reference "sub:Ecuaciones-en-títulos"
9329
9330 \end_inset
9331
9332 .
9333 \end_layout
9334
9335 \end_inset
9336
9337
9338 \begin_inset CommandInset label
9339 LatexCommand label
9340 name "sub:Acentos-para-un"
9341
9342 \end_inset
9343
9344
9345 \begin_inset Index
9346 status collapsed
9347
9348 \begin_layout Plain Layout
9349 Acentos ! para un carácter
9350 \end_layout
9351
9352 \end_inset
9353
9354
9355 \end_layout
9356
9357 \begin_layout Standard
9358 \begin_inset Space \hfill{}
9359 \end_inset
9360
9361
9362 \begin_inset Tabular
9363 <lyxtabular version="3" rows="8" columns="2">
9364 <features>
9365 <column alignment="center" valignment="top" width="0pt">
9366 <column alignment="center" valignment="top" width="0pt">
9367 <row>
9368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372 Comando
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381 Resultado
9382 \begin_inset Note Note
9383 status collapsed
9384
9385 \begin_layout Plain Layout
9386
9387 \series bold
9388
9389 \backslash
9390 raisebox
9391 \series default
9392  se usa sólo como espaciador
9393 \end_layout
9394
9395 \end_inset
9396
9397
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row>
9404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408
9409 \backslash
9410 dot
9411 \begin_inset ERT
9412 status collapsed
9413
9414 \begin_layout Plain Layout
9415
9416
9417 \backslash
9418 spce 
9419 \end_layout
9420
9421 \end_inset
9422
9423 A
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 \begin_inset Formula $\raisebox {5mm}{}\dot{A}$
9433 \end_inset
9434
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 </row>
9441 <row>
9442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446
9447 \backslash
9448 ddot
9449 \begin_inset ERT
9450 status collapsed
9451
9452 \begin_layout Plain Layout
9453
9454
9455 \backslash
9456 spce 
9457 \end_layout
9458
9459 \end_inset
9460
9461 A
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470 \begin_inset Formula $\raisebox {5mm}{}\ddot{A}$
9471 \end_inset
9472
9473
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 </row>
9479 <row>
9480 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484
9485 \backslash
9486 dddot
9487 \begin_inset ERT
9488 status collapsed
9489
9490 \begin_layout Plain Layout
9491
9492
9493 \backslash
9494 spce 
9495 \end_layout
9496
9497 \end_inset
9498
9499 A
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9505 \begin_inset Text
9506
9507 \begin_layout Plain Layout
9508 \begin_inset Formula $\raisebox {5mm}{}\dddot{A}$
9509 \end_inset
9510
9511
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 </row>
9517 <row>
9518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9519 \begin_inset Text
9520
9521 \begin_layout Plain Layout
9522
9523 \backslash
9524 ddddot{A
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533 \begin_inset Formula $\raisebox {5mm}{}\ddddot {A}$
9534 \end_inset
9535
9536
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 </row>
9542 <row>
9543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547
9548 \backslash
9549 vec
9550 \begin_inset ERT
9551 status collapsed
9552
9553 \begin_layout Plain Layout
9554
9555
9556 \backslash
9557 spce 
9558 \end_layout
9559
9560 \end_inset
9561
9562 A
9563 \begin_inset Index
9564 status collapsed
9565
9566 \begin_layout Plain Layout
9567 Vectores
9568 \end_layout
9569
9570 \end_inset
9571
9572
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581 \begin_inset Formula $\raisebox {5mm}{}\vec{A}$
9582 \end_inset
9583
9584
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 </row>
9590 <row>
9591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595
9596 \backslash
9597 bar
9598 \begin_inset ERT
9599 status collapsed
9600
9601 \begin_layout Plain Layout
9602
9603
9604 \backslash
9605 spce 
9606 \end_layout
9607
9608 \end_inset
9609
9610 A
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619 \begin_inset Formula $\raisebox {5mm}{}\bar{A}$
9620 \end_inset
9621
9622
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 </row>
9628 <row>
9629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Plain Layout
9633
9634 \backslash
9635 mathring
9636 \begin_inset ERT
9637 status collapsed
9638
9639 \begin_layout Plain Layout
9640
9641
9642 \backslash
9643 spce 
9644 \end_layout
9645
9646 \end_inset
9647
9648 A
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657 \begin_inset Formula $\raisebox {5mm}{}\mathring{A}$
9658 \end_inset
9659
9660
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 </row>
9666 </lyxtabular>
9667
9668 \end_inset
9669
9670
9671 \begin_inset Space \hfill{}
9672 \end_inset
9673
9674
9675 \begin_inset Tabular
9676 <lyxtabular version="3" rows="7" columns="2">
9677 <features>
9678 <column alignment="center" valignment="top" width="0pt">
9679 <column alignment="center" valignment="top" width="0pt">
9680 <row>
9681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685 Comando
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9691 \begin_inset Text
9692
9693 \begin_layout Plain Layout
9694 Resultado
9695 \begin_inset Note Note
9696 status collapsed
9697
9698 \begin_layout Plain Layout
9699
9700 \series bold
9701
9702 \backslash
9703 raisebox
9704 \series default
9705  se usa sólo como espaciador
9706 \end_layout
9707
9708 \end_inset
9709
9710
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 </row>
9716 <row>
9717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721
9722 \backslash
9723 tilde
9724 \begin_inset ERT
9725 status collapsed
9726
9727 \begin_layout Plain Layout
9728
9729
9730 \backslash
9731 spce 
9732 \end_layout
9733
9734 \end_inset
9735
9736 A
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745 \begin_inset Formula $\raisebox {5mm}{}\tilde{A}$
9746 \end_inset
9747
9748
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 </row>
9754 <row>
9755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759
9760 \backslash
9761 hat
9762 \begin_inset ERT
9763 status collapsed
9764
9765 \begin_layout Plain Layout
9766
9767
9768 \backslash
9769 spce 
9770 \end_layout
9771
9772 \end_inset
9773
9774 A
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783 \begin_inset Formula $\raisebox {5mm}{}\hat{A}$
9784 \end_inset
9785
9786
9787 \end_layout
9788
9789 \end_inset
9790 </cell>
9791 </row>
9792 <row>
9793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Plain Layout
9797
9798 \backslash
9799 check
9800 \begin_inset ERT
9801 status collapsed
9802
9803 \begin_layout Plain Layout
9804
9805
9806 \backslash
9807 spce 
9808 \end_layout
9809
9810 \end_inset
9811
9812 A
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9818 \begin_inset Text
9819
9820 \begin_layout Plain Layout
9821 \begin_inset Formula $\raisebox {5mm}{}\check{A}$
9822 \end_inset
9823
9824
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 </row>
9830 <row>
9831 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835
9836 \backslash
9837 acute
9838 \begin_inset ERT
9839 status collapsed
9840
9841 \begin_layout Plain Layout
9842
9843
9844 \backslash
9845 spce 
9846 \end_layout
9847
9848 \end_inset
9849
9850 A
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859 \begin_inset Formula $\raisebox {5mm}{}\acute{A}$
9860 \end_inset
9861
9862
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 </row>
9868 <row>
9869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873
9874 \backslash
9875 grave
9876 \begin_inset ERT
9877 status collapsed
9878
9879 \begin_layout Plain Layout
9880
9881
9882 \backslash
9883 spce 
9884 \end_layout
9885
9886 \end_inset
9887
9888 A
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9894 \begin_inset Text
9895
9896 \begin_layout Plain Layout
9897 \begin_inset Formula $\raisebox {5mm}{}\grave{A}$
9898 \end_inset
9899
9900
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 </row>
9906 <row>
9907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911
9912 \backslash
9913 breve
9914 \begin_inset ERT
9915 status collapsed
9916
9917 \begin_layout Plain Layout
9918
9919
9920 \backslash
9921 spce 
9922 \end_layout
9923
9924 \end_inset
9925
9926 A
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935 \begin_inset Formula $\raisebox {5mm}{}\breve{A}$
9936 \end_inset
9937
9938
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 </row>
9944 </lyxtabular>
9945
9946 \end_inset
9947
9948
9949 \begin_inset Space \hfill{}
9950 \end_inset
9951
9952
9953 \end_layout
9954
9955 \begin_layout Standard
9956 \begin_inset VSpace bigskip
9957 \end_inset
9958
9959
9960 \end_layout
9961
9962 \begin_layout Standard
9963 Para poner diéresis
9964 \begin_inset Index
9965 status collapsed
9966
9967 \begin_layout Plain Layout
9968 Diéresis
9969 \end_layout
9970
9971 \end_inset
9972
9973  en una ecuación se insertan comillas antes de la vocal.
9974  Estos dos caracteres son considerados por LaTeX como 
9975 \emph on
9976 un solo
9977 \emph default
9978  carácter si la parte de la ecuación con la diéresis se marca con idioma
9979  alemán.
9980 \begin_inset Foot
9981 status collapsed
9982
9983 \begin_layout Plain Layout
9984 O algún otro idioma que use acentos, p.
9985 \begin_inset Space \thinspace{}
9986 \end_inset
9987
9988 e.
9989  catalán.
9990  Sin embargo, en español no funciona por algún conflicto con el estilo 
9991 \series bold
9992 spanish
9993 \series default
9994  de 
9995 \series bold
9996 babel
9997 \series default
9998 .
9999  Dicho estilo suministra la orden 
10000 \series bold
10001
10002 \backslash
10003 dotlessi
10004 \series default
10005  para generar una 
10006 \begin_inset Quotes fld
10007 \end_inset
10008
10009 i
10010 \begin_inset Quotes frd
10011 \end_inset
10012
10013  sin punto en modo matemático, que se puede usar como alternativa al comando
10014  
10015 \series bold
10016
10017 \begin_inset Quotes eld
10018 \end_inset
10019
10020 i
10021 \series default
10022 , p.e., el comando 
10023 \series bold
10024
10025 \backslash
10026 ddot
10027 \series default
10028
10029 \begin_inset ERT
10030 status collapsed
10031
10032 \begin_layout Plain Layout
10033
10034
10035 \backslash
10036 spce 
10037 \end_layout
10038
10039 \end_inset
10040
10041
10042 \series bold
10043
10044 \backslash
10045 dotlessi
10046 \series default
10047  genera
10048 \series bold
10049  
10050 \series default
10051
10052 \begin_inset Formula $\ddot{\dotlessi }$
10053 \end_inset
10054
10055 .
10056  Véase la documentación del estilo, 
10057 \begin_inset CommandInset citation
10058 LatexCommand cite
10059 key "spanish"
10060
10061 \end_inset
10062
10063 .
10064  También se puede usar 
10065 \series bold
10066
10067 \backslash
10068 imath
10069 \series default
10070  en vez de 
10071 \series bold
10072
10073 \backslash
10074 dotlessi
10075 \series default
10076 .
10077  (
10078 \emph on
10079 N.
10080 \begin_inset Space \thinspace{}
10081 \end_inset
10082
10083 del t.
10084 \emph default
10085 )
10086 \end_layout
10087
10088 \end_inset
10089
10090  A diferencia de 
10091 \series bold
10092
10093 \backslash
10094 ddot
10095 \series default
10096 , con este método se generan diéresis 
10097 \begin_inset Quotes fld
10098 \end_inset
10099
10100 reales
10101 \begin_inset Quotes frd
10102 \end_inset
10103
10104 , como se demuestra en el siguiente ejemplo:
10105 \begin_inset VSpace -2mm
10106 \end_inset
10107
10108
10109 \end_layout
10110
10111 \begin_layout Standard
10112 \noindent
10113 \align center
10114 \begin_inset Tabular
10115 <lyxtabular version="3" rows="3" columns="2">
10116 <features>
10117 <column alignment="center" valignment="top" width="0">
10118 <column alignment="center" valignment="top" width="0">
10119 <row>
10120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 Comando
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133 Resultado
10134 \begin_inset Note Note
10135 status collapsed
10136
10137 \begin_layout Plain Layout
10138
10139 \series bold
10140 \lang english
10141
10142 \backslash
10143 raisebox
10144 \series default
10145  se usa sólo como espaciador.
10146 \end_layout
10147
10148 \end_inset
10149
10150
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 </row>
10156 <row>
10157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161 \begin_inset Quotes grd
10162 \end_inset
10163
10164 i
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173 \begin_inset Formula $\ddot{\dotlessi }$
10174 \end_inset
10175
10176
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 </row>
10182 <row>
10183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187
10188 \backslash
10189 ddot
10190 \begin_inset ERT
10191 status collapsed
10192
10193 \begin_layout Plain Layout
10194
10195
10196 \backslash
10197 spce 
10198 \end_layout
10199
10200 \end_inset
10201
10202 i
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 \begin_inset Formula $\raisebox {5mm}{}\ddot{i}$
10212 \end_inset
10213
10214
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 </row>
10220 </lyxtabular>
10221
10222 \end_inset
10223
10224
10225 \end_layout
10226
10227 \begin_layout Standard
10228 Otra ventaja con 
10229 \series bold
10230
10231 \backslash
10232 ddot
10233 \series default
10234  es que la diéresis puede convertirse directamente a texto matemático, porque
10235  los comandos para acentos de arriba 
10236 \emph on
10237 no están permitidos en texto matemático
10238 \emph default
10239 .
10240  Para convertir un carácter acentuado a texto matemático, se debe convertir
10241  sólo el carácter bajo el acento.
10242  Esto también se aplica para otras conversiones, p.
10243 \begin_inset Space \thinspace{}
10244 \end_inset
10245
10246 e.
10247 \begin_inset Space ~
10248 \end_inset
10249
10250 cursiva o negrita.
10251 \end_layout
10252
10253 \begin_layout Standard
10254 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10255 \end_layout
10256
10257 \begin_layout Subsection
10258 Acentos para operadores
10259 \begin_inset Index
10260 status collapsed
10261
10262 \begin_layout Plain Layout
10263 Acentos ! en operadores
10264 \end_layout
10265
10266 \end_inset
10267
10268
10269 \end_layout
10270
10271 \begin_layout Standard
10272 Con los comandos 
10273 \series bold
10274
10275 \backslash
10276 overset
10277 \series default
10278
10279 \begin_inset Index
10280 status collapsed
10281
10282 \begin_layout Plain Layout
10283 Comandos ! O ! 
10284 \backslash
10285 overset
10286 \end_layout
10287
10288 \end_inset
10289
10290  y 
10291 \series bold
10292
10293 \backslash
10294 underset
10295 \series default
10296
10297 \begin_inset Index
10298 status collapsed
10299
10300 \begin_layout Plain Layout
10301 Comandos ! U ! 
10302 \backslash
10303 underset
10304 \end_layout
10305
10306 \end_inset
10307
10308  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10309  Con el comando 
10310 \series bold
10311
10312 \backslash
10313 sideset
10314 \series default
10315
10316 \begin_inset Index
10317 status collapsed
10318
10319 \begin_layout Plain Layout
10320 Comandos ! S ! 
10321 \backslash
10322 sideset
10323 \end_layout
10324
10325 \end_inset
10326
10327  se pueden poner caracteres delante y detrás de un operador.
10328  El esquema del comando es:
10329 \end_layout
10330
10331 \begin_layout Standard
10332
10333 \series bold
10334
10335 \backslash
10336 sideset{carácter
10337 \series default
10338  
10339 \series bold
10340 anterior}{carácter posterior}
10341 \end_layout
10342
10343 \begin_layout Standard
10344
10345 \series bold
10346
10347 \backslash
10348 sideset
10349 \series default
10350  siempre debe estar delante del operador que debe acentuarse.
10351  Se puede acentuar con varios caracteres e incluso con otros operadores
10352  y símbolos.
10353  Para colocar con
10354 \series bold
10355  
10356 \backslash
10357 sideset
10358 \series default
10359  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10360  el primer par de llaves, pero sin quitarlas.
10361  
10362 \end_layout
10363
10364 \begin_layout Standard
10365 Por ejemplo, el comando 
10366 \series bold
10367
10368 \backslash
10369 sideset{
10370 \begin_inset Formula $\to$
10371 \end_inset
10372
10373
10374 \backslash
10375 {
10376 \series default
10377 '
10378 \series bold
10379
10380 \begin_inset Formula $\to$
10381 \end_inset
10382
10383
10384 \backslash
10385 sum_k=1
10386 \begin_inset ERT
10387 status collapsed
10388
10389 \begin_layout Plain Layout
10390
10391
10392 \backslash
10393 spce 
10394 \end_layout
10395
10396 \end_inset
10397
10398
10399 \series default
10400 ^
10401 \series bold
10402
10403 \begin_inset ERT
10404 status collapsed
10405
10406 \begin_layout Plain Layout
10407
10408
10409 \backslash
10410 spce 
10411 \end_layout
10412
10413 \end_inset
10414
10415 n
10416 \series default
10417  genera:
10418 \begin_inset Formula \[
10419 \sideset {}{'}\sum_{k=1}^{n}\]
10420
10421 \end_inset
10422
10423
10424 \end_layout
10425
10426 \begin_layout Standard
10427 El comando 
10428 \series bold
10429
10430 \backslash
10431 overset
10432 \begin_inset ERT
10433 status collapsed
10434
10435 \begin_layout Plain Layout
10436
10437
10438 \backslash
10439 spce 
10440 \end_layout
10441
10442 \end_inset
10443
10444
10445 \backslash
10446 maltese
10447 \begin_inset ERT
10448 status collapsed
10449
10450 \begin_layout Plain Layout
10451
10452
10453 \backslash
10454 spce 
10455 \end_layout
10456
10457 \end_inset
10458
10459
10460 \series default
10461
10462 \begin_inset Formula $\uparrow$
10463 \end_inset
10464
10465
10466 \series bold
10467 a
10468 \series default
10469  genera:
10470 \begin_inset Formula \[
10471 \overset{a}{\maltese}\]
10472
10473 \end_inset
10474
10475
10476 \end_layout
10477
10478 \begin_layout Standard
10479 Como se ve en el último ejemplo, con 
10480 \series bold
10481
10482 \backslash
10483 overset
10484 \series default
10485  y 
10486 \series bold
10487
10488 \backslash
10489 underset
10490 \series default
10491  también se pueden acentuar símbolos y caracteres; con 
10492 \series bold
10493
10494 \backslash
10495 sideset
10496 \series default
10497  esto no es posible.
10498 \end_layout
10499
10500 \begin_layout Subsection
10501 Acentos para varios caracteres
10502 \begin_inset CommandInset label
10503 LatexCommand label
10504 name "sub:Acentos-para-varios"
10505
10506 \end_inset
10507
10508
10509 \begin_inset Index
10510 status collapsed
10511
10512 \begin_layout Plain Layout
10513 Acentos ! en varios caracteres
10514 \end_layout
10515
10516 \end_inset
10517
10518
10519 \end_layout
10520
10521 \begin_layout Standard
10522 \begin_inset Space \hfill{}
10523 \end_inset
10524
10525
10526 \begin_inset Tabular
10527 <lyxtabular version="3" rows="5" columns="2">
10528 <features>
10529 <column alignment="center" valignment="top" width="0pt">
10530 <column alignment="center" valignment="top" width="0pt">
10531 <row>
10532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 Comando
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 Resultado
10546 \begin_inset Note Note
10547 status collapsed
10548
10549 \begin_layout Plain Layout
10550
10551 \series bold
10552
10553 \backslash
10554 raisebox
10555 \series default
10556  se usa sólo como espaciador
10557 \end_layout
10558
10559 \end_inset
10560
10561
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 </row>
10567 <row>
10568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572
10573 \backslash
10574 overleftarrow
10575 \begin_inset ERT
10576 status collapsed
10577
10578 \begin_layout Plain Layout
10579
10580
10581 \backslash
10582 spce 
10583 \end_layout
10584
10585 \end_inset
10586
10587 A=B
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 \begin_inset Formula $\raisebox {6mm}{}\overleftarrow{A=B}\raisebox {-2mm}{}$
10597 \end_inset
10598
10599
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 </row>
10605 <row>
10606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610
10611 \backslash
10612 underleftarrow
10613 \begin_inset ERT
10614 status collapsed
10615
10616 \begin_layout Plain Layout
10617
10618
10619 \backslash
10620 spce 
10621 \end_layout
10622
10623 \end_inset
10624
10625 A=B
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Plain Layout
10634 \begin_inset Formula $\raisebox {5mm}{}\underleftarrow{A=B}\raisebox {-3mm}{}$
10635 \end_inset
10636
10637
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 </row>
10643 <row>
10644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648
10649 \backslash
10650 overleftrightarrow
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 A=B
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672 \begin_inset Formula $\raisebox {6mm}{}\overleftrightarrow{A=B}\raisebox {-2mm}{}$
10673 \end_inset
10674
10675
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 </row>
10681 <row>
10682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686
10687 \backslash
10688 underleftrightarrow
10689 \begin_inset ERT
10690 status collapsed
10691
10692 \begin_layout Plain Layout
10693
10694
10695 \backslash
10696 spce 
10697 \end_layout
10698
10699 \end_inset
10700
10701 A=B
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710 \begin_inset Formula $\raisebox {5mm}{}\underleftrightarrow{A=B}\raisebox {-3mm}{}$
10711 \end_inset
10712
10713
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 </row>
10719 </lyxtabular>
10720
10721 \end_inset
10722
10723
10724 \begin_inset Space \hfill{}
10725 \end_inset
10726
10727
10728 \begin_inset Tabular
10729 <lyxtabular version="3" rows="5" columns="2">
10730 <features>
10731 <column alignment="center" valignment="top" width="0pt">
10732 <column alignment="center" valignment="top" width="0pt">
10733 <row>
10734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 Comando
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747 Resultado
10748 \begin_inset Note Note
10749 status collapsed
10750
10751 \begin_layout Plain Layout
10752
10753 \series bold
10754
10755 \backslash
10756 raisebox
10757 \series default
10758  se usa sólo como espaciador
10759 \end_layout
10760
10761 \end_inset
10762
10763
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 </row>
10769 <row>
10770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774
10775 \backslash
10776 overrightarrow
10777 \begin_inset ERT
10778 status collapsed
10779
10780 \begin_layout Plain Layout
10781
10782
10783 \backslash
10784 spce 
10785 \end_layout
10786
10787 \end_inset
10788
10789 A=B
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798 \begin_inset Formula $\raisebox {6mm}{}\overrightarrow{A=B}\raisebox {-2mm}{}$
10799 \end_inset
10800
10801
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 </row>
10807 <row>
10808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812
10813 \backslash
10814 underrightarrow
10815 \begin_inset ERT
10816 status collapsed
10817
10818 \begin_layout Plain Layout
10819
10820
10821 \backslash
10822 spce 
10823 \end_layout
10824
10825 \end_inset
10826
10827 A=B
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836 \begin_inset Formula $\raisebox {5mm}{}\underrightarrow{A=B}\raisebox {-3mm}{}$
10837 \end_inset
10838
10839
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 </row>
10845 <row>
10846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10847 \begin_inset Text
10848
10849 \begin_layout Plain Layout
10850
10851 \backslash
10852 widetilde
10853 \begin_inset ERT
10854 status collapsed
10855
10856 \begin_layout Plain Layout
10857
10858
10859 \backslash
10860 spce 
10861 \end_layout
10862
10863 \end_inset
10864
10865 A=B
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10871 \begin_inset Text
10872
10873 \begin_layout Plain Layout
10874 \begin_inset Formula $\raisebox {6mm}{}\widetilde{A=B}\raisebox {-2mm}{}$
10875 \end_inset
10876
10877
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 </row>
10883 <row>
10884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888
10889 \backslash
10890 widehat
10891 \begin_inset ERT
10892 status collapsed
10893
10894 \begin_layout Plain Layout
10895
10896
10897 \backslash
10898 spce 
10899 \end_layout
10900
10901 \end_inset
10902
10903 A=B
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 \begin_inset Formula $\raisebox {6mm}{}\widehat{A=B}\raisebox {-2mm}{}$
10913 \end_inset
10914
10915
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 </row>
10921 </lyxtabular>
10922
10923 \end_inset
10924
10925
10926 \begin_inset Space \hfill{}
10927 \end_inset
10928
10929
10930 \end_layout
10931
10932 \begin_layout Standard
10933 \begin_inset VSpace medskip
10934 \end_inset
10935
10936
10937 \end_layout
10938
10939 \begin_layout Standard
10940 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10941  Pero los acentos 
10942 \series bold
10943
10944 \backslash
10945 widetilde
10946 \series default
10947  y 
10948 \series bold
10949
10950 \backslash
10951 widehat
10952 \series default
10953  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10954  ejemplo:
10955 \begin_inset Formula \[
10956 \widetilde{A+B=C-D}\]
10957
10958 \end_inset
10959
10960
10961 \end_layout
10962
10963 \begin_layout Standard
10964 Con los comandos 
10965 \series bold
10966
10967 \backslash
10968 overset
10969 \series default
10970
10971 \begin_inset Index
10972 status collapsed
10973
10974 \begin_layout Plain Layout
10975 Comandos ! O ! 
10976 \backslash
10977 overset
10978 \end_layout
10979
10980 \end_inset
10981
10982  y 
10983 \series bold
10984
10985 \backslash
10986 underset
10987 \series default
10988
10989 \begin_inset Index
10990 status collapsed
10991
10992 \begin_layout Plain Layout
10993 Comandos ! U ! 
10994 \backslash
10995 underset
10996 \end_layout
10997
10998 \end_inset
10999
11000 , descritos en la subsección anterior, también se pueden acentuar varios
11001  caracteres.
11002  El comando 
11003 \series bold
11004
11005 \backslash
11006 underset
11007 \begin_inset ERT
11008 status collapsed
11009
11010 \begin_layout Plain Layout
11011
11012
11013 \backslash
11014 spce 
11015 \end_layout
11016
11017 \end_inset
11018
11019 A=B
11020 \begin_inset Formula $\downarrow$
11021 \end_inset
11022
11023 ***
11024 \series default
11025  da:
11026 \begin_inset Formula \[
11027 \underset{***}{A=B}\]
11028
11029 \end_inset
11030
11031
11032 \end_layout
11033
11034 \begin_layout Section
11035 Espacios
11036 \begin_inset CommandInset label
11037 LatexCommand label
11038 name "sec:Espacio"
11039
11040 \end_inset
11041
11042
11043 \begin_inset Index
11044 status collapsed
11045
11046 \begin_layout Plain Layout
11047 Espacio ! horizontal
11048 \end_layout
11049
11050 \end_inset
11051
11052
11053 \end_layout
11054
11055 \begin_layout Subsection
11056 Espacio predefinido
11057 \begin_inset CommandInset label
11058 LatexCommand label
11059 name "sub:Espacio-predefinido"
11060
11061 \end_inset
11062
11063
11064 \begin_inset Index
11065 status collapsed
11066
11067 \begin_layout Plain Layout
11068 Espacio ! horizontal ! predefinido
11069 \end_layout
11070
11071 \end_inset
11072
11073
11074 \end_layout
11075
11076 \begin_layout Standard
11077 A veces es necesario insertar espacio horizontal en una ecuación.
11078  Esto se hace insertando un espacio protegido (atajo 
11079 \family sans
11080 Ctrl-Espacio
11081 \family default
11082 ).
11083  Aparece un 
11084 \begin_inset Quotes fld
11085 \end_inset
11086
11087
11088 \begin_inset ERT
11089 status open
11090
11091 \begin_layout Plain Layout
11092
11093
11094 \backslash
11095 spce 
11096 \end_layout
11097
11098 \end_inset
11099
11100
11101 \begin_inset Quotes frd
11102 \end_inset
11103
11104  azul, y pulsando 
11105 \family sans
11106 Espacio
11107 \family default
11108  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11109  espacio.
11110  También se pueden insertar espacios mediante el botón 
11111 \begin_inset Graphics
11112         filename ../../images/math/space.png
11113         scale 85
11114
11115 \end_inset
11116
11117  de la barra de ecuaciones o con comandos especiales.
11118  Independientemente del comando insertado, se puede seleccionar de nuevo
11119  el tamaño pulsando acto seguido 
11120 \family sans
11121 Espacio.
11122  
11123 \end_layout
11124
11125 \begin_layout Standard
11126 \noindent
11127 \align center
11128 \begin_inset VSpace -5mm
11129 \end_inset
11130
11131
11132 \begin_inset Tabular
11133 <lyxtabular version="3" rows="3" columns="7">
11134 <features>
11135 <column alignment="center" valignment="middle" width="6.8cm">
11136 <column alignment="center" valignment="top" width="0">
11137 <column alignment="center" valignment="top" width="0">
11138 <column alignment="center" valignment="top" width="0">
11139 <column alignment="center" valignment="top" width="0">
11140 <column alignment="center" valignment="top" width="0">
11141 <column alignment="center" valignment="top" width="0">
11142 <row>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 Comando
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156
11157 \backslash
11158 ,
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167
11168 \backslash
11169 :
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178
11179 \backslash
11180 ;
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189
11190 \backslash
11191 quad
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200
11201 \backslash
11202 qquad
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211
11212 \backslash
11213 !
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 </row>
11219 <row>
11220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 Número de pulsaciones de 
11225 \family sans
11226 Espacio
11227 \family default
11228  tras insertar el espacio protegido
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237 0
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 1
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 2
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 3
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 4
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 5
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 </row>
11288 <row>
11289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 Resultado
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 \begin_inset Formula $A\, B$
11303 \end_inset
11304
11305
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314 \begin_inset Formula $A\: B$
11315 \end_inset
11316
11317
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 \begin_inset Formula $A\; B$
11327 \end_inset
11328
11329
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338 \begin_inset Formula $A\quad B$
11339 \end_inset
11340
11341
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350 \begin_inset Formula $A\qquad B$
11351 \end_inset
11352
11353
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 \begin_inset Formula $A\! B$
11363 \end_inset
11364
11365
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 </row>
11371 </lyxtabular>
11372
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \begin_layout Standard
11379 El último tamaño parece no generar espacio.
11380  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11381  negativo.
11382  Hay otros dos espacios negativos:
11383 \end_layout
11384
11385 \begin_layout Standard
11386 \align center
11387 \begin_inset Tabular
11388 <lyxtabular version="3" rows="3" columns="3">
11389 <features>
11390 <column alignment="center" valignment="middle" width="6.8cm">
11391 <column alignment="center" valignment="top" width="0pt">
11392 <column alignment="center" valignment="top" width="0pt">
11393 <row>
11394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 Comando
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407
11408 \backslash
11409 negmedspace
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418
11419 \backslash
11420 negthickspace
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 </row>
11426 <row>
11427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 Número de pulsaciones de 
11432 \family sans
11433 Espacio
11434 \family default
11435  tras insertar el espacio protegido
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 6
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 7
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 </row>
11459 <row>
11460 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 Resultado
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 \begin_inset Formula $A\negmedspace B$
11474 \end_inset
11475
11476
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11482 \begin_inset Text
11483
11484 \begin_layout Plain Layout
11485 \begin_inset Formula $A\negthickspace B$
11486 \end_inset
11487
11488
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 </row>
11494 </lyxtabular>
11495
11496 \end_inset
11497
11498
11499 \end_layout
11500
11501 \begin_layout Standard
11502 Los espacios negativos pueden dar lugar a caracteres solapados con otros.
11503  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11504 \begin_inset Space \thinspace{}
11505 \end_inset
11506
11507 e., para operadores de suma: 
11508 \end_layout
11509
11510 \begin_layout Standard
11511 \noindent
11512 \align center
11513 \begin_inset Tabular
11514 <lyxtabular version="3" rows="3" columns="2">
11515 <features>
11516 <column alignment="center" valignment="top" width="0">
11517 <column alignment="center" valignment="top" width="0">
11518 <row>
11519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 Comando
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 Resultado
11533 \begin_inset Note Note
11534 status collapsed
11535
11536 \begin_layout Plain Layout
11537
11538 \series bold
11539
11540 \backslash
11541 raisebox
11542 \series default
11543  se usa sólo como espaciador
11544 \end_layout
11545
11546 \end_inset
11547
11548
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 </row>
11554 <row>
11555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559
11560 \backslash
11561 sum
11562 \backslash
11563 sum
11564 \begin_inset ERT
11565 status collapsed
11566
11567 \begin_layout Plain Layout
11568
11569
11570 \backslash
11571 spce 
11572 \end_layout
11573
11574 \end_inset
11575
11576 f_kl
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 \begin_inset Formula $\raisebox {4.5mm}{}\sum\sum f_{kl}\raisebox {-2.5mm}{}$
11586 \end_inset
11587
11588
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 </row>
11594 <row>
11595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599
11600 \backslash
11601 sum
11602 \backslash
11603 negmedspace
11604 \backslash
11605 sum
11606 \begin_inset ERT
11607 status collapsed
11608
11609 \begin_layout Plain Layout
11610
11611
11612 \backslash
11613 spce 
11614 \end_layout
11615
11616 \end_inset
11617
11618 f_kl
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 \begin_inset Formula $\raisebox {4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox {-2.5mm}{}$
11628 \end_inset
11629
11630
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 </row>
11636 </lyxtabular>
11637
11638 \end_inset
11639
11640
11641 \end_layout
11642
11643 \begin_layout Standard
11644 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11645  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11646  El siguiente ejemplo lo ilustra:
11647 \end_layout
11648
11649 \begin_layout Standard
11650 \noindent
11651 \align center
11652 \begin_inset Tabular
11653 <lyxtabular version="3" rows="2" columns="2">
11654 <features>
11655 <column alignment="center" valignment="top" width="0">
11656 <column alignment="center" valignment="top" width="0">
11657 <row>
11658 <cell alignment="center" valignment="top" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 ecuación normal
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 \begin_inset Formula $A=B$
11672 \end_inset
11673
11674
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 </row>
11680 <row>
11681 <cell alignment="center" valignment="top" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 \begin_inset Note Note
11686 status collapsed
11687
11688 \begin_layout Plain Layout
11689
11690 \series bold
11691
11692 \backslash
11693 raisebox
11694 \series default
11695  se usa sólo como espaciador
11696 \end_layout
11697
11698 \end_inset
11699
11700
11701 \begin_inset Formula $\raisebox {5mm}{}$
11702 \end_inset
11703
11704 ecuación sin espacio
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 <cell alignment="center" valignment="top" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713 \begin_inset Formula $A{=}B$
11714 \end_inset
11715
11716
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 </row>
11722 </lyxtabular>
11723
11724 \end_inset
11725
11726
11727 \end_layout
11728
11729 \begin_layout Standard
11730 El comando para la segunda ecuación es: 
11731 \series bold
11732 A
11733 \backslash
11734 {=
11735 \begin_inset Formula $\rightarrow$
11736 \end_inset
11737
11738 B
11739 \series default
11740  
11741 \begin_inset VSpace bigskip
11742 \end_inset
11743
11744
11745 \end_layout
11746
11747 \begin_layout Standard
11748 Para las unidades físicas hacen falta espacios, porque entre el valor y
11749  su unidad se pone un espacio más pequeño que el normal.
11750  Para unidades en el texto se inserta con el menú 
11751 \family sans
11752 Insertar\SpecialChar \menuseparator
11753 Formato\SpecialChar \menuseparator
11754 Espacio
11755 \begin_inset Space ~
11756 \end_inset
11757
11758 delgado
11759 \family default
11760  (atajo 
11761 \family sans
11762 Ctrl-Mayúscula-Espacio
11763 \family default
11764 ).
11765 \end_layout
11766
11767 \begin_layout Standard
11768 Un ejemplo para visualizar la diferencia:
11769 \end_layout
11770
11771 \begin_layout Standard
11772 \begin_inset Tabular
11773 <lyxtabular version="3" rows="2" columns="2">
11774 <features>
11775 <column alignment="center" valignment="top" width="0">
11776 <column alignment="left" valignment="top" width="0">
11777 <row>
11778 <cell alignment="center" valignment="top" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 24 kW
11783 \begin_inset Formula $\cdot$
11784 \end_inset
11785
11786 h
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 <cell alignment="center" valignment="top" usebox="none">
11792 \begin_inset Text
11793
11794 \begin_layout Plain Layout
11795 espacio entre valor y unidad 
11796 \end_layout
11797
11798 \end_inset
11799 </cell>
11800 </row>
11801 <row>
11802 <cell alignment="center" valignment="top" usebox="none">
11803 \begin_inset Text
11804
11805 \begin_layout Plain Layout
11806 24
11807 \begin_inset Space \thinspace{}
11808 \end_inset
11809
11810 kW
11811 \begin_inset Formula $\cdot$
11812 \end_inset
11813
11814 h
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 <cell alignment="center" valignment="top" usebox="none">
11820 \begin_inset Text
11821
11822 \begin_layout Plain Layout
11823 espacio delgado entre valor y unidad
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 </row>
11829 </lyxtabular>
11830
11831 \end_inset
11832
11833
11834 \end_layout
11835
11836 \begin_layout Subsection
11837 Espacio variable
11838 \begin_inset ERT
11839 status collapsed
11840
11841 \begin_layout Plain Layout
11842
11843
11844 \backslash
11845 texorpdfstring{
11846 \end_layout
11847
11848 \end_inset
11849
11850
11851 \begin_inset Foot
11852 status collapsed
11853
11854 \begin_layout Plain Layout
11855 Para espacio vertical en ecuaciones véase 
11856 \begin_inset CommandInset ref
11857 LatexCommand ref
11858 reference "sub:Separación-de-líneas"
11859
11860 \end_inset
11861
11862
11863 \end_layout
11864
11865 \end_inset
11866
11867
11868 \begin_inset ERT
11869 status collapsed
11870
11871 \begin_layout Plain Layout
11872
11873 }{}
11874 \end_layout
11875
11876 \end_inset
11877
11878
11879 \begin_inset Note Note
11880 status collapsed
11881
11882 \begin_layout Plain Layout
11883
11884 \backslash
11885 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11886  PDF.
11887 \end_layout
11888
11889 \begin_layout Plain Layout
11890 Más sobre 
11891 \backslash
11892 texorpdfstring en la sección 
11893 \begin_inset CommandInset ref
11894 LatexCommand ref
11895 reference "sub:Ecuaciones-en-títulos"
11896
11897 \end_inset
11898
11899 .
11900 \end_layout
11901
11902 \end_inset
11903
11904
11905 \begin_inset CommandInset label
11906 LatexCommand label
11907 name "sub:Espacio-variable"
11908
11909 \end_inset
11910
11911
11912 \begin_inset Index
11913 status collapsed
11914
11915 \begin_layout Plain Layout
11916 Espacio ! horizontal ! variable
11917 \end_layout
11918
11919 \end_inset
11920
11921
11922 \end_layout
11923
11924 \begin_layout Standard
11925 En LyX se puede insertar espacio con una longitud definida con el comando
11926 \begin_inset Newline newline
11927 \end_inset
11928
11929
11930 \series bold
11931
11932 \backslash
11933 hspace{longitud}
11934 \series default
11935
11936 \begin_inset Index
11937 status collapsed
11938
11939 \begin_layout Plain Layout
11940 Comandos ! H ! 
11941 \backslash
11942 hspace
11943 \end_layout
11944
11945 \end_inset
11946
11947 .
11948  Para la longitud están permitidas todas las unidades de la 
11949 \begin_inset CommandInset ref
11950 LatexCommand ref
11951 reference "tab:Unidades-empleadas"
11952
11953 \end_inset
11954
11955 , excepto la unidad 
11956 \begin_inset Quotes fld
11957 \end_inset
11958
11959 mu
11960 \begin_inset Quotes frd
11961 \end_inset
11962
11963 .
11964  La longitud también puede ser negativa.
11965  Para insertar en una ecuación tanto espacio como esté disponible se usa
11966  el comando 
11967 \series bold
11968
11969 \backslash
11970 hfill
11971 \series default
11972
11973 \begin_inset Index
11974 status collapsed
11975
11976 \begin_layout Plain Layout
11977 Comandos ! H ! 
11978 \backslash
11979 hfill
11980 \end_layout
11981
11982 \end_inset
11983
11984 .
11985 \begin_inset VSpace -1mm
11986 \end_inset
11987
11988
11989 \end_layout
11990
11991 \begin_layout Standard
11992 \noindent
11993 \align center
11994 \begin_inset Tabular
11995 <lyxtabular version="3" rows="4" columns="2">
11996 <features>
11997 <column alignment="center" valignment="top" width="0">
11998 <column alignment="center" valignment="top" width="0">
11999 <row>
12000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12001 \begin_inset Text
12002
12003 \begin_layout Plain Layout
12004 Comando
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013 Resultado
12014 \end_layout
12015
12016 \end_inset
12017 </cell>
12018 </row>
12019 <row>
12020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12021 \begin_inset Text
12022
12023 \begin_layout Plain Layout
12024 A=B
12025 \backslash
12026 hspace{3cm
12027 \begin_inset Formula $\to$
12028 \end_inset
12029
12030 A
12031 \backslash
12032 not=C
12033 \end_layout
12034
12035 \end_inset
12036 </cell>
12037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12038 \begin_inset Text
12039
12040 \begin_layout Plain Layout
12041 \begin_inset Formula $A=B\hspace {3cm}A\not=C$
12042 \end_inset
12043
12044
12045 \end_layout
12046
12047 \end_inset
12048 </cell>
12049 </row>
12050 <row>
12051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12052 \begin_inset Text
12053
12054 \begin_layout Plain Layout
12055 A
12056 \backslash
12057 hspace{-1mm
12058 \begin_inset Formula $\to$
12059 \end_inset
12060
12061 A
12062 \backslash
12063 not=A
12064 \end_layout
12065
12066 \end_inset
12067 </cell>
12068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12069 \begin_inset Text
12070
12071 \begin_layout Plain Layout
12072 \begin_inset Formula $A\hspace {-1mm}A\not=A$
12073 \end_inset
12074
12075
12076 \end_layout
12077
12078 \end_inset
12079 </cell>
12080 </row>
12081 <row>
12082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12083 \begin_inset Text
12084
12085 \begin_layout Plain Layout
12086 A=A
12087 \backslash
12088 hfill
12089 \begin_inset ERT
12090 status collapsed
12091
12092 \begin_layout Plain Layout
12093
12094
12095 \backslash
12096 spce 
12097 \end_layout
12098
12099 \end_inset
12100
12101 B=B
12102 \end_layout
12103
12104 \end_inset
12105 </cell>
12106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12107 \begin_inset Text
12108
12109 \begin_layout Plain Layout
12110 \begin_inset Formula $A=A\hfill  B=B$
12111 \end_inset
12112
12113
12114 \end_layout
12115
12116 \end_inset
12117 </cell>
12118 </row>
12119 </lyxtabular>
12120
12121 \end_inset
12122
12123
12124 \end_layout
12125
12126 \begin_layout Standard
12127 En el último ejemplo el espacio disponible viene dado por la entrada más
12128  larga de columna en la tabla.
12129  En una ecuación en línea el espacio depende de la longitud de la línea
12130  en la que se inserta 
12131 \series bold
12132
12133 \backslash
12134 hfill
12135 \series default
12136 .
12137  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12138  
12139 \series bold
12140
12141 \backslash
12142 hfill
12143 \series default
12144  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12145 \series bold
12146 Sangrado
12147 \series default
12148 .
12149  (Los estilos de ecuaciones se explican en
12150 \begin_inset Space ~
12151 \end_inset
12152
12153
12154 \begin_inset CommandInset ref
12155 LatexCommand ref
12156 reference "sec:Estilos-de-ecuación"
12157
12158 \end_inset
12159
12160 ).
12161 \end_layout
12162
12163 \begin_layout Standard
12164
12165 \lang english
12166 For text, variable space can be inserted via the menu 
12167 \family sans
12168 Insert\SpecialChar \menuseparator
12169 Formatting\SpecialChar \menuseparator
12170 Horizontal
12171 \begin_inset Space ~
12172 \end_inset
12173
12174 Space
12175 \family default
12176 , what is not possible in formulas:
12177 \end_layout
12178
12179 \begin_layout Standard
12180 En esta línea hay un espacio
12181 \begin_inset Space \hspace{}
12182 \length 2cm
12183 \end_inset
12184
12185 de 2
12186 \begin_inset Space \thinspace{}
12187 \end_inset
12188
12189 cm.
12190 \end_layout
12191
12192 \begin_layout Standard
12193 En esta línea hay un
12194 \begin_inset Space \hfill{}
12195 \end_inset
12196
12197 espacio máximo.
12198 \end_layout
12199
12200 \begin_layout Subsection
12201 Espacio adicional en ecuaciones en línea
12202 \begin_inset Index
12203 status collapsed
12204
12205 \begin_layout Plain Layout
12206 Espacio ! adicional en línea
12207 \end_layout
12208
12209 \end_inset
12210
12211
12212 \end_layout
12213
12214 \begin_layout Standard
12215 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12216  
12217 \series bold
12218
12219 \backslash
12220 mathsurround
12221 \begin_inset Index
12222 status collapsed
12223
12224 \begin_layout Plain Layout
12225 Comandos ! M ! 
12226 \backslash
12227 mathsurround
12228 \end_layout
12229
12230 \end_inset
12231
12232
12233 \series default
12234 .
12235  El valor de una longitud se establece con el comando 
12236 \series bold
12237
12238 \backslash
12239 setlength
12240 \series default
12241
12242 \begin_inset Index
12243 status collapsed
12244
12245 \begin_layout Plain Layout
12246 Comandos ! S ! 
12247 \backslash
12248 setlength
12249 \end_layout
12250
12251 \end_inset
12252
12253  según el siguiente esquema:
12254 \end_layout
12255
12256 \begin_layout Standard
12257
12258 \series bold
12259
12260 \backslash
12261 setlength{nombre de la longitud}{valor}
12262 \end_layout
12263
12264 \begin_layout Standard
12265 Para poner a 
12266 \series bold
12267
12268 \backslash
12269 mathsurround
12270 \series default
12271  un valor de 5
12272 \begin_inset Space \thinspace{}
12273 \end_inset
12274
12275 mm, se inserta el comando
12276 \end_layout
12277
12278 \begin_layout Standard
12279
12280 \series bold
12281
12282 \backslash
12283 setlength{
12284 \backslash
12285 mathsurround}{5mm}
12286 \end_layout
12287
12288 \begin_layout Standard
12289 en modo TeX.
12290  Se establecerá un espacio de 5
12291 \begin_inset Space \thinspace{}
12292 \end_inset
12293
12294 mm alrededor de todas las ecuaciones en línea:
12295 \begin_inset ERT
12296 status collapsed
12297
12298 \begin_layout Plain Layout
12299
12300
12301 \backslash
12302 setlength{
12303 \backslash
12304 mathsurround}{5mm}
12305 \end_layout
12306
12307 \end_inset
12308
12309
12310 \end_layout
12311
12312 \begin_layout Standard
12313 En esta línea hay una ecuación 
12314 \begin_inset Formula $A=B$
12315 \end_inset
12316
12317  rodeada por espacios de 5
12318 \begin_inset Space \thinspace{}
12319 \end_inset
12320
12321 mm.
12322 \begin_inset ERT
12323 status collapsed
12324
12325 \begin_layout Plain Layout
12326
12327
12328 \backslash
12329 setlength{
12330 \backslash
12331 mathsurround}{0mm}
12332 \end_layout
12333
12334 \end_inset
12335
12336
12337 \end_layout
12338
12339 \begin_layout Standard
12340 Para volver al espacio predeterminado, 
12341 \series bold
12342
12343 \backslash
12344 mathsurround
12345 \series default
12346  se restablece al valor 0
12347 \begin_inset Space \thinspace{}
12348 \end_inset
12349
12350 pt.
12351 \end_layout
12352
12353 \begin_layout Section
12354 Cuadros y marcos
12355 \begin_inset Index
12356 status collapsed
12357
12358 \begin_layout Plain Layout
12359 Marcos
12360 \end_layout
12361
12362 \end_inset
12363
12364
12365 \begin_inset Index
12366 status collapsed
12367
12368 \begin_layout Plain Layout
12369 Marcos | see 
12370 \begin_inset ERT
12371 status collapsed
12372
12373 \begin_layout Plain Layout
12374
12375 {
12376 \end_layout
12377
12378 \end_inset
12379
12380 Cuadros
12381 \begin_inset ERT
12382 status collapsed
12383
12384 \begin_layout Plain Layout
12385
12386 }
12387 \end_layout
12388
12389 \end_inset
12390
12391
12392 \end_layout
12393
12394 \end_inset
12395
12396
12397 \end_layout
12398
12399 \begin_layout Standard
12400 Los cuadros para texto se describen en el capítulo 
12401 \emph on
12402 Cuadros
12403 \emph default
12404  del manual 
12405 \emph on
12406 Objetos incrustados
12407 \emph default
12408 .
12409 \end_layout
12410
12411 \begin_layout Subsection
12412 Cuadros con marco
12413 \begin_inset CommandInset label
12414 LatexCommand label
12415 name "sub:Cuadros-con-marco"
12416
12417 \end_inset
12418
12419
12420 \begin_inset Index
12421 status collapsed
12422
12423 \begin_layout Plain Layout
12424 Cuadros ! con marco
12425 \end_layout
12426
12427 \end_inset
12428
12429
12430 \end_layout
12431
12432 \begin_layout Standard
12433 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12434 \series bold
12435
12436 \backslash
12437 fbox
12438 \series default
12439
12440 \begin_inset Index
12441 status collapsed
12442
12443 \begin_layout Plain Layout
12444 Comandos ! F ! 
12445 \backslash
12446 fbox
12447 \end_layout
12448
12449 \end_inset
12450
12451  y 
12452 \series bold
12453
12454 \backslash
12455 boxed
12456 \series default
12457
12458 \begin_inset Index
12459 status collapsed
12460
12461 \begin_layout Plain Layout
12462 Comandos ! B ! 
12463 \backslash
12464 boxed
12465 \end_layout
12466
12467 \end_inset
12468
12469 .
12470 \end_layout
12471
12472 \begin_layout Standard
12473 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12474  azul en un marco donde se introduce parte de una ecuación.
12475  Para 
12476 \series bold
12477
12478 \backslash
12479 fbox
12480 \series default
12481  hay que generar una ecuación adicional con 
12482 \family sans
12483 Ctrl-m
12484 \family default
12485  dentro del recuadro,
12486 \begin_inset Foot
12487 status collapsed
12488
12489 \begin_layout Plain Layout
12490 Debido a un fallo de LyX, 
12491 \begin_inset CommandInset href
12492 LatexCommand href
12493 name "LyX-bug #1435"
12494 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12495
12496 \end_inset
12497
12498 , no es posible crear una nueva ecuación con 
12499 \family sans
12500 Ctrl-m
12501 \family default
12502 .
12503 \end_layout
12504
12505 \end_inset
12506
12507  porque si no el contenido del mismo sería considerado texto matemático.
12508  Si se usa 
12509 \series bold
12510
12511 \backslash
12512 boxed
12513 \series default
12514  la nueva ecuación se genera automáticamente dentro del marco.
12515 \end_layout
12516
12517 \begin_layout Standard
12518 El comando 
12519 \series bold
12520
12521 \backslash
12522 fbox
12523 \series default
12524  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12525  ecuación tendría siempre el tamaño del texto.
12526  Por otra parte, 
12527 \series bold
12528
12529 \backslash
12530 fboxed
12531 \series default
12532  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12533  siempre el tamaño de una ecuación en modo presentación.
12534 \end_layout
12535
12536 \begin_layout Standard
12537 El comando 
12538 \series bold
12539
12540 \backslash
12541 framebox
12542 \series default
12543
12544 \begin_inset Index
12545 status collapsed
12546
12547 \begin_layout Plain Layout
12548 Comandos ! F ! 
12549 \backslash
12550 framebox
12551 \end_layout
12552
12553 \end_inset
12554
12555  es una extensión de 
12556 \series bold
12557
12558 \backslash
12559 fbox
12560 \series default
12561 , que permite especificar además la anchura del marco yla alineación.
12562  
12563 \series bold
12564
12565 \backslash
12566 framebox
12567 \series default
12568  se usa con el siguiente esquema: 
12569 \end_layout
12570
12571 \begin_layout Standard
12572
12573 \series bold
12574
12575 \backslash
12576 framebox[anchura del marco][posición]{contenido del cuadro}
12577 \end_layout
12578
12579 \begin_layout Standard
12580 La posición puede ser 
12581 \emph on
12582 l
12583 \emph default
12584  o 
12585 \emph on
12586 r
12587 \emph default
12588
12589 \emph on
12590 l
12591 \emph default
12592  alinea la ecuación a la izquierda del cuadro, 
12593 \emph on
12594 r
12595 \emph default
12596  la alinea a la derecha.
12597  Si no se da posición la ecuación será centrada.
12598 \begin_inset Newline newline
12599 \end_inset
12600
12601 Si no se pone anchura tampoco puede darse posición.
12602  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12603  con 
12604 \series bold
12605
12606 \backslash
12607 fbox
12608 \series default
12609 .
12610  
12611 \end_layout
12612
12613 \begin_layout Standard
12614 Cuando se inserta el comando 
12615 \series bold
12616
12617 \backslash
12618 framebox
12619 \series default
12620  aparece un recuadro con tres marcos azules.
12621  Los dos primeros marcos están encerrados entre corchetes e indican los
12622  dos argumentos opcionales.
12623  El tercer marco es para partes de la ecuación, como para 
12624 \series bold
12625
12626 \backslash
12627 fbox
12628 \series default
12629 .
12630 \end_layout
12631
12632 \begin_layout Standard
12633 \noindent
12634 \align center
12635 \begin_inset Note Note
12636 status open
12637
12638 \begin_layout Plain Layout
12639 La tabla se ha puesto en una minipágina para que aparezca la nota al pie.
12640  De lo contrario el texto de la nota no se mostraría.
12641 \end_layout
12642
12643 \end_inset
12644
12645
12646 \begin_inset Box Frameless
12647 position "t"
12648 hor_pos "c"
12649 has_inner_box 1
12650 inner_pos "t"
12651 use_parbox 0
12652 width "100col%"
12653 special "none"
12654 height "1in"
12655 height_special "totalheight"
12656 status open
12657
12658 \begin_layout Plain Layout
12659 \align center
12660 \begin_inset Tabular
12661 <lyxtabular version="3" rows="5" columns="2">
12662 <features>
12663 <column alignment="center" valignment="top" width="0">
12664 <column alignment="center" valignment="top" width="0">
12665 <row>
12666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12667 \begin_inset Text
12668
12669 \begin_layout Plain Layout
12670 Comando
12671 \begin_inset Foot
12672 status collapsed
12673
12674 \begin_layout Plain Layout
12675 Debido a un fallo de LyX, 
12676 \begin_inset CommandInset href
12677 LatexCommand href
12678 name "LyX-bug #1435"
12679 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12680
12681 \end_inset
12682
12683 , no es posible crear una nueva ecuación con 
12684 \family sans
12685 Ctrl-m
12686 \family default
12687 .
12688  
12689 \end_layout
12690
12691 \end_inset
12692
12693
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12699 \begin_inset Text
12700
12701 \begin_layout Plain Layout
12702 Resultado
12703 \begin_inset Note Note
12704 status collapsed
12705
12706 \begin_layout Plain Layout
12707
12708 \series bold
12709
12710 \backslash
12711 raisebox
12712 \series default
12713  se usa sólo como espaciador
12714 \end_layout
12715
12716 \end_inset
12717
12718
12719 \end_layout
12720
12721 \end_inset
12722 </cell>
12723 </row>
12724 <row>
12725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12726 \begin_inset Text
12727
12728 \begin_layout Plain Layout
12729
12730 \backslash
12731 fbox
12732 \begin_inset ERT
12733 status collapsed
12734
12735 \begin_layout Plain Layout
12736
12737
12738 \backslash
12739 spce 
12740 \end_layout
12741
12742 \end_inset
12743
12744
12745 \family sans
12746 Ctrl-m
12747 \family default
12748  
12749 \backslash
12750 int
12751 \begin_inset ERT
12752 status collapsed
12753
12754 \begin_layout Plain Layout
12755
12756
12757 \backslash
12758 spce 
12759 \end_layout
12760
12761 \end_inset
12762
12763 A=B
12764 \end_layout
12765
12766 \end_inset
12767 </cell>
12768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12769 \begin_inset Text
12770
12771 \begin_layout Plain Layout
12772 \begin_inset Formula \raisebox {6mm}{}\fbox{$\int A=B$}\raisebox {-4mm}{}
12773
12774 \end_inset
12775
12776
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 </row>
12782 <row>
12783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Plain Layout
12787
12788 \backslash
12789 boxed
12790 \begin_inset ERT
12791 status collapsed
12792
12793 \begin_layout Plain Layout
12794
12795
12796 \backslash
12797 spce 
12798 \end_layout
12799
12800 \end_inset
12801
12802
12803 \backslash
12804 int
12805 \begin_inset ERT
12806 status collapsed
12807
12808 \begin_layout Plain Layout
12809
12810
12811 \backslash
12812 spce 
12813 \end_layout
12814
12815 \end_inset
12816
12817 A=B
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Plain Layout
12826 \begin_inset Formula $\raisebox {8.5mm}{}\boxed{\int A=B}\raisebox {-6.5mm}{}$
12827 \end_inset
12828
12829
12830 \end_layout
12831
12832 \end_inset
12833 </cell>
12834 </row>
12835 <row>
12836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12837 \begin_inset Text
12838
12839 \begin_layout Plain Layout
12840 A+
12841 \backslash
12842 fbox
12843 \begin_inset ERT
12844 status collapsed
12845
12846 \begin_layout Plain Layout
12847
12848
12849 \backslash
12850 spce 
12851 \end_layout
12852
12853 \end_inset
12854
12855 B
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Plain Layout
12864 \begin_inset Formula $\raisebox {6mm}{}A+\fbox{B}\raisebox {-3mm}{}$
12865 \end_inset
12866
12867
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 </row>
12873 <row>
12874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878
12879 \backslash
12880 framebox
12881 \begin_inset ERT
12882 status collapsed
12883
12884 \begin_layout Plain Layout
12885
12886
12887 \backslash
12888 spce 
12889 \end_layout
12890
12891 \end_inset
12892
12893 20mm
12894 \begin_inset Formula $\to$
12895 \end_inset
12896
12897
12898 \begin_inset Formula $\to$
12899 \end_inset
12900
12901
12902 \family sans
12903 Ctrl-m
12904 \family default
12905  
12906 \backslash
12907 frac
12908 \begin_inset ERT
12909 status collapsed
12910
12911 \begin_layout Plain Layout
12912
12913
12914 \backslash
12915 spce 
12916 \end_layout
12917
12918 \end_inset
12919
12920 A
12921 \begin_inset Formula $\downarrow$
12922 \end_inset
12923
12924 B
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Plain Layout
12933 \begin_inset Formula $\raisebox {6mm}{}$
12934 \end_inset
12935
12936
12937 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12938 \end_inset
12939
12940
12941 \begin_inset Formula $\raisebox {-4mm}{}$
12942 \end_inset
12943
12944
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 </row>
12950 </lyxtabular>
12951
12952 \end_inset
12953
12954
12955 \end_layout
12956
12957 \end_inset
12958
12959
12960 \end_layout
12961
12962 \begin_layout Standard
12963 El grosor del marco también se puede ajustar.
12964  Para ello hay que insertar los siguientes comandos en modo TeX antes de
12965  la fórmula:
12966 \end_layout
12967
12968 \begin_layout Standard
12969
12970 \series bold
12971
12972 \backslash
12973 fboxrule
12974 \series default
12975  
12976 \series bold
12977
12978 \begin_inset Quotes fld
12979 \end_inset
12980
12981 grosor
12982 \begin_inset Quotes frd
12983 \end_inset
12984
12985
12986 \series default
12987  
12988 \series bold
12989
12990 \backslash
12991 fboxsep
12992 \series default
12993  
12994 \series bold
12995
12996 \begin_inset Quotes fld
12997 \end_inset
12998
12999 distancia
13000 \begin_inset Quotes frd
13001 \end_inset
13002
13003
13004 \end_layout
13005
13006 \begin_layout Standard
13007 \begin_inset Quotes fld
13008 \end_inset
13009
13010 distancia
13011 \begin_inset Quotes frd
13012 \end_inset
13013
13014  especifica la distancia mínima entre el marco y el primer carácter en el
13015  cuadro.
13016  Un ejemplo de esto es la siguiente ecuación enmarcada:
13017 \begin_inset ERT
13018 status collapsed
13019
13020 \begin_layout Plain Layout
13021
13022
13023 \backslash
13024 fboxrule 2mm 
13025 \backslash
13026 fboxsep 3mm
13027 \end_layout
13028
13029 \end_inset
13030
13031
13032 \begin_inset Formula \[
13033 \boxed{A+B=C}\]
13034
13035 \end_inset
13036
13037
13038 \end_layout
13039
13040 \begin_layout Standard
13041 Delante de esta ecuación se han insertado los comandos
13042 \end_layout
13043
13044 \begin_layout Standard
13045
13046 \series bold
13047
13048 \backslash
13049 fboxrule
13050 \series default
13051  
13052 \series bold
13053 2mm
13054 \series default
13055  
13056 \series bold
13057
13058 \backslash
13059 fboxsep
13060 \series default
13061  
13062 \series bold
13063 3mm
13064 \end_layout
13065
13066 \begin_layout Standard
13067 en modo TeX.
13068  Los valores dados se usan para todos los cuadros siguientes.
13069 \end_layout
13070
13071 \begin_layout Standard
13072 Para volver al tamaño estándar del marco se inserta el comando
13073 \end_layout
13074
13075 \begin_layout Standard
13076
13077 \series bold
13078
13079 \backslash
13080 fboxrule
13081 \series default
13082  
13083 \series bold
13084 0.4pt
13085 \series default
13086  
13087 \series bold
13088
13089 \backslash
13090 fboxsep
13091 \series default
13092  
13093 \series bold
13094 3pt
13095 \series default
13096
13097 \begin_inset ERT
13098 status collapsed
13099
13100 \begin_layout Plain Layout
13101
13102
13103 \backslash
13104 fboxrule 0.4pt 
13105 \backslash
13106 fboxsep 3pt
13107 \end_layout
13108
13109 \end_inset
13110
13111
13112 \end_layout
13113
13114 \begin_layout Standard
13115 en modo TeX antes de la ecuación siguiente.
13116 \end_layout
13117
13118 \begin_layout Subsection
13119 Cuadros sin marco
13120 \begin_inset CommandInset label
13121 LatexCommand label
13122 name "sub:Cuadros-sin-marco"
13123
13124 \end_inset
13125
13126
13127 \begin_inset Index
13128 status collapsed
13129
13130 \begin_layout Plain Layout
13131 Cuadros ! sin marco
13132 \end_layout
13133
13134 \end_inset
13135
13136
13137 \end_layout
13138
13139 \begin_layout Standard
13140 Para cuadros sin marco hay los comandos: 
13141 \series bold
13142
13143 \backslash
13144 mbox
13145 \series default
13146
13147 \begin_inset Index
13148 status collapsed
13149
13150 \begin_layout Plain Layout
13151 Comandos ! M ! 
13152 \backslash
13153 mbox
13154 \end_layout
13155
13156 \end_inset
13157
13158
13159 \series bold
13160
13161 \backslash
13162 makebox
13163 \series default
13164
13165 \begin_inset Index
13166 status collapsed
13167
13168 \begin_layout Plain Layout
13169 Comandos ! M ! 
13170 \backslash
13171 makebox
13172 \end_layout
13173
13174 \end_inset
13175
13176  y 
13177 \series bold
13178
13179 \backslash
13180 raisebox
13181 \series default
13182
13183 \begin_inset Index
13184 status collapsed
13185
13186 \begin_layout Plain Layout
13187 Comandos ! R ! 
13188 \backslash
13189 raisebox
13190 \end_layout
13191
13192 \end_inset
13193
13194 .
13195 \end_layout
13196
13197 \begin_layout Standard
13198 Con 
13199 \series bold
13200
13201 \backslash
13202 raisebox
13203 \series default
13204  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13205  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13206  
13207 \series bold
13208
13209 \backslash
13210 raisebox
13211 \series default
13212  se usa con el siguiente esquema: 
13213 \end_layout
13214
13215 \begin_layout Standard
13216
13217 \series bold
13218
13219 \backslash
13220 raisebox{altura}{contenido del marco}
13221 \end_layout
13222
13223 \begin_layout Standard
13224 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13225  extra, como con 
13226 \series bold
13227
13228 \backslash
13229 fbox
13230 \series default
13231 .
13232 \end_layout
13233
13234 \begin_layout Standard
13235 \align center
13236 \begin_inset Tabular
13237 <lyxtabular version="3" rows="4" columns="2">
13238 <features>
13239 <column alignment="center" valignment="top" width="0">
13240 <column alignment="center" valignment="top" width="0">
13241 <row>
13242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13243 \begin_inset Text
13244
13245 \begin_layout Plain Layout
13246 Comando
13247 \end_layout
13248
13249 \end_inset
13250 </cell>
13251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13252 \begin_inset Text
13253
13254 \begin_layout Plain Layout
13255 Resultado
13256 \end_layout
13257
13258 \end_inset
13259 </cell>
13260 </row>
13261 <row>
13262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13263 \begin_inset Text
13264
13265 \begin_layout Plain Layout
13266 H
13267 \backslash
13268 raisebox{2mm
13269 \begin_inset Formula $\to$
13270 \end_inset
13271
13272
13273 \backslash
13274 {al
13275 \begin_inset Formula $\to$
13276 \end_inset
13277
13278  lo
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287 \begin_inset Formula $H\raisebox {2mm}{al}lo$
13288 \end_inset
13289
13290
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 </row>
13296 <row>
13297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13298 \begin_inset Text
13299
13300 \begin_layout Plain Layout
13301 H
13302 \backslash
13303 raisebox{-2mm
13304 \begin_inset Formula $\to$
13305 \end_inset
13306
13307
13308 \backslash
13309 {al
13310 \begin_inset Formula $\to$
13311 \end_inset
13312
13313 lo
13314 \end_layout
13315
13316 \end_inset
13317 </cell>
13318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13319 \begin_inset Text
13320
13321 \begin_layout Plain Layout
13322 \begin_inset Formula $H\raisebox {-2mm}{al}lo$
13323 \end_inset
13324
13325
13326 \end_layout
13327
13328 \end_inset
13329 </cell>
13330 </row>
13331 <row>
13332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 A=
13337 \backslash
13338 raisebox{-2mm
13339 \begin_inset Formula $\to$
13340 \end_inset
13341
13342
13343 \backslash
13344 {
13345 \family sans
13346 Ctrl-m
13347 \family default
13348  
13349 \backslash
13350 sqrt
13351 \begin_inset ERT
13352 status collapsed
13353
13354 \begin_layout Plain Layout
13355
13356
13357 \backslash
13358 spce 
13359 \end_layout
13360
13361 \end_inset
13362
13363
13364 \end_layout
13365
13366 \end_inset
13367 </cell>
13368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13369 \begin_inset Text
13370
13371 \begin_layout Plain Layout
13372 \begin_inset ERT
13373 status collapsed
13374
13375 \begin_layout Plain Layout
13376
13377 $A=
13378 \backslash
13379 raisebox{-2mm}{$
13380 \backslash
13381 sqrt{B}$}$
13382 \end_layout
13383
13384 \end_inset
13385
13386
13387 \end_layout
13388
13389 \end_inset
13390 </cell>
13391 </row>
13392 </lyxtabular>
13393
13394 \end_inset
13395
13396
13397 \end_layout
13398
13399 \begin_layout Standard
13400 La última ecuación sólo se puede componer, de momento, usando el modo TeX
13401  porque LyX inserta un cuadro en lugar de la ecuación extra que hace falta.
13402 \begin_inset Foot
13403 status collapsed
13404
13405 \begin_layout Plain Layout
13406 véase 
13407 \begin_inset CommandInset href
13408 LatexCommand href
13409 name "LyX-bug #1435"
13410 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13411
13412 \end_inset
13413
13414
13415 \end_layout
13416
13417 \end_inset
13418
13419
13420 \end_layout
13421
13422 \begin_layout Standard
13423 El comando 
13424 \series bold
13425
13426 \backslash
13427 mbox
13428 \series default
13429  es equivalente a 
13430 \series bold
13431
13432 \backslash
13433 fbox
13434 \series default
13435  y 
13436 \series bold
13437
13438 \backslash
13439 makebox
13440 \series default
13441  es equivalente a 
13442 \series bold
13443
13444 \backslash
13445 framebox
13446 \series default
13447 , con la diferencia de que no hay marco.
13448 \end_layout
13449
13450 \begin_layout Subsection
13451 Cuadros coloreados
13452 \begin_inset CommandInset label
13453 LatexCommand label
13454 name "sub:Cuadros-coloreados"
13455
13456 \end_inset
13457
13458
13459 \begin_inset Index
13460 status collapsed
13461
13462 \begin_layout Plain Layout
13463 Cuadros ! coloreados
13464 \end_layout
13465
13466 \end_inset
13467
13468
13469 \end_layout
13470
13471 \begin_layout Standard
13472 Para poder usar todos los comandos explicados en esta sección hay que cargar
13473  en el preámbulo LaTeX el paquete LaTeX 
13474 \series bold
13475 color
13476 \series default
13477
13478 \begin_inset Foot
13479 status collapsed
13480
13481 \begin_layout Plain Layout
13482 El paquete LaTeX 
13483 \series bold
13484 color
13485 \series default
13486  forma parte de toda distribución LaTeX estándar.
13487 \end_layout
13488
13489 \end_inset
13490
13491
13492 \begin_inset Index
13493 status collapsed
13494
13495 \begin_layout Plain Layout
13496 Paquetes ! color
13497 \end_layout
13498
13499 \end_inset
13500
13501 , con la línea
13502 \begin_inset Foot
13503 status collapsed
13504
13505 \begin_layout Plain Layout
13506 Cuando hay texto coloreado con un color predefinido en alguna parte del
13507  documento, LyX carga automáticamente el paquete LaTeX 
13508 \series bold
13509 color
13510 \series default
13511 .
13512  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13513  origina problemas.
13514 \end_layout
13515
13516 \end_inset
13517
13518
13519 \begin_inset Note Note
13520 status open
13521
13522 \begin_layout Plain Layout
13523 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13524  en el preámbulo LaTeX.
13525 \end_layout
13526
13527 \end_inset
13528
13529
13530 \end_layout
13531
13532 \begin_layout Standard
13533
13534 \series bold
13535
13536 \backslash
13537 usepackage{color}
13538 \begin_inset VSpace medskip
13539 \end_inset
13540
13541
13542 \end_layout
13543
13544 \begin_layout Standard
13545 Para colorear cuadros se usa el comando 
13546 \series bold
13547
13548 \backslash
13549 colorbox
13550 \series default
13551
13552 \begin_inset Index
13553 status collapsed
13554
13555 \begin_layout Plain Layout
13556 Comandos ! C ! 
13557 \backslash
13558 colorbox
13559 \end_layout
13560
13561 \end_inset
13562
13563  con el siguiente esquema:
13564 \end_layout
13565
13566 \begin_layout Standard
13567
13568 \series bold
13569
13570 \backslash
13571 colorbox{color}{contenido del cuadro}
13572 \end_layout
13573
13574 \begin_layout Standard
13575 El contenido del cuadro puede ser otro cuadro, y también un 
13576 \backslash
13577
13578 \series bold
13579 colorbox
13580 \series default
13581  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13582  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13583  como con 
13584 \series bold
13585
13586 \backslash
13587 fbox
13588 \series default
13589 .
13590 \begin_inset Foot
13591 status collapsed
13592
13593 \begin_layout Plain Layout
13594 Esto también se aplica para el comando 
13595 \series bold
13596
13597 \backslash
13598 fcolorbox
13599 \series default
13600 .
13601  Por eso ten en cuenta 
13602 \begin_inset CommandInset href
13603 LatexCommand href
13604 name "LyX-bug #1435"
13605 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13606
13607 \end_inset
13608
13609 .
13610 \end_layout
13611
13612 \end_inset
13613
13614  
13615 \end_layout
13616
13617 \begin_layout Standard
13618 Se puede elegir uno de los siguientes colores predefinidos:
13619 \end_layout
13620
13621 \begin_layout Standard
13622
13623 \series bold
13624 black
13625 \series default
13626
13627 \series bold
13628 blue
13629 \series default
13630
13631 \series bold
13632 cyan
13633 \series default
13634
13635 \series bold
13636 green
13637 \series default
13638
13639 \series bold
13640 magenta
13641 \series default
13642
13643 \series bold
13644 red
13645 \series default
13646
13647 \series bold
13648 white
13649 \series default
13650
13651 \series bold
13652 yellow
13653 \end_layout
13654
13655 \begin_layout Standard
13656 \align center
13657 \begin_inset Tabular
13658 <lyxtabular version="3" rows="4" columns="2">
13659 <features>
13660 <column alignment="center" valignment="top" width="0">
13661 <column alignment="center" valignment="top" width="0">
13662 <row>
13663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13664 \begin_inset Text
13665
13666 \begin_layout Plain Layout
13667 Comando
13668 \end_layout
13669
13670 \end_inset
13671 </cell>
13672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13673 \begin_inset Text
13674
13675 \begin_layout Plain Layout
13676 Resultado
13677 \begin_inset Note Note
13678 status collapsed
13679
13680 \begin_layout Plain Layout
13681
13682 \series bold
13683
13684 \backslash
13685 raisebox
13686 \series default
13687  se usa sólo como espaciador
13688 \end_layout
13689
13690 \end_inset
13691
13692
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 </row>
13698 <row>
13699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13700 \begin_inset Text
13701
13702 \begin_layout Plain Layout
13703
13704 \backslash
13705 colorbox{yellow
13706 \begin_inset Formula $\to$
13707 \end_inset
13708
13709
13710 \backslash
13711 {A=B
13712 \end_layout
13713
13714 \end_inset
13715 </cell>
13716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13717 \begin_inset Text
13718
13719 \begin_layout Plain Layout
13720 \begin_inset Formula $\raisebox {6mm}{}\colorbox {yellow}{A=B}\raisebox {-3mm}{}$
13721 \end_inset
13722
13723
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 </row>
13729 <row>
13730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734
13735 \backslash
13736 colorbox{green
13737 \begin_inset Formula $\to$
13738 \end_inset
13739
13740
13741 \backslash
13742 {
13743 \backslash
13744 fbox
13745 \begin_inset ERT
13746 status collapsed
13747
13748 \begin_layout Plain Layout
13749
13750
13751 \backslash
13752 spce 
13753 \end_layout
13754
13755 \end_inset
13756
13757 A=B
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13763 \begin_inset Text
13764
13765 \begin_layout Plain Layout
13766 \begin_inset Formula $\raisebox {6mm}{}\colorbox {green}{\fbox{A=B}}\raisebox {-3mm}{}$
13767 \end_inset
13768
13769
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 </row>
13775 <row>
13776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Plain Layout
13780
13781 \backslash
13782 fbox
13783 \begin_inset ERT
13784 status collapsed
13785
13786 \begin_layout Plain Layout
13787
13788
13789 \backslash
13790 spce 
13791 \end_layout
13792
13793 \end_inset
13794
13795
13796 \backslash
13797 colorbox{green
13798 \begin_inset Formula $\to$
13799 \end_inset
13800
13801
13802 \backslash
13803 {A=B
13804 \end_layout
13805
13806 \end_inset
13807 </cell>
13808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13809 \begin_inset Text
13810
13811 \begin_layout Plain Layout
13812 \begin_inset Formula $\raisebox {6mm}{}\fbox{\colorbox {green}{A=B}}\raisebox {-3mm}{}$
13813 \end_inset
13814
13815
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 </row>
13821 </lyxtabular>
13822
13823 \end_inset
13824
13825
13826 \end_layout
13827
13828 \begin_layout Standard
13829
13830 \series bold
13831
13832 \backslash
13833 colorbox
13834 \series default
13835  sólo colorea el cuadro pero no los caracteres.
13836  Para colorear todos los caracteres se selecciona toda la ecuación y se
13837  elige un color en el diálogo 
13838 \family sans
13839 Estilo
13840 \begin_inset Space ~
13841 \end_inset
13842
13843 del
13844 \begin_inset Space ~
13845 \end_inset
13846
13847 texto
13848 \family default
13849 .
13850  El diálogo puede abrirse con el botón 
13851 \begin_inset Graphics
13852         filename ../../images/dialog-show_character.png
13853         scale 85
13854
13855 \end_inset
13856
13857  de la barra de herramientas o con el menú 
13858 \family sans
13859 Editar\SpecialChar \menuseparator
13860 Estilo
13861 \begin_inset Space ~
13862 \end_inset
13863
13864 del
13865 \begin_inset Space ~
13866 \end_inset
13867
13868 texto\SpecialChar \menuseparator
13869 Personalizado
13870 \family default
13871 .
13872  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13873  Si el número de la ecuación debe tener otro color que el de los caracteres
13874  de la ecuación, el color debe cambiarse dentro de la ecuación.
13875 \end_layout
13876
13877 \begin_layout Standard
13878 Un ejemplo:
13879 \color red
13880
13881 \begin_inset Formula \begin{equation}
13882 {\color{red}\int A=B}\label{eq:rojo}\end{equation}
13883
13884 \end_inset
13885
13886
13887 \end_layout
13888
13889 \begin_layout Standard
13890
13891 \color green
13892 \begin_inset Formula \begin{equation}
13893 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}\end{equation}
13894
13895 \end_inset
13896
13897
13898 \end_layout
13899
13900 \begin_layout Standard
13901 La ecuación 
13902 \begin_inset CommandInset ref
13903 LatexCommand eqref
13904 reference "eq:rojo"
13905
13906 \end_inset
13907
13908  está toda coloreada en rojo.
13909 \begin_inset Newline newline
13910 \end_inset
13911
13912 La ecuación 
13913 \begin_inset CommandInset ref
13914 LatexCommand eqref
13915 reference "eq:rojoverde"
13916
13917 \end_inset
13918
13919  se ha coloreado en primer lugar toda en verde para colorear el número de
13920  la ecuación.
13921  Posteriormente se han coloreado en rojo los caracteres.
13922 \family sans
13923
13924 \begin_inset VSpace bigskip
13925 \end_inset
13926
13927
13928 \end_layout
13929
13930 \begin_layout Standard
13931 Para colorear diferente el marco y el resto del cuadro se usa el comando
13932  
13933 \series bold
13934
13935 \backslash
13936 fcolorbox
13937 \series default
13938
13939 \begin_inset Index
13940 status collapsed
13941
13942 \begin_layout Plain Layout
13943 Comandos ! F ! 
13944 \backslash
13945 fcolorbox
13946 \end_layout
13947
13948 \end_inset
13949
13950  con el siguiente esquema:
13951 \end_layout
13952
13953 \begin_layout Standard
13954
13955 \series bold
13956
13957 \backslash
13958 fcolorbox{color del marco}{color}{contenido del cuadro}
13959 \end_layout
13960
13961 \begin_layout Standard
13962 Así pues 
13963 \series bold
13964
13965 \backslash
13966 fcolorbox
13967 \series default
13968  es una extensión del comando 
13969 \series bold
13970
13971 \backslash
13972 colorbox
13973 \series default
13974 .
13975  La anchura del marco se establece, como para 
13976 \series bold
13977
13978 \backslash
13979 framebox
13980 \series default
13981 , con 
13982 \series bold
13983
13984 \backslash
13985 fboxrule
13986 \series default
13987  y 
13988 \series bold
13989
13990 \backslash
13991 fboxsep
13992 \series default
13993 .
13994  Un ejemplo:
13995 \begin_inset ERT
13996 status collapsed
13997
13998 \begin_layout Plain Layout
13999
14000
14001 \backslash
14002 fboxrule 1mm 
14003 \backslash
14004 fboxsep 1mm
14005 \end_layout
14006
14007 \end_inset
14008
14009
14010 \begin_inset Formula \[
14011 \fcolorbox {cyan}{magenta}{A=B}\]
14012
14013 \end_inset
14014
14015
14016 \end_layout
14017
14018 \begin_layout Standard
14019 \begin_inset ERT
14020 status collapsed
14021
14022 \begin_layout Plain Layout
14023
14024
14025 \backslash
14026 fboxrule 0.4pt 
14027 \backslash
14028 fboxsep 3pt
14029 \end_layout
14030
14031 \end_inset
14032
14033
14034 \end_layout
14035
14036 \begin_layout Standard
14037 Esta ecuación se ha compuesto con el comando
14038 \begin_inset Newline newline
14039 \end_inset
14040
14041
14042 \series bold
14043
14044 \backslash
14045 fcolorbox{cyan
14046 \begin_inset Formula $\to$
14047 \end_inset
14048
14049
14050 \backslash
14051 {magenta
14052 \begin_inset Formula $\to$
14053 \end_inset
14054
14055
14056 \backslash
14057 {A=B
14058 \end_layout
14059
14060 \begin_layout Standard
14061 \begin_inset VSpace bigskip
14062 \end_inset
14063
14064
14065 \end_layout
14066
14067 \begin_layout Standard
14068 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14069 \end_layout
14070
14071 \begin_layout Standard
14072 Por ejemplo, se puede definir el color 
14073 \begin_inset Quotes fld
14074 \end_inset
14075
14076
14077 \series bold
14078 verdeoscuro
14079 \series default
14080
14081 \begin_inset Quotes frd
14082 \end_inset
14083
14084  con la línea de preámbulo LaTeX:
14085 \end_layout
14086
14087 \begin_layout Standard
14088
14089 \series bold
14090
14091 \backslash
14092 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14093 \series default
14094
14095 \begin_inset Index
14096 status collapsed
14097
14098 \begin_layout Plain Layout
14099 Comandos ! D ! 
14100 \backslash
14101 definecolor
14102 \end_layout
14103
14104 \end_inset
14105
14106
14107 \end_layout
14108
14109 \begin_layout Standard
14110
14111 \series bold
14112 cmyk
14113 \series default
14114  es el espacio de color referido a los colores 
14115 \series bold
14116 cyan
14117 \series default
14118
14119 \series bold
14120 magenta
14121 \series default
14122
14123 \series bold
14124 yellow
14125 \series default
14126  y 
14127 \series bold
14128 black
14129 \series default
14130 .
14131  Los cuatro números separados por coma son el factor de cuota para los colores
14132  correspondientes del espacio de color.
14133  Los factores pueden estar en el rango 0-1.
14134  En vez de 
14135 \series bold
14136 cmyk
14137 \series default
14138  se puede usar el espacio de color 
14139 \series bold
14140 rgb
14141 \series default
14142 , que se refiere a 
14143 \series bold
14144 red
14145 \series default
14146
14147 \series bold
14148 green
14149 \series default
14150  y 
14151 \series bold
14152 blue
14153 \series default
14154 , así pues en este caso hay tres factores de cuota para los correspondientes
14155  colores.
14156  Además hay el espacio de color 
14157 \series bold
14158 gray
14159 \series default
14160  con un factor de cuota para el valor gris.
14161 \end_layout
14162
14163 \begin_layout Standard
14164 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14165 \series bold
14166 verdeoscuro
14167 \series default
14168  y los caracteres en color amarillo:
14169 \color black
14170
14171 \begin_inset Formula \begin{equation}
14172 \colorbox {verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14173
14174 \end_inset
14175
14176
14177 \end_layout
14178
14179 \begin_layout Standard
14180 Los colores personalizados también se pueden usar para texto con la ayuda
14181  del comando 
14182 \series bold
14183
14184 \backslash
14185 textcolor
14186 \series default
14187
14188 \begin_inset Index
14189 status collapsed
14190
14191 \begin_layout Plain Layout
14192 Texto ! coloreado
14193 \end_layout
14194
14195 \end_inset
14196
14197
14198 \end_layout
14199
14200 \begin_layout Standard
14201 \begin_inset ERT
14202 status open
14203
14204 \begin_layout Plain Layout
14205
14206
14207 \backslash
14208 textcolor{verdeoscuro}{
14209 \end_layout
14210
14211 \end_inset
14212
14213 Esta frase en 
14214 \begin_inset Quotes fld
14215 \end_inset
14216
14217 verdeoscuro
14218 \begin_inset Quotes frd
14219 \end_inset
14220
14221 .
14222 \begin_inset ERT
14223 status collapsed
14224
14225 \begin_layout Plain Layout
14226
14227 }
14228 \end_layout
14229
14230 \end_inset
14231
14232
14233 \end_layout
14234
14235 \begin_layout Standard
14236
14237 \series bold
14238
14239 \backslash
14240 textcolor
14241 \series default
14242
14243 \begin_inset Index
14244 status collapsed
14245
14246 \begin_layout Plain Layout
14247 Comandos ! T ! 
14248 \backslash
14249 textcolor
14250 \end_layout
14251
14252 \end_inset
14253
14254  se usa con el esquema 
14255 \series bold
14256
14257 \backslash
14258 textcolor{color}{caracteres a colorear}
14259 \series default
14260 .
14261 \end_layout
14262
14263 \begin_layout Subsection
14264 Cuadros de párrafo
14265 \begin_inset CommandInset label
14266 LatexCommand label
14267 name "sub:Cuadros-de-párrafo"
14268
14269 \end_inset
14270
14271
14272 \begin_inset Index
14273 status collapsed
14274
14275 \begin_layout Plain Layout
14276 Cuadros ! para párrafos
14277 \end_layout
14278
14279 \end_inset
14280
14281
14282 \end_layout
14283
14284 \begin_layout Standard
14285 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14286  de párrafo (parbox), se puede generar con el menú 
14287 \family sans
14288 Insertar\SpecialChar \menuseparator
14289 Cuadro
14290 \family default
14291  o con el botón 
14292 \begin_inset Graphics
14293         filename ../../images/box-insert.png
14294         scale 85
14295
14296 \end_inset
14297
14298  de la barra de herramientas.
14299 \end_layout
14300
14301 \begin_layout Standard
14302 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14303 \begin_inset VSpace medskip
14304 \end_inset
14305
14306 Esta línea contiene 
14307 \begin_inset Box Boxed
14308 position "c"
14309 hor_pos "c"
14310 has_inner_box 1
14311 inner_pos "c"
14312 use_parbox 1
14313 width "5cm"
14314 special "none"
14315 height "1in"
14316 height_special "totalheight"
14317 status collapsed
14318
14319 \begin_layout Plain Layout
14320 Esto es un cuadro de párrafo.
14321  Tiene exactamente 5
14322 \begin_inset Space \thinspace{}
14323 \end_inset
14324
14325 cm de largo y además puede contener ecuaciones: 
14326 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14327 \end_inset
14328
14329
14330 \end_layout
14331
14332 \end_inset
14333
14334
14335 \begin_inset Space ~
14336 \end_inset
14337
14338  un cuadro de párrafo.
14339 \begin_inset VSpace medskip
14340 \end_inset
14341
14342 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14343  Surge un diálogo con las propiedades del cuadro.
14344  En este caso: 
14345 \emph on
14346 Decoración
14347 \emph default
14348 : Marco rectangular, 
14349 \emph on
14350 Cuadro interior
14351 \emph default
14352 : Párrafo, 
14353 \emph on
14354 Ancho
14355 \emph default
14356 : 5
14357 \begin_inset Space \thinspace{}
14358 \end_inset
14359
14360 cm, 
14361 \emph on
14362 Alineación Vertical
14363 \emph default
14364  
14365 \emph on
14366 Cuadro
14367 \emph default
14368 : Medio.
14369 \end_layout
14370
14371 \begin_layout Standard
14372 \begin_inset VSpace medskip
14373 \end_inset
14374
14375 En LaTeX, un cuadro de párrafo se inserta con el comando 
14376 \series bold
14377
14378 \backslash
14379 parbox
14380 \series default
14381
14382 \begin_inset Index
14383 status collapsed
14384
14385 \begin_layout Plain Layout
14386 Comandos ! P ! 
14387 \backslash
14388 parbox
14389 \end_layout
14390
14391 \end_inset
14392
14393  con el esquema siguiente:
14394 \end_layout
14395
14396 \begin_layout Standard
14397
14398 \series bold
14399
14400 \backslash
14401 parbox[posición]{anchura}{contenido}
14402 \end_layout
14403
14404 \begin_layout Standard
14405 Son posibles las posiciones 
14406 \emph on
14407 b
14408 \emph default
14409  y 
14410 \emph on
14411 t
14412 \emph default
14413
14414 \emph on
14415 b
14416 \emph default
14417  por 
14418 \begin_inset Quotes fld
14419 \end_inset
14420
14421 bottom
14422 \begin_inset Quotes frd
14423 \end_inset
14424
14425  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14426  Con 
14427 \emph on
14428 t
14429 \emph default
14430 , por 
14431 \begin_inset Quotes fld
14432 \end_inset
14433
14434 top
14435 \begin_inset Quotes frd
14436 \end_inset
14437
14438  (arriba), la alineación se hace con la primera línea.
14439  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14440  
14441 \emph on
14442 Cuadros
14443 \emph default
14444  del manual 
14445 \emph on
14446 Objetos incrustados
14447 \emph default
14448  para ejemplos.
14449 \end_layout
14450
14451 \begin_layout Standard
14452 \begin_inset VSpace bigskip
14453 \end_inset
14454
14455 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14456  ponerse en un cuadro de párrafo.
14457  Para ello se inserta el comando
14458 \begin_inset Newline newline
14459 \end_inset
14460
14461
14462 \series bold
14463
14464 \backslash
14465 fbox{
14466 \backslash
14467 parbox{
14468 \backslash
14469 linewidth-2
14470 \backslash
14471 fboxsep-2
14472 \backslash
14473 fboxrule}{
14474 \begin_inset Newline newline
14475 \end_inset
14476
14477
14478 \series default
14479 en modo TeX delante de la ecuación.
14480  Aquí 
14481 \series bold
14482
14483 \backslash
14484 linewidth
14485 \begin_inset Index
14486 status collapsed
14487
14488 \begin_layout Plain Layout
14489 Comandos ! L ! 
14490 \backslash
14491 linewidth
14492 \end_layout
14493
14494 \end_inset
14495
14496
14497 \series default
14498  es la anchura de línea establecida para el documento.
14499  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14500  anchura dos veces la separación del marco y el grosor.
14501  Como LyX no lo hace automáticamente debido a un fallo,
14502 \begin_inset Foot
14503 status collapsed
14504
14505 \begin_layout Plain Layout
14506 \begin_inset CommandInset href
14507 LatexCommand href
14508 name "LyX-bug #4483"
14509 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14510
14511 \end_inset
14512
14513
14514 \end_layout
14515
14516 \end_inset
14517
14518  hay que usar modo TeX.
14519  Para poder multiplicar y restar en los argumentos hay que cargar en el
14520  preámbulo LaTeX el paquete LaTeX 
14521 \series bold
14522 calc
14523 \series default
14524 ,
14525 \begin_inset Foot
14526 status collapsed
14527
14528 \begin_layout Plain Layout
14529
14530 \series bold
14531 calc
14532 \series default
14533  es parte de toda instalación LaTeX estándar.
14534 \end_layout
14535
14536 \end_inset
14537
14538
14539 \begin_inset Index
14540 status collapsed
14541
14542 \begin_layout Plain Layout
14543 Paquetes ! calc
14544 \end_layout
14545
14546 \end_inset
14547
14548  con la línea
14549 \end_layout
14550
14551 \begin_layout Standard
14552
14553 \series bold
14554
14555 \backslash
14556 usepackage{calc}
14557 \end_layout
14558
14559 \begin_layout Standard
14560 Detrás de la ecuación se cierran ambos cuadros con 
14561 \series bold
14562 }}
14563 \series default
14564  en modo TeX.
14565  Aquí hay un ejemplo:
14566 \begin_inset ERT
14567 status collapsed
14568
14569 \begin_layout Plain Layout
14570
14571
14572 \backslash
14573 fboxsep 5mm 
14574 \backslash
14575 fboxrule 5mm
14576 \end_layout
14577
14578 \end_inset
14579
14580
14581 \end_layout
14582
14583 \begin_layout Standard
14584 \begin_inset ERT
14585 status collapsed
14586
14587 \begin_layout Plain Layout
14588
14589
14590 \backslash
14591 fbox{
14592 \backslash
14593 parbox{
14594 \backslash
14595 linewidth-2
14596 \backslash
14597 fboxsep-2
14598 \backslash
14599 fboxrule}{
14600 \end_layout
14601
14602 \end_inset
14603
14604
14605 \begin_inset Formula \begin{equation}
14606 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14607
14608 \end_inset
14609
14610
14611 \end_layout
14612
14613 \begin_layout Standard
14614 \begin_inset ERT
14615 status collapsed
14616
14617 \begin_layout Plain Layout
14618
14619 }}
14620 \end_layout
14621
14622 \end_inset
14623
14624
14625 \begin_inset ERT
14626 status collapsed
14627
14628 \begin_layout Plain Layout
14629
14630
14631 \backslash
14632 fboxrule 0.4pt 
14633 \backslash
14634 fboxsep 3pt
14635 \end_layout
14636
14637 \end_inset
14638
14639
14640 \end_layout
14641
14642 \begin_layout Standard
14643 \begin_inset VSpace medskip
14644 \end_inset
14645
14646
14647 \end_layout
14648
14649 \begin_layout Standard
14650 Como se ha usado el cuadro de párrafo como argumento de 
14651 \series bold
14652
14653 \backslash
14654 fbox
14655 \series default
14656 , en este caso no hay diferencia entre 
14657 \series bold
14658
14659 \backslash
14660 fbox
14661 \series default
14662  y 
14663 \series bold
14664
14665 \backslash
14666 boxed
14667 \series default
14668 .
14669  
14670 \end_layout
14671
14672 \begin_layout Standard
14673 \begin_inset VSpace bigskip
14674 \end_inset
14675
14676
14677 \end_layout
14678
14679 \begin_layout Standard
14680 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14681  Para hacerlo, se usa 
14682 \series bold
14683
14684 \backslash
14685 parbox
14686 \series default
14687  en combinación con el comando 
14688 \series bold
14689
14690 \backslash
14691 tag
14692 \series default
14693 .
14694  (Véase más sobre 
14695 \series bold
14696
14697 \backslash
14698 tag
14699 \series default
14700  en 
14701 \begin_inset CommandInset ref
14702 LatexCommand ref
14703 reference "sub:Numeración-personalizada"
14704
14705 \end_inset
14706
14707 ).
14708 \end_layout
14709
14710 \begin_layout Standard
14711 Un ejemplo de ecuación comentada con 
14712 \series bold
14713
14714 \backslash
14715 parbox
14716 \series default
14717 :
14718 \end_layout
14719
14720 \begin_layout Standard
14721 \begin_inset ERT
14722 status collapsed
14723
14724 \begin_layout Plain Layout
14725
14726
14727 \backslash
14728 [5x-7b=3b
14729 \backslash
14730 tag*{
14731 \backslash
14732 parbox{5cm}{
14733 \end_layout
14734
14735 \end_inset
14736
14737 Esto es una descripción.
14738  Está claramente separada de la ecuación y es multilínea.
14739 \begin_inset ERT
14740 status collapsed
14741
14742 \begin_layout Plain Layout
14743
14744 }}
14745 \backslash
14746 ]
14747 \end_layout
14748
14749 \end_inset
14750
14751
14752 \end_layout
14753
14754 \begin_layout Standard
14755 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14756  no soporta el comando 
14757 \series bold
14758
14759 \backslash
14760 parbox
14761 \series default
14762  en ecuaciones.
14763  La ecuación se compone con la siguiente secuencia de comandos:
14764 \end_layout
14765
14766 \begin_layout Standard
14767 El comando 
14768 \series bold
14769
14770 \backslash
14771 [5x-7b=3b
14772 \backslash
14773 tag*
14774 \backslash
14775 {
14776 \backslash
14777 parbox{5cm}{
14778 \series default
14779  se inserta en modo TeX.
14780 \begin_inset Foot
14781 status collapsed
14782
14783 \begin_layout Plain Layout
14784 Si se usa el estilo de ecuación 
14785 \series bold
14786 Sangrado
14787 \series default
14788
14789 \series bold
14790
14791 \backslash
14792 tag*
14793 \backslash
14794
14795 \series default
14796  se puede reemplazar por 
14797 \series bold
14798
14799 \backslash
14800 hfill
14801 \series default
14802 .
14803  (Véanse los estilos de ecuación en 
14804 \begin_inset CommandInset ref
14805 LatexCommand ref
14806 reference "sec:Estilos-de-ecuación"
14807
14808 \end_inset
14809
14810 ).
14811 \end_layout
14812
14813 \end_inset
14814
14815  Después sigue la descripción en texto normal, y por último 
14816 \series bold
14817 }}
14818 \backslash
14819 ]
14820 \series default
14821  en modo TeX.
14822  Aquí los comandos 
14823 \series bold
14824
14825 \backslash
14826 [
14827 \series default
14828  y 
14829 \series bold
14830
14831 \backslash
14832 ]
14833 \series default
14834  crean una ecuación presentada.
14835 \end_layout
14836
14837 \begin_layout Standard
14838 Las ventajas de 
14839 \series bold
14840
14841 \backslash
14842 parbox
14843 \series default
14844  pueden verse en este ejemplo que se ha 
14845 \begin_inset Quotes fld
14846 \end_inset
14847
14848 comentado
14849 \begin_inset Quotes frd
14850 \end_inset
14851
14852  usando el modo texto matemático:
14853 \begin_inset Formula \[
14854 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}\]
14855
14856 \end_inset
14857
14858
14859 \end_layout
14860
14861 \begin_layout Section
14862 Operadores
14863 \begin_inset Index
14864 status collapsed
14865
14866 \begin_layout Plain Layout
14867 Operadores
14868 \end_layout
14869
14870 \end_inset
14871
14872
14873 \end_layout
14874
14875 \begin_layout Subsection
14876 Operadores grandes
14877 \begin_inset CommandInset label
14878 LatexCommand label
14879 name "sub:Operadores-grandes"
14880
14881 \end_inset
14882
14883
14884 \begin_inset Index
14885 status collapsed
14886
14887 \begin_layout Plain Layout
14888 Operadores ! grandes
14889 \end_layout
14890
14891 \end_inset
14892
14893
14894 \begin_inset Index
14895 status collapsed
14896
14897 \begin_layout Plain Layout
14898 Sumatorios
14899 \end_layout
14900
14901 \end_inset
14902
14903
14904 \begin_inset Index
14905 status collapsed
14906
14907 \begin_layout Plain Layout
14908 Integrales
14909 \end_layout
14910
14911 \end_inset
14912
14913
14914 \end_layout
14915
14916 \begin_layout Standard
14917 Para poder usar todos los comandos de integrales listados aquí, debe estar
14918  marcada la opción 
14919 \family sans
14920 Usar paquete esint automáticamente
14921 \family default
14922  en el apartado 
14923 \family sans
14924 Ecuaciones
14925 \family default
14926  de la configuración del documento.
14927  
14928 \end_layout
14929
14930 \begin_layout Standard
14931 \begin_inset Space \hfill{}
14932 \end_inset
14933
14934
14935 \begin_inset Tabular
14936 <lyxtabular version="3" rows="11" columns="2">
14937 <features>
14938 <column alignment="center" valignment="top" width="0pt">
14939 <column alignment="center" valignment="top" width="0pt">
14940 <row>
14941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 Comando
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954 Resultado
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 </row>
14960 <row>
14961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965
14966 \backslash
14967 sum
14968 \begin_inset Index
14969 status collapsed
14970
14971 \begin_layout Plain Layout
14972 Comandos ! S ! 
14973 \backslash
14974 sum
14975 \end_layout
14976
14977 \end_inset
14978
14979
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988 \begin_inset Formula $\sum$
14989 \end_inset
14990
14991
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 </row>
14997 <row>
14998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14999 \begin_inset Text
15000
15001 \begin_layout Plain Layout
15002
15003 \backslash
15004 int
15005 \begin_inset Index
15006 status collapsed
15007
15008 \begin_layout Plain Layout
15009 Comandos ! I ! 
15010 \backslash
15011 int
15012 \end_layout
15013
15014 \end_inset
15015
15016
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025 \begin_inset Formula $\int$
15026 \end_inset
15027
15028
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 </row>
15034 <row>
15035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039
15040 \backslash
15041 intop
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050 \begin_inset Formula $\intop$
15051 \end_inset
15052
15053
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 </row>
15059 <row>
15060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15061 \begin_inset Text
15062
15063 \begin_layout Plain Layout
15064
15065 \backslash
15066 oint
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075 \begin_inset Formula $\oint$
15076 \end_inset
15077
15078
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 </row>
15084 <row>
15085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089
15090 \backslash
15091 ointop
15092 \end_layout
15093
15094 \end_inset
15095 </cell>
15096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100 \begin_inset Formula $\ointop$
15101 \end_inset
15102
15103
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 </row>
15109 <row>
15110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Plain Layout
15114
15115 \backslash
15116 ointctrclockwise
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 \begin_inset Formula $\ointctrclockwise$
15126 \end_inset
15127
15128
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 </row>
15134 <row>
15135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Plain Layout
15139
15140 \backslash
15141 ointclockwise
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150 \begin_inset Formula $\ointclockwise$
15151 \end_inset
15152
15153
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 </row>
15159 <row>
15160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164
15165 \backslash
15166 sqint
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175 \begin_inset Formula $\sqint$
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 </row>
15184 <row>
15185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189
15190 \backslash
15191 bigcap
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200 \begin_inset Formula $\bigcap$
15201 \end_inset
15202
15203
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 </row>
15209 <row>
15210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Plain Layout
15214
15215 \backslash
15216 bigcup
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Plain Layout
15225 \begin_inset Formula $\bigcup$
15226 \end_inset
15227
15228
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 </row>
15234 </lyxtabular>
15235
15236 \end_inset
15237
15238
15239 \begin_inset Space \hfill{}
15240 \end_inset
15241
15242
15243 \begin_inset Tabular
15244 <lyxtabular version="3" rows="10" columns="2">
15245 <features>
15246 <column alignment="center" valignment="top" width="0pt">
15247 <column alignment="center" valignment="top" width="0pt">
15248 <row>
15249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15250 \begin_inset Text
15251
15252 \begin_layout Plain Layout
15253 Comando
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262 Resultado
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 </row>
15268 <row>
15269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273
15274 \backslash
15275 prod
15276 \begin_inset Index
15277 status collapsed
15278
15279 \begin_layout Plain Layout
15280 Comandos ! P ! 
15281 \backslash
15282 prod
15283 \end_layout
15284
15285 \end_inset
15286
15287
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296 \begin_inset Formula $\prod$
15297 \end_inset
15298
15299
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 </row>
15305 <row>
15306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15307 \begin_inset Text
15308
15309 \begin_layout Plain Layout
15310
15311 \backslash
15312 coprod
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321 \begin_inset Formula $\coprod$
15322 \end_inset
15323
15324
15325 \end_layout
15326
15327 \end_inset
15328 </cell>
15329 </row>
15330 <row>
15331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15332 \begin_inset Text
15333
15334 \begin_layout Plain Layout
15335
15336 \backslash
15337 bigodot
15338 \end_layout
15339
15340 \end_inset
15341 </cell>
15342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Plain Layout
15346 \begin_inset Formula $\bigodot$
15347 \end_inset
15348
15349
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 </row>
15355 <row>
15356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360
15361 \backslash
15362 bigotimes
15363 \end_layout
15364
15365 \end_inset
15366 </cell>
15367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15368 \begin_inset Text
15369
15370 \begin_layout Plain Layout
15371 \begin_inset Formula $\bigotimes$
15372 \end_inset
15373
15374
15375 \end_layout
15376
15377 \end_inset
15378 </cell>
15379 </row>
15380 <row>
15381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15382 \begin_inset Text
15383
15384 \begin_layout Plain Layout
15385
15386 \backslash
15387 bigoplus
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15393 \begin_inset Text
15394
15395 \begin_layout Plain Layout
15396 \begin_inset Formula $\bigoplus$
15397 \end_inset
15398
15399
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 </row>
15405 <row>
15406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15407 \begin_inset Text
15408
15409 \begin_layout Plain Layout
15410
15411 \backslash
15412 bigwedge
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15418 \begin_inset Text
15419
15420 \begin_layout Plain Layout
15421 \begin_inset Formula $\bigwedge$
15422 \end_inset
15423
15424
15425 \end_layout
15426
15427 \end_inset
15428 </cell>
15429 </row>
15430 <row>
15431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15432 \begin_inset Text
15433
15434 \begin_layout Plain Layout
15435
15436 \backslash
15437 bigvee
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15443 \begin_inset Text
15444
15445 \begin_layout Plain Layout
15446 \begin_inset Formula $\bigvee$
15447 \end_inset
15448
15449
15450 \end_layout
15451
15452 \end_inset
15453 </cell>
15454 </row>
15455 <row>
15456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15457 \begin_inset Text
15458
15459 \begin_layout Plain Layout
15460
15461 \backslash
15462 bigsqcup
15463 \end_layout
15464
15465 \end_inset
15466 </cell>
15467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15468 \begin_inset Text
15469
15470 \begin_layout Plain Layout
15471 \begin_inset Formula $\bigsqcup$
15472 \end_inset
15473
15474
15475 \end_layout
15476
15477 \end_inset
15478 </cell>
15479 </row>
15480 <row>
15481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15482 \begin_inset Text
15483
15484 \begin_layout Plain Layout
15485
15486 \backslash
15487 biguplus
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15493 \begin_inset Text
15494
15495 \begin_layout Plain Layout
15496 \begin_inset Formula $\biguplus$
15497 \end_inset
15498
15499
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 </row>
15505 </lyxtabular>
15506
15507 \end_inset
15508
15509
15510 \begin_inset Space \hfill{}
15511 \end_inset
15512
15513
15514 \end_layout
15515
15516 \begin_layout Standard
15517 Todos los operadores grandes se pueden insertar con el botón 
15518 \begin_inset Graphics
15519         filename ../../images/math/intop.png
15520         scale 85
15521
15522 \end_inset
15523
15524  de la barra de ecuaciones.
15525 \end_layout
15526
15527 \begin_layout Standard
15528 Estos operadores son llamados grandes porque son mayores que los operadores
15529  binarios de aspecto semejante.
15530  Todos los operadores grandes pueden tener límites, como se describe en
15531  la subsección siguiente.
15532 \end_layout
15533
15534 \begin_layout Standard
15535 Los operadores 
15536 \series bold
15537
15538 \backslash
15539 intop
15540 \series default
15541  y 
15542 \series bold
15543
15544 \backslash
15545 ointop
15546 \series default
15547  difieren de 
15548 \series bold
15549
15550 \backslash
15551 int
15552 \series default
15553  y 
15554 \series bold
15555
15556 \backslash
15557 oint
15558 \series default
15559  en el estilo en que se presentan los límites, véase
15560 \series bold
15561  
15562 \series default
15563
15564 \begin_inset CommandInset ref
15565 LatexCommand ref
15566 reference "sub:Límites-de-operadores"
15567
15568 \end_inset
15569
15570 .
15571 \end_layout
15572
15573 \begin_layout Subsubsection*
15574 Sugerencias para las integrales
15575 \end_layout
15576
15577 \begin_layout Standard
15578 La letra 
15579 \emph on
15580 d
15581 \emph default
15582  en una integral es un operador, por consiguiente debe escribirse en redonda.
15583  Esto se hace resaltando la 
15584 \emph on
15585 d
15586 \emph default
15587  y usando el atajo de teclado 
15588 \family sans
15589 Alt-c
15590 \begin_inset Space ~
15591 \end_inset
15592
15593 r
15594 \family default
15595 .
15596 \begin_inset Foot
15597 status open
15598
15599 \begin_layout Plain Layout
15600 véase estilos de letras en 
15601 \begin_inset CommandInset ref
15602 LatexCommand ref
15603 reference "sub:Estilos-de-fuentes"
15604
15605 \end_inset
15606
15607  
15608 \end_layout
15609
15610 \end_inset
15611
15612  Delante de la 
15613 \emph on
15614 d
15615 \emph default
15616  se inserta un espacio delgado, como es habitual en los operadores.
15617  Un ejemplo:
15618 \end_layout
15619
15620 \begin_layout Standard
15621 incorrecto: 
15622 \begin_inset Formula $\int A(x)dx$
15623 \end_inset
15624
15625
15626 \begin_inset Newline newline
15627 \end_inset
15628
15629
15630 \begin_inset ERT
15631 status collapsed
15632
15633 \begin_layout Plain Layout
15634
15635
15636 \backslash
15637 hphantom{in}
15638 \end_layout
15639
15640 \end_inset
15641
15642 correcto: 
15643 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15644 \end_inset
15645
15646
15647 \end_layout
15648
15649 \begin_layout Standard
15650 Para integrales múltiples hay los siguientes comandos:
15651 \begin_inset VSpace medskip
15652 \end_inset
15653
15654
15655 \end_layout
15656
15657 \begin_layout Standard
15658 \begin_inset Space \hfill{}
15659 \end_inset
15660
15661
15662 \begin_inset Tabular
15663 <lyxtabular version="3" rows="4" columns="2">
15664 <features>
15665 <column alignment="center" valignment="top" width="0">
15666 <column alignment="center" valignment="top" width="0">
15667 <row>
15668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Plain Layout
15672 Comando
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681 Resultado
15682 \begin_inset Note Note
15683 status collapsed
15684
15685 \begin_layout Plain Layout
15686
15687 \series bold
15688
15689 \backslash
15690 raisebox
15691 \series default
15692  se usa sólo como espaciador
15693 \end_layout
15694
15695 \end_inset
15696
15697
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 </row>
15703 <row>
15704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708
15709 \backslash
15710 iint
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719 \begin_inset Formula $\raisebox {4.5mm}{}\iint\raisebox {-2.5mm}{}$
15720 \end_inset
15721
15722
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 </row>
15728 <row>
15729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15730 \begin_inset Text
15731
15732 \begin_layout Plain Layout
15733
15734 \backslash
15735 oiint
15736 \end_layout
15737
15738 \end_inset
15739 </cell>
15740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15741 \begin_inset Text
15742
15743 \begin_layout Plain Layout
15744 \begin_inset Formula $\raisebox {4.5mm}{}\oiint\raisebox {-2.5mm}{}$
15745 \end_inset
15746
15747
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 </row>
15753 <row>
15754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758
15759 \backslash
15760 sqiint
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769 \begin_inset Formula $\raisebox {4.5mm}{}\sqiint\raisebox {-2.5mm}{}$
15770 \end_inset
15771
15772
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 </row>
15778 </lyxtabular>
15779
15780 \end_inset
15781
15782
15783 \begin_inset Space \hfill{}
15784 \end_inset
15785
15786
15787 \begin_inset Tabular
15788 <lyxtabular version="3" rows="4" columns="2">
15789 <features>
15790 <column alignment="center" valignment="top" width="0">
15791 <column alignment="center" valignment="top" width="0">
15792 <row>
15793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797 Comando
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15803 \begin_inset Text
15804
15805 \begin_layout Plain Layout
15806 Resultado
15807 \begin_inset Note Note
15808 status collapsed
15809
15810 \begin_layout Plain Layout
15811
15812 \series bold
15813
15814 \backslash
15815 raisebox
15816 \series default
15817  se usa sólo como espaciador
15818 \end_layout
15819
15820 \end_inset
15821
15822
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 </row>
15828 <row>
15829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833
15834 \backslash
15835 iiint
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Plain Layout
15844 \begin_inset Formula $\raisebox {4.5mm}{}\iiint\raisebox {-2.5mm}{}$
15845 \end_inset
15846
15847
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 </row>
15853 <row>
15854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858
15859 \backslash
15860 iiiint
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869 \begin_inset Formula $\raisebox {4.5mm}{}\iiiint\raisebox {-2.5mm}{}$
15870 \end_inset
15871
15872
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 </row>
15878 <row>
15879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883
15884 \backslash
15885 dotsint
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Plain Layout
15894 \begin_inset Formula $\raisebox {4.5mm}{}\dotsint\raisebox {-2.5mm}{}$
15895 \end_inset
15896
15897
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 </row>
15903 </lyxtabular>
15904
15905 \end_inset
15906
15907
15908 \begin_inset Space \hfill{}
15909 \end_inset
15910
15911
15912 \end_layout
15913
15914 \begin_layout Subsection
15915 Límites de operadores
15916 \begin_inset CommandInset label
15917 LatexCommand label
15918 name "sub:Límites-de-operadores"
15919
15920 \end_inset
15921
15922
15923 \begin_inset Index
15924 status collapsed
15925
15926 \begin_layout Plain Layout
15927 Operadores ! límites de
15928 \end_layout
15929
15930 \end_inset
15931
15932
15933 \end_layout
15934
15935 \begin_layout Standard
15936 Los límites se crean mediante superíndices y subíndices:
15937 \end_layout
15938
15939 \begin_layout Standard
15940 \noindent
15941 \align center
15942 \begin_inset Tabular
15943 <lyxtabular version="3" rows="2" columns="2">
15944 <features>
15945 <column alignment="center" valignment="top" width="0">
15946 <column alignment="center" valignment="top" width="0">
15947 <row>
15948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Plain Layout
15952 Comando
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15958 \begin_inset Text
15959
15960 \begin_layout Plain Layout
15961 Resultado
15962 \begin_inset Note Note
15963 status collapsed
15964
15965 \begin_layout Plain Layout
15966
15967 \series bold
15968
15969 \backslash
15970 raisebox
15971 \series default
15972  se usa sólo como espaciador
15973 \end_layout
15974
15975 \end_inset
15976
15977
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 </row>
15983 <row>
15984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15985 \begin_inset Text
15986
15987 \begin_layout Plain Layout
15988
15989 \backslash
15990 prod^
15991 \backslash
15992 infty
15993 \begin_inset ERT
15994 status collapsed
15995
15996 \begin_layout Plain Layout
15997
15998
15999 \backslash
16000 spce 
16001 \end_layout
16002
16003 \end_inset
16004
16005
16006 \begin_inset Formula $\to$
16007 \end_inset
16008
16009 _0
16010 \begin_inset Formula $\to$
16011 \end_inset
16012
16013 A(x)
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022 \begin_inset Formula $\raisebox {5mm}{}\prod_{0}^{\infty}A(x)\raisebox {-2.5mm}{}$
16023 \end_inset
16024
16025
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 </row>
16031 </lyxtabular>
16032
16033 \end_inset
16034
16035
16036 \end_layout
16037
16038 \begin_layout Standard
16039 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16040  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16041 \end_layout
16042
16043 \begin_layout Standard
16044 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16045  directamente detrás del operador y se elige 
16046 \series bold
16047 Insertado
16048 \series default
16049  en el menú 
16050 \family sans
16051 Editar\SpecialChar \menuseparator
16052 Ecuación\SpecialChar \menuseparator
16053 Cambiar tipo de límites
16054 \family default
16055  (atajo 
16056 \family sans
16057 Alt-m
16058 \begin_inset Space ~
16059 \end_inset
16060
16061 l
16062 \family default
16063 ).
16064  Un ejemplo:
16065 \end_layout
16066
16067 \begin_layout Standard
16068 Los límites por defecto son:
16069 \begin_inset Formula \[
16070 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16071
16072 \end_inset
16073
16074
16075 \end_layout
16076
16077 \begin_layout Standard
16078 Así se ven si se cambia el tipo de límites a 
16079 \series bold
16080 Insertado
16081 \series default
16082 :
16083 \begin_inset Formula \[
16084 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16085
16086 \end_inset
16087
16088
16089 \end_layout
16090
16091 \begin_layout Standard
16092 En integrales, excepto 
16093 \series bold
16094
16095 \backslash
16096 intop
16097 \series default
16098  y 
16099 \series bold
16100
16101 \backslash
16102 ointop
16103 \series default
16104 , los límites se colocan por defecto junto al operador.
16105  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16106  operador.
16107  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16108 \series bold
16109 Pantalla
16110 \series default
16111  para poner el límite debajo:
16112 \begin_inset Formula \begin{equation}
16113 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}\end{equation}
16114
16115 \end_inset
16116
16117
16118 \begin_inset VSpace medskip
16119 \end_inset
16120
16121 Para especificar condiciones en los límites se usan los comandos 
16122 \series bold
16123
16124 \backslash
16125 subarray
16126 \series default
16127
16128 \begin_inset Index
16129 status collapsed
16130
16131 \begin_layout Plain Layout
16132 Comandos ! S ! 
16133 \backslash
16134 subarray
16135 \end_layout
16136
16137 \end_inset
16138
16139  y 
16140 \series bold
16141
16142 \backslash
16143 substack
16144 \series default
16145
16146 \begin_inset Index
16147 status collapsed
16148
16149 \begin_layout Plain Layout
16150 Comandos ! S ! 
16151 \backslash
16152 substack
16153 \end_layout
16154
16155 \end_inset
16156
16157 .
16158  Por ejemplo, para componer la expresión
16159 \begin_inset Formula \begin{equation}
16160 \sum_{\begin{subarray}{c}
16161 0<k<1000\\
16162 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16163
16164 \end_inset
16165
16166 se ha hecho lo siguiente: primero se escribe el comando 
16167 \series bold
16168
16169 \backslash
16170 sum^n
16171 \series default
16172
16173 \begin_inset ERT
16174 status collapsed
16175
16176 \begin_layout Plain Layout
16177
16178
16179 \backslash
16180 spce 
16181 \end_layout
16182
16183 \end_inset
16184
16185
16186 \series bold
16187 _
16188 \series default
16189 .
16190  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16191  se inserta el comando 
16192 \series bold
16193
16194 \backslash
16195 subarray
16196 \series default
16197
16198 \begin_inset ERT
16199 status collapsed
16200
16201 \begin_layout Plain Layout
16202
16203
16204 \backslash
16205 spce 
16206 \end_layout
16207
16208 \end_inset
16209
16210 .
16211  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16212  distintas.
16213  Cada línea nueva se crea con un salto de línea (
16214 \family sans
16215 Ctrl-Intro
16216 \family default
16217 ).
16218  Si ahora se escribe en ella
16219 \begin_inset Newline newline
16220 \end_inset
16221
16222
16223 \series bold
16224 0<k<1000 Ctrl-Intro
16225 \begin_inset Newline newline
16226 \end_inset
16227
16228
16229 \series default
16230 aparece debajo un nuevo marco para la línea nueva.
16231 \end_layout
16232
16233 \begin_layout Standard
16234 La alineación de las líneas puede cambiarse a la izquierda con la 
16235 \family sans
16236 barra de herramientas de tabla
16237 \family default
16238  o con el menú 
16239 \family sans
16240 Editar\SpecialChar \menuseparator
16241 Filas y columnas
16242 \family default
16243 .
16244  Para obtener alineación derecha se inserta 
16245 \series bold
16246
16247 \backslash
16248 hfill
16249 \series default
16250
16251 \begin_inset ERT
16252 status collapsed
16253
16254 \begin_layout Plain Layout
16255
16256
16257 \backslash
16258 spce 
16259 \end_layout
16260
16261 \end_inset
16262
16263  al principio de la línea.
16264 \end_layout
16265
16266 \begin_layout Standard
16267 El comando 
16268 \series bold
16269
16270 \backslash
16271 substack
16272 \series default
16273  es equivalente a 
16274 \series bold
16275
16276 \backslash
16277 subarray
16278 \series default
16279  con la diferencia de que las líneas están siempre centradas.
16280 \begin_inset VSpace bigskip
16281 \end_inset
16282
16283
16284 \end_layout
16285
16286 \begin_layout Standard
16287 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16288  siguientes, como en la ecuación 
16289 \begin_inset CommandInset ref
16290 LatexCommand eqref
16291 reference "eq:substack"
16292
16293 \end_inset
16294
16295 , porque éstos se colocan junto a los límites.
16296 \end_layout
16297
16298 \begin_layout Standard
16299 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16300 \end_layout
16301
16302 \begin_layout Standard
16303
16304 \series bold
16305
16306 \backslash
16307 def
16308 \backslash
16309 clap#1{
16310 \backslash
16311 hbox to 0pt{
16312 \backslash
16313 hss #1
16314 \backslash
16315 hss}}
16316 \begin_inset Newline newline
16317 \end_inset
16318
16319
16320 \backslash
16321 def
16322 \backslash
16323 mathclap {
16324 \backslash
16325 mathpalette 
16326 \backslash
16327 mathclapinternal}
16328 \begin_inset Newline newline
16329 \end_inset
16330
16331
16332 \backslash
16333 def
16334 \backslash
16335 mathclapinternal #1#2{
16336 \backslash
16337 clap{$
16338 \backslash
16339 mathsurround =0pt #1{#2}$}}
16340 \end_layout
16341
16342 \begin_layout Standard
16343 En ella se define el comando 
16344 \series bold
16345
16346 \backslash
16347 mathclap
16348 \series default
16349
16350 \begin_inset Index
16351 status collapsed
16352
16353 \begin_layout Plain Layout
16354 Comandos ! M ! 
16355 \backslash
16356 mathclap
16357 \end_layout
16358
16359 \end_inset
16360
16361  que establece la anchura del límite en 0
16362 \begin_inset Space \thinspace{}
16363 \end_inset
16364
16365 pt.
16366  El esquema del comando es:
16367 \end_layout
16368
16369 \begin_layout Standard
16370
16371 \series bold
16372
16373 \backslash
16374 mathclap{límite}
16375 \end_layout
16376
16377 \begin_layout Standard
16378 donde el límite puede consistir en varias condiciones.
16379 \end_layout
16380
16381 \begin_layout Standard
16382 Aplicado en la ecuación 
16383 \begin_inset CommandInset ref
16384 LatexCommand eqref
16385 reference "eq:substack"
16386
16387 \end_inset
16388
16389  se usa el comando
16390 \end_layout
16391
16392 \begin_layout Standard
16393
16394 \series bold
16395
16396 \backslash
16397 sum_
16398 \backslash
16399 mathclap{
16400 \backslash
16401 substack
16402 \begin_inset ERT
16403 status collapsed
16404
16405 \begin_layout Plain Layout
16406
16407
16408 \backslash
16409 spce 
16410 \end_layout
16411
16412 \end_inset
16413
16414 0<k<1000 Ctrl-Intro
16415 \end_layout
16416
16417 \begin_layout Standard
16418 para componer el límite inferior.
16419  Ahora el sumando está junto al sumatorio:
16420 \begin_inset Formula \[
16421 \sum_{\mathclap {\substack{0<k<1000\\
16422 \\k\,\in\,\mathbb{N}}
16423 }}^{n}k^{-2}\]
16424
16425 \end_inset
16426
16427
16428 \begin_inset VSpace bigskip
16429 \end_inset
16430
16431 Cómo utilizar un límite para varios operadores se describe en la 
16432 \begin_inset CommandInset ref
16433 LatexCommand ref
16434 reference "sub:Operadores-de-usuario"
16435
16436 \end_inset
16437
16438 .
16439 \end_layout
16440
16441 \begin_layout Subsection
16442 Operadores binarios
16443 \begin_inset CommandInset label
16444 LatexCommand label
16445 name "sub:Operadores-binarios"
16446
16447 \end_inset
16448
16449
16450 \begin_inset Index
16451 status collapsed
16452
16453 \begin_layout Plain Layout
16454 Operadores ! binarios
16455 \end_layout
16456
16457 \end_inset
16458
16459
16460 \end_layout
16461
16462 \begin_layout Standard
16463 Los operadores binarios se rodean por espacios si llevan un carácter delante
16464  o detrás.
16465 \begin_inset VSpace medskip
16466 \end_inset
16467
16468
16469 \end_layout
16470
16471 \begin_layout Standard
16472 \begin_inset Space \hfill{}
16473 \end_inset
16474
16475
16476 \begin_inset Tabular
16477 <lyxtabular version="3" rows="13" columns="2">
16478 <features>
16479 <column alignment="center" valignment="top" width="0pt">
16480 <column alignment="center" valignment="top" width="0pt">
16481 <row>
16482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 Comando
16487 \begin_inset Note Note
16488 status collapsed
16489
16490 \begin_layout Plain Layout
16491
16492 \series bold
16493
16494 \backslash
16495 raisebox
16496 \series default
16497  se usa sólo como espaciador
16498 \end_layout
16499
16500 \end_inset
16501
16502
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511 Operador
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 </row>
16517 <row>
16518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522 +
16523 \end_layout
16524
16525 \end_inset
16526 </cell>
16527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16528 \begin_inset Text
16529
16530 \begin_layout Plain Layout
16531 \begin_inset Formula $+$
16532 \end_inset
16533
16534
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 </row>
16540 <row>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 -
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554 \begin_inset Formula $-$
16555 \end_inset
16556
16557
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 </row>
16563 <row>
16564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568
16569 \backslash
16570 pm
16571 \end_layout
16572
16573 \end_inset
16574 </cell>
16575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579 \begin_inset Formula $\pm$
16580 \end_inset
16581
16582
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 </row>
16588 <row>
16589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16590 \begin_inset Text
16591
16592 \begin_layout Plain Layout
16593
16594 \backslash
16595 mp
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16601 \begin_inset Text
16602
16603 \begin_layout Plain Layout
16604 \begin_inset Formula $\mp$
16605 \end_inset
16606
16607
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 </row>
16613 <row>
16614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618
16619 \backslash
16620 cdot
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Plain Layout
16629 \begin_inset Formula $\cdot$
16630 \end_inset
16631
16632
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 </row>
16638 <row>
16639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Plain Layout
16643
16644 \backslash
16645 times
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16651 \begin_inset Text
16652
16653 \begin_layout Plain Layout
16654 \begin_inset Formula $\times$
16655 \end_inset
16656
16657
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 </row>
16663 <row>
16664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668
16669 \backslash
16670 div
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679 \begin_inset Formula $\div$
16680 \end_inset
16681
16682
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 </row>
16688 <row>
16689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693 \begin_inset ERT
16694 status collapsed
16695
16696 \begin_layout Plain Layout
16697
16698
16699 \backslash
16700 raisebox{-1.2mm}{
16701 \end_layout
16702
16703 \end_inset
16704
16705 *
16706 \begin_inset ERT
16707 status collapsed
16708
16709 \begin_layout Plain Layout
16710
16711 }
16712 \end_layout
16713
16714 \end_inset
16715
16716
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Plain Layout
16725 \begin_inset Formula $*$
16726 \end_inset
16727
16728
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 </row>
16734 <row>
16735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739
16740 \backslash
16741 star
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16747 \begin_inset Text
16748
16749 \begin_layout Plain Layout
16750 \begin_inset Formula $\star$
16751 \end_inset
16752
16753
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 </row>
16759 <row>
16760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16761 \begin_inset Text
16762
16763 \begin_layout Plain Layout
16764
16765 \backslash
16766 circ
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775 \begin_inset Formula $\circ$
16776 \end_inset
16777
16778
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 </row>
16784 <row>
16785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789
16790 \backslash
16791 diamond
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800 \begin_inset Formula $\diamond$
16801 \end_inset
16802
16803
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 </row>
16809 <row>
16810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814
16815 \backslash
16816 bullet
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825 \begin_inset Formula $\bullet$
16826 \end_inset
16827
16828
16829 \end_layout
16830
16831 \end_inset
16832 </cell>
16833 </row>
16834 </lyxtabular>
16835
16836 \end_inset
16837
16838
16839 \begin_inset Space \hfill{}
16840 \end_inset
16841
16842
16843 \begin_inset Tabular
16844 <lyxtabular version="3" rows="13" columns="2">
16845 <features>
16846 <column alignment="center" valignment="top" width="0pt">
16847 <column alignment="center" valignment="top" width="0pt">
16848 <row>
16849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853 Comando
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862 Operador
16863 \end_layout
16864
16865 \end_inset
16866 </cell>
16867 </row>
16868 <row>
16869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Plain Layout
16873
16874 \backslash
16875 nabla
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16881 \begin_inset Text
16882
16883 \begin_layout Plain Layout
16884 \begin_inset Formula $\nabla$
16885 \end_inset
16886
16887
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
16892 </row>
16893 <row>
16894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898
16899 \backslash
16900 bigtriangledown
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16906 \begin_inset Text
16907
16908 \begin_layout Plain Layout
16909 \begin_inset Formula $\bigtriangledown$
16910 \end_inset
16911
16912
16913 \end_layout
16914
16915 \end_inset
16916 </cell>
16917 </row>
16918 <row>
16919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923
16924 \backslash
16925 bigtriangleup
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16931 \begin_inset Text
16932
16933 \begin_layout Plain Layout
16934 \begin_inset Formula $\bigtriangleup$
16935 \end_inset
16936
16937
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 </row>
16943 <row>
16944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948
16949 \backslash
16950 Box
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959 \begin_inset Formula $\Box$
16960 \end_inset
16961
16962
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 </row>
16968 <row>
16969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973
16974 \backslash
16975 cap 
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16981 \begin_inset Text
16982
16983 \begin_layout Plain Layout
16984 \begin_inset Formula $\cap$
16985 \end_inset
16986
16987
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 </row>
16993 <row>
16994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998
16999 \backslash
17000 cup
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17006 \begin_inset Text
17007
17008 \begin_layout Plain Layout
17009 \begin_inset Formula $\cup$
17010 \end_inset
17011
17012
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 </row>
17018 <row>
17019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023
17024 \backslash
17025 dagger
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17031 \begin_inset Text
17032
17033 \begin_layout Plain Layout
17034 \begin_inset Formula $\dagger$
17035 \end_inset
17036
17037
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 </row>
17043 <row>
17044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048
17049 \backslash
17050 ddagger
17051 \end_layout
17052
17053 \end_inset
17054 </cell>
17055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout Plain Layout
17059 \begin_inset Formula $\ddagger$
17060 \end_inset
17061
17062
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 </row>
17068 <row>
17069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073
17074 \backslash
17075 wr
17076 \end_layout
17077
17078 \end_inset
17079 </cell>
17080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17081 \begin_inset Text
17082
17083 \begin_layout Plain Layout
17084 \begin_inset Formula $\wr$
17085 \end_inset
17086
17087
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 </row>
17093 <row>
17094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098
17099 \backslash
17100 bigcirc
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109 \begin_inset Formula $\bigcirc$
17110 \end_inset
17111
17112
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 </row>
17118 <row>
17119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123
17124 \backslash
17125 wedge
17126 \end_layout
17127
17128 \end_inset
17129 </cell>
17130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17131 \begin_inset Text
17132
17133 \begin_layout Plain Layout
17134 \begin_inset Formula $\wedge$
17135 \end_inset
17136
17137
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 </row>
17143 <row>
17144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17145 \begin_inset Text
17146
17147 \begin_layout Plain Layout
17148
17149 \backslash
17150 vee
17151 \end_layout
17152
17153 \end_inset
17154 </cell>
17155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159 \begin_inset Formula $\vee$
17160 \end_inset
17161
17162
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 </row>
17168 </lyxtabular>
17169
17170 \end_inset
17171
17172
17173 \begin_inset Space \hfill{}
17174 \end_inset
17175
17176
17177 \begin_inset Tabular
17178 <lyxtabular version="3" rows="13" columns="2">
17179 <features>
17180 <column alignment="center" valignment="top" width="0pt">
17181 <column alignment="center" valignment="top" width="0pt">
17182 <row>
17183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17184 \begin_inset Text
17185
17186 \begin_layout Plain Layout
17187 Comando
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196 Operador
17197 \end_layout
17198
17199 \end_inset
17200 </cell>
17201 </row>
17202 <row>
17203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17204 \begin_inset Text
17205
17206 \begin_layout Plain Layout
17207
17208 \backslash
17209 oplus
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17215 \begin_inset Text
17216
17217 \begin_layout Plain Layout
17218 \begin_inset Formula $\oplus$
17219 \end_inset
17220
17221
17222 \end_layout
17223
17224 \end_inset
17225 </cell>
17226 </row>
17227 <row>
17228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17229 \begin_inset Text
17230
17231 \begin_layout Plain Layout
17232
17233 \backslash
17234 ominus
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17240 \begin_inset Text
17241
17242 \begin_layout Plain Layout
17243 \begin_inset Formula $\ominus$
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \end_inset
17250 </cell>
17251 </row>
17252 <row>
17253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17254 \begin_inset Text
17255
17256 \begin_layout Plain Layout
17257
17258 \backslash
17259 otimes
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17265 \begin_inset Text
17266
17267 \begin_layout Plain Layout
17268 \begin_inset Formula $\otimes$
17269 \end_inset
17270
17271
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 </row>
17277 <row>
17278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17279 \begin_inset Text
17280
17281 \begin_layout Plain Layout
17282
17283 \backslash
17284 oslash
17285 \end_layout
17286
17287 \end_inset
17288 </cell>
17289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17290 \begin_inset Text
17291
17292 \begin_layout Plain Layout
17293 \begin_inset Formula $\oslash$
17294 \end_inset
17295
17296
17297 \end_layout
17298
17299 \end_inset
17300 </cell>
17301 </row>
17302 <row>
17303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307
17308 \backslash
17309 odot
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17315 \begin_inset Text
17316
17317 \begin_layout Plain Layout
17318 \begin_inset Formula $\odot$
17319 \end_inset
17320
17321
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 </row>
17327 <row>
17328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332
17333 \backslash
17334 amalg
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17340 \begin_inset Text
17341
17342 \begin_layout Plain Layout
17343 \begin_inset Formula $\amalg$
17344 \end_inset
17345
17346
17347 \end_layout
17348
17349 \end_inset
17350 </cell>
17351 </row>
17352 <row>
17353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357
17358 \backslash
17359 uplus
17360 \end_layout
17361
17362 \end_inset
17363 </cell>
17364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17365 \begin_inset Text
17366
17367 \begin_layout Plain Layout
17368 \begin_inset Formula $\uplus$
17369 \end_inset
17370
17371
17372 \end_layout
17373
17374 \end_inset
17375 </cell>
17376 </row>
17377 <row>
17378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17379 \begin_inset Text
17380
17381 \begin_layout Plain Layout
17382
17383 \backslash
17384 setminus
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17390 \begin_inset Text
17391
17392 \begin_layout Plain Layout
17393 \begin_inset Formula $\setminus$
17394 \end_inset
17395
17396
17397 \end_layout
17398
17399 \end_inset
17400 </cell>
17401 </row>
17402 <row>
17403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407
17408 \backslash
17409 sqcap
17410 \end_layout
17411
17412 \end_inset
17413 </cell>
17414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17415 \begin_inset Text
17416
17417 \begin_layout Plain Layout
17418 \begin_inset Formula $\sqcap$
17419 \end_inset
17420
17421
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 </row>
17427 <row>
17428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432
17433 \backslash
17434 sqcup
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Plain Layout
17443 \begin_inset Formula $\sqcup$
17444 \end_inset
17445
17446
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 </row>
17452 <row>
17453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457
17458 \backslash
17459 triangleleft
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468 \begin_inset Formula $\triangleleft$
17469 \end_inset
17470
17471
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 </row>
17477 <row>
17478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482
17483 \backslash
17484 triangleright
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493 \begin_inset Formula $\triangleright$
17494 \end_inset
17495
17496
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 </row>
17502 </lyxtabular>
17503
17504 \end_inset
17505
17506
17507 \begin_inset Space \hfill{}
17508 \end_inset
17509
17510
17511 \end_layout
17512
17513 \begin_layout Standard
17514 Todos los operadores binarios se pueden insertar también con el botón 
17515 \begin_inset Graphics
17516         filename ../../images/math/pm.png
17517         scale 85
17518
17519 \end_inset
17520
17521  de la barra de ecuaciones.
17522 \end_layout
17523
17524 \begin_layout Standard
17525 Para imprimir el operador Laplace se pueden usar 
17526 \series bold
17527
17528 \backslash
17529 Delta
17530 \series default
17531  o 
17532 \series bold
17533
17534 \backslash
17535 nabla
17536 \series default
17537 ^
17538 \series bold
17539 2
17540 \series default
17541  (
17542 \begin_inset Formula $\nabla^{2}$
17543 \end_inset
17544
17545 ) en vez de 
17546 \series bold
17547
17548 \backslash
17549 bigtriangleup
17550 \series default
17551 .
17552 \end_layout
17553
17554 \begin_layout Standard
17555 El carácter 
17556 \family sans
17557 Separador de menú
17558 \family default
17559  del menú 
17560 \family sans
17561 Insertar\SpecialChar \menuseparator
17562 Carácter especial
17563 \family default
17564  es el operador 
17565 \series bold
17566
17567 \backslash
17568 triangleright
17569 \series default
17570 .
17571 \end_layout
17572
17573 \begin_layout Subsection
17574 Operadores definidos por el usuario
17575 \begin_inset CommandInset label
17576 LatexCommand label
17577 name "sub:Operadores-de-usuario"
17578
17579 \end_inset
17580
17581
17582 \begin_inset Index
17583 status collapsed
17584
17585 \begin_layout Plain Layout
17586 Operadores ! personalizados
17587 \end_layout
17588
17589 \end_inset
17590
17591
17592 \end_layout
17593
17594 \begin_layout Standard
17595 Con ayuda del comando 
17596 \series bold
17597
17598 \backslash
17599 DeclareMathOperator
17600 \series default
17601
17602 \begin_inset Index
17603 status collapsed
17604
17605 \begin_layout Plain Layout
17606 Comandos ! D ! 
17607 \backslash
17608 dbinom@
17609 \backslash
17610 DeclareMathOperator
17611 \end_layout
17612
17613 \end_inset
17614
17615  se pueden definir operadores personalizados en el preámbulo LaTeX.
17616  Su esquema es:
17617 \end_layout
17618
17619 \begin_layout Standard
17620
17621 \series bold
17622
17623 \backslash
17624 DeclareMathOperator{comando nuevo}{presentación}
17625 \end_layout
17626
17627 \begin_layout Standard
17628 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17629  en la salida.
17630  Para definir un operador grande hay que añadirle un * detrás.
17631  Todos los operadores grandes personalizados pueden tener límites como se
17632  describe en 
17633 \begin_inset CommandInset ref
17634 LatexCommand ref
17635 reference "sub:Límites-de-operadores"
17636
17637 \end_inset
17638
17639 .
17640 \end_layout
17641
17642 \begin_layout Standard
17643 Por ejemplo, la línea en el preámbulo LaTeX
17644 \end_layout
17645
17646 \begin_layout Standard
17647
17648 \series bold
17649
17650 \backslash
17651 DeclareMathOperator*{
17652 \backslash
17653 Lozenge}{
17654 \backslash
17655 blacklozenge}
17656 \end_layout
17657
17658 \begin_layout Standard
17659 define el comando 
17660 \series bold
17661
17662 \backslash
17663 Lozenge
17664 \series default
17665 , que inserta un operador grande que es el símbolo blacklozenge de la 
17666 \begin_inset CommandInset ref
17667 LatexCommand ref
17668 reference "sub:Símbolos-misceláneos"
17669
17670 \end_inset
17671
17672 .
17673 \begin_inset Formula \[
17674 \Lozenge _{n=1}^{\infty}\]
17675
17676 \end_inset
17677
17678 El comando para esta expresión es: 
17679 \series bold
17680
17681 \backslash
17682 Lozenge^
17683 \backslash
17684 infty
17685 \begin_inset Formula $\rightarrow$
17686 \end_inset
17687
17688 _n=1
17689 \begin_inset VSpace bigskip
17690 \end_inset
17691
17692
17693 \end_layout
17694
17695 \begin_layout Standard
17696 Si los operadores personalizados no se van a usar varias veces en el documento,
17697  se pueden también definir con los comandos 
17698 \series bold
17699
17700 \backslash
17701 mathop
17702 \series default
17703
17704 \begin_inset Index
17705 status collapsed
17706
17707 \begin_layout Plain Layout
17708 Comandos ! M ! 
17709 \backslash
17710 mathop
17711 \end_layout
17712
17713 \end_inset
17714
17715  y 
17716 \series bold
17717
17718 \backslash
17719 mathbin
17720 \series default
17721
17722 \begin_inset Index
17723 status collapsed
17724
17725 \begin_layout Plain Layout
17726 Comandos ! M ! 
17727 \backslash
17728 mathbin
17729 \end_layout
17730
17731 \end_inset
17732
17733 , con el siguiente esquema:
17734 \end_layout
17735
17736 \begin_layout Standard
17737
17738 \series bold
17739
17740 \backslash
17741 mathop{presentación}
17742 \series default
17743  y 
17744 \series bold
17745
17746 \backslash
17747 mathbin{presentación}
17748 \end_layout
17749
17750 \begin_layout Standard
17751
17752 \series bold
17753
17754 \backslash
17755 mathop
17756 \series default
17757  define operadores grandes, 
17758 \series bold
17759
17760 \backslash
17761 mathbin
17762 \series default
17763  operadores binarios.
17764 \end_layout
17765
17766 \begin_layout Standard
17767
17768 \series bold
17769
17770 \backslash
17771 mathop
17772 \series default
17773  se puede usar, p.e., para poner un límite a varios operadores:
17774 \begin_inset Formula \[
17775 \mathop {\sum\negmedspace\sum}_{i,j=1}^{N}\]
17776
17777 \end_inset
17778
17779
17780 \end_layout
17781
17782 \begin_layout Standard
17783 El comando para la expresión anterior es:
17784 \begin_inset Newline newline
17785 \end_inset
17786
17787
17788 \series bold
17789
17790 \backslash
17791 mathop{
17792 \backslash
17793 sum
17794 \backslash
17795 negmedspace
17796 \backslash
17797 sum
17798 \series default
17799
17800 \begin_inset ERT
17801 status collapsed
17802
17803 \begin_layout Plain Layout
17804
17805
17806 \backslash
17807 spce 
17808 \end_layout
17809
17810 \end_inset
17811
17812
17813 \series bold
17814
17815 \begin_inset Formula $\to$
17816 \end_inset
17817
17818 ^N
17819 \series default
17820
17821 \begin_inset ERT
17822 status collapsed
17823
17824 \begin_layout Plain Layout
17825
17826
17827 \backslash
17828 spce 
17829 \end_layout
17830
17831 \end_inset
17832
17833
17834 \series bold
17835 _i,j=1
17836 \end_layout
17837
17838 \begin_layout Section
17839 Fuentes
17840 \begin_inset Index
17841 status collapsed
17842
17843 \begin_layout Plain Layout
17844 Fuentes
17845 \end_layout
17846
17847 \end_inset
17848
17849
17850 \end_layout
17851
17852 \begin_layout Subsection
17853 Estilos de fuentes
17854 \begin_inset CommandInset label
17855 LatexCommand label
17856 name "sub:Estilos-de-fuentes"
17857
17858 \end_inset
17859
17860
17861 \begin_inset Index
17862 status collapsed
17863
17864 \begin_layout Plain Layout
17865 Fuentes ! estilos de
17866 \end_layout
17867
17868 \end_inset
17869
17870
17871 \end_layout
17872
17873 \begin_layout Standard
17874 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17875  estilos:
17876 \end_layout
17877
17878 \begin_layout Standard
17879 \begin_inset VSpace -2mm
17880 \end_inset
17881
17882
17883 \end_layout
17884
17885 \begin_layout Standard
17886 \align center
17887 \begin_inset Tabular
17888 <lyxtabular version="3" rows="6" columns="3">
17889 <features>
17890 <column alignment="center" valignment="top" width="0">
17891 <column alignment="center" valignment="top" width="0">
17892 <column alignment="center" valignment="top" width="0">
17893 <row>
17894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17895 \begin_inset Text
17896
17897 \begin_layout Plain Layout
17898 Comando
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907 Resultado
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916 atajo
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 </row>
17922 <row>
17923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17924 \begin_inset Text
17925
17926 \begin_layout Plain Layout
17927
17928 \backslash
17929 mathbb
17930 \series bold
17931
17932 \begin_inset ERT
17933 status collapsed
17934
17935 \begin_layout Plain Layout
17936
17937
17938 \backslash
17939 spce 
17940 \end_layout
17941
17942 \end_inset
17943
17944
17945 \series default
17946 ABC
17947 \end_layout
17948
17949 \end_inset
17950 </cell>
17951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17952 \begin_inset Text
17953
17954 \begin_layout Plain Layout
17955 \begin_inset Formula $\mathbb{ABC}$
17956 \end_inset
17957
17958
17959 \end_layout
17960
17961 \end_inset
17962 </cell>
17963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17964 \begin_inset Text
17965
17966 \begin_layout Plain Layout
17967 Alt-c c
17968 \end_layout
17969
17970 \end_inset
17971 </cell>
17972 </row>
17973 <row>
17974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978
17979 \backslash
17980 mathbf
17981 \series bold
17982
17983 \begin_inset ERT
17984 status collapsed
17985
17986 \begin_layout Plain Layout
17987
17988
17989 \backslash
17990 spce 
17991 \end_layout
17992
17993 \end_inset
17994
17995
17996 \series default
17997 AbC
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18003 \begin_inset Text
18004
18005 \begin_layout Plain Layout
18006 \begin_inset Formula $\mathbf{AbC}$
18007 \end_inset
18008
18009
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Plain Layout
18018 -
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 </row>
18024 <row>
18025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18026 \begin_inset Text
18027
18028 \begin_layout Plain Layout
18029
18030 \backslash
18031 boldsymbol
18032 \series bold
18033
18034 \begin_inset ERT
18035 status collapsed
18036
18037 \begin_layout Plain Layout
18038
18039
18040 \backslash
18041 spce 
18042 \end_layout
18043
18044 \end_inset
18045
18046
18047 \series default
18048 AbC
18049 \end_layout
18050
18051 \end_inset
18052 </cell>
18053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18054 \begin_inset Text
18055
18056 \begin_layout Plain Layout
18057 \begin_inset Formula $\boldsymbol{AbC}$
18058 \end_inset
18059
18060
18061 \end_layout
18062
18063 \end_inset
18064 </cell>
18065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069 Alt-c b
18070 \end_layout
18071
18072 \end_inset
18073 </cell>
18074 </row>
18075 <row>
18076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080
18081 \backslash
18082 mathcal
18083 \series bold
18084
18085 \begin_inset ERT
18086 status collapsed
18087
18088 \begin_layout Plain Layout
18089
18090
18091 \backslash
18092 spce 
18093 \end_layout
18094
18095 \end_inset
18096
18097
18098 \series default
18099 ABC
18100 \end_layout
18101
18102 \end_inset
18103 </cell>
18104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18105 \begin_inset Text
18106
18107 \begin_layout Plain Layout
18108 \begin_inset Formula $\mathcal{ABC}$
18109 \end_inset
18110
18111
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120 Alt-c e
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 </row>
18126 <row>
18127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131
18132 \backslash
18133 mathfrak
18134 \series bold
18135
18136 \begin_inset ERT
18137 status collapsed
18138
18139 \begin_layout Plain Layout
18140
18141
18142 \backslash
18143 spce 
18144 \end_layout
18145
18146 \end_inset
18147
18148
18149 \series default
18150 AbC
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 \begin_inset Formula $\mathfrak{AbC}$
18160 \end_inset
18161
18162
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171 -
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 </row>
18177 </lyxtabular>
18178
18179 \end_inset
18180
18181
18182 \end_layout
18183
18184 \begin_layout Standard
18185 \align center
18186 \begin_inset Tabular
18187 <lyxtabular version="3" rows="5" columns="3">
18188 <features>
18189 <column alignment="center" valignment="top" width="0">
18190 <column alignment="center" valignment="top" width="0">
18191 <column alignment="center" valignment="top" width="0">
18192 <row>
18193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197 Comando
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206 Resultado
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18212 \begin_inset Text
18213
18214 \begin_layout Plain Layout
18215 atajo
18216 \end_layout
18217
18218 \end_inset
18219 </cell>
18220 </row>
18221 <row>
18222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18223 \begin_inset Text
18224
18225 \begin_layout Plain Layout
18226
18227 \backslash
18228 mathit
18229 \series bold
18230
18231 \begin_inset ERT
18232 status collapsed
18233
18234 \begin_layout Plain Layout
18235
18236
18237 \backslash
18238 spce 
18239 \end_layout
18240
18241 \end_inset
18242
18243
18244 \series default
18245 AbC
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18251 \begin_inset Text
18252
18253 \begin_layout Plain Layout
18254 \begin_inset Formula $\mathit{AbC}$
18255 \end_inset
18256
18257
18258 \end_layout
18259
18260 \end_inset
18261 </cell>
18262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18263 \begin_inset Text
18264
18265 \begin_layout Plain Layout
18266 -
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 </row>
18272 <row>
18273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18274 \begin_inset Text
18275
18276 \begin_layout Plain Layout
18277
18278 \backslash
18279 mathrm
18280 \series bold
18281
18282 \begin_inset ERT
18283 status collapsed
18284
18285 \begin_layout Plain Layout
18286
18287
18288 \backslash
18289 spce 
18290 \end_layout
18291
18292 \end_inset
18293
18294
18295 \series default
18296 AbC
18297 \end_layout
18298
18299 \end_inset
18300 </cell>
18301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18302 \begin_inset Text
18303
18304 \begin_layout Plain Layout
18305 \begin_inset Formula $\mathrm{AbC}$
18306 \end_inset
18307
18308
18309 \end_layout
18310
18311 \end_inset
18312 </cell>
18313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18314 \begin_inset Text
18315
18316 \begin_layout Plain Layout
18317 Alt-c r
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 mathsf
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 $\mathsf{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 Alt-c s
18369 \end_layout
18370
18371 \end_inset
18372 </cell>
18373 </row>
18374 <row>
18375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379
18380 \backslash
18381 mathtt
18382 \series bold
18383
18384 \begin_inset ERT
18385 status collapsed
18386
18387 \begin_layout Plain Layout
18388
18389
18390 \backslash
18391 spce 
18392 \end_layout
18393
18394 \end_inset
18395
18396
18397 \series default
18398 AbC
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407 \begin_inset Formula $\mathtt{AbC}$
18408 \end_inset
18409
18410
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18416 \begin_inset Text
18417
18418 \begin_layout Plain Layout
18419 Alt-c p
18420 \end_layout
18421
18422 \end_inset
18423 </cell>
18424 </row>
18425 </lyxtabular>
18426
18427 \end_inset
18428
18429
18430 \end_layout
18431
18432 \begin_layout Standard
18433 \begin_inset Note Greyedout
18434 status open
18435
18436 \begin_layout Plain Layout
18437
18438 \series bold
18439 Nota
18440 \series default
18441 : Los estilos 
18442 \series bold
18443
18444 \backslash
18445 mathbb
18446 \series default
18447  y 
18448 \series bold
18449
18450 \backslash
18451 mathcal
18452 \series default
18453  sólo se aplican a letras mayúsculas.
18454 \end_layout
18455
18456 \end_inset
18457
18458
18459 \end_layout
18460
18461 \begin_layout Standard
18462 El estilo predeterminado es 
18463 \series bold
18464
18465 \backslash
18466 mathnormal
18467 \series default
18468 .
18469 \end_layout
18470
18471 \begin_layout Standard
18472 Los comandos de estilo funcionan también en estructuras matemáticas:
18473 \begin_inset Formula \[
18474 \mathfrak{A=\frac{b}{C}}\]
18475
18476 \end_inset
18477
18478
18479 \end_layout
18480
18481 \begin_layout Standard
18482 Los caracteres en texto matemático no aparecen en un estilo de letra de
18483  ecuaciones sino en el estilo 
18484 \series bold
18485
18486 \backslash
18487 textrm
18488 \series default
18489 .
18490  Este estilo no se puede poner correctamente con el diálogo de estilo de
18491  texto por un fallo de LyX.
18492 \begin_inset Foot
18493 status collapsed
18494
18495 \begin_layout Plain Layout
18496 \begin_inset CommandInset href
18497 LatexCommand href
18498 name "LyX-bug #4091"
18499 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18500
18501 \end_inset
18502
18503
18504 \end_layout
18505
18506 \end_inset
18507
18508
18509 \end_layout
18510
18511 \begin_layout Standard
18512 En vez de comandos se puede usar el menú 
18513 \family sans
18514 Editar\SpecialChar \menuseparator
18515 Ecuación\SpecialChar \menuseparator
18516 Estilo del texto
18517 \family default
18518  o el botón 
18519 \begin_inset Graphics
18520         filename ../../images/math/font.png
18521         scale 85
18522
18523 \end_inset
18524
18525 .
18526 \end_layout
18527
18528 \begin_layout Subsection
18529 Ecuaciones en negrita
18530 \begin_inset CommandInset label
18531 LatexCommand label
18532 name "sub:Ecuaciones-en-negrita"
18533
18534 \end_inset
18535
18536
18537 \begin_inset Index
18538 status collapsed
18539
18540 \begin_layout Plain Layout
18541 Ecuación ! en negrita
18542 \end_layout
18543
18544 \end_inset
18545
18546
18547 \end_layout
18548
18549 \begin_layout Standard
18550 Para poner en negrita una ecuación completa no se puede usar el comando
18551  
18552 \series bold
18553
18554 \backslash
18555 mathbf
18556 \series default
18557 , porque no funciona con minúsculas griegas.
18558  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18559 \begin_inset Formula \[
18560 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash  mathbf}\]
18561
18562 \end_inset
18563
18564
18565 \end_layout
18566
18567 \begin_layout Standard
18568 Para presentar la ecuación correctamente se usa el comando 
18569 \series bold
18570 boldsymbol
18571 \series default
18572 :
18573 \begin_inset Formula \[
18574 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash  boldsymbol}\]
18575
18576 \end_inset
18577
18578
18579 \end_layout
18580
18581 \begin_layout Standard
18582 También es posible poner la fórmula en un 
18583 \series bold
18584 entorno boldmath
18585 \series default
18586 , que se inserta con el comando 
18587 \series bold
18588
18589 \backslash
18590 boldmath
18591 \series default
18592
18593 \begin_inset Index
18594 status collapsed
18595
18596 \begin_layout Plain Layout
18597 Comandos ! B ! 
18598 \backslash
18599 boldmath
18600 \end_layout
18601
18602 \end_inset
18603
18604  en modo TeX.
18605  Para finalizar el entorno se usa el comando 
18606 \series bold
18607
18608 \backslash
18609 unboldmath
18610 \series default
18611
18612 \begin_inset Index
18613 status collapsed
18614
18615 \begin_layout Plain Layout
18616 Comandos ! U ! 
18617 \backslash
18618 unboldmath
18619 \end_layout
18620
18621 \end_inset
18622
18623  en modo TeX.
18624 \begin_inset ERT
18625 status collapsed
18626
18627 \begin_layout Plain Layout
18628
18629
18630 \backslash
18631 boldmath
18632 \end_layout
18633
18634 \end_inset
18635
18636
18637 \begin_inset Formula \[
18638 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}\]
18639
18640 \end_inset
18641
18642
18643 \end_layout
18644
18645 \begin_layout Standard
18646 \begin_inset ERT
18647 status collapsed
18648
18649 \begin_layout Plain Layout
18650
18651
18652 \backslash
18653 unboldmath
18654 \end_layout
18655
18656 \end_inset
18657
18658
18659 \end_layout
18660
18661 \begin_layout Subsection
18662 Tamaños de fuentes
18663 \begin_inset CommandInset label
18664 LatexCommand label
18665 name "sub:Tamaños-de-fuentes"
18666
18667 \end_inset
18668
18669
18670 \begin_inset Index
18671 status collapsed
18672
18673 \begin_layout Plain Layout
18674 Fuentes ! tamaño
18675 \end_layout
18676
18677 \end_inset
18678
18679
18680 \end_layout
18681
18682 \begin_layout Standard
18683 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18684  siguientes comandos de tamaño:
18685 \end_layout
18686
18687 \begin_layout Standard
18688
18689 \series bold
18690
18691 \backslash
18692 Huge
18693 \series default
18694
18695 \series bold
18696
18697 \backslash
18698 huge
18699 \series default
18700
18701 \series bold
18702
18703 \backslash
18704 LARGE
18705 \series default
18706
18707 \series bold
18708
18709 \backslash
18710 Large
18711 \series default
18712
18713 \series bold
18714
18715 \backslash
18716 large
18717 \series default
18718
18719 \series bold
18720
18721 \backslash
18722 normalsize
18723 \series default
18724
18725 \series bold
18726
18727 \backslash
18728 small
18729 \series default
18730 ,
18731 \begin_inset Newline newline
18732 \end_inset
18733
18734
18735 \series bold
18736
18737 \backslash
18738 footnotesize
18739 \series default
18740
18741 \series bold
18742
18743 \backslash
18744 scriptsize
18745 \series default
18746 , y 
18747 \series bold
18748
18749 \backslash
18750 tiny
18751 \end_layout
18752
18753 \begin_layout Standard
18754 El tamaño dado por los comandos depende del tamaño base de la fuente en
18755  el documento, dado por el comando 
18756 \series bold
18757
18758 \backslash
18759 normalsize
18760 \series default
18761 .
18762  Los demás comandos producen tamaños menores o mayores que 
18763 \series bold
18764
18765 \backslash
18766 normalsize
18767 \series default
18768 .
18769  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
18770  Si, por ejemplo, la fuente del documento es de 12
18771 \begin_inset Space \thinspace{}
18772 \end_inset
18773
18774 pt, el comando 
18775 \series bold
18776
18777 \backslash
18778 Huge
18779 \series default
18780  da el mismo tamaño que 
18781 \series bold
18782
18783 \backslash
18784 huge
18785 \series default
18786 .
18787 \end_layout
18788
18789 \begin_layout Standard
18790 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
18791  a todas las ecuaciones y texto siguientes.
18792  Para volver al tamaño anterior hay que insertar el comando 
18793 \series bold
18794
18795 \backslash
18796 normalsize
18797 \series default
18798  en modo TeX detrás de la ecuación.
18799  
18800 \end_layout
18801
18802 \begin_layout Standard
18803 Dentro de una fórmula el tamaño sólo se puede cambiar para símbolos o letras
18804  en texto matemático.
18805  Para hacerlo se inserta el comando en texto matemático.
18806  Todos los caracteres siguientes, hasta el final del texto matemático o
18807  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
18808  Dos ejemplos:
18809 \end_layout
18810
18811 \begin_layout Standard
18812 \begin_inset VSpace -2mm
18813 \end_inset
18814
18815
18816 \end_layout
18817
18818 \begin_layout Standard
18819 \begin_inset ERT
18820 status collapsed
18821
18822 \begin_layout Plain Layout
18823
18824
18825 \backslash
18826 huge
18827 \end_layout
18828
18829 \end_inset
18830
18831
18832 \begin_inset Formula \[
18833 A=\frac{B}{c}\cdot\maltese\]
18834
18835 \end_inset
18836
18837
18838 \begin_inset Formula \[
18839 \maltese A\textrm{\Large \maltese\textit{A}}\textrm{\tiny \maltese\textit{A}}\]
18840
18841 \end_inset
18842
18843
18844 \end_layout
18845
18846 \begin_layout Standard
18847 \begin_inset ERT
18848 status collapsed
18849
18850 \begin_layout Plain Layout
18851
18852
18853 \backslash
18854 normalsize
18855 \end_layout
18856
18857 \end_inset
18858
18859
18860 \begin_inset VSpace medskip
18861 \end_inset
18862
18863
18864 \end_layout
18865
18866 \begin_layout Standard
18867 Antes de las ecuaciones se ha insertado el comando 
18868 \series bold
18869
18870 \backslash
18871 huge
18872 \series default
18873 .
18874  Para la segunda ecuación el comando es:
18875 \begin_inset Newline newline
18876 \end_inset
18877
18878
18879 \series bold
18880
18881 \backslash
18882 maltese
18883 \begin_inset ERT
18884 status collapsed
18885
18886 \begin_layout Plain Layout
18887
18888
18889 \backslash
18890 spce 
18891 \end_layout
18892
18893 \end_inset
18894
18895 A Alt-m m 
18896 \backslash
18897 Large
18898 \begin_inset ERT
18899 status collapsed
18900
18901 \begin_layout Plain Layout
18902
18903
18904 \backslash
18905 spce 
18906 \end_layout
18907
18908 \end_inset
18909
18910
18911 \backslash
18912 maltese
18913 \begin_inset ERT
18914 status collapsed
18915
18916 \begin_layout Plain Layout
18917
18918
18919 \backslash
18920 spce 
18921 \end_layout
18922
18923 \end_inset
18924
18925
18926 \backslash
18927 textit
18928 \begin_inset ERT
18929 status collapsed
18930
18931 \begin_layout Plain Layout
18932
18933
18934 \backslash
18935 spce 
18936 \end_layout
18937
18938 \end_inset
18939
18940 A
18941 \begin_inset Formula $\to$
18942 \end_inset
18943
18944
18945 \begin_inset Formula $\to$
18946 \end_inset
18947
18948
18949 \begin_inset Newline newline
18950 \end_inset
18951
18952
18953 \begin_inset Space \hspace*{}
18954 \length 1cm
18955 \end_inset
18956
18957 Alt-m
18958 \series default
18959  
18960 \series bold
18961
18962 \backslash
18963 tiny
18964 \begin_inset ERT
18965 status collapsed
18966
18967 \begin_layout Plain Layout
18968
18969
18970 \backslash
18971 spce 
18972 \end_layout
18973
18974 \end_inset
18975
18976
18977 \backslash
18978 maltese
18979 \begin_inset ERT
18980 status collapsed
18981
18982 \begin_layout Plain Layout
18983
18984
18985 \backslash
18986 spce 
18987 \end_layout
18988
18989 \end_inset
18990
18991
18992 \backslash
18993 textit
18994 \begin_inset ERT
18995 status collapsed
18996
18997 \begin_layout Plain Layout
18998
18999
19000 \backslash
19001 spce 
19002 \end_layout
19003
19004 \end_inset
19005
19006 A
19007 \end_layout
19008
19009 \begin_layout Standard
19010 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19011  el tamaño por defecto.
19012 \end_layout
19013
19014 \begin_layout Section
19015 Letras griegas
19016 \begin_inset Index
19017 status collapsed
19018
19019 \begin_layout Plain Layout
19020 Letras griegas
19021 \end_layout
19022
19023 \end_inset
19024
19025
19026 \end_layout
19027
19028 \begin_layout Standard
19029 Todas las letras griegas se pueden insertar además mediante el botón 
19030 \begin_inset Graphics
19031         filename ../../images/math/alpha.png
19032         scale 85
19033
19034 \end_inset
19035
19036  de la barra de ecuaciones.
19037 \end_layout
19038
19039 \begin_layout Subsection
19040 Minúsculas
19041 \begin_inset CommandInset label
19042 LatexCommand label
19043 name "sub:Minúsculas"
19044
19045 \end_inset
19046
19047
19048 \begin_inset Index
19049 status collapsed
19050
19051 \begin_layout Plain Layout
19052 Letras griegas ! minúsculas
19053 \end_layout
19054
19055 \end_inset
19056
19057
19058 \end_layout
19059
19060 \begin_layout Standard
19061 \begin_inset Space \hfill{}
19062 \end_inset
19063
19064
19065 \begin_inset Tabular
19066 <lyxtabular version="3" rows="11" columns="2">
19067 <features>
19068 <column alignment="center" valignment="top" width="0pt">
19069 <column alignment="center" valignment="top" width="0pt">
19070 <row>
19071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075 Comando
19076 \end_layout
19077
19078 \end_inset
19079 </cell>
19080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19081 \begin_inset Text
19082
19083 \begin_layout Plain Layout
19084 Símbolo
19085 \end_layout
19086
19087 \end_inset
19088 </cell>
19089 </row>
19090 <row>
19091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095
19096 \backslash
19097 alpha
19098 \end_layout
19099
19100 \end_inset
19101 </cell>
19102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19103 \begin_inset Text
19104
19105 \begin_layout Plain Layout
19106 \begin_inset Formula $\alpha$
19107 \end_inset
19108
19109
19110 \end_layout
19111
19112 \end_inset
19113 </cell>
19114 </row>
19115 <row>
19116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19117 \begin_inset Text
19118
19119 \begin_layout Plain Layout
19120
19121 \backslash
19122 beta
19123 \end_layout
19124
19125 \end_inset
19126 </cell>
19127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19128 \begin_inset Text
19129
19130 \begin_layout Plain Layout
19131 \begin_inset Formula $\beta$
19132 \end_inset
19133
19134
19135 \end_layout
19136
19137 \end_inset
19138 </cell>
19139 </row>
19140 <row>
19141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145
19146 \backslash
19147 gamma
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156 \begin_inset Formula $\gamma$
19157 \end_inset
19158
19159
19160 \end_layout
19161
19162 \end_inset
19163 </cell>
19164 </row>
19165 <row>
19166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170
19171 \backslash
19172 delta
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181 \begin_inset Formula $\delta$
19182 \end_inset
19183
19184
19185 \end_layout
19186
19187 \end_inset
19188 </cell>
19189 </row>
19190 <row>
19191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195
19196 \backslash
19197 epsilon
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19203 \begin_inset Text
19204
19205 \begin_layout Plain Layout
19206 \begin_inset Formula $\epsilon$
19207 \end_inset
19208
19209
19210 \end_layout
19211
19212 \end_inset
19213 </cell>
19214 </row>
19215 <row>
19216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19217 \begin_inset Text
19218
19219 \begin_layout Plain Layout
19220
19221 \backslash
19222 varepsilon
19223 \end_layout
19224
19225 \end_inset
19226 </cell>
19227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19228 \begin_inset Text
19229
19230 \begin_layout Plain Layout
19231 \begin_inset Formula $\varepsilon$
19232 \end_inset
19233
19234
19235 \end_layout
19236
19237 \end_inset
19238 </cell>
19239 </row>
19240 <row>
19241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19242 \begin_inset Text
19243
19244 \begin_layout Plain Layout
19245
19246 \backslash
19247 zeta
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256 \begin_inset Formula $\zeta$
19257 \end_inset
19258
19259
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 </row>
19265 <row>
19266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19267 \begin_inset Text
19268
19269 \begin_layout Plain Layout
19270
19271 \backslash
19272 eta
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19278 \begin_inset Text
19279
19280 \begin_layout Plain Layout
19281 \begin_inset Formula $\eta$
19282 \end_inset
19283
19284
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 </row>
19290 <row>
19291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Plain Layout
19295
19296 \backslash
19297 theta
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306 \begin_inset Formula $\theta$
19307 \end_inset
19308
19309
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 </row>
19315 <row>
19316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19317 \begin_inset Text
19318
19319 \begin_layout Plain Layout
19320
19321 \backslash
19322 vartheta
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19328 \begin_inset Text
19329
19330 \begin_layout Plain Layout
19331 \begin_inset Formula $\vartheta$
19332 \end_inset
19333
19334
19335 \end_layout
19336
19337 \end_inset
19338 </cell>
19339 </row>
19340 </lyxtabular>
19341
19342 \end_inset
19343
19344
19345 \begin_inset Space \hfill{}
19346 \end_inset
19347
19348
19349 \begin_inset Tabular
19350 <lyxtabular version="3" rows="12" columns="2">
19351 <features>
19352 <column alignment="center" valignment="top" width="0pt">
19353 <column alignment="center" valignment="top" width="0pt">
19354 <row>
19355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Plain Layout
19359 Comando
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368 Símbolo
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 </row>
19374 <row>
19375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379
19380 \backslash
19381 iota
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390 \begin_inset Formula $\iota$
19391 \end_inset
19392
19393
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 </row>
19399 <row>
19400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404
19405 \backslash
19406 kappa
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415 \begin_inset Formula $\kappa$
19416 \end_inset
19417
19418
19419 \end_layout
19420
19421 \end_inset
19422 </cell>
19423 </row>
19424 <row>
19425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19426 \begin_inset Text
19427
19428 \begin_layout Plain Layout
19429
19430 \backslash
19431 varkappa
19432 \end_layout
19433
19434 \end_inset
19435 </cell>
19436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19437 \begin_inset Text
19438
19439 \begin_layout Plain Layout
19440 \begin_inset Formula $\varkappa$
19441 \end_inset
19442
19443
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 </row>
19449 <row>
19450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19451 \begin_inset Text
19452
19453 \begin_layout Plain Layout
19454
19455 \backslash
19456 lambda
19457 \end_layout
19458
19459 \end_inset
19460 </cell>
19461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19462 \begin_inset Text
19463
19464 \begin_layout Plain Layout
19465 \begin_inset Formula $\lambda$
19466 \end_inset
19467
19468
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 </row>
19474 <row>
19475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479
19480 \backslash
19481 mu
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19487 \begin_inset Text
19488
19489 \begin_layout Plain Layout
19490 \begin_inset Formula $\mu$
19491 \end_inset
19492
19493
19494 \end_layout
19495
19496 \end_inset
19497 </cell>
19498 </row>
19499 <row>
19500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19501 \begin_inset Text
19502
19503 \begin_layout Plain Layout
19504
19505 \backslash
19506 nu
19507 \end_layout
19508
19509 \end_inset
19510 </cell>
19511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19512 \begin_inset Text
19513
19514 \begin_layout Plain Layout
19515 \begin_inset Formula $\nu$
19516 \end_inset
19517
19518
19519 \end_layout
19520
19521 \end_inset
19522 </cell>
19523 </row>
19524 <row>
19525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19526 \begin_inset Text
19527
19528 \begin_layout Plain Layout
19529
19530 \backslash
19531 xi
19532 \end_layout
19533
19534 \end_inset
19535 </cell>
19536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19537 \begin_inset Text
19538
19539 \begin_layout Plain Layout
19540 \begin_inset Formula $\xi$
19541 \end_inset
19542
19543
19544 \end_layout
19545
19546 \end_inset
19547 </cell>
19548 </row>
19549 <row>
19550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19551 \begin_inset Text
19552
19553 \begin_layout Plain Layout
19554 o
19555 \end_layout
19556
19557 \end_inset
19558 </cell>
19559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19560 \begin_inset Text
19561
19562 \begin_layout Plain Layout
19563 \begin_inset Formula $o$
19564 \end_inset
19565
19566
19567 \end_layout
19568
19569 \end_inset
19570 </cell>
19571 </row>
19572 <row>
19573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19574 \begin_inset Text
19575
19576 \begin_layout Plain Layout
19577
19578 \backslash
19579 pi
19580 \end_layout
19581
19582 \end_inset
19583 </cell>
19584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19585 \begin_inset Text
19586
19587 \begin_layout Plain Layout
19588 \begin_inset Formula $\pi$
19589 \end_inset
19590
19591
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 </row>
19597 <row>
19598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19599 \begin_inset Text
19600
19601 \begin_layout Plain Layout
19602
19603 \backslash
19604 varpi
19605 \end_layout
19606
19607 \end_inset
19608 </cell>
19609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19610 \begin_inset Text
19611
19612 \begin_layout Plain Layout
19613 \begin_inset Formula $\varpi$
19614 \end_inset
19615
19616
19617 \end_layout
19618
19619 \end_inset
19620 </cell>
19621 </row>
19622 <row>
19623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19624 \begin_inset Text
19625
19626 \begin_layout Plain Layout
19627
19628 \backslash
19629 rho
19630 \end_layout
19631
19632 \end_inset
19633 </cell>
19634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19635 \begin_inset Text
19636
19637 \begin_layout Plain Layout
19638 \begin_inset Formula $\rho$
19639 \end_inset
19640
19641
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 </row>
19647 </lyxtabular>
19648
19649 \end_inset
19650
19651
19652 \begin_inset Space \hfill{}
19653 \end_inset
19654
19655
19656 \begin_inset Tabular
19657 <lyxtabular version="3" rows="11" columns="2">
19658 <features>
19659 <column alignment="center" valignment="top" width="0pt">
19660 <column alignment="center" valignment="top" width="0pt">
19661 <row>
19662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666 Comando
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675 Símbolo
19676 \end_layout
19677
19678 \end_inset
19679 </cell>
19680 </row>
19681 <row>
19682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19683 \begin_inset Text
19684
19685 \begin_layout Plain Layout
19686
19687 \backslash
19688 varrho
19689 \end_layout
19690
19691 \end_inset
19692 </cell>
19693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Plain Layout
19697 \begin_inset Formula $\varrho$
19698 \end_inset
19699
19700
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 </row>
19706 <row>
19707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19708 \begin_inset Text
19709
19710 \begin_layout Plain Layout
19711
19712 \backslash
19713 sigma
19714 \end_layout
19715
19716 \end_inset
19717 </cell>
19718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19719 \begin_inset Text
19720
19721 \begin_layout Plain Layout
19722 \begin_inset Formula $\sigma$
19723 \end_inset
19724
19725
19726 \end_layout
19727
19728 \end_inset
19729 </cell>
19730 </row>
19731 <row>
19732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19733 \begin_inset Text
19734
19735 \begin_layout Plain Layout
19736
19737 \backslash
19738 varsigma
19739 \end_layout
19740
19741 \end_inset
19742 </cell>
19743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19744 \begin_inset Text
19745
19746 \begin_layout Plain Layout
19747 \begin_inset Formula $\varsigma$
19748 \end_inset
19749
19750
19751 \end_layout
19752
19753 \end_inset
19754 </cell>
19755 </row>
19756 <row>
19757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761
19762 \backslash
19763 tau
19764 \end_layout
19765
19766 \end_inset
19767 </cell>
19768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19769 \begin_inset Text
19770
19771 \begin_layout Plain Layout
19772 \begin_inset Formula $\tau$
19773 \end_inset
19774
19775
19776 \end_layout
19777
19778 \end_inset
19779 </cell>
19780 </row>
19781 <row>
19782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19783 \begin_inset Text
19784
19785 \begin_layout Plain Layout
19786
19787 \backslash
19788 upsilon
19789 \end_layout
19790
19791 \end_inset
19792 </cell>
19793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19794 \begin_inset Text
19795
19796 \begin_layout Plain Layout
19797 \begin_inset Formula $\upsilon$
19798 \end_inset
19799
19800
19801 \end_layout
19802
19803 \end_inset
19804 </cell>
19805 </row>
19806 <row>
19807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811
19812 \backslash
19813 phi
19814 \end_layout
19815
19816 \end_inset
19817 </cell>
19818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19819 \begin_inset Text
19820
19821 \begin_layout Plain Layout
19822 \begin_inset Formula $\phi$
19823 \end_inset
19824
19825
19826 \end_layout
19827
19828 \end_inset
19829 </cell>
19830 </row>
19831 <row>
19832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19833 \begin_inset Text
19834
19835 \begin_layout Plain Layout
19836
19837 \backslash
19838 varphi
19839 \end_layout
19840
19841 \end_inset
19842 </cell>
19843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19844 \begin_inset Text
19845
19846 \begin_layout Plain Layout
19847 \begin_inset Formula $\varphi$
19848 \end_inset
19849
19850
19851 \end_layout
19852
19853 \end_inset
19854 </cell>
19855 </row>
19856 <row>
19857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19858 \begin_inset Text
19859
19860 \begin_layout Plain Layout
19861
19862 \backslash
19863 chi
19864 \end_layout
19865
19866 \end_inset
19867 </cell>
19868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19869 \begin_inset Text
19870
19871 \begin_layout Plain Layout
19872 \begin_inset Formula $\chi$
19873 \end_inset
19874
19875
19876 \end_layout
19877
19878 \end_inset
19879 </cell>
19880 </row>
19881 <row>
19882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19883 \begin_inset Text
19884
19885 \begin_layout Plain Layout
19886
19887 \backslash
19888 psi
19889 \end_layout
19890
19891 \end_inset
19892 </cell>
19893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19894 \begin_inset Text
19895
19896 \begin_layout Plain Layout
19897 \begin_inset Formula $\psi$
19898 \end_inset
19899
19900
19901 \end_layout
19902
19903 \end_inset
19904 </cell>
19905 </row>
19906 <row>
19907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19908 \begin_inset Text
19909
19910 \begin_layout Plain Layout
19911
19912 \backslash
19913 omega
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19919 \begin_inset Text
19920
19921 \begin_layout Plain Layout
19922 \begin_inset Formula $\omega$
19923 \end_inset
19924
19925
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 </row>
19931 </lyxtabular>
19932
19933 \end_inset
19934
19935
19936 \begin_inset Space \hfill{}
19937 \end_inset
19938
19939
19940 \end_layout
19941
19942 \begin_layout Standard
19943 \begin_inset VSpace medskip
19944 \end_inset
19945
19946
19947 \end_layout
19948
19949 \begin_layout Standard
19950 Cómo escribir letras griegas en redonda se explica en 
19951 \begin_inset CommandInset ref
19952 LatexCommand ref
19953 reference "sub:Griegas-en-redonda"
19954
19955 \end_inset
19956
19957 .
19958 \end_layout
19959
19960 \begin_layout Subsection
19961 Mayúsculas
19962 \begin_inset Index
19963 status collapsed
19964
19965 \begin_layout Plain Layout
19966 Letras griegas ! mayúsculas
19967 \end_layout
19968
19969 \end_inset
19970
19971
19972 \end_layout
19973
19974 \begin_layout Standard
19975 \begin_inset Space \hfill{}
19976 \end_inset
19977
19978
19979 \begin_inset Tabular
19980 <lyxtabular version="3" rows="7" columns="2">
19981 <features>
19982 <column alignment="center" valignment="top" width="0pt">
19983 <column alignment="center" valignment="top" width="0pt">
19984 <row>
19985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989 Comando
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998 Símbolo
19999 \end_layout
20000
20001 \end_inset
20002 </cell>
20003 </row>
20004 <row>
20005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009
20010 \backslash
20011 Gamma
20012 \end_layout
20013
20014 \end_inset
20015 </cell>
20016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20017 \begin_inset Text
20018
20019 \begin_layout Plain Layout
20020 \begin_inset Formula $\Gamma$
20021 \end_inset
20022
20023
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 </row>
20029 <row>
20030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20031 \begin_inset Text
20032
20033 \begin_layout Plain Layout
20034
20035 \backslash
20036 Delta
20037 \end_layout
20038
20039 \end_inset
20040 </cell>
20041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20042 \begin_inset Text
20043
20044 \begin_layout Plain Layout
20045 \begin_inset Formula $\Delta$
20046 \end_inset
20047
20048
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 </row>
20054 <row>
20055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20056 \begin_inset Text
20057
20058 \begin_layout Plain Layout
20059
20060 \backslash
20061 Theta
20062 \end_layout
20063
20064 \end_inset
20065 </cell>
20066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20067 \begin_inset Text
20068
20069 \begin_layout Plain Layout
20070 \begin_inset Formula $\Theta$
20071 \end_inset
20072
20073
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 </row>
20079 <row>
20080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Plain Layout
20084
20085 \backslash
20086 Lambda
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20092 \begin_inset Text
20093
20094 \begin_layout Plain Layout
20095 \begin_inset Formula $\Lambda$
20096 \end_inset
20097
20098
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 </row>
20104 <row>
20105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20106 \begin_inset Text
20107
20108 \begin_layout Plain Layout
20109
20110 \backslash
20111 Xi
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20117 \begin_inset Text
20118
20119 \begin_layout Plain Layout
20120 \begin_inset Formula $\Xi$
20121 \end_inset
20122
20123
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 </row>
20129 <row>
20130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20131 \begin_inset Text
20132
20133 \begin_layout Plain Layout
20134
20135 \backslash
20136 Pi
20137 \end_layout
20138
20139 \end_inset
20140 </cell>
20141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20142 \begin_inset Text
20143
20144 \begin_layout Plain Layout
20145 \begin_inset Formula $\Pi$
20146 \end_inset
20147
20148
20149 \end_layout
20150
20151 \end_inset
20152 </cell>
20153 </row>
20154 </lyxtabular>
20155
20156 \end_inset
20157
20158
20159 \begin_inset Space \hfill{}
20160 \end_inset
20161
20162
20163 \begin_inset Tabular
20164 <lyxtabular version="3" rows="6" columns="2">
20165 <features>
20166 <column alignment="center" valignment="top" width="0pt">
20167 <column alignment="center" valignment="top" width="0pt">
20168 <row>
20169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173 Comando
20174 \end_layout
20175
20176 \end_inset
20177 </cell>
20178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20179 \begin_inset Text
20180
20181 \begin_layout Plain Layout
20182 Símbolo
20183 \end_layout
20184
20185 \end_inset
20186 </cell>
20187 </row>
20188 <row>
20189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20190 \begin_inset Text
20191
20192 \begin_layout Plain Layout
20193
20194 \backslash
20195 Sigma
20196 \end_layout
20197
20198 \end_inset
20199 </cell>
20200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20201 \begin_inset Text
20202
20203 \begin_layout Plain Layout
20204 \begin_inset Formula $\Sigma$
20205 \end_inset
20206
20207
20208 \end_layout
20209
20210 \end_inset
20211 </cell>
20212 </row>
20213 <row>
20214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20215 \begin_inset Text
20216
20217 \begin_layout Plain Layout
20218
20219 \backslash
20220 Upsilon
20221 \end_layout
20222
20223 \end_inset
20224 </cell>
20225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20226 \begin_inset Text
20227
20228 \begin_layout Plain Layout
20229 \begin_inset Formula $\Upsilon$
20230 \end_inset
20231
20232
20233 \end_layout
20234
20235 \end_inset
20236 </cell>
20237 </row>
20238 <row>
20239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20240 \begin_inset Text
20241
20242 \begin_layout Plain Layout
20243
20244 \backslash
20245 Phi
20246 \end_layout
20247
20248 \end_inset
20249 </cell>
20250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20251 \begin_inset Text
20252
20253 \begin_layout Plain Layout
20254 \begin_inset Formula $\Phi$
20255 \end_inset
20256
20257
20258 \end_layout
20259
20260 \end_inset
20261 </cell>
20262 </row>
20263 <row>
20264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20265 \begin_inset Text
20266
20267 \begin_layout Plain Layout
20268
20269 \backslash
20270 Psi
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Plain Layout
20279 \begin_inset Formula $\Psi$
20280 \end_inset
20281
20282
20283 \end_layout
20284
20285 \end_inset
20286 </cell>
20287 </row>
20288 <row>
20289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20290 \begin_inset Text
20291
20292 \begin_layout Plain Layout
20293
20294 \backslash
20295 Omega
20296 \end_layout
20297
20298 \end_inset
20299 </cell>
20300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20301 \begin_inset Text
20302
20303 \begin_layout Plain Layout
20304 \begin_inset Formula $\Omega$
20305 \end_inset
20306
20307
20308 \end_layout
20309
20310 \end_inset
20311 </cell>
20312 </row>
20313 </lyxtabular>
20314
20315 \end_inset
20316
20317
20318 \begin_inset Space \hfill{}
20319 \end_inset
20320
20321
20322 \end_layout
20323
20324 \begin_layout Standard
20325 \begin_inset VSpace medskip
20326 \end_inset
20327
20328
20329 \end_layout
20330
20331 \begin_layout Standard
20332 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20333  cuando se desarrolló TeX.
20334  Para obtener mayúsculas en cursiva, inicia cada comando con 
20335 \series bold
20336 var
20337 \series default
20338 .
20339  Por ejemplo, el comando 
20340 \series bold
20341
20342 \backslash
20343 varGamma
20344 \series default
20345  genera: 
20346 \begin_inset Formula $\varGamma $
20347 \end_inset
20348
20349
20350 \end_layout
20351
20352 \begin_layout Subsection
20353 Letras en negrita
20354 \begin_inset Index
20355 status collapsed
20356
20357 \begin_layout Plain Layout
20358 Letras griegas ! en negrita
20359 \end_layout
20360
20361 \end_inset
20362
20363
20364 \end_layout
20365
20366 \begin_layout Standard
20367 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
20368  Sólo se pueden poner en negrita con el comando 
20369 \series bold
20370
20371 \backslash
20372 boldsymbol
20373 \series default
20374
20375 \begin_inset Index
20376 status collapsed
20377
20378 \begin_layout Plain Layout
20379 Comandos ! B ! 
20380 \backslash
20381 boldsymbol
20382 \end_layout
20383
20384 \end_inset
20385
20386 .
20387 \end_layout
20388
20389 \begin_layout Standard
20390 \align center
20391 \begin_inset Tabular
20392 <lyxtabular version="3" rows="3" columns="2">
20393 <features>
20394 <column alignment="center" valignment="top" width="0">
20395 <column alignment="center" valignment="top" width="0">
20396 <row>
20397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20398 \begin_inset Text
20399
20400 \begin_layout Plain Layout
20401 Comando
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410 Símbolo
20411 \end_layout
20412
20413 \end_inset
20414 </cell>
20415 </row>
20416 <row>
20417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20418 \begin_inset Text
20419
20420 \begin_layout Plain Layout
20421
20422 \backslash
20423 Upsilon
20424 \backslash
20425 boldsymbol
20426 \backslash
20427 Upsilon
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20433 \begin_inset Text
20434
20435 \begin_layout Plain Layout
20436 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20437 \end_inset
20438
20439
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 </row>
20445 <row>
20446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20447 \begin_inset Text
20448
20449 \begin_layout Plain Layout
20450
20451 \backslash
20452 theta
20453 \backslash
20454 boldsymbol
20455 \backslash
20456 theta
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20462 \begin_inset Text
20463
20464 \begin_layout Plain Layout
20465 \begin_inset Formula $\theta\boldsymbol{\theta}$
20466 \end_inset
20467
20468
20469 \end_layout
20470
20471 \end_inset
20472 </cell>
20473 </row>
20474 </lyxtabular>
20475
20476 \end_inset
20477
20478
20479 \end_layout
20480
20481 \begin_layout Section
20482 Símbolos
20483 \begin_inset ERT
20484 status collapsed
20485
20486 \begin_layout Plain Layout
20487
20488
20489 \backslash
20490 texorpdfstring{
20491 \end_layout
20492
20493 \end_inset
20494
20495
20496 \begin_inset Foot
20497 status collapsed
20498
20499 \begin_layout Plain Layout
20500 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20501  LaTeX en 
20502 \begin_inset CommandInset citation
20503 LatexCommand cite
20504 key "Symbole"
20505
20506 \end_inset
20507
20508 .
20509 \end_layout
20510
20511 \end_inset
20512
20513
20514 \begin_inset ERT
20515 status collapsed
20516
20517 \begin_layout Plain Layout
20518
20519 }{}
20520 \end_layout
20521
20522 \end_inset
20523
20524
20525 \begin_inset Note Note
20526 status collapsed
20527
20528 \begin_layout Plain Layout
20529
20530 \backslash
20531 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20532  PDF.
20533 \end_layout
20534
20535 \begin_layout Plain Layout
20536 Más sobre 
20537 \backslash
20538 texorpdfstring en la sección 
20539 \begin_inset CommandInset ref
20540 LatexCommand ref
20541 reference "sub:Ecuaciones-en-títulos"
20542
20543 \end_inset
20544
20545 .
20546 \end_layout
20547
20548 \end_inset
20549
20550
20551 \begin_inset Index
20552 status collapsed
20553
20554 \begin_layout Plain Layout
20555 Símbolos
20556 \end_layout
20557
20558 \end_inset
20559
20560
20561 \end_layout
20562
20563 \begin_layout Standard
20564 Muchos de los símbolos listados en esta sección se pueden insertar además
20565  mediante los botones 
20566 \begin_inset Graphics
20567         filename ../../images/math/nabla.png
20568         scale 85
20569
20570 \end_inset
20571
20572  y 
20573 \begin_inset Graphics
20574         filename ../../images/math/digamma.png
20575         scale 85
20576
20577 \end_inset
20578
20579  de la barra de ecuaciones.
20580 \end_layout
20581
20582 \begin_layout Subsection
20583 Símbolos matemáticos
20584 \begin_inset CommandInset label
20585 LatexCommand label
20586 name "sub:Símbolos-matemáticos"
20587
20588 \end_inset
20589
20590
20591 \begin_inset Index
20592 status collapsed
20593
20594 \begin_layout Plain Layout
20595 Símbolos ! matemáticos
20596 \end_layout
20597
20598 \end_inset
20599
20600
20601 \end_layout
20602
20603 \begin_layout Standard
20604 \begin_inset Space \hfill{}
20605 \end_inset
20606
20607
20608 \begin_inset Tabular
20609 <lyxtabular version="3" rows="10" columns="2">
20610 <features>
20611 <column alignment="center" valignment="top" width="0pt">
20612 <column alignment="center" valignment="top" width="0pt">
20613 <row>
20614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618 Comando
20619 \end_layout
20620
20621 \end_inset
20622 </cell>
20623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20624 \begin_inset Text
20625
20626 \begin_layout Plain Layout
20627 Símbolo
20628 \end_layout
20629
20630 \end_inset
20631 </cell>
20632 </row>
20633 <row>
20634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20635 \begin_inset Text
20636
20637 \begin_layout Plain Layout
20638
20639 \backslash
20640 neg
20641 \end_layout
20642
20643 \end_inset
20644 </cell>
20645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20646 \begin_inset Text
20647
20648 \begin_layout Plain Layout
20649 \begin_inset Formula $\neg$
20650 \end_inset
20651
20652
20653 \end_layout
20654
20655 \end_inset
20656 </cell>
20657 </row>
20658 <row>
20659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20660 \begin_inset Text
20661
20662 \begin_layout Plain Layout
20663
20664 \backslash
20665 Im
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20671 \begin_inset Text
20672
20673 \begin_layout Plain Layout
20674 \begin_inset Formula $\Im$
20675 \end_inset
20676
20677
20678 \end_layout
20679
20680 \end_inset
20681 </cell>
20682 </row>
20683 <row>
20684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20685 \begin_inset Text
20686
20687 \begin_layout Plain Layout
20688
20689 \backslash
20690 Re
20691 \end_layout
20692
20693 \end_inset
20694 </cell>
20695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20696 \begin_inset Text
20697
20698 \begin_layout Plain Layout
20699 \begin_inset Formula $\Re$
20700 \end_inset
20701
20702
20703 \end_layout
20704
20705 \end_inset
20706 </cell>
20707 </row>
20708 <row>
20709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20710 \begin_inset Text
20711
20712 \begin_layout Plain Layout
20713
20714 \backslash
20715 aleph
20716 \end_layout
20717
20718 \end_inset
20719 </cell>
20720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20721 \begin_inset Text
20722
20723 \begin_layout Plain Layout
20724 \begin_inset Formula $\aleph$
20725 \end_inset
20726
20727
20728 \end_layout
20729
20730 \end_inset
20731 </cell>
20732 </row>
20733 <row>
20734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Plain Layout
20738
20739 \backslash
20740 partial
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20746 \begin_inset Text
20747
20748 \begin_layout Plain Layout
20749 \begin_inset Formula $\partial$
20750 \end_inset
20751
20752
20753 \end_layout
20754
20755 \end_inset
20756 </cell>
20757 </row>
20758 <row>
20759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20760 \begin_inset Text
20761
20762 \begin_layout Plain Layout
20763
20764 \backslash
20765 infty
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Plain Layout
20774 \begin_inset Formula $\infty$
20775 \end_inset
20776
20777
20778 \end_layout
20779
20780 \end_inset
20781 </cell>
20782 </row>
20783 <row>
20784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788
20789 \backslash
20790 wp
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20796 \begin_inset Text
20797
20798 \begin_layout Plain Layout
20799 \begin_inset Formula $\wp$
20800 \end_inset
20801
20802
20803 \end_layout
20804
20805 \end_inset
20806 </cell>
20807 </row>
20808 <row>
20809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20810 \begin_inset Text
20811
20812 \begin_layout Plain Layout
20813
20814 \backslash
20815 imath
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20821 \begin_inset Text
20822
20823 \begin_layout Plain Layout
20824 \begin_inset Formula $\imath$
20825 \end_inset
20826
20827
20828 \end_layout
20829
20830 \end_inset
20831 </cell>
20832 </row>
20833 <row>
20834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20835 \begin_inset Text
20836
20837 \begin_layout Plain Layout
20838
20839 \backslash
20840 jmath
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20846 \begin_inset Text
20847
20848 \begin_layout Plain Layout
20849 \begin_inset Formula $\jmath$
20850 \end_inset
20851
20852
20853 \end_layout
20854
20855 \end_inset
20856 </cell>
20857 </row>
20858 </lyxtabular>
20859
20860 \end_inset
20861
20862
20863 \begin_inset Space \hfill{}
20864 \end_inset
20865
20866
20867 \begin_inset Tabular
20868 <lyxtabular version="3" rows="10" columns="2">
20869 <features>
20870 <column alignment="center" valignment="top" width="0pt">
20871 <column alignment="center" valignment="top" width="0pt">
20872 <row>
20873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877 Comando
20878 \end_layout
20879
20880 \end_inset
20881 </cell>
20882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20883 \begin_inset Text
20884
20885 \begin_layout Plain Layout
20886 Símbolo
20887 \begin_inset Note Note
20888 status collapsed
20889
20890 \begin_layout Plain Layout
20891
20892 \series bold
20893
20894 \backslash
20895 raisebox
20896 \series default
20897  se usa sólo como espaciador
20898 \end_layout
20899
20900 \end_inset
20901
20902
20903 \end_layout
20904
20905 \end_inset
20906 </cell>
20907 </row>
20908 <row>
20909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20910 \begin_inset Text
20911
20912 \begin_layout Plain Layout
20913
20914 \backslash
20915 forall
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20921 \begin_inset Text
20922
20923 \begin_layout Plain Layout
20924 \begin_inset Formula $\forall$
20925 \end_inset
20926
20927
20928 \end_layout
20929
20930 \end_inset
20931 </cell>
20932 </row>
20933 <row>
20934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20935 \begin_inset Text
20936
20937 \begin_layout Plain Layout
20938
20939 \backslash
20940 exists
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20946 \begin_inset Text
20947
20948 \begin_layout Plain Layout
20949 \begin_inset Formula $\exists$
20950 \end_inset
20951
20952
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 </row>
20958 <row>
20959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20960 \begin_inset Text
20961
20962 \begin_layout Plain Layout
20963
20964 \backslash
20965 nexists
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20971 \begin_inset Text
20972
20973 \begin_layout Plain Layout
20974 \begin_inset Formula $\nexists$
20975 \end_inset
20976
20977
20978 \end_layout
20979
20980 \end_inset
20981 </cell>
20982 </row>
20983 <row>
20984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20985 \begin_inset Text
20986
20987 \begin_layout Plain Layout
20988
20989 \backslash
20990 emptyset
20991 \end_layout
20992
20993 \end_inset
20994 </cell>
20995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20996 \begin_inset Text
20997
20998 \begin_layout Plain Layout
20999 \begin_inset Formula $\emptyset$
21000 \end_inset
21001
21002
21003 \end_layout
21004
21005 \end_inset
21006 </cell>
21007 </row>
21008 <row>
21009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21010 \begin_inset Text
21011
21012 \begin_layout Plain Layout
21013
21014 \backslash
21015 varnothing
21016 \end_layout
21017
21018 \end_inset
21019 </cell>
21020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21021 \begin_inset Text
21022
21023 \begin_layout Plain Layout
21024 \begin_inset Formula $\varnothing$
21025 \end_inset
21026
21027
21028 \end_layout
21029
21030 \end_inset
21031 </cell>
21032 </row>
21033 <row>
21034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21035 \begin_inset Text
21036
21037 \begin_layout Plain Layout
21038
21039 \backslash
21040 dag
21041 \end_layout
21042
21043 \end_inset
21044 </cell>
21045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21046 \begin_inset Text
21047
21048 \begin_layout Plain Layout
21049 \begin_inset Formula $\dag $
21050 \end_inset
21051
21052
21053 \end_layout
21054
21055 \end_inset
21056 </cell>
21057 </row>
21058 <row>
21059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063
21064 \backslash
21065 ddag
21066 \end_layout
21067
21068 \end_inset
21069 </cell>
21070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21071 \begin_inset Text
21072
21073 \begin_layout Plain Layout
21074 \begin_inset Formula $\ddag $
21075 \end_inset
21076
21077
21078 \end_layout
21079
21080 \end_inset
21081 </cell>
21082 </row>
21083 <row>
21084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088
21089 \backslash
21090 complement
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099 \begin_inset ERT
21100 status collapsed
21101
21102 \begin_layout Plain Layout
21103
21104
21105 \backslash
21106 raisebox{-0.8mm}{
21107 \end_layout
21108
21109 \end_inset
21110
21111
21112 \begin_inset Formula $\complement$
21113 \end_inset
21114
21115
21116 \begin_inset ERT
21117 status collapsed
21118
21119 \begin_layout Plain Layout
21120
21121 }
21122 \end_layout
21123
21124 \end_inset
21125
21126
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 </row>
21132 <row>
21133 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137
21138 \backslash
21139 Bbbk
21140 \end_layout
21141
21142 \end_inset
21143 </cell>
21144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21145 \begin_inset Text
21146
21147 \begin_layout Plain Layout
21148 \begin_inset Formula $\Bbbk$
21149 \end_inset
21150
21151
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 </row>
21157 </lyxtabular>
21158
21159 \end_inset
21160
21161
21162 \begin_inset Space \hfill{}
21163 \end_inset
21164
21165
21166 \begin_inset Tabular
21167 <lyxtabular version="3" rows="10" columns="2">
21168 <features>
21169 <column alignment="center" valignment="top" width="0pt">
21170 <column alignment="center" valignment="top" width="0pt">
21171 <row>
21172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176 Comando
21177 \end_layout
21178
21179 \end_inset
21180 </cell>
21181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21182 \begin_inset Text
21183
21184 \begin_layout Plain Layout
21185 Símbolo
21186 \end_layout
21187
21188 \end_inset
21189 </cell>
21190 </row>
21191 <row>
21192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21193 \begin_inset Text
21194
21195 \begin_layout Plain Layout
21196
21197 \backslash
21198 prime
21199 \end_layout
21200
21201 \end_inset
21202 </cell>
21203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21204 \begin_inset Text
21205
21206 \begin_layout Plain Layout
21207 \begin_inset Formula $\prime$
21208 \end_inset
21209
21210
21211 \end_layout
21212
21213 \end_inset
21214 </cell>
21215 </row>
21216 <row>
21217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21218 \begin_inset Text
21219
21220 \begin_layout Plain Layout
21221
21222 \backslash
21223 backprime
21224 \end_layout
21225
21226 \end_inset
21227 </cell>
21228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21229 \begin_inset Text
21230
21231 \begin_layout Plain Layout
21232 \begin_inset Formula $\backprime$
21233 \end_inset
21234
21235
21236 \end_layout
21237
21238 \end_inset
21239 </cell>
21240 </row>
21241 <row>
21242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21243 \begin_inset Text
21244
21245 \begin_layout Plain Layout
21246
21247 \backslash
21248 mho
21249 \end_layout
21250
21251 \end_inset
21252 </cell>
21253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21254 \begin_inset Text
21255
21256 \begin_layout Plain Layout
21257 \begin_inset Formula $\mho$
21258 \end_inset
21259
21260
21261 \end_layout
21262
21263 \end_inset
21264 </cell>
21265 </row>
21266 <row>
21267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21268 \begin_inset Text
21269
21270 \begin_layout Plain Layout
21271
21272 \backslash
21273 triangle
21274 \end_layout
21275
21276 \end_inset
21277 </cell>
21278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21279 \begin_inset Text
21280
21281 \begin_layout Plain Layout
21282 \begin_inset Formula $\triangle$
21283 \end_inset
21284
21285
21286 \end_layout
21287
21288 \end_inset
21289 </cell>
21290 </row>
21291 <row>
21292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21293 \begin_inset Text
21294
21295 \begin_layout Plain Layout
21296
21297 \backslash
21298 angle
21299 \end_layout
21300
21301 \end_inset
21302 </cell>
21303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307 \begin_inset Formula $\angle$
21308 \end_inset
21309
21310
21311 \end_layout
21312
21313 \end_inset
21314 </cell>
21315 </row>
21316 <row>
21317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321
21322 \backslash
21323 measuredangle
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332 \begin_inset Formula $\measuredangle$
21333 \end_inset
21334
21335
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 </row>
21341 <row>
21342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346
21347 \backslash
21348 sphericalangle
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357 \begin_inset Formula $\sphericalangle$
21358 \end_inset
21359
21360
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 </row>
21366 <row>
21367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21368 \begin_inset Text
21369
21370 \begin_layout Plain Layout
21371
21372 \backslash
21373 top
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382 \begin_inset Formula $\top$
21383 \end_inset
21384
21385
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 </row>
21391 <row>
21392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21393 \begin_inset Text
21394
21395 \begin_layout Plain Layout
21396
21397 \backslash
21398 bot
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407 \begin_inset Formula $\bot$
21408 \end_inset
21409
21410
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 </row>
21416 </lyxtabular>
21417
21418 \end_inset
21419
21420
21421 \begin_inset Space \hfill{}
21422 \end_inset
21423
21424
21425 \end_layout
21426
21427 \begin_layout Subsection
21428 Símbolos misceláneos
21429 \begin_inset CommandInset label
21430 LatexCommand label
21431 name "sub:Símbolos-misceláneos"
21432
21433 \end_inset
21434
21435
21436 \begin_inset Index
21437 status collapsed
21438
21439 \begin_layout Plain Layout
21440 Símbolos ! misceláneos
21441 \end_layout
21442
21443 \end_inset
21444
21445
21446 \end_layout
21447
21448 \begin_layout Standard
21449 \noindent
21450 \align center
21451 \begin_inset Tabular
21452 <lyxtabular version="3" rows="10" columns="2">
21453 <features>
21454 <column alignment="center" valignment="top" width="0pt">
21455 <column alignment="center" valignment="top" width="0pt">
21456 <row>
21457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Plain Layout
21461 Comando
21462 \end_layout
21463
21464 \end_inset
21465 </cell>
21466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21467 \begin_inset Text
21468
21469 \begin_layout Plain Layout
21470 Símbolo
21471 \end_layout
21472
21473 \end_inset
21474 </cell>
21475 </row>
21476 <row>
21477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21478 \begin_inset Text
21479
21480 \begin_layout Plain Layout
21481
21482 \backslash
21483 flat
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492 \begin_inset Formula $\flat$
21493 \end_inset
21494
21495
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 </row>
21501 <row>
21502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21503 \begin_inset Text
21504
21505 \begin_layout Plain Layout
21506
21507 \backslash
21508 natural
21509 \end_layout
21510
21511 \end_inset
21512 </cell>
21513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Plain Layout
21517 \begin_inset Formula $\natural$
21518 \end_inset
21519
21520
21521 \end_layout
21522
21523 \end_inset
21524 </cell>
21525 </row>
21526 <row>
21527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531
21532 \backslash
21533 sharp
21534 \end_layout
21535
21536 \end_inset
21537 </cell>
21538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542 \begin_inset Formula $\sharp$
21543 \end_inset
21544
21545
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 </row>
21551 <row>
21552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21553 \begin_inset Text
21554
21555 \begin_layout Plain Layout
21556
21557 \backslash
21558 surd
21559 \end_layout
21560
21561 \end_inset
21562 </cell>
21563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567 \begin_inset Formula $\surd$
21568 \end_inset
21569
21570
21571 \end_layout
21572
21573 \end_inset
21574 </cell>
21575 </row>
21576 <row>
21577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21578 \begin_inset Text
21579
21580 \begin_layout Plain Layout
21581
21582 \backslash
21583 checkmark
21584 \end_layout
21585
21586 \end_inset
21587 </cell>
21588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21589 \begin_inset Text
21590
21591 \begin_layout Plain Layout
21592 \begin_inset Formula $\checkmark$
21593 \end_inset
21594
21595
21596 \end_layout
21597
21598 \end_inset
21599 </cell>
21600 </row>
21601 <row>
21602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606
21607 \backslash
21608 yen
21609 \end_layout
21610
21611 \end_inset
21612 </cell>
21613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617 \begin_inset Formula $\yen$
21618 \end_inset
21619
21620
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 </row>
21626 <row>
21627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631
21632 \backslash
21633 pounds
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642 \begin_inset Formula $\pounds $
21643 \end_inset
21644
21645
21646 \end_layout
21647
21648 \end_inset
21649 </cell>
21650 </row>
21651 <row>
21652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656 $
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665 \begin_inset Formula $\$$
21666 \end_inset
21667
21668
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 </row>
21674 <row>
21675 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679 §
21680 \end_layout
21681
21682 \end_inset
21683 </cell>
21684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688 \begin_inset Formula $§$
21689 \end_inset
21690
21691
21692 \end_layout
21693
21694 \end_inset
21695 </cell>
21696 </row>
21697 </lyxtabular>
21698
21699 \end_inset
21700
21701
21702 \begin_inset Tabular
21703 <lyxtabular version="3" rows="10" columns="2">
21704 <features>
21705 <column alignment="center" valignment="top" width="0">
21706 <column alignment="center" valignment="top" width="0">
21707 <row>
21708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712 Comando
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21718 \begin_inset Text
21719
21720 \begin_layout Plain Layout
21721 Símbolo
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 </row>
21727 <row>
21728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732
21733 \backslash
21734 hbar
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743 \begin_inset Formula $\hbar$
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 </row>
21752 <row>
21753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21754 \begin_inset Text
21755
21756 \begin_layout Plain Layout
21757
21758 \backslash
21759 hslash
21760 \end_layout
21761
21762 \end_inset
21763 </cell>
21764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21765 \begin_inset Text
21766
21767 \begin_layout Plain Layout
21768 \begin_inset Formula $\hslash$
21769 \end_inset
21770
21771
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 </row>
21777 <row>
21778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21779 \begin_inset Text
21780
21781 \begin_layout Plain Layout
21782
21783 \backslash
21784 clubsuit
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793 \begin_inset Formula $\clubsuit$
21794 \end_inset
21795
21796
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 </row>
21802 <row>
21803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21804 \begin_inset Text
21805
21806 \begin_layout Plain Layout
21807
21808 \backslash
21809 spadesuit
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout Plain Layout
21818 \begin_inset Formula $\spadesuit$
21819 \end_inset
21820
21821
21822 \end_layout
21823
21824 \end_inset
21825 </cell>
21826 </row>
21827 <row>
21828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832
21833 \backslash
21834 bigstar
21835 \end_layout
21836
21837 \end_inset
21838 </cell>
21839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21840 \begin_inset Text
21841
21842 \begin_layout Plain Layout
21843 \begin_inset Formula $\bigstar$
21844 \end_inset
21845
21846
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 </row>
21852 <row>
21853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21854 \begin_inset Text
21855
21856 \begin_layout Plain Layout
21857
21858 \backslash
21859 blacklozenge
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868 \begin_inset Formula $\blacklozenge$
21869 \end_inset
21870
21871
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 </row>
21877 <row>
21878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882
21883 \backslash
21884 blacktriangle
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893 \begin_inset Formula $\blacktriangle$
21894 \end_inset
21895
21896
21897 \end_layout
21898
21899 \end_inset
21900 </cell>
21901 </row>
21902 <row>
21903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907
21908 \backslash
21909 blacktiangledown
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21915 \begin_inset Text
21916
21917 \begin_layout Plain Layout
21918 \begin_inset Formula $\blacktriangledown$
21919 \end_inset
21920
21921
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 </row>
21927 <row>
21928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21929 \begin_inset Text
21930
21931 \begin_layout Plain Layout
21932
21933 \backslash
21934 bullet
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21940 \begin_inset Text
21941
21942 \begin_layout Plain Layout
21943 \begin_inset Formula $\bullet$
21944 \end_inset
21945
21946
21947 \end_layout
21948
21949 \end_inset
21950 </cell>
21951 </row>
21952 </lyxtabular>
21953
21954 \end_inset
21955
21956
21957 \begin_inset Tabular
21958 <lyxtabular version="3" rows="10" columns="2">
21959 <features>
21960 <column alignment="center" valignment="top" width="0pt">
21961 <column alignment="center" valignment="top" width="0pt">
21962 <row>
21963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21964 \begin_inset Text
21965
21966 \begin_layout Plain Layout
21967 Comando
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21973 \begin_inset Text
21974
21975 \begin_layout Plain Layout
21976 Símbolo
21977 \end_layout
21978
21979 \end_inset
21980 </cell>
21981 </row>
21982 <row>
21983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21984 \begin_inset Text
21985
21986 \begin_layout Plain Layout
21987
21988 \backslash
21989 diamondsuit
21990 \end_layout
21991
21992 \end_inset
21993 </cell>
21994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21995 \begin_inset Text
21996
21997 \begin_layout Plain Layout
21998 \begin_inset Formula $\diamondsuit$
21999 \end_inset
22000
22001
22002 \end_layout
22003
22004 \end_inset
22005 </cell>
22006 </row>
22007 <row>
22008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22009 \begin_inset Text
22010
22011 \begin_layout Plain Layout
22012
22013 \backslash
22014 Diamond
22015 \end_layout
22016
22017 \end_inset
22018 </cell>
22019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22020 \begin_inset Text
22021
22022 \begin_layout Plain Layout
22023 \begin_inset Formula $\Diamond$
22024 \end_inset
22025
22026
22027 \end_layout
22028
22029 \end_inset
22030 </cell>
22031 </row>
22032 <row>
22033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22034 \begin_inset Text
22035
22036 \begin_layout Plain Layout
22037
22038 \backslash
22039 heartsuit
22040 \end_layout
22041
22042 \end_inset
22043 </cell>
22044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22045 \begin_inset Text
22046
22047 \begin_layout Plain Layout
22048 \begin_inset Formula $\heartsuit$
22049 \end_inset
22050
22051
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 </row>
22057 <row>
22058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062
22063 \backslash
22064 P
22065 \end_layout
22066
22067 \end_inset
22068 </cell>
22069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22070 \begin_inset Text
22071
22072 \begin_layout Plain Layout
22073 \begin_inset Formula $\P $
22074 \end_inset
22075
22076
22077 \end_layout
22078
22079 \end_inset
22080 </cell>
22081 </row>
22082 <row>
22083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087
22088 \backslash
22089 copyright
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098 \begin_inset Formula $\copyright $
22099 \end_inset
22100
22101
22102 \end_layout
22103
22104 \end_inset
22105 </cell>
22106 </row>
22107 <row>
22108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112
22113 \backslash
22114 circledR
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123 \begin_inset Formula $\circledR$
22124 \end_inset
22125
22126
22127 \end_layout
22128
22129 \end_inset
22130 </cell>
22131 </row>
22132 <row>
22133 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137
22138 \backslash
22139 maltese
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148 \begin_inset Formula $\maltese$
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 </row>
22157 <row>
22158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162
22163 \backslash
22164 diagup
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173 \begin_inset Formula $\diagup$
22174 \end_inset
22175
22176
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 </row>
22182 <row>
22183 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187
22188 \backslash
22189 diagdown
22190 \end_layout
22191
22192 \end_inset
22193 </cell>
22194 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22195 \begin_inset Text
22196
22197 \begin_layout Plain Layout
22198 \begin_inset Formula $\diagdown$
22199 \end_inset
22200
22201
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 </row>
22207 </lyxtabular>
22208
22209 \end_inset
22210
22211
22212 \end_layout
22213
22214 \begin_layout Standard
22215 \begin_inset VSpace medskip
22216 \end_inset
22217
22218
22219 \end_layout
22220
22221 \begin_layout Standard
22222 Hay más símbolos en 
22223 \begin_inset CommandInset ref
22224 LatexCommand ref
22225 reference "sub:Caracteres-especiales-misceláneos"
22226
22227 \end_inset
22228
22229 .
22230 \end_layout
22231
22232 \begin_layout Standard
22233 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22234 \begin_inset CommandInset ref
22235 LatexCommand ref
22236 reference "sub:Tamaños-de-fuentes"
22237
22238 \end_inset
22239
22240
22241 \end_layout
22242
22243 \begin_layout Subsection
22244 El símbolo del euro, €
22245 \begin_inset Index
22246 status collapsed
22247
22248 \begin_layout Plain Layout
22249 Símbolos ! euro
22250 \end_layout
22251
22252 \end_inset
22253
22254
22255 \begin_inset Index
22256 status collapsed
22257
22258 \begin_layout Plain Layout
22259 \begin_inset ERT
22260 status collapsed
22261
22262 \begin_layout Plain Layout
22263
22264
22265 \backslash
22266 officialeuro
22267 \end_layout
22268
22269 \end_inset
22270
22271
22272 \end_layout
22273
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \begin_layout Standard
22280 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22281  LaTeX 
22282 \series bold
22283 eurosym
22284 \series default
22285
22286 \begin_inset Index
22287 status collapsed
22288
22289 \begin_layout Plain Layout
22290 Paquetes ! eurosym
22291 \end_layout
22292
22293 \end_inset
22294
22295 , y cargado en el preámbulo LaTeX con la línea
22296 \end_layout
22297
22298 \begin_layout Standard
22299
22300 \series bold
22301
22302 \backslash
22303 usepackage[gennarrow]{eurosym}
22304 \end_layout
22305
22306 \begin_layout Standard
22307 Actualmente también se puede insertar con el comando 
22308 \series bold
22309
22310 \backslash
22311 euro
22312 \series default
22313
22314 \begin_inset Index
22315 status collapsed
22316
22317 \begin_layout Plain Layout
22318 Comandos ! E ! 
22319 \backslash
22320 euro
22321 \end_layout
22322
22323 \end_inset
22324
22325 .
22326 \end_layout
22327
22328 \begin_layout Standard
22329 El símbolo del euro puede insertarse directamente con la tecla € en texto
22330  matemático sin tener 
22331 \series bold
22332 eurosym
22333 \series default
22334  instalado.
22335  Si 
22336 \series bold
22337 eurosym
22338 \series default
22339  está instalado, se puede insertar 
22340 \series bold
22341
22342 \backslash
22343 euro
22344 \series default
22345  en modo TeX.
22346  El símbolo oficial de la moneda se puede insertar con el comando 
22347 \series bold
22348
22349 \backslash
22350 officialeuro
22351 \series default
22352
22353 \begin_inset Index
22354 status collapsed
22355
22356 \begin_layout Plain Layout
22357 Comandos ! O ! 
22358 \backslash
22359 officialeuro
22360 \end_layout
22361
22362 \end_inset
22363
22364 , que sólo está disponible en modo TeX.
22365 \end_layout
22366
22367 \begin_layout Standard
22368 \begin_inset ERT
22369 status collapsed
22370
22371 \begin_layout Plain Layout
22372
22373
22374 \backslash
22375 ifeurosym
22376 \end_layout
22377
22378 \end_inset
22379
22380
22381 \begin_inset Note Note
22382 status collapsed
22383
22384 \begin_layout Plain Layout
22385 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
22386 \series bold
22387 eurosym
22388 \series default
22389 .
22390 \end_layout
22391
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \begin_layout Standard
22398 Un vistazo a los diferentes símbolos del euro.
22399 \end_layout
22400
22401 \begin_layout Standard
22402 \noindent
22403 \align center
22404 \begin_inset Tabular
22405 <lyxtabular version="3" rows="4" columns="3">
22406 <features>
22407 <column alignment="center" valignment="top" width="0">
22408 <column alignment="center" valignment="top" width="0">
22409 <column alignment="center" valignment="top" width="0">
22410 <row>
22411 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424 Comando
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22430 \begin_inset Text
22431
22432 \begin_layout Plain Layout
22433 Símbolo
22434 \end_layout
22435
22436 \end_inset
22437 </cell>
22438 </row>
22439 <row>
22440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22441 \begin_inset Text
22442
22443 \begin_layout Plain Layout
22444 ecuación
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22450 \begin_inset Text
22451
22452 \begin_layout Plain Layout
22453
22454 \backslash
22455 euro
22456 \end_layout
22457
22458 \end_inset
22459 </cell>
22460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464 \begin_inset Formula $\euro $
22465 \end_inset
22466
22467
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 </row>
22473 <row>
22474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22475 \begin_inset Text
22476
22477 \begin_layout Plain Layout
22478 texto matemático
22479 \end_layout
22480
22481 \end_inset
22482 </cell>
22483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22484 \begin_inset Text
22485
22486 \begin_layout Plain Layout
22487
22488 \end_layout
22489
22490 \end_inset
22491 </cell>
22492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22493 \begin_inset Text
22494
22495 \begin_layout Plain Layout
22496 \begin_inset Formula $\mbox{€}$
22497 \end_inset
22498
22499
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 </row>
22505 <row>
22506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510 modo TeX
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519
22520 \backslash
22521 officialeuro
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530 \begin_inset ERT
22531 status collapsed
22532
22533 \begin_layout Plain Layout
22534
22535
22536 \backslash
22537 officialeuro
22538 \end_layout
22539
22540 \end_inset
22541
22542
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 </row>
22548 </lyxtabular>
22549
22550 \end_inset
22551
22552
22553 \end_layout
22554
22555 \begin_layout Standard
22556 \begin_inset ERT
22557 status collapsed
22558
22559 \begin_layout Plain Layout
22560
22561
22562 \backslash
22563 else
22564 \end_layout
22565
22566 \end_inset
22567
22568
22569 \begin_inset Note Note
22570 status collapsed
22571
22572 \begin_layout Plain Layout
22573 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22574 \series bold
22575 eurosym
22576 \series default
22577 :
22578 \end_layout
22579
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \begin_layout Standard
22586 Para ver la salida completa de esta subsección debe estar instalado el paquete
22587  LaTeX 
22588 \series bold
22589 eurosym
22590 \series default
22591 .
22592 \end_layout
22593
22594 \begin_layout Standard
22595 \begin_inset ERT
22596 status collapsed
22597
22598 \begin_layout Plain Layout
22599
22600
22601 \backslash
22602 fi
22603 \end_layout
22604
22605 \end_inset
22606
22607
22608 \end_layout
22609
22610 \begin_layout Section
22611 Relaciones
22612 \begin_inset CommandInset label
22613 LatexCommand label
22614 name "sec:Relaciones"
22615
22616 \end_inset
22617
22618
22619 \begin_inset Index
22620 status collapsed
22621
22622 \begin_layout Plain Layout
22623 Relaciones
22624 \end_layout
22625
22626 \end_inset
22627
22628
22629 \begin_inset Index
22630 status collapsed
22631
22632 \begin_layout Plain Layout
22633 Comparaciones|see
22634 \begin_inset ERT
22635 status collapsed
22636
22637 \begin_layout Plain Layout
22638
22639 {
22640 \end_layout
22641
22642 \end_inset
22643
22644 Relaciones
22645 \begin_inset ERT
22646 status collapsed
22647
22648 \begin_layout Plain Layout
22649
22650 }
22651 \end_layout
22652
22653 \end_inset
22654
22655
22656 \end_layout
22657
22658 \end_inset
22659
22660
22661 \end_layout
22662
22663 \begin_layout Standard
22664 Todas las relaciones se pueden insertar también con el botón 
22665 \begin_inset Graphics
22666         filename ../../images/math/leq.png
22667         scale 85
22668
22669 \end_inset
22670
22671  de la barra de ecuaciones.
22672 \end_layout
22673
22674 \begin_layout Standard
22675 \begin_inset Space \hfill{}
22676 \end_inset
22677
22678
22679 \begin_inset Tabular
22680 <lyxtabular version="3" rows="17" columns="2">
22681 <features>
22682 <column alignment="center" valignment="top" width="0pt">
22683 <column alignment="center" valignment="top" width="0pt">
22684 <row>
22685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689 Comando
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698 Relación
22699 \end_layout
22700
22701 \end_inset
22702 </cell>
22703 </row>
22704 <row>
22705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709 <
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718 \begin_inset Formula $<$
22719 \end_inset
22720
22721
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 </row>
22727 <row>
22728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732
22733 \backslash
22734 le
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 \begin_inset Formula $\le$
22744 \end_inset
22745
22746
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 </row>
22752 <row>
22753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22754 \begin_inset Text
22755
22756 \begin_layout Plain Layout
22757
22758 \backslash
22759 ll
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768 \begin_inset Formula $\ll$
22769 \end_inset
22770
22771
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 </row>
22777 <row>
22778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782
22783 \backslash
22784 prec
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793 \begin_inset Formula $\prec$
22794 \end_inset
22795
22796
22797 \end_layout
22798
22799 \end_inset
22800 </cell>
22801 </row>
22802 <row>
22803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22804 \begin_inset Text
22805
22806 \begin_layout Plain Layout
22807
22808 \backslash
22809 preceq
22810 \end_layout
22811
22812 \end_inset
22813 </cell>
22814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818 \begin_inset Formula $\preceq$
22819 \end_inset
22820
22821
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 </row>
22827 <row>
22828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22829 \begin_inset Text
22830
22831 \begin_layout Plain Layout
22832
22833 \backslash
22834 subset
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843 \begin_inset Formula $\subset$
22844 \end_inset
22845
22846
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 </row>
22852 <row>
22853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22854 \begin_inset Text
22855
22856 \begin_layout Plain Layout
22857
22858 \backslash
22859 subseteq
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868 \begin_inset Formula $\subseteq$
22869 \end_inset
22870
22871
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 </row>
22877 <row>
22878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22879 \begin_inset Text
22880
22881 \begin_layout Plain Layout
22882
22883 \backslash
22884 sqsubseteq
22885 \end_layout
22886
22887 \end_inset
22888 </cell>
22889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22890 \begin_inset Text
22891
22892 \begin_layout Plain Layout
22893 \begin_inset Formula $\sqsubseteq$
22894 \end_inset
22895
22896
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 </row>
22902 <row>
22903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22904 \begin_inset Text
22905
22906 \begin_layout Plain Layout
22907
22908 \backslash
22909 in
22910 \end_layout
22911
22912 \end_inset
22913 </cell>
22914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918 \begin_inset Formula $\in$
22919 \end_inset
22920
22921
22922 \end_layout
22923
22924 \end_inset
22925 </cell>
22926 </row>
22927 <row>
22928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22929 \begin_inset Text
22930
22931 \begin_layout Plain Layout
22932
22933 \backslash
22934 vdash
22935 \end_layout
22936
22937 \end_inset
22938 </cell>
22939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22940 \begin_inset Text
22941
22942 \begin_layout Plain Layout
22943 \begin_inset Formula $\vdash$
22944 \end_inset
22945
22946
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 </row>
22952 <row>
22953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22954 \begin_inset Text
22955
22956 \begin_layout Plain Layout
22957
22958 \backslash
22959 smile
22960 \end_layout
22961
22962 \end_inset
22963 </cell>
22964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22965 \begin_inset Text
22966
22967 \begin_layout Plain Layout
22968 \begin_inset Formula $\smile$
22969 \end_inset
22970
22971
22972 \end_layout
22973
22974 \end_inset
22975 </cell>
22976 </row>
22977 <row>
22978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982
22983 \backslash
22984 lhd
22985 \end_layout
22986
22987 \end_inset
22988 </cell>
22989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22990 \begin_inset Text
22991
22992 \begin_layout Plain Layout
22993 \begin_inset Formula $\lhd$
22994 \end_inset
22995
22996
22997 \end_layout
22998
22999 \end_inset
23000 </cell>
23001 </row>
23002 <row>
23003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23004 \begin_inset Text
23005
23006 \begin_layout Plain Layout
23007
23008 \backslash
23009 unlhd
23010 \end_layout
23011
23012 \end_inset
23013 </cell>
23014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23015 \begin_inset Text
23016
23017 \begin_layout Plain Layout
23018 \begin_inset Formula $\unlhd$
23019 \end_inset
23020
23021
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 </row>
23027 <row>
23028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032
23033 \backslash
23034 gtrless
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043 \begin_inset Formula $\gtrless$
23044 \end_inset
23045
23046
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 </row>
23052 <row>
23053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057
23058 \backslash
23059 mid
23060 \end_layout
23061
23062 \end_inset
23063 </cell>
23064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23065 \begin_inset Text
23066
23067 \begin_layout Plain Layout
23068 \begin_inset Formula $\mid$
23069 \end_inset
23070
23071
23072 \end_layout
23073
23074 \end_inset
23075 </cell>
23076 </row>
23077 <row>
23078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23079 \begin_inset Text
23080
23081 \begin_layout Plain Layout
23082
23083 \backslash
23084 nmid
23085 \end_layout
23086
23087 \end_inset
23088 </cell>
23089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23090 \begin_inset Text
23091
23092 \begin_layout Plain Layout
23093 \begin_inset Formula $\nmid$
23094 \end_inset
23095
23096
23097 \end_layout
23098
23099 \end_inset
23100 </cell>
23101 </row>
23102 </lyxtabular>
23103
23104 \end_inset
23105
23106
23107 \begin_inset Space \hfill{}
23108 \end_inset
23109
23110
23111 \begin_inset Tabular
23112 <lyxtabular version="3" rows="17" columns="2">
23113 <features>
23114 <column alignment="center" valignment="top" width="0pt">
23115 <column alignment="center" valignment="top" width="0pt">
23116 <row>
23117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121 Comando
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23127 \begin_inset Text
23128
23129 \begin_layout Plain Layout
23130 Relación
23131 \end_layout
23132
23133 \end_inset
23134 </cell>
23135 </row>
23136 <row>
23137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23138 \begin_inset Text
23139
23140 \begin_layout Plain Layout
23141 =
23142 \end_layout
23143
23144 \end_inset
23145 </cell>
23146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23147 \begin_inset Text
23148
23149 \begin_layout Plain Layout
23150 \begin_inset Formula $=$
23151 \end_inset
23152
23153
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 </row>
23159 <row>
23160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23161 \begin_inset Text
23162
23163 \begin_layout Plain Layout
23164
23165 \backslash
23166 not=
23167 \end_layout
23168
23169 \end_inset
23170 </cell>
23171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175 \begin_inset Formula $\not=$
23176 \end_inset
23177
23178
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 </row>
23184 <row>
23185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189
23190 \backslash
23191 equiv
23192 \end_layout
23193
23194 \end_inset
23195 </cell>
23196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200 \begin_inset Formula $\equiv$
23201 \end_inset
23202
23203
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 </row>
23209 <row>
23210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23211 \begin_inset Text
23212
23213 \begin_layout Plain Layout
23214
23215 \backslash
23216 sim
23217 \end_layout
23218
23219 \end_inset
23220 </cell>
23221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225 \begin_inset Formula $\sim$
23226 \end_inset
23227
23228
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 </row>
23234 <row>
23235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23236 \begin_inset Text
23237
23238 \begin_layout Plain Layout
23239
23240 \backslash
23241 simeq
23242 \end_layout
23243
23244 \end_inset
23245 </cell>
23246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250 \begin_inset Formula $\simeq$
23251 \end_inset
23252
23253
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 </row>
23259 <row>
23260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23261 \begin_inset Text
23262
23263 \begin_layout Plain Layout
23264
23265 \backslash
23266 approx
23267 \end_layout
23268
23269 \end_inset
23270 </cell>
23271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23272 \begin_inset Text
23273
23274 \begin_layout Plain Layout
23275 \begin_inset Formula $\approx$
23276 \end_inset
23277
23278
23279 \end_layout
23280
23281 \end_inset
23282 </cell>
23283 </row>
23284 <row>
23285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23286 \begin_inset Text
23287
23288 \begin_layout Plain Layout
23289
23290 \backslash
23291 cong
23292 \end_layout
23293
23294 \end_inset
23295 </cell>
23296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300 \begin_inset Formula $\cong$
23301 \end_inset
23302
23303
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 </row>
23309 <row>
23310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23311 \begin_inset Text
23312
23313 \begin_layout Plain Layout
23314
23315 \backslash
23316 bowtie
23317 \end_layout
23318
23319 \end_inset
23320 </cell>
23321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23322 \begin_inset Text
23323
23324 \begin_layout Plain Layout
23325 \begin_inset Formula $\bowtie$
23326 \end_inset
23327
23328
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 </row>
23334 <row>
23335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23336 \begin_inset Text
23337
23338 \begin_layout Plain Layout
23339
23340 \backslash
23341 notin
23342 \end_layout
23343
23344 \end_inset
23345 </cell>
23346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350 \begin_inset Formula $\notin$
23351 \end_inset
23352
23353
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 </row>
23359 <row>
23360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364
23365 \backslash
23366 perp
23367 \end_layout
23368
23369 \end_inset
23370 </cell>
23371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23372 \begin_inset Text
23373
23374 \begin_layout Plain Layout
23375 \begin_inset Formula $\perp$
23376 \end_inset
23377
23378
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 </row>
23384 <row>
23385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389
23390 \backslash
23391 propto
23392 \end_layout
23393
23394 \end_inset
23395 </cell>
23396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23397 \begin_inset Text
23398
23399 \begin_layout Plain Layout
23400 \begin_inset Formula $\propto$
23401 \end_inset
23402
23403
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 </row>
23409 <row>
23410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414
23415 \backslash
23416 asymp
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23422 \begin_inset Text
23423
23424 \begin_layout Plain Layout
23425 \begin_inset Formula $\asymp$
23426 \end_inset
23427
23428
23429 \end_layout
23430
23431 \end_inset
23432 </cell>
23433 </row>
23434 <row>
23435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23436 \begin_inset Text
23437
23438 \begin_layout Plain Layout
23439
23440 \backslash
23441 doteq
23442 \end_layout
23443
23444 \end_inset
23445 </cell>
23446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23447 \begin_inset Text
23448
23449 \begin_layout Plain Layout
23450 \begin_inset Formula $\doteq$
23451 \end_inset
23452
23453
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 </row>
23459 <row>
23460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464
23465 \backslash
23466 circeq
23467 \end_layout
23468
23469 \end_inset
23470 </cell>
23471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23472 \begin_inset Text
23473
23474 \begin_layout Plain Layout
23475 \begin_inset Formula $\circeq$
23476 \end_inset
23477
23478
23479 \end_layout
23480
23481 \end_inset
23482 </cell>
23483 </row>
23484 <row>
23485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489
23490 \backslash
23491 models
23492 \end_layout
23493
23494 \end_inset
23495 </cell>
23496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500 \begin_inset Formula $\models$
23501 \end_inset
23502
23503
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 </row>
23509 <row>
23510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514
23515 \backslash
23516 widehat=
23517 \end_layout
23518
23519 \end_inset
23520 </cell>
23521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23522 \begin_inset Text
23523
23524 \begin_layout Plain Layout
23525 \begin_inset Formula $\widehat{=}$
23526 \end_inset
23527
23528
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 </row>
23534 </lyxtabular>
23535
23536 \end_inset
23537
23538
23539 \begin_inset Space \hfill{}
23540 \end_inset
23541
23542
23543 \begin_inset Tabular
23544 <lyxtabular version="3" rows="17" columns="2">
23545 <features>
23546 <column alignment="center" valignment="top" width="0pt">
23547 <column alignment="center" valignment="top" width="0pt">
23548 <row>
23549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553 Comando
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562 Relación
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 </row>
23568 <row>
23569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573 >
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 $>$
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 ge
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 $\ge$
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 gg
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 $\gg$
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 succ
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 $\succ$
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 succeq
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 $\succeq$
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 supset
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 $\supset$
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 supseteq
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 $\supseteq$
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 sqsupseteq
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 $\sqsupseteq$
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 ni
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 $\ni$
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 dashv
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 $\dashv$
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 frown
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 $\frown$
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 rhd
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 $\rhd$
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 unrhd
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 $\unrhd$
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" leftline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896
23897 \backslash
23898 lessgtr
23899 \end_layout
23900
23901 \end_inset
23902 </cell>
23903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907 \begin_inset Formula $\lessgtr$
23908 \end_inset
23909
23910
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 </row>
23916 <row>
23917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23918 \begin_inset Text
23919
23920 \begin_layout Plain Layout
23921
23922 \backslash
23923 parallel
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932 \begin_inset Formula $\parallel$
23933 \end_inset
23934
23935
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 </row>
23941 <row>
23942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Plain Layout
23946
23947 \backslash
23948 nparallel
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Plain Layout
23957 \begin_inset Formula $\nparallel$
23958 \end_inset
23959
23960
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 </row>
23966 </lyxtabular>
23967
23968 \end_inset
23969
23970
23971 \begin_inset Space \hfill{}
23972 \end_inset
23973
23974
23975 \end_layout
23976
23977 \begin_layout Standard
23978 \begin_inset VSpace medskip
23979 \end_inset
23980
23981
23982 \end_layout
23983
23984 \begin_layout Standard
23985 Los caracteres 
23986 \series bold
23987
23988 \backslash
23989 lhd
23990 \series default
23991  y 
23992 \series bold
23993
23994 \backslash
23995 rhd
23996 \series default
23997  son mayores que los operadores de aspecto similar 
23998 \series bold
23999
24000 \backslash
24001 triangleleft
24002 \series default
24003  y 
24004 \series bold
24005
24006 \backslash
24007 triangleright
24008 \series default
24009 , respectivamente.
24010 \end_layout
24011
24012 \begin_layout Standard
24013 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24014 \end_layout
24015
24016 \begin_layout Standard
24017 Se pueden componer relaciones con etiquetas con el comando 
24018 \series bold
24019
24020 \backslash
24021 stackrel
24022 \series default
24023
24024 \begin_inset Index
24025 status collapsed
24026
24027 \begin_layout Plain Layout
24028 Comandos ! S ! 
24029 \backslash
24030 stackrel
24031 \end_layout
24032
24033 \end_inset
24034
24035 :
24036 \end_layout
24037
24038 \begin_layout Standard
24039 \align center
24040 \begin_inset Tabular
24041 <lyxtabular version="3" rows="2" columns="2">
24042 <features>
24043 <column alignment="center" valignment="top" width="0">
24044 <column alignment="center" valignment="top" width="0">
24045 <row>
24046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Plain Layout
24050 Comando
24051 \end_layout
24052
24053 \end_inset
24054 </cell>
24055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24056 \begin_inset Text
24057
24058 \begin_layout Plain Layout
24059 Resultado
24060 \begin_inset Note Note
24061 status collapsed
24062
24063 \begin_layout Plain Layout
24064
24065 \series bold
24066
24067 \backslash
24068 raisebox
24069 \series default
24070  se usa sólo como espaciador
24071 \end_layout
24072
24073 \end_inset
24074
24075
24076 \end_layout
24077
24078 \end_inset
24079 </cell>
24080 </row>
24081 <row>
24082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24083 \begin_inset Text
24084
24085 \begin_layout Plain Layout
24086 A(r)
24087 \backslash
24088 stackrel
24089 \begin_inset ERT
24090 status collapsed
24091
24092 \begin_layout Plain Layout
24093
24094
24095 \backslash
24096 spce 
24097 \end_layout
24098
24099 \end_inset
24100
24101 r
24102 \backslash
24103 to
24104 \backslash
24105 infty
24106 \begin_inset ERT
24107 status collapsed
24108
24109 \begin_layout Plain Layout
24110
24111
24112 \backslash
24113 spce 
24114 \end_layout
24115
24116 \end_inset
24117
24118
24119 \begin_inset Formula $\downarrow$
24120 \end_inset
24121
24122
24123 \backslash
24124 approx
24125 \begin_inset ERT
24126 status collapsed
24127
24128 \begin_layout Plain Layout
24129
24130
24131 \backslash
24132 spce 
24133 \end_layout
24134
24135 \end_inset
24136
24137
24138 \begin_inset ERT
24139 status collapsed
24140
24141 \begin_layout Plain Layout
24142
24143
24144 \backslash
24145 spce 
24146 \end_layout
24147
24148 \end_inset
24149
24150 B
24151 \end_layout
24152
24153 \end_inset
24154 </cell>
24155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24156 \begin_inset Text
24157
24158 \begin_layout Plain Layout
24159 \begin_inset Formula $\raisebox {5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24160 \end_inset
24161
24162
24163 \end_layout
24164
24165 \end_inset
24166 </cell>
24167 </row>
24168 </lyxtabular>
24169
24170 \end_inset
24171
24172
24173 \end_layout
24174
24175 \begin_layout Section
24176 Funciones
24177 \end_layout
24178
24179 \begin_layout Subsection
24180 Funciones predefinidas
24181 \begin_inset CommandInset label
24182 LatexCommand label
24183 name "sub:Funciones-predefinidas"
24184
24185 \end_inset
24186
24187
24188 \begin_inset Index
24189 status collapsed
24190
24191 \begin_layout Plain Layout
24192 Funciones ! predefinidas
24193 \end_layout
24194
24195 \end_inset
24196
24197
24198 \end_layout
24199
24200 \begin_layout Standard
24201 En general las variables se escriben en 
24202 \emph on
24203 cursiva
24204 \emph default
24205  en expresiones matemáticas, pero no los nombres de las funciones, porque
24206  
24207 \begin_inset Formula $sen$
24208 \end_inset
24209
24210  podría confundirse con 
24211 \begin_inset Formula $s\cdot e\cdot n$
24212 \end_inset
24213
24214 .
24215  Por eso hay funciones predefinidas, que además se separan un poco del factor
24216  precedente.
24217  Se insertan como comandos con una barra inversa  delante de su nombre.
24218 \end_layout
24219
24220 \begin_layout Standard
24221 \align center
24222 \begin_inset Tabular
24223 <lyxtabular version="3" rows="2" columns="4">
24224 <features>
24225 <column alignment="center" valignment="top" width="0pt">
24226 <column alignment="center" valignment="top" width="0pt">
24227 <column alignment="center" valignment="top" width="0pt">
24228 <column alignment="center" valignment="top" width="0pt">
24229 <row>
24230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Plain Layout
24234 Comando
24235 \end_layout
24236
24237 \end_inset
24238 </cell>
24239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24240 \begin_inset Text
24241
24242 \begin_layout Plain Layout
24243 Resultado
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24249 \begin_inset Text
24250
24251 \begin_layout Plain Layout
24252 Comando
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261 Resultado
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 </row>
24267 <row>
24268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24269 \begin_inset Text
24270
24271 \begin_layout Plain Layout
24272 Asen(x)+B
24273 \end_layout
24274
24275 \end_inset
24276 </cell>
24277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Plain Layout
24281 \begin_inset Formula $Asen(x)+B$
24282 \end_inset
24283
24284
24285 \end_layout
24286
24287 \end_inset
24288 </cell>
24289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24290 \begin_inset Text
24291
24292 \begin_layout Plain Layout
24293 A
24294 \backslash
24295 sen(x)+B
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304 \begin_inset Formula $A\sen (x)+B$
24305 \end_inset
24306
24307
24308 \end_layout
24309
24310 \end_inset
24311 </cell>
24312 </row>
24313 </lyxtabular>
24314
24315 \end_inset
24316
24317
24318 \end_layout
24319
24320 \begin_layout Standard
24321 \align center
24322 \begin_inset Newpage newpage
24323 \end_inset
24324
24325
24326 \end_layout
24327
24328 \begin_layout Standard
24329 Las funciones siguientes están predefinidas
24330 \begin_inset Foot
24331 status collapsed
24332
24333 \begin_layout Plain Layout
24334 Se han añadido tres columnas con los comandos suministrados por el estilo
24335  
24336 \series bold
24337 spanish
24338 \series default
24339  de 
24340 \series bold
24341 babel
24342 \series default
24343 , adaptados a las convenciones hispanohablantes.
24344  Además, en su caso, las funciones serán acentuadas automáticamente, p.
24345 \begin_inset Space \thinspace{}
24346 \end_inset
24347
24348 e.
24349  
24350 \begin_inset Quotes fld
24351 \end_inset
24352
24353 lím
24354 \begin_inset Quotes frd
24355 \end_inset
24356
24357  o 
24358 \begin_inset Quotes fld
24359 \end_inset
24360
24361 máx
24362 \begin_inset Quotes frd
24363 \end_inset
24364
24365 .
24366  Véase la documentación de 
24367 \begin_inset CommandInset citation
24368 LatexCommand cite
24369 key "spanish"
24370
24371 \end_inset
24372
24373 .
24374  (
24375 \emph on
24376 N.
24377 \begin_inset Space \thinspace{}
24378 \end_inset
24379
24380 del t.
24381 \emph default
24382 )
24383 \end_layout
24384
24385 \end_inset
24386
24387 :
24388 \end_layout
24389
24390 \begin_layout Standard
24391 \begin_inset VSpace -2mm
24392 \end_inset
24393
24394
24395 \end_layout
24396
24397 \begin_layout Standard
24398 \align center
24399 \begin_inset Tabular
24400 <lyxtabular version="3" rows="9" columns="7">
24401 <features>
24402 <column alignment="center" valignment="top" width="0pt">
24403 <column alignment="center" valignment="top" width="0pt">
24404 <column alignment="center" valignment="top" width="0pt">
24405 <column alignment="center" valignment="top" width="0pt">
24406 <column alignment="center" valignment="top" width="0pt">
24407 <column alignment="center" valignment="top" width="0pt">
24408 <column alignment="center" valignment="top" width="0pt">
24409 <row>
24410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24411 \begin_inset Text
24412
24413 \begin_layout Plain Layout
24414 Comando
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423 español
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432 Comando
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24438 \begin_inset Text
24439
24440 \begin_layout Plain Layout
24441 español
24442 \end_layout
24443
24444 \end_inset
24445 </cell>
24446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24447 \begin_inset Text
24448
24449 \begin_layout Plain Layout
24450 Comando
24451 \end_layout
24452
24453 \end_inset
24454 </cell>
24455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459 español
24460 \end_layout
24461
24462 \end_inset
24463 </cell>
24464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24465 \begin_inset Text
24466
24467 \begin_layout Plain Layout
24468 Comando
24469 \end_layout
24470
24471 \end_inset
24472 </cell>
24473 </row>
24474 <row>
24475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24476 \begin_inset Text
24477
24478 \begin_layout Plain Layout
24479
24480 \backslash
24481 sin
24482 \end_layout
24483
24484 \end_inset
24485 </cell>
24486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24487 \begin_inset Text
24488
24489 \begin_layout Plain Layout
24490
24491 \backslash
24492 sen
24493 \end_layout
24494
24495 \end_inset
24496 </cell>
24497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24498 \begin_inset Text
24499
24500 \begin_layout Plain Layout
24501
24502 \backslash
24503 sinh
24504 \end_layout
24505
24506 \end_inset
24507 </cell>
24508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24509 \begin_inset Text
24510
24511 \begin_layout Plain Layout
24512
24513 \backslash
24514 senh
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24520 \begin_inset Text
24521
24522 \begin_layout Plain Layout
24523
24524 \backslash
24525 arcsin
24526 \end_layout
24527
24528 \end_inset
24529 </cell>
24530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24531 \begin_inset Text
24532
24533 \begin_layout Plain Layout
24534
24535 \backslash
24536 arcsen
24537 \end_layout
24538
24539 \end_inset
24540 </cell>
24541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24542 \begin_inset Text
24543
24544 \begin_layout Plain Layout
24545
24546 \backslash
24547 sup
24548 \end_layout
24549
24550 \end_inset
24551 </cell>
24552 </row>
24553 <row>
24554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24555 \begin_inset Text
24556
24557 \begin_layout Plain Layout
24558
24559 \backslash
24560 cos
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24566 \begin_inset Text
24567
24568 \begin_layout Plain Layout
24569
24570 \end_layout
24571
24572 \end_inset
24573 </cell>
24574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24575 \begin_inset Text
24576
24577 \begin_layout Plain Layout
24578
24579 \backslash
24580 cosh
24581 \end_layout
24582
24583 \end_inset
24584 </cell>
24585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24586 \begin_inset Text
24587
24588 \begin_layout Plain Layout
24589
24590 \end_layout
24591
24592 \end_inset
24593 </cell>
24594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24595 \begin_inset Text
24596
24597 \begin_layout Plain Layout
24598
24599 \backslash
24600 arccos
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609
24610 \backslash
24611 arccos
24612 \end_layout
24613
24614 \end_inset
24615 </cell>
24616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24617 \begin_inset Text
24618
24619 \begin_layout Plain Layout
24620
24621 \backslash
24622 inf
24623 \end_layout
24624
24625 \end_inset
24626 </cell>
24627 </row>
24628 <row>
24629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24630 \begin_inset Text
24631
24632 \begin_layout Plain Layout
24633
24634 \backslash
24635 tan
24636 \end_layout
24637
24638 \end_inset
24639 </cell>
24640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24641 \begin_inset Text
24642
24643 \begin_layout Plain Layout
24644
24645 \backslash
24646 tg
24647 \end_layout
24648
24649 \end_inset
24650 </cell>
24651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24652 \begin_inset Text
24653
24654 \begin_layout Plain Layout
24655
24656 \backslash
24657 tanh
24658 \end_layout
24659
24660 \end_inset
24661 </cell>
24662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24663 \begin_inset Text
24664
24665 \begin_layout Plain Layout
24666
24667 \backslash
24668 tgh
24669 \end_layout
24670
24671 \end_inset
24672 </cell>
24673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24674 \begin_inset Text
24675
24676 \begin_layout Plain Layout
24677
24678 \backslash
24679 arctan
24680 \end_layout
24681
24682 \end_inset
24683 </cell>
24684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24685 \begin_inset Text
24686
24687 \begin_layout Plain Layout
24688
24689 \backslash
24690 arctg
24691 \end_layout
24692
24693 \end_inset
24694 </cell>
24695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24696 \begin_inset Text
24697
24698 \begin_layout Plain Layout
24699
24700 \backslash
24701 lim
24702 \end_layout
24703
24704 \end_inset
24705 </cell>
24706 </row>
24707 <row>
24708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24709 \begin_inset Text
24710
24711 \begin_layout Plain Layout
24712
24713 \backslash
24714 cot
24715 \end_layout
24716
24717 \end_inset
24718 </cell>
24719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24720 \begin_inset Text
24721
24722 \begin_layout Plain Layout
24723 \begin_inset Formula $ $
24724 \end_inset
24725
24726
24727 \backslash
24728 cotg
24729 \end_layout
24730
24731 \end_inset
24732 </cell>
24733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24734 \begin_inset Text
24735
24736 \begin_layout Plain Layout
24737
24738 \backslash
24739 coth
24740 \end_layout
24741
24742 \end_inset
24743 </cell>
24744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24745 \begin_inset Text
24746
24747 \begin_layout Plain Layout
24748
24749 \end_layout
24750
24751 \end_inset
24752 </cell>
24753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757
24758 \backslash
24759 arg
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768
24769 \end_layout
24770
24771 \end_inset
24772 </cell>
24773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24774 \begin_inset Text
24775
24776 \begin_layout Plain Layout
24777
24778 \backslash
24779 liminf
24780 \end_layout
24781
24782 \end_inset
24783 </cell>
24784 </row>
24785 <row>
24786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790
24791 \backslash
24792 sec
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24798 \begin_inset Text
24799
24800 \begin_layout Plain Layout
24801
24802 \end_layout
24803
24804 \end_inset
24805 </cell>
24806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24807 \begin_inset Text
24808
24809 \begin_layout Plain Layout
24810
24811 \backslash
24812 min
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24818 \begin_inset Text
24819
24820 \begin_layout Plain Layout
24821
24822 \end_layout
24823
24824 \end_inset
24825 </cell>
24826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24827 \begin_inset Text
24828
24829 \begin_layout Plain Layout
24830
24831 \backslash
24832 deg
24833 \end_layout
24834
24835 \end_inset
24836 </cell>
24837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24838 \begin_inset Text
24839
24840 \begin_layout Plain Layout
24841
24842 \end_layout
24843
24844 \end_inset
24845 </cell>
24846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24847 \begin_inset Text
24848
24849 \begin_layout Plain Layout
24850
24851 \backslash
24852 limsup
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 </row>
24858 <row>
24859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24860 \begin_inset Text
24861
24862 \begin_layout Plain Layout
24863
24864 \backslash
24865 csc
24866 \end_layout
24867
24868 \end_inset
24869 </cell>
24870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874
24875 \backslash
24876 cosec
24877 \end_layout
24878
24879 \end_inset
24880 </cell>
24881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Plain Layout
24885
24886 \backslash
24887 max
24888 \end_layout
24889
24890 \end_inset
24891 </cell>
24892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Plain Layout
24896
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Plain Layout
24905
24906 \backslash
24907 det
24908 \end_layout
24909
24910 \end_inset
24911 </cell>
24912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24913 \begin_inset Text
24914
24915 \begin_layout Plain Layout
24916
24917 \end_layout
24918
24919 \end_inset
24920 </cell>
24921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24922 \begin_inset Text
24923
24924 \begin_layout Plain Layout
24925
24926 \backslash
24927 Pr
24928 \end_layout
24929
24930 \end_inset
24931 </cell>
24932 </row>
24933 <row>
24934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938
24939 \backslash
24940 ln
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958
24959 \backslash
24960 exp
24961 \end_layout
24962
24963 \end_inset
24964 </cell>
24965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969
24970 \end_layout
24971
24972 \end_inset
24973 </cell>
24974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24975 \begin_inset Text
24976
24977 \begin_layout Plain Layout
24978
24979 \backslash
24980 dim
24981 \end_layout
24982
24983 \end_inset
24984 </cell>
24985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Plain Layout
24989
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24995 \begin_inset Text
24996
24997 \begin_layout Plain Layout
24998
24999 \backslash
25000 hom
25001 \end_layout
25002
25003 \end_inset
25004 </cell>
25005 </row>
25006 <row>
25007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25008 \begin_inset Text
25009
25010 \begin_layout Plain Layout
25011
25012 \backslash
25013 lg
25014 \end_layout
25015
25016 \end_inset
25017 </cell>
25018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25019 \begin_inset Text
25020
25021 \begin_layout Plain Layout
25022
25023 \end_layout
25024
25025 \end_inset
25026 </cell>
25027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25028 \begin_inset Text
25029
25030 \begin_layout Plain Layout
25031
25032 \backslash
25033 log
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25039 \begin_inset Text
25040
25041 \begin_layout Plain Layout
25042
25043 \end_layout
25044
25045 \end_inset
25046 </cell>
25047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25048 \begin_inset Text
25049
25050 \begin_layout Plain Layout
25051
25052 \backslash
25053 ker
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062
25063 \end_layout
25064
25065 \end_inset
25066 </cell>
25067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25068 \begin_inset Text
25069
25070 \begin_layout Plain Layout
25071
25072 \backslash
25073 gcd
25074 \end_layout
25075
25076 \end_inset
25077 </cell>
25078 </row>
25079 </lyxtabular>
25080
25081 \end_inset
25082
25083
25084 \end_layout
25085
25086 \begin_layout Standard
25087 También se pueden insertar con el botón 
25088 \begin_inset Graphics
25089         filename ../../images/math/functions.png
25090         scale 85
25091
25092 \end_inset
25093
25094  de la barra de ecuaciones.
25095 \end_layout
25096
25097 \begin_layout Subsection
25098 Funciones definidas por el usuario
25099 \begin_inset Index
25100 status collapsed
25101
25102 \begin_layout Plain Layout
25103 Funciones ! personalizadas
25104 \end_layout
25105
25106 \end_inset
25107
25108
25109 \end_layout
25110
25111 \begin_layout Standard
25112 Para usar una función no predefinida, como por ejemplo la función máximo
25113  común divisor, mcd
25114 \begin_inset Foot
25115 status collapsed
25116
25117 \begin_layout Plain Layout
25118 Se ha sustituido el ejemplo del original en inglés, 
25119 \backslash
25120
25121 \series bold
25122 sgn
25123 \series default
25124 , por la función máximo común divisor, 
25125 \series bold
25126
25127 \backslash
25128 mcd
25129 \series default
25130 , equivalente a la predefinida en inglés 
25131 \series bold
25132
25133 \backslash
25134 gcd
25135 \series default
25136 .
25137  (
25138 \emph on
25139 N.
25140 \begin_inset Space \thinspace{}
25141 \end_inset
25142
25143 del t.
25144 \emph default
25145 )
25146 \end_layout
25147
25148 \end_inset
25149
25150 , hay dos posibilidades:
25151 \end_layout
25152
25153 \begin_layout Itemize
25154 Define la función añadiendo al preámbulo LaTeX la línea
25155 \begin_inset Foot
25156 status collapsed
25157
25158 \begin_layout Plain Layout
25159 Más sobre 
25160 \series bold
25161
25162 \backslash
25163 DeclareMathOperator
25164 \series default
25165  en 
25166 \begin_inset CommandInset ref
25167 LatexCommand ref
25168 reference "sub:Operadores-de-usuario"
25169
25170 \end_inset
25171
25172
25173 \end_layout
25174
25175 \end_inset
25176
25177
25178 \begin_inset Newline newline
25179 \end_inset
25180
25181
25182 \begin_inset VSpace -3mm
25183 \end_inset
25184
25185
25186 \begin_inset Newline newline
25187 \end_inset
25188
25189
25190 \series bold
25191
25192 \backslash
25193 DeclareMathOperator{
25194 \backslash
25195 mcd}{mcd}
25196 \series default
25197
25198 \begin_inset Index
25199 status collapsed
25200
25201 \begin_layout Plain Layout
25202 Comandos ! D ! 
25203 \backslash
25204 dbinom@
25205 \backslash
25206 DeclareMathOperator
25207 \end_layout
25208
25209 \end_inset
25210
25211
25212 \begin_inset Newline newline
25213 \end_inset
25214
25215
25216 \begin_inset VSpace -2mm
25217 \end_inset
25218
25219
25220 \begin_inset Newline newline
25221 \end_inset
25222
25223 Ahora la función recién definida se puede obtener con el comando 
25224 \series bold
25225
25226 \backslash
25227 mcd
25228 \series default
25229 .
25230 \end_layout
25231
25232 \begin_layout Itemize
25233 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25234  en nuestro ejemplo las letras 
25235 \emph on
25236 mcd
25237 \emph default
25238 , y cámbialo a texto matemático.
25239  Entre el factor precedente y la función se inserta un espacio.
25240 \end_layout
25241
25242 \begin_layout Standard
25243 El resultado con ambos métodos es el mismo que con una función predefinida:
25244 \begin_inset Foot
25245 status collapsed
25246
25247 \begin_layout Plain Layout
25248 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25249  negro.
25250 \end_layout
25251
25252 \end_inset
25253
25254
25255 \end_layout
25256
25257 \begin_layout Standard
25258 \align center
25259 \begin_inset Tabular
25260 <lyxtabular version="3" rows="3" columns="2">
25261 <features>
25262 <column alignment="center" valignment="top" width="0pt">
25263 <column alignment="center" valignment="top" width="0pt">
25264 <row>
25265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25266 \begin_inset Text
25267
25268 \begin_layout Plain Layout
25269 Comando
25270 \end_layout
25271
25272 \end_inset
25273 </cell>
25274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25275 \begin_inset Text
25276
25277 \begin_layout Plain Layout
25278 Resultado
25279 \end_layout
25280
25281 \end_inset
25282 </cell>
25283 </row>
25284 <row>
25285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25286 \begin_inset Text
25287
25288 \begin_layout Plain Layout
25289 A
25290 \backslash
25291 mcd(x)+B
25292 \end_layout
25293
25294 \end_inset
25295 </cell>
25296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25297 \begin_inset Text
25298
25299 \begin_layout Plain Layout
25300 \begin_inset Formula $A\mcd (x)+B$
25301 \end_inset
25302
25303
25304 \end_layout
25305
25306 \end_inset
25307 </cell>
25308 </row>
25309 <row>
25310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25311 \begin_inset Text
25312
25313 \begin_layout Plain Layout
25314 A
25315 \backslash
25316 ,
25317 \begin_inset Formula $\underbrace{\textrm{mcd}}_{\textrm{Alt-m}\,\textrm{m}}$
25318 \end_inset
25319
25320 (x)+B
25321 \end_layout
25322
25323 \end_inset
25324 </cell>
25325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25326 \begin_inset Text
25327
25328 \begin_layout Plain Layout
25329 \begin_inset Formula $A\,\mbox{mcd}(x)+B$
25330 \end_inset
25331
25332
25333 \end_layout
25334
25335 \end_inset
25336 </cell>
25337 </row>
25338 </lyxtabular>
25339
25340 \end_inset
25341
25342
25343 \end_layout
25344
25345 \begin_layout Standard
25346 El primer método es preferible si la función se va a usar varias veces.
25347 \end_layout
25348
25349 \begin_layout Subsection
25350 Límites
25351 \begin_inset Index
25352 status collapsed
25353
25354 \begin_layout Plain Layout
25355 Límites
25356 \end_layout
25357
25358 \end_inset
25359
25360
25361 \end_layout
25362
25363 \begin_layout Standard
25364 Para límites, además de 
25365 \series bold
25366
25367 \backslash
25368 lim
25369 \series default
25370
25371 \begin_inset Index
25372 status collapsed
25373
25374 \begin_layout Plain Layout
25375 Comandos ! L ! 
25376 \backslash
25377 lim
25378 \end_layout
25379
25380 \end_inset
25381
25382
25383 \series bold
25384
25385 \backslash
25386 liminf
25387 \series default
25388  y 
25389 \series bold
25390
25391 \backslash
25392 limsup
25393 \series default
25394  están definidas las siguientes funciones:
25395 \series bold
25396  
25397 \end_layout
25398
25399 \begin_layout Standard
25400 \noindent
25401 \align center
25402 \begin_inset Tabular
25403 <lyxtabular version="3" rows="5" columns="2">
25404 <features>
25405 <column alignment="center" valignment="top" width="0">
25406 <column alignment="center" valignment="top" width="0">
25407 <row>
25408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25409 \begin_inset Text
25410
25411 \begin_layout Plain Layout
25412 Comando
25413 \end_layout
25414
25415 \end_inset
25416 </cell>
25417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25418 \begin_inset Text
25419
25420 \begin_layout Plain Layout
25421 Resultado
25422 \begin_inset Note Note
25423 status collapsed
25424
25425 \begin_layout Plain Layout
25426
25427 \series bold
25428
25429 \backslash
25430 raisebox
25431 \series default
25432  se usa sólo como espaciador
25433 \end_layout
25434
25435 \end_inset
25436
25437
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 varliminf
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 \begin_inset Formula $\varliminf $
25460 \end_inset
25461
25462
25463 \end_layout
25464
25465 \end_inset
25466 </cell>
25467 </row>
25468 <row>
25469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25470 \begin_inset Text
25471
25472 \begin_layout Plain Layout
25473
25474 \backslash
25475 varlimsup
25476 \end_layout
25477
25478 \end_inset
25479 </cell>
25480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25481 \begin_inset Text
25482
25483 \begin_layout Plain Layout
25484 \begin_inset Formula $\varlimsup $
25485 \end_inset
25486
25487
25488 \end_layout
25489
25490 \end_inset
25491 </cell>
25492 </row>
25493 <row>
25494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25495 \begin_inset Text
25496
25497 \begin_layout Plain Layout
25498
25499 \backslash
25500 varprojlim
25501 \end_layout
25502
25503 \end_inset
25504 </cell>
25505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25506 \begin_inset Text
25507
25508 \begin_layout Plain Layout
25509 \begin_inset Formula $\varprojlim $
25510 \end_inset
25511
25512
25513 \end_layout
25514
25515 \end_inset
25516 </cell>
25517 </row>
25518 <row>
25519 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25520 \begin_inset Text
25521
25522 \begin_layout Plain Layout
25523
25524 \backslash
25525 varinjlim
25526 \end_layout
25527
25528 \end_inset
25529 </cell>
25530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25531 \begin_inset Text
25532
25533 \begin_layout Plain Layout
25534 \begin_inset Formula $\varinjlim $
25535 \end_inset
25536
25537
25538 \begin_inset Formula $\raisebox {-2.5mm}{}$
25539 \end_inset
25540
25541
25542 \end_layout
25543
25544 \end_inset
25545 </cell>
25546 </row>
25547 </lyxtabular>
25548
25549 \end_inset
25550
25551
25552 \end_layout
25553
25554 \begin_layout Standard
25555 \begin_inset VSpace medskip
25556 \end_inset
25557
25558
25559 \end_layout
25560
25561 \begin_layout Standard
25562 El límite se crea insertando un subíndice.
25563  Se imprime a la derecha junto a la función en una fórmula en línea:
25564 \end_layout
25565
25566 \begin_layout Standard
25567 \noindent
25568 \align center
25569 \begin_inset Tabular
25570 <lyxtabular version="3" rows="2" columns="2">
25571 <features>
25572 <column alignment="center" valignment="top" width="0pt">
25573 <column alignment="center" valignment="top" width="0pt">
25574 <row>
25575 <cell alignment="center" valignment="top" usebox="none">
25576 \begin_inset Text
25577
25578 \begin_layout Plain Layout
25579 Comando
25580 \end_layout
25581
25582 \end_inset
25583 </cell>
25584 <cell alignment="center" valignment="top" usebox="none">
25585 \begin_inset Text
25586
25587 \begin_layout Plain Layout
25588 \begin_inset Space \hspace{}
25589 \length 1cm
25590 \end_inset
25591
25592 Resultado
25593 \begin_inset Note Note
25594 status collapsed
25595
25596 \begin_layout Plain Layout
25597
25598 \series bold
25599
25600 \backslash
25601 raisebox
25602 \series default
25603  se usa sólo como espaciador
25604 \end_layout
25605
25606 \end_inset
25607
25608
25609 \end_layout
25610
25611 \end_inset
25612 </cell>
25613 </row>
25614 <row>
25615 <cell alignment="center" valignment="top" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Plain Layout
25619
25620 \backslash
25621 lim_x
25622 \backslash
25623 to
25624 \begin_inset ERT
25625 status collapsed
25626
25627 \begin_layout Plain Layout
25628
25629
25630 \backslash
25631 spce 
25632 \end_layout
25633
25634 \end_inset
25635
25636 A
25637 \begin_inset ERT
25638 status collapsed
25639
25640 \begin_layout Plain Layout
25641
25642
25643 \backslash
25644 spce 
25645 \end_layout
25646
25647 \end_inset
25648
25649 x=B
25650 \end_layout
25651
25652 \end_inset
25653 </cell>
25654 <cell alignment="center" valignment="top" usebox="none">
25655 \begin_inset Text
25656
25657 \begin_layout Plain Layout
25658 \begin_inset Formula $\hspace {1cm}\raisebox {5mm}{}\lim_{x\rightarrow A}x=B$
25659 \end_inset
25660
25661
25662 \end_layout
25663
25664 \end_inset
25665 </cell>
25666 </row>
25667 </lyxtabular>
25668
25669 \end_inset
25670
25671
25672 \end_layout
25673
25674 \begin_layout Standard
25675 En una ecuación presentada el límite se imprime debajo, como es habitual:
25676 \begin_inset Foot
25677 status collapsed
25678
25679 \begin_layout Plain Layout
25680 El estilo 
25681 \series bold
25682 spanish
25683 \series default
25684  de 
25685 \series bold
25686 babel
25687 \series default
25688  lo imprime como en línea.
25689  Para evitarlo, se puede insertar el comando 
25690 \series bold
25691
25692 \backslash
25693 limits
25694 \series default
25695  justo detrás de 
25696 \series bold
25697
25698 \backslash
25699 lim
25700 \series default
25701 , o usar el menú 
25702 \family sans
25703 Editar\SpecialChar \menuseparator
25704 Ecuación\SpecialChar \menuseparator
25705 Cambiar tipo de límites\SpecialChar \menuseparator
25706 Pantalla
25707 \family default
25708 , como se explica en 
25709 \begin_inset CommandInset ref
25710 LatexCommand ref
25711 reference "sub:Límites-de-operadores"
25712
25713 \end_inset
25714
25715 .
25716  Véase 
25717 \begin_inset CommandInset citation
25718 LatexCommand cite
25719 key "spanish"
25720
25721 \end_inset
25722
25723 .
25724  (
25725 \emph on
25726 N.
25727 \begin_inset Space \thinspace{}
25728 \end_inset
25729
25730 del t.
25731 \emph default
25732
25733 \end_layout
25734
25735 \end_inset
25736
25737
25738 \begin_inset Formula \[
25739 \lim\limits _{x\rightarrow A}=B\]
25740
25741 \end_inset
25742
25743
25744 \end_layout
25745
25746 \begin_layout Subsection
25747 Función módulo
25748 \begin_inset Index
25749 status collapsed
25750
25751 \begin_layout Plain Layout
25752 Funciones ! módulo
25753 \end_layout
25754
25755 \end_inset
25756
25757
25758 \end_layout
25759
25760 \begin_layout Standard
25761 La función módulo es especial, porque existe en cuatro variantes.
25762 \end_layout
25763
25764 \begin_layout Standard
25765 En una ecuación presentada:
25766 \begin_inset Formula \begin{align*}
25767 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25768 \mathrm{a\backslash mod\textrm{\spce }b} &  & a\mod  b\\
25769 \mathrm{a\backslash pmod\textrm{\spce }b} &  & a\pmod  b\\
25770 \mathrm{a\backslash bmod\textrm{\spce }b} &  & a\bmod b\\
25771 \mathrm{a\backslash pod\textrm{\spce }b} &  & a\pod  b\end{align*}
25772
25773 \end_inset
25774
25775 En una ecuación en línea se pone menos espacio delante del nombre de la
25776  función para todas las variantes.
25777 \end_layout
25778
25779 \begin_layout Section
25780 Caracteres especiales
25781 \begin_inset Index
25782 status collapsed
25783
25784 \begin_layout Plain Layout
25785 Caracteres especiales
25786 \end_layout
25787
25788 \end_inset
25789
25790
25791 \end_layout
25792
25793 \begin_layout Subsection
25794 Caracteres especiales en texto matemático
25795 \end_layout
25796
25797 \begin_layout Standard
25798 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25799  TeX:
25800 \end_layout
25801
25802 \begin_layout Standard
25803 \begin_inset Space \hfill{}
25804 \end_inset
25805
25806
25807 \begin_inset Tabular
25808 <lyxtabular version="3" rows="8" columns="2">
25809 <features>
25810 <column alignment="block" valignment="top" width="0">
25811 <column alignment="block" valignment="top" width="0">
25812 <row>
25813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25814 \begin_inset Text
25815
25816 \begin_layout Plain Layout
25817 Comando
25818 \end_layout
25819
25820 \end_inset
25821 </cell>
25822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25823 \begin_inset Text
25824
25825 \begin_layout Plain Layout
25826 Resultado
25827 \end_layout
25828
25829 \end_inset
25830 </cell>
25831 </row>
25832 <row>
25833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25834 \begin_inset Text
25835
25836 \begin_layout Plain Layout
25837
25838 \backslash
25839 oe
25840 \end_layout
25841
25842 \end_inset
25843 </cell>
25844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25845 \begin_inset Text
25846
25847 \begin_layout Plain Layout
25848 \begin_inset Formula $\textrm{\oe }$
25849 \end_inset
25850
25851
25852 \end_layout
25853
25854 \end_inset
25855 </cell>
25856 </row>
25857 <row>
25858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25859 \begin_inset Text
25860
25861 \begin_layout Plain Layout
25862
25863 \backslash
25864 OE
25865 \end_layout
25866
25867 \end_inset
25868 </cell>
25869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25870 \begin_inset Text
25871
25872 \begin_layout Plain Layout
25873 \begin_inset Formula $\textrm{\OE }$
25874 \end_inset
25875
25876
25877 \end_layout
25878
25879 \end_inset
25880 </cell>
25881 </row>
25882 <row>
25883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25884 \begin_inset Text
25885
25886 \begin_layout Plain Layout
25887
25888 \backslash
25889 ae
25890 \end_layout
25891
25892 \end_inset
25893 </cell>
25894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25895 \begin_inset Text
25896
25897 \begin_layout Plain Layout
25898 \begin_inset Formula $\textrm{\ae }$
25899 \end_inset
25900
25901
25902 \end_layout
25903
25904 \end_inset
25905 </cell>
25906 </row>
25907 <row>
25908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25909 \begin_inset Text
25910
25911 \begin_layout Plain Layout
25912
25913 \backslash
25914 AE
25915 \end_layout
25916
25917 \end_inset
25918 </cell>
25919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25920 \begin_inset Text
25921
25922 \begin_layout Plain Layout
25923 \begin_inset Formula $\textrm{\AE }$
25924 \end_inset
25925
25926
25927 \end_layout
25928
25929 \end_inset
25930 </cell>
25931 </row>
25932 <row>
25933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25934 \begin_inset Text
25935
25936 \begin_layout Plain Layout
25937
25938 \backslash
25939 aa
25940 \end_layout
25941
25942 \end_inset
25943 </cell>
25944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25945 \begin_inset Text
25946
25947 \begin_layout Plain Layout
25948 \begin_inset Formula $\textrm{\aa }$
25949 \end_inset
25950
25951
25952 \end_layout
25953
25954 \end_inset
25955 </cell>
25956 </row>
25957 <row>
25958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25959 \begin_inset Text
25960
25961 \begin_layout Plain Layout
25962
25963 \backslash
25964 AA
25965 \begin_inset Index
25966 status collapsed
25967
25968 \begin_layout Plain Layout
25969 \begin_inset ERT
25970 status collapsed
25971
25972 \begin_layout Plain Layout
25973
25974
25975 \backslash
25976
25977 \begin_inset ERT
25978 status collapsed
25979
25980 \begin_layout Plain Layout
25981
25982 {
25983 \end_layout
25984
25985 \end_inset
25986
25987
25988 \begin_inset ERT
25989 status collapsed
25990
25991 \begin_layout Plain Layout
25992
25993 }
25994 \end_layout
25995
25996 \end_inset
25997
25998
25999 \end_layout
26000
26001 \end_inset
26002
26003 @
26004 \begin_inset ERT
26005 status collapsed
26006
26007 \begin_layout Plain Layout
26008
26009
26010 \backslash
26011
26012 \begin_inset ERT
26013 status collapsed
26014
26015 \begin_layout Plain Layout
26016
26017 {
26018 \end_layout
26019
26020 \end_inset
26021
26022
26023 \begin_inset ERT
26024 status collapsed
26025
26026 \begin_layout Plain Layout
26027
26028 }
26029 \end_layout
26030
26031 \end_inset
26032
26033
26034 \end_layout
26035
26036 \end_inset
26037
26038 textrm
26039 \begin_inset ERT
26040 status collapsed
26041
26042 \begin_layout Plain Layout
26043
26044 {
26045 \end_layout
26046
26047 \end_inset
26048
26049
26050 \begin_inset ERT
26051 status collapsed
26052
26053 \begin_layout Plain Layout
26054
26055
26056 \backslash
26057
26058 \begin_inset ERT
26059 status collapsed
26060
26061 \begin_layout Plain Layout
26062
26063 {
26064 \end_layout
26065
26066 \end_inset
26067
26068
26069 \begin_inset ERT
26070 status collapsed
26071
26072 \begin_layout Plain Layout
26073
26074 }
26075 \end_layout
26076
26077 \end_inset
26078
26079
26080 \end_layout
26081
26082 \end_inset
26083
26084 AA
26085 \begin_inset ERT
26086 status collapsed
26087
26088 \begin_layout Plain Layout
26089
26090 }
26091 \end_layout
26092
26093 \end_inset
26094
26095
26096 \end_layout
26097
26098 \end_inset
26099
26100
26101 \end_layout
26102
26103 \end_inset
26104 </cell>
26105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26106 \begin_inset Text
26107
26108 \begin_layout Plain Layout
26109 \begin_inset Formula $\textrm{\AA}$
26110 \end_inset
26111
26112
26113 \end_layout
26114
26115 \end_inset
26116 </cell>
26117 </row>
26118 <row>
26119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26120 \begin_inset Text
26121
26122 \begin_layout Plain Layout
26123
26124 \backslash
26125 i
26126 \end_layout
26127
26128 \end_inset
26129 </cell>
26130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26131 \begin_inset Text
26132
26133 \begin_layout Plain Layout
26134 \begin_inset Formula $\textrm{\i }$
26135 \end_inset
26136
26137
26138 \end_layout
26139
26140 \end_inset
26141 </cell>
26142 </row>
26143 </lyxtabular>
26144
26145 \end_inset
26146
26147
26148 \begin_inset Space \hfill{}
26149 \end_inset
26150
26151
26152 \begin_inset Tabular
26153 <lyxtabular version="3" rows="8" columns="2">
26154 <features>
26155 <column alignment="block" valignment="top" width="0">
26156 <column alignment="center" valignment="top" width="0">
26157 <row>
26158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26159 \begin_inset Text
26160
26161 \begin_layout Plain Layout
26162 Comando
26163 \begin_inset Note Note
26164 status collapsed
26165
26166 \begin_layout Plain Layout
26167
26168 \series bold
26169
26170 \backslash
26171 raisebox
26172 \series default
26173  se usa sólo como espaciador
26174 \end_layout
26175
26176 \end_inset
26177
26178
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187 Resultado
26188 \end_layout
26189
26190 \end_inset
26191 </cell>
26192 </row>
26193 <row>
26194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Plain Layout
26198
26199 \backslash
26200 o
26201 \end_layout
26202
26203 \end_inset
26204 </cell>
26205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26206 \begin_inset Text
26207
26208 \begin_layout Plain Layout
26209 \begin_inset Formula $\textrm{\o }$
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 O
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 $\textrm{\O}$
26235 \end_inset
26236
26237
26238 \end_layout
26239
26240 \end_inset
26241 </cell>
26242 </row>
26243 <row>
26244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26245 \begin_inset Text
26246
26247 \begin_layout Plain Layout
26248
26249 \backslash
26250 l
26251 \end_layout
26252
26253 \end_inset
26254 </cell>
26255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26256 \begin_inset Text
26257
26258 \begin_layout Plain Layout
26259 \begin_inset Formula $\textrm{\l }$
26260 \end_inset
26261
26262
26263 \end_layout
26264
26265 \end_inset
26266 </cell>
26267 </row>
26268 <row>
26269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26270 \begin_inset Text
26271
26272 \begin_layout Plain Layout
26273
26274 \backslash
26275 L
26276 \end_layout
26277
26278 \end_inset
26279 </cell>
26280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26281 \begin_inset Text
26282
26283 \begin_layout Plain Layout
26284 \begin_inset Formula $\textrm{\L }$
26285 \end_inset
26286
26287
26288 \end_layout
26289
26290 \end_inset
26291 </cell>
26292 </row>
26293 <row>
26294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26295 \begin_inset Text
26296
26297 \begin_layout Plain Layout
26298 !
26299 \begin_inset Space \hspace{}
26300 \length 0mm
26301 \end_inset
26302
26303 `
26304 \begin_inset ERT
26305 status collapsed
26306
26307 \begin_layout Plain Layout
26308
26309
26310 \backslash
26311 spce 
26312 \end_layout
26313
26314 \end_inset
26315
26316
26317 \end_layout
26318
26319 \end_inset
26320 </cell>
26321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26322 \begin_inset Text
26323
26324 \begin_layout Plain Layout
26325 \begin_inset Formula $\textrm{!`}$
26326 \end_inset
26327
26328
26329 \end_layout
26330
26331 \end_inset
26332 </cell>
26333 </row>
26334 <row>
26335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Plain Layout
26339 ?
26340 \begin_inset Space \hspace{}
26341 \length 0mm
26342 \end_inset
26343
26344 `
26345 \begin_inset ERT
26346 status collapsed
26347
26348 \begin_layout Plain Layout
26349
26350
26351 \backslash
26352 spce 
26353 \end_layout
26354
26355 \end_inset
26356
26357
26358 \end_layout
26359
26360 \end_inset
26361 </cell>
26362 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26363 \begin_inset Text
26364
26365 \begin_layout Plain Layout
26366 \begin_inset Formula $\textrm{?`}$
26367 \end_inset
26368
26369
26370 \end_layout
26371
26372 \end_inset
26373 </cell>
26374 </row>
26375 <row>
26376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26377 \begin_inset Text
26378
26379 \begin_layout Plain Layout
26380
26381 \backslash
26382 j
26383 \end_layout
26384
26385 \end_inset
26386 </cell>
26387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26388 \begin_inset Text
26389
26390 \begin_layout Plain Layout
26391 \begin_inset Formula $\textrm{\j }$
26392 \end_inset
26393
26394
26395 \end_layout
26396
26397 \end_inset
26398 </cell>
26399 </row>
26400 </lyxtabular>
26401
26402 \end_inset
26403
26404
26405 \begin_inset Space \hfill{}
26406 \end_inset
26407
26408
26409 \end_layout
26410
26411 \begin_layout Standard
26412 Los caracteres 
26413 \begin_inset Formula $\textrm{\textrm{Å}}$
26414 \end_inset
26415
26416  y 
26417 \begin_inset Formula $\textrm{\textrm{Ø}}$
26418 \end_inset
26419
26420  también se pueden insertar mediante el botón 
26421 \begin_inset Graphics
26422         filename ../../images/math/digamma.png
26423         scale 85
26424
26425 \end_inset
26426
26427  de la barra de ecuaciones.
26428 \end_layout
26429
26430 \begin_layout Standard
26431 Los comandos 
26432 \series bold
26433 !
26434 \begin_inset Space \hspace{}
26435 \length 0mm
26436 \end_inset
26437
26438 `
26439 \series default
26440  y 
26441 \series bold
26442 ?
26443 \begin_inset Space \hspace{}
26444 \length 0mm
26445 \end_inset
26446
26447 `
26448 \series default
26449  son una excepción porque se pueden insertar directamente a texto en LyX.
26450  
26451 \end_layout
26452
26453 \begin_layout Subsection
26454 Acentos en texto
26455 \begin_inset CommandInset label
26456 LatexCommand label
26457 name "sub:Acentos-en-texto"
26458
26459 \end_inset
26460
26461
26462 \begin_inset Index
26463 status collapsed
26464
26465 \begin_layout Plain Layout
26466 Acentos ! en texto
26467 \end_layout
26468
26469 \end_inset
26470
26471
26472 \end_layout
26473
26474 \begin_layout Standard
26475 Con los siguientes comandos se pueden acentuar todas las letras.
26476  Los comandos deben ponerse en modo TeX.
26477 \end_layout
26478
26479 \begin_layout Standard
26480 \begin_inset Space \hfill{}
26481 \end_inset
26482
26483
26484 \begin_inset Tabular
26485 <lyxtabular version="3" rows="8" columns="2">
26486 <features>
26487 <column alignment="block" valignment="top" width="0">
26488 <column alignment="block" valignment="top" width="0">
26489 <row>
26490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26491 \begin_inset Text
26492
26493 \begin_layout Plain Layout
26494 Comando
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26500 \begin_inset Text
26501
26502 \begin_layout Plain Layout
26503 Resultado
26504 \end_layout
26505
26506 \end_inset
26507 </cell>
26508 </row>
26509 <row>
26510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26511 \begin_inset Text
26512
26513 \begin_layout Plain Layout
26514
26515 \backslash
26516
26517 \begin_inset Quotes grd
26518 \end_inset
26519
26520 e
26521 \end_layout
26522
26523 \end_inset
26524 </cell>
26525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26526 \begin_inset Text
26527
26528 \begin_layout Plain Layout
26529 \begin_inset ERT
26530 status collapsed
26531
26532 \begin_layout Plain Layout
26533
26534
26535 \backslash
26536 "e
26537 \end_layout
26538
26539 \end_inset
26540
26541
26542 \end_layout
26543
26544 \end_inset
26545 </cell>
26546 </row>
26547 <row>
26548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26549 \begin_inset Text
26550
26551 \begin_layout Plain Layout
26552
26553 \backslash
26554 `e
26555 \end_layout
26556
26557 \end_inset
26558 </cell>
26559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26560 \begin_inset Text
26561
26562 \begin_layout Plain Layout
26563 \begin_inset ERT
26564 status collapsed
26565
26566 \begin_layout Plain Layout
26567
26568
26569 \backslash
26570 `e
26571 \end_layout
26572
26573 \end_inset
26574
26575
26576 \end_layout
26577
26578 \end_inset
26579 </cell>
26580 </row>
26581 <row>
26582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26583 \begin_inset Text
26584
26585 \begin_layout Plain Layout
26586
26587 \backslash
26588 ^
26589 \begin_inset ERT
26590 status collapsed
26591
26592 \begin_layout Plain Layout
26593
26594
26595 \backslash
26596 spce 
26597 \end_layout
26598
26599 \end_inset
26600
26601 e
26602 \end_layout
26603
26604 \end_inset
26605 </cell>
26606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26607 \begin_inset Text
26608
26609 \begin_layout Plain Layout
26610 \begin_inset ERT
26611 status collapsed
26612
26613 \begin_layout Plain Layout
26614
26615
26616 \backslash
26617 ^e
26618 \end_layout
26619
26620 \end_inset
26621
26622
26623 \end_layout
26624
26625 \end_inset
26626 </cell>
26627 </row>
26628 <row>
26629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26630 \begin_inset Text
26631
26632 \begin_layout Plain Layout
26633
26634 \backslash
26635 =e
26636 \end_layout
26637
26638 \end_inset
26639 </cell>
26640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26641 \begin_inset Text
26642
26643 \begin_layout Plain Layout
26644 \begin_inset ERT
26645 status collapsed
26646
26647 \begin_layout Plain Layout
26648
26649
26650 \backslash
26651 =e
26652 \end_layout
26653
26654 \end_inset
26655
26656
26657 \end_layout
26658
26659 \end_inset
26660 </cell>
26661 </row>
26662 <row>
26663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Plain Layout
26667
26668 \backslash
26669 u
26670 \begin_inset ERT
26671 status collapsed
26672
26673 \begin_layout Plain Layout
26674
26675
26676 \backslash
26677 spce 
26678 \end_layout
26679
26680 \end_inset
26681
26682 e
26683 \end_layout
26684
26685 \end_inset
26686 </cell>
26687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26688 \begin_inset Text
26689
26690 \begin_layout Plain Layout
26691 \begin_inset ERT
26692 status collapsed
26693
26694 \begin_layout Plain Layout
26695
26696
26697 \backslash
26698 u e
26699 \end_layout
26700
26701 \end_inset
26702
26703
26704 \end_layout
26705
26706 \end_inset
26707 </cell>
26708 </row>
26709 <row>
26710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26711 \begin_inset Text
26712
26713 \begin_layout Plain Layout
26714
26715 \backslash
26716 b
26717 \begin_inset ERT
26718 status collapsed
26719
26720 \begin_layout Plain Layout
26721
26722
26723 \backslash
26724 spce 
26725 \end_layout
26726
26727 \end_inset
26728
26729 e
26730 \end_layout
26731
26732 \end_inset
26733 </cell>
26734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26735 \begin_inset Text
26736
26737 \begin_layout Plain Layout
26738 \begin_inset ERT
26739 status collapsed
26740
26741 \begin_layout Plain Layout
26742
26743
26744 \backslash
26745 b e
26746 \end_layout
26747
26748 \end_inset
26749
26750
26751 \end_layout
26752
26753 \end_inset
26754 </cell>
26755 </row>
26756 <row>
26757 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26758 \begin_inset Text
26759
26760 \begin_layout Plain Layout
26761
26762 \backslash
26763 t
26764 \begin_inset ERT
26765 status collapsed
26766
26767 \begin_layout Plain Layout
26768
26769
26770 \backslash
26771 spce 
26772 \end_layout
26773
26774 \end_inset
26775
26776 ee
26777 \end_layout
26778
26779 \end_inset
26780 </cell>
26781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26782 \begin_inset Text
26783
26784 \begin_layout Plain Layout
26785 \begin_inset ERT
26786 status collapsed
26787
26788 \begin_layout Plain Layout
26789
26790
26791 \backslash
26792 t ee
26793 \end_layout
26794
26795 \end_inset
26796
26797
26798 \end_layout
26799
26800 \end_inset
26801 </cell>
26802 </row>
26803 </lyxtabular>
26804
26805 \end_inset
26806
26807
26808 \begin_inset Space \hfill{}
26809 \end_inset
26810
26811
26812 \begin_inset Tabular
26813 <lyxtabular version="3" rows="8" columns="2">
26814 <features>
26815 <column alignment="block" valignment="top" width="0">
26816 <column alignment="center" valignment="top" width="0">
26817 <row>
26818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26819 \begin_inset Text
26820
26821 \begin_layout Plain Layout
26822 Comando
26823 \end_layout
26824
26825 \end_inset
26826 </cell>
26827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26828 \begin_inset Text
26829
26830 \begin_layout Plain Layout
26831 Resultado
26832 \end_layout
26833
26834 \end_inset
26835 </cell>
26836 </row>
26837 <row>
26838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26839 \begin_inset Text
26840
26841 \begin_layout Plain Layout
26842
26843 \backslash
26844 H
26845 \begin_inset ERT
26846 status collapsed
26847
26848 \begin_layout Plain Layout
26849
26850
26851 \backslash
26852 spce 
26853 \end_layout
26854
26855 \end_inset
26856
26857 e
26858 \end_layout
26859
26860 \end_inset
26861 </cell>
26862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26863 \begin_inset Text
26864
26865 \begin_layout Plain Layout
26866 \begin_inset ERT
26867 status collapsed
26868
26869 \begin_layout Plain Layout
26870
26871
26872 \backslash
26873 H e
26874 \end_layout
26875
26876 \end_inset
26877
26878
26879 \end_layout
26880
26881 \end_inset
26882 </cell>
26883 </row>
26884 <row>
26885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26886 \begin_inset Text
26887
26888 \begin_layout Plain Layout
26889
26890 \backslash
26891 'e
26892 \end_layout
26893
26894 \end_inset
26895 </cell>
26896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26897 \begin_inset Text
26898
26899 \begin_layout Plain Layout
26900 \begin_inset ERT
26901 status collapsed
26902
26903 \begin_layout Plain Layout
26904
26905
26906 \backslash
26907 'e
26908 \end_layout
26909
26910 \end_inset
26911
26912
26913 \end_layout
26914
26915 \end_inset
26916 </cell>
26917 </row>
26918 <row>
26919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26920 \begin_inset Text
26921
26922 \begin_layout Plain Layout
26923
26924 \backslash
26925 ~e
26926 \begin_inset Index
26927 status collapsed
26928
26929 \begin_layout Plain Layout
26930 Tilde
26931 \end_layout
26932
26933 \end_inset
26934
26935
26936 \end_layout
26937
26938 \end_inset
26939 </cell>
26940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26941 \begin_inset Text
26942
26943 \begin_layout Plain Layout
26944 \begin_inset ERT
26945 status collapsed
26946
26947 \begin_layout Plain Layout
26948
26949
26950 \backslash
26951 ~e
26952 \end_layout
26953
26954 \end_inset
26955
26956
26957 \end_layout
26958
26959 \end_inset
26960 </cell>
26961 </row>
26962 <row>
26963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26964 \begin_inset Text
26965
26966 \begin_layout Plain Layout
26967
26968 \backslash
26969 .e
26970 \end_layout
26971
26972 \end_inset
26973 </cell>
26974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26975 \begin_inset Text
26976
26977 \begin_layout Plain Layout
26978 \begin_inset ERT
26979 status collapsed
26980
26981 \begin_layout Plain Layout
26982
26983
26984 \backslash
26985 .e
26986 \end_layout
26987
26988 \end_inset
26989
26990
26991 \end_layout
26992
26993 \end_inset
26994 </cell>
26995 </row>
26996 <row>
26997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26998 \begin_inset Text
26999
27000 \begin_layout Plain Layout
27001
27002 \backslash
27003 v
27004 \begin_inset ERT
27005 status collapsed
27006
27007 \begin_layout Plain Layout
27008
27009
27010 \backslash
27011 spce 
27012 \end_layout
27013
27014 \end_inset
27015
27016 e
27017 \end_layout
27018
27019 \end_inset
27020 </cell>
27021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27022 \begin_inset Text
27023
27024 \begin_layout Plain Layout
27025 \begin_inset ERT
27026 status collapsed
27027
27028 \begin_layout Plain Layout
27029
27030
27031 \backslash
27032 v e
27033 \end_layout
27034
27035 \end_inset
27036
27037
27038 \end_layout
27039
27040 \end_inset
27041 </cell>
27042 </row>
27043 <row>
27044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27045 \begin_inset Text
27046
27047 \begin_layout Plain Layout
27048
27049 \backslash
27050 d
27051 \begin_inset ERT
27052 status collapsed
27053
27054 \begin_layout Plain Layout
27055
27056
27057 \backslash
27058 spce 
27059 \end_layout
27060
27061 \end_inset
27062
27063 e
27064 \end_layout
27065
27066 \end_inset
27067 </cell>
27068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27069 \begin_inset Text
27070
27071 \begin_layout Plain Layout
27072 \begin_inset ERT
27073 status collapsed
27074
27075 \begin_layout Plain Layout
27076
27077
27078 \backslash
27079 d e
27080 \end_layout
27081
27082 \end_inset
27083
27084
27085 \end_layout
27086
27087 \end_inset
27088 </cell>
27089 </row>
27090 <row>
27091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27092 \begin_inset Text
27093
27094 \begin_layout Plain Layout
27095
27096 \backslash
27097 c
27098 \begin_inset ERT
27099 status collapsed
27100
27101 \begin_layout Plain Layout
27102
27103
27104 \backslash
27105 spce 
27106 \end_layout
27107
27108 \end_inset
27109
27110 e
27111 \end_layout
27112
27113 \end_inset
27114 </cell>
27115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27116 \begin_inset Text
27117
27118 \begin_layout Plain Layout
27119 \begin_inset ERT
27120 status collapsed
27121
27122 \begin_layout Plain Layout
27123
27124
27125 \backslash
27126 c e
27127 \end_layout
27128
27129 \end_inset
27130
27131
27132 \end_layout
27133
27134 \end_inset
27135 </cell>
27136 </row>
27137 </lyxtabular>
27138
27139 \end_inset
27140
27141
27142 \begin_inset Space \hfill{}
27143 \end_inset
27144
27145
27146 \end_layout
27147
27148 \begin_layout Standard
27149 \begin_inset VSpace medskip
27150 \end_inset
27151
27152
27153 \end_layout
27154
27155 \begin_layout Standard
27156 Con el comando 
27157 \series bold
27158
27159 \backslash
27160 t
27161 \series default
27162  también se pueden acentuar dos caracteres distintos.
27163  El comando 
27164 \series bold
27165
27166 \backslash
27167 t
27168 \begin_inset ERT
27169 status collapsed
27170
27171 \begin_layout Plain Layout
27172
27173
27174 \backslash
27175 spce 
27176 \end_layout
27177
27178 \end_inset
27179
27180 sz
27181 \series default
27182  genera 
27183 \begin_inset ERT
27184 status collapsed
27185
27186 \begin_layout Plain Layout
27187
27188
27189 \backslash
27190 t sz
27191 \end_layout
27192
27193 \end_inset
27194
27195
27196 \end_layout
27197
27198 \begin_layout Standard
27199 Los acentos 
27200 \series bold
27201 `
27202 \series default
27203  , 
27204 \series bold
27205 '
27206 \series default
27207  y 
27208 \series bold
27209 ^
27210 \series default
27211  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27212  TeX.
27213  Lo mismo se aplica a la tilde
27214 \begin_inset Foot
27215 status collapsed
27216
27217 \begin_layout Plain Layout
27218 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27219 \end_layout
27220
27221 \end_inset
27222
27223  con 
27224 \emph on
27225 a
27226 \emph default
27227
27228 \emph on
27229 o
27230 \emph default
27231  y 
27232 \emph on
27233 n.
27234 \end_layout
27235
27236 \begin_layout Standard
27237 Los comandos 
27238 \series bold
27239
27240 \backslash
27241 b
27242 \series default
27243  , 
27244 \series bold
27245
27246 \backslash
27247 c
27248 \series default
27249  , 
27250 \series bold
27251
27252 \backslash
27253 d
27254 \series default
27255  , 
27256 \series bold
27257
27258 \backslash
27259 H
27260 \series default
27261  , 
27262 \series bold
27263
27264 \backslash
27265 t
27266 \series default
27267  , 
27268 \series bold
27269
27270 \backslash
27271 u
27272 \series default
27273  , 
27274 \series bold
27275
27276 \backslash
27277 v
27278 \series default
27279 , y acentos insertados directamente con el teclado también están disponibles
27280  en texto matemático.
27281  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27282  
27283 \begin_inset CommandInset ref
27284 LatexCommand ref
27285 reference "sub:Acentos-para-un"
27286
27287 \end_inset
27288
27289 .
27290 \end_layout
27291
27292 \begin_layout Standard
27293 \begin_inset VSpace bigskip
27294 \end_inset
27295
27296
27297 \end_layout
27298
27299 \begin_layout Standard
27300 Además, con el comando 
27301 \series bold
27302
27303 \backslash
27304 textcircled
27305 \series default
27306
27307 \begin_inset Index
27308 status collapsed
27309
27310 \begin_layout Plain Layout
27311 Comandos ! T ! 
27312 \backslash
27313 textcircled
27314 \end_layout
27315
27316 \end_inset
27317
27318  se pueden insertar en un círculo todos los números y letras, de forma parecida
27319  al símbolo copyright.
27320 \end_layout
27321
27322 \begin_layout Standard
27323 \noindent
27324 \align center
27325 \begin_inset Tabular
27326 <lyxtabular version="3" rows="3" columns="2">
27327 <features>
27328 <column alignment="center" valignment="top" width="0">
27329 <column alignment="center" valignment="top" width="0">
27330 <row>
27331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27332 \begin_inset Text
27333
27334 \begin_layout Plain Layout
27335 Comando
27336 \end_layout
27337
27338 \end_inset
27339 </cell>
27340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27341 \begin_inset Text
27342
27343 \begin_layout Plain Layout
27344 Resultado
27345 \begin_inset Note Note
27346 status collapsed
27347
27348 \begin_layout Plain Layout
27349
27350 \series bold
27351
27352 \backslash
27353 raisebox
27354 \series default
27355  se usa sólo como espaciador
27356 \end_layout
27357
27358 \end_inset
27359
27360
27361 \end_layout
27362
27363 \end_inset
27364 </cell>
27365 </row>
27366 <row>
27367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27368 \begin_inset Text
27369
27370 \begin_layout Plain Layout
27371
27372 \backslash
27373 textcircled{w}
27374 \end_layout
27375
27376 \end_inset
27377 </cell>
27378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27379 \begin_inset Text
27380
27381 \begin_layout Plain Layout
27382 \begin_inset ERT
27383 status collapsed
27384
27385 \begin_layout Plain Layout
27386
27387
27388 \backslash
27389 textcircled{w}
27390 \end_layout
27391
27392 \end_inset
27393
27394
27395 \end_layout
27396
27397 \end_inset
27398 </cell>
27399 </row>
27400 <row>
27401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27402 \begin_inset Text
27403
27404 \begin_layout Plain Layout
27405
27406 \backslash
27407 Large 
27408 \backslash
27409 textcircled{
27410 \backslash
27411 normalsize
27412 \backslash
27413 protect
27414 \backslash
27415 raisebox{-1.5pt}{W}}
27416 \end_layout
27417
27418 \end_inset
27419 </cell>
27420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27421 \begin_inset Text
27422
27423 \begin_layout Plain Layout
27424 \begin_inset Formula $\raisebox {4.5mm}{}$
27425 \end_inset
27426
27427
27428 \begin_inset ERT
27429 status collapsed
27430
27431 \begin_layout Plain Layout
27432
27433
27434 \backslash
27435 Large 
27436 \backslash
27437 textcircled{
27438 \backslash
27439 normalsize
27440 \backslash
27441 protect
27442 \backslash
27443 raisebox{-1.5pt}W}
27444 \end_layout
27445
27446 \end_inset
27447
27448
27449 \begin_inset Formula $\raisebox {-2mm}{}$
27450 \end_inset
27451
27452
27453 \end_layout
27454
27455 \end_inset
27456 </cell>
27457 </row>
27458 </lyxtabular>
27459
27460 \end_inset
27461
27462
27463 \end_layout
27464
27465 \begin_layout Standard
27466 Hay que tener cuidado que el carácter se ajuste al círculo.
27467  Por eso 
27468 \series bold
27469
27470 \backslash
27471 Large
27472 \begin_inset Foot
27473 status collapsed
27474
27475 \begin_layout Plain Layout
27476 véase 
27477 \begin_inset CommandInset ref
27478 LatexCommand ref
27479 reference "sub:Tamaños-de-fuentes"
27480
27481 \end_inset
27482
27483
27484 \end_layout
27485
27486 \end_inset
27487
27488
27489 \series default
27490  especifica el tamaño del círculo.
27491  Con ayuda de 
27492 \series bold
27493
27494 \backslash
27495 raisebox
27496 \begin_inset Foot
27497 status collapsed
27498
27499 \begin_layout Plain Layout
27500 véase 
27501 \begin_inset CommandInset ref
27502 LatexCommand ref
27503 reference "sub:Cuadros-sin-marco"
27504
27505 \end_inset
27506
27507
27508 \end_layout
27509
27510 \end_inset
27511
27512
27513 \series default
27514  se puede centrar el carácter.
27515 \end_layout
27516
27517 \begin_layout Subsection
27518 Números minúsculos
27519 \begin_inset Index
27520 status collapsed
27521
27522 \begin_layout Plain Layout
27523 Números ! minúsculos
27524 \end_layout
27525
27526 \end_inset
27527
27528
27529 \end_layout
27530
27531 \begin_layout Standard
27532 Los números minúsculos se componen con el comando 
27533 \series bold
27534
27535 \backslash
27536 oldstylenums
27537 \series default
27538
27539 \begin_inset Index
27540 status collapsed
27541
27542 \begin_layout Plain Layout
27543 Comandos ! O ! 
27544 \backslash
27545 oldstylenums
27546 \end_layout
27547
27548 \end_inset
27549
27550 .
27551  El comando se puede usar en ecuaciones y en modo TeX.
27552  Su esquema es:
27553 \end_layout
27554
27555 \begin_layout Standard
27556
27557 \series bold
27558
27559 \backslash
27560 oldstylenums{número}
27561 \end_layout
27562
27563 \begin_layout Standard
27564 El comando 
27565 \series bold
27566
27567 \backslash
27568 oldstylenums{0123456789}
27569 \series default
27570  genera: 
27571 \begin_inset Formula $\oldstylenums {0123456789}$
27572 \end_inset
27573
27574
27575 \end_layout
27576
27577 \begin_layout Subsection
27578 Caracteres especiales misceláneos
27579 \begin_inset CommandInset label
27580 LatexCommand label
27581 name "sub:Caracteres-especiales-misceláneos"
27582
27583 \end_inset
27584
27585
27586 \begin_inset Index
27587 status collapsed
27588
27589 \begin_layout Plain Layout
27590 Caracteres especiales ! misceláneos
27591 \end_layout
27592
27593 \end_inset
27594
27595
27596 \end_layout
27597
27598 \begin_layout Standard
27599 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
27600  comandos:
27601 \end_layout
27602
27603 \begin_layout Standard
27604 \noindent
27605 \align center
27606 \begin_inset Tabular
27607 <lyxtabular version="3" rows="4" columns="2">
27608 <features>
27609 <column alignment="center" valignment="top" width="0">
27610 <column alignment="center" valignment="top" width="0">
27611 <row>
27612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27613 \begin_inset Text
27614
27615 \begin_layout Plain Layout
27616 Comando
27617 \end_layout
27618
27619 \end_inset
27620 </cell>
27621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27622 \begin_inset Text
27623
27624 \begin_layout Plain Layout
27625 Resultado
27626 \end_layout
27627
27628 \end_inset
27629 </cell>
27630 </row>
27631 <row>
27632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27633 \begin_inset Text
27634
27635 \begin_layout Plain Layout
27636
27637 \backslash
27638 ^
27639 \begin_inset ERT
27640 status collapsed
27641
27642 \begin_layout Plain Layout
27643
27644
27645 \backslash
27646 spce 
27647 \end_layout
27648
27649 \end_inset
27650
27651
27652 \end_layout
27653
27654 \end_inset
27655 </cell>
27656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27657 \begin_inset Text
27658
27659 \begin_layout Plain Layout
27660 \begin_inset Formula $\mathcircumflex$
27661 \end_inset
27662
27663
27664 \end_layout
27665
27666 \end_inset
27667 </cell>
27668 </row>
27669 <row>
27670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27671 \begin_inset Text
27672
27673 \begin_layout Plain Layout
27674
27675 \backslash
27676 _
27677 \begin_inset Formula $ $
27678 \end_inset
27679
27680
27681 \end_layout
27682
27683 \end_inset
27684 </cell>
27685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27686 \begin_inset Text
27687
27688 \begin_layout Plain Layout
27689 \begin_inset Formula $\_{} {}{}{}{}{}{}{}{}$
27690 \end_inset
27691
27692
27693 \end_layout
27694
27695 \end_inset
27696 </cell>
27697 </row>
27698 <row>
27699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27700 \begin_inset Text
27701
27702 \begin_layout Plain Layout
27703 ^
27704 \begin_inset ERT
27705 status collapsed
27706
27707 \begin_layout Plain Layout
27708
27709
27710 \backslash
27711 spce 
27712 \end_layout
27713
27714 \end_inset
27715
27716
27717 \backslash
27718 circ
27719 \begin_inset Index
27720 status collapsed
27721
27722 \begin_layout Plain Layout
27723 °
27724 \end_layout
27725
27726 \end_inset
27727
27728
27729 \end_layout
27730
27731 \end_inset
27732 </cell>
27733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27734 \begin_inset Text
27735
27736 \begin_layout Plain Layout
27737 \begin_inset Formula $^{\circ}$
27738 \end_inset
27739
27740
27741 \end_layout
27742
27743 \end_inset
27744 </cell>
27745 </row>
27746 </lyxtabular>
27747
27748 \end_inset
27749
27750
27751 \end_layout
27752
27753 \begin_layout Standard
27754 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
27755  LaTeX contiene la línea:
27756 \begin_inset Foot
27757 status collapsed
27758
27759 \begin_layout Plain Layout
27760 Más sobre este asunto en 
27761 \begin_inset CommandInset ref
27762 LatexCommand ref
27763 reference "sub:Caracteres-de-texto"
27764
27765 \end_inset
27766
27767
27768 \end_layout
27769
27770 \end_inset
27771
27772  
27773 \end_layout
27774
27775 \begin_layout Standard
27776
27777 \series bold
27778
27779 \backslash
27780 DeclareInputtext{176}{
27781 \backslash
27782 ifmmode^
27783 \backslash
27784 circ
27785 \backslash
27786 else
27787 \backslash
27788 textdegree
27789 \backslash
27790 f\SpecialChar \textcompwordmark{}
27791 i}
27792 \end_layout
27793
27794 \begin_layout Section
27795 Estilos de ecuación
27796 \begin_inset CommandInset label
27797 LatexCommand label
27798 name "sec:Estilos-de-ecuación"
27799
27800 \end_inset
27801
27802
27803 \begin_inset Index
27804 status collapsed
27805
27806 \begin_layout Plain Layout
27807 Ecuación ! estilos de
27808 \end_layout
27809
27810 \end_inset
27811
27812
27813 \end_layout
27814
27815 \begin_layout Itemize
27816 Hay dos estilos diferentes de alineación:
27817 \end_layout
27818
27819 \begin_deeper
27820 \begin_layout Description
27821 Centrado es el estándar predefinido
27822 \end_layout
27823
27824 \begin_layout Description
27825 Sangrado para este estilo debe insertarse la opción 
27826 \series bold
27827 fleqn
27828 \series default
27829  en el menú 
27830 \family sans
27831 Documento\SpecialChar \menuseparator
27832 Configuración
27833 \family default
27834  bajo 
27835 \family sans
27836 Clase de documento
27837 \end_layout
27838
27839 \begin_layout Standard
27840 Cuando se usa 
27841 \series bold
27842 Sangrado
27843 \series default
27844 , éste se puede ajustar con la longitud 
27845 \series bold
27846
27847 \backslash
27848 mathindent
27849 \series default
27850
27851 \begin_inset Index
27852 status collapsed
27853
27854 \begin_layout Plain Layout
27855 Comandos ! M ! 
27856 \backslash
27857 mathindent
27858 \end_layout
27859
27860 \end_inset
27861
27862 .
27863  Para 15
27864 \begin_inset Space \thinspace{}
27865 \end_inset
27866
27867 mm, p.
27868 \begin_inset Space \thinspace{}
27869 \end_inset
27870
27871 e., se inserta esta línea de comando en el preámbulo LaTeX:
27872 \end_layout
27873
27874 \begin_layout Standard
27875
27876 \series bold
27877
27878 \backslash
27879 setlength{
27880 \backslash
27881 mathindent}{15mm}
27882 \end_layout
27883
27884 \begin_layout Standard
27885 Si no se especifica longitud se usa el valor predeterminado de 30
27886 \begin_inset Space \thinspace{}
27887 \end_inset
27888
27889 pt.
27890 \end_layout
27891
27892 \end_deeper
27893 \begin_layout Itemize
27894 Y dos estilos diferentes de numeración:
27895 \end_layout
27896
27897 \begin_deeper
27898 \begin_layout Description
27899 Derecha es el estándar predefinido
27900 \end_layout
27901
27902 \begin_layout Description
27903 Izquierda para este estilo debe insertarse la opción 
27904 \series bold
27905 fleqn
27906 \series default
27907  en el menú 
27908 \family sans
27909 Documento\SpecialChar \menuseparator
27910 Configuración
27911 \family default
27912  bajo 
27913 \family sans
27914 Clase de documento
27915 \end_layout
27916
27917 \end_deeper
27918 \begin_layout Standard
27919
27920 \series bold
27921 fleqn
27922 \series default
27923  y 
27924 \series bold
27925 leqno
27926 \series default
27927  también se pueden usar juntos.
27928  En ese caso se insertan ambas opciones, separadas por una coma.
27929 \end_layout
27930
27931 \begin_layout Standard
27932 Los estilos escogidos se aplican a todas las ecuaciones en presentación
27933  del documento.
27934  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27935  estilo 
27936 \series bold
27937 Centrado
27938 \series default
27939  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27940 \begin_inset CommandInset ref
27941 LatexCommand ref
27942 reference "sub:Entorno-flalign"
27943
27944 \end_inset
27945
27946 .
27947 \end_layout
27948
27949 \begin_layout Section
27950 Ecuaciones multilínea
27951 \begin_inset CommandInset label
27952 LatexCommand label
27953 name "sec:Ecuaciones-multilínea"
27954
27955 \end_inset
27956
27957
27958 \begin_inset Index
27959 status collapsed
27960
27961 \begin_layout Plain Layout
27962 Ecuación ! multilínea
27963 \end_layout
27964
27965 \end_inset
27966
27967
27968 \end_layout
27969
27970 \begin_layout Subsection
27971 General
27972 \end_layout
27973
27974 \begin_layout Standard
27975 En LyX se generan nuevas líneas en una ecuación con 
27976 \family sans
27977 \series bold
27978 Ctrl-Intro
27979 \family default
27980 \series default
27981 .
27982  Esto crea un 
27983 \series bold
27984 entorno align
27985 \series default
27986 , que se describe en la 
27987 \begin_inset CommandInset ref
27988 LatexCommand ref
27989 reference "sub:Entorno-align-estándar"
27990
27991 \end_inset
27992
27993 .
27994 \end_layout
27995
27996 \begin_layout Standard
27997 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
27998  el menú 
27999 \family sans
28000 Insertar\SpecialChar \menuseparator
28001 Ecuación
28002 \family default
28003 .
28004  En las siguientes secciones se describen estos entornos.
28005 \end_layout
28006
28007 \begin_layout Standard
28008 En todos los entornos de ecuación multilínea la combinación 
28009 \family sans
28010 Ctrl-Intro
28011 \family default
28012  genera una línea nueva.
28013  Para añadir o quitar líneas se pueden usar los botones 
28014 \begin_inset Graphics
28015         filename ../../images/tabular-feature_append-row.png
28016         scale 85
28017
28018 \end_inset
28019
28020  o 
28021 \begin_inset Graphics
28022         filename ../../images/tabular-feature_delete-row.png
28023         scale 85
28024
28025 \end_inset
28026
28027 de la barra de herramientas, respectivamente, o el menú 
28028 \family sans
28029 Editar\SpecialChar \menuseparator
28030 Filas y columnas
28031 \family default
28032 .
28033 \end_layout
28034
28035 \begin_layout Subsubsection
28036 Separación de líneas
28037 \begin_inset CommandInset label
28038 LatexCommand label
28039 name "sub:Separación-de-líneas"
28040
28041 \end_inset
28042
28043
28044 \begin_inset Index
28045 status collapsed
28046
28047 \begin_layout Plain Layout
28048 Ecuación ! multilínea ! separación de filas
28049 \end_layout
28050
28051 \end_inset
28052
28053
28054 \end_layout
28055
28056 \begin_layout Standard
28057 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28058 \begin_inset Formula \begin{eqnarray*}
28059 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}\\
28060 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\end{eqnarray*}
28061
28062 \end_inset
28063
28064 En LaTeX un espacio adicional para una línea se especifica como argumento
28065  opcional del comando de nueva línea.
28066  Esto aún no es posible en LYX
28067 \begin_inset Foot
28068 status collapsed
28069
28070 \begin_layout Plain Layout
28071 véase 
28072 \begin_inset CommandInset href
28073 LatexCommand href
28074 name "LyX-bug #1505"
28075 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
28076
28077 \end_inset
28078
28079
28080 \end_layout
28081
28082 \end_inset
28083
28084 , por lo que toda la ecuación debe insertarse en modo TeX.
28085  Para añadir espacio en nuestro ejemplo se inserta el comando 
28086 \series bold
28087
28088 \backslash
28089
28090 \backslash
28091 [3mm]
28092 \series default
28093  al final de la primera línea.
28094  Así: 
28095 \begin_inset ERT
28096 status collapsed
28097
28098 \begin_layout Plain Layout
28099
28100
28101 \backslash
28102 begin{eqnarray*}
28103 \end_layout
28104
28105 \begin_layout Plain Layout
28106
28107 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28108  = & 
28109 \backslash
28110 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28111 \backslash
28112
28113 \backslash
28114 [3mm]
28115 \end_layout
28116
28117 \begin_layout Plain Layout
28118
28119 4x^{2}
28120 \backslash
28121 left(B^{2}+x_{0}^{2}
28122 \backslash
28123 right)+4x_{0}x
28124 \backslash
28125 left(D-B^{2}
28126 \backslash
28127 right)+B^{2}
28128 \backslash
28129 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28130 \backslash
28131 right) & = & 0
28132 \end_layout
28133
28134 \begin_layout Plain Layout
28135
28136
28137 \backslash
28138 end{eqnarray*}
28139 \end_layout
28140
28141 \end_inset
28142
28143
28144 \begin_inset VSpace bigskip
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \begin_layout Standard
28151 Para obtener separación en todas las líneas hay que cambiar la longitud
28152  
28153 \series bold
28154
28155 \backslash
28156 jot
28157 \series default
28158
28159 \begin_inset Index
28160 status collapsed
28161
28162 \begin_layout Plain Layout
28163 Comandos ! J ! 
28164 \backslash
28165 jot
28166 \end_layout
28167
28168 \end_inset
28169
28170 .
28171  La definición es: 
28172 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28173 \end_inset
28174
28175 .
28176  El valor predeterminado para 
28177 \series bold
28178
28179 \backslash
28180 jot
28181 \series default
28182  es 3
28183 \begin_inset Space \thinspace{}
28184 \end_inset
28185
28186 pt.
28187  Para establecer una separación adicional de 3
28188 \begin_inset Space \thinspace{}
28189 \end_inset
28190
28191 mm como en el ejemplo anterior, se inserta el comando
28192 \end_layout
28193
28194 \begin_layout Standard
28195
28196 \series bold
28197
28198 \backslash
28199 setlength{
28200 \backslash
28201 jot}{3mm+3pt}
28202 \end_layout
28203
28204 \begin_layout Standard
28205 en modo TeX antes de la ecuación.
28206  Es necesario cargar el paquete 
28207 \series bold
28208 calc
28209 \series default
28210
28211 \begin_inset Foot
28212 status collapsed
28213
28214 \begin_layout Plain Layout
28215
28216 \series bold
28217 calc
28218 \series default
28219  forma parte de toda instalación LaTeX estándar.
28220 \end_layout
28221
28222 \end_inset
28223
28224
28225 \begin_inset Index
28226 status collapsed
28227
28228 \begin_layout Plain Layout
28229 Paquetes ! calc
28230 \end_layout
28231
28232 \end_inset
28233
28234  en el preámbulo con la línea
28235 \end_layout
28236
28237 \begin_layout Standard
28238
28239 \series bold
28240
28241 \backslash
28242 usepackage{calc}
28243 \end_layout
28244
28245 \begin_layout Standard
28246 Se obtiene:
28247 \begin_inset ERT
28248 status collapsed
28249
28250 \begin_layout Plain Layout
28251
28252
28253 \backslash
28254 setlength{
28255 \backslash
28256 jot}{3mm+3pt}
28257 \end_layout
28258
28259 \end_inset
28260
28261
28262 \begin_inset Formula \begin{eqnarray*}
28263 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}\\
28264 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\end{eqnarray*}
28265
28266 \end_inset
28267
28268
28269 \begin_inset ERT
28270 status collapsed
28271
28272 \begin_layout Plain Layout
28273
28274
28275 \backslash
28276 setlength{
28277 \backslash
28278 jot}{3pt}
28279 \end_layout
28280
28281 \end_inset
28282
28283  Para volver a la distancia predeterminada, 
28284 \series bold
28285
28286 \backslash
28287 jot
28288 \series default
28289  se establece en 3
28290 \begin_inset Space \thinspace{}
28291 \end_inset
28292
28293 pt.
28294 \end_layout
28295
28296 \begin_layout Subsubsection
28297 Separación de columnas
28298 \begin_inset CommandInset label
28299 LatexCommand label
28300 name "sub:Separación-de-columnas"
28301
28302 \end_inset
28303
28304
28305 \begin_inset Index
28306 status collapsed
28307
28308 \begin_layout Plain Layout
28309 Ecuación ! multilínea !separación de columnas
28310 \end_layout
28311
28312 \end_inset
28313
28314
28315 \end_layout
28316
28317 \begin_layout Standard
28318 Una ecuación multilínea forma una matriz.
28319  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28320  columnas.
28321  Cambiando la separación de columnas en este entorno se puede cambiar el
28322  espacio junto al signo de relación.
28323 \end_layout
28324
28325 \begin_layout Standard
28326 La separación de columnas se especifica con la longitud
28327 \series bold
28328  
28329 \backslash
28330 arraycolsep
28331 \series default
28332
28333 \begin_inset Index
28334 status collapsed
28335
28336 \begin_layout Plain Layout
28337 Comandos ! A ! 
28338 \backslash
28339 arraycolsep
28340 \end_layout
28341
28342 \end_inset
28343
28344  según:
28345 \begin_inset Newline newline
28346 \end_inset
28347
28348 separación de columnas = 2
28349 \begin_inset Space \thinspace{}
28350 \end_inset
28351
28352
28353 \series bold
28354
28355 \backslash
28356 arraycolsep
28357 \series default
28358
28359 \begin_inset Newline newline
28360 \end_inset
28361
28362 Así, el comando en modo TeX
28363 \end_layout
28364
28365 \begin_layout Standard
28366
28367 \series bold
28368
28369 \backslash
28370 setlength{
28371 \backslash
28372 arraycolsep}{1cm}
28373 \end_layout
28374
28375 \begin_layout Standard
28376 establece para todas las ecuaciones siguientes una separación de columnas
28377  de 2
28378 \begin_inset Space \thinspace{}
28379 \end_inset
28380
28381 cm.
28382  Para volver al valor predefinido, 
28383 \series bold
28384
28385 \backslash
28386 arraycolsep
28387 \series default
28388  se pone en 5
28389 \begin_inset Space \thinspace{}
28390 \end_inset
28391
28392 pt.
28393 \end_layout
28394
28395 \begin_layout Standard
28396 Una ecuación con separación de 2
28397 \begin_inset Space \thinspace{}
28398 \end_inset
28399
28400 cm entre columnas:
28401 \begin_inset ERT
28402 status collapsed
28403
28404 \begin_layout Plain Layout
28405
28406
28407 \backslash
28408 setlength{
28409 \backslash
28410 arraycolsep}{1cm}
28411 \end_layout
28412
28413 \end_inset
28414
28415
28416 \begin_inset Formula \begin{eqnarray*}
28417 A & = & B\\
28418 C & \ne & A\end{eqnarray*}
28419
28420 \end_inset
28421
28422 Una ecuación con la separación predefinida para matrices, 10
28423 \begin_inset Space \thinspace{}
28424 \end_inset
28425
28426 pt:
28427 \begin_inset ERT
28428 status collapsed
28429
28430 \begin_layout Plain Layout
28431
28432
28433 \backslash
28434 setlength{
28435 \backslash
28436 arraycolsep}{5pt}
28437 \end_layout
28438
28439 \end_inset
28440
28441
28442 \begin_inset Formula \begin{eqnarray*}
28443 A & = & B\\
28444 C & \ne & A\end{eqnarray*}
28445
28446 \end_inset
28447
28448
28449 \end_layout
28450
28451 \begin_layout Subsubsection
28452 Ecuaciones largas
28453 \begin_inset Index
28454 status collapsed
28455
28456 \begin_layout Plain Layout
28457 Ecuación ! larga
28458 \end_layout
28459
28460 \end_inset
28461
28462
28463 \end_layout
28464
28465 \begin_layout Standard
28466 Se pueden componer ecuaciones largas mediante estos métodos:
28467 \end_layout
28468
28469 \begin_layout Itemize
28470 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28471  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28472 \begin_inset Formula \begin{eqnarray}
28473 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 \\
28474  &  & -\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:kurzlang}\end{eqnarray}
28475
28476 \end_inset
28477
28478 El signo menos al principio de la segunda línea normalmente no aparece como
28479  operador porque es el primer carácter de la línea.
28480  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28481  Para evitarlo se ha insertado espacio detrás del menos con el comando 
28482 \series bold
28483
28484 \backslash
28485 hspace{3pt}
28486 \series default
28487
28488 \begin_inset Index
28489 status collapsed
28490
28491 \begin_layout Plain Layout
28492 Comandos ! H ! 
28493 \backslash
28494 hspace
28495 \end_layout
28496
28497 \end_inset
28498
28499 .
28500 \begin_inset Foot
28501 status collapsed
28502
28503 \begin_layout Plain Layout
28504 véase más sobre 
28505 \series bold
28506
28507 \backslash
28508 hspace
28509 \series default
28510  en 
28511 \begin_inset CommandInset ref
28512 LatexCommand ref
28513 reference "sub:Espacio-variable"
28514
28515 \end_inset
28516
28517
28518 \end_layout
28519
28520 \end_inset
28521
28522
28523 \end_layout
28524
28525 \begin_layout Itemize
28526 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28527 \series bold
28528
28529 \backslash
28530 lefteqn
28531 \series default
28532
28533 \begin_inset Index
28534 status collapsed
28535
28536 \begin_layout Plain Layout
28537 Comandos ! L ! 
28538 \backslash
28539 lefteqn
28540 \end_layout
28541
28542 \end_inset
28543
28544 .
28545  Se inserta en la primer columna de la primera línea y hace que todas las
28546  inserciones posteriores sobreescriban las columnas siguientes:
28547 \begin_inset Formula \begin{eqnarray}
28548 \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 \\
28549  &  & -\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 \\
28550  &  & =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}\end{eqnarray}
28551
28552 \end_inset
28553
28554 Tras la inserción de 
28555 \series bold
28556
28557 \backslash
28558 lefteqn
28559 \series default
28560  el cursor está en un marco púrpura un poco a la izquierda del azul.
28561  La ecuación se inserta en éste.
28562 \begin_inset Newline newline
28563 \end_inset
28564
28565 El contenido de las restantes líneas se inserta en la segunda columna o
28566  en otra.
28567  A mayor número de columna donde se inserte, mayor sangrado.
28568 \begin_inset ERT
28569 status collapsed
28570
28571 \begin_layout Plain Layout
28572
28573
28574 \backslash
28575 medskip
28576 \end_layout
28577
28578 \end_inset
28579
28580
28581 \begin_inset Newline newline
28582 \end_inset
28583
28584
28585 \begin_inset Note Greyedout
28586 status open
28587
28588 \begin_layout Plain Layout
28589 Ten en cuenta lo siguiente si usas 
28590 \series bold
28591
28592 \backslash
28593 lefteqn
28594 \series default
28595 :
28596 \end_layout
28597
28598 \begin_layout Itemize
28599 La ecuación no usa la anchura total de la página.
28600  Cuando se añade, p.
28601 \begin_inset Space \thinspace{}
28602 \end_inset
28603
28604 e., el término 
28605 \begin_inset Formula $-B^{2}$
28606 \end_inset
28607
28608  en la primera línea del ejemplo, debería estar fuera del margen.
28609  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28610  principio de la primera línea.
28611 \end_layout
28612
28613 \begin_layout Itemize
28614 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28615  primera línea.
28616 \begin_inset Foot
28617 status collapsed
28618
28619 \begin_layout Plain Layout
28620 \begin_inset CommandInset href
28621 LatexCommand href
28622 name "LyX-bug #1429"
28623 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28624
28625 \end_inset
28626
28627
28628 \end_layout
28629
28630 \end_inset
28631
28632  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28633  teclas de flecha.
28634 \end_layout
28635
28636 \end_inset
28637
28638  
28639 \end_layout
28640
28641 \begin_layout Itemize
28642 Se describen otros métodos para escribir fórmulas largas en 
28643 \begin_inset CommandInset ref
28644 LatexCommand ref
28645 reference "sub:Entorno-multilínea"
28646
28647 \end_inset
28648
28649  y 
28650 \begin_inset CommandInset ref
28651 LatexCommand ref
28652 reference "sub:Partes-de-una-multilínea"
28653
28654 \end_inset
28655
28656 .
28657 \end_layout
28658
28659 \begin_layout Subsubsection
28660 Delimitadores multilínea
28661 \begin_inset CommandInset label
28662 LatexCommand label
28663 name "sub:Delimitadores-multilínea"
28664
28665 \end_inset
28666
28667
28668 \begin_inset Index
28669 status collapsed
28670
28671 \begin_layout Plain Layout
28672 Delimitadores ! para varias líneas
28673 \end_layout
28674
28675 \end_inset
28676
28677
28678 \end_layout
28679
28680 \begin_layout Standard
28681 Para poner delimitadores que cubran varias líneas hay un problema:
28682 \begin_inset Formula \begin{eqnarray*}
28683 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28684  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28685
28686 \end_inset
28687
28688 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28689 res con tamaño variable no abarcan líneas múltiples.
28690 \end_layout
28691
28692 \begin_layout Standard
28693 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28694  primera línea se finaliza con 
28695 \series bold
28696
28697 \backslash
28698 right.
28699 \series default
28700
28701 \begin_inset Index
28702 status collapsed
28703
28704 \begin_layout Plain Layout
28705 Comandos ! R ! 
28706 \backslash
28707 right
28708 \end_layout
28709
28710 \end_inset
28711
28712  y la segunda con 
28713 \series bold
28714
28715 \backslash
28716 left.
28717 \series default
28718 .
28719 \begin_inset Foot
28720 status collapsed
28721
28722 \begin_layout Plain Layout
28723
28724 \series bold
28725 Más sobre 
28726 \series default
28727
28728 \backslash
28729 left.
28730
28731 \series bold
28732  y 
28733 \series default
28734
28735 \backslash
28736 right.
28737
28738 \series bold
28739  en 
28740 \begin_inset CommandInset ref
28741 LatexCommand ref
28742 reference "sub:Tamaño-automático-de"
28743
28744 \end_inset
28745
28746
28747 \end_layout
28748
28749 \end_inset
28750
28751
28752 \begin_inset Index
28753 status collapsed
28754
28755 \begin_layout Plain Layout
28756 Comandos ! L ! 
28757 \backslash
28758 left
28759 \end_layout
28760
28761 \end_inset
28762
28763  Después de 
28764 \series bold
28765
28766 \backslash
28767 left.
28768
28769 \series default
28770  se inserta el comando 
28771 \series bold
28772
28773 \backslash
28774 vphantom
28775 \series default
28776
28777 \begin_inset ERT
28778 status collapsed
28779
28780 \begin_layout Plain Layout
28781
28782
28783 \backslash
28784 spce 
28785 \end_layout
28786
28787 \end_inset
28788
28789
28790 \series bold
28791
28792 \backslash
28793 prod
28794 \series default
28795 ^
28796 \begin_inset ERT
28797 status collapsed
28798
28799 \begin_layout Plain Layout
28800
28801
28802 \backslash
28803 spce 
28804 \end_layout
28805
28806 \end_inset
28807
28808
28809 \series bold
28810
28811 \backslash
28812 infty
28813 \series default
28814
28815 \begin_inset ERT
28816 status collapsed
28817
28818 \begin_layout Plain Layout
28819
28820
28821 \backslash
28822 spce 
28823 \end_layout
28824
28825 \end_inset
28826
28827
28828 \series bold
28829
28830 \begin_inset Formula $\downarrow$
28831 \end_inset
28832
28833 _R=1}
28834 \series default
28835
28836 \begin_inset Index
28837 status collapsed
28838
28839 \begin_layout Plain Layout
28840 Comandos ! V ! 
28841 \backslash
28842 vphantom
28843 \end_layout
28844
28845 \end_inset
28846
28847 , porque el operador de multiplicación con sus límites es el símbolo mayor
28848  en la primera línea y ese debería ser el tamaño para el delimitador en
28849  la segunda línea.
28850 \end_layout
28851
28852 \begin_layout Standard
28853 El resultado es: 
28854 \begin_inset Formula \begin{eqnarray*}
28855 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28856  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28857
28858 \end_inset
28859
28860
28861 \end_layout
28862
28863 \begin_layout Subsection
28864 Entornos align
28865 \end_layout
28866
28867 \begin_layout Standard
28868 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28869  Son especialmente apropiados para poner ecuaciones adosadas.
28870 \end_layout
28871
28872 \begin_layout Standard
28873 Los entornos align constan de columnas.
28874  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28875  En un entorno align se puede numerar cada línea.
28876 \end_layout
28877
28878 \begin_layout Standard
28879 Los entornos align se crean con el menú 
28880 \family sans
28881 Insertar\SpecialChar \menuseparator
28882 Ecuación
28883 \family default
28884 .
28885  Una ecuación existente se puede convertir a align con el menú 
28886 \family sans
28887 Editar\SpecialChar \menuseparator
28888 Ecuación\SpecialChar \menuseparator
28889 Cambiar tipo de ecuación
28890 \family default
28891 .
28892 \end_layout
28893
28894 \begin_layout Standard
28895 Para añadir o quitar columnas se pueden usar los botones 
28896 \begin_inset Graphics
28897         filename ../../images/tabular-feature_append-row.png
28898         scale 85
28899
28900 \end_inset
28901
28902  o 
28903 \begin_inset Graphics
28904         filename ../../images/tabular-feature_delete-row.png
28905         scale 85
28906
28907 \end_inset
28908
28909 de la barra de ecuaciones o el menú 
28910 \family sans
28911 Editar\SpecialChar \menuseparator
28912 Filas y columnas
28913 \family default
28914 .
28915 \end_layout
28916
28917 \begin_layout Subsubsection
28918 Entorno align estándar
28919 \begin_inset CommandInset label
28920 LatexCommand label
28921 name "sub:Entorno-align-estándar"
28922
28923 \end_inset
28924
28925
28926 \begin_inset Index
28927 status collapsed
28928
28929 \begin_layout Plain Layout
28930 Ecuación ! multilínea ! entorno align
28931 \end_layout
28932
28933 \end_inset
28934
28935
28936 \end_layout
28937
28938 \begin_layout Standard
28939 Este entorno align se crea pulsando 
28940 \family sans
28941 Ctrl-Intro
28942 \family default
28943  en una ecuación o con el menú 
28944 \family sans
28945 Insertar\SpecialChar \menuseparator
28946 Ecuación\SpecialChar \menuseparator
28947 Entorno AMS align
28948 \family default
28949 .
28950 \end_layout
28951
28952 \begin_layout Standard
28953 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
28954  align de cuatro columnas:
28955 \begin_inset Formula \begin{align*}
28956 A & =\sen (B) & C & =D\\
28957 C & \neq A & B & \neq D\end{align*}
28958
28959 \end_inset
28960
28961 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
28962  un 
28963 \series bold
28964
28965 \backslash
28966 hfill
28967 \series default
28968
28969 \begin_inset Foot
28970 status collapsed
28971
28972 \begin_layout Plain Layout
28973 Más sobre 
28974 \series bold
28975
28976 \backslash
28977 hfill
28978 \series default
28979  en 
28980 \begin_inset CommandInset ref
28981 LatexCommand ref
28982 reference "sub:Espacio-variable"
28983
28984 \end_inset
28985
28986
28987 \end_layout
28988
28989 \end_inset
28990
28991  antes de la primera y detrás de cada columna par.
28992  Si se pone en estilo 
28993 \series bold
28994 Sangrado
28995 \series default
28996 ,
28997 \begin_inset Foot
28998 status collapsed
28999
29000 \begin_layout Plain Layout
29001 véase estilos de ecuación en 
29002 \begin_inset CommandInset ref
29003 LatexCommand ref
29004 reference "sec:Estilos-de-ecuación"
29005
29006 \end_inset
29007
29008
29009 \end_layout
29010
29011 \end_inset
29012
29013  la ecuación queda sin el 
29014 \series bold
29015
29016 \backslash
29017 hfill
29018 \series default
29019  ante la primera columna.
29020 \end_layout
29021
29022 \begin_layout Subsubsection
29023 Entorno alignat
29024 \begin_inset Index
29025 status collapsed
29026
29027 \begin_layout Plain Layout
29028 Ecuación ! multilínea ! entorno alignat
29029 \end_layout
29030
29031 \end_inset
29032
29033
29034 \end_layout
29035
29036 \begin_layout Standard
29037 El entorno alignat no tiene separación predefinida de columnas.
29038  Se puede insertar manualmente con los espacios descritos en 
29039 \begin_inset CommandInset ref
29040 LatexCommand ref
29041 reference "sec:Espacio"
29042
29043 \end_inset
29044
29045 .
29046 \end_layout
29047
29048 \begin_layout Standard
29049 El ejemplo anterior en el entorno alignat, con un espacio de 1
29050 \begin_inset Space \thinspace{}
29051 \end_inset
29052
29053 cm al comienzo da la segunda ecuación:
29054 \begin_inset Formula \begin{alignat*}{2}
29055 A & =\sen (B)\hspace {1cm} & C & =D\\
29056 C & \neq A & B & \neq D\end{alignat*}
29057
29058 \end_inset
29059
29060 Como cada columna puede tener un espacio diferente, este entorno es especialment
29061 e apropiado para poner tres o más ecuaciones adosadas.
29062 \end_layout
29063
29064 \begin_layout Subsubsection
29065 Entorno flalign
29066 \begin_inset CommandInset label
29067 LatexCommand label
29068 name "sub:Entorno-flalign"
29069
29070 \end_inset
29071
29072
29073 \begin_inset Index
29074 status collapsed
29075
29076 \begin_layout Plain Layout
29077 Ecuación ! multilínea ! entorno flalign
29078 \end_layout
29079
29080 \end_inset
29081
29082
29083 \end_layout
29084
29085 \begin_layout Standard
29086 En este entorno las dos primeras columnas están siempre tan a la izquierda
29087  como sea posible y las dos últimas a la derecha.
29088  Ejemplo:
29089 \begin_inset Formula \begin{flalign*}
29090 A & =1 & B & =2 & C & =3\\
29091 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4\end{flalign*}
29092
29093 \end_inset
29094
29095 En un entorno flalign con un número impar de columnas, en la última de las
29096  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29097  alineadas a la izquierda, aunque se use el estilo 
29098 \series bold
29099 Centrado
29100 \series default
29101 .
29102  Un ejemplo de fórmula sangrada 
29103 \begin_inset CommandInset ref
29104 LatexCommand eqref
29105 reference "eq:IntVol"
29106
29107 \end_inset
29108
29109 :
29110 \begin_inset Formula \begin{flalign}
29111 \hspace {30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
29112
29113 \end_inset
29114
29115 Las dos primeras columnas contienen la fórmula.
29116  Para sangrarla como con el estilo 
29117 \series bold
29118 Sangrado
29119 \series default
29120 , se añade un espacio de 30
29121 \begin_inset Space \thinspace{}
29122 \end_inset
29123
29124 pt al comienzo de la primera columna.
29125  
29126 \end_layout
29127
29128 \begin_layout Subsection
29129 Entorno eqnarray
29130 \begin_inset Index
29131 status collapsed
29132
29133 \begin_layout Plain Layout
29134 Ecuación ! multilínea ! entorno eqnarray
29135 \end_layout
29136
29137 \end_inset
29138
29139
29140 \begin_inset Index
29141 status collapsed
29142
29143 \begin_layout Plain Layout
29144 Ecuación ! multilínea ! entorno eqnarray
29145 \end_layout
29146
29147 \end_inset
29148
29149
29150 \end_layout
29151
29152 \begin_layout Standard
29153 Al introducir este entorno aparecen tres marcos azules.
29154  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29155  El contenido del marco central está centrado y algo más pequeño, porque
29156  está diseñado para insertar sólo caracteres de relación.
29157 \begin_inset Formula \begin{eqnarray*}
29158 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29159 AB & AB & AB\\
29160 A & = & A\end{eqnarray*}
29161
29162 \end_inset
29163
29164
29165 \end_layout
29166
29167 \begin_layout Subsection
29168 Entorno gather
29169 \begin_inset Index
29170 status collapsed
29171
29172 \begin_layout Plain Layout
29173 Ecuación ! multilínea ! entorno gather
29174 \end_layout
29175
29176 \end_inset
29177
29178
29179 \end_layout
29180
29181 \begin_layout Standard
29182 Este entorno consta de una sola columna centrada.
29183  Se puede numerar cada línea.
29184 \begin_inset Formula \begin{gather}
29185 A=1\\
29186 X=\mbox{-}1\end{gather}
29187
29188 \end_inset
29189
29190
29191 \end_layout
29192
29193 \begin_layout Subsection
29194 Entorno multilínea
29195 \begin_inset CommandInset label
29196 LatexCommand label
29197 name "sub:Entorno-multilínea"
29198
29199 \end_inset
29200
29201
29202 \begin_inset Index
29203 status collapsed
29204
29205 \begin_layout Plain Layout
29206 Ecuación ! multilínea ! entorno multilínea
29207 \end_layout
29208
29209 \end_inset
29210
29211
29212 \end_layout
29213
29214 \begin_layout Standard
29215 El entorno multilínea, como gather, consta de una sola columna.
29216  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29217  Las demás están centradas.
29218  Por tanto este entorno es apropiado para ecuaciones largas.
29219  Como ejemplo, la ecuación
29220 \begin_inset Space ~
29221 \end_inset
29222
29223
29224 \begin_inset CommandInset ref
29225 LatexCommand eqref
29226 reference "eq:lefteqn"
29227
29228 \end_inset
29229
29230  en entorno multilínea:
29231 \begin_inset Formula \begin{multline}
29232 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}\\
29233 -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}\\
29234 =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}}\end{multline}
29235
29236 \end_inset
29237
29238 En la salida sólo aparece numerada la última (primera) línea si la numeración
29239  del documento es a la derecha (izquierda).
29240 \begin_inset Foot
29241 status collapsed
29242
29243 \begin_layout Plain Layout
29244 véanse los estilos de numeración en 
29245 \begin_inset CommandInset ref
29246 LatexCommand ref
29247 reference "sec:Estilos-de-ecuación"
29248
29249 \end_inset
29250
29251
29252 \end_layout
29253
29254 \end_inset
29255
29256
29257 \end_layout
29258
29259 \begin_layout Standard
29260 Con los comandos 
29261 \series bold
29262
29263 \backslash
29264 shoveright
29265 \begin_inset Index
29266 status collapsed
29267
29268 \begin_layout Plain Layout
29269 Comandos ! S ! 
29270 \backslash
29271 shoveright
29272 \end_layout
29273
29274 \end_inset
29275
29276
29277 \series default
29278  y 
29279 \series bold
29280
29281 \backslash
29282 shoveleft
29283 \series default
29284
29285 \begin_inset Index
29286 status collapsed
29287
29288 \begin_layout Plain Layout
29289 Comandos ! S ! 
29290 \backslash
29291 shoveleft
29292 \end_layout
29293
29294 \end_inset
29295
29296 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29297 ente.
29298  Los comandos se usan como sigue:
29299 \end_layout
29300
29301 \begin_layout Standard
29302
29303 \series bold
29304
29305 \backslash
29306 shoveright{contenido de la línea}
29307 \series default
29308  y 
29309 \series bold
29310
29311 \backslash
29312 shoveleft{contenido de la línea}
29313 \end_layout
29314
29315 \begin_layout Standard
29316 \begin_inset VSpace medskip
29317 \end_inset
29318
29319
29320 \end_layout
29321
29322 \begin_layout Standard
29323 La longitud 
29324 \series bold
29325
29326 \backslash
29327 multlinegap
29328 \series default
29329
29330 \begin_inset Index
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334 Comandos ! M ! 
29335 \backslash
29336 multlinegap
29337 \end_layout
29338
29339 \end_inset
29340
29341  especifica la distancia de la primera línea desde el margen izquierdo de
29342  la página.
29343  Esta longitud es 0
29344 \begin_inset Space \thinspace{}
29345 \end_inset
29346
29347 pt por defecto.
29348 \end_layout
29349
29350 \begin_layout Standard
29351 Como ejemplo la ecuación anterior con el comando
29352 \end_layout
29353
29354 \begin_layout Standard
29355
29356 \series bold
29357
29358 \backslash
29359 setlength{
29360 \backslash
29361 multlinegap}{2cm}
29362 \end_layout
29363
29364 \begin_layout Standard
29365 insertado previamente en modo TeX:
29366 \begin_inset ERT
29367 status collapsed
29368
29369 \begin_layout Plain Layout
29370
29371
29372 \backslash
29373 setlength{
29374 \backslash
29375 multlinegap}{2cm}
29376 \end_layout
29377
29378 \end_inset
29379
29380
29381 \begin_inset Formula \begin{multline}
29382 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}\\
29383 \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}}\\
29384 =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}}\end{multline}
29385
29386 \end_inset
29387
29388
29389 \begin_inset ERT
29390 status collapsed
29391
29392 \begin_layout Plain Layout
29393
29394
29395 \backslash
29396 setlength{
29397 \backslash
29398 multlinegap}{0pt}
29399 \end_layout
29400
29401 \end_inset
29402
29403 La segunda línea se ha alineado a la izquierda con 
29404 \series bold
29405
29406 \backslash
29407 shoveleft
29408 \series default
29409 .
29410 \end_layout
29411
29412 \begin_layout Subsection
29413 Partes de una ecuación multilínea
29414 \begin_inset CommandInset label
29415 LatexCommand label
29416 name "sub:Partes-de-una-multilínea"
29417
29418 \end_inset
29419
29420
29421 \begin_inset Index
29422 status collapsed
29423
29424 \begin_layout Plain Layout
29425 Ecuación ! multilínea ! partes de
29426 \end_layout
29427
29428 \end_inset
29429
29430
29431 \end_layout
29432
29433 \begin_layout Standard
29434 Para mostrar sólo partes de una ecuación multilínea se
29435 \family roman
29436 \series medium
29437 \shape up
29438 \size normal
29439 \emph off
29440 \bar no
29441 \noun off
29442 \color none
29443
29444 \backslash
29445 left.
29446 \backslash
29447 right
29448 \backslash
29449 }
29450 \family default
29451 \series default
29452 \shape default
29453 \size default
29454 \emph default
29455 \bar default
29456 \noun default
29457 \color inherit
29458  usa uno de los siguientes métodos: 
29459 \series bold
29460 aligned
29461 \series default
29462
29463 \series bold
29464 alignedat
29465 \series default
29466
29467 \series bold
29468 gathered
29469 \series default
29470  o 
29471 \series bold
29472 split
29473 \series default
29474 .
29475  Se pueden elegir en el menú 
29476 \family sans
29477 Insertar\SpecialChar \menuseparator
29478 Ecuación
29479 \family default
29480  o usando los comandos aquí descritos.
29481 \end_layout
29482
29483 \begin_layout Standard
29484 Los tres primeros tienen las mismas propiedades que los correspondientes
29485  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29486  Un ejemplo:
29487 \begin_inset Formula \[
29488 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29489 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29490 \right\} \mbox{Relaciones de incertidumbre}\]
29491
29492 \end_inset
29493
29494 Para componer esta expresión se inserta una ecuación en presentación y en
29495  ella se introduce el comando 
29496 \series bold
29497
29498 \backslash
29499 aligned
29500 \series default
29501
29502 \begin_inset Index
29503 status collapsed
29504
29505 \begin_layout Plain Layout
29506 Comandos ! A ! 
29507 \backslash
29508 aligned
29509 \end_layout
29510
29511 \end_inset
29512
29513 .
29514  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29515  añadir filas y columnas.
29516  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29517  como la llave.
29518 \end_layout
29519
29520 \begin_layout Standard
29521 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29522  se alinean horizontalmente.
29523  Usar aligned en una ecuación en presentación tiene la ventaja de que el
29524  número de ecuación se centra verticalmente con las líneas.
29525  Como ejemplo, la ecuación 
29526 \begin_inset CommandInset ref
29527 LatexCommand eqref
29528 reference "eq:kurzlang"
29529
29530 \end_inset
29531
29532  en entorno aligned: 
29533 \begin_inset Formula \begin{equation}
29534 \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}|}\\
29535  & -\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}|}\end{aligned}
29536 \end{equation}
29537
29538 \end_inset
29539
29540 Para usar los entornos 
29541 \series bold
29542 alignedat
29543 \series default
29544
29545 \series bold
29546 gathered
29547 \series default
29548 , o 
29549 \series bold
29550 split
29551 \series default
29552 , se insertan respectivamente los comandos
29553 \series bold
29554  
29555 \backslash
29556 alignedat
29557 \series default
29558 ,
29559 \begin_inset Index
29560 status collapsed
29561
29562 \begin_layout Plain Layout
29563 Comandos ! A ! 
29564 \backslash
29565 alignedat
29566 \end_layout
29567
29568 \end_inset
29569
29570  
29571 \series bold
29572
29573 \backslash
29574 gathered
29575 \series default
29576
29577 \begin_inset Index
29578 status collapsed
29579
29580 \begin_layout Plain Layout
29581 Comandos ! G ! 
29582 \backslash
29583 gathered
29584 \end_layout
29585
29586 \end_inset
29587
29588 , o 
29589 \series bold
29590
29591 \backslash
29592 split
29593 \series default
29594
29595 \begin_inset Index
29596 status collapsed
29597
29598 \begin_layout Plain Layout
29599 Comandos ! S ! 
29600 \backslash
29601 split
29602 \end_layout
29603
29604 \end_inset
29605
29606 .
29607  El entorno split tiene las mismas propiedades que aligned pero sólo puede
29608  tener dos columnas.
29609 \end_layout
29610
29611 \begin_layout Subsection
29612 Texto en ecuaciones multilínea
29613 \begin_inset CommandInset label
29614 LatexCommand label
29615 name "sub:Texto-en-multilínea"
29616
29617 \end_inset
29618
29619
29620 \begin_inset Index
29621 status collapsed
29622
29623 \begin_layout Plain Layout
29624 Texto ! en ecuaciones
29625 \end_layout
29626
29627 \end_inset
29628
29629
29630 \begin_inset Index
29631 status collapsed
29632
29633 \begin_layout Plain Layout
29634 Ecuación ! multilínea ! texto en
29635 \end_layout
29636
29637 \end_inset
29638
29639
29640 \end_layout
29641
29642 \begin_layout Standard
29643 En los entornos Align, multilínea y gather, se puede insertar texto que
29644  se mostrará en una línea separada y que no afecta la alineación de columna.
29645  Para esto se usa el comando 
29646 \series bold
29647
29648 \backslash
29649 intertext
29650 \series default
29651
29652 \begin_inset Index
29653 status collapsed
29654
29655 \begin_layout Plain Layout
29656 Comandos ! I ! 
29657 \backslash
29658 intertext
29659 \end_layout
29660
29661 \end_inset
29662
29663  con el siguiente esquema:
29664 \end_layout
29665
29666 \begin_layout Standard
29667
29668 \series bold
29669
29670 \backslash
29671 intertext{texto}
29672 \end_layout
29673
29674 \begin_layout Standard
29675 El texto no debería ocupar más de una línea porque no se puede partir con
29676  guión.
29677  Como LyX aún no soporta 
29678 \series bold
29679
29680 \backslash
29681 intertext
29682 \series default
29683  directamente, el texto se escribe como texto matemático.
29684  
29685 \series bold
29686
29687 \backslash
29688 intertext
29689 \series default
29690  debe por tanto estar al comienzo de una línea y en la salida se presenta
29691  sobre esta línea.
29692  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29693 \begin_inset Formula \begin{align}
29694 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29695 \intertext {\text{el integrando es simétrico para $\phi=\pi$, por tanto}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29696
29697 \end_inset
29698
29699
29700 \end_layout
29701
29702 \begin_layout Section
29703 Numeración de ecuaciones
29704 \begin_inset Index
29705 status collapsed
29706
29707 \begin_layout Plain Layout
29708 Ecuación ! numeración|see
29709 \begin_inset ERT
29710 status collapsed
29711
29712 \begin_layout Plain Layout
29713
29714 {
29715 \end_layout
29716
29717 \end_inset
29718
29719 Numeración de ecuaciones
29720 \begin_inset ERT
29721 status collapsed
29722
29723 \begin_layout Plain Layout
29724
29725 }
29726 \end_layout
29727
29728 \end_inset
29729
29730
29731 \end_layout
29732
29733 \end_inset
29734
29735
29736 \begin_inset Index
29737 status collapsed
29738
29739 \begin_layout Plain Layout
29740 Numeración de ecuaciones
29741 \end_layout
29742
29743 \end_inset
29744
29745
29746 \end_layout
29747
29748 \begin_layout Subsection
29749 General
29750 \end_layout
29751
29752 \begin_layout Standard
29753 Las ecuaciones numeradas se insertan con el menú 
29754 \family sans
29755 Insertar\SpecialChar \menuseparator
29756 Ecuación
29757 \family default
29758  
29759 \family sans
29760 \SpecialChar \menuseparator
29761 Ecuación
29762 \begin_inset Space ~
29763 \end_inset
29764
29765 numerada
29766 \family default
29767  (atajo 
29768 \family sans
29769 Ctrl-Alt
29770 \begin_inset Space ~
29771 \end_inset
29772
29773 n
29774 \family default
29775 ).
29776  Ecuaciones existentes se pueden numerar con el menú 
29777 \family sans
29778 Editar\SpecialChar \menuseparator
29779 Ecuación\SpecialChar \menuseparator
29780 Conmutar
29781 \begin_inset Space ~
29782 \end_inset
29783
29784 numeración
29785 \family default
29786  (atajo
29787 \family sans
29788  Alt-m
29789 \begin_inset Space ~
29790 \end_inset
29791
29792 n
29793 \family default
29794 ).
29795  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29796  En la salida se muestra el número real.
29797 \end_layout
29798
29799 \begin_layout Standard
29800 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29801  líneas.
29802  No obstante, la numeración se puede controlar en cada línea con el menú
29803  
29804 \family sans
29805 Editar\SpecialChar \menuseparator
29806 Ecuación\SpecialChar \menuseparator
29807 \SpecialChar \menuseparator
29808 Conmutar
29809 \begin_inset Space ~
29810 \end_inset
29811
29812 numeración
29813 \begin_inset Space ~
29814 \end_inset
29815
29816 de
29817 \begin_inset Space ~
29818 \end_inset
29819
29820 línea
29821 \family default
29822  (atajo
29823 \family sans
29824  Alt-m
29825 \begin_inset Space ~
29826 \end_inset
29827
29828 N
29829 \family default
29830 ).
29831 \end_layout
29832
29833 \begin_layout Standard
29834 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29835  distintos, véase 
29836 \begin_inset CommandInset ref
29837 LatexCommand ref
29838 reference "sec:Estilos-de-ecuación"
29839
29840 \end_inset
29841
29842 .
29843 \end_layout
29844
29845 \begin_layout Subsection
29846 Referencias cruzadas
29847 \begin_inset CommandInset label
29848 LatexCommand label
29849 name "sub:Referencias-cruzadas"
29850
29851 \end_inset
29852
29853
29854 \begin_inset Index
29855 status collapsed
29856
29857 \begin_layout Plain Layout
29858 Referencias cruzadas ! a ecuaciones
29859 \end_layout
29860
29861 \end_inset
29862
29863
29864 \end_layout
29865
29866 \begin_layout Standard
29867 Todas las ecuaciones con etiqueta se pueden referenciar.
29868  La etiqueta se añade con el menú 
29869 \family sans
29870 Insertar\SpecialChar \menuseparator
29871 Etiqueta
29872 \family default
29873  o con el botón 
29874 \begin_inset Graphics
29875         filename ../../images/label-insert.png
29876         scale 85
29877
29878 \end_inset
29879
29880  de la barra de herramientas.
29881  El cursor debe estar dentro de una ecuación en presentación.
29882  Surge un diálogo con el prefijo 
29883 \series bold
29884 eq:
29885 \series default
29886 , detrás del cual se escribe el texto de la etiqueta.
29887  El prefijo significa 
29888 \begin_inset Quotes fld
29889 \end_inset
29890
29891 equation
29892 \begin_inset Quotes frd
29893 \end_inset
29894
29895  y hace más fácil encontrar etiquetas en documentos extensos porque así
29896  se distingue p.
29897 \begin_inset Space \thinspace{}
29898 \end_inset
29899
29900 e.
29901 \begin_inset Space ~
29902 \end_inset
29903
29904 de las etiquetas de sección.
29905  Para cambiar una etiqueta se usa de nuevo el menú 
29906 \family sans
29907 Insertar\SpecialChar \menuseparator
29908 Etiqueta
29909 \family default
29910 .
29911 \end_layout
29912
29913 \begin_layout Standard
29914 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29915  ecuación.
29916  Una ecuación con etiqueta se numera siempre.
29917 \end_layout
29918
29919 \begin_layout Standard
29920 Las referencias cruzadas se insertan mediante el menú 
29921 \family sans
29922 Insertar\SpecialChar \menuseparator
29923 Referencia cruzada
29924 \family default
29925  o con el botón 
29926 \begin_inset Graphics
29927         filename ../../images/dialog-show-new-inset_ref.png
29928         scale 85
29929
29930 \end_inset
29931
29932 .
29933  Una referencia a una ecuación aparece en la salida con su número.
29934  Si en el diálogo de referencia cruzada se elige el formato 
29935 \series bold
29936 (<referencia>)
29937 \series default
29938 , la referencia se muestra en la salida entre paréntesis.
29939  
29940 \begin_inset Newline newline
29941 \end_inset
29942
29943 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29944  a la ecuación de referencia.
29945 \end_layout
29946
29947 \begin_layout Standard
29948 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29949  siguientes:
29950 \begin_inset Note Note
29951 status collapsed
29952
29953 \begin_layout Plain Layout
29954 Observa los distintos tipos de referencias cruzadas.
29955 \end_layout
29956
29957 \end_inset
29958
29959
29960 \end_layout
29961
29962 \begin_layout Standard
29963 Las ecuaciones 
29964 \begin_inset CommandInset ref
29965 LatexCommand eqref
29966 reference "eq:tag"
29967
29968 \end_inset
29969
29970  y 
29971 \begin_inset CommandInset ref
29972 LatexCommand eqref
29973 reference "eq:c"
29974
29975 \end_inset
29976
29977  son equivalentes.
29978  En (
29979 \begin_inset CommandInset ref
29980 LatexCommand ref
29981 reference "eq:Lat"
29982
29983 \end_inset
29984
29985 ) se usan mayúsculas latinas para la numeración, a diferencia de (
29986 \begin_inset CommandInset ref
29987 LatexCommand ref
29988 reference "eq:Rom"
29989
29990 \end_inset
29991
29992 ).
29993 \begin_inset VSpace medskip
29994 \end_inset
29995
29996
29997 \end_layout
29998
29999 \begin_layout Standard
30000 Si el argumento de 
30001 \series bold
30002
30003 \backslash
30004 tag
30005 \begin_inset Foot
30006 status collapsed
30007
30008 \begin_layout Plain Layout
30009
30010 \series bold
30011
30012 \backslash
30013 tag
30014 \series default
30015  se describe en 
30016 \begin_inset CommandInset ref
30017 LatexCommand ref
30018 reference "sub:Numeración-personalizada"
30019
30020 \end_inset
30021
30022
30023 \end_layout
30024
30025 \end_inset
30026
30027
30028 \series default
30029  contiene un marco, como se describe en la 
30030 \begin_inset CommandInset ref
30031 LatexCommand ref
30032 reference "sub:Cuadros-de-párrafo"
30033
30034 \end_inset
30035
30036 , no se puede referenciar la ecuación.
30037 \end_layout
30038
30039 \begin_layout Subsection
30040 Subnumeración
30041 \begin_inset Index
30042 status collapsed
30043
30044 \begin_layout Plain Layout
30045 Numeración de ecuaciones ! subnumeración
30046 \end_layout
30047
30048 \end_inset
30049
30050
30051 \end_layout
30052
30053 \begin_layout Standard
30054 Con ayuda de los comandos 
30055 \series bold
30056
30057 \backslash
30058 begin{subequations}
30059 \series default
30060  y 
30061 \series bold
30062
30063 \backslash
30064 end{subequations}
30065 \series default
30066  en modo TeX se pueden subnumerar ecuaciones.
30067 \end_layout
30068
30069 \begin_layout Standard
30070 Ejemplo:
30071 \begin_inset Formula \begin{equation}
30072 A=C-B\label{eq:a}\end{equation}
30073
30074 \end_inset
30075
30076
30077 \begin_inset ERT
30078 status collapsed
30079
30080 \begin_layout Plain Layout
30081
30082
30083 \backslash
30084 addtocounter{equation}{-1}
30085 \end_layout
30086
30087 \end_inset
30088
30089
30090 \begin_inset ERT
30091 status collapsed
30092
30093 \begin_layout Plain Layout
30094
30095
30096 \backslash
30097 begin{subequations}
30098 \end_layout
30099
30100 \end_inset
30101
30102
30103 \begin_inset VSpace -5mm
30104 \end_inset
30105
30106
30107 \begin_inset Formula \begin{equation}
30108 B=C-A\label{eq:b}\end{equation}
30109
30110 \end_inset
30111
30112
30113 \begin_inset Formula \begin{equation}
30114 C=A+B\label{eq:c}\end{equation}
30115
30116 \end_inset
30117
30118
30119 \end_layout
30120
30121 \begin_layout Standard
30122 \begin_inset ERT
30123 status collapsed
30124
30125 \begin_layout Plain Layout
30126
30127
30128 \backslash
30129 end{subequations}
30130 \end_layout
30131
30132 \end_inset
30133
30134
30135 \end_layout
30136
30137 \begin_layout Standard
30138 Para este ejemplo se ha hecho lo siguiente:
30139 \end_layout
30140
30141 \begin_layout Enumerate
30142 se inserta la primera ecuación
30143 \end_layout
30144
30145 \begin_layout Enumerate
30146 después de ella se inserta
30147 \series bold
30148
30149 \begin_inset Newline newline
30150 \end_inset
30151
30152
30153 \backslash
30154 addtocounter{equation}{-1} 
30155 \backslash
30156 begin{subequations}
30157 \begin_inset Index
30158 status collapsed
30159
30160 \begin_layout Plain Layout
30161 Comandos ! A ! 
30162 \backslash
30163 addtocounter
30164 \end_layout
30165
30166 \end_inset
30167
30168
30169 \end_layout
30170
30171 \begin_layout Enumerate
30172 se inserta la segunda ecuación
30173 \end_layout
30174
30175 \begin_layout Enumerate
30176 se inserta la tercera ecuación
30177 \end_layout
30178
30179 \begin_layout Enumerate
30180 se inserta 
30181 \series bold
30182
30183 \backslash
30184 end{subequations}
30185 \series default
30186  tras la tercera ecuación
30187 \end_layout
30188
30189 \begin_layout Standard
30190 Toda ecuación entre los comandos 
30191 \series bold
30192
30193 \backslash
30194 begin
30195 \series default
30196  y 
30197 \series bold
30198
30199 \backslash
30200 end
30201 \series default
30202  se subnumera con a, b, c\SpecialChar \ldots{}
30203  En ecuaciones multilínea se subnumerará cada línea.
30204  Todas las ecuaciones subnumeradas son tratadas como 
30205 \emph on
30206 una
30207 \emph default
30208  ecuación numerada.
30209  Pero como cada ecuación numerada aumenta el contador 
30210 \series bold
30211 equation
30212 \series default
30213  en uno, hay que disminuir el comando 
30214 \series bold
30215
30216 \backslash
30217 addtocounter
30218 \series default
30219 .
30220  De lo contrario, las ecuaciones 
30221 \begin_inset CommandInset ref
30222 LatexCommand eqref
30223 reference "eq:a"
30224
30225 \end_inset
30226
30227
30228 \begin_inset CommandInset ref
30229 LatexCommand eqref
30230 reference "eq:b"
30231
30232 \end_inset
30233
30234
30235 \begin_inset CommandInset ref
30236 LatexCommand eqref
30237 reference "eq:c"
30238
30239 \end_inset
30240
30241  se numerarían 
30242 \begin_inset CommandInset ref
30243 LatexCommand eqref
30244 reference "eq:a"
30245
30246 \end_inset
30247
30248
30249 \begin_inset CommandInset ref
30250 LatexCommand eqref
30251 reference "eq:d"
30252
30253 \end_inset
30254
30255
30256 \begin_inset CommandInset ref
30257 LatexCommand eqref
30258 reference "eq:f"
30259
30260 \end_inset
30261
30262 .
30263 \end_layout
30264
30265 \begin_layout Standard
30266 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30267  ecuaciones.
30268  Para evitarlo se inserta ese espacio vertical de -5
30269 \begin_inset Space \thinspace{}
30270 \end_inset
30271
30272 mm detrás del comando 
30273 \series bold
30274
30275 \backslash
30276 begin{subequations}
30277 \series default
30278 .
30279
30280 \series bold
30281  
30282 \series default
30283 Si se usa el estilo 
30284 \series bold
30285 Sangrado
30286 \series default
30287
30288 \begin_inset Foot
30289 status open
30290
30291 \begin_layout Plain Layout
30292 véase estilos de ecuación en 
30293 \begin_inset CommandInset ref
30294 LatexCommand ref
30295 reference "sec:Estilos-de-ecuación"
30296
30297 \end_inset
30298
30299
30300 \end_layout
30301
30302 \end_inset
30303
30304 , entonces se inserta -7
30305 \begin_inset Space \thinspace{}
30306 \end_inset
30307
30308 mm.
30309 \end_layout
30310
30311 \begin_layout Standard
30312 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30313  de la segunda línea:
30314 \begin_inset ERT
30315 status collapsed
30316
30317 \begin_layout Plain Layout
30318
30319
30320 \backslash
30321 begin{subequations}
30322 \end_layout
30323
30324 \end_inset
30325
30326
30327 \begin_inset Formula \begin{eqnarray}
30328 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30329  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30330  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
30331
30332 \end_inset
30333
30334
30335 \begin_inset ERT
30336 status collapsed
30337
30338 \begin_layout Plain Layout
30339
30340
30341 \backslash
30342 end{subequations}
30343 \end_layout
30344
30345 \end_inset
30346
30347
30348 \end_layout
30349
30350 \begin_layout Subsection
30351 Numeración definida por el usuario
30352 \begin_inset CommandInset label
30353 LatexCommand label
30354 name "sub:Numeración-personalizada"
30355
30356 \end_inset
30357
30358
30359 \begin_inset Index
30360 status collapsed
30361
30362 \begin_layout Plain Layout
30363 Numeración de ecuaciones ! personalizada
30364 \end_layout
30365
30366 \end_inset
30367
30368
30369 \end_layout
30370
30371 \begin_layout Standard
30372 Con la numeración estándar el número se coloca entre paréntesis.
30373  Para reemplazar los paréntesis con barras verticales, p.
30374 \begin_inset Space \thinspace{}
30375 \end_inset
30376
30377 e., se añade al preámbulo LaTeX la línea: 
30378 \end_layout
30379
30380 \begin_layout Standard
30381
30382 \series bold
30383
30384 \backslash
30385 def
30386 \backslash
30387 tagform@#1{
30388 \backslash
30389 maketag@@@{|#1|}}
30390 \series default
30391
30392 \begin_inset Note Note
30393 status collapsed
30394
30395 \begin_layout Plain Layout
30396 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30397  Para activarlo, quita el % del principio.
30398 \end_layout
30399
30400 \end_inset
30401
30402
30403 \end_layout
30404
30405 \begin_layout Standard
30406 Para usar otros caracteres, se reemplazan las barras al lado de 
30407 \series bold
30408 #1
30409 \series default
30410  por ellos.
30411  Para obtener sólo el número de ecuación se omiten las barras verticales.
30412 \begin_inset VSpace bigskip
30413 \end_inset
30414
30415
30416 \end_layout
30417
30418 \begin_layout Standard
30419 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30420  consecutivo, se usa el comando 
30421 \series bold
30422
30423 \backslash
30424 tag
30425 \begin_inset Index
30426 status collapsed
30427
30428 \begin_layout Plain Layout
30429 Comandos ! T ! 
30430 \backslash
30431 tag
30432 \end_layout
30433
30434 \end_inset
30435
30436
30437 \series default
30438 :
30439 \begin_inset Formula \begin{equation}
30440 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30441
30442 \end_inset
30443
30444 En este ejemplo se ha insertado el comando
30445 \series bold
30446  
30447 \backslash
30448 tag
30449 \begin_inset ERT
30450 status collapsed
30451
30452 \begin_layout Plain Layout
30453
30454
30455 \backslash
30456 spce 
30457 \end_layout
30458
30459 \end_inset
30460
30461 algo
30462 \series default
30463  en la ecuación.
30464 \end_layout
30465
30466 \begin_layout Standard
30467 Si se usa en su lugar el comando con asterisco 
30468 \series bold
30469
30470 \backslash
30471 tag*
30472 \begin_inset ERT
30473 status collapsed
30474
30475 \begin_layout Plain Layout
30476
30477
30478 \backslash
30479 spce 
30480 \end_layout
30481
30482 \end_inset
30483
30484 algo
30485 \series default
30486  no se imprimen los paréntesis:
30487 \begin_inset Formula \[
30488 A+B=C\tag*{algo}\]
30489
30490 \end_inset
30491
30492
30493 \end_layout
30494
30495 \begin_layout Standard
30496 \begin_inset VSpace bigskip
30497 \end_inset
30498
30499
30500 \end_layout
30501
30502 \begin_layout Standard
30503 Para reiniciar la numeración en nuevas partes o secciones del documento
30504  se usan los siguientes comandos:
30505 \end_layout
30506
30507 \begin_layout Standard
30508
30509 \series bold
30510
30511 \backslash
30512 @addtoreset{equation}{part}
30513 \series default
30514
30515 \begin_inset Index
30516 status collapsed
30517
30518 \begin_layout Plain Layout
30519 Comandos ! 
30520 \begin_inset ERT
30521 status collapsed
30522
30523 \begin_layout Plain Layout
30524
30525 "
30526 \end_layout
30527
30528 \end_inset
30529
30530 @
30531 \begin_inset ERT
30532 status collapsed
30533
30534 \begin_layout Plain Layout
30535
30536 "
30537 \end_layout
30538
30539 \end_inset
30540
30541  ! 
30542 \backslash
30543
30544 \begin_inset ERT
30545 status collapsed
30546
30547 \begin_layout Plain Layout
30548
30549 "
30550 \end_layout
30551
30552 \end_inset
30553
30554 @
30555 \begin_inset ERT
30556 status collapsed
30557
30558 \begin_layout Plain Layout
30559
30560 "
30561 \end_layout
30562
30563 \end_inset
30564
30565 addtoreset
30566 \end_layout
30567
30568 \end_inset
30569
30570
30571 \begin_inset Newline newline
30572 \end_inset
30573
30574
30575 \series bold
30576
30577 \backslash
30578 @addtoreset{equation}{section}
30579 \end_layout
30580
30581 \begin_layout Standard
30582 Pata poder usar estos comandos en modo TeX, el carácter 
30583 \begin_inset Quotes fld
30584 \end_inset
30585
30586 @
30587 \begin_inset Quotes frd
30588 \end_inset
30589
30590  debe 
30591 \begin_inset Quotes fld
30592 \end_inset
30593
30594 activarse
30595 \begin_inset Quotes frd
30596 \end_inset
30597
30598  para LaTeX con el comando 
30599 \series bold
30600
30601 \backslash
30602 makeatletter
30603 \series default
30604 .
30605  El comando 
30606 \series bold
30607
30608 \backslash
30609 makeatother
30610 \series default
30611  deshace esto.
30612  Así pues, la secuencia de comandos en modo TeX es:
30613 \end_layout
30614
30615 \begin_layout Standard
30616
30617 \series bold
30618
30619 \backslash
30620 makeatletter
30621 \begin_inset Newline newline
30622 \end_inset
30623
30624
30625 \backslash
30626 @addtoreset{equation}{section}
30627 \begin_inset Newline newline
30628 \end_inset
30629
30630
30631 \backslash
30632 makeatother
30633 \end_layout
30634
30635 \begin_layout Standard
30636 En el preámbulo LaTeX se pueden omitir 
30637 \series bold
30638
30639 \backslash
30640 makeatletter
30641 \series default
30642  y 
30643 \series bold
30644
30645 \backslash
30646 makeatother
30647 \series default
30648  pues son automáticamente insertados por LyX.
30649 \end_layout
30650
30651 \begin_layout Standard
30652 Para el comando 
30653 \series bold
30654
30655 \backslash
30656 @addtoreset
30657 \series default
30658 ,
30659 \series bold
30660  
30661 \series default
30662 hay que cargar en el preámbulo LaTeX el archivo 
30663 \series bold
30664 remreset.sty
30665 \series default
30666
30667 \begin_inset Foot
30668 status open
30669
30670 \begin_layout Plain Layout
30671
30672 \series bold
30673 remreset
30674 \series default
30675  es parte del paquete LaTeX 
30676 \series bold
30677 carlisle
30678 \series default
30679
30680 \begin_inset Index
30681 status collapsed
30682
30683 \begin_layout Plain Layout
30684 Paquetes ! carlisle
30685 \end_layout
30686
30687 \end_inset
30688
30689 , incluido en las instalaciones estándar de LaTeX.
30690 \end_layout
30691
30692 \end_inset
30693
30694
30695 \begin_inset Index
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699 Paquetes ! remreset
30700 \end_layout
30701
30702 \end_inset
30703
30704  con la línea
30705 \end_layout
30706
30707 \begin_layout Standard
30708
30709 \series bold
30710
30711 \backslash
30712 usepackage{remreset}
30713 \end_layout
30714
30715 \begin_layout Standard
30716 Entonces se puede usar el comando 
30717 \series bold
30718
30719 \backslash
30720 @removefromreset
30721 \series default
30722
30723 \begin_inset Index
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727 Comandos ! 
30728 \begin_inset ERT
30729 status collapsed
30730
30731 \begin_layout Plain Layout
30732
30733 "
30734 \end_layout
30735
30736 \end_inset
30737
30738 @
30739 \begin_inset ERT
30740 status collapsed
30741
30742 \begin_layout Plain Layout
30743
30744 "
30745 \end_layout
30746
30747 \end_inset
30748
30749  ! 
30750 \backslash
30751
30752 \begin_inset ERT
30753 status collapsed
30754
30755 \begin_layout Plain Layout
30756
30757 "
30758 \end_layout
30759
30760 \end_inset
30761
30762 @
30763 \begin_inset ERT
30764 status collapsed
30765
30766 \begin_layout Plain Layout
30767
30768 "
30769 \end_layout
30770
30771 \end_inset
30772
30773 removefromreset
30774 \end_layout
30775
30776 \end_inset
30777
30778  con el mismo esquema que 
30779 \series bold
30780
30781 \backslash
30782 @addtoreset
30783 \series default
30784 .
30785 \begin_inset VSpace bigskip
30786 \end_inset
30787
30788
30789 \end_layout
30790
30791 \begin_layout Standard
30792 A veces las ecuaciones deberían numerarse de la siguiente manera:
30793 \end_layout
30794
30795 \begin_layout Standard
30796
30797 \family typewriter
30798 (número de sección.número de ecuación)
30799 \end_layout
30800
30801 \begin_layout Standard
30802 El número de ecuación empezaría con 
30803 \begin_inset Quotes fld
30804 \end_inset
30805
30806 1
30807 \begin_inset Quotes frd
30808 \end_inset
30809
30810  en cada sección.
30811 \end_layout
30812
30813 \begin_layout Standard
30814 Para este caso hay el comando 
30815 \series bold
30816
30817 \backslash
30818 numberwithin
30819 \series default
30820
30821 \begin_inset Index
30822 status collapsed
30823
30824 \begin_layout Plain Layout
30825 Comandos ! N ! 
30826 \backslash
30827 numberwithin
30828 \end_layout
30829
30830 \end_inset
30831
30832 , que se usa con el esquema:
30833 \end_layout
30834
30835 \begin_layout Standard
30836
30837 \series bold
30838
30839 \backslash
30840 numberwithin{counter}{sectioning}
30841 \end_layout
30842
30843 \begin_layout Standard
30844 \begin_inset Quotes fld
30845 \end_inset
30846
30847 counter
30848 \begin_inset Quotes frd
30849 \end_inset
30850
30851  indica qué clase de numeración es afectada, 
30852 \begin_inset Quotes fld
30853 \end_inset
30854
30855 sectioning
30856 \begin_inset Quotes frd
30857 \end_inset
30858
30859  indica qué número va delante del punto.
30860  
30861 \end_layout
30862
30863 \begin_layout Standard
30864 Así pues, en nuestro caso se ha usado la siguiente línea ERT o de preámbulo
30865  LaTeX:
30866 \end_layout
30867
30868 \begin_layout Standard
30869
30870 \series bold
30871
30872 \backslash
30873 numberwithin{equation}{section}
30874 \end_layout
30875
30876 \begin_layout Standard
30877 Este es el resultado::
30878 \begin_inset ERT
30879 status collapsed
30880
30881 \begin_layout Plain Layout
30882
30883
30884 \backslash
30885 numberwithin{equation}{section}
30886 \end_layout
30887
30888 \end_inset
30889
30890
30891 \begin_inset Formula \begin{equation}
30892 A+B=C\end{equation}
30893
30894 \end_inset
30895
30896
30897 \end_layout
30898
30899 \begin_layout Standard
30900 Para numerar p.
30901 \begin_inset Space \thinspace{}
30902 \end_inset
30903
30904 e.
30905 \begin_inset Space ~
30906 \end_inset
30907
30908 tablas de modo que 
30909 \begin_inset Quotes fld
30910 \end_inset
30911
30912 sectioning
30913 \begin_inset Quotes frd
30914 \end_inset
30915
30916  es el número de la parte se usa
30917 \begin_inset Newline newline
30918 \end_inset
30919
30920
30921 \series bold
30922
30923 \backslash
30924 numberwithin{table}{part}
30925 \end_layout
30926
30927 \begin_layout Standard
30928 Para volver a la numeración estándar o evitar esta clase numeración cuando
30929  es definida por la clase de documento, se inserta el siguiente comando
30930  como ERT o en el preámbulo LaTeX:
30931 \end_layout
30932
30933 \begin_layout Standard
30934
30935 \series bold
30936
30937 \backslash
30938 renewcommand{
30939 \backslash
30940 theequation}{
30941 \backslash
30942 arabic{equation}}
30943 \begin_inset Index
30944 status collapsed
30945
30946 \begin_layout Plain Layout
30947 Comandos ! A ! 
30948 \backslash
30949 arabic
30950 \end_layout
30951
30952 \end_inset
30953
30954
30955 \series default
30956
30957 \begin_inset ERT
30958 status collapsed
30959
30960 \begin_layout Plain Layout
30961
30962
30963 \backslash
30964 renewcommand{
30965 \backslash
30966 theequation}{
30967 \backslash
30968 arabic{equation}}
30969 \end_layout
30970
30971 \end_inset
30972
30973
30974 \series bold
30975
30976 \begin_inset Newline newline
30977 \end_inset
30978
30979
30980 \series default
30981 o
30982 \series bold
30983
30984 \begin_inset Newline newline
30985 \end_inset
30986
30987
30988 \backslash
30989 renewcommand{
30990 \backslash
30991 thetable}{
30992 \backslash
30993 arabic{table}}
30994 \end_layout
30995
30996 \begin_layout Standard
30997
30998 \series bold
30999
31000 \backslash
31001 numberwithin
31002 \series default
31003  usa internamente el comando 
31004 \series bold
31005
31006 \backslash
31007 @addtoreset
31008 \series default
31009 , descrito arriba, que también necesita ser restaurado.
31010 \begin_inset ERT
31011 status collapsed
31012
31013 \begin_layout Plain Layout
31014
31015
31016 \backslash
31017 makeatletter
31018 \end_layout
31019
31020 \begin_layout Plain Layout
31021
31022
31023 \backslash
31024 @removefromreset{equation}{section}
31025 \end_layout
31026
31027 \begin_layout Plain Layout
31028
31029
31030 \backslash
31031 makeatother
31032 \end_layout
31033
31034 \end_inset
31035
31036
31037 \end_layout
31038
31039 \begin_layout Subsection
31040 Numeración con números romanos y letras
31041 \begin_inset CommandInset label
31042 LatexCommand label
31043 name "sub:Numeración-con-romanos"
31044
31045 \end_inset
31046
31047
31048 \begin_inset Index
31049 status collapsed
31050
31051 \begin_layout Plain Layout
31052 Numeración de ecuaciones ! con números romanos
31053 \end_layout
31054
31055 \end_inset
31056
31057
31058 \begin_inset Index
31059 status collapsed
31060
31061 \begin_layout Plain Layout
31062 Numeración de ecuaciones ! con letras
31063 \end_layout
31064
31065 \end_inset
31066
31067
31068 \end_layout
31069
31070 \begin_layout Standard
31071 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31072  Por ejemplo, para numerar con romanos en minúscula,
31073 \begin_inset Foot
31074 status collapsed
31075
31076 \begin_layout Plain Layout
31077 Como en español no se usan romanos en minúscula, el estilo 
31078 \series bold
31079 spanish
31080 \series default
31081  del sistema 
31082 \series bold
31083 babel
31084 \series default
31085  redefine 
31086 \series bold
31087
31088 \backslash
31089 roman
31090 \series default
31091  para que los dé en versalitas.
31092  Véase 
31093 \begin_inset CommandInset citation
31094 LatexCommand cite
31095 key "spanish"
31096
31097 \end_inset
31098
31099  (
31100 \emph on
31101 N.
31102 \begin_inset Space \thinspace{}
31103 \end_inset
31104
31105 del t
31106 \emph default
31107 ).
31108 \end_layout
31109
31110 \end_inset
31111
31112  se inserta el comando
31113 \end_layout
31114
31115 \begin_layout Standard
31116
31117 \series bold
31118
31119 \backslash
31120 renewcommand{
31121 \backslash
31122 theequation}{
31123 \backslash
31124 roman{equation}}
31125 \end_layout
31126
31127 \begin_layout Standard
31128 antes de la ecuación en modo TeX.
31129  
31130 \series bold
31131
31132 \backslash
31133 renewcommand
31134 \series default
31135
31136 \begin_inset Index
31137 status collapsed
31138
31139 \begin_layout Plain Layout
31140 Comandos ! R ! 
31141 \backslash
31142 renewcommand
31143 \end_layout
31144
31145 \end_inset
31146
31147  redefine el comando predefinido 
31148 \series bold
31149
31150 \backslash
31151 theequation
31152 \series default
31153  como 
31154 \series bold
31155
31156 \backslash
31157 roman{equation}
31158 \series default
31159 .
31160 \begin_inset Foot
31161 status collapsed
31162
31163 \begin_layout Plain Layout
31164 El comando 
31165 \series bold
31166
31167 \backslash
31168 renewcommand
31169 \series default
31170  tiene el mismo esquema que el comando 
31171 \series bold
31172
31173 \backslash
31174 newcommand
31175 \series default
31176 , descrito en 
31177 \begin_inset CommandInset ref
31178 LatexCommand ref
31179 reference "sec:Comandos-de-usuario"
31180
31181 \end_inset
31182
31183 .
31184 \end_layout
31185
31186 \end_inset
31187
31188  
31189 \series bold
31190 equation
31191 \series default
31192  es el contador de ecuaciones.
31193  Si se usa el comando 
31194 \series bold
31195
31196 \backslash
31197 the
31198 \series default
31199  como prefijo de un contador, el valor del contador sale en números arábigos.
31200  Si una ecuación es numerada, LaTeX pone internamente el comando 
31201 \series bold
31202
31203 \backslash
31204 theequation
31205 \series default
31206  detrás de la ecuación.
31207  
31208 \series bold
31209
31210 \backslash
31211 roman{equation}
31212 \series default
31213
31214 \begin_inset Index
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218 Comandos ! R ! 
31219 \backslash
31220 roman
31221 \end_layout
31222
31223 \end_inset
31224
31225  pone el contador en romanos en minúscula.
31226 \end_layout
31227
31228 \begin_layout Standard
31229 Todas las ecuaciones siguientes a 
31230 \series bold
31231
31232 \backslash
31233 renew
31234 \series default
31235 c
31236 \series bold
31237 ommand
31238 \series default
31239  se numerarán en romanos.
31240  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31241  cambiando 
31242 \series bold
31243
31244 \backslash
31245 roman
31246 \series default
31247  por 
31248 \series bold
31249
31250 \backslash
31251 Roman
31252 \series default
31253  
31254 \begin_inset Index
31255 status collapsed
31256
31257 \begin_layout Plain Layout
31258 Comandos ! R ! 
31259 \backslash
31260 roman@
31261 \backslash
31262 Roman
31263 \end_layout
31264
31265 \end_inset
31266
31267 .
31268  Para 
31269 \begin_inset Quotes fld
31270 \end_inset
31271
31272 numerar
31273 \begin_inset Quotes frd
31274 \end_inset
31275
31276  con minúsculas latinas hay el comando 
31277 \series bold
31278
31279 \backslash
31280 alph
31281 \series default
31282
31283 \begin_inset Index
31284 status collapsed
31285
31286 \begin_layout Plain Layout
31287 Comandos ! A ! 
31288 \backslash
31289 alph
31290 \end_layout
31291
31292 \end_inset
31293
31294 , y para mayúsculas el comando 
31295 \series bold
31296
31297 \backslash
31298 Alph
31299 \series default
31300
31301 \begin_inset Index
31302 status collapsed
31303
31304 \begin_layout Plain Layout
31305 Comandos ! A ! 
31306 \backslash
31307 alph@
31308 \backslash
31309 Alph
31310 \end_layout
31311
31312 \end_inset
31313
31314 .
31315 \end_layout
31316
31317 \begin_layout Standard
31318 \begin_inset Note Greyedout
31319 status collapsed
31320
31321 \begin_layout Plain Layout
31322
31323 \series bold
31324 Nota:
31325 \series default
31326  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31327 \end_layout
31328
31329 \end_inset
31330
31331
31332 \begin_inset ERT
31333 status collapsed
31334
31335 \begin_layout Plain Layout
31336
31337
31338 \backslash
31339 renewcommand{
31340 \backslash
31341 theequation}{
31342 \backslash
31343 roman{equation}}
31344 \end_layout
31345
31346 \end_inset
31347
31348
31349 \begin_inset Formula \begin{equation}
31350 A=\textrm{romanos en minúscula}\label{eq:rom}\end{equation}
31351
31352 \end_inset
31353
31354
31355 \begin_inset ERT
31356 status collapsed
31357
31358 \begin_layout Plain Layout
31359
31360
31361 \backslash
31362 renewcommand{
31363 \backslash
31364 theequation}{
31365 \backslash
31366 Roman{equation}}
31367 \end_layout
31368
31369 \end_inset
31370
31371
31372 \begin_inset Formula \begin{equation}
31373 B=\textrm{romanos en mayúscula}\label{eq:Rom}\end{equation}
31374
31375 \end_inset
31376
31377
31378 \begin_inset ERT
31379 status collapsed
31380
31381 \begin_layout Plain Layout
31382
31383
31384 \backslash
31385 renewcommand{
31386 \backslash
31387 theequation}{
31388 \backslash
31389 alph{equation}}
31390 \end_layout
31391
31392 \end_inset
31393
31394
31395 \begin_inset Formula \begin{equation}
31396 C=\textrm{latinas en minúscula}\label{eq:lat}\end{equation}
31397
31398 \end_inset
31399
31400
31401 \begin_inset ERT
31402 status collapsed
31403
31404 \begin_layout Plain Layout
31405
31406
31407 \backslash
31408 renewcommand{
31409 \backslash
31410 theequation}{
31411 \backslash
31412 Alph{equation}}
31413 \end_layout
31414
31415 \end_inset
31416
31417
31418 \begin_inset Formula \begin{equation}
31419 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31420
31421 \end_inset
31422
31423
31424 \end_layout
31425
31426 \begin_layout Standard
31427 Para volver a la numeración por defecto se inserta el comando:
31428 \end_layout
31429
31430 \begin_layout Standard
31431
31432 \series bold
31433
31434 \backslash
31435 renewcommand{
31436 \backslash
31437 theequation}{
31438 \backslash
31439 arabic{equation}}
31440 \begin_inset Index
31441 status collapsed
31442
31443 \begin_layout Plain Layout
31444 Comandos ! A ! 
31445 \backslash
31446 arabic
31447 \end_layout
31448
31449 \end_inset
31450
31451
31452 \end_layout
31453
31454 \begin_layout Standard
31455 \begin_inset ERT
31456 status collapsed
31457
31458 \begin_layout Plain Layout
31459
31460
31461 \backslash
31462 renewcommand{
31463 \backslash
31464 theequation}{
31465 \backslash
31466 arabic{equation}}
31467 \end_layout
31468
31469 \end_inset
31470
31471
31472 \begin_inset Formula \begin{equation}
31473 E=\mbox{arábigos}\label{eq:arab}\end{equation}
31474
31475 \end_inset
31476
31477
31478 \end_layout
31479
31480 \begin_layout Standard
31481 \begin_inset VSpace medskip
31482 \end_inset
31483
31484
31485 \end_layout
31486
31487 \begin_layout Standard
31488 Como ves, las ecuaciones se numeran consecutivamente independientemente
31489  del estilo de numeración.
31490  Cuando la numeración haya de empezar con 
31491 \begin_inset Quotes fld
31492 \end_inset
31493
31494 1
31495 \begin_inset Quotes frd
31496 \end_inset
31497
31498  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31499  Una descripción sobre esto se encuentra en el archivo 
31500 \begin_inset CommandInset href
31501 LatexCommand href
31502 target "Formula-numbering.lyx"
31503
31504 \end_inset
31505
31506 .
31507 \end_layout
31508
31509 \begin_layout Section
31510 Comandos definidos por el usuario
31511 \begin_inset CommandInset label
31512 LatexCommand label
31513 name "sec:Comandos-de-usuario"
31514
31515 \end_inset
31516
31517
31518 \begin_inset Index
31519 status collapsed
31520
31521 \begin_layout Plain Layout
31522 Comandos personalizados
31523 \end_layout
31524
31525 \end_inset
31526
31527
31528 \end_layout
31529
31530 \begin_layout Standard
31531 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
31532  Pero es posible definir nuevos comandos más cortos con el comando 
31533 \series bold
31534
31535 \backslash
31536 newcommand
31537 \series default
31538
31539 \begin_inset Index
31540 status collapsed
31541
31542 \begin_layout Plain Layout
31543 Comandos ! N ! 
31544 \backslash
31545 newcommand
31546 \end_layout
31547
31548 \end_inset
31549
31550 .
31551  
31552 \end_layout
31553
31554 \begin_layout Standard
31555 El esquema del comando 
31556 \series bold
31557
31558 \backslash
31559 newcommand
31560 \series default
31561  es:
31562 \end_layout
31563
31564 \begin_layout Standard
31565
31566 \series bold
31567
31568 \backslash
31569 newcommand{nombre nuevo de comando}[número de argumentos]
31570 \begin_inset Newline newline
31571 \end_inset
31572
31573
31574 \begin_inset ERT
31575 status collapsed
31576
31577 \begin_layout Plain Layout
31578
31579
31580 \backslash
31581 phantom{
31582 \end_layout
31583
31584 \end_inset
31585
31586
31587 \backslash
31588 newcommand
31589 \begin_inset ERT
31590 status collapsed
31591
31592 \begin_layout Plain Layout
31593
31594 }
31595 \end_layout
31596
31597 \end_inset
31598
31599 [valor opcional]{definición de comando}
31600 \end_layout
31601
31602 \begin_layout Standard
31603 \begin_inset Note Greyedout
31604 status collapsed
31605
31606 \begin_layout Plain Layout
31607
31608 \series bold
31609 Nota:
31610 \series default
31611  Asegúrate de que el nombre del nuevo comando no está definido ya en el
31612  documento o en paquetes LaTeX que uses.
31613  Si p.
31614 \begin_inset Space \thinspace{}
31615 \end_inset
31616
31617 e.
31618  defines el comando 
31619 \series bold
31620
31621 \backslash
31622 le
31623 \series default
31624  para 
31625 \series bold
31626
31627 \backslash
31628 Leftarrow,
31629 \series default
31630  se producirán errores porque 
31631 \series bold
31632
31633 \backslash
31634 le
31635 \series default
31636  ya existe como comando para 
31637 \begin_inset Quotes fld
31638 \end_inset
31639
31640
31641 \begin_inset Formula $\le$
31642 \end_inset
31643
31644
31645 \begin_inset Quotes frd
31646 \end_inset
31647
31648 .
31649
31650 \series bold
31651  
31652 \end_layout
31653
31654 \end_inset
31655
31656
31657 \end_layout
31658
31659 \begin_layout Standard
31660 \begin_inset Note Greyedout
31661 status collapsed
31662
31663 \begin_layout Plain Layout
31664
31665 \series bold
31666 Nota:
31667 \series default
31668  Los nombres de comandos personalizados sólo pueden tener letras latinas.
31669 \end_layout
31670
31671 \end_inset
31672
31673
31674 \end_layout
31675
31676 \begin_layout Standard
31677 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
31678  argumentos debería tener el nuevo comando.
31679  Con el valor opcional se puede predefinir un valor para un argumento opcional.
31680  Cuando se hace esto, el 
31681 \emph on
31682 primer
31683 \emph default
31684  argumento del nuevo comando es automáticamente opcional.
31685 \end_layout
31686
31687 \begin_layout Standard
31688 Veamos unos ejemplos:
31689 \end_layout
31690
31691 \begin_layout Itemize
31692 Para definir el comando 
31693 \series bold
31694
31695 \backslash
31696 gr
31697 \series default
31698  para 
31699 \series bold
31700
31701 \backslash
31702 Longrightarrow
31703 \series default
31704 , la línea de preámbulo LaTeX es:
31705 \begin_inset ERT
31706 status collapsed
31707
31708 \begin_layout Plain Layout
31709
31710
31711 \backslash
31712 medskip
31713 \end_layout
31714
31715 \end_inset
31716
31717
31718 \series bold
31719
31720 \begin_inset Newline newline
31721 \end_inset
31722
31723
31724 \backslash
31725 newcommand{
31726 \backslash
31727 gr}{
31728 \backslash
31729 Longrightarrow}
31730 \end_layout
31731
31732 \begin_layout Itemize
31733 Para definir el comando 
31734 \series bold
31735
31736 \backslash
31737 us
31738 \series default
31739  para 
31740 \series bold
31741
31742 \backslash
31743 underline
31744 \series default
31745 , el argumento (que sería subrayado) debe tenerse en cuenta.
31746  Para esto la línea de preámbulo es: :
31747 \begin_inset ERT
31748 status collapsed
31749
31750 \begin_layout Plain Layout
31751
31752
31753 \backslash
31754 medskip
31755 \end_layout
31756
31757 \end_inset
31758
31759
31760 \series bold
31761
31762 \begin_inset Newline newline
31763 \end_inset
31764
31765
31766 \backslash
31767 newcommand{
31768 \backslash
31769 us}[1]{
31770 \backslash
31771 underline{#1}}
31772 \series default
31773
31774 \begin_inset ERT
31775 status collapsed
31776
31777 \begin_layout Plain Layout
31778
31779
31780 \backslash
31781 medskip
31782 \end_layout
31783
31784 \end_inset
31785
31786
31787 \begin_inset Newline newline
31788 \end_inset
31789
31790 El carácter 
31791 \series bold
31792 #
31793 \series default
31794  actúa como colocador del argumento, el 
31795 \series bold
31796 1
31797 \series default
31798  indica que es el colocador para el primer argumento.
31799 \end_layout
31800
31801 \begin_layout Itemize
31802 Para 
31803 \series bold
31804
31805 \backslash
31806 framebox
31807 \series default
31808  se puede p.
31809 \begin_inset Space \thinspace{}
31810 \end_inset
31811
31812 e.
31813  definir el comando 
31814 \series bold
31815
31816 \backslash
31817 fb
31818 \series default
31819 :
31820 \begin_inset ERT
31821 status collapsed
31822
31823 \begin_layout Plain Layout
31824
31825
31826 \backslash
31827 medskip
31828 \end_layout
31829
31830 \end_inset
31831
31832
31833 \series bold
31834
31835 \begin_inset Newline newline
31836 \end_inset
31837
31838
31839 \backslash
31840 newcommand{
31841 \backslash
31842 fb}[3]{
31843 \backslash
31844 framebox#1#2{$#3$}}
31845 \series default
31846
31847 \begin_inset ERT
31848 status collapsed
31849
31850 \begin_layout Plain Layout
31851
31852
31853 \backslash
31854 medskip
31855 \end_layout
31856
31857 \end_inset
31858
31859
31860 \begin_inset Newline newline
31861 \end_inset
31862
31863 Los dos signos dólar generan la ecuación extra necesaria para 
31864 \series bold
31865
31866 \backslash
31867 framebox
31868 \series default
31869 , véase 
31870 \begin_inset CommandInset ref
31871 LatexCommand ref
31872 reference "sub:Cuadros-con-marco"
31873
31874 \end_inset
31875
31876 .
31877 \end_layout
31878
31879 \begin_layout Itemize
31880 Para crear un nuevo comando para 
31881 \series bold
31882
31883 \backslash
31884 fcolorbox
31885 \series default
31886  donde no es necesario especificar el color para el cuadro, el argumento
31887  para el color se define opcional:
31888 \begin_inset ERT
31889 status collapsed
31890
31891 \begin_layout Plain Layout
31892
31893
31894 \backslash
31895 medskip
31896 \end_layout
31897
31898 \end_inset
31899
31900
31901 \series bold
31902
31903 \begin_inset Newline newline
31904 \end_inset
31905
31906
31907 \backslash
31908 newcommand{
31909 \backslash
31910 cb}[3][white]{
31911 \backslash
31912 fcolorbox{#2}{#1}{$#3$}}
31913 \series default
31914
31915 \begin_inset ERT
31916 status collapsed
31917
31918 \begin_layout Plain Layout
31919
31920
31921 \backslash
31922 medskip
31923 \end_layout
31924
31925 \end_inset
31926
31927
31928 \begin_inset Newline newline
31929 \end_inset
31930
31931 Si el color no es especificado al usar 
31932 \series bold
31933
31934 \backslash
31935 cb
31936 \series default
31937 , se elige el color 
31938 \series bold
31939 white
31940 \series default
31941  predefinido.
31942 \end_layout
31943
31944 \begin_layout Standard
31945 Un ensayo con los nuevos comandos definidos:
31946 \end_layout
31947
31948 \begin_layout Standard
31949 \noindent
31950 \align center
31951 \begin_inset Tabular
31952 <lyxtabular version="3" rows="6" columns="2">
31953 <features>
31954 <column alignment="center" valignment="top" width="0">
31955 <column alignment="center" valignment="top" width="0">
31956 <row>
31957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31958 \begin_inset Text
31959
31960 \begin_layout Plain Layout
31961 Comando
31962 \end_layout
31963
31964 \end_inset
31965 </cell>
31966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31967 \begin_inset Text
31968
31969 \begin_layout Plain Layout
31970 Resultado
31971 \begin_inset Note Note
31972 status collapsed
31973
31974 \begin_layout Plain Layout
31975
31976 \series bold
31977
31978 \backslash
31979 raisebox
31980 \series default
31981  se usa sólo como espaciador
31982 \end_layout
31983
31984 \end_inset
31985
31986
31987 \end_layout
31988
31989 \end_inset
31990 </cell>
31991 </row>
31992 <row>
31993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31994 \begin_inset Text
31995
31996 \begin_layout Plain Layout
31997 A
31998 \backslash
31999 gr
32000 \begin_inset ERT
32001 status collapsed
32002
32003 \begin_layout Plain Layout
32004
32005
32006 \backslash
32007 spce 
32008 \end_layout
32009
32010 \end_inset
32011
32012 B
32013 \end_layout
32014
32015 \end_inset
32016 </cell>
32017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32018 \begin_inset Text
32019
32020 \begin_layout Plain Layout
32021 \begin_inset Formula $A\gr  B$
32022 \end_inset
32023
32024
32025 \end_layout
32026
32027 \end_inset
32028 </cell>
32029 </row>
32030 <row>
32031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32032 \begin_inset Text
32033
32034 \begin_layout Plain Layout
32035
32036 \backslash
32037 us{ABcd
32038 \end_layout
32039
32040 \end_inset
32041 </cell>
32042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32043 \begin_inset Text
32044
32045 \begin_layout Plain Layout
32046 \begin_inset Formula $\raisebox {4.5mm}{}\us {ABcd}\raisebox {-2mm}{}$
32047 \end_inset
32048
32049
32050 \end_layout
32051
32052 \end_inset
32053 </cell>
32054 </row>
32055 <row>
32056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32057 \begin_inset Text
32058
32059 \begin_layout Plain Layout
32060
32061 \backslash
32062 fb{[2cm]
32063 \begin_inset Formula $\to$
32064 \end_inset
32065
32066
32067 \backslash
32068 {
32069 \begin_inset Formula $\to$
32070 \end_inset
32071
32072
32073 \backslash
32074 {
32075 \backslash
32076 int
32077 \begin_inset ERT
32078 status collapsed
32079
32080 \begin_layout Plain Layout
32081
32082
32083 \backslash
32084 spce 
32085 \end_layout
32086
32087 \end_inset
32088
32089 A=B
32090 \end_layout
32091
32092 \end_inset
32093 </cell>
32094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32095 \begin_inset Text
32096
32097 \begin_layout Plain Layout
32098 \begin_inset Formula $\raisebox {6mm}{}\fb {[2cm]}{}{\int A=B}\raisebox {-4mm}{}$
32099 \end_inset
32100
32101
32102 \end_layout
32103
32104 \end_inset
32105 </cell>
32106 </row>
32107 <row>
32108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32109 \begin_inset Text
32110
32111 \begin_layout Plain Layout
32112
32113 \backslash
32114 cb{red
32115 \begin_inset Formula $\to$
32116 \end_inset
32117
32118
32119 \backslash
32120 {
32121 \backslash
32122 int
32123 \begin_inset ERT
32124 status collapsed
32125
32126 \begin_layout Plain Layout
32127
32128
32129 \backslash
32130 spce 
32131 \end_layout
32132
32133 \end_inset
32134
32135 A=B
32136 \end_layout
32137
32138 \end_inset
32139 </cell>
32140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32141 \begin_inset Text
32142
32143 \begin_layout Plain Layout
32144 \begin_inset Formula $\raisebox {6mm}{}\cb {red}{\int A=B}\raisebox {-4mm}{}$
32145 \end_inset
32146
32147
32148 \end_layout
32149
32150 \end_inset
32151 </cell>
32152 </row>
32153 <row>
32154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32155 \begin_inset Text
32156
32157 \begin_layout Plain Layout
32158
32159 \backslash
32160 cb[green]
32161 \backslash
32162 {red
32163 \begin_inset Formula $\to$
32164 \end_inset
32165
32166
32167 \backslash
32168 {
32169 \backslash
32170 int
32171 \begin_inset ERT
32172 status collapsed
32173
32174 \begin_layout Plain Layout
32175
32176
32177 \backslash
32178 spce 
32179 \end_layout
32180
32181 \end_inset
32182
32183 A=B
32184 \end_layout
32185
32186 \end_inset
32187 </cell>
32188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32189 \begin_inset Text
32190
32191 \begin_layout Plain Layout
32192 \begin_inset Formula $\raisebox {6mm}{}\cb [green]{red}{\int A=B}\raisebox {-4mm}{}$
32193 \end_inset
32194
32195
32196 \end_layout
32197
32198 \end_inset
32199 </cell>
32200 </row>
32201 </lyxtabular>
32202
32203 \end_inset
32204
32205
32206 \end_layout
32207
32208 \begin_layout Section
32209 Diagramas
32210 \begin_inset Index
32211 status collapsed
32212
32213 \begin_layout Plain Layout
32214 Diagramas
32215 \end_layout
32216
32217 \end_inset
32218
32219
32220 \end_layout
32221
32222 \begin_layout Standard
32223 Para componer diagramas se necesita el paquete LaTeX 
32224 \series bold
32225 amscd
32226 \series default
32227 .
32228 \series bold
32229
32230 \begin_inset Foot
32231 status collapsed
32232
32233 \begin_layout Plain Layout
32234
32235 \series bold
32236 amscd
32237 \series default
32238  forma parte de las instalaciones estándar de LaTeX.
32239 \end_layout
32240
32241 \end_inset
32242
32243
32244 \series default
32245
32246 \begin_inset Index
32247 status collapsed
32248
32249 \begin_layout Plain Layout
32250 Paquetes ! amscd
32251 \end_layout
32252
32253 \end_inset
32254
32255  Se carga en el preámbulo LaTeX con la línea:
32256 \end_layout
32257
32258 \begin_layout Standard
32259
32260 \series bold
32261
32262 \backslash
32263 usepackage{amscd}
32264 \end_layout
32265
32266 \begin_layout Standard
32267 Los diagramas visualizan relaciones y su aspecto es como este:
32268 \begin_inset Formula \[
32269 \begin{CD}A@)))B@)))C\\
32270 @AAA@.@VVV\\
32271 F@(((E@(((D\end{CD}\]
32272
32273 \end_inset
32274
32275 Para obtener el diagrama se inserta en la ecuación el comando 
32276 \series bold
32277
32278 \backslash
32279 CD
32280 \begin_inset Index
32281 status collapsed
32282
32283 \begin_layout Plain Layout
32284 Comandos ! C ! 
32285 \backslash
32286 CD
32287 \end_layout
32288
32289 \end_inset
32290
32291
32292 \series default
32293 .
32294  Surge un marco azul entre dos líneas de trazos en el que se insertan a
32295  continuación comandos.
32296  Con 
32297 \family sans
32298 Ctrl-Intro
32299 \family default
32300  se inicia una nueva línea.
32301  En las líneas impares se insertan relaciones horizontales, en las pares
32302  verticales.
32303 \end_layout
32304
32305 \begin_layout Standard
32306 Para componer las relaciones hay los siguientes comandos:
32307 \begin_inset Foot
32308 status collapsed
32309
32310 \begin_layout Plain Layout
32311 \begin_inset CommandInset label
32312 LatexCommand label
32313 name "fn:sinónimos"
32314
32315 \end_inset
32316
32317 Los comandos con 
32318 \series bold
32319 >
32320 \series default
32321  o 
32322 \series bold
32323 <
32324 \series default
32325  pueden generar errores con el estilo 
32326 \series bold
32327 spanish
32328 \series default
32329  de 
32330 \series bold
32331 babel
32332 \series default
32333 .
32334  Para evitarlo se pueden sustituir por sus sinónimos 
32335 \series bold
32336 )
32337 \series default
32338  o 
32339 \series bold
32340 (
32341 \series default
32342  respectivamente.
32343  Véase 
32344 \begin_inset CommandInset citation
32345 LatexCommand cite
32346 key "spanish"
32347
32348 \end_inset
32349
32350 .
32351  (
32352 \emph on
32353 N.
32354 \begin_inset Space \thinspace{}
32355 \end_inset
32356
32357 del t.
32358 \emph default
32359 )
32360 \end_layout
32361
32362 \end_inset
32363
32364
32365 \end_layout
32366
32367 \begin_layout Itemize
32368
32369 \series bold
32370 @<<<
32371 \series default
32372  genera una flecha hacia la izquierda, 
32373 \series bold
32374 @>>>
32375 \series default
32376  una hacia la derecha, y 
32377 \series bold
32378 @=
32379 \series default
32380  un signo igual largo
32381 \end_layout
32382
32383 \begin_layout Itemize
32384
32385 \series bold
32386 @AAA
32387 \series default
32388  genera una flecha hacia arriba, 
32389 \series bold
32390 @VVV
32391 \series default
32392  una hacia abajo, y 
32393 \series bold
32394 @|
32395 \series default
32396  un signo igual vertical
32397 \end_layout
32398
32399 \begin_layout Itemize
32400
32401 \series bold
32402 @.
32403
32404 \series default
32405  genera una ubicación vacía para relaciones inexistentes
32406 \end_layout
32407
32408 \begin_layout Standard
32409 Todas las flechas pueden etiquetarse como sigue:
32410 \end_layout
32411
32412 \begin_layout Itemize
32413 Si se inserta texto entre la primera y segunda <
32414 \begin_inset Space ~
32415 \end_inset
32416
32417  o >, respectivamente, se muestra sobre la flecha.
32418  Si se inserta entre la segunda y la tercera, bajo la flecha.
32419 \end_layout
32420
32421 \begin_layout Itemize
32422 Para flechas verticales, si se inserta texto entre la primera y la segunda
32423  A o V, respectivamente, se muestra al lado izquierdo de la flecha.
32424  Si se inserta entre la segunda y la tercera, al lado derecho.
32425  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
32426 \end_layout
32427
32428 \begin_layout Standard
32429 Como ejemplo un diagrama con todas las relaciones posibles:
32430 \begin_inset Formula \[
32431 \begin{CD}A@)j))B@))k)C@=F\\
32432 @AmAA@.@VV{V}V@|\\
32433 D@((j\,(E@)k))F@=C\end{CD}\]
32434
32435 \end_inset
32436
32437 El comando para este diagrama es:
32438 \begin_inset Newline newline
32439 \end_inset
32440
32441
32442 \series bold
32443
32444 \backslash
32445 CD
32446 \begin_inset ERT
32447 status collapsed
32448
32449 \begin_layout Plain Layout
32450
32451
32452 \backslash
32453 spce 
32454 \end_layout
32455
32456 \end_inset
32457
32458 A@>j>>B@>>k>C@=F Ctrl-Intro
32459 \begin_inset Newline newline
32460 \end_inset
32461
32462
32463 \begin_inset ERT
32464 status collapsed
32465
32466 \begin_layout Plain Layout
32467
32468
32469 \backslash
32470 hphantom{
32471 \end_layout
32472
32473 \end_inset
32474
32475
32476 \backslash
32477 CD
32478 \begin_inset ERT
32479 status collapsed
32480
32481 \begin_layout Plain Layout
32482
32483
32484 \backslash
32485 spce 
32486 \end_layout
32487
32488 \end_inset
32489
32490
32491 \begin_inset ERT
32492 status collapsed
32493
32494 \begin_layout Plain Layout
32495
32496 }
32497 \end_layout
32498
32499 \end_inset
32500
32501 @AmAA@.@VV
32502 \backslash
32503 {V
32504 \series default
32505
32506 \begin_inset Formula $\to$
32507 \end_inset
32508
32509
32510 \series bold
32511 V@| Ctrl-Intro
32512 \begin_inset Newline newline
32513 \end_inset
32514
32515
32516 \begin_inset ERT
32517 status collapsed
32518
32519 \begin_layout Plain Layout
32520
32521
32522 \backslash
32523 hphantom{
32524 \end_layout
32525
32526 \end_inset
32527
32528
32529 \backslash
32530 CD
32531 \begin_inset ERT
32532 status collapsed
32533
32534 \begin_layout Plain Layout
32535
32536
32537 \backslash
32538 spce 
32539 \end_layout
32540
32541 \end_inset
32542
32543
32544 \begin_inset ERT
32545 status collapsed
32546
32547 \begin_layout Plain Layout
32548
32549 }
32550 \end_layout
32551
32552 \end_inset
32553
32554 D@<<j<E@>k>>F@=C
32555 \end_layout
32556
32557 \begin_layout Standard
32558 \begin_inset Newpage newpage
32559 \end_inset
32560
32561
32562 \end_layout
32563
32564 \begin_layout Section
32565 Indicaciones
32566 \begin_inset ERT
32567 status collapsed
32568
32569 \begin_layout Plain Layout
32570
32571
32572 \backslash
32573 texorpdfstring{
32574 \end_layout
32575
32576 \end_inset
32577
32578
32579 \begin_inset Foot
32580 status collapsed
32581
32582 \begin_layout Plain Layout
32583 Otras sugerencias útiles para matemáticas en 
32584 \begin_inset CommandInset citation
32585 LatexCommand cite
32586 key "Voss"
32587
32588 \end_inset
32589
32590 .
32591 \end_layout
32592
32593 \end_inset
32594
32595
32596 \begin_inset ERT
32597 status collapsed
32598
32599 \begin_layout Plain Layout
32600
32601 }{}
32602 \end_layout
32603
32604 \end_inset
32605
32606
32607 \begin_inset Note Note
32608 status collapsed
32609
32610 \begin_layout Plain Layout
32611
32612 \backslash
32613 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
32614  PDF.
32615 \end_layout
32616
32617 \begin_layout Plain Layout
32618 Más sobre 
32619 \backslash
32620 texorpdfstring hay en la sección 
32621 \begin_inset CommandInset ref
32622 LatexCommand ref
32623 reference "sub:Ecuaciones-en-Sección"
32624
32625 \end_inset
32626
32627 .
32628 \end_layout
32629
32630 \end_inset
32631
32632
32633 \begin_inset Index
32634 status collapsed
32635
32636 \begin_layout Plain Layout
32637 Indicaciones
32638 \end_layout
32639
32640 \end_inset
32641
32642
32643 \end_layout
32644
32645 \begin_layout Subsection
32646 Símbolos y ecuaciones químicas
32647 \begin_inset CommandInset label
32648 LatexCommand label
32649 name "sub:Símbolos-y-ecuaciones-químicas"
32650
32651 \end_inset
32652
32653
32654 \begin_inset Index
32655 status collapsed
32656
32657 \begin_layout Plain Layout
32658 Química ! símbolos
32659 \end_layout
32660
32661 \end_inset
32662
32663
32664 \begin_inset Index
32665 status collapsed
32666
32667 \begin_layout Plain Layout
32668 Ecuación química
32669 \end_layout
32670
32671 \end_inset
32672
32673
32674 \begin_inset Index
32675 status collapsed
32676
32677 \begin_layout Plain Layout
32678 Química ! caracteres
32679 \end_layout
32680
32681 \end_inset
32682
32683
32684 \begin_inset Index
32685 status collapsed
32686
32687 \begin_layout Plain Layout
32688 Iones|see
32689 \begin_inset ERT
32690 status collapsed
32691
32692 \begin_layout Plain Layout
32693
32694 {
32695 \end_layout
32696
32697 \end_inset
32698
32699 Química ! caracteres
32700 \begin_inset ERT
32701 status collapsed
32702
32703 \begin_layout Plain Layout
32704
32705 }
32706 \end_layout
32707
32708 \end_inset
32709
32710
32711 \end_layout
32712
32713 \end_inset
32714
32715
32716 \end_layout
32717
32718 \begin_layout Standard
32719 Un ejemplo de texto de química:
32720 \end_layout
32721
32722 \begin_layout Quote
32723 El ión 
32724 \begin_inset Formula $ $
32725 \end_inset
32726
32727
32728 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32729 \end_inset
32730
32731  reacciona con dos iones 
32732 \begin_inset Formula $\mathrm{Na^{+}}$
32733 \end_inset
32734
32735  para dar sulfato de sodio 
32736 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
32737 \end_inset
32738
32739 .
32740  La ecuación química es:
32741 \begin_inset Formula \[
32742 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32743
32744 \end_inset
32745
32746
32747 \end_layout
32748
32749 \begin_layout Standard
32750 Esta ecuación química puede componerse directamente en modo ecuación.
32751  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
32752  y con el atajo 
32753 \family sans
32754 Alt-c
32755 \begin_inset Space ~
32756 \end_inset
32757
32758 r
32759 \family default
32760  se cambia en redonda.
32761 \begin_inset Foot
32762 status open
32763
32764 \begin_layout Plain Layout
32765 véase estilos de fuentes en 
32766 \begin_inset CommandInset ref
32767 LatexCommand ref
32768 reference "sub:Estilos-de-fuentes"
32769
32770 \end_inset
32771
32772 .
32773 \end_layout
32774
32775 \end_inset
32776
32777
32778 \end_layout
32779
32780 \begin_layout Subsection
32781 Números negativos
32782 \begin_inset Index
32783 status collapsed
32784
32785 \begin_layout Plain Layout
32786 Números ! negativos
32787 \end_layout
32788
32789 \end_inset
32790
32791
32792 \end_layout
32793
32794 \begin_layout Standard
32795 Los números negativos a veces se ven feos en las ecuaciones porque el signo
32796  menos delante del número tiene la misma longitud que el operador signo
32797  menos.
32798  Si se escribe el número negativo en texto normal el signo menos aparece
32799  correctamente.
32800 \end_layout
32801
32802 \begin_layout Standard
32803 Así pues, el problema desaparece si se convierte el signo menos a texto
32804  matemático.
32805 \end_layout
32806
32807 \begin_layout Standard
32808 Un ejemplo para visualizar el problema:
32809 \end_layout
32810
32811 \begin_layout Standard
32812 \noindent
32813 \align center
32814 \begin_inset Tabular
32815 <lyxtabular version="3" rows="3" columns="2">
32816 <features>
32817 <column alignment="center" valignment="top" width="0">
32818 <column alignment="center" valignment="top" width="0">
32819 <row>
32820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32821 \begin_inset Text
32822
32823 \begin_layout Plain Layout
32824 texto normal:
32825 \end_layout
32826
32827 \end_inset
32828 </cell>
32829 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32830 \begin_inset Text
32831
32832 \begin_layout Plain Layout
32833 x = -2
32834 \end_layout
32835
32836 \end_inset
32837 </cell>
32838 </row>
32839 <row>
32840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32841 \begin_inset Text
32842
32843 \begin_layout Plain Layout
32844 ecuación:
32845 \end_layout
32846
32847 \end_inset
32848 </cell>
32849 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32850 \begin_inset Text
32851
32852 \begin_layout Plain Layout
32853 \begin_inset Formula $x=-2$
32854 \end_inset
32855
32856
32857 \end_layout
32858
32859 \end_inset
32860 </cell>
32861 </row>
32862 <row>
32863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32864 \begin_inset Text
32865
32866 \begin_layout Plain Layout
32867 solución:
32868 \end_layout
32869
32870 \end_inset
32871 </cell>
32872 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32873 \begin_inset Text
32874
32875 \begin_layout Plain Layout
32876 \begin_inset Formula $x=\mbox{-}2$
32877 \end_inset
32878
32879
32880 \end_layout
32881
32882 \end_inset
32883 </cell>
32884 </row>
32885 </lyxtabular>
32886
32887 \end_inset
32888
32889
32890 \end_layout
32891
32892 \begin_layout Subsection
32893 Coma como separador decimal
32894 \begin_inset Index
32895 status collapsed
32896
32897 \begin_layout Plain Layout
32898 Coma decimal
32899 \end_layout
32900
32901 \end_inset
32902
32903
32904 \end_layout
32905
32906 \begin_layout Standard
32907 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
32908  de grupos numéricos.
32909  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
32910 \end_layout
32911
32912 \begin_layout Standard
32913 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
32914  
32915 \family sans
32916 Alt-m
32917 \begin_inset Space ~
32918 \end_inset
32919
32920 m
32921 \family default
32922 ).
32923 \end_layout
32924
32925 \begin_layout Standard
32926 Para usar las comas en todas las fórmulas del documento como separador decimal,
32927  se carga el archivo 
32928 \series bold
32929 icomma.sty
32930 \series default
32931
32932 \begin_inset Foot
32933 status collapsed
32934
32935 \begin_layout Plain Layout
32936
32937 \series bold
32938 icomma
32939 \series default
32940  forma parte del paquete LaTeX 
32941 \series bold
32942 was
32943 \series default
32944
32945 \begin_inset Index
32946 status collapsed
32947
32948 \begin_layout Plain Layout
32949 Paquetes ! was
32950 \begin_inset ERT
32951 status collapsed
32952
32953 \begin_layout Plain Layout
32954
32955
32956 \backslash
32957 vspace{4mm}
32958 \end_layout
32959
32960 \end_inset
32961
32962
32963 \end_layout
32964
32965 \end_inset
32966
32967 .
32968 \end_layout
32969
32970 \end_inset
32971
32972
32973 \begin_inset Index
32974 status collapsed
32975
32976 \begin_layout Plain Layout
32977 Paquetes ! icomma
32978 \end_layout
32979
32980 \end_inset
32981
32982  en el preámbulo LaTeX con la línea: 
32983 \end_layout
32984
32985 \begin_layout Standard
32986
32987 \series bold
32988
32989 \backslash
32990 usepackage{icomma}
32991 \end_layout
32992
32993 \begin_layout Subsection
32994 Vectores físicos
32995 \begin_inset CommandInset label
32996 LatexCommand label
32997 name "sub:Vectores-físicos"
32998
32999 \end_inset
33000
33001
33002 \begin_inset Index
33003 status collapsed
33004
33005 \begin_layout Plain Layout
33006 Vectores físicos
33007 \end_layout
33008
33009 \end_inset
33010
33011
33012 \end_layout
33013
33014 \begin_layout Standard
33015 El paquete LaTeX 
33016 \series bold
33017 braket
33018 \series default
33019
33020 \begin_inset Foot
33021 status collapsed
33022
33023 \begin_layout Plain Layout
33024
33025 \series bold
33026 braket
33027 \series default
33028  es parte de una instalación LaTeX estándar.
33029 \end_layout
33030
33031 \end_inset
33032
33033
33034 \begin_inset Index
33035 status collapsed
33036
33037 \begin_layout Plain Layout
33038 Paquetes ! braket
33039 \end_layout
33040
33041 \end_inset
33042
33043  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
33044 \end_layout
33045
33046 \begin_layout Standard
33047
33048 \series bold
33049
33050 \backslash
33051 usepackage{braket}
33052 \end_layout
33053
33054 \begin_layout Standard
33055 \begin_inset ERT
33056 status collapsed
33057
33058 \begin_layout Plain Layout
33059
33060
33061 \backslash
33062 ifbraket 
33063 \end_layout
33064
33065 \end_inset
33066
33067
33068 \begin_inset Note Note
33069 status collapsed
33070
33071 \begin_layout Plain Layout
33072 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
33073 \series bold
33074 braket
33075 \series default
33076  está instalado.
33077 \end_layout
33078
33079 \end_inset
33080
33081
33082 \end_layout
33083
33084 \begin_layout Standard
33085 Están definidos los siguientes comandos:
33086 \end_layout
33087
33088 \begin_layout Standard
33089 \noindent
33090 \align center
33091 \begin_inset Tabular
33092 <lyxtabular version="3" rows="4" columns="2">
33093 <features>
33094 <column alignment="center" valignment="top" width="0">
33095 <column alignment="center" valignment="top" width="0">
33096 <row>
33097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33098 \begin_inset Text
33099
33100 \begin_layout Plain Layout
33101 Comando
33102 \end_layout
33103
33104 \end_inset
33105 </cell>
33106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33107 \begin_inset Text
33108
33109 \begin_layout Plain Layout
33110 Resultado
33111 \end_layout
33112
33113 \end_inset
33114 </cell>
33115 </row>
33116 <row>
33117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33118 \begin_inset Text
33119
33120 \begin_layout Plain Layout
33121
33122 \backslash
33123 Bra{
33124 \backslash
33125 psi
33126 \end_layout
33127
33128 \end_inset
33129 </cell>
33130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33131 \begin_inset Text
33132
33133 \begin_layout Plain Layout
33134 \begin_inset Formula $\Bra {\psi}$
33135 \end_inset
33136
33137
33138 \end_layout
33139
33140 \end_inset
33141 </cell>
33142 </row>
33143 <row>
33144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33145 \begin_inset Text
33146
33147 \begin_layout Plain Layout
33148
33149 \backslash
33150 Ket{
33151 \backslash
33152 psi
33153 \end_layout
33154
33155 \end_inset
33156 </cell>
33157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33158 \begin_inset Text
33159
33160 \begin_layout Plain Layout
33161 \begin_inset Formula $\Ket {\psi}$
33162 \end_inset
33163
33164
33165 \end_layout
33166
33167 \end_inset
33168 </cell>
33169 </row>
33170 <row>
33171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33172 \begin_inset Text
33173
33174 \begin_layout Plain Layout
33175
33176 \backslash
33177 Braket{
33178 \backslash
33179 psi|
33180 \backslash
33181 phi
33182 \end_layout
33183
33184 \end_inset
33185 </cell>
33186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33187 \begin_inset Text
33188
33189 \begin_layout Plain Layout
33190 \begin_inset Formula $\Braket {\psi|\phi}$
33191 \end_inset
33192
33193
33194 \end_layout
33195
33196 \end_inset
33197 </cell>
33198 </row>
33199 </lyxtabular>
33200
33201 \end_inset
33202
33203
33204 \end_layout
33205
33206 \begin_layout Standard
33207 El comando 
33208 \series bold
33209
33210 \backslash
33211 Braket
33212 \series default
33213  asegura que todas las barras verticales tienen el tamaño de los delimitadores
33214  circundantes:
33215 \begin_inset Formula \[
33216 \Braket {\phi|J=\frac{3}{2}\,,\, M_{J}}\]
33217
33218 \end_inset
33219
33220
33221 \begin_inset ERT
33222 status collapsed
33223
33224 \begin_layout Plain Layout
33225
33226
33227 \backslash
33228 else
33229 \end_layout
33230
33231 \end_inset
33232
33233
33234 \begin_inset Note Note
33235 status collapsed
33236
33237 \begin_layout Plain Layout
33238 Lo que sigue se verá en la salida si el paquete LaTeX 
33239 \series bold
33240 braket
33241 \series default
33242  no está instalado:
33243 \end_layout
33244
33245 \end_inset
33246
33247
33248 \end_layout
33249
33250 \begin_layout Standard
33251 Debes instalar el paquete LaTeX 
33252 \series bold
33253 braket
33254 \series default
33255  para ver en la salida el resto de esta subsección.
33256 \end_layout
33257
33258 \begin_layout Standard
33259 \begin_inset ERT
33260 status collapsed
33261
33262 \begin_layout Plain Layout
33263
33264
33265 \backslash
33266 fi
33267 \end_layout
33268
33269 \end_inset
33270
33271
33272 \end_layout
33273
33274 \begin_layout Standard
33275 El efecto de 
33276 \series bold
33277
33278 \backslash
33279 Braket
33280 \series default
33281  también se puede conseguir con el comando 
33282 \series bold
33283
33284 \backslash
33285 middle
33286 \series default
33287 , que se describe en 
33288 \begin_inset CommandInset ref
33289 LatexCommand ref
33290 reference "sub:Tamaño-automático-de"
33291
33292 \end_inset
33293
33294 .
33295 \end_layout
33296
33297 \begin_layout Subsection
33298 Fracciones definidas por el usuario
33299 \begin_inset CommandInset label
33300 LatexCommand label
33301 name "sub:Fracciones-personalizadas"
33302
33303 \end_inset
33304
33305
33306 \begin_inset Index
33307 status collapsed
33308
33309 \begin_layout Plain Layout
33310 Fracciones ! personalizadas
33311 \end_layout
33312
33313 \end_inset
33314
33315
33316 \end_layout
33317
33318 \begin_layout Standard
33319 Para definir comandos personalizados para fracciones, se usa el comando
33320  
33321 \series bold
33322
33323 \backslash
33324 genfrac
33325 \series default
33326
33327 \begin_inset Index
33328 status collapsed
33329
33330 \begin_layout Plain Layout
33331 Comandos ! G ! 
33332 \backslash
33333 genfrac
33334 \end_layout
33335
33336 \end_inset
33337
33338  con el siguiente esquema:
33339 \end_layout
33340
33341 \begin_layout Standard
33342
33343 \series bold
33344
33345 \backslash
33346 genfrac{delimitador izquierdo}{delimitador derecho}{grosor raya de
33347 \begin_inset Newline newline
33348 \end_inset
33349
33350
33351 \begin_inset ERT
33352 status collapsed
33353
33354 \begin_layout Plain Layout
33355
33356
33357 \backslash
33358 phantom{
33359 \end_layout
33360
33361 \end_inset
33362
33363
33364 \backslash
33365 genfrac{
33366 \begin_inset ERT
33367 status collapsed
33368
33369 \begin_layout Plain Layout
33370
33371 }
33372 \end_layout
33373
33374 \end_inset
33375
33376 fracción}{estilo}{numerador}{denominador}
33377 \end_layout
33378
33379 \begin_layout Standard
33380 El estilo es un número en el rango 0-3.
33381 \end_layout
33382
33383 \begin_layout Standard
33384 \align center
33385 \begin_inset Tabular
33386 <lyxtabular version="3" rows="5" columns="2">
33387 <features>
33388 <column alignment="center" valignment="top" width="0">
33389 <column alignment="center" valignment="top" width="0">
33390 <row>
33391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33392 \begin_inset Text
33393
33394 \begin_layout Plain Layout
33395 Número
33396 \end_layout
33397
33398 \end_inset
33399 </cell>
33400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33401 \begin_inset Text
33402
33403 \begin_layout Plain Layout
33404 Estilo (tamaño)
33405 \end_layout
33406
33407 \end_inset
33408 </cell>
33409 </row>
33410 <row>
33411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33412 \begin_inset Text
33413
33414 \begin_layout Plain Layout
33415 0
33416 \end_layout
33417
33418 \end_inset
33419 </cell>
33420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33421 \begin_inset Text
33422
33423 \begin_layout Plain Layout
33424 ecuación en presentación
33425 \end_layout
33426
33427 \end_inset
33428 </cell>
33429 </row>
33430 <row>
33431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33432 \begin_inset Text
33433
33434 \begin_layout Plain Layout
33435 1
33436 \end_layout
33437
33438 \end_inset
33439 </cell>
33440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33441 \begin_inset Text
33442
33443 \begin_layout Plain Layout
33444 ecuación en línea
33445 \end_layout
33446
33447 \end_inset
33448 </cell>
33449 </row>
33450 <row>
33451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33452 \begin_inset Text
33453
33454 \begin_layout Plain Layout
33455 2
33456 \end_layout
33457
33458 \end_inset
33459 </cell>
33460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33461 \begin_inset Text
33462
33463 \begin_layout Plain Layout
33464 pequeño
33465 \end_layout
33466
33467 \end_inset
33468 </cell>
33469 </row>
33470 <row>
33471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33472 \begin_inset Text
33473
33474 \begin_layout Plain Layout
33475 3
33476 \end_layout
33477
33478 \end_inset
33479 </cell>
33480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33481 \begin_inset Text
33482
33483 \begin_layout Plain Layout
33484 muy pequeño
33485 \end_layout
33486
33487 \end_inset
33488 </cell>
33489 </row>
33490 </lyxtabular>
33491
33492 \end_inset
33493
33494
33495 \end_layout
33496
33497 \begin_layout Standard
33498 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
33499  
33500 \series bold
33501
33502 \backslash
33503 frac
33504 \series default
33505 .
33506 \end_layout
33507
33508 \begin_layout Standard
33509 Si no se pone grosor de la raya de fracción se usará el valor predefinido
33510  de 0.4
33511 \begin_inset Space \thinspace{}
33512 \end_inset
33513
33514 pt.
33515 \end_layout
33516
33517 \begin_layout Standard
33518 Por ejemplo, los comandos 
33519 \series bold
33520
33521 \backslash
33522 dfrac
33523 \series default
33524  y 
33525 \series bold
33526
33527 \backslash
33528 tbinom
33529 \series default
33530  de la 
33531 \begin_inset CommandInset ref
33532 LatexCommand ref
33533 reference "sub:Fracciones"
33534
33535 \end_inset
33536
33537  se definen con los comandos:
33538 \end_layout
33539
33540 \begin_layout Standard
33541
33542 \series bold
33543
33544 \backslash
33545 newcommand{
33546 \backslash
33547 dfrac}[2]{
33548 \backslash
33549 genfrac{}{}{}{0}{#1}{#2}}
33550 \end_layout
33551
33552 \begin_layout Standard
33553 y
33554 \end_layout
33555
33556 \begin_layout Standard
33557
33558 \series bold
33559
33560 \backslash
33561 newcommand{
33562 \backslash
33563 tbinom}[2]{
33564 \backslash
33565 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33566 \end_layout
33567
33568 \begin_layout Standard
33569 \begin_inset VSpace medskip
33570 \end_inset
33571
33572
33573 \end_layout
33574
33575 \begin_layout Standard
33576 Para definir una fracción en la que el grosor de la raya se pueda definir
33577  como argumento opcional, se inserta la siguiente línea en el preámbulo
33578  LaTeX:
33579 \end_layout
33580
33581 \begin_layout Standard
33582
33583 \series bold
33584
33585 \backslash
33586 newcommand{
33587 \backslash
33588 fracS}[3][]{
33589 \backslash
33590 genfrac{}{}{#1}{}{#2}{#3}}
33591 \end_layout
33592
33593 \begin_layout Standard
33594 Un ensayo:
33595 \begin_inset Formula \begin{align*}
33596 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33597 \text{Resultado} &  & \fracS [1mm]{A}{B} &  & \fracS [5mm]{A}{B}\end{align*}
33598
33599 \end_inset
33600
33601 Como se puede ver, la distancia del numerador y el denominador a la raya
33602  de fracción se redondea a unas tres veces el grosor de la raya.
33603 \end_layout
33604
33605 \begin_layout Subsection
33606 Ecuaciones canceladas
33607 \begin_inset CommandInset label
33608 LatexCommand label
33609 name "sub:Ecuaciones-canceladas"
33610
33611 \end_inset
33612
33613
33614 \begin_inset Index
33615 status collapsed
33616
33617 \begin_layout Plain Layout
33618 Ecuación ! cancelada
33619 \end_layout
33620
33621 \end_inset
33622
33623
33624 \end_layout
33625
33626 \begin_layout Standard
33627 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
33628  
33629 \series bold
33630 cancel
33631 \series default
33632
33633 \begin_inset Foot
33634 status collapsed
33635
33636 \begin_layout Plain Layout
33637
33638 \series bold
33639 cancel
33640 \series default
33641  forma parte de las distribuciones estándar de LaTeX.
33642 \end_layout
33643
33644 \end_inset
33645
33646
33647 \begin_inset Index
33648 status collapsed
33649
33650 \begin_layout Plain Layout
33651 Paquetes ! cancel
33652 \end_layout
33653
33654 \end_inset
33655
33656  con la línea de preámbulo LaTeX
33657 \end_layout
33658
33659 \begin_layout Standard
33660
33661 \series bold
33662
33663 \backslash
33664 usepackage[samesize]{cancel}
33665 \end_layout
33666
33667 \begin_layout Standard
33668 Hay cuatro formas de cancelar ecuaciones:
33669 \end_layout
33670
33671 \begin_layout Standard
33672 \align center
33673 \begin_inset Tabular
33674 <lyxtabular version="3" rows="5" columns="2">
33675 <features>
33676 <column alignment="center" valignment="top" width="0">
33677 <column alignment="center" valignment="top" width="0">
33678 <row>
33679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33680 \begin_inset Text
33681
33682 \begin_layout Plain Layout
33683 Comando
33684 \end_layout
33685
33686 \end_inset
33687 </cell>
33688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33689 \begin_inset Text
33690
33691 \begin_layout Plain Layout
33692 Resultado
33693 \begin_inset Note Note
33694 status collapsed
33695
33696 \begin_layout Plain Layout
33697
33698 \series bold
33699
33700 \backslash
33701 hspace
33702 \series default
33703  y 
33704 \series bold
33705
33706 \backslash
33707 raisebox
33708 \series default
33709  se usa sólo como espaciador
33710 \end_layout
33711
33712 \end_inset
33713
33714
33715 \end_layout
33716
33717 \end_inset
33718 </cell>
33719 </row>
33720 <row>
33721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33722 \begin_inset Text
33723
33724 \begin_layout Plain Layout
33725
33726 \backslash
33727 cancel{
33728 \backslash
33729 int
33730 \begin_inset ERT
33731 status collapsed
33732
33733 \begin_layout Plain Layout
33734
33735
33736 \backslash
33737 spce 
33738 \end_layout
33739
33740 \end_inset
33741
33742 A=B
33743 \end_layout
33744
33745 \end_inset
33746 </cell>
33747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33748 \begin_inset Text
33749
33750 \begin_layout Plain Layout
33751 \begin_inset Formula $\raisebox {4.5mm}{}\cancel {\int A=B}\raisebox {-2.5mm}{}$
33752 \end_inset
33753
33754
33755 \end_layout
33756
33757 \end_inset
33758 </cell>
33759 </row>
33760 <row>
33761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33762 \begin_inset Text
33763
33764 \begin_layout Plain Layout
33765
33766 \backslash
33767 bcancel{
33768 \backslash
33769 int
33770 \begin_inset ERT
33771 status collapsed
33772
33773 \begin_layout Plain Layout
33774
33775
33776 \backslash
33777 spce 
33778 \end_layout
33779
33780 \end_inset
33781
33782 A=B
33783 \end_layout
33784
33785 \end_inset
33786 </cell>
33787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33788 \begin_inset Text
33789
33790 \begin_layout Plain Layout
33791 \begin_inset Formula $\raisebox {4.5mm}{}\bcancel {\int A=B}\raisebox {-2.5mm}{}$
33792 \end_inset
33793
33794
33795 \end_layout
33796
33797 \end_inset
33798 </cell>
33799 </row>
33800 <row>
33801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33802 \begin_inset Text
33803
33804 \begin_layout Plain Layout
33805
33806 \backslash
33807 xcancel{
33808 \backslash
33809 int
33810 \begin_inset ERT
33811 status collapsed
33812
33813 \begin_layout Plain Layout
33814
33815
33816 \backslash
33817 spce 
33818 \end_layout
33819
33820 \end_inset
33821
33822 A=B
33823 \end_layout
33824
33825 \end_inset
33826 </cell>
33827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33828 \begin_inset Text
33829
33830 \begin_layout Plain Layout
33831 \begin_inset Formula $\raisebox {4.5mm}{}\xcancel {\int A=B}\raisebox {-2.5mm}{}$
33832 \end_inset
33833
33834
33835 \end_layout
33836
33837 \end_inset
33838 </cell>
33839 </row>
33840 <row>
33841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33842 \begin_inset Text
33843
33844 \begin_layout Plain Layout
33845
33846 \backslash
33847 cancelto{1
33848 \begin_inset Formula $\to$
33849 \end_inset
33850
33851
33852 \backslash
33853 {
33854 \backslash
33855 int
33856 \begin_inset ERT
33857 status collapsed
33858
33859 \begin_layout Plain Layout
33860
33861
33862 \backslash
33863 spce 
33864 \end_layout
33865
33866 \end_inset
33867
33868 A=B
33869 \end_layout
33870
33871 \end_inset
33872 </cell>
33873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33874 \begin_inset Text
33875
33876 \begin_layout Plain Layout
33877 \begin_inset Formula $\raisebox {7mm}{}\cancelto {1}{\int A=B}\raisebox {-2.5mm}{}\hspace {3mm}$
33878 \end_inset
33879
33880
33881 \end_layout
33882
33883 \end_inset
33884 </cell>
33885 </row>
33886 </lyxtabular>
33887
33888 \end_inset
33889
33890
33891 \end_layout
33892
33893 \begin_layout Standard
33894
33895 \series bold
33896
33897 \backslash
33898 cancelto
33899 \series default
33900  es especialmente apropiada para visualizar la simplificación de fracciones
33901  en una ecuación:
33902 \begin_inset Formula \[
33903 \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}}}\]
33904
33905 \end_inset
33906
33907
33908 \end_layout
33909
33910 \begin_layout Subsection
33911 Ecuaciones en encabezados de sección
33912 \begin_inset CommandInset label
33913 LatexCommand label
33914 name "sub:Ecuaciones-en-encabezados"
33915
33916 \end_inset
33917
33918
33919 \begin_inset Index
33920 status collapsed
33921
33922 \begin_layout Plain Layout
33923 Ecuación ! en encabezados de sección
33924 \end_layout
33925
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \begin_layout Standard
33932 Si se quiere poner una ecuación en un encabezado de sección hay que tener
33933  en cuenta lo siguiente:
33934 \end_layout
33935
33936 \begin_layout Standard
33937 \begin_inset Note Greyedout
33938 status open
33939
33940 \begin_layout Plain Layout
33941
33942 \lang english
33943 When 
33944 \series bold
33945 \lang spanish
33946 hyperref
33947 \series default
33948
33949 \begin_inset Index
33950 status collapsed
33951
33952 \begin_layout Plain Layout
33953 Paquetes ! hyperref
33954 \end_layout
33955
33956 \end_inset
33957
33958
33959 \series bold
33960 \lang english
33961  
33962 \series default
33963 support is enabled in the document settings dialog under 
33964 \family sans
33965 PDF
33966 \begin_inset Space ~
33967 \end_inset
33968
33969 Properties
33970 \family default
33971 \lang spanish
33972 , los marcadores PDF se generan para cada encabezado de sección en el índice.
33973  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
33974  texto del marcador, porque se infringen las convenciones PDF.
33975 \end_layout
33976
33977 \end_inset
33978
33979
33980 \end_layout
33981
33982 \begin_layout Standard
33983 Estos problemas se pueden solucionar insertando al final del encabezado
33984  un título breve con el menú 
33985 \family sans
33986 Insertar\SpecialChar \menuseparator
33987 Título
33988 \begin_inset Space ~
33989 \end_inset
33990
33991 breve
33992 \family default
33993 .
33994  Los títulos breves se usan como alternativa para encabezados de sección
33995  con más de una línea para mantener el buen aspecto del índice.
33996  En éste sólo aparece el título breve y por tanto también en los marcadores.
33997 \end_layout
33998
33999 \begin_layout Standard
34000 Si hay que poner ecuaciones en el índice y se usa 
34001 \series bold
34002 hyperref
34003 \series default
34004 , se puede insertar el siguiente comando en modo TeX:
34005 \end_layout
34006
34007 \begin_layout Standard
34008
34009 \series bold
34010
34011 \backslash
34012 texorpdfstring{parte}{alternativa}
34013 \begin_inset Index
34014 status collapsed
34015
34016 \begin_layout Plain Layout
34017 Comandos ! T ! 
34018 \backslash
34019 texorpdfstring
34020 \end_layout
34021
34022 \end_inset
34023
34024
34025 \end_layout
34026
34027 \begin_layout Standard
34028 Parte se refiere a la parte del encabezado que no debería aparecer en el
34029  marcador PDF.
34030  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
34031  La alternativa se usa para el marcador en vez de la parte.
34032 \end_layout
34033
34034 \begin_layout Standard
34035 Aquí hay dos ejemplo de encabezados:
34036 \end_layout
34037
34038 \begin_layout Standard
34039 \begin_inset VSpace -3mm
34040 \end_inset
34041
34042
34043 \end_layout
34044
34045 \begin_layout Standard
34046 \begin_inset ERT
34047 status collapsed
34048
34049 \begin_layout Plain Layout
34050
34051
34052 \backslash
34053 boldmath 
34054 \end_layout
34055
34056 \end_inset
34057
34058
34059 \end_layout
34060
34061 \begin_layout Subsubsection
34062 Encabezado sin ecuación en el índice 
34063 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34064 \end_inset
34065
34066
34067 \begin_inset OptArg
34068 status collapsed
34069
34070 \begin_layout Plain Layout
34071 Encabezado sin ecuación en el índice
34072 \end_layout
34073
34074 \end_inset
34075
34076
34077 \end_layout
34078
34079 \begin_layout Subsubsection
34080 Encabezado con ecuación en el índice
34081 \begin_inset ERT
34082 status collapsed
34083
34084 \begin_layout Plain Layout
34085
34086
34087 \backslash
34088 texorpdfstring{
34089 \end_layout
34090
34091 \end_inset
34092
34093  
34094 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34095 \end_inset
34096
34097
34098 \begin_inset ERT
34099 status collapsed
34100
34101 \begin_layout Plain Layout
34102
34103 }{}
34104 \end_layout
34105
34106 \end_inset
34107
34108
34109 \end_layout
34110
34111 \begin_layout Standard
34112 \begin_inset ERT
34113 status collapsed
34114
34115 \begin_layout Plain Layout
34116
34117
34118 \backslash
34119 unboldmath 
34120 \end_layout
34121
34122 \end_inset
34123
34124 En el primer encabezado se ha puesto un título breve, en el segundo un 
34125 \series bold
34126
34127 \backslash
34128 texorpdfstring
34129 \series default
34130 .
34131 \end_layout
34132
34133 \begin_layout Standard
34134 Para obtener el mismo formato que en los demás encabezados se han puesto
34135  ambos en un 
34136 \series bold
34137 entorno boldmath
34138 \series default
34139 .
34140 \begin_inset Foot
34141 status collapsed
34142
34143 \begin_layout Plain Layout
34144 véase 
34145 \begin_inset CommandInset ref
34146 LatexCommand ref
34147 reference "sub:Ecuaciones-en-negrita"
34148
34149 \end_inset
34150
34151
34152 \end_layout
34153
34154 \end_inset
34155
34156
34157 \end_layout
34158
34159 \begin_layout Subsection
34160 Ecuaciones en texto multicolumna
34161 \begin_inset Index
34162 status collapsed
34163
34164 \begin_layout Plain Layout
34165 Ecuación ! en texto multicolumna
34166 \end_layout
34167
34168 \end_inset
34169
34170
34171 \end_layout
34172
34173 \begin_layout Standard
34174 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
34175  para ajustarse a la columna y entonces es preciso abarcar la anchura total
34176  de la página.
34177  Esto se hace usando el paquete LaTeX 
34178 \series bold
34179 multicol
34180 \series default
34181 ,
34182 \begin_inset Foot
34183 status collapsed
34184
34185 \begin_layout Plain Layout
34186
34187 \series bold
34188 multicol
34189 \series default
34190  forma parte de las distribuciones LaTeX estándar.
34191 \end_layout
34192
34193 \end_inset
34194
34195
34196 \begin_inset Index
34197 status collapsed
34198
34199 \begin_layout Plain Layout
34200 Paquetes ! multicol
34201 \end_layout
34202
34203 \end_inset
34204
34205  que se carga en el preámbulo LaTeX con la línea
34206 \end_layout
34207
34208 \begin_layout Standard
34209
34210 \series bold
34211
34212 \backslash
34213 usepackage{multicol}
34214 \end_layout
34215
34216 \begin_layout Standard
34217 \begin_inset Note Greyedout
34218 status collapsed
34219
34220 \begin_layout Plain Layout
34221 Ten en cuenta que la opción 
34222 \family sans
34223 Documento
34224 \begin_inset Space ~
34225 \end_inset
34226
34227 con
34228 \begin_inset Space ~
34229 \end_inset
34230
34231 dos
34232 \begin_inset Space ~
34233 \end_inset
34234
34235 caras
34236 \family default
34237 , bajo 
34238 \family sans
34239 Diseño
34240 \begin_inset Space ~
34241 \end_inset
34242
34243 de
34244 \begin_inset Space ~
34245 \end_inset
34246
34247 página 
34248 \family default
34249 en el menú 
34250 \family sans
34251 Documento\SpecialChar \menuseparator
34252 Configuración
34253 \family default
34254  
34255 \emph on
34256 debe
34257 \emph default
34258  estar desmarcada.
34259 \end_layout
34260
34261 \end_inset
34262
34263
34264 \end_layout
34265
34266 \begin_layout Standard
34267 Antes del texto multicolumna se inserta en modo TeX el comando
34268 \end_layout
34269
34270 \begin_layout Standard
34271
34272 \series bold
34273
34274 \backslash
34275 begin{multicols}{número de columnas}
34276 \end_layout
34277
34278 \begin_layout Standard
34279 El número de columnas está en el rango 2-10.
34280  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
34281  TeX el comando
34282 \end_layout
34283
34284 \begin_layout Standard
34285
34286 \series bold
34287
34288 \backslash
34289 end{multicols}
34290 \end_layout
34291
34292 \begin_layout Standard
34293 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
34294  Para quitarlo se inserta un espacio vertical de -6
34295 \begin_inset Space \thinspace{}
34296 \end_inset
34297
34298 mm antes de la ecuación.
34299  Si se usa el estilo 
34300 \series bold
34301 Sangrado
34302 \series default
34303 ,
34304 \begin_inset Foot
34305 status collapsed
34306
34307 \begin_layout Plain Layout
34308 véase estilos de ecuación en 
34309 \begin_inset CommandInset ref
34310 LatexCommand ref
34311 reference "sec:Estilos-de-ecuación"
34312
34313 \end_inset
34314
34315
34316 \end_layout
34317
34318 \end_inset
34319
34320  se inserta un espacio de -9
34321 \begin_inset Space \thinspace{}
34322 \end_inset
34323
34324 mm.
34325 \end_layout
34326
34327 \begin_layout Standard
34328 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
34329 \end_layout
34330
34331 \begin_layout Standard
34332 \begin_inset ERT
34333 status collapsed
34334
34335 \begin_layout Plain Layout
34336
34337
34338 \backslash
34339 begin{multicols}{2}
34340 \end_layout
34341
34342 \end_inset
34343
34344 Das Spektrum wird fouriertransformiert.
34345  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
34346 , Lösungsmittel) zu trennen.
34347  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
34348  nun das Aussehen des Ausgangssignals.
34349  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
34350  über alle Phasen integrieren muss.
34351  Sei nun 
34352 \begin_inset Formula $S$
34353 \end_inset
34354
34355  unser normiertes Ausgangssignal and 
34356 \begin_inset Formula $P$
34357 \end_inset
34358
34359  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
34360 \begin_inset ERT
34361 status collapsed
34362
34363 \begin_layout Plain Layout
34364
34365
34366 \backslash
34367 end{multicols}
34368 \end_layout
34369
34370 \end_inset
34371
34372
34373 \begin_inset VSpace -6mm
34374 \end_inset
34375
34376
34377 \begin_inset Formula \begin{equation}
34378 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
34379
34380 \end_inset
34381
34382
34383 \begin_inset ERT
34384 status collapsed
34385
34386 \begin_layout Plain Layout
34387
34388
34389 \backslash
34390 begin{multicols}{2}
34391 \end_layout
34392
34393 \end_inset
34394
34395 wobei 
34396 \begin_inset Formula $S_{0}$
34397 \end_inset
34398
34399  das Signal ohne Gradient ist and the Normierungsbedingung 
34400 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34401 \end_inset
34402
34403  gilt.
34404  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
34405  Direkt nach the 
34406 \begin_inset Formula $\nicefrac{\pi}{2}$
34407 \end_inset
34408
34409
34410 \begin_inset Space \thinspace{}
34411 \end_inset
34412
34413 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
34414  das Signal zusätzlich abschwächt.
34415  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
34416  
34417 \begin_inset Formula $T_{2}$
34418 \end_inset
34419
34420 -Zeit.
34421 \end_layout
34422
34423 \begin_layout Standard
34424 \begin_inset ERT
34425 status collapsed
34426
34427 \begin_layout Plain Layout
34428
34429
34430 \backslash
34431 end{multicols}
34432 \end_layout
34433
34434 \end_inset
34435
34436  
34437 \end_layout
34438
34439 \begin_layout Subsection
34440 Ecuaciones con descripción de variables
34441 \begin_inset Index
34442 status collapsed
34443
34444 \begin_layout Plain Layout
34445 Ecuación ! con descripción de variables
34446 \end_layout
34447
34448 \end_inset
34449
34450
34451 \end_layout
34452
34453 \begin_layout Standard
34454 Para describir variables en una ecuación, como en la fórmula 
34455 \begin_inset CommandInset ref
34456 LatexCommand eqref
34457 reference "eq:within"
34458
34459 \end_inset
34460
34461 , se inserta una matriz 2×
34462 \begin_inset Formula $n$
34463 \end_inset
34464
34465  con columnas alineadas a la izquierda para las 
34466 \emph on
34467
34468 \begin_inset Formula $n$
34469 \end_inset
34470
34471
34472 \emph default
34473  variables usadas.
34474 \begin_inset Foot
34475 status collapsed
34476
34477 \begin_layout Plain Layout
34478 véase matrices en 
34479 \begin_inset CommandInset ref
34480 LatexCommand ref
34481 reference "sec:Matrices"
34482
34483 \end_inset
34484
34485
34486 \end_layout
34487
34488 \end_inset
34489
34490  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
34491  
34492 \series bold
34493
34494 \backslash
34495 footnotesize
34496 \series default
34497  antes de la matriz.
34498 \begin_inset Foot
34499 status collapsed
34500
34501 \begin_layout Plain Layout
34502 véase tamaños de fuentes en 
34503 \begin_inset CommandInset ref
34504 LatexCommand ref
34505 reference "sub:Tamaños-de-fuentes"
34506
34507 \end_inset
34508
34509 .
34510 \end_layout
34511
34512 \end_inset
34513
34514
34515 \end_layout
34516
34517 \begin_layout Standard
34518 Si se usa el estilo 
34519 \series bold
34520 Sangrado
34521 \series default
34522 ,
34523 \begin_inset Foot
34524 status collapsed
34525
34526 \begin_layout Plain Layout
34527 véase estilos de ecuación en 
34528 \begin_inset CommandInset ref
34529 LatexCommand ref
34530 reference "sec:Estilos-de-ecuación"
34531
34532 \end_inset
34533
34534
34535 \end_layout
34536
34537 \end_inset
34538
34539  se inserta un 
34540 \series bold
34541
34542 \backslash
34543 hfill
34544 \series default
34545
34546 \begin_inset Foot
34547 status collapsed
34548
34549 \begin_layout Plain Layout
34550
34551 \series bold
34552
34553 \backslash
34554 hfill
34555 \series default
34556  sólo funciona en ecuaciones en estilo 
34557 \series bold
34558 Sangrado
34559 \series default
34560 , véase 
34561 \begin_inset CommandInset ref
34562 LatexCommand ref
34563 reference "sub:Espacio-variable"
34564
34565 \end_inset
34566
34567
34568 \end_layout
34569
34570 \end_inset
34571
34572  delante y detrás de la matriz para que tenga la misma separación con la
34573  ecuación y con el margen.
34574 \end_layout
34575
34576 \begin_layout Standard
34577 Si se usa el estilo 
34578 \series bold
34579 Centrado
34580 \series default
34581  se emplea el método descrito en la 
34582 \begin_inset CommandInset ref
34583 LatexCommand ref
34584 reference "sub:Entorno-flalign"
34585
34586 \end_inset
34587
34588  para sangrar la ecuación.
34589  La ecuación 
34590 \begin_inset CommandInset ref
34591 LatexCommand eqref
34592 reference "eq:within"
34593
34594 \end_inset
34595
34596  consta de cinco columnas ya que las dos primeras contienen la fórmula,
34597  la tercera la matriz y la última una llave TeX vacía.
34598 \begin_inset Formula \begin{flalign}
34599 \hspace {30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize \begin{array}{ll}
34600 \rho & \mbox{densidad}\\
34601 V & \mbox{volumen}\\
34602 g & \mbox{aceleración gravitatoria}\end{array} &  & {}\label{eq:within}\end{flalign}
34603
34604 \end_inset
34605
34606
34607 \end_layout
34608
34609 \begin_layout Subsection
34610 Letras griegas minúsculas en redonda
34611 \begin_inset CommandInset label
34612 LatexCommand label
34613 name "sub:Griegas-en-redonda"
34614
34615 \end_inset
34616
34617
34618 \begin_inset Index
34619 status collapsed
34620
34621 \begin_layout Plain Layout
34622 Letras griegas ! en redonda
34623 \end_layout
34624
34625 \end_inset
34626
34627
34628 \end_layout
34629
34630 \begin_layout Standard
34631 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
34632  cursiva.
34633  Pero para símbolos de partículas elementales como piones y neutrinos hacen
34634  falta letras griegas en redonda.
34635  El archivo 
34636 \series bold
34637 upgreek.sty
34638 \series default
34639
34640 \begin_inset Foot
34641 status collapsed
34642
34643 \begin_layout Plain Layout
34644
34645 \series bold
34646 upgreek
34647 \series default
34648  forma parte del paquete LaTeX 
34649 \series bold
34650 was
34651 \series default
34652
34653 \begin_inset Index
34654 status collapsed
34655
34656 \begin_layout Plain Layout
34657 Paquetes ! was
34658 \begin_inset ERT
34659 status collapsed
34660
34661 \begin_layout Plain Layout
34662
34663
34664 \backslash
34665 vspace{4mm}
34666 \end_layout
34667
34668 \end_inset
34669
34670
34671 \end_layout
34672
34673 \end_inset
34674
34675 .
34676 \end_layout
34677
34678 \end_inset
34679
34680
34681 \begin_inset Index
34682 status collapsed
34683
34684 \begin_layout Plain Layout
34685 Paquetes ! upgreek
34686 \end_layout
34687
34688 \end_inset
34689
34690 , que se carga en el preámbulo LaTeX con la línea
34691 \end_layout
34692
34693 \begin_layout Standard
34694
34695 \series bold
34696
34697 \backslash
34698 usepackage{upgreek}
34699 \end_layout
34700
34701 \begin_layout Standard
34702 las suministra.
34703  
34704 \begin_inset ERT
34705 status collapsed
34706
34707 \begin_layout Plain Layout
34708
34709
34710 \backslash
34711 ifupgreek 
34712 \end_layout
34713
34714 \end_inset
34715
34716
34717 \begin_inset Note Note
34718 status collapsed
34719
34720 \begin_layout Plain Layout
34721 La tabla siguiente sólo se podrá ver si está instalado el paquete LaTeX
34722  
34723 \series bold
34724 upgreek
34725 \series default
34726 .
34727 \end_layout
34728
34729 \end_inset
34730
34731  Se imprimen con el comando de la letra correspondiente precedido de 
34732 \series bold
34733 up
34734 \series default
34735 .
34736  Por ejemplo, el comando 
34737 \series bold
34738
34739 \backslash
34740 uptau
34741 \series default
34742  genera: 
34743 \begin_inset Formula $\uptau $
34744 \end_inset
34745
34746
34747 \end_layout
34748
34749 \begin_layout Standard
34750 Con estos comandos se pueden escribir reacciones entre partículas elementales:
34751 \begin_inset Formula \[
34752 \uppi ^{+}\rightarrow\upmu ^{+}+\upnu _{\upmu }\]
34753
34754 \end_inset
34755
34756
34757 \end_layout
34758
34759 \begin_layout Standard
34760 Las letras en redonda son más remarcadas y más grandes que las correspondientes
34761  en cursiva.
34762  Por tanto no deberían emplearse para unidades como 
34763 \begin_inset Quotes fld
34764 \end_inset
34765
34766 µm
34767 \begin_inset Quotes frd
34768 \end_inset
34769
34770 .
34771 \end_layout
34772
34773 \begin_layout Standard
34774 \begin_inset ERT
34775 status collapsed
34776
34777 \begin_layout Plain Layout
34778
34779
34780 \backslash
34781 else 
34782 \end_layout
34783
34784 \end_inset
34785
34786
34787 \begin_inset Note Note
34788 status collapsed
34789
34790 \begin_layout Plain Layout
34791 Lo siguiente se mostrará si el paquete LaTeX 
34792 \series bold
34793 upgreek
34794 \series default
34795  no está instalado:
34796 \end_layout
34797
34798 \end_inset
34799
34800
34801 \end_layout
34802
34803 \begin_layout Standard
34804 Debes instalar el paquete LaTeX 
34805 \series bold
34806 upgreek
34807 \series default
34808  para ver en la salida el resto de esta subsección.
34809  
34810 \end_layout
34811
34812 \begin_layout Standard
34813 \begin_inset ERT
34814 status collapsed
34815
34816 \begin_layout Plain Layout
34817
34818
34819 \backslash
34820 fi
34821 \end_layout
34822
34823 \end_inset
34824
34825
34826 \end_layout
34827
34828 \begin_layout Subsection
34829 Caracteres de texto en ecuaciones
34830 \begin_inset CommandInset label
34831 LatexCommand label
34832 name "sub:Caracteres-de-texto"
34833
34834 \end_inset
34835
34836
34837 \begin_inset Index
34838 status collapsed
34839
34840 \begin_layout Plain Layout
34841 Texto ! en ecuaciones
34842 \end_layout
34843
34844 \end_inset
34845
34846
34847 \end_layout
34848
34849 \begin_layout Standard
34850 En algunos casos podrías querer insertar caracteres de texto directamente
34851  en ecuaciones.
34852  Por ejemplo, cuando se usa con frecuencia el punto centrado 
34853 \begin_inset Formula $\cdot$
34854 \end_inset
34855
34856  en expresiones como 
34857 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
34858 \end_inset
34859
34860 , habría que insertar el comando 
34861 \series bold
34862
34863 \backslash
34864 cdot
34865 \series default
34866
34867 \begin_inset Foot
34868 status collapsed
34869
34870 \begin_layout Plain Layout
34871 véase 
34872 \begin_inset CommandInset ref
34873 LatexCommand ref
34874 reference "sub:Operadores-binarios"
34875
34876 \end_inset
34877
34878
34879 \end_layout
34880
34881 \end_inset
34882
34883  continuamente, porque este carácter está definido en todas las codificaciones
34884  como carácter de texto.
34885  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
34886 \end_layout
34887
34888 \begin_layout Standard
34889
34890 \series bold
34891
34892 \backslash
34893 Declare Inputtext{183}{
34894 \backslash
34895 ifmmode
34896 \backslash
34897 cdot
34898 \backslash
34899 else
34900 \backslash
34901 textperiodcentered
34902 \backslash
34903 f\SpecialChar \textcompwordmark{}
34904 i}
34905 \end_layout
34906
34907 \begin_layout Standard
34908 La codificación de caracteres (menú 
34909 \family sans
34910 Documento\SpecialChar \menuseparator
34911 Configuración\SpecialChar \menuseparator
34912 Idioma
34913 \family default
34914 ) especifica el carácter que se muestra al pulsar una tecla.
34915  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
34916  
34917 \series bold
34918
34919 \backslash
34920 textperiodcentered
34921 \series default
34922 .
34923  Pero este comando no está disponible en ecuaciones así que obtendrías errores
34924  de LaTeX.
34925  Con la codificación cambiada se escoge automáticamente el comando correcto,
34926  dependiendo de si el carácter se ha insertado en una ecuación o no.
34927 \end_layout
34928
34929 \begin_layout Standard
34930 La codificación de diversos caracteres se guarda en archivos de definición.
34931  Por ejemplo la codificación 
34932 \series bold
34933 latin9
34934 \series default
34935  se define en el archivo 
34936 \series bold
34937 latin9.def
34938 \series default
34939  que está en el directorio de LaTeX.
34940  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
34941  archivo de definición, de lo contrario nuestros documentos no podrían ser
34942  editados en otros ordenadores.
34943 \begin_inset VSpace medskip
34944 \end_inset
34945
34946
34947 \end_layout
34948
34949 \begin_layout Standard
34950 Además del punto centrado, en este documento se ha definido el signo grado
34951  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
34952  directamente en una fórmula:
34953 \end_layout
34954
34955 \begin_layout Standard
34956
34957 \series bold
34958
34959 \backslash
34960 DeclareInputtext{176}{
34961 \backslash
34962 ifmmode^
34963 \backslash
34964 circ
34965 \backslash
34966 else
34967 \backslash
34968 textdegree
34969 \backslash
34970 f\SpecialChar \textcompwordmark{}
34971 i}
34972 \begin_inset Newpage newpage
34973 \end_inset
34974
34975
34976 \end_layout
34977
34978 \begin_layout Section
34979 \start_of_appendix
34980 Notas sobre tipografía
34981 \begin_inset Index
34982 status collapsed
34983
34984 \begin_layout Plain Layout
34985 Tipografía, notas
34986 \end_layout
34987
34988 \end_inset
34989
34990
34991 \end_layout
34992
34993 \begin_layout Standard
34994 Esta sección es un resumen de las normas tipográficas ISO más importantes.
34995 \begin_inset Foot
34996 status collapsed
34997
34998 \begin_layout Plain Layout
34999 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
35000  
35001 \begin_inset Quotes fld
35002 \end_inset
35003
35004 Duden
35005 \begin_inset Quotes frd
35006 \end_inset
35007
35008  
35009 \begin_inset CommandInset citation
35010 LatexCommand cite
35011 key "Duden"
35012
35013 \end_inset
35014
35015 , que incluye algunas de las normas ISO.
35016  
35017 \begin_inset Newline newline
35018 \end_inset
35019
35020 (
35021 \emph on
35022 N.
35023 \begin_inset Space \thinspace{}
35024 \end_inset
35025
35026 del t.
35027 \emph default
35028 : Para documentación en español sobre el tema, véase 
35029 \begin_inset CommandInset citation
35030 LatexCommand cite
35031 key "Bezos"
35032
35033 \end_inset
35034
35035 .)
35036 \end_layout
35037
35038 \end_inset
35039
35040
35041 \end_layout
35042
35043 \begin_layout Itemize
35044 Las unidades físicas se escriben 
35045 \emph on
35046 siempre 
35047 \emph default
35048 en redonda
35049 \begin_inset Foot
35050 status collapsed
35051
35052 \begin_layout Plain Layout
35053 véase estilos de fuentes en 
35054 \begin_inset CommandInset ref
35055 LatexCommand ref
35056 reference "sub:Estilos-de-fuentes"
35057
35058 \end_inset
35059
35060
35061 \end_layout
35062
35063 \end_inset
35064
35065 : 30
35066 \begin_inset Space \thinspace{}
35067 \end_inset
35068
35069 km/h
35070 \begin_inset Newline newline
35071 \end_inset
35072
35073 Entre el valor y la unidad hay un espacio delgado, véase 
35074 \begin_inset CommandInset ref
35075 LatexCommand ref
35076 reference "sub:Espacio-predefinido"
35077
35078 \end_inset
35079
35080 .
35081 \end_layout
35082
35083 \begin_layout Itemize
35084 Los signos por ciento y por mil se escriben como las unidades físicas:
35085 \begin_inset Newline newline
35086 \end_inset
35087
35088 1,2
35089 \begin_inset Space \thinspace{}
35090 \end_inset
35091
35092 ‰ de alcohol en sangre.
35093 \end_layout
35094
35095 \begin_layout Itemize
35096 El signo grado sigue directamente al valor: 15°, excepto si acompaña a otra
35097  unidad: 15
35098 \begin_inset Space \thinspace{}
35099 \end_inset
35100
35101 °C
35102 \end_layout
35103
35104 \begin_layout Itemize
35105 En números con más de cuatro dígitos se inserta un espacio delgado para
35106  separarlos en grupos de tres cifras: 18
35107 \begin_inset Space \thinspace{}
35108 \end_inset
35109
35110 473
35111 \begin_inset Space \thinspace{}
35112 \end_inset
35113
35114 588
35115 \end_layout
35116
35117 \begin_layout Itemize
35118 Para dimensiones como 120×90×40
35119 \begin_inset Space \thinspace{}
35120 \end_inset
35121
35122 cm se usa el aspa de multiplicar 
35123 \begin_inset Quotes fld
35124 \end_inset
35125
35126 ×
35127 \begin_inset Quotes frd
35128 \end_inset
35129
35130 .
35131  Se puede insertar con el comando LaTeX 
35132 \series bold
35133
35134 \backslash
35135 texttimes
35136 \series default
35137  o directamente con alguna combinación de teclas.
35138 \end_layout
35139
35140 \begin_layout Itemize
35141 Las funciones con nombres que constan de varias letras se escriben en redonda
35142  para evitar confusiones, véase 
35143 \begin_inset CommandInset ref
35144 LatexCommand ref
35145 reference "sub:Funciones-predefinidas"
35146
35147 \end_inset
35148
35149 .
35150 \end_layout
35151
35152 \begin_layout Itemize
35153 Los índices que constan de varias letras se escriben en redonda: 
35154 \begin_inset Formula $E_{\mbox{cin}}$
35155 \end_inset
35156
35157
35158 \begin_inset Newline newline
35159 \end_inset
35160
35161 Los componentes de una matriz se escriben en cursiva: 
35162 \begin_inset Formula $\hat{H}_{kl}$
35163 \end_inset
35164
35165
35166 \end_layout
35167
35168 \begin_layout Itemize
35169 El operador de diferenciación/integración 'd', el número de Euler 'e' y
35170  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
35171 s con otras variables.
35172  
35173 \end_layout
35174
35175 \begin_layout Standard
35176 \begin_inset Newpage newpage
35177 \end_inset
35178
35179
35180 \end_layout
35181
35182 \begin_layout Section
35183 Sinónimos
35184 \begin_inset Index
35185 status collapsed
35186
35187 \begin_layout Plain Layout
35188 Sinónimos
35189 \end_layout
35190
35191 \end_inset
35192
35193
35194 \end_layout
35195
35196 \begin_layout Standard
35197 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
35198  como los que se recogen en esta lista:
35199 \begin_inset Foot
35200 status collapsed
35201
35202 \begin_layout Plain Layout
35203 véase también 
35204 \begin_inset CommandInset ref
35205 LatexCommand ref
35206 reference "fn:sinónimos"
35207
35208 \end_inset
35209
35210 .
35211 \end_layout
35212
35213 \end_inset
35214
35215
35216 \end_layout
35217
35218 \begin_layout Standard
35219
35220 \end_layout
35221
35222 \begin_layout Standard
35223 \begin_inset VSpace bigskip
35224 \end_inset
35225
35226
35227 \begin_inset Space \hfill{}
35228 \end_inset
35229
35230
35231 \begin_inset Tabular
35232 <lyxtabular version="3" rows="12" columns="2">
35233 <features>
35234 <column alignment="center" valignment="top" width="0pt">
35235 <column alignment="center" valignment="top" width="0pt">
35236 <row>
35237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35238 \begin_inset Text
35239
35240 \begin_layout Plain Layout
35241 Comando
35242 \end_layout
35243
35244 \end_inset
35245 </cell>
35246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35247 \begin_inset Text
35248
35249 \begin_layout Plain Layout
35250 equivalente a
35251 \begin_inset Note Note
35252 status collapsed
35253
35254 \begin_layout Plain Layout
35255
35256 \series bold
35257
35258 \backslash
35259 raisebox
35260 \series default
35261  se usa sólo como espaciador
35262 \end_layout
35263
35264 \end_inset
35265
35266
35267 \end_layout
35268
35269 \end_inset
35270 </cell>
35271 </row>
35272 <row>
35273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35274 \begin_inset Text
35275
35276 \begin_layout Plain Layout
35277
35278 \backslash
35279 ast
35280 \end_layout
35281
35282 \end_inset
35283 </cell>
35284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35285 \begin_inset Text
35286
35287 \begin_layout Plain Layout
35288 \begin_inset ERT
35289 status collapsed
35290
35291 \begin_layout Plain Layout
35292
35293
35294 \backslash
35295 raisebox{-1.2mm}{
35296 \end_layout
35297
35298 \end_inset
35299
35300 *
35301 \begin_inset ERT
35302 status collapsed
35303
35304 \begin_layout Plain Layout
35305
35306 }
35307 \end_layout
35308
35309 \end_inset
35310
35311
35312 \end_layout
35313
35314 \end_inset
35315 </cell>
35316 </row>
35317 <row>
35318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35319 \begin_inset Text
35320
35321 \begin_layout Plain Layout
35322
35323 \backslash
35324 choose
35325 \end_layout
35326
35327 \end_inset
35328 </cell>
35329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35330 \begin_inset Text
35331
35332 \begin_layout Plain Layout
35333
35334 \backslash
35335 binom
35336 \end_layout
35337
35338 \end_inset
35339 </cell>
35340 </row>
35341 <row>
35342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35343 \begin_inset Text
35344
35345 \begin_layout Plain Layout
35346
35347 \backslash
35348 geq
35349 \end_layout
35350
35351 \end_inset
35352 </cell>
35353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35354 \begin_inset Text
35355
35356 \begin_layout Plain Layout
35357
35358 \backslash
35359 ge
35360 \end_layout
35361
35362 \end_inset
35363 </cell>
35364 </row>
35365 <row>
35366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35367 \begin_inset Text
35368
35369 \begin_layout Plain Layout
35370
35371 \backslash
35372 lbrace
35373 \end_layout
35374
35375 \end_inset
35376 </cell>
35377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35378 \begin_inset Text
35379
35380 \begin_layout Plain Layout
35381 {
35382 \end_layout
35383
35384 \end_inset
35385 </cell>
35386 </row>
35387 <row>
35388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35389 \begin_inset Text
35390
35391 \begin_layout Plain Layout
35392
35393 \backslash
35394 lbracket
35395 \end_layout
35396
35397 \end_inset
35398 </cell>
35399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35400 \begin_inset Text
35401
35402 \begin_layout Plain Layout
35403 [
35404 \end_layout
35405
35406 \end_inset
35407 </cell>
35408 </row>
35409 <row>
35410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35411 \begin_inset Text
35412
35413 \begin_layout Plain Layout
35414
35415 \backslash
35416 leftarrow
35417 \end_layout
35418
35419 \end_inset
35420 </cell>
35421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35422 \begin_inset Text
35423
35424 \begin_layout Plain Layout
35425
35426 \backslash
35427 gets
35428 \end_layout
35429
35430 \end_inset
35431 </cell>
35432 </row>
35433 <row>
35434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35435 \begin_inset Text
35436
35437 \begin_layout Plain Layout
35438
35439 \backslash
35440 leq
35441 \end_layout
35442
35443 \end_inset
35444 </cell>
35445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35446 \begin_inset Text
35447
35448 \begin_layout Plain Layout
35449
35450 \backslash
35451 le
35452 \end_layout
35453
35454 \end_inset
35455 </cell>
35456 </row>
35457 <row>
35458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35459 \begin_inset Text
35460
35461 \begin_layout Plain Layout
35462
35463 \backslash
35464 lor
35465 \end_layout
35466
35467 \end_inset
35468 </cell>
35469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35470 \begin_inset Text
35471
35472 \begin_layout Plain Layout
35473
35474 \backslash
35475 vee
35476 \end_layout
35477
35478 \end_inset
35479 </cell>
35480 </row>
35481 <row>
35482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35483 \begin_inset Text
35484
35485 \begin_layout Plain Layout
35486
35487 \backslash
35488 neq
35489 \end_layout
35490
35491 \end_inset
35492 </cell>
35493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35494 \begin_inset Text
35495
35496 \begin_layout Plain Layout
35497
35498 \backslash
35499 not=
35500 \end_layout
35501
35502 \end_inset
35503 </cell>
35504 </row>
35505 <row>
35506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35507 \begin_inset Text
35508
35509 \begin_layout Plain Layout
35510
35511 \backslash
35512 slash
35513 \end_layout
35514
35515 \end_inset
35516 </cell>
35517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35518 \begin_inset Text
35519
35520 \begin_layout Plain Layout
35521 /
35522 \end_layout
35523
35524 \end_inset
35525 </cell>
35526 </row>
35527 <row>
35528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35529 \begin_inset Text
35530
35531 \begin_layout Plain Layout
35532
35533 \backslash
35534 vert
35535 \end_layout
35536
35537 \end_inset
35538 </cell>
35539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35540 \begin_inset Text
35541
35542 \begin_layout Plain Layout
35543 |
35544 \end_layout
35545
35546 \end_inset
35547 </cell>
35548 </row>
35549 </lyxtabular>
35550
35551 \end_inset
35552
35553
35554 \begin_inset Space \hfill{}
35555 \end_inset
35556
35557
35558 \begin_inset Tabular
35559 <lyxtabular version="3" rows="12" columns="2">
35560 <features>
35561 <column alignment="center" valignment="top" width="0pt">
35562 <column alignment="center" valignment="top" width="0pt">
35563 <row>
35564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35565 \begin_inset Text
35566
35567 \begin_layout Plain Layout
35568 Comando
35569 \end_layout
35570
35571 \end_inset
35572 </cell>
35573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35574 \begin_inset Text
35575
35576 \begin_layout Plain Layout
35577 equivalente a
35578 \end_layout
35579
35580 \end_inset
35581 </cell>
35582 </row>
35583 <row>
35584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35585 \begin_inset Text
35586
35587 \begin_layout Plain Layout
35588
35589 \backslash
35590 backslash
35591 \end_layout
35592
35593 \end_inset
35594 </cell>
35595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35596 \begin_inset Text
35597
35598 \begin_layout Plain Layout
35599
35600 \backslash
35601
35602 \backslash
35603
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 dasharrow
35617 \end_layout
35618
35619 \end_inset
35620 </cell>
35621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35622 \begin_inset Text
35623
35624 \begin_layout Plain Layout
35625
35626 \backslash
35627 dashrightarrow
35628 \end_layout
35629
35630 \end_inset
35631 </cell>
35632 </row>
35633 <row>
35634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35635 \begin_inset Text
35636
35637 \begin_layout Plain Layout
35638
35639 \backslash
35640 land
35641 \end_layout
35642
35643 \end_inset
35644 </cell>
35645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35646 \begin_inset Text
35647
35648 \begin_layout Plain Layout
35649
35650 \backslash
35651 wedge
35652 \end_layout
35653
35654 \end_inset
35655 </cell>
35656 </row>
35657 <row>
35658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35659 \begin_inset Text
35660
35661 \begin_layout Plain Layout
35662
35663 \backslash
35664 rbrace
35665 \end_layout
35666
35667 \end_inset
35668 </cell>
35669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35670 \begin_inset Text
35671
35672 \begin_layout Plain Layout
35673 }
35674 \end_layout
35675
35676 \end_inset
35677 </cell>
35678 </row>
35679 <row>
35680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35681 \begin_inset Text
35682
35683 \begin_layout Plain Layout
35684
35685 \backslash
35686 rbracket
35687 \end_layout
35688
35689 \end_inset
35690 </cell>
35691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35692 \begin_inset Text
35693
35694 \begin_layout Plain Layout
35695 ]
35696 \end_layout
35697
35698 \end_inset
35699 </cell>
35700 </row>
35701 <row>
35702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35703 \begin_inset Text
35704
35705 \begin_layout Plain Layout
35706
35707 \backslash
35708 rightarrow
35709 \end_layout
35710
35711 \end_inset
35712 </cell>
35713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35714 \begin_inset Text
35715
35716 \begin_layout Plain Layout
35717
35718 \backslash
35719 to
35720 \end_layout
35721
35722 \end_inset
35723 </cell>
35724 </row>
35725 <row>
35726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35727 \begin_inset Text
35728
35729 \begin_layout Plain Layout
35730
35731 \backslash
35732 lnot
35733 \end_layout
35734
35735 \end_inset
35736 </cell>
35737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35738 \begin_inset Text
35739
35740 \begin_layout Plain Layout
35741
35742 \backslash
35743 neg
35744 \end_layout
35745
35746 \end_inset
35747 </cell>
35748 </row>
35749 <row>
35750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35751 \begin_inset Text
35752
35753 \begin_layout Plain Layout
35754
35755 \backslash
35756 ne
35757 \end_layout
35758
35759 \end_inset
35760 </cell>
35761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35762 \begin_inset Text
35763
35764 \begin_layout Plain Layout
35765
35766 \backslash
35767 not=
35768 \end_layout
35769
35770 \end_inset
35771 </cell>
35772 </row>
35773 <row>
35774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35775 \begin_inset Text
35776
35777 \begin_layout Plain Layout
35778
35779 \backslash
35780 owns
35781 \end_layout
35782
35783 \end_inset
35784 </cell>
35785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35786 \begin_inset Text
35787
35788 \begin_layout Plain Layout
35789
35790 \backslash
35791 ni
35792 \end_layout
35793
35794 \end_inset
35795 </cell>
35796 </row>
35797 <row>
35798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35799 \begin_inset Text
35800
35801 \begin_layout Plain Layout
35802
35803 \backslash
35804 square
35805 \end_layout
35806
35807 \end_inset
35808 </cell>
35809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35810 \begin_inset Text
35811
35812 \begin_layout Plain Layout
35813
35814 \backslash
35815 Box
35816 \end_layout
35817
35818 \end_inset
35819 </cell>
35820 </row>
35821 <row>
35822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35823 \begin_inset Text
35824
35825 \begin_layout Plain Layout
35826
35827 \backslash
35828 Vert
35829 \end_layout
35830
35831 \end_inset
35832 </cell>
35833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35834 \begin_inset Text
35835
35836 \begin_layout Plain Layout
35837
35838 \backslash
35839 |
35840 \end_layout
35841
35842 \end_inset
35843 </cell>
35844 </row>
35845 </lyxtabular>
35846
35847 \end_inset
35848
35849
35850 \begin_inset Space \hfill{}
35851 \end_inset
35852
35853
35854 \end_layout
35855
35856 \begin_layout Standard
35857 \begin_inset Newpage newpage
35858 \end_inset
35859
35860
35861 \end_layout
35862
35863 \begin_layout Bibliography
35864 \begin_inset CommandInset bibitem
35865 LatexCommand bibitem
35866 key "TLC2"
35867
35868 \end_inset
35869
35870
35871 \shape smallcaps
35872 Mittelbach, F.
35873  ; Goossens, M.
35874 \shape default
35875
35876 \shape italic
35877 The LaTeX Companion
35878 \shape default
35879 .
35880  Addison Wesley, 2004
35881 \end_layout
35882
35883 \begin_layout Bibliography
35884 \begin_inset CommandInset bibitem
35885 LatexCommand bibitem
35886 key "Mathmode"
35887
35888 \end_inset
35889
35890
35891 \begin_inset CommandInset href
35892 LatexCommand href
35893 name "Descripción"
35894 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35895
35896 \end_inset
35897
35898  de habilidades matemáticas de LaTeX
35899 \end_layout
35900
35901 \begin_layout Bibliography
35902 \begin_inset CommandInset bibitem
35903 LatexCommand bibitem
35904 key "Voss"
35905
35906 \end_inset
35907
35908
35909 \begin_inset CommandInset href
35910 LatexCommand href
35911 name "Página web"
35912 target "http://tug.org/TeXnik/"
35913
35914 \end_inset
35915
35916  sugerencias y consejos de LaTeX
35917 \end_layout
35918
35919 \begin_layout Bibliography
35920 \begin_inset CommandInset bibitem
35921 LatexCommand bibitem
35922 key "AMS"
35923
35924 \end_inset
35925
35926
35927 \begin_inset CommandInset href
35928 LatexCommand href
35929 name "Descripción"
35930 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35931
35932 \end_inset
35933
35934  de 
35935 \begin_inset ERT
35936 status collapsed
35937
35938 \begin_layout Plain Layout
35939
35940
35941 \backslash
35942 AmS
35943 \end_layout
35944
35945 \end_inset
35946
35947 -LaTeX
35948 \end_layout
35949
35950 \begin_layout Bibliography
35951 \begin_inset CommandInset bibitem
35952 LatexCommand bibitem
35953 key "Symbole"
35954
35955 \end_inset
35956
35957
35958 \begin_inset CommandInset href
35959 LatexCommand href
35960 name "Lista"
35961 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35962
35963 \end_inset
35964
35965  de todos los símbolos disponibles con paquetes LaTeX
35966 \end_layout
35967
35968 \begin_layout Bibliography
35969 \begin_inset CommandInset bibitem
35970 LatexCommand bibitem
35971 key "hyperref"
35972
35973 \end_inset
35974
35975
35976 \begin_inset CommandInset href
35977 LatexCommand href
35978 name "Documentación"
35979 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35980
35981 \end_inset
35982
35983  del paquete LaTeX 
35984 \series bold
35985 hyperref
35986 \series default
35987
35988 \begin_inset Index
35989 status collapsed
35990
35991 \begin_layout Plain Layout
35992 Paquetes ! hyperref
35993 \end_layout
35994
35995 \end_inset
35996
35997
35998 \end_layout
35999
36000 \begin_layout Bibliography
36001 \begin_inset CommandInset bibitem
36002 LatexCommand bibitem
36003 key "Mathclap"
36004
36005 \end_inset
36006
36007
36008 \begin_inset CommandInset href
36009 LatexCommand href
36010 name "Descripciónn"
36011 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36012
36013 \end_inset
36014
36015  del comando 
36016 \series bold
36017
36018 \backslash
36019 mathclap
36020 \series default
36021 , descrito en 
36022 \begin_inset CommandInset ref
36023 LatexCommand ref
36024 reference "sub:Límites-de-operadores"
36025
36026 \end_inset
36027
36028
36029 \begin_inset Index
36030 status collapsed
36031
36032 \begin_layout Plain Layout
36033 Comandos ! M ! 
36034 \backslash
36035 mathclap
36036 \end_layout
36037
36038 \end_inset
36039
36040
36041 \end_layout
36042
36043 \begin_layout Bibliography
36044 \begin_inset CommandInset bibitem
36045 LatexCommand bibitem
36046 key "Duden"
36047
36048 \end_inset
36049
36050
36051 \emph on
36052 Duden Band 1
36053 \emph default
36054 .
36055  22.
36056  Auflage, Duden 2001
36057 \end_layout
36058
36059 \begin_layout Bibliography
36060 \begin_inset CommandInset bibitem
36061 LatexCommand bibitem
36062 key "spanish"
36063
36064 \end_inset
36065
36066
36067 \begin_inset CommandInset href
36068 LatexCommand href
36069 name "Documentación"
36070 target "http://www.texytipografia.com/archive/spanish.pdf"
36071
36072 \end_inset
36073
36074  del estilo 
36075 \series bold
36076 spanish
36077 \family sans
36078 \series default
36079  
36080 \family default
36081 incluido en el paquete 
36082 \series bold
36083 babel
36084 \end_layout
36085
36086 \begin_layout Bibliography
36087 \begin_inset CommandInset bibitem
36088 LatexCommand bibitem
36089 key "Bezos"
36090
36091 \end_inset
36092
36093
36094 \begin_inset CommandInset href
36095 LatexCommand href
36096 name "Documento"
36097 target "http://www.texytipografia.com/archive/ortomatem.pdf"
36098
36099 \end_inset
36100
36101  sobre ortotipografía y notaciones matemáticas en español
36102 \end_layout
36103
36104 \begin_layout Standard
36105
36106 \family sans
36107 \series bold
36108 \begin_inset CommandInset index_print
36109 LatexCommand printindex
36110
36111 \end_inset
36112
36113
36114 \end_layout
36115
36116 \end_body
36117 \end_document