]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
documentation files: bug 4600 is fixed now, so I removed the ugly hacks that were...
[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 328
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, 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 VSpace 4mm
8689 \end_inset
8690
8691
8692 \end_layout
8693
8694 \end_inset
8695
8696 .
8697  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8698  con dos marcos azules donde se puede insertar la etiqueta.
8699  La longitud de la flecha se adapta a la anchura de la etiqueta.
8700 \end_layout
8701
8702 \begin_layout Standard
8703 \noindent
8704 \align center
8705 \begin_inset Tabular
8706 <lyxtabular version="3" rows="3" columns="2">
8707 <features>
8708 <column alignment="center" valignment="top" width="0">
8709 <column alignment="center" valignment="top" width="0">
8710 <row>
8711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715 Comando
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724 Resultado
8725 \begin_inset Note Note
8726 status collapsed
8727
8728 \begin_layout Plain Layout
8729
8730 \series bold
8731
8732 \backslash
8733 raisebox
8734 \series default
8735  se usa sólo como espaciador
8736 \end_layout
8737
8738 \end_inset
8739
8740
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 </row>
8746 <row>
8747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 F(a)
8752 \backslash
8753 xleftarrow
8754 \begin_inset ERT
8755 status collapsed
8756
8757 \begin_layout Plain Layout
8758
8759
8760 \backslash
8761 spce 
8762 \end_layout
8763
8764 \end_inset
8765
8766 x=a
8767 \begin_inset Formula $\downarrow$
8768 \end_inset
8769
8770 x>0
8771 \begin_inset Formula $\to$
8772 \end_inset
8773
8774 F(x)
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 \begin_inset Formula $\raisebox {5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox {-4mm}{}$
8784 \end_inset
8785
8786
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 </row>
8792 <row>
8793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797 F(x)
8798 \backslash
8799 xrightarrow
8800 \begin_inset ERT
8801 status collapsed
8802
8803 \begin_layout Plain Layout
8804
8805
8806 \backslash
8807 spce 
8808 \end_layout
8809
8810 \end_inset
8811
8812 x=a
8813 \begin_inset Formula $\downarrow$
8814 \end_inset
8815
8816 x>0
8817 \begin_inset Formula $\to$
8818 \end_inset
8819
8820 F(a)
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829 \begin_inset Formula $\raisebox {5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox {-4mm}{}$
8830 \end_inset
8831
8832
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 </row>
8838 </lyxtabular>
8839
8840 \end_inset
8841
8842
8843 \end_layout
8844
8845 \begin_layout Subsection
8846 Flechas verticales y diagonales
8847 \begin_inset Index
8848 status collapsed
8849
8850 \begin_layout Plain Layout
8851 Flechas ! diagonales
8852 \end_layout
8853
8854 \end_inset
8855
8856
8857 \begin_inset Index
8858 status collapsed
8859
8860 \begin_layout Plain Layout
8861 Flechas ! verticales
8862 \end_layout
8863
8864 \end_inset
8865
8866
8867 \end_layout
8868
8869 \begin_layout Standard
8870 \begin_inset Space \hfill{}
8871 \end_inset
8872
8873
8874 \begin_inset Tabular
8875 <lyxtabular version="3" rows="7" columns="2">
8876 <features>
8877 <column alignment="center" valignment="top" width="0pt">
8878 <column alignment="center" valignment="top" width="0pt">
8879 <row>
8880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884 Comando
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893 Resultado
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 </row>
8899 <row>
8900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904
8905 \backslash
8906 uparrow
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915 \begin_inset Formula $\uparrow$
8916 \end_inset
8917
8918
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 </row>
8924 <row>
8925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929
8930 \backslash
8931 Uparrow
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 \begin_inset Formula $\Uparrow$
8941 \end_inset
8942
8943
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 </row>
8949 <row>
8950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954
8955 \backslash
8956 updownarrow
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 \begin_inset Formula $\updownarrow$
8966 \end_inset
8967
8968
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 </row>
8974 <row>
8975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979
8980 \backslash
8981 Updownarrow
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 \begin_inset Formula $\Updownarrow$
8991 \end_inset
8992
8993
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 </row>
8999 <row>
9000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004
9005 \backslash
9006 Downarrow
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 \begin_inset Formula $\Downarrow$
9016 \end_inset
9017
9018
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 </row>
9024 <row>
9025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029
9030 \backslash
9031 downarrow
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040 \begin_inset Formula $\downarrow$
9041 \end_inset
9042
9043
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 </row>
9049 </lyxtabular>
9050
9051 \end_inset
9052
9053
9054 \begin_inset Space \hfill{}
9055 \end_inset
9056
9057
9058 \begin_inset Tabular
9059 <lyxtabular version="3" rows="5" columns="2">
9060 <features>
9061 <column alignment="center" valignment="top" width="0pt">
9062 <column alignment="center" valignment="top" width="0pt">
9063 <row>
9064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 Comando
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077 Resultado
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 </row>
9083 <row>
9084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088
9089 \backslash
9090 nearrow
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 \begin_inset Formula $\nearrow$
9100 \end_inset
9101
9102
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 </row>
9108 <row>
9109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113
9114 \backslash
9115 searrow
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124 \begin_inset Formula $\searrow$
9125 \end_inset
9126
9127
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 </row>
9133 <row>
9134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138
9139 \backslash
9140 swarrow
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 \begin_inset Formula $\swarrow$
9150 \end_inset
9151
9152
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row>
9159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \backslash
9165 nwarrow
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 \begin_inset Formula $\nwarrow$
9175 \end_inset
9176
9177
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 </row>
9183 </lyxtabular>
9184
9185 \end_inset
9186
9187
9188 \begin_inset Space \hfill{}
9189 \end_inset
9190
9191
9192 \end_layout
9193
9194 \begin_layout Standard
9195 \begin_inset VSpace medskip
9196 \end_inset
9197
9198
9199 \end_layout
9200
9201 \begin_layout Standard
9202 Las flechas verticales también se pueden usar como delimitadores junto con
9203  los comandos descritos en
9204 \begin_inset Space ~
9205 \end_inset
9206
9207
9208 \begin_inset CommandInset ref
9209 LatexCommand ref
9210 reference "sub:Tamaño-manual-de"
9211
9212 \end_inset
9213
9214  y 
9215 \begin_inset CommandInset ref
9216 LatexCommand ref
9217 reference "sub:Tamaño-automático-de"
9218
9219 \end_inset
9220
9221 .
9222 \end_layout
9223
9224 \begin_layout Standard
9225
9226 \end_layout
9227
9228 \begin_layout Section
9229 Acentos
9230 \begin_inset CommandInset label
9231 LatexCommand label
9232 name "sec:Acentos"
9233
9234 \end_inset
9235
9236
9237 \begin_inset Index
9238 status collapsed
9239
9240 \begin_layout Plain Layout
9241 Acentos
9242 \end_layout
9243
9244 \end_inset
9245
9246
9247 \end_layout
9248
9249 \begin_layout Standard
9250 Los acentos se pueden insertar con el botón 
9251 \begin_inset Graphics
9252         filename ../../images/math/hat.png
9253         scale 85
9254
9255 \end_inset
9256
9257  o mediante los comandos listados en las siguientes subsecciones.
9258 \end_layout
9259
9260 \begin_layout Subsection
9261 Acentos para un carácter
9262 \begin_inset ERT
9263 status collapsed
9264
9265 \begin_layout Plain Layout
9266
9267
9268 \backslash
9269 texorpdfstring{
9270 \end_layout
9271
9272 \end_inset
9273
9274
9275 \begin_inset Foot
9276 status open
9277
9278 \begin_layout Plain Layout
9279 Para acentos en texto, véase 
9280 \begin_inset CommandInset ref
9281 LatexCommand ref
9282 reference "sub:Acentos-en-texto"
9283
9284 \end_inset
9285
9286
9287 \end_layout
9288
9289 \end_inset
9290
9291
9292 \begin_inset ERT
9293 status collapsed
9294
9295 \begin_layout Plain Layout
9296
9297 }{}
9298 \end_layout
9299
9300 \end_inset
9301
9302
9303 \begin_inset Note Note
9304 status collapsed
9305
9306 \begin_layout Plain Layout
9307
9308 \backslash
9309 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
9310  PDF.
9311 \end_layout
9312
9313 \begin_layout Plain Layout
9314 Más sobre 
9315 \backslash
9316 texorpdfstring en la sección 
9317 \begin_inset CommandInset ref
9318 LatexCommand ref
9319 reference "sub:Ecuaciones-en-títulos"
9320
9321 \end_inset
9322
9323 .
9324 \end_layout
9325
9326 \end_inset
9327
9328
9329 \begin_inset CommandInset label
9330 LatexCommand label
9331 name "sub:Acentos-para-un"
9332
9333 \end_inset
9334
9335
9336 \begin_inset Index
9337 status collapsed
9338
9339 \begin_layout Plain Layout
9340 Acentos ! para un carácter
9341 \end_layout
9342
9343 \end_inset
9344
9345
9346 \end_layout
9347
9348 \begin_layout Standard
9349 \begin_inset Space \hfill{}
9350 \end_inset
9351
9352
9353 \begin_inset Tabular
9354 <lyxtabular version="3" rows="8" columns="2">
9355 <features>
9356 <column alignment="center" valignment="top" width="0pt">
9357 <column alignment="center" valignment="top" width="0pt">
9358 <row>
9359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 Comando
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372 Resultado
9373 \begin_inset Note Note
9374 status collapsed
9375
9376 \begin_layout Plain Layout
9377
9378 \series bold
9379
9380 \backslash
9381 raisebox
9382 \series default
9383  se usa sólo como espaciador
9384 \end_layout
9385
9386 \end_inset
9387
9388
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 </row>
9394 <row>
9395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399
9400 \backslash
9401 dot
9402 \begin_inset ERT
9403 status collapsed
9404
9405 \begin_layout Plain Layout
9406
9407
9408 \backslash
9409 spce 
9410 \end_layout
9411
9412 \end_inset
9413
9414 A
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423 \begin_inset Formula $\raisebox {5mm}{}\dot{A}$
9424 \end_inset
9425
9426
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 </row>
9432 <row>
9433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437
9438 \backslash
9439 ddot
9440 \begin_inset ERT
9441 status collapsed
9442
9443 \begin_layout Plain Layout
9444
9445
9446 \backslash
9447 spce 
9448 \end_layout
9449
9450 \end_inset
9451
9452 A
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 \begin_inset Formula $\raisebox {5mm}{}\ddot{A}$
9462 \end_inset
9463
9464
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 </row>
9470 <row>
9471 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475
9476 \backslash
9477 dddot
9478 \begin_inset ERT
9479 status collapsed
9480
9481 \begin_layout Plain Layout
9482
9483
9484 \backslash
9485 spce 
9486 \end_layout
9487
9488 \end_inset
9489
9490 A
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499 \begin_inset Formula $\raisebox {5mm}{}\dddot{A}$
9500 \end_inset
9501
9502
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 </row>
9508 <row>
9509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513
9514 \backslash
9515 ddddot{A
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524 \begin_inset Formula $\raisebox {5mm}{}\ddddot {A}$
9525 \end_inset
9526
9527
9528 \end_layout
9529
9530 \end_inset
9531 </cell>
9532 </row>
9533 <row>
9534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538
9539 \backslash
9540 vec
9541 \begin_inset ERT
9542 status collapsed
9543
9544 \begin_layout Plain Layout
9545
9546
9547 \backslash
9548 spce 
9549 \end_layout
9550
9551 \end_inset
9552
9553 A
9554 \begin_inset Index
9555 status collapsed
9556
9557 \begin_layout Plain Layout
9558 Vectores
9559 \end_layout
9560
9561 \end_inset
9562
9563
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572 \begin_inset Formula $\raisebox {5mm}{}\vec{A}$
9573 \end_inset
9574
9575
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 </row>
9581 <row>
9582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586
9587 \backslash
9588 bar
9589 \begin_inset ERT
9590 status collapsed
9591
9592 \begin_layout Plain Layout
9593
9594
9595 \backslash
9596 spce 
9597 \end_layout
9598
9599 \end_inset
9600
9601 A
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610 \begin_inset Formula $\raisebox {5mm}{}\bar{A}$
9611 \end_inset
9612
9613
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 </row>
9619 <row>
9620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624
9625 \backslash
9626 mathring
9627 \begin_inset ERT
9628 status collapsed
9629
9630 \begin_layout Plain Layout
9631
9632
9633 \backslash
9634 spce 
9635 \end_layout
9636
9637 \end_inset
9638
9639 A
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648 \begin_inset Formula $\raisebox {5mm}{}\mathring{A}$
9649 \end_inset
9650
9651
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 </row>
9657 </lyxtabular>
9658
9659 \end_inset
9660
9661
9662 \begin_inset Space \hfill{}
9663 \end_inset
9664
9665
9666 \begin_inset Tabular
9667 <lyxtabular version="3" rows="7" columns="2">
9668 <features>
9669 <column alignment="center" valignment="top" width="0pt">
9670 <column alignment="center" valignment="top" width="0pt">
9671 <row>
9672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676 Comando
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685 Resultado
9686 \begin_inset Note Note
9687 status collapsed
9688
9689 \begin_layout Plain Layout
9690
9691 \series bold
9692
9693 \backslash
9694 raisebox
9695 \series default
9696  se usa sólo como espaciador
9697 \end_layout
9698
9699 \end_inset
9700
9701
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 </row>
9707 <row>
9708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712
9713 \backslash
9714 tilde
9715 \begin_inset ERT
9716 status collapsed
9717
9718 \begin_layout Plain Layout
9719
9720
9721 \backslash
9722 spce 
9723 \end_layout
9724
9725 \end_inset
9726
9727 A
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736 \begin_inset Formula $\raisebox {5mm}{}\tilde{A}$
9737 \end_inset
9738
9739
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 </row>
9745 <row>
9746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750
9751 \backslash
9752 hat
9753 \begin_inset ERT
9754 status collapsed
9755
9756 \begin_layout Plain Layout
9757
9758
9759 \backslash
9760 spce 
9761 \end_layout
9762
9763 \end_inset
9764
9765 A
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Plain Layout
9774 \begin_inset Formula $\raisebox {5mm}{}\hat{A}$
9775 \end_inset
9776
9777
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 </row>
9783 <row>
9784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Plain Layout
9788
9789 \backslash
9790 check
9791 \begin_inset ERT
9792 status collapsed
9793
9794 \begin_layout Plain Layout
9795
9796
9797 \backslash
9798 spce 
9799 \end_layout
9800
9801 \end_inset
9802
9803 A
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812 \begin_inset Formula $\raisebox {5mm}{}\check{A}$
9813 \end_inset
9814
9815
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 </row>
9821 <row>
9822 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826
9827 \backslash
9828 acute
9829 \begin_inset ERT
9830 status collapsed
9831
9832 \begin_layout Plain Layout
9833
9834
9835 \backslash
9836 spce 
9837 \end_layout
9838
9839 \end_inset
9840
9841 A
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850 \begin_inset Formula $\raisebox {5mm}{}\acute{A}$
9851 \end_inset
9852
9853
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 </row>
9859 <row>
9860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864
9865 \backslash
9866 grave
9867 \begin_inset ERT
9868 status collapsed
9869
9870 \begin_layout Plain Layout
9871
9872
9873 \backslash
9874 spce 
9875 \end_layout
9876
9877 \end_inset
9878
9879 A
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888 \begin_inset Formula $\raisebox {5mm}{}\grave{A}$
9889 \end_inset
9890
9891
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 </row>
9897 <row>
9898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902
9903 \backslash
9904 breve
9905 \begin_inset ERT
9906 status collapsed
9907
9908 \begin_layout Plain Layout
9909
9910
9911 \backslash
9912 spce 
9913 \end_layout
9914
9915 \end_inset
9916
9917 A
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926 \begin_inset Formula $\raisebox {5mm}{}\breve{A}$
9927 \end_inset
9928
9929
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 </row>
9935 </lyxtabular>
9936
9937 \end_inset
9938
9939
9940 \begin_inset Space \hfill{}
9941 \end_inset
9942
9943
9944 \end_layout
9945
9946 \begin_layout Standard
9947 \begin_inset VSpace bigskip
9948 \end_inset
9949
9950
9951 \end_layout
9952
9953 \begin_layout Standard
9954 Para poner diéresis
9955 \begin_inset Index
9956 status collapsed
9957
9958 \begin_layout Plain Layout
9959 Diéresis
9960 \end_layout
9961
9962 \end_inset
9963
9964  en una ecuación se insertan comillas antes de la vocal.
9965  Estos dos caracteres son considerados por LaTeX como 
9966 \emph on
9967 un solo
9968 \emph default
9969  carácter si la parte de la ecuación con la diéresis se marca con idioma
9970  alemán.
9971 \begin_inset Foot
9972 status collapsed
9973
9974 \begin_layout Plain Layout
9975 O algún otro idioma que use acentos, p.
9976 \begin_inset Space \thinspace{}
9977 \end_inset
9978
9979 e.
9980  catalán.
9981  Sin embargo, en español no funciona por algún conflicto con el estilo 
9982 \series bold
9983 spanish
9984 \series default
9985  de 
9986 \series bold
9987 babel
9988 \series default
9989 .
9990  Dicho estilo suministra la orden 
9991 \series bold
9992
9993 \backslash
9994 dotlessi
9995 \series default
9996  para generar una 
9997 \begin_inset Quotes fld
9998 \end_inset
9999
10000 i
10001 \begin_inset Quotes frd
10002 \end_inset
10003
10004  sin punto en modo matemático, que se puede usar como alternativa al comando
10005  
10006 \series bold
10007
10008 \begin_inset Quotes eld
10009 \end_inset
10010
10011 i
10012 \series default
10013 , p.e., el comando 
10014 \series bold
10015
10016 \backslash
10017 ddot
10018 \series default
10019
10020 \begin_inset ERT
10021 status collapsed
10022
10023 \begin_layout Plain Layout
10024
10025
10026 \backslash
10027 spce 
10028 \end_layout
10029
10030 \end_inset
10031
10032
10033 \series bold
10034
10035 \backslash
10036 dotlessi
10037 \series default
10038  genera
10039 \series bold
10040  
10041 \series default
10042
10043 \begin_inset Formula $\ddot{\dotlessi }$
10044 \end_inset
10045
10046 .
10047  Véase la documentación del estilo, 
10048 \begin_inset CommandInset citation
10049 LatexCommand cite
10050 key "spanish"
10051
10052 \end_inset
10053
10054 .
10055  También se puede usar 
10056 \series bold
10057
10058 \backslash
10059 imath
10060 \series default
10061  en vez de 
10062 \series bold
10063
10064 \backslash
10065 dotlessi
10066 \series default
10067 .
10068  (
10069 \emph on
10070 N.
10071 \begin_inset Space \thinspace{}
10072 \end_inset
10073
10074 del t.
10075 \emph default
10076 )
10077 \end_layout
10078
10079 \end_inset
10080
10081  A diferencia de 
10082 \series bold
10083
10084 \backslash
10085 ddot
10086 \series default
10087 , con este método se generan diéresis 
10088 \begin_inset Quotes fld
10089 \end_inset
10090
10091 reales
10092 \begin_inset Quotes frd
10093 \end_inset
10094
10095 , como se demuestra en el siguiente ejemplo:
10096 \begin_inset VSpace -2mm
10097 \end_inset
10098
10099
10100 \end_layout
10101
10102 \begin_layout Standard
10103 \noindent
10104 \align center
10105 \begin_inset Tabular
10106 <lyxtabular version="3" rows="3" columns="2">
10107 <features>
10108 <column alignment="center" valignment="top" width="0">
10109 <column alignment="center" valignment="top" width="0">
10110 <row>
10111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115 Comando
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 Resultado
10125 \begin_inset Note Note
10126 status collapsed
10127
10128 \begin_layout Plain Layout
10129
10130 \series bold
10131 \lang english
10132
10133 \backslash
10134 raisebox
10135 \series default
10136  se usa sólo como espaciador.
10137 \end_layout
10138
10139 \end_inset
10140
10141
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 </row>
10147 <row>
10148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152 \begin_inset Quotes grd
10153 \end_inset
10154
10155 i
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 \begin_inset Formula $\ddot{\dotlessi }$
10165 \end_inset
10166
10167
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 </row>
10173 <row>
10174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178
10179 \backslash
10180 ddot
10181 \begin_inset ERT
10182 status collapsed
10183
10184 \begin_layout Plain Layout
10185
10186
10187 \backslash
10188 spce 
10189 \end_layout
10190
10191 \end_inset
10192
10193 i
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 \begin_inset Formula $\raisebox {5mm}{}\ddot{i}$
10203 \end_inset
10204
10205
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 </row>
10211 </lyxtabular>
10212
10213 \end_inset
10214
10215
10216 \end_layout
10217
10218 \begin_layout Standard
10219 Otra ventaja con 
10220 \series bold
10221
10222 \backslash
10223 ddot
10224 \series default
10225  es que la diéresis puede convertirse directamente a texto matemático, porque
10226  los comandos para acentos de arriba 
10227 \emph on
10228 no están permitidos en texto matemático
10229 \emph default
10230 .
10231  Para convertir un carácter acentuado a texto matemático, se debe convertir
10232  sólo el carácter bajo el acento.
10233  Esto también se aplica para otras conversiones, p.
10234 \begin_inset Space \thinspace{}
10235 \end_inset
10236
10237 e.
10238 \begin_inset Space ~
10239 \end_inset
10240
10241 cursiva o negrita.
10242 \end_layout
10243
10244 \begin_layout Standard
10245 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10246 \end_layout
10247
10248 \begin_layout Subsection
10249 Acentos para operadores
10250 \begin_inset Index
10251 status collapsed
10252
10253 \begin_layout Plain Layout
10254 Acentos ! en operadores
10255 \end_layout
10256
10257 \end_inset
10258
10259
10260 \end_layout
10261
10262 \begin_layout Standard
10263 Con los comandos 
10264 \series bold
10265
10266 \backslash
10267 overset
10268 \series default
10269
10270 \begin_inset Index
10271 status collapsed
10272
10273 \begin_layout Plain Layout
10274 Comandos ! O ! 
10275 \backslash
10276 overset
10277 \end_layout
10278
10279 \end_inset
10280
10281  y 
10282 \series bold
10283
10284 \backslash
10285 underset
10286 \series default
10287
10288 \begin_inset Index
10289 status collapsed
10290
10291 \begin_layout Plain Layout
10292 Comandos ! U ! 
10293 \backslash
10294 underset
10295 \end_layout
10296
10297 \end_inset
10298
10299  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10300  Con el comando 
10301 \series bold
10302
10303 \backslash
10304 sideset
10305 \series default
10306
10307 \begin_inset Index
10308 status collapsed
10309
10310 \begin_layout Plain Layout
10311 Comandos ! S ! 
10312 \backslash
10313 sideset
10314 \end_layout
10315
10316 \end_inset
10317
10318  se pueden poner caracteres delante y detrás de un operador.
10319  El esquema del comando es:
10320 \end_layout
10321
10322 \begin_layout Standard
10323
10324 \series bold
10325
10326 \backslash
10327 sideset{carácter
10328 \series default
10329  
10330 \series bold
10331 anterior}{carácter posterior}
10332 \end_layout
10333
10334 \begin_layout Standard
10335
10336 \series bold
10337
10338 \backslash
10339 sideset
10340 \series default
10341  siempre debe estar delante del operador que debe acentuarse.
10342  Se puede acentuar con varios caracteres e incluso con otros operadores
10343  y símbolos.
10344  Para colocar con
10345 \series bold
10346  
10347 \backslash
10348 sideset
10349 \series default
10350  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10351  el primer par de llaves, pero sin quitarlas.
10352  
10353 \end_layout
10354
10355 \begin_layout Standard
10356 Por ejemplo, el comando 
10357 \series bold
10358
10359 \backslash
10360 sideset{
10361 \begin_inset Formula $\to$
10362 \end_inset
10363
10364
10365 \backslash
10366 {
10367 \series default
10368 '
10369 \series bold
10370
10371 \begin_inset Formula $\to$
10372 \end_inset
10373
10374
10375 \backslash
10376 sum_k=1
10377 \begin_inset ERT
10378 status collapsed
10379
10380 \begin_layout Plain Layout
10381
10382
10383 \backslash
10384 spce 
10385 \end_layout
10386
10387 \end_inset
10388
10389
10390 \series default
10391 ^
10392 \series bold
10393
10394 \begin_inset ERT
10395 status collapsed
10396
10397 \begin_layout Plain Layout
10398
10399
10400 \backslash
10401 spce 
10402 \end_layout
10403
10404 \end_inset
10405
10406 n
10407 \series default
10408  genera:
10409 \begin_inset Formula \[
10410 \sideset {}{'}\sum_{k=1}^{n}\]
10411
10412 \end_inset
10413
10414
10415 \end_layout
10416
10417 \begin_layout Standard
10418 El comando 
10419 \series bold
10420
10421 \backslash
10422 overset
10423 \begin_inset ERT
10424 status collapsed
10425
10426 \begin_layout Plain Layout
10427
10428
10429 \backslash
10430 spce 
10431 \end_layout
10432
10433 \end_inset
10434
10435
10436 \backslash
10437 maltese
10438 \begin_inset ERT
10439 status collapsed
10440
10441 \begin_layout Plain Layout
10442
10443
10444 \backslash
10445 spce 
10446 \end_layout
10447
10448 \end_inset
10449
10450
10451 \series default
10452
10453 \begin_inset Formula $\uparrow$
10454 \end_inset
10455
10456
10457 \series bold
10458 a
10459 \series default
10460  genera:
10461 \begin_inset Formula \[
10462 \overset{a}{\maltese}\]
10463
10464 \end_inset
10465
10466
10467 \end_layout
10468
10469 \begin_layout Standard
10470 Como se ve en el último ejemplo, con 
10471 \series bold
10472
10473 \backslash
10474 overset
10475 \series default
10476  y 
10477 \series bold
10478
10479 \backslash
10480 underset
10481 \series default
10482  también se pueden acentuar símbolos y caracteres; con 
10483 \series bold
10484
10485 \backslash
10486 sideset
10487 \series default
10488  esto no es posible.
10489 \end_layout
10490
10491 \begin_layout Subsection
10492 Acentos para varios caracteres
10493 \begin_inset CommandInset label
10494 LatexCommand label
10495 name "sub:Acentos-para-varios"
10496
10497 \end_inset
10498
10499
10500 \begin_inset Index
10501 status collapsed
10502
10503 \begin_layout Plain Layout
10504 Acentos ! en varios caracteres
10505 \end_layout
10506
10507 \end_inset
10508
10509
10510 \end_layout
10511
10512 \begin_layout Standard
10513 \begin_inset Space \hfill{}
10514 \end_inset
10515
10516
10517 \begin_inset Tabular
10518 <lyxtabular version="3" rows="5" columns="2">
10519 <features>
10520 <column alignment="center" valignment="top" width="0pt">
10521 <column alignment="center" valignment="top" width="0pt">
10522 <row>
10523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 Comando
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 Resultado
10537 \begin_inset Note Note
10538 status collapsed
10539
10540 \begin_layout Plain Layout
10541
10542 \series bold
10543
10544 \backslash
10545 raisebox
10546 \series default
10547  se usa sólo como espaciador
10548 \end_layout
10549
10550 \end_inset
10551
10552
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 </row>
10558 <row>
10559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563
10564 \backslash
10565 overleftarrow
10566 \begin_inset ERT
10567 status collapsed
10568
10569 \begin_layout Plain Layout
10570
10571
10572 \backslash
10573 spce 
10574 \end_layout
10575
10576 \end_inset
10577
10578 A=B
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587 \begin_inset Formula $\raisebox {6mm}{}\overleftarrow{A=B}\raisebox {-2mm}{}$
10588 \end_inset
10589
10590
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 </row>
10596 <row>
10597 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601
10602 \backslash
10603 underleftarrow
10604 \begin_inset ERT
10605 status collapsed
10606
10607 \begin_layout Plain Layout
10608
10609
10610 \backslash
10611 spce 
10612 \end_layout
10613
10614 \end_inset
10615
10616 A=B
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 \begin_inset Formula $\raisebox {5mm}{}\underleftarrow{A=B}\raisebox {-3mm}{}$
10626 \end_inset
10627
10628
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 </row>
10634 <row>
10635 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639
10640 \backslash
10641 overleftrightarrow
10642 \begin_inset ERT
10643 status collapsed
10644
10645 \begin_layout Plain Layout
10646
10647
10648 \backslash
10649 spce 
10650 \end_layout
10651
10652 \end_inset
10653
10654 A=B
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663 \begin_inset Formula $\raisebox {6mm}{}\overleftrightarrow{A=B}\raisebox {-2mm}{}$
10664 \end_inset
10665
10666
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 </row>
10672 <row>
10673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677
10678 \backslash
10679 underleftrightarrow
10680 \begin_inset ERT
10681 status collapsed
10682
10683 \begin_layout Plain Layout
10684
10685
10686 \backslash
10687 spce 
10688 \end_layout
10689
10690 \end_inset
10691
10692 A=B
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701 \begin_inset Formula $\raisebox {5mm}{}\underleftrightarrow{A=B}\raisebox {-3mm}{}$
10702 \end_inset
10703
10704
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 </row>
10710 </lyxtabular>
10711
10712 \end_inset
10713
10714
10715 \begin_inset Space \hfill{}
10716 \end_inset
10717
10718
10719 \begin_inset Tabular
10720 <lyxtabular version="3" rows="5" columns="2">
10721 <features>
10722 <column alignment="center" valignment="top" width="0pt">
10723 <column alignment="center" valignment="top" width="0pt">
10724 <row>
10725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 Comando
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 Resultado
10739 \begin_inset Note Note
10740 status collapsed
10741
10742 \begin_layout Plain Layout
10743
10744 \series bold
10745
10746 \backslash
10747 raisebox
10748 \series default
10749  se usa sólo como espaciador
10750 \end_layout
10751
10752 \end_inset
10753
10754
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 </row>
10760 <row>
10761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765
10766 \backslash
10767 overrightarrow
10768 \begin_inset ERT
10769 status collapsed
10770
10771 \begin_layout Plain Layout
10772
10773
10774 \backslash
10775 spce 
10776 \end_layout
10777
10778 \end_inset
10779
10780 A=B
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789 \begin_inset Formula $\raisebox {6mm}{}\overrightarrow{A=B}\raisebox {-2mm}{}$
10790 \end_inset
10791
10792
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 </row>
10798 <row>
10799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10800 \begin_inset Text
10801
10802 \begin_layout Plain Layout
10803
10804 \backslash
10805 underrightarrow
10806 \begin_inset ERT
10807 status collapsed
10808
10809 \begin_layout Plain Layout
10810
10811
10812 \backslash
10813 spce 
10814 \end_layout
10815
10816 \end_inset
10817
10818 A=B
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827 \begin_inset Formula $\raisebox {5mm}{}\underrightarrow{A=B}\raisebox {-3mm}{}$
10828 \end_inset
10829
10830
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 </row>
10836 <row>
10837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10838 \begin_inset Text
10839
10840 \begin_layout Plain Layout
10841
10842 \backslash
10843 widetilde
10844 \begin_inset ERT
10845 status collapsed
10846
10847 \begin_layout Plain Layout
10848
10849
10850 \backslash
10851 spce 
10852 \end_layout
10853
10854 \end_inset
10855
10856 A=B
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865 \begin_inset Formula $\raisebox {6mm}{}\widetilde{A=B}\raisebox {-2mm}{}$
10866 \end_inset
10867
10868
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 </row>
10874 <row>
10875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879
10880 \backslash
10881 widehat
10882 \begin_inset ERT
10883 status collapsed
10884
10885 \begin_layout Plain Layout
10886
10887
10888 \backslash
10889 spce 
10890 \end_layout
10891
10892 \end_inset
10893
10894 A=B
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903 \begin_inset Formula $\raisebox {6mm}{}\widehat{A=B}\raisebox {-2mm}{}$
10904 \end_inset
10905
10906
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 </row>
10912 </lyxtabular>
10913
10914 \end_inset
10915
10916
10917 \begin_inset Space \hfill{}
10918 \end_inset
10919
10920
10921 \end_layout
10922
10923 \begin_layout Standard
10924 \begin_inset VSpace medskip
10925 \end_inset
10926
10927
10928 \end_layout
10929
10930 \begin_layout Standard
10931 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10932  Pero los acentos 
10933 \series bold
10934
10935 \backslash
10936 widetilde
10937 \series default
10938  y 
10939 \series bold
10940
10941 \backslash
10942 widehat
10943 \series default
10944  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10945  ejemplo:
10946 \begin_inset Formula \[
10947 \widetilde{A+B=C-D}\]
10948
10949 \end_inset
10950
10951
10952 \end_layout
10953
10954 \begin_layout Standard
10955 Con los comandos 
10956 \series bold
10957
10958 \backslash
10959 overset
10960 \series default
10961
10962 \begin_inset Index
10963 status collapsed
10964
10965 \begin_layout Plain Layout
10966 Comandos ! O ! 
10967 \backslash
10968 overset
10969 \end_layout
10970
10971 \end_inset
10972
10973  y 
10974 \series bold
10975
10976 \backslash
10977 underset
10978 \series default
10979
10980 \begin_inset Index
10981 status collapsed
10982
10983 \begin_layout Plain Layout
10984 Comandos ! U ! 
10985 \backslash
10986 underset
10987 \end_layout
10988
10989 \end_inset
10990
10991 , descritos en la subsección anterior, también se pueden acentuar varios
10992  caracteres.
10993  El comando 
10994 \series bold
10995
10996 \backslash
10997 underset
10998 \begin_inset ERT
10999 status collapsed
11000
11001 \begin_layout Plain Layout
11002
11003
11004 \backslash
11005 spce 
11006 \end_layout
11007
11008 \end_inset
11009
11010 A=B
11011 \begin_inset Formula $\downarrow$
11012 \end_inset
11013
11014 ***
11015 \series default
11016  da:
11017 \begin_inset Formula \[
11018 \underset{***}{A=B}\]
11019
11020 \end_inset
11021
11022
11023 \end_layout
11024
11025 \begin_layout Section
11026 Espacios
11027 \begin_inset CommandInset label
11028 LatexCommand label
11029 name "sec:Espacio"
11030
11031 \end_inset
11032
11033
11034 \begin_inset Index
11035 status collapsed
11036
11037 \begin_layout Plain Layout
11038 Espacio ! horizontal
11039 \end_layout
11040
11041 \end_inset
11042
11043
11044 \end_layout
11045
11046 \begin_layout Subsection
11047 Espacio predefinido
11048 \begin_inset CommandInset label
11049 LatexCommand label
11050 name "sub:Espacio-predefinido"
11051
11052 \end_inset
11053
11054
11055 \begin_inset Index
11056 status collapsed
11057
11058 \begin_layout Plain Layout
11059 Espacio ! horizontal ! predefinido
11060 \end_layout
11061
11062 \end_inset
11063
11064
11065 \end_layout
11066
11067 \begin_layout Standard
11068 A veces es necesario insertar espacio horizontal en una ecuación.
11069  Esto se hace insertando un espacio protegido (atajo 
11070 \family sans
11071 Ctrl-Espacio
11072 \family default
11073 ).
11074  Aparece un 
11075 \begin_inset Quotes fld
11076 \end_inset
11077
11078
11079 \begin_inset ERT
11080 status open
11081
11082 \begin_layout Plain Layout
11083
11084
11085 \backslash
11086 spce 
11087 \end_layout
11088
11089 \end_inset
11090
11091
11092 \begin_inset Quotes frd
11093 \end_inset
11094
11095  azul, y pulsando 
11096 \family sans
11097 Espacio
11098 \family default
11099  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11100  espacio.
11101  También se pueden insertar espacios mediante el botón 
11102 \begin_inset Graphics
11103         filename ../../images/math/space.png
11104         scale 85
11105
11106 \end_inset
11107
11108  de la barra de ecuaciones o con comandos especiales.
11109  Independientemente del comando insertado, se puede seleccionar de nuevo
11110  el tamaño pulsando acto seguido 
11111 \family sans
11112 Espacio.
11113  
11114 \end_layout
11115
11116 \begin_layout Standard
11117 \noindent
11118 \align center
11119 \begin_inset VSpace -5mm
11120 \end_inset
11121
11122
11123 \begin_inset Tabular
11124 <lyxtabular version="3" rows="3" columns="7">
11125 <features>
11126 <column alignment="center" valignment="middle" width="6.8cm">
11127 <column alignment="center" valignment="top" width="0">
11128 <column alignment="center" valignment="top" width="0">
11129 <column alignment="center" valignment="top" width="0">
11130 <column alignment="center" valignment="top" width="0">
11131 <column alignment="center" valignment="top" width="0">
11132 <column alignment="center" valignment="top" width="0">
11133 <row>
11134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138 Comando
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147
11148 \backslash
11149 ,
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11155 \begin_inset Text
11156
11157 \begin_layout Plain Layout
11158
11159 \backslash
11160 :
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169
11170 \backslash
11171 ;
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180
11181 \backslash
11182 quad
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191
11192 \backslash
11193 qquad
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202
11203 \backslash
11204 !
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 </row>
11210 <row>
11211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 Número de pulsaciones de 
11216 \family sans
11217 Espacio
11218 \family default
11219  tras insertar el espacio protegido
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228 0
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 1
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 2
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 3
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 4
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 5
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 </row>
11279 <row>
11280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284 Resultado
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
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 \begin_inset Formula $A\, B$
11294 \end_inset
11295
11296
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305 \begin_inset Formula $A\: B$
11306 \end_inset
11307
11308
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Plain Layout
11317 \begin_inset Formula $A\; B$
11318 \end_inset
11319
11320
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11326 \begin_inset Text
11327
11328 \begin_layout Plain Layout
11329 \begin_inset Formula $A\quad B$
11330 \end_inset
11331
11332
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Plain Layout
11341 \begin_inset Formula $A\qquad B$
11342 \end_inset
11343
11344
11345 \end_layout
11346
11347 \end_inset
11348 </cell>
11349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11350 \begin_inset Text
11351
11352 \begin_layout Plain Layout
11353 \begin_inset Formula $A\! B$
11354 \end_inset
11355
11356
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 </row>
11362 </lyxtabular>
11363
11364 \end_inset
11365
11366
11367 \end_layout
11368
11369 \begin_layout Standard
11370 El último tamaño parece no generar espacio.
11371  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11372  negativo.
11373  Hay otros dos espacios negativos:
11374 \end_layout
11375
11376 \begin_layout Standard
11377 \align center
11378 \begin_inset Tabular
11379 <lyxtabular version="3" rows="3" columns="3">
11380 <features>
11381 <column alignment="center" valignment="middle" width="6.8cm">
11382 <column alignment="center" valignment="top" width="0pt">
11383 <column alignment="center" valignment="top" width="0pt">
11384 <row>
11385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 Comando
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
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
11399 \backslash
11400 negmedspace
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409
11410 \backslash
11411 negthickspace
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 </row>
11417 <row>
11418 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 Número de pulsaciones de 
11423 \family sans
11424 Espacio
11425 \family default
11426  tras insertar el espacio protegido
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 6
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 7
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 </row>
11450 <row>
11451 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 Resultado
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 \begin_inset Formula $A\negmedspace B$
11465 \end_inset
11466
11467
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476 \begin_inset Formula $A\negthickspace B$
11477 \end_inset
11478
11479
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 </row>
11485 </lyxtabular>
11486
11487 \end_inset
11488
11489
11490 \end_layout
11491
11492 \begin_layout Standard
11493 Los espacios negativos pueden dar lugar a caracteres solapados con otros.
11494  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11495 \begin_inset Space \thinspace{}
11496 \end_inset
11497
11498 e., para operadores de suma: 
11499 \end_layout
11500
11501 \begin_layout Standard
11502 \noindent
11503 \align center
11504 \begin_inset Tabular
11505 <lyxtabular version="3" rows="3" columns="2">
11506 <features>
11507 <column alignment="center" valignment="top" width="0">
11508 <column alignment="center" valignment="top" width="0">
11509 <row>
11510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11511 \begin_inset Text
11512
11513 \begin_layout Plain Layout
11514 Comando
11515 \end_layout
11516
11517 \end_inset
11518 </cell>
11519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 Resultado
11524 \begin_inset Note Note
11525 status collapsed
11526
11527 \begin_layout Plain Layout
11528
11529 \series bold
11530
11531 \backslash
11532 raisebox
11533 \series default
11534  se usa sólo como espaciador
11535 \end_layout
11536
11537 \end_inset
11538
11539
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 </row>
11545 <row>
11546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550
11551 \backslash
11552 sum
11553 \backslash
11554 sum
11555 \begin_inset ERT
11556 status collapsed
11557
11558 \begin_layout Plain Layout
11559
11560
11561 \backslash
11562 spce 
11563 \end_layout
11564
11565 \end_inset
11566
11567 f_kl
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576 \begin_inset Formula $\raisebox {4.5mm}{}\sum\sum f_{kl}\raisebox {-2.5mm}{}$
11577 \end_inset
11578
11579
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 </row>
11585 <row>
11586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590
11591 \backslash
11592 sum
11593 \backslash
11594 negmedspace
11595 \backslash
11596 sum
11597 \begin_inset ERT
11598 status collapsed
11599
11600 \begin_layout Plain Layout
11601
11602
11603 \backslash
11604 spce 
11605 \end_layout
11606
11607 \end_inset
11608
11609 f_kl
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 \begin_inset Formula $\raisebox {4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox {-2.5mm}{}$
11619 \end_inset
11620
11621
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 </row>
11627 </lyxtabular>
11628
11629 \end_inset
11630
11631
11632 \end_layout
11633
11634 \begin_layout Standard
11635 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11636  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11637  El siguiente ejemplo lo ilustra:
11638 \end_layout
11639
11640 \begin_layout Standard
11641 \noindent
11642 \align center
11643 \begin_inset Tabular
11644 <lyxtabular version="3" rows="2" columns="2">
11645 <features>
11646 <column alignment="center" valignment="top" width="0">
11647 <column alignment="center" valignment="top" width="0">
11648 <row>
11649 <cell alignment="center" valignment="top" usebox="none">
11650 \begin_inset Text
11651
11652 \begin_layout Plain Layout
11653 ecuación normal
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 <cell alignment="center" valignment="top" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 \begin_inset Formula $A=B$
11663 \end_inset
11664
11665
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 </row>
11671 <row>
11672 <cell alignment="center" valignment="top" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Plain Layout
11676 \begin_inset Note Note
11677 status collapsed
11678
11679 \begin_layout Plain Layout
11680
11681 \series bold
11682
11683 \backslash
11684 raisebox
11685 \series default
11686  se usa sólo como espaciador
11687 \end_layout
11688
11689 \end_inset
11690
11691
11692 \begin_inset Formula $\raisebox {5mm}{}$
11693 \end_inset
11694
11695 ecuación sin espacio
11696 \end_layout
11697
11698 \end_inset
11699 </cell>
11700 <cell alignment="center" valignment="top" usebox="none">
11701 \begin_inset Text
11702
11703 \begin_layout Plain Layout
11704 \begin_inset Formula $A{=}B$
11705 \end_inset
11706
11707
11708 \end_layout
11709
11710 \end_inset
11711 </cell>
11712 </row>
11713 </lyxtabular>
11714
11715 \end_inset
11716
11717
11718 \end_layout
11719
11720 \begin_layout Standard
11721 El comando para la segunda ecuación es: 
11722 \series bold
11723 A
11724 \backslash
11725 {=
11726 \begin_inset Formula $\rightarrow$
11727 \end_inset
11728
11729 B
11730 \series default
11731  
11732 \begin_inset VSpace bigskip
11733 \end_inset
11734
11735
11736 \end_layout
11737
11738 \begin_layout Standard
11739 Para las unidades físicas hacen falta espacios, porque entre el valor y
11740  su unidad se pone un espacio más pequeño que el normal.
11741  Para unidades en el texto se inserta con el menú 
11742 \family sans
11743 Insertar\SpecialChar \menuseparator
11744 Formato\SpecialChar \menuseparator
11745 Espacio
11746 \begin_inset Space ~
11747 \end_inset
11748
11749 delgado
11750 \family default
11751  (atajo 
11752 \family sans
11753 Ctrl-Mayúscula-Espacio
11754 \family default
11755 ).
11756 \end_layout
11757
11758 \begin_layout Standard
11759 Un ejemplo para visualizar la diferencia:
11760 \end_layout
11761
11762 \begin_layout Standard
11763 \begin_inset Tabular
11764 <lyxtabular version="3" rows="2" columns="2">
11765 <features>
11766 <column alignment="center" valignment="top" width="0">
11767 <column alignment="left" valignment="top" width="0">
11768 <row>
11769 <cell alignment="center" valignment="top" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 24 kW
11774 \begin_inset Formula $\cdot$
11775 \end_inset
11776
11777 h
11778 \end_layout
11779
11780 \end_inset
11781 </cell>
11782 <cell alignment="center" valignment="top" usebox="none">
11783 \begin_inset Text
11784
11785 \begin_layout Plain Layout
11786 espacio entre valor y unidad 
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 </row>
11792 <row>
11793 <cell alignment="center" valignment="top" usebox="none">
11794 \begin_inset Text
11795
11796 \begin_layout Plain Layout
11797 24
11798 \begin_inset Space \thinspace{}
11799 \end_inset
11800
11801 kW
11802 \begin_inset Formula $\cdot$
11803 \end_inset
11804
11805 h
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 <cell alignment="center" valignment="top" usebox="none">
11811 \begin_inset Text
11812
11813 \begin_layout Plain Layout
11814 espacio delgado entre valor y unidad
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 </row>
11820 </lyxtabular>
11821
11822 \end_inset
11823
11824
11825 \end_layout
11826
11827 \begin_layout Subsection
11828 Espacio variable
11829 \begin_inset ERT
11830 status collapsed
11831
11832 \begin_layout Plain Layout
11833
11834
11835 \backslash
11836 texorpdfstring{
11837 \end_layout
11838
11839 \end_inset
11840
11841
11842 \begin_inset Foot
11843 status collapsed
11844
11845 \begin_layout Plain Layout
11846 Para espacio vertical en ecuaciones véase 
11847 \begin_inset CommandInset ref
11848 LatexCommand ref
11849 reference "sub:Separación-de-líneas"
11850
11851 \end_inset
11852
11853
11854 \end_layout
11855
11856 \end_inset
11857
11858
11859 \begin_inset ERT
11860 status collapsed
11861
11862 \begin_layout Plain Layout
11863
11864 }{}
11865 \end_layout
11866
11867 \end_inset
11868
11869
11870 \begin_inset Note Note
11871 status collapsed
11872
11873 \begin_layout Plain Layout
11874
11875 \backslash
11876 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11877  PDF.
11878 \end_layout
11879
11880 \begin_layout Plain Layout
11881 Más sobre 
11882 \backslash
11883 texorpdfstring en la sección 
11884 \begin_inset CommandInset ref
11885 LatexCommand ref
11886 reference "sub:Ecuaciones-en-títulos"
11887
11888 \end_inset
11889
11890 .
11891 \end_layout
11892
11893 \end_inset
11894
11895
11896 \begin_inset CommandInset label
11897 LatexCommand label
11898 name "sub:Espacio-variable"
11899
11900 \end_inset
11901
11902
11903 \begin_inset Index
11904 status collapsed
11905
11906 \begin_layout Plain Layout
11907 Espacio ! horizontal ! variable
11908 \end_layout
11909
11910 \end_inset
11911
11912
11913 \end_layout
11914
11915 \begin_layout Standard
11916 En LyX se puede insertar espacio con una longitud definida con el comando
11917 \begin_inset Newline newline
11918 \end_inset
11919
11920
11921 \series bold
11922
11923 \backslash
11924 hspace{longitud}
11925 \series default
11926
11927 \begin_inset Index
11928 status collapsed
11929
11930 \begin_layout Plain Layout
11931 Comandos ! H ! 
11932 \backslash
11933 hspace
11934 \end_layout
11935
11936 \end_inset
11937
11938 .
11939  Para la longitud están permitidas todas las unidades de la 
11940 \begin_inset CommandInset ref
11941 LatexCommand ref
11942 reference "tab:Unidades-empleadas"
11943
11944 \end_inset
11945
11946 , excepto la unidad 
11947 \begin_inset Quotes fld
11948 \end_inset
11949
11950 mu
11951 \begin_inset Quotes frd
11952 \end_inset
11953
11954 .
11955  La longitud también puede ser negativa.
11956  Para insertar en una ecuación tanto espacio como esté disponible se usa
11957  el comando 
11958 \series bold
11959
11960 \backslash
11961 hfill
11962 \series default
11963
11964 \begin_inset Index
11965 status collapsed
11966
11967 \begin_layout Plain Layout
11968 Comandos ! H ! 
11969 \backslash
11970 hfill
11971 \end_layout
11972
11973 \end_inset
11974
11975 .
11976 \begin_inset VSpace -1mm
11977 \end_inset
11978
11979
11980 \end_layout
11981
11982 \begin_layout Standard
11983 \noindent
11984 \align center
11985 \begin_inset Tabular
11986 <lyxtabular version="3" rows="4" columns="2">
11987 <features>
11988 <column alignment="center" valignment="top" width="0">
11989 <column alignment="center" valignment="top" width="0">
11990 <row>
11991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11992 \begin_inset Text
11993
11994 \begin_layout Plain Layout
11995 Comando
11996 \end_layout
11997
11998 \end_inset
11999 </cell>
12000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12001 \begin_inset Text
12002
12003 \begin_layout Plain Layout
12004 Resultado
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 </row>
12010 <row>
12011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12012 \begin_inset Text
12013
12014 \begin_layout Plain Layout
12015 A=B
12016 \backslash
12017 hspace{3cm
12018 \begin_inset Formula $\to$
12019 \end_inset
12020
12021 A
12022 \backslash
12023 not=C
12024 \end_layout
12025
12026 \end_inset
12027 </cell>
12028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12029 \begin_inset Text
12030
12031 \begin_layout Plain Layout
12032 \begin_inset Formula $A=B\hspace {3cm}A\not=C$
12033 \end_inset
12034
12035
12036 \end_layout
12037
12038 \end_inset
12039 </cell>
12040 </row>
12041 <row>
12042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12043 \begin_inset Text
12044
12045 \begin_layout Plain Layout
12046 A
12047 \backslash
12048 hspace{-1mm
12049 \begin_inset Formula $\to$
12050 \end_inset
12051
12052 A
12053 \backslash
12054 not=A
12055 \end_layout
12056
12057 \end_inset
12058 </cell>
12059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12060 \begin_inset Text
12061
12062 \begin_layout Plain Layout
12063 \begin_inset Formula $A\hspace {-1mm}A\not=A$
12064 \end_inset
12065
12066
12067 \end_layout
12068
12069 \end_inset
12070 </cell>
12071 </row>
12072 <row>
12073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12074 \begin_inset Text
12075
12076 \begin_layout Plain Layout
12077 A=A
12078 \backslash
12079 hfill
12080 \begin_inset ERT
12081 status collapsed
12082
12083 \begin_layout Plain Layout
12084
12085
12086 \backslash
12087 spce 
12088 \end_layout
12089
12090 \end_inset
12091
12092 B=B
12093 \end_layout
12094
12095 \end_inset
12096 </cell>
12097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12098 \begin_inset Text
12099
12100 \begin_layout Plain Layout
12101 \begin_inset Formula $A=A\hfill  B=B$
12102 \end_inset
12103
12104
12105 \end_layout
12106
12107 \end_inset
12108 </cell>
12109 </row>
12110 </lyxtabular>
12111
12112 \end_inset
12113
12114
12115 \end_layout
12116
12117 \begin_layout Standard
12118 En el último ejemplo el espacio disponible viene dado por la entrada más
12119  larga de columna en la tabla.
12120  En una ecuación en línea el espacio depende de la longitud de la línea
12121  en la que se inserta 
12122 \series bold
12123
12124 \backslash
12125 hfill
12126 \series default
12127 .
12128  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12129  
12130 \series bold
12131
12132 \backslash
12133 hfill
12134 \series default
12135  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12136 \series bold
12137 Sangrado
12138 \series default
12139 .
12140  (Los estilos de ecuaciones se explican en
12141 \begin_inset Space ~
12142 \end_inset
12143
12144
12145 \begin_inset CommandInset ref
12146 LatexCommand ref
12147 reference "sec:Estilos-de-ecuación"
12148
12149 \end_inset
12150
12151 ).
12152 \end_layout
12153
12154 \begin_layout Standard
12155
12156 \lang english
12157 For text, variable space can be inserted via the menu 
12158 \family sans
12159 Insert\SpecialChar \menuseparator
12160 Formatting\SpecialChar \menuseparator
12161 Horizontal
12162 \begin_inset Space ~
12163 \end_inset
12164
12165 Space
12166 \family default
12167 , what is not possible in formulas:
12168 \end_layout
12169
12170 \begin_layout Standard
12171 En esta línea hay un espacio
12172 \begin_inset Space \hspace{}
12173 \length 2cm
12174 \end_inset
12175
12176 de 2
12177 \begin_inset Space \thinspace{}
12178 \end_inset
12179
12180 cm.
12181 \end_layout
12182
12183 \begin_layout Standard
12184 En esta línea hay un
12185 \begin_inset Space \hfill{}
12186 \end_inset
12187
12188 espacio máximo.
12189 \end_layout
12190
12191 \begin_layout Subsection
12192 Espacio adicional en ecuaciones en línea
12193 \begin_inset Index
12194 status collapsed
12195
12196 \begin_layout Plain Layout
12197 Espacio ! adicional en línea
12198 \end_layout
12199
12200 \end_inset
12201
12202
12203 \end_layout
12204
12205 \begin_layout Standard
12206 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12207  
12208 \series bold
12209
12210 \backslash
12211 mathsurround
12212 \begin_inset Index
12213 status collapsed
12214
12215 \begin_layout Plain Layout
12216 Comandos ! M ! 
12217 \backslash
12218 mathsurround
12219 \end_layout
12220
12221 \end_inset
12222
12223
12224 \series default
12225 .
12226  El valor de una longitud se establece con el comando 
12227 \series bold
12228
12229 \backslash
12230 setlength
12231 \series default
12232
12233 \begin_inset Index
12234 status collapsed
12235
12236 \begin_layout Plain Layout
12237 Comandos ! S ! 
12238 \backslash
12239 setlength
12240 \end_layout
12241
12242 \end_inset
12243
12244  según el siguiente esquema:
12245 \end_layout
12246
12247 \begin_layout Standard
12248
12249 \series bold
12250
12251 \backslash
12252 setlength{nombre de la longitud}{valor}
12253 \end_layout
12254
12255 \begin_layout Standard
12256 Para poner a 
12257 \series bold
12258
12259 \backslash
12260 mathsurround
12261 \series default
12262  un valor de 5
12263 \begin_inset Space \thinspace{}
12264 \end_inset
12265
12266 mm, se inserta el comando
12267 \end_layout
12268
12269 \begin_layout Standard
12270
12271 \series bold
12272
12273 \backslash
12274 setlength{
12275 \backslash
12276 mathsurround}{5mm}
12277 \end_layout
12278
12279 \begin_layout Standard
12280 en modo TeX.
12281  Se establecerá un espacio de 5
12282 \begin_inset Space \thinspace{}
12283 \end_inset
12284
12285 mm alrededor de todas las ecuaciones en línea:
12286 \begin_inset ERT
12287 status collapsed
12288
12289 \begin_layout Plain Layout
12290
12291
12292 \backslash
12293 setlength{
12294 \backslash
12295 mathsurround}{5mm}
12296 \end_layout
12297
12298 \end_inset
12299
12300
12301 \end_layout
12302
12303 \begin_layout Standard
12304 En esta línea hay una ecuación 
12305 \begin_inset Formula $A=B$
12306 \end_inset
12307
12308  rodeada por espacios de 5
12309 \begin_inset Space \thinspace{}
12310 \end_inset
12311
12312 mm.
12313 \begin_inset ERT
12314 status collapsed
12315
12316 \begin_layout Plain Layout
12317
12318
12319 \backslash
12320 setlength{
12321 \backslash
12322 mathsurround}{0mm}
12323 \end_layout
12324
12325 \end_inset
12326
12327
12328 \end_layout
12329
12330 \begin_layout Standard
12331 Para volver al espacio predeterminado, 
12332 \series bold
12333
12334 \backslash
12335 mathsurround
12336 \series default
12337  se restablece al valor 0
12338 \begin_inset Space \thinspace{}
12339 \end_inset
12340
12341 pt.
12342 \end_layout
12343
12344 \begin_layout Section
12345 Cuadros y marcos
12346 \begin_inset Index
12347 status collapsed
12348
12349 \begin_layout Plain Layout
12350 Marcos
12351 \end_layout
12352
12353 \end_inset
12354
12355
12356 \begin_inset Index
12357 status collapsed
12358
12359 \begin_layout Plain Layout
12360 Marcos | see 
12361 \begin_inset ERT
12362 status collapsed
12363
12364 \begin_layout Plain Layout
12365
12366 {
12367 \end_layout
12368
12369 \end_inset
12370
12371 Cuadros
12372 \begin_inset ERT
12373 status collapsed
12374
12375 \begin_layout Plain Layout
12376
12377 }
12378 \end_layout
12379
12380 \end_inset
12381
12382
12383 \end_layout
12384
12385 \end_inset
12386
12387
12388 \end_layout
12389
12390 \begin_layout Standard
12391 Los cuadros para texto se describen en el capítulo 
12392 \emph on
12393 Cuadros
12394 \emph default
12395  del manual 
12396 \emph on
12397 Objetos incrustados
12398 \emph default
12399 .
12400 \end_layout
12401
12402 \begin_layout Subsection
12403 Cuadros con marco
12404 \begin_inset CommandInset label
12405 LatexCommand label
12406 name "sub:Cuadros-con-marco"
12407
12408 \end_inset
12409
12410
12411 \begin_inset Index
12412 status collapsed
12413
12414 \begin_layout Plain Layout
12415 Cuadros ! con marco
12416 \end_layout
12417
12418 \end_inset
12419
12420
12421 \end_layout
12422
12423 \begin_layout Standard
12424 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12425 \series bold
12426
12427 \backslash
12428 fbox
12429 \series default
12430
12431 \begin_inset Index
12432 status collapsed
12433
12434 \begin_layout Plain Layout
12435 Comandos ! F ! 
12436 \backslash
12437 fbox
12438 \end_layout
12439
12440 \end_inset
12441
12442  y 
12443 \series bold
12444
12445 \backslash
12446 boxed
12447 \series default
12448
12449 \begin_inset Index
12450 status collapsed
12451
12452 \begin_layout Plain Layout
12453 Comandos ! B ! 
12454 \backslash
12455 boxed
12456 \end_layout
12457
12458 \end_inset
12459
12460 .
12461 \end_layout
12462
12463 \begin_layout Standard
12464 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12465  azul en un marco donde se introduce parte de una ecuación.
12466  Para 
12467 \series bold
12468
12469 \backslash
12470 fbox
12471 \series default
12472  hay que generar una ecuación adicional con 
12473 \family sans
12474 Ctrl-m
12475 \family default
12476  dentro del recuadro,
12477 \begin_inset Foot
12478 status collapsed
12479
12480 \begin_layout Plain Layout
12481 Debido a un fallo de LyX, 
12482 \begin_inset CommandInset href
12483 LatexCommand href
12484 name "LyX-bug #1435"
12485 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12486
12487 \end_inset
12488
12489 , no es posible crear una nueva ecuación con 
12490 \family sans
12491 Ctrl-m
12492 \family default
12493 .
12494 \end_layout
12495
12496 \end_inset
12497
12498  porque si no el contenido del mismo sería considerado texto matemático.
12499  Si se usa 
12500 \series bold
12501
12502 \backslash
12503 boxed
12504 \series default
12505  la nueva ecuación se genera automáticamente dentro del marco.
12506 \end_layout
12507
12508 \begin_layout Standard
12509 El comando 
12510 \series bold
12511
12512 \backslash
12513 fbox
12514 \series default
12515  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12516  ecuación tendría siempre el tamaño del texto.
12517  Por otra parte, 
12518 \series bold
12519
12520 \backslash
12521 fboxed
12522 \series default
12523  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12524  siempre el tamaño de una ecuación en modo presentación.
12525 \end_layout
12526
12527 \begin_layout Standard
12528 El comando 
12529 \series bold
12530
12531 \backslash
12532 framebox
12533 \series default
12534
12535 \begin_inset Index
12536 status collapsed
12537
12538 \begin_layout Plain Layout
12539 Comandos ! F ! 
12540 \backslash
12541 framebox
12542 \end_layout
12543
12544 \end_inset
12545
12546  es una extensión de 
12547 \series bold
12548
12549 \backslash
12550 fbox
12551 \series default
12552 , que permite especificar además la anchura del marco yla alineación.
12553  
12554 \series bold
12555
12556 \backslash
12557 framebox
12558 \series default
12559  se usa con el siguiente esquema: 
12560 \end_layout
12561
12562 \begin_layout Standard
12563
12564 \series bold
12565
12566 \backslash
12567 framebox[anchura del marco][posición]{contenido del cuadro}
12568 \end_layout
12569
12570 \begin_layout Standard
12571 La posición puede ser 
12572 \emph on
12573 l
12574 \emph default
12575  o 
12576 \emph on
12577 r
12578 \emph default
12579
12580 \emph on
12581 l
12582 \emph default
12583  alinea la ecuación a la izquierda del cuadro, 
12584 \emph on
12585 r
12586 \emph default
12587  la alinea a la derecha.
12588  Si no se da posición la ecuación será centrada.
12589 \begin_inset Newline newline
12590 \end_inset
12591
12592 Si no se pone anchura tampoco puede darse posición.
12593  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12594  con 
12595 \series bold
12596
12597 \backslash
12598 fbox
12599 \series default
12600 .
12601  
12602 \end_layout
12603
12604 \begin_layout Standard
12605 Cuando se inserta el comando 
12606 \series bold
12607
12608 \backslash
12609 framebox
12610 \series default
12611  aparece un recuadro con tres marcos azules.
12612  Los dos primeros marcos están encerrados entre corchetes e indican los
12613  dos argumentos opcionales.
12614  El tercer marco es para partes de la ecuación, como para 
12615 \series bold
12616
12617 \backslash
12618 fbox
12619 \series default
12620 .
12621 \end_layout
12622
12623 \begin_layout Standard
12624 \noindent
12625 \align center
12626 \begin_inset Note Note
12627 status open
12628
12629 \begin_layout Plain Layout
12630 La tabla se ha puesto en una minipágina para que aparezca la nota al pie.
12631  De lo contrario el texto de la nota no se mostraría.
12632 \end_layout
12633
12634 \end_inset
12635
12636
12637 \begin_inset Box Frameless
12638 position "t"
12639 hor_pos "c"
12640 has_inner_box 1
12641 inner_pos "t"
12642 use_parbox 0
12643 width "100col%"
12644 special "none"
12645 height "1in"
12646 height_special "totalheight"
12647 status open
12648
12649 \begin_layout Plain Layout
12650 \align center
12651 \begin_inset Tabular
12652 <lyxtabular version="3" rows="5" columns="2">
12653 <features>
12654 <column alignment="center" valignment="top" width="0">
12655 <column alignment="center" valignment="top" width="0">
12656 <row>
12657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12658 \begin_inset Text
12659
12660 \begin_layout Plain Layout
12661 Comando
12662 \begin_inset Foot
12663 status collapsed
12664
12665 \begin_layout Plain Layout
12666 Debido a un fallo de LyX, 
12667 \begin_inset CommandInset href
12668 LatexCommand href
12669 name "LyX-bug #1435"
12670 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12671
12672 \end_inset
12673
12674 , no es posible crear una nueva ecuación con 
12675 \family sans
12676 Ctrl-m
12677 \family default
12678 .
12679  
12680 \end_layout
12681
12682 \end_inset
12683
12684
12685 \end_layout
12686
12687 \end_inset
12688 </cell>
12689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12690 \begin_inset Text
12691
12692 \begin_layout Plain Layout
12693 Resultado
12694 \begin_inset Note Note
12695 status collapsed
12696
12697 \begin_layout Plain Layout
12698
12699 \series bold
12700
12701 \backslash
12702 raisebox
12703 \series default
12704  se usa sólo como espaciador
12705 \end_layout
12706
12707 \end_inset
12708
12709
12710 \end_layout
12711
12712 \end_inset
12713 </cell>
12714 </row>
12715 <row>
12716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720
12721 \backslash
12722 fbox
12723 \begin_inset ERT
12724 status collapsed
12725
12726 \begin_layout Plain Layout
12727
12728
12729 \backslash
12730 spce 
12731 \end_layout
12732
12733 \end_inset
12734
12735
12736 \family sans
12737 Ctrl-m
12738 \family default
12739  
12740 \backslash
12741 int
12742 \begin_inset ERT
12743 status collapsed
12744
12745 \begin_layout Plain Layout
12746
12747
12748 \backslash
12749 spce 
12750 \end_layout
12751
12752 \end_inset
12753
12754 A=B
12755 \end_layout
12756
12757 \end_inset
12758 </cell>
12759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Plain Layout
12763 \begin_inset Formula \raisebox {6mm}{}\fbox{$\int A=B$}\raisebox {-4mm}{}
12764
12765 \end_inset
12766
12767
12768 \end_layout
12769
12770 \end_inset
12771 </cell>
12772 </row>
12773 <row>
12774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778
12779 \backslash
12780 boxed
12781 \begin_inset ERT
12782 status collapsed
12783
12784 \begin_layout Plain Layout
12785
12786
12787 \backslash
12788 spce 
12789 \end_layout
12790
12791 \end_inset
12792
12793
12794 \backslash
12795 int
12796 \begin_inset ERT
12797 status collapsed
12798
12799 \begin_layout Plain Layout
12800
12801
12802 \backslash
12803 spce 
12804 \end_layout
12805
12806 \end_inset
12807
12808 A=B
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 \begin_inset Formula $\raisebox {8.5mm}{}\boxed{\int A=B}\raisebox {-6.5mm}{}$
12818 \end_inset
12819
12820
12821 \end_layout
12822
12823 \end_inset
12824 </cell>
12825 </row>
12826 <row>
12827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Plain Layout
12831 A+
12832 \backslash
12833 fbox
12834 \begin_inset ERT
12835 status collapsed
12836
12837 \begin_layout Plain Layout
12838
12839
12840 \backslash
12841 spce 
12842 \end_layout
12843
12844 \end_inset
12845
12846 B
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855 \begin_inset Formula $\raisebox {6mm}{}A+\fbox{B}\raisebox {-3mm}{}$
12856 \end_inset
12857
12858
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 </row>
12864 <row>
12865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12866 \begin_inset Text
12867
12868 \begin_layout Plain Layout
12869
12870 \backslash
12871 framebox
12872 \begin_inset ERT
12873 status collapsed
12874
12875 \begin_layout Plain Layout
12876
12877
12878 \backslash
12879 spce 
12880 \end_layout
12881
12882 \end_inset
12883
12884 20mm
12885 \begin_inset Formula $\to$
12886 \end_inset
12887
12888
12889 \begin_inset Formula $\to$
12890 \end_inset
12891
12892
12893 \family sans
12894 Ctrl-m
12895 \family default
12896  
12897 \backslash
12898 frac
12899 \begin_inset ERT
12900 status collapsed
12901
12902 \begin_layout Plain Layout
12903
12904
12905 \backslash
12906 spce 
12907 \end_layout
12908
12909 \end_inset
12910
12911 A
12912 \begin_inset Formula $\downarrow$
12913 \end_inset
12914
12915 B
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12921 \begin_inset Text
12922
12923 \begin_layout Plain Layout
12924 \begin_inset Formula $\raisebox {6mm}{}$
12925 \end_inset
12926
12927
12928 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12929 \end_inset
12930
12931
12932 \begin_inset Formula $\raisebox {-4mm}{}$
12933 \end_inset
12934
12935
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 </row>
12941 </lyxtabular>
12942
12943 \end_inset
12944
12945
12946 \end_layout
12947
12948 \end_inset
12949
12950
12951 \end_layout
12952
12953 \begin_layout Standard
12954 El grosor del marco también se puede ajustar.
12955  Para ello hay que insertar los siguientes comandos en modo TeX antes de
12956  la fórmula:
12957 \end_layout
12958
12959 \begin_layout Standard
12960
12961 \series bold
12962
12963 \backslash
12964 fboxrule
12965 \series default
12966  
12967 \series bold
12968
12969 \begin_inset Quotes fld
12970 \end_inset
12971
12972 grosor
12973 \begin_inset Quotes frd
12974 \end_inset
12975
12976
12977 \series default
12978  
12979 \series bold
12980
12981 \backslash
12982 fboxsep
12983 \series default
12984  
12985 \series bold
12986
12987 \begin_inset Quotes fld
12988 \end_inset
12989
12990 distancia
12991 \begin_inset Quotes frd
12992 \end_inset
12993
12994
12995 \end_layout
12996
12997 \begin_layout Standard
12998 \begin_inset Quotes fld
12999 \end_inset
13000
13001 distancia
13002 \begin_inset Quotes frd
13003 \end_inset
13004
13005  especifica la distancia mínima entre el marco y el primer carácter en el
13006  cuadro.
13007  Un ejemplo de esto es la siguiente ecuación enmarcada:
13008 \begin_inset ERT
13009 status collapsed
13010
13011 \begin_layout Plain Layout
13012
13013
13014 \backslash
13015 fboxrule 2mm 
13016 \backslash
13017 fboxsep 3mm
13018 \end_layout
13019
13020 \end_inset
13021
13022
13023 \begin_inset Formula \[
13024 \boxed{A+B=C}\]
13025
13026 \end_inset
13027
13028
13029 \end_layout
13030
13031 \begin_layout Standard
13032 Delante de esta ecuación se han insertado los comandos
13033 \end_layout
13034
13035 \begin_layout Standard
13036
13037 \series bold
13038
13039 \backslash
13040 fboxrule
13041 \series default
13042  
13043 \series bold
13044 2mm
13045 \series default
13046  
13047 \series bold
13048
13049 \backslash
13050 fboxsep
13051 \series default
13052  
13053 \series bold
13054 3mm
13055 \end_layout
13056
13057 \begin_layout Standard
13058 en modo TeX.
13059  Los valores dados se usan para todos los cuadros siguientes.
13060 \end_layout
13061
13062 \begin_layout Standard
13063 Para volver al tamaño estándar del marco se inserta el comando
13064 \end_layout
13065
13066 \begin_layout Standard
13067
13068 \series bold
13069
13070 \backslash
13071 fboxrule
13072 \series default
13073  
13074 \series bold
13075 0.4pt
13076 \series default
13077  
13078 \series bold
13079
13080 \backslash
13081 fboxsep
13082 \series default
13083  
13084 \series bold
13085 3pt
13086 \series default
13087
13088 \begin_inset ERT
13089 status collapsed
13090
13091 \begin_layout Plain Layout
13092
13093
13094 \backslash
13095 fboxrule 0.4pt 
13096 \backslash
13097 fboxsep 3pt
13098 \end_layout
13099
13100 \end_inset
13101
13102
13103 \end_layout
13104
13105 \begin_layout Standard
13106 en modo TeX antes de la ecuación siguiente.
13107 \end_layout
13108
13109 \begin_layout Subsection
13110 Cuadros sin marco
13111 \begin_inset CommandInset label
13112 LatexCommand label
13113 name "sub:Cuadros-sin-marco"
13114
13115 \end_inset
13116
13117
13118 \begin_inset Index
13119 status collapsed
13120
13121 \begin_layout Plain Layout
13122 Cuadros ! sin marco
13123 \end_layout
13124
13125 \end_inset
13126
13127
13128 \end_layout
13129
13130 \begin_layout Standard
13131 Para cuadros sin marco hay los comandos: 
13132 \series bold
13133
13134 \backslash
13135 mbox
13136 \series default
13137
13138 \begin_inset Index
13139 status collapsed
13140
13141 \begin_layout Plain Layout
13142 Comandos ! M ! 
13143 \backslash
13144 mbox
13145 \end_layout
13146
13147 \end_inset
13148
13149
13150 \series bold
13151
13152 \backslash
13153 makebox
13154 \series default
13155
13156 \begin_inset Index
13157 status collapsed
13158
13159 \begin_layout Plain Layout
13160 Comandos ! M ! 
13161 \backslash
13162 makebox
13163 \end_layout
13164
13165 \end_inset
13166
13167  y 
13168 \series bold
13169
13170 \backslash
13171 raisebox
13172 \series default
13173
13174 \begin_inset Index
13175 status collapsed
13176
13177 \begin_layout Plain Layout
13178 Comandos ! R ! 
13179 \backslash
13180 raisebox
13181 \end_layout
13182
13183 \end_inset
13184
13185 .
13186 \end_layout
13187
13188 \begin_layout Standard
13189 Con 
13190 \series bold
13191
13192 \backslash
13193 raisebox
13194 \series default
13195  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13196  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13197  
13198 \series bold
13199
13200 \backslash
13201 raisebox
13202 \series default
13203  se usa con el siguiente esquema: 
13204 \end_layout
13205
13206 \begin_layout Standard
13207
13208 \series bold
13209
13210 \backslash
13211 raisebox{altura}{contenido del marco}
13212 \end_layout
13213
13214 \begin_layout Standard
13215 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13216  extra, como con 
13217 \series bold
13218
13219 \backslash
13220 fbox
13221 \series default
13222 .
13223 \end_layout
13224
13225 \begin_layout Standard
13226 \align center
13227 \begin_inset Tabular
13228 <lyxtabular version="3" rows="4" columns="2">
13229 <features>
13230 <column alignment="center" valignment="top" width="0">
13231 <column alignment="center" valignment="top" width="0">
13232 <row>
13233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13234 \begin_inset Text
13235
13236 \begin_layout Plain Layout
13237 Comando
13238 \end_layout
13239
13240 \end_inset
13241 </cell>
13242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13243 \begin_inset Text
13244
13245 \begin_layout Plain Layout
13246 Resultado
13247 \end_layout
13248
13249 \end_inset
13250 </cell>
13251 </row>
13252 <row>
13253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13254 \begin_inset Text
13255
13256 \begin_layout Plain Layout
13257 H
13258 \backslash
13259 raisebox{2mm
13260 \begin_inset Formula $\to$
13261 \end_inset
13262
13263
13264 \backslash
13265 {al
13266 \begin_inset Formula $\to$
13267 \end_inset
13268
13269  lo
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 \begin_inset Formula $H\raisebox {2mm}{al}lo$
13279 \end_inset
13280
13281
13282 \end_layout
13283
13284 \end_inset
13285 </cell>
13286 </row>
13287 <row>
13288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13289 \begin_inset Text
13290
13291 \begin_layout Plain Layout
13292 H
13293 \backslash
13294 raisebox{-2mm
13295 \begin_inset Formula $\to$
13296 \end_inset
13297
13298
13299 \backslash
13300 {al
13301 \begin_inset Formula $\to$
13302 \end_inset
13303
13304 lo
13305 \end_layout
13306
13307 \end_inset
13308 </cell>
13309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13310 \begin_inset Text
13311
13312 \begin_layout Plain Layout
13313 \begin_inset Formula $H\raisebox {-2mm}{al}lo$
13314 \end_inset
13315
13316
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 </row>
13322 <row>
13323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 A=
13328 \backslash
13329 raisebox{-2mm
13330 \begin_inset Formula $\to$
13331 \end_inset
13332
13333
13334 \backslash
13335 {
13336 \family sans
13337 Ctrl-m
13338 \family default
13339  
13340 \backslash
13341 sqrt
13342 \begin_inset ERT
13343 status collapsed
13344
13345 \begin_layout Plain Layout
13346
13347
13348 \backslash
13349 spce 
13350 \end_layout
13351
13352 \end_inset
13353
13354
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13360 \begin_inset Text
13361
13362 \begin_layout Plain Layout
13363 \begin_inset ERT
13364 status collapsed
13365
13366 \begin_layout Plain Layout
13367
13368 $A=
13369 \backslash
13370 raisebox{-2mm}{$
13371 \backslash
13372 sqrt{B}$}$
13373 \end_layout
13374
13375 \end_inset
13376
13377
13378 \end_layout
13379
13380 \end_inset
13381 </cell>
13382 </row>
13383 </lyxtabular>
13384
13385 \end_inset
13386
13387
13388 \end_layout
13389
13390 \begin_layout Standard
13391 La última ecuación sólo se puede componer, de momento, usando el modo TeX
13392  porque LyX inserta un cuadro en lugar de la ecuación extra que hace falta.
13393 \begin_inset Foot
13394 status collapsed
13395
13396 \begin_layout Plain Layout
13397 véase 
13398 \begin_inset CommandInset href
13399 LatexCommand href
13400 name "LyX-bug #1435"
13401 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13402
13403 \end_inset
13404
13405
13406 \end_layout
13407
13408 \end_inset
13409
13410
13411 \end_layout
13412
13413 \begin_layout Standard
13414 El comando 
13415 \series bold
13416
13417 \backslash
13418 mbox
13419 \series default
13420  es equivalente a 
13421 \series bold
13422
13423 \backslash
13424 fbox
13425 \series default
13426  y 
13427 \series bold
13428
13429 \backslash
13430 makebox
13431 \series default
13432  es equivalente a 
13433 \series bold
13434
13435 \backslash
13436 framebox
13437 \series default
13438 , con la diferencia de que no hay marco.
13439 \end_layout
13440
13441 \begin_layout Subsection
13442 Cuadros coloreados
13443 \begin_inset CommandInset label
13444 LatexCommand label
13445 name "sub:Cuadros-coloreados"
13446
13447 \end_inset
13448
13449
13450 \begin_inset Index
13451 status collapsed
13452
13453 \begin_layout Plain Layout
13454 Cuadros ! coloreados
13455 \end_layout
13456
13457 \end_inset
13458
13459
13460 \end_layout
13461
13462 \begin_layout Standard
13463 Para poder usar todos los comandos explicados en esta sección hay que cargar
13464  en el preámbulo LaTeX el paquete LaTeX 
13465 \series bold
13466 color
13467 \series default
13468
13469 \begin_inset Foot
13470 status collapsed
13471
13472 \begin_layout Plain Layout
13473 El paquete LaTeX 
13474 \series bold
13475 color
13476 \series default
13477  forma parte de toda distribución LaTeX estándar.
13478 \end_layout
13479
13480 \end_inset
13481
13482
13483 \begin_inset Index
13484 status collapsed
13485
13486 \begin_layout Plain Layout
13487 Paquetes ! color
13488 \end_layout
13489
13490 \end_inset
13491
13492 , con la línea
13493 \begin_inset Foot
13494 status collapsed
13495
13496 \begin_layout Plain Layout
13497 Cuando hay texto coloreado con un color predefinido en alguna parte del
13498  documento, LyX carga automáticamente el paquete LaTeX 
13499 \series bold
13500 color
13501 \series default
13502 .
13503  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13504  origina problemas.
13505 \end_layout
13506
13507 \end_inset
13508
13509
13510 \begin_inset Note Note
13511 status open
13512
13513 \begin_layout Plain Layout
13514 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13515  en el preámbulo LaTeX.
13516 \end_layout
13517
13518 \end_inset
13519
13520
13521 \end_layout
13522
13523 \begin_layout Standard
13524
13525 \series bold
13526
13527 \backslash
13528 usepackage{color}
13529 \begin_inset VSpace medskip
13530 \end_inset
13531
13532
13533 \end_layout
13534
13535 \begin_layout Standard
13536 Para colorear cuadros se usa el comando 
13537 \series bold
13538
13539 \backslash
13540 colorbox
13541 \series default
13542
13543 \begin_inset Index
13544 status collapsed
13545
13546 \begin_layout Plain Layout
13547 Comandos ! C ! 
13548 \backslash
13549 colorbox
13550 \end_layout
13551
13552 \end_inset
13553
13554  con el siguiente esquema:
13555 \end_layout
13556
13557 \begin_layout Standard
13558
13559 \series bold
13560
13561 \backslash
13562 colorbox{color}{contenido del cuadro}
13563 \end_layout
13564
13565 \begin_layout Standard
13566 El contenido del cuadro puede ser otro cuadro, y también un 
13567 \backslash
13568
13569 \series bold
13570 colorbox
13571 \series default
13572  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13573  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13574  como con 
13575 \series bold
13576
13577 \backslash
13578 fbox
13579 \series default
13580 .
13581 \begin_inset Foot
13582 status collapsed
13583
13584 \begin_layout Plain Layout
13585 Esto también se aplica para el comando 
13586 \series bold
13587
13588 \backslash
13589 fcolorbox
13590 \series default
13591 .
13592  Por eso ten en cuenta 
13593 \begin_inset CommandInset href
13594 LatexCommand href
13595 name "LyX-bug #1435"
13596 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13597
13598 \end_inset
13599
13600 .
13601 \end_layout
13602
13603 \end_inset
13604
13605  
13606 \end_layout
13607
13608 \begin_layout Standard
13609 Se puede elegir uno de los siguientes colores predefinidos:
13610 \end_layout
13611
13612 \begin_layout Standard
13613
13614 \series bold
13615 black
13616 \series default
13617
13618 \series bold
13619 blue
13620 \series default
13621
13622 \series bold
13623 cyan
13624 \series default
13625
13626 \series bold
13627 green
13628 \series default
13629
13630 \series bold
13631 magenta
13632 \series default
13633
13634 \series bold
13635 red
13636 \series default
13637
13638 \series bold
13639 white
13640 \series default
13641
13642 \series bold
13643 yellow
13644 \end_layout
13645
13646 \begin_layout Standard
13647 \align center
13648 \begin_inset Tabular
13649 <lyxtabular version="3" rows="4" columns="2">
13650 <features>
13651 <column alignment="center" valignment="top" width="0">
13652 <column alignment="center" valignment="top" width="0">
13653 <row>
13654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13655 \begin_inset Text
13656
13657 \begin_layout Plain Layout
13658 Comando
13659 \end_layout
13660
13661 \end_inset
13662 </cell>
13663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13664 \begin_inset Text
13665
13666 \begin_layout Plain Layout
13667 Resultado
13668 \begin_inset Note Note
13669 status collapsed
13670
13671 \begin_layout Plain Layout
13672
13673 \series bold
13674
13675 \backslash
13676 raisebox
13677 \series default
13678  se usa sólo como espaciador
13679 \end_layout
13680
13681 \end_inset
13682
13683
13684 \end_layout
13685
13686 \end_inset
13687 </cell>
13688 </row>
13689 <row>
13690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13691 \begin_inset Text
13692
13693 \begin_layout Plain Layout
13694
13695 \backslash
13696 colorbox{yellow
13697 \begin_inset Formula $\to$
13698 \end_inset
13699
13700
13701 \backslash
13702 {A=B
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13708 \begin_inset Text
13709
13710 \begin_layout Plain Layout
13711 \begin_inset Formula $\raisebox {6mm}{}\colorbox {yellow}{A=B}\raisebox {-3mm}{}$
13712 \end_inset
13713
13714
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 </row>
13720 <row>
13721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725
13726 \backslash
13727 colorbox{green
13728 \begin_inset Formula $\to$
13729 \end_inset
13730
13731
13732 \backslash
13733 {
13734 \backslash
13735 fbox
13736 \begin_inset ERT
13737 status collapsed
13738
13739 \begin_layout Plain Layout
13740
13741
13742 \backslash
13743 spce 
13744 \end_layout
13745
13746 \end_inset
13747
13748 A=B
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 \begin_inset Formula $\raisebox {6mm}{}\colorbox {green}{\fbox{A=B}}\raisebox {-3mm}{}$
13758 \end_inset
13759
13760
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 </row>
13766 <row>
13767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13768 \begin_inset Text
13769
13770 \begin_layout Plain Layout
13771
13772 \backslash
13773 fbox
13774 \begin_inset ERT
13775 status collapsed
13776
13777 \begin_layout Plain Layout
13778
13779
13780 \backslash
13781 spce 
13782 \end_layout
13783
13784 \end_inset
13785
13786
13787 \backslash
13788 colorbox{green
13789 \begin_inset Formula $\to$
13790 \end_inset
13791
13792
13793 \backslash
13794 {A=B
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13800 \begin_inset Text
13801
13802 \begin_layout Plain Layout
13803 \begin_inset Formula $\raisebox {6mm}{}\fbox{\colorbox {green}{A=B}}\raisebox {-3mm}{}$
13804 \end_inset
13805
13806
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 </row>
13812 </lyxtabular>
13813
13814 \end_inset
13815
13816
13817 \end_layout
13818
13819 \begin_layout Standard
13820
13821 \series bold
13822
13823 \backslash
13824 colorbox
13825 \series default
13826  sólo colorea el cuadro pero no los caracteres.
13827  Para colorear todos los caracteres se selecciona toda la ecuación y se
13828  elige un color en el diálogo 
13829 \family sans
13830 Estilo
13831 \begin_inset Space ~
13832 \end_inset
13833
13834 del
13835 \begin_inset Space ~
13836 \end_inset
13837
13838 texto
13839 \family default
13840 .
13841  El diálogo puede abrirse con el botón 
13842 \begin_inset Graphics
13843         filename ../../images/dialog-show_character.png
13844         scale 85
13845
13846 \end_inset
13847
13848  de la barra de herramientas o con el menú 
13849 \family sans
13850 Editar\SpecialChar \menuseparator
13851 Estilo
13852 \begin_inset Space ~
13853 \end_inset
13854
13855 del
13856 \begin_inset Space ~
13857 \end_inset
13858
13859 texto\SpecialChar \menuseparator
13860 Personalizado
13861 \family default
13862 .
13863  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13864  Si el número de la ecuación debe tener otro color que el de los caracteres
13865  de la ecuación, el color debe cambiarse dentro de la ecuación.
13866 \end_layout
13867
13868 \begin_layout Standard
13869 Un ejemplo:
13870 \color red
13871
13872 \begin_inset Formula \begin{equation}
13873 {\color{red}\int A=B}\label{eq:rojo}\end{equation}
13874
13875 \end_inset
13876
13877
13878 \end_layout
13879
13880 \begin_layout Standard
13881
13882 \color green
13883 \begin_inset Formula \begin{equation}
13884 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}\end{equation}
13885
13886 \end_inset
13887
13888
13889 \end_layout
13890
13891 \begin_layout Standard
13892 La ecuación 
13893 \begin_inset CommandInset ref
13894 LatexCommand eqref
13895 reference "eq:rojo"
13896
13897 \end_inset
13898
13899  está toda coloreada en rojo.
13900 \begin_inset Newline newline
13901 \end_inset
13902
13903 La ecuación 
13904 \begin_inset CommandInset ref
13905 LatexCommand eqref
13906 reference "eq:rojoverde"
13907
13908 \end_inset
13909
13910  se ha coloreado en primer lugar toda en verde para colorear el número de
13911  la ecuación.
13912  Posteriormente se han coloreado en rojo los caracteres.
13913 \family sans
13914
13915 \begin_inset VSpace bigskip
13916 \end_inset
13917
13918
13919 \end_layout
13920
13921 \begin_layout Standard
13922 Para colorear diferente el marco y el resto del cuadro se usa el comando
13923  
13924 \series bold
13925
13926 \backslash
13927 fcolorbox
13928 \series default
13929
13930 \begin_inset Index
13931 status collapsed
13932
13933 \begin_layout Plain Layout
13934 Comandos ! F ! 
13935 \backslash
13936 fcolorbox
13937 \end_layout
13938
13939 \end_inset
13940
13941  con el siguiente esquema:
13942 \end_layout
13943
13944 \begin_layout Standard
13945
13946 \series bold
13947
13948 \backslash
13949 fcolorbox{color del marco}{color}{contenido del cuadro}
13950 \end_layout
13951
13952 \begin_layout Standard
13953 Así pues 
13954 \series bold
13955
13956 \backslash
13957 fcolorbox
13958 \series default
13959  es una extensión del comando 
13960 \series bold
13961
13962 \backslash
13963 colorbox
13964 \series default
13965 .
13966  La anchura del marco se establece, como para 
13967 \series bold
13968
13969 \backslash
13970 framebox
13971 \series default
13972 , con 
13973 \series bold
13974
13975 \backslash
13976 fboxrule
13977 \series default
13978  y 
13979 \series bold
13980
13981 \backslash
13982 fboxsep
13983 \series default
13984 .
13985  Un ejemplo:
13986 \begin_inset ERT
13987 status collapsed
13988
13989 \begin_layout Plain Layout
13990
13991
13992 \backslash
13993 fboxrule 1mm 
13994 \backslash
13995 fboxsep 1mm
13996 \end_layout
13997
13998 \end_inset
13999
14000
14001 \begin_inset Formula \[
14002 \fcolorbox {cyan}{magenta}{A=B}\]
14003
14004 \end_inset
14005
14006
14007 \end_layout
14008
14009 \begin_layout Standard
14010 \begin_inset ERT
14011 status collapsed
14012
14013 \begin_layout Plain Layout
14014
14015
14016 \backslash
14017 fboxrule 0.4pt 
14018 \backslash
14019 fboxsep 3pt
14020 \end_layout
14021
14022 \end_inset
14023
14024
14025 \end_layout
14026
14027 \begin_layout Standard
14028 Esta ecuación se ha compuesto con el comando
14029 \begin_inset Newline newline
14030 \end_inset
14031
14032
14033 \series bold
14034
14035 \backslash
14036 fcolorbox{cyan
14037 \begin_inset Formula $\to$
14038 \end_inset
14039
14040
14041 \backslash
14042 {magenta
14043 \begin_inset Formula $\to$
14044 \end_inset
14045
14046
14047 \backslash
14048 {A=B
14049 \end_layout
14050
14051 \begin_layout Standard
14052 \begin_inset VSpace bigskip
14053 \end_inset
14054
14055
14056 \end_layout
14057
14058 \begin_layout Standard
14059 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14060 \end_layout
14061
14062 \begin_layout Standard
14063 Por ejemplo, se puede definir el color 
14064 \begin_inset Quotes fld
14065 \end_inset
14066
14067
14068 \series bold
14069 verdeoscuro
14070 \series default
14071
14072 \begin_inset Quotes frd
14073 \end_inset
14074
14075  con la línea de preámbulo LaTeX:
14076 \end_layout
14077
14078 \begin_layout Standard
14079
14080 \series bold
14081
14082 \backslash
14083 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14084 \series default
14085
14086 \begin_inset Index
14087 status collapsed
14088
14089 \begin_layout Plain Layout
14090 Comandos ! D ! 
14091 \backslash
14092 definecolor
14093 \end_layout
14094
14095 \end_inset
14096
14097
14098 \end_layout
14099
14100 \begin_layout Standard
14101
14102 \series bold
14103 cmyk
14104 \series default
14105  es el espacio de color referido a los colores 
14106 \series bold
14107 cyan
14108 \series default
14109
14110 \series bold
14111 magenta
14112 \series default
14113
14114 \series bold
14115 yellow
14116 \series default
14117  y 
14118 \series bold
14119 black
14120 \series default
14121 .
14122  Los cuatro números separados por coma son el factor de cuota para los colores
14123  correspondientes del espacio de color.
14124  Los factores pueden estar en el rango 0-1.
14125  En vez de 
14126 \series bold
14127 cmyk
14128 \series default
14129  se puede usar el espacio de color 
14130 \series bold
14131 rgb
14132 \series default
14133 , que se refiere a 
14134 \series bold
14135 red
14136 \series default
14137
14138 \series bold
14139 green
14140 \series default
14141  y 
14142 \series bold
14143 blue
14144 \series default
14145 , así pues en este caso hay tres factores de cuota para los correspondientes
14146  colores.
14147  Además hay el espacio de color 
14148 \series bold
14149 gray
14150 \series default
14151  con un factor de cuota para el valor gris.
14152 \end_layout
14153
14154 \begin_layout Standard
14155 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14156 \series bold
14157 verdeoscuro
14158 \series default
14159  y los caracteres en color amarillo:
14160 \color black
14161
14162 \begin_inset Formula \begin{equation}
14163 \colorbox {verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14164
14165 \end_inset
14166
14167
14168 \end_layout
14169
14170 \begin_layout Standard
14171 Los colores personalizados también se pueden usar para texto con la ayuda
14172  del comando 
14173 \series bold
14174
14175 \backslash
14176 textcolor
14177 \series default
14178
14179 \begin_inset Index
14180 status collapsed
14181
14182 \begin_layout Plain Layout
14183 Texto ! coloreado
14184 \end_layout
14185
14186 \end_inset
14187
14188
14189 \end_layout
14190
14191 \begin_layout Standard
14192 \begin_inset ERT
14193 status open
14194
14195 \begin_layout Plain Layout
14196
14197
14198 \backslash
14199 textcolor{verdeoscuro}{
14200 \end_layout
14201
14202 \end_inset
14203
14204 Esta frase en 
14205 \begin_inset Quotes fld
14206 \end_inset
14207
14208 verdeoscuro
14209 \begin_inset Quotes frd
14210 \end_inset
14211
14212 .
14213 \begin_inset ERT
14214 status collapsed
14215
14216 \begin_layout Plain Layout
14217
14218 }
14219 \end_layout
14220
14221 \end_inset
14222
14223
14224 \end_layout
14225
14226 \begin_layout Standard
14227
14228 \series bold
14229
14230 \backslash
14231 textcolor
14232 \series default
14233
14234 \begin_inset Index
14235 status collapsed
14236
14237 \begin_layout Plain Layout
14238 Comandos ! T ! 
14239 \backslash
14240 textcolor
14241 \end_layout
14242
14243 \end_inset
14244
14245  se usa con el esquema 
14246 \series bold
14247
14248 \backslash
14249 textcolor{color}{caracteres a colorear}
14250 \series default
14251 .
14252 \end_layout
14253
14254 \begin_layout Subsection
14255 Cuadros de párrafo
14256 \begin_inset CommandInset label
14257 LatexCommand label
14258 name "sub:Cuadros-de-párrafo"
14259
14260 \end_inset
14261
14262
14263 \begin_inset Index
14264 status collapsed
14265
14266 \begin_layout Plain Layout
14267 Cuadros ! para párrafos
14268 \end_layout
14269
14270 \end_inset
14271
14272
14273 \end_layout
14274
14275 \begin_layout Standard
14276 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14277  de párrafo (parbox), se puede generar con el menú 
14278 \family sans
14279 Insertar\SpecialChar \menuseparator
14280 Cuadro
14281 \family default
14282  o con el botón 
14283 \begin_inset Graphics
14284         filename ../../images/box-insert.png
14285         scale 85
14286
14287 \end_inset
14288
14289  de la barra de herramientas.
14290 \end_layout
14291
14292 \begin_layout Standard
14293 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14294 \begin_inset VSpace medskip
14295 \end_inset
14296
14297 Esta línea contiene 
14298 \begin_inset Box Boxed
14299 position "c"
14300 hor_pos "c"
14301 has_inner_box 1
14302 inner_pos "c"
14303 use_parbox 1
14304 width "5cm"
14305 special "none"
14306 height "1in"
14307 height_special "totalheight"
14308 status collapsed
14309
14310 \begin_layout Plain Layout
14311 Esto es un cuadro de párrafo.
14312  Tiene exactamente 5
14313 \begin_inset Space \thinspace{}
14314 \end_inset
14315
14316 cm de largo y además puede contener ecuaciones: 
14317 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14318 \end_inset
14319
14320
14321 \end_layout
14322
14323 \end_inset
14324
14325
14326 \begin_inset Space ~
14327 \end_inset
14328
14329  un cuadro de párrafo.
14330 \begin_inset VSpace medskip
14331 \end_inset
14332
14333 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14334  Surge un diálogo con las propiedades del cuadro.
14335  En este caso: 
14336 \emph on
14337 Decoración
14338 \emph default
14339 : Marco rectangular, 
14340 \emph on
14341 Cuadro interior
14342 \emph default
14343 : Párrafo, 
14344 \emph on
14345 Ancho
14346 \emph default
14347 : 5
14348 \begin_inset Space \thinspace{}
14349 \end_inset
14350
14351 cm, 
14352 \emph on
14353 Alineación Vertical
14354 \emph default
14355  
14356 \emph on
14357 Cuadro
14358 \emph default
14359 : Medio.
14360 \end_layout
14361
14362 \begin_layout Standard
14363 \begin_inset VSpace medskip
14364 \end_inset
14365
14366 En LaTeX, un cuadro de párrafo se inserta con el comando 
14367 \series bold
14368
14369 \backslash
14370 parbox
14371 \series default
14372
14373 \begin_inset Index
14374 status collapsed
14375
14376 \begin_layout Plain Layout
14377 Comandos ! P ! 
14378 \backslash
14379 parbox
14380 \end_layout
14381
14382 \end_inset
14383
14384  con el esquema siguiente:
14385 \end_layout
14386
14387 \begin_layout Standard
14388
14389 \series bold
14390
14391 \backslash
14392 parbox[posición]{anchura}{contenido}
14393 \end_layout
14394
14395 \begin_layout Standard
14396 Son posibles las posiciones 
14397 \emph on
14398 b
14399 \emph default
14400  y 
14401 \emph on
14402 t
14403 \emph default
14404
14405 \emph on
14406 b
14407 \emph default
14408  por 
14409 \begin_inset Quotes fld
14410 \end_inset
14411
14412 bottom
14413 \begin_inset Quotes frd
14414 \end_inset
14415
14416  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14417  Con 
14418 \emph on
14419 t
14420 \emph default
14421 , por 
14422 \begin_inset Quotes fld
14423 \end_inset
14424
14425 top
14426 \begin_inset Quotes frd
14427 \end_inset
14428
14429  (arriba), la alineación se hace con la primera línea.
14430  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14431  
14432 \emph on
14433 Cuadros
14434 \emph default
14435  del manual 
14436 \emph on
14437 Objetos incrustados
14438 \emph default
14439  para ejemplos.
14440 \end_layout
14441
14442 \begin_layout Standard
14443 \begin_inset VSpace bigskip
14444 \end_inset
14445
14446 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14447  ponerse en un cuadro de párrafo.
14448  Para ello se inserta el comando
14449 \begin_inset Newline newline
14450 \end_inset
14451
14452
14453 \series bold
14454
14455 \backslash
14456 fbox{
14457 \backslash
14458 parbox{
14459 \backslash
14460 linewidth-2
14461 \backslash
14462 fboxsep-2
14463 \backslash
14464 fboxrule}{
14465 \begin_inset Newline newline
14466 \end_inset
14467
14468
14469 \series default
14470 en modo TeX delante de la ecuación.
14471  Aquí 
14472 \series bold
14473
14474 \backslash
14475 linewidth
14476 \begin_inset Index
14477 status collapsed
14478
14479 \begin_layout Plain Layout
14480 Comandos ! L ! 
14481 \backslash
14482 linewidth
14483 \end_layout
14484
14485 \end_inset
14486
14487
14488 \series default
14489  es la anchura de línea establecida para el documento.
14490  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14491  anchura dos veces la separación del marco y el grosor.
14492  Como LyX no lo hace automáticamente debido a un fallo,
14493 \begin_inset Foot
14494 status collapsed
14495
14496 \begin_layout Plain Layout
14497 \begin_inset CommandInset href
14498 LatexCommand href
14499 name "LyX-bug #4483"
14500 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14501
14502 \end_inset
14503
14504
14505 \end_layout
14506
14507 \end_inset
14508
14509  hay que usar modo TeX.
14510  Para poder multiplicar y restar en los argumentos hay que cargar en el
14511  preámbulo LaTeX el paquete LaTeX 
14512 \series bold
14513 calc
14514 \series default
14515 ,
14516 \begin_inset Foot
14517 status collapsed
14518
14519 \begin_layout Plain Layout
14520
14521 \series bold
14522 calc
14523 \series default
14524  es parte de toda instalación LaTeX estándar.
14525 \end_layout
14526
14527 \end_inset
14528
14529
14530 \begin_inset Index
14531 status collapsed
14532
14533 \begin_layout Plain Layout
14534 Paquetes ! calc
14535 \end_layout
14536
14537 \end_inset
14538
14539  con la línea
14540 \end_layout
14541
14542 \begin_layout Standard
14543
14544 \series bold
14545
14546 \backslash
14547 usepackage{calc}
14548 \end_layout
14549
14550 \begin_layout Standard
14551 Detrás de la ecuación se cierran ambos cuadros con 
14552 \series bold
14553 }}
14554 \series default
14555  en modo TeX.
14556  Aquí hay un ejemplo:
14557 \begin_inset ERT
14558 status collapsed
14559
14560 \begin_layout Plain Layout
14561
14562
14563 \backslash
14564 fboxsep 5mm 
14565 \backslash
14566 fboxrule 5mm
14567 \end_layout
14568
14569 \end_inset
14570
14571
14572 \end_layout
14573
14574 \begin_layout Standard
14575 \begin_inset ERT
14576 status collapsed
14577
14578 \begin_layout Plain Layout
14579
14580
14581 \backslash
14582 fbox{
14583 \backslash
14584 parbox{
14585 \backslash
14586 linewidth-2
14587 \backslash
14588 fboxsep-2
14589 \backslash
14590 fboxrule}{
14591 \end_layout
14592
14593 \end_inset
14594
14595
14596 \begin_inset Formula \begin{equation}
14597 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14598
14599 \end_inset
14600
14601
14602 \end_layout
14603
14604 \begin_layout Standard
14605 \begin_inset ERT
14606 status collapsed
14607
14608 \begin_layout Plain Layout
14609
14610 }}
14611 \end_layout
14612
14613 \end_inset
14614
14615
14616 \begin_inset ERT
14617 status collapsed
14618
14619 \begin_layout Plain Layout
14620
14621
14622 \backslash
14623 fboxrule 0.4pt 
14624 \backslash
14625 fboxsep 3pt
14626 \end_layout
14627
14628 \end_inset
14629
14630
14631 \end_layout
14632
14633 \begin_layout Standard
14634 \begin_inset VSpace medskip
14635 \end_inset
14636
14637
14638 \end_layout
14639
14640 \begin_layout Standard
14641 Como se ha usado el cuadro de párrafo como argumento de 
14642 \series bold
14643
14644 \backslash
14645 fbox
14646 \series default
14647 , en este caso no hay diferencia entre 
14648 \series bold
14649
14650 \backslash
14651 fbox
14652 \series default
14653  y 
14654 \series bold
14655
14656 \backslash
14657 boxed
14658 \series default
14659 .
14660  
14661 \end_layout
14662
14663 \begin_layout Standard
14664 \begin_inset VSpace bigskip
14665 \end_inset
14666
14667
14668 \end_layout
14669
14670 \begin_layout Standard
14671 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14672  Para hacerlo, se usa 
14673 \series bold
14674
14675 \backslash
14676 parbox
14677 \series default
14678  en combinación con el comando 
14679 \series bold
14680
14681 \backslash
14682 tag
14683 \series default
14684 .
14685  (Véase más sobre 
14686 \series bold
14687
14688 \backslash
14689 tag
14690 \series default
14691  en 
14692 \begin_inset CommandInset ref
14693 LatexCommand ref
14694 reference "sub:Numeración-personalizada"
14695
14696 \end_inset
14697
14698 ).
14699 \end_layout
14700
14701 \begin_layout Standard
14702 Un ejemplo de ecuación comentada con 
14703 \series bold
14704
14705 \backslash
14706 parbox
14707 \series default
14708 :
14709 \end_layout
14710
14711 \begin_layout Standard
14712 \begin_inset ERT
14713 status collapsed
14714
14715 \begin_layout Plain Layout
14716
14717
14718 \backslash
14719 [5x-7b=3b
14720 \backslash
14721 tag*{
14722 \backslash
14723 parbox{5cm}{
14724 \end_layout
14725
14726 \end_inset
14727
14728 Esto es una descripción.
14729  Está claramente separada de la ecuación y es multilínea.
14730 \begin_inset ERT
14731 status collapsed
14732
14733 \begin_layout Plain Layout
14734
14735 }}
14736 \backslash
14737 ]
14738 \end_layout
14739
14740 \end_inset
14741
14742
14743 \end_layout
14744
14745 \begin_layout Standard
14746 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14747  no soporta el comando 
14748 \series bold
14749
14750 \backslash
14751 parbox
14752 \series default
14753  en ecuaciones.
14754  La ecuación se compone con la siguiente secuencia de comandos:
14755 \end_layout
14756
14757 \begin_layout Standard
14758 El comando 
14759 \series bold
14760
14761 \backslash
14762 [5x-7b=3b
14763 \backslash
14764 tag*
14765 \backslash
14766 {
14767 \backslash
14768 parbox{5cm}{
14769 \series default
14770  se inserta en modo TeX.
14771 \begin_inset Foot
14772 status collapsed
14773
14774 \begin_layout Plain Layout
14775 Si se usa el estilo de ecuación 
14776 \series bold
14777 Sangrado
14778 \series default
14779
14780 \series bold
14781
14782 \backslash
14783 tag*
14784 \backslash
14785
14786 \series default
14787  se puede reemplazar por 
14788 \series bold
14789
14790 \backslash
14791 hfill
14792 \series default
14793 .
14794  (Véanse los estilos de ecuación en 
14795 \begin_inset CommandInset ref
14796 LatexCommand ref
14797 reference "sec:Estilos-de-ecuación"
14798
14799 \end_inset
14800
14801 ).
14802 \end_layout
14803
14804 \end_inset
14805
14806  Después sigue la descripción en texto normal, y por último 
14807 \series bold
14808 }}
14809 \backslash
14810 ]
14811 \series default
14812  en modo TeX.
14813  Aquí los comandos 
14814 \series bold
14815
14816 \backslash
14817 [
14818 \series default
14819  y 
14820 \series bold
14821
14822 \backslash
14823 ]
14824 \series default
14825  crean una ecuación presentada.
14826 \end_layout
14827
14828 \begin_layout Standard
14829 Las ventajas de 
14830 \series bold
14831
14832 \backslash
14833 parbox
14834 \series default
14835  pueden verse en este ejemplo que se ha 
14836 \begin_inset Quotes fld
14837 \end_inset
14838
14839 comentado
14840 \begin_inset Quotes frd
14841 \end_inset
14842
14843  usando el modo texto matemático:
14844 \begin_inset Formula \[
14845 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}\]
14846
14847 \end_inset
14848
14849
14850 \end_layout
14851
14852 \begin_layout Section
14853 Operadores
14854 \begin_inset Index
14855 status collapsed
14856
14857 \begin_layout Plain Layout
14858 Operadores
14859 \end_layout
14860
14861 \end_inset
14862
14863
14864 \end_layout
14865
14866 \begin_layout Subsection
14867 Operadores grandes
14868 \begin_inset CommandInset label
14869 LatexCommand label
14870 name "sub:Operadores-grandes"
14871
14872 \end_inset
14873
14874
14875 \begin_inset Index
14876 status collapsed
14877
14878 \begin_layout Plain Layout
14879 Operadores ! grandes
14880 \end_layout
14881
14882 \end_inset
14883
14884
14885 \begin_inset Index
14886 status collapsed
14887
14888 \begin_layout Plain Layout
14889 Sumatorios
14890 \end_layout
14891
14892 \end_inset
14893
14894
14895 \begin_inset Index
14896 status collapsed
14897
14898 \begin_layout Plain Layout
14899 Integrales
14900 \end_layout
14901
14902 \end_inset
14903
14904
14905 \end_layout
14906
14907 \begin_layout Standard
14908 Para poder usar todos los comandos de integrales listados aquí, debe estar
14909  marcada la opción 
14910 \family sans
14911 Usar paquete esint automáticamente
14912 \family default
14913  en el apartado 
14914 \family sans
14915 Ecuaciones
14916 \family default
14917  de la configuración del documento.
14918  
14919 \end_layout
14920
14921 \begin_layout Standard
14922 \begin_inset Space \hfill{}
14923 \end_inset
14924
14925
14926 \begin_inset Tabular
14927 <lyxtabular version="3" rows="11" columns="2">
14928 <features>
14929 <column alignment="center" valignment="top" width="0pt">
14930 <column alignment="center" valignment="top" width="0pt">
14931 <row>
14932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Plain Layout
14936 Comando
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 Resultado
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 </row>
14951 <row>
14952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956
14957 \backslash
14958 sum
14959 \begin_inset Index
14960 status collapsed
14961
14962 \begin_layout Plain Layout
14963 Comandos ! S ! 
14964 \backslash
14965 sum
14966 \end_layout
14967
14968 \end_inset
14969
14970
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Plain Layout
14979 \begin_inset Formula $\sum$
14980 \end_inset
14981
14982
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 </row>
14988 <row>
14989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Plain Layout
14993
14994 \backslash
14995 int
14996 \begin_inset Index
14997 status collapsed
14998
14999 \begin_layout Plain Layout
15000 Comandos ! I ! 
15001 \backslash
15002 int
15003 \end_layout
15004
15005 \end_inset
15006
15007
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 \begin_inset Formula $\int$
15017 \end_inset
15018
15019
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 </row>
15025 <row>
15026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030
15031 \backslash
15032 intop
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041 \begin_inset Formula $\intop$
15042 \end_inset
15043
15044
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 </row>
15050 <row>
15051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Plain Layout
15055
15056 \backslash
15057 oint
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066 \begin_inset Formula $\oint$
15067 \end_inset
15068
15069
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 </row>
15075 <row>
15076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080
15081 \backslash
15082 ointop
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Plain Layout
15091 \begin_inset Formula $\ointop$
15092 \end_inset
15093
15094
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 </row>
15100 <row>
15101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105
15106 \backslash
15107 ointctrclockwise
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 \begin_inset Formula $\ointctrclockwise$
15117 \end_inset
15118
15119
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 </row>
15125 <row>
15126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Plain Layout
15130
15131 \backslash
15132 ointclockwise
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141 \begin_inset Formula $\ointclockwise$
15142 \end_inset
15143
15144
15145 \end_layout
15146
15147 \end_inset
15148 </cell>
15149 </row>
15150 <row>
15151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155
15156 \backslash
15157 sqint
15158 \end_layout
15159
15160 \end_inset
15161 </cell>
15162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15163 \begin_inset Text
15164
15165 \begin_layout Plain Layout
15166 \begin_inset Formula $\sqint$
15167 \end_inset
15168
15169
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 </row>
15175 <row>
15176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15177 \begin_inset Text
15178
15179 \begin_layout Plain Layout
15180
15181 \backslash
15182 bigcap
15183 \end_layout
15184
15185 \end_inset
15186 </cell>
15187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Plain Layout
15191 \begin_inset Formula $\bigcap$
15192 \end_inset
15193
15194
15195 \end_layout
15196
15197 \end_inset
15198 </cell>
15199 </row>
15200 <row>
15201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15202 \begin_inset Text
15203
15204 \begin_layout Plain Layout
15205
15206 \backslash
15207 bigcup
15208 \end_layout
15209
15210 \end_inset
15211 </cell>
15212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15213 \begin_inset Text
15214
15215 \begin_layout Plain Layout
15216 \begin_inset Formula $\bigcup$
15217 \end_inset
15218
15219
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 </row>
15225 </lyxtabular>
15226
15227 \end_inset
15228
15229
15230 \begin_inset Space \hfill{}
15231 \end_inset
15232
15233
15234 \begin_inset Tabular
15235 <lyxtabular version="3" rows="10" columns="2">
15236 <features>
15237 <column alignment="center" valignment="top" width="0pt">
15238 <column alignment="center" valignment="top" width="0pt">
15239 <row>
15240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Plain Layout
15244 Comando
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15250 \begin_inset Text
15251
15252 \begin_layout Plain Layout
15253 Resultado
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 </row>
15259 <row>
15260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15261 \begin_inset Text
15262
15263 \begin_layout Plain Layout
15264
15265 \backslash
15266 prod
15267 \begin_inset Index
15268 status collapsed
15269
15270 \begin_layout Plain Layout
15271 Comandos ! P ! 
15272 \backslash
15273 prod
15274 \end_layout
15275
15276 \end_inset
15277
15278
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Plain Layout
15287 \begin_inset Formula $\prod$
15288 \end_inset
15289
15290
15291 \end_layout
15292
15293 \end_inset
15294 </cell>
15295 </row>
15296 <row>
15297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Plain Layout
15301
15302 \backslash
15303 coprod
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15309 \begin_inset Text
15310
15311 \begin_layout Plain Layout
15312 \begin_inset Formula $\coprod$
15313 \end_inset
15314
15315
15316 \end_layout
15317
15318 \end_inset
15319 </cell>
15320 </row>
15321 <row>
15322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15323 \begin_inset Text
15324
15325 \begin_layout Plain Layout
15326
15327 \backslash
15328 bigodot
15329 \end_layout
15330
15331 \end_inset
15332 </cell>
15333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15334 \begin_inset Text
15335
15336 \begin_layout Plain Layout
15337 \begin_inset Formula $\bigodot$
15338 \end_inset
15339
15340
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 </row>
15346 <row>
15347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15348 \begin_inset Text
15349
15350 \begin_layout Plain Layout
15351
15352 \backslash
15353 bigotimes
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15359 \begin_inset Text
15360
15361 \begin_layout Plain Layout
15362 \begin_inset Formula $\bigotimes$
15363 \end_inset
15364
15365
15366 \end_layout
15367
15368 \end_inset
15369 </cell>
15370 </row>
15371 <row>
15372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Plain Layout
15376
15377 \backslash
15378 bigoplus
15379 \end_layout
15380
15381 \end_inset
15382 </cell>
15383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Plain Layout
15387 \begin_inset Formula $\bigoplus$
15388 \end_inset
15389
15390
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 </row>
15396 <row>
15397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15398 \begin_inset Text
15399
15400 \begin_layout Plain Layout
15401
15402 \backslash
15403 bigwedge
15404 \end_layout
15405
15406 \end_inset
15407 </cell>
15408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15409 \begin_inset Text
15410
15411 \begin_layout Plain Layout
15412 \begin_inset Formula $\bigwedge$
15413 \end_inset
15414
15415
15416 \end_layout
15417
15418 \end_inset
15419 </cell>
15420 </row>
15421 <row>
15422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Plain Layout
15426
15427 \backslash
15428 bigvee
15429 \end_layout
15430
15431 \end_inset
15432 </cell>
15433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15434 \begin_inset Text
15435
15436 \begin_layout Plain Layout
15437 \begin_inset Formula $\bigvee$
15438 \end_inset
15439
15440
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 </row>
15446 <row>
15447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15448 \begin_inset Text
15449
15450 \begin_layout Plain Layout
15451
15452 \backslash
15453 bigsqcup
15454 \end_layout
15455
15456 \end_inset
15457 </cell>
15458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15459 \begin_inset Text
15460
15461 \begin_layout Plain Layout
15462 \begin_inset Formula $\bigsqcup$
15463 \end_inset
15464
15465
15466 \end_layout
15467
15468 \end_inset
15469 </cell>
15470 </row>
15471 <row>
15472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15473 \begin_inset Text
15474
15475 \begin_layout Plain Layout
15476
15477 \backslash
15478 biguplus
15479 \end_layout
15480
15481 \end_inset
15482 </cell>
15483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15484 \begin_inset Text
15485
15486 \begin_layout Plain Layout
15487 \begin_inset Formula $\biguplus$
15488 \end_inset
15489
15490
15491 \end_layout
15492
15493 \end_inset
15494 </cell>
15495 </row>
15496 </lyxtabular>
15497
15498 \end_inset
15499
15500
15501 \begin_inset Space \hfill{}
15502 \end_inset
15503
15504
15505 \end_layout
15506
15507 \begin_layout Standard
15508 Todos los operadores grandes se pueden insertar con el botón 
15509 \begin_inset Graphics
15510         filename ../../images/math/intop.png
15511         scale 85
15512
15513 \end_inset
15514
15515  de la barra de ecuaciones.
15516 \end_layout
15517
15518 \begin_layout Standard
15519 Estos operadores son llamados grandes porque son mayores que los operadores
15520  binarios de aspecto semejante.
15521  Todos los operadores grandes pueden tener límites, como se describe en
15522  la subsección siguiente.
15523 \end_layout
15524
15525 \begin_layout Standard
15526 Los operadores 
15527 \series bold
15528
15529 \backslash
15530 intop
15531 \series default
15532  y 
15533 \series bold
15534
15535 \backslash
15536 ointop
15537 \series default
15538  difieren de 
15539 \series bold
15540
15541 \backslash
15542 int
15543 \series default
15544  y 
15545 \series bold
15546
15547 \backslash
15548 oint
15549 \series default
15550  en el estilo en que se presentan los límites, véase
15551 \series bold
15552  
15553 \series default
15554
15555 \begin_inset CommandInset ref
15556 LatexCommand ref
15557 reference "sub:Límites-de-operadores"
15558
15559 \end_inset
15560
15561 .
15562 \end_layout
15563
15564 \begin_layout Subsubsection*
15565 Sugerencias para las integrales
15566 \end_layout
15567
15568 \begin_layout Standard
15569 La letra 
15570 \emph on
15571 d
15572 \emph default
15573  en una integral es un operador, por consiguiente debe escribirse en redonda.
15574  Esto se hace resaltando la 
15575 \emph on
15576 d
15577 \emph default
15578  y usando el atajo de teclado 
15579 \family sans
15580 Alt-c
15581 \begin_inset Space ~
15582 \end_inset
15583
15584 r
15585 \family default
15586 .
15587 \begin_inset Foot
15588 status open
15589
15590 \begin_layout Plain Layout
15591 véase estilos de letras en 
15592 \begin_inset CommandInset ref
15593 LatexCommand ref
15594 reference "sub:Estilos-de-fuentes"
15595
15596 \end_inset
15597
15598  
15599 \end_layout
15600
15601 \end_inset
15602
15603  Delante de la 
15604 \emph on
15605 d
15606 \emph default
15607  se inserta un espacio delgado, como es habitual en los operadores.
15608  Un ejemplo:
15609 \end_layout
15610
15611 \begin_layout Standard
15612 incorrecto: 
15613 \begin_inset Formula $\int A(x)dx$
15614 \end_inset
15615
15616
15617 \begin_inset Newline newline
15618 \end_inset
15619
15620
15621 \begin_inset ERT
15622 status collapsed
15623
15624 \begin_layout Plain Layout
15625
15626
15627 \backslash
15628 hphantom{in}
15629 \end_layout
15630
15631 \end_inset
15632
15633 correcto: 
15634 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15635 \end_inset
15636
15637
15638 \end_layout
15639
15640 \begin_layout Standard
15641 Para integrales múltiples hay los siguientes comandos:
15642 \begin_inset VSpace medskip
15643 \end_inset
15644
15645
15646 \end_layout
15647
15648 \begin_layout Standard
15649 \begin_inset Space \hfill{}
15650 \end_inset
15651
15652
15653 \begin_inset Tabular
15654 <lyxtabular version="3" rows="4" columns="2">
15655 <features>
15656 <column alignment="center" valignment="top" width="0">
15657 <column alignment="center" valignment="top" width="0">
15658 <row>
15659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663 Comando
15664 \end_layout
15665
15666 \end_inset
15667 </cell>
15668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Plain Layout
15672 Resultado
15673 \begin_inset Note Note
15674 status collapsed
15675
15676 \begin_layout Plain Layout
15677
15678 \series bold
15679
15680 \backslash
15681 raisebox
15682 \series default
15683  se usa sólo como espaciador
15684 \end_layout
15685
15686 \end_inset
15687
15688
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 </row>
15694 <row>
15695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15696 \begin_inset Text
15697
15698 \begin_layout Plain Layout
15699
15700 \backslash
15701 iint
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710 \begin_inset Formula $\raisebox {4.5mm}{}\iint\raisebox {-2.5mm}{}$
15711 \end_inset
15712
15713
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 </row>
15719 <row>
15720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15721 \begin_inset Text
15722
15723 \begin_layout Plain Layout
15724
15725 \backslash
15726 oiint
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15732 \begin_inset Text
15733
15734 \begin_layout Plain Layout
15735 \begin_inset Formula $\raisebox {4.5mm}{}\oiint\raisebox {-2.5mm}{}$
15736 \end_inset
15737
15738
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 </row>
15744 <row>
15745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749
15750 \backslash
15751 sqiint
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 \begin_inset Formula $\raisebox {4.5mm}{}\sqiint\raisebox {-2.5mm}{}$
15761 \end_inset
15762
15763
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 </row>
15769 </lyxtabular>
15770
15771 \end_inset
15772
15773
15774 \begin_inset Space \hfill{}
15775 \end_inset
15776
15777
15778 \begin_inset Tabular
15779 <lyxtabular version="3" rows="4" columns="2">
15780 <features>
15781 <column alignment="center" valignment="top" width="0">
15782 <column alignment="center" valignment="top" width="0">
15783 <row>
15784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788 Comando
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797 Resultado
15798 \begin_inset Note Note
15799 status collapsed
15800
15801 \begin_layout Plain Layout
15802
15803 \series bold
15804
15805 \backslash
15806 raisebox
15807 \series default
15808  se usa sólo como espaciador
15809 \end_layout
15810
15811 \end_inset
15812
15813
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 </row>
15819 <row>
15820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824
15825 \backslash
15826 iiint
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835 \begin_inset Formula $\raisebox {4.5mm}{}\iiint\raisebox {-2.5mm}{}$
15836 \end_inset
15837
15838
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 </row>
15844 <row>
15845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Plain Layout
15849
15850 \backslash
15851 iiiint
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Plain Layout
15860 \begin_inset Formula $\raisebox {4.5mm}{}\iiiint\raisebox {-2.5mm}{}$
15861 \end_inset
15862
15863
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 </row>
15869 <row>
15870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Plain Layout
15874
15875 \backslash
15876 dotsint
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15882 \begin_inset Text
15883
15884 \begin_layout Plain Layout
15885 \begin_inset Formula $\raisebox {4.5mm}{}\dotsint\raisebox {-2.5mm}{}$
15886 \end_inset
15887
15888
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 </row>
15894 </lyxtabular>
15895
15896 \end_inset
15897
15898
15899 \begin_inset Space \hfill{}
15900 \end_inset
15901
15902
15903 \end_layout
15904
15905 \begin_layout Subsection
15906 Límites de operadores
15907 \begin_inset CommandInset label
15908 LatexCommand label
15909 name "sub:Límites-de-operadores"
15910
15911 \end_inset
15912
15913
15914 \begin_inset Index
15915 status collapsed
15916
15917 \begin_layout Plain Layout
15918 Operadores ! límites de
15919 \end_layout
15920
15921 \end_inset
15922
15923
15924 \end_layout
15925
15926 \begin_layout Standard
15927 Los límites se crean mediante superíndices y subíndices:
15928 \end_layout
15929
15930 \begin_layout Standard
15931 \noindent
15932 \align center
15933 \begin_inset Tabular
15934 <lyxtabular version="3" rows="2" columns="2">
15935 <features>
15936 <column alignment="center" valignment="top" width="0">
15937 <column alignment="center" valignment="top" width="0">
15938 <row>
15939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Plain Layout
15943 Comando
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Plain Layout
15952 Resultado
15953 \begin_inset Note Note
15954 status collapsed
15955
15956 \begin_layout Plain Layout
15957
15958 \series bold
15959
15960 \backslash
15961 raisebox
15962 \series default
15963  se usa sólo como espaciador
15964 \end_layout
15965
15966 \end_inset
15967
15968
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 </row>
15974 <row>
15975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15976 \begin_inset Text
15977
15978 \begin_layout Plain Layout
15979
15980 \backslash
15981 prod^
15982 \backslash
15983 infty
15984 \begin_inset ERT
15985 status collapsed
15986
15987 \begin_layout Plain Layout
15988
15989
15990 \backslash
15991 spce 
15992 \end_layout
15993
15994 \end_inset
15995
15996
15997 \begin_inset Formula $\to$
15998 \end_inset
15999
16000 _0
16001 \begin_inset Formula $\to$
16002 \end_inset
16003
16004 A(x)
16005 \end_layout
16006
16007 \end_inset
16008 </cell>
16009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16010 \begin_inset Text
16011
16012 \begin_layout Plain Layout
16013 \begin_inset Formula $\raisebox {5mm}{}\prod_{0}^{\infty}A(x)\raisebox {-2.5mm}{}$
16014 \end_inset
16015
16016
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 </row>
16022 </lyxtabular>
16023
16024 \end_inset
16025
16026
16027 \end_layout
16028
16029 \begin_layout Standard
16030 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16031  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16032 \end_layout
16033
16034 \begin_layout Standard
16035 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16036  directamente detrás del operador y se elige 
16037 \series bold
16038 Insertado
16039 \series default
16040  en el menú 
16041 \family sans
16042 Editar\SpecialChar \menuseparator
16043 Ecuación\SpecialChar \menuseparator
16044 Cambiar tipo de límites
16045 \family default
16046  (atajo 
16047 \family sans
16048 Alt-m
16049 \begin_inset Space ~
16050 \end_inset
16051
16052 l
16053 \family default
16054 ).
16055  Un ejemplo:
16056 \end_layout
16057
16058 \begin_layout Standard
16059 Los límites por defecto son:
16060 \begin_inset Formula \[
16061 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16062
16063 \end_inset
16064
16065
16066 \end_layout
16067
16068 \begin_layout Standard
16069 Así se ven si se cambia el tipo de límites a 
16070 \series bold
16071 Insertado
16072 \series default
16073 :
16074 \begin_inset Formula \[
16075 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16076
16077 \end_inset
16078
16079
16080 \end_layout
16081
16082 \begin_layout Standard
16083 En integrales, excepto 
16084 \series bold
16085
16086 \backslash
16087 intop
16088 \series default
16089  y 
16090 \series bold
16091
16092 \backslash
16093 ointop
16094 \series default
16095 , los límites se colocan por defecto junto al operador.
16096  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16097  operador.
16098  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16099 \series bold
16100 Pantalla
16101 \series default
16102  para poner el límite debajo:
16103 \begin_inset Formula \begin{equation}
16104 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}\end{equation}
16105
16106 \end_inset
16107
16108
16109 \begin_inset VSpace medskip
16110 \end_inset
16111
16112 Para especificar condiciones en los límites se usan los comandos 
16113 \series bold
16114
16115 \backslash
16116 subarray
16117 \series default
16118
16119 \begin_inset Index
16120 status collapsed
16121
16122 \begin_layout Plain Layout
16123 Comandos ! S ! 
16124 \backslash
16125 subarray
16126 \end_layout
16127
16128 \end_inset
16129
16130  y 
16131 \series bold
16132
16133 \backslash
16134 substack
16135 \series default
16136
16137 \begin_inset Index
16138 status collapsed
16139
16140 \begin_layout Plain Layout
16141 Comandos ! S ! 
16142 \backslash
16143 substack
16144 \end_layout
16145
16146 \end_inset
16147
16148 .
16149  Por ejemplo, para componer la expresión
16150 \begin_inset Formula \begin{equation}
16151 \sum_{\begin{subarray}{c}
16152 0<k<1000\\
16153 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16154
16155 \end_inset
16156
16157 se ha hecho lo siguiente: primero se escribe el comando 
16158 \series bold
16159
16160 \backslash
16161 sum^n
16162 \series default
16163
16164 \begin_inset ERT
16165 status collapsed
16166
16167 \begin_layout Plain Layout
16168
16169
16170 \backslash
16171 spce 
16172 \end_layout
16173
16174 \end_inset
16175
16176
16177 \series bold
16178 _
16179 \series default
16180 .
16181  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16182  se inserta el comando 
16183 \series bold
16184
16185 \backslash
16186 subarray
16187 \series default
16188
16189 \begin_inset ERT
16190 status collapsed
16191
16192 \begin_layout Plain Layout
16193
16194
16195 \backslash
16196 spce 
16197 \end_layout
16198
16199 \end_inset
16200
16201 .
16202  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16203  distintas.
16204  Cada línea nueva se crea con un salto de línea (
16205 \family sans
16206 Ctrl-Intro
16207 \family default
16208 ).
16209  Si ahora se escribe en ella
16210 \begin_inset Newline newline
16211 \end_inset
16212
16213
16214 \series bold
16215 0<k<1000 Ctrl-Intro
16216 \begin_inset Newline newline
16217 \end_inset
16218
16219
16220 \series default
16221 aparece debajo un nuevo marco para la línea nueva.
16222 \end_layout
16223
16224 \begin_layout Standard
16225 La alineación de las líneas puede cambiarse a la izquierda con la 
16226 \family sans
16227 barra de herramientas de tabla
16228 \family default
16229  o con el menú 
16230 \family sans
16231 Editar\SpecialChar \menuseparator
16232 Filas y columnas
16233 \family default
16234 .
16235  Para obtener alineación derecha se inserta 
16236 \series bold
16237
16238 \backslash
16239 hfill
16240 \series default
16241
16242 \begin_inset ERT
16243 status collapsed
16244
16245 \begin_layout Plain Layout
16246
16247
16248 \backslash
16249 spce 
16250 \end_layout
16251
16252 \end_inset
16253
16254  al principio de la línea.
16255 \end_layout
16256
16257 \begin_layout Standard
16258 El comando 
16259 \series bold
16260
16261 \backslash
16262 substack
16263 \series default
16264  es equivalente a 
16265 \series bold
16266
16267 \backslash
16268 subarray
16269 \series default
16270  con la diferencia de que las líneas están siempre centradas.
16271 \begin_inset VSpace bigskip
16272 \end_inset
16273
16274
16275 \end_layout
16276
16277 \begin_layout Standard
16278 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16279  siguientes, como en la ecuación 
16280 \begin_inset CommandInset ref
16281 LatexCommand eqref
16282 reference "eq:substack"
16283
16284 \end_inset
16285
16286 , porque éstos se colocan junto a los límites.
16287 \end_layout
16288
16289 \begin_layout Standard
16290 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16291 \end_layout
16292
16293 \begin_layout Standard
16294
16295 \series bold
16296
16297 \backslash
16298 def
16299 \backslash
16300 clap#1{
16301 \backslash
16302 hbox to 0pt{
16303 \backslash
16304 hss #1
16305 \backslash
16306 hss}}
16307 \begin_inset Newline newline
16308 \end_inset
16309
16310
16311 \backslash
16312 def
16313 \backslash
16314 mathclap {
16315 \backslash
16316 mathpalette 
16317 \backslash
16318 mathclapinternal}
16319 \begin_inset Newline newline
16320 \end_inset
16321
16322
16323 \backslash
16324 def
16325 \backslash
16326 mathclapinternal #1#2{
16327 \backslash
16328 clap{$
16329 \backslash
16330 mathsurround =0pt #1{#2}$}}
16331 \end_layout
16332
16333 \begin_layout Standard
16334 En ella se define el comando 
16335 \series bold
16336
16337 \backslash
16338 mathclap
16339 \series default
16340
16341 \begin_inset Index
16342 status collapsed
16343
16344 \begin_layout Plain Layout
16345 Comandos ! M ! 
16346 \backslash
16347 mathclap
16348 \end_layout
16349
16350 \end_inset
16351
16352  que establece la anchura del límite en 0
16353 \begin_inset Space \thinspace{}
16354 \end_inset
16355
16356 pt.
16357  El esquema del comando es:
16358 \end_layout
16359
16360 \begin_layout Standard
16361
16362 \series bold
16363
16364 \backslash
16365 mathclap{límite}
16366 \end_layout
16367
16368 \begin_layout Standard
16369 donde el límite puede consistir en varias condiciones.
16370 \end_layout
16371
16372 \begin_layout Standard
16373 Aplicado en la ecuación 
16374 \begin_inset CommandInset ref
16375 LatexCommand eqref
16376 reference "eq:substack"
16377
16378 \end_inset
16379
16380  se usa el comando
16381 \end_layout
16382
16383 \begin_layout Standard
16384
16385 \series bold
16386
16387 \backslash
16388 sum_
16389 \backslash
16390 mathclap{
16391 \backslash
16392 substack
16393 \begin_inset ERT
16394 status collapsed
16395
16396 \begin_layout Plain Layout
16397
16398
16399 \backslash
16400 spce 
16401 \end_layout
16402
16403 \end_inset
16404
16405 0<k<1000 Ctrl-Intro
16406 \end_layout
16407
16408 \begin_layout Standard
16409 para componer el límite inferior.
16410  Ahora el sumando está junto al sumatorio:
16411 \begin_inset Formula \[
16412 \sum_{\mathclap {\substack{0<k<1000\\
16413 \\k\,\in\,\mathbb{N}}
16414 }}^{n}k^{-2}\]
16415
16416 \end_inset
16417
16418
16419 \begin_inset VSpace bigskip
16420 \end_inset
16421
16422 Cómo utilizar un límite para varios operadores se describe en la 
16423 \begin_inset CommandInset ref
16424 LatexCommand ref
16425 reference "sub:Operadores-de-usuario"
16426
16427 \end_inset
16428
16429 .
16430 \end_layout
16431
16432 \begin_layout Subsection
16433 Operadores binarios
16434 \begin_inset CommandInset label
16435 LatexCommand label
16436 name "sub:Operadores-binarios"
16437
16438 \end_inset
16439
16440
16441 \begin_inset Index
16442 status collapsed
16443
16444 \begin_layout Plain Layout
16445 Operadores ! binarios
16446 \end_layout
16447
16448 \end_inset
16449
16450
16451 \end_layout
16452
16453 \begin_layout Standard
16454 Los operadores binarios se rodean por espacios si llevan un carácter delante
16455  o detrás.
16456 \begin_inset VSpace medskip
16457 \end_inset
16458
16459
16460 \end_layout
16461
16462 \begin_layout Standard
16463 \begin_inset Space \hfill{}
16464 \end_inset
16465
16466
16467 \begin_inset Tabular
16468 <lyxtabular version="3" rows="13" columns="2">
16469 <features>
16470 <column alignment="center" valignment="top" width="0pt">
16471 <column alignment="center" valignment="top" width="0pt">
16472 <row>
16473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477 Comando
16478 \begin_inset Note Note
16479 status collapsed
16480
16481 \begin_layout Plain Layout
16482
16483 \series bold
16484
16485 \backslash
16486 raisebox
16487 \series default
16488  se usa sólo como espaciador
16489 \end_layout
16490
16491 \end_inset
16492
16493
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502 Operador
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 </row>
16508 <row>
16509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513 +
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522 \begin_inset Formula $+$
16523 \end_inset
16524
16525
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 </row>
16531 <row>
16532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536 -
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 \begin_inset Formula $-$
16546 \end_inset
16547
16548
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 </row>
16554 <row>
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559
16560 \backslash
16561 pm
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 \begin_inset Formula $\pm$
16571 \end_inset
16572
16573
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 </row>
16579 <row>
16580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Plain Layout
16584
16585 \backslash
16586 mp
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 \begin_inset Formula $\mp$
16596 \end_inset
16597
16598
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 </row>
16604 <row>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609
16610 \backslash
16611 cdot
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 \begin_inset Formula $\cdot$
16621 \end_inset
16622
16623
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 <row>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634
16635 \backslash
16636 times
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 \begin_inset Formula $\times$
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 </row>
16654 <row>
16655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659
16660 \backslash
16661 div
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670 \begin_inset Formula $\div$
16671 \end_inset
16672
16673
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 </row>
16679 <row>
16680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684 \begin_inset ERT
16685 status collapsed
16686
16687 \begin_layout Plain Layout
16688
16689
16690 \backslash
16691 raisebox{-1.2mm}{
16692 \end_layout
16693
16694 \end_inset
16695
16696 *
16697 \begin_inset ERT
16698 status collapsed
16699
16700 \begin_layout Plain Layout
16701
16702 }
16703 \end_layout
16704
16705 \end_inset
16706
16707
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 \begin_inset Formula $*$
16717 \end_inset
16718
16719
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 </row>
16725 <row>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730
16731 \backslash
16732 star
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741 \begin_inset Formula $\star$
16742 \end_inset
16743
16744
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 </row>
16750 <row>
16751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755
16756 \backslash
16757 circ
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766 \begin_inset Formula $\circ$
16767 \end_inset
16768
16769
16770 \end_layout
16771
16772 \end_inset
16773 </cell>
16774 </row>
16775 <row>
16776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780
16781 \backslash
16782 diamond
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 \begin_inset Formula $\diamond$
16792 \end_inset
16793
16794
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 </row>
16800 <row>
16801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Plain Layout
16805
16806 \backslash
16807 bullet
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 \begin_inset Formula $\bullet$
16817 \end_inset
16818
16819
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 </row>
16825 </lyxtabular>
16826
16827 \end_inset
16828
16829
16830 \begin_inset Space \hfill{}
16831 \end_inset
16832
16833
16834 \begin_inset Tabular
16835 <lyxtabular version="3" rows="13" columns="2">
16836 <features>
16837 <column alignment="center" valignment="top" width="0pt">
16838 <column alignment="center" valignment="top" width="0pt">
16839 <row>
16840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844 Comando
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853 Operador
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 </row>
16859 <row>
16860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864
16865 \backslash
16866 nabla
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875 \begin_inset Formula $\nabla$
16876 \end_inset
16877
16878
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 </row>
16884 <row>
16885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889
16890 \backslash
16891 bigtriangledown
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900 \begin_inset Formula $\bigtriangledown$
16901 \end_inset
16902
16903
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 </row>
16909 <row>
16910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914
16915 \backslash
16916 bigtriangleup
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925 \begin_inset Formula $\bigtriangleup$
16926 \end_inset
16927
16928
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 </row>
16934 <row>
16935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939
16940 \backslash
16941 Box
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 \begin_inset Formula $\Box$
16951 \end_inset
16952
16953
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 </row>
16959 <row>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964
16965 \backslash
16966 cap 
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975 \begin_inset Formula $\cap$
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 </row>
16984 <row>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989
16990 \backslash
16991 cup
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 \begin_inset Formula $\cup$
17001 \end_inset
17002
17003
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 </row>
17009 <row>
17010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014
17015 \backslash
17016 dagger
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025 \begin_inset Formula $\dagger$
17026 \end_inset
17027
17028
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 </row>
17034 <row>
17035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039
17040 \backslash
17041 ddagger
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050 \begin_inset Formula $\ddagger$
17051 \end_inset
17052
17053
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 </row>
17059 <row>
17060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064
17065 \backslash
17066 wr
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Plain Layout
17075 \begin_inset Formula $\wr$
17076 \end_inset
17077
17078
17079 \end_layout
17080
17081 \end_inset
17082 </cell>
17083 </row>
17084 <row>
17085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089
17090 \backslash
17091 bigcirc
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 \begin_inset Formula $\bigcirc$
17101 \end_inset
17102
17103
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 </row>
17109 <row>
17110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114
17115 \backslash
17116 wedge
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125 \begin_inset Formula $\wedge$
17126 \end_inset
17127
17128
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 </row>
17134 <row>
17135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17136 \begin_inset Text
17137
17138 \begin_layout Plain Layout
17139
17140 \backslash
17141 vee
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Plain Layout
17150 \begin_inset Formula $\vee$
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 </row>
17159 </lyxtabular>
17160
17161 \end_inset
17162
17163
17164 \begin_inset Space \hfill{}
17165 \end_inset
17166
17167
17168 \begin_inset Tabular
17169 <lyxtabular version="3" rows="13" columns="2">
17170 <features>
17171 <column alignment="center" valignment="top" width="0pt">
17172 <column alignment="center" valignment="top" width="0pt">
17173 <row>
17174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17175 \begin_inset Text
17176
17177 \begin_layout Plain Layout
17178 Comando
17179 \end_layout
17180
17181 \end_inset
17182 </cell>
17183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17184 \begin_inset Text
17185
17186 \begin_layout Plain Layout
17187 Operador
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 </row>
17193 <row>
17194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198
17199 \backslash
17200 oplus
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 \begin_inset Formula $\oplus$
17210 \end_inset
17211
17212
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 </row>
17218 <row>
17219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223
17224 \backslash
17225 ominus
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234 \begin_inset Formula $\ominus$
17235 \end_inset
17236
17237
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 </row>
17243 <row>
17244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248
17249 \backslash
17250 otimes
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259 \begin_inset Formula $\otimes$
17260 \end_inset
17261
17262
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 </row>
17268 <row>
17269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Plain Layout
17273
17274 \backslash
17275 oslash
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284 \begin_inset Formula $\oslash$
17285 \end_inset
17286
17287
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 </row>
17293 <row>
17294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298
17299 \backslash
17300 odot
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309 \begin_inset Formula $\odot$
17310 \end_inset
17311
17312
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 </row>
17318 <row>
17319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323
17324 \backslash
17325 amalg
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334 \begin_inset Formula $\amalg$
17335 \end_inset
17336
17337
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 </row>
17343 <row>
17344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17345 \begin_inset Text
17346
17347 \begin_layout Plain Layout
17348
17349 \backslash
17350 uplus
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359 \begin_inset Formula $\uplus$
17360 \end_inset
17361
17362
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 </row>
17368 <row>
17369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373
17374 \backslash
17375 setminus
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 \begin_inset Formula $\setminus$
17385 \end_inset
17386
17387
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 </row>
17393 <row>
17394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398
17399 \backslash
17400 sqcap
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17406 \begin_inset Text
17407
17408 \begin_layout Plain Layout
17409 \begin_inset Formula $\sqcap$
17410 \end_inset
17411
17412
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 </row>
17418 <row>
17419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423
17424 \backslash
17425 sqcup
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434 \begin_inset Formula $\sqcup$
17435 \end_inset
17436
17437
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 </row>
17443 <row>
17444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17445 \begin_inset Text
17446
17447 \begin_layout Plain Layout
17448
17449 \backslash
17450 triangleleft
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459 \begin_inset Formula $\triangleleft$
17460 \end_inset
17461
17462
17463 \end_layout
17464
17465 \end_inset
17466 </cell>
17467 </row>
17468 <row>
17469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17470 \begin_inset Text
17471
17472 \begin_layout Plain Layout
17473
17474 \backslash
17475 triangleright
17476 \end_layout
17477
17478 \end_inset
17479 </cell>
17480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17481 \begin_inset Text
17482
17483 \begin_layout Plain Layout
17484 \begin_inset Formula $\triangleright$
17485 \end_inset
17486
17487
17488 \end_layout
17489
17490 \end_inset
17491 </cell>
17492 </row>
17493 </lyxtabular>
17494
17495 \end_inset
17496
17497
17498 \begin_inset Space \hfill{}
17499 \end_inset
17500
17501
17502 \end_layout
17503
17504 \begin_layout Standard
17505 Todos los operadores binarios se pueden insertar también con el botón 
17506 \begin_inset Graphics
17507         filename ../../images/math/pm.png
17508         scale 85
17509
17510 \end_inset
17511
17512  de la barra de ecuaciones.
17513 \end_layout
17514
17515 \begin_layout Standard
17516 Para imprimir el operador Laplace se pueden usar 
17517 \series bold
17518
17519 \backslash
17520 Delta
17521 \series default
17522  o 
17523 \series bold
17524
17525 \backslash
17526 nabla
17527 \series default
17528 ^
17529 \series bold
17530 2
17531 \series default
17532  (
17533 \begin_inset Formula $\nabla^{2}$
17534 \end_inset
17535
17536 ) en vez de 
17537 \series bold
17538
17539 \backslash
17540 bigtriangleup
17541 \series default
17542 .
17543 \end_layout
17544
17545 \begin_layout Standard
17546 El carácter 
17547 \family sans
17548 Separador de menú
17549 \family default
17550  del menú 
17551 \family sans
17552 Insertar\SpecialChar \menuseparator
17553 Carácter especial
17554 \family default
17555  es el operador 
17556 \series bold
17557
17558 \backslash
17559 triangleright
17560 \series default
17561 .
17562 \end_layout
17563
17564 \begin_layout Subsection
17565 Operadores definidos por el usuario
17566 \begin_inset CommandInset label
17567 LatexCommand label
17568 name "sub:Operadores-de-usuario"
17569
17570 \end_inset
17571
17572
17573 \begin_inset Index
17574 status collapsed
17575
17576 \begin_layout Plain Layout
17577 Operadores ! personalizados
17578 \end_layout
17579
17580 \end_inset
17581
17582
17583 \end_layout
17584
17585 \begin_layout Standard
17586 Con ayuda del comando 
17587 \series bold
17588
17589 \backslash
17590 DeclareMathOperator
17591 \series default
17592
17593 \begin_inset Index
17594 status collapsed
17595
17596 \begin_layout Plain Layout
17597 Comandos ! D ! 
17598 \backslash
17599 dbinom@
17600 \backslash
17601 DeclareMathOperator
17602 \end_layout
17603
17604 \end_inset
17605
17606  se pueden definir operadores personalizados en el preámbulo LaTeX.
17607  Su esquema es:
17608 \end_layout
17609
17610 \begin_layout Standard
17611
17612 \series bold
17613
17614 \backslash
17615 DeclareMathOperator{comando nuevo}{presentación}
17616 \end_layout
17617
17618 \begin_layout Standard
17619 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17620  en la salida.
17621  Para definir un operador grande hay que añadirle un * detrás.
17622  Todos los operadores grandes personalizados pueden tener límites como se
17623  describe en 
17624 \begin_inset CommandInset ref
17625 LatexCommand ref
17626 reference "sub:Límites-de-operadores"
17627
17628 \end_inset
17629
17630 .
17631 \end_layout
17632
17633 \begin_layout Standard
17634 Por ejemplo, la línea en el preámbulo LaTeX
17635 \end_layout
17636
17637 \begin_layout Standard
17638
17639 \series bold
17640
17641 \backslash
17642 DeclareMathOperator*{
17643 \backslash
17644 Lozenge}{
17645 \backslash
17646 blacklozenge}
17647 \end_layout
17648
17649 \begin_layout Standard
17650 define el comando 
17651 \series bold
17652
17653 \backslash
17654 Lozenge
17655 \series default
17656 , que inserta un operador grande que es el símbolo blacklozenge de la 
17657 \begin_inset CommandInset ref
17658 LatexCommand ref
17659 reference "sub:Símbolos-misceláneos"
17660
17661 \end_inset
17662
17663 .
17664 \begin_inset Formula \[
17665 \Lozenge _{n=1}^{\infty}\]
17666
17667 \end_inset
17668
17669 El comando para esta expresión es: 
17670 \series bold
17671
17672 \backslash
17673 Lozenge^
17674 \backslash
17675 infty
17676 \begin_inset Formula $\rightarrow$
17677 \end_inset
17678
17679 _n=1
17680 \begin_inset VSpace bigskip
17681 \end_inset
17682
17683
17684 \end_layout
17685
17686 \begin_layout Standard
17687 Si los operadores personalizados no se van a usar varias veces en el documento,
17688  se pueden también definir con los comandos 
17689 \series bold
17690
17691 \backslash
17692 mathop
17693 \series default
17694
17695 \begin_inset Index
17696 status collapsed
17697
17698 \begin_layout Plain Layout
17699 Comandos ! M ! 
17700 \backslash
17701 mathop
17702 \end_layout
17703
17704 \end_inset
17705
17706  y 
17707 \series bold
17708
17709 \backslash
17710 mathbin
17711 \series default
17712
17713 \begin_inset Index
17714 status collapsed
17715
17716 \begin_layout Plain Layout
17717 Comandos ! M ! 
17718 \backslash
17719 mathbin
17720 \end_layout
17721
17722 \end_inset
17723
17724 , con el siguiente esquema:
17725 \end_layout
17726
17727 \begin_layout Standard
17728
17729 \series bold
17730
17731 \backslash
17732 mathop{presentación}
17733 \series default
17734  y 
17735 \series bold
17736
17737 \backslash
17738 mathbin{presentación}
17739 \end_layout
17740
17741 \begin_layout Standard
17742
17743 \series bold
17744
17745 \backslash
17746 mathop
17747 \series default
17748  define operadores grandes, 
17749 \series bold
17750
17751 \backslash
17752 mathbin
17753 \series default
17754  operadores binarios.
17755 \end_layout
17756
17757 \begin_layout Standard
17758
17759 \series bold
17760
17761 \backslash
17762 mathop
17763 \series default
17764  se puede usar, p.e., para poner un límite a varios operadores:
17765 \begin_inset Formula \[
17766 \mathop {\sum\negmedspace\sum}_{i,j=1}^{N}\]
17767
17768 \end_inset
17769
17770
17771 \end_layout
17772
17773 \begin_layout Standard
17774 El comando para la expresión anterior es:
17775 \begin_inset Newline newline
17776 \end_inset
17777
17778
17779 \series bold
17780
17781 \backslash
17782 mathop{
17783 \backslash
17784 sum
17785 \backslash
17786 negmedspace
17787 \backslash
17788 sum
17789 \series default
17790
17791 \begin_inset ERT
17792 status collapsed
17793
17794 \begin_layout Plain Layout
17795
17796
17797 \backslash
17798 spce 
17799 \end_layout
17800
17801 \end_inset
17802
17803
17804 \series bold
17805
17806 \begin_inset Formula $\to$
17807 \end_inset
17808
17809 ^N
17810 \series default
17811
17812 \begin_inset ERT
17813 status collapsed
17814
17815 \begin_layout Plain Layout
17816
17817
17818 \backslash
17819 spce 
17820 \end_layout
17821
17822 \end_inset
17823
17824
17825 \series bold
17826 _i,j=1
17827 \end_layout
17828
17829 \begin_layout Section
17830 Fuentes
17831 \begin_inset Index
17832 status collapsed
17833
17834 \begin_layout Plain Layout
17835 Fuentes
17836 \end_layout
17837
17838 \end_inset
17839
17840
17841 \end_layout
17842
17843 \begin_layout Subsection
17844 Estilos de fuentes
17845 \begin_inset CommandInset label
17846 LatexCommand label
17847 name "sub:Estilos-de-fuentes"
17848
17849 \end_inset
17850
17851
17852 \begin_inset Index
17853 status collapsed
17854
17855 \begin_layout Plain Layout
17856 Fuentes ! estilos de
17857 \end_layout
17858
17859 \end_inset
17860
17861
17862 \end_layout
17863
17864 \begin_layout Standard
17865 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17866  estilos:
17867 \end_layout
17868
17869 \begin_layout Standard
17870 \begin_inset VSpace -2mm
17871 \end_inset
17872
17873
17874 \end_layout
17875
17876 \begin_layout Standard
17877 \align center
17878 \begin_inset Tabular
17879 <lyxtabular version="3" rows="6" columns="3">
17880 <features>
17881 <column alignment="center" valignment="top" width="0">
17882 <column alignment="center" valignment="top" width="0">
17883 <column alignment="center" valignment="top" width="0">
17884 <row>
17885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889 Comando
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
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 Resultado
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907 atajo
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 </row>
17913 <row>
17914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17915 \begin_inset Text
17916
17917 \begin_layout Plain Layout
17918
17919 \backslash
17920 mathbb
17921 \series bold
17922
17923 \begin_inset ERT
17924 status collapsed
17925
17926 \begin_layout Plain Layout
17927
17928
17929 \backslash
17930 spce 
17931 \end_layout
17932
17933 \end_inset
17934
17935
17936 \series default
17937 ABC
17938 \end_layout
17939
17940 \end_inset
17941 </cell>
17942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17943 \begin_inset Text
17944
17945 \begin_layout Plain Layout
17946 \begin_inset Formula $\mathbb{ABC}$
17947 \end_inset
17948
17949
17950 \end_layout
17951
17952 \end_inset
17953 </cell>
17954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17955 \begin_inset Text
17956
17957 \begin_layout Plain Layout
17958 Alt-c c
17959 \end_layout
17960
17961 \end_inset
17962 </cell>
17963 </row>
17964 <row>
17965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17966 \begin_inset Text
17967
17968 \begin_layout Plain Layout
17969
17970 \backslash
17971 mathbf
17972 \series bold
17973
17974 \begin_inset ERT
17975 status collapsed
17976
17977 \begin_layout Plain Layout
17978
17979
17980 \backslash
17981 spce 
17982 \end_layout
17983
17984 \end_inset
17985
17986
17987 \series default
17988 AbC
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 \begin_inset Formula $\mathbf{AbC}$
17998 \end_inset
17999
18000
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009 -
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 </row>
18015 <row>
18016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18017 \begin_inset Text
18018
18019 \begin_layout Plain Layout
18020
18021 \backslash
18022 boldsymbol
18023 \series bold
18024
18025 \begin_inset ERT
18026 status collapsed
18027
18028 \begin_layout Plain Layout
18029
18030
18031 \backslash
18032 spce 
18033 \end_layout
18034
18035 \end_inset
18036
18037
18038 \series default
18039 AbC
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18045 \begin_inset Text
18046
18047 \begin_layout Plain Layout
18048 \begin_inset Formula $\boldsymbol{AbC}$
18049 \end_inset
18050
18051
18052 \end_layout
18053
18054 \end_inset
18055 </cell>
18056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18057 \begin_inset Text
18058
18059 \begin_layout Plain Layout
18060 Alt-c b
18061 \end_layout
18062
18063 \end_inset
18064 </cell>
18065 </row>
18066 <row>
18067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18068 \begin_inset Text
18069
18070 \begin_layout Plain Layout
18071
18072 \backslash
18073 mathcal
18074 \series bold
18075
18076 \begin_inset ERT
18077 status collapsed
18078
18079 \begin_layout Plain Layout
18080
18081
18082 \backslash
18083 spce 
18084 \end_layout
18085
18086 \end_inset
18087
18088
18089 \series default
18090 ABC
18091 \end_layout
18092
18093 \end_inset
18094 </cell>
18095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18096 \begin_inset Text
18097
18098 \begin_layout Plain Layout
18099 \begin_inset Formula $\mathcal{ABC}$
18100 \end_inset
18101
18102
18103 \end_layout
18104
18105 \end_inset
18106 </cell>
18107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout Plain Layout
18111 Alt-c e
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 </row>
18117 <row>
18118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122
18123 \backslash
18124 mathfrak
18125 \series bold
18126
18127 \begin_inset ERT
18128 status collapsed
18129
18130 \begin_layout Plain Layout
18131
18132
18133 \backslash
18134 spce 
18135 \end_layout
18136
18137 \end_inset
18138
18139
18140 \series default
18141 AbC
18142 \end_layout
18143
18144 \end_inset
18145 </cell>
18146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18147 \begin_inset Text
18148
18149 \begin_layout Plain Layout
18150 \begin_inset Formula $\mathfrak{AbC}$
18151 \end_inset
18152
18153
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162 -
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 </row>
18168 </lyxtabular>
18169
18170 \end_inset
18171
18172
18173 \end_layout
18174
18175 \begin_layout Standard
18176 \align center
18177 \begin_inset Tabular
18178 <lyxtabular version="3" rows="5" columns="3">
18179 <features>
18180 <column alignment="center" valignment="top" width="0">
18181 <column alignment="center" valignment="top" width="0">
18182 <column alignment="center" valignment="top" width="0">
18183 <row>
18184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188 Comando
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
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 Resultado
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206 atajo
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 </row>
18212 <row>
18213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18214 \begin_inset Text
18215
18216 \begin_layout Plain Layout
18217
18218 \backslash
18219 mathit
18220 \series bold
18221
18222 \begin_inset ERT
18223 status collapsed
18224
18225 \begin_layout Plain Layout
18226
18227
18228 \backslash
18229 spce 
18230 \end_layout
18231
18232 \end_inset
18233
18234
18235 \series default
18236 AbC
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 \begin_inset Formula $\mathit{AbC}$
18246 \end_inset
18247
18248
18249 \end_layout
18250
18251 \end_inset
18252 </cell>
18253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18254 \begin_inset Text
18255
18256 \begin_layout Plain Layout
18257 -
18258 \end_layout
18259
18260 \end_inset
18261 </cell>
18262 </row>
18263 <row>
18264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18265 \begin_inset Text
18266
18267 \begin_layout Plain Layout
18268
18269 \backslash
18270 mathrm
18271 \series bold
18272
18273 \begin_inset ERT
18274 status collapsed
18275
18276 \begin_layout Plain Layout
18277
18278
18279 \backslash
18280 spce 
18281 \end_layout
18282
18283 \end_inset
18284
18285
18286 \series default
18287 AbC
18288 \end_layout
18289
18290 \end_inset
18291 </cell>
18292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18293 \begin_inset Text
18294
18295 \begin_layout Plain Layout
18296 \begin_inset Formula $\mathrm{AbC}$
18297 \end_inset
18298
18299
18300 \end_layout
18301
18302 \end_inset
18303 </cell>
18304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18305 \begin_inset Text
18306
18307 \begin_layout Plain Layout
18308 Alt-c r
18309 \end_layout
18310
18311 \end_inset
18312 </cell>
18313 </row>
18314 <row>
18315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319
18320 \backslash
18321 mathsf
18322 \series bold
18323
18324 \begin_inset ERT
18325 status collapsed
18326
18327 \begin_layout Plain Layout
18328
18329
18330 \backslash
18331 spce 
18332 \end_layout
18333
18334 \end_inset
18335
18336
18337 \series default
18338 AbC
18339 \end_layout
18340
18341 \end_inset
18342 </cell>
18343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18344 \begin_inset Text
18345
18346 \begin_layout Plain Layout
18347 \begin_inset Formula $\mathsf{AbC}$
18348 \end_inset
18349
18350
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359 Alt-c s
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 </row>
18365 <row>
18366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18367 \begin_inset Text
18368
18369 \begin_layout Plain Layout
18370
18371 \backslash
18372 mathtt
18373 \series bold
18374
18375 \begin_inset ERT
18376 status collapsed
18377
18378 \begin_layout Plain Layout
18379
18380
18381 \backslash
18382 spce 
18383 \end_layout
18384
18385 \end_inset
18386
18387
18388 \series default
18389 AbC
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398 \begin_inset Formula $\mathtt{AbC}$
18399 \end_inset
18400
18401
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18407 \begin_inset Text
18408
18409 \begin_layout Plain Layout
18410 Alt-c p
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 </row>
18416 </lyxtabular>
18417
18418 \end_inset
18419
18420
18421 \end_layout
18422
18423 \begin_layout Standard
18424 \begin_inset Note Greyedout
18425 status open
18426
18427 \begin_layout Plain Layout
18428
18429 \series bold
18430 Nota
18431 \series default
18432 : Los estilos 
18433 \series bold
18434
18435 \backslash
18436 mathbb
18437 \series default
18438  y 
18439 \series bold
18440
18441 \backslash
18442 mathcal
18443 \series default
18444  sólo se aplican a letras mayúsculas.
18445 \end_layout
18446
18447 \end_inset
18448
18449
18450 \end_layout
18451
18452 \begin_layout Standard
18453 El estilo predeterminado es 
18454 \series bold
18455
18456 \backslash
18457 mathnormal
18458 \series default
18459 .
18460 \end_layout
18461
18462 \begin_layout Standard
18463 Los comandos de estilo funcionan también en estructuras matemáticas:
18464 \begin_inset Formula \[
18465 \mathfrak{A=\frac{b}{C}}\]
18466
18467 \end_inset
18468
18469
18470 \end_layout
18471
18472 \begin_layout Standard
18473 Los caracteres en texto matemático no aparecen en un estilo de letra de
18474  ecuaciones sino en el estilo 
18475 \series bold
18476
18477 \backslash
18478 textrm
18479 \series default
18480 .
18481  Este estilo no se puede poner correctamente con el diálogo de estilo de
18482  texto por un fallo de LyX.
18483 \begin_inset Foot
18484 status collapsed
18485
18486 \begin_layout Plain Layout
18487 \begin_inset CommandInset href
18488 LatexCommand href
18489 name "LyX-bug #4091"
18490 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18491
18492 \end_inset
18493
18494
18495 \end_layout
18496
18497 \end_inset
18498
18499
18500 \end_layout
18501
18502 \begin_layout Standard
18503 En vez de comandos se puede usar el menú 
18504 \family sans
18505 Editar\SpecialChar \menuseparator
18506 Ecuación\SpecialChar \menuseparator
18507 Estilo del texto
18508 \family default
18509  o el botón 
18510 \begin_inset Graphics
18511         filename ../../images/math/font.png
18512         scale 85
18513
18514 \end_inset
18515
18516 .
18517 \end_layout
18518
18519 \begin_layout Subsection
18520 Ecuaciones en negrita
18521 \begin_inset CommandInset label
18522 LatexCommand label
18523 name "sub:Ecuaciones-en-negrita"
18524
18525 \end_inset
18526
18527
18528 \begin_inset Index
18529 status collapsed
18530
18531 \begin_layout Plain Layout
18532 Ecuación ! en negrita
18533 \end_layout
18534
18535 \end_inset
18536
18537
18538 \end_layout
18539
18540 \begin_layout Standard
18541 Para poner en negrita una ecuación completa no se puede usar el comando
18542  
18543 \series bold
18544
18545 \backslash
18546 mathbf
18547 \series default
18548 , porque no funciona con minúsculas griegas.
18549  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18550 \begin_inset Formula \[
18551 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash  mathbf}\]
18552
18553 \end_inset
18554
18555
18556 \end_layout
18557
18558 \begin_layout Standard
18559 Para presentar la ecuación correctamente se usa el comando 
18560 \series bold
18561 boldsymbol
18562 \series default
18563 :
18564 \begin_inset Formula \[
18565 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash  boldsymbol}\]
18566
18567 \end_inset
18568
18569
18570 \end_layout
18571
18572 \begin_layout Standard
18573 También es posible poner la fórmula en un 
18574 \series bold
18575 entorno boldmath
18576 \series default
18577 , que se inserta con el comando 
18578 \series bold
18579
18580 \backslash
18581 boldmath
18582 \series default
18583
18584 \begin_inset Index
18585 status collapsed
18586
18587 \begin_layout Plain Layout
18588 Comandos ! B ! 
18589 \backslash
18590 boldmath
18591 \end_layout
18592
18593 \end_inset
18594
18595  en modo TeX.
18596  Para finalizar el entorno se usa el comando 
18597 \series bold
18598
18599 \backslash
18600 unboldmath
18601 \series default
18602
18603 \begin_inset Index
18604 status collapsed
18605
18606 \begin_layout Plain Layout
18607 Comandos ! U ! 
18608 \backslash
18609 unboldmath
18610 \end_layout
18611
18612 \end_inset
18613
18614  en modo TeX.
18615 \begin_inset ERT
18616 status collapsed
18617
18618 \begin_layout Plain Layout
18619
18620
18621 \backslash
18622 boldmath
18623 \end_layout
18624
18625 \end_inset
18626
18627
18628 \begin_inset Formula \[
18629 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}\]
18630
18631 \end_inset
18632
18633
18634 \end_layout
18635
18636 \begin_layout Standard
18637 \begin_inset ERT
18638 status collapsed
18639
18640 \begin_layout Plain Layout
18641
18642
18643 \backslash
18644 unboldmath
18645 \end_layout
18646
18647 \end_inset
18648
18649
18650 \end_layout
18651
18652 \begin_layout Subsection
18653 Tamaños de fuentes
18654 \begin_inset CommandInset label
18655 LatexCommand label
18656 name "sub:Tamaños-de-fuentes"
18657
18658 \end_inset
18659
18660
18661 \begin_inset Index
18662 status collapsed
18663
18664 \begin_layout Plain Layout
18665 Fuentes ! tamaño
18666 \end_layout
18667
18668 \end_inset
18669
18670
18671 \end_layout
18672
18673 \begin_layout Standard
18674 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18675  siguientes comandos de tamaño:
18676 \end_layout
18677
18678 \begin_layout Standard
18679
18680 \series bold
18681
18682 \backslash
18683 Huge
18684 \series default
18685
18686 \series bold
18687
18688 \backslash
18689 huge
18690 \series default
18691
18692 \series bold
18693
18694 \backslash
18695 LARGE
18696 \series default
18697
18698 \series bold
18699
18700 \backslash
18701 Large
18702 \series default
18703
18704 \series bold
18705
18706 \backslash
18707 large
18708 \series default
18709
18710 \series bold
18711
18712 \backslash
18713 normalsize
18714 \series default
18715
18716 \series bold
18717
18718 \backslash
18719 small
18720 \series default
18721 ,
18722 \begin_inset Newline newline
18723 \end_inset
18724
18725
18726 \series bold
18727
18728 \backslash
18729 footnotesize
18730 \series default
18731
18732 \series bold
18733
18734 \backslash
18735 scriptsize
18736 \series default
18737 , y 
18738 \series bold
18739
18740 \backslash
18741 tiny
18742 \end_layout
18743
18744 \begin_layout Standard
18745 El tamaño dado por los comandos depende del tamaño base de la fuente en
18746  el documento, dado por el comando 
18747 \series bold
18748
18749 \backslash
18750 normalsize
18751 \series default
18752 .
18753  Los demás comandos producen tamaños menores o mayores que 
18754 \series bold
18755
18756 \backslash
18757 normalsize
18758 \series default
18759 .
18760  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
18761  Si, por ejemplo, la fuente del documento es de 12
18762 \begin_inset Space \thinspace{}
18763 \end_inset
18764
18765 pt, el comando 
18766 \series bold
18767
18768 \backslash
18769 Huge
18770 \series default
18771  da el mismo tamaño que 
18772 \series bold
18773
18774 \backslash
18775 huge
18776 \series default
18777 .
18778 \end_layout
18779
18780 \begin_layout Standard
18781 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
18782  a todas las ecuaciones y texto siguientes.
18783  Para volver al tamaño anterior hay que insertar el comando 
18784 \series bold
18785
18786 \backslash
18787 normalsize
18788 \series default
18789  en modo TeX detrás de la ecuación.
18790  
18791 \end_layout
18792
18793 \begin_layout Standard
18794 Dentro de una fórmula el tamaño sólo se puede cambiar para símbolos o letras
18795  en texto matemático.
18796  Para hacerlo se inserta el comando en texto matemático.
18797  Todos los caracteres siguientes, hasta el final del texto matemático o
18798  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
18799  Dos ejemplos:
18800 \end_layout
18801
18802 \begin_layout Standard
18803 \begin_inset VSpace -2mm
18804 \end_inset
18805
18806
18807 \end_layout
18808
18809 \begin_layout Standard
18810 \begin_inset ERT
18811 status collapsed
18812
18813 \begin_layout Plain Layout
18814
18815
18816 \backslash
18817 huge
18818 \end_layout
18819
18820 \end_inset
18821
18822
18823 \begin_inset Formula \[
18824 A=\frac{B}{c}\cdot\maltese\]
18825
18826 \end_inset
18827
18828
18829 \begin_inset Formula \[
18830 \maltese A\textrm{\Large \maltese\textit{A}}\textrm{\tiny \maltese\textit{A}}\]
18831
18832 \end_inset
18833
18834
18835 \end_layout
18836
18837 \begin_layout Standard
18838 \begin_inset ERT
18839 status collapsed
18840
18841 \begin_layout Plain Layout
18842
18843
18844 \backslash
18845 normalsize
18846 \end_layout
18847
18848 \end_inset
18849
18850
18851 \begin_inset VSpace medskip
18852 \end_inset
18853
18854
18855 \end_layout
18856
18857 \begin_layout Standard
18858 Antes de las ecuaciones se ha insertado el comando 
18859 \series bold
18860
18861 \backslash
18862 huge
18863 \series default
18864 .
18865  Para la segunda ecuación el comando es:
18866 \begin_inset Newline newline
18867 \end_inset
18868
18869
18870 \series bold
18871
18872 \backslash
18873 maltese
18874 \begin_inset ERT
18875 status collapsed
18876
18877 \begin_layout Plain Layout
18878
18879
18880 \backslash
18881 spce 
18882 \end_layout
18883
18884 \end_inset
18885
18886 A Alt-m m 
18887 \backslash
18888 Large
18889 \begin_inset ERT
18890 status collapsed
18891
18892 \begin_layout Plain Layout
18893
18894
18895 \backslash
18896 spce 
18897 \end_layout
18898
18899 \end_inset
18900
18901
18902 \backslash
18903 maltese
18904 \begin_inset ERT
18905 status collapsed
18906
18907 \begin_layout Plain Layout
18908
18909
18910 \backslash
18911 spce 
18912 \end_layout
18913
18914 \end_inset
18915
18916
18917 \backslash
18918 textit
18919 \begin_inset ERT
18920 status collapsed
18921
18922 \begin_layout Plain Layout
18923
18924
18925 \backslash
18926 spce 
18927 \end_layout
18928
18929 \end_inset
18930
18931 A
18932 \begin_inset Formula $\to$
18933 \end_inset
18934
18935
18936 \begin_inset Formula $\to$
18937 \end_inset
18938
18939
18940 \begin_inset Newline newline
18941 \end_inset
18942
18943
18944 \begin_inset Space \hspace*{}
18945 \length 1cm
18946 \end_inset
18947
18948 Alt-m
18949 \series default
18950  
18951 \series bold
18952
18953 \backslash
18954 tiny
18955 \begin_inset ERT
18956 status collapsed
18957
18958 \begin_layout Plain Layout
18959
18960
18961 \backslash
18962 spce 
18963 \end_layout
18964
18965 \end_inset
18966
18967
18968 \backslash
18969 maltese
18970 \begin_inset ERT
18971 status collapsed
18972
18973 \begin_layout Plain Layout
18974
18975
18976 \backslash
18977 spce 
18978 \end_layout
18979
18980 \end_inset
18981
18982
18983 \backslash
18984 textit
18985 \begin_inset ERT
18986 status collapsed
18987
18988 \begin_layout Plain Layout
18989
18990
18991 \backslash
18992 spce 
18993 \end_layout
18994
18995 \end_inset
18996
18997 A
18998 \end_layout
18999
19000 \begin_layout Standard
19001 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19002  el tamaño por defecto.
19003 \end_layout
19004
19005 \begin_layout Section
19006 Letras griegas
19007 \begin_inset Index
19008 status collapsed
19009
19010 \begin_layout Plain Layout
19011 Letras griegas
19012 \end_layout
19013
19014 \end_inset
19015
19016
19017 \end_layout
19018
19019 \begin_layout Standard
19020 Todas las letras griegas se pueden insertar además mediante el botón 
19021 \begin_inset Graphics
19022         filename ../../images/math/alpha.png
19023         scale 85
19024
19025 \end_inset
19026
19027  de la barra de ecuaciones.
19028 \end_layout
19029
19030 \begin_layout Subsection
19031 Minúsculas
19032 \begin_inset CommandInset label
19033 LatexCommand label
19034 name "sub:Minúsculas"
19035
19036 \end_inset
19037
19038
19039 \begin_inset Index
19040 status collapsed
19041
19042 \begin_layout Plain Layout
19043 Letras griegas ! minúsculas
19044 \end_layout
19045
19046 \end_inset
19047
19048
19049 \end_layout
19050
19051 \begin_layout Standard
19052 \begin_inset Space \hfill{}
19053 \end_inset
19054
19055
19056 \begin_inset Tabular
19057 <lyxtabular version="3" rows="11" columns="2">
19058 <features>
19059 <column alignment="center" valignment="top" width="0pt">
19060 <column alignment="center" valignment="top" width="0pt">
19061 <row>
19062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19063 \begin_inset Text
19064
19065 \begin_layout Plain Layout
19066 Comando
19067 \end_layout
19068
19069 \end_inset
19070 </cell>
19071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075 Símbolo
19076 \end_layout
19077
19078 \end_inset
19079 </cell>
19080 </row>
19081 <row>
19082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19083 \begin_inset Text
19084
19085 \begin_layout Plain Layout
19086
19087 \backslash
19088 alpha
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19094 \begin_inset Text
19095
19096 \begin_layout Plain Layout
19097 \begin_inset Formula $\alpha$
19098 \end_inset
19099
19100
19101 \end_layout
19102
19103 \end_inset
19104 </cell>
19105 </row>
19106 <row>
19107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19108 \begin_inset Text
19109
19110 \begin_layout Plain Layout
19111
19112 \backslash
19113 beta
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122 \begin_inset Formula $\beta$
19123 \end_inset
19124
19125
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 </row>
19131 <row>
19132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136
19137 \backslash
19138 gamma
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147 \begin_inset Formula $\gamma$
19148 \end_inset
19149
19150
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 </row>
19156 <row>
19157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161
19162 \backslash
19163 delta
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172 \begin_inset Formula $\delta$
19173 \end_inset
19174
19175
19176 \end_layout
19177
19178 \end_inset
19179 </cell>
19180 </row>
19181 <row>
19182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19183 \begin_inset Text
19184
19185 \begin_layout Plain Layout
19186
19187 \backslash
19188 epsilon
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197 \begin_inset Formula $\epsilon$
19198 \end_inset
19199
19200
19201 \end_layout
19202
19203 \end_inset
19204 </cell>
19205 </row>
19206 <row>
19207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19208 \begin_inset Text
19209
19210 \begin_layout Plain Layout
19211
19212 \backslash
19213 varepsilon
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222 \begin_inset Formula $\varepsilon$
19223 \end_inset
19224
19225
19226 \end_layout
19227
19228 \end_inset
19229 </cell>
19230 </row>
19231 <row>
19232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19233 \begin_inset Text
19234
19235 \begin_layout Plain Layout
19236
19237 \backslash
19238 zeta
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247 \begin_inset Formula $\zeta$
19248 \end_inset
19249
19250
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 </row>
19256 <row>
19257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19258 \begin_inset Text
19259
19260 \begin_layout Plain Layout
19261
19262 \backslash
19263 eta
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272 \begin_inset Formula $\eta$
19273 \end_inset
19274
19275
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 </row>
19281 <row>
19282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19283 \begin_inset Text
19284
19285 \begin_layout Plain Layout
19286
19287 \backslash
19288 theta
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 \begin_inset Formula $\theta$
19298 \end_inset
19299
19300
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 </row>
19306 <row>
19307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311
19312 \backslash
19313 vartheta
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322 \begin_inset Formula $\vartheta$
19323 \end_inset
19324
19325
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 </row>
19331 </lyxtabular>
19332
19333 \end_inset
19334
19335
19336 \begin_inset Space \hfill{}
19337 \end_inset
19338
19339
19340 \begin_inset Tabular
19341 <lyxtabular version="3" rows="12" columns="2">
19342 <features>
19343 <column alignment="center" valignment="top" width="0pt">
19344 <column alignment="center" valignment="top" width="0pt">
19345 <row>
19346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350 Comando
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Plain Layout
19359 Símbolo
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 </row>
19365 <row>
19366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19367 \begin_inset Text
19368
19369 \begin_layout Plain Layout
19370
19371 \backslash
19372 iota
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19378 \begin_inset Text
19379
19380 \begin_layout Plain Layout
19381 \begin_inset Formula $\iota$
19382 \end_inset
19383
19384
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 </row>
19390 <row>
19391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Plain Layout
19395
19396 \backslash
19397 kappa
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406 \begin_inset Formula $\kappa$
19407 \end_inset
19408
19409
19410 \end_layout
19411
19412 \end_inset
19413 </cell>
19414 </row>
19415 <row>
19416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420
19421 \backslash
19422 varkappa
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431 \begin_inset Formula $\varkappa$
19432 \end_inset
19433
19434
19435 \end_layout
19436
19437 \end_inset
19438 </cell>
19439 </row>
19440 <row>
19441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19442 \begin_inset Text
19443
19444 \begin_layout Plain Layout
19445
19446 \backslash
19447 lambda
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19453 \begin_inset Text
19454
19455 \begin_layout Plain Layout
19456 \begin_inset Formula $\lambda$
19457 \end_inset
19458
19459
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 </row>
19465 <row>
19466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19467 \begin_inset Text
19468
19469 \begin_layout Plain Layout
19470
19471 \backslash
19472 mu
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481 \begin_inset Formula $\mu$
19482 \end_inset
19483
19484
19485 \end_layout
19486
19487 \end_inset
19488 </cell>
19489 </row>
19490 <row>
19491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Plain Layout
19495
19496 \backslash
19497 nu
19498 \end_layout
19499
19500 \end_inset
19501 </cell>
19502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19503 \begin_inset Text
19504
19505 \begin_layout Plain Layout
19506 \begin_inset Formula $\nu$
19507 \end_inset
19508
19509
19510 \end_layout
19511
19512 \end_inset
19513 </cell>
19514 </row>
19515 <row>
19516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19517 \begin_inset Text
19518
19519 \begin_layout Plain Layout
19520
19521 \backslash
19522 xi
19523 \end_layout
19524
19525 \end_inset
19526 </cell>
19527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19528 \begin_inset Text
19529
19530 \begin_layout Plain Layout
19531 \begin_inset Formula $\xi$
19532 \end_inset
19533
19534
19535 \end_layout
19536
19537 \end_inset
19538 </cell>
19539 </row>
19540 <row>
19541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19542 \begin_inset Text
19543
19544 \begin_layout Plain Layout
19545 o
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19551 \begin_inset Text
19552
19553 \begin_layout Plain Layout
19554 \begin_inset Formula $o$
19555 \end_inset
19556
19557
19558 \end_layout
19559
19560 \end_inset
19561 </cell>
19562 </row>
19563 <row>
19564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19565 \begin_inset Text
19566
19567 \begin_layout Plain Layout
19568
19569 \backslash
19570 pi
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Plain Layout
19579 \begin_inset Formula $\pi$
19580 \end_inset
19581
19582
19583 \end_layout
19584
19585 \end_inset
19586 </cell>
19587 </row>
19588 <row>
19589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19590 \begin_inset Text
19591
19592 \begin_layout Plain Layout
19593
19594 \backslash
19595 varpi
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19601 \begin_inset Text
19602
19603 \begin_layout Plain Layout
19604 \begin_inset Formula $\varpi$
19605 \end_inset
19606
19607
19608 \end_layout
19609
19610 \end_inset
19611 </cell>
19612 </row>
19613 <row>
19614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19615 \begin_inset Text
19616
19617 \begin_layout Plain Layout
19618
19619 \backslash
19620 rho
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19626 \begin_inset Text
19627
19628 \begin_layout Plain Layout
19629 \begin_inset Formula $\rho$
19630 \end_inset
19631
19632
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 </row>
19638 </lyxtabular>
19639
19640 \end_inset
19641
19642
19643 \begin_inset Space \hfill{}
19644 \end_inset
19645
19646
19647 \begin_inset Tabular
19648 <lyxtabular version="3" rows="11" columns="2">
19649 <features>
19650 <column alignment="center" valignment="top" width="0pt">
19651 <column alignment="center" valignment="top" width="0pt">
19652 <row>
19653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19654 \begin_inset Text
19655
19656 \begin_layout Plain Layout
19657 Comando
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666 Símbolo
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 </row>
19672 <row>
19673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19674 \begin_inset Text
19675
19676 \begin_layout Plain Layout
19677
19678 \backslash
19679 varrho
19680 \end_layout
19681
19682 \end_inset
19683 </cell>
19684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19685 \begin_inset Text
19686
19687 \begin_layout Plain Layout
19688 \begin_inset Formula $\varrho$
19689 \end_inset
19690
19691
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 </row>
19697 <row>
19698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19699 \begin_inset Text
19700
19701 \begin_layout Plain Layout
19702
19703 \backslash
19704 sigma
19705 \end_layout
19706
19707 \end_inset
19708 </cell>
19709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Plain Layout
19713 \begin_inset Formula $\sigma$
19714 \end_inset
19715
19716
19717 \end_layout
19718
19719 \end_inset
19720 </cell>
19721 </row>
19722 <row>
19723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19724 \begin_inset Text
19725
19726 \begin_layout Plain Layout
19727
19728 \backslash
19729 varsigma
19730 \end_layout
19731
19732 \end_inset
19733 </cell>
19734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19735 \begin_inset Text
19736
19737 \begin_layout Plain Layout
19738 \begin_inset Formula $\varsigma$
19739 \end_inset
19740
19741
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 </row>
19747 <row>
19748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752
19753 \backslash
19754 tau
19755 \end_layout
19756
19757 \end_inset
19758 </cell>
19759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763 \begin_inset Formula $\tau$
19764 \end_inset
19765
19766
19767 \end_layout
19768
19769 \end_inset
19770 </cell>
19771 </row>
19772 <row>
19773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777
19778 \backslash
19779 upsilon
19780 \end_layout
19781
19782 \end_inset
19783 </cell>
19784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788 \begin_inset Formula $\upsilon$
19789 \end_inset
19790
19791
19792 \end_layout
19793
19794 \end_inset
19795 </cell>
19796 </row>
19797 <row>
19798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802
19803 \backslash
19804 phi
19805 \end_layout
19806
19807 \end_inset
19808 </cell>
19809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19810 \begin_inset Text
19811
19812 \begin_layout Plain Layout
19813 \begin_inset Formula $\phi$
19814 \end_inset
19815
19816
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 </row>
19822 <row>
19823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827
19828 \backslash
19829 varphi
19830 \end_layout
19831
19832 \end_inset
19833 </cell>
19834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838 \begin_inset Formula $\varphi$
19839 \end_inset
19840
19841
19842 \end_layout
19843
19844 \end_inset
19845 </cell>
19846 </row>
19847 <row>
19848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19849 \begin_inset Text
19850
19851 \begin_layout Plain Layout
19852
19853 \backslash
19854 chi
19855 \end_layout
19856
19857 \end_inset
19858 </cell>
19859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863 \begin_inset Formula $\chi$
19864 \end_inset
19865
19866
19867 \end_layout
19868
19869 \end_inset
19870 </cell>
19871 </row>
19872 <row>
19873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19874 \begin_inset Text
19875
19876 \begin_layout Plain Layout
19877
19878 \backslash
19879 psi
19880 \end_layout
19881
19882 \end_inset
19883 </cell>
19884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888 \begin_inset Formula $\psi$
19889 \end_inset
19890
19891
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 </row>
19897 <row>
19898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902
19903 \backslash
19904 omega
19905 \end_layout
19906
19907 \end_inset
19908 </cell>
19909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913 \begin_inset Formula $\omega$
19914 \end_inset
19915
19916
19917 \end_layout
19918
19919 \end_inset
19920 </cell>
19921 </row>
19922 </lyxtabular>
19923
19924 \end_inset
19925
19926
19927 \begin_inset Space \hfill{}
19928 \end_inset
19929
19930
19931 \end_layout
19932
19933 \begin_layout Standard
19934 \begin_inset VSpace medskip
19935 \end_inset
19936
19937
19938 \end_layout
19939
19940 \begin_layout Standard
19941 Cómo escribir letras griegas en redonda se explica en 
19942 \begin_inset CommandInset ref
19943 LatexCommand ref
19944 reference "sub:Griegas-en-redonda"
19945
19946 \end_inset
19947
19948 .
19949 \end_layout
19950
19951 \begin_layout Subsection
19952 Mayúsculas
19953 \begin_inset Index
19954 status collapsed
19955
19956 \begin_layout Plain Layout
19957 Letras griegas ! mayúsculas
19958 \end_layout
19959
19960 \end_inset
19961
19962
19963 \end_layout
19964
19965 \begin_layout Standard
19966 \begin_inset Space \hfill{}
19967 \end_inset
19968
19969
19970 \begin_inset Tabular
19971 <lyxtabular version="3" rows="7" columns="2">
19972 <features>
19973 <column alignment="center" valignment="top" width="0pt">
19974 <column alignment="center" valignment="top" width="0pt">
19975 <row>
19976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19977 \begin_inset Text
19978
19979 \begin_layout Plain Layout
19980 Comando
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989 Símbolo
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 </row>
19995 <row>
19996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000
20001 \backslash
20002 Gamma
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011 \begin_inset Formula $\Gamma$
20012 \end_inset
20013
20014
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 </row>
20020 <row>
20021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20022 \begin_inset Text
20023
20024 \begin_layout Plain Layout
20025
20026 \backslash
20027 Delta
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036 \begin_inset Formula $\Delta$
20037 \end_inset
20038
20039
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 </row>
20045 <row>
20046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20047 \begin_inset Text
20048
20049 \begin_layout Plain Layout
20050
20051 \backslash
20052 Theta
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061 \begin_inset Formula $\Theta$
20062 \end_inset
20063
20064
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 </row>
20070 <row>
20071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075
20076 \backslash
20077 Lambda
20078 \end_layout
20079
20080 \end_inset
20081 </cell>
20082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086 \begin_inset Formula $\Lambda$
20087 \end_inset
20088
20089
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 </row>
20095 <row>
20096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20097 \begin_inset Text
20098
20099 \begin_layout Plain Layout
20100
20101 \backslash
20102 Xi
20103 \end_layout
20104
20105 \end_inset
20106 </cell>
20107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Plain Layout
20111 \begin_inset Formula $\Xi$
20112 \end_inset
20113
20114
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 </row>
20120 <row>
20121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20122 \begin_inset Text
20123
20124 \begin_layout Plain Layout
20125
20126 \backslash
20127 Pi
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136 \begin_inset Formula $\Pi$
20137 \end_inset
20138
20139
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 </row>
20145 </lyxtabular>
20146
20147 \end_inset
20148
20149
20150 \begin_inset Space \hfill{}
20151 \end_inset
20152
20153
20154 \begin_inset Tabular
20155 <lyxtabular version="3" rows="6" columns="2">
20156 <features>
20157 <column alignment="center" valignment="top" width="0pt">
20158 <column alignment="center" valignment="top" width="0pt">
20159 <row>
20160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Plain Layout
20164 Comando
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173 Símbolo
20174 \end_layout
20175
20176 \end_inset
20177 </cell>
20178 </row>
20179 <row>
20180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20181 \begin_inset Text
20182
20183 \begin_layout Plain Layout
20184
20185 \backslash
20186 Sigma
20187 \end_layout
20188
20189 \end_inset
20190 </cell>
20191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195 \begin_inset Formula $\Sigma$
20196 \end_inset
20197
20198
20199 \end_layout
20200
20201 \end_inset
20202 </cell>
20203 </row>
20204 <row>
20205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209
20210 \backslash
20211 Upsilon
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220 \begin_inset Formula $\Upsilon$
20221 \end_inset
20222
20223
20224 \end_layout
20225
20226 \end_inset
20227 </cell>
20228 </row>
20229 <row>
20230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20231 \begin_inset Text
20232
20233 \begin_layout Plain Layout
20234
20235 \backslash
20236 Phi
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245 \begin_inset Formula $\Phi$
20246 \end_inset
20247
20248
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 </row>
20254 <row>
20255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259
20260 \backslash
20261 Psi
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270 \begin_inset Formula $\Psi$
20271 \end_inset
20272
20273
20274 \end_layout
20275
20276 \end_inset
20277 </cell>
20278 </row>
20279 <row>
20280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20281 \begin_inset Text
20282
20283 \begin_layout Plain Layout
20284
20285 \backslash
20286 Omega
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Plain Layout
20295 \begin_inset Formula $\Omega$
20296 \end_inset
20297
20298
20299 \end_layout
20300
20301 \end_inset
20302 </cell>
20303 </row>
20304 </lyxtabular>
20305
20306 \end_inset
20307
20308
20309 \begin_inset Space \hfill{}
20310 \end_inset
20311
20312
20313 \end_layout
20314
20315 \begin_layout Standard
20316 \begin_inset VSpace medskip
20317 \end_inset
20318
20319
20320 \end_layout
20321
20322 \begin_layout Standard
20323 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20324  cuando se desarrolló TeX.
20325  Para obtener mayúsculas en cursiva, inicia cada comando con 
20326 \series bold
20327 var
20328 \series default
20329 .
20330  Por ejemplo, el comando 
20331 \series bold
20332
20333 \backslash
20334 varGamma
20335 \series default
20336  genera: 
20337 \begin_inset Formula $\varGamma $
20338 \end_inset
20339
20340
20341 \end_layout
20342
20343 \begin_layout Subsection
20344 Letras en negrita
20345 \begin_inset Index
20346 status collapsed
20347
20348 \begin_layout Plain Layout
20349 Letras griegas ! en negrita
20350 \end_layout
20351
20352 \end_inset
20353
20354
20355 \end_layout
20356
20357 \begin_layout Standard
20358 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
20359  Sólo se pueden poner en negrita con el comando 
20360 \series bold
20361
20362 \backslash
20363 boldsymbol
20364 \series default
20365
20366 \begin_inset Index
20367 status collapsed
20368
20369 \begin_layout Plain Layout
20370 Comandos ! B ! 
20371 \backslash
20372 boldsymbol
20373 \end_layout
20374
20375 \end_inset
20376
20377 .
20378 \end_layout
20379
20380 \begin_layout Standard
20381 \align center
20382 \begin_inset Tabular
20383 <lyxtabular version="3" rows="3" columns="2">
20384 <features>
20385 <column alignment="center" valignment="top" width="0">
20386 <column alignment="center" valignment="top" width="0">
20387 <row>
20388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20389 \begin_inset Text
20390
20391 \begin_layout Plain Layout
20392 Comando
20393 \end_layout
20394
20395 \end_inset
20396 </cell>
20397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20398 \begin_inset Text
20399
20400 \begin_layout Plain Layout
20401 Símbolo
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 </row>
20407 <row>
20408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20409 \begin_inset Text
20410
20411 \begin_layout Plain Layout
20412
20413 \backslash
20414 Upsilon
20415 \backslash
20416 boldsymbol
20417 \backslash
20418 Upsilon
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20424 \begin_inset Text
20425
20426 \begin_layout Plain Layout
20427 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20428 \end_inset
20429
20430
20431 \end_layout
20432
20433 \end_inset
20434 </cell>
20435 </row>
20436 <row>
20437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20438 \begin_inset Text
20439
20440 \begin_layout Plain Layout
20441
20442 \backslash
20443 theta
20444 \backslash
20445 boldsymbol
20446 \backslash
20447 theta
20448 \end_layout
20449
20450 \end_inset
20451 </cell>
20452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20453 \begin_inset Text
20454
20455 \begin_layout Plain Layout
20456 \begin_inset Formula $\theta\boldsymbol{\theta}$
20457 \end_inset
20458
20459
20460 \end_layout
20461
20462 \end_inset
20463 </cell>
20464 </row>
20465 </lyxtabular>
20466
20467 \end_inset
20468
20469
20470 \end_layout
20471
20472 \begin_layout Section
20473 Símbolos
20474 \begin_inset ERT
20475 status collapsed
20476
20477 \begin_layout Plain Layout
20478
20479
20480 \backslash
20481 texorpdfstring{
20482 \end_layout
20483
20484 \end_inset
20485
20486
20487 \begin_inset Foot
20488 status collapsed
20489
20490 \begin_layout Plain Layout
20491 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20492  LaTeX en 
20493 \begin_inset CommandInset citation
20494 LatexCommand cite
20495 key "Symbole"
20496
20497 \end_inset
20498
20499 .
20500 \end_layout
20501
20502 \end_inset
20503
20504
20505 \begin_inset ERT
20506 status collapsed
20507
20508 \begin_layout Plain Layout
20509
20510 }{}
20511 \end_layout
20512
20513 \end_inset
20514
20515
20516 \begin_inset Note Note
20517 status collapsed
20518
20519 \begin_layout Plain Layout
20520
20521 \backslash
20522 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20523  PDF.
20524 \end_layout
20525
20526 \begin_layout Plain Layout
20527 Más sobre 
20528 \backslash
20529 texorpdfstring en la sección 
20530 \begin_inset CommandInset ref
20531 LatexCommand ref
20532 reference "sub:Ecuaciones-en-títulos"
20533
20534 \end_inset
20535
20536 .
20537 \end_layout
20538
20539 \end_inset
20540
20541
20542 \begin_inset Index
20543 status collapsed
20544
20545 \begin_layout Plain Layout
20546 Símbolos
20547 \end_layout
20548
20549 \end_inset
20550
20551
20552 \end_layout
20553
20554 \begin_layout Standard
20555 Muchos de los símbolos listados en esta sección se pueden insertar además
20556  mediante los botones 
20557 \begin_inset Graphics
20558         filename ../../images/math/nabla.png
20559         scale 85
20560
20561 \end_inset
20562
20563  y 
20564 \begin_inset Graphics
20565         filename ../../images/math/digamma.png
20566         scale 85
20567
20568 \end_inset
20569
20570  de la barra de ecuaciones.
20571 \end_layout
20572
20573 \begin_layout Subsection
20574 Símbolos matemáticos
20575 \begin_inset CommandInset label
20576 LatexCommand label
20577 name "sub:Símbolos-matemáticos"
20578
20579 \end_inset
20580
20581
20582 \begin_inset Index
20583 status collapsed
20584
20585 \begin_layout Plain Layout
20586 Símbolos ! matemáticos
20587 \end_layout
20588
20589 \end_inset
20590
20591
20592 \end_layout
20593
20594 \begin_layout Standard
20595 \begin_inset Space \hfill{}
20596 \end_inset
20597
20598
20599 \begin_inset Tabular
20600 <lyxtabular version="3" rows="10" columns="2">
20601 <features>
20602 <column alignment="center" valignment="top" width="0pt">
20603 <column alignment="center" valignment="top" width="0pt">
20604 <row>
20605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609 Comando
20610 \end_layout
20611
20612 \end_inset
20613 </cell>
20614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618 Símbolo
20619 \end_layout
20620
20621 \end_inset
20622 </cell>
20623 </row>
20624 <row>
20625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629
20630 \backslash
20631 neg
20632 \end_layout
20633
20634 \end_inset
20635 </cell>
20636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20637 \begin_inset Text
20638
20639 \begin_layout Plain Layout
20640 \begin_inset Formula $\neg$
20641 \end_inset
20642
20643
20644 \end_layout
20645
20646 \end_inset
20647 </cell>
20648 </row>
20649 <row>
20650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654
20655 \backslash
20656 Im
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665 \begin_inset Formula $\Im$
20666 \end_inset
20667
20668
20669 \end_layout
20670
20671 \end_inset
20672 </cell>
20673 </row>
20674 <row>
20675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679
20680 \backslash
20681 Re
20682 \end_layout
20683
20684 \end_inset
20685 </cell>
20686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690 \begin_inset Formula $\Re$
20691 \end_inset
20692
20693
20694 \end_layout
20695
20696 \end_inset
20697 </cell>
20698 </row>
20699 <row>
20700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704
20705 \backslash
20706 aleph
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715 \begin_inset Formula $\aleph$
20716 \end_inset
20717
20718
20719 \end_layout
20720
20721 \end_inset
20722 </cell>
20723 </row>
20724 <row>
20725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729
20730 \backslash
20731 partial
20732 \end_layout
20733
20734 \end_inset
20735 </cell>
20736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740 \begin_inset Formula $\partial$
20741 \end_inset
20742
20743
20744 \end_layout
20745
20746 \end_inset
20747 </cell>
20748 </row>
20749 <row>
20750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20751 \begin_inset Text
20752
20753 \begin_layout Plain Layout
20754
20755 \backslash
20756 infty
20757 \end_layout
20758
20759 \end_inset
20760 </cell>
20761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765 \begin_inset Formula $\infty$
20766 \end_inset
20767
20768
20769 \end_layout
20770
20771 \end_inset
20772 </cell>
20773 </row>
20774 <row>
20775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20776 \begin_inset Text
20777
20778 \begin_layout Plain Layout
20779
20780 \backslash
20781 wp
20782 \end_layout
20783
20784 \end_inset
20785 </cell>
20786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20787 \begin_inset Text
20788
20789 \begin_layout Plain Layout
20790 \begin_inset Formula $\wp$
20791 \end_inset
20792
20793
20794 \end_layout
20795
20796 \end_inset
20797 </cell>
20798 </row>
20799 <row>
20800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20801 \begin_inset Text
20802
20803 \begin_layout Plain Layout
20804
20805 \backslash
20806 imath
20807 \end_layout
20808
20809 \end_inset
20810 </cell>
20811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815 \begin_inset Formula $\imath$
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 </row>
20824 <row>
20825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20826 \begin_inset Text
20827
20828 \begin_layout Plain Layout
20829
20830 \backslash
20831 jmath
20832 \end_layout
20833
20834 \end_inset
20835 </cell>
20836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840 \begin_inset Formula $\jmath$
20841 \end_inset
20842
20843
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 </row>
20849 </lyxtabular>
20850
20851 \end_inset
20852
20853
20854 \begin_inset Space \hfill{}
20855 \end_inset
20856
20857
20858 \begin_inset Tabular
20859 <lyxtabular version="3" rows="10" columns="2">
20860 <features>
20861 <column alignment="center" valignment="top" width="0pt">
20862 <column alignment="center" valignment="top" width="0pt">
20863 <row>
20864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868 Comando
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877 Símbolo
20878 \begin_inset Note Note
20879 status collapsed
20880
20881 \begin_layout Plain Layout
20882
20883 \series bold
20884
20885 \backslash
20886 raisebox
20887 \series default
20888  se usa sólo como espaciador
20889 \end_layout
20890
20891 \end_inset
20892
20893
20894 \end_layout
20895
20896 \end_inset
20897 </cell>
20898 </row>
20899 <row>
20900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904
20905 \backslash
20906 forall
20907 \end_layout
20908
20909 \end_inset
20910 </cell>
20911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Plain Layout
20915 \begin_inset Formula $\forall$
20916 \end_inset
20917
20918
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 </row>
20924 <row>
20925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929
20930 \backslash
20931 exists
20932 \end_layout
20933
20934 \end_inset
20935 </cell>
20936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940 \begin_inset Formula $\exists$
20941 \end_inset
20942
20943
20944 \end_layout
20945
20946 \end_inset
20947 </cell>
20948 </row>
20949 <row>
20950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20951 \begin_inset Text
20952
20953 \begin_layout Plain Layout
20954
20955 \backslash
20956 nexists
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965 \begin_inset Formula $\nexists$
20966 \end_inset
20967
20968
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 </row>
20974 <row>
20975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979
20980 \backslash
20981 emptyset
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990 \begin_inset Formula $\emptyset$
20991 \end_inset
20992
20993
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 </row>
20999 <row>
21000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21001 \begin_inset Text
21002
21003 \begin_layout Plain Layout
21004
21005 \backslash
21006 varnothing
21007 \end_layout
21008
21009 \end_inset
21010 </cell>
21011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21012 \begin_inset Text
21013
21014 \begin_layout Plain Layout
21015 \begin_inset Formula $\varnothing$
21016 \end_inset
21017
21018
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 </row>
21024 <row>
21025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21026 \begin_inset Text
21027
21028 \begin_layout Plain Layout
21029
21030 \backslash
21031 dag
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040 \begin_inset Formula $\dag $
21041 \end_inset
21042
21043
21044 \end_layout
21045
21046 \end_inset
21047 </cell>
21048 </row>
21049 <row>
21050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054
21055 \backslash
21056 ddag
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065 \begin_inset Formula $\ddag $
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 </row>
21074 <row>
21075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079
21080 \backslash
21081 complement
21082 \end_layout
21083
21084 \end_inset
21085 </cell>
21086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090 \begin_inset ERT
21091 status collapsed
21092
21093 \begin_layout Plain Layout
21094
21095
21096 \backslash
21097 raisebox{-0.8mm}{
21098 \end_layout
21099
21100 \end_inset
21101
21102
21103 \begin_inset Formula $\complement$
21104 \end_inset
21105
21106
21107 \begin_inset ERT
21108 status collapsed
21109
21110 \begin_layout Plain Layout
21111
21112 }
21113 \end_layout
21114
21115 \end_inset
21116
21117
21118 \end_layout
21119
21120 \end_inset
21121 </cell>
21122 </row>
21123 <row>
21124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128
21129 \backslash
21130 Bbbk
21131 \end_layout
21132
21133 \end_inset
21134 </cell>
21135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21136 \begin_inset Text
21137
21138 \begin_layout Plain Layout
21139 \begin_inset Formula $\Bbbk$
21140 \end_inset
21141
21142
21143 \end_layout
21144
21145 \end_inset
21146 </cell>
21147 </row>
21148 </lyxtabular>
21149
21150 \end_inset
21151
21152
21153 \begin_inset Space \hfill{}
21154 \end_inset
21155
21156
21157 \begin_inset Tabular
21158 <lyxtabular version="3" rows="10" columns="2">
21159 <features>
21160 <column alignment="center" valignment="top" width="0pt">
21161 <column alignment="center" valignment="top" width="0pt">
21162 <row>
21163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167 Comando
21168 \end_layout
21169
21170 \end_inset
21171 </cell>
21172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176 Símbolo
21177 \end_layout
21178
21179 \end_inset
21180 </cell>
21181 </row>
21182 <row>
21183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21184 \begin_inset Text
21185
21186 \begin_layout Plain Layout
21187
21188 \backslash
21189 prime
21190 \end_layout
21191
21192 \end_inset
21193 </cell>
21194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21195 \begin_inset Text
21196
21197 \begin_layout Plain Layout
21198 \begin_inset Formula $\prime$
21199 \end_inset
21200
21201
21202 \end_layout
21203
21204 \end_inset
21205 </cell>
21206 </row>
21207 <row>
21208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212
21213 \backslash
21214 backprime
21215 \end_layout
21216
21217 \end_inset
21218 </cell>
21219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223 \begin_inset Formula $\backprime$
21224 \end_inset
21225
21226
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 </row>
21232 <row>
21233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237
21238 \backslash
21239 mho
21240 \end_layout
21241
21242 \end_inset
21243 </cell>
21244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248 \begin_inset Formula $\mho$
21249 \end_inset
21250
21251
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 </row>
21257 <row>
21258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262
21263 \backslash
21264 triangle
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273 \begin_inset Formula $\triangle$
21274 \end_inset
21275
21276
21277 \end_layout
21278
21279 \end_inset
21280 </cell>
21281 </row>
21282 <row>
21283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287
21288 \backslash
21289 angle
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298 \begin_inset Formula $\angle$
21299 \end_inset
21300
21301
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 </row>
21307 <row>
21308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21309 \begin_inset Text
21310
21311 \begin_layout Plain Layout
21312
21313 \backslash
21314 measuredangle
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323 \begin_inset Formula $\measuredangle$
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 </row>
21332 <row>
21333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337
21338 \backslash
21339 sphericalangle
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348 \begin_inset Formula $\sphericalangle$
21349 \end_inset
21350
21351
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 </row>
21357 <row>
21358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21359 \begin_inset Text
21360
21361 \begin_layout Plain Layout
21362
21363 \backslash
21364 top
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373 \begin_inset Formula $\top$
21374 \end_inset
21375
21376
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 </row>
21382 <row>
21383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387
21388 \backslash
21389 bot
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398 \begin_inset Formula $\bot$
21399 \end_inset
21400
21401
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 </row>
21407 </lyxtabular>
21408
21409 \end_inset
21410
21411
21412 \begin_inset Space \hfill{}
21413 \end_inset
21414
21415
21416 \end_layout
21417
21418 \begin_layout Subsection
21419 Símbolos misceláneos
21420 \begin_inset CommandInset label
21421 LatexCommand label
21422 name "sub:Símbolos-misceláneos"
21423
21424 \end_inset
21425
21426
21427 \begin_inset Index
21428 status collapsed
21429
21430 \begin_layout Plain Layout
21431 Símbolos ! misceláneos
21432 \end_layout
21433
21434 \end_inset
21435
21436
21437 \end_layout
21438
21439 \begin_layout Standard
21440 \noindent
21441 \align center
21442 \begin_inset Tabular
21443 <lyxtabular version="3" rows="10" columns="2">
21444 <features>
21445 <column alignment="center" valignment="top" width="0pt">
21446 <column alignment="center" valignment="top" width="0pt">
21447 <row>
21448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21449 \begin_inset Text
21450
21451 \begin_layout Plain Layout
21452 Comando
21453 \end_layout
21454
21455 \end_inset
21456 </cell>
21457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Plain Layout
21461 Símbolo
21462 \end_layout
21463
21464 \end_inset
21465 </cell>
21466 </row>
21467 <row>
21468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21469 \begin_inset Text
21470
21471 \begin_layout Plain Layout
21472
21473 \backslash
21474 flat
21475 \end_layout
21476
21477 \end_inset
21478 </cell>
21479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483 \begin_inset Formula $\flat$
21484 \end_inset
21485
21486
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 </row>
21492 <row>
21493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21494 \begin_inset Text
21495
21496 \begin_layout Plain Layout
21497
21498 \backslash
21499 natural
21500 \end_layout
21501
21502 \end_inset
21503 </cell>
21504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21505 \begin_inset Text
21506
21507 \begin_layout Plain Layout
21508 \begin_inset Formula $\natural$
21509 \end_inset
21510
21511
21512 \end_layout
21513
21514 \end_inset
21515 </cell>
21516 </row>
21517 <row>
21518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522
21523 \backslash
21524 sharp
21525 \end_layout
21526
21527 \end_inset
21528 </cell>
21529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533 \begin_inset Formula $\sharp$
21534 \end_inset
21535
21536
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 </row>
21542 <row>
21543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547
21548 \backslash
21549 surd
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558 \begin_inset Formula $\surd$
21559 \end_inset
21560
21561
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 </row>
21567 <row>
21568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572
21573 \backslash
21574 checkmark
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583 \begin_inset Formula $\checkmark$
21584 \end_inset
21585
21586
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 </row>
21592 <row>
21593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597
21598 \backslash
21599 yen
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608 \begin_inset Formula $\yen$
21609 \end_inset
21610
21611
21612 \end_layout
21613
21614 \end_inset
21615 </cell>
21616 </row>
21617 <row>
21618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622
21623 \backslash
21624 pounds
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633 \begin_inset Formula $\pounds $
21634 \end_inset
21635
21636
21637 \end_layout
21638
21639 \end_inset
21640 </cell>
21641 </row>
21642 <row>
21643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647 $
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656 \begin_inset Formula $\$$
21657 \end_inset
21658
21659
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 </row>
21665 <row>
21666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670 §
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679 \begin_inset Formula $§$
21680 \end_inset
21681
21682
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 </row>
21688 </lyxtabular>
21689
21690 \end_inset
21691
21692
21693 \begin_inset Tabular
21694 <lyxtabular version="3" rows="10" columns="2">
21695 <features>
21696 <column alignment="center" valignment="top" width="0">
21697 <column alignment="center" valignment="top" width="0">
21698 <row>
21699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21700 \begin_inset Text
21701
21702 \begin_layout Plain Layout
21703 Comando
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712 Símbolo
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 </row>
21718 <row>
21719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723
21724 \backslash
21725 hbar
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734 \begin_inset Formula $\hbar$
21735 \end_inset
21736
21737
21738 \end_layout
21739
21740 \end_inset
21741 </cell>
21742 </row>
21743 <row>
21744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748
21749 \backslash
21750 hslash
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759 \begin_inset Formula $\hslash$
21760 \end_inset
21761
21762
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 </row>
21768 <row>
21769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773
21774 \backslash
21775 clubsuit
21776 \end_layout
21777
21778 \end_inset
21779 </cell>
21780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784 \begin_inset Formula $\clubsuit$
21785 \end_inset
21786
21787
21788 \end_layout
21789
21790 \end_inset
21791 </cell>
21792 </row>
21793 <row>
21794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798
21799 \backslash
21800 spadesuit
21801 \end_layout
21802
21803 \end_inset
21804 </cell>
21805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809 \begin_inset Formula $\spadesuit$
21810 \end_inset
21811
21812
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 </row>
21818 <row>
21819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823
21824 \backslash
21825 bigstar
21826 \end_layout
21827
21828 \end_inset
21829 </cell>
21830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834 \begin_inset Formula $\bigstar$
21835 \end_inset
21836
21837
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 </row>
21843 <row>
21844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21845 \begin_inset Text
21846
21847 \begin_layout Plain Layout
21848
21849 \backslash
21850 blacklozenge
21851 \end_layout
21852
21853 \end_inset
21854 </cell>
21855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21856 \begin_inset Text
21857
21858 \begin_layout Plain Layout
21859 \begin_inset Formula $\blacklozenge$
21860 \end_inset
21861
21862
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 </row>
21868 <row>
21869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873
21874 \backslash
21875 blacktriangle
21876 \end_layout
21877
21878 \end_inset
21879 </cell>
21880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884 \begin_inset Formula $\blacktriangle$
21885 \end_inset
21886
21887
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 </row>
21893 <row>
21894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898
21899 \backslash
21900 blacktiangledown
21901 \end_layout
21902
21903 \end_inset
21904 </cell>
21905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909 \begin_inset Formula $\blacktriangledown$
21910 \end_inset
21911
21912
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 </row>
21918 <row>
21919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21920 \begin_inset Text
21921
21922 \begin_layout Plain Layout
21923
21924 \backslash
21925 bullet
21926 \end_layout
21927
21928 \end_inset
21929 </cell>
21930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934 \begin_inset Formula $\bullet$
21935 \end_inset
21936
21937
21938 \end_layout
21939
21940 \end_inset
21941 </cell>
21942 </row>
21943 </lyxtabular>
21944
21945 \end_inset
21946
21947
21948 \begin_inset Tabular
21949 <lyxtabular version="3" rows="10" columns="2">
21950 <features>
21951 <column alignment="center" valignment="top" width="0pt">
21952 <column alignment="center" valignment="top" width="0pt">
21953 <row>
21954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958 Comando
21959 \end_layout
21960
21961 \end_inset
21962 </cell>
21963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21964 \begin_inset Text
21965
21966 \begin_layout Plain Layout
21967 Símbolo
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 </row>
21973 <row>
21974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21975 \begin_inset Text
21976
21977 \begin_layout Plain Layout
21978
21979 \backslash
21980 diamondsuit
21981 \end_layout
21982
21983 \end_inset
21984 </cell>
21985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989 \begin_inset Formula $\diamondsuit$
21990 \end_inset
21991
21992
21993 \end_layout
21994
21995 \end_inset
21996 </cell>
21997 </row>
21998 <row>
21999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003
22004 \backslash
22005 Diamond
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014 \begin_inset Formula $\Diamond$
22015 \end_inset
22016
22017
22018 \end_layout
22019
22020 \end_inset
22021 </cell>
22022 </row>
22023 <row>
22024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028
22029 \backslash
22030 heartsuit
22031 \end_layout
22032
22033 \end_inset
22034 </cell>
22035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039 \begin_inset Formula $\heartsuit$
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 </row>
22048 <row>
22049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053
22054 \backslash
22055 P
22056 \end_layout
22057
22058 \end_inset
22059 </cell>
22060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064 \begin_inset Formula $\P $
22065 \end_inset
22066
22067
22068 \end_layout
22069
22070 \end_inset
22071 </cell>
22072 </row>
22073 <row>
22074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078
22079 \backslash
22080 copyright
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089 \begin_inset Formula $\copyright $
22090 \end_inset
22091
22092
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 </row>
22098 <row>
22099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22100 \begin_inset Text
22101
22102 \begin_layout Plain Layout
22103
22104 \backslash
22105 circledR
22106 \end_layout
22107
22108 \end_inset
22109 </cell>
22110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114 \begin_inset Formula $\circledR$
22115 \end_inset
22116
22117
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 </row>
22123 <row>
22124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128
22129 \backslash
22130 maltese
22131 \end_layout
22132
22133 \end_inset
22134 </cell>
22135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139 \begin_inset Formula $\maltese$
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 </row>
22148 <row>
22149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22150 \begin_inset Text
22151
22152 \begin_layout Plain Layout
22153
22154 \backslash
22155 diagup
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164 \begin_inset Formula $\diagup$
22165 \end_inset
22166
22167
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 </row>
22173 <row>
22174 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22175 \begin_inset Text
22176
22177 \begin_layout Plain Layout
22178
22179 \backslash
22180 diagdown
22181 \end_layout
22182
22183 \end_inset
22184 </cell>
22185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22186 \begin_inset Text
22187
22188 \begin_layout Plain Layout
22189 \begin_inset Formula $\diagdown$
22190 \end_inset
22191
22192
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 </row>
22198 </lyxtabular>
22199
22200 \end_inset
22201
22202
22203 \end_layout
22204
22205 \begin_layout Standard
22206 \begin_inset VSpace medskip
22207 \end_inset
22208
22209
22210 \end_layout
22211
22212 \begin_layout Standard
22213 Hay más símbolos en 
22214 \begin_inset CommandInset ref
22215 LatexCommand ref
22216 reference "sub:Caracteres-especiales-misceláneos"
22217
22218 \end_inset
22219
22220 .
22221 \end_layout
22222
22223 \begin_layout Standard
22224 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22225 \begin_inset CommandInset ref
22226 LatexCommand ref
22227 reference "sub:Tamaños-de-fuentes"
22228
22229 \end_inset
22230
22231
22232 \end_layout
22233
22234 \begin_layout Subsection
22235 El símbolo del euro, €
22236 \begin_inset Index
22237 status collapsed
22238
22239 \begin_layout Plain Layout
22240 Símbolos ! euro
22241 \end_layout
22242
22243 \end_inset
22244
22245
22246 \begin_inset Index
22247 status collapsed
22248
22249 \begin_layout Plain Layout
22250 \begin_inset ERT
22251 status collapsed
22252
22253 \begin_layout Plain Layout
22254
22255
22256 \backslash
22257 officialeuro
22258 \end_layout
22259
22260 \end_inset
22261
22262
22263 \end_layout
22264
22265 \end_inset
22266
22267
22268 \end_layout
22269
22270 \begin_layout Standard
22271 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22272  LaTeX 
22273 \series bold
22274 eurosym
22275 \series default
22276
22277 \begin_inset Index
22278 status collapsed
22279
22280 \begin_layout Plain Layout
22281 Paquetes ! eurosym
22282 \end_layout
22283
22284 \end_inset
22285
22286 , y cargado en el preámbulo LaTeX con la línea
22287 \end_layout
22288
22289 \begin_layout Standard
22290
22291 \series bold
22292
22293 \backslash
22294 usepackage[gennarrow]{eurosym}
22295 \end_layout
22296
22297 \begin_layout Standard
22298 Actualmente también se puede insertar con el comando 
22299 \series bold
22300
22301 \backslash
22302 euro
22303 \series default
22304
22305 \begin_inset Index
22306 status collapsed
22307
22308 \begin_layout Plain Layout
22309 Comandos ! E ! 
22310 \backslash
22311 euro
22312 \end_layout
22313
22314 \end_inset
22315
22316 .
22317 \end_layout
22318
22319 \begin_layout Standard
22320 El símbolo del euro puede insertarse directamente con la tecla € en texto
22321  matemático sin tener 
22322 \series bold
22323 eurosym
22324 \series default
22325  instalado.
22326  Si 
22327 \series bold
22328 eurosym
22329 \series default
22330  está instalado, se puede insertar 
22331 \series bold
22332
22333 \backslash
22334 euro
22335 \series default
22336  en modo TeX.
22337  El símbolo oficial de la moneda se puede insertar con el comando 
22338 \series bold
22339
22340 \backslash
22341 officialeuro
22342 \series default
22343
22344 \begin_inset Index
22345 status collapsed
22346
22347 \begin_layout Plain Layout
22348 Comandos ! O ! 
22349 \backslash
22350 officialeuro
22351 \end_layout
22352
22353 \end_inset
22354
22355 , que sólo está disponible en modo TeX.
22356 \end_layout
22357
22358 \begin_layout Standard
22359 \begin_inset ERT
22360 status collapsed
22361
22362 \begin_layout Plain Layout
22363
22364
22365 \backslash
22366 ifeurosym
22367 \end_layout
22368
22369 \end_inset
22370
22371
22372 \begin_inset Note Note
22373 status collapsed
22374
22375 \begin_layout Plain Layout
22376 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
22377 \series bold
22378 eurosym
22379 \series default
22380 .
22381 \end_layout
22382
22383 \end_inset
22384
22385
22386 \end_layout
22387
22388 \begin_layout Standard
22389 Un vistazo a los diferentes símbolos del euro.
22390 \end_layout
22391
22392 \begin_layout Standard
22393 \noindent
22394 \align center
22395 \begin_inset Tabular
22396 <lyxtabular version="3" rows="4" columns="3">
22397 <features>
22398 <column alignment="center" valignment="top" width="0">
22399 <column alignment="center" valignment="top" width="0">
22400 <column alignment="center" valignment="top" width="0">
22401 <row>
22402 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Plain Layout
22406
22407 \end_layout
22408
22409 \end_inset
22410 </cell>
22411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415 Comando
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424 Símbolo
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 </row>
22430 <row>
22431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22432 \begin_inset Text
22433
22434 \begin_layout Plain Layout
22435 ecuación
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22441 \begin_inset Text
22442
22443 \begin_layout Plain Layout
22444
22445 \backslash
22446 euro
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455 \begin_inset Formula $\euro $
22456 \end_inset
22457
22458
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 </row>
22464 <row>
22465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22466 \begin_inset Text
22467
22468 \begin_layout Plain Layout
22469 texto matemático
22470 \end_layout
22471
22472 \end_inset
22473 </cell>
22474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22475 \begin_inset Text
22476
22477 \begin_layout Plain Layout
22478
22479 \end_layout
22480
22481 \end_inset
22482 </cell>
22483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22484 \begin_inset Text
22485
22486 \begin_layout Plain Layout
22487 \begin_inset Formula $\mbox{€}$
22488 \end_inset
22489
22490
22491 \end_layout
22492
22493 \end_inset
22494 </cell>
22495 </row>
22496 <row>
22497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22498 \begin_inset Text
22499
22500 \begin_layout Plain Layout
22501 modo TeX
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
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
22511 \backslash
22512 officialeuro
22513 \end_layout
22514
22515 \end_inset
22516 </cell>
22517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521 \begin_inset ERT
22522 status collapsed
22523
22524 \begin_layout Plain Layout
22525
22526
22527 \backslash
22528 officialeuro
22529 \end_layout
22530
22531 \end_inset
22532
22533
22534 \end_layout
22535
22536 \end_inset
22537 </cell>
22538 </row>
22539 </lyxtabular>
22540
22541 \end_inset
22542
22543
22544 \end_layout
22545
22546 \begin_layout Standard
22547 \begin_inset ERT
22548 status collapsed
22549
22550 \begin_layout Plain Layout
22551
22552
22553 \backslash
22554 else
22555 \end_layout
22556
22557 \end_inset
22558
22559
22560 \begin_inset Note Note
22561 status collapsed
22562
22563 \begin_layout Plain Layout
22564 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22565 \series bold
22566 eurosym
22567 \series default
22568 :
22569 \end_layout
22570
22571 \end_inset
22572
22573
22574 \end_layout
22575
22576 \begin_layout Standard
22577 Para ver la salida completa de esta subsección debe estar instalado el paquete
22578  LaTeX 
22579 \series bold
22580 eurosym
22581 \series default
22582 .
22583 \end_layout
22584
22585 \begin_layout Standard
22586 \begin_inset ERT
22587 status collapsed
22588
22589 \begin_layout Plain Layout
22590
22591
22592 \backslash
22593 fi
22594 \end_layout
22595
22596 \end_inset
22597
22598
22599 \end_layout
22600
22601 \begin_layout Section
22602 Relaciones
22603 \begin_inset CommandInset label
22604 LatexCommand label
22605 name "sec:Relaciones"
22606
22607 \end_inset
22608
22609
22610 \begin_inset Index
22611 status collapsed
22612
22613 \begin_layout Plain Layout
22614 Relaciones
22615 \end_layout
22616
22617 \end_inset
22618
22619
22620 \begin_inset Index
22621 status collapsed
22622
22623 \begin_layout Plain Layout
22624 Comparaciones|see
22625 \begin_inset ERT
22626 status collapsed
22627
22628 \begin_layout Plain Layout
22629
22630 {
22631 \end_layout
22632
22633 \end_inset
22634
22635 Relaciones
22636 \begin_inset ERT
22637 status collapsed
22638
22639 \begin_layout Plain Layout
22640
22641 }
22642 \end_layout
22643
22644 \end_inset
22645
22646
22647 \end_layout
22648
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \begin_layout Standard
22655 Todas las relaciones se pueden insertar también con el botón 
22656 \begin_inset Graphics
22657         filename ../../images/math/leq.png
22658         scale 85
22659
22660 \end_inset
22661
22662  de la barra de ecuaciones.
22663 \end_layout
22664
22665 \begin_layout Standard
22666 \begin_inset Space \hfill{}
22667 \end_inset
22668
22669
22670 \begin_inset Tabular
22671 <lyxtabular version="3" rows="17" columns="2">
22672 <features>
22673 <column alignment="center" valignment="top" width="0pt">
22674 <column alignment="center" valignment="top" width="0pt">
22675 <row>
22676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680 Comando
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689 Relación
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 </row>
22695 <row>
22696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 <
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709 \begin_inset Formula $<$
22710 \end_inset
22711
22712
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 </row>
22718 <row>
22719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723
22724 \backslash
22725 le
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734 \begin_inset Formula $\le$
22735 \end_inset
22736
22737
22738 \end_layout
22739
22740 \end_inset
22741 </cell>
22742 </row>
22743 <row>
22744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748
22749 \backslash
22750 ll
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759 \begin_inset Formula $\ll$
22760 \end_inset
22761
22762
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 </row>
22768 <row>
22769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773
22774 \backslash
22775 prec
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784 \begin_inset Formula $\prec$
22785 \end_inset
22786
22787
22788 \end_layout
22789
22790 \end_inset
22791 </cell>
22792 </row>
22793 <row>
22794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798
22799 \backslash
22800 preceq
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22806 \begin_inset Text
22807
22808 \begin_layout Plain Layout
22809 \begin_inset Formula $\preceq$
22810 \end_inset
22811
22812
22813 \end_layout
22814
22815 \end_inset
22816 </cell>
22817 </row>
22818 <row>
22819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823
22824 \backslash
22825 subset
22826 \end_layout
22827
22828 \end_inset
22829 </cell>
22830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22831 \begin_inset Text
22832
22833 \begin_layout Plain Layout
22834 \begin_inset Formula $\subset$
22835 \end_inset
22836
22837
22838 \end_layout
22839
22840 \end_inset
22841 </cell>
22842 </row>
22843 <row>
22844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848
22849 \backslash
22850 subseteq
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859 \begin_inset Formula $\subseteq$
22860 \end_inset
22861
22862
22863 \end_layout
22864
22865 \end_inset
22866 </cell>
22867 </row>
22868 <row>
22869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873
22874 \backslash
22875 sqsubseteq
22876 \end_layout
22877
22878 \end_inset
22879 </cell>
22880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22881 \begin_inset Text
22882
22883 \begin_layout Plain Layout
22884 \begin_inset Formula $\sqsubseteq$
22885 \end_inset
22886
22887
22888 \end_layout
22889
22890 \end_inset
22891 </cell>
22892 </row>
22893 <row>
22894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898
22899 \backslash
22900 in
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909 \begin_inset Formula $\in$
22910 \end_inset
22911
22912
22913 \end_layout
22914
22915 \end_inset
22916 </cell>
22917 </row>
22918 <row>
22919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923
22924 \backslash
22925 vdash
22926 \end_layout
22927
22928 \end_inset
22929 </cell>
22930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22931 \begin_inset Text
22932
22933 \begin_layout Plain Layout
22934 \begin_inset Formula $\vdash$
22935 \end_inset
22936
22937
22938 \end_layout
22939
22940 \end_inset
22941 </cell>
22942 </row>
22943 <row>
22944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22945 \begin_inset Text
22946
22947 \begin_layout Plain Layout
22948
22949 \backslash
22950 smile
22951 \end_layout
22952
22953 \end_inset
22954 </cell>
22955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22956 \begin_inset Text
22957
22958 \begin_layout Plain Layout
22959 \begin_inset Formula $\smile$
22960 \end_inset
22961
22962
22963 \end_layout
22964
22965 \end_inset
22966 </cell>
22967 </row>
22968 <row>
22969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973
22974 \backslash
22975 lhd
22976 \end_layout
22977
22978 \end_inset
22979 </cell>
22980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22981 \begin_inset Text
22982
22983 \begin_layout Plain Layout
22984 \begin_inset Formula $\lhd$
22985 \end_inset
22986
22987
22988 \end_layout
22989
22990 \end_inset
22991 </cell>
22992 </row>
22993 <row>
22994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22995 \begin_inset Text
22996
22997 \begin_layout Plain Layout
22998
22999 \backslash
23000 unlhd
23001 \end_layout
23002
23003 \end_inset
23004 </cell>
23005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23006 \begin_inset Text
23007
23008 \begin_layout Plain Layout
23009 \begin_inset Formula $\unlhd$
23010 \end_inset
23011
23012
23013 \end_layout
23014
23015 \end_inset
23016 </cell>
23017 </row>
23018 <row>
23019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023
23024 \backslash
23025 gtrless
23026 \end_layout
23027
23028 \end_inset
23029 </cell>
23030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23031 \begin_inset Text
23032
23033 \begin_layout Plain Layout
23034 \begin_inset Formula $\gtrless$
23035 \end_inset
23036
23037
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 </row>
23043 <row>
23044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048
23049 \backslash
23050 mid
23051 \end_layout
23052
23053 \end_inset
23054 </cell>
23055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23056 \begin_inset Text
23057
23058 \begin_layout Plain Layout
23059 \begin_inset Formula $\mid$
23060 \end_inset
23061
23062
23063 \end_layout
23064
23065 \end_inset
23066 </cell>
23067 </row>
23068 <row>
23069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073
23074 \backslash
23075 nmid
23076 \end_layout
23077
23078 \end_inset
23079 </cell>
23080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23081 \begin_inset Text
23082
23083 \begin_layout Plain Layout
23084 \begin_inset Formula $\nmid$
23085 \end_inset
23086
23087
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 </row>
23093 </lyxtabular>
23094
23095 \end_inset
23096
23097
23098 \begin_inset Space \hfill{}
23099 \end_inset
23100
23101
23102 \begin_inset Tabular
23103 <lyxtabular version="3" rows="17" columns="2">
23104 <features>
23105 <column alignment="center" valignment="top" width="0pt">
23106 <column alignment="center" valignment="top" width="0pt">
23107 <row>
23108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112 Comando
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121 Relación
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 </row>
23127 <row>
23128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132 =
23133 \end_layout
23134
23135 \end_inset
23136 </cell>
23137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23138 \begin_inset Text
23139
23140 \begin_layout Plain Layout
23141 \begin_inset Formula $=$
23142 \end_inset
23143
23144
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 </row>
23150 <row>
23151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155
23156 \backslash
23157 not=
23158 \end_layout
23159
23160 \end_inset
23161 </cell>
23162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23163 \begin_inset Text
23164
23165 \begin_layout Plain Layout
23166 \begin_inset Formula $\not=$
23167 \end_inset
23168
23169
23170 \end_layout
23171
23172 \end_inset
23173 </cell>
23174 </row>
23175 <row>
23176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180
23181 \backslash
23182 equiv
23183 \end_layout
23184
23185 \end_inset
23186 </cell>
23187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23188 \begin_inset Text
23189
23190 \begin_layout Plain Layout
23191 \begin_inset Formula $\equiv$
23192 \end_inset
23193
23194
23195 \end_layout
23196
23197 \end_inset
23198 </cell>
23199 </row>
23200 <row>
23201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23202 \begin_inset Text
23203
23204 \begin_layout Plain Layout
23205
23206 \backslash
23207 sim
23208 \end_layout
23209
23210 \end_inset
23211 </cell>
23212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216 \begin_inset Formula $\sim$
23217 \end_inset
23218
23219
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 </row>
23225 <row>
23226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230
23231 \backslash
23232 simeq
23233 \end_layout
23234
23235 \end_inset
23236 </cell>
23237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241 \begin_inset Formula $\simeq$
23242 \end_inset
23243
23244
23245 \end_layout
23246
23247 \end_inset
23248 </cell>
23249 </row>
23250 <row>
23251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255
23256 \backslash
23257 approx
23258 \end_layout
23259
23260 \end_inset
23261 </cell>
23262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23263 \begin_inset Text
23264
23265 \begin_layout Plain Layout
23266 \begin_inset Formula $\approx$
23267 \end_inset
23268
23269
23270 \end_layout
23271
23272 \end_inset
23273 </cell>
23274 </row>
23275 <row>
23276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280
23281 \backslash
23282 cong
23283 \end_layout
23284
23285 \end_inset
23286 </cell>
23287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291 \begin_inset Formula $\cong$
23292 \end_inset
23293
23294
23295 \end_layout
23296
23297 \end_inset
23298 </cell>
23299 </row>
23300 <row>
23301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305
23306 \backslash
23307 bowtie
23308 \end_layout
23309
23310 \end_inset
23311 </cell>
23312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316 \begin_inset Formula $\bowtie$
23317 \end_inset
23318
23319
23320 \end_layout
23321
23322 \end_inset
23323 </cell>
23324 </row>
23325 <row>
23326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330
23331 \backslash
23332 notin
23333 \end_layout
23334
23335 \end_inset
23336 </cell>
23337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341 \begin_inset Formula $\notin$
23342 \end_inset
23343
23344
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 </row>
23350 <row>
23351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355
23356 \backslash
23357 perp
23358 \end_layout
23359
23360 \end_inset
23361 </cell>
23362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366 \begin_inset Formula $\perp$
23367 \end_inset
23368
23369
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 </row>
23375 <row>
23376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380
23381 \backslash
23382 propto
23383 \end_layout
23384
23385 \end_inset
23386 </cell>
23387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391 \begin_inset Formula $\propto$
23392 \end_inset
23393
23394
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 </row>
23400 <row>
23401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405
23406 \backslash
23407 asymp
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416 \begin_inset Formula $\asymp$
23417 \end_inset
23418
23419
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 </row>
23425 <row>
23426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430
23431 \backslash
23432 doteq
23433 \end_layout
23434
23435 \end_inset
23436 </cell>
23437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441 \begin_inset Formula $\doteq$
23442 \end_inset
23443
23444
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 </row>
23450 <row>
23451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455
23456 \backslash
23457 circeq
23458 \end_layout
23459
23460 \end_inset
23461 </cell>
23462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23463 \begin_inset Text
23464
23465 \begin_layout Plain Layout
23466 \begin_inset Formula $\circeq$
23467 \end_inset
23468
23469
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 </row>
23475 <row>
23476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480
23481 \backslash
23482 models
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491 \begin_inset Formula $\models$
23492 \end_inset
23493
23494
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 </row>
23500 <row>
23501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505
23506 \backslash
23507 widehat=
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516 \begin_inset Formula $\widehat{=}$
23517 \end_inset
23518
23519
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 </row>
23525 </lyxtabular>
23526
23527 \end_inset
23528
23529
23530 \begin_inset Space \hfill{}
23531 \end_inset
23532
23533
23534 \begin_inset Tabular
23535 <lyxtabular version="3" rows="17" columns="2">
23536 <features>
23537 <column alignment="center" valignment="top" width="0pt">
23538 <column alignment="center" valignment="top" width="0pt">
23539 <row>
23540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544 Comando
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553 Relación
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 </row>
23559 <row>
23560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564 >
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573 \begin_inset Formula $>$
23574 \end_inset
23575
23576
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 </row>
23582 <row>
23583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587
23588 \backslash
23589 ge
23590 \end_layout
23591
23592 \end_inset
23593 </cell>
23594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598 \begin_inset Formula $\ge$
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \end_inset
23605 </cell>
23606 </row>
23607 <row>
23608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612
23613 \backslash
23614 gg
23615 \end_layout
23616
23617 \end_inset
23618 </cell>
23619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623 \begin_inset Formula $\gg$
23624 \end_inset
23625
23626
23627 \end_layout
23628
23629 \end_inset
23630 </cell>
23631 </row>
23632 <row>
23633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637
23638 \backslash
23639 succ
23640 \end_layout
23641
23642 \end_inset
23643 </cell>
23644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648 \begin_inset Formula $\succ$
23649 \end_inset
23650
23651
23652 \end_layout
23653
23654 \end_inset
23655 </cell>
23656 </row>
23657 <row>
23658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662
23663 \backslash
23664 succeq
23665 \end_layout
23666
23667 \end_inset
23668 </cell>
23669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23670 \begin_inset Text
23671
23672 \begin_layout Plain Layout
23673 \begin_inset Formula $\succeq$
23674 \end_inset
23675
23676
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 </row>
23682 <row>
23683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687
23688 \backslash
23689 supset
23690 \end_layout
23691
23692 \end_inset
23693 </cell>
23694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23695 \begin_inset Text
23696
23697 \begin_layout Plain Layout
23698 \begin_inset Formula $\supset$
23699 \end_inset
23700
23701
23702 \end_layout
23703
23704 \end_inset
23705 </cell>
23706 </row>
23707 <row>
23708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712
23713 \backslash
23714 supseteq
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723 \begin_inset Formula $\supseteq$
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 </row>
23732 <row>
23733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737
23738 \backslash
23739 sqsupseteq
23740 \end_layout
23741
23742 \end_inset
23743 </cell>
23744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748 \begin_inset Formula $\sqsupseteq$
23749 \end_inset
23750
23751
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 </row>
23757 <row>
23758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762
23763 \backslash
23764 ni
23765 \end_layout
23766
23767 \end_inset
23768 </cell>
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773 \begin_inset Formula $\ni$
23774 \end_inset
23775
23776
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 </row>
23782 <row>
23783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787
23788 \backslash
23789 dashv
23790 \end_layout
23791
23792 \end_inset
23793 </cell>
23794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798 \begin_inset Formula $\dashv$
23799 \end_inset
23800
23801
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 </row>
23807 <row>
23808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812
23813 \backslash
23814 frown
23815 \end_layout
23816
23817 \end_inset
23818 </cell>
23819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823 \begin_inset Formula $\frown$
23824 \end_inset
23825
23826
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 </row>
23832 <row>
23833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837
23838 \backslash
23839 rhd
23840 \end_layout
23841
23842 \end_inset
23843 </cell>
23844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848 \begin_inset Formula $\rhd$
23849 \end_inset
23850
23851
23852 \end_layout
23853
23854 \end_inset
23855 </cell>
23856 </row>
23857 <row>
23858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862
23863 \backslash
23864 unrhd
23865 \end_layout
23866
23867 \end_inset
23868 </cell>
23869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873 \begin_inset Formula $\unrhd$
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 </row>
23882 <row>
23883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887
23888 \backslash
23889 lessgtr
23890 \end_layout
23891
23892 \end_inset
23893 </cell>
23894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898 \begin_inset Formula $\lessgtr$
23899 \end_inset
23900
23901
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 </row>
23907 <row>
23908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23909 \begin_inset Text
23910
23911 \begin_layout Plain Layout
23912
23913 \backslash
23914 parallel
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923 \begin_inset Formula $\parallel$
23924 \end_inset
23925
23926
23927 \end_layout
23928
23929 \end_inset
23930 </cell>
23931 </row>
23932 <row>
23933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Plain Layout
23937
23938 \backslash
23939 nparallel
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948 \begin_inset Formula $\nparallel$
23949 \end_inset
23950
23951
23952 \end_layout
23953
23954 \end_inset
23955 </cell>
23956 </row>
23957 </lyxtabular>
23958
23959 \end_inset
23960
23961
23962 \begin_inset Space \hfill{}
23963 \end_inset
23964
23965
23966 \end_layout
23967
23968 \begin_layout Standard
23969 \begin_inset VSpace medskip
23970 \end_inset
23971
23972
23973 \end_layout
23974
23975 \begin_layout Standard
23976 Los caracteres 
23977 \series bold
23978
23979 \backslash
23980 lhd
23981 \series default
23982  y 
23983 \series bold
23984
23985 \backslash
23986 rhd
23987 \series default
23988  son mayores que los operadores de aspecto similar 
23989 \series bold
23990
23991 \backslash
23992 triangleleft
23993 \series default
23994  y 
23995 \series bold
23996
23997 \backslash
23998 triangleright
23999 \series default
24000 , respectivamente.
24001 \end_layout
24002
24003 \begin_layout Standard
24004 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24005 \end_layout
24006
24007 \begin_layout Standard
24008 Se pueden componer relaciones con etiquetas con el comando 
24009 \series bold
24010
24011 \backslash
24012 stackrel
24013 \series default
24014
24015 \begin_inset Index
24016 status collapsed
24017
24018 \begin_layout Plain Layout
24019 Comandos ! S ! 
24020 \backslash
24021 stackrel
24022 \end_layout
24023
24024 \end_inset
24025
24026 :
24027 \end_layout
24028
24029 \begin_layout Standard
24030 \align center
24031 \begin_inset Tabular
24032 <lyxtabular version="3" rows="2" columns="2">
24033 <features>
24034 <column alignment="center" valignment="top" width="0">
24035 <column alignment="center" valignment="top" width="0">
24036 <row>
24037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041 Comando
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Plain Layout
24050 Resultado
24051 \begin_inset Note Note
24052 status collapsed
24053
24054 \begin_layout Plain Layout
24055
24056 \series bold
24057
24058 \backslash
24059 raisebox
24060 \series default
24061  se usa sólo como espaciador
24062 \end_layout
24063
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 </row>
24072 <row>
24073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077 A(r)
24078 \backslash
24079 stackrel
24080 \begin_inset ERT
24081 status collapsed
24082
24083 \begin_layout Plain Layout
24084
24085
24086 \backslash
24087 spce 
24088 \end_layout
24089
24090 \end_inset
24091
24092 r
24093 \backslash
24094 to
24095 \backslash
24096 infty
24097 \begin_inset ERT
24098 status collapsed
24099
24100 \begin_layout Plain Layout
24101
24102
24103 \backslash
24104 spce 
24105 \end_layout
24106
24107 \end_inset
24108
24109
24110 \begin_inset Formula $\downarrow$
24111 \end_inset
24112
24113
24114 \backslash
24115 approx
24116 \begin_inset ERT
24117 status collapsed
24118
24119 \begin_layout Plain Layout
24120
24121
24122 \backslash
24123 spce 
24124 \end_layout
24125
24126 \end_inset
24127
24128
24129 \begin_inset ERT
24130 status collapsed
24131
24132 \begin_layout Plain Layout
24133
24134
24135 \backslash
24136 spce 
24137 \end_layout
24138
24139 \end_inset
24140
24141 B
24142 \end_layout
24143
24144 \end_inset
24145 </cell>
24146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24147 \begin_inset Text
24148
24149 \begin_layout Plain Layout
24150 \begin_inset Formula $\raisebox {5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24151 \end_inset
24152
24153
24154 \end_layout
24155
24156 \end_inset
24157 </cell>
24158 </row>
24159 </lyxtabular>
24160
24161 \end_inset
24162
24163
24164 \end_layout
24165
24166 \begin_layout Section
24167 Funciones
24168 \end_layout
24169
24170 \begin_layout Subsection
24171 Funciones predefinidas
24172 \begin_inset CommandInset label
24173 LatexCommand label
24174 name "sub:Funciones-predefinidas"
24175
24176 \end_inset
24177
24178
24179 \begin_inset Index
24180 status collapsed
24181
24182 \begin_layout Plain Layout
24183 Funciones ! predefinidas
24184 \end_layout
24185
24186 \end_inset
24187
24188
24189 \end_layout
24190
24191 \begin_layout Standard
24192 En general las variables se escriben en 
24193 \emph on
24194 cursiva
24195 \emph default
24196  en expresiones matemáticas, pero no los nombres de las funciones, porque
24197  
24198 \begin_inset Formula $sen$
24199 \end_inset
24200
24201  podría confundirse con 
24202 \begin_inset Formula $s\cdot e\cdot n$
24203 \end_inset
24204
24205 .
24206  Por eso hay funciones predefinidas, que además se separan un poco del factor
24207  precedente.
24208  Se insertan como comandos con una barra inversa  delante de su nombre.
24209 \end_layout
24210
24211 \begin_layout Standard
24212 \align center
24213 \begin_inset Tabular
24214 <lyxtabular version="3" rows="2" columns="4">
24215 <features>
24216 <column alignment="center" valignment="top" width="0pt">
24217 <column alignment="center" valignment="top" width="0pt">
24218 <column alignment="center" valignment="top" width="0pt">
24219 <column alignment="center" valignment="top" width="0pt">
24220 <row>
24221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225 Comando
24226 \end_layout
24227
24228 \end_inset
24229 </cell>
24230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Plain Layout
24234 Resultado
24235 \end_layout
24236
24237 \end_inset
24238 </cell>
24239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24240 \begin_inset Text
24241
24242 \begin_layout Plain Layout
24243 Comando
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24249 \begin_inset Text
24250
24251 \begin_layout Plain Layout
24252 Resultado
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 </row>
24258 <row>
24259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24260 \begin_inset Text
24261
24262 \begin_layout Plain Layout
24263 Asen(x)+B
24264 \end_layout
24265
24266 \end_inset
24267 </cell>
24268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24269 \begin_inset Text
24270
24271 \begin_layout Plain Layout
24272 \begin_inset Formula $Asen(x)+B$
24273 \end_inset
24274
24275
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24281 \begin_inset Text
24282
24283 \begin_layout Plain Layout
24284 A
24285 \backslash
24286 sen(x)+B
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24292 \begin_inset Text
24293
24294 \begin_layout Plain Layout
24295 \begin_inset Formula $A\sen (x)+B$
24296 \end_inset
24297
24298
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 </row>
24304 </lyxtabular>
24305
24306 \end_inset
24307
24308
24309 \end_layout
24310
24311 \begin_layout Standard
24312 \align center
24313 \begin_inset Newpage newpage
24314 \end_inset
24315
24316
24317 \end_layout
24318
24319 \begin_layout Standard
24320 Las funciones siguientes están predefinidas
24321 \begin_inset Foot
24322 status collapsed
24323
24324 \begin_layout Plain Layout
24325 Se han añadido tres columnas con los comandos suministrados por el estilo
24326  
24327 \series bold
24328 spanish
24329 \series default
24330  de 
24331 \series bold
24332 babel
24333 \series default
24334 , adaptados a las convenciones hispanohablantes.
24335  Además, en su caso, las funciones serán acentuadas automáticamente, p.
24336 \begin_inset Space \thinspace{}
24337 \end_inset
24338
24339 e.
24340  
24341 \begin_inset Quotes fld
24342 \end_inset
24343
24344 lím
24345 \begin_inset Quotes frd
24346 \end_inset
24347
24348  o 
24349 \begin_inset Quotes fld
24350 \end_inset
24351
24352 máx
24353 \begin_inset Quotes frd
24354 \end_inset
24355
24356 .
24357  Véase la documentación de 
24358 \begin_inset CommandInset citation
24359 LatexCommand cite
24360 key "spanish"
24361
24362 \end_inset
24363
24364 .
24365  (
24366 \emph on
24367 N.
24368 \begin_inset Space \thinspace{}
24369 \end_inset
24370
24371 del t.
24372 \emph default
24373 )
24374 \end_layout
24375
24376 \end_inset
24377
24378 :
24379 \end_layout
24380
24381 \begin_layout Standard
24382 \begin_inset VSpace -2mm
24383 \end_inset
24384
24385
24386 \end_layout
24387
24388 \begin_layout Standard
24389 \align center
24390 \begin_inset Tabular
24391 <lyxtabular version="3" rows="9" columns="7">
24392 <features>
24393 <column alignment="center" valignment="top" width="0pt">
24394 <column alignment="center" valignment="top" width="0pt">
24395 <column alignment="center" valignment="top" width="0pt">
24396 <column alignment="center" valignment="top" width="0pt">
24397 <column alignment="center" valignment="top" width="0pt">
24398 <column alignment="center" valignment="top" width="0pt">
24399 <column alignment="center" valignment="top" width="0pt">
24400 <row>
24401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24402 \begin_inset Text
24403
24404 \begin_layout Plain Layout
24405 Comando
24406 \end_layout
24407
24408 \end_inset
24409 </cell>
24410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24411 \begin_inset Text
24412
24413 \begin_layout Plain Layout
24414 español
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423 Comando
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432 español
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24438 \begin_inset Text
24439
24440 \begin_layout Plain Layout
24441 Comando
24442 \end_layout
24443
24444 \end_inset
24445 </cell>
24446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24447 \begin_inset Text
24448
24449 \begin_layout Plain Layout
24450 español
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 Comando
24460 \end_layout
24461
24462 \end_inset
24463 </cell>
24464 </row>
24465 <row>
24466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470
24471 \backslash
24472 sin
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481
24482 \backslash
24483 sen
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24489 \begin_inset Text
24490
24491 \begin_layout Plain Layout
24492
24493 \backslash
24494 sinh
24495 \end_layout
24496
24497 \end_inset
24498 </cell>
24499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24500 \begin_inset Text
24501
24502 \begin_layout Plain Layout
24503
24504 \backslash
24505 senh
24506 \end_layout
24507
24508 \end_inset
24509 </cell>
24510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24511 \begin_inset Text
24512
24513 \begin_layout Plain Layout
24514
24515 \backslash
24516 arcsin
24517 \end_layout
24518
24519 \end_inset
24520 </cell>
24521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24522 \begin_inset Text
24523
24524 \begin_layout Plain Layout
24525
24526 \backslash
24527 arcsen
24528 \end_layout
24529
24530 \end_inset
24531 </cell>
24532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24533 \begin_inset Text
24534
24535 \begin_layout Plain Layout
24536
24537 \backslash
24538 sup
24539 \end_layout
24540
24541 \end_inset
24542 </cell>
24543 </row>
24544 <row>
24545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24546 \begin_inset Text
24547
24548 \begin_layout Plain Layout
24549
24550 \backslash
24551 cos
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24566 \begin_inset Text
24567
24568 \begin_layout Plain Layout
24569
24570 \backslash
24571 cosh
24572 \end_layout
24573
24574 \end_inset
24575 </cell>
24576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24577 \begin_inset Text
24578
24579 \begin_layout Plain Layout
24580
24581 \end_layout
24582
24583 \end_inset
24584 </cell>
24585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24586 \begin_inset Text
24587
24588 \begin_layout Plain Layout
24589
24590 \backslash
24591 arccos
24592 \end_layout
24593
24594 \end_inset
24595 </cell>
24596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24597 \begin_inset Text
24598
24599 \begin_layout Plain Layout
24600
24601 \backslash
24602 arccos
24603 \end_layout
24604
24605 \end_inset
24606 </cell>
24607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24608 \begin_inset Text
24609
24610 \begin_layout Plain Layout
24611
24612 \backslash
24613 inf
24614 \end_layout
24615
24616 \end_inset
24617 </cell>
24618 </row>
24619 <row>
24620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24621 \begin_inset Text
24622
24623 \begin_layout Plain Layout
24624
24625 \backslash
24626 tan
24627 \end_layout
24628
24629 \end_inset
24630 </cell>
24631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24632 \begin_inset Text
24633
24634 \begin_layout Plain Layout
24635
24636 \backslash
24637 tg
24638 \end_layout
24639
24640 \end_inset
24641 </cell>
24642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24643 \begin_inset Text
24644
24645 \begin_layout Plain Layout
24646
24647 \backslash
24648 tanh
24649 \end_layout
24650
24651 \end_inset
24652 </cell>
24653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24654 \begin_inset Text
24655
24656 \begin_layout Plain Layout
24657
24658 \backslash
24659 tgh
24660 \end_layout
24661
24662 \end_inset
24663 </cell>
24664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24665 \begin_inset Text
24666
24667 \begin_layout Plain Layout
24668
24669 \backslash
24670 arctan
24671 \end_layout
24672
24673 \end_inset
24674 </cell>
24675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24676 \begin_inset Text
24677
24678 \begin_layout Plain Layout
24679
24680 \backslash
24681 arctg
24682 \end_layout
24683
24684 \end_inset
24685 </cell>
24686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24687 \begin_inset Text
24688
24689 \begin_layout Plain Layout
24690
24691 \backslash
24692 lim
24693 \end_layout
24694
24695 \end_inset
24696 </cell>
24697 </row>
24698 <row>
24699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24700 \begin_inset Text
24701
24702 \begin_layout Plain Layout
24703
24704 \backslash
24705 cot
24706 \end_layout
24707
24708 \end_inset
24709 </cell>
24710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24711 \begin_inset Text
24712
24713 \begin_layout Plain Layout
24714 \begin_inset Formula $ $
24715 \end_inset
24716
24717
24718 \backslash
24719 cotg
24720 \end_layout
24721
24722 \end_inset
24723 </cell>
24724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24725 \begin_inset Text
24726
24727 \begin_layout Plain Layout
24728
24729 \backslash
24730 coth
24731 \end_layout
24732
24733 \end_inset
24734 </cell>
24735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24736 \begin_inset Text
24737
24738 \begin_layout Plain Layout
24739
24740 \end_layout
24741
24742 \end_inset
24743 </cell>
24744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24745 \begin_inset Text
24746
24747 \begin_layout Plain Layout
24748
24749 \backslash
24750 arg
24751 \end_layout
24752
24753 \end_inset
24754 </cell>
24755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24756 \begin_inset Text
24757
24758 \begin_layout Plain Layout
24759
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 \backslash
24770 liminf
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 </row>
24776 <row>
24777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781
24782 \backslash
24783 sec
24784 \end_layout
24785
24786 \end_inset
24787 </cell>
24788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24789 \begin_inset Text
24790
24791 \begin_layout Plain Layout
24792
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24798 \begin_inset Text
24799
24800 \begin_layout Plain Layout
24801
24802 \backslash
24803 min
24804 \end_layout
24805
24806 \end_inset
24807 </cell>
24808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24809 \begin_inset Text
24810
24811 \begin_layout Plain Layout
24812
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24818 \begin_inset Text
24819
24820 \begin_layout Plain Layout
24821
24822 \backslash
24823 deg
24824 \end_layout
24825
24826 \end_inset
24827 </cell>
24828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24829 \begin_inset Text
24830
24831 \begin_layout Plain Layout
24832
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 \backslash
24843 limsup
24844 \end_layout
24845
24846 \end_inset
24847 </cell>
24848 </row>
24849 <row>
24850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Plain Layout
24854
24855 \backslash
24856 csc
24857 \end_layout
24858
24859 \end_inset
24860 </cell>
24861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24862 \begin_inset Text
24863
24864 \begin_layout Plain Layout
24865
24866 \backslash
24867 cosec
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24873 \begin_inset Text
24874
24875 \begin_layout Plain Layout
24876
24877 \backslash
24878 max
24879 \end_layout
24880
24881 \end_inset
24882 </cell>
24883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24884 \begin_inset Text
24885
24886 \begin_layout Plain Layout
24887
24888 \end_layout
24889
24890 \end_inset
24891 </cell>
24892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Plain Layout
24896
24897 \backslash
24898 det
24899 \end_layout
24900
24901 \end_inset
24902 </cell>
24903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24904 \begin_inset Text
24905
24906 \begin_layout Plain Layout
24907
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 \backslash
24918 Pr
24919 \end_layout
24920
24921 \end_inset
24922 </cell>
24923 </row>
24924 <row>
24925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929
24930 \backslash
24931 ln
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Plain Layout
24940
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949
24950 \backslash
24951 exp
24952 \end_layout
24953
24954 \end_inset
24955 </cell>
24956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960
24961 \end_layout
24962
24963 \end_inset
24964 </cell>
24965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969
24970 \backslash
24971 dim
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980
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 \backslash
24991 hom
24992 \end_layout
24993
24994 \end_inset
24995 </cell>
24996 </row>
24997 <row>
24998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24999 \begin_inset Text
25000
25001 \begin_layout Plain Layout
25002
25003 \backslash
25004 lg
25005 \end_layout
25006
25007 \end_inset
25008 </cell>
25009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25010 \begin_inset Text
25011
25012 \begin_layout Plain Layout
25013
25014 \end_layout
25015
25016 \end_inset
25017 </cell>
25018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25019 \begin_inset Text
25020
25021 \begin_layout Plain Layout
25022
25023 \backslash
25024 log
25025 \end_layout
25026
25027 \end_inset
25028 </cell>
25029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25030 \begin_inset Text
25031
25032 \begin_layout Plain Layout
25033
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25039 \begin_inset Text
25040
25041 \begin_layout Plain Layout
25042
25043 \backslash
25044 ker
25045 \end_layout
25046
25047 \end_inset
25048 </cell>
25049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25050 \begin_inset Text
25051
25052 \begin_layout Plain Layout
25053
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 \backslash
25064 gcd
25065 \end_layout
25066
25067 \end_inset
25068 </cell>
25069 </row>
25070 </lyxtabular>
25071
25072 \end_inset
25073
25074
25075 \end_layout
25076
25077 \begin_layout Standard
25078 También se pueden insertar con el botón 
25079 \begin_inset Graphics
25080         filename ../../images/math/functions.png
25081         scale 85
25082
25083 \end_inset
25084
25085  de la barra de ecuaciones.
25086 \end_layout
25087
25088 \begin_layout Subsection
25089 Funciones definidas por el usuario
25090 \begin_inset Index
25091 status collapsed
25092
25093 \begin_layout Plain Layout
25094 Funciones ! personalizadas
25095 \end_layout
25096
25097 \end_inset
25098
25099
25100 \end_layout
25101
25102 \begin_layout Standard
25103 Para usar una función no predefinida, como por ejemplo la función máximo
25104  común divisor, mcd
25105 \begin_inset Foot
25106 status collapsed
25107
25108 \begin_layout Plain Layout
25109 Se ha sustituido el ejemplo del original en inglés, 
25110 \backslash
25111
25112 \series bold
25113 sgn
25114 \series default
25115 , por la función máximo común divisor, 
25116 \series bold
25117
25118 \backslash
25119 mcd
25120 \series default
25121 , equivalente a la predefinida en inglés 
25122 \series bold
25123
25124 \backslash
25125 gcd
25126 \series default
25127 .
25128  (
25129 \emph on
25130 N.
25131 \begin_inset Space \thinspace{}
25132 \end_inset
25133
25134 del t.
25135 \emph default
25136 )
25137 \end_layout
25138
25139 \end_inset
25140
25141 , hay dos posibilidades:
25142 \end_layout
25143
25144 \begin_layout Itemize
25145 Define la función añadiendo al preámbulo LaTeX la línea
25146 \begin_inset Foot
25147 status collapsed
25148
25149 \begin_layout Plain Layout
25150 Más sobre 
25151 \series bold
25152
25153 \backslash
25154 DeclareMathOperator
25155 \series default
25156  en 
25157 \begin_inset CommandInset ref
25158 LatexCommand ref
25159 reference "sub:Operadores-de-usuario"
25160
25161 \end_inset
25162
25163
25164 \end_layout
25165
25166 \end_inset
25167
25168
25169 \begin_inset Newline newline
25170 \end_inset
25171
25172
25173 \begin_inset VSpace -3mm
25174 \end_inset
25175
25176
25177 \begin_inset Newline newline
25178 \end_inset
25179
25180
25181 \series bold
25182
25183 \backslash
25184 DeclareMathOperator{
25185 \backslash
25186 mcd}{mcd}
25187 \series default
25188
25189 \begin_inset Index
25190 status collapsed
25191
25192 \begin_layout Plain Layout
25193 Comandos ! D ! 
25194 \backslash
25195 dbinom@
25196 \backslash
25197 DeclareMathOperator
25198 \end_layout
25199
25200 \end_inset
25201
25202
25203 \begin_inset Newline newline
25204 \end_inset
25205
25206
25207 \begin_inset VSpace -2mm
25208 \end_inset
25209
25210
25211 \begin_inset Newline newline
25212 \end_inset
25213
25214 Ahora la función recién definida se puede obtener con el comando 
25215 \series bold
25216
25217 \backslash
25218 mcd
25219 \series default
25220 .
25221 \end_layout
25222
25223 \begin_layout Itemize
25224 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25225  en nuestro ejemplo las letras 
25226 \emph on
25227 mcd
25228 \emph default
25229 , y cámbialo a texto matemático.
25230  Entre el factor precedente y la función se inserta un espacio.
25231 \end_layout
25232
25233 \begin_layout Standard
25234 El resultado con ambos métodos es el mismo que con una función predefinida:
25235 \begin_inset Foot
25236 status collapsed
25237
25238 \begin_layout Plain Layout
25239 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25240  negro.
25241 \end_layout
25242
25243 \end_inset
25244
25245
25246 \end_layout
25247
25248 \begin_layout Standard
25249 \align center
25250 \begin_inset Tabular
25251 <lyxtabular version="3" rows="3" columns="2">
25252 <features>
25253 <column alignment="center" valignment="top" width="0pt">
25254 <column alignment="center" valignment="top" width="0pt">
25255 <row>
25256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25257 \begin_inset Text
25258
25259 \begin_layout Plain Layout
25260 Comando
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25266 \begin_inset Text
25267
25268 \begin_layout Plain Layout
25269 Resultado
25270 \end_layout
25271
25272 \end_inset
25273 </cell>
25274 </row>
25275 <row>
25276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25277 \begin_inset Text
25278
25279 \begin_layout Plain Layout
25280 A
25281 \backslash
25282 mcd(x)+B
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25288 \begin_inset Text
25289
25290 \begin_layout Plain Layout
25291 \begin_inset Formula $A\mcd (x)+B$
25292 \end_inset
25293
25294
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 </row>
25300 <row>
25301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25302 \begin_inset Text
25303
25304 \begin_layout Plain Layout
25305 A
25306 \backslash
25307 ,
25308 \begin_inset Formula $\underbrace{\textrm{mcd}}_{\textrm{Alt-m}\,\textrm{m}}$
25309 \end_inset
25310
25311 (x)+B
25312 \end_layout
25313
25314 \end_inset
25315 </cell>
25316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25317 \begin_inset Text
25318
25319 \begin_layout Plain Layout
25320 \begin_inset Formula $A\,\mbox{mcd}(x)+B$
25321 \end_inset
25322
25323
25324 \end_layout
25325
25326 \end_inset
25327 </cell>
25328 </row>
25329 </lyxtabular>
25330
25331 \end_inset
25332
25333
25334 \end_layout
25335
25336 \begin_layout Standard
25337 El primer método es preferible si la función se va a usar varias veces.
25338 \end_layout
25339
25340 \begin_layout Subsection
25341 Límites
25342 \begin_inset Index
25343 status collapsed
25344
25345 \begin_layout Plain Layout
25346 Límites
25347 \end_layout
25348
25349 \end_inset
25350
25351
25352 \end_layout
25353
25354 \begin_layout Standard
25355 Para límites, además de 
25356 \series bold
25357
25358 \backslash
25359 lim
25360 \series default
25361
25362 \begin_inset Index
25363 status collapsed
25364
25365 \begin_layout Plain Layout
25366 Comandos ! L ! 
25367 \backslash
25368 lim
25369 \end_layout
25370
25371 \end_inset
25372
25373
25374 \series bold
25375
25376 \backslash
25377 liminf
25378 \series default
25379  y 
25380 \series bold
25381
25382 \backslash
25383 limsup
25384 \series default
25385  están definidas las siguientes funciones:
25386 \series bold
25387  
25388 \end_layout
25389
25390 \begin_layout Standard
25391 \noindent
25392 \align center
25393 \begin_inset Tabular
25394 <lyxtabular version="3" rows="5" columns="2">
25395 <features>
25396 <column alignment="center" valignment="top" width="0">
25397 <column alignment="center" valignment="top" width="0">
25398 <row>
25399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25400 \begin_inset Text
25401
25402 \begin_layout Plain Layout
25403 Comando
25404 \end_layout
25405
25406 \end_inset
25407 </cell>
25408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25409 \begin_inset Text
25410
25411 \begin_layout Plain Layout
25412 Resultado
25413 \begin_inset Note Note
25414 status collapsed
25415
25416 \begin_layout Plain Layout
25417
25418 \series bold
25419
25420 \backslash
25421 raisebox
25422 \series default
25423  se usa sólo como espaciador
25424 \end_layout
25425
25426 \end_inset
25427
25428
25429 \end_layout
25430
25431 \end_inset
25432 </cell>
25433 </row>
25434 <row>
25435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439
25440 \backslash
25441 varliminf
25442 \end_layout
25443
25444 \end_inset
25445 </cell>
25446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25447 \begin_inset Text
25448
25449 \begin_layout Plain Layout
25450 \begin_inset Formula $\varliminf $
25451 \end_inset
25452
25453
25454 \end_layout
25455
25456 \end_inset
25457 </cell>
25458 </row>
25459 <row>
25460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25461 \begin_inset Text
25462
25463 \begin_layout Plain Layout
25464
25465 \backslash
25466 varlimsup
25467 \end_layout
25468
25469 \end_inset
25470 </cell>
25471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25472 \begin_inset Text
25473
25474 \begin_layout Plain Layout
25475 \begin_inset Formula $\varlimsup $
25476 \end_inset
25477
25478
25479 \end_layout
25480
25481 \end_inset
25482 </cell>
25483 </row>
25484 <row>
25485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25486 \begin_inset Text
25487
25488 \begin_layout Plain Layout
25489
25490 \backslash
25491 varprojlim
25492 \end_layout
25493
25494 \end_inset
25495 </cell>
25496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25497 \begin_inset Text
25498
25499 \begin_layout Plain Layout
25500 \begin_inset Formula $\varprojlim $
25501 \end_inset
25502
25503
25504 \end_layout
25505
25506 \end_inset
25507 </cell>
25508 </row>
25509 <row>
25510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25511 \begin_inset Text
25512
25513 \begin_layout Plain Layout
25514
25515 \backslash
25516 varinjlim
25517 \end_layout
25518
25519 \end_inset
25520 </cell>
25521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25522 \begin_inset Text
25523
25524 \begin_layout Plain Layout
25525 \begin_inset Formula $\varinjlim $
25526 \end_inset
25527
25528
25529 \begin_inset Formula $\raisebox {-2.5mm}{}$
25530 \end_inset
25531
25532
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 </row>
25538 </lyxtabular>
25539
25540 \end_inset
25541
25542
25543 \end_layout
25544
25545 \begin_layout Standard
25546 \begin_inset VSpace medskip
25547 \end_inset
25548
25549
25550 \end_layout
25551
25552 \begin_layout Standard
25553 El límite se crea insertando un subíndice.
25554  Se imprime a la derecha junto a la función en una fórmula en línea:
25555 \end_layout
25556
25557 \begin_layout Standard
25558 \noindent
25559 \align center
25560 \begin_inset Tabular
25561 <lyxtabular version="3" rows="2" columns="2">
25562 <features>
25563 <column alignment="center" valignment="top" width="0pt">
25564 <column alignment="center" valignment="top" width="0pt">
25565 <row>
25566 <cell alignment="center" valignment="top" usebox="none">
25567 \begin_inset Text
25568
25569 \begin_layout Plain Layout
25570 Comando
25571 \end_layout
25572
25573 \end_inset
25574 </cell>
25575 <cell alignment="center" valignment="top" usebox="none">
25576 \begin_inset Text
25577
25578 \begin_layout Plain Layout
25579 \begin_inset Space \hspace{}
25580 \length 1cm
25581 \end_inset
25582
25583 Resultado
25584 \begin_inset Note Note
25585 status collapsed
25586
25587 \begin_layout Plain Layout
25588
25589 \series bold
25590
25591 \backslash
25592 raisebox
25593 \series default
25594  se usa sólo como espaciador
25595 \end_layout
25596
25597 \end_inset
25598
25599
25600 \end_layout
25601
25602 \end_inset
25603 </cell>
25604 </row>
25605 <row>
25606 <cell alignment="center" valignment="top" usebox="none">
25607 \begin_inset Text
25608
25609 \begin_layout Plain Layout
25610
25611 \backslash
25612 lim_x
25613 \backslash
25614 to
25615 \begin_inset ERT
25616 status collapsed
25617
25618 \begin_layout Plain Layout
25619
25620
25621 \backslash
25622 spce 
25623 \end_layout
25624
25625 \end_inset
25626
25627 A
25628 \begin_inset ERT
25629 status collapsed
25630
25631 \begin_layout Plain Layout
25632
25633
25634 \backslash
25635 spce 
25636 \end_layout
25637
25638 \end_inset
25639
25640 x=B
25641 \end_layout
25642
25643 \end_inset
25644 </cell>
25645 <cell alignment="center" valignment="top" usebox="none">
25646 \begin_inset Text
25647
25648 \begin_layout Plain Layout
25649 \begin_inset Formula $\hspace {1cm}\raisebox {5mm}{}\lim_{x\rightarrow A}x=B$
25650 \end_inset
25651
25652
25653 \end_layout
25654
25655 \end_inset
25656 </cell>
25657 </row>
25658 </lyxtabular>
25659
25660 \end_inset
25661
25662
25663 \end_layout
25664
25665 \begin_layout Standard
25666 En una ecuación presentada el límite se imprime debajo, como es habitual:
25667 \begin_inset Foot
25668 status collapsed
25669
25670 \begin_layout Plain Layout
25671 El estilo 
25672 \series bold
25673 spanish
25674 \series default
25675  de 
25676 \series bold
25677 babel
25678 \series default
25679  lo imprime como en línea.
25680  Para evitarlo, se puede insertar el comando 
25681 \series bold
25682
25683 \backslash
25684 limits
25685 \series default
25686  justo detrás de 
25687 \series bold
25688
25689 \backslash
25690 lim
25691 \series default
25692 , o usar el menú 
25693 \family sans
25694 Editar\SpecialChar \menuseparator
25695 Ecuación\SpecialChar \menuseparator
25696 Cambiar tipo de límites\SpecialChar \menuseparator
25697 Pantalla
25698 \family default
25699 , como se explica en 
25700 \begin_inset CommandInset ref
25701 LatexCommand ref
25702 reference "sub:Límites-de-operadores"
25703
25704 \end_inset
25705
25706 .
25707  Véase 
25708 \begin_inset CommandInset citation
25709 LatexCommand cite
25710 key "spanish"
25711
25712 \end_inset
25713
25714 .
25715  (
25716 \emph on
25717 N.
25718 \begin_inset Space \thinspace{}
25719 \end_inset
25720
25721 del t.
25722 \emph default
25723
25724 \end_layout
25725
25726 \end_inset
25727
25728
25729 \begin_inset Formula \[
25730 \lim\limits _{x\rightarrow A}=B\]
25731
25732 \end_inset
25733
25734
25735 \end_layout
25736
25737 \begin_layout Subsection
25738 Función módulo
25739 \begin_inset Index
25740 status collapsed
25741
25742 \begin_layout Plain Layout
25743 Funciones ! módulo
25744 \end_layout
25745
25746 \end_inset
25747
25748
25749 \end_layout
25750
25751 \begin_layout Standard
25752 La función módulo es especial, porque existe en cuatro variantes.
25753 \end_layout
25754
25755 \begin_layout Standard
25756 En una ecuación presentada:
25757 \begin_inset Formula \begin{align*}
25758 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25759 \mathrm{a\backslash mod\textrm{\spce }b} &  & a\mod  b\\
25760 \mathrm{a\backslash pmod\textrm{\spce }b} &  & a\pmod  b\\
25761 \mathrm{a\backslash bmod\textrm{\spce }b} &  & a\bmod b\\
25762 \mathrm{a\backslash pod\textrm{\spce }b} &  & a\pod  b\end{align*}
25763
25764 \end_inset
25765
25766 En una ecuación en línea se pone menos espacio delante del nombre de la
25767  función para todas las variantes.
25768 \end_layout
25769
25770 \begin_layout Section
25771 Caracteres especiales
25772 \begin_inset Index
25773 status collapsed
25774
25775 \begin_layout Plain Layout
25776 Caracteres especiales
25777 \end_layout
25778
25779 \end_inset
25780
25781
25782 \end_layout
25783
25784 \begin_layout Subsection
25785 Caracteres especiales en texto matemático
25786 \end_layout
25787
25788 \begin_layout Standard
25789 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25790  TeX:
25791 \end_layout
25792
25793 \begin_layout Standard
25794 \begin_inset Space \hfill{}
25795 \end_inset
25796
25797
25798 \begin_inset Tabular
25799 <lyxtabular version="3" rows="8" columns="2">
25800 <features>
25801 <column alignment="block" valignment="top" width="0">
25802 <column alignment="block" valignment="top" width="0">
25803 <row>
25804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808 Comando
25809 \end_layout
25810
25811 \end_inset
25812 </cell>
25813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25814 \begin_inset Text
25815
25816 \begin_layout Plain Layout
25817 Resultado
25818 \end_layout
25819
25820 \end_inset
25821 </cell>
25822 </row>
25823 <row>
25824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25825 \begin_inset Text
25826
25827 \begin_layout Plain Layout
25828
25829 \backslash
25830 oe
25831 \end_layout
25832
25833 \end_inset
25834 </cell>
25835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25836 \begin_inset Text
25837
25838 \begin_layout Plain Layout
25839 \begin_inset Formula $\textrm{\oe }$
25840 \end_inset
25841
25842
25843 \end_layout
25844
25845 \end_inset
25846 </cell>
25847 </row>
25848 <row>
25849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25850 \begin_inset Text
25851
25852 \begin_layout Plain Layout
25853
25854 \backslash
25855 OE
25856 \end_layout
25857
25858 \end_inset
25859 </cell>
25860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25861 \begin_inset Text
25862
25863 \begin_layout Plain Layout
25864 \begin_inset Formula $\textrm{\OE }$
25865 \end_inset
25866
25867
25868 \end_layout
25869
25870 \end_inset
25871 </cell>
25872 </row>
25873 <row>
25874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25875 \begin_inset Text
25876
25877 \begin_layout Plain Layout
25878
25879 \backslash
25880 ae
25881 \end_layout
25882
25883 \end_inset
25884 </cell>
25885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25886 \begin_inset Text
25887
25888 \begin_layout Plain Layout
25889 \begin_inset Formula $\textrm{\ae }$
25890 \end_inset
25891
25892
25893 \end_layout
25894
25895 \end_inset
25896 </cell>
25897 </row>
25898 <row>
25899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25900 \begin_inset Text
25901
25902 \begin_layout Plain Layout
25903
25904 \backslash
25905 AE
25906 \end_layout
25907
25908 \end_inset
25909 </cell>
25910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25911 \begin_inset Text
25912
25913 \begin_layout Plain Layout
25914 \begin_inset Formula $\textrm{\AE }$
25915 \end_inset
25916
25917
25918 \end_layout
25919
25920 \end_inset
25921 </cell>
25922 </row>
25923 <row>
25924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25925 \begin_inset Text
25926
25927 \begin_layout Plain Layout
25928
25929 \backslash
25930 aa
25931 \end_layout
25932
25933 \end_inset
25934 </cell>
25935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25936 \begin_inset Text
25937
25938 \begin_layout Plain Layout
25939 \begin_inset Formula $\textrm{\aa }$
25940 \end_inset
25941
25942
25943 \end_layout
25944
25945 \end_inset
25946 </cell>
25947 </row>
25948 <row>
25949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25950 \begin_inset Text
25951
25952 \begin_layout Plain Layout
25953
25954 \backslash
25955 AA
25956 \begin_inset Index
25957 status collapsed
25958
25959 \begin_layout Plain Layout
25960 \begin_inset ERT
25961 status collapsed
25962
25963 \begin_layout Plain Layout
25964
25965
25966 \backslash
25967
25968 \begin_inset ERT
25969 status collapsed
25970
25971 \begin_layout Plain Layout
25972
25973 {
25974 \end_layout
25975
25976 \end_inset
25977
25978
25979 \begin_inset ERT
25980 status collapsed
25981
25982 \begin_layout Plain Layout
25983
25984 }
25985 \end_layout
25986
25987 \end_inset
25988
25989
25990 \end_layout
25991
25992 \end_inset
25993
25994 @
25995 \begin_inset ERT
25996 status collapsed
25997
25998 \begin_layout Plain Layout
25999
26000
26001 \backslash
26002
26003 \begin_inset ERT
26004 status collapsed
26005
26006 \begin_layout Plain Layout
26007
26008 {
26009 \end_layout
26010
26011 \end_inset
26012
26013
26014 \begin_inset ERT
26015 status collapsed
26016
26017 \begin_layout Plain Layout
26018
26019 }
26020 \end_layout
26021
26022 \end_inset
26023
26024
26025 \end_layout
26026
26027 \end_inset
26028
26029 textrm
26030 \begin_inset ERT
26031 status collapsed
26032
26033 \begin_layout Plain Layout
26034
26035 {
26036 \end_layout
26037
26038 \end_inset
26039
26040
26041 \begin_inset ERT
26042 status collapsed
26043
26044 \begin_layout Plain Layout
26045
26046
26047 \backslash
26048
26049 \begin_inset ERT
26050 status collapsed
26051
26052 \begin_layout Plain Layout
26053
26054 {
26055 \end_layout
26056
26057 \end_inset
26058
26059
26060 \begin_inset ERT
26061 status collapsed
26062
26063 \begin_layout Plain Layout
26064
26065 }
26066 \end_layout
26067
26068 \end_inset
26069
26070
26071 \end_layout
26072
26073 \end_inset
26074
26075 AA
26076 \begin_inset ERT
26077 status collapsed
26078
26079 \begin_layout Plain Layout
26080
26081 }
26082 \end_layout
26083
26084 \end_inset
26085
26086
26087 \end_layout
26088
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \end_inset
26095 </cell>
26096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26097 \begin_inset Text
26098
26099 \begin_layout Plain Layout
26100 \begin_inset Formula $\textrm{\AA}$
26101 \end_inset
26102
26103
26104 \end_layout
26105
26106 \end_inset
26107 </cell>
26108 </row>
26109 <row>
26110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26111 \begin_inset Text
26112
26113 \begin_layout Plain Layout
26114
26115 \backslash
26116 i
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26122 \begin_inset Text
26123
26124 \begin_layout Plain Layout
26125 \begin_inset Formula $\textrm{\i }$
26126 \end_inset
26127
26128
26129 \end_layout
26130
26131 \end_inset
26132 </cell>
26133 </row>
26134 </lyxtabular>
26135
26136 \end_inset
26137
26138
26139 \begin_inset Space \hfill{}
26140 \end_inset
26141
26142
26143 \begin_inset Tabular
26144 <lyxtabular version="3" rows="8" columns="2">
26145 <features>
26146 <column alignment="block" valignment="top" width="0">
26147 <column alignment="center" valignment="top" width="0">
26148 <row>
26149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26150 \begin_inset Text
26151
26152 \begin_layout Plain Layout
26153 Comando
26154 \begin_inset Note Note
26155 status collapsed
26156
26157 \begin_layout Plain Layout
26158
26159 \series bold
26160
26161 \backslash
26162 raisebox
26163 \series default
26164  se usa sólo como espaciador
26165 \end_layout
26166
26167 \end_inset
26168
26169
26170 \end_layout
26171
26172 \end_inset
26173 </cell>
26174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26175 \begin_inset Text
26176
26177 \begin_layout Plain Layout
26178 Resultado
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 </row>
26184 <row>
26185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26186 \begin_inset Text
26187
26188 \begin_layout Plain Layout
26189
26190 \backslash
26191 o
26192 \end_layout
26193
26194 \end_inset
26195 </cell>
26196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26197 \begin_inset Text
26198
26199 \begin_layout Plain Layout
26200 \begin_inset Formula $\textrm{\o }$
26201 \end_inset
26202
26203
26204 \end_layout
26205
26206 \end_inset
26207 </cell>
26208 </row>
26209 <row>
26210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26211 \begin_inset Text
26212
26213 \begin_layout Plain Layout
26214
26215 \backslash
26216 O
26217 \end_layout
26218
26219 \end_inset
26220 </cell>
26221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26222 \begin_inset Text
26223
26224 \begin_layout Plain Layout
26225 \begin_inset Formula $\textrm{\O}$
26226 \end_inset
26227
26228
26229 \end_layout
26230
26231 \end_inset
26232 </cell>
26233 </row>
26234 <row>
26235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26236 \begin_inset Text
26237
26238 \begin_layout Plain Layout
26239
26240 \backslash
26241 l
26242 \end_layout
26243
26244 \end_inset
26245 </cell>
26246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26247 \begin_inset Text
26248
26249 \begin_layout Plain Layout
26250 \begin_inset Formula $\textrm{\l }$
26251 \end_inset
26252
26253
26254 \end_layout
26255
26256 \end_inset
26257 </cell>
26258 </row>
26259 <row>
26260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26261 \begin_inset Text
26262
26263 \begin_layout Plain Layout
26264
26265 \backslash
26266 L
26267 \end_layout
26268
26269 \end_inset
26270 </cell>
26271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26272 \begin_inset Text
26273
26274 \begin_layout Plain Layout
26275 \begin_inset Formula $\textrm{\L }$
26276 \end_inset
26277
26278
26279 \end_layout
26280
26281 \end_inset
26282 </cell>
26283 </row>
26284 <row>
26285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26286 \begin_inset Text
26287
26288 \begin_layout Plain Layout
26289 !
26290 \begin_inset Space \hspace{}
26291 \length 0mm
26292 \end_inset
26293
26294 `
26295 \begin_inset ERT
26296 status collapsed
26297
26298 \begin_layout Plain Layout
26299
26300
26301 \backslash
26302 spce 
26303 \end_layout
26304
26305 \end_inset
26306
26307
26308 \end_layout
26309
26310 \end_inset
26311 </cell>
26312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26313 \begin_inset Text
26314
26315 \begin_layout Plain Layout
26316 \begin_inset Formula $\textrm{!`}$
26317 \end_inset
26318
26319
26320 \end_layout
26321
26322 \end_inset
26323 </cell>
26324 </row>
26325 <row>
26326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26327 \begin_inset Text
26328
26329 \begin_layout Plain Layout
26330 ?
26331 \begin_inset Space \hspace{}
26332 \length 0mm
26333 \end_inset
26334
26335 `
26336 \begin_inset ERT
26337 status collapsed
26338
26339 \begin_layout Plain Layout
26340
26341
26342 \backslash
26343 spce 
26344 \end_layout
26345
26346 \end_inset
26347
26348
26349 \end_layout
26350
26351 \end_inset
26352 </cell>
26353 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26354 \begin_inset Text
26355
26356 \begin_layout Plain Layout
26357 \begin_inset Formula $\textrm{?`}$
26358 \end_inset
26359
26360
26361 \end_layout
26362
26363 \end_inset
26364 </cell>
26365 </row>
26366 <row>
26367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371
26372 \backslash
26373 j
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26379 \begin_inset Text
26380
26381 \begin_layout Plain Layout
26382 \begin_inset Formula $\textrm{\j }$
26383 \end_inset
26384
26385
26386 \end_layout
26387
26388 \end_inset
26389 </cell>
26390 </row>
26391 </lyxtabular>
26392
26393 \end_inset
26394
26395
26396 \begin_inset Space \hfill{}
26397 \end_inset
26398
26399
26400 \end_layout
26401
26402 \begin_layout Standard
26403 Los caracteres 
26404 \begin_inset Formula $\textrm{\textrm{Å}}$
26405 \end_inset
26406
26407  y 
26408 \begin_inset Formula $\textrm{\textrm{Ø}}$
26409 \end_inset
26410
26411  también se pueden insertar mediante el botón 
26412 \begin_inset Graphics
26413         filename ../../images/math/digamma.png
26414         scale 85
26415
26416 \end_inset
26417
26418  de la barra de ecuaciones.
26419 \end_layout
26420
26421 \begin_layout Standard
26422 Los comandos 
26423 \series bold
26424 !
26425 \begin_inset Space \hspace{}
26426 \length 0mm
26427 \end_inset
26428
26429 `
26430 \series default
26431  y 
26432 \series bold
26433 ?
26434 \begin_inset Space \hspace{}
26435 \length 0mm
26436 \end_inset
26437
26438 `
26439 \series default
26440  son una excepción porque se pueden insertar directamente a texto en LyX.
26441  
26442 \end_layout
26443
26444 \begin_layout Subsection
26445 Acentos en texto
26446 \begin_inset CommandInset label
26447 LatexCommand label
26448 name "sub:Acentos-en-texto"
26449
26450 \end_inset
26451
26452
26453 \begin_inset Index
26454 status collapsed
26455
26456 \begin_layout Plain Layout
26457 Acentos ! en texto
26458 \end_layout
26459
26460 \end_inset
26461
26462
26463 \end_layout
26464
26465 \begin_layout Standard
26466 Con los siguientes comandos se pueden acentuar todas las letras.
26467  Los comandos deben ponerse en modo TeX.
26468 \end_layout
26469
26470 \begin_layout Standard
26471 \begin_inset Space \hfill{}
26472 \end_inset
26473
26474
26475 \begin_inset Tabular
26476 <lyxtabular version="3" rows="8" columns="2">
26477 <features>
26478 <column alignment="block" valignment="top" width="0">
26479 <column alignment="block" valignment="top" width="0">
26480 <row>
26481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26482 \begin_inset Text
26483
26484 \begin_layout Plain Layout
26485 Comando
26486 \end_layout
26487
26488 \end_inset
26489 </cell>
26490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26491 \begin_inset Text
26492
26493 \begin_layout Plain Layout
26494 Resultado
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 </row>
26500 <row>
26501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26502 \begin_inset Text
26503
26504 \begin_layout Plain Layout
26505
26506 \backslash
26507
26508 \begin_inset Quotes grd
26509 \end_inset
26510
26511 e
26512 \end_layout
26513
26514 \end_inset
26515 </cell>
26516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26517 \begin_inset Text
26518
26519 \begin_layout Plain Layout
26520 \begin_inset ERT
26521 status collapsed
26522
26523 \begin_layout Plain Layout
26524
26525
26526 \backslash
26527 "e
26528 \end_layout
26529
26530 \end_inset
26531
26532
26533 \end_layout
26534
26535 \end_inset
26536 </cell>
26537 </row>
26538 <row>
26539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26540 \begin_inset Text
26541
26542 \begin_layout Plain Layout
26543
26544 \backslash
26545 `e
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26551 \begin_inset Text
26552
26553 \begin_layout Plain Layout
26554 \begin_inset ERT
26555 status collapsed
26556
26557 \begin_layout Plain Layout
26558
26559
26560 \backslash
26561 `e
26562 \end_layout
26563
26564 \end_inset
26565
26566
26567 \end_layout
26568
26569 \end_inset
26570 </cell>
26571 </row>
26572 <row>
26573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26574 \begin_inset Text
26575
26576 \begin_layout Plain Layout
26577
26578 \backslash
26579 ^
26580 \begin_inset ERT
26581 status collapsed
26582
26583 \begin_layout Plain Layout
26584
26585
26586 \backslash
26587 spce 
26588 \end_layout
26589
26590 \end_inset
26591
26592 e
26593 \end_layout
26594
26595 \end_inset
26596 </cell>
26597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26598 \begin_inset Text
26599
26600 \begin_layout Plain Layout
26601 \begin_inset ERT
26602 status collapsed
26603
26604 \begin_layout Plain Layout
26605
26606
26607 \backslash
26608 ^e
26609 \end_layout
26610
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \end_inset
26617 </cell>
26618 </row>
26619 <row>
26620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26621 \begin_inset Text
26622
26623 \begin_layout Plain Layout
26624
26625 \backslash
26626 =e
26627 \end_layout
26628
26629 \end_inset
26630 </cell>
26631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26632 \begin_inset Text
26633
26634 \begin_layout Plain Layout
26635 \begin_inset ERT
26636 status collapsed
26637
26638 \begin_layout Plain Layout
26639
26640
26641 \backslash
26642 =e
26643 \end_layout
26644
26645 \end_inset
26646
26647
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 </row>
26653 <row>
26654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658
26659 \backslash
26660 u
26661 \begin_inset ERT
26662 status collapsed
26663
26664 \begin_layout Plain Layout
26665
26666
26667 \backslash
26668 spce 
26669 \end_layout
26670
26671 \end_inset
26672
26673 e
26674 \end_layout
26675
26676 \end_inset
26677 </cell>
26678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26679 \begin_inset Text
26680
26681 \begin_layout Plain Layout
26682 \begin_inset ERT
26683 status collapsed
26684
26685 \begin_layout Plain Layout
26686
26687
26688 \backslash
26689 u e
26690 \end_layout
26691
26692 \end_inset
26693
26694
26695 \end_layout
26696
26697 \end_inset
26698 </cell>
26699 </row>
26700 <row>
26701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26702 \begin_inset Text
26703
26704 \begin_layout Plain Layout
26705
26706 \backslash
26707 b
26708 \begin_inset ERT
26709 status collapsed
26710
26711 \begin_layout Plain Layout
26712
26713
26714 \backslash
26715 spce 
26716 \end_layout
26717
26718 \end_inset
26719
26720 e
26721 \end_layout
26722
26723 \end_inset
26724 </cell>
26725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26726 \begin_inset Text
26727
26728 \begin_layout Plain Layout
26729 \begin_inset ERT
26730 status collapsed
26731
26732 \begin_layout Plain Layout
26733
26734
26735 \backslash
26736 b e
26737 \end_layout
26738
26739 \end_inset
26740
26741
26742 \end_layout
26743
26744 \end_inset
26745 </cell>
26746 </row>
26747 <row>
26748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26749 \begin_inset Text
26750
26751 \begin_layout Plain Layout
26752
26753 \backslash
26754 t
26755 \begin_inset ERT
26756 status collapsed
26757
26758 \begin_layout Plain Layout
26759
26760
26761 \backslash
26762 spce 
26763 \end_layout
26764
26765 \end_inset
26766
26767 ee
26768 \end_layout
26769
26770 \end_inset
26771 </cell>
26772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26773 \begin_inset Text
26774
26775 \begin_layout Plain Layout
26776 \begin_inset ERT
26777 status collapsed
26778
26779 \begin_layout Plain Layout
26780
26781
26782 \backslash
26783 t ee
26784 \end_layout
26785
26786 \end_inset
26787
26788
26789 \end_layout
26790
26791 \end_inset
26792 </cell>
26793 </row>
26794 </lyxtabular>
26795
26796 \end_inset
26797
26798
26799 \begin_inset Space \hfill{}
26800 \end_inset
26801
26802
26803 \begin_inset Tabular
26804 <lyxtabular version="3" rows="8" columns="2">
26805 <features>
26806 <column alignment="block" valignment="top" width="0">
26807 <column alignment="center" valignment="top" width="0">
26808 <row>
26809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26810 \begin_inset Text
26811
26812 \begin_layout Plain Layout
26813 Comando
26814 \end_layout
26815
26816 \end_inset
26817 </cell>
26818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26819 \begin_inset Text
26820
26821 \begin_layout Plain Layout
26822 Resultado
26823 \end_layout
26824
26825 \end_inset
26826 </cell>
26827 </row>
26828 <row>
26829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26830 \begin_inset Text
26831
26832 \begin_layout Plain Layout
26833
26834 \backslash
26835 H
26836 \begin_inset ERT
26837 status collapsed
26838
26839 \begin_layout Plain Layout
26840
26841
26842 \backslash
26843 spce 
26844 \end_layout
26845
26846 \end_inset
26847
26848 e
26849 \end_layout
26850
26851 \end_inset
26852 </cell>
26853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26854 \begin_inset Text
26855
26856 \begin_layout Plain Layout
26857 \begin_inset ERT
26858 status collapsed
26859
26860 \begin_layout Plain Layout
26861
26862
26863 \backslash
26864 H e
26865 \end_layout
26866
26867 \end_inset
26868
26869
26870 \end_layout
26871
26872 \end_inset
26873 </cell>
26874 </row>
26875 <row>
26876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26877 \begin_inset Text
26878
26879 \begin_layout Plain Layout
26880
26881 \backslash
26882 'e
26883 \end_layout
26884
26885 \end_inset
26886 </cell>
26887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26888 \begin_inset Text
26889
26890 \begin_layout Plain Layout
26891 \begin_inset ERT
26892 status collapsed
26893
26894 \begin_layout Plain Layout
26895
26896
26897 \backslash
26898 'e
26899 \end_layout
26900
26901 \end_inset
26902
26903
26904 \end_layout
26905
26906 \end_inset
26907 </cell>
26908 </row>
26909 <row>
26910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26911 \begin_inset Text
26912
26913 \begin_layout Plain Layout
26914
26915 \backslash
26916 ~e
26917 \begin_inset Index
26918 status collapsed
26919
26920 \begin_layout Plain Layout
26921 Tilde
26922 \end_layout
26923
26924 \end_inset
26925
26926
26927 \end_layout
26928
26929 \end_inset
26930 </cell>
26931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26932 \begin_inset Text
26933
26934 \begin_layout Plain Layout
26935 \begin_inset ERT
26936 status collapsed
26937
26938 \begin_layout Plain Layout
26939
26940
26941 \backslash
26942 ~e
26943 \end_layout
26944
26945 \end_inset
26946
26947
26948 \end_layout
26949
26950 \end_inset
26951 </cell>
26952 </row>
26953 <row>
26954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26955 \begin_inset Text
26956
26957 \begin_layout Plain Layout
26958
26959 \backslash
26960 .e
26961 \end_layout
26962
26963 \end_inset
26964 </cell>
26965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26966 \begin_inset Text
26967
26968 \begin_layout Plain Layout
26969 \begin_inset ERT
26970 status collapsed
26971
26972 \begin_layout Plain Layout
26973
26974
26975 \backslash
26976 .e
26977 \end_layout
26978
26979 \end_inset
26980
26981
26982 \end_layout
26983
26984 \end_inset
26985 </cell>
26986 </row>
26987 <row>
26988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26989 \begin_inset Text
26990
26991 \begin_layout Plain Layout
26992
26993 \backslash
26994 v
26995 \begin_inset ERT
26996 status collapsed
26997
26998 \begin_layout Plain Layout
26999
27000
27001 \backslash
27002 spce 
27003 \end_layout
27004
27005 \end_inset
27006
27007 e
27008 \end_layout
27009
27010 \end_inset
27011 </cell>
27012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27013 \begin_inset Text
27014
27015 \begin_layout Plain Layout
27016 \begin_inset ERT
27017 status collapsed
27018
27019 \begin_layout Plain Layout
27020
27021
27022 \backslash
27023 v e
27024 \end_layout
27025
27026 \end_inset
27027
27028
27029 \end_layout
27030
27031 \end_inset
27032 </cell>
27033 </row>
27034 <row>
27035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27036 \begin_inset Text
27037
27038 \begin_layout Plain Layout
27039
27040 \backslash
27041 d
27042 \begin_inset ERT
27043 status collapsed
27044
27045 \begin_layout Plain Layout
27046
27047
27048 \backslash
27049 spce 
27050 \end_layout
27051
27052 \end_inset
27053
27054 e
27055 \end_layout
27056
27057 \end_inset
27058 </cell>
27059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27060 \begin_inset Text
27061
27062 \begin_layout Plain Layout
27063 \begin_inset ERT
27064 status collapsed
27065
27066 \begin_layout Plain Layout
27067
27068
27069 \backslash
27070 d e
27071 \end_layout
27072
27073 \end_inset
27074
27075
27076 \end_layout
27077
27078 \end_inset
27079 </cell>
27080 </row>
27081 <row>
27082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27083 \begin_inset Text
27084
27085 \begin_layout Plain Layout
27086
27087 \backslash
27088 c
27089 \begin_inset ERT
27090 status collapsed
27091
27092 \begin_layout Plain Layout
27093
27094
27095 \backslash
27096 spce 
27097 \end_layout
27098
27099 \end_inset
27100
27101 e
27102 \end_layout
27103
27104 \end_inset
27105 </cell>
27106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27107 \begin_inset Text
27108
27109 \begin_layout Plain Layout
27110 \begin_inset ERT
27111 status collapsed
27112
27113 \begin_layout Plain Layout
27114
27115
27116 \backslash
27117 c e
27118 \end_layout
27119
27120 \end_inset
27121
27122
27123 \end_layout
27124
27125 \end_inset
27126 </cell>
27127 </row>
27128 </lyxtabular>
27129
27130 \end_inset
27131
27132
27133 \begin_inset Space \hfill{}
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \begin_layout Standard
27140 \begin_inset VSpace medskip
27141 \end_inset
27142
27143
27144 \end_layout
27145
27146 \begin_layout Standard
27147 Con el comando 
27148 \series bold
27149
27150 \backslash
27151 t
27152 \series default
27153  también se pueden acentuar dos caracteres distintos.
27154  El comando 
27155 \series bold
27156
27157 \backslash
27158 t
27159 \begin_inset ERT
27160 status collapsed
27161
27162 \begin_layout Plain Layout
27163
27164
27165 \backslash
27166 spce 
27167 \end_layout
27168
27169 \end_inset
27170
27171 sz
27172 \series default
27173  genera 
27174 \begin_inset ERT
27175 status collapsed
27176
27177 \begin_layout Plain Layout
27178
27179
27180 \backslash
27181 t sz
27182 \end_layout
27183
27184 \end_inset
27185
27186
27187 \end_layout
27188
27189 \begin_layout Standard
27190 Los acentos 
27191 \series bold
27192 `
27193 \series default
27194  , 
27195 \series bold
27196 '
27197 \series default
27198  y 
27199 \series bold
27200 ^
27201 \series default
27202  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27203  TeX.
27204  Lo mismo se aplica a la tilde
27205 \begin_inset Foot
27206 status collapsed
27207
27208 \begin_layout Plain Layout
27209 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27210 \end_layout
27211
27212 \end_inset
27213
27214  con 
27215 \emph on
27216 a
27217 \emph default
27218
27219 \emph on
27220 o
27221 \emph default
27222  y 
27223 \emph on
27224 n.
27225 \end_layout
27226
27227 \begin_layout Standard
27228 Los comandos 
27229 \series bold
27230
27231 \backslash
27232 b
27233 \series default
27234  , 
27235 \series bold
27236
27237 \backslash
27238 c
27239 \series default
27240  , 
27241 \series bold
27242
27243 \backslash
27244 d
27245 \series default
27246  , 
27247 \series bold
27248
27249 \backslash
27250 H
27251 \series default
27252  , 
27253 \series bold
27254
27255 \backslash
27256 t
27257 \series default
27258  , 
27259 \series bold
27260
27261 \backslash
27262 u
27263 \series default
27264  , 
27265 \series bold
27266
27267 \backslash
27268 v
27269 \series default
27270 , y acentos insertados directamente con el teclado también están disponibles
27271  en texto matemático.
27272  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27273  
27274 \begin_inset CommandInset ref
27275 LatexCommand ref
27276 reference "sub:Acentos-para-un"
27277
27278 \end_inset
27279
27280 .
27281 \end_layout
27282
27283 \begin_layout Standard
27284 \begin_inset VSpace bigskip
27285 \end_inset
27286
27287
27288 \end_layout
27289
27290 \begin_layout Standard
27291 Además, con el comando 
27292 \series bold
27293
27294 \backslash
27295 textcircled
27296 \series default
27297
27298 \begin_inset Index
27299 status collapsed
27300
27301 \begin_layout Plain Layout
27302 Comandos ! T ! 
27303 \backslash
27304 textcircled
27305 \end_layout
27306
27307 \end_inset
27308
27309  se pueden insertar en un círculo todos los números y letras, de forma parecida
27310  al símbolo copyright.
27311 \end_layout
27312
27313 \begin_layout Standard
27314 \noindent
27315 \align center
27316 \begin_inset Tabular
27317 <lyxtabular version="3" rows="3" columns="2">
27318 <features>
27319 <column alignment="center" valignment="top" width="0">
27320 <column alignment="center" valignment="top" width="0">
27321 <row>
27322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27323 \begin_inset Text
27324
27325 \begin_layout Plain Layout
27326 Comando
27327 \end_layout
27328
27329 \end_inset
27330 </cell>
27331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27332 \begin_inset Text
27333
27334 \begin_layout Plain Layout
27335 Resultado
27336 \begin_inset Note Note
27337 status collapsed
27338
27339 \begin_layout Plain Layout
27340
27341 \series bold
27342
27343 \backslash
27344 raisebox
27345 \series default
27346  se usa sólo como espaciador
27347 \end_layout
27348
27349 \end_inset
27350
27351
27352 \end_layout
27353
27354 \end_inset
27355 </cell>
27356 </row>
27357 <row>
27358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27359 \begin_inset Text
27360
27361 \begin_layout Plain Layout
27362
27363 \backslash
27364 textcircled{w}
27365 \end_layout
27366
27367 \end_inset
27368 </cell>
27369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27370 \begin_inset Text
27371
27372 \begin_layout Plain Layout
27373 \begin_inset ERT
27374 status collapsed
27375
27376 \begin_layout Plain Layout
27377
27378
27379 \backslash
27380 textcircled{w}
27381 \end_layout
27382
27383 \end_inset
27384
27385
27386 \end_layout
27387
27388 \end_inset
27389 </cell>
27390 </row>
27391 <row>
27392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27393 \begin_inset Text
27394
27395 \begin_layout Plain Layout
27396
27397 \backslash
27398 Large 
27399 \backslash
27400 textcircled{
27401 \backslash
27402 normalsize
27403 \backslash
27404 protect
27405 \backslash
27406 raisebox{-1.5pt}{W}}
27407 \end_layout
27408
27409 \end_inset
27410 </cell>
27411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27412 \begin_inset Text
27413
27414 \begin_layout Plain Layout
27415 \begin_inset Formula $\raisebox {4.5mm}{}$
27416 \end_inset
27417
27418
27419 \begin_inset ERT
27420 status collapsed
27421
27422 \begin_layout Plain Layout
27423
27424
27425 \backslash
27426 Large 
27427 \backslash
27428 textcircled{
27429 \backslash
27430 normalsize
27431 \backslash
27432 protect
27433 \backslash
27434 raisebox{-1.5pt}W}
27435 \end_layout
27436
27437 \end_inset
27438
27439
27440 \begin_inset Formula $\raisebox {-2mm}{}$
27441 \end_inset
27442
27443
27444 \end_layout
27445
27446 \end_inset
27447 </cell>
27448 </row>
27449 </lyxtabular>
27450
27451 \end_inset
27452
27453
27454 \end_layout
27455
27456 \begin_layout Standard
27457 Hay que tener cuidado que el carácter se ajuste al círculo.
27458  Por eso 
27459 \series bold
27460
27461 \backslash
27462 Large
27463 \begin_inset Foot
27464 status collapsed
27465
27466 \begin_layout Plain Layout
27467 véase 
27468 \begin_inset CommandInset ref
27469 LatexCommand ref
27470 reference "sub:Tamaños-de-fuentes"
27471
27472 \end_inset
27473
27474
27475 \end_layout
27476
27477 \end_inset
27478
27479
27480 \series default
27481  especifica el tamaño del círculo.
27482  Con ayuda de 
27483 \series bold
27484
27485 \backslash
27486 raisebox
27487 \begin_inset Foot
27488 status collapsed
27489
27490 \begin_layout Plain Layout
27491 véase 
27492 \begin_inset CommandInset ref
27493 LatexCommand ref
27494 reference "sub:Cuadros-sin-marco"
27495
27496 \end_inset
27497
27498
27499 \end_layout
27500
27501 \end_inset
27502
27503
27504 \series default
27505  se puede centrar el carácter.
27506 \end_layout
27507
27508 \begin_layout Subsection
27509 Números minúsculos
27510 \begin_inset Index
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514 Números ! minúsculos
27515 \end_layout
27516
27517 \end_inset
27518
27519
27520 \end_layout
27521
27522 \begin_layout Standard
27523 Los números minúsculos se componen con el comando 
27524 \series bold
27525
27526 \backslash
27527 oldstylenums
27528 \series default
27529
27530 \begin_inset Index
27531 status collapsed
27532
27533 \begin_layout Plain Layout
27534 Comandos ! O ! 
27535 \backslash
27536 oldstylenums
27537 \end_layout
27538
27539 \end_inset
27540
27541 .
27542  El comando se puede usar en ecuaciones y en modo TeX.
27543  Su esquema es:
27544 \end_layout
27545
27546 \begin_layout Standard
27547
27548 \series bold
27549
27550 \backslash
27551 oldstylenums{número}
27552 \end_layout
27553
27554 \begin_layout Standard
27555 El comando 
27556 \series bold
27557
27558 \backslash
27559 oldstylenums{0123456789}
27560 \series default
27561  genera: 
27562 \begin_inset Formula $\oldstylenums {0123456789}$
27563 \end_inset
27564
27565
27566 \end_layout
27567
27568 \begin_layout Subsection
27569 Caracteres especiales misceláneos
27570 \begin_inset CommandInset label
27571 LatexCommand label
27572 name "sub:Caracteres-especiales-misceláneos"
27573
27574 \end_inset
27575
27576
27577 \begin_inset Index
27578 status collapsed
27579
27580 \begin_layout Plain Layout
27581 Caracteres especiales ! misceláneos
27582 \end_layout
27583
27584 \end_inset
27585
27586
27587 \end_layout
27588
27589 \begin_layout Standard
27590 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
27591  comandos:
27592 \end_layout
27593
27594 \begin_layout Standard
27595 \noindent
27596 \align center
27597 \begin_inset Tabular
27598 <lyxtabular version="3" rows="4" columns="2">
27599 <features>
27600 <column alignment="center" valignment="top" width="0">
27601 <column alignment="center" valignment="top" width="0">
27602 <row>
27603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27604 \begin_inset Text
27605
27606 \begin_layout Plain Layout
27607 Comando
27608 \end_layout
27609
27610 \end_inset
27611 </cell>
27612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27613 \begin_inset Text
27614
27615 \begin_layout Plain Layout
27616 Resultado
27617 \end_layout
27618
27619 \end_inset
27620 </cell>
27621 </row>
27622 <row>
27623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27624 \begin_inset Text
27625
27626 \begin_layout Plain Layout
27627
27628 \backslash
27629 ^
27630 \begin_inset ERT
27631 status collapsed
27632
27633 \begin_layout Plain Layout
27634
27635
27636 \backslash
27637 spce 
27638 \end_layout
27639
27640 \end_inset
27641
27642
27643 \end_layout
27644
27645 \end_inset
27646 </cell>
27647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27648 \begin_inset Text
27649
27650 \begin_layout Plain Layout
27651 \begin_inset Formula $\mathcircumflex$
27652 \end_inset
27653
27654
27655 \end_layout
27656
27657 \end_inset
27658 </cell>
27659 </row>
27660 <row>
27661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27662 \begin_inset Text
27663
27664 \begin_layout Plain Layout
27665
27666 \backslash
27667 _
27668 \begin_inset Formula $ $
27669 \end_inset
27670
27671
27672 \end_layout
27673
27674 \end_inset
27675 </cell>
27676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27677 \begin_inset Text
27678
27679 \begin_layout Plain Layout
27680 \begin_inset Formula $\_{} {}{}{}{}{}{}$
27681 \end_inset
27682
27683
27684 \end_layout
27685
27686 \end_inset
27687 </cell>
27688 </row>
27689 <row>
27690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27691 \begin_inset Text
27692
27693 \begin_layout Plain Layout
27694 ^
27695 \begin_inset ERT
27696 status collapsed
27697
27698 \begin_layout Plain Layout
27699
27700
27701 \backslash
27702 spce 
27703 \end_layout
27704
27705 \end_inset
27706
27707
27708 \backslash
27709 circ
27710 \begin_inset Index
27711 status collapsed
27712
27713 \begin_layout Plain Layout
27714 °
27715 \end_layout
27716
27717 \end_inset
27718
27719
27720 \end_layout
27721
27722 \end_inset
27723 </cell>
27724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27725 \begin_inset Text
27726
27727 \begin_layout Plain Layout
27728 \begin_inset Formula $^{\circ}$
27729 \end_inset
27730
27731
27732 \end_layout
27733
27734 \end_inset
27735 </cell>
27736 </row>
27737 </lyxtabular>
27738
27739 \end_inset
27740
27741
27742 \end_layout
27743
27744 \begin_layout Standard
27745 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
27746  LaTeX contiene la línea:
27747 \begin_inset Foot
27748 status collapsed
27749
27750 \begin_layout Plain Layout
27751 Más sobre este asunto en 
27752 \begin_inset CommandInset ref
27753 LatexCommand ref
27754 reference "sub:Caracteres-de-texto"
27755
27756 \end_inset
27757
27758
27759 \end_layout
27760
27761 \end_inset
27762
27763  
27764 \end_layout
27765
27766 \begin_layout Standard
27767
27768 \series bold
27769
27770 \backslash
27771 DeclareInputtext{176}{
27772 \backslash
27773 ifmmode^
27774 \backslash
27775 circ
27776 \backslash
27777 else
27778 \backslash
27779 textdegree
27780 \backslash
27781 f\SpecialChar \textcompwordmark{}
27782 i}
27783 \end_layout
27784
27785 \begin_layout Section
27786 Estilos de ecuación
27787 \begin_inset CommandInset label
27788 LatexCommand label
27789 name "sec:Estilos-de-ecuación"
27790
27791 \end_inset
27792
27793
27794 \begin_inset Index
27795 status collapsed
27796
27797 \begin_layout Plain Layout
27798 Ecuación ! estilos de
27799 \end_layout
27800
27801 \end_inset
27802
27803
27804 \end_layout
27805
27806 \begin_layout Itemize
27807 Hay dos estilos diferentes de alineación:
27808 \end_layout
27809
27810 \begin_deeper
27811 \begin_layout Description
27812 Centrado es el estándar predefinido
27813 \end_layout
27814
27815 \begin_layout Description
27816 Sangrado para este estilo debe insertarse la opción 
27817 \series bold
27818 fleqn
27819 \series default
27820  en el menú 
27821 \family sans
27822 Documento\SpecialChar \menuseparator
27823 Configuración
27824 \family default
27825  bajo 
27826 \family sans
27827 Clase de documento
27828 \end_layout
27829
27830 \begin_layout Standard
27831 Cuando se usa 
27832 \series bold
27833 Sangrado
27834 \series default
27835 , éste se puede ajustar con la longitud 
27836 \series bold
27837
27838 \backslash
27839 mathindent
27840 \series default
27841
27842 \begin_inset Index
27843 status collapsed
27844
27845 \begin_layout Plain Layout
27846 Comandos ! M ! 
27847 \backslash
27848 mathindent
27849 \end_layout
27850
27851 \end_inset
27852
27853 .
27854  Para 15
27855 \begin_inset Space \thinspace{}
27856 \end_inset
27857
27858 mm, p.
27859 \begin_inset Space \thinspace{}
27860 \end_inset
27861
27862 e., se inserta esta línea de comando en el preámbulo LaTeX:
27863 \end_layout
27864
27865 \begin_layout Standard
27866
27867 \series bold
27868
27869 \backslash
27870 setlength{
27871 \backslash
27872 mathindent}{15mm}
27873 \end_layout
27874
27875 \begin_layout Standard
27876 Si no se especifica longitud se usa el valor predeterminado de 30
27877 \begin_inset Space \thinspace{}
27878 \end_inset
27879
27880 pt.
27881 \end_layout
27882
27883 \end_deeper
27884 \begin_layout Itemize
27885 Y dos estilos diferentes de numeración:
27886 \end_layout
27887
27888 \begin_deeper
27889 \begin_layout Description
27890 Derecha es el estándar predefinido
27891 \end_layout
27892
27893 \begin_layout Description
27894 Izquierda para este estilo debe insertarse la opción 
27895 \series bold
27896 fleqn
27897 \series default
27898  en el menú 
27899 \family sans
27900 Documento\SpecialChar \menuseparator
27901 Configuración
27902 \family default
27903  bajo 
27904 \family sans
27905 Clase de documento
27906 \end_layout
27907
27908 \end_deeper
27909 \begin_layout Standard
27910
27911 \series bold
27912 fleqn
27913 \series default
27914  y 
27915 \series bold
27916 leqno
27917 \series default
27918  también se pueden usar juntos.
27919  En ese caso se insertan ambas opciones, separadas por una coma.
27920 \end_layout
27921
27922 \begin_layout Standard
27923 Los estilos escogidos se aplican a todas las ecuaciones en presentación
27924  del documento.
27925  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27926  estilo 
27927 \series bold
27928 Centrado
27929 \series default
27930  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27931 \begin_inset CommandInset ref
27932 LatexCommand ref
27933 reference "sub:Entorno-flalign"
27934
27935 \end_inset
27936
27937 .
27938 \end_layout
27939
27940 \begin_layout Section
27941 Ecuaciones multilínea
27942 \begin_inset CommandInset label
27943 LatexCommand label
27944 name "sec:Ecuaciones-multilínea"
27945
27946 \end_inset
27947
27948
27949 \begin_inset Index
27950 status collapsed
27951
27952 \begin_layout Plain Layout
27953 Ecuación ! multilínea
27954 \end_layout
27955
27956 \end_inset
27957
27958
27959 \end_layout
27960
27961 \begin_layout Subsection
27962 General
27963 \end_layout
27964
27965 \begin_layout Standard
27966 En LyX se generan nuevas líneas en una ecuación con 
27967 \family sans
27968 \series bold
27969 Ctrl-Intro
27970 \family default
27971 \series default
27972 .
27973  Esto crea un 
27974 \series bold
27975 entorno align
27976 \series default
27977 , que se describe en la 
27978 \begin_inset CommandInset ref
27979 LatexCommand ref
27980 reference "sub:Entorno-align-estándar"
27981
27982 \end_inset
27983
27984 .
27985 \end_layout
27986
27987 \begin_layout Standard
27988 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
27989  el menú 
27990 \family sans
27991 Insertar\SpecialChar \menuseparator
27992 Ecuación
27993 \family default
27994 .
27995  En las siguientes secciones se describen estos entornos.
27996 \end_layout
27997
27998 \begin_layout Standard
27999 En todos los entornos de ecuación multilínea la combinación 
28000 \family sans
28001 Ctrl-Intro
28002 \family default
28003  genera una línea nueva.
28004  Para añadir o quitar líneas se pueden usar los botones 
28005 \begin_inset Graphics
28006         filename ../../images/tabular-feature_append-row.png
28007         scale 85
28008
28009 \end_inset
28010
28011  o 
28012 \begin_inset Graphics
28013         filename ../../images/tabular-feature_delete-row.png
28014         scale 85
28015
28016 \end_inset
28017
28018 de la barra de herramientas, respectivamente, o el menú 
28019 \family sans
28020 Editar\SpecialChar \menuseparator
28021 Filas y columnas
28022 \family default
28023 .
28024 \end_layout
28025
28026 \begin_layout Subsubsection
28027 Separación de líneas
28028 \begin_inset CommandInset label
28029 LatexCommand label
28030 name "sub:Separación-de-líneas"
28031
28032 \end_inset
28033
28034
28035 \begin_inset Index
28036 status collapsed
28037
28038 \begin_layout Plain Layout
28039 Ecuación ! multilínea ! separación de filas
28040 \end_layout
28041
28042 \end_inset
28043
28044
28045 \end_layout
28046
28047 \begin_layout Standard
28048 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28049 \begin_inset Formula \begin{eqnarray*}
28050 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}\\
28051 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*}
28052
28053 \end_inset
28054
28055 En LaTeX un espacio adicional para una línea se especifica como argumento
28056  opcional del comando de nueva línea.
28057  Esto aún no es posible en LYX
28058 \begin_inset Foot
28059 status collapsed
28060
28061 \begin_layout Plain Layout
28062 véase 
28063 \begin_inset CommandInset href
28064 LatexCommand href
28065 name "LyX-bug #1505"
28066 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
28067
28068 \end_inset
28069
28070
28071 \end_layout
28072
28073 \end_inset
28074
28075 , por lo que toda la ecuación debe insertarse en modo TeX.
28076  Para añadir espacio en nuestro ejemplo se inserta el comando 
28077 \series bold
28078
28079 \backslash
28080
28081 \backslash
28082 [3mm]
28083 \series default
28084  al final de la primera línea.
28085  Así: 
28086 \begin_inset ERT
28087 status collapsed
28088
28089 \begin_layout Plain Layout
28090
28091
28092 \backslash
28093 begin{eqnarray*}
28094 \end_layout
28095
28096 \begin_layout Plain Layout
28097
28098 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28099  = & 
28100 \backslash
28101 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28102 \backslash
28103
28104 \backslash
28105 [3mm]
28106 \end_layout
28107
28108 \begin_layout Plain Layout
28109
28110 4x^{2}
28111 \backslash
28112 left(B^{2}+x_{0}^{2}
28113 \backslash
28114 right)+4x_{0}x
28115 \backslash
28116 left(D-B^{2}
28117 \backslash
28118 right)+B^{2}
28119 \backslash
28120 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28121 \backslash
28122 right) & = & 0
28123 \end_layout
28124
28125 \begin_layout Plain Layout
28126
28127
28128 \backslash
28129 end{eqnarray*}
28130 \end_layout
28131
28132 \end_inset
28133
28134
28135 \begin_inset VSpace bigskip
28136 \end_inset
28137
28138
28139 \end_layout
28140
28141 \begin_layout Standard
28142 Para obtener separación en todas las líneas hay que cambiar la longitud
28143  
28144 \series bold
28145
28146 \backslash
28147 jot
28148 \series default
28149
28150 \begin_inset Index
28151 status collapsed
28152
28153 \begin_layout Plain Layout
28154 Comandos ! J ! 
28155 \backslash
28156 jot
28157 \end_layout
28158
28159 \end_inset
28160
28161 .
28162  La definición es: 
28163 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28164 \end_inset
28165
28166 .
28167  El valor predeterminado para 
28168 \series bold
28169
28170 \backslash
28171 jot
28172 \series default
28173  es 3
28174 \begin_inset Space \thinspace{}
28175 \end_inset
28176
28177 pt.
28178  Para establecer una separación adicional de 3
28179 \begin_inset Space \thinspace{}
28180 \end_inset
28181
28182 mm como en el ejemplo anterior, se inserta el comando
28183 \end_layout
28184
28185 \begin_layout Standard
28186
28187 \series bold
28188
28189 \backslash
28190 setlength{
28191 \backslash
28192 jot}{3mm+3pt}
28193 \end_layout
28194
28195 \begin_layout Standard
28196 en modo TeX antes de la ecuación.
28197  Es necesario cargar el paquete 
28198 \series bold
28199 calc
28200 \series default
28201
28202 \begin_inset Foot
28203 status collapsed
28204
28205 \begin_layout Plain Layout
28206
28207 \series bold
28208 calc
28209 \series default
28210  forma parte de toda instalación LaTeX estándar.
28211 \end_layout
28212
28213 \end_inset
28214
28215
28216 \begin_inset Index
28217 status collapsed
28218
28219 \begin_layout Plain Layout
28220 Paquetes ! calc
28221 \end_layout
28222
28223 \end_inset
28224
28225  en el preámbulo con la línea
28226 \end_layout
28227
28228 \begin_layout Standard
28229
28230 \series bold
28231
28232 \backslash
28233 usepackage{calc}
28234 \end_layout
28235
28236 \begin_layout Standard
28237 Se obtiene:
28238 \begin_inset ERT
28239 status collapsed
28240
28241 \begin_layout Plain Layout
28242
28243
28244 \backslash
28245 setlength{
28246 \backslash
28247 jot}{3mm+3pt}
28248 \end_layout
28249
28250 \end_inset
28251
28252
28253 \begin_inset Formula \begin{eqnarray*}
28254 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}\\
28255 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*}
28256
28257 \end_inset
28258
28259
28260 \begin_inset ERT
28261 status collapsed
28262
28263 \begin_layout Plain Layout
28264
28265
28266 \backslash
28267 setlength{
28268 \backslash
28269 jot}{3pt}
28270 \end_layout
28271
28272 \end_inset
28273
28274  Para volver a la distancia predeterminada, 
28275 \series bold
28276
28277 \backslash
28278 jot
28279 \series default
28280  se establece en 3
28281 \begin_inset Space \thinspace{}
28282 \end_inset
28283
28284 pt.
28285 \end_layout
28286
28287 \begin_layout Subsubsection
28288 Separación de columnas
28289 \begin_inset CommandInset label
28290 LatexCommand label
28291 name "sub:Separación-de-columnas"
28292
28293 \end_inset
28294
28295
28296 \begin_inset Index
28297 status collapsed
28298
28299 \begin_layout Plain Layout
28300 Ecuación ! multilínea !separación de columnas
28301 \end_layout
28302
28303 \end_inset
28304
28305
28306 \end_layout
28307
28308 \begin_layout Standard
28309 Una ecuación multilínea forma una matriz.
28310  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28311  columnas.
28312  Cambiando la separación de columnas en este entorno se puede cambiar el
28313  espacio junto al signo de relación.
28314 \end_layout
28315
28316 \begin_layout Standard
28317 La separación de columnas se especifica con la longitud
28318 \series bold
28319  
28320 \backslash
28321 arraycolsep
28322 \series default
28323
28324 \begin_inset Index
28325 status collapsed
28326
28327 \begin_layout Plain Layout
28328 Comandos ! A ! 
28329 \backslash
28330 arraycolsep
28331 \end_layout
28332
28333 \end_inset
28334
28335  según:
28336 \begin_inset Newline newline
28337 \end_inset
28338
28339 separación de columnas = 2
28340 \begin_inset Space \thinspace{}
28341 \end_inset
28342
28343
28344 \series bold
28345
28346 \backslash
28347 arraycolsep
28348 \series default
28349
28350 \begin_inset Newline newline
28351 \end_inset
28352
28353 Así, el comando en modo TeX
28354 \end_layout
28355
28356 \begin_layout Standard
28357
28358 \series bold
28359
28360 \backslash
28361 setlength{
28362 \backslash
28363 arraycolsep}{1cm}
28364 \end_layout
28365
28366 \begin_layout Standard
28367 establece para todas las ecuaciones siguientes una separación de columnas
28368  de 2
28369 \begin_inset Space \thinspace{}
28370 \end_inset
28371
28372 cm.
28373  Para volver al valor predefinido, 
28374 \series bold
28375
28376 \backslash
28377 arraycolsep
28378 \series default
28379  se pone en 5
28380 \begin_inset Space \thinspace{}
28381 \end_inset
28382
28383 pt.
28384 \end_layout
28385
28386 \begin_layout Standard
28387 Una ecuación con separación de 2
28388 \begin_inset Space \thinspace{}
28389 \end_inset
28390
28391 cm entre columnas:
28392 \begin_inset ERT
28393 status collapsed
28394
28395 \begin_layout Plain Layout
28396
28397
28398 \backslash
28399 setlength{
28400 \backslash
28401 arraycolsep}{1cm}
28402 \end_layout
28403
28404 \end_inset
28405
28406
28407 \begin_inset Formula \begin{eqnarray*}
28408 A & = & B\\
28409 C & \ne & A\end{eqnarray*}
28410
28411 \end_inset
28412
28413 Una ecuación con la separación predefinida para matrices, 10
28414 \begin_inset Space \thinspace{}
28415 \end_inset
28416
28417 pt:
28418 \begin_inset ERT
28419 status collapsed
28420
28421 \begin_layout Plain Layout
28422
28423
28424 \backslash
28425 setlength{
28426 \backslash
28427 arraycolsep}{5pt}
28428 \end_layout
28429
28430 \end_inset
28431
28432
28433 \begin_inset Formula \begin{eqnarray*}
28434 A & = & B\\
28435 C & \ne & A\end{eqnarray*}
28436
28437 \end_inset
28438
28439
28440 \end_layout
28441
28442 \begin_layout Subsubsection
28443 Ecuaciones largas
28444 \begin_inset Index
28445 status collapsed
28446
28447 \begin_layout Plain Layout
28448 Ecuación ! larga
28449 \end_layout
28450
28451 \end_inset
28452
28453
28454 \end_layout
28455
28456 \begin_layout Standard
28457 Se pueden componer ecuaciones largas mediante estos métodos:
28458 \end_layout
28459
28460 \begin_layout Itemize
28461 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28462  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28463 \begin_inset Formula \begin{eqnarray}
28464 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 \\
28465  &  & -\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}
28466
28467 \end_inset
28468
28469 El signo menos al principio de la segunda línea normalmente no aparece como
28470  operador porque es el primer carácter de la línea.
28471  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28472  Para evitarlo se ha insertado espacio detrás del menos con el comando 
28473 \series bold
28474
28475 \backslash
28476 hspace{3pt}
28477 \series default
28478
28479 \begin_inset Index
28480 status collapsed
28481
28482 \begin_layout Plain Layout
28483 Comandos ! H ! 
28484 \backslash
28485 hspace
28486 \end_layout
28487
28488 \end_inset
28489
28490 .
28491 \begin_inset Foot
28492 status collapsed
28493
28494 \begin_layout Plain Layout
28495 véase más sobre 
28496 \series bold
28497
28498 \backslash
28499 hspace
28500 \series default
28501  en 
28502 \begin_inset CommandInset ref
28503 LatexCommand ref
28504 reference "sub:Espacio-variable"
28505
28506 \end_inset
28507
28508
28509 \end_layout
28510
28511 \end_inset
28512
28513
28514 \end_layout
28515
28516 \begin_layout Itemize
28517 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28518 \series bold
28519
28520 \backslash
28521 lefteqn
28522 \series default
28523
28524 \begin_inset Index
28525 status collapsed
28526
28527 \begin_layout Plain Layout
28528 Comandos ! L ! 
28529 \backslash
28530 lefteqn
28531 \end_layout
28532
28533 \end_inset
28534
28535 .
28536  Se inserta en la primer columna de la primera línea y hace que todas las
28537  inserciones posteriores sobreescriban las columnas siguientes:
28538 \begin_inset Formula \begin{eqnarray}
28539 \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 \\
28540  &  & -\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 \\
28541  &  & =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}
28542
28543 \end_inset
28544
28545 Tras la inserción de 
28546 \series bold
28547
28548 \backslash
28549 lefteqn
28550 \series default
28551  el cursor está en un marco púrpura un poco a la izquierda del azul.
28552  La ecuación se inserta en éste.
28553 \begin_inset Newline newline
28554 \end_inset
28555
28556 El contenido de las restantes líneas se inserta en la segunda columna o
28557  en otra.
28558  A mayor número de columna donde se inserte, mayor sangrado.
28559 \begin_inset ERT
28560 status collapsed
28561
28562 \begin_layout Plain Layout
28563
28564
28565 \backslash
28566 medskip
28567 \end_layout
28568
28569 \end_inset
28570
28571
28572 \begin_inset Newline newline
28573 \end_inset
28574
28575
28576 \begin_inset Note Greyedout
28577 status open
28578
28579 \begin_layout Plain Layout
28580 Ten en cuenta lo siguiente si usas 
28581 \series bold
28582
28583 \backslash
28584 lefteqn
28585 \series default
28586 :
28587 \end_layout
28588
28589 \begin_layout Itemize
28590 La ecuación no usa la anchura total de la página.
28591  Cuando se añade, p.
28592 \begin_inset Space \thinspace{}
28593 \end_inset
28594
28595 e., el término 
28596 \begin_inset Formula $-B^{2}$
28597 \end_inset
28598
28599  en la primera línea del ejemplo, debería estar fuera del margen.
28600  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28601  principio de la primera línea.
28602 \end_layout
28603
28604 \begin_layout Itemize
28605 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28606  primera línea.
28607 \begin_inset Foot
28608 status collapsed
28609
28610 \begin_layout Plain Layout
28611 \begin_inset CommandInset href
28612 LatexCommand href
28613 name "LyX-bug #1429"
28614 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28615
28616 \end_inset
28617
28618
28619 \end_layout
28620
28621 \end_inset
28622
28623  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28624  teclas de flecha.
28625 \end_layout
28626
28627 \end_inset
28628
28629  
28630 \end_layout
28631
28632 \begin_layout Itemize
28633 Se describen otros métodos para escribir fórmulas largas en 
28634 \begin_inset CommandInset ref
28635 LatexCommand ref
28636 reference "sub:Entorno-multilínea"
28637
28638 \end_inset
28639
28640  y 
28641 \begin_inset CommandInset ref
28642 LatexCommand ref
28643 reference "sub:Partes-de-una-multilínea"
28644
28645 \end_inset
28646
28647 .
28648 \end_layout
28649
28650 \begin_layout Subsubsection
28651 Delimitadores multilínea
28652 \begin_inset CommandInset label
28653 LatexCommand label
28654 name "sub:Delimitadores-multilínea"
28655
28656 \end_inset
28657
28658
28659 \begin_inset Index
28660 status collapsed
28661
28662 \begin_layout Plain Layout
28663 Delimitadores ! para varias líneas
28664 \end_layout
28665
28666 \end_inset
28667
28668
28669 \end_layout
28670
28671 \begin_layout Standard
28672 Para poner delimitadores que cubran varias líneas hay un problema:
28673 \begin_inset Formula \begin{eqnarray*}
28674 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28675  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28676
28677 \end_inset
28678
28679 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28680 res con tamaño variable no abarcan líneas múltiples.
28681 \end_layout
28682
28683 \begin_layout Standard
28684 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28685  primera línea se finaliza con 
28686 \series bold
28687
28688 \backslash
28689 right.
28690 \series default
28691
28692 \begin_inset Index
28693 status collapsed
28694
28695 \begin_layout Plain Layout
28696 Comandos ! R ! 
28697 \backslash
28698 right
28699 \end_layout
28700
28701 \end_inset
28702
28703  y la segunda con 
28704 \series bold
28705
28706 \backslash
28707 left.
28708 \series default
28709 .
28710 \begin_inset Foot
28711 status collapsed
28712
28713 \begin_layout Plain Layout
28714
28715 \series bold
28716 Más sobre 
28717 \series default
28718
28719 \backslash
28720 left.
28721
28722 \series bold
28723  y 
28724 \series default
28725
28726 \backslash
28727 right.
28728
28729 \series bold
28730  en 
28731 \begin_inset CommandInset ref
28732 LatexCommand ref
28733 reference "sub:Tamaño-automático-de"
28734
28735 \end_inset
28736
28737
28738 \end_layout
28739
28740 \end_inset
28741
28742
28743 \begin_inset Index
28744 status collapsed
28745
28746 \begin_layout Plain Layout
28747 Comandos ! L ! 
28748 \backslash
28749 left
28750 \end_layout
28751
28752 \end_inset
28753
28754  Después de 
28755 \series bold
28756
28757 \backslash
28758 left.
28759
28760 \series default
28761  se inserta el comando 
28762 \series bold
28763
28764 \backslash
28765 vphantom
28766 \series default
28767
28768 \begin_inset ERT
28769 status collapsed
28770
28771 \begin_layout Plain Layout
28772
28773
28774 \backslash
28775 spce 
28776 \end_layout
28777
28778 \end_inset
28779
28780
28781 \series bold
28782
28783 \backslash
28784 prod
28785 \series default
28786 ^
28787 \begin_inset ERT
28788 status collapsed
28789
28790 \begin_layout Plain Layout
28791
28792
28793 \backslash
28794 spce 
28795 \end_layout
28796
28797 \end_inset
28798
28799
28800 \series bold
28801
28802 \backslash
28803 infty
28804 \series default
28805
28806 \begin_inset ERT
28807 status collapsed
28808
28809 \begin_layout Plain Layout
28810
28811
28812 \backslash
28813 spce 
28814 \end_layout
28815
28816 \end_inset
28817
28818
28819 \series bold
28820
28821 \begin_inset Formula $\downarrow$
28822 \end_inset
28823
28824 _R=1}
28825 \series default
28826
28827 \begin_inset Index
28828 status collapsed
28829
28830 \begin_layout Plain Layout
28831 Comandos ! V ! 
28832 \backslash
28833 vphantom
28834 \end_layout
28835
28836 \end_inset
28837
28838 , porque el operador de multiplicación con sus límites es el símbolo mayor
28839  en la primera línea y ese debería ser el tamaño para el delimitador en
28840  la segunda línea.
28841 \end_layout
28842
28843 \begin_layout Standard
28844 El resultado es: 
28845 \begin_inset Formula \begin{eqnarray*}
28846 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28847  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28848
28849 \end_inset
28850
28851
28852 \end_layout
28853
28854 \begin_layout Subsection
28855 Entornos align
28856 \end_layout
28857
28858 \begin_layout Standard
28859 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28860  Son especialmente apropiados para poner ecuaciones adosadas.
28861 \end_layout
28862
28863 \begin_layout Standard
28864 Los entornos align constan de columnas.
28865  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28866  En un entorno align se puede numerar cada línea.
28867 \end_layout
28868
28869 \begin_layout Standard
28870 Los entornos align se crean con el menú 
28871 \family sans
28872 Insertar\SpecialChar \menuseparator
28873 Ecuación
28874 \family default
28875 .
28876  Una ecuación existente se puede convertir a align con el menú 
28877 \family sans
28878 Editar\SpecialChar \menuseparator
28879 Ecuación\SpecialChar \menuseparator
28880 Cambiar tipo de ecuación
28881 \family default
28882 .
28883 \end_layout
28884
28885 \begin_layout Standard
28886 Para añadir o quitar columnas se pueden usar los botones 
28887 \begin_inset Graphics
28888         filename ../../images/tabular-feature_append-row.png
28889         scale 85
28890
28891 \end_inset
28892
28893  o 
28894 \begin_inset Graphics
28895         filename ../../images/tabular-feature_delete-row.png
28896         scale 85
28897
28898 \end_inset
28899
28900 de la barra de ecuaciones o el menú 
28901 \family sans
28902 Editar\SpecialChar \menuseparator
28903 Filas y columnas
28904 \family default
28905 .
28906 \end_layout
28907
28908 \begin_layout Subsubsection
28909 Entorno align estándar
28910 \begin_inset CommandInset label
28911 LatexCommand label
28912 name "sub:Entorno-align-estándar"
28913
28914 \end_inset
28915
28916
28917 \begin_inset Index
28918 status collapsed
28919
28920 \begin_layout Plain Layout
28921 Ecuación ! multilínea ! entorno align
28922 \end_layout
28923
28924 \end_inset
28925
28926
28927 \end_layout
28928
28929 \begin_layout Standard
28930 Este entorno align se crea pulsando 
28931 \family sans
28932 Ctrl-Intro
28933 \family default
28934  en una ecuación o con el menú 
28935 \family sans
28936 Insertar\SpecialChar \menuseparator
28937 Ecuación\SpecialChar \menuseparator
28938 Entorno AMS align
28939 \family default
28940 .
28941 \end_layout
28942
28943 \begin_layout Standard
28944 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
28945  align de cuatro columnas:
28946 \begin_inset Formula \begin{align*}
28947 A & =\sen (B) & C & =D\\
28948 C & \neq A & B & \neq D\end{align*}
28949
28950 \end_inset
28951
28952 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
28953  un 
28954 \series bold
28955
28956 \backslash
28957 hfill
28958 \series default
28959
28960 \begin_inset Foot
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964 Más sobre 
28965 \series bold
28966
28967 \backslash
28968 hfill
28969 \series default
28970  en 
28971 \begin_inset CommandInset ref
28972 LatexCommand ref
28973 reference "sub:Espacio-variable"
28974
28975 \end_inset
28976
28977
28978 \end_layout
28979
28980 \end_inset
28981
28982  antes de la primera y detrás de cada columna par.
28983  Si se pone en estilo 
28984 \series bold
28985 Sangrado
28986 \series default
28987 ,
28988 \begin_inset Foot
28989 status collapsed
28990
28991 \begin_layout Plain Layout
28992 véase estilos de ecuación en 
28993 \begin_inset CommandInset ref
28994 LatexCommand ref
28995 reference "sec:Estilos-de-ecuación"
28996
28997 \end_inset
28998
28999
29000 \end_layout
29001
29002 \end_inset
29003
29004  la ecuación queda sin el 
29005 \series bold
29006
29007 \backslash
29008 hfill
29009 \series default
29010  ante la primera columna.
29011 \end_layout
29012
29013 \begin_layout Subsubsection
29014 Entorno alignat
29015 \begin_inset Index
29016 status collapsed
29017
29018 \begin_layout Plain Layout
29019 Ecuación ! multilínea ! entorno alignat
29020 \end_layout
29021
29022 \end_inset
29023
29024
29025 \end_layout
29026
29027 \begin_layout Standard
29028 El entorno alignat no tiene separación predefinida de columnas.
29029  Se puede insertar manualmente con los espacios descritos en 
29030 \begin_inset CommandInset ref
29031 LatexCommand ref
29032 reference "sec:Espacio"
29033
29034 \end_inset
29035
29036 .
29037 \end_layout
29038
29039 \begin_layout Standard
29040 El ejemplo anterior en el entorno alignat, con un espacio de 1
29041 \begin_inset Space \thinspace{}
29042 \end_inset
29043
29044 cm al comienzo da la segunda ecuación:
29045 \begin_inset Formula \begin{alignat*}{2}
29046 A & =\sen (B)\hspace {1cm} & C & =D\\
29047 C & \neq A & B & \neq D\end{alignat*}
29048
29049 \end_inset
29050
29051 Como cada columna puede tener un espacio diferente, este entorno es especialment
29052 e apropiado para poner tres o más ecuaciones adosadas.
29053 \end_layout
29054
29055 \begin_layout Subsubsection
29056 Entorno flalign
29057 \begin_inset CommandInset label
29058 LatexCommand label
29059 name "sub:Entorno-flalign"
29060
29061 \end_inset
29062
29063
29064 \begin_inset Index
29065 status collapsed
29066
29067 \begin_layout Plain Layout
29068 Ecuación ! multilínea ! entorno flalign
29069 \end_layout
29070
29071 \end_inset
29072
29073
29074 \end_layout
29075
29076 \begin_layout Standard
29077 En este entorno las dos primeras columnas están siempre tan a la izquierda
29078  como sea posible y las dos últimas a la derecha.
29079  Ejemplo:
29080 \begin_inset Formula \begin{flalign*}
29081 A & =1 & B & =2 & C & =3\\
29082 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4\end{flalign*}
29083
29084 \end_inset
29085
29086 En un entorno flalign con un número impar de columnas, en la última de las
29087  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29088  alineadas a la izquierda, aunque se use el estilo 
29089 \series bold
29090 Centrado
29091 \series default
29092 .
29093  Un ejemplo de fórmula sangrada 
29094 \begin_inset CommandInset ref
29095 LatexCommand eqref
29096 reference "eq:IntVol"
29097
29098 \end_inset
29099
29100 :
29101 \begin_inset Formula \begin{flalign}
29102 \hspace {30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
29103
29104 \end_inset
29105
29106 Las dos primeras columnas contienen la fórmula.
29107  Para sangrarla como con el estilo 
29108 \series bold
29109 Sangrado
29110 \series default
29111 , se añade un espacio de 30
29112 \begin_inset Space \thinspace{}
29113 \end_inset
29114
29115 pt al comienzo de la primera columna.
29116  
29117 \end_layout
29118
29119 \begin_layout Subsection
29120 Entorno eqnarray
29121 \begin_inset Index
29122 status collapsed
29123
29124 \begin_layout Plain Layout
29125 Ecuación ! multilínea ! entorno eqnarray
29126 \end_layout
29127
29128 \end_inset
29129
29130
29131 \begin_inset Index
29132 status collapsed
29133
29134 \begin_layout Plain Layout
29135 Ecuación ! multilínea ! entorno eqnarray
29136 \end_layout
29137
29138 \end_inset
29139
29140
29141 \end_layout
29142
29143 \begin_layout Standard
29144 Al introducir este entorno aparecen tres marcos azules.
29145  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29146  El contenido del marco central está centrado y algo más pequeño, porque
29147  está diseñado para insertar sólo caracteres de relación.
29148 \begin_inset Formula \begin{eqnarray*}
29149 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29150 AB & AB & AB\\
29151 A & = & A\end{eqnarray*}
29152
29153 \end_inset
29154
29155
29156 \end_layout
29157
29158 \begin_layout Subsection
29159 Entorno gather
29160 \begin_inset Index
29161 status collapsed
29162
29163 \begin_layout Plain Layout
29164 Ecuación ! multilínea ! entorno gather
29165 \end_layout
29166
29167 \end_inset
29168
29169
29170 \end_layout
29171
29172 \begin_layout Standard
29173 Este entorno consta de una sola columna centrada.
29174  Se puede numerar cada línea.
29175 \begin_inset Formula \begin{gather}
29176 A=1\\
29177 X=\mbox{-}1\end{gather}
29178
29179 \end_inset
29180
29181
29182 \end_layout
29183
29184 \begin_layout Subsection
29185 Entorno multilínea
29186 \begin_inset CommandInset label
29187 LatexCommand label
29188 name "sub:Entorno-multilínea"
29189
29190 \end_inset
29191
29192
29193 \begin_inset Index
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197 Ecuación ! multilínea ! entorno multilínea
29198 \end_layout
29199
29200 \end_inset
29201
29202
29203 \end_layout
29204
29205 \begin_layout Standard
29206 El entorno multilínea, como gather, consta de una sola columna.
29207  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29208  Las demás están centradas.
29209  Por tanto este entorno es apropiado para ecuaciones largas.
29210  Como ejemplo, la ecuación
29211 \begin_inset Space ~
29212 \end_inset
29213
29214
29215 \begin_inset CommandInset ref
29216 LatexCommand eqref
29217 reference "eq:lefteqn"
29218
29219 \end_inset
29220
29221  en entorno multilínea:
29222 \begin_inset Formula \begin{multline}
29223 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}\\
29224 -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}\\
29225 =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}
29226
29227 \end_inset
29228
29229 En la salida sólo aparece numerada la última (primera) línea si la numeración
29230  del documento es a la derecha (izquierda).
29231 \begin_inset Foot
29232 status collapsed
29233
29234 \begin_layout Plain Layout
29235 véanse los estilos de numeración en 
29236 \begin_inset CommandInset ref
29237 LatexCommand ref
29238 reference "sec:Estilos-de-ecuación"
29239
29240 \end_inset
29241
29242
29243 \end_layout
29244
29245 \end_inset
29246
29247
29248 \end_layout
29249
29250 \begin_layout Standard
29251 Con los comandos 
29252 \series bold
29253
29254 \backslash
29255 shoveright
29256 \begin_inset Index
29257 status collapsed
29258
29259 \begin_layout Plain Layout
29260 Comandos ! S ! 
29261 \backslash
29262 shoveright
29263 \end_layout
29264
29265 \end_inset
29266
29267
29268 \series default
29269  y 
29270 \series bold
29271
29272 \backslash
29273 shoveleft
29274 \series default
29275
29276 \begin_inset Index
29277 status collapsed
29278
29279 \begin_layout Plain Layout
29280 Comandos ! S ! 
29281 \backslash
29282 shoveleft
29283 \end_layout
29284
29285 \end_inset
29286
29287 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29288 ente.
29289  Los comandos se usan como sigue:
29290 \end_layout
29291
29292 \begin_layout Standard
29293
29294 \series bold
29295
29296 \backslash
29297 shoveright{contenido de la línea}
29298 \series default
29299  y 
29300 \series bold
29301
29302 \backslash
29303 shoveleft{contenido de la línea}
29304 \end_layout
29305
29306 \begin_layout Standard
29307 \begin_inset VSpace medskip
29308 \end_inset
29309
29310
29311 \end_layout
29312
29313 \begin_layout Standard
29314 La longitud 
29315 \series bold
29316
29317 \backslash
29318 multlinegap
29319 \series default
29320
29321 \begin_inset Index
29322 status collapsed
29323
29324 \begin_layout Plain Layout
29325 Comandos ! M ! 
29326 \backslash
29327 multlinegap
29328 \end_layout
29329
29330 \end_inset
29331
29332  especifica la distancia de la primera línea desde el margen izquierdo de
29333  la página.
29334  Esta longitud es 0
29335 \begin_inset Space \thinspace{}
29336 \end_inset
29337
29338 pt por defecto.
29339 \end_layout
29340
29341 \begin_layout Standard
29342 Como ejemplo la ecuación anterior con el comando
29343 \end_layout
29344
29345 \begin_layout Standard
29346
29347 \series bold
29348
29349 \backslash
29350 setlength{
29351 \backslash
29352 multlinegap}{2cm}
29353 \end_layout
29354
29355 \begin_layout Standard
29356 insertado previamente en modo TeX:
29357 \begin_inset ERT
29358 status collapsed
29359
29360 \begin_layout Plain Layout
29361
29362
29363 \backslash
29364 setlength{
29365 \backslash
29366 multlinegap}{2cm}
29367 \end_layout
29368
29369 \end_inset
29370
29371
29372 \begin_inset Formula \begin{multline}
29373 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}\\
29374 \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}}\\
29375 =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}
29376
29377 \end_inset
29378
29379
29380 \begin_inset ERT
29381 status collapsed
29382
29383 \begin_layout Plain Layout
29384
29385
29386 \backslash
29387 setlength{
29388 \backslash
29389 multlinegap}{0pt}
29390 \end_layout
29391
29392 \end_inset
29393
29394 La segunda línea se ha alineado a la izquierda con 
29395 \series bold
29396
29397 \backslash
29398 shoveleft
29399 \series default
29400 .
29401 \end_layout
29402
29403 \begin_layout Subsection
29404 Partes de una ecuación multilínea
29405 \begin_inset CommandInset label
29406 LatexCommand label
29407 name "sub:Partes-de-una-multilínea"
29408
29409 \end_inset
29410
29411
29412 \begin_inset Index
29413 status collapsed
29414
29415 \begin_layout Plain Layout
29416 Ecuación ! multilínea ! partes de
29417 \end_layout
29418
29419 \end_inset
29420
29421
29422 \end_layout
29423
29424 \begin_layout Standard
29425 Para mostrar sólo partes de una ecuación multilínea se
29426 \family roman
29427 \series medium
29428 \shape up
29429 \size normal
29430 \emph off
29431 \bar no
29432 \noun off
29433 \color none
29434
29435 \backslash
29436 left.
29437 \backslash
29438 right
29439 \backslash
29440 }
29441 \family default
29442 \series default
29443 \shape default
29444 \size default
29445 \emph default
29446 \bar default
29447 \noun default
29448 \color inherit
29449  usa uno de los siguientes métodos: 
29450 \series bold
29451 aligned
29452 \series default
29453
29454 \series bold
29455 alignedat
29456 \series default
29457
29458 \series bold
29459 gathered
29460 \series default
29461  o 
29462 \series bold
29463 split
29464 \series default
29465 .
29466  Se pueden elegir en el menú 
29467 \family sans
29468 Insertar\SpecialChar \menuseparator
29469 Ecuación
29470 \family default
29471  o usando los comandos aquí descritos.
29472 \end_layout
29473
29474 \begin_layout Standard
29475 Los tres primeros tienen las mismas propiedades que los correspondientes
29476  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29477  Un ejemplo:
29478 \begin_inset Formula \[
29479 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29480 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29481 \right\} \mbox{Relaciones de incertidumbre}\]
29482
29483 \end_inset
29484
29485 Para componer esta expresión se inserta una ecuación en presentación y en
29486  ella se introduce el comando 
29487 \series bold
29488
29489 \backslash
29490 aligned
29491 \series default
29492
29493 \begin_inset Index
29494 status collapsed
29495
29496 \begin_layout Plain Layout
29497 Comandos ! A ! 
29498 \backslash
29499 aligned
29500 \end_layout
29501
29502 \end_inset
29503
29504 .
29505  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29506  añadir filas y columnas.
29507  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29508  como la llave.
29509 \end_layout
29510
29511 \begin_layout Standard
29512 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29513  se alinean horizontalmente.
29514  Usar aligned en una ecuación en presentación tiene la ventaja de que el
29515  número de ecuación se centra verticalmente con las líneas.
29516  Como ejemplo, la ecuación 
29517 \begin_inset CommandInset ref
29518 LatexCommand eqref
29519 reference "eq:kurzlang"
29520
29521 \end_inset
29522
29523  en entorno aligned: 
29524 \begin_inset Formula \begin{equation}
29525 \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}|}\\
29526  & -\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}
29527 \end{equation}
29528
29529 \end_inset
29530
29531 Para usar los entornos 
29532 \series bold
29533 alignedat
29534 \series default
29535
29536 \series bold
29537 gathered
29538 \series default
29539 , o 
29540 \series bold
29541 split
29542 \series default
29543 , se insertan respectivamente los comandos
29544 \series bold
29545  
29546 \backslash
29547 alignedat
29548 \series default
29549 ,
29550 \begin_inset Index
29551 status collapsed
29552
29553 \begin_layout Plain Layout
29554 Comandos ! A ! 
29555 \backslash
29556 alignedat
29557 \end_layout
29558
29559 \end_inset
29560
29561  
29562 \series bold
29563
29564 \backslash
29565 gathered
29566 \series default
29567
29568 \begin_inset Index
29569 status collapsed
29570
29571 \begin_layout Plain Layout
29572 Comandos ! G ! 
29573 \backslash
29574 gathered
29575 \end_layout
29576
29577 \end_inset
29578
29579 , o 
29580 \series bold
29581
29582 \backslash
29583 split
29584 \series default
29585
29586 \begin_inset Index
29587 status collapsed
29588
29589 \begin_layout Plain Layout
29590 Comandos ! S ! 
29591 \backslash
29592 split
29593 \end_layout
29594
29595 \end_inset
29596
29597 .
29598  El entorno split tiene las mismas propiedades que aligned pero sólo puede
29599  tener dos columnas.
29600 \end_layout
29601
29602 \begin_layout Subsection
29603 Texto en ecuaciones multilínea
29604 \begin_inset CommandInset label
29605 LatexCommand label
29606 name "sub:Texto-en-multilínea"
29607
29608 \end_inset
29609
29610
29611 \begin_inset Index
29612 status collapsed
29613
29614 \begin_layout Plain Layout
29615 Texto ! en ecuaciones
29616 \end_layout
29617
29618 \end_inset
29619
29620
29621 \begin_inset Index
29622 status collapsed
29623
29624 \begin_layout Plain Layout
29625 Ecuación ! multilínea ! texto en
29626 \end_layout
29627
29628 \end_inset
29629
29630
29631 \end_layout
29632
29633 \begin_layout Standard
29634 En los entornos Align, multilínea y gather, se puede insertar texto que
29635  se mostrará en una línea separada y que no afecta la alineación de columna.
29636  Para esto se usa el comando 
29637 \series bold
29638
29639 \backslash
29640 intertext
29641 \series default
29642
29643 \begin_inset Index
29644 status collapsed
29645
29646 \begin_layout Plain Layout
29647 Comandos ! I ! 
29648 \backslash
29649 intertext
29650 \end_layout
29651
29652 \end_inset
29653
29654  con el siguiente esquema:
29655 \end_layout
29656
29657 \begin_layout Standard
29658
29659 \series bold
29660
29661 \backslash
29662 intertext{texto}
29663 \end_layout
29664
29665 \begin_layout Standard
29666 El texto no debería ocupar más de una línea porque no se puede partir con
29667  guión.
29668  Como LyX aún no soporta 
29669 \series bold
29670
29671 \backslash
29672 intertext
29673 \series default
29674  directamente, el texto se escribe como texto matemático.
29675  
29676 \series bold
29677
29678 \backslash
29679 intertext
29680 \series default
29681  debe por tanto estar al comienzo de una línea y en la salida se presenta
29682  sobre esta línea.
29683  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29684 \begin_inset Formula \begin{align}
29685 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29686 \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}
29687
29688 \end_inset
29689
29690
29691 \end_layout
29692
29693 \begin_layout Section
29694 Numeración de ecuaciones
29695 \begin_inset Index
29696 status collapsed
29697
29698 \begin_layout Plain Layout
29699 Ecuación ! numeración|see
29700 \begin_inset ERT
29701 status collapsed
29702
29703 \begin_layout Plain Layout
29704
29705 {
29706 \end_layout
29707
29708 \end_inset
29709
29710 Numeración de ecuaciones
29711 \begin_inset ERT
29712 status collapsed
29713
29714 \begin_layout Plain Layout
29715
29716 }
29717 \end_layout
29718
29719 \end_inset
29720
29721
29722 \end_layout
29723
29724 \end_inset
29725
29726
29727 \begin_inset Index
29728 status collapsed
29729
29730 \begin_layout Plain Layout
29731 Numeración de ecuaciones
29732 \end_layout
29733
29734 \end_inset
29735
29736
29737 \end_layout
29738
29739 \begin_layout Subsection
29740 General
29741 \end_layout
29742
29743 \begin_layout Standard
29744 Las ecuaciones numeradas se insertan con el menú 
29745 \family sans
29746 Insertar\SpecialChar \menuseparator
29747 Ecuación
29748 \family default
29749  
29750 \family sans
29751 \SpecialChar \menuseparator
29752 Ecuación
29753 \begin_inset Space ~
29754 \end_inset
29755
29756 numerada
29757 \family default
29758  (atajo 
29759 \family sans
29760 Ctrl-Alt
29761 \begin_inset Space ~
29762 \end_inset
29763
29764 n
29765 \family default
29766 ).
29767  Ecuaciones existentes se pueden numerar con el menú 
29768 \family sans
29769 Editar\SpecialChar \menuseparator
29770 Ecuación\SpecialChar \menuseparator
29771 Conmutar
29772 \begin_inset Space ~
29773 \end_inset
29774
29775 numeración
29776 \family default
29777  (atajo
29778 \family sans
29779  Alt-m
29780 \begin_inset Space ~
29781 \end_inset
29782
29783 n
29784 \family default
29785 ).
29786  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29787  En la salida se muestra el número real.
29788 \end_layout
29789
29790 \begin_layout Standard
29791 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29792  líneas.
29793  No obstante, la numeración se puede controlar en cada línea con el menú
29794  
29795 \family sans
29796 Editar\SpecialChar \menuseparator
29797 Ecuación\SpecialChar \menuseparator
29798 \SpecialChar \menuseparator
29799 Conmutar
29800 \begin_inset Space ~
29801 \end_inset
29802
29803 numeración
29804 \begin_inset Space ~
29805 \end_inset
29806
29807 de
29808 \begin_inset Space ~
29809 \end_inset
29810
29811 línea
29812 \family default
29813  (atajo
29814 \family sans
29815  Alt-m
29816 \begin_inset Space ~
29817 \end_inset
29818
29819 N
29820 \family default
29821 ).
29822 \end_layout
29823
29824 \begin_layout Standard
29825 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29826  distintos, véase 
29827 \begin_inset CommandInset ref
29828 LatexCommand ref
29829 reference "sec:Estilos-de-ecuación"
29830
29831 \end_inset
29832
29833 .
29834 \end_layout
29835
29836 \begin_layout Subsection
29837 Referencias cruzadas
29838 \begin_inset CommandInset label
29839 LatexCommand label
29840 name "sub:Referencias-cruzadas"
29841
29842 \end_inset
29843
29844
29845 \begin_inset Index
29846 status collapsed
29847
29848 \begin_layout Plain Layout
29849 Referencias cruzadas ! a ecuaciones
29850 \end_layout
29851
29852 \end_inset
29853
29854
29855 \end_layout
29856
29857 \begin_layout Standard
29858 Todas las ecuaciones con etiqueta se pueden referenciar.
29859  La etiqueta se añade con el menú 
29860 \family sans
29861 Insertar\SpecialChar \menuseparator
29862 Etiqueta
29863 \family default
29864  o con el botón 
29865 \begin_inset Graphics
29866         filename ../../images/label-insert.png
29867         scale 85
29868
29869 \end_inset
29870
29871  de la barra de herramientas.
29872  El cursor debe estar dentro de una ecuación en presentación.
29873  Surge un diálogo con el prefijo 
29874 \series bold
29875 eq:
29876 \series default
29877 , detrás del cual se escribe el texto de la etiqueta.
29878  El prefijo significa 
29879 \begin_inset Quotes fld
29880 \end_inset
29881
29882 equation
29883 \begin_inset Quotes frd
29884 \end_inset
29885
29886  y hace más fácil encontrar etiquetas en documentos extensos porque así
29887  se distingue p.
29888 \begin_inset Space \thinspace{}
29889 \end_inset
29890
29891 e.
29892 \begin_inset Space ~
29893 \end_inset
29894
29895 de las etiquetas de sección.
29896  Para cambiar una etiqueta se usa de nuevo el menú 
29897 \family sans
29898 Insertar\SpecialChar \menuseparator
29899 Etiqueta
29900 \family default
29901 .
29902 \end_layout
29903
29904 \begin_layout Standard
29905 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29906  ecuación.
29907  Una ecuación con etiqueta se numera siempre.
29908 \end_layout
29909
29910 \begin_layout Standard
29911 Las referencias cruzadas se insertan mediante el menú 
29912 \family sans
29913 Insertar\SpecialChar \menuseparator
29914 Referencia cruzada
29915 \family default
29916  o con el botón 
29917 \begin_inset Graphics
29918         filename ../../images/dialog-show-new-inset_ref.png
29919         scale 85
29920
29921 \end_inset
29922
29923 .
29924  Una referencia a una ecuación aparece en la salida con su número.
29925  Si en el diálogo de referencia cruzada se elige el formato 
29926 \series bold
29927 (<referencia>)
29928 \series default
29929 , la referencia se muestra en la salida entre paréntesis.
29930  
29931 \begin_inset Newline newline
29932 \end_inset
29933
29934 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29935  a la ecuación de referencia.
29936 \end_layout
29937
29938 \begin_layout Standard
29939 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29940  siguientes:
29941 \begin_inset Note Note
29942 status collapsed
29943
29944 \begin_layout Plain Layout
29945 Observa los distintos tipos de referencias cruzadas.
29946 \end_layout
29947
29948 \end_inset
29949
29950
29951 \end_layout
29952
29953 \begin_layout Standard
29954 Las ecuaciones 
29955 \begin_inset CommandInset ref
29956 LatexCommand eqref
29957 reference "eq:tag"
29958
29959 \end_inset
29960
29961  y 
29962 \begin_inset CommandInset ref
29963 LatexCommand eqref
29964 reference "eq:c"
29965
29966 \end_inset
29967
29968  son equivalentes.
29969  En (
29970 \begin_inset CommandInset ref
29971 LatexCommand ref
29972 reference "eq:Lat"
29973
29974 \end_inset
29975
29976 ) se usan mayúsculas latinas para la numeración, a diferencia de (
29977 \begin_inset CommandInset ref
29978 LatexCommand ref
29979 reference "eq:Rom"
29980
29981 \end_inset
29982
29983 ).
29984 \begin_inset VSpace medskip
29985 \end_inset
29986
29987
29988 \end_layout
29989
29990 \begin_layout Standard
29991 Si el argumento de 
29992 \series bold
29993
29994 \backslash
29995 tag
29996 \begin_inset Foot
29997 status collapsed
29998
29999 \begin_layout Plain Layout
30000
30001 \series bold
30002
30003 \backslash
30004 tag
30005 \series default
30006  se describe en 
30007 \begin_inset CommandInset ref
30008 LatexCommand ref
30009 reference "sub:Numeración-personalizada"
30010
30011 \end_inset
30012
30013
30014 \end_layout
30015
30016 \end_inset
30017
30018
30019 \series default
30020  contiene un marco, como se describe en la 
30021 \begin_inset CommandInset ref
30022 LatexCommand ref
30023 reference "sub:Cuadros-de-párrafo"
30024
30025 \end_inset
30026
30027 , no se puede referenciar la ecuación.
30028 \end_layout
30029
30030 \begin_layout Subsection
30031 Subnumeración
30032 \begin_inset Index
30033 status collapsed
30034
30035 \begin_layout Plain Layout
30036 Numeración de ecuaciones ! subnumeración
30037 \end_layout
30038
30039 \end_inset
30040
30041
30042 \end_layout
30043
30044 \begin_layout Standard
30045 Con ayuda de los comandos 
30046 \series bold
30047
30048 \backslash
30049 begin{subequations}
30050 \series default
30051  y 
30052 \series bold
30053
30054 \backslash
30055 end{subequations}
30056 \series default
30057  en modo TeX se pueden subnumerar ecuaciones.
30058 \end_layout
30059
30060 \begin_layout Standard
30061 Ejemplo:
30062 \begin_inset Formula \begin{equation}
30063 A=C-B\label{eq:a}\end{equation}
30064
30065 \end_inset
30066
30067
30068 \begin_inset ERT
30069 status collapsed
30070
30071 \begin_layout Plain Layout
30072
30073
30074 \backslash
30075 addtocounter{equation}{-1}
30076 \end_layout
30077
30078 \end_inset
30079
30080
30081 \begin_inset ERT
30082 status collapsed
30083
30084 \begin_layout Plain Layout
30085
30086
30087 \backslash
30088 begin{subequations}
30089 \end_layout
30090
30091 \end_inset
30092
30093
30094 \begin_inset VSpace -5mm
30095 \end_inset
30096
30097
30098 \begin_inset Formula \begin{equation}
30099 B=C-A\label{eq:b}\end{equation}
30100
30101 \end_inset
30102
30103
30104 \begin_inset Formula \begin{equation}
30105 C=A+B\label{eq:c}\end{equation}
30106
30107 \end_inset
30108
30109
30110 \end_layout
30111
30112 \begin_layout Standard
30113 \begin_inset ERT
30114 status collapsed
30115
30116 \begin_layout Plain Layout
30117
30118
30119 \backslash
30120 end{subequations}
30121 \end_layout
30122
30123 \end_inset
30124
30125
30126 \end_layout
30127
30128 \begin_layout Standard
30129 Para este ejemplo se ha hecho lo siguiente:
30130 \end_layout
30131
30132 \begin_layout Enumerate
30133 se inserta la primera ecuación
30134 \end_layout
30135
30136 \begin_layout Enumerate
30137 después de ella se inserta
30138 \series bold
30139
30140 \begin_inset Newline newline
30141 \end_inset
30142
30143
30144 \backslash
30145 addtocounter{equation}{-1} 
30146 \backslash
30147 begin{subequations}
30148 \begin_inset Index
30149 status collapsed
30150
30151 \begin_layout Plain Layout
30152 Comandos ! A ! 
30153 \backslash
30154 addtocounter
30155 \end_layout
30156
30157 \end_inset
30158
30159
30160 \end_layout
30161
30162 \begin_layout Enumerate
30163 se inserta la segunda ecuación
30164 \end_layout
30165
30166 \begin_layout Enumerate
30167 se inserta la tercera ecuación
30168 \end_layout
30169
30170 \begin_layout Enumerate
30171 se inserta 
30172 \series bold
30173
30174 \backslash
30175 end{subequations}
30176 \series default
30177  tras la tercera ecuación
30178 \end_layout
30179
30180 \begin_layout Standard
30181 Toda ecuación entre los comandos 
30182 \series bold
30183
30184 \backslash
30185 begin
30186 \series default
30187  y 
30188 \series bold
30189
30190 \backslash
30191 end
30192 \series default
30193  se subnumera con a, b, c\SpecialChar \ldots{}
30194  En ecuaciones multilínea se subnumerará cada línea.
30195  Todas las ecuaciones subnumeradas son tratadas como 
30196 \emph on
30197 una
30198 \emph default
30199  ecuación numerada.
30200  Pero como cada ecuación numerada aumenta el contador 
30201 \series bold
30202 equation
30203 \series default
30204  en uno, hay que disminuir el comando 
30205 \series bold
30206
30207 \backslash
30208 addtocounter
30209 \series default
30210 .
30211  De lo contrario, las ecuaciones 
30212 \begin_inset CommandInset ref
30213 LatexCommand eqref
30214 reference "eq:a"
30215
30216 \end_inset
30217
30218
30219 \begin_inset CommandInset ref
30220 LatexCommand eqref
30221 reference "eq:b"
30222
30223 \end_inset
30224
30225
30226 \begin_inset CommandInset ref
30227 LatexCommand eqref
30228 reference "eq:c"
30229
30230 \end_inset
30231
30232  se numerarían 
30233 \begin_inset CommandInset ref
30234 LatexCommand eqref
30235 reference "eq:a"
30236
30237 \end_inset
30238
30239
30240 \begin_inset CommandInset ref
30241 LatexCommand eqref
30242 reference "eq:d"
30243
30244 \end_inset
30245
30246
30247 \begin_inset CommandInset ref
30248 LatexCommand eqref
30249 reference "eq:f"
30250
30251 \end_inset
30252
30253 .
30254 \end_layout
30255
30256 \begin_layout Standard
30257 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30258  ecuaciones.
30259  Para evitarlo se inserta ese espacio vertical de -5
30260 \begin_inset Space \thinspace{}
30261 \end_inset
30262
30263 mm detrás del comando 
30264 \series bold
30265
30266 \backslash
30267 begin{subequations}
30268 \series default
30269 .
30270
30271 \series bold
30272  
30273 \series default
30274 Si se usa el estilo 
30275 \series bold
30276 Sangrado
30277 \series default
30278
30279 \begin_inset Foot
30280 status open
30281
30282 \begin_layout Plain Layout
30283 véase estilos de ecuación en 
30284 \begin_inset CommandInset ref
30285 LatexCommand ref
30286 reference "sec:Estilos-de-ecuación"
30287
30288 \end_inset
30289
30290
30291 \end_layout
30292
30293 \end_inset
30294
30295 , entonces se inserta -7
30296 \begin_inset Space \thinspace{}
30297 \end_inset
30298
30299 mm.
30300 \end_layout
30301
30302 \begin_layout Standard
30303 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30304  de la segunda línea:
30305 \begin_inset ERT
30306 status collapsed
30307
30308 \begin_layout Plain Layout
30309
30310
30311 \backslash
30312 begin{subequations}
30313 \end_layout
30314
30315 \end_inset
30316
30317
30318 \begin_inset Formula \begin{eqnarray}
30319 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30320  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30321  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
30322
30323 \end_inset
30324
30325
30326 \begin_inset ERT
30327 status collapsed
30328
30329 \begin_layout Plain Layout
30330
30331
30332 \backslash
30333 end{subequations}
30334 \end_layout
30335
30336 \end_inset
30337
30338
30339 \end_layout
30340
30341 \begin_layout Subsection
30342 Numeración definida por el usuario
30343 \begin_inset CommandInset label
30344 LatexCommand label
30345 name "sub:Numeración-personalizada"
30346
30347 \end_inset
30348
30349
30350 \begin_inset Index
30351 status collapsed
30352
30353 \begin_layout Plain Layout
30354 Numeración de ecuaciones ! personalizada
30355 \end_layout
30356
30357 \end_inset
30358
30359
30360 \end_layout
30361
30362 \begin_layout Standard
30363 Con la numeración estándar el número se coloca entre paréntesis.
30364  Para reemplazar los paréntesis con barras verticales, p.
30365 \begin_inset Space \thinspace{}
30366 \end_inset
30367
30368 e., se añade al preámbulo LaTeX la línea: 
30369 \end_layout
30370
30371 \begin_layout Standard
30372
30373 \series bold
30374
30375 \backslash
30376 def
30377 \backslash
30378 tagform@#1{
30379 \backslash
30380 maketag@@@{|#1|}}
30381 \series default
30382
30383 \begin_inset Note Note
30384 status collapsed
30385
30386 \begin_layout Plain Layout
30387 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30388  Para activarlo, quita el % del principio.
30389 \end_layout
30390
30391 \end_inset
30392
30393
30394 \end_layout
30395
30396 \begin_layout Standard
30397 Para usar otros caracteres, se reemplazan las barras al lado de 
30398 \series bold
30399 #1
30400 \series default
30401  por ellos.
30402  Para obtener sólo el número de ecuación se omiten las barras verticales.
30403 \begin_inset VSpace bigskip
30404 \end_inset
30405
30406
30407 \end_layout
30408
30409 \begin_layout Standard
30410 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30411  consecutivo, se usa el comando 
30412 \series bold
30413
30414 \backslash
30415 tag
30416 \begin_inset Index
30417 status collapsed
30418
30419 \begin_layout Plain Layout
30420 Comandos ! T ! 
30421 \backslash
30422 tag
30423 \end_layout
30424
30425 \end_inset
30426
30427
30428 \series default
30429 :
30430 \begin_inset Formula \begin{equation}
30431 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30432
30433 \end_inset
30434
30435 En este ejemplo se ha insertado el comando
30436 \series bold
30437  
30438 \backslash
30439 tag
30440 \begin_inset ERT
30441 status collapsed
30442
30443 \begin_layout Plain Layout
30444
30445
30446 \backslash
30447 spce 
30448 \end_layout
30449
30450 \end_inset
30451
30452 algo
30453 \series default
30454  en la ecuación.
30455 \end_layout
30456
30457 \begin_layout Standard
30458 Si se usa en su lugar el comando con asterisco 
30459 \series bold
30460
30461 \backslash
30462 tag*
30463 \begin_inset ERT
30464 status collapsed
30465
30466 \begin_layout Plain Layout
30467
30468
30469 \backslash
30470 spce 
30471 \end_layout
30472
30473 \end_inset
30474
30475 algo
30476 \series default
30477  no se imprimen los paréntesis:
30478 \begin_inset Formula \[
30479 A+B=C\tag*{algo}\]
30480
30481 \end_inset
30482
30483
30484 \end_layout
30485
30486 \begin_layout Standard
30487 \begin_inset VSpace bigskip
30488 \end_inset
30489
30490
30491 \end_layout
30492
30493 \begin_layout Standard
30494 Para reiniciar la numeración en nuevas partes o secciones del documento
30495  se usan los siguientes comandos:
30496 \end_layout
30497
30498 \begin_layout Standard
30499
30500 \series bold
30501
30502 \backslash
30503 @addtoreset{equation}{part}
30504 \series default
30505
30506 \begin_inset Index
30507 status collapsed
30508
30509 \begin_layout Plain Layout
30510 Comandos ! 
30511 \begin_inset ERT
30512 status collapsed
30513
30514 \begin_layout Plain Layout
30515
30516 "
30517 \end_layout
30518
30519 \end_inset
30520
30521 @
30522 \begin_inset ERT
30523 status collapsed
30524
30525 \begin_layout Plain Layout
30526
30527 "
30528 \end_layout
30529
30530 \end_inset
30531
30532  ! 
30533 \backslash
30534
30535 \begin_inset ERT
30536 status collapsed
30537
30538 \begin_layout Plain Layout
30539
30540 "
30541 \end_layout
30542
30543 \end_inset
30544
30545 @
30546 \begin_inset ERT
30547 status collapsed
30548
30549 \begin_layout Plain Layout
30550
30551 "
30552 \end_layout
30553
30554 \end_inset
30555
30556 addtoreset
30557 \end_layout
30558
30559 \end_inset
30560
30561
30562 \begin_inset Newline newline
30563 \end_inset
30564
30565
30566 \series bold
30567
30568 \backslash
30569 @addtoreset{equation}{section}
30570 \end_layout
30571
30572 \begin_layout Standard
30573 Pata poder usar estos comandos en modo TeX, el carácter 
30574 \begin_inset Quotes fld
30575 \end_inset
30576
30577 @
30578 \begin_inset Quotes frd
30579 \end_inset
30580
30581  debe 
30582 \begin_inset Quotes fld
30583 \end_inset
30584
30585 activarse
30586 \begin_inset Quotes frd
30587 \end_inset
30588
30589  para LaTeX con el comando 
30590 \series bold
30591
30592 \backslash
30593 makeatletter
30594 \series default
30595 .
30596  El comando 
30597 \series bold
30598
30599 \backslash
30600 makeatother
30601 \series default
30602  deshace esto.
30603  Así pues, la secuencia de comandos en modo TeX es:
30604 \end_layout
30605
30606 \begin_layout Standard
30607
30608 \series bold
30609
30610 \backslash
30611 makeatletter
30612 \begin_inset Newline newline
30613 \end_inset
30614
30615
30616 \backslash
30617 @addtoreset{equation}{section}
30618 \begin_inset Newline newline
30619 \end_inset
30620
30621
30622 \backslash
30623 makeatother
30624 \end_layout
30625
30626 \begin_layout Standard
30627 En el preámbulo LaTeX se pueden omitir 
30628 \series bold
30629
30630 \backslash
30631 makeatletter
30632 \series default
30633  y 
30634 \series bold
30635
30636 \backslash
30637 makeatother
30638 \series default
30639  pues son automáticamente insertados por LyX.
30640 \end_layout
30641
30642 \begin_layout Standard
30643 Para el comando 
30644 \series bold
30645
30646 \backslash
30647 @addtoreset
30648 \series default
30649 ,
30650 \series bold
30651  
30652 \series default
30653 hay que cargar en el preámbulo LaTeX el archivo 
30654 \series bold
30655 remreset.sty
30656 \series default
30657
30658 \begin_inset Foot
30659 status open
30660
30661 \begin_layout Plain Layout
30662
30663 \series bold
30664 remreset
30665 \series default
30666  es parte del paquete LaTeX 
30667 \series bold
30668 carlisle
30669 \series default
30670
30671 \begin_inset Index
30672 status collapsed
30673
30674 \begin_layout Plain Layout
30675 Paquetes ! carlisle
30676 \end_layout
30677
30678 \end_inset
30679
30680 , incluido en las instalaciones estándar de LaTeX.
30681 \end_layout
30682
30683 \end_inset
30684
30685
30686 \begin_inset Index
30687 status collapsed
30688
30689 \begin_layout Plain Layout
30690 Paquetes ! remreset
30691 \end_layout
30692
30693 \end_inset
30694
30695  con la línea
30696 \end_layout
30697
30698 \begin_layout Standard
30699
30700 \series bold
30701
30702 \backslash
30703 usepackage{remreset}
30704 \end_layout
30705
30706 \begin_layout Standard
30707 Entonces se puede usar el comando 
30708 \series bold
30709
30710 \backslash
30711 @removefromreset
30712 \series default
30713
30714 \begin_inset Index
30715 status collapsed
30716
30717 \begin_layout Plain Layout
30718 Comandos ! 
30719 \begin_inset ERT
30720 status collapsed
30721
30722 \begin_layout Plain Layout
30723
30724 "
30725 \end_layout
30726
30727 \end_inset
30728
30729 @
30730 \begin_inset ERT
30731 status collapsed
30732
30733 \begin_layout Plain Layout
30734
30735 "
30736 \end_layout
30737
30738 \end_inset
30739
30740  ! 
30741 \backslash
30742
30743 \begin_inset ERT
30744 status collapsed
30745
30746 \begin_layout Plain Layout
30747
30748 "
30749 \end_layout
30750
30751 \end_inset
30752
30753 @
30754 \begin_inset ERT
30755 status collapsed
30756
30757 \begin_layout Plain Layout
30758
30759 "
30760 \end_layout
30761
30762 \end_inset
30763
30764 removefromreset
30765 \end_layout
30766
30767 \end_inset
30768
30769  con el mismo esquema que 
30770 \series bold
30771
30772 \backslash
30773 @addtoreset
30774 \series default
30775 .
30776 \begin_inset VSpace bigskip
30777 \end_inset
30778
30779
30780 \end_layout
30781
30782 \begin_layout Standard
30783 A veces las ecuaciones deberían numerarse de la siguiente manera:
30784 \end_layout
30785
30786 \begin_layout Standard
30787
30788 \family typewriter
30789 (número de sección.número de ecuación)
30790 \end_layout
30791
30792 \begin_layout Standard
30793 El número de ecuación empezaría con 
30794 \begin_inset Quotes fld
30795 \end_inset
30796
30797 1
30798 \begin_inset Quotes frd
30799 \end_inset
30800
30801  en cada sección.
30802 \end_layout
30803
30804 \begin_layout Standard
30805 Para este caso hay el comando 
30806 \series bold
30807
30808 \backslash
30809 numberwithin
30810 \series default
30811
30812 \begin_inset Index
30813 status collapsed
30814
30815 \begin_layout Plain Layout
30816 Comandos ! N ! 
30817 \backslash
30818 numberwithin
30819 \end_layout
30820
30821 \end_inset
30822
30823 , que se usa con el esquema:
30824 \end_layout
30825
30826 \begin_layout Standard
30827
30828 \series bold
30829
30830 \backslash
30831 numberwithin{counter}{sectioning}
30832 \end_layout
30833
30834 \begin_layout Standard
30835 \begin_inset Quotes fld
30836 \end_inset
30837
30838 counter
30839 \begin_inset Quotes frd
30840 \end_inset
30841
30842  indica qué clase de numeración es afectada, 
30843 \begin_inset Quotes fld
30844 \end_inset
30845
30846 sectioning
30847 \begin_inset Quotes frd
30848 \end_inset
30849
30850  indica qué número va delante del punto.
30851  
30852 \end_layout
30853
30854 \begin_layout Standard
30855 Así pues, en nuestro caso se ha usado la siguiente línea ERT o de preámbulo
30856  LaTeX:
30857 \end_layout
30858
30859 \begin_layout Standard
30860
30861 \series bold
30862
30863 \backslash
30864 numberwithin{equation}{section}
30865 \end_layout
30866
30867 \begin_layout Standard
30868 Este es el resultado::
30869 \begin_inset ERT
30870 status collapsed
30871
30872 \begin_layout Plain Layout
30873
30874
30875 \backslash
30876 numberwithin{equation}{section}
30877 \end_layout
30878
30879 \end_inset
30880
30881
30882 \begin_inset Formula \begin{equation}
30883 A+B=C\end{equation}
30884
30885 \end_inset
30886
30887
30888 \end_layout
30889
30890 \begin_layout Standard
30891 Para numerar p.
30892 \begin_inset Space \thinspace{}
30893 \end_inset
30894
30895 e.
30896 \begin_inset Space ~
30897 \end_inset
30898
30899 tablas de modo que 
30900 \begin_inset Quotes fld
30901 \end_inset
30902
30903 sectioning
30904 \begin_inset Quotes frd
30905 \end_inset
30906
30907  es el número de la parte se usa
30908 \begin_inset Newline newline
30909 \end_inset
30910
30911
30912 \series bold
30913
30914 \backslash
30915 numberwithin{table}{part}
30916 \end_layout
30917
30918 \begin_layout Standard
30919 Para volver a la numeración estándar o evitar esta clase numeración cuando
30920  es definida por la clase de documento, se inserta el siguiente comando
30921  como ERT o en el preámbulo LaTeX:
30922 \end_layout
30923
30924 \begin_layout Standard
30925
30926 \series bold
30927
30928 \backslash
30929 renewcommand{
30930 \backslash
30931 theequation}{
30932 \backslash
30933 arabic{equation}}
30934 \begin_inset Index
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938 Comandos ! A ! 
30939 \backslash
30940 arabic
30941 \end_layout
30942
30943 \end_inset
30944
30945
30946 \series default
30947
30948 \begin_inset ERT
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952
30953
30954 \backslash
30955 renewcommand{
30956 \backslash
30957 theequation}{
30958 \backslash
30959 arabic{equation}}
30960 \end_layout
30961
30962 \end_inset
30963
30964
30965 \series bold
30966
30967 \begin_inset Newline newline
30968 \end_inset
30969
30970
30971 \series default
30972 o
30973 \series bold
30974
30975 \begin_inset Newline newline
30976 \end_inset
30977
30978
30979 \backslash
30980 renewcommand{
30981 \backslash
30982 thetable}{
30983 \backslash
30984 arabic{table}}
30985 \end_layout
30986
30987 \begin_layout Standard
30988
30989 \series bold
30990
30991 \backslash
30992 numberwithin
30993 \series default
30994  usa internamente el comando 
30995 \series bold
30996
30997 \backslash
30998 @addtoreset
30999 \series default
31000 , descrito arriba, que también necesita ser restaurado.
31001 \begin_inset ERT
31002 status collapsed
31003
31004 \begin_layout Plain Layout
31005
31006
31007 \backslash
31008 makeatletter
31009 \end_layout
31010
31011 \begin_layout Plain Layout
31012
31013
31014 \backslash
31015 @removefromreset{equation}{section}
31016 \end_layout
31017
31018 \begin_layout Plain Layout
31019
31020
31021 \backslash
31022 makeatother
31023 \end_layout
31024
31025 \end_inset
31026
31027
31028 \end_layout
31029
31030 \begin_layout Subsection
31031 Numeración con números romanos y letras
31032 \begin_inset CommandInset label
31033 LatexCommand label
31034 name "sub:Numeración-con-romanos"
31035
31036 \end_inset
31037
31038
31039 \begin_inset Index
31040 status collapsed
31041
31042 \begin_layout Plain Layout
31043 Numeración de ecuaciones ! con números romanos
31044 \end_layout
31045
31046 \end_inset
31047
31048
31049 \begin_inset Index
31050 status collapsed
31051
31052 \begin_layout Plain Layout
31053 Numeración de ecuaciones ! con letras
31054 \end_layout
31055
31056 \end_inset
31057
31058
31059 \end_layout
31060
31061 \begin_layout Standard
31062 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31063  Por ejemplo, para numerar con romanos en minúscula,
31064 \begin_inset Foot
31065 status collapsed
31066
31067 \begin_layout Plain Layout
31068 Como en español no se usan romanos en minúscula, el estilo 
31069 \series bold
31070 spanish
31071 \series default
31072  del sistema 
31073 \series bold
31074 babel
31075 \series default
31076  redefine 
31077 \series bold
31078
31079 \backslash
31080 roman
31081 \series default
31082  para que los dé en versalitas.
31083  Véase 
31084 \begin_inset CommandInset citation
31085 LatexCommand cite
31086 key "spanish"
31087
31088 \end_inset
31089
31090  (
31091 \emph on
31092 N.
31093 \begin_inset Space \thinspace{}
31094 \end_inset
31095
31096 del t
31097 \emph default
31098 ).
31099 \end_layout
31100
31101 \end_inset
31102
31103  se inserta el comando
31104 \end_layout
31105
31106 \begin_layout Standard
31107
31108 \series bold
31109
31110 \backslash
31111 renewcommand{
31112 \backslash
31113 theequation}{
31114 \backslash
31115 roman{equation}}
31116 \end_layout
31117
31118 \begin_layout Standard
31119 antes de la ecuación en modo TeX.
31120  
31121 \series bold
31122
31123 \backslash
31124 renewcommand
31125 \series default
31126
31127 \begin_inset Index
31128 status collapsed
31129
31130 \begin_layout Plain Layout
31131 Comandos ! R ! 
31132 \backslash
31133 renewcommand
31134 \end_layout
31135
31136 \end_inset
31137
31138  redefine el comando predefinido 
31139 \series bold
31140
31141 \backslash
31142 theequation
31143 \series default
31144  como 
31145 \series bold
31146
31147 \backslash
31148 roman{equation}
31149 \series default
31150 .
31151 \begin_inset Foot
31152 status collapsed
31153
31154 \begin_layout Plain Layout
31155 El comando 
31156 \series bold
31157
31158 \backslash
31159 renewcommand
31160 \series default
31161  tiene el mismo esquema que el comando 
31162 \series bold
31163
31164 \backslash
31165 newcommand
31166 \series default
31167 , descrito en 
31168 \begin_inset CommandInset ref
31169 LatexCommand ref
31170 reference "sec:Comandos-de-usuario"
31171
31172 \end_inset
31173
31174 .
31175 \end_layout
31176
31177 \end_inset
31178
31179  
31180 \series bold
31181 equation
31182 \series default
31183  es el contador de ecuaciones.
31184  Si se usa el comando 
31185 \series bold
31186
31187 \backslash
31188 the
31189 \series default
31190  como prefijo de un contador, el valor del contador sale en números arábigos.
31191  Si una ecuación es numerada, LaTeX pone internamente el comando 
31192 \series bold
31193
31194 \backslash
31195 theequation
31196 \series default
31197  detrás de la ecuación.
31198  
31199 \series bold
31200
31201 \backslash
31202 roman{equation}
31203 \series default
31204
31205 \begin_inset Index
31206 status collapsed
31207
31208 \begin_layout Plain Layout
31209 Comandos ! R ! 
31210 \backslash
31211 roman
31212 \end_layout
31213
31214 \end_inset
31215
31216  pone el contador en romanos en minúscula.
31217 \end_layout
31218
31219 \begin_layout Standard
31220 Todas las ecuaciones siguientes a 
31221 \series bold
31222
31223 \backslash
31224 renew
31225 \series default
31226 c
31227 \series bold
31228 ommand
31229 \series default
31230  se numerarán en romanos.
31231  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31232  cambiando 
31233 \series bold
31234
31235 \backslash
31236 roman
31237 \series default
31238  por 
31239 \series bold
31240
31241 \backslash
31242 Roman
31243 \series default
31244  
31245 \begin_inset Index
31246 status collapsed
31247
31248 \begin_layout Plain Layout
31249 Comandos ! R ! 
31250 \backslash
31251 roman@
31252 \backslash
31253 Roman
31254 \end_layout
31255
31256 \end_inset
31257
31258 .
31259  Para 
31260 \begin_inset Quotes fld
31261 \end_inset
31262
31263 numerar
31264 \begin_inset Quotes frd
31265 \end_inset
31266
31267  con minúsculas latinas hay el comando 
31268 \series bold
31269
31270 \backslash
31271 alph
31272 \series default
31273
31274 \begin_inset Index
31275 status collapsed
31276
31277 \begin_layout Plain Layout
31278 Comandos ! A ! 
31279 \backslash
31280 alph
31281 \end_layout
31282
31283 \end_inset
31284
31285 , y para mayúsculas el comando 
31286 \series bold
31287
31288 \backslash
31289 Alph
31290 \series default
31291
31292 \begin_inset Index
31293 status collapsed
31294
31295 \begin_layout Plain Layout
31296 Comandos ! A ! 
31297 \backslash
31298 alph@
31299 \backslash
31300 Alph
31301 \end_layout
31302
31303 \end_inset
31304
31305 .
31306 \end_layout
31307
31308 \begin_layout Standard
31309 \begin_inset Note Greyedout
31310 status collapsed
31311
31312 \begin_layout Plain Layout
31313
31314 \series bold
31315 Nota:
31316 \series default
31317  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31318 \end_layout
31319
31320 \end_inset
31321
31322
31323 \begin_inset ERT
31324 status collapsed
31325
31326 \begin_layout Plain Layout
31327
31328
31329 \backslash
31330 renewcommand{
31331 \backslash
31332 theequation}{
31333 \backslash
31334 roman{equation}}
31335 \end_layout
31336
31337 \end_inset
31338
31339
31340 \begin_inset Formula \begin{equation}
31341 A=\textrm{romanos en minúscula}\label{eq:rom}\end{equation}
31342
31343 \end_inset
31344
31345
31346 \begin_inset ERT
31347 status collapsed
31348
31349 \begin_layout Plain Layout
31350
31351
31352 \backslash
31353 renewcommand{
31354 \backslash
31355 theequation}{
31356 \backslash
31357 Roman{equation}}
31358 \end_layout
31359
31360 \end_inset
31361
31362
31363 \begin_inset Formula \begin{equation}
31364 B=\textrm{romanos en mayúscula}\label{eq:Rom}\end{equation}
31365
31366 \end_inset
31367
31368
31369 \begin_inset ERT
31370 status collapsed
31371
31372 \begin_layout Plain Layout
31373
31374
31375 \backslash
31376 renewcommand{
31377 \backslash
31378 theequation}{
31379 \backslash
31380 alph{equation}}
31381 \end_layout
31382
31383 \end_inset
31384
31385
31386 \begin_inset Formula \begin{equation}
31387 C=\textrm{latinas en minúscula}\label{eq:lat}\end{equation}
31388
31389 \end_inset
31390
31391
31392 \begin_inset ERT
31393 status collapsed
31394
31395 \begin_layout Plain Layout
31396
31397
31398 \backslash
31399 renewcommand{
31400 \backslash
31401 theequation}{
31402 \backslash
31403 Alph{equation}}
31404 \end_layout
31405
31406 \end_inset
31407
31408
31409 \begin_inset Formula \begin{equation}
31410 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31411
31412 \end_inset
31413
31414
31415 \end_layout
31416
31417 \begin_layout Standard
31418 Para volver a la numeración por defecto se inserta el comando:
31419 \end_layout
31420
31421 \begin_layout Standard
31422
31423 \series bold
31424
31425 \backslash
31426 renewcommand{
31427 \backslash
31428 theequation}{
31429 \backslash
31430 arabic{equation}}
31431 \begin_inset Index
31432 status collapsed
31433
31434 \begin_layout Plain Layout
31435 Comandos ! A ! 
31436 \backslash
31437 arabic
31438 \end_layout
31439
31440 \end_inset
31441
31442
31443 \end_layout
31444
31445 \begin_layout Standard
31446 \begin_inset ERT
31447 status collapsed
31448
31449 \begin_layout Plain Layout
31450
31451
31452 \backslash
31453 renewcommand{
31454 \backslash
31455 theequation}{
31456 \backslash
31457 arabic{equation}}
31458 \end_layout
31459
31460 \end_inset
31461
31462
31463 \begin_inset Formula \begin{equation}
31464 E=\mbox{arábigos}\label{eq:arab}\end{equation}
31465
31466 \end_inset
31467
31468
31469 \end_layout
31470
31471 \begin_layout Standard
31472 \begin_inset VSpace medskip
31473 \end_inset
31474
31475
31476 \end_layout
31477
31478 \begin_layout Standard
31479 Como ves, las ecuaciones se numeran consecutivamente independientemente
31480  del estilo de numeración.
31481  Cuando la numeración haya de empezar con 
31482 \begin_inset Quotes fld
31483 \end_inset
31484
31485 1
31486 \begin_inset Quotes frd
31487 \end_inset
31488
31489  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31490  Una descripción sobre esto se encuentra en el archivo 
31491 \begin_inset CommandInset href
31492 LatexCommand href
31493 target "Formula-numbering.lyx"
31494
31495 \end_inset
31496
31497 .
31498 \end_layout
31499
31500 \begin_layout Section
31501 Comandos definidos por el usuario
31502 \begin_inset CommandInset label
31503 LatexCommand label
31504 name "sec:Comandos-de-usuario"
31505
31506 \end_inset
31507
31508
31509 \begin_inset Index
31510 status collapsed
31511
31512 \begin_layout Plain Layout
31513 Comandos personalizados
31514 \end_layout
31515
31516 \end_inset
31517
31518
31519 \end_layout
31520
31521 \begin_layout Standard
31522 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
31523  Pero es posible definir nuevos comandos más cortos con el comando 
31524 \series bold
31525
31526 \backslash
31527 newcommand
31528 \series default
31529
31530 \begin_inset Index
31531 status collapsed
31532
31533 \begin_layout Plain Layout
31534 Comandos ! N ! 
31535 \backslash
31536 newcommand
31537 \end_layout
31538
31539 \end_inset
31540
31541 .
31542  
31543 \end_layout
31544
31545 \begin_layout Standard
31546 El esquema del comando 
31547 \series bold
31548
31549 \backslash
31550 newcommand
31551 \series default
31552  es:
31553 \end_layout
31554
31555 \begin_layout Standard
31556
31557 \series bold
31558
31559 \backslash
31560 newcommand{nombre nuevo de comando}[número de argumentos]
31561 \begin_inset Newline newline
31562 \end_inset
31563
31564
31565 \begin_inset ERT
31566 status collapsed
31567
31568 \begin_layout Plain Layout
31569
31570
31571 \backslash
31572 phantom{
31573 \end_layout
31574
31575 \end_inset
31576
31577
31578 \backslash
31579 newcommand
31580 \begin_inset ERT
31581 status collapsed
31582
31583 \begin_layout Plain Layout
31584
31585 }
31586 \end_layout
31587
31588 \end_inset
31589
31590 [valor opcional]{definición de comando}
31591 \end_layout
31592
31593 \begin_layout Standard
31594 \begin_inset Note Greyedout
31595 status collapsed
31596
31597 \begin_layout Plain Layout
31598
31599 \series bold
31600 Nota:
31601 \series default
31602  Asegúrate de que el nombre del nuevo comando no está definido ya en el
31603  documento o en paquetes LaTeX que uses.
31604  Si p.
31605 \begin_inset Space \thinspace{}
31606 \end_inset
31607
31608 e.
31609  defines el comando 
31610 \series bold
31611
31612 \backslash
31613 le
31614 \series default
31615  para 
31616 \series bold
31617
31618 \backslash
31619 Leftarrow,
31620 \series default
31621  se producirán errores porque 
31622 \series bold
31623
31624 \backslash
31625 le
31626 \series default
31627  ya existe como comando para 
31628 \begin_inset Quotes fld
31629 \end_inset
31630
31631
31632 \begin_inset Formula $\le$
31633 \end_inset
31634
31635
31636 \begin_inset Quotes frd
31637 \end_inset
31638
31639 .
31640
31641 \series bold
31642  
31643 \end_layout
31644
31645 \end_inset
31646
31647
31648 \end_layout
31649
31650 \begin_layout Standard
31651 \begin_inset Note Greyedout
31652 status collapsed
31653
31654 \begin_layout Plain Layout
31655
31656 \series bold
31657 Nota:
31658 \series default
31659  Los nombres de comandos personalizados sólo pueden tener letras latinas.
31660 \end_layout
31661
31662 \end_inset
31663
31664
31665 \end_layout
31666
31667 \begin_layout Standard
31668 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
31669  argumentos debería tener el nuevo comando.
31670  Con el valor opcional se puede predefinir un valor para un argumento opcional.
31671  Cuando se hace esto, el 
31672 \emph on
31673 primer
31674 \emph default
31675  argumento del nuevo comando es automáticamente opcional.
31676 \end_layout
31677
31678 \begin_layout Standard
31679 Veamos unos ejemplos:
31680 \end_layout
31681
31682 \begin_layout Itemize
31683 Para definir el comando 
31684 \series bold
31685
31686 \backslash
31687 gr
31688 \series default
31689  para 
31690 \series bold
31691
31692 \backslash
31693 Longrightarrow
31694 \series default
31695 , la línea de preámbulo LaTeX es:
31696 \begin_inset ERT
31697 status collapsed
31698
31699 \begin_layout Plain Layout
31700
31701
31702 \backslash
31703 medskip
31704 \end_layout
31705
31706 \end_inset
31707
31708
31709 \series bold
31710
31711 \begin_inset Newline newline
31712 \end_inset
31713
31714
31715 \backslash
31716 newcommand{
31717 \backslash
31718 gr}{
31719 \backslash
31720 Longrightarrow}
31721 \end_layout
31722
31723 \begin_layout Itemize
31724 Para definir el comando 
31725 \series bold
31726
31727 \backslash
31728 us
31729 \series default
31730  para 
31731 \series bold
31732
31733 \backslash
31734 underline
31735 \series default
31736 , el argumento (que sería subrayado) debe tenerse en cuenta.
31737  Para esto la línea de preámbulo es: :
31738 \begin_inset ERT
31739 status collapsed
31740
31741 \begin_layout Plain Layout
31742
31743
31744 \backslash
31745 medskip
31746 \end_layout
31747
31748 \end_inset
31749
31750
31751 \series bold
31752
31753 \begin_inset Newline newline
31754 \end_inset
31755
31756
31757 \backslash
31758 newcommand{
31759 \backslash
31760 us}[1]{
31761 \backslash
31762 underline{#1}}
31763 \series default
31764
31765 \begin_inset ERT
31766 status collapsed
31767
31768 \begin_layout Plain Layout
31769
31770
31771 \backslash
31772 medskip
31773 \end_layout
31774
31775 \end_inset
31776
31777
31778 \begin_inset Newline newline
31779 \end_inset
31780
31781 El carácter 
31782 \series bold
31783 #
31784 \series default
31785  actúa como colocador del argumento, el 
31786 \series bold
31787 1
31788 \series default
31789  indica que es el colocador para el primer argumento.
31790 \end_layout
31791
31792 \begin_layout Itemize
31793 Para 
31794 \series bold
31795
31796 \backslash
31797 framebox
31798 \series default
31799  se puede p.
31800 \begin_inset Space \thinspace{}
31801 \end_inset
31802
31803 e.
31804  definir el comando 
31805 \series bold
31806
31807 \backslash
31808 fb
31809 \series default
31810 :
31811 \begin_inset ERT
31812 status collapsed
31813
31814 \begin_layout Plain Layout
31815
31816
31817 \backslash
31818 medskip
31819 \end_layout
31820
31821 \end_inset
31822
31823
31824 \series bold
31825
31826 \begin_inset Newline newline
31827 \end_inset
31828
31829
31830 \backslash
31831 newcommand{
31832 \backslash
31833 fb}[3]{
31834 \backslash
31835 framebox#1#2{$#3$}}
31836 \series default
31837
31838 \begin_inset ERT
31839 status collapsed
31840
31841 \begin_layout Plain Layout
31842
31843
31844 \backslash
31845 medskip
31846 \end_layout
31847
31848 \end_inset
31849
31850
31851 \begin_inset Newline newline
31852 \end_inset
31853
31854 Los dos signos dólar generan la ecuación extra necesaria para 
31855 \series bold
31856
31857 \backslash
31858 framebox
31859 \series default
31860 , véase 
31861 \begin_inset CommandInset ref
31862 LatexCommand ref
31863 reference "sub:Cuadros-con-marco"
31864
31865 \end_inset
31866
31867 .
31868 \end_layout
31869
31870 \begin_layout Itemize
31871 Para crear un nuevo comando para 
31872 \series bold
31873
31874 \backslash
31875 fcolorbox
31876 \series default
31877  donde no es necesario especificar el color para el cuadro, el argumento
31878  para el color se define opcional:
31879 \begin_inset ERT
31880 status collapsed
31881
31882 \begin_layout Plain Layout
31883
31884
31885 \backslash
31886 medskip
31887 \end_layout
31888
31889 \end_inset
31890
31891
31892 \series bold
31893
31894 \begin_inset Newline newline
31895 \end_inset
31896
31897
31898 \backslash
31899 newcommand{
31900 \backslash
31901 cb}[3][white]{
31902 \backslash
31903 fcolorbox{#2}{#1}{$#3$}}
31904 \series default
31905
31906 \begin_inset ERT
31907 status collapsed
31908
31909 \begin_layout Plain Layout
31910
31911
31912 \backslash
31913 medskip
31914 \end_layout
31915
31916 \end_inset
31917
31918
31919 \begin_inset Newline newline
31920 \end_inset
31921
31922 Si el color no es especificado al usar 
31923 \series bold
31924
31925 \backslash
31926 cb
31927 \series default
31928 , se elige el color 
31929 \series bold
31930 white
31931 \series default
31932  predefinido.
31933 \end_layout
31934
31935 \begin_layout Standard
31936 Un ensayo con los nuevos comandos definidos:
31937 \end_layout
31938
31939 \begin_layout Standard
31940 \noindent
31941 \align center
31942 \begin_inset Tabular
31943 <lyxtabular version="3" rows="6" columns="2">
31944 <features>
31945 <column alignment="center" valignment="top" width="0">
31946 <column alignment="center" valignment="top" width="0">
31947 <row>
31948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31949 \begin_inset Text
31950
31951 \begin_layout Plain Layout
31952 Comando
31953 \end_layout
31954
31955 \end_inset
31956 </cell>
31957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31958 \begin_inset Text
31959
31960 \begin_layout Plain Layout
31961 Resultado
31962 \begin_inset Note Note
31963 status collapsed
31964
31965 \begin_layout Plain Layout
31966
31967 \series bold
31968
31969 \backslash
31970 raisebox
31971 \series default
31972  se usa sólo como espaciador
31973 \end_layout
31974
31975 \end_inset
31976
31977
31978 \end_layout
31979
31980 \end_inset
31981 </cell>
31982 </row>
31983 <row>
31984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31985 \begin_inset Text
31986
31987 \begin_layout Plain Layout
31988 A
31989 \backslash
31990 gr
31991 \begin_inset ERT
31992 status collapsed
31993
31994 \begin_layout Plain Layout
31995
31996
31997 \backslash
31998 spce 
31999 \end_layout
32000
32001 \end_inset
32002
32003 B
32004 \end_layout
32005
32006 \end_inset
32007 </cell>
32008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32009 \begin_inset Text
32010
32011 \begin_layout Plain Layout
32012 \begin_inset Formula $A\gr  B$
32013 \end_inset
32014
32015
32016 \end_layout
32017
32018 \end_inset
32019 </cell>
32020 </row>
32021 <row>
32022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32023 \begin_inset Text
32024
32025 \begin_layout Plain Layout
32026
32027 \backslash
32028 us{ABcd
32029 \end_layout
32030
32031 \end_inset
32032 </cell>
32033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32034 \begin_inset Text
32035
32036 \begin_layout Plain Layout
32037 \begin_inset Formula $\raisebox {4.5mm}{}\us {ABcd}\raisebox {-2mm}{}$
32038 \end_inset
32039
32040
32041 \end_layout
32042
32043 \end_inset
32044 </cell>
32045 </row>
32046 <row>
32047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32048 \begin_inset Text
32049
32050 \begin_layout Plain Layout
32051
32052 \backslash
32053 fb{[2cm]
32054 \begin_inset Formula $\to$
32055 \end_inset
32056
32057
32058 \backslash
32059 {
32060 \begin_inset Formula $\to$
32061 \end_inset
32062
32063
32064 \backslash
32065 {
32066 \backslash
32067 int
32068 \begin_inset ERT
32069 status collapsed
32070
32071 \begin_layout Plain Layout
32072
32073
32074 \backslash
32075 spce 
32076 \end_layout
32077
32078 \end_inset
32079
32080 A=B
32081 \end_layout
32082
32083 \end_inset
32084 </cell>
32085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32086 \begin_inset Text
32087
32088 \begin_layout Plain Layout
32089 \begin_inset Formula $\raisebox {6mm}{}\fb {[2cm]}{}{\int A=B}\raisebox {-4mm}{}$
32090 \end_inset
32091
32092
32093 \end_layout
32094
32095 \end_inset
32096 </cell>
32097 </row>
32098 <row>
32099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32100 \begin_inset Text
32101
32102 \begin_layout Plain Layout
32103
32104 \backslash
32105 cb{red
32106 \begin_inset Formula $\to$
32107 \end_inset
32108
32109
32110 \backslash
32111 {
32112 \backslash
32113 int
32114 \begin_inset ERT
32115 status collapsed
32116
32117 \begin_layout Plain Layout
32118
32119
32120 \backslash
32121 spce 
32122 \end_layout
32123
32124 \end_inset
32125
32126 A=B
32127 \end_layout
32128
32129 \end_inset
32130 </cell>
32131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32132 \begin_inset Text
32133
32134 \begin_layout Plain Layout
32135 \begin_inset Formula $\raisebox {6mm}{}\cb {red}{\int A=B}\raisebox {-4mm}{}$
32136 \end_inset
32137
32138
32139 \end_layout
32140
32141 \end_inset
32142 </cell>
32143 </row>
32144 <row>
32145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32146 \begin_inset Text
32147
32148 \begin_layout Plain Layout
32149
32150 \backslash
32151 cb[green]
32152 \backslash
32153 {red
32154 \begin_inset Formula $\to$
32155 \end_inset
32156
32157
32158 \backslash
32159 {
32160 \backslash
32161 int
32162 \begin_inset ERT
32163 status collapsed
32164
32165 \begin_layout Plain Layout
32166
32167
32168 \backslash
32169 spce 
32170 \end_layout
32171
32172 \end_inset
32173
32174 A=B
32175 \end_layout
32176
32177 \end_inset
32178 </cell>
32179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32180 \begin_inset Text
32181
32182 \begin_layout Plain Layout
32183 \begin_inset Formula $\raisebox {6mm}{}\cb [green]{red}{\int A=B}\raisebox {-4mm}{}$
32184 \end_inset
32185
32186
32187 \end_layout
32188
32189 \end_inset
32190 </cell>
32191 </row>
32192 </lyxtabular>
32193
32194 \end_inset
32195
32196
32197 \end_layout
32198
32199 \begin_layout Section
32200 Diagramas
32201 \begin_inset Index
32202 status collapsed
32203
32204 \begin_layout Plain Layout
32205 Diagramas
32206 \end_layout
32207
32208 \end_inset
32209
32210
32211 \end_layout
32212
32213 \begin_layout Standard
32214 Para componer diagramas se necesita el paquete LaTeX 
32215 \series bold
32216 amscd
32217 \series default
32218 .
32219 \series bold
32220
32221 \begin_inset Foot
32222 status collapsed
32223
32224 \begin_layout Plain Layout
32225
32226 \series bold
32227 amscd
32228 \series default
32229  forma parte de las instalaciones estándar de LaTeX.
32230 \end_layout
32231
32232 \end_inset
32233
32234
32235 \series default
32236
32237 \begin_inset Index
32238 status collapsed
32239
32240 \begin_layout Plain Layout
32241 Paquetes ! amscd
32242 \end_layout
32243
32244 \end_inset
32245
32246  Se carga en el preámbulo LaTeX con la línea:
32247 \end_layout
32248
32249 \begin_layout Standard
32250
32251 \series bold
32252
32253 \backslash
32254 usepackage{amscd}
32255 \end_layout
32256
32257 \begin_layout Standard
32258 Los diagramas visualizan relaciones y su aspecto es como este:
32259 \begin_inset Formula \[
32260 \begin{CD}A@)))B@)))C\\
32261 @AAA@.@VVV\\
32262 F@(((E@(((D\end{CD}\]
32263
32264 \end_inset
32265
32266 Para obtener el diagrama se inserta en la ecuación el comando 
32267 \series bold
32268
32269 \backslash
32270 CD
32271 \begin_inset Index
32272 status collapsed
32273
32274 \begin_layout Plain Layout
32275 Comandos ! C ! 
32276 \backslash
32277 CD
32278 \end_layout
32279
32280 \end_inset
32281
32282
32283 \series default
32284 .
32285  Surge un marco azul entre dos líneas de trazos en el que se insertan a
32286  continuación comandos.
32287  Con 
32288 \family sans
32289 Ctrl-Intro
32290 \family default
32291  se inicia una nueva línea.
32292  En las líneas impares se insertan relaciones horizontales, en las pares
32293  verticales.
32294 \end_layout
32295
32296 \begin_layout Standard
32297 Para componer las relaciones hay los siguientes comandos:
32298 \begin_inset Foot
32299 status collapsed
32300
32301 \begin_layout Plain Layout
32302 \begin_inset CommandInset label
32303 LatexCommand label
32304 name "fn:sinónimos"
32305
32306 \end_inset
32307
32308 Los comandos con 
32309 \series bold
32310 >
32311 \series default
32312  o 
32313 \series bold
32314 <
32315 \series default
32316  pueden generar errores con el estilo 
32317 \series bold
32318 spanish
32319 \series default
32320  de 
32321 \series bold
32322 babel
32323 \series default
32324 .
32325  Para evitarlo se pueden sustituir por sus sinónimos 
32326 \series bold
32327 )
32328 \series default
32329  o 
32330 \series bold
32331 (
32332 \series default
32333  respectivamente.
32334  Véase 
32335 \begin_inset CommandInset citation
32336 LatexCommand cite
32337 key "spanish"
32338
32339 \end_inset
32340
32341 .
32342  (
32343 \emph on
32344 N.
32345 \begin_inset Space \thinspace{}
32346 \end_inset
32347
32348 del t.
32349 \emph default
32350 )
32351 \end_layout
32352
32353 \end_inset
32354
32355
32356 \end_layout
32357
32358 \begin_layout Itemize
32359
32360 \series bold
32361 @<<<
32362 \series default
32363  genera una flecha hacia la izquierda, 
32364 \series bold
32365 @>>>
32366 \series default
32367  una hacia la derecha, y 
32368 \series bold
32369 @=
32370 \series default
32371  un signo igual largo
32372 \end_layout
32373
32374 \begin_layout Itemize
32375
32376 \series bold
32377 @AAA
32378 \series default
32379  genera una flecha hacia arriba, 
32380 \series bold
32381 @VVV
32382 \series default
32383  una hacia abajo, y 
32384 \series bold
32385 @|
32386 \series default
32387  un signo igual vertical
32388 \end_layout
32389
32390 \begin_layout Itemize
32391
32392 \series bold
32393 @.
32394
32395 \series default
32396  genera una ubicación vacía para relaciones inexistentes
32397 \end_layout
32398
32399 \begin_layout Standard
32400 Todas las flechas pueden etiquetarse como sigue:
32401 \end_layout
32402
32403 \begin_layout Itemize
32404 Si se inserta texto entre la primera y segunda <
32405 \begin_inset Space ~
32406 \end_inset
32407
32408  o >, respectivamente, se muestra sobre la flecha.
32409  Si se inserta entre la segunda y la tercera, bajo la flecha.
32410 \end_layout
32411
32412 \begin_layout Itemize
32413 Para flechas verticales, si se inserta texto entre la primera y la segunda
32414  A o V, respectivamente, se muestra al lado izquierdo de la flecha.
32415  Si se inserta entre la segunda y la tercera, al lado derecho.
32416  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
32417 \end_layout
32418
32419 \begin_layout Standard
32420 Como ejemplo un diagrama con todas las relaciones posibles:
32421 \begin_inset Formula \[
32422 \begin{CD}A@)j))B@))k)C@=F\\
32423 @AmAA@.@VV{V}V@|\\
32424 D@((j\,(E@)k))F@=C\end{CD}\]
32425
32426 \end_inset
32427
32428 El comando para este diagrama es:
32429 \begin_inset Newline newline
32430 \end_inset
32431
32432
32433 \series bold
32434
32435 \backslash
32436 CD
32437 \begin_inset ERT
32438 status collapsed
32439
32440 \begin_layout Plain Layout
32441
32442
32443 \backslash
32444 spce 
32445 \end_layout
32446
32447 \end_inset
32448
32449 A@>j>>B@>>k>C@=F Ctrl-Intro
32450 \begin_inset Newline newline
32451 \end_inset
32452
32453
32454 \begin_inset ERT
32455 status collapsed
32456
32457 \begin_layout Plain Layout
32458
32459
32460 \backslash
32461 hphantom{
32462 \end_layout
32463
32464 \end_inset
32465
32466
32467 \backslash
32468 CD
32469 \begin_inset ERT
32470 status collapsed
32471
32472 \begin_layout Plain Layout
32473
32474
32475 \backslash
32476 spce 
32477 \end_layout
32478
32479 \end_inset
32480
32481
32482 \begin_inset ERT
32483 status collapsed
32484
32485 \begin_layout Plain Layout
32486
32487 }
32488 \end_layout
32489
32490 \end_inset
32491
32492 @AmAA@.@VV
32493 \backslash
32494 {V
32495 \series default
32496
32497 \begin_inset Formula $\to$
32498 \end_inset
32499
32500
32501 \series bold
32502 V@| Ctrl-Intro
32503 \begin_inset Newline newline
32504 \end_inset
32505
32506
32507 \begin_inset ERT
32508 status collapsed
32509
32510 \begin_layout Plain Layout
32511
32512
32513 \backslash
32514 hphantom{
32515 \end_layout
32516
32517 \end_inset
32518
32519
32520 \backslash
32521 CD
32522 \begin_inset ERT
32523 status collapsed
32524
32525 \begin_layout Plain Layout
32526
32527
32528 \backslash
32529 spce 
32530 \end_layout
32531
32532 \end_inset
32533
32534
32535 \begin_inset ERT
32536 status collapsed
32537
32538 \begin_layout Plain Layout
32539
32540 }
32541 \end_layout
32542
32543 \end_inset
32544
32545 D@<<j<E@>k>>F@=C
32546 \end_layout
32547
32548 \begin_layout Standard
32549 \begin_inset Newpage newpage
32550 \end_inset
32551
32552
32553 \end_layout
32554
32555 \begin_layout Section
32556 Indicaciones
32557 \begin_inset ERT
32558 status collapsed
32559
32560 \begin_layout Plain Layout
32561
32562
32563 \backslash
32564 texorpdfstring{
32565 \end_layout
32566
32567 \end_inset
32568
32569
32570 \begin_inset Foot
32571 status collapsed
32572
32573 \begin_layout Plain Layout
32574 Otras sugerencias útiles para matemáticas en 
32575 \begin_inset CommandInset citation
32576 LatexCommand cite
32577 key "Voss"
32578
32579 \end_inset
32580
32581 .
32582 \end_layout
32583
32584 \end_inset
32585
32586
32587 \begin_inset ERT
32588 status collapsed
32589
32590 \begin_layout Plain Layout
32591
32592 }{}
32593 \end_layout
32594
32595 \end_inset
32596
32597
32598 \begin_inset Note Note
32599 status collapsed
32600
32601 \begin_layout Plain Layout
32602
32603 \backslash
32604 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
32605  PDF.
32606 \end_layout
32607
32608 \begin_layout Plain Layout
32609 Más sobre 
32610 \backslash
32611 texorpdfstring hay en la sección 
32612 \begin_inset CommandInset ref
32613 LatexCommand ref
32614 reference "sub:Ecuaciones-en-Sección"
32615
32616 \end_inset
32617
32618 .
32619 \end_layout
32620
32621 \end_inset
32622
32623
32624 \begin_inset Index
32625 status collapsed
32626
32627 \begin_layout Plain Layout
32628 Indicaciones
32629 \end_layout
32630
32631 \end_inset
32632
32633
32634 \end_layout
32635
32636 \begin_layout Subsection
32637 Símbolos y ecuaciones químicas
32638 \begin_inset CommandInset label
32639 LatexCommand label
32640 name "sub:Símbolos-y-ecuaciones-químicas"
32641
32642 \end_inset
32643
32644
32645 \begin_inset Index
32646 status collapsed
32647
32648 \begin_layout Plain Layout
32649 Química ! símbolos
32650 \end_layout
32651
32652 \end_inset
32653
32654
32655 \begin_inset Index
32656 status collapsed
32657
32658 \begin_layout Plain Layout
32659 Ecuación química
32660 \end_layout
32661
32662 \end_inset
32663
32664
32665 \begin_inset Index
32666 status collapsed
32667
32668 \begin_layout Plain Layout
32669 Química ! caracteres
32670 \end_layout
32671
32672 \end_inset
32673
32674
32675 \begin_inset Index
32676 status collapsed
32677
32678 \begin_layout Plain Layout
32679 Iones|see
32680 \begin_inset ERT
32681 status collapsed
32682
32683 \begin_layout Plain Layout
32684
32685 {
32686 \end_layout
32687
32688 \end_inset
32689
32690 Química ! caracteres
32691 \begin_inset ERT
32692 status collapsed
32693
32694 \begin_layout Plain Layout
32695
32696 }
32697 \end_layout
32698
32699 \end_inset
32700
32701
32702 \end_layout
32703
32704 \end_inset
32705
32706
32707 \end_layout
32708
32709 \begin_layout Standard
32710 Un ejemplo de texto de química:
32711 \end_layout
32712
32713 \begin_layout Quote
32714 El ión 
32715 \begin_inset Formula $ $
32716 \end_inset
32717
32718
32719 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32720 \end_inset
32721
32722  reacciona con dos iones 
32723 \begin_inset Formula $\mathrm{Na^{+}}$
32724 \end_inset
32725
32726  para dar sulfato de sodio 
32727 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
32728 \end_inset
32729
32730 .
32731  La ecuación química es:
32732 \begin_inset Formula \[
32733 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32734
32735 \end_inset
32736
32737
32738 \end_layout
32739
32740 \begin_layout Standard
32741 Esta ecuación química puede componerse directamente en modo ecuación.
32742  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
32743  y con el atajo 
32744 \family sans
32745 Alt-c
32746 \begin_inset Space ~
32747 \end_inset
32748
32749 r
32750 \family default
32751  se cambia en redonda.
32752 \begin_inset Foot
32753 status open
32754
32755 \begin_layout Plain Layout
32756 véase estilos de fuentes en 
32757 \begin_inset CommandInset ref
32758 LatexCommand ref
32759 reference "sub:Estilos-de-fuentes"
32760
32761 \end_inset
32762
32763 .
32764 \end_layout
32765
32766 \end_inset
32767
32768
32769 \end_layout
32770
32771 \begin_layout Subsection
32772 Números negativos
32773 \begin_inset Index
32774 status collapsed
32775
32776 \begin_layout Plain Layout
32777 Números ! negativos
32778 \end_layout
32779
32780 \end_inset
32781
32782
32783 \end_layout
32784
32785 \begin_layout Standard
32786 Los números negativos a veces se ven feos en las ecuaciones porque el signo
32787  menos delante del número tiene la misma longitud que el operador signo
32788  menos.
32789  Si se escribe el número negativo en texto normal el signo menos aparece
32790  correctamente.
32791 \end_layout
32792
32793 \begin_layout Standard
32794 Así pues, el problema desaparece si se convierte el signo menos a texto
32795  matemático.
32796 \end_layout
32797
32798 \begin_layout Standard
32799 Un ejemplo para visualizar el problema:
32800 \end_layout
32801
32802 \begin_layout Standard
32803 \noindent
32804 \align center
32805 \begin_inset Tabular
32806 <lyxtabular version="3" rows="3" columns="2">
32807 <features>
32808 <column alignment="center" valignment="top" width="0">
32809 <column alignment="center" valignment="top" width="0">
32810 <row>
32811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32812 \begin_inset Text
32813
32814 \begin_layout Plain Layout
32815 texto normal:
32816 \end_layout
32817
32818 \end_inset
32819 </cell>
32820 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32821 \begin_inset Text
32822
32823 \begin_layout Plain Layout
32824 x = -2
32825 \end_layout
32826
32827 \end_inset
32828 </cell>
32829 </row>
32830 <row>
32831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32832 \begin_inset Text
32833
32834 \begin_layout Plain Layout
32835 ecuación:
32836 \end_layout
32837
32838 \end_inset
32839 </cell>
32840 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32841 \begin_inset Text
32842
32843 \begin_layout Plain Layout
32844 \begin_inset Formula $x=-2$
32845 \end_inset
32846
32847
32848 \end_layout
32849
32850 \end_inset
32851 </cell>
32852 </row>
32853 <row>
32854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32855 \begin_inset Text
32856
32857 \begin_layout Plain Layout
32858 solución:
32859 \end_layout
32860
32861 \end_inset
32862 </cell>
32863 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32864 \begin_inset Text
32865
32866 \begin_layout Plain Layout
32867 \begin_inset Formula $x=\mbox{-}2$
32868 \end_inset
32869
32870
32871 \end_layout
32872
32873 \end_inset
32874 </cell>
32875 </row>
32876 </lyxtabular>
32877
32878 \end_inset
32879
32880
32881 \end_layout
32882
32883 \begin_layout Subsection
32884 Coma como separador decimal
32885 \begin_inset Index
32886 status collapsed
32887
32888 \begin_layout Plain Layout
32889 Coma decimal
32890 \end_layout
32891
32892 \end_inset
32893
32894
32895 \end_layout
32896
32897 \begin_layout Standard
32898 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
32899  de grupos numéricos.
32900  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
32901 \end_layout
32902
32903 \begin_layout Standard
32904 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
32905  
32906 \family sans
32907 Alt-m
32908 \begin_inset Space ~
32909 \end_inset
32910
32911 m
32912 \family default
32913 ).
32914 \end_layout
32915
32916 \begin_layout Standard
32917 Para usar las comas en todas las fórmulas del documento como separador decimal,
32918  se carga el archivo 
32919 \series bold
32920 icomma.sty
32921 \series default
32922
32923 \begin_inset Foot
32924 status collapsed
32925
32926 \begin_layout Plain Layout
32927
32928 \series bold
32929 icomma
32930 \series default
32931  forma parte del paquete LaTeX 
32932 \series bold
32933 was
32934 \series default
32935
32936 \begin_inset Index
32937 status collapsed
32938
32939 \begin_layout Plain Layout
32940 Paquetes ! was
32941 \begin_inset VSpace 4mm
32942 \end_inset
32943
32944
32945 \end_layout
32946
32947 \end_inset
32948
32949 .
32950 \end_layout
32951
32952 \end_inset
32953
32954
32955 \begin_inset Index
32956 status collapsed
32957
32958 \begin_layout Plain Layout
32959 Paquetes ! icomma
32960 \end_layout
32961
32962 \end_inset
32963
32964  en el preámbulo LaTeX con la línea: 
32965 \end_layout
32966
32967 \begin_layout Standard
32968
32969 \series bold
32970
32971 \backslash
32972 usepackage{icomma}
32973 \end_layout
32974
32975 \begin_layout Subsection
32976 Vectores físicos
32977 \begin_inset CommandInset label
32978 LatexCommand label
32979 name "sub:Vectores-físicos"
32980
32981 \end_inset
32982
32983
32984 \begin_inset Index
32985 status collapsed
32986
32987 \begin_layout Plain Layout
32988 Vectores físicos
32989 \end_layout
32990
32991 \end_inset
32992
32993
32994 \end_layout
32995
32996 \begin_layout Standard
32997 El paquete LaTeX 
32998 \series bold
32999 braket
33000 \series default
33001
33002 \begin_inset Foot
33003 status collapsed
33004
33005 \begin_layout Plain Layout
33006
33007 \series bold
33008 braket
33009 \series default
33010  es parte de una instalación LaTeX estándar.
33011 \end_layout
33012
33013 \end_inset
33014
33015
33016 \begin_inset Index
33017 status collapsed
33018
33019 \begin_layout Plain Layout
33020 Paquetes ! braket
33021 \end_layout
33022
33023 \end_inset
33024
33025  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
33026 \end_layout
33027
33028 \begin_layout Standard
33029
33030 \series bold
33031
33032 \backslash
33033 usepackage{braket}
33034 \end_layout
33035
33036 \begin_layout Standard
33037 \begin_inset ERT
33038 status collapsed
33039
33040 \begin_layout Plain Layout
33041
33042
33043 \backslash
33044 ifbraket 
33045 \end_layout
33046
33047 \end_inset
33048
33049
33050 \begin_inset Note Note
33051 status collapsed
33052
33053 \begin_layout Plain Layout
33054 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
33055 \series bold
33056 braket
33057 \series default
33058  está instalado.
33059 \end_layout
33060
33061 \end_inset
33062
33063
33064 \end_layout
33065
33066 \begin_layout Standard
33067 Están definidos los siguientes comandos:
33068 \end_layout
33069
33070 \begin_layout Standard
33071 \noindent
33072 \align center
33073 \begin_inset Tabular
33074 <lyxtabular version="3" rows="4" columns="2">
33075 <features>
33076 <column alignment="center" valignment="top" width="0">
33077 <column alignment="center" valignment="top" width="0">
33078 <row>
33079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33080 \begin_inset Text
33081
33082 \begin_layout Plain Layout
33083 Comando
33084 \end_layout
33085
33086 \end_inset
33087 </cell>
33088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33089 \begin_inset Text
33090
33091 \begin_layout Plain Layout
33092 Resultado
33093 \end_layout
33094
33095 \end_inset
33096 </cell>
33097 </row>
33098 <row>
33099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33100 \begin_inset Text
33101
33102 \begin_layout Plain Layout
33103
33104 \backslash
33105 Bra{
33106 \backslash
33107 psi
33108 \end_layout
33109
33110 \end_inset
33111 </cell>
33112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33113 \begin_inset Text
33114
33115 \begin_layout Plain Layout
33116 \begin_inset Formula $\Bra {\psi}$
33117 \end_inset
33118
33119
33120 \end_layout
33121
33122 \end_inset
33123 </cell>
33124 </row>
33125 <row>
33126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33127 \begin_inset Text
33128
33129 \begin_layout Plain Layout
33130
33131 \backslash
33132 Ket{
33133 \backslash
33134 psi
33135 \end_layout
33136
33137 \end_inset
33138 </cell>
33139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33140 \begin_inset Text
33141
33142 \begin_layout Plain Layout
33143 \begin_inset Formula $\Ket {\psi}$
33144 \end_inset
33145
33146
33147 \end_layout
33148
33149 \end_inset
33150 </cell>
33151 </row>
33152 <row>
33153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33154 \begin_inset Text
33155
33156 \begin_layout Plain Layout
33157
33158 \backslash
33159 Braket{
33160 \backslash
33161 psi|
33162 \backslash
33163 phi
33164 \end_layout
33165
33166 \end_inset
33167 </cell>
33168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33169 \begin_inset Text
33170
33171 \begin_layout Plain Layout
33172 \begin_inset Formula $\Braket {\psi|\phi}$
33173 \end_inset
33174
33175
33176 \end_layout
33177
33178 \end_inset
33179 </cell>
33180 </row>
33181 </lyxtabular>
33182
33183 \end_inset
33184
33185
33186 \end_layout
33187
33188 \begin_layout Standard
33189 El comando 
33190 \series bold
33191
33192 \backslash
33193 Braket
33194 \series default
33195  asegura que todas las barras verticales tienen el tamaño de los delimitadores
33196  circundantes:
33197 \begin_inset Formula \[
33198 \Braket {\phi|J=\frac{3}{2}\,,\, M_{J}}\]
33199
33200 \end_inset
33201
33202
33203 \begin_inset ERT
33204 status collapsed
33205
33206 \begin_layout Plain Layout
33207
33208
33209 \backslash
33210 else
33211 \end_layout
33212
33213 \end_inset
33214
33215
33216 \begin_inset Note Note
33217 status collapsed
33218
33219 \begin_layout Plain Layout
33220 Lo que sigue se verá en la salida si el paquete LaTeX 
33221 \series bold
33222 braket
33223 \series default
33224  no está instalado:
33225 \end_layout
33226
33227 \end_inset
33228
33229
33230 \end_layout
33231
33232 \begin_layout Standard
33233 Debes instalar el paquete LaTeX 
33234 \series bold
33235 braket
33236 \series default
33237  para ver en la salida el resto de esta subsección.
33238 \end_layout
33239
33240 \begin_layout Standard
33241 \begin_inset ERT
33242 status collapsed
33243
33244 \begin_layout Plain Layout
33245
33246
33247 \backslash
33248 fi
33249 \end_layout
33250
33251 \end_inset
33252
33253
33254 \end_layout
33255
33256 \begin_layout Standard
33257 El efecto de 
33258 \series bold
33259
33260 \backslash
33261 Braket
33262 \series default
33263  también se puede conseguir con el comando 
33264 \series bold
33265
33266 \backslash
33267 middle
33268 \series default
33269 , que se describe en 
33270 \begin_inset CommandInset ref
33271 LatexCommand ref
33272 reference "sub:Tamaño-automático-de"
33273
33274 \end_inset
33275
33276 .
33277 \end_layout
33278
33279 \begin_layout Subsection
33280 Fracciones definidas por el usuario
33281 \begin_inset CommandInset label
33282 LatexCommand label
33283 name "sub:Fracciones-personalizadas"
33284
33285 \end_inset
33286
33287
33288 \begin_inset Index
33289 status collapsed
33290
33291 \begin_layout Plain Layout
33292 Fracciones ! personalizadas
33293 \end_layout
33294
33295 \end_inset
33296
33297
33298 \end_layout
33299
33300 \begin_layout Standard
33301 Para definir comandos personalizados para fracciones, se usa el comando
33302  
33303 \series bold
33304
33305 \backslash
33306 genfrac
33307 \series default
33308
33309 \begin_inset Index
33310 status collapsed
33311
33312 \begin_layout Plain Layout
33313 Comandos ! G ! 
33314 \backslash
33315 genfrac
33316 \end_layout
33317
33318 \end_inset
33319
33320  con el siguiente esquema:
33321 \end_layout
33322
33323 \begin_layout Standard
33324
33325 \series bold
33326
33327 \backslash
33328 genfrac{delimitador izquierdo}{delimitador derecho}{grosor raya de
33329 \begin_inset Newline newline
33330 \end_inset
33331
33332
33333 \begin_inset ERT
33334 status collapsed
33335
33336 \begin_layout Plain Layout
33337
33338
33339 \backslash
33340 phantom{
33341 \end_layout
33342
33343 \end_inset
33344
33345
33346 \backslash
33347 genfrac{
33348 \begin_inset ERT
33349 status collapsed
33350
33351 \begin_layout Plain Layout
33352
33353 }
33354 \end_layout
33355
33356 \end_inset
33357
33358 fracción}{estilo}{numerador}{denominador}
33359 \end_layout
33360
33361 \begin_layout Standard
33362 El estilo es un número en el rango 0-3.
33363 \end_layout
33364
33365 \begin_layout Standard
33366 \align center
33367 \begin_inset Tabular
33368 <lyxtabular version="3" rows="5" columns="2">
33369 <features>
33370 <column alignment="center" valignment="top" width="0">
33371 <column alignment="center" valignment="top" width="0">
33372 <row>
33373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33374 \begin_inset Text
33375
33376 \begin_layout Plain Layout
33377 Número
33378 \end_layout
33379
33380 \end_inset
33381 </cell>
33382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33383 \begin_inset Text
33384
33385 \begin_layout Plain Layout
33386 Estilo (tamaño)
33387 \end_layout
33388
33389 \end_inset
33390 </cell>
33391 </row>
33392 <row>
33393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33394 \begin_inset Text
33395
33396 \begin_layout Plain Layout
33397 0
33398 \end_layout
33399
33400 \end_inset
33401 </cell>
33402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33403 \begin_inset Text
33404
33405 \begin_layout Plain Layout
33406 ecuación en presentación
33407 \end_layout
33408
33409 \end_inset
33410 </cell>
33411 </row>
33412 <row>
33413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33414 \begin_inset Text
33415
33416 \begin_layout Plain Layout
33417 1
33418 \end_layout
33419
33420 \end_inset
33421 </cell>
33422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33423 \begin_inset Text
33424
33425 \begin_layout Plain Layout
33426 ecuación en línea
33427 \end_layout
33428
33429 \end_inset
33430 </cell>
33431 </row>
33432 <row>
33433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33434 \begin_inset Text
33435
33436 \begin_layout Plain Layout
33437 2
33438 \end_layout
33439
33440 \end_inset
33441 </cell>
33442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33443 \begin_inset Text
33444
33445 \begin_layout Plain Layout
33446 pequeño
33447 \end_layout
33448
33449 \end_inset
33450 </cell>
33451 </row>
33452 <row>
33453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33454 \begin_inset Text
33455
33456 \begin_layout Plain Layout
33457 3
33458 \end_layout
33459
33460 \end_inset
33461 </cell>
33462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33463 \begin_inset Text
33464
33465 \begin_layout Plain Layout
33466 muy pequeño
33467 \end_layout
33468
33469 \end_inset
33470 </cell>
33471 </row>
33472 </lyxtabular>
33473
33474 \end_inset
33475
33476
33477 \end_layout
33478
33479 \begin_layout Standard
33480 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
33481  
33482 \series bold
33483
33484 \backslash
33485 frac
33486 \series default
33487 .
33488 \end_layout
33489
33490 \begin_layout Standard
33491 Si no se pone grosor de la raya de fracción se usará el valor predefinido
33492  de 0.4
33493 \begin_inset Space \thinspace{}
33494 \end_inset
33495
33496 pt.
33497 \end_layout
33498
33499 \begin_layout Standard
33500 Por ejemplo, los comandos 
33501 \series bold
33502
33503 \backslash
33504 dfrac
33505 \series default
33506  y 
33507 \series bold
33508
33509 \backslash
33510 tbinom
33511 \series default
33512  de la 
33513 \begin_inset CommandInset ref
33514 LatexCommand ref
33515 reference "sub:Fracciones"
33516
33517 \end_inset
33518
33519  se definen con los comandos:
33520 \end_layout
33521
33522 \begin_layout Standard
33523
33524 \series bold
33525
33526 \backslash
33527 newcommand{
33528 \backslash
33529 dfrac}[2]{
33530 \backslash
33531 genfrac{}{}{}{0}{#1}{#2}}
33532 \end_layout
33533
33534 \begin_layout Standard
33535 y
33536 \end_layout
33537
33538 \begin_layout Standard
33539
33540 \series bold
33541
33542 \backslash
33543 newcommand{
33544 \backslash
33545 tbinom}[2]{
33546 \backslash
33547 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33548 \end_layout
33549
33550 \begin_layout Standard
33551 \begin_inset VSpace medskip
33552 \end_inset
33553
33554
33555 \end_layout
33556
33557 \begin_layout Standard
33558 Para definir una fracción en la que el grosor de la raya se pueda definir
33559  como argumento opcional, se inserta la siguiente línea en el preámbulo
33560  LaTeX:
33561 \end_layout
33562
33563 \begin_layout Standard
33564
33565 \series bold
33566
33567 \backslash
33568 newcommand{
33569 \backslash
33570 fracS}[3][]{
33571 \backslash
33572 genfrac{}{}{#1}{}{#2}{#3}}
33573 \end_layout
33574
33575 \begin_layout Standard
33576 Un ensayo:
33577 \begin_inset Formula \begin{align*}
33578 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33579 \text{Resultado} &  & \fracS [1mm]{A}{B} &  & \fracS [5mm]{A}{B}\end{align*}
33580
33581 \end_inset
33582
33583 Como se puede ver, la distancia del numerador y el denominador a la raya
33584  de fracción se redondea a unas tres veces el grosor de la raya.
33585 \end_layout
33586
33587 \begin_layout Subsection
33588 Ecuaciones canceladas
33589 \begin_inset CommandInset label
33590 LatexCommand label
33591 name "sub:Ecuaciones-canceladas"
33592
33593 \end_inset
33594
33595
33596 \begin_inset Index
33597 status collapsed
33598
33599 \begin_layout Plain Layout
33600 Ecuación ! cancelada
33601 \end_layout
33602
33603 \end_inset
33604
33605
33606 \end_layout
33607
33608 \begin_layout Standard
33609 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
33610  
33611 \series bold
33612 cancel
33613 \series default
33614
33615 \begin_inset Foot
33616 status collapsed
33617
33618 \begin_layout Plain Layout
33619
33620 \series bold
33621 cancel
33622 \series default
33623  forma parte de las distribuciones estándar de LaTeX.
33624 \end_layout
33625
33626 \end_inset
33627
33628
33629 \begin_inset Index
33630 status collapsed
33631
33632 \begin_layout Plain Layout
33633 Paquetes ! cancel
33634 \end_layout
33635
33636 \end_inset
33637
33638  con la línea de preámbulo LaTeX
33639 \end_layout
33640
33641 \begin_layout Standard
33642
33643 \series bold
33644
33645 \backslash
33646 usepackage[samesize]{cancel}
33647 \end_layout
33648
33649 \begin_layout Standard
33650 Hay cuatro formas de cancelar ecuaciones:
33651 \end_layout
33652
33653 \begin_layout Standard
33654 \align center
33655 \begin_inset Tabular
33656 <lyxtabular version="3" rows="5" columns="2">
33657 <features>
33658 <column alignment="center" valignment="top" width="0">
33659 <column alignment="center" valignment="top" width="0">
33660 <row>
33661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33662 \begin_inset Text
33663
33664 \begin_layout Plain Layout
33665 Comando
33666 \end_layout
33667
33668 \end_inset
33669 </cell>
33670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33671 \begin_inset Text
33672
33673 \begin_layout Plain Layout
33674 Resultado
33675 \begin_inset Note Note
33676 status collapsed
33677
33678 \begin_layout Plain Layout
33679
33680 \series bold
33681
33682 \backslash
33683 hspace
33684 \series default
33685  y 
33686 \series bold
33687
33688 \backslash
33689 raisebox
33690 \series default
33691  se usa sólo como espaciador
33692 \end_layout
33693
33694 \end_inset
33695
33696
33697 \end_layout
33698
33699 \end_inset
33700 </cell>
33701 </row>
33702 <row>
33703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33704 \begin_inset Text
33705
33706 \begin_layout Plain Layout
33707
33708 \backslash
33709 cancel{
33710 \backslash
33711 int
33712 \begin_inset ERT
33713 status collapsed
33714
33715 \begin_layout Plain Layout
33716
33717
33718 \backslash
33719 spce 
33720 \end_layout
33721
33722 \end_inset
33723
33724 A=B
33725 \end_layout
33726
33727 \end_inset
33728 </cell>
33729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33730 \begin_inset Text
33731
33732 \begin_layout Plain Layout
33733 \begin_inset Formula $\raisebox {4.5mm}{}\cancel {\int A=B}\raisebox {-2.5mm}{}$
33734 \end_inset
33735
33736
33737 \end_layout
33738
33739 \end_inset
33740 </cell>
33741 </row>
33742 <row>
33743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33744 \begin_inset Text
33745
33746 \begin_layout Plain Layout
33747
33748 \backslash
33749 bcancel{
33750 \backslash
33751 int
33752 \begin_inset ERT
33753 status collapsed
33754
33755 \begin_layout Plain Layout
33756
33757
33758 \backslash
33759 spce 
33760 \end_layout
33761
33762 \end_inset
33763
33764 A=B
33765 \end_layout
33766
33767 \end_inset
33768 </cell>
33769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33770 \begin_inset Text
33771
33772 \begin_layout Plain Layout
33773 \begin_inset Formula $\raisebox {4.5mm}{}\bcancel {\int A=B}\raisebox {-2.5mm}{}$
33774 \end_inset
33775
33776
33777 \end_layout
33778
33779 \end_inset
33780 </cell>
33781 </row>
33782 <row>
33783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33784 \begin_inset Text
33785
33786 \begin_layout Plain Layout
33787
33788 \backslash
33789 xcancel{
33790 \backslash
33791 int
33792 \begin_inset ERT
33793 status collapsed
33794
33795 \begin_layout Plain Layout
33796
33797
33798 \backslash
33799 spce 
33800 \end_layout
33801
33802 \end_inset
33803
33804 A=B
33805 \end_layout
33806
33807 \end_inset
33808 </cell>
33809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33810 \begin_inset Text
33811
33812 \begin_layout Plain Layout
33813 \begin_inset Formula $\raisebox {4.5mm}{}\xcancel {\int A=B}\raisebox {-2.5mm}{}$
33814 \end_inset
33815
33816
33817 \end_layout
33818
33819 \end_inset
33820 </cell>
33821 </row>
33822 <row>
33823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33824 \begin_inset Text
33825
33826 \begin_layout Plain Layout
33827
33828 \backslash
33829 cancelto{1
33830 \begin_inset Formula $\to$
33831 \end_inset
33832
33833
33834 \backslash
33835 {
33836 \backslash
33837 int
33838 \begin_inset ERT
33839 status collapsed
33840
33841 \begin_layout Plain Layout
33842
33843
33844 \backslash
33845 spce 
33846 \end_layout
33847
33848 \end_inset
33849
33850 A=B
33851 \end_layout
33852
33853 \end_inset
33854 </cell>
33855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33856 \begin_inset Text
33857
33858 \begin_layout Plain Layout
33859 \begin_inset Formula $\raisebox {7mm}{}\cancelto {1}{\int A=B}\raisebox {-2.5mm}{}\hspace {3mm}$
33860 \end_inset
33861
33862
33863 \end_layout
33864
33865 \end_inset
33866 </cell>
33867 </row>
33868 </lyxtabular>
33869
33870 \end_inset
33871
33872
33873 \end_layout
33874
33875 \begin_layout Standard
33876
33877 \series bold
33878
33879 \backslash
33880 cancelto
33881 \series default
33882  es especialmente apropiada para visualizar la simplificación de fracciones
33883  en una ecuación:
33884 \begin_inset Formula \[
33885 \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}}}\]
33886
33887 \end_inset
33888
33889
33890 \end_layout
33891
33892 \begin_layout Subsection
33893 Ecuaciones en encabezados de sección
33894 \begin_inset CommandInset label
33895 LatexCommand label
33896 name "sub:Ecuaciones-en-encabezados"
33897
33898 \end_inset
33899
33900
33901 \begin_inset Index
33902 status collapsed
33903
33904 \begin_layout Plain Layout
33905 Ecuación ! en encabezados de sección
33906 \end_layout
33907
33908 \end_inset
33909
33910
33911 \end_layout
33912
33913 \begin_layout Standard
33914 Si se quiere poner una ecuación en un encabezado de sección hay que tener
33915  en cuenta lo siguiente:
33916 \end_layout
33917
33918 \begin_layout Standard
33919 \begin_inset Note Greyedout
33920 status open
33921
33922 \begin_layout Plain Layout
33923
33924 \lang english
33925 When 
33926 \series bold
33927 \lang spanish
33928 hyperref
33929 \series default
33930
33931 \begin_inset Index
33932 status collapsed
33933
33934 \begin_layout Plain Layout
33935 Paquetes ! hyperref
33936 \end_layout
33937
33938 \end_inset
33939
33940
33941 \series bold
33942 \lang english
33943  
33944 \series default
33945 support is enabled in the document settings dialog under 
33946 \family sans
33947 PDF
33948 \begin_inset Space ~
33949 \end_inset
33950
33951 Properties
33952 \family default
33953 \lang spanish
33954 , los marcadores PDF se generan para cada encabezado de sección en el índice.
33955  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
33956  texto del marcador, porque se infringen las convenciones PDF.
33957 \end_layout
33958
33959 \end_inset
33960
33961
33962 \end_layout
33963
33964 \begin_layout Standard
33965 Estos problemas se pueden solucionar insertando al final del encabezado
33966  un título breve con el menú 
33967 \family sans
33968 Insertar\SpecialChar \menuseparator
33969 Título
33970 \begin_inset Space ~
33971 \end_inset
33972
33973 breve
33974 \family default
33975 .
33976  Los títulos breves se usan como alternativa para encabezados de sección
33977  con más de una línea para mantener el buen aspecto del índice.
33978  En éste sólo aparece el título breve y por tanto también en los marcadores.
33979 \end_layout
33980
33981 \begin_layout Standard
33982 Si hay que poner ecuaciones en el índice y se usa 
33983 \series bold
33984 hyperref
33985 \series default
33986 , se puede insertar el siguiente comando en modo TeX:
33987 \end_layout
33988
33989 \begin_layout Standard
33990
33991 \series bold
33992
33993 \backslash
33994 texorpdfstring{parte}{alternativa}
33995 \begin_inset Index
33996 status collapsed
33997
33998 \begin_layout Plain Layout
33999 Comandos ! T ! 
34000 \backslash
34001 texorpdfstring
34002 \end_layout
34003
34004 \end_inset
34005
34006
34007 \end_layout
34008
34009 \begin_layout Standard
34010 Parte se refiere a la parte del encabezado que no debería aparecer en el
34011  marcador PDF.
34012  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
34013  La alternativa se usa para el marcador en vez de la parte.
34014 \end_layout
34015
34016 \begin_layout Standard
34017 Aquí hay dos ejemplo de encabezados:
34018 \end_layout
34019
34020 \begin_layout Standard
34021 \begin_inset VSpace -3mm
34022 \end_inset
34023
34024
34025 \end_layout
34026
34027 \begin_layout Standard
34028 \begin_inset ERT
34029 status collapsed
34030
34031 \begin_layout Plain Layout
34032
34033
34034 \backslash
34035 boldmath 
34036 \end_layout
34037
34038 \end_inset
34039
34040
34041 \end_layout
34042
34043 \begin_layout Subsubsection
34044 Encabezado sin ecuación en el índice 
34045 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34046 \end_inset
34047
34048
34049 \begin_inset OptArg
34050 status collapsed
34051
34052 \begin_layout Plain Layout
34053 Encabezado sin ecuación en el índice
34054 \end_layout
34055
34056 \end_inset
34057
34058
34059 \end_layout
34060
34061 \begin_layout Subsubsection
34062 Encabezado con ecuación en el índice
34063 \begin_inset ERT
34064 status collapsed
34065
34066 \begin_layout Plain Layout
34067
34068
34069 \backslash
34070 texorpdfstring{
34071 \end_layout
34072
34073 \end_inset
34074
34075  
34076 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34077 \end_inset
34078
34079
34080 \begin_inset ERT
34081 status collapsed
34082
34083 \begin_layout Plain Layout
34084
34085 }{}
34086 \end_layout
34087
34088 \end_inset
34089
34090
34091 \end_layout
34092
34093 \begin_layout Standard
34094 \begin_inset ERT
34095 status collapsed
34096
34097 \begin_layout Plain Layout
34098
34099
34100 \backslash
34101 unboldmath 
34102 \end_layout
34103
34104 \end_inset
34105
34106 En el primer encabezado se ha puesto un título breve, en el segundo un 
34107 \series bold
34108
34109 \backslash
34110 texorpdfstring
34111 \series default
34112 .
34113 \end_layout
34114
34115 \begin_layout Standard
34116 Para obtener el mismo formato que en los demás encabezados se han puesto
34117  ambos en un 
34118 \series bold
34119 entorno boldmath
34120 \series default
34121 .
34122 \begin_inset Foot
34123 status collapsed
34124
34125 \begin_layout Plain Layout
34126 véase 
34127 \begin_inset CommandInset ref
34128 LatexCommand ref
34129 reference "sub:Ecuaciones-en-negrita"
34130
34131 \end_inset
34132
34133
34134 \end_layout
34135
34136 \end_inset
34137
34138
34139 \end_layout
34140
34141 \begin_layout Subsection
34142 Ecuaciones en texto multicolumna
34143 \begin_inset Index
34144 status collapsed
34145
34146 \begin_layout Plain Layout
34147 Ecuación ! en texto multicolumna
34148 \end_layout
34149
34150 \end_inset
34151
34152
34153 \end_layout
34154
34155 \begin_layout Standard
34156 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
34157  para ajustarse a la columna y entonces es preciso abarcar la anchura total
34158  de la página.
34159  Esto se hace usando el paquete LaTeX 
34160 \series bold
34161 multicol
34162 \series default
34163 ,
34164 \begin_inset Foot
34165 status collapsed
34166
34167 \begin_layout Plain Layout
34168
34169 \series bold
34170 multicol
34171 \series default
34172  forma parte de las distribuciones LaTeX estándar.
34173 \end_layout
34174
34175 \end_inset
34176
34177
34178 \begin_inset Index
34179 status collapsed
34180
34181 \begin_layout Plain Layout
34182 Paquetes ! multicol
34183 \end_layout
34184
34185 \end_inset
34186
34187  que se carga en el preámbulo LaTeX con la línea
34188 \end_layout
34189
34190 \begin_layout Standard
34191
34192 \series bold
34193
34194 \backslash
34195 usepackage{multicol}
34196 \end_layout
34197
34198 \begin_layout Standard
34199 \begin_inset Note Greyedout
34200 status collapsed
34201
34202 \begin_layout Plain Layout
34203 Ten en cuenta que la opción 
34204 \family sans
34205 Documento
34206 \begin_inset Space ~
34207 \end_inset
34208
34209 con
34210 \begin_inset Space ~
34211 \end_inset
34212
34213 dos
34214 \begin_inset Space ~
34215 \end_inset
34216
34217 caras
34218 \family default
34219 , bajo 
34220 \family sans
34221 Diseño
34222 \begin_inset Space ~
34223 \end_inset
34224
34225 de
34226 \begin_inset Space ~
34227 \end_inset
34228
34229 página 
34230 \family default
34231 en el menú 
34232 \family sans
34233 Documento\SpecialChar \menuseparator
34234 Configuración
34235 \family default
34236  
34237 \emph on
34238 debe
34239 \emph default
34240  estar desmarcada.
34241 \end_layout
34242
34243 \end_inset
34244
34245
34246 \end_layout
34247
34248 \begin_layout Standard
34249 Antes del texto multicolumna se inserta en modo TeX el comando
34250 \end_layout
34251
34252 \begin_layout Standard
34253
34254 \series bold
34255
34256 \backslash
34257 begin{multicols}{número de columnas}
34258 \end_layout
34259
34260 \begin_layout Standard
34261 El número de columnas está en el rango 2-10.
34262  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
34263  TeX el comando
34264 \end_layout
34265
34266 \begin_layout Standard
34267
34268 \series bold
34269
34270 \backslash
34271 end{multicols}
34272 \end_layout
34273
34274 \begin_layout Standard
34275 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
34276  Para quitarlo se inserta un espacio vertical de -6
34277 \begin_inset Space \thinspace{}
34278 \end_inset
34279
34280 mm antes de la ecuación.
34281  Si se usa el estilo 
34282 \series bold
34283 Sangrado
34284 \series default
34285 ,
34286 \begin_inset Foot
34287 status collapsed
34288
34289 \begin_layout Plain Layout
34290 véase estilos de ecuación en 
34291 \begin_inset CommandInset ref
34292 LatexCommand ref
34293 reference "sec:Estilos-de-ecuación"
34294
34295 \end_inset
34296
34297
34298 \end_layout
34299
34300 \end_inset
34301
34302  se inserta un espacio de -9
34303 \begin_inset Space \thinspace{}
34304 \end_inset
34305
34306 mm.
34307 \end_layout
34308
34309 \begin_layout Standard
34310 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
34311 \end_layout
34312
34313 \begin_layout Standard
34314 \begin_inset ERT
34315 status collapsed
34316
34317 \begin_layout Plain Layout
34318
34319
34320 \backslash
34321 begin{multicols}{2}
34322 \end_layout
34323
34324 \end_inset
34325
34326 Das Spektrum wird fouriertransformiert.
34327  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
34328 , Lösungsmittel) zu trennen.
34329  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
34330  nun das Aussehen des Ausgangssignals.
34331  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
34332  über alle Phasen integrieren muss.
34333  Sei nun 
34334 \begin_inset Formula $S$
34335 \end_inset
34336
34337  unser normiertes Ausgangssignal and 
34338 \begin_inset Formula $P$
34339 \end_inset
34340
34341  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
34342 \begin_inset ERT
34343 status collapsed
34344
34345 \begin_layout Plain Layout
34346
34347
34348 \backslash
34349 end{multicols}
34350 \end_layout
34351
34352 \end_inset
34353
34354
34355 \begin_inset VSpace -6mm
34356 \end_inset
34357
34358
34359 \begin_inset Formula \begin{equation}
34360 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
34361
34362 \end_inset
34363
34364
34365 \begin_inset ERT
34366 status collapsed
34367
34368 \begin_layout Plain Layout
34369
34370
34371 \backslash
34372 begin{multicols}{2}
34373 \end_layout
34374
34375 \end_inset
34376
34377 wobei 
34378 \begin_inset Formula $S_{0}$
34379 \end_inset
34380
34381  das Signal ohne Gradient ist and the Normierungsbedingung 
34382 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34383 \end_inset
34384
34385  gilt.
34386  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
34387  Direkt nach the 
34388 \begin_inset Formula $\nicefrac{\pi}{2}$
34389 \end_inset
34390
34391
34392 \begin_inset Space \thinspace{}
34393 \end_inset
34394
34395 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
34396  das Signal zusätzlich abschwächt.
34397  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
34398  
34399 \begin_inset Formula $T_{2}$
34400 \end_inset
34401
34402 -Zeit.
34403 \end_layout
34404
34405 \begin_layout Standard
34406 \begin_inset ERT
34407 status collapsed
34408
34409 \begin_layout Plain Layout
34410
34411
34412 \backslash
34413 end{multicols}
34414 \end_layout
34415
34416 \end_inset
34417
34418  
34419 \end_layout
34420
34421 \begin_layout Subsection
34422 Ecuaciones con descripción de variables
34423 \begin_inset Index
34424 status collapsed
34425
34426 \begin_layout Plain Layout
34427 Ecuación ! con descripción de variables
34428 \end_layout
34429
34430 \end_inset
34431
34432
34433 \end_layout
34434
34435 \begin_layout Standard
34436 Para describir variables en una ecuación, como en la fórmula 
34437 \begin_inset CommandInset ref
34438 LatexCommand eqref
34439 reference "eq:within"
34440
34441 \end_inset
34442
34443 , se inserta una matriz 2×
34444 \begin_inset Formula $n$
34445 \end_inset
34446
34447  con columnas alineadas a la izquierda para las 
34448 \emph on
34449
34450 \begin_inset Formula $n$
34451 \end_inset
34452
34453
34454 \emph default
34455  variables usadas.
34456 \begin_inset Foot
34457 status collapsed
34458
34459 \begin_layout Plain Layout
34460 véase matrices en 
34461 \begin_inset CommandInset ref
34462 LatexCommand ref
34463 reference "sec:Matrices"
34464
34465 \end_inset
34466
34467
34468 \end_layout
34469
34470 \end_inset
34471
34472  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
34473  
34474 \series bold
34475
34476 \backslash
34477 footnotesize
34478 \series default
34479  antes de la matriz.
34480 \begin_inset Foot
34481 status collapsed
34482
34483 \begin_layout Plain Layout
34484 véase tamaños de fuentes en 
34485 \begin_inset CommandInset ref
34486 LatexCommand ref
34487 reference "sub:Tamaños-de-fuentes"
34488
34489 \end_inset
34490
34491 .
34492 \end_layout
34493
34494 \end_inset
34495
34496
34497 \end_layout
34498
34499 \begin_layout Standard
34500 Si se usa el estilo 
34501 \series bold
34502 Sangrado
34503 \series default
34504 ,
34505 \begin_inset Foot
34506 status collapsed
34507
34508 \begin_layout Plain Layout
34509 véase estilos de ecuación en 
34510 \begin_inset CommandInset ref
34511 LatexCommand ref
34512 reference "sec:Estilos-de-ecuación"
34513
34514 \end_inset
34515
34516
34517 \end_layout
34518
34519 \end_inset
34520
34521  se inserta un 
34522 \series bold
34523
34524 \backslash
34525 hfill
34526 \series default
34527
34528 \begin_inset Foot
34529 status collapsed
34530
34531 \begin_layout Plain Layout
34532
34533 \series bold
34534
34535 \backslash
34536 hfill
34537 \series default
34538  sólo funciona en ecuaciones en estilo 
34539 \series bold
34540 Sangrado
34541 \series default
34542 , véase 
34543 \begin_inset CommandInset ref
34544 LatexCommand ref
34545 reference "sub:Espacio-variable"
34546
34547 \end_inset
34548
34549
34550 \end_layout
34551
34552 \end_inset
34553
34554  delante y detrás de la matriz para que tenga la misma separación con la
34555  ecuación y con el margen.
34556 \end_layout
34557
34558 \begin_layout Standard
34559 Si se usa el estilo 
34560 \series bold
34561 Centrado
34562 \series default
34563  se emplea el método descrito en la 
34564 \begin_inset CommandInset ref
34565 LatexCommand ref
34566 reference "sub:Entorno-flalign"
34567
34568 \end_inset
34569
34570  para sangrar la ecuación.
34571  La ecuación 
34572 \begin_inset CommandInset ref
34573 LatexCommand eqref
34574 reference "eq:within"
34575
34576 \end_inset
34577
34578  consta de cinco columnas ya que las dos primeras contienen la fórmula,
34579  la tercera la matriz y la última una llave TeX vacía.
34580 \begin_inset Formula \begin{flalign}
34581 \hspace {30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize \begin{array}{ll}
34582 \rho & \mbox{densidad}\\
34583 V & \mbox{volumen}\\
34584 g & \mbox{aceleración gravitatoria}\end{array} &  & {}\label{eq:within}\end{flalign}
34585
34586 \end_inset
34587
34588
34589 \end_layout
34590
34591 \begin_layout Subsection
34592 Letras griegas minúsculas en redonda
34593 \begin_inset CommandInset label
34594 LatexCommand label
34595 name "sub:Griegas-en-redonda"
34596
34597 \end_inset
34598
34599
34600 \begin_inset Index
34601 status collapsed
34602
34603 \begin_layout Plain Layout
34604 Letras griegas ! en redonda
34605 \end_layout
34606
34607 \end_inset
34608
34609
34610 \end_layout
34611
34612 \begin_layout Standard
34613 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
34614  cursiva.
34615  Pero para símbolos de partículas elementales como piones y neutrinos hacen
34616  falta letras griegas en redonda.
34617  El archivo 
34618 \series bold
34619 upgreek.sty
34620 \series default
34621
34622 \begin_inset Foot
34623 status collapsed
34624
34625 \begin_layout Plain Layout
34626
34627 \series bold
34628 upgreek
34629 \series default
34630  forma parte del paquete LaTeX 
34631 \series bold
34632 was
34633 \series default
34634
34635 \begin_inset Index
34636 status collapsed
34637
34638 \begin_layout Plain Layout
34639 Paquetes ! was
34640 \begin_inset VSpace 4mm
34641 \end_inset
34642
34643
34644 \end_layout
34645
34646 \end_inset
34647
34648 .
34649 \end_layout
34650
34651 \end_inset
34652
34653
34654 \begin_inset Index
34655 status collapsed
34656
34657 \begin_layout Plain Layout
34658 Paquetes ! upgreek
34659 \end_layout
34660
34661 \end_inset
34662
34663 , que se carga en el preámbulo LaTeX con la línea
34664 \end_layout
34665
34666 \begin_layout Standard
34667
34668 \series bold
34669
34670 \backslash
34671 usepackage{upgreek}
34672 \end_layout
34673
34674 \begin_layout Standard
34675 las suministra.
34676  
34677 \begin_inset ERT
34678 status collapsed
34679
34680 \begin_layout Plain Layout
34681
34682
34683 \backslash
34684 ifupgreek 
34685 \end_layout
34686
34687 \end_inset
34688
34689
34690 \begin_inset Note Note
34691 status collapsed
34692
34693 \begin_layout Plain Layout
34694 La tabla siguiente sólo se podrá ver si está instalado el paquete LaTeX
34695  
34696 \series bold
34697 upgreek
34698 \series default
34699 .
34700 \end_layout
34701
34702 \end_inset
34703
34704  Se imprimen con el comando de la letra correspondiente precedido de 
34705 \series bold
34706 up
34707 \series default
34708 .
34709  Por ejemplo, el comando 
34710 \series bold
34711
34712 \backslash
34713 uptau
34714 \series default
34715  genera: 
34716 \begin_inset Formula $\uptau $
34717 \end_inset
34718
34719
34720 \end_layout
34721
34722 \begin_layout Standard
34723 Con estos comandos se pueden escribir reacciones entre partículas elementales:
34724 \begin_inset Formula \[
34725 \uppi ^{+}\rightarrow\upmu ^{+}+\upnu _{\upmu }\]
34726
34727 \end_inset
34728
34729
34730 \end_layout
34731
34732 \begin_layout Standard
34733 Las letras en redonda son más remarcadas y más grandes que las correspondientes
34734  en cursiva.
34735  Por tanto no deberían emplearse para unidades como 
34736 \begin_inset Quotes fld
34737 \end_inset
34738
34739 µm
34740 \begin_inset Quotes frd
34741 \end_inset
34742
34743 .
34744 \end_layout
34745
34746 \begin_layout Standard
34747 \begin_inset ERT
34748 status collapsed
34749
34750 \begin_layout Plain Layout
34751
34752
34753 \backslash
34754 else 
34755 \end_layout
34756
34757 \end_inset
34758
34759
34760 \begin_inset Note Note
34761 status collapsed
34762
34763 \begin_layout Plain Layout
34764 Lo siguiente se mostrará si el paquete LaTeX 
34765 \series bold
34766 upgreek
34767 \series default
34768  no está instalado:
34769 \end_layout
34770
34771 \end_inset
34772
34773
34774 \end_layout
34775
34776 \begin_layout Standard
34777 Debes instalar el paquete LaTeX 
34778 \series bold
34779 upgreek
34780 \series default
34781  para ver en la salida el resto de esta subsección.
34782  
34783 \end_layout
34784
34785 \begin_layout Standard
34786 \begin_inset ERT
34787 status collapsed
34788
34789 \begin_layout Plain Layout
34790
34791
34792 \backslash
34793 fi
34794 \end_layout
34795
34796 \end_inset
34797
34798
34799 \end_layout
34800
34801 \begin_layout Subsection
34802 Caracteres de texto en ecuaciones
34803 \begin_inset CommandInset label
34804 LatexCommand label
34805 name "sub:Caracteres-de-texto"
34806
34807 \end_inset
34808
34809
34810 \begin_inset Index
34811 status collapsed
34812
34813 \begin_layout Plain Layout
34814 Texto ! en ecuaciones
34815 \end_layout
34816
34817 \end_inset
34818
34819
34820 \end_layout
34821
34822 \begin_layout Standard
34823 En algunos casos podrías querer insertar caracteres de texto directamente
34824  en ecuaciones.
34825  Por ejemplo, cuando se usa con frecuencia el punto centrado 
34826 \begin_inset Formula $\cdot$
34827 \end_inset
34828
34829  en expresiones como 
34830 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
34831 \end_inset
34832
34833 , habría que insertar el comando 
34834 \series bold
34835
34836 \backslash
34837 cdot
34838 \series default
34839
34840 \begin_inset Foot
34841 status collapsed
34842
34843 \begin_layout Plain Layout
34844 véase 
34845 \begin_inset CommandInset ref
34846 LatexCommand ref
34847 reference "sub:Operadores-binarios"
34848
34849 \end_inset
34850
34851
34852 \end_layout
34853
34854 \end_inset
34855
34856  continuamente, porque este carácter está definido en todas las codificaciones
34857  como carácter de texto.
34858  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
34859 \end_layout
34860
34861 \begin_layout Standard
34862
34863 \series bold
34864
34865 \backslash
34866 Declare Inputtext{183}{
34867 \backslash
34868 ifmmode
34869 \backslash
34870 cdot
34871 \backslash
34872 else
34873 \backslash
34874 textperiodcentered
34875 \backslash
34876 f\SpecialChar \textcompwordmark{}
34877 i}
34878 \end_layout
34879
34880 \begin_layout Standard
34881 La codificación de caracteres (menú 
34882 \family sans
34883 Documento\SpecialChar \menuseparator
34884 Configuración\SpecialChar \menuseparator
34885 Idioma
34886 \family default
34887 ) especifica el carácter que se muestra al pulsar una tecla.
34888  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
34889  
34890 \series bold
34891
34892 \backslash
34893 textperiodcentered
34894 \series default
34895 .
34896  Pero este comando no está disponible en ecuaciones así que obtendrías errores
34897  de LaTeX.
34898  Con la codificación cambiada se escoge automáticamente el comando correcto,
34899  dependiendo de si el carácter se ha insertado en una ecuación o no.
34900 \end_layout
34901
34902 \begin_layout Standard
34903 La codificación de diversos caracteres se guarda en archivos de definición.
34904  Por ejemplo la codificación 
34905 \series bold
34906 latin9
34907 \series default
34908  se define en el archivo 
34909 \series bold
34910 latin9.def
34911 \series default
34912  que está en el directorio de LaTeX.
34913  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
34914  archivo de definición, de lo contrario nuestros documentos no podrían ser
34915  editados en otros ordenadores.
34916 \begin_inset VSpace medskip
34917 \end_inset
34918
34919
34920 \end_layout
34921
34922 \begin_layout Standard
34923 Además del punto centrado, en este documento se ha definido el signo grado
34924  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
34925  directamente en una fórmula:
34926 \end_layout
34927
34928 \begin_layout Standard
34929
34930 \series bold
34931
34932 \backslash
34933 DeclareInputtext{176}{
34934 \backslash
34935 ifmmode^
34936 \backslash
34937 circ
34938 \backslash
34939 else
34940 \backslash
34941 textdegree
34942 \backslash
34943 f\SpecialChar \textcompwordmark{}
34944 i}
34945 \begin_inset Newpage newpage
34946 \end_inset
34947
34948
34949 \end_layout
34950
34951 \begin_layout Section
34952 \start_of_appendix
34953 Notas sobre tipografía
34954 \begin_inset Index
34955 status collapsed
34956
34957 \begin_layout Plain Layout
34958 Tipografía, notas
34959 \end_layout
34960
34961 \end_inset
34962
34963
34964 \end_layout
34965
34966 \begin_layout Standard
34967 Esta sección es un resumen de las normas tipográficas ISO más importantes.
34968 \begin_inset Foot
34969 status collapsed
34970
34971 \begin_layout Plain Layout
34972 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
34973  
34974 \begin_inset Quotes fld
34975 \end_inset
34976
34977 Duden
34978 \begin_inset Quotes frd
34979 \end_inset
34980
34981  
34982 \begin_inset CommandInset citation
34983 LatexCommand cite
34984 key "Duden"
34985
34986 \end_inset
34987
34988 , que incluye algunas de las normas ISO.
34989  
34990 \begin_inset Newline newline
34991 \end_inset
34992
34993 (
34994 \emph on
34995 N.
34996 \begin_inset Space \thinspace{}
34997 \end_inset
34998
34999 del t.
35000 \emph default
35001 : Para documentación en español sobre el tema, véase 
35002 \begin_inset CommandInset citation
35003 LatexCommand cite
35004 key "Bezos"
35005
35006 \end_inset
35007
35008 .)
35009 \end_layout
35010
35011 \end_inset
35012
35013
35014 \end_layout
35015
35016 \begin_layout Itemize
35017 Las unidades físicas se escriben 
35018 \emph on
35019 siempre 
35020 \emph default
35021 en redonda
35022 \begin_inset Foot
35023 status collapsed
35024
35025 \begin_layout Plain Layout
35026 véase estilos de fuentes en 
35027 \begin_inset CommandInset ref
35028 LatexCommand ref
35029 reference "sub:Estilos-de-fuentes"
35030
35031 \end_inset
35032
35033
35034 \end_layout
35035
35036 \end_inset
35037
35038 : 30
35039 \begin_inset Space \thinspace{}
35040 \end_inset
35041
35042 km/h
35043 \begin_inset Newline newline
35044 \end_inset
35045
35046 Entre el valor y la unidad hay un espacio delgado, véase 
35047 \begin_inset CommandInset ref
35048 LatexCommand ref
35049 reference "sub:Espacio-predefinido"
35050
35051 \end_inset
35052
35053 .
35054 \end_layout
35055
35056 \begin_layout Itemize
35057 Los signos por ciento y por mil se escriben como las unidades físicas:
35058 \begin_inset Newline newline
35059 \end_inset
35060
35061 1,2
35062 \begin_inset Space \thinspace{}
35063 \end_inset
35064
35065 ‰ de alcohol en sangre.
35066 \end_layout
35067
35068 \begin_layout Itemize
35069 El signo grado sigue directamente al valor: 15°, excepto si acompaña a otra
35070  unidad: 15
35071 \begin_inset Space \thinspace{}
35072 \end_inset
35073
35074 °C
35075 \end_layout
35076
35077 \begin_layout Itemize
35078 En números con más de cuatro dígitos se inserta un espacio delgado para
35079  separarlos en grupos de tres cifras: 18
35080 \begin_inset Space \thinspace{}
35081 \end_inset
35082
35083 473
35084 \begin_inset Space \thinspace{}
35085 \end_inset
35086
35087 588
35088 \end_layout
35089
35090 \begin_layout Itemize
35091 Para dimensiones como 120×90×40
35092 \begin_inset Space \thinspace{}
35093 \end_inset
35094
35095 cm se usa el aspa de multiplicar 
35096 \begin_inset Quotes fld
35097 \end_inset
35098
35099 ×
35100 \begin_inset Quotes frd
35101 \end_inset
35102
35103 .
35104  Se puede insertar con el comando LaTeX 
35105 \series bold
35106
35107 \backslash
35108 texttimes
35109 \series default
35110  o directamente con alguna combinación de teclas.
35111 \end_layout
35112
35113 \begin_layout Itemize
35114 Las funciones con nombres que constan de varias letras se escriben en redonda
35115  para evitar confusiones, véase 
35116 \begin_inset CommandInset ref
35117 LatexCommand ref
35118 reference "sub:Funciones-predefinidas"
35119
35120 \end_inset
35121
35122 .
35123 \end_layout
35124
35125 \begin_layout Itemize
35126 Los índices que constan de varias letras se escriben en redonda: 
35127 \begin_inset Formula $E_{\mbox{cin}}$
35128 \end_inset
35129
35130
35131 \begin_inset Newline newline
35132 \end_inset
35133
35134 Los componentes de una matriz se escriben en cursiva: 
35135 \begin_inset Formula $\hat{H}_{kl}$
35136 \end_inset
35137
35138
35139 \end_layout
35140
35141 \begin_layout Itemize
35142 El operador de diferenciación/integración 'd', el número de Euler 'e' y
35143  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
35144 s con otras variables.
35145  
35146 \end_layout
35147
35148 \begin_layout Standard
35149 \begin_inset Newpage newpage
35150 \end_inset
35151
35152
35153 \end_layout
35154
35155 \begin_layout Section
35156 Sinónimos
35157 \begin_inset Index
35158 status collapsed
35159
35160 \begin_layout Plain Layout
35161 Sinónimos
35162 \end_layout
35163
35164 \end_inset
35165
35166
35167 \end_layout
35168
35169 \begin_layout Standard
35170 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
35171  como los que se recogen en esta lista:
35172 \begin_inset Foot
35173 status collapsed
35174
35175 \begin_layout Plain Layout
35176 véase también 
35177 \begin_inset CommandInset ref
35178 LatexCommand ref
35179 reference "fn:sinónimos"
35180
35181 \end_inset
35182
35183 .
35184 \end_layout
35185
35186 \end_inset
35187
35188
35189 \end_layout
35190
35191 \begin_layout Standard
35192
35193 \end_layout
35194
35195 \begin_layout Standard
35196 \begin_inset VSpace bigskip
35197 \end_inset
35198
35199
35200 \begin_inset Space \hfill{}
35201 \end_inset
35202
35203
35204 \begin_inset Tabular
35205 <lyxtabular version="3" rows="12" columns="2">
35206 <features>
35207 <column alignment="center" valignment="top" width="0pt">
35208 <column alignment="center" valignment="top" width="0pt">
35209 <row>
35210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35211 \begin_inset Text
35212
35213 \begin_layout Plain Layout
35214 Comando
35215 \end_layout
35216
35217 \end_inset
35218 </cell>
35219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35220 \begin_inset Text
35221
35222 \begin_layout Plain Layout
35223 equivalente a
35224 \begin_inset Note Note
35225 status collapsed
35226
35227 \begin_layout Plain Layout
35228
35229 \series bold
35230
35231 \backslash
35232 raisebox
35233 \series default
35234  se usa sólo como espaciador
35235 \end_layout
35236
35237 \end_inset
35238
35239
35240 \end_layout
35241
35242 \end_inset
35243 </cell>
35244 </row>
35245 <row>
35246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35247 \begin_inset Text
35248
35249 \begin_layout Plain Layout
35250
35251 \backslash
35252 ast
35253 \end_layout
35254
35255 \end_inset
35256 </cell>
35257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35258 \begin_inset Text
35259
35260 \begin_layout Plain Layout
35261 \begin_inset ERT
35262 status collapsed
35263
35264 \begin_layout Plain Layout
35265
35266
35267 \backslash
35268 raisebox{-1.2mm}{
35269 \end_layout
35270
35271 \end_inset
35272
35273 *
35274 \begin_inset ERT
35275 status collapsed
35276
35277 \begin_layout Plain Layout
35278
35279 }
35280 \end_layout
35281
35282 \end_inset
35283
35284
35285 \end_layout
35286
35287 \end_inset
35288 </cell>
35289 </row>
35290 <row>
35291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35292 \begin_inset Text
35293
35294 \begin_layout Plain Layout
35295
35296 \backslash
35297 choose
35298 \end_layout
35299
35300 \end_inset
35301 </cell>
35302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35303 \begin_inset Text
35304
35305 \begin_layout Plain Layout
35306
35307 \backslash
35308 binom
35309 \end_layout
35310
35311 \end_inset
35312 </cell>
35313 </row>
35314 <row>
35315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35316 \begin_inset Text
35317
35318 \begin_layout Plain Layout
35319
35320 \backslash
35321 geq
35322 \end_layout
35323
35324 \end_inset
35325 </cell>
35326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35327 \begin_inset Text
35328
35329 \begin_layout Plain Layout
35330
35331 \backslash
35332 ge
35333 \end_layout
35334
35335 \end_inset
35336 </cell>
35337 </row>
35338 <row>
35339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35340 \begin_inset Text
35341
35342 \begin_layout Plain Layout
35343
35344 \backslash
35345 lbrace
35346 \end_layout
35347
35348 \end_inset
35349 </cell>
35350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35351 \begin_inset Text
35352
35353 \begin_layout Plain Layout
35354 {
35355 \end_layout
35356
35357 \end_inset
35358 </cell>
35359 </row>
35360 <row>
35361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35362 \begin_inset Text
35363
35364 \begin_layout Plain Layout
35365
35366 \backslash
35367 lbracket
35368 \end_layout
35369
35370 \end_inset
35371 </cell>
35372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35373 \begin_inset Text
35374
35375 \begin_layout Plain Layout
35376 [
35377 \end_layout
35378
35379 \end_inset
35380 </cell>
35381 </row>
35382 <row>
35383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35384 \begin_inset Text
35385
35386 \begin_layout Plain Layout
35387
35388 \backslash
35389 leftarrow
35390 \end_layout
35391
35392 \end_inset
35393 </cell>
35394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35395 \begin_inset Text
35396
35397 \begin_layout Plain Layout
35398
35399 \backslash
35400 gets
35401 \end_layout
35402
35403 \end_inset
35404 </cell>
35405 </row>
35406 <row>
35407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35408 \begin_inset Text
35409
35410 \begin_layout Plain Layout
35411
35412 \backslash
35413 leq
35414 \end_layout
35415
35416 \end_inset
35417 </cell>
35418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35419 \begin_inset Text
35420
35421 \begin_layout Plain Layout
35422
35423 \backslash
35424 le
35425 \end_layout
35426
35427 \end_inset
35428 </cell>
35429 </row>
35430 <row>
35431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35432 \begin_inset Text
35433
35434 \begin_layout Plain Layout
35435
35436 \backslash
35437 lor
35438 \end_layout
35439
35440 \end_inset
35441 </cell>
35442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35443 \begin_inset Text
35444
35445 \begin_layout Plain Layout
35446
35447 \backslash
35448 vee
35449 \end_layout
35450
35451 \end_inset
35452 </cell>
35453 </row>
35454 <row>
35455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35456 \begin_inset Text
35457
35458 \begin_layout Plain Layout
35459
35460 \backslash
35461 neq
35462 \end_layout
35463
35464 \end_inset
35465 </cell>
35466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35467 \begin_inset Text
35468
35469 \begin_layout Plain Layout
35470
35471 \backslash
35472 not=
35473 \end_layout
35474
35475 \end_inset
35476 </cell>
35477 </row>
35478 <row>
35479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35480 \begin_inset Text
35481
35482 \begin_layout Plain Layout
35483
35484 \backslash
35485 slash
35486 \end_layout
35487
35488 \end_inset
35489 </cell>
35490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35491 \begin_inset Text
35492
35493 \begin_layout Plain Layout
35494 /
35495 \end_layout
35496
35497 \end_inset
35498 </cell>
35499 </row>
35500 <row>
35501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35502 \begin_inset Text
35503
35504 \begin_layout Plain Layout
35505
35506 \backslash
35507 vert
35508 \end_layout
35509
35510 \end_inset
35511 </cell>
35512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35513 \begin_inset Text
35514
35515 \begin_layout Plain Layout
35516 |
35517 \end_layout
35518
35519 \end_inset
35520 </cell>
35521 </row>
35522 </lyxtabular>
35523
35524 \end_inset
35525
35526
35527 \begin_inset Space \hfill{}
35528 \end_inset
35529
35530
35531 \begin_inset Tabular
35532 <lyxtabular version="3" rows="12" columns="2">
35533 <features>
35534 <column alignment="center" valignment="top" width="0pt">
35535 <column alignment="center" valignment="top" width="0pt">
35536 <row>
35537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35538 \begin_inset Text
35539
35540 \begin_layout Plain Layout
35541 Comando
35542 \end_layout
35543
35544 \end_inset
35545 </cell>
35546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35547 \begin_inset Text
35548
35549 \begin_layout Plain Layout
35550 equivalente a
35551 \end_layout
35552
35553 \end_inset
35554 </cell>
35555 </row>
35556 <row>
35557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35558 \begin_inset Text
35559
35560 \begin_layout Plain Layout
35561
35562 \backslash
35563 backslash
35564 \end_layout
35565
35566 \end_inset
35567 </cell>
35568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35569 \begin_inset Text
35570
35571 \begin_layout Plain Layout
35572
35573 \backslash
35574
35575 \backslash
35576
35577 \end_layout
35578
35579 \end_inset
35580 </cell>
35581 </row>
35582 <row>
35583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35584 \begin_inset Text
35585
35586 \begin_layout Plain Layout
35587
35588 \backslash
35589 dasharrow
35590 \end_layout
35591
35592 \end_inset
35593 </cell>
35594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35595 \begin_inset Text
35596
35597 \begin_layout Plain Layout
35598
35599 \backslash
35600 dashrightarrow
35601 \end_layout
35602
35603 \end_inset
35604 </cell>
35605 </row>
35606 <row>
35607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35608 \begin_inset Text
35609
35610 \begin_layout Plain Layout
35611
35612 \backslash
35613 land
35614 \end_layout
35615
35616 \end_inset
35617 </cell>
35618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35619 \begin_inset Text
35620
35621 \begin_layout Plain Layout
35622
35623 \backslash
35624 wedge
35625 \end_layout
35626
35627 \end_inset
35628 </cell>
35629 </row>
35630 <row>
35631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35632 \begin_inset Text
35633
35634 \begin_layout Plain Layout
35635
35636 \backslash
35637 rbrace
35638 \end_layout
35639
35640 \end_inset
35641 </cell>
35642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35643 \begin_inset Text
35644
35645 \begin_layout Plain Layout
35646 }
35647 \end_layout
35648
35649 \end_inset
35650 </cell>
35651 </row>
35652 <row>
35653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35654 \begin_inset Text
35655
35656 \begin_layout Plain Layout
35657
35658 \backslash
35659 rbracket
35660 \end_layout
35661
35662 \end_inset
35663 </cell>
35664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35665 \begin_inset Text
35666
35667 \begin_layout Plain Layout
35668 ]
35669 \end_layout
35670
35671 \end_inset
35672 </cell>
35673 </row>
35674 <row>
35675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35676 \begin_inset Text
35677
35678 \begin_layout Plain Layout
35679
35680 \backslash
35681 rightarrow
35682 \end_layout
35683
35684 \end_inset
35685 </cell>
35686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35687 \begin_inset Text
35688
35689 \begin_layout Plain Layout
35690
35691 \backslash
35692 to
35693 \end_layout
35694
35695 \end_inset
35696 </cell>
35697 </row>
35698 <row>
35699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35700 \begin_inset Text
35701
35702 \begin_layout Plain Layout
35703
35704 \backslash
35705 lnot
35706 \end_layout
35707
35708 \end_inset
35709 </cell>
35710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35711 \begin_inset Text
35712
35713 \begin_layout Plain Layout
35714
35715 \backslash
35716 neg
35717 \end_layout
35718
35719 \end_inset
35720 </cell>
35721 </row>
35722 <row>
35723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35724 \begin_inset Text
35725
35726 \begin_layout Plain Layout
35727
35728 \backslash
35729 ne
35730 \end_layout
35731
35732 \end_inset
35733 </cell>
35734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35735 \begin_inset Text
35736
35737 \begin_layout Plain Layout
35738
35739 \backslash
35740 not=
35741 \end_layout
35742
35743 \end_inset
35744 </cell>
35745 </row>
35746 <row>
35747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35748 \begin_inset Text
35749
35750 \begin_layout Plain Layout
35751
35752 \backslash
35753 owns
35754 \end_layout
35755
35756 \end_inset
35757 </cell>
35758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35759 \begin_inset Text
35760
35761 \begin_layout Plain Layout
35762
35763 \backslash
35764 ni
35765 \end_layout
35766
35767 \end_inset
35768 </cell>
35769 </row>
35770 <row>
35771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35772 \begin_inset Text
35773
35774 \begin_layout Plain Layout
35775
35776 \backslash
35777 square
35778 \end_layout
35779
35780 \end_inset
35781 </cell>
35782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35783 \begin_inset Text
35784
35785 \begin_layout Plain Layout
35786
35787 \backslash
35788 Box
35789 \end_layout
35790
35791 \end_inset
35792 </cell>
35793 </row>
35794 <row>
35795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35796 \begin_inset Text
35797
35798 \begin_layout Plain Layout
35799
35800 \backslash
35801 Vert
35802 \end_layout
35803
35804 \end_inset
35805 </cell>
35806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35807 \begin_inset Text
35808
35809 \begin_layout Plain Layout
35810
35811 \backslash
35812 |
35813 \end_layout
35814
35815 \end_inset
35816 </cell>
35817 </row>
35818 </lyxtabular>
35819
35820 \end_inset
35821
35822
35823 \begin_inset Space \hfill{}
35824 \end_inset
35825
35826
35827 \end_layout
35828
35829 \begin_layout Standard
35830 \begin_inset Newpage newpage
35831 \end_inset
35832
35833
35834 \end_layout
35835
35836 \begin_layout Bibliography
35837 \begin_inset CommandInset bibitem
35838 LatexCommand bibitem
35839 key "TLC2"
35840
35841 \end_inset
35842
35843
35844 \shape smallcaps
35845 Mittelbach, F.
35846  ; Goossens, M.
35847 \shape default
35848
35849 \shape italic
35850 The LaTeX Companion
35851 \shape default
35852 .
35853  Addison Wesley, 2004
35854 \end_layout
35855
35856 \begin_layout Bibliography
35857 \begin_inset CommandInset bibitem
35858 LatexCommand bibitem
35859 key "Mathmode"
35860
35861 \end_inset
35862
35863
35864 \begin_inset CommandInset href
35865 LatexCommand href
35866 name "Descripción"
35867 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35868
35869 \end_inset
35870
35871  de habilidades matemáticas de LaTeX
35872 \end_layout
35873
35874 \begin_layout Bibliography
35875 \begin_inset CommandInset bibitem
35876 LatexCommand bibitem
35877 key "Voss"
35878
35879 \end_inset
35880
35881
35882 \begin_inset CommandInset href
35883 LatexCommand href
35884 name "Página web"
35885 target "http://tug.org/TeXnik/"
35886
35887 \end_inset
35888
35889  sugerencias y consejos de LaTeX
35890 \end_layout
35891
35892 \begin_layout Bibliography
35893 \begin_inset CommandInset bibitem
35894 LatexCommand bibitem
35895 key "AMS"
35896
35897 \end_inset
35898
35899
35900 \begin_inset CommandInset href
35901 LatexCommand href
35902 name "Descripción"
35903 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35904
35905 \end_inset
35906
35907  de 
35908 \begin_inset ERT
35909 status collapsed
35910
35911 \begin_layout Plain Layout
35912
35913
35914 \backslash
35915 AmS
35916 \end_layout
35917
35918 \end_inset
35919
35920 -LaTeX
35921 \end_layout
35922
35923 \begin_layout Bibliography
35924 \begin_inset CommandInset bibitem
35925 LatexCommand bibitem
35926 key "Symbole"
35927
35928 \end_inset
35929
35930
35931 \begin_inset CommandInset href
35932 LatexCommand href
35933 name "Lista"
35934 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35935
35936 \end_inset
35937
35938  de todos los símbolos disponibles con paquetes LaTeX
35939 \end_layout
35940
35941 \begin_layout Bibliography
35942 \begin_inset CommandInset bibitem
35943 LatexCommand bibitem
35944 key "hyperref"
35945
35946 \end_inset
35947
35948
35949 \begin_inset CommandInset href
35950 LatexCommand href
35951 name "Documentación"
35952 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35953
35954 \end_inset
35955
35956  del paquete LaTeX 
35957 \series bold
35958 hyperref
35959 \series default
35960
35961 \begin_inset Index
35962 status collapsed
35963
35964 \begin_layout Plain Layout
35965 Paquetes ! hyperref
35966 \end_layout
35967
35968 \end_inset
35969
35970
35971 \end_layout
35972
35973 \begin_layout Bibliography
35974 \begin_inset CommandInset bibitem
35975 LatexCommand bibitem
35976 key "Mathclap"
35977
35978 \end_inset
35979
35980
35981 \begin_inset CommandInset href
35982 LatexCommand href
35983 name "Descripciónn"
35984 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35985
35986 \end_inset
35987
35988  del comando 
35989 \series bold
35990
35991 \backslash
35992 mathclap
35993 \series default
35994 , descrito en 
35995 \begin_inset CommandInset ref
35996 LatexCommand ref
35997 reference "sub:Límites-de-operadores"
35998
35999 \end_inset
36000
36001
36002 \begin_inset Index
36003 status collapsed
36004
36005 \begin_layout Plain Layout
36006 Comandos ! M ! 
36007 \backslash
36008 mathclap
36009 \end_layout
36010
36011 \end_inset
36012
36013
36014 \end_layout
36015
36016 \begin_layout Bibliography
36017 \begin_inset CommandInset bibitem
36018 LatexCommand bibitem
36019 key "Duden"
36020
36021 \end_inset
36022
36023
36024 \emph on
36025 Duden Band 1
36026 \emph default
36027 .
36028  22.
36029  Auflage, Duden 2001
36030 \end_layout
36031
36032 \begin_layout Bibliography
36033 \begin_inset CommandInset bibitem
36034 LatexCommand bibitem
36035 key "spanish"
36036
36037 \end_inset
36038
36039
36040 \begin_inset CommandInset href
36041 LatexCommand href
36042 name "Documentación"
36043 target "http://www.texytipografia.com/archive/spanish.pdf"
36044
36045 \end_inset
36046
36047  del estilo 
36048 \series bold
36049 spanish
36050 \family sans
36051 \series default
36052  
36053 \family default
36054 incluido en el paquete 
36055 \series bold
36056 babel
36057 \end_layout
36058
36059 \begin_layout Bibliography
36060 \begin_inset CommandInset bibitem
36061 LatexCommand bibitem
36062 key "Bezos"
36063
36064 \end_inset
36065
36066
36067 \begin_inset CommandInset href
36068 LatexCommand href
36069 name "Documento"
36070 target "http://www.texytipografia.com/archive/ortomatem.pdf"
36071
36072 \end_inset
36073
36074  sobre ortotipografía y notaciones matemáticas en español
36075 \end_layout
36076
36077 \begin_layout Standard
36078
36079 \family sans
36080 \series bold
36081 \begin_inset CommandInset index_print
36082 LatexCommand printindex
36083
36084 \end_inset
36085
36086
36087 \end_layout
36088
36089 \end_body
36090 \end_document