]> git.lyx.org Git - features.git/blob - lib/doc/es/Math.lyx
Spanish Math.lyx: translation updates by Ignacio
[features.git] / lib / doc / es / Math.lyx
1 #LyX 1.6.5svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasspanish{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{sec.\negthinspace}
47  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
49
50 % don't load packages twice
51 % see first footnote in sec. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % the pages of the TOC are numbered roman
55 % and a PDF-bookmark for the TOC is added
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % used in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % for multiple table row and column cells
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % needed in sec. 19.4
83 \usepackage{remreset}
84
85 % for the Fourier transformation symbol
86 \usepackage{mathrsfs}
87
88 % center multirows (e.g. in sec. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % define a color, used in sec.9.3
92 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
93
94 % declare operators (see sec. 10.4 and sec. 15.2)
95 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\spce}{\textvisiblespace}
99
100 % example definitions for sec. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % example macro from sec. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % macro from sec. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115 % redefine the greyed out note
116 \renewenvironment{lyxgreyedout}
117  {\textcolor{blue}\bgroup}{\egroup}
118
119 % ------------------------------------
120 % used to check for needed LaTeX packages
121 \usepackage{ifthen}
122
123 % check for package eurosym
124 % used for the Euro symbol
125 \newboolean{eurosym}
126 \IfFileExists{eurosym.sty}
127  {\usepackage[gennarrow]{eurosym}
128   \setboolean{eurosym}{true}}
129  {\setboolean{eurosym}{false}}
130
131 % needed in sec. 22.4
132 % check for package braket
133 \newboolean{braket}
134 \IfFileExists{braket.sty}
135  {\usepackage{braket}
136   \setboolean{braket}{true}}
137  {\setboolean{braket}{false}}
138
139 % needed in sec. 22.10
140 % check for package upgreek
141 \newboolean{upgreek}
142 \IfFileExists{upgreek.sty}
143  {\usepackage{upgreek}
144   \setboolean{upgreek}{true}}
145  {\setboolean{upgreek}{false}}
146 \end_preamble
147 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
148 \use_default_options false
149 \language spanish
150 \inputencoding auto
151 \font_roman default
152 \font_sans default
153 \font_typewriter default
154 \font_default_family default
155 \font_sc false
156 \font_osf false
157 \font_sf_scale 100
158 \font_tt_scale 100
159
160 \graphics default
161 \paperfontsize 12
162 \spacing single
163 \use_hyperref true
164 \pdf_title "Manual detallado de Matemáticas en LyX"
165 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
166 \pdf_subject "LyX-documentation about math"
167 \pdf_keywords "LyX, Mathed"
168 \pdf_bookmarks true
169 \pdf_bookmarksnumbered true
170 \pdf_bookmarksopen true
171 \pdf_bookmarksopenlevel 1
172 \pdf_breaklinks false
173 \pdf_pdfborder false
174 \pdf_colorlinks true
175 \pdf_backref false
176 \pdf_pdfusetitle false
177 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
178 \papersize a4paper
179 \use_geometry false
180 \use_amsmath 2
181 \use_esint 1
182 \cite_engine basic
183 \use_bibtopic false
184 \paperorientation portrait
185 \secnumdepth 4
186 \tocdepth 3
187 \paragraph_separation skip
188 \defskip medskip
189 \quotes_language french
190 \papercolumns 1
191 \papersides 2
192 \paperpagestyle plain
193 \bullet 1 0 6 -1
194 \bullet 2 2 35 -1
195 \bullet 3 2 7 -1
196 \tracking_changes false
197 \output_changes false
198 \author "" 
199 \author "" 
200 \end_header
201
202 \begin_body
203
204 \begin_layout Title
205 Manual detallado de
206 \begin_inset Newline newline
207 \end_inset
208
209 Matemáticas en LyX
210 \end_layout
211
212 \begin_layout Author
213 por el Equipo LyX
214 \begin_inset Foot
215 status collapsed
216
217 \begin_layout Plain Layout
218 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
219  lista de correo de documentación de LyX
220 \family typewriter
221
222 \begin_inset CommandInset href
223 LatexCommand href
224 name "lyx-docs@lists.lyx.org"
225 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
226
227 \end_inset
228
229
230 \end_layout
231
232 \end_inset
233
234
235 \begin_inset Note Note
236 status collapsed
237
238 \begin_layout Plain Layout
239 autor: Uwe Stöhr, traducción: Ignacio Garcia
240 \end_layout
241
242 \end_inset
243
244
245 \begin_inset Newline newline
246 \end_inset
247
248
249 \begin_inset Newline newline
250 \end_inset
251
252 Versión 1.6.x
253 \end_layout
254
255 \begin_layout Standard
256 \begin_inset CommandInset toc
257 LatexCommand tableofcontents
258
259 \end_inset
260
261
262 \end_layout
263
264 \begin_layout Standard
265 \begin_inset Note Note
266 status collapsed
267
268 \begin_layout Plain Layout
269 Para exportar este documento a PDF, PS, o DVI deben estar instalados los
270  paquetes LaTeX 
271 \series bold
272 eurosym
273 \series default
274
275 \series bold
276 multirow
277 \series default
278  y 
279 \series bold
280 was
281 \series default
282 .
283  Si no están instalados también puedes exportar el documento pero las secciones
284  en que se requieren dichos paquetes no aparecerán en la salida.
285 \end_layout
286
287 \begin_layout Plain Layout
288 La última versión PDF de este documento está disponible en:
289 \begin_inset Newline newline
290 \end_inset
291
292
293 \series bold
294 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
295 \end_layout
296
297 \end_inset
298
299
300 \begin_inset Newpage newpage
301 \end_inset
302
303
304 \end_layout
305
306 \begin_layout Section
307 Introducción
308 \end_layout
309
310 \begin_layout Standard
311 Este documento explica las características matemáticas de LyX y además es
312  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
313  Las explicaciones están diseñadas para el uso de comandos.
314  Por consiguiente es preciso que hayas leído la sección 
315 \emph on
316 Ecuaciones matemáticas
317 \emph default
318  de la 
319 \emph on
320 Guía del usuario
321 \emph default
322 .
323 \end_layout
324
325 \begin_layout Standard
326 La mayoría de caracteres y muchas estructuras explicadas en este manual
327  también son accesibles mediante el menú 
328 \family sans
329 Insertar\SpecialChar \menuseparator
330 Ecuación
331 \family default
332  o la barra de herramientas
333 \family sans
334  Ecuaciones
335 \family default
336 .
337  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
338  mucho más rápido usar comandos que la barra de herramientas.
339  Por tanto este manual está enfocado al uso de comandos, aunque también
340  se mencionan los botones correspondientes de las barras de herramientas
341  cuando están disponibles.
342 \end_layout
343
344 \begin_layout Standard
345 Si no se especifica lo contrario los comandos sólo están disponibles dentro
346  de las fórmulas.
347  Para poder usar todos los comandos explicados en este documento, debe usarse
348  la opción 
349 \family sans
350 Usar el paquete de ecuaciones AMS
351 \family default
352  en la configuración del documento (menú 
353 \family sans
354 Documento\SpecialChar \menuseparator
355 Configuración\SpecialChar \menuseparator
356 Ecuaciones
357 \family default
358 )
359 \begin_inset Foot
360 status collapsed
361
362 \begin_layout Plain Layout
363 La opción 
364 \family sans
365 Usar el paquete de ecuaciones AMS automáticamente
366 \family default
367  sólo usa ecuaciones 
368 \begin_inset ERT
369 status collapsed
370
371 \begin_layout Plain Layout
372
373
374 \backslash
375 AmS 
376 \end_layout
377
378 \end_inset
379
380
381 \begin_inset space ~
382 \end_inset
383
384  si las estructuras matemáticas son soportadas por LyX.
385 \end_layout
386
387 \end_inset
388
389 .
390 \end_layout
391
392 \begin_layout Standard
393 Este documento no recoge todos los comandos de ecuaciones 
394 \begin_inset ERT
395 status collapsed
396
397 \begin_layout Plain Layout
398
399
400 \backslash
401 AmS 
402 \end_layout
403
404 \end_inset
405
406
407 \begin_inset Foot
408 status collapsed
409
410 \begin_layout Plain Layout
411 En el archivo 
412 \family sans
413
414 \begin_inset CommandInset href
415 LatexCommand href
416 name "amsguide.ps"
417 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
418
419 \end_inset
420
421
422 \family default
423 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
424  lista con todos los comandos de ecuaciones 
425 \begin_inset ERT
426 status collapsed
427
428 \begin_layout Plain Layout
429
430
431 \backslash
432 AmS 
433 \end_layout
434
435 \end_inset
436
437 .
438 \end_layout
439
440 \end_inset
441
442  por razones de claridad.
443 \end_layout
444
445 \begin_layout Section
446 Instrucciones generales
447 \end_layout
448
449 \begin_layout Standard
450 Para crear una ecuación en línea
451 \begin_inset Index
452 status collapsed
453
454 \begin_layout Plain Layout
455 Ecuación ! en línea
456 \end_layout
457
458 \end_inset
459
460  insertada en una línea de texto, teclea una de las combinaciones 
461 \family sans
462 Ctrl+M, Alt+C M, Alt+M M
463 \family default
464  o pulsa el botón 
465 \begin_inset Graphics
466         filename ../../images/math-mode.png
467         scale 85
468
469 \end_inset
470
471  de la barra de herramientas.
472 \begin_inset Newline newline
473 \end_inset
474
475 Para crear una ecuación en estilo presentación
476 \begin_inset Index
477 status collapsed
478
479 \begin_layout Plain Layout
480 Ecuación ! presentada
481 \end_layout
482
483 \end_inset
484
485 , que se verá más grande y en su propio párrafo, teclea
486 \family sans
487  
488 \family default
489 una de estas combinaciones: 
490 \family sans
491 Ctrl+Mayúsculas+M, Alt+M D.
492 \end_layout
493
494 \begin_layout Standard
495 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
496  dentro de la ecuación y teclea
497 \family sans
498  Ctrl+M, Alt+C M, Alt+M M 
499 \family default
500 o usa el menú 
501 \family sans
502 Editar\SpecialChar \menuseparator
503 Ecuación\SpecialChar \menuseparator
504 Cambiar tipo de ecuación
505 \family default
506 .
507  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
508 \end_layout
509
510 \begin_layout Standard
511 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
512  presentada, escribe el comando 
513 \series bold
514
515 \backslash
516 displaystyle
517 \series default
518
519 \begin_inset Index
520 status collapsed
521
522 \begin_layout Plain Layout
523 Comandos ! D ! 
524 \backslash
525 displaystyle
526 \end_layout
527
528 \end_inset
529
530  en la ecuación y pulsa espacio.
531  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
532  de la ecuación.
533 \end_layout
534
535 \begin_layout Standard
536 En las tablas sólo se permiten ecuaciones en línea.
537 \end_layout
538
539 \begin_layout Standard
540 Las barras 
541 \family sans
542 Ecuaciones
543 \family default
544  y 
545 \family sans
546 Panel de ecuaciones 
547 \family default
548 se pueden visualizar mediante el menú 
549 \family sans
550 Ver\SpecialChar \menuseparator
551 Barras de herramientas
552 \family default
553 .
554  Si ahí pulsas en 
555 \begin_inset Quotes fld
556 \end_inset
557
558 Ecuaciones
559 \begin_inset Quotes frd
560 \end_inset
561
562  y/o en 
563 \begin_inset Quotes fld
564 \end_inset
565
566 Panel de ecuaciones
567 \begin_inset Quotes frd
568 \end_inset
569
570 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
571  estado se visualiza en el menú de las barras de herramientas con una marca.
572  Si en este estado pulsas de nuevo sobre 
573 \begin_inset Quotes fld
574 \end_inset
575
576 Ecuaciones
577 \begin_inset Quotes frd
578 \end_inset
579
580  y/o 
581 \begin_inset Quotes fld
582 \end_inset
583
584 Panel de ecuaciones
585 \begin_inset Quotes frd
586 \end_inset
587
588  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
589  de una ecuación; este estado se indica añadiendo a las entradas del menú
590  la palabra 
591 \begin_inset Quotes fld
592 \end_inset
593
594 (auto)
595 \begin_inset Quotes frd
596 \end_inset
597
598 .
599  
600 \end_layout
601
602 \begin_layout Standard
603 El modo TeX
604 \begin_inset Index
605 status collapsed
606
607 \begin_layout Plain Layout
608 T@TeX ! modo
609 \end_layout
610
611 \end_inset
612
613  se invoca pulsando el botón 
614 \begin_inset Graphics
615         filename ../../images/ert-insert.png
616         scale 85
617
618 \end_inset
619
620  de la barra de herramientas o con el menú 
621 \family sans
622 Insertar\SpecialChar \menuseparator
623 Código Te
624 \begin_inset ERT
625 status collapsed
626
627 \begin_layout Plain Layout
628
629 {}
630 \end_layout
631
632 \end_inset
633
634 X
635 \family default
636 , (atajo 
637 \family sans
638 Ctrl+L
639 \family default
640 ).
641 \begin_inset Note Note
642 status collapsed
643
644 \begin_layout Plain Layout
645 En LyX hay tres 
646 \begin_inset Quotes fld
647 \end_inset
648
649 nombres propios
650 \begin_inset Quotes frd
651 \end_inset
652
653  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
654  LaTeX y LyX.
655 \end_layout
656
657 \begin_layout Plain Layout
658 Para evitar que estas palabras sean reconocidas como tales nombres propios,
659  se inserta un par de llaves TeX.
660  
661 \end_layout
662
663 \end_inset
664
665
666 \end_layout
667
668 \begin_layout Standard
669 Para cambiar el preámbulo LaTeX
670 \begin_inset Index
671 status collapsed
672
673 \begin_layout Plain Layout
674 LaTeX preámbulo
675 \end_layout
676
677 \end_inset
678
679 , usa el menú 
680 \family sans
681 Documento\SpecialChar \menuseparator
682 Configuración\SpecialChar \menuseparator
683 Preámbulo LaT
684 \begin_inset ERT
685 status collapsed
686
687 \begin_layout Plain Layout
688
689 {}
690 \end_layout
691
692 \end_inset
693
694 eX
695 \family default
696 .
697 \end_layout
698
699 \begin_layout Standard
700 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
701  multilínea, se pueden usar los menús 
702 \family sans
703 Editar\SpecialChar \menuseparator
704 Ecuación
705 \family default
706  y 
707 \family sans
708 Editar\SpecialChar \menuseparator
709 Filas y columnas
710 \family default
711  o la barra de herramientas de 
712 \family sans
713 Tabla
714 \family default
715 .
716  Cuando las líneas y columnas se intercambian mediante el menú, la columna
717  o línea en la que está se cambia con la columna de la derecha o con la
718  línea de abajo, respectivamente.
719  Si el cursor está en la última columna o fila, el cambio se hace con la
720  columna de la izquierda o la línea de arriba.
721 \end_layout
722
723 \begin_layout Standard
724 Para escribir texto en fórmulas se usa 
725 \emph on
726 texto de ecuaciones
727 \emph default
728
729 \begin_inset Index
730 status collapsed
731
732 \begin_layout Plain Layout
733 Texto ! en ecuaciones
734 \end_layout
735
736 \end_inset
737
738 .
739 \begin_inset Foot
740 status collapsed
741
742 \begin_layout Plain Layout
743 Para ecuaciones multilínea se usa el comando 
744 \series bold
745
746 \backslash
747 intertext
748 \series default
749 , véase
750 \begin_inset space ~
751 \end_inset
752
753
754 \begin_inset CommandInset ref
755 LatexCommand ref
756 reference "sub:Texto-en-multilínea"
757
758 \end_inset
759
760 .
761 \end_layout
762
763 \end_inset
764
765  Este modo se invoca con el atajo 
766 \family sans
767 Alt+M
768 \begin_inset space ~
769 \end_inset
770
771 M
772 \family default
773  o
774 \family sans
775  Ctrl+M
776 \family default
777  o insertando el comando 
778 \series bold
779
780 \backslash
781 text
782 \series default
783
784 \begin_inset Index
785 status collapsed
786
787 \begin_layout Plain Layout
788 Comandos ! T ! 
789 \backslash
790 text
791 \end_layout
792
793 \end_inset
794
795 .
796  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
797  partes de la ecuación que se ven en azul.
798  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
799 a de otras partes de la fórmula.
800 \end_layout
801
802 \begin_layout Subsection*
803 Esquema de comandos
804 \end_layout
805
806 \begin_layout Standard
807 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
808  siguiente esquema:
809 \end_layout
810
811 \begin_layout Standard
812
813 \series bold
814
815 \backslash
816 nombre_del_comando[argumento opcional]{argumento requerido}
817 \end_layout
818
819 \begin_layout Standard
820 Un comando empieza siempre por una barra inversa, 
821 \begin_inset Quotes fld
822 \end_inset
823
824
825 \series bold
826
827 \backslash
828
829 \series default
830
831 \begin_inset Quotes frd
832 \end_inset
833
834 .
835  Para omitir argumentos opcionales, quita también los corchetes asociados.
836  En este documento, las llaves que encierran los argumentos requeridos se
837  denominan llaves TeX
838 \begin_inset Index
839 status collapsed
840
841 \begin_layout Plain Layout
842 T@TeX ! llaves
843 \end_layout
844
845 \end_inset
846
847 .
848  Si en una ecuación añades una llave de apertura al nombre de un comando,
849  LyX crea automáticamente una llave TeX.
850  En todos los demás casos las llaves TeX se crean en las ecuaciones con
851  el comando 
852 \series bold
853
854 \backslash
855 {
856 \series default
857 .
858  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
859  que se muestran en azul.
860  En modo TeX no hace falta comando para poner llaves TeX.
861  Las llaves TeX no aparecen en la salida.
862 \end_layout
863
864 \begin_layout Standard
865 En el caso de comandos sin argumentos, como los comandos para símbolos que
866  se introducen en modo TeX, 
867 \emph on
868 siempre
869 \emph default
870  debe teclearse un espacio tras el comando para finalizarlo.
871  Este espacio no aparece en la salida.
872  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
873  de un espacio protegido en texto normal.
874 \end_layout
875
876 \begin_layout Standard
877 Un espacio protegido se inserta con 
878 \family sans
879 Ctrl+Espacio
880 \family default
881 .
882 \begin_inset Newpage newpage
883 \end_inset
884
885
886 \end_layout
887
888 \begin_layout Subsection*
889 Explicación de la sintaxis
890 \end_layout
891
892 \begin_layout Itemize
893 El símbolo 
894 \begin_inset ERT
895 status collapsed
896
897 \begin_layout Plain Layout
898
899
900 \backslash
901 spce 
902 \end_layout
903
904 \end_inset
905
906
907 \begin_inset Foot
908 status collapsed
909
910 \begin_layout Plain Layout
911 Este carácter, espacio visible, se puede componer con el comando 
912 \series bold
913
914 \backslash
915 textvisiblespace
916 \series default
917
918 \begin_inset Index
919 status collapsed
920
921 \begin_layout Plain Layout
922 Comandos ! T ! 
923 \backslash
924 textvisiblespace
925 \end_layout
926
927 \end_inset
928
929  insertado en código TeX.
930 \end_layout
931
932 \end_inset
933
934  indica que hay que teclear un espacio.
935 \end_layout
936
937 \begin_layout Itemize
938 Una flecha como 
939 \begin_inset Formula $\rightarrow$
940 \end_inset
941
942  indica el uso de la correspondiente tecla de flecha.
943  
944 \end_layout
945
946 \begin_layout Subsection*
947 Unidades disponibles
948 \end_layout
949
950 \begin_layout Standard
951 \align center
952 \begin_inset Float table
953 placement H
954 wide false
955 sideways false
956 status open
957
958 \begin_layout Plain Layout
959 \align center
960 \begin_inset Caption
961
962 \begin_layout Plain Layout
963 \begin_inset CommandInset label
964 LatexCommand label
965 name "tab:Unidades-disponibles"
966
967 \end_inset
968
969 Unidades disponibles
970 \end_layout
971
972 \end_inset
973
974
975 \end_layout
976
977 \begin_layout Plain Layout
978 \align center
979 \begin_inset Tabular
980 <lyxtabular version="3" rows="13" columns="2">
981 <features>
982 <column alignment="center" valignment="top" width="0">
983 <column alignment="center" valignment="top" width="0">
984 <row>
985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
986 \begin_inset Text
987
988 \begin_layout Plain Layout
989 Unidad
990 \end_layout
991
992 \end_inset
993 </cell>
994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
995 \begin_inset Text
996
997 \begin_layout Plain Layout
998 Nombre / Descripción
999 \end_layout
1000
1001 \end_inset
1002 </cell>
1003 </row>
1004 <row>
1005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1006 \begin_inset Text
1007
1008 \begin_layout Plain Layout
1009 mm
1010 \end_layout
1011
1012 \end_inset
1013 </cell>
1014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1015 \begin_inset Text
1016
1017 \begin_layout Plain Layout
1018 Milímetro
1019 \end_layout
1020
1021 \end_inset
1022 </cell>
1023 </row>
1024 <row>
1025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1026 \begin_inset Text
1027
1028 \begin_layout Plain Layout
1029 cm
1030 \end_layout
1031
1032 \end_inset
1033 </cell>
1034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1035 \begin_inset Text
1036
1037 \begin_layout Plain Layout
1038 Centímetro
1039 \end_layout
1040
1041 \end_inset
1042 </cell>
1043 </row>
1044 <row>
1045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1046 \begin_inset Text
1047
1048 \begin_layout Plain Layout
1049 in
1050 \end_layout
1051
1052 \end_inset
1053 </cell>
1054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1055 \begin_inset Text
1056
1057 \begin_layout Plain Layout
1058 Pulgada (1
1059 \begin_inset space \thinspace{}
1060 \end_inset
1061
1062 in = 2,54
1063 \begin_inset space \thinspace{}
1064 \end_inset
1065
1066 cm)
1067 \end_layout
1068
1069 \end_inset
1070 </cell>
1071 </row>
1072 <row>
1073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1074 \begin_inset Text
1075
1076 \begin_layout Plain Layout
1077 pt
1078 \end_layout
1079
1080 \end_inset
1081 </cell>
1082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1083 \begin_inset Text
1084
1085 \begin_layout Plain Layout
1086 Punto (72.27
1087 \begin_inset space \thinspace{}
1088 \end_inset
1089
1090 pt = 1
1091 \begin_inset space \thinspace{}
1092 \end_inset
1093
1094 in)
1095 \end_layout
1096
1097 \end_inset
1098 </cell>
1099 </row>
1100 <row>
1101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1102 \begin_inset Text
1103
1104 \begin_layout Plain Layout
1105 pc
1106 \end_layout
1107
1108 \end_inset
1109 </cell>
1110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1111 \begin_inset Text
1112
1113 \begin_layout Plain Layout
1114 Pica (1
1115 \begin_inset space \thinspace{}
1116 \end_inset
1117
1118 pc = 12
1119 \begin_inset space \thinspace{}
1120 \end_inset
1121
1122 pt)
1123 \end_layout
1124
1125 \end_inset
1126 </cell>
1127 </row>
1128 <row>
1129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1130 \begin_inset Text
1131
1132 \begin_layout Plain Layout
1133 sp
1134 \end_layout
1135
1136 \end_inset
1137 </cell>
1138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1139 \begin_inset Text
1140
1141 \begin_layout Plain Layout
1142 Punto escalado (65536
1143 \begin_inset space \thinspace{}
1144 \end_inset
1145
1146 sp = 1
1147 \begin_inset space \thinspace{}
1148 \end_inset
1149
1150 pt)
1151 \end_layout
1152
1153 \end_inset
1154 </cell>
1155 </row>
1156 <row>
1157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1158 \begin_inset Text
1159
1160 \begin_layout Plain Layout
1161 bp
1162 \end_layout
1163
1164 \end_inset
1165 </cell>
1166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1167 \begin_inset Text
1168
1169 \begin_layout Plain Layout
1170 Punto grande (72
1171 \begin_inset space \thinspace{}
1172 \end_inset
1173
1174 bp = 1
1175 \begin_inset space \thinspace{}
1176 \end_inset
1177
1178 in)
1179 \end_layout
1180
1181 \end_inset
1182 </cell>
1183 </row>
1184 <row>
1185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1186 \begin_inset Text
1187
1188 \begin_layout Plain Layout
1189 dd
1190 \end_layout
1191
1192 \end_inset
1193 </cell>
1194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1195 \begin_inset Text
1196
1197 \begin_layout Plain Layout
1198 Didot (1
1199 \begin_inset space \thinspace{}
1200 \end_inset
1201
1202 dd 
1203 \begin_inset Formula $\approx$
1204 \end_inset
1205
1206  0.376
1207 \begin_inset space \thinspace{}
1208 \end_inset
1209
1210 mm)
1211 \end_layout
1212
1213 \end_inset
1214 </cell>
1215 </row>
1216 <row>
1217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1218 \begin_inset Text
1219
1220 \begin_layout Plain Layout
1221 cc
1222 \end_layout
1223
1224 \end_inset
1225 </cell>
1226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1227 \begin_inset Text
1228
1229 \begin_layout Plain Layout
1230 Cicero (1
1231 \begin_inset space \thinspace{}
1232 \end_inset
1233
1234 cc = 12
1235 \begin_inset space \thinspace{}
1236 \end_inset
1237
1238 dd)
1239 \end_layout
1240
1241 \end_inset
1242 </cell>
1243 </row>
1244 <row>
1245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1246 \begin_inset Text
1247
1248 \begin_layout Plain Layout
1249 ex
1250 \end_layout
1251
1252 \end_inset
1253 </cell>
1254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1255 \begin_inset Text
1256
1257 \begin_layout Plain Layout
1258 Altura de la letra 
1259 \begin_inset Quotes fld
1260 \end_inset
1261
1262
1263 \emph on
1264 x
1265 \emph default
1266
1267 \begin_inset Quotes frd
1268 \end_inset
1269
1270  en la fuente actual
1271 \end_layout
1272
1273 \end_inset
1274 </cell>
1275 </row>
1276 <row>
1277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1278 \begin_inset Text
1279
1280 \begin_layout Plain Layout
1281 em
1282 \end_layout
1283
1284 \end_inset
1285 </cell>
1286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1287 \begin_inset Text
1288
1289 \begin_layout Plain Layout
1290 Anchura de la letra 
1291 \begin_inset Quotes fld
1292 \end_inset
1293
1294
1295 \emph on
1296 M
1297 \emph default
1298
1299 \begin_inset Quotes frd
1300 \end_inset
1301
1302  en la fuente actual
1303 \end_layout
1304
1305 \end_inset
1306 </cell>
1307 </row>
1308 <row>
1309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1310 \begin_inset Text
1311
1312 \begin_layout Plain Layout
1313 mu
1314 \end_layout
1315
1316 \end_inset
1317 </cell>
1318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1319 \begin_inset Text
1320
1321 \begin_layout Plain Layout
1322 Unidad matemática (1
1323 \begin_inset space \thinspace{}
1324 \end_inset
1325
1326 mu = 
1327 \begin_inset Formula $\nicefrac{1}{18}$
1328 \end_inset
1329
1330
1331 \begin_inset space \thinspace{}
1332 \end_inset
1333
1334 em)
1335 \end_layout
1336
1337 \end_inset
1338 </cell>
1339 </row>
1340 </lyxtabular>
1341
1342 \end_inset
1343
1344
1345 \end_layout
1346
1347 \end_inset
1348
1349
1350 \end_layout
1351
1352 \begin_layout Standard
1353 \align center
1354 \begin_inset Newpage newpage
1355 \end_inset
1356
1357
1358 \end_layout
1359
1360 \begin_layout Section
1361 Funciones básicas
1362 \end_layout
1363
1364 \begin_layout Subsection
1365 Exponentes
1366 \begin_inset Index
1367 status collapsed
1368
1369 \begin_layout Plain Layout
1370 Exponentes
1371 \end_layout
1372
1373 \end_inset
1374
1375  e índices
1376 \begin_inset Index
1377 status collapsed
1378
1379 \begin_layout Plain Layout
1380 Indices@Índices
1381 \end_layout
1382
1383 \end_inset
1384
1385
1386 \begin_inset Index
1387 status collapsed
1388
1389 \begin_layout Plain Layout
1390 Superíndices|see
1391 \begin_inset ERT
1392 status collapsed
1393
1394 \begin_layout Plain Layout
1395
1396 {
1397 \end_layout
1398
1399 \end_inset
1400
1401 Exponentes
1402 \begin_inset ERT
1403 status collapsed
1404
1405 \begin_layout Plain Layout
1406
1407 }
1408 \end_layout
1409
1410 \end_inset
1411
1412
1413 \end_layout
1414
1415 \end_inset
1416
1417
1418 \begin_inset Index
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422 Subíndices|see
1423 \begin_inset ERT
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427
1428 {
1429 \end_layout
1430
1431 \end_inset
1432
1433 Índices
1434 \begin_inset ERT
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438
1439 }
1440 \end_layout
1441
1442 \end_inset
1443
1444
1445 \end_layout
1446
1447 \end_inset
1448
1449
1450 \end_layout
1451
1452 \begin_layout Standard
1453 Los subíndices se componen con un guión bajo 
1454 \begin_inset Quotes fld
1455 \end_inset
1456
1457 _
1458 \begin_inset Quotes frd
1459 \end_inset
1460
1461  o con el botón de la barra de herramientas de ecuaciones 
1462 \begin_inset Graphics
1463         filename ../../images/math-subscript.png
1464         scale 85
1465
1466 \end_inset
1467
1468 , los superíndices con un circunflejo 
1469 \begin_inset Quotes fld
1470 \end_inset
1471
1472 ^
1473 \begin_inset Quotes frd
1474 \end_inset
1475
1476  o con el botón de la barra de herramientas de ecuaciones 
1477 \begin_inset Graphics
1478         filename ../../images/math-superscript.png
1479         scale 85
1480
1481 \end_inset
1482
1483 .
1484 \end_layout
1485
1486 \begin_layout Standard
1487 \noindent
1488 \align center
1489 \begin_inset Tabular
1490 <lyxtabular version="3" rows="4" columns="2">
1491 <features>
1492 <column alignment="center" valignment="top" width="0">
1493 <column alignment="center" valignment="top" width="0">
1494 <row>
1495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1496 \begin_inset Text
1497
1498 \begin_layout Plain Layout
1499 Comando
1500 \end_layout
1501
1502 \end_inset
1503 </cell>
1504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1505 \begin_inset Text
1506
1507 \begin_layout Plain Layout
1508 Resultado
1509 \begin_inset Note Note
1510 status collapsed
1511
1512 \begin_layout Plain Layout
1513
1514 \series bold
1515
1516 \backslash
1517 raisebox
1518 \series default
1519  sólo se usa como espaciador.
1520 \end_layout
1521
1522 \end_inset
1523
1524
1525 \end_layout
1526
1527 \end_inset
1528 </cell>
1529 </row>
1530 <row>
1531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1532 \begin_inset Text
1533
1534 \begin_layout Plain Layout
1535 B_V
1536 \end_layout
1537
1538 \end_inset
1539 </cell>
1540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1541 \begin_inset Text
1542
1543 \begin_layout Plain Layout
1544 \begin_inset Formula $B_{V}$
1545 \end_inset
1546
1547
1548 \end_layout
1549
1550 \end_inset
1551 </cell>
1552 </row>
1553 <row>
1554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1555 \begin_inset Text
1556
1557 \begin_layout Plain Layout
1558 B^V
1559 \end_layout
1560
1561 \end_inset
1562 </cell>
1563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1564 \begin_inset Text
1565
1566 \begin_layout Plain Layout
1567 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1568 \end_inset
1569
1570
1571 \end_layout
1572
1573 \end_inset
1574 </cell>
1575 </row>
1576 <row>
1577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1578 \begin_inset Text
1579
1580 \begin_layout Plain Layout
1581 B^
1582 \begin_inset ERT
1583 status collapsed
1584
1585 \begin_layout Plain Layout
1586
1587
1588 \backslash
1589 spce 
1590 \end_layout
1591
1592 \end_inset
1593
1594 A
1595 \end_layout
1596
1597 \end_inset
1598 </cell>
1599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1600 \begin_inset Text
1601
1602 \begin_layout Plain Layout
1603 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \end_inset
1610 </cell>
1611 </row>
1612 </lyxtabular>
1613
1614 \end_inset
1615
1616
1617 \end_layout
1618
1619 \begin_layout Standard
1620 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1621  caso acentuará las vocales y no servirá para entrar en modo exponente.
1622 \begin_inset Foot
1623 status collapsed
1624
1625 \begin_layout Plain Layout
1626 Dependiendo de la configuración del teclado esto puede suceder también con
1627  otros caracteres además de las vocales.
1628 \end_layout
1629
1630 \end_inset
1631
1632  Para conseguir exponentes en estos casos debes pulsar 
1633 \family sans
1634 Espacio
1635 \family default
1636  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1637  
1638 \end_layout
1639
1640 \begin_layout Subsection
1641 Fracciones
1642 \begin_inset CommandInset label
1643 LatexCommand label
1644 name "sub:Fracciones"
1645
1646 \end_inset
1647
1648
1649 \begin_inset Index
1650 status collapsed
1651
1652 \begin_layout Plain Layout
1653 Fracciones
1654 \end_layout
1655
1656 \end_inset
1657
1658
1659 \end_layout
1660
1661 \begin_layout Standard
1662 Las fracciones se generan con el comando 
1663 \series bold
1664
1665 \backslash
1666 frac
1667 \series default
1668
1669 \begin_inset Index
1670 status collapsed
1671
1672 \begin_layout Plain Layout
1673 Comandos ! F ! 
1674 \backslash
1675 frac
1676 \end_layout
1677
1678 \end_inset
1679
1680  o con el botón 
1681 \begin_inset Graphics
1682         filename ../../images/math/frac.png
1683         scale 50
1684
1685 \end_inset
1686
1687  de la barra de herramientas.
1688  El tamaño de fuente se ajusta automáticamente, dependiendo de si la fracción
1689  está en línea o en estilo presentación.
1690  Con el botón 
1691 \begin_inset Graphics
1692         filename ../../images/math/frac-square.png
1693         scale 85
1694
1695 \end_inset
1696
1697 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1698  de fracciones.
1699 \end_layout
1700
1701 \begin_layout Standard
1702 Con el comando 
1703 \series bold
1704
1705 \backslash
1706 dfrac
1707 \series default
1708
1709 \begin_inset Index
1710 status collapsed
1711
1712 \begin_layout Plain Layout
1713 Comandos ! D ! 
1714 \backslash
1715 dfrac
1716 \end_layout
1717
1718 \end_inset
1719
1720  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1721  presentación.
1722  Con 
1723 \series bold
1724
1725 \backslash
1726 tfrac
1727 \series default
1728
1729 \begin_inset Index
1730 status collapsed
1731
1732 \begin_layout Plain Layout
1733 Comandos ! T ! 
1734 \backslash
1735 tfrac
1736 \end_layout
1737
1738 \end_inset
1739
1740  la fracción tiene siempre el tamaño del estilo en línea.
1741  Un ejemplo:
1742 \end_layout
1743
1744 \begin_layout Standard
1745 Una línea con la fracción 
1746 \begin_inset Formula $\frac{1}{2}$
1747 \end_inset
1748
1749  creada con el comando 
1750 \series bold
1751
1752 \backslash
1753 frac
1754 \series default
1755 .
1756  
1757 \end_layout
1758
1759 \begin_layout Standard
1760 Una línea con la fracción 
1761 \begin_inset Formula $\dfrac{1}{2}$
1762 \end_inset
1763
1764  creada con el comando 
1765 \series bold
1766
1767 \backslash
1768 dfrac
1769 \series default
1770 .
1771 \end_layout
1772
1773 \begin_layout Standard
1774 \noindent
1775 \align center
1776 \begin_inset Tabular
1777 <lyxtabular version="3" rows="4" columns="2">
1778 <features>
1779 <column alignment="center" valignment="top" width="0">
1780 <column alignment="center" valignment="top" width="0">
1781 <row>
1782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1783 \begin_inset Text
1784
1785 \begin_layout Plain Layout
1786 Comando
1787 \end_layout
1788
1789 \end_inset
1790 </cell>
1791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1792 \begin_inset Text
1793
1794 \begin_layout Plain Layout
1795 Resultado
1796 \begin_inset Note Note
1797 status collapsed
1798
1799 \begin_layout Plain Layout
1800
1801 \series bold
1802
1803 \backslash
1804 raisebox
1805 \series default
1806  se usa sólo como espaciador
1807 \end_layout
1808
1809 \end_inset
1810
1811
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 </row>
1817 <row>
1818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822
1823 \backslash
1824 frac
1825 \begin_inset ERT
1826 status collapsed
1827
1828 \begin_layout Plain Layout
1829
1830
1831 \backslash
1832 spce 
1833 \end_layout
1834
1835 \end_inset
1836
1837 A
1838 \begin_inset Formula $\downarrow$
1839 \end_inset
1840
1841 B
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1851 \end_inset
1852
1853
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 </row>
1859 <row>
1860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864
1865 \backslash
1866 dfrac
1867 \begin_inset ERT
1868 status collapsed
1869
1870 \begin_layout Plain Layout
1871
1872
1873 \backslash
1874 spce 
1875 \end_layout
1876
1877 \end_inset
1878
1879 A
1880 \begin_inset Formula $\downarrow$
1881 \end_inset
1882
1883 B
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1893 \end_inset
1894
1895
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 </row>
1901 <row>
1902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1903 \begin_inset Text
1904
1905 \begin_layout Plain Layout
1906
1907 \backslash
1908 dfrac
1909 \begin_inset ERT
1910 status collapsed
1911
1912 \begin_layout Plain Layout
1913
1914
1915 \backslash
1916 spce 
1917 \end_layout
1918
1919 \end_inset
1920
1921 e^
1922 \begin_inset ERT
1923 status collapsed
1924
1925 \begin_layout Plain Layout
1926
1927
1928 \backslash
1929 spce 
1930 \end_layout
1931
1932 \end_inset
1933
1934
1935 \backslash
1936 frac
1937 \begin_inset ERT
1938 status collapsed
1939
1940 \begin_layout Plain Layout
1941
1942
1943 \backslash
1944 spce 
1945 \end_layout
1946
1947 \end_inset
1948
1949 1
1950 \begin_inset Formula $\downarrow$
1951 \end_inset
1952
1953 2
1954 \begin_inset Formula $\downarrow$
1955 \end_inset
1956
1957 3
1958 \end_layout
1959
1960 \end_inset
1961 </cell>
1962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1963 \begin_inset Text
1964
1965 \begin_layout Plain Layout
1966 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1967 \end_inset
1968
1969
1970 \end_layout
1971
1972 \end_inset
1973 </cell>
1974 </row>
1975 </lyxtabular>
1976
1977 \end_inset
1978
1979
1980 \begin_inset VSpace bigskip
1981 \end_inset
1982
1983
1984 \end_layout
1985
1986 \begin_layout Standard
1987 Para fracciones anidadas se puede usar el comando 
1988 \series bold
1989
1990 \backslash
1991 cfrac
1992 \series default
1993
1994 \begin_inset Index
1995 status collapsed
1996
1997 \begin_layout Plain Layout
1998 Comandos ! C ! 
1999 \backslash
2000 cfrac
2001 \end_layout
2002
2003 \end_inset
2004
2005 .
2006  Un ejemplo:
2007 \begin_inset VSpace -3mm
2008 \end_inset
2009
2010
2011 \end_layout
2012
2013 \begin_layout Standard
2014 \begin_inset Formula \begin{align*}
2015 \textrm{creada con \textbf{\textbackslash frac} } &  & \textrm{creada con }\mathbf{\textbackslash\textbf{cfrac}}\\
2016 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2017
2018 \end_inset
2019
2020
2021 \end_layout
2022
2023 \begin_layout Standard
2024 El comando para el ejemplo de arriba es:
2025 \end_layout
2026
2027 \begin_layout Standard
2028
2029 \series bold
2030
2031 \backslash
2032 cfrac
2033 \begin_inset ERT
2034 status collapsed
2035
2036 \begin_layout Plain Layout
2037
2038
2039 \backslash
2040 spce 
2041 \end_layout
2042
2043 \end_inset
2044
2045 A
2046 \begin_inset Formula $\downarrow$
2047 \end_inset
2048
2049 B+
2050 \backslash
2051 cfrac
2052 \begin_inset ERT
2053 status collapsed
2054
2055 \begin_layout Plain Layout
2056
2057
2058 \backslash
2059 spce 
2060 \end_layout
2061
2062 \end_inset
2063
2064 C+
2065 \backslash
2066 cfrac
2067 \begin_inset ERT
2068 status collapsed
2069
2070 \begin_layout Plain Layout
2071
2072
2073 \backslash
2074 spce 
2075 \end_layout
2076
2077 \end_inset
2078
2079 E
2080 \begin_inset Formula $\downarrow$
2081 \end_inset
2082
2083 F
2084 \begin_inset Formula $\downarrow$
2085 \end_inset
2086
2087 D
2088 \end_layout
2089
2090 \begin_layout Standard
2091 \begin_inset VSpace medskip
2092 \end_inset
2093
2094
2095 \end_layout
2096
2097 \begin_layout Standard
2098
2099 \series bold
2100
2101 \backslash
2102 cfrac
2103 \series default
2104  compone la fracción siempre en el tamaño del estilo presentación, también
2105  cuando es parte de otra fracción.
2106 \end_layout
2107
2108 \begin_layout Standard
2109 Es posible especificar la alineación del numerador.
2110  El comando 
2111 \series bold
2112
2113 \backslash
2114 cfracleft
2115 \series default
2116  se usa para alinearlo a la izquierda, el comando 
2117 \series bold
2118
2119 \backslash
2120 cfracright
2121 \series default
2122  para alinearlo a la derecha, 
2123 \series bold
2124
2125 \backslash
2126 cfrac
2127 \series default
2128  centra el numerador.
2129 \end_layout
2130
2131 \begin_layout Standard
2132 Estas fracciones muestran las distintas alineaciones:
2133 \end_layout
2134
2135 \begin_layout Standard
2136 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2137 \end_inset
2138
2139  ; 
2140 \begin_inset Formula $\cfrac{A}{B+C}$
2141 \end_inset
2142
2143  ; 
2144 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2145 \end_inset
2146
2147
2148 \end_layout
2149
2150 \begin_layout Standard
2151 \noindent
2152 \begin_inset Note Greyedout
2153 status open
2154
2155 \begin_layout Plain Layout
2156
2157 \series bold
2158 Nota
2159 \series default
2160
2161 \series bold
2162
2163 \backslash
2164 cfracleft
2165 \series default
2166  y
2167 \series bold
2168  
2169 \backslash
2170 cfracright
2171 \series default
2172  no son comandos LaTeX reales sino sustituciones del comando 
2173 \series bold
2174
2175 \backslash
2176 cfrac[posición del numerador]{numerador}{denominador}
2177 \series default
2178  .
2179  Por tanto no puedes usarlos código TeX.
2180 \end_layout
2181
2182 \end_inset
2183
2184
2185 \begin_inset VSpace medskip
2186 \end_inset
2187
2188
2189 \end_layout
2190
2191 \begin_layout Standard
2192 Muchas veces es adecuado combinar 
2193 \series bold
2194
2195 \backslash
2196 cfrac
2197 \series default
2198  y 
2199 \series bold
2200
2201 \backslash
2202 frac
2203 \series default
2204 :
2205 \begin_inset Formula \[
2206 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2207
2208 \end_inset
2209
2210
2211 \end_layout
2212
2213 \begin_layout Standard
2214 Para componer fracciones en línea con raya de fracción inclinada puedes
2215  usar el comando 
2216 \series bold
2217
2218 \backslash
2219 nicefrac
2220 \series default
2221
2222 \begin_inset Index
2223 status collapsed
2224
2225 \begin_layout Plain Layout
2226 Comandos ! N ! 
2227 \backslash
2228 nicefrac
2229 \end_layout
2230
2231 \end_inset
2232
2233
2234 \begin_inset Formula $\nicefrac{5}{31}$
2235 \end_inset
2236
2237  Hay además el comando 
2238 \series bold
2239
2240 \backslash
2241 unitfracthree
2242 \series default
2243  que permite escribir una fracción en combinación con un número: 
2244 \begin_inset Formula $\unitfrac[2]{1}{3}$
2245 \end_inset
2246
2247
2248 \end_layout
2249
2250 \begin_layout Standard
2251 \begin_inset Note Greyedout
2252 status open
2253
2254 \begin_layout Plain Layout
2255
2256 \series bold
2257 Nota
2258 \series default
2259
2260 \series bold
2261
2262 \backslash
2263 unitfracthree
2264 \series default
2265  no es un comando LaTeX auténtico, sino un equivalente al comando
2266 \begin_inset Newline newline
2267 \end_inset
2268
2269
2270 \series bold
2271
2272 \backslash
2273 unitfrac[número]{numerador}{denominador}
2274 \series default
2275  .
2276  Por tanto no puedes usarlo en código TeX.
2277 \end_layout
2278
2279 \end_inset
2280
2281
2282 \end_layout
2283
2284 \begin_layout Standard
2285 En la 
2286 \begin_inset CommandInset ref
2287 LatexCommand ref
2288 reference "sub:Fracciones-personalizadas"
2289
2290 \end_inset
2291
2292  se explica cómo componer fracciones personalizadas en las que la raya de
2293  fracción se puede cambiar.
2294  
2295 \end_layout
2296
2297 \begin_layout Subsection
2298 Raíces
2299 \begin_inset Index
2300 status collapsed
2301
2302 \begin_layout Plain Layout
2303 Raíces
2304 \end_layout
2305
2306 \end_inset
2307
2308
2309 \end_layout
2310
2311 \begin_layout Standard
2312 Las raíces cuadradas se componen con 
2313 \series bold
2314
2315 \backslash
2316 sqrt
2317 \series default
2318
2319 \begin_inset Index
2320 status collapsed
2321
2322 \begin_layout Plain Layout
2323 Comandos ! S ! 
2324 \backslash
2325 sqrt
2326 \end_layout
2327
2328 \end_inset
2329
2330  o con el botón 
2331 \begin_inset Graphics
2332         filename ../../images/math/sqrt.png
2333         scale 85
2334
2335 \end_inset
2336
2337  de la barra de  ecuaciones; todas las demás raíces con el comando 
2338 \series bold
2339
2340 \backslash
2341 root
2342 \series default
2343
2344 \begin_inset Index
2345 status collapsed
2346
2347 \begin_layout Plain Layout
2348 Comandos ! R ! 
2349 \backslash
2350 root
2351 \end_layout
2352
2353 \end_inset
2354
2355  o con el botón 
2356 \begin_inset Graphics
2357         filename ../../images/math/root.png
2358         scale 85
2359
2360 \end_inset
2361
2362 .
2363 \end_layout
2364
2365 \begin_layout Standard
2366 \noindent
2367 \align center
2368 \begin_inset Tabular
2369 <lyxtabular version="3" rows="3" columns="2">
2370 <features>
2371 <column alignment="center" valignment="top" width="0">
2372 <column alignment="center" valignment="top" width="0">
2373 <row>
2374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2375 \begin_inset Text
2376
2377 \begin_layout Plain Layout
2378 Comando
2379 \end_layout
2380
2381 \end_inset
2382 </cell>
2383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2384 \begin_inset Text
2385
2386 \begin_layout Plain Layout
2387 Resultado
2388 \begin_inset Note Note
2389 status collapsed
2390
2391 \begin_layout Plain Layout
2392
2393 \series bold
2394
2395 \backslash
2396 raisebox
2397 \series default
2398  se usa sólo como espaciador
2399 \end_layout
2400
2401 \end_inset
2402
2403
2404 \end_layout
2405
2406 \end_inset
2407 </cell>
2408 </row>
2409 <row>
2410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2411 \begin_inset Text
2412
2413 \begin_layout Plain Layout
2414
2415 \backslash
2416 sqrt
2417 \begin_inset ERT
2418 status collapsed
2419
2420 \begin_layout Plain Layout
2421
2422
2423 \backslash
2424 spce 
2425 \end_layout
2426
2427 \end_inset
2428
2429 A-B
2430 \end_layout
2431
2432 \end_inset
2433 </cell>
2434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2435 \begin_inset Text
2436
2437 \begin_layout Plain Layout
2438 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2439 \end_inset
2440
2441
2442 \end_layout
2443
2444 \end_inset
2445 </cell>
2446 </row>
2447 <row>
2448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2449 \begin_inset Text
2450
2451 \begin_layout Plain Layout
2452
2453 \backslash
2454 root
2455 \begin_inset ERT
2456 status collapsed
2457
2458 \begin_layout Plain Layout
2459
2460
2461 \backslash
2462 spce 
2463 \end_layout
2464
2465 \end_inset
2466
2467 3
2468 \begin_inset Formula $\downarrow$
2469 \end_inset
2470
2471 A-B
2472 \end_layout
2473
2474 \end_inset
2475 </cell>
2476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2477 \begin_inset Text
2478
2479 \begin_layout Plain Layout
2480 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2481 \end_inset
2482
2483
2484 \end_layout
2485
2486 \end_inset
2487 </cell>
2488 </row>
2489 </lyxtabular>
2490
2491 \end_inset
2492
2493
2494 \end_layout
2495
2496 \begin_layout Standard
2497 Una raíz cuadrada se compone también con 
2498 \series bold
2499
2500 \backslash
2501 root
2502 \series default
2503  dejando vacío el campo del índice.
2504 \end_layout
2505
2506 \begin_layout Standard
2507 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2508  la raíz: 
2509 \begin_inset Formula $\sqrt[\beta]{B}$
2510 \end_inset
2511
2512
2513 \begin_inset Newline newline
2514 \end_inset
2515
2516 La 
2517 \begin_inset Formula $\beta$
2518 \end_inset
2519
2520  toca la raíz.
2521  Para evitar esto se usan los comandos 
2522 \series bold
2523
2524 \backslash
2525 leftroot
2526 \series default
2527
2528 \begin_inset Index
2529 status collapsed
2530
2531 \begin_layout Plain Layout
2532 Comandos ! L ! 
2533 \backslash
2534 leftroot
2535 \end_layout
2536
2537 \end_inset
2538
2539  y 
2540 \series bold
2541
2542 \backslash
2543 uproot
2544 \series default
2545
2546 \begin_inset Index
2547 status collapsed
2548
2549 \begin_layout Plain Layout
2550 Comandos ! U ! 
2551 \backslash
2552 uproot
2553 \end_layout
2554
2555 \end_inset
2556
2557  con el esquema siguiente:
2558 \end_layout
2559
2560 \begin_layout Standard
2561
2562 \series bold
2563
2564 \backslash
2565 leftroot{distancia}
2566 \series default
2567  y 
2568 \series bold
2569
2570 \backslash
2571 uproot{distancia}
2572 \end_layout
2573
2574 \begin_layout Standard
2575 Distancia es el número de Puntos Grandes (
2576 \begin_inset Quotes fld
2577 \end_inset
2578
2579 Big Points
2580 \begin_inset Quotes frd
2581 \end_inset
2582
2583 , unidad bp; 
2584 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2585 \end_inset
2586
2587 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2588  Los comandos se escriben en el índice.
2589  Así, el comando:
2590 \begin_inset Newline newline
2591 \end_inset
2592
2593
2594 \series bold
2595
2596 \backslash
2597 root
2598 \backslash
2599 leftroot{-1
2600 \begin_inset Formula $\to$
2601 \end_inset
2602
2603
2604 \backslash
2605 uproot{2
2606 \begin_inset Formula $\to$
2607 \end_inset
2608
2609
2610 \backslash
2611 beta
2612 \begin_inset ERT
2613 status collapsed
2614
2615 \begin_layout Plain Layout
2616
2617
2618 \backslash
2619 spce 
2620 \end_layout
2621
2622 \end_inset
2623
2624
2625 \begin_inset Formula $\to$
2626 \end_inset
2627
2628 B
2629 \begin_inset Newline newline
2630 \end_inset
2631
2632
2633 \series default
2634 genera una fórmula correctamente tipografiada: 
2635 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2636 \end_inset
2637
2638
2639 \end_layout
2640
2641 \begin_layout Subsection
2642 Coeficientes de un binomio
2643 \begin_inset Index
2644 status collapsed
2645
2646 \begin_layout Plain Layout
2647 Binomios
2648 \end_layout
2649
2650 \end_inset
2651
2652
2653 \end_layout
2654
2655 \begin_layout Standard
2656 Los coeficientes de un binomio se insertan con el comando 
2657 \series bold
2658
2659 \backslash
2660 binom
2661 \series default
2662
2663 \begin_inset Index
2664 status collapsed
2665
2666 \begin_layout Plain Layout
2667 Comandos ! B ! 
2668 \backslash
2669 binom
2670 \end_layout
2671
2672 \end_inset
2673
2674  o con el submenú del botón 
2675 \begin_inset Graphics
2676         filename ../../images/math/frac-square.png
2677         scale 85
2678
2679 \end_inset
2680
2681 de la barra de herramientas de ecuaciones.
2682  Como en las fracciones, además de 
2683 \series bold
2684
2685 \backslash
2686 binom
2687 \series default
2688  hay los comandos 
2689 \series bold
2690
2691 \backslash
2692 dbinom
2693 \begin_inset Index
2694 status collapsed
2695
2696 \begin_layout Plain Layout
2697 Comandos ! D ! 
2698 \backslash
2699 dbinom
2700 \end_layout
2701
2702 \end_inset
2703
2704
2705 \series default
2706  y 
2707 \series bold
2708
2709 \backslash
2710 tbinom
2711 \series default
2712
2713 \begin_inset Index
2714 status collapsed
2715
2716 \begin_layout Plain Layout
2717 Comandos ! T ! 
2718 \backslash
2719 tbinom
2720 \end_layout
2721
2722 \end_inset
2723
2724 .
2725  Para otros delimitadores de coeficientes de un binomio hay los comandos
2726  
2727 \series bold
2728
2729 \backslash
2730 brace
2731 \series default
2732
2733 \begin_inset Index
2734 status collapsed
2735
2736 \begin_layout Plain Layout
2737 Comandos ! B ! 
2738 \backslash
2739 brace
2740 \end_layout
2741
2742 \end_inset
2743
2744  y 
2745 \series bold
2746
2747 \backslash
2748 brack
2749 \series default
2750
2751 \begin_inset Index
2752 status collapsed
2753
2754 \begin_layout Plain Layout
2755 Comandos ! B ! 
2756 \backslash
2757 brack
2758 \end_layout
2759
2760 \end_inset
2761
2762 .
2763 \end_layout
2764
2765 \begin_layout Standard
2766 \noindent
2767 \align center
2768 \begin_inset Tabular
2769 <lyxtabular version="3" rows="6" columns="2">
2770 <features>
2771 <column alignment="center" valignment="top" width="0">
2772 <column alignment="center" valignment="top" width="0">
2773 <row>
2774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2775 \begin_inset Text
2776
2777 \begin_layout Plain Layout
2778 Comando
2779 \end_layout
2780
2781 \end_inset
2782 </cell>
2783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2784 \begin_inset Text
2785
2786 \begin_layout Plain Layout
2787 Resultado
2788 \begin_inset Note Note
2789 status collapsed
2790
2791 \begin_layout Plain Layout
2792
2793 \series bold
2794
2795 \backslash
2796 raisebox
2797 \series default
2798  se usa sólo como espaciador
2799 \end_layout
2800
2801 \end_inset
2802
2803
2804 \end_layout
2805
2806 \end_inset
2807 </cell>
2808 </row>
2809 <row>
2810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2811 \begin_inset Text
2812
2813 \begin_layout Plain Layout
2814
2815 \backslash
2816 binom
2817 \begin_inset ERT
2818 status collapsed
2819
2820 \begin_layout Plain Layout
2821
2822
2823 \backslash
2824 spce 
2825 \end_layout
2826
2827 \end_inset
2828
2829 A
2830 \begin_inset Formula $\downarrow$
2831 \end_inset
2832
2833 B
2834 \end_layout
2835
2836 \end_inset
2837 </cell>
2838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2839 \begin_inset Text
2840
2841 \begin_layout Plain Layout
2842 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2843 \end_inset
2844
2845
2846 \end_layout
2847
2848 \end_inset
2849 </cell>
2850 </row>
2851 <row>
2852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2853 \begin_inset Text
2854
2855 \begin_layout Plain Layout
2856
2857 \backslash
2858 dbinom
2859 \begin_inset ERT
2860 status collapsed
2861
2862 \begin_layout Plain Layout
2863
2864
2865 \backslash
2866 spce 
2867 \end_layout
2868
2869 \end_inset
2870
2871 A
2872 \begin_inset Formula $\downarrow$
2873 \end_inset
2874
2875 B
2876 \end_layout
2877
2878 \end_inset
2879 </cell>
2880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2881 \begin_inset Text
2882
2883 \begin_layout Plain Layout
2884 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2885 \end_inset
2886
2887
2888 \end_layout
2889
2890 \end_inset
2891 </cell>
2892 </row>
2893 <row>
2894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2895 \begin_inset Text
2896
2897 \begin_layout Plain Layout
2898
2899 \backslash
2900 tbinom
2901 \begin_inset ERT
2902 status collapsed
2903
2904 \begin_layout Plain Layout
2905
2906
2907 \backslash
2908 spce 
2909 \end_layout
2910
2911 \end_inset
2912
2913 A
2914 \begin_inset Formula $\downarrow$
2915 \end_inset
2916
2917 B
2918 \end_layout
2919
2920 \end_inset
2921 </cell>
2922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2923 \begin_inset Text
2924
2925 \begin_layout Plain Layout
2926 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2927 \end_inset
2928
2929
2930 \end_layout
2931
2932 \end_inset
2933 </cell>
2934 </row>
2935 <row>
2936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2937 \begin_inset Text
2938
2939 \begin_layout Plain Layout
2940
2941 \backslash
2942 brack
2943 \begin_inset ERT
2944 status collapsed
2945
2946 \begin_layout Plain Layout
2947
2948
2949 \backslash
2950 spce 
2951 \end_layout
2952
2953 \end_inset
2954
2955 A
2956 \begin_inset Formula $\downarrow$
2957 \end_inset
2958
2959 B
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2965 \begin_inset Text
2966
2967 \begin_layout Plain Layout
2968 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2969 \end_inset
2970
2971
2972 \end_layout
2973
2974 \end_inset
2975 </cell>
2976 </row>
2977 <row>
2978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2979 \begin_inset Text
2980
2981 \begin_layout Plain Layout
2982
2983 \backslash
2984 brace
2985 \begin_inset ERT
2986 status collapsed
2987
2988 \begin_layout Plain Layout
2989
2990
2991 \backslash
2992 spce 
2993 \end_layout
2994
2995 \end_inset
2996
2997 A
2998 \begin_inset Formula $\downarrow$
2999 \end_inset
3000
3001 B
3002 \end_layout
3003
3004 \end_inset
3005 </cell>
3006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3007 \begin_inset Text
3008
3009 \begin_layout Plain Layout
3010 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3011 \end_inset
3012
3013
3014 \end_layout
3015
3016 \end_inset
3017 </cell>
3018 </row>
3019 </lyxtabular>
3020
3021 \end_inset
3022
3023
3024 \begin_inset Newpage newpage
3025 \end_inset
3026
3027
3028 \end_layout
3029
3030 \begin_layout Subsection
3031 Diferenciaciones de casos
3032 \begin_inset Index
3033 status collapsed
3034
3035 \begin_layout Plain Layout
3036 Casos
3037 \end_layout
3038
3039 \end_inset
3040
3041
3042 \end_layout
3043
3044 \begin_layout Standard
3045 \noindent
3046 \align center
3047 \begin_inset Tabular
3048 <lyxtabular version="3" rows="3" columns="2">
3049 <features>
3050 <column alignment="center" valignment="top" width="0">
3051 <column alignment="center" valignment="top" width="0">
3052 <row>
3053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3054 \begin_inset Text
3055
3056 \begin_layout Plain Layout
3057 Comando
3058 \end_layout
3059
3060 \end_inset
3061 </cell>
3062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3063 \begin_inset Text
3064
3065 \begin_layout Plain Layout
3066 Resultado
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 </row>
3072 <row>
3073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Plain Layout
3077
3078 \backslash
3079 cases
3080 \begin_inset ERT
3081 status collapsed
3082
3083 \begin_layout Plain Layout
3084
3085
3086 \backslash
3087 spce 
3088 \end_layout
3089
3090 \end_inset
3091
3092 A
3093 \begin_inset Formula $\to$
3094 \end_inset
3095
3096 B>0
3097 \begin_inset Index
3098 status collapsed
3099
3100 \begin_layout Plain Layout
3101 Comandos ! C ! 
3102 \backslash
3103 cases
3104 \end_layout
3105
3106 \end_inset
3107
3108
3109 \end_layout
3110
3111 \end_inset
3112 </cell>
3113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3114 \begin_inset Text
3115
3116 \begin_layout Plain Layout
3117 \begin_inset Formula $\begin{cases}
3118 A & B>0\end{cases}$
3119 \end_inset
3120
3121
3122 \end_layout
3123
3124 \end_inset
3125 </cell>
3126 </row>
3127 <row>
3128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3129 \begin_inset Text
3130
3131 \begin_layout Plain Layout
3132
3133 \backslash
3134 cases
3135 \begin_inset ERT
3136 status collapsed
3137
3138 \begin_layout Plain Layout
3139
3140
3141 \backslash
3142 spce 
3143 \end_layout
3144
3145 \end_inset
3146
3147
3148 \family sans
3149 Ctrl+Retorno
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158 \begin_inset Formula $\begin{cases}
3159 A & \textrm{para }x>0\\
3160 B & \textrm{para }x=0\end{cases}$
3161 \end_inset
3162
3163
3164 \end_layout
3165
3166 \end_inset
3167 </cell>
3168 </row>
3169 </lyxtabular>
3170
3171 \end_inset
3172
3173
3174 \end_layout
3175
3176 \begin_layout Standard
3177 Después de insertar 
3178 \series bold
3179
3180 \backslash
3181 cases
3182 \series default
3183  o usar el botón 
3184 \begin_inset Graphics
3185         filename ../../images/math/cases.png
3186         scale 85
3187
3188 \end_inset
3189
3190  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3191 \family sans
3192 Ctrl+Retorno
3193 \family default
3194  o con el botón
3195 \family sans
3196  
3197 \family default
3198
3199 \begin_inset Graphics
3200         filename ../../images/tabular-feature_append-row.png
3201         scale 85
3202
3203 \end_inset
3204
3205  de la barra de tablas.
3206 \end_layout
3207
3208 \begin_layout Standard
3209 El comando 
3210 \series bold
3211
3212 \backslash
3213 cases
3214 \series default
3215  también está disponible en el menú 
3216 \family sans
3217 Insertar\SpecialChar \menuseparator
3218 Ecuación\SpecialChar \menuseparator
3219 Entorno casos
3220 \family default
3221 .
3222 \end_layout
3223
3224 \begin_layout Subsection
3225 Negaciones
3226 \begin_inset Index
3227 status collapsed
3228
3229 \begin_layout Plain Layout
3230 Negaciones
3231 \end_layout
3232
3233 \end_inset
3234
3235
3236 \end_layout
3237
3238 \begin_layout Standard
3239 Con el comando 
3240 \series bold
3241
3242 \backslash
3243 not
3244 \series default
3245
3246 \begin_inset Index
3247 status collapsed
3248
3249 \begin_layout Plain Layout
3250 Comandos ! N ! 
3251 \backslash
3252 not
3253 \end_layout
3254
3255 \end_inset
3256
3257  todo carácter se puede mostrar cancelado.
3258  Los caracteres son casi tachados con una barra inclinada.
3259 \end_layout
3260
3261 \begin_layout Standard
3262 \noindent
3263 \align center
3264 \begin_inset Tabular
3265 <lyxtabular version="3" rows="4" columns="2">
3266 <features>
3267 <column alignment="center" valignment="top" width="0">
3268 <column alignment="center" valignment="top" width="0">
3269 <row>
3270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Plain Layout
3274 Comando
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Plain Layout
3283 Resultado
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 </row>
3289 <row>
3290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294
3295 \backslash
3296 not=
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305 \begin_inset Formula $\not=$
3306 \end_inset
3307
3308
3309 \end_layout
3310
3311 \end_inset
3312 </cell>
3313 </row>
3314 <row>
3315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319
3320 \backslash
3321 not 
3322 \backslash
3323 le
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332 \begin_inset Formula $\not\le$
3333 \end_inset
3334
3335
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 </row>
3341 <row>
3342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346
3347 \backslash
3348 not 
3349 \backslash
3350 parallel
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359 \begin_inset Formula $\not\parallel$
3360 \end_inset
3361
3362
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 </row>
3368 </lyxtabular>
3369
3370 \end_inset
3371
3372
3373 \end_layout
3374
3375 \begin_layout Standard
3376 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3377  Por tanto para algunas negaciones hay comandos especiales (véase 
3378 \begin_inset CommandInset ref
3379 LatexCommand ref
3380 reference "sub:Símbolos-matemáticos"
3381
3382 \end_inset
3383
3384  y 
3385 \begin_inset CommandInset ref
3386 LatexCommand ref
3387 reference "sec:Relaciones"
3388
3389 \end_inset
3390
3391 ).
3392 \end_layout
3393
3394 \begin_layout Subsection
3395 Espacios reservados 
3396 \begin_inset CommandInset label
3397 LatexCommand label
3398 name "sub:Espacios-reservados"
3399
3400 \end_inset
3401
3402
3403 \begin_inset Index
3404 status collapsed
3405
3406 \begin_layout Plain Layout
3407 Espacios reservados
3408 \end_layout
3409
3410 \end_inset
3411
3412
3413 \begin_inset Index
3414 status collapsed
3415
3416 \begin_layout Plain Layout
3417 Química ! isótopos
3418 \end_layout
3419
3420 \end_inset
3421
3422
3423 \begin_inset Index
3424 status collapsed
3425
3426 \begin_layout Plain Layout
3427 Isótopos|see
3428 \begin_inset ERT
3429 status collapsed
3430
3431 \begin_layout Plain Layout
3432
3433 {
3434 \end_layout
3435
3436 \end_inset
3437
3438 Química
3439 \begin_inset ERT
3440 status collapsed
3441
3442 \begin_layout Plain Layout
3443
3444 }
3445 \end_layout
3446
3447 \end_inset
3448
3449
3450 \end_layout
3451
3452 \end_inset
3453
3454
3455 \end_layout
3456
3457 \begin_layout Standard
3458 En la presentación de, p.
3459 \begin_inset space \thinspace{}
3460 \end_inset
3461
3462 e., isótopos,
3463 \begin_inset Foot
3464 status collapsed
3465
3466 \begin_layout Plain Layout
3467 Más sobre símbolos químicos en 
3468 \begin_inset CommandInset ref
3469 LatexCommand ref
3470 reference "sub:Símbolos-y-ecuaciones-químicas"
3471
3472 \end_inset
3473
3474
3475 \end_layout
3476
3477 \end_inset
3478
3479  surge el problema siguiente:
3480 \end_layout
3481
3482 \begin_layout Standard
3483 \noindent
3484 \align center
3485 \begin_inset Tabular
3486 <lyxtabular version="3" rows="2" columns="2">
3487 <features>
3488 <column alignment="center" valignment="top" width="0">
3489 <column alignment="center" valignment="top" width="0">
3490 <row>
3491 <cell alignment="center" valignment="top" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495 Índices generados con sub- y superíndices:
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 <cell alignment="center" valignment="top" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3505 \end_inset
3506
3507
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 </row>
3513 <row>
3514 <cell alignment="center" valignment="top" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518 Índices correctos:
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 <cell alignment="center" valignment="top" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3528 \end_inset
3529
3530
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 </row>
3536 </lyxtabular>
3537
3538 \end_inset
3539
3540
3541 \begin_inset Note Note
3542 status collapsed
3543
3544 \begin_layout Plain Layout
3545
3546 \series bold
3547
3548 \backslash
3549 raisebox
3550 \series default
3551  se usa sólo como espaciador
3552 \end_layout
3553
3554 \end_inset
3555
3556
3557 \end_layout
3558
3559 \begin_layout Standard
3560 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3561  del índice más largo.
3562  Para evitarlo está el comando 
3563 \series bold
3564
3565 \backslash
3566 phantom
3567 \series default
3568
3569 \begin_inset Index
3570 status collapsed
3571
3572 \begin_layout Plain Layout
3573 Comandos ! P ! 
3574 \backslash
3575 phantom
3576 \end_layout
3577
3578 \end_inset
3579
3580  o el botón 
3581 \begin_inset space ~
3582 \end_inset
3583
3584
3585 \begin_inset Graphics
3586         filename ../../images/math/phantom.png
3587         scale 85
3588
3589 \end_inset
3590
3591  del submenú de espaciado de ecuaciones
3592 \begin_inset Foot
3593 status collapsed
3594
3595 \begin_layout Plain Layout
3596 Botón 
3597 \begin_inset Graphics
3598         filename ../../images/math/space.png
3599         scale 85
3600
3601 \end_inset
3602
3603  de la barra de ecuaciones
3604 \end_layout
3605
3606 \end_inset
3607
3608 , que genera uno o más espacios reservados.
3609  Al insertar 
3610 \series bold
3611
3612 \backslash
3613 phantom
3614 \series default
3615  aparece un pequeño marco azul con dos flechas rojas superpuestas
3616 \begin_inset Formula $\phantom{}$
3617 \end_inset
3618
3619 .
3620  Las flechas indican que se reservará un espacio equivalente a la anchura
3621  y altura totales del contenido del marco.
3622  Los espacios reservados son correspondientes al tamaño de los caracteres.
3623 \end_layout
3624
3625 \begin_layout Standard
3626 \noindent
3627 \align center
3628 \begin_inset Tabular
3629 <lyxtabular version="3" rows="4" columns="2">
3630 <features>
3631 <column alignment="center" valignment="top" width="0">
3632 <column alignment="center" valignment="top" width="0">
3633 <row>
3634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 Comando
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 Resultado
3648 \begin_inset Note Note
3649 status collapsed
3650
3651 \begin_layout Plain Layout
3652
3653 \series bold
3654
3655 \backslash
3656 raisebox
3657 \series default
3658  se usa sólo como espaciador
3659 \end_layout
3660
3661 \end_inset
3662
3663
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 </row>
3669 <row>
3670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674 ^19
3675 \begin_inset ERT
3676 status collapsed
3677
3678 \begin_layout Plain Layout
3679
3680
3681 \backslash
3682 spce 
3683 \end_layout
3684
3685 \end_inset
3686
3687 _
3688 \backslash
3689 phantom
3690 \begin_inset ERT
3691 status collapsed
3692
3693 \begin_layout Plain Layout
3694
3695
3696 \backslash
3697 spce 
3698 \end_layout
3699
3700 \end_inset
3701
3702 1
3703 \begin_inset Formula $\rightarrow$
3704 \end_inset
3705
3706 9
3707 \begin_inset ERT
3708 status collapsed
3709
3710 \begin_layout Plain Layout
3711
3712
3713 \backslash
3714 spce 
3715 \end_layout
3716
3717 \end_inset
3718
3719 F
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3729 \end_inset
3730
3731
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 </row>
3737 <row>
3738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 ^235
3743 \begin_inset ERT
3744 status collapsed
3745
3746 \begin_layout Plain Layout
3747
3748
3749 \backslash
3750 spce 
3751 \end_layout
3752
3753 \end_inset
3754
3755 _
3756 \backslash
3757 phantom
3758 \begin_inset ERT
3759 status collapsed
3760
3761 \begin_layout Plain Layout
3762
3763
3764 \backslash
3765 spce 
3766 \end_layout
3767
3768 \end_inset
3769
3770 23
3771 \begin_inset Formula $\rightarrow$
3772 \end_inset
3773
3774 9
3775 \begin_inset ERT
3776 status collapsed
3777
3778 \begin_layout Plain Layout
3779
3780
3781 \backslash
3782 spce 
3783 \end_layout
3784
3785 \end_inset
3786
3787 F
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3797 \end_inset
3798
3799
3800 \end_layout
3801
3802 \end_inset
3803 </cell>
3804 </row>
3805 <row>
3806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810
3811 \backslash
3812 Lambda^
3813 \begin_inset ERT
3814 status collapsed
3815
3816 \begin_layout Plain Layout
3817
3818
3819 \backslash
3820 spce 
3821 \end_layout
3822
3823 \end_inset
3824
3825
3826 \backslash
3827 phantom
3828 \begin_inset ERT
3829 status collapsed
3830
3831 \begin_layout Plain Layout
3832
3833
3834 \backslash
3835 spce 
3836 \end_layout
3837
3838 \end_inset
3839
3840 ii
3841 \begin_inset Formula $\rightarrow$
3842 \end_inset
3843
3844 t
3845 \begin_inset ERT
3846 status collapsed
3847
3848 \begin_layout Plain Layout
3849
3850
3851 \backslash
3852 spce 
3853 \end_layout
3854
3855 \end_inset
3856
3857 _MMt
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3867 \end_inset
3868
3869
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 </row>
3875 </lyxtabular>
3876
3877 \end_inset
3878
3879
3880 \end_layout
3881
3882 \begin_layout Standard
3883 Además hay los comandos 
3884 \series bold
3885
3886 \backslash
3887 vphantom
3888 \series default
3889
3890 \begin_inset Index
3891 status collapsed
3892
3893 \begin_layout Plain Layout
3894 Comandos ! V ! 
3895 \backslash
3896 vphantom
3897 \end_layout
3898
3899 \end_inset
3900
3901  (botón 
3902 \begin_inset space ~
3903 \end_inset
3904
3905
3906 \begin_inset Graphics
3907         filename ../../images/math/vphantom.png
3908         scale 85
3909
3910 \end_inset
3911
3912 ) y 
3913 \series bold
3914
3915 \backslash
3916 hphantom
3917 \series default
3918
3919 \begin_inset Index
3920 status collapsed
3921
3922 \begin_layout Plain Layout
3923 Comandos ! H ! 
3924 \backslash
3925 hphantom
3926 \end_layout
3927
3928 \end_inset
3929
3930  (botón 
3931 \begin_inset space ~
3932 \end_inset
3933
3934
3935 \begin_inset Graphics
3936         filename ../../images/math/hphantom.png
3937         scale 85
3938
3939 \end_inset
3940
3941 ).
3942  
3943 \series bold
3944
3945 \backslash
3946 hphantom
3947 \series default
3948  genera espacio en el marco sólo para la altura máxima de los caracteres,
3949  no para su anchura.
3950  
3951 \series bold
3952
3953 \backslash
3954 vphantom
3955 \series default
3956  genera espacio sólo para la anchura del contenido del marco.
3957  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3958 \end_layout
3959
3960 \begin_layout Standard
3961 Por ejemplo, 
3962 \series bold
3963
3964 \backslash
3965 vphantom
3966 \series default
3967
3968 \begin_inset ERT
3969 status collapsed
3970
3971 \begin_layout Plain Layout
3972
3973
3974 \backslash
3975 spce 
3976 \end_layout
3977
3978 \end_inset
3979
3980
3981 \series bold
3982 a
3983 \backslash
3984 int
3985 \series default
3986  genera espacio de la altura del signo de la integral,
3987 \begin_inset Foot
3988 status collapsed
3989
3990 \begin_layout Plain Layout
3991 El comando 
3992 \series bold
3993
3994 \backslash
3995 int
3996 \series default
3997  genera un signo de integral, véase 
3998 \begin_inset CommandInset ref
3999 LatexCommand ref
4000 reference "sub:Operadores-grandes"
4001
4002 \end_inset
4003
4004
4005 \end_layout
4006
4007 \end_inset
4008
4009  porque este es el carácter más largo.
4010  En la 
4011 \begin_inset CommandInset ref
4012 LatexCommand ref
4013 reference "sub:Delimitadores-multilínea"
4014
4015 \end_inset
4016
4017  hay un ejemplo de aplicación.
4018 \end_layout
4019
4020 \begin_layout Subsection
4021 Líneas
4022 \begin_inset Index
4023 status collapsed
4024
4025 \begin_layout Plain Layout
4026 Lineas@Líneas
4027 \end_layout
4028
4029 \end_inset
4030
4031
4032 \begin_inset Index
4033 status collapsed
4034
4035 \begin_layout Plain Layout
4036 Ecuación ! sub- o superrayada
4037 \end_layout
4038
4039 \end_inset
4040
4041
4042 \end_layout
4043
4044 \begin_layout Standard
4045 \noindent
4046 \align center
4047 \begin_inset Tabular
4048 <lyxtabular version="3" rows="4" columns="2">
4049 <features>
4050 <column alignment="center" valignment="top" width="0">
4051 <column alignment="center" valignment="top" width="0">
4052 <row>
4053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057 Comando
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066 Resultado
4067 \begin_inset Note Note
4068 status collapsed
4069
4070 \begin_layout Plain Layout
4071
4072 \series bold
4073
4074 \backslash
4075 raisebox
4076 \series default
4077  se usa sólo como espaciador
4078 \end_layout
4079
4080 \end_inset
4081
4082
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 </row>
4088 <row>
4089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093
4094 \backslash
4095 overline
4096 \begin_inset ERT
4097 status collapsed
4098
4099 \begin_layout Plain Layout
4100
4101
4102 \backslash
4103 spce 
4104 \end_layout
4105
4106 \end_inset
4107
4108 A+B
4109 \begin_inset Index
4110 status collapsed
4111
4112 \begin_layout Plain Layout
4113 Comandos ! O ! 
4114 \backslash
4115 overline
4116 \end_layout
4117
4118 \end_inset
4119
4120
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Plain Layout
4129 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4130 \end_inset
4131
4132
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 </row>
4138 <row>
4139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143
4144 \backslash
4145 underline
4146 \begin_inset ERT
4147 status collapsed
4148
4149 \begin_layout Plain Layout
4150
4151
4152 \backslash
4153 spce 
4154 \end_layout
4155
4156 \end_inset
4157
4158 A+B
4159 \begin_inset Index
4160 status collapsed
4161
4162 \begin_layout Plain Layout
4163 Comandos ! U ! 
4164 \backslash
4165 underline
4166 \end_layout
4167
4168 \end_inset
4169
4170
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4180 \end_inset
4181
4182
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 </row>
4188 <row>
4189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193
4194 \backslash
4195 overline
4196 \begin_inset ERT
4197 status collapsed
4198
4199 \begin_layout Plain Layout
4200
4201
4202 \backslash
4203 spce 
4204 \end_layout
4205
4206 \end_inset
4207
4208
4209 \backslash
4210 underline
4211 \begin_inset ERT
4212 status collapsed
4213
4214 \begin_layout Plain Layout
4215
4216
4217 \backslash
4218 spce 
4219 \end_layout
4220
4221 \end_inset
4222
4223 A+B
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4233 \end_inset
4234
4235
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 </row>
4241 </lyxtabular>
4242
4243 \end_inset
4244
4245
4246 \end_layout
4247
4248 \begin_layout Standard
4249 En el último ejemplo es indiferente poner primero 
4250 \series bold
4251
4252 \backslash
4253 overline
4254 \series default
4255  o 
4256 \series bold
4257
4258 \backslash
4259 underline
4260 \series default
4261 .
4262 \end_layout
4263
4264 \begin_layout Standard
4265 Para poner doble subrayado, p.
4266 \begin_inset space \thinspace{}
4267 \end_inset
4268
4269 e.
4270  en resultados, se usa 
4271 \series bold
4272
4273 \backslash
4274 underline
4275 \series default
4276  dos veces.
4277 \end_layout
4278
4279 \begin_layout Standard
4280 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4281 \begin_inset VSpace bigskip
4282 \end_inset
4283
4284 Se pueden crear líneas personalizadas con el comando 
4285 \series bold
4286
4287 \backslash
4288 rule
4289 \series default
4290
4291 \begin_inset Index
4292 status collapsed
4293
4294 \begin_layout Plain Layout
4295 Comandos ! R ! 
4296 \backslash
4297 rule
4298 \end_layout
4299
4300 \end_inset
4301
4302  con el esquema siguiente:
4303 \end_layout
4304
4305 \begin_layout Standard
4306
4307 \series bold
4308
4309 \backslash
4310 rule[hueco vertical]{longitud}{grosor}
4311 \end_layout
4312
4313 \begin_layout Standard
4314 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4315  si el valor es negativo).
4316  Las unidades disponibles para los valores están listadas en
4317 \begin_inset space ~
4318 \end_inset
4319
4320
4321 \begin_inset CommandInset ref
4322 LatexCommand ref
4323 reference "tab:Unidades-disponibles"
4324
4325 \end_inset
4326
4327 .
4328  A continuación hay dos ejemplos de líneas creadas con los comandos
4329 \series bold
4330
4331 \begin_inset Newline newline
4332 \end_inset
4333
4334
4335 \backslash
4336 rule[-2ex]{3cm}{2pt}
4337 \series default
4338  y 
4339 \series bold
4340
4341 \backslash
4342 rule{2cm}{1pt}
4343 \series default
4344 :
4345 \end_layout
4346
4347 \begin_layout Standard
4348 Esto es una frase 
4349 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4350 \end_inset
4351
4352  con dos líneas.
4353 \end_layout
4354
4355 \begin_layout Standard
4356
4357 \series bold
4358
4359 \backslash
4360 rule
4361 \series default
4362  también se puede usar para texto si se inserta en modo TeX.
4363 \end_layout
4364
4365 \begin_layout Subsection
4366 Puntos
4367 \begin_inset CommandInset label
4368 LatexCommand label
4369 name "sub:Puntos"
4370
4371 \end_inset
4372
4373
4374 \begin_inset Index
4375 status collapsed
4376
4377 \begin_layout Plain Layout
4378 Puntos
4379 \end_layout
4380
4381 \end_inset
4382
4383
4384 \end_layout
4385
4386 \begin_layout Standard
4387 Hay distintos tipos de puntos disponibles.
4388 \begin_inset Foot
4389 status collapsed
4390
4391 \begin_layout Plain Layout
4392 En la barra de herramientas de ecuaciones, en el panel del botón 
4393 \begin_inset Graphics
4394         filename ../../images/math/ldots.png
4395         scale 85
4396
4397 \end_inset
4398
4399 .
4400 \end_layout
4401
4402 \end_inset
4403
4404  Para continuación en enumeraciones se usan puntos bajos, (
4405 \series bold
4406
4407 \backslash
4408 ldots
4409 \series default
4410
4411 \begin_inset Index
4412 status collapsed
4413
4414 \begin_layout Plain Layout
4415 Comandos ! L ! 
4416 \backslash
4417 ldots
4418 \end_layout
4419
4420 \end_inset
4421
4422 ), mientras que para operaciones se usan puntos centrados a la misma altura
4423  que los operadores, (
4424 \series bold
4425
4426 \backslash
4427 cdots
4428 \series default
4429
4430 \begin_inset Index
4431 status collapsed
4432
4433 \begin_layout Plain Layout
4434 Comandos ! C ! 
4435 \backslash
4436 cdots
4437 \end_layout
4438
4439 \end_inset
4440
4441 ).
4442  Si se usa el comando 
4443 \series bold
4444
4445 \backslash
4446 dots
4447 \series default
4448
4449 \begin_inset Index
4450 status collapsed
4451
4452 \begin_layout Plain Layout
4453 Comandos ! D ! 
4454 \backslash
4455 dots
4456 \end_layout
4457
4458 \end_inset
4459
4460 , LaTeX decide el tipo a usar en función del carácter siguiente.
4461 \end_layout
4462
4463 \begin_layout Standard
4464 \align center
4465 \begin_inset Tabular
4466 <lyxtabular version="3" rows="8" columns="2">
4467 <features>
4468 <column alignment="center" valignment="top" width="0pt">
4469 <column alignment="center" valignment="top" width="0pt">
4470 <row>
4471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 Comando
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 Resultado
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 </row>
4490 <row>
4491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495 A_1
4496 \begin_inset ERT
4497 status collapsed
4498
4499 \begin_layout Plain Layout
4500
4501
4502 \backslash
4503 spce 
4504 \end_layout
4505
4506 \end_inset
4507
4508 ,
4509 \backslash
4510 dots
4511 \begin_inset ERT
4512 status collapsed
4513
4514 \begin_layout Plain Layout
4515
4516
4517 \backslash
4518 spce 
4519 \end_layout
4520
4521 \end_inset
4522
4523 ,A_n
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532 \begin_inset Formula $A_{1},\dots,A_{n}$
4533 \end_inset
4534
4535
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 </row>
4541 <row>
4542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 A_1
4547 \begin_inset ERT
4548 status collapsed
4549
4550 \begin_layout Plain Layout
4551
4552
4553 \backslash
4554 spce 
4555 \end_layout
4556
4557 \end_inset
4558
4559 +
4560 \backslash
4561 dots
4562 \begin_inset ERT
4563 status collapsed
4564
4565 \begin_layout Plain Layout
4566
4567
4568 \backslash
4569 spce 
4570 \end_layout
4571
4572 \end_inset
4573
4574 +A_n
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 \begin_inset Formula $A_{1}+\dots+A_{n}$
4584 \end_inset
4585
4586
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 </row>
4592 <row>
4593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 A_1
4598 \begin_inset ERT
4599 status collapsed
4600
4601 \begin_layout Plain Layout
4602
4603
4604 \backslash
4605 spce 
4606 \end_layout
4607
4608 \end_inset
4609
4610 ,
4611 \backslash
4612 ldots
4613 \begin_inset ERT
4614 status collapsed
4615
4616 \begin_layout Plain Layout
4617
4618
4619 \backslash
4620 spce 
4621 \end_layout
4622
4623 \end_inset
4624
4625 ,A_n
4626 \end_layout
4627
4628 \end_inset
4629 </cell>
4630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634 \begin_inset Formula $A_{1},\ldots,A_{n}$
4635 \end_inset
4636
4637
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 </row>
4643 <row>
4644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 A_1
4649 \begin_inset ERT
4650 status collapsed
4651
4652 \begin_layout Plain Layout
4653
4654
4655 \backslash
4656 spce 
4657 \end_layout
4658
4659 \end_inset
4660
4661 +
4662 \backslash
4663 cdots
4664 \begin_inset ERT
4665 status collapsed
4666
4667 \begin_layout Plain Layout
4668
4669
4670 \backslash
4671 spce 
4672 \end_layout
4673
4674 \end_inset
4675
4676 +A_n
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4686 \end_inset
4687
4688
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 </row>
4694 <row>
4695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699
4700 \backslash
4701 vdots
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 \begin_inset Formula $\vdots$
4711 \end_inset
4712
4713
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 </row>
4719 <row>
4720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724
4725 \backslash
4726 ddots
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 \begin_inset Formula $\ddots$
4736 \end_inset
4737
4738
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 </row>
4744 <row>
4745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749 Matriz
4750 \begin_inset space \thinspace{}
4751 \end_inset
4752
4753 3×3 con los distintos puntos
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762 \begin_inset Formula $\begin{array}{ccc}
4763 A_{11} & \cdots & A_{1m}\\
4764 \vdots & \ddots & \vdots\\
4765 A_{n1} & \cdots & A_{nm}\end{array}$
4766 \end_inset
4767
4768
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 </row>
4774 </lyxtabular>
4775
4776 \end_inset
4777
4778
4779 \end_layout
4780
4781 \begin_layout Standard
4782 Los puntos suspensivos disponibles en el menú 
4783 \family sans
4784 Insertar\SpecialChar \menuseparator
4785 Carácter especial
4786 \family default
4787  son 
4788 \series bold
4789
4790 \backslash
4791 ldots
4792 \series default
4793 .
4794 \begin_inset VSpace medskip
4795 \end_inset
4796
4797
4798 \end_layout
4799
4800 \begin_layout Standard
4801 Hay puntos específicos para matrices que se extienden por varias columnas.
4802  Se generan con el comando 
4803 \series bold
4804
4805 \backslash
4806 hdotsfor
4807 \series default
4808
4809 \begin_inset Index
4810 status collapsed
4811
4812 \begin_layout Plain Layout
4813 Comandos ! H ! 
4814 \backslash
4815 hdotsfor
4816 \end_layout
4817
4818 \end_inset
4819
4820 , que tiene el siguiente esquema:
4821 \end_layout
4822
4823 \begin_layout Standard
4824
4825 \series bold
4826
4827 \backslash
4828 hdotsfor[distancia]{número de columnas}
4829 \end_layout
4830
4831 \begin_layout Standard
4832 Número de columnas especifica cuántas columnas deben abarcarse.
4833  Distancia es un factor para la separación entre los puntos.
4834 \end_layout
4835
4836 \begin_layout Standard
4837 En la siguiente matriz se ha insertado el comando 
4838 \series bold
4839
4840 \backslash
4841 hdotsfor[2]{4}
4842 \series default
4843  en el primer recuadro de la segunda línea para obtener puntos separados
4844  una distancia equivalente a dos veces la del comando 
4845 \series bold
4846
4847 \backslash
4848 dots
4849 \series default
4850 .
4851 \begin_inset Formula \[
4852 \left(\begin{array}{cccc}
4853 A & B & C & D\\
4854 \hdotsfor[2]{4}\\
4855 q & w & e & r\end{array}\right)\]
4856
4857 \end_inset
4858
4859
4860 \end_layout
4861
4862 \begin_layout Standard
4863 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4864  de lo contrario se producen errores de LaTeX.
4865 \end_layout
4866
4867 \begin_layout Standard
4868 \begin_inset VSpace bigskip
4869 \end_inset
4870
4871
4872 \end_layout
4873
4874 \begin_layout Standard
4875 Además, con el comando 
4876 \series bold
4877
4878 \backslash
4879 dotfill
4880 \series default
4881
4882 \begin_inset Index
4883 status collapsed
4884
4885 \begin_layout Plain Layout
4886 Comandos ! D ! 
4887 \backslash
4888 dotfill
4889 \end_layout
4890
4891 \end_inset
4892
4893  puedes completar con puntos una línea.
4894  El efecto de este tipo de comandos es como el de 
4895 \series bold
4896
4897 \backslash
4898 hfill
4899 \series default
4900 , véase 
4901 \begin_inset CommandInset ref
4902 LatexCommand ref
4903 reference "sub:Espacio-variable"
4904
4905 \end_inset
4906
4907 .
4908 \end_layout
4909
4910 \begin_layout Standard
4911 Por ejemplo el comando 
4912 \series bold
4913 A
4914 \backslash
4915 dotfill
4916 \series default
4917
4918 \begin_inset ERT
4919 status collapsed
4920
4921 \begin_layout Plain Layout
4922
4923
4924 \backslash
4925 spce 
4926 \end_layout
4927
4928 \end_inset
4929
4930
4931 \series bold
4932 B
4933 \series default
4934  genera
4935 \end_layout
4936
4937 \begin_layout Standard
4938 \begin_inset Formula $A\dotfill B$
4939 \end_inset
4940
4941
4942 \end_layout
4943
4944 \begin_layout Standard
4945 Un comando análogo a 
4946 \series bold
4947
4948 \backslash
4949 dotfill
4950 \series default
4951  para rellenar con una línea es 
4952 \series bold
4953
4954 \backslash
4955 hrulefill
4956 \series default
4957
4958 \begin_inset Index
4959 status collapsed
4960
4961 \begin_layout Plain Layout
4962 Comandos ! H ! 
4963 \backslash
4964 hrulefill
4965 \end_layout
4966
4967 \end_inset
4968
4969 :
4970 \end_layout
4971
4972 \begin_layout Standard
4973 \begin_inset Formula $A\hrulefill B$
4974 \end_inset
4975
4976
4977 \end_layout
4978
4979 \begin_layout Standard
4980 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4981 \end_layout
4982
4983 \begin_layout Section
4984 Matrices
4985 \begin_inset CommandInset label
4986 LatexCommand label
4987 name "sec:Matrices"
4988
4989 \end_inset
4990
4991
4992 \begin_inset Index
4993 status collapsed
4994
4995 \begin_layout Plain Layout
4996 Matrices
4997 \end_layout
4998
4999 \end_inset
5000
5001
5002 \end_layout
5003
5004 \begin_layout Standard
5005 Se pueden insertar con el botón 
5006 \begin_inset Graphics
5007         filename ../../images/dialog-show_mathmatrix.png
5008         scale 85
5009
5010 \end_inset
5011
5012  de la barra de ecuaciones o con el menú 
5013 \family sans
5014 Insertar\SpecialChar \menuseparator
5015 Ecuación\SpecialChar \menuseparator
5016 Matriz
5017 \family default
5018 .
5019  Aparece una ventana en la que se pide el número de filas y columnas y la
5020  alineación.
5021  La alineación vertical sólo es relevante para matrices en línea:
5022 \end_layout
5023
5024 \begin_layout Standard
5025 Esta primera matriz tiene alineación superior 
5026 \begin_inset Formula $\begin{array}[t]{cccc}
5027 A & D & G & J\\
5028 B & E & H & K\\
5029 D & F & I & L\end{array}$
5030 \end_inset
5031
5032  , la segunda alineación central 
5033 \begin_inset Formula $\begin{array}{cccc}
5034 A & D & G & J\\
5035 B & E & H & K\\
5036 D & F & I & L\end{array}$
5037 \end_inset
5038
5039  , y la tercera alineación inferior 
5040 \begin_inset Formula $\begin{array}[b]{cccc}
5041 A & D & G & J\\
5042 B & E & H & K\\
5043 D & F & I & L\end{array}$
5044 \end_inset
5045
5046 .
5047 \end_layout
5048
5049 \begin_layout Standard
5050 La alineación horizontal especifica cómo deben alinearse las entradas de
5051  la columna.
5052  Se determina mediante una letra para cada columna.
5053  
5054 \emph on
5055 l
5056 \emph default
5057  indica alineación a la izquierda, 
5058 \emph on
5059 c
5060 \emph default
5061  alineación centrada y 
5062 \emph on
5063 r
5064 \emph default
5065  alineación a la derecha.
5066  Por ejemplo, para componer una matriz
5067 \begin_inset space ~
5068 \end_inset
5069
5070 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
5071  centradas y la última a la derecha, se anota 
5072 \series bold
5073 lccr
5074 \series default
5075  en la alineación horizontal.
5076  Normalmente todas las columnas de una matriz están centradas, por tanto
5077  el valor por omisión es 
5078 \series bold
5079 c
5080 \series default
5081  para todas ellas.
5082 \end_layout
5083
5084 \begin_layout Standard
5085 Alineación horizontal:
5086 \end_layout
5087
5088 \begin_layout Standard
5089
5090 \series bold
5091 lll
5092 \series default
5093  : 
5094 \begin_inset Formula $\begin{array}{lll}
5095 10000 & D & G\\
5096 B & 10000 & H\\
5097 C & F & 10000\end{array}$
5098 \end_inset
5099
5100  , 
5101 \series bold
5102 ccc 
5103 \series default
5104
5105 \begin_inset Formula $\begin{array}{ccc}
5106 10000 & D & G\\
5107 B & 10000 & H\\
5108 C & F & 10000\end{array}$
5109 \end_inset
5110
5111  
5112 \series bold
5113 ,
5114 \series default
5115  
5116 \series bold
5117 rrr 
5118 \series default
5119
5120 \begin_inset Formula $\begin{array}{rrr}
5121 10000 & D & G\\
5122 B & 10000 & H\\
5123 C & F & 10000\end{array}$
5124 \end_inset
5125
5126
5127 \end_layout
5128
5129 \begin_layout Standard
5130 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
5131  botones 
5132 \begin_inset Graphics
5133         filename ../../images/tabular-feature_append-row.png
5134         scale 85
5135
5136 \end_inset
5137
5138
5139 \begin_inset Graphics
5140         filename ../../images/tabular-feature_delete-row.png
5141         scale 85
5142
5143 \end_inset
5144
5145 , etc.
5146  de la barra de ecuaciones o el menú 
5147 \family sans
5148 Editar\SpecialChar \menuseparator
5149 Filas y columnas
5150 \family default
5151 .
5152  También se pueden añadir filas nuevas con 
5153 \family sans
5154 Ctrl+Retorno
5155 \family default
5156 .
5157 \end_layout
5158
5159 \begin_layout Standard
5160 \begin_inset VSpace bigskip
5161 \end_inset
5162
5163
5164 \end_layout
5165
5166 \begin_layout Standard
5167 Se pueden poner paréntesis alrededor de una matriz con los comandos 
5168 \series bold
5169
5170 \backslash
5171 left
5172 \series default
5173
5174 \begin_inset Index
5175 status collapsed
5176
5177 \begin_layout Plain Layout
5178 Comandos ! L ! 
5179 \backslash
5180 left
5181 \end_layout
5182
5183 \end_inset
5184
5185  y 
5186 \series bold
5187
5188 \backslash
5189 right
5190 \series default
5191
5192 \begin_inset Index
5193 status collapsed
5194
5195 \begin_layout Plain Layout
5196 Comandos ! R ! 
5197 \backslash
5198 right
5199 \end_layout
5200
5201 \end_inset
5202
5203  (atajo 
5204 \family sans
5205 Alt+M
5206 \begin_inset space ~
5207 \end_inset
5208
5209 Paréntesis
5210 \family default
5211 ), véase 
5212 \begin_inset CommandInset ref
5213 LatexCommand ref
5214 reference "sub:Tamaño-automático-de"
5215
5216 \end_inset
5217
5218 , o usando los comandos siguientes:
5219 \end_layout
5220
5221 \begin_layout Standard
5222 \begin_inset VSpace medskip
5223 \end_inset
5224
5225
5226 \end_layout
5227
5228 \begin_layout Standard
5229 \begin_inset space \hfill{}
5230 \end_inset
5231
5232
5233 \begin_inset Tabular
5234 <lyxtabular version="3" rows="4" columns="2">
5235 <features>
5236 <column alignment="center" valignment="top" width="0">
5237 <column alignment="center" valignment="top" width="0">
5238 <row>
5239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243 Comando
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252 Resultado
5253 \begin_inset Note Note
5254 status collapsed
5255
5256 \begin_layout Plain Layout
5257
5258 \series bold
5259
5260 \backslash
5261 raisebox
5262 \series default
5263  se usa sólo como espaciador
5264 \end_layout
5265
5266 \end_inset
5267
5268
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 </row>
5274 <row>
5275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279
5280 \backslash
5281 bmatrix
5282 \begin_inset ERT
5283 status collapsed
5284
5285 \begin_layout Plain Layout
5286
5287
5288 \backslash
5289 spce 
5290 \end_layout
5291
5292 \end_inset
5293
5294 2
5295 \series bold
5296 ×
5297 \series default
5298 2
5299 \begin_inset space \thinspace{}
5300 \end_inset
5301
5302 matriz
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5312 0 & \textrm{-}\mathrm{i}\\
5313 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5314 \end_inset
5315
5316
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 </row>
5322 <row>
5323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327
5328 \backslash
5329 Bmatrix
5330 \begin_inset ERT
5331 status collapsed
5332
5333 \begin_layout Plain Layout
5334
5335
5336 \backslash
5337 spce 
5338 \end_layout
5339
5340 \end_inset
5341
5342 2×2
5343 \begin_inset space \thinspace{}
5344 \end_inset
5345
5346 matriz
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5356 0 & \textrm{-}\mathrm{i}\\
5357 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5358 \end_inset
5359
5360
5361 \end_layout
5362
5363 \end_inset
5364 </cell>
5365 </row>
5366 <row>
5367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5368 \begin_inset Text
5369
5370 \begin_layout Plain Layout
5371
5372 \backslash
5373 pmatrix
5374 \begin_inset ERT
5375 status collapsed
5376
5377 \begin_layout Plain Layout
5378
5379
5380 \backslash
5381 spce 
5382 \end_layout
5383
5384 \end_inset
5385
5386 2
5387 \series bold
5388 ×
5389 \series default
5390 2
5391 \begin_inset space \thinspace{}
5392 \end_inset
5393
5394 matriz
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5404 0 & \textrm{-}\mathrm{i}\\
5405 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5406 \end_inset
5407
5408
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 </row>
5414 </lyxtabular>
5415
5416 \end_inset
5417
5418
5419 \begin_inset space \hfill{}
5420 \end_inset
5421
5422
5423 \begin_inset Tabular
5424 <lyxtabular version="3" rows="4" columns="2">
5425 <features>
5426 <column alignment="center" valignment="top" width="0">
5427 <column alignment="center" valignment="top" width="0">
5428 <row>
5429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Plain Layout
5433 Comando
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 Resultado
5443 \begin_inset Note Note
5444 status collapsed
5445
5446 \begin_layout Plain Layout
5447
5448 \series bold
5449
5450 \backslash
5451 raisebox
5452 \series default
5453  se usa sólo como espaciador
5454 \end_layout
5455
5456 \end_inset
5457
5458
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 </row>
5464 <row>
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469
5470 \backslash
5471 vmatrix
5472 \begin_inset ERT
5473 status collapsed
5474
5475 \begin_layout Plain Layout
5476
5477
5478 \backslash
5479 spce 
5480 \end_layout
5481
5482 \end_inset
5483
5484 2
5485 \series bold
5486 ×
5487 \series default
5488 2
5489 \begin_inset space \thinspace{}
5490 \end_inset
5491
5492 matriz
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5498 \begin_inset Text
5499
5500 \begin_layout Plain Layout
5501 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5502 0 & \textrm{-}\mathrm{i}\\
5503 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5504 \end_inset
5505
5506
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 </row>
5512 <row>
5513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517
5518 \backslash
5519 Vmatrix
5520 \begin_inset ERT
5521 status collapsed
5522
5523 \begin_layout Plain Layout
5524
5525
5526 \backslash
5527 spce 
5528 \end_layout
5529
5530 \end_inset
5531
5532 2
5533 \series bold
5534 ×
5535 \series default
5536 2
5537 \begin_inset space \thinspace{}
5538 \end_inset
5539
5540 matriz
5541 \end_layout
5542
5543 \end_inset
5544 </cell>
5545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5546 \begin_inset Text
5547
5548 \begin_layout Plain Layout
5549 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5550 0 & \textrm{-}\mathrm{i}\\
5551 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5552 \end_inset
5553
5554
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 </row>
5560 <row>
5561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565
5566 \backslash
5567 matrix
5568 \begin_inset ERT
5569 status collapsed
5570
5571 \begin_layout Plain Layout
5572
5573
5574 \backslash
5575 spce 
5576 \end_layout
5577
5578 \end_inset
5579
5580 2
5581 \series bold
5582 ×
5583 \series default
5584 2
5585 \begin_inset space \thinspace{}
5586 \end_inset
5587
5588 matriz
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5598 0 & \textrm{-}\mathrm{i}\\
5599 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5600 \end_inset
5601
5602
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 </row>
5608 </lyxtabular>
5609
5610 \end_inset
5611
5612
5613 \begin_inset space \hfill{}
5614 \end_inset
5615
5616
5617 \end_layout
5618
5619 \begin_layout Standard
5620 \begin_inset VSpace medskip
5621 \end_inset
5622
5623
5624 \end_layout
5625
5626 \begin_layout Standard
5627 Cuando se inserta p.
5628 \begin_inset space \thinspace{}
5629 \end_inset
5630
5631 e.
5632 \begin_inset space ~
5633 \end_inset
5634
5635
5636 \series bold
5637
5638 \backslash
5639 vmatrix
5640 \series default
5641 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5642  la matriz.
5643 \end_layout
5644
5645 \begin_layout Standard
5646 \begin_inset VSpace bigskip
5647 \end_inset
5648
5649
5650 \end_layout
5651
5652 \begin_layout Standard
5653 Como todas las ecuaciones multilínea son matrices, la longitud 
5654 \series bold
5655
5656 \backslash
5657 arraycolsep
5658 \series default
5659
5660 \begin_inset Index
5661 status collapsed
5662
5663 \begin_layout Plain Layout
5664 Comandos ! A ! 
5665 \backslash
5666 arraycolsep
5667 \end_layout
5668
5669 \end_inset
5670
5671 , que se describe en 
5672 \begin_inset CommandInset ref
5673 LatexCommand ref
5674 reference "sub:Separación-de-columnas"
5675
5676 \end_inset
5677
5678 , también se puede usar para cambiar la separación de las columnas en una
5679  matriz.
5680  Para cambiar la separación de las filas, se usa el comando 
5681 \series bold
5682
5683 \backslash
5684 arraystretch
5685 \series default
5686
5687 \begin_inset Index
5688 status collapsed
5689
5690 \begin_layout Plain Layout
5691 Comandos ! A ! 
5692 \backslash
5693 arraystretch
5694 \end_layout
5695
5696 \end_inset
5697
5698  de la siguiente manera:
5699 \end_layout
5700
5701 \begin_layout Standard
5702
5703 \series bold
5704
5705 \backslash
5706 renewcommand{
5707 \backslash
5708 arraystretch}{factor de separación}
5709 \begin_inset Index
5710 status collapsed
5711
5712 \begin_layout Plain Layout
5713 Comandos ! R ! 
5714 \backslash
5715 renewcommand
5716 \end_layout
5717
5718 \end_inset
5719
5720
5721 \end_layout
5722
5723 \begin_layout Standard
5724 El comando 
5725 \series bold
5726
5727 \backslash
5728 renewcommand
5729 \series default
5730  asigna el factor de separación al comando predefinido 
5731 \series bold
5732
5733 \backslash
5734 arraystretch
5735 \series default
5736 .
5737  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5738  Además, éste se usa para todas las matrices siguientes.
5739  Para volver a la separación original, asigna factor 1 a 
5740 \series bold
5741
5742 \backslash
5743 arraystretch
5744 \series default
5745 .
5746 \end_layout
5747
5748 \begin_layout Standard
5749 Para poner matrices en línea se usa el comando 
5750 \series bold
5751
5752 \backslash
5753 smallmatrix
5754 \series default
5755
5756 \begin_inset Index
5757 status collapsed
5758
5759 \begin_layout Plain Layout
5760 Comandos ! S ! 
5761 \backslash
5762 smallmatrix
5763 \end_layout
5764
5765 \end_inset
5766
5767 .
5768  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5769  se inserta la matriz.
5770  
5771 \end_layout
5772
5773 \begin_layout Standard
5774 Esto es una matriz 
5775 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5776 C & D\end{smallmatrix}\right)$
5777 \end_inset
5778
5779  en línea.
5780 \end_layout
5781
5782 \begin_layout Section
5783 Delimitadores
5784 \begin_inset Index
5785 status collapsed
5786
5787 \begin_layout Plain Layout
5788 Delimitadores
5789 \end_layout
5790
5791 \end_inset
5792
5793
5794 \end_layout
5795
5796 \begin_layout Subsection
5797 Delimitadores verticales
5798 \begin_inset Index
5799 status collapsed
5800
5801 \begin_layout Plain Layout
5802 Delimitadores ! verticales
5803 \end_layout
5804
5805 \end_inset
5806
5807
5808 \end_layout
5809
5810 \begin_layout Standard
5811 \begin_inset space \hfill{}
5812 \end_inset
5813
5814
5815 \begin_inset Tabular
5816 <lyxtabular version="3" rows="9" columns="2">
5817 <features>
5818 <column alignment="center" valignment="top" width="0pt">
5819 <column alignment="center" valignment="top" width="0pt">
5820 <row>
5821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 Comando
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 Resultado
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 </row>
5840 <row>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 (
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 \begin_inset Formula $($
5855 \end_inset
5856
5857
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 </row>
5863 <row>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 {
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 \begin_inset Formula $\{$
5878 \end_inset
5879
5880
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 </row>
5886 <row>
5887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 [
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 \begin_inset Formula $[$
5901 \end_inset
5902
5903
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 </row>
5909 <row>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914
5915 \backslash
5916 langle
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 \begin_inset Formula $\langle$
5926 \end_inset
5927
5928
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 </row>
5934 <row>
5935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939
5940 \backslash
5941 lceil
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 \begin_inset Formula $\lceil$
5951 \end_inset
5952
5953
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 </row>
5959 <row>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964
5965 \backslash
5966 lfloor
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5972 \begin_inset Text
5973
5974 \begin_layout Plain Layout
5975 \begin_inset Formula $\lfloor$
5976 \end_inset
5977
5978
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 </row>
5984 <row>
5985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989 /
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998 \begin_inset Formula $/$
5999 \end_inset
6000
6001
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 </row>
6007 <row>
6008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6009 \begin_inset Text
6010
6011 \begin_layout Plain Layout
6012 |
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 \begin_inset Formula $|$
6022 \end_inset
6023
6024
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 </row>
6030 </lyxtabular>
6031
6032 \end_inset
6033
6034
6035 \begin_inset space \hfill{}
6036 \end_inset
6037
6038
6039 \begin_inset Tabular
6040 <lyxtabular version="3" rows="9" columns="2">
6041 <features>
6042 <column alignment="center" valignment="top" width="0pt">
6043 <column alignment="center" valignment="top" width="0pt">
6044 <row>
6045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 Comando
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 Resultado
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 </row>
6064 <row>
6065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 )
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078 \begin_inset Formula $)$
6079 \end_inset
6080
6081
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 </row>
6087 <row>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 }
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 \begin_inset Formula $\}$
6102 \end_inset
6103
6104
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 </row>
6110 <row>
6111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6112 \begin_inset Text
6113
6114 \begin_layout Plain Layout
6115 ]
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124 \begin_inset Formula $]$
6125 \end_inset
6126
6127
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 </row>
6133 <row>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138
6139 \backslash
6140 rangle
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149 \begin_inset Formula $\rangle$
6150 \end_inset
6151
6152
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 </row>
6158 <row>
6159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163
6164 \backslash
6165 rceil
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 \begin_inset Formula $\rceil$
6175 \end_inset
6176
6177
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 </row>
6183 <row>
6184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188
6189 \backslash
6190 rfloor
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 \begin_inset Formula $\rfloor$
6200 \end_inset
6201
6202
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 </row>
6208 <row>
6209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213
6214 \backslash
6215
6216 \backslash
6217
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226 \begin_inset Formula $\backslash$
6227 \end_inset
6228
6229
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 </row>
6235 <row>
6236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240
6241 \backslash
6242 |
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 \begin_inset Formula $\|$
6252 \end_inset
6253
6254
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 </row>
6260 </lyxtabular>
6261
6262 \end_inset
6263
6264
6265 \begin_inset space \hfill{}
6266 \end_inset
6267
6268
6269 \end_layout
6270
6271 \begin_layout Standard
6272 \begin_inset Note Greyedout
6273 status open
6274
6275 \begin_layout Plain Layout
6276
6277 \series bold
6278 Nota
6279 \series default
6280 : En modo TeX hay que usar el comando 
6281 \series bold
6282
6283 \backslash
6284 textbackslash
6285 \series default
6286
6287 \begin_inset Index
6288 status collapsed
6289
6290 \begin_layout Plain Layout
6291 Comandos ! T ! 
6292 \backslash
6293 textbackslash
6294 \end_layout
6295
6296 \end_inset
6297
6298  para la barra invertida, porque si no el comando 
6299 \series bold
6300
6301 \backslash
6302
6303 \backslash
6304
6305 \series default
6306  genera un salto de línea.
6307 \end_layout
6308
6309 \end_inset
6310
6311
6312 \end_layout
6313
6314 \begin_layout Standard
6315 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6316  descritos en las dos subsecciones siguientes.
6317  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6318  < y > en vez de los comandos 
6319 \series bold
6320
6321 \backslash
6322 langle
6323 \series default
6324  y 
6325 \series bold
6326
6327 \backslash
6328 rangle
6329 \series default
6330 .
6331  
6332 \end_layout
6333
6334 \begin_layout Subsubsection
6335 Tamaño manual de los delimitadores
6336 \begin_inset CommandInset label
6337 LatexCommand label
6338 name "sub:Tamaño-manual-de"
6339
6340 \end_inset
6341
6342
6343 \begin_inset Index
6344 status collapsed
6345
6346 \begin_layout Plain Layout
6347 Delimitadores ! tamaño manual
6348 \end_layout
6349
6350 \end_inset
6351
6352
6353 \end_layout
6354
6355 \begin_layout Standard
6356 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6357  LaTeX 
6358 \series bold
6359
6360 \backslash
6361 big
6362 \series default
6363
6364 \begin_inset Index
6365 status collapsed
6366
6367 \begin_layout Plain Layout
6368 Comandos ! B ! 
6369 \backslash
6370 big
6371 \end_layout
6372
6373 \end_inset
6374
6375
6376 \series bold
6377
6378 \backslash
6379 Big
6380 \series default
6381
6382 \series bold
6383
6384 \backslash
6385 bigg
6386 \series default
6387 , y 
6388 \series bold
6389
6390 \backslash
6391 Bigg
6392 \series default
6393 .
6394  
6395 \series bold
6396
6397 \backslash
6398 big
6399 \series default
6400  indica el tamaño menor y 
6401 \series bold
6402
6403 \backslash
6404 Bigg
6405 \series default
6406  el mayor.
6407 \end_layout
6408
6409 \begin_layout Standard
6410 Estos comandos se usan para resaltar niveles de delimitación:
6411 \end_layout
6412
6413 \begin_layout Standard
6414 \noindent
6415 \align center
6416 \begin_inset Tabular
6417 <lyxtabular version="3" rows="2" columns="2">
6418 <features>
6419 <column alignment="center" valignment="top" width="0">
6420 <column alignment="center" valignment="top" width="0">
6421 <row>
6422 <cell alignment="center" valignment="top" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426 todos los delimitadores de igual tamaño:
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 <cell alignment="center" valignment="top" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6436 \end_inset
6437
6438
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 </row>
6444 <row>
6445 <cell alignment="center" valignment="top" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Plain Layout
6449 así tiene mejor aspecto:
6450 \end_layout
6451
6452 \end_inset
6453 </cell>
6454 <cell alignment="center" valignment="top" usebox="none">
6455 \begin_inset Text
6456
6457 \begin_layout Plain Layout
6458 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6459 \end_inset
6460
6461
6462 \end_layout
6463
6464 \end_inset
6465 </cell>
6466 </row>
6467 </lyxtabular>
6468
6469 \end_inset
6470
6471
6472 \begin_inset Note Note
6473 status collapsed
6474
6475 \begin_layout Plain Layout
6476
6477 \series bold
6478
6479 \backslash
6480 raisebox
6481 \series default
6482  se usa sólo como espaciador
6483 \end_layout
6484
6485 \end_inset
6486
6487
6488 \end_layout
6489
6490 \begin_layout Standard
6491 Para la segunda expresión se ha empleado el comando 
6492 \series bold
6493
6494 \backslash
6495 Big((A+B)(A-B)
6496 \backslash
6497 Big)^
6498 \series default
6499
6500 \begin_inset ERT
6501 status collapsed
6502
6503 \begin_layout Plain Layout
6504
6505
6506 \backslash
6507 spce 
6508 \end_layout
6509
6510 \end_inset
6511
6512
6513 \series bold
6514 C
6515 \series default
6516 .
6517 \end_layout
6518
6519 \begin_layout Standard
6520 He aquí una visión conjunta de todos los tamaños y delimitadores:
6521 \end_layout
6522
6523 \begin_layout Standard
6524 \noindent
6525 \align center
6526
6527 \backslash
6528 Bigg(
6529 \backslash
6530 exp
6531 \backslash
6532 bigg<
6533 \backslash
6534 Big[
6535 \backslash
6536 big{
6537 \backslash
6538 ln(3x)
6539 \backslash
6540 big}^2
6541 \begin_inset ERT
6542 status collapsed
6543
6544 \begin_layout Plain Layout
6545
6546
6547 \backslash
6548 spce 
6549 \end_layout
6550
6551 \end_inset
6552
6553
6554 \backslash
6555 sen(x)
6556 \backslash
6557 Big]^
6558 \begin_inset ERT
6559 status collapsed
6560
6561 \begin_layout Plain Layout
6562
6563
6564 \backslash
6565 spce 
6566 \end_layout
6567
6568 \end_inset
6569
6570 A
6571 \begin_inset ERT
6572 status collapsed
6573
6574 \begin_layout Plain Layout
6575
6576
6577 \backslash
6578 spce 
6579 \end_layout
6580
6581 \end_inset
6582
6583
6584 \backslash
6585 bigg>
6586 \backslash
6587 Bigg)^0,5
6588 \begin_inset Formula \[
6589 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}\]
6590
6591 \end_inset
6592
6593
6594 \end_layout
6595
6596 \begin_layout Standard
6597 Además de los comandos 
6598 \series bold
6599
6600 \backslash
6601 big
6602 \series default
6603  hay la variante 
6604 \series bold
6605
6606 \backslash
6607 bigm
6608 \series default
6609
6610 \begin_inset Index
6611 status collapsed
6612
6613 \begin_layout Plain Layout
6614 Comandos ! B ! 
6615 \backslash
6616 bigm
6617 \end_layout
6618
6619 \end_inset
6620
6621 , que añade un poco más de espacio entre el delimitador y su contenido,
6622  y la variante 
6623 \series bold
6624
6625 \backslash
6626 bigl
6627 \series default
6628 -
6629 \series bold
6630
6631 \backslash
6632 bigr
6633 \series default
6634
6635 \begin_inset Index
6636 status collapsed
6637
6638 \begin_layout Plain Layout
6639 Comandos ! B ! 
6640 \backslash
6641 bigl - 
6642 \backslash
6643 bigr
6644 \end_layout
6645
6646 \end_inset
6647
6648 , que no añade espacio adicional.
6649  La 
6650 \emph on
6651 l
6652 \emph default
6653  al final del comando 
6654 \series bold
6655
6656 \backslash
6657 bigl 
6658 \series default
6659 es para el delimitador izquierdo, la 
6660 \emph on
6661 r
6662 \emph default
6663  es para el delimitador derecho.
6664  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6665  apertura o de cierre.
6666 \end_layout
6667
6668 \begin_layout Standard
6669 En el siguiente cuadro hay una comparación de las variantes:
6670 \end_layout
6671
6672 \begin_layout Standard
6673 \noindent
6674 \align center
6675 \begin_inset Tabular
6676 <lyxtabular version="3" rows="5" columns="2">
6677 <features>
6678 <column alignment="center" valignment="top" width="0">
6679 <column alignment="center" valignment="top" width="0">
6680 <row>
6681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 Comando
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 Resultado
6695 \begin_inset Note Note
6696 status collapsed
6697
6698 \begin_layout Plain Layout
6699
6700 \series bold
6701
6702 \backslash
6703 raisebox
6704 \series default
6705  se usa sólo como espaciador
6706 \end_layout
6707
6708 \end_inset
6709
6710
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 </row>
6716 <row>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721
6722 \backslash
6723 Bigm(
6724 \backslash
6725 bigm(
6726 \backslash
6727 ln(3x)
6728 \backslash
6729 bigm)^2
6730 \series bold
6731
6732 \begin_inset ERT
6733 status collapsed
6734
6735 \begin_layout Plain Layout
6736
6737
6738 \backslash
6739 spce 
6740 \end_layout
6741
6742 \end_inset
6743
6744
6745 \series default
6746
6747 \backslash
6748 Bigm)
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6758 \end_inset
6759
6760
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 </row>
6766 <row>
6767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771
6772 \backslash
6773 Big(
6774 \backslash
6775 big(
6776 \backslash
6777 ln(3x)
6778 \backslash
6779 big)^2
6780 \series bold
6781
6782 \begin_inset ERT
6783 status collapsed
6784
6785 \begin_layout Plain Layout
6786
6787
6788 \backslash
6789 spce 
6790 \end_layout
6791
6792 \end_inset
6793
6794
6795 \series default
6796
6797 \backslash
6798 Big)
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6808 \end_inset
6809
6810
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 </row>
6816 <row>
6817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821
6822 \backslash
6823 Bigl(
6824 \backslash
6825 bigl(
6826 \backslash
6827 ln(3x)
6828 \backslash
6829 bigr)^2
6830 \series bold
6831
6832 \begin_inset ERT
6833 status collapsed
6834
6835 \begin_layout Plain Layout
6836
6837
6838 \backslash
6839 spce 
6840 \end_layout
6841
6842 \end_inset
6843
6844
6845 \series default
6846
6847 \backslash
6848 Bigr)
6849 \end_layout
6850
6851 \end_inset
6852 </cell>
6853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6854 \begin_inset Text
6855
6856 \begin_layout Plain Layout
6857 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6858 \end_inset
6859
6860
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 </row>
6866 <row>
6867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871
6872 \backslash
6873 bigl)
6874 \backslash
6875 ln(3x)
6876 \backslash
6877 bigr(
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6887 \end_inset
6888
6889
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 </row>
6895 </lyxtabular>
6896
6897 \end_inset
6898
6899
6900 \end_layout
6901
6902 \begin_layout Subsubsection
6903 Tamaño automático de los delimitadores
6904 \begin_inset CommandInset label
6905 LatexCommand label
6906 name "sub:Tamaño-automático-de"
6907
6908 \end_inset
6909
6910
6911 \begin_inset Index
6912 status collapsed
6913
6914 \begin_layout Plain Layout
6915 Delimitadores ! tamaño automático
6916 \end_layout
6917
6918 \end_inset
6919
6920
6921 \end_layout
6922
6923 \begin_layout Standard
6924 Se pueden insertar delimitadores de tamaño variable con los comandos 
6925 \series bold
6926
6927 \backslash
6928 left
6929 \series default
6930
6931 \begin_inset Index
6932 status collapsed
6933
6934 \begin_layout Plain Layout
6935 Comandos ! L ! 
6936 \backslash
6937 left
6938 \end_layout
6939
6940 \end_inset
6941
6942  y 
6943 \series bold
6944
6945 \backslash
6946 right
6947 \series default
6948
6949 \begin_inset Index
6950 status collapsed
6951
6952 \begin_layout Plain Layout
6953 Comandos ! R ! 
6954 \backslash
6955 right
6956 \end_layout
6957
6958 \end_inset
6959
6960  o con el botón de la barra de ecuaciones 
6961 \begin_inset Graphics
6962         filename ../../images/dialog-show_mathdelimiter.png
6963         scale 85
6964
6965 \end_inset
6966
6967 .
6968  El delimitador deseado se debe insertar directamente detrás de 
6969 \series bold
6970
6971 \backslash
6972 left
6973 \series default
6974  y 
6975 \series bold
6976
6977 \backslash
6978 right
6979 \series default
6980 .
6981  El tamaño se calculará automáticamente después para la salida.
6982  
6983 \end_layout
6984
6985 \begin_layout Standard
6986 \noindent
6987 \align center
6988 delimitador normal: El comando 
6989 \series bold
6990
6991 \backslash
6992 ln(
6993 \backslash
6994 frac
6995 \series default
6996
6997 \begin_inset ERT
6998 status collapsed
6999
7000 \begin_layout Plain Layout
7001
7002
7003 \backslash
7004 spce 
7005 \end_layout
7006
7007 \end_inset
7008
7009
7010 \series bold
7011 A
7012 \begin_inset Formula $\downarrow$
7013 \end_inset
7014
7015 C
7016 \series default
7017
7018 \begin_inset ERT
7019 status collapsed
7020
7021 \begin_layout Plain Layout
7022
7023
7024 \backslash
7025 spce
7026 \end_layout
7027
7028 \end_inset
7029
7030
7031 \series bold
7032 )
7033 \series default
7034  genera
7035 \begin_inset Formula \[
7036 \ln(\frac{A}{C})\]
7037
7038 \end_inset
7039
7040
7041 \end_layout
7042
7043 \begin_layout Standard
7044 \noindent
7045 \align center
7046 delimitador multilínea: El comando 
7047 \series bold
7048
7049 \backslash
7050 ln
7051 \backslash
7052 left(
7053 \backslash
7054 frac
7055 \series default
7056
7057 \begin_inset ERT
7058 status collapsed
7059
7060 \begin_layout Plain Layout
7061
7062
7063 \backslash
7064 spce 
7065 \end_layout
7066
7067 \end_inset
7068
7069
7070 \series bold
7071 A
7072 \begin_inset Formula $\downarrow$
7073 \end_inset
7074
7075 C
7076 \series default
7077
7078 \begin_inset ERT
7079 status collapsed
7080
7081 \begin_layout Plain Layout
7082
7083
7084 \backslash
7085 spce 
7086 \end_layout
7087
7088 \end_inset
7089
7090
7091 \series bold
7092
7093 \backslash
7094 right)
7095 \series default
7096  genera
7097 \begin_inset Formula \[
7098 \ln\left(\frac{A}{C}\right)\]
7099
7100 \end_inset
7101
7102
7103 \end_layout
7104
7105 \begin_layout Standard
7106 En lugar de 
7107 \series bold
7108
7109 \backslash
7110 left
7111 \series default
7112  y 
7113 \series bold
7114
7115 \backslash
7116 right
7117 \series default
7118  se puede usar el atajo 
7119 \family sans
7120 Alt+M
7121 \begin_inset space ~
7122 \end_inset
7123
7124 Corchete
7125 \family default
7126 .
7127  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7128  real del delimitador y además se genera el correspondiente delimitador
7129  de cierre.
7130 \begin_inset Newline newline
7131 \end_inset
7132
7133 El comando para el último ejemplo sería 
7134 \series bold
7135
7136 \backslash
7137 ln Alt+M
7138 \series default
7139  
7140 \series bold
7141 (
7142 \backslash
7143 frac
7144 \begin_inset ERT
7145 status collapsed
7146
7147 \begin_layout Plain Layout
7148
7149
7150 \backslash
7151 spce 
7152 \end_layout
7153
7154 \end_inset
7155
7156 A
7157 \begin_inset Formula $\downarrow$
7158 \end_inset
7159
7160
7161 \end_layout
7162
7163 \begin_layout Standard
7164 Para omitir uno de los dos delimitadores se inserta un punto.
7165  Por ejemplo, el comando 
7166 \series bold
7167
7168 \backslash
7169 left.
7170 \backslash
7171 frac
7172 \series default
7173
7174 \begin_inset ERT
7175 status collapsed
7176
7177 \begin_layout Plain Layout
7178
7179
7180 \backslash
7181 spce 
7182 \end_layout
7183
7184 \end_inset
7185
7186
7187 \series bold
7188 A
7189 \begin_inset Formula $\downarrow$
7190 \end_inset
7191
7192 B
7193 \series default
7194
7195 \begin_inset ERT
7196 status collapsed
7197
7198 \begin_layout Plain Layout
7199
7200
7201 \backslash
7202 spce 
7203 \end_layout
7204
7205 \end_inset
7206
7207
7208 \series bold
7209
7210 \backslash
7211 right}
7212 \series default
7213  da lugar a:
7214 \begin_inset Formula \[
7215 \left.\frac{A}{B}\right\} \]
7216
7217 \end_inset
7218
7219
7220 \end_layout
7221
7222 \begin_layout Standard
7223 LyX convertirá los comandos 
7224 \series bold
7225
7226 \backslash
7227 left
7228 \series default
7229  y 
7230 \series bold
7231
7232 \backslash
7233 right
7234 \series default
7235  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7236  omitido aparecerá como línea de trazos.
7237  
7238 \begin_inset VSpace bigskip
7239 \end_inset
7240
7241
7242 \end_layout
7243
7244 \begin_layout Standard
7245 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7246  de LaTeX, el comando 
7247 \series bold
7248
7249 \backslash
7250 middle
7251 \series default
7252
7253 \begin_inset Index
7254 status collapsed
7255
7256 \begin_layout Plain Layout
7257 Comandos ! M ! 
7258 \backslash
7259 middle
7260 \end_layout
7261
7262 \end_inset
7263
7264  está también disponible para todos los delimitadores y límites.
7265  Con este comando la altura del siguiente carácter se adapta a la de los
7266  delimitadores circundantes, lo que es necesario, p.
7267 \begin_inset space \thinspace{}
7268 \end_inset
7269
7270 e., para vectores físicos: 
7271 \begin_inset Formula \[
7272 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7273
7274 \end_inset
7275
7276
7277 \end_layout
7278
7279 \begin_layout Standard
7280 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7281 \begin_inset CommandInset ref
7282 LatexCommand ref
7283 reference "sub:Vectores-físicos"
7284
7285 \end_inset
7286
7287 .
7288 \end_layout
7289
7290 \begin_layout Subsection
7291 Delimitadores horizontales
7292 \begin_inset Index
7293 status collapsed
7294
7295 \begin_layout Plain Layout
7296 Delimitadores ! horizontales
7297 \end_layout
7298
7299 \end_inset
7300
7301
7302 \end_layout
7303
7304 \begin_layout Standard
7305 \noindent
7306 \align center
7307 \begin_inset Tabular
7308 <lyxtabular version="3" rows="4" columns="2">
7309 <features>
7310 <column alignment="center" valignment="top" width="0">
7311 <column alignment="center" valignment="top" width="0">
7312 <row>
7313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317 Comando
7318 \begin_inset Note Note
7319 status collapsed
7320
7321 \begin_layout Plain Layout
7322
7323 \series bold
7324
7325 \backslash
7326 raisebox
7327 \series default
7328  se usa sólo como espaciador
7329 \end_layout
7330
7331 \end_inset
7332
7333
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7339 \begin_inset Text
7340
7341 \begin_layout Plain Layout
7342 Resultado
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 </row>
7348 <row>
7349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7350 \begin_inset Text
7351
7352 \begin_layout Plain Layout
7353 \begin_inset ERT
7354 status collapsed
7355
7356 \begin_layout Plain Layout
7357
7358
7359 \backslash
7360 raisebox{2.3mm}{
7361 \end_layout
7362
7363 \end_inset
7364
7365
7366 \backslash
7367 overbrace
7368 \begin_inset ERT
7369 status collapsed
7370
7371 \begin_layout Plain Layout
7372
7373
7374 \backslash
7375 spce 
7376 \end_layout
7377
7378 \end_inset
7379
7380 A+B
7381 \begin_inset ERT
7382 status collapsed
7383
7384 \begin_layout Plain Layout
7385
7386
7387 \backslash
7388 spce 
7389 \end_layout
7390
7391 \end_inset
7392
7393 ^
7394 \begin_inset ERT
7395 status collapsed
7396
7397 \begin_layout Plain Layout
7398
7399
7400 \backslash
7401 spce 
7402 \end_layout
7403
7404 \end_inset
7405
7406 3
7407 \begin_inset ERT
7408 status collapsed
7409
7410 \begin_layout Plain Layout
7411
7412 }
7413 \end_layout
7414
7415 \end_inset
7416
7417
7418 \begin_inset Index
7419 status collapsed
7420
7421 \begin_layout Plain Layout
7422 Comandos ! O ! 
7423 \backslash
7424 overbrace
7425 \end_layout
7426
7427 \end_inset
7428
7429
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438 \begin_inset Formula $\overbrace{A+B}^{3}$
7439 \end_inset
7440
7441
7442 \end_layout
7443
7444 \end_inset
7445 </cell>
7446 </row>
7447 <row>
7448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452 \begin_inset ERT
7453 status collapsed
7454
7455 \begin_layout Plain Layout
7456
7457
7458 \backslash
7459 raisebox{-2.2mm}{
7460 \end_layout
7461
7462 \end_inset
7463
7464
7465 \backslash
7466 underbrace
7467 \begin_inset ERT
7468 status collapsed
7469
7470 \begin_layout Plain Layout
7471
7472
7473 \backslash
7474 spce 
7475 \end_layout
7476
7477 \end_inset
7478
7479 A+B
7480 \begin_inset ERT
7481 status collapsed
7482
7483 \begin_layout Plain Layout
7484
7485
7486 \backslash
7487 spce 
7488 \end_layout
7489
7490 \end_inset
7491
7492 _5
7493 \begin_inset ERT
7494 status collapsed
7495
7496 \begin_layout Plain Layout
7497
7498 }
7499 \end_layout
7500
7501 \end_inset
7502
7503
7504 \begin_inset Index
7505 status collapsed
7506
7507 \begin_layout Plain Layout
7508 Comandos ! U ! 
7509 \backslash
7510 underbrace
7511 \end_layout
7512
7513 \end_inset
7514
7515
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524 \begin_inset Formula $\underbrace{A+B}_{5}$
7525 \end_inset
7526
7527
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 </row>
7533 <row>
7534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538
7539 \backslash
7540 overbrace
7541 \begin_inset ERT
7542 status collapsed
7543
7544 \begin_layout Plain Layout
7545
7546
7547 \backslash
7548 spce 
7549 \end_layout
7550
7551 \end_inset
7552
7553
7554 \backslash
7555 underbrace
7556 \begin_inset ERT
7557 status collapsed
7558
7559 \begin_layout Plain Layout
7560
7561
7562 \backslash
7563 spce 
7564 \end_layout
7565
7566 \end_inset
7567
7568 A+B_w
7569 \begin_inset ERT
7570 status collapsed
7571
7572 \begin_layout Plain Layout
7573
7574
7575 \backslash
7576 spce 
7577 \end_layout
7578
7579 \end_inset
7580
7581
7582 \begin_inset ERT
7583 status collapsed
7584
7585 \begin_layout Plain Layout
7586
7587
7588 \backslash
7589 spce 
7590 \end_layout
7591
7592 \end_inset
7593
7594 _7
7595 \begin_inset ERT
7596 status collapsed
7597
7598 \begin_layout Plain Layout
7599
7600
7601 \backslash
7602 spce 
7603 \end_layout
7604
7605 \end_inset
7606
7607
7608 \begin_inset ERT
7609 status collapsed
7610
7611 \begin_layout Plain Layout
7612
7613
7614 \backslash
7615 spce 
7616 \end_layout
7617
7618 \end_inset
7619
7620 ^
7621 \begin_inset ERT
7622 status collapsed
7623
7624 \begin_layout Plain Layout
7625
7626
7627 \backslash
7628 spce 
7629 \end_layout
7630
7631 \end_inset
7632
7633 C
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7643 \end_inset
7644
7645
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 </row>
7651 </lyxtabular>
7652
7653 \end_inset
7654
7655
7656 \end_layout
7657
7658 \begin_layout Standard
7659 En el último ejemplo no importa en qué orden se introducen los comandos
7660  
7661 \series bold
7662
7663 \backslash
7664 overbrace
7665 \series default
7666  y 
7667 \series bold
7668
7669 \backslash
7670 underbrace
7671 \series default
7672 .
7673 \begin_inset VSpace bigskip
7674 \end_inset
7675
7676
7677 \end_layout
7678
7679 \begin_layout Standard
7680 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7681  multilínea, como se describe en
7682 \begin_inset space ~
7683 \end_inset
7684
7685
7686 \begin_inset CommandInset ref
7687 LatexCommand ref
7688 reference "sec:Ecuaciones-multilínea"
7689
7690 \end_inset
7691
7692 :
7693 \begin_inset Formula \begin{eqnarray*}
7694 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7695  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7696
7697 \end_inset
7698
7699 En la primera fila se insertan la ecuación y la primera llave.
7700  Aquí es importante insertar el comando de espacio
7701 \begin_inset Foot
7702 status collapsed
7703
7704 \begin_layout Plain Layout
7705 Los comandos para espacios se explican en 
7706 \begin_inset CommandInset ref
7707 LatexCommand ref
7708 reference "sub:Espacio-predefinido"
7709
7710 \end_inset
7711
7712
7713 \end_layout
7714
7715 \end_inset
7716
7717  
7718 \series bold
7719
7720 \backslash
7721 :
7722 \series default
7723  antes de la primera
7724 \series bold
7725  
7726 \series default
7727
7728 \begin_inset Formula $d$
7729 \end_inset
7730
7731 , porque la llave que termina detrás de 
7732 \begin_inset Formula $q$
7733 \end_inset
7734
7735  impide que el siguiente 
7736 \begin_inset Quotes fld
7737 \end_inset
7738
7739 +
7740 \begin_inset Quotes frd
7741 \end_inset
7742
7743  esté rodeado de espacio.
7744 \begin_inset Foot
7745 status collapsed
7746
7747 \begin_layout Plain Layout
7748 Debido a que la llave no es considerada como carácter, véase 
7749 \begin_inset CommandInset ref
7750 LatexCommand ref
7751 reference "sub:Operadores-binarios"
7752
7753 \end_inset
7754
7755
7756 \end_layout
7757
7758 \end_inset
7759
7760  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7761  de 
7762 \begin_inset Formula $b$
7763 \end_inset
7764
7765  se inserta antes el comando 
7766 \series bold
7767
7768 \backslash
7769 hphantom{gggg+
7770 \backslash
7771 :}
7772 \series default
7773 .
7774 \begin_inset Foot
7775 status collapsed
7776
7777 \begin_layout Plain Layout
7778 Más sobre 
7779 \series bold
7780
7781 \backslash
7782 hphantom
7783 \series default
7784  en 
7785 \begin_inset CommandInset ref
7786 LatexCommand ref
7787 reference "sub:Espacios-reservados"
7788
7789 \end_inset
7790
7791
7792 \end_layout
7793
7794 \end_inset
7795
7796  Ese espacio es necesario porque el signo 
7797 \begin_inset Quotes fld
7798 \end_inset
7799
7800 +
7801 \begin_inset Quotes frd
7802 \end_inset
7803
7804  va seguido de un espacio en la ecuación.
7805  La llave se coloca bajo el comando 
7806 \series bold
7807
7808 \backslash
7809 hphantom{bbqq+dddd}
7810 \series default
7811 .
7812  
7813 \end_layout
7814
7815 \begin_layout Standard
7816 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7817  ejemplo:
7818 \begin_inset ERT
7819 status collapsed
7820
7821 \begin_layout Plain Layout
7822
7823
7824 \backslash
7825 setlength{
7826 \backslash
7827 jot}{-6pt}
7828 \end_layout
7829
7830 \end_inset
7831
7832
7833 \begin_inset Formula \begin{eqnarray*}
7834  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7835 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7836
7837 \end_inset
7838
7839
7840 \begin_inset ERT
7841 status collapsed
7842
7843 \begin_layout Plain Layout
7844
7845
7846 \backslash
7847 setlength{
7848 \backslash
7849 jot}{3pt}
7850 \end_layout
7851
7852 \end_inset
7853
7854 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7855  anterior, con la diferencia de que la llave está encima.
7856  La segunda fila contiene la ecuación junto con la segunda llave.
7857  Para evitar que haya demasiado espacio entre la llave superior en la primera
7858  fila y la ecuación hay que reducirlo.
7859  Esto no es fácil de hacer debido a un fallo de LyX.
7860 \begin_inset Foot
7861 status collapsed
7862
7863 \begin_layout Plain Layout
7864 \begin_inset CommandInset href
7865 LatexCommand href
7866 name "LyX-bug #1505"
7867 target "http://www.lyx.org/trac/ticket/1505"
7868
7869 \end_inset
7870
7871
7872 \end_layout
7873
7874 \end_inset
7875
7876  Una solución es cambiar la separación global de filas en la ecuación, 
7877 \series bold
7878
7879 \backslash
7880 jot
7881 \series default
7882
7883 \begin_inset Index
7884 status collapsed
7885
7886 \begin_layout Plain Layout
7887 Comandos ! J ! 
7888 \backslash
7889 jot
7890 \end_layout
7891
7892 \end_inset
7893
7894 , en -6
7895 \begin_inset space \thinspace{}
7896 \end_inset
7897
7898 pt insertando antes de la ecuación el comando 
7899 \series bold
7900
7901 \backslash
7902 setlength{
7903 \backslash
7904 jot}{-6pt}
7905 \series default
7906  en modo TeX.
7907  Después de la ecuación se vuelve al valor normal 3
7908 \begin_inset space \thinspace{}
7909 \end_inset
7910
7911 pt de 
7912 \series bold
7913
7914 \backslash
7915 jot
7916 \series default
7917  usando el mismo comando.
7918  Más información sobre separación de filas en ecuaciones en
7919 \begin_inset space ~
7920 \end_inset
7921
7922
7923 \begin_inset CommandInset ref
7924 LatexCommand ref
7925 reference "sub:Separación-de-líneas"
7926
7927 \end_inset
7928
7929 .
7930 \end_layout
7931
7932 \begin_layout Section
7933 Flechas
7934 \begin_inset Index
7935 status collapsed
7936
7937 \begin_layout Plain Layout
7938 Flechas
7939 \end_layout
7940
7941 \end_inset
7942
7943
7944 \end_layout
7945
7946 \begin_layout Standard
7947 Las flechas se pueden insertar con el botón 
7948 \begin_inset Graphics
7949         filename ../../images/math/leftarrow.png
7950         scale 85
7951
7952 \end_inset
7953
7954  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7955  siguientes.
7956 \end_layout
7957
7958 \begin_layout Subsection
7959 Flechas horizontales
7960 \begin_inset Index
7961 status collapsed
7962
7963 \begin_layout Plain Layout
7964 Flechas ! horizontales
7965 \end_layout
7966
7967 \end_inset
7968
7969
7970 \end_layout
7971
7972 \begin_layout Standard
7973 \begin_inset space \hfill{}
7974 \end_inset
7975
7976
7977 \begin_inset Tabular
7978 <lyxtabular version="3" rows="8" columns="2">
7979 <features>
7980 <column alignment="center" valignment="top" width="0pt">
7981 <column alignment="center" valignment="top" width="0pt">
7982 <row>
7983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 Comando
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 Resultado
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row>
8003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \backslash
8009 gets
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 \begin_inset Formula $\gets$
8019 \end_inset
8020
8021
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 </row>
8027 <row>
8028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032
8033 \backslash
8034 Leftarrow
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043 \begin_inset Formula $\Leftarrow$
8044 \end_inset
8045
8046
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 </row>
8052 <row>
8053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057
8058 \backslash
8059 longleftarrow
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068 \begin_inset Formula $\longleftarrow$
8069 \end_inset
8070
8071
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 <row>
8078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082
8083 \backslash
8084 Longleftarrow
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 \begin_inset Formula $\Longleftarrow$
8094 \end_inset
8095
8096
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 </row>
8102 <row>
8103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107
8108 \backslash
8109 leftharpoonup
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 \begin_inset Formula $\leftharpoonup$
8119 \end_inset
8120
8121
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 </row>
8127 <row>
8128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132
8133 \backslash
8134 leftharpoondown
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143 \begin_inset Formula $\leftharpoondown$
8144 \end_inset
8145
8146
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 </row>
8152 <row>
8153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157
8158 \backslash
8159 hookleftarrow
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 \begin_inset Formula $\hookleftarrow$
8169 \end_inset
8170
8171
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 </row>
8177 </lyxtabular>
8178
8179 \end_inset
8180
8181
8182 \begin_inset space \hfill{}
8183 \end_inset
8184
8185
8186 \begin_inset Tabular
8187 <lyxtabular version="3" rows="8" columns="2">
8188 <features>
8189 <column alignment="center" valignment="top" width="0pt">
8190 <column alignment="center" valignment="top" width="0pt">
8191 <row>
8192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196 Comando
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 Resultado
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 </row>
8211 <row>
8212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216
8217 \backslash
8218 to
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227 \begin_inset Formula $\to$
8228 \end_inset
8229
8230
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 </row>
8236 <row>
8237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241
8242 \backslash
8243 Rightarrow
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 \begin_inset Formula $\Rightarrow$
8253 \end_inset
8254
8255
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 </row>
8261 <row>
8262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266
8267 \backslash
8268 longrightarrow
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 \begin_inset Formula $\longrightarrow$
8278 \end_inset
8279
8280
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 </row>
8286 <row>
8287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291
8292 \backslash
8293 Longrightarrow
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 \begin_inset Formula $\Longrightarrow$
8303 \end_inset
8304
8305
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 </row>
8311 <row>
8312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316
8317 \backslash
8318 rightharpoonup
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 \begin_inset Formula $\rightharpoonup$
8328 \end_inset
8329
8330
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 </row>
8336 <row>
8337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341
8342 \backslash
8343 rightharpoondown
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 \begin_inset Formula $\rightharpoondown$
8353 \end_inset
8354
8355
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 </row>
8361 <row>
8362 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366
8367 \backslash
8368 hookrightarrow
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 \begin_inset Formula $\hookrightarrow$
8378 \end_inset
8379
8380
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 </row>
8386 </lyxtabular>
8387
8388 \end_inset
8389
8390
8391 \begin_inset space \hfill{}
8392 \end_inset
8393
8394
8395 \end_layout
8396
8397 \begin_layout Standard
8398 \begin_inset space \hfill{}
8399 \end_inset
8400
8401
8402 \begin_inset Tabular
8403 <lyxtabular version="3" rows="6" columns="2">
8404 <features>
8405 <column alignment="center" valignment="top" width="0pt">
8406 <column alignment="center" valignment="top" width="0pt">
8407 <row>
8408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 Comando
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421 Resultado
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 </row>
8427 <row>
8428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432
8433 \backslash
8434 leftrightarrow
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 \begin_inset Formula $\leftrightarrow$
8444 \end_inset
8445
8446
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 </row>
8452 <row>
8453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457
8458 \backslash
8459 Leftrightarrow
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 \begin_inset Formula $\Leftrightarrow$
8469 \end_inset
8470
8471
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 <row>
8478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482
8483 \backslash
8484 longleftrightarrow
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 \begin_inset Formula $\longleftrightarrow$
8494 \end_inset
8495
8496
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 </row>
8502 <row>
8503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507
8508 \backslash
8509 Longleftrightarrow
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 \begin_inset Formula $\Longleftrightarrow$
8519 \end_inset
8520
8521
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 </row>
8527 <row>
8528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532
8533 \backslash
8534 rightleftharpoons
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 \begin_inset Formula $\rightleftharpoons$
8544 \end_inset
8545
8546
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 </row>
8552 </lyxtabular>
8553
8554 \end_inset
8555
8556
8557 \begin_inset space \hspace{}
8558 \length 25pt
8559 \end_inset
8560
8561
8562 \begin_inset space \hfill{}
8563 \end_inset
8564
8565
8566 \begin_inset Tabular
8567 <lyxtabular version="3" rows="5" columns="2">
8568 <features>
8569 <column alignment="center" valignment="top" width="0pt">
8570 <column alignment="center" valignment="top" width="0pt">
8571 <row>
8572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 Comando
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 Resultado
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 </row>
8591 <row>
8592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596
8597 \backslash
8598 mapsto
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 \begin_inset Formula $\mapsto$
8608 \end_inset
8609
8610
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 </row>
8616 <row>
8617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621
8622 \backslash
8623 longmapsto
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 \begin_inset Formula $\longmapsto$
8633 \end_inset
8634
8635
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 <row>
8642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646
8647 \backslash
8648 leadsto
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 \begin_inset Formula $\leadsto$
8658 \end_inset
8659
8660
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 </row>
8666 <row>
8667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671
8672 \backslash
8673 dasharrow
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 \begin_inset Formula $\dasharrow$
8683 \end_inset
8684
8685
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 </row>
8691 </lyxtabular>
8692
8693 \end_inset
8694
8695
8696 \begin_inset space \hfill{}
8697 \end_inset
8698
8699
8700 \begin_inset VSpace medskip
8701 \end_inset
8702
8703
8704 \end_layout
8705
8706 \begin_layout Standard
8707 Las flechas que se utilizan como acentos, p.
8708 \begin_inset space \thinspace{}
8709 \end_inset
8710
8711 e.
8712  en vectores, se describen en 
8713 \begin_inset CommandInset ref
8714 LatexCommand ref
8715 reference "sec:Acentos"
8716
8717 \end_inset
8718
8719 .
8720  
8721 \begin_inset VSpace bigskip
8722 \end_inset
8723
8724
8725 \end_layout
8726
8727 \begin_layout Standard
8728 Además hay las flechas etiquetadas
8729 \begin_inset Index
8730 status collapsed
8731
8732 \begin_layout Plain Layout
8733 Flechas ! etiquetadas
8734 \end_layout
8735
8736 \end_inset
8737
8738  
8739 \series bold
8740
8741 \backslash
8742 xleftarrow
8743 \series default
8744
8745 \begin_inset Index
8746 status collapsed
8747
8748 \begin_layout Plain Layout
8749 Comandos ! X ! 
8750 \backslash
8751 xleftarrow
8752 \end_layout
8753
8754 \end_inset
8755
8756  y 
8757 \series bold
8758
8759 \backslash
8760 xrightarrow
8761 \series default
8762
8763 \begin_inset Index
8764 status collapsed
8765
8766 \begin_layout Plain Layout
8767 Comandos ! X ! 
8768 \backslash
8769 xrightarrow
8770 \begin_inset ERT
8771 status collapsed
8772
8773 \begin_layout Plain Layout
8774
8775
8776 \backslash
8777 vspace{4mm}
8778 \end_layout
8779
8780 \end_inset
8781
8782
8783 \end_layout
8784
8785 \end_inset
8786
8787 .
8788  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8789  con dos marcos azules donde se puede insertar la etiqueta.
8790  La longitud de la flecha se adapta a la anchura de la etiqueta.
8791 \end_layout
8792
8793 \begin_layout Standard
8794 \noindent
8795 \align center
8796 \begin_inset Tabular
8797 <lyxtabular version="3" rows="3" columns="2">
8798 <features>
8799 <column alignment="center" valignment="top" width="0">
8800 <column alignment="center" valignment="top" width="0">
8801 <row>
8802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 Comando
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 Resultado
8816 \begin_inset Note Note
8817 status collapsed
8818
8819 \begin_layout Plain Layout
8820
8821 \series bold
8822
8823 \backslash
8824 raisebox
8825 \series default
8826  se usa sólo como espaciador
8827 \end_layout
8828
8829 \end_inset
8830
8831
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 </row>
8837 <row>
8838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 F(a)
8843 \backslash
8844 xleftarrow
8845 \begin_inset ERT
8846 status collapsed
8847
8848 \begin_layout Plain Layout
8849
8850
8851 \backslash
8852 spce 
8853 \end_layout
8854
8855 \end_inset
8856
8857 x=a
8858 \begin_inset Formula $\downarrow$
8859 \end_inset
8860
8861 x>0
8862 \begin_inset Formula $\to$
8863 \end_inset
8864
8865 F(x)
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8875 \end_inset
8876
8877
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 </row>
8883 <row>
8884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 F(x)
8889 \backslash
8890 xrightarrow
8891 \begin_inset ERT
8892 status collapsed
8893
8894 \begin_layout Plain Layout
8895
8896
8897 \backslash
8898 spce 
8899 \end_layout
8900
8901 \end_inset
8902
8903 x=a
8904 \begin_inset Formula $\downarrow$
8905 \end_inset
8906
8907 x>0
8908 \begin_inset Formula $\to$
8909 \end_inset
8910
8911 F(a)
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8921 \end_inset
8922
8923
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 </row>
8929 </lyxtabular>
8930
8931 \end_inset
8932
8933
8934 \end_layout
8935
8936 \begin_layout Subsection
8937 Flechas verticales y diagonales
8938 \begin_inset Index
8939 status collapsed
8940
8941 \begin_layout Plain Layout
8942 Flechas ! diagonales
8943 \end_layout
8944
8945 \end_inset
8946
8947
8948 \begin_inset Index
8949 status collapsed
8950
8951 \begin_layout Plain Layout
8952 Flechas ! verticales
8953 \end_layout
8954
8955 \end_inset
8956
8957
8958 \end_layout
8959
8960 \begin_layout Standard
8961 \begin_inset space \hfill{}
8962 \end_inset
8963
8964
8965 \begin_inset Tabular
8966 <lyxtabular version="3" rows="7" columns="2">
8967 <features>
8968 <column alignment="center" valignment="top" width="0pt">
8969 <column alignment="center" valignment="top" width="0pt">
8970 <row>
8971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 Comando
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984 Resultado
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 </row>
8990 <row>
8991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995
8996 \backslash
8997 uparrow
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 \begin_inset Formula $\uparrow$
9007 \end_inset
9008
9009
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 </row>
9015 <row>
9016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020
9021 \backslash
9022 Uparrow
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031 \begin_inset Formula $\Uparrow$
9032 \end_inset
9033
9034
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 </row>
9040 <row>
9041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045
9046 \backslash
9047 updownarrow
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056 \begin_inset Formula $\updownarrow$
9057 \end_inset
9058
9059
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 </row>
9065 <row>
9066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070
9071 \backslash
9072 Updownarrow
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 \begin_inset Formula $\Updownarrow$
9082 \end_inset
9083
9084
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 </row>
9090 <row>
9091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095
9096 \backslash
9097 Downarrow
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106 \begin_inset Formula $\Downarrow$
9107 \end_inset
9108
9109
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 </row>
9115 <row>
9116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120
9121 \backslash
9122 downarrow
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 \begin_inset Formula $\downarrow$
9132 \end_inset
9133
9134
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 </row>
9140 </lyxtabular>
9141
9142 \end_inset
9143
9144
9145 \begin_inset space \hfill{}
9146 \end_inset
9147
9148
9149 \begin_inset Tabular
9150 <lyxtabular version="3" rows="5" columns="2">
9151 <features>
9152 <column alignment="center" valignment="top" width="0pt">
9153 <column alignment="center" valignment="top" width="0pt">
9154 <row>
9155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 Comando
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 Resultado
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 </row>
9174 <row>
9175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179
9180 \backslash
9181 nearrow
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190 \begin_inset Formula $\nearrow$
9191 \end_inset
9192
9193
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 </row>
9199 <row>
9200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204
9205 \backslash
9206 searrow
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 \begin_inset Formula $\searrow$
9216 \end_inset
9217
9218
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 </row>
9224 <row>
9225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9226 \begin_inset Text
9227
9228 \begin_layout Plain Layout
9229
9230 \backslash
9231 swarrow
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240 \begin_inset Formula $\swarrow$
9241 \end_inset
9242
9243
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 </row>
9249 <row>
9250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254
9255 \backslash
9256 nwarrow
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265 \begin_inset Formula $\nwarrow$
9266 \end_inset
9267
9268
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 </row>
9274 </lyxtabular>
9275
9276 \end_inset
9277
9278
9279 \begin_inset space \hfill{}
9280 \end_inset
9281
9282
9283 \end_layout
9284
9285 \begin_layout Standard
9286 \begin_inset VSpace medskip
9287 \end_inset
9288
9289
9290 \end_layout
9291
9292 \begin_layout Standard
9293 Las flechas verticales también se pueden usar como delimitadores junto con
9294  los comandos descritos en
9295 \begin_inset space ~
9296 \end_inset
9297
9298
9299 \begin_inset CommandInset ref
9300 LatexCommand ref
9301 reference "sub:Tamaño-manual-de"
9302
9303 \end_inset
9304
9305  y 
9306 \begin_inset CommandInset ref
9307 LatexCommand ref
9308 reference "sub:Tamaño-automático-de"
9309
9310 \end_inset
9311
9312 .
9313 \end_layout
9314
9315 \begin_layout Standard
9316
9317 \end_layout
9318
9319 \begin_layout Section
9320 Acentos
9321 \begin_inset CommandInset label
9322 LatexCommand label
9323 name "sec:Acentos"
9324
9325 \end_inset
9326
9327
9328 \begin_inset Index
9329 status collapsed
9330
9331 \begin_layout Plain Layout
9332 Acentos
9333 \end_layout
9334
9335 \end_inset
9336
9337
9338 \end_layout
9339
9340 \begin_layout Standard
9341 Los acentos se pueden insertar con el botón 
9342 \begin_inset Graphics
9343         filename ../../images/math/hat.png
9344         scale 85
9345
9346 \end_inset
9347
9348  o mediante los comandos listados en las siguientes subsecciones.
9349 \end_layout
9350
9351 \begin_layout Subsection
9352 Acentos para un carácter
9353 \begin_inset ERT
9354 status collapsed
9355
9356 \begin_layout Plain Layout
9357
9358
9359 \backslash
9360 texorpdfstring{
9361 \end_layout
9362
9363 \end_inset
9364
9365
9366 \begin_inset Foot
9367 status collapsed
9368
9369 \begin_layout Plain Layout
9370 Para acentos en texto, véase 
9371 \begin_inset CommandInset ref
9372 LatexCommand ref
9373 reference "sub:Acentos-en-texto"
9374
9375 \end_inset
9376
9377
9378 \end_layout
9379
9380 \end_inset
9381
9382
9383 \begin_inset ERT
9384 status collapsed
9385
9386 \begin_layout Plain Layout
9387
9388 }{}
9389 \end_layout
9390
9391 \end_inset
9392
9393
9394 \begin_inset Note Note
9395 status collapsed
9396
9397 \begin_layout Plain Layout
9398
9399 \backslash
9400 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
9401  PDF.
9402 \end_layout
9403
9404 \begin_layout Plain Layout
9405 Más sobre 
9406 \backslash
9407 texorpdfstring en la sección 
9408 \begin_inset CommandInset ref
9409 LatexCommand ref
9410 reference "sub:Ecuaciones-en-encabezados"
9411
9412 \end_inset
9413
9414 .
9415 \end_layout
9416
9417 \end_inset
9418
9419
9420 \begin_inset CommandInset label
9421 LatexCommand label
9422 name "sub:Acentos-para-un"
9423
9424 \end_inset
9425
9426
9427 \begin_inset Index
9428 status collapsed
9429
9430 \begin_layout Plain Layout
9431 Acentos ! para un carácter
9432 \end_layout
9433
9434 \end_inset
9435
9436
9437 \end_layout
9438
9439 \begin_layout Standard
9440 \begin_inset space \hfill{}
9441 \end_inset
9442
9443
9444 \begin_inset Tabular
9445 <lyxtabular version="3" rows="8" columns="2">
9446 <features>
9447 <column alignment="center" valignment="top" width="0pt">
9448 <column alignment="center" valignment="top" width="0pt">
9449 <row>
9450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 Comando
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463 Resultado
9464 \begin_inset Note Note
9465 status collapsed
9466
9467 \begin_layout Plain Layout
9468
9469 \series bold
9470
9471 \backslash
9472 raisebox
9473 \series default
9474  se usa sólo como espaciador
9475 \end_layout
9476
9477 \end_inset
9478
9479
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 </row>
9485 <row>
9486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490
9491 \backslash
9492 dot
9493 \begin_inset ERT
9494 status collapsed
9495
9496 \begin_layout Plain Layout
9497
9498
9499 \backslash
9500 spce 
9501 \end_layout
9502
9503 \end_inset
9504
9505 A
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9515 \end_inset
9516
9517
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 </row>
9523 <row>
9524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528
9529 \backslash
9530 ddot
9531 \begin_inset ERT
9532 status collapsed
9533
9534 \begin_layout Plain Layout
9535
9536
9537 \backslash
9538 spce 
9539 \end_layout
9540
9541 \end_inset
9542
9543 A
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9553 \end_inset
9554
9555
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 </row>
9561 <row>
9562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \backslash
9568 dddot
9569 \begin_inset ERT
9570 status collapsed
9571
9572 \begin_layout Plain Layout
9573
9574
9575 \backslash
9576 spce 
9577 \end_layout
9578
9579 \end_inset
9580
9581 A
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9591 \end_inset
9592
9593
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 </row>
9599 <row>
9600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604
9605 \backslash
9606 ddddot{A
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9616 \end_inset
9617
9618
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 </row>
9624 <row>
9625 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Plain Layout
9629
9630 \backslash
9631 vec
9632 \begin_inset ERT
9633 status collapsed
9634
9635 \begin_layout Plain Layout
9636
9637
9638 \backslash
9639 spce 
9640 \end_layout
9641
9642 \end_inset
9643
9644 A
9645 \begin_inset Index
9646 status collapsed
9647
9648 \begin_layout Plain Layout
9649 Vectores
9650 \end_layout
9651
9652 \end_inset
9653
9654
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9664 \end_inset
9665
9666
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 </row>
9672 <row>
9673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677
9678 \backslash
9679 bar
9680 \begin_inset ERT
9681 status collapsed
9682
9683 \begin_layout Plain Layout
9684
9685
9686 \backslash
9687 spce 
9688 \end_layout
9689
9690 \end_inset
9691
9692 A
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9702 \end_inset
9703
9704
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 </row>
9710 <row>
9711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715
9716 \backslash
9717 mathring
9718 \begin_inset ERT
9719 status collapsed
9720
9721 \begin_layout Plain Layout
9722
9723
9724 \backslash
9725 spce 
9726 \end_layout
9727
9728 \end_inset
9729
9730 A
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9740 \end_inset
9741
9742
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 </row>
9748 </lyxtabular>
9749
9750 \end_inset
9751
9752
9753 \begin_inset space \hfill{}
9754 \end_inset
9755
9756
9757 \begin_inset Tabular
9758 <lyxtabular version="3" rows="7" columns="2">
9759 <features>
9760 <column alignment="center" valignment="top" width="0pt">
9761 <column alignment="center" valignment="top" width="0pt">
9762 <row>
9763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767 Comando
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776 Resultado
9777 \begin_inset Note Note
9778 status collapsed
9779
9780 \begin_layout Plain Layout
9781
9782 \series bold
9783
9784 \backslash
9785 raisebox
9786 \series default
9787  se usa sólo como espaciador
9788 \end_layout
9789
9790 \end_inset
9791
9792
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 </row>
9798 <row>
9799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803
9804 \backslash
9805 tilde
9806 \begin_inset ERT
9807 status collapsed
9808
9809 \begin_layout Plain Layout
9810
9811
9812 \backslash
9813 spce 
9814 \end_layout
9815
9816 \end_inset
9817
9818 A
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9828 \end_inset
9829
9830
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 </row>
9836 <row>
9837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841
9842 \backslash
9843 hat
9844 \begin_inset ERT
9845 status collapsed
9846
9847 \begin_layout Plain Layout
9848
9849
9850 \backslash
9851 spce 
9852 \end_layout
9853
9854 \end_inset
9855
9856 A
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9866 \end_inset
9867
9868
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 </row>
9874 <row>
9875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879
9880 \backslash
9881 check
9882 \begin_inset ERT
9883 status collapsed
9884
9885 \begin_layout Plain Layout
9886
9887
9888 \backslash
9889 spce 
9890 \end_layout
9891
9892 \end_inset
9893
9894 A
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9904 \end_inset
9905
9906
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 </row>
9912 <row>
9913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917
9918 \backslash
9919 acute
9920 \begin_inset ERT
9921 status collapsed
9922
9923 \begin_layout Plain Layout
9924
9925
9926 \backslash
9927 spce 
9928 \end_layout
9929
9930 \end_inset
9931
9932 A
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9942 \end_inset
9943
9944
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 </row>
9950 <row>
9951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \backslash
9957 grave
9958 \begin_inset ERT
9959 status collapsed
9960
9961 \begin_layout Plain Layout
9962
9963
9964 \backslash
9965 spce 
9966 \end_layout
9967
9968 \end_inset
9969
9970 A
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9980 \end_inset
9981
9982
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 </row>
9988 <row>
9989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993
9994 \backslash
9995 breve
9996 \begin_inset ERT
9997 status collapsed
9998
9999 \begin_layout Plain Layout
10000
10001
10002 \backslash
10003 spce 
10004 \end_layout
10005
10006 \end_inset
10007
10008 A
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10018 \end_inset
10019
10020
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 </row>
10026 </lyxtabular>
10027
10028 \end_inset
10029
10030
10031 \begin_inset space \hfill{}
10032 \end_inset
10033
10034
10035 \end_layout
10036
10037 \begin_layout Standard
10038 \begin_inset VSpace bigskip
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \begin_layout Standard
10045 En ecuaciones se pueden insertar acentos como é directamente.
10046  LyX los transformará al comando de acento correspondiente.
10047  Para poner diéresis
10048 \begin_inset Index
10049 status collapsed
10050
10051 \begin_layout Plain Layout
10052 Dieresis@Diéresis
10053 \end_layout
10054
10055 \end_inset
10056
10057  es mejor insertar comillas antes de la vocal.
10058  Estos dos caracteres son considerados por LaTeX como 
10059 \emph on
10060 un solo
10061 \emph default
10062  carácter si la parte de la ecuación con la diéresis se marca en idioma
10063  alemán.
10064 \begin_inset Foot
10065 status collapsed
10066
10067 \begin_layout Plain Layout
10068 O algún otro idioma que use acentos, p.
10069 \begin_inset space \thinspace{}
10070 \end_inset
10071
10072 e.
10073  catalán.
10074  Aunque esto no funciona en español por algún conflicto con el estilo 
10075 \series bold
10076 spanish
10077 \series default
10078  de 
10079 \series bold
10080 babel
10081 \series default
10082 , no es necesario: se puede escribir 
10083 \begin_inset Formula $ï$
10084 \end_inset
10085
10086  en una ecuación igual que se hace en texto normal, ï.
10087  (
10088 \emph on
10089 N.
10090 \begin_inset space \thinspace{}
10091 \end_inset
10092
10093 del t.
10094 \emph default
10095 )
10096 \end_layout
10097
10098 \end_inset
10099
10100  A diferencia de 
10101 \series bold
10102
10103 \backslash
10104 ddot
10105 \series default
10106 , con este método se generan diéresis 
10107 \begin_inset Quotes fld
10108 \end_inset
10109
10110 reales
10111 \begin_inset Quotes frd
10112 \end_inset
10113
10114 , como se demuestra en el siguiente ejemplo:
10115 \begin_inset VSpace -2mm
10116 \end_inset
10117
10118
10119 \end_layout
10120
10121 \begin_layout Standard
10122 \noindent
10123 \align center
10124 \begin_inset Tabular
10125 <lyxtabular version="3" rows="3" columns="2">
10126 <features>
10127 <column alignment="center" valignment="top" width="0">
10128 <column alignment="center" valignment="top" width="0">
10129 <row>
10130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134 Comando
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143 Resultado
10144 \begin_inset Note Note
10145 status collapsed
10146
10147 \begin_layout Plain Layout
10148
10149 \series bold
10150
10151 \backslash
10152 raisebox
10153 \series default
10154  se usa sólo como espaciador.
10155 \end_layout
10156
10157 \end_inset
10158
10159
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 </row>
10165 <row>
10166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170 ï
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179 \begin_inset Formula $ï$
10180 \end_inset
10181
10182
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 </row>
10188 <row>
10189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193
10194 \backslash
10195 ddot
10196 \begin_inset ERT
10197 status collapsed
10198
10199 \begin_layout Plain Layout
10200
10201
10202 \backslash
10203 spce 
10204 \end_layout
10205
10206 \end_inset
10207
10208 i
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10218 \end_inset
10219
10220
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 </row>
10226 </lyxtabular>
10227
10228 \end_inset
10229
10230
10231 \end_layout
10232
10233 \begin_layout Standard
10234 Otra ventaja frente a 
10235 \series bold
10236
10237 \backslash
10238 ddot
10239 \series default
10240  es que la diéresis puede convertirse directamente a texto matemático, porque
10241  los anteriores comandos para acentos 
10242 \emph on
10243 no están permitidos en texto matemático
10244 \emph default
10245 .
10246  Para convertir un carácter acentuado a texto matemático, se debe convertir
10247  sólo el carácter bajo el acento.
10248  Esto también se aplica para otras conversiones, p.
10249 \begin_inset space \thinspace{}
10250 \end_inset
10251
10252 e.
10253 \begin_inset space ~
10254 \end_inset
10255
10256 cursiva o negrita.
10257 \end_layout
10258
10259 \begin_layout Standard
10260 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10261 \end_layout
10262
10263 \begin_layout Subsection
10264 Acentos para operadores
10265 \begin_inset Index
10266 status collapsed
10267
10268 \begin_layout Plain Layout
10269 Acentos ! en operadores
10270 \end_layout
10271
10272 \end_inset
10273
10274
10275 \end_layout
10276
10277 \begin_layout Standard
10278 Con los comandos 
10279 \series bold
10280
10281 \backslash
10282 overset
10283 \series default
10284
10285 \begin_inset Index
10286 status collapsed
10287
10288 \begin_layout Plain Layout
10289 Comandos ! O ! 
10290 \backslash
10291 overset
10292 \end_layout
10293
10294 \end_inset
10295
10296  y 
10297 \series bold
10298
10299 \backslash
10300 underset
10301 \series default
10302
10303 \begin_inset Index
10304 status collapsed
10305
10306 \begin_layout Plain Layout
10307 Comandos ! U ! 
10308 \backslash
10309 underset
10310 \end_layout
10311
10312 \end_inset
10313
10314  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10315  Con el comando 
10316 \series bold
10317
10318 \backslash
10319 sideset
10320 \series default
10321
10322 \begin_inset Index
10323 status collapsed
10324
10325 \begin_layout Plain Layout
10326 Comandos ! S ! 
10327 \backslash
10328 sideset
10329 \end_layout
10330
10331 \end_inset
10332
10333  se pueden poner caracteres delante y detrás de un operador.
10334  El esquema del comando es:
10335 \end_layout
10336
10337 \begin_layout Standard
10338
10339 \series bold
10340
10341 \backslash
10342 sideset{carácter
10343 \series default
10344  
10345 \series bold
10346 anterior}{carácter posterior}
10347 \end_layout
10348
10349 \begin_layout Standard
10350
10351 \series bold
10352
10353 \backslash
10354 sideset
10355 \series default
10356  siempre debe estar delante del operador que debe acentuarse.
10357  Se puede acentuar con varios caracteres e incluso con otros operadores
10358  y símbolos.
10359  Para colocar con
10360 \series bold
10361  
10362 \backslash
10363 sideset
10364 \series default
10365  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10366  el primer par de llaves, pero sin quitarlas.
10367  
10368 \end_layout
10369
10370 \begin_layout Standard
10371 Por ejemplo, el comando 
10372 \series bold
10373
10374 \backslash
10375 sideset{
10376 \begin_inset Formula $\to$
10377 \end_inset
10378
10379
10380 \backslash
10381 {
10382 \series default
10383 '
10384 \series bold
10385
10386 \begin_inset Formula $\to$
10387 \end_inset
10388
10389
10390 \backslash
10391 sum_k=1
10392 \begin_inset ERT
10393 status collapsed
10394
10395 \begin_layout Plain Layout
10396
10397
10398 \backslash
10399 spce 
10400 \end_layout
10401
10402 \end_inset
10403
10404
10405 \series default
10406 ^
10407 \series bold
10408
10409 \begin_inset ERT
10410 status collapsed
10411
10412 \begin_layout Plain Layout
10413
10414
10415 \backslash
10416 spce 
10417 \end_layout
10418
10419 \end_inset
10420
10421 n
10422 \series default
10423  genera:
10424 \begin_inset Formula \[
10425 \sideset{}{'}\sum_{k=1}^{n}\]
10426
10427 \end_inset
10428
10429
10430 \end_layout
10431
10432 \begin_layout Standard
10433 El comando 
10434 \series bold
10435
10436 \backslash
10437 overset
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 \backslash
10452 maltese
10453 \begin_inset ERT
10454 status collapsed
10455
10456 \begin_layout Plain Layout
10457
10458
10459 \backslash
10460 spce 
10461 \end_layout
10462
10463 \end_inset
10464
10465
10466 \series default
10467
10468 \begin_inset Formula $\uparrow$
10469 \end_inset
10470
10471
10472 \series bold
10473 a
10474 \series default
10475  genera:
10476 \begin_inset Formula \[
10477 \overset{a}{\maltese}\]
10478
10479 \end_inset
10480
10481
10482 \end_layout
10483
10484 \begin_layout Standard
10485 Como se ve en el último ejemplo, con 
10486 \series bold
10487
10488 \backslash
10489 overset
10490 \series default
10491  y 
10492 \series bold
10493
10494 \backslash
10495 underset
10496 \series default
10497  también se pueden acentuar símbolos y caracteres; con 
10498 \series bold
10499
10500 \backslash
10501 sideset
10502 \series default
10503  esto no es posible.
10504 \end_layout
10505
10506 \begin_layout Subsection
10507 Acentos para varios caracteres
10508 \begin_inset Index
10509 status collapsed
10510
10511 \begin_layout Plain Layout
10512 Acentos ! en varios caracteres
10513 \end_layout
10514
10515 \end_inset
10516
10517
10518 \end_layout
10519
10520 \begin_layout Standard
10521 \begin_inset space \hfill{}
10522 \end_inset
10523
10524
10525 \begin_inset Tabular
10526 <lyxtabular version="3" rows="5" columns="2">
10527 <features>
10528 <column alignment="center" valignment="top" width="0pt">
10529 <column alignment="center" valignment="top" width="0pt">
10530 <row>
10531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535 Comando
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 Resultado
10545 \begin_inset Note Note
10546 status collapsed
10547
10548 \begin_layout Plain Layout
10549
10550 \series bold
10551
10552 \backslash
10553 raisebox
10554 \series default
10555  se usa sólo como espaciador
10556 \end_layout
10557
10558 \end_inset
10559
10560
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 </row>
10566 <row>
10567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571
10572 \backslash
10573 overleftarrow
10574 \begin_inset ERT
10575 status collapsed
10576
10577 \begin_layout Plain Layout
10578
10579
10580 \backslash
10581 spce 
10582 \end_layout
10583
10584 \end_inset
10585
10586 A=B
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10596 \end_inset
10597
10598
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 </row>
10604 <row>
10605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609
10610 \backslash
10611 underleftarrow
10612 \begin_inset ERT
10613 status collapsed
10614
10615 \begin_layout Plain Layout
10616
10617
10618 \backslash
10619 spce 
10620 \end_layout
10621
10622 \end_inset
10623
10624 A=B
10625 \end_layout
10626
10627 \end_inset
10628 </cell>
10629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10634 \end_inset
10635
10636
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 </row>
10642 <row>
10643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647
10648 \backslash
10649 overleftrightarrow
10650 \begin_inset ERT
10651 status collapsed
10652
10653 \begin_layout Plain Layout
10654
10655
10656 \backslash
10657 spce 
10658 \end_layout
10659
10660 \end_inset
10661
10662 A=B
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10672 \end_inset
10673
10674
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 </row>
10680 <row>
10681 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685
10686 \backslash
10687 underleftrightarrow
10688 \begin_inset ERT
10689 status collapsed
10690
10691 \begin_layout Plain Layout
10692
10693
10694 \backslash
10695 spce 
10696 \end_layout
10697
10698 \end_inset
10699
10700 A=B
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10710 \end_inset
10711
10712
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 </row>
10718 </lyxtabular>
10719
10720 \end_inset
10721
10722
10723 \begin_inset space \hfill{}
10724 \end_inset
10725
10726
10727 \begin_inset Tabular
10728 <lyxtabular version="3" rows="5" columns="2">
10729 <features>
10730 <column alignment="center" valignment="top" width="0pt">
10731 <column alignment="center" valignment="top" width="0pt">
10732 <row>
10733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737 Comando
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 Resultado
10747 \begin_inset Note Note
10748 status collapsed
10749
10750 \begin_layout Plain Layout
10751
10752 \series bold
10753
10754 \backslash
10755 raisebox
10756 \series default
10757  se usa sólo como espaciador
10758 \end_layout
10759
10760 \end_inset
10761
10762
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 <row>
10769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773
10774 \backslash
10775 overrightarrow
10776 \begin_inset ERT
10777 status collapsed
10778
10779 \begin_layout Plain Layout
10780
10781
10782 \backslash
10783 spce 
10784 \end_layout
10785
10786 \end_inset
10787
10788 A=B
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10798 \end_inset
10799
10800
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 </row>
10806 <row>
10807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811
10812 \backslash
10813 underrightarrow
10814 \begin_inset ERT
10815 status collapsed
10816
10817 \begin_layout Plain Layout
10818
10819
10820 \backslash
10821 spce 
10822 \end_layout
10823
10824 \end_inset
10825
10826 A=B
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10836 \end_inset
10837
10838
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 </row>
10844 <row>
10845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849
10850 \backslash
10851 widetilde
10852 \begin_inset ERT
10853 status collapsed
10854
10855 \begin_layout Plain Layout
10856
10857
10858 \backslash
10859 spce 
10860 \end_layout
10861
10862 \end_inset
10863
10864 A=B
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10874 \end_inset
10875
10876
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 </row>
10882 <row>
10883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887
10888 \backslash
10889 widehat
10890 \begin_inset ERT
10891 status collapsed
10892
10893 \begin_layout Plain Layout
10894
10895
10896 \backslash
10897 spce 
10898 \end_layout
10899
10900 \end_inset
10901
10902 A=B
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10912 \end_inset
10913
10914
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 </row>
10920 </lyxtabular>
10921
10922 \end_inset
10923
10924
10925 \begin_inset space \hfill{}
10926 \end_inset
10927
10928
10929 \end_layout
10930
10931 \begin_layout Standard
10932 \begin_inset VSpace medskip
10933 \end_inset
10934
10935
10936 \end_layout
10937
10938 \begin_layout Standard
10939 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10940  Pero los acentos 
10941 \series bold
10942
10943 \backslash
10944 widetilde
10945 \series default
10946  y 
10947 \series bold
10948
10949 \backslash
10950 widehat
10951 \series default
10952  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10953  ejemplo:
10954 \begin_inset Formula \[
10955 \widetilde{A+B=C-D}\]
10956
10957 \end_inset
10958
10959
10960 \end_layout
10961
10962 \begin_layout Standard
10963 Con los comandos 
10964 \series bold
10965
10966 \backslash
10967 overset
10968 \series default
10969
10970 \begin_inset Index
10971 status collapsed
10972
10973 \begin_layout Plain Layout
10974 Comandos ! O ! 
10975 \backslash
10976 overset
10977 \end_layout
10978
10979 \end_inset
10980
10981  y 
10982 \series bold
10983
10984 \backslash
10985 underset
10986 \series default
10987
10988 \begin_inset Index
10989 status collapsed
10990
10991 \begin_layout Plain Layout
10992 Comandos ! U ! 
10993 \backslash
10994 underset
10995 \end_layout
10996
10997 \end_inset
10998
10999 , descritos en la subsección anterior, también se pueden acentuar varios
11000  caracteres.
11001  El comando 
11002 \series bold
11003
11004 \backslash
11005 underset
11006 \begin_inset ERT
11007 status collapsed
11008
11009 \begin_layout Plain Layout
11010
11011
11012 \backslash
11013 spce 
11014 \end_layout
11015
11016 \end_inset
11017
11018 A=B
11019 \begin_inset Formula $\downarrow$
11020 \end_inset
11021
11022 ***
11023 \series default
11024  da:
11025 \begin_inset Formula \[
11026 \underset{***}{A=B}\]
11027
11028 \end_inset
11029
11030
11031 \end_layout
11032
11033 \begin_layout Section
11034 Espacios
11035 \begin_inset CommandInset label
11036 LatexCommand label
11037 name "sec:Espacio"
11038
11039 \end_inset
11040
11041
11042 \begin_inset Index
11043 status collapsed
11044
11045 \begin_layout Plain Layout
11046 Espacio ! horizontal
11047 \end_layout
11048
11049 \end_inset
11050
11051
11052 \end_layout
11053
11054 \begin_layout Subsection
11055 Espacio predefinido
11056 \begin_inset CommandInset label
11057 LatexCommand label
11058 name "sub:Espacio-predefinido"
11059
11060 \end_inset
11061
11062
11063 \begin_inset Index
11064 status collapsed
11065
11066 \begin_layout Plain Layout
11067 Espacio ! horizontal ! predefinido
11068 \end_layout
11069
11070 \end_inset
11071
11072
11073 \end_layout
11074
11075 \begin_layout Standard
11076 A veces es necesario insertar espacio horizontal en una ecuación.
11077  Esto se hace insertando un espacio protegido (atajo 
11078 \family sans
11079 Ctrl+Espacio
11080 \family default
11081 ).
11082  Aparece un 
11083 \begin_inset Quotes fld
11084 \end_inset
11085
11086
11087 \color black
11088
11089 \begin_inset ERT
11090 status collapsed
11091
11092 \begin_layout Plain Layout
11093
11094
11095 \backslash
11096 spce 
11097 \end_layout
11098
11099 \end_inset
11100
11101
11102 \color inherit
11103
11104 \begin_inset Quotes frd
11105 \end_inset
11106
11107 , y pulsando 
11108 \family sans
11109 Espacio
11110 \family default
11111  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11112  espacio.
11113  También se pueden insertar espacios mediante el botón 
11114 \begin_inset Graphics
11115         filename ../../images/math/space.png
11116         scale 85
11117
11118 \end_inset
11119
11120  de la barra de ecuaciones o con comandos especiales.
11121  Independientemente del comando insertado, se puede seleccionar de nuevo
11122  el tamaño pulsando acto seguido 
11123 \family sans
11124 Espacio.
11125  
11126 \end_layout
11127
11128 \begin_layout Standard
11129 \noindent
11130 \align center
11131 \begin_inset VSpace -5mm
11132 \end_inset
11133
11134
11135 \begin_inset Tabular
11136 <lyxtabular version="3" rows="3" columns="7">
11137 <features>
11138 <column alignment="center" valignment="middle" width="6.8cm">
11139 <column alignment="center" valignment="top" width="0">
11140 <column alignment="center" valignment="top" width="0">
11141 <column alignment="center" valignment="top" width="0">
11142 <column alignment="center" valignment="top" width="0">
11143 <column alignment="center" valignment="top" width="0">
11144 <column alignment="center" valignment="top" width="0">
11145 <row>
11146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150 Comando
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159
11160 \backslash
11161 ,
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170
11171 \backslash
11172 :
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181
11182 \backslash
11183 ;
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192
11193 \backslash
11194 quad
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203
11204 \backslash
11205 qquad
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214
11215 \backslash
11216 !
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 </row>
11222 <row>
11223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 Número de pulsaciones de 
11228 \family sans
11229 Espacio
11230 \family default
11231  tras insertar el espacio protegido
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240 0
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 1
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 2
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267 3
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 4
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285 5
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 </row>
11291 <row>
11292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296 Resultado
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\; 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\quad 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" usebox="none">
11350 \begin_inset Text
11351
11352 \begin_layout Plain Layout
11353 \begin_inset Formula $A\qquad B$
11354 \end_inset
11355
11356
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 \begin_inset Formula $A\! B$
11366 \end_inset
11367
11368
11369 \end_layout
11370
11371 \end_inset
11372 </cell>
11373 </row>
11374 </lyxtabular>
11375
11376 \end_inset
11377
11378
11379 \end_layout
11380
11381 \begin_layout Standard
11382 El último tamaño parece no generar espacio.
11383  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11384  negativo.
11385  Hay otros dos espacios negativos:
11386 \end_layout
11387
11388 \begin_layout Standard
11389 \align center
11390 \begin_inset Tabular
11391 <lyxtabular version="3" rows="3" columns="3">
11392 <features>
11393 <column alignment="center" valignment="middle" width="6.8cm">
11394 <column alignment="center" valignment="top" width="0pt">
11395 <column alignment="center" valignment="top" width="0pt">
11396 <row>
11397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401 Comando
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410
11411 \backslash
11412 negmedspace
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421
11422 \backslash
11423 negthickspace
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 </row>
11429 <row>
11430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 Número de pulsaciones de 
11435 \family sans
11436 Espacio
11437 \family default
11438  tras insertar el espacio protegido
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Plain Layout
11447 6
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11453 \begin_inset Text
11454
11455 \begin_layout Plain Layout
11456 7
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 </row>
11462 <row>
11463 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 Resultado
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476 \begin_inset Formula $A\negmedspace B$
11477 \end_inset
11478
11479
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 \begin_inset Formula $A\negthickspace B$
11489 \end_inset
11490
11491
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 </row>
11497 </lyxtabular>
11498
11499 \end_inset
11500
11501
11502 \end_layout
11503
11504 \begin_layout Standard
11505 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11506  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11507 \begin_inset space \thinspace{}
11508 \end_inset
11509
11510 e., para operadores suma: 
11511 \end_layout
11512
11513 \begin_layout Standard
11514 \noindent
11515 \align center
11516 \begin_inset Tabular
11517 <lyxtabular version="3" rows="3" columns="2">
11518 <features>
11519 <column alignment="center" valignment="top" width="0">
11520 <column alignment="center" valignment="top" width="0">
11521 <row>
11522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 Comando
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 Resultado
11536 \begin_inset Note Note
11537 status collapsed
11538
11539 \begin_layout Plain Layout
11540
11541 \series bold
11542
11543 \backslash
11544 raisebox
11545 \series default
11546  se usa sólo como espaciador
11547 \end_layout
11548
11549 \end_inset
11550
11551
11552 \end_layout
11553
11554 \end_inset
11555 </cell>
11556 </row>
11557 <row>
11558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562
11563 \backslash
11564 sum
11565 \backslash
11566 sum
11567 \begin_inset ERT
11568 status collapsed
11569
11570 \begin_layout Plain Layout
11571
11572
11573 \backslash
11574 spce 
11575 \end_layout
11576
11577 \end_inset
11578
11579 f_kl
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11589 \end_inset
11590
11591
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 </row>
11597 <row>
11598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602
11603 \backslash
11604 sum
11605 \backslash
11606 negmedspace
11607 \backslash
11608 sum
11609 \begin_inset ERT
11610 status collapsed
11611
11612 \begin_layout Plain Layout
11613
11614
11615 \backslash
11616 spce 
11617 \end_layout
11618
11619 \end_inset
11620
11621 f_kl
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11631 \end_inset
11632
11633
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 </row>
11639 </lyxtabular>
11640
11641 \end_inset
11642
11643
11644 \end_layout
11645
11646 \begin_layout Standard
11647 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11648  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11649  El siguiente ejemplo lo ilustra:
11650 \end_layout
11651
11652 \begin_layout Standard
11653 \noindent
11654 \align center
11655 \begin_inset Tabular
11656 <lyxtabular version="3" rows="2" columns="2">
11657 <features>
11658 <column alignment="center" valignment="top" width="0">
11659 <column alignment="center" valignment="top" width="0">
11660 <row>
11661 <cell alignment="center" valignment="top" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665 ecuación normal
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 <cell alignment="center" valignment="top" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674 \begin_inset Formula $A=B$
11675 \end_inset
11676
11677
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 </row>
11683 <row>
11684 <cell alignment="center" valignment="top" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 \begin_inset Note Note
11689 status collapsed
11690
11691 \begin_layout Plain Layout
11692
11693 \series bold
11694
11695 \backslash
11696 raisebox
11697 \series default
11698  se usa sólo como espaciador
11699 \end_layout
11700
11701 \end_inset
11702
11703
11704 \begin_inset Formula $\raisebox{5mm}{}$
11705 \end_inset
11706
11707 ecuación sin espacio
11708 \end_layout
11709
11710 \end_inset
11711 </cell>
11712 <cell alignment="center" valignment="top" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716 \begin_inset Formula $A{=}B$
11717 \end_inset
11718
11719
11720 \end_layout
11721
11722 \end_inset
11723 </cell>
11724 </row>
11725 </lyxtabular>
11726
11727 \end_inset
11728
11729
11730 \end_layout
11731
11732 \begin_layout Standard
11733 El comando para la segunda ecuación es: 
11734 \series bold
11735 A
11736 \backslash
11737 {=
11738 \begin_inset Formula $\rightarrow$
11739 \end_inset
11740
11741 B
11742 \series default
11743  
11744 \begin_inset VSpace bigskip
11745 \end_inset
11746
11747
11748 \end_layout
11749
11750 \begin_layout Standard
11751 Para las unidades físicas hacen falta espacios, porque entre el valor y
11752  su unidad se pone un espacio más pequeño que el normal.
11753  Para unidades en el texto se inserta con el menú 
11754 \family sans
11755 Insertar\SpecialChar \menuseparator
11756 Formato\SpecialChar \menuseparator
11757 Espacio
11758 \begin_inset space ~
11759 \end_inset
11760
11761 delgado
11762 \family default
11763  (atajo 
11764 \family sans
11765 Ctrl+Mayúscula+Espacio
11766 \family default
11767 ).
11768 \end_layout
11769
11770 \begin_layout Standard
11771 Un ejemplo para visualizar la diferencia:
11772 \end_layout
11773
11774 \begin_layout Standard
11775 \begin_inset Tabular
11776 <lyxtabular version="3" rows="2" columns="2">
11777 <features>
11778 <column alignment="center" valignment="top" width="0">
11779 <column alignment="left" valignment="top" width="0">
11780 <row>
11781 <cell alignment="center" valignment="top" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 24 kW
11786 \begin_inset Formula $\cdot$
11787 \end_inset
11788
11789 h
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 <cell alignment="center" valignment="top" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Plain Layout
11798 espacio entre valor y unidad 
11799 \end_layout
11800
11801 \end_inset
11802 </cell>
11803 </row>
11804 <row>
11805 <cell alignment="center" valignment="top" usebox="none">
11806 \begin_inset Text
11807
11808 \begin_layout Plain Layout
11809 24
11810 \begin_inset space \thinspace{}
11811 \end_inset
11812
11813 kW
11814 \begin_inset Formula $\cdot$
11815 \end_inset
11816
11817 h
11818 \end_layout
11819
11820 \end_inset
11821 </cell>
11822 <cell alignment="center" valignment="top" usebox="none">
11823 \begin_inset Text
11824
11825 \begin_layout Plain Layout
11826 espacio delgado entre valor y unidad
11827 \end_layout
11828
11829 \end_inset
11830 </cell>
11831 </row>
11832 </lyxtabular>
11833
11834 \end_inset
11835
11836
11837 \end_layout
11838
11839 \begin_layout Subsection
11840 Espacio variable
11841 \begin_inset ERT
11842 status collapsed
11843
11844 \begin_layout Plain Layout
11845
11846
11847 \backslash
11848 texorpdfstring{
11849 \end_layout
11850
11851 \end_inset
11852
11853
11854 \begin_inset Foot
11855 status collapsed
11856
11857 \begin_layout Plain Layout
11858 Para espacio vertical en ecuaciones véase 
11859 \begin_inset CommandInset ref
11860 LatexCommand ref
11861 reference "sub:Separación-de-líneas"
11862
11863 \end_inset
11864
11865
11866 \end_layout
11867
11868 \end_inset
11869
11870
11871 \begin_inset ERT
11872 status collapsed
11873
11874 \begin_layout Plain Layout
11875
11876 }{}
11877 \end_layout
11878
11879 \end_inset
11880
11881
11882 \begin_inset Note Note
11883 status collapsed
11884
11885 \begin_layout Plain Layout
11886
11887 \backslash
11888 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11889  PDF.
11890 \end_layout
11891
11892 \begin_layout Plain Layout
11893 Más sobre 
11894 \backslash
11895 texorpdfstring en la sección 
11896 \begin_inset CommandInset ref
11897 LatexCommand ref
11898 reference "sub:Ecuaciones-en-encabezados"
11899
11900 \end_inset
11901
11902 .
11903 \end_layout
11904
11905 \end_inset
11906
11907
11908 \begin_inset CommandInset label
11909 LatexCommand label
11910 name "sub:Espacio-variable"
11911
11912 \end_inset
11913
11914
11915 \begin_inset Index
11916 status collapsed
11917
11918 \begin_layout Plain Layout
11919 Espacio ! horizontal ! variable
11920 \end_layout
11921
11922 \end_inset
11923
11924
11925 \end_layout
11926
11927 \begin_layout Standard
11928 En LyX se puede insertar espacio con una longitud definida con el comando
11929  
11930 \series bold
11931
11932 \backslash
11933 hspace
11934 \series default
11935
11936 \begin_inset Index
11937 status collapsed
11938
11939 \begin_layout Plain Layout
11940 Comandos ! H ! 
11941 \backslash
11942 hspace
11943 \end_layout
11944
11945 \end_inset
11946
11947 .
11948  Aparece un 
11949 \begin_inset Quotes fld
11950 \end_inset
11951
11952
11953 \color black
11954
11955 \begin_inset ERT
11956 status collapsed
11957
11958 \begin_layout Plain Layout
11959
11960
11961 \backslash
11962 spce 
11963 \end_layout
11964
11965 \end_inset
11966
11967
11968 \color inherit
11969
11970 \begin_inset Quotes frd
11971 \end_inset
11972
11973  largo.
11974  La longitud se puede ajustar haciendo clic izquierdo sobre el 
11975 \begin_inset Quotes fld
11976 \end_inset
11977
11978
11979 \color black
11980
11981 \begin_inset ERT
11982 status collapsed
11983
11984 \begin_layout Plain Layout
11985
11986
11987 \backslash
11988 spce 
11989 \end_layout
11990
11991 \end_inset
11992
11993
11994 \color inherit
11995
11996 \begin_inset Quotes frd
11997 \end_inset
11998
11999 .
12000  La longitud también puede ser negativa.
12001  Para insertar en una ecuación tanto espacio como esté disponible se usa
12002  el comando 
12003 \series bold
12004
12005 \backslash
12006 hfill
12007 \series default
12008
12009 \begin_inset Index
12010 status collapsed
12011
12012 \begin_layout Plain Layout
12013 Comandos ! H ! 
12014 \backslash
12015 hfill
12016 \end_layout
12017
12018 \end_inset
12019
12020 .
12021 \begin_inset VSpace -1mm
12022 \end_inset
12023
12024
12025 \end_layout
12026
12027 \begin_layout Standard
12028 \noindent
12029 \align center
12030 \begin_inset Tabular
12031 <lyxtabular version="3" rows="4" columns="2">
12032 <features>
12033 <column alignment="center" valignment="top" width="0">
12034 <column alignment="center" valignment="top" width="0">
12035 <row>
12036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12037 \begin_inset Text
12038
12039 \begin_layout Plain Layout
12040 Comando (
12041 \backslash
12042 hspace longitud)
12043 \end_layout
12044
12045 \end_inset
12046 </cell>
12047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12048 \begin_inset Text
12049
12050 \begin_layout Plain Layout
12051 Resultado
12052 \end_layout
12053
12054 \end_inset
12055 </cell>
12056 </row>
12057 <row>
12058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12059 \begin_inset Text
12060
12061 \begin_layout Plain Layout
12062 A=B
12063 \backslash
12064 hspace
12065 \begin_inset ERT
12066 status collapsed
12067
12068 \begin_layout Plain Layout
12069
12070
12071 \backslash
12072 spce 
12073 \end_layout
12074
12075 \end_inset
12076
12077
12078 \begin_inset Formula $\to$
12079 \end_inset
12080
12081 A
12082 \backslash
12083 not=C (3
12084 \begin_inset space \thinspace{}
12085 \end_inset
12086
12087 cm)
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12097 \end_inset
12098
12099
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 </row>
12105 <row>
12106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12107 \begin_inset Text
12108
12109 \begin_layout Plain Layout
12110 A
12111 \backslash
12112 hspace
12113 \begin_inset ERT
12114 status collapsed
12115
12116 \begin_layout Plain Layout
12117
12118
12119 \backslash
12120 spce 
12121 \end_layout
12122
12123 \end_inset
12124
12125
12126 \begin_inset Formula $\to$
12127 \end_inset
12128
12129 A
12130 \backslash
12131 not=A (-1
12132 \begin_inset space \thinspace{}
12133 \end_inset
12134
12135 mm)
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12141 \begin_inset Text
12142
12143 \begin_layout Plain Layout
12144 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12145 \end_inset
12146
12147
12148 \end_layout
12149
12150 \end_inset
12151 </cell>
12152 </row>
12153 <row>
12154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12155 \begin_inset Text
12156
12157 \begin_layout Plain Layout
12158 A=A
12159 \backslash
12160 hfill
12161 \begin_inset ERT
12162 status collapsed
12163
12164 \begin_layout Plain Layout
12165
12166
12167 \backslash
12168 spce 
12169 \end_layout
12170
12171 \end_inset
12172
12173 B=B
12174 \end_layout
12175
12176 \end_inset
12177 </cell>
12178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12179 \begin_inset Text
12180
12181 \begin_layout Plain Layout
12182 \begin_inset Formula $A=A\hfill B=B$
12183 \end_inset
12184
12185
12186 \end_layout
12187
12188 \end_inset
12189 </cell>
12190 </row>
12191 </lyxtabular>
12192
12193 \end_inset
12194
12195
12196 \end_layout
12197
12198 \begin_layout Standard
12199 En el último ejemplo el espacio disponible viene dado por la entrada más
12200  larga de columna en la tabla.
12201  En una ecuación en línea el espacio depende de la longitud de la línea
12202  en la que se inserta 
12203 \series bold
12204
12205 \backslash
12206 hfill
12207 \series default
12208 .
12209  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12210  
12211 \series bold
12212
12213 \backslash
12214 hfill
12215 \series default
12216  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12217 \series bold
12218 Sangrado
12219 \series default
12220 .
12221  (Los estilos de ecuaciones se explican en
12222 \begin_inset space ~
12223 \end_inset
12224
12225
12226 \begin_inset CommandInset ref
12227 LatexCommand ref
12228 reference "sec:Estilos-de-ecuación"
12229
12230 \end_inset
12231
12232 ).
12233 \end_layout
12234
12235 \begin_layout Standard
12236 Además de 
12237 \series bold
12238
12239 \backslash
12240 hfill
12241 \series default
12242  hay los comandos 
12243 \series bold
12244
12245 \backslash
12246 dotfill
12247 \series default
12248  y 
12249 \series bold
12250
12251 \backslash
12252 hrulefill
12253 \series default
12254  que llenan el espacio con un patrón, véase un ejemplo en
12255 \begin_inset space ~
12256 \end_inset
12257
12258
12259 \begin_inset CommandInset ref
12260 LatexCommand ref
12261 reference "sub:Puntos"
12262
12263 \end_inset
12264
12265 .
12266 \end_layout
12267
12268 \begin_layout Standard
12269 Para texto se puede insertar espacio variable con el menú 
12270 \family sans
12271 Insertar\SpecialChar \menuseparator
12272 Formato\SpecialChar \menuseparator
12273 Espacio
12274 \begin_inset space ~
12275 \end_inset
12276
12277 horizontal
12278 \family default
12279 :
12280 \end_layout
12281
12282 \begin_layout Standard
12283 En esta línea hay un espacio
12284 \begin_inset space \hspace{}
12285 \length 2cm
12286 \end_inset
12287
12288 de 2
12289 \begin_inset space \thinspace{}
12290 \end_inset
12291
12292 cm.
12293 \end_layout
12294
12295 \begin_layout Standard
12296 En esta línea hay un
12297 \begin_inset space \hfill{}
12298 \end_inset
12299
12300 espacio máximo.
12301 \end_layout
12302
12303 \begin_layout Subsection
12304 Espacio adicional en ecuaciones en línea
12305 \begin_inset Index
12306 status collapsed
12307
12308 \begin_layout Plain Layout
12309 Espacio ! adicional en línea
12310 \end_layout
12311
12312 \end_inset
12313
12314
12315 \end_layout
12316
12317 \begin_layout Standard
12318 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12319  
12320 \series bold
12321
12322 \backslash
12323 mathsurround
12324 \begin_inset Index
12325 status collapsed
12326
12327 \begin_layout Plain Layout
12328 Comandos ! M ! 
12329 \backslash
12330 mathsurround
12331 \end_layout
12332
12333 \end_inset
12334
12335
12336 \series default
12337 .
12338  El valor de una longitud se establece con el comando 
12339 \series bold
12340
12341 \backslash
12342 setlength
12343 \series default
12344
12345 \begin_inset Index
12346 status collapsed
12347
12348 \begin_layout Plain Layout
12349 Comandos ! S ! 
12350 \backslash
12351 setlength
12352 \end_layout
12353
12354 \end_inset
12355
12356  según el siguiente esquema:
12357 \end_layout
12358
12359 \begin_layout Standard
12360
12361 \series bold
12362
12363 \backslash
12364 setlength{nombre de la longitud}{valor}
12365 \end_layout
12366
12367 \begin_layout Standard
12368 Para poner a 
12369 \series bold
12370
12371 \backslash
12372 mathsurround
12373 \series default
12374  un valor de 5
12375 \begin_inset space \thinspace{}
12376 \end_inset
12377
12378 mm, se inserta el comando
12379 \end_layout
12380
12381 \begin_layout Standard
12382
12383 \series bold
12384
12385 \backslash
12386 setlength{
12387 \backslash
12388 mathsurround}{5mm}
12389 \end_layout
12390
12391 \begin_layout Standard
12392 en modo TeX.
12393  Se establecerá un espacio de 5
12394 \begin_inset space \thinspace{}
12395 \end_inset
12396
12397 mm alrededor de todas las ecuaciones en línea:
12398 \begin_inset ERT
12399 status collapsed
12400
12401 \begin_layout Plain Layout
12402
12403
12404 \backslash
12405 setlength{
12406 \backslash
12407 mathsurround}{5mm}
12408 \end_layout
12409
12410 \end_inset
12411
12412
12413 \end_layout
12414
12415 \begin_layout Standard
12416 En esta línea hay una ecuación 
12417 \begin_inset Formula $A=B$
12418 \end_inset
12419
12420  rodeada por espacios de 5
12421 \begin_inset space \thinspace{}
12422 \end_inset
12423
12424 mm.
12425 \begin_inset ERT
12426 status collapsed
12427
12428 \begin_layout Plain Layout
12429
12430
12431 \backslash
12432 setlength{
12433 \backslash
12434 mathsurround}{0mm}
12435 \end_layout
12436
12437 \end_inset
12438
12439
12440 \end_layout
12441
12442 \begin_layout Standard
12443 Para volver al espacio predeterminado, 
12444 \series bold
12445
12446 \backslash
12447 mathsurround
12448 \series default
12449  se restablece al valor 0
12450 \begin_inset space \thinspace{}
12451 \end_inset
12452
12453 pt.
12454 \end_layout
12455
12456 \begin_layout Section
12457 Cuadros y marcos
12458 \begin_inset Index
12459 status collapsed
12460
12461 \begin_layout Plain Layout
12462 Marcos
12463 \end_layout
12464
12465 \end_inset
12466
12467
12468 \begin_inset Index
12469 status collapsed
12470
12471 \begin_layout Plain Layout
12472 Marcos|see
12473 \begin_inset ERT
12474 status collapsed
12475
12476 \begin_layout Plain Layout
12477
12478 {
12479 \end_layout
12480
12481 \end_inset
12482
12483 Cuadros
12484 \begin_inset ERT
12485 status collapsed
12486
12487 \begin_layout Plain Layout
12488
12489 }
12490 \end_layout
12491
12492 \end_inset
12493
12494
12495 \end_layout
12496
12497 \end_inset
12498
12499
12500 \end_layout
12501
12502 \begin_layout Standard
12503 Los cuadros para texto se describen en el capítulo 
12504 \emph on
12505 Cuadros
12506 \emph default
12507  del manual 
12508 \emph on
12509 Objetos insertados
12510 \emph default
12511 .
12512 \end_layout
12513
12514 \begin_layout Subsection
12515 Cuadros con marco
12516 \begin_inset CommandInset label
12517 LatexCommand label
12518 name "sub:Cuadros-con-marco"
12519
12520 \end_inset
12521
12522
12523 \begin_inset Index
12524 status collapsed
12525
12526 \begin_layout Plain Layout
12527 Cuadros ! con marco
12528 \end_layout
12529
12530 \end_inset
12531
12532
12533 \end_layout
12534
12535 \begin_layout Standard
12536 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12537 \series bold
12538
12539 \backslash
12540 fbox
12541 \series default
12542
12543 \begin_inset Index
12544 status collapsed
12545
12546 \begin_layout Plain Layout
12547 Comandos ! F ! 
12548 \backslash
12549 fbox
12550 \end_layout
12551
12552 \end_inset
12553
12554  y 
12555 \series bold
12556
12557 \backslash
12558 boxed
12559 \series default
12560
12561 \begin_inset Index
12562 status collapsed
12563
12564 \begin_layout Plain Layout
12565 Comandos ! B ! 
12566 \backslash
12567 boxed
12568 \end_layout
12569
12570 \end_inset
12571
12572 .
12573 \end_layout
12574
12575 \begin_layout Standard
12576 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12577  azul en un marco donde se introduce parte de una ecuación.
12578  Para 
12579 \series bold
12580
12581 \backslash
12582 fbox
12583 \series default
12584  hay que generar una ecuación adicional con 
12585 \family sans
12586 Ctrl+M
12587 \family default
12588  dentro del recuadro, porque si no el contenido del mismo sería considerado
12589  texto matemático.
12590  Si se usa 
12591 \series bold
12592
12593 \backslash
12594 boxed
12595 \series default
12596  la nueva ecuación se genera automáticamente dentro del marco.
12597 \end_layout
12598
12599 \begin_layout Standard
12600 El comando 
12601 \series bold
12602
12603 \backslash
12604 fbox
12605 \series default
12606  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12607  ecuación tendría siempre el tamaño del texto.
12608  Por otra parte, 
12609 \series bold
12610
12611 \backslash
12612 fboxed
12613 \series default
12614  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12615  siempre el tamaño de una ecuación presentada.
12616 \end_layout
12617
12618 \begin_layout Standard
12619 El comando 
12620 \series bold
12621
12622 \backslash
12623 framebox
12624 \series default
12625
12626 \begin_inset Index
12627 status collapsed
12628
12629 \begin_layout Plain Layout
12630 Comandos ! F ! 
12631 \backslash
12632 framebox
12633 \end_layout
12634
12635 \end_inset
12636
12637  es una extensión de 
12638 \series bold
12639
12640 \backslash
12641 fbox
12642 \series default
12643 , que permite especificar además la anchura del marco yla alineación.
12644  
12645 \series bold
12646
12647 \backslash
12648 framebox
12649 \series default
12650  se usa con el siguiente esquema: 
12651 \end_layout
12652
12653 \begin_layout Standard
12654
12655 \series bold
12656
12657 \backslash
12658 framebox[anchura del marco][posición]{contenido del cuadro}
12659 \end_layout
12660
12661 \begin_layout Standard
12662 La posición puede ser 
12663 \emph on
12664 l
12665 \emph default
12666  o 
12667 \emph on
12668 r
12669 \emph default
12670
12671 \emph on
12672 l
12673 \emph default
12674  alinea la ecuación a la izquierda del cuadro, 
12675 \emph on
12676 r
12677 \emph default
12678  la alinea a la derecha.
12679  Si no se da posición la ecuación será centrada.
12680 \begin_inset Newline newline
12681 \end_inset
12682
12683 Si no se pone anchura tampoco puede darse posición.
12684  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12685  con 
12686 \series bold
12687
12688 \backslash
12689 fbox
12690 \series default
12691 .
12692  
12693 \end_layout
12694
12695 \begin_layout Standard
12696 Cuando se inserta el comando 
12697 \series bold
12698
12699 \backslash
12700 framebox
12701 \series default
12702  aparece un recuadro con tres marcos azules.
12703  Los dos primeros marcos están encerrados entre corchetes e indican los
12704  dos argumentos opcionales.
12705  El tercer marco es para partes de la ecuación, como para 
12706 \series bold
12707
12708 \backslash
12709 fbox
12710 \series default
12711 .
12712 \end_layout
12713
12714 \begin_layout Standard
12715 \noindent
12716 \align center
12717 \begin_inset Tabular
12718 <lyxtabular version="3" rows="5" columns="2">
12719 <features>
12720 <column alignment="center" valignment="top" width="0">
12721 <column alignment="center" valignment="top" width="0">
12722 <row>
12723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12724 \begin_inset Text
12725
12726 \begin_layout Plain Layout
12727 Comando
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12733 \begin_inset Text
12734
12735 \begin_layout Plain Layout
12736 Resultado
12737 \begin_inset Note Note
12738 status collapsed
12739
12740 \begin_layout Plain Layout
12741
12742 \series bold
12743
12744 \backslash
12745 raisebox
12746 \series default
12747  se usa sólo como espaciador
12748 \end_layout
12749
12750 \end_inset
12751
12752
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 </row>
12758 <row>
12759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Plain Layout
12763
12764 \backslash
12765 fbox
12766 \begin_inset ERT
12767 status collapsed
12768
12769 \begin_layout Plain Layout
12770
12771
12772 \backslash
12773 spce 
12774 \end_layout
12775
12776 \end_inset
12777
12778
12779 \family sans
12780 Ctrl+M
12781 \family default
12782  
12783 \backslash
12784 int
12785 \begin_inset ERT
12786 status collapsed
12787
12788 \begin_layout Plain Layout
12789
12790
12791 \backslash
12792 spce 
12793 \end_layout
12794
12795 \end_inset
12796
12797 A=B
12798 \end_layout
12799
12800 \end_inset
12801 </cell>
12802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12807 \end_inset
12808
12809
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 </row>
12815 <row>
12816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12817 \begin_inset Text
12818
12819 \begin_layout Plain Layout
12820
12821 \backslash
12822 boxed
12823 \begin_inset ERT
12824 status collapsed
12825
12826 \begin_layout Plain Layout
12827
12828
12829 \backslash
12830 spce 
12831 \end_layout
12832
12833 \end_inset
12834
12835
12836 \backslash
12837 int
12838 \begin_inset ERT
12839 status collapsed
12840
12841 \begin_layout Plain Layout
12842
12843
12844 \backslash
12845 spce 
12846 \end_layout
12847
12848 \end_inset
12849
12850 A=B
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12856 \begin_inset Text
12857
12858 \begin_layout Plain Layout
12859 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12860 \end_inset
12861
12862
12863 \end_layout
12864
12865 \end_inset
12866 </cell>
12867 </row>
12868 <row>
12869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 A+
12874 \backslash
12875 fbox
12876 \begin_inset ERT
12877 status collapsed
12878
12879 \begin_layout Plain Layout
12880
12881
12882 \backslash
12883 spce 
12884 \end_layout
12885
12886 \end_inset
12887
12888 B
12889 \end_layout
12890
12891 \end_inset
12892 </cell>
12893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12898 \end_inset
12899
12900
12901 \end_layout
12902
12903 \end_inset
12904 </cell>
12905 </row>
12906 <row>
12907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911
12912 \backslash
12913 framebox
12914 \begin_inset ERT
12915 status collapsed
12916
12917 \begin_layout Plain Layout
12918
12919
12920 \backslash
12921 spce 
12922 \end_layout
12923
12924 \end_inset
12925
12926 20mm
12927 \begin_inset Formula $\to$
12928 \end_inset
12929
12930
12931 \begin_inset Formula $\to$
12932 \end_inset
12933
12934
12935 \family sans
12936 Ctrl+M
12937 \family default
12938  
12939 \backslash
12940 frac
12941 \begin_inset ERT
12942 status collapsed
12943
12944 \begin_layout Plain Layout
12945
12946
12947 \backslash
12948 spce 
12949 \end_layout
12950
12951 \end_inset
12952
12953 A
12954 \begin_inset Formula $\downarrow$
12955 \end_inset
12956
12957 B
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12963 \begin_inset Text
12964
12965 \begin_layout Plain Layout
12966 \begin_inset Formula $\raisebox{6mm}{}$
12967 \end_inset
12968
12969
12970 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12971 \end_inset
12972
12973
12974 \begin_inset Formula $\raisebox{-4mm}{}$
12975 \end_inset
12976
12977
12978 \end_layout
12979
12980 \end_inset
12981 </cell>
12982 </row>
12983 </lyxtabular>
12984
12985 \end_inset
12986
12987
12988 \end_layout
12989
12990 \begin_layout Standard
12991 El grosor del marco también se puede ajustar.
12992  Para ello hay que insertar los siguientes comandos en modo TeX antes de
12993  la fórmula:
12994 \end_layout
12995
12996 \begin_layout Standard
12997
12998 \series bold
12999
13000 \backslash
13001 fboxrule
13002 \series default
13003  
13004 \series bold
13005
13006 \begin_inset Quotes fld
13007 \end_inset
13008
13009 grosor
13010 \begin_inset Quotes frd
13011 \end_inset
13012
13013
13014 \series default
13015  
13016 \series bold
13017
13018 \backslash
13019 fboxsep
13020 \series default
13021  
13022 \series bold
13023
13024 \begin_inset Quotes fld
13025 \end_inset
13026
13027 distancia
13028 \begin_inset Quotes frd
13029 \end_inset
13030
13031
13032 \end_layout
13033
13034 \begin_layout Standard
13035 \begin_inset Quotes fld
13036 \end_inset
13037
13038 distancia
13039 \begin_inset Quotes frd
13040 \end_inset
13041
13042  especifica la distancia mínima entre el marco y el primer carácter en el
13043  cuadro.
13044  Un ejemplo de esto es la siguiente ecuación enmarcada:
13045 \begin_inset ERT
13046 status collapsed
13047
13048 \begin_layout Plain Layout
13049
13050
13051 \backslash
13052 fboxrule 2mm 
13053 \backslash
13054 fboxsep 3mm
13055 \end_layout
13056
13057 \end_inset
13058
13059
13060 \begin_inset Formula \[
13061 \boxed{A+B=C}\]
13062
13063 \end_inset
13064
13065
13066 \end_layout
13067
13068 \begin_layout Standard
13069 Delante de esta ecuación se han insertado los comandos
13070 \end_layout
13071
13072 \begin_layout Standard
13073
13074 \series bold
13075
13076 \backslash
13077 fboxrule
13078 \series default
13079  
13080 \series bold
13081 2mm
13082 \series default
13083  
13084 \series bold
13085
13086 \backslash
13087 fboxsep
13088 \series default
13089  
13090 \series bold
13091 3mm
13092 \end_layout
13093
13094 \begin_layout Standard
13095 en modo TeX.
13096  Los valores dados se usan para todos los cuadros siguientes.
13097 \end_layout
13098
13099 \begin_layout Standard
13100 Para volver al tamaño estándar del marco se inserta el comando
13101 \end_layout
13102
13103 \begin_layout Standard
13104
13105 \series bold
13106
13107 \backslash
13108 fboxrule
13109 \series default
13110  
13111 \series bold
13112 0.4pt
13113 \series default
13114  
13115 \series bold
13116
13117 \backslash
13118 fboxsep
13119 \series default
13120  
13121 \series bold
13122 3pt
13123 \series default
13124
13125 \begin_inset ERT
13126 status collapsed
13127
13128 \begin_layout Plain Layout
13129
13130
13131 \backslash
13132 fboxrule 0.4pt 
13133 \backslash
13134 fboxsep 3pt
13135 \end_layout
13136
13137 \end_inset
13138
13139
13140 \end_layout
13141
13142 \begin_layout Standard
13143 en modo TeX antes de la ecuación siguiente.
13144 \end_layout
13145
13146 \begin_layout Subsection
13147 Cuadros sin marco
13148 \begin_inset CommandInset label
13149 LatexCommand label
13150 name "sub:Cuadros-sin-marco"
13151
13152 \end_inset
13153
13154
13155 \begin_inset Index
13156 status collapsed
13157
13158 \begin_layout Plain Layout
13159 Cuadros ! sin marco
13160 \end_layout
13161
13162 \end_inset
13163
13164
13165 \end_layout
13166
13167 \begin_layout Standard
13168 Para cuadros sin marco hay los comandos: 
13169 \series bold
13170
13171 \backslash
13172 mbox
13173 \series default
13174
13175 \begin_inset Index
13176 status collapsed
13177
13178 \begin_layout Plain Layout
13179 Comandos ! M ! 
13180 \backslash
13181 mbox
13182 \end_layout
13183
13184 \end_inset
13185
13186
13187 \series bold
13188
13189 \backslash
13190 makebox
13191 \series default
13192
13193 \begin_inset Index
13194 status collapsed
13195
13196 \begin_layout Plain Layout
13197 Comandos ! M ! 
13198 \backslash
13199 makebox
13200 \end_layout
13201
13202 \end_inset
13203
13204  y 
13205 \series bold
13206
13207 \backslash
13208 raisebox
13209 \series default
13210
13211 \begin_inset Index
13212 status collapsed
13213
13214 \begin_layout Plain Layout
13215 Comandos ! R ! 
13216 \backslash
13217 raisebox
13218 \end_layout
13219
13220 \end_inset
13221
13222 .
13223 \end_layout
13224
13225 \begin_layout Standard
13226 Con 
13227 \series bold
13228
13229 \backslash
13230 raisebox
13231 \series default
13232  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13233  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13234  
13235 \series bold
13236
13237 \backslash
13238 raisebox
13239 \series default
13240  se usa con el siguiente esquema: 
13241 \end_layout
13242
13243 \begin_layout Standard
13244
13245 \series bold
13246
13247 \backslash
13248 raisebox{altura}{contenido del marco}
13249 \end_layout
13250
13251 \begin_layout Standard
13252 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13253  extra, como con 
13254 \series bold
13255
13256 \backslash
13257 fbox
13258 \series default
13259 .
13260  
13261 \begin_inset Note Greyedout
13262 status open
13263
13264 \begin_layout Plain Layout
13265
13266 \series bold
13267 Nota
13268 \series default
13269 : Para
13270 \series bold
13271
13272 \backslash
13273 raisebox
13274 \series default
13275  se ha creado esta ecuación extra tecleando 
13276 \family sans
13277 Ctrl+M
13278 \family default
13279  dos veces en vez de una porque LyX aún no soporta 
13280 \series bold
13281
13282 \backslash
13283 raisebox
13284 \series default
13285  directamente.
13286 \end_layout
13287
13288 \end_inset
13289
13290
13291 \end_layout
13292
13293 \begin_layout Standard
13294 \align center
13295 \begin_inset Tabular
13296 <lyxtabular version="3" rows="4" columns="2">
13297 <features>
13298 <column alignment="center" valignment="top" width="0">
13299 <column alignment="center" valignment="top" width="0">
13300 <row>
13301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13302 \begin_inset Text
13303
13304 \begin_layout Plain Layout
13305 Comando
13306 \end_layout
13307
13308 \end_inset
13309 </cell>
13310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13311 \begin_inset Text
13312
13313 \begin_layout Plain Layout
13314 Resultado
13315 \end_layout
13316
13317 \end_inset
13318 </cell>
13319 </row>
13320 <row>
13321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13322 \begin_inset Text
13323
13324 \begin_layout Plain Layout
13325 H
13326 \backslash
13327 raisebox{2mm
13328 \begin_inset Formula $\to$
13329 \end_inset
13330
13331
13332 \backslash
13333 {al
13334 \begin_inset Formula $\to$
13335 \end_inset
13336
13337  lo
13338 \end_layout
13339
13340 \end_inset
13341 </cell>
13342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13343 \begin_inset Text
13344
13345 \begin_layout Plain Layout
13346 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13347 \end_inset
13348
13349
13350 \end_layout
13351
13352 \end_inset
13353 </cell>
13354 </row>
13355 <row>
13356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360 H
13361 \backslash
13362 raisebox{-2mm
13363 \begin_inset Formula $\to$
13364 \end_inset
13365
13366
13367 \backslash
13368 {al
13369 \begin_inset Formula $\to$
13370 \end_inset
13371
13372 lo
13373 \end_layout
13374
13375 \end_inset
13376 </cell>
13377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13378 \begin_inset Text
13379
13380 \begin_layout Plain Layout
13381 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13382 \end_inset
13383
13384
13385 \end_layout
13386
13387 \end_inset
13388 </cell>
13389 </row>
13390 <row>
13391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13392 \begin_inset Text
13393
13394 \begin_layout Plain Layout
13395 A=
13396 \backslash
13397 raisebox{-2mm
13398 \begin_inset Formula $\to$
13399 \end_inset
13400
13401
13402 \backslash
13403 {
13404 \family sans
13405 Ctrl+M Ctrl+M
13406 \family default
13407  
13408 \backslash
13409 sqrt
13410 \begin_inset ERT
13411 status collapsed
13412
13413 \begin_layout Plain Layout
13414
13415
13416 \backslash
13417 spce 
13418 \end_layout
13419
13420 \end_inset
13421
13422
13423 \end_layout
13424
13425 \end_inset
13426 </cell>
13427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13428 \begin_inset Text
13429
13430 \begin_layout Plain Layout
13431 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13432 \end_inset
13433
13434
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 </row>
13440 </lyxtabular>
13441
13442 \end_inset
13443
13444
13445 \end_layout
13446
13447 \begin_layout Standard
13448 El comando 
13449 \series bold
13450
13451 \backslash
13452 mbox
13453 \series default
13454  es equivalente a 
13455 \series bold
13456
13457 \backslash
13458 fbox
13459 \series default
13460  y 
13461 \series bold
13462
13463 \backslash
13464 makebox
13465 \series default
13466  es equivalente a 
13467 \series bold
13468
13469 \backslash
13470 framebox
13471 \series default
13472 , con la diferencia de que no hay marco.
13473 \end_layout
13474
13475 \begin_layout Subsection
13476 Cuadros coloreados
13477 \begin_inset CommandInset label
13478 LatexCommand label
13479 name "sub:Cuadros-coloreados"
13480
13481 \end_inset
13482
13483
13484 \begin_inset Index
13485 status collapsed
13486
13487 \begin_layout Plain Layout
13488 Cuadros ! coloreados
13489 \end_layout
13490
13491 \end_inset
13492
13493
13494 \end_layout
13495
13496 \begin_layout Standard
13497 Para poder usar todos los comandos explicados en esta sección hay que cargar
13498  en el preámbulo LaTeX el paquete LaTeX 
13499 \series bold
13500 color
13501 \series default
13502
13503 \begin_inset Foot
13504 status collapsed
13505
13506 \begin_layout Plain Layout
13507 El paquete LaTeX 
13508 \series bold
13509 color
13510 \series default
13511  forma parte de toda distribución LaTeX estándar.
13512 \end_layout
13513
13514 \end_inset
13515
13516
13517 \begin_inset Index
13518 status collapsed
13519
13520 \begin_layout Plain Layout
13521 Paquetes ! color
13522 \end_layout
13523
13524 \end_inset
13525
13526 , con la línea
13527 \begin_inset Foot
13528 status collapsed
13529
13530 \begin_layout Plain Layout
13531 Cuando hay texto coloreado con un color predefinido en alguna parte del
13532  documento, LyX carga automáticamente el paquete LaTeX 
13533 \series bold
13534 color
13535 \series default
13536 .
13537  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13538  origina problemas.
13539 \end_layout
13540
13541 \end_inset
13542
13543
13544 \begin_inset Note Note
13545 status collapsed
13546
13547 \begin_layout Plain Layout
13548 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13549  en el preámbulo LaTeX.
13550 \end_layout
13551
13552 \end_inset
13553
13554
13555 \end_layout
13556
13557 \begin_layout Standard
13558
13559 \series bold
13560
13561 \backslash
13562 usepackage{color}
13563 \begin_inset VSpace medskip
13564 \end_inset
13565
13566
13567 \end_layout
13568
13569 \begin_layout Standard
13570 Para colorear cuadros se usa el comando 
13571 \series bold
13572
13573 \backslash
13574 colorbox
13575 \series default
13576
13577 \begin_inset Index
13578 status collapsed
13579
13580 \begin_layout Plain Layout
13581 Comandos ! C ! 
13582 \backslash
13583 colorbox
13584 \end_layout
13585
13586 \end_inset
13587
13588  con el siguiente esquema:
13589 \end_layout
13590
13591 \begin_layout Standard
13592
13593 \series bold
13594
13595 \backslash
13596 colorbox{color}{contenido del cuadro}
13597 \end_layout
13598
13599 \begin_layout Standard
13600 El contenido del cuadro puede ser otro cuadro, y también un 
13601 \backslash
13602
13603 \series bold
13604 colorbox
13605 \series default
13606  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13607  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13608  como con 
13609 \series bold
13610
13611 \backslash
13612 raisebox
13613 \series default
13614 .
13615 \begin_inset Foot
13616 status collapsed
13617
13618 \begin_layout Plain Layout
13619 Esto también se aplica para el comando 
13620 \series bold
13621
13622 \backslash
13623 fcolorbox
13624 \series default
13625 .
13626 \end_layout
13627
13628 \end_inset
13629
13630  
13631 \end_layout
13632
13633 \begin_layout Standard
13634 Se puede elegir uno de los siguientes colores predefinidos:
13635 \end_layout
13636
13637 \begin_layout Standard
13638
13639 \series bold
13640 black
13641 \series default
13642
13643 \series bold
13644 blue
13645 \series default
13646
13647 \series bold
13648 cyan
13649 \series default
13650
13651 \series bold
13652 green
13653 \series default
13654
13655 \series bold
13656 magenta
13657 \series default
13658
13659 \series bold
13660 red
13661 \series default
13662
13663 \series bold
13664 white
13665 \series default
13666
13667 \series bold
13668 yellow
13669 \end_layout
13670
13671 \begin_layout Standard
13672 \align center
13673 \begin_inset Tabular
13674 <lyxtabular version="3" rows="4" columns="2">
13675 <features>
13676 <column alignment="center" valignment="top" width="0">
13677 <column alignment="center" valignment="top" width="0">
13678 <row>
13679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13680 \begin_inset Text
13681
13682 \begin_layout Plain Layout
13683 Comando
13684 \end_layout
13685
13686 \end_inset
13687 </cell>
13688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13689 \begin_inset Text
13690
13691 \begin_layout Plain Layout
13692 Resultado
13693 \begin_inset Note Note
13694 status collapsed
13695
13696 \begin_layout Plain Layout
13697
13698 \series bold
13699
13700 \backslash
13701 raisebox
13702 \series default
13703  se usa sólo como espaciador
13704 \end_layout
13705
13706 \end_inset
13707
13708
13709 \end_layout
13710
13711 \end_inset
13712 </cell>
13713 </row>
13714 <row>
13715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13716 \begin_inset Text
13717
13718 \begin_layout Plain Layout
13719
13720 \backslash
13721 colorbox{yellow
13722 \begin_inset Formula $\to$
13723 \end_inset
13724
13725
13726 \backslash
13727 {A=B
13728 \end_layout
13729
13730 \end_inset
13731 </cell>
13732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13733 \begin_inset Text
13734
13735 \begin_layout Plain Layout
13736 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13737 \end_inset
13738
13739
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 </row>
13745 <row>
13746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13747 \begin_inset Text
13748
13749 \begin_layout Plain Layout
13750
13751 \backslash
13752 colorbox{green
13753 \begin_inset Formula $\to$
13754 \end_inset
13755
13756
13757 \backslash
13758 {
13759 \backslash
13760 fbox
13761 \begin_inset ERT
13762 status collapsed
13763
13764 \begin_layout Plain Layout
13765
13766
13767 \backslash
13768 spce 
13769 \end_layout
13770
13771 \end_inset
13772
13773 A=B
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Plain Layout
13782 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13783 \end_inset
13784
13785
13786 \end_layout
13787
13788 \end_inset
13789 </cell>
13790 </row>
13791 <row>
13792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796
13797 \backslash
13798 fbox
13799 \begin_inset ERT
13800 status collapsed
13801
13802 \begin_layout Plain Layout
13803
13804
13805 \backslash
13806 spce 
13807 \end_layout
13808
13809 \end_inset
13810
13811
13812 \backslash
13813 colorbox{green
13814 \begin_inset Formula $\to$
13815 \end_inset
13816
13817
13818 \backslash
13819 {
13820 \family sans
13821 Ctrl+M Ctrl+M
13822 \family default
13823  
13824 \backslash
13825 int
13826 \begin_inset ERT
13827 status collapsed
13828
13829 \begin_layout Plain Layout
13830
13831
13832 \backslash
13833 spce 
13834 \end_layout
13835
13836 \end_inset
13837
13838 C=D
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13848 \end_inset
13849
13850
13851 \end_layout
13852
13853 \end_inset
13854 </cell>
13855 </row>
13856 </lyxtabular>
13857
13858 \end_inset
13859
13860
13861 \end_layout
13862
13863 \begin_layout Standard
13864
13865 \series bold
13866
13867 \backslash
13868 colorbox
13869 \series default
13870  sólo colorea el cuadro pero no los caracteres.
13871  Para colorear todos los caracteres se selecciona toda la ecuación y se
13872  elige un color en el diálogo 
13873 \family sans
13874 Estilo
13875 \begin_inset space ~
13876 \end_inset
13877
13878 del
13879 \begin_inset space ~
13880 \end_inset
13881
13882 texto
13883 \family default
13884 .
13885  El diálogo puede abrirse con el botón 
13886 \begin_inset Graphics
13887         filename ../../images/dialog-show_character.png
13888         scale 85
13889
13890 \end_inset
13891
13892  de la barra de herramientas o con el menú 
13893 \family sans
13894 Editar\SpecialChar \menuseparator
13895 Estilo
13896 \begin_inset space ~
13897 \end_inset
13898
13899 del
13900 \begin_inset space ~
13901 \end_inset
13902
13903 texto\SpecialChar \menuseparator
13904 Personalizado
13905 \family default
13906 .
13907  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13908  Si el número de la ecuación debe tener otro color que el de los caracteres
13909  de la ecuación, el color debe cambiarse dentro de la ecuación.
13910 \end_layout
13911
13912 \begin_layout Standard
13913 Un ejemplo:
13914 \color red
13915
13916 \begin_inset Formula \begin{equation}
13917 {\color{red}\int A=B}\label{eq:rojo}\end{equation}
13918
13919 \end_inset
13920
13921
13922 \end_layout
13923
13924 \begin_layout Standard
13925
13926 \color green
13927 \begin_inset Formula \begin{equation}
13928 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}\end{equation}
13929
13930 \end_inset
13931
13932
13933 \end_layout
13934
13935 \begin_layout Standard
13936 La ecuación 
13937 \begin_inset CommandInset ref
13938 LatexCommand eqref
13939 reference "eq:rojo"
13940
13941 \end_inset
13942
13943  está toda coloreada en rojo.
13944 \begin_inset Newline newline
13945 \end_inset
13946
13947 La ecuación 
13948 \begin_inset CommandInset ref
13949 LatexCommand eqref
13950 reference "eq:rojoverde"
13951
13952 \end_inset
13953
13954  se ha coloreado en primer lugar toda en verde para colorear el número de
13955  la ecuación.
13956  Posteriormente se han coloreado en rojo los caracteres.
13957 \family sans
13958
13959 \begin_inset VSpace bigskip
13960 \end_inset
13961
13962
13963 \end_layout
13964
13965 \begin_layout Standard
13966 Para colorear diferente el marco y el resto del cuadro se usa el comando
13967  
13968 \series bold
13969
13970 \backslash
13971 fcolorbox
13972 \series default
13973
13974 \begin_inset Index
13975 status collapsed
13976
13977 \begin_layout Plain Layout
13978 Comandos ! F ! 
13979 \backslash
13980 fcolorbox
13981 \end_layout
13982
13983 \end_inset
13984
13985  con el siguiente esquema:
13986 \end_layout
13987
13988 \begin_layout Standard
13989
13990 \series bold
13991
13992 \backslash
13993 fcolorbox{color del marco}{color}{contenido del cuadro}
13994 \end_layout
13995
13996 \begin_layout Standard
13997 Así pues 
13998 \series bold
13999
14000 \backslash
14001 fcolorbox
14002 \series default
14003  es una extensión del comando 
14004 \series bold
14005
14006 \backslash
14007 colorbox
14008 \series default
14009 .
14010  La anchura del marco se establece, como para 
14011 \series bold
14012
14013 \backslash
14014 framebox
14015 \series default
14016 , con 
14017 \series bold
14018
14019 \backslash
14020 fboxrule
14021 \series default
14022  y 
14023 \series bold
14024
14025 \backslash
14026 fboxsep
14027 \series default
14028 .
14029  Un ejemplo:
14030 \begin_inset ERT
14031 status collapsed
14032
14033 \begin_layout Plain Layout
14034
14035
14036 \backslash
14037 fboxrule 1mm 
14038 \backslash
14039 fboxsep 1mm
14040 \end_layout
14041
14042 \end_inset
14043
14044
14045 \begin_inset Formula \[
14046 \fcolorbox{cyan}{magenta}{A=B}\]
14047
14048 \end_inset
14049
14050
14051 \end_layout
14052
14053 \begin_layout Standard
14054 \begin_inset ERT
14055 status collapsed
14056
14057 \begin_layout Plain Layout
14058
14059
14060 \backslash
14061 fboxrule 0.4pt 
14062 \backslash
14063 fboxsep 3pt
14064 \end_layout
14065
14066 \end_inset
14067
14068
14069 \end_layout
14070
14071 \begin_layout Standard
14072 Esta ecuación se ha compuesto con el comando
14073 \begin_inset Newline newline
14074 \end_inset
14075
14076
14077 \series bold
14078
14079 \backslash
14080 fcolorbox{cyan
14081 \begin_inset Formula $\to$
14082 \end_inset
14083
14084
14085 \backslash
14086 {magenta
14087 \begin_inset Formula $\to$
14088 \end_inset
14089
14090
14091 \backslash
14092 {A=B
14093 \end_layout
14094
14095 \begin_layout Standard
14096 \begin_inset VSpace bigskip
14097 \end_inset
14098
14099
14100 \end_layout
14101
14102 \begin_layout Standard
14103 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14104 \end_layout
14105
14106 \begin_layout Standard
14107 Por ejemplo, se puede definir el color 
14108 \begin_inset Quotes fld
14109 \end_inset
14110
14111
14112 \series bold
14113 verdeoscuro
14114 \series default
14115
14116 \begin_inset Quotes frd
14117 \end_inset
14118
14119  con la línea de preámbulo LaTeX:
14120 \end_layout
14121
14122 \begin_layout Standard
14123
14124 \series bold
14125
14126 \backslash
14127 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14128 \series default
14129
14130 \begin_inset Index
14131 status collapsed
14132
14133 \begin_layout Plain Layout
14134 Comandos ! D ! 
14135 \backslash
14136 definecolor
14137 \end_layout
14138
14139 \end_inset
14140
14141
14142 \end_layout
14143
14144 \begin_layout Standard
14145
14146 \series bold
14147 cmyk
14148 \series default
14149  es el espacio de color referido a los colores 
14150 \series bold
14151 cyan
14152 \series default
14153
14154 \series bold
14155 magenta
14156 \series default
14157
14158 \series bold
14159 yellow
14160 \series default
14161  y 
14162 \series bold
14163 black
14164 \series default
14165 .
14166  Los cuatro números separados por coma son el factor de cuota para los colores
14167  correspondientes del espacio de color.
14168  Los factores pueden estar en el rango 0-1.
14169  En vez de 
14170 \series bold
14171 cmyk
14172 \series default
14173  se puede usar el espacio de color 
14174 \series bold
14175 rgb
14176 \series default
14177 , que se refiere a 
14178 \series bold
14179 red
14180 \series default
14181
14182 \series bold
14183 green
14184 \series default
14185  y 
14186 \series bold
14187 blue
14188 \series default
14189 , así pues en este caso hay tres factores de cuota para los correspondientes
14190  colores.
14191  Además hay el espacio de color 
14192 \series bold
14193 gray
14194 \series default
14195  con un factor de cuota para el valor gris.
14196 \end_layout
14197
14198 \begin_layout Standard
14199 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14200 \series bold
14201 verdeoscuro
14202 \series default
14203  y los caracteres en color amarillo:
14204 \color black
14205
14206 \begin_inset Formula \begin{equation}
14207 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14208
14209 \end_inset
14210
14211
14212 \end_layout
14213
14214 \begin_layout Standard
14215 Los colores personalizados también se pueden usar para texto con la ayuda
14216  del comando 
14217 \series bold
14218
14219 \backslash
14220 textcolor
14221 \series default
14222
14223 \begin_inset Index
14224 status collapsed
14225
14226 \begin_layout Plain Layout
14227 Texto ! coloreado
14228 \end_layout
14229
14230 \end_inset
14231
14232
14233 \end_layout
14234
14235 \begin_layout Standard
14236 \begin_inset ERT
14237 status collapsed
14238
14239 \begin_layout Plain Layout
14240
14241
14242 \backslash
14243 textcolor{verdeoscuro}{
14244 \end_layout
14245
14246 \end_inset
14247
14248 Esta frase en 
14249 \begin_inset Quotes fld
14250 \end_inset
14251
14252 verdeoscuro
14253 \begin_inset Quotes frd
14254 \end_inset
14255
14256 .
14257 \begin_inset ERT
14258 status collapsed
14259
14260 \begin_layout Plain Layout
14261
14262 }
14263 \end_layout
14264
14265 \end_inset
14266
14267
14268 \end_layout
14269
14270 \begin_layout Standard
14271
14272 \series bold
14273
14274 \backslash
14275 textcolor
14276 \series default
14277
14278 \begin_inset Index
14279 status collapsed
14280
14281 \begin_layout Plain Layout
14282 Comandos ! T ! 
14283 \backslash
14284 textcolor
14285 \end_layout
14286
14287 \end_inset
14288
14289  se usa con el esquema 
14290 \series bold
14291
14292 \backslash
14293 textcolor{color}{caracteres a colorear}
14294 \series default
14295 .
14296 \end_layout
14297
14298 \begin_layout Subsection
14299 Cuadros de párrafo
14300 \begin_inset CommandInset label
14301 LatexCommand label
14302 name "sub:Cuadros-de-párrafo"
14303
14304 \end_inset
14305
14306
14307 \begin_inset Index
14308 status collapsed
14309
14310 \begin_layout Plain Layout
14311 Cuadros ! para párrafos
14312 \end_layout
14313
14314 \end_inset
14315
14316
14317 \end_layout
14318
14319 \begin_layout Standard
14320 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14321  de párrafo (parbox), se puede generar con el menú 
14322 \family sans
14323 Insertar\SpecialChar \menuseparator
14324 Cuadro
14325 \family default
14326  o con el botón 
14327 \begin_inset Graphics
14328         filename ../../images/box-insert.png
14329         scale 85
14330
14331 \end_inset
14332
14333  de la barra de herramientas.
14334 \end_layout
14335
14336 \begin_layout Standard
14337 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14338 \begin_inset VSpace medskip
14339 \end_inset
14340
14341 Esta línea contiene 
14342 \begin_inset Box Boxed
14343 position "c"
14344 hor_pos "c"
14345 has_inner_box 1
14346 inner_pos "c"
14347 use_parbox 1
14348 width "5cm"
14349 special "none"
14350 height "1in"
14351 height_special "totalheight"
14352 status collapsed
14353
14354 \begin_layout Plain Layout
14355 Esto es un cuadro de párrafo.
14356  Tiene exactamente 5
14357 \begin_inset space \thinspace{}
14358 \end_inset
14359
14360 cm de largo y además puede contener ecuaciones: 
14361 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14362 \end_inset
14363
14364
14365 \end_layout
14366
14367 \end_inset
14368
14369
14370 \begin_inset space ~
14371 \end_inset
14372
14373  un cuadro de párrafo.
14374 \begin_inset VSpace medskip
14375 \end_inset
14376
14377 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14378  Surge un diálogo con las propiedades del cuadro.
14379  En este caso: 
14380 \emph on
14381 Decoración
14382 \emph default
14383 : Marco rectangular, 
14384 \emph on
14385 Cuadro interior
14386 \emph default
14387 : Párrafo, 
14388 \emph on
14389 Ancho
14390 \emph default
14391 : 5
14392 \begin_inset space \thinspace{}
14393 \end_inset
14394
14395 cm, 
14396 \emph on
14397 Alineación Vertical
14398 \emph default
14399  
14400 \emph on
14401 Cuadro
14402 \emph default
14403 : Medio.
14404 \end_layout
14405
14406 \begin_layout Standard
14407 \begin_inset VSpace medskip
14408 \end_inset
14409
14410 En LaTeX, un cuadro de párrafo se inserta con el comando 
14411 \series bold
14412
14413 \backslash
14414 parbox
14415 \series default
14416
14417 \begin_inset Index
14418 status collapsed
14419
14420 \begin_layout Plain Layout
14421 Comandos ! P ! 
14422 \backslash
14423 parbox
14424 \end_layout
14425
14426 \end_inset
14427
14428  con el esquema siguiente:
14429 \end_layout
14430
14431 \begin_layout Standard
14432
14433 \series bold
14434
14435 \backslash
14436 parbox[posición]{anchura}{contenido}
14437 \end_layout
14438
14439 \begin_layout Standard
14440 Son posibles las posiciones 
14441 \emph on
14442 b
14443 \emph default
14444  y 
14445 \emph on
14446 t
14447 \emph default
14448
14449 \emph on
14450 b
14451 \emph default
14452  por 
14453 \begin_inset Quotes fld
14454 \end_inset
14455
14456 bottom
14457 \begin_inset Quotes frd
14458 \end_inset
14459
14460  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14461  Con 
14462 \emph on
14463 t
14464 \emph default
14465 , por 
14466 \begin_inset Quotes fld
14467 \end_inset
14468
14469 top
14470 \begin_inset Quotes frd
14471 \end_inset
14472
14473  (arriba), la alineación se hace con la primera línea.
14474  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14475  
14476 \emph on
14477 Cuadros
14478 \emph default
14479  del manual 
14480 \emph on
14481 Objetos insertados
14482 \emph default
14483  para ejemplos.
14484 \end_layout
14485
14486 \begin_layout Standard
14487 \begin_inset VSpace bigskip
14488 \end_inset
14489
14490 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14491  ponerse en un cuadro de párrafo.
14492  Para ello se inserta el comando
14493 \begin_inset Newline newline
14494 \end_inset
14495
14496
14497 \series bold
14498
14499 \backslash
14500 fbox{
14501 \backslash
14502 parbox{
14503 \backslash
14504 linewidth-2
14505 \backslash
14506 fboxsep-2
14507 \backslash
14508 fboxrule}{
14509 \begin_inset Newline newline
14510 \end_inset
14511
14512
14513 \series default
14514 en modo TeX delante de la ecuación.
14515  Aquí 
14516 \series bold
14517
14518 \backslash
14519 linewidth
14520 \begin_inset Index
14521 status collapsed
14522
14523 \begin_layout Plain Layout
14524 Comandos ! L ! 
14525 \backslash
14526 linewidth
14527 \end_layout
14528
14529 \end_inset
14530
14531
14532 \series default
14533  es la anchura de línea establecida para el documento.
14534  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14535  anchura dos veces la separación del marco y el grosor.
14536  Como LyX no lo hace automáticamente debido a un fallo,
14537 \begin_inset Foot
14538 status collapsed
14539
14540 \begin_layout Plain Layout
14541 \begin_inset CommandInset href
14542 LatexCommand href
14543 name "LyX-bug #4483"
14544 target "http://www.lyx.org/trac/ticket/4483"
14545
14546 \end_inset
14547
14548
14549 \end_layout
14550
14551 \end_inset
14552
14553  hay que usar modo TeX.
14554  Para poder multiplicar y restar en los argumentos hay que cargar en el
14555  preámbulo LaTeX el paquete LaTeX 
14556 \series bold
14557 calc
14558 \series default
14559 ,
14560 \begin_inset Foot
14561 status collapsed
14562
14563 \begin_layout Plain Layout
14564
14565 \series bold
14566 calc
14567 \series default
14568  es parte de toda instalación LaTeX estándar.
14569 \end_layout
14570
14571 \end_inset
14572
14573
14574 \begin_inset Index
14575 status collapsed
14576
14577 \begin_layout Plain Layout
14578 Paquetes ! calc
14579 \end_layout
14580
14581 \end_inset
14582
14583  con la línea
14584 \end_layout
14585
14586 \begin_layout Standard
14587
14588 \series bold
14589
14590 \backslash
14591 usepackage{calc}
14592 \end_layout
14593
14594 \begin_layout Standard
14595 Detrás de la ecuación se cierran ambos cuadros con 
14596 \series bold
14597 }}
14598 \series default
14599  en modo TeX.
14600  Aquí hay un ejemplo:
14601 \begin_inset ERT
14602 status collapsed
14603
14604 \begin_layout Plain Layout
14605
14606
14607 \backslash
14608 fboxsep 5mm 
14609 \backslash
14610 fboxrule 5mm
14611 \end_layout
14612
14613 \end_inset
14614
14615
14616 \end_layout
14617
14618 \begin_layout Standard
14619 \begin_inset ERT
14620 status collapsed
14621
14622 \begin_layout Plain Layout
14623
14624
14625 \backslash
14626 fbox{
14627 \backslash
14628 parbox{
14629 \backslash
14630 linewidth-2
14631 \backslash
14632 fboxsep-2
14633 \backslash
14634 fboxrule}{
14635 \end_layout
14636
14637 \end_inset
14638
14639
14640 \begin_inset Formula \begin{equation}
14641 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14642
14643 \end_inset
14644
14645
14646 \end_layout
14647
14648 \begin_layout Standard
14649 \begin_inset ERT
14650 status collapsed
14651
14652 \begin_layout Plain Layout
14653
14654 }}
14655 \end_layout
14656
14657 \end_inset
14658
14659
14660 \begin_inset ERT
14661 status collapsed
14662
14663 \begin_layout Plain Layout
14664
14665
14666 \backslash
14667 fboxrule 0.4pt 
14668 \backslash
14669 fboxsep 3pt
14670 \end_layout
14671
14672 \end_inset
14673
14674
14675 \end_layout
14676
14677 \begin_layout Standard
14678 \begin_inset VSpace medskip
14679 \end_inset
14680
14681
14682 \end_layout
14683
14684 \begin_layout Standard
14685 Como se ha usado el cuadro de párrafo como argumento de 
14686 \series bold
14687
14688 \backslash
14689 fbox
14690 \series default
14691 , en este caso no hay diferencia entre 
14692 \series bold
14693
14694 \backslash
14695 fbox
14696 \series default
14697  y 
14698 \series bold
14699
14700 \backslash
14701 boxed
14702 \series default
14703 .
14704  
14705 \end_layout
14706
14707 \begin_layout Standard
14708 \begin_inset VSpace bigskip
14709 \end_inset
14710
14711
14712 \end_layout
14713
14714 \begin_layout Standard
14715 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14716  Para hacerlo, se usa 
14717 \series bold
14718
14719 \backslash
14720 parbox
14721 \series default
14722  en combinación con el comando 
14723 \series bold
14724
14725 \backslash
14726 tag
14727 \series default
14728 .
14729  (Véase más sobre 
14730 \series bold
14731
14732 \backslash
14733 tag
14734 \series default
14735  en 
14736 \begin_inset CommandInset ref
14737 LatexCommand ref
14738 reference "sub:Numeración-personalizada"
14739
14740 \end_inset
14741
14742 ).
14743 \end_layout
14744
14745 \begin_layout Standard
14746 Un ejemplo de ecuación comentada con 
14747 \series bold
14748
14749 \backslash
14750 parbox
14751 \series default
14752 :
14753 \end_layout
14754
14755 \begin_layout Standard
14756 \begin_inset ERT
14757 status collapsed
14758
14759 \begin_layout Plain Layout
14760
14761
14762 \backslash
14763 [5x-7b=3b
14764 \backslash
14765 tag*{
14766 \backslash
14767 parbox{5cm}{
14768 \end_layout
14769
14770 \end_inset
14771
14772 Esto es una descripción.
14773  Está claramente separada de la ecuación y es multilínea.
14774 \begin_inset ERT
14775 status collapsed
14776
14777 \begin_layout Plain Layout
14778
14779 }}
14780 \backslash
14781 ]
14782 \end_layout
14783
14784 \end_inset
14785
14786
14787 \end_layout
14788
14789 \begin_layout Standard
14790 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14791  no soporta el comando 
14792 \series bold
14793
14794 \backslash
14795 parbox
14796 \series default
14797  en ecuaciones.
14798  La ecuación se compone con la siguiente secuencia de comandos:
14799 \end_layout
14800
14801 \begin_layout Standard
14802 El comando 
14803 \series bold
14804
14805 \backslash
14806 [5x-7b=3b
14807 \backslash
14808 tag*
14809 \backslash
14810 {
14811 \backslash
14812 parbox{5cm}{
14813 \series default
14814  se inserta en modo TeX.
14815 \begin_inset Foot
14816 status collapsed
14817
14818 \begin_layout Plain Layout
14819 Si se usa el estilo de ecuación 
14820 \series bold
14821 Sangrado
14822 \series default
14823
14824 \series bold
14825
14826 \backslash
14827 tag*
14828 \backslash
14829
14830 \series default
14831  se puede reemplazar por 
14832 \series bold
14833
14834 \backslash
14835 hfill
14836 \series default
14837 .
14838  (Véanse los estilos de ecuación en 
14839 \begin_inset CommandInset ref
14840 LatexCommand ref
14841 reference "sec:Estilos-de-ecuación"
14842
14843 \end_inset
14844
14845 ).
14846 \end_layout
14847
14848 \end_inset
14849
14850  Después sigue la descripción en texto normal, y por último 
14851 \series bold
14852 }}
14853 \backslash
14854 ]
14855 \series default
14856  en modo TeX.
14857  Aquí los comandos 
14858 \series bold
14859
14860 \backslash
14861 [
14862 \series default
14863  y 
14864 \series bold
14865
14866 \backslash
14867 ]
14868 \series default
14869  crean una ecuación presentada.
14870 \end_layout
14871
14872 \begin_layout Standard
14873 Las ventajas de 
14874 \series bold
14875
14876 \backslash
14877 parbox
14878 \series default
14879  pueden verse en este ejemplo que se ha 
14880 \begin_inset Quotes fld
14881 \end_inset
14882
14883 comentado
14884 \begin_inset Quotes frd
14885 \end_inset
14886
14887  usando el modo texto matemático:
14888 \begin_inset Formula \[
14889 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}\]
14890
14891 \end_inset
14892
14893
14894 \end_layout
14895
14896 \begin_layout Section
14897 Operadores
14898 \begin_inset Index
14899 status collapsed
14900
14901 \begin_layout Plain Layout
14902 Operadores
14903 \end_layout
14904
14905 \end_inset
14906
14907
14908 \end_layout
14909
14910 \begin_layout Subsection
14911 Operadores grandes
14912 \begin_inset CommandInset label
14913 LatexCommand label
14914 name "sub:Operadores-grandes"
14915
14916 \end_inset
14917
14918
14919 \begin_inset Index
14920 status collapsed
14921
14922 \begin_layout Plain Layout
14923 Operadores ! grandes
14924 \end_layout
14925
14926 \end_inset
14927
14928
14929 \begin_inset Index
14930 status collapsed
14931
14932 \begin_layout Plain Layout
14933 Sumatorios
14934 \end_layout
14935
14936 \end_inset
14937
14938
14939 \begin_inset Index
14940 status collapsed
14941
14942 \begin_layout Plain Layout
14943 Integrales
14944 \end_layout
14945
14946 \end_inset
14947
14948
14949 \end_layout
14950
14951 \begin_layout Standard
14952 Para poder usar todos los comandos de integrales listados aquí, debe estar
14953  marcada la opción 
14954 \family sans
14955 Usar paquete esint automáticamente
14956 \family default
14957  en el apartado 
14958 \family sans
14959 Ecuaciones
14960 \family default
14961  de la configuración del documento.
14962  
14963 \end_layout
14964
14965 \begin_layout Standard
14966 \begin_inset space \hfill{}
14967 \end_inset
14968
14969
14970 \begin_inset Tabular
14971 <lyxtabular version="3" rows="11" columns="2">
14972 <features>
14973 <column alignment="center" valignment="top" width="0pt">
14974 <column alignment="center" valignment="top" width="0pt">
14975 <row>
14976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980 Comando
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989 Resultado
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 </row>
14995 <row>
14996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000
15001 \backslash
15002 int
15003 \begin_inset Index
15004 status collapsed
15005
15006 \begin_layout Plain Layout
15007 Comandos ! I ! 
15008 \backslash
15009 int
15010 \end_layout
15011
15012 \end_inset
15013
15014
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023 \begin_inset Formula $\int$
15024 \end_inset
15025
15026
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 </row>
15032 <row>
15033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037
15038 \backslash
15039 oint
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048 \begin_inset Formula $\oint$
15049 \end_inset
15050
15051
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 </row>
15057 <row>
15058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062
15063 \backslash
15064 ointctrclockwise
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073 \begin_inset Formula $\ointctrclockwise$
15074 \end_inset
15075
15076
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 </row>
15082 <row>
15083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087
15088 \backslash
15089 ointclockwise
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098 \begin_inset Formula $\ointclockwise$
15099 \end_inset
15100
15101
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 </row>
15107 <row>
15108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112
15113 \backslash
15114 sqint
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123 \begin_inset Formula $\sqint$
15124 \end_inset
15125
15126
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 </row>
15132 <row>
15133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Plain Layout
15137
15138 \backslash
15139 fint
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Plain Layout
15148  
15149 \begin_inset Formula $\fint$
15150 \end_inset
15151
15152
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 </row>
15158 <row>
15159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163
15164 \backslash
15165 landupint
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174  
15175 \begin_inset Formula $\landupint$
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 </row>
15184 <row>
15185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189
15190 \backslash
15191 landdownint
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200  
15201 \begin_inset Formula $\landdownint$
15202 \end_inset
15203
15204
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 </row>
15210 <row>
15211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215
15216 \backslash
15217 bigcap
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226 \begin_inset Formula $\bigcap$
15227 \end_inset
15228
15229
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 </row>
15235 <row>
15236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240
15241 \backslash
15242 bigcup
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251 \begin_inset Formula $\bigcup$
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 </row>
15260 </lyxtabular>
15261
15262 \end_inset
15263
15264
15265 \begin_inset space \hfill{}
15266 \end_inset
15267
15268
15269 \begin_inset Tabular
15270 <lyxtabular version="3" rows="11" columns="2">
15271 <features>
15272 <column alignment="center" valignment="top" width="0pt">
15273 <column alignment="center" valignment="top" width="0pt">
15274 <row>
15275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15276 \begin_inset Text
15277
15278 \begin_layout Plain Layout
15279 Comando
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Plain Layout
15288 Resultado
15289 \end_layout
15290
15291 \end_inset
15292 </cell>
15293 </row>
15294 <row>
15295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15296 \begin_inset Text
15297
15298 \begin_layout Plain Layout
15299
15300 \backslash
15301 sum
15302 \begin_inset Index
15303 status collapsed
15304
15305 \begin_layout Plain Layout
15306 Comandos ! S ! 
15307 \backslash
15308 sum
15309 \end_layout
15310
15311 \end_inset
15312
15313
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15319 \begin_inset Text
15320
15321 \begin_layout Plain Layout
15322 \begin_inset Formula $\sum$
15323 \end_inset
15324
15325
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 </row>
15331 <row>
15332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336
15337 \backslash
15338 prod
15339 \begin_inset Index
15340 status collapsed
15341
15342 \begin_layout Plain Layout
15343 Comandos ! P ! 
15344 \backslash
15345 prod
15346 \end_layout
15347
15348 \end_inset
15349
15350
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Plain Layout
15359 \begin_inset Formula $\prod$
15360 \end_inset
15361
15362
15363 \end_layout
15364
15365 \end_inset
15366 </cell>
15367 </row>
15368 <row>
15369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Plain Layout
15373
15374 \backslash
15375 coprod
15376 \end_layout
15377
15378 \end_inset
15379 </cell>
15380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15381 \begin_inset Text
15382
15383 \begin_layout Plain Layout
15384 \begin_inset Formula $\coprod$
15385 \end_inset
15386
15387
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 </row>
15393 <row>
15394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398
15399 \backslash
15400 bigodot
15401 \end_layout
15402
15403 \end_inset
15404 </cell>
15405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15406 \begin_inset Text
15407
15408 \begin_layout Plain Layout
15409 \begin_inset Formula $\bigodot$
15410 \end_inset
15411
15412
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 </row>
15418 <row>
15419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Plain Layout
15423
15424 \backslash
15425 bigotimes
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434 \begin_inset Formula $\bigotimes$
15435 \end_inset
15436
15437
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 </row>
15443 <row>
15444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448
15449 \backslash
15450 bigoplus
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459 \begin_inset Formula $\bigoplus$
15460 \end_inset
15461
15462
15463 \end_layout
15464
15465 \end_inset
15466 </cell>
15467 </row>
15468 <row>
15469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Plain Layout
15473
15474 \backslash
15475 bigwedge
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484 \begin_inset Formula $\bigwedge$
15485 \end_inset
15486
15487
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 </row>
15493 <row>
15494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15495 \begin_inset Text
15496
15497 \begin_layout Plain Layout
15498
15499 \backslash
15500 bigvee
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509 \begin_inset Formula $\bigvee$
15510 \end_inset
15511
15512
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 </row>
15518 <row>
15519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15520 \begin_inset Text
15521
15522 \begin_layout Plain Layout
15523
15524 \backslash
15525 bigsqcup
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15531 \begin_inset Text
15532
15533 \begin_layout Plain Layout
15534 \begin_inset Formula $\bigsqcup$
15535 \end_inset
15536
15537
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 </row>
15543 <row>
15544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15545 \begin_inset Text
15546
15547 \begin_layout Plain Layout
15548
15549 \backslash
15550 biguplus
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15556 \begin_inset Text
15557
15558 \begin_layout Plain Layout
15559 \begin_inset Formula $\biguplus$
15560 \end_inset
15561
15562
15563 \end_layout
15564
15565 \end_inset
15566 </cell>
15567 </row>
15568 </lyxtabular>
15569
15570 \end_inset
15571
15572
15573 \begin_inset space \hfill{}
15574 \end_inset
15575
15576
15577 \end_layout
15578
15579 \begin_layout Standard
15580 Todos los operadores grandes se pueden insertar con el botón 
15581 \begin_inset Graphics
15582         filename ../../images/math/intop.png
15583         scale 85
15584
15585 \end_inset
15586
15587  de la barra de ecuaciones.
15588 \end_layout
15589
15590 \begin_layout Standard
15591 Estos operadores son llamados grandes porque son mayores que los operadores
15592  binarios de aspecto semejante.
15593  Todos los operadores grandes pueden tener límites, como se describe en
15594  la subsección siguiente.
15595 \end_layout
15596
15597 \begin_layout Standard
15598 Para todos los operadores de integral hay una segunda versión disponible,
15599  terminando en 
15600 \series bold
15601 op
15602 \series default
15603
15604 \series bold
15605
15606 \backslash
15607 intop
15608 \series default
15609
15610 \series bold
15611
15612 \backslash
15613 ointop
15614 \series default
15615  etc.
15616  Estos operadores difieren de 
15617 \series bold
15618
15619 \backslash
15620 int
15621 \series default
15622 , etc., en el estilo en que se presentan los límites, véase
15623 \series bold
15624  
15625 \series default
15626
15627 \begin_inset CommandInset ref
15628 LatexCommand ref
15629 reference "sub:Límites-de-operadores"
15630
15631 \end_inset
15632
15633 .
15634 \end_layout
15635
15636 \begin_layout Subsubsection*
15637 Sugerencias para las integrales
15638 \end_layout
15639
15640 \begin_layout Standard
15641 La letra 
15642 \emph on
15643 d
15644 \emph default
15645  en una integral es un operador, por consiguiente debe escribirse en redonda.
15646  Esto se hace resaltando la 
15647 \emph on
15648 d
15649 \emph default
15650  y usando el atajo de teclado 
15651 \family sans
15652 Alt+C
15653 \begin_inset space ~
15654 \end_inset
15655
15656 R
15657 \family default
15658 .
15659 \begin_inset Foot
15660 status collapsed
15661
15662 \begin_layout Plain Layout
15663 véase estilos de letras en 
15664 \begin_inset CommandInset ref
15665 LatexCommand ref
15666 reference "sub:Estilos-de-fuentes"
15667
15668 \end_inset
15669
15670  
15671 \end_layout
15672
15673 \end_inset
15674
15675  Delante de la 
15676 \emph on
15677 d
15678 \emph default
15679  se inserta un espacio delgado, como es habitual en los operadores.
15680  Un ejemplo:
15681 \end_layout
15682
15683 \begin_layout Standard
15684 incorrecto: 
15685 \begin_inset Formula $\int A(x)dx$
15686 \end_inset
15687
15688
15689 \begin_inset Newline newline
15690 \end_inset
15691
15692
15693 \begin_inset ERT
15694 status collapsed
15695
15696 \begin_layout Plain Layout
15697
15698
15699 \backslash
15700 hphantom{in}
15701 \end_layout
15702
15703 \end_inset
15704
15705 correcto: 
15706 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15707 \end_inset
15708
15709
15710 \end_layout
15711
15712 \begin_layout Standard
15713 \begin_inset Newpage pagebreak
15714 \end_inset
15715
15716
15717 \end_layout
15718
15719 \begin_layout Standard
15720 Para integrales múltiples hay los siguientes comandos:
15721 \begin_inset VSpace medskip
15722 \end_inset
15723
15724
15725 \end_layout
15726
15727 \begin_layout Standard
15728 \begin_inset space \hfill{}
15729 \end_inset
15730
15731
15732 \begin_inset Tabular
15733 <lyxtabular version="3" rows="4" columns="2">
15734 <features>
15735 <column alignment="center" valignment="top" width="0">
15736 <column alignment="center" valignment="top" width="0">
15737 <row>
15738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742 Comando
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751 Resultado
15752 \begin_inset Note Note
15753 status collapsed
15754
15755 \begin_layout Plain Layout
15756
15757 \series bold
15758
15759 \backslash
15760 raisebox
15761 \series default
15762  se usa sólo como espaciador
15763 \end_layout
15764
15765 \end_inset
15766
15767
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 </row>
15773 <row>
15774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778
15779 \backslash
15780 iint
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15790 \end_inset
15791
15792
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 </row>
15798 <row>
15799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803
15804 \backslash
15805 oiint
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15815 \end_inset
15816
15817
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 </row>
15823 <row>
15824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828
15829 \backslash
15830 sqiint
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15836 \begin_inset Text
15837
15838 \begin_layout Plain Layout
15839 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15840 \end_inset
15841
15842
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 </row>
15848 </lyxtabular>
15849
15850 \end_inset
15851
15852
15853 \begin_inset space \hfill{}
15854 \end_inset
15855
15856
15857 \begin_inset Tabular
15858 <lyxtabular version="3" rows="4" columns="2">
15859 <features>
15860 <column alignment="center" valignment="top" width="0">
15861 <column alignment="center" valignment="top" width="0">
15862 <row>
15863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15864 \begin_inset Text
15865
15866 \begin_layout Plain Layout
15867 Comando
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Plain Layout
15876 Resultado
15877 \begin_inset Note Note
15878 status collapsed
15879
15880 \begin_layout Plain Layout
15881
15882 \series bold
15883
15884 \backslash
15885 raisebox
15886 \series default
15887  se usa sólo como espaciador
15888 \end_layout
15889
15890 \end_inset
15891
15892
15893 \end_layout
15894
15895 \end_inset
15896 </cell>
15897 </row>
15898 <row>
15899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15900 \begin_inset Text
15901
15902 \begin_layout Plain Layout
15903
15904 \backslash
15905 iiint
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15911 \begin_inset Text
15912
15913 \begin_layout Plain Layout
15914 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15915 \end_inset
15916
15917
15918 \end_layout
15919
15920 \end_inset
15921 </cell>
15922 </row>
15923 <row>
15924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15925 \begin_inset Text
15926
15927 \begin_layout Plain Layout
15928
15929 \backslash
15930 iiiint
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15940 \end_inset
15941
15942
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 </row>
15948 <row>
15949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Plain Layout
15953
15954 \backslash
15955 dotsint
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Plain Layout
15964 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15965 \end_inset
15966
15967
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 </row>
15973 </lyxtabular>
15974
15975 \end_inset
15976
15977
15978 \begin_inset space \hfill{}
15979 \end_inset
15980
15981
15982 \end_layout
15983
15984 \begin_layout Subsection
15985 Límites de operadores
15986 \begin_inset CommandInset label
15987 LatexCommand label
15988 name "sub:Límites-de-operadores"
15989
15990 \end_inset
15991
15992
15993 \begin_inset Index
15994 status collapsed
15995
15996 \begin_layout Plain Layout
15997 Operadores ! límites de
15998 \end_layout
15999
16000 \end_inset
16001
16002
16003 \end_layout
16004
16005 \begin_layout Standard
16006 Los límites se crean mediante superíndices y subíndices:
16007 \end_layout
16008
16009 \begin_layout Standard
16010 \noindent
16011 \align center
16012 \begin_inset Tabular
16013 <lyxtabular version="3" rows="2" columns="2">
16014 <features>
16015 <column alignment="center" valignment="top" width="0">
16016 <column alignment="center" valignment="top" width="0">
16017 <row>
16018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022 Comando
16023 \end_layout
16024
16025 \end_inset
16026 </cell>
16027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16028 \begin_inset Text
16029
16030 \begin_layout Plain Layout
16031 Resultado
16032 \begin_inset Note Note
16033 status collapsed
16034
16035 \begin_layout Plain Layout
16036
16037 \series bold
16038
16039 \backslash
16040 raisebox
16041 \series default
16042  se usa sólo como espaciador
16043 \end_layout
16044
16045 \end_inset
16046
16047
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 </row>
16053 <row>
16054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058
16059 \backslash
16060 prod^
16061 \backslash
16062 infty
16063 \begin_inset ERT
16064 status collapsed
16065
16066 \begin_layout Plain Layout
16067
16068
16069 \backslash
16070 spce 
16071 \end_layout
16072
16073 \end_inset
16074
16075
16076 \begin_inset Formula $\to$
16077 \end_inset
16078
16079 _0
16080 \begin_inset Formula $\to$
16081 \end_inset
16082
16083 A(x)
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16093 \end_inset
16094
16095
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 </row>
16101 </lyxtabular>
16102
16103 \end_inset
16104
16105
16106 \end_layout
16107
16108 \begin_layout Standard
16109 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16110  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16111 \end_layout
16112
16113 \begin_layout Standard
16114 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16115  directamente detrás del operador y se elige 
16116 \series bold
16117 Alineado
16118 \series default
16119  en el menú 
16120 \family sans
16121 Editar\SpecialChar \menuseparator
16122 Ecuación\SpecialChar \menuseparator
16123 Cambiar tipo de límites
16124 \family default
16125  (atajo 
16126 \family sans
16127 Alt+M
16128 \begin_inset space ~
16129 \end_inset
16130
16131 L
16132 \family default
16133 ).
16134  Un ejemplo:
16135 \end_layout
16136
16137 \begin_layout Standard
16138 El tipo de límites por omisión es:
16139 \begin_inset Formula \[
16140 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16141
16142 \end_inset
16143
16144
16145 \end_layout
16146
16147 \begin_layout Standard
16148 Así se ven si se cambia el tipo de límites a 
16149 \series bold
16150 Alineado
16151 \series default
16152 :
16153 \begin_inset Formula \[
16154 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16155
16156 \end_inset
16157
16158
16159 \end_layout
16160
16161 \begin_layout Standard
16162 En integrales, excepto las que terminan en 
16163 \series bold
16164 op
16165 \series default
16166  como 
16167 \series bold
16168
16169 \backslash
16170 intop
16171 \series default
16172
16173 \series bold
16174
16175 \backslash
16176 ointop
16177 \series default
16178 , etc., los límites se colocan por omisión junto al operador.
16179  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16180  operador.
16181  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16182 \series bold
16183 Presentado
16184 \series default
16185  para poner el límite debajo:
16186 \begin_inset Formula \begin{equation}
16187 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}\end{equation}
16188
16189 \end_inset
16190
16191
16192 \begin_inset VSpace medskip
16193 \end_inset
16194
16195 Para especificar condiciones en los límites se usan los comandos 
16196 \series bold
16197
16198 \backslash
16199 subarray
16200 \series default
16201
16202 \begin_inset Index
16203 status collapsed
16204
16205 \begin_layout Plain Layout
16206 Comandos ! S ! 
16207 \backslash
16208 subarray
16209 \end_layout
16210
16211 \end_inset
16212
16213  y 
16214 \series bold
16215
16216 \backslash
16217 substack
16218 \series default
16219
16220 \begin_inset Index
16221 status collapsed
16222
16223 \begin_layout Plain Layout
16224 Comandos ! S ! 
16225 \backslash
16226 substack
16227 \end_layout
16228
16229 \end_inset
16230
16231 .
16232  Por ejemplo, para componer la expresión
16233 \begin_inset Formula \begin{equation}
16234 \sum_{\begin{subarray}{c}
16235 0<k<1000\\
16236 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16237
16238 \end_inset
16239
16240 se ha hecho lo siguiente: primero se escribe el comando 
16241 \series bold
16242
16243 \backslash
16244 sum^n
16245 \series default
16246
16247 \begin_inset ERT
16248 status collapsed
16249
16250 \begin_layout Plain Layout
16251
16252
16253 \backslash
16254 spce 
16255 \end_layout
16256
16257 \end_inset
16258
16259
16260 \series bold
16261 _
16262 \series default
16263 .
16264  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16265  se inserta el comando 
16266 \series bold
16267
16268 \backslash
16269 subarray
16270 \series default
16271
16272 \begin_inset ERT
16273 status collapsed
16274
16275 \begin_layout Plain Layout
16276
16277
16278 \backslash
16279 spce 
16280 \end_layout
16281
16282 \end_inset
16283
16284 .
16285  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16286  distintas.
16287  Cada línea nueva se crea con un salto de línea (
16288 \family sans
16289 Ctrl+Retorno
16290 \family default
16291 ).
16292  Si ahora se escribe en ella
16293 \begin_inset Newline newline
16294 \end_inset
16295
16296
16297 \series bold
16298 0<k<1000 Ctrl+Retorno
16299 \begin_inset Newline newline
16300 \end_inset
16301
16302
16303 \series default
16304 aparece debajo un nuevo marco para la línea nueva.
16305 \end_layout
16306
16307 \begin_layout Standard
16308 La alineación de las líneas puede cambiarse a la izquierda con la 
16309 \family sans
16310 barra de herramientas de tabla
16311 \family default
16312  o con el menú 
16313 \family sans
16314 Editar\SpecialChar \menuseparator
16315 Filas y columnas
16316 \family default
16317 .
16318  Para obtener alineación derecha se inserta 
16319 \series bold
16320
16321 \backslash
16322 hfill
16323 \series default
16324
16325 \begin_inset ERT
16326 status collapsed
16327
16328 \begin_layout Plain Layout
16329
16330
16331 \backslash
16332 spce 
16333 \end_layout
16334
16335 \end_inset
16336
16337  al principio de la línea.
16338 \end_layout
16339
16340 \begin_layout Standard
16341 El comando 
16342 \series bold
16343
16344 \backslash
16345 substack
16346 \series default
16347  es equivalente a 
16348 \series bold
16349
16350 \backslash
16351 subarray
16352 \series default
16353  con la diferencia de que las líneas están siempre centradas.
16354 \begin_inset VSpace bigskip
16355 \end_inset
16356
16357
16358 \end_layout
16359
16360 \begin_layout Standard
16361 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16362  siguientes, como en la ecuación 
16363 \begin_inset CommandInset ref
16364 LatexCommand eqref
16365 reference "eq:substack"
16366
16367 \end_inset
16368
16369 , porque éstos se colocan junto a los límites.
16370 \end_layout
16371
16372 \begin_layout Standard
16373 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16374 \end_layout
16375
16376 \begin_layout Standard
16377
16378 \series bold
16379
16380 \backslash
16381 def
16382 \backslash
16383 clap#1{
16384 \backslash
16385 hbox to 0pt{
16386 \backslash
16387 hss #1
16388 \backslash
16389 hss}}
16390 \begin_inset Newline newline
16391 \end_inset
16392
16393
16394 \backslash
16395 def
16396 \backslash
16397 mathclap {
16398 \backslash
16399 mathpalette 
16400 \backslash
16401 mathclapinternal}
16402 \begin_inset Newline newline
16403 \end_inset
16404
16405
16406 \backslash
16407 def
16408 \backslash
16409 mathclapinternal #1#2{
16410 \backslash
16411 clap{$
16412 \backslash
16413 mathsurround =0pt #1{#2}$}}
16414 \end_layout
16415
16416 \begin_layout Standard
16417 En ella se define el comando 
16418 \series bold
16419
16420 \backslash
16421 mathclap
16422 \series default
16423
16424 \begin_inset Index
16425 status collapsed
16426
16427 \begin_layout Plain Layout
16428 Comandos ! M ! 
16429 \backslash
16430 mathclap
16431 \end_layout
16432
16433 \end_inset
16434
16435  que establece la anchura del límite en 0
16436 \begin_inset space \thinspace{}
16437 \end_inset
16438
16439 pt.
16440  El esquema del comando es:
16441 \end_layout
16442
16443 \begin_layout Standard
16444
16445 \series bold
16446
16447 \backslash
16448 mathclap{límite}
16449 \end_layout
16450
16451 \begin_layout Standard
16452 donde el límite puede consistir en varias condiciones.
16453 \end_layout
16454
16455 \begin_layout Standard
16456 Aplicado en la ecuación 
16457 \begin_inset CommandInset ref
16458 LatexCommand eqref
16459 reference "eq:substack"
16460
16461 \end_inset
16462
16463  se usa el comando
16464 \end_layout
16465
16466 \begin_layout Standard
16467
16468 \series bold
16469
16470 \backslash
16471 sum_
16472 \backslash
16473 mathclap{
16474 \backslash
16475 substack
16476 \begin_inset ERT
16477 status collapsed
16478
16479 \begin_layout Plain Layout
16480
16481
16482 \backslash
16483 spce 
16484 \end_layout
16485
16486 \end_inset
16487
16488 0<k<1000 Ctrl+Retorno
16489 \end_layout
16490
16491 \begin_layout Standard
16492 para componer el límite inferior.
16493  Ahora el sumando está junto al sumatorio:
16494 \begin_inset Formula \[
16495 \sum_{\mathclap{\substack{0<k<1000\\
16496 \\k\,\in\,\mathbb{N}}
16497 }}^{n}k^{-2}\]
16498
16499 \end_inset
16500
16501
16502 \begin_inset VSpace bigskip
16503 \end_inset
16504
16505 Cómo utilizar un límite para varios operadores se describe en la 
16506 \begin_inset CommandInset ref
16507 LatexCommand ref
16508 reference "sub:Operadores-de-usuario"
16509
16510 \end_inset
16511
16512 .
16513 \end_layout
16514
16515 \begin_layout Standard
16516 \begin_inset Newpage newpage
16517 \end_inset
16518
16519
16520 \end_layout
16521
16522 \begin_layout Subsection
16523 Operadores binarios
16524 \begin_inset CommandInset label
16525 LatexCommand label
16526 name "sub:Operadores-binarios"
16527
16528 \end_inset
16529
16530
16531 \begin_inset Index
16532 status collapsed
16533
16534 \begin_layout Plain Layout
16535 Operadores ! binarios
16536 \end_layout
16537
16538 \end_inset
16539
16540
16541 \end_layout
16542
16543 \begin_layout Standard
16544 Los operadores binarios se rodean por espacios si llevan un carácter delante
16545  o detrás.
16546 \begin_inset VSpace medskip
16547 \end_inset
16548
16549
16550 \end_layout
16551
16552 \begin_layout Standard
16553 \begin_inset space \hfill{}
16554 \end_inset
16555
16556
16557 \begin_inset Tabular
16558 <lyxtabular version="3" rows="13" columns="2">
16559 <features>
16560 <column alignment="center" valignment="top" width="0pt">
16561 <column alignment="center" valignment="top" width="0pt">
16562 <row>
16563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16564 \begin_inset Text
16565
16566 \begin_layout Plain Layout
16567 Comando
16568 \begin_inset Note Note
16569 status collapsed
16570
16571 \begin_layout Plain Layout
16572
16573 \series bold
16574
16575 \backslash
16576 raisebox
16577 \series default
16578  se usa sólo como espaciador
16579 \end_layout
16580
16581 \end_inset
16582
16583
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16589 \begin_inset Text
16590
16591 \begin_layout Plain Layout
16592 Operador
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 </row>
16598 <row>
16599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603 +
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16609 \begin_inset Text
16610
16611 \begin_layout Plain Layout
16612 \begin_inset Formula $+$
16613 \end_inset
16614
16615
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 </row>
16621 <row>
16622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626 -
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635 \begin_inset Formula $-$
16636 \end_inset
16637
16638
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 </row>
16644 <row>
16645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16646 \begin_inset Text
16647
16648 \begin_layout Plain Layout
16649
16650 \backslash
16651 pm
16652 \end_layout
16653
16654 \end_inset
16655 </cell>
16656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660 \begin_inset Formula $\pm$
16661 \end_inset
16662
16663
16664 \end_layout
16665
16666 \end_inset
16667 </cell>
16668 </row>
16669 <row>
16670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16671 \begin_inset Text
16672
16673 \begin_layout Plain Layout
16674
16675 \backslash
16676 mp
16677 \end_layout
16678
16679 \end_inset
16680 </cell>
16681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16682 \begin_inset Text
16683
16684 \begin_layout Plain Layout
16685 \begin_inset Formula $\mp$
16686 \end_inset
16687
16688
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 </row>
16694 <row>
16695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16696 \begin_inset Text
16697
16698 \begin_layout Plain Layout
16699
16700 \backslash
16701 cdot
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710 \begin_inset Formula $\cdot$
16711 \end_inset
16712
16713
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 </row>
16719 <row>
16720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724
16725 \backslash
16726 times
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 \begin_inset Formula $\times$
16736 \end_inset
16737
16738
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 </row>
16744 <row>
16745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749
16750 \backslash
16751 div
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Plain Layout
16760 \begin_inset Formula $\div$
16761 \end_inset
16762
16763
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 </row>
16769 <row>
16770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774 \begin_inset ERT
16775 status collapsed
16776
16777 \begin_layout Plain Layout
16778
16779
16780 \backslash
16781 raisebox{-1.2mm}{
16782 \end_layout
16783
16784 \end_inset
16785
16786 *
16787 \begin_inset ERT
16788 status collapsed
16789
16790 \begin_layout Plain Layout
16791
16792 }
16793 \end_layout
16794
16795 \end_inset
16796
16797
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806 \begin_inset Formula $*$
16807 \end_inset
16808
16809
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 </row>
16815 <row>
16816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820
16821 \backslash
16822 star
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Plain Layout
16831 \begin_inset Formula $\star$
16832 \end_inset
16833
16834
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 </row>
16840 <row>
16841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845
16846 \backslash
16847 circ
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856 \begin_inset Formula $\circ$
16857 \end_inset
16858
16859
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 </row>
16865 <row>
16866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870
16871 \backslash
16872 diamond
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881 \begin_inset Formula $\diamond$
16882 \end_inset
16883
16884
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 </row>
16890 <row>
16891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Plain Layout
16895
16896 \backslash
16897 bullet
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906 \begin_inset Formula $\bullet$
16907 \end_inset
16908
16909
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 </row>
16915 </lyxtabular>
16916
16917 \end_inset
16918
16919
16920 \begin_inset space \hfill{}
16921 \end_inset
16922
16923
16924 \begin_inset Tabular
16925 <lyxtabular version="3" rows="13" columns="2">
16926 <features>
16927 <column alignment="center" valignment="top" width="0pt">
16928 <column alignment="center" valignment="top" width="0pt">
16929 <row>
16930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16931 \begin_inset Text
16932
16933 \begin_layout Plain Layout
16934 Comando
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943 Operador
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 </row>
16949 <row>
16950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954
16955 \backslash
16956 nabla
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965 \begin_inset Formula $\nabla$
16966 \end_inset
16967
16968
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 </row>
16974 <row>
16975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979
16980 \backslash
16981 bigtriangledown
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990 \begin_inset Formula $\bigtriangledown$
16991 \end_inset
16992
16993
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 </row>
16999 <row>
17000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004
17005 \backslash
17006 bigtriangleup
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015 \begin_inset Formula $\bigtriangleup$
17016 \end_inset
17017
17018
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 </row>
17024 <row>
17025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029
17030 \backslash
17031 Box
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040 \begin_inset Formula $\Box$
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 </row>
17049 <row>
17050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054
17055 \backslash
17056 cap 
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17062 \begin_inset Text
17063
17064 \begin_layout Plain Layout
17065 \begin_inset Formula $\cap$
17066 \end_inset
17067
17068
17069 \end_layout
17070
17071 \end_inset
17072 </cell>
17073 </row>
17074 <row>
17075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079
17080 \backslash
17081 cup
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17087 \begin_inset Text
17088
17089 \begin_layout Plain Layout
17090 \begin_inset Formula $\cup$
17091 \end_inset
17092
17093
17094 \end_layout
17095
17096 \end_inset
17097 </cell>
17098 </row>
17099 <row>
17100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104
17105 \backslash
17106 dagger
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115 \begin_inset Formula $\dagger$
17116 \end_inset
17117
17118
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 </row>
17124 <row>
17125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129
17130 \backslash
17131 ddagger
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17137 \begin_inset Text
17138
17139 \begin_layout Plain Layout
17140 \begin_inset Formula $\ddagger$
17141 \end_inset
17142
17143
17144 \end_layout
17145
17146 \end_inset
17147 </cell>
17148 </row>
17149 <row>
17150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Plain Layout
17154
17155 \backslash
17156 wr
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17162 \begin_inset Text
17163
17164 \begin_layout Plain Layout
17165 \begin_inset Formula $\wr$
17166 \end_inset
17167
17168
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 </row>
17174 <row>
17175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179
17180 \backslash
17181 bigcirc
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17187 \begin_inset Text
17188
17189 \begin_layout Plain Layout
17190 \begin_inset Formula $\bigcirc$
17191 \end_inset
17192
17193
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 </row>
17199 <row>
17200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204
17205 \backslash
17206 wedge
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215 \begin_inset Formula $\wedge$
17216 \end_inset
17217
17218
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 </row>
17224 <row>
17225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229
17230 \backslash
17231 vee
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240 \begin_inset Formula $\vee$
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 </row>
17249 </lyxtabular>
17250
17251 \end_inset
17252
17253
17254 \begin_inset space \hfill{}
17255 \end_inset
17256
17257
17258 \begin_inset Tabular
17259 <lyxtabular version="3" rows="13" columns="2">
17260 <features>
17261 <column alignment="center" valignment="top" width="0pt">
17262 <column alignment="center" valignment="top" width="0pt">
17263 <row>
17264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17265 \begin_inset Text
17266
17267 \begin_layout Plain Layout
17268 Comando
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277 Operador
17278 \end_layout
17279
17280 \end_inset
17281 </cell>
17282 </row>
17283 <row>
17284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288
17289 \backslash
17290 oplus
17291 \end_layout
17292
17293 \end_inset
17294 </cell>
17295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17296 \begin_inset Text
17297
17298 \begin_layout Plain Layout
17299 \begin_inset Formula $\oplus$
17300 \end_inset
17301
17302
17303 \end_layout
17304
17305 \end_inset
17306 </cell>
17307 </row>
17308 <row>
17309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17310 \begin_inset Text
17311
17312 \begin_layout Plain Layout
17313
17314 \backslash
17315 ominus
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17321 \begin_inset Text
17322
17323 \begin_layout Plain Layout
17324 \begin_inset Formula $\ominus$
17325 \end_inset
17326
17327
17328 \end_layout
17329
17330 \end_inset
17331 </cell>
17332 </row>
17333 <row>
17334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338
17339 \backslash
17340 otimes
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349 \begin_inset Formula $\otimes$
17350 \end_inset
17351
17352
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 </row>
17358 <row>
17359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363
17364 \backslash
17365 oslash
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374 \begin_inset Formula $\oslash$
17375 \end_inset
17376
17377
17378 \end_layout
17379
17380 \end_inset
17381 </cell>
17382 </row>
17383 <row>
17384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388
17389 \backslash
17390 odot
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17396 \begin_inset Text
17397
17398 \begin_layout Plain Layout
17399 \begin_inset Formula $\odot$
17400 \end_inset
17401
17402
17403 \end_layout
17404
17405 \end_inset
17406 </cell>
17407 </row>
17408 <row>
17409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17410 \begin_inset Text
17411
17412 \begin_layout Plain Layout
17413
17414 \backslash
17415 amalg
17416 \end_layout
17417
17418 \end_inset
17419 </cell>
17420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17421 \begin_inset Text
17422
17423 \begin_layout Plain Layout
17424 \begin_inset Formula $\amalg$
17425 \end_inset
17426
17427
17428 \end_layout
17429
17430 \end_inset
17431 </cell>
17432 </row>
17433 <row>
17434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17435 \begin_inset Text
17436
17437 \begin_layout Plain Layout
17438
17439 \backslash
17440 uplus
17441 \end_layout
17442
17443 \end_inset
17444 </cell>
17445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17446 \begin_inset Text
17447
17448 \begin_layout Plain Layout
17449 \begin_inset Formula $\uplus$
17450 \end_inset
17451
17452
17453 \end_layout
17454
17455 \end_inset
17456 </cell>
17457 </row>
17458 <row>
17459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17460 \begin_inset Text
17461
17462 \begin_layout Plain Layout
17463
17464 \backslash
17465 setminus
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Plain Layout
17474 \begin_inset Formula $\setminus$
17475 \end_inset
17476
17477
17478 \end_layout
17479
17480 \end_inset
17481 </cell>
17482 </row>
17483 <row>
17484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488
17489 \backslash
17490 sqcap
17491 \end_layout
17492
17493 \end_inset
17494 </cell>
17495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17496 \begin_inset Text
17497
17498 \begin_layout Plain Layout
17499 \begin_inset Formula $\sqcap$
17500 \end_inset
17501
17502
17503 \end_layout
17504
17505 \end_inset
17506 </cell>
17507 </row>
17508 <row>
17509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17510 \begin_inset Text
17511
17512 \begin_layout Plain Layout
17513
17514 \backslash
17515 sqcup
17516 \end_layout
17517
17518 \end_inset
17519 </cell>
17520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17521 \begin_inset Text
17522
17523 \begin_layout Plain Layout
17524 \begin_inset Formula $\sqcup$
17525 \end_inset
17526
17527
17528 \end_layout
17529
17530 \end_inset
17531 </cell>
17532 </row>
17533 <row>
17534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Plain Layout
17538
17539 \backslash
17540 triangleleft
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549 \begin_inset Formula $\triangleleft$
17550 \end_inset
17551
17552
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 </row>
17558 <row>
17559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17560 \begin_inset Text
17561
17562 \begin_layout Plain Layout
17563
17564 \backslash
17565 triangleright
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574 \begin_inset Formula $\triangleright$
17575 \end_inset
17576
17577
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 </row>
17583 </lyxtabular>
17584
17585 \end_inset
17586
17587
17588 \begin_inset space \hfill{}
17589 \end_inset
17590
17591
17592 \end_layout
17593
17594 \begin_layout Standard
17595 Todos los operadores binarios se pueden insertar también con el botón 
17596 \begin_inset Graphics
17597         filename ../../images/math/pm.png
17598         scale 85
17599
17600 \end_inset
17601
17602  de la barra de ecuaciones.
17603 \end_layout
17604
17605 \begin_layout Standard
17606 Para imprimir el operador Laplace se pueden usar 
17607 \series bold
17608
17609 \backslash
17610 Delta
17611 \series default
17612  o 
17613 \series bold
17614
17615 \backslash
17616 nabla
17617 \series default
17618 ^
17619 \series bold
17620 2
17621 \series default
17622  (
17623 \begin_inset Formula $\nabla^{2}$
17624 \end_inset
17625
17626 ) en vez de 
17627 \series bold
17628
17629 \backslash
17630 bigtriangleup
17631 \series default
17632 .
17633 \end_layout
17634
17635 \begin_layout Standard
17636 El carácter 
17637 \family sans
17638 Separador de menú
17639 \family default
17640  del menú 
17641 \family sans
17642 Insertar\SpecialChar \menuseparator
17643 Carácter especial
17644 \family default
17645  es el operador 
17646 \series bold
17647
17648 \backslash
17649 triangleright
17650 \series default
17651 .
17652 \end_layout
17653
17654 \begin_layout Subsection
17655 Operadores definidos por el usuario
17656 \begin_inset CommandInset label
17657 LatexCommand label
17658 name "sub:Operadores-de-usuario"
17659
17660 \end_inset
17661
17662
17663 \begin_inset Index
17664 status collapsed
17665
17666 \begin_layout Plain Layout
17667 Operadores ! personalizados
17668 \end_layout
17669
17670 \end_inset
17671
17672
17673 \end_layout
17674
17675 \begin_layout Standard
17676 Con ayuda del comando 
17677 \series bold
17678
17679 \backslash
17680 DeclareMathOperator
17681 \series default
17682
17683 \begin_inset Index
17684 status collapsed
17685
17686 \begin_layout Plain Layout
17687 Comandos ! D ! 
17688 \backslash
17689 dbinom@
17690 \backslash
17691 DeclareMathOperator
17692 \end_layout
17693
17694 \end_inset
17695
17696  se pueden definir operadores personalizados en el preámbulo LaTeX.
17697  Su esquema es:
17698 \end_layout
17699
17700 \begin_layout Standard
17701
17702 \series bold
17703
17704 \backslash
17705 DeclareMathOperator{comando nuevo}{presentación}
17706 \end_layout
17707
17708 \begin_layout Standard
17709 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17710  en la salida.
17711  Para definir un operador grande hay que añadirle un * detrás.
17712  Todos los operadores grandes personalizados pueden tener límites como se
17713  describe en 
17714 \begin_inset CommandInset ref
17715 LatexCommand ref
17716 reference "sub:Límites-de-operadores"
17717
17718 \end_inset
17719
17720 .
17721 \end_layout
17722
17723 \begin_layout Standard
17724 Por ejemplo, la línea en el preámbulo LaTeX
17725 \end_layout
17726
17727 \begin_layout Standard
17728
17729 \series bold
17730
17731 \backslash
17732 DeclareMathOperator*{
17733 \backslash
17734 Lozenge}{
17735 \backslash
17736 blacklozenge}
17737 \end_layout
17738
17739 \begin_layout Standard
17740 define el comando 
17741 \series bold
17742
17743 \backslash
17744 Lozenge
17745 \series default
17746 , que inserta un operador grande que es el símbolo blacklozenge de la 
17747 \begin_inset CommandInset ref
17748 LatexCommand ref
17749 reference "sub:Símbolos-misceláneos"
17750
17751 \end_inset
17752
17753 .
17754 \begin_inset Formula \[
17755 \Lozenge_{n=1}^{\infty}\]
17756
17757 \end_inset
17758
17759 El comando para esta expresión es: 
17760 \series bold
17761
17762 \backslash
17763 Lozenge^
17764 \backslash
17765 infty
17766 \begin_inset Formula $\rightarrow$
17767 \end_inset
17768
17769 _n=1
17770 \begin_inset VSpace bigskip
17771 \end_inset
17772
17773
17774 \end_layout
17775
17776 \begin_layout Standard
17777 Si los operadores personalizados no se van a usar varias veces en el documento,
17778  se pueden también definir con los comandos 
17779 \series bold
17780
17781 \backslash
17782 mathop
17783 \series default
17784
17785 \begin_inset Index
17786 status collapsed
17787
17788 \begin_layout Plain Layout
17789 Comandos ! M ! 
17790 \backslash
17791 mathop
17792 \end_layout
17793
17794 \end_inset
17795
17796  y 
17797 \series bold
17798
17799 \backslash
17800 mathbin
17801 \series default
17802
17803 \begin_inset Index
17804 status collapsed
17805
17806 \begin_layout Plain Layout
17807 Comandos ! M ! 
17808 \backslash
17809 mathbin
17810 \end_layout
17811
17812 \end_inset
17813
17814 , con el siguiente esquema:
17815 \end_layout
17816
17817 \begin_layout Standard
17818
17819 \series bold
17820
17821 \backslash
17822 mathop{presentación}
17823 \series default
17824  y 
17825 \series bold
17826
17827 \backslash
17828 mathbin{presentación}
17829 \end_layout
17830
17831 \begin_layout Standard
17832
17833 \series bold
17834
17835 \backslash
17836 mathop
17837 \series default
17838  define operadores grandes, 
17839 \series bold
17840
17841 \backslash
17842 mathbin
17843 \series default
17844  operadores binarios.
17845 \end_layout
17846
17847 \begin_layout Standard
17848
17849 \series bold
17850
17851 \backslash
17852 mathop
17853 \series default
17854  se puede usar, p.e., para poner un límite a varios operadores:
17855 \begin_inset Formula \[
17856 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17857
17858 \end_inset
17859
17860
17861 \end_layout
17862
17863 \begin_layout Standard
17864 El comando para la expresión anterior es:
17865 \begin_inset Newline newline
17866 \end_inset
17867
17868
17869 \series bold
17870
17871 \backslash
17872 mathop{
17873 \backslash
17874 sum
17875 \backslash
17876 negmedspace
17877 \backslash
17878 sum
17879 \series default
17880
17881 \begin_inset ERT
17882 status collapsed
17883
17884 \begin_layout Plain Layout
17885
17886
17887 \backslash
17888 spce 
17889 \end_layout
17890
17891 \end_inset
17892
17893
17894 \series bold
17895
17896 \begin_inset Formula $\to$
17897 \end_inset
17898
17899 ^N
17900 \series default
17901
17902 \begin_inset ERT
17903 status collapsed
17904
17905 \begin_layout Plain Layout
17906
17907
17908 \backslash
17909 spce 
17910 \end_layout
17911
17912 \end_inset
17913
17914
17915 \series bold
17916 _i,j=1
17917 \end_layout
17918
17919 \begin_layout Section
17920 Fuentes
17921 \begin_inset Index
17922 status collapsed
17923
17924 \begin_layout Plain Layout
17925 Fuentes
17926 \end_layout
17927
17928 \end_inset
17929
17930
17931 \end_layout
17932
17933 \begin_layout Subsection
17934 Estilos de fuentes
17935 \begin_inset CommandInset label
17936 LatexCommand label
17937 name "sub:Estilos-de-fuentes"
17938
17939 \end_inset
17940
17941
17942 \begin_inset Index
17943 status collapsed
17944
17945 \begin_layout Plain Layout
17946 Fuentes ! estilos de
17947 \end_layout
17948
17949 \end_inset
17950
17951
17952 \end_layout
17953
17954 \begin_layout Standard
17955 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17956  estilos:
17957 \end_layout
17958
17959 \begin_layout Standard
17960 \begin_inset VSpace -2mm
17961 \end_inset
17962
17963
17964 \end_layout
17965
17966 \begin_layout Standard
17967 \align center
17968 \begin_inset Tabular
17969 <lyxtabular version="3" rows="6" columns="3">
17970 <features>
17971 <column alignment="center" valignment="top" width="0">
17972 <column alignment="center" valignment="top" width="0">
17973 <column alignment="center" valignment="top" width="0">
17974 <row>
17975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979 Comando
17980 \end_layout
17981
17982 \end_inset
17983 </cell>
17984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17985 \begin_inset Text
17986
17987 \begin_layout Plain Layout
17988 Resultado
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 atajo
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 </row>
18003 <row>
18004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18005 \begin_inset Text
18006
18007 \begin_layout Plain Layout
18008
18009 \backslash
18010 mathbb
18011 \series bold
18012
18013 \begin_inset ERT
18014 status collapsed
18015
18016 \begin_layout Plain Layout
18017
18018
18019 \backslash
18020 spce 
18021 \end_layout
18022
18023 \end_inset
18024
18025
18026 \series default
18027 ABC
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036 \begin_inset Formula $\mathbb{ABC}$
18037 \end_inset
18038
18039
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18045 \begin_inset Text
18046
18047 \begin_layout Plain Layout
18048
18049 \family sans
18050 Alt+C C
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 </row>
18056 <row>
18057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061
18062 \backslash
18063 mathbf
18064 \series bold
18065
18066 \begin_inset ERT
18067 status collapsed
18068
18069 \begin_layout Plain Layout
18070
18071
18072 \backslash
18073 spce 
18074 \end_layout
18075
18076 \end_inset
18077
18078
18079 \series default
18080 AbC
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout Plain Layout
18089 \begin_inset Formula $\mathbf{AbC}$
18090 \end_inset
18091
18092
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18098 \begin_inset Text
18099
18100 \begin_layout Plain Layout
18101
18102 \family sans
18103 Ctrl+B
18104 \end_layout
18105
18106 \end_inset
18107 </cell>
18108 </row>
18109 <row>
18110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18111 \begin_inset Text
18112
18113 \begin_layout Plain Layout
18114
18115 \backslash
18116 boldsymbol
18117 \series bold
18118
18119 \begin_inset ERT
18120 status collapsed
18121
18122 \begin_layout Plain Layout
18123
18124
18125 \backslash
18126 spce 
18127 \end_layout
18128
18129 \end_inset
18130
18131
18132 \series default
18133 AbC
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142 \begin_inset Formula $\boldsymbol{AbC}$
18143 \end_inset
18144
18145
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154
18155 \family sans
18156 Ctrl+Alt+B , Alt+C B
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 </row>
18162 <row>
18163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18164 \begin_inset Text
18165
18166 \begin_layout Plain Layout
18167
18168 \backslash
18169 mathcal
18170 \series bold
18171
18172 \begin_inset ERT
18173 status collapsed
18174
18175 \begin_layout Plain Layout
18176
18177
18178 \backslash
18179 spce 
18180 \end_layout
18181
18182 \end_inset
18183
18184
18185 \series default
18186 ABC
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195 \begin_inset Formula $\mathcal{ABC}$
18196 \end_inset
18197
18198
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207
18208 \family sans
18209 Ctrl+E , Alt+C E
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 </row>
18215 <row>
18216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Plain Layout
18220
18221 \backslash
18222 mathfrak
18223 \series bold
18224
18225 \begin_inset ERT
18226 status collapsed
18227
18228 \begin_layout Plain Layout
18229
18230
18231 \backslash
18232 spce 
18233 \end_layout
18234
18235 \end_inset
18236
18237
18238 \series default
18239 AbC
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18245 \begin_inset Text
18246
18247 \begin_layout Plain Layout
18248 \begin_inset Formula $\mathfrak{AbC}$
18249 \end_inset
18250
18251
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260 -
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 </row>
18266 </lyxtabular>
18267
18268 \end_inset
18269
18270
18271 \end_layout
18272
18273 \begin_layout Standard
18274 \align center
18275 \begin_inset Tabular
18276 <lyxtabular version="3" rows="5" columns="3">
18277 <features>
18278 <column alignment="center" valignment="top" width="0">
18279 <column alignment="center" valignment="top" width="0">
18280 <column alignment="center" valignment="top" width="0">
18281 <row>
18282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18283 \begin_inset Text
18284
18285 \begin_layout Plain Layout
18286 Comando
18287 \end_layout
18288
18289 \end_inset
18290 </cell>
18291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18292 \begin_inset Text
18293
18294 \begin_layout Plain Layout
18295 Resultado
18296 \end_layout
18297
18298 \end_inset
18299 </cell>
18300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18301 \begin_inset Text
18302
18303 \begin_layout Plain Layout
18304 atajo
18305 \end_layout
18306
18307 \end_inset
18308 </cell>
18309 </row>
18310 <row>
18311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18312 \begin_inset Text
18313
18314 \begin_layout Plain Layout
18315
18316 \backslash
18317 mathit
18318 \series bold
18319
18320 \begin_inset ERT
18321 status collapsed
18322
18323 \begin_layout Plain Layout
18324
18325
18326 \backslash
18327 spce 
18328 \end_layout
18329
18330 \end_inset
18331
18332
18333 \series default
18334 AbC
18335 \end_layout
18336
18337 \end_inset
18338 </cell>
18339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343 \begin_inset Formula $\mathit{AbC}$
18344 \end_inset
18345
18346
18347 \end_layout
18348
18349 \end_inset
18350 </cell>
18351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18352 \begin_inset Text
18353
18354 \begin_layout Plain Layout
18355 -
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 </row>
18361 <row>
18362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18363 \begin_inset Text
18364
18365 \begin_layout Plain Layout
18366
18367 \backslash
18368 mathrm
18369 \series bold
18370
18371 \begin_inset ERT
18372 status collapsed
18373
18374 \begin_layout Plain Layout
18375
18376
18377 \backslash
18378 spce 
18379 \end_layout
18380
18381 \end_inset
18382
18383
18384 \series default
18385 AbC
18386 \end_layout
18387
18388 \end_inset
18389 </cell>
18390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18391 \begin_inset Text
18392
18393 \begin_layout Plain Layout
18394 \begin_inset Formula $\mathrm{AbC}$
18395 \end_inset
18396
18397
18398 \end_layout
18399
18400 \end_inset
18401 </cell>
18402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406
18407 \family sans
18408 Alt+C R
18409 \end_layout
18410
18411 \end_inset
18412 </cell>
18413 </row>
18414 <row>
18415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18416 \begin_inset Text
18417
18418 \begin_layout Plain Layout
18419
18420 \backslash
18421 mathsf
18422 \series bold
18423
18424 \begin_inset ERT
18425 status collapsed
18426
18427 \begin_layout Plain Layout
18428
18429
18430 \backslash
18431 spce 
18432 \end_layout
18433
18434 \end_inset
18435
18436
18437 \series default
18438 AbC
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447 \begin_inset Formula $\mathsf{AbC}$
18448 \end_inset
18449
18450
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459
18460 \family sans
18461 Alt+C S
18462 \end_layout
18463
18464 \end_inset
18465 </cell>
18466 </row>
18467 <row>
18468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18469 \begin_inset Text
18470
18471 \begin_layout Plain Layout
18472
18473 \backslash
18474 mathtt
18475 \series bold
18476
18477 \begin_inset ERT
18478 status collapsed
18479
18480 \begin_layout Plain Layout
18481
18482
18483 \backslash
18484 spce 
18485 \end_layout
18486
18487 \end_inset
18488
18489
18490 \series default
18491 AbC
18492 \end_layout
18493
18494 \end_inset
18495 </cell>
18496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18497 \begin_inset Text
18498
18499 \begin_layout Plain Layout
18500 \begin_inset Formula $\mathtt{AbC}$
18501 \end_inset
18502
18503
18504 \end_layout
18505
18506 \end_inset
18507 </cell>
18508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18509 \begin_inset Text
18510
18511 \begin_layout Plain Layout
18512
18513 \family sans
18514 Ctrl+Mayúsculas+P
18515 \end_layout
18516
18517 \end_inset
18518 </cell>
18519 </row>
18520 </lyxtabular>
18521
18522 \end_inset
18523
18524
18525 \end_layout
18526
18527 \begin_layout Standard
18528 \begin_inset Note Greyedout
18529 status open
18530
18531 \begin_layout Plain Layout
18532
18533 \series bold
18534 Nota
18535 \series default
18536 : Los estilos 
18537 \series bold
18538
18539 \backslash
18540 mathbb
18541 \series default
18542  y 
18543 \series bold
18544
18545 \backslash
18546 mathcal
18547 \series default
18548  sólo se aplican a letras mayúsculas.
18549 \end_layout
18550
18551 \end_inset
18552
18553
18554 \end_layout
18555
18556 \begin_layout Standard
18557 El estilo predeterminado es 
18558 \series bold
18559
18560 \backslash
18561 mathnormal
18562 \series default
18563 .
18564 \end_layout
18565
18566 \begin_layout Standard
18567 Los comandos de estilo funcionan también en estructuras matemáticas:
18568 \begin_inset Formula \[
18569 \mathfrak{A=\frac{b}{C}}\]
18570
18571 \end_inset
18572
18573
18574 \end_layout
18575
18576 \begin_layout Standard
18577 Los caracteres en texto matemático no aparecen en un estilo de letra de
18578  ecuaciones sino en el estilo 
18579 \series bold
18580
18581 \backslash
18582 textrm
18583 \series default
18584 .
18585  Este estilo no se puede poner correctamente con el diálogo de estilo de
18586  texto por un fallo de LyX.
18587 \begin_inset Foot
18588 status collapsed
18589
18590 \begin_layout Plain Layout
18591 \begin_inset CommandInset href
18592 LatexCommand href
18593 name "LyX-bug #4629"
18594 target "http://www.lyx.org/trac/ticket/4629"
18595
18596 \end_inset
18597
18598
18599 \end_layout
18600
18601 \end_inset
18602
18603
18604 \end_layout
18605
18606 \begin_layout Standard
18607 En vez de comandos se puede usar el menú 
18608 \family sans
18609 Editar\SpecialChar \menuseparator
18610 Ecuación\SpecialChar \menuseparator
18611 Estilo del texto
18612 \family default
18613  o el botón 
18614 \begin_inset Graphics
18615         filename ../../images/math/font.png
18616         scale 85
18617
18618 \end_inset
18619
18620 .
18621 \end_layout
18622
18623 \begin_layout Subsection
18624 Ecuaciones en negrita
18625 \begin_inset CommandInset label
18626 LatexCommand label
18627 name "sub:Ecuaciones-en-negrita"
18628
18629 \end_inset
18630
18631
18632 \begin_inset Index
18633 status collapsed
18634
18635 \begin_layout Plain Layout
18636 Ecuación ! en negrita
18637 \end_layout
18638
18639 \end_inset
18640
18641
18642 \end_layout
18643
18644 \begin_layout Standard
18645 Para poner en negrita una ecuación completa no se puede usar el comando
18646  
18647 \series bold
18648
18649 \backslash
18650 mathbf
18651 \series default
18652 , porque no funciona con minúsculas griegas.
18653  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18654 \begin_inset Formula \[
18655 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}\]
18656
18657 \end_inset
18658
18659
18660 \end_layout
18661
18662 \begin_layout Standard
18663 Para presentar la ecuación correctamente se usa el comando 
18664 \series bold
18665 boldsymbol
18666 \series default
18667 :
18668 \begin_inset Formula \[
18669 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}\]
18670
18671 \end_inset
18672
18673
18674 \end_layout
18675
18676 \begin_layout Standard
18677 También es posible poner la fórmula en un 
18678 \series bold
18679 entorno boldmath
18680 \series default
18681 , que se inserta con el comando 
18682 \series bold
18683
18684 \backslash
18685 boldmath
18686 \series default
18687
18688 \begin_inset Index
18689 status collapsed
18690
18691 \begin_layout Plain Layout
18692 Comandos ! B ! 
18693 \backslash
18694 boldmath
18695 \end_layout
18696
18697 \end_inset
18698
18699  en modo TeX.
18700  Para finalizar el entorno se usa el comando 
18701 \series bold
18702
18703 \backslash
18704 unboldmath
18705 \series default
18706
18707 \begin_inset Index
18708 status collapsed
18709
18710 \begin_layout Plain Layout
18711 Comandos ! U ! 
18712 \backslash
18713 unboldmath
18714 \end_layout
18715
18716 \end_inset
18717
18718  en modo TeX.
18719 \begin_inset ERT
18720 status collapsed
18721
18722 \begin_layout Plain Layout
18723
18724
18725 \backslash
18726 boldmath
18727 \end_layout
18728
18729 \end_inset
18730
18731
18732 \begin_inset Formula \[
18733 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}\]
18734
18735 \end_inset
18736
18737
18738 \end_layout
18739
18740 \begin_layout Standard
18741 \begin_inset ERT
18742 status collapsed
18743
18744 \begin_layout Plain Layout
18745
18746
18747 \backslash
18748 unboldmath
18749 \end_layout
18750
18751 \end_inset
18752
18753
18754 \end_layout
18755
18756 \begin_layout Subsection
18757 Ecuaciones coloreadas
18758 \begin_inset Index
18759 status collapsed
18760
18761 \begin_layout Plain Layout
18762 Ecuación ! coloreada
18763 \end_layout
18764
18765 \end_inset
18766
18767
18768 \end_layout
18769
18770 \begin_layout Standard
18771 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
18772  o una parte de una ecuación y usa el diálogo 
18773 \family sans
18774 Estilo del texto
18775 \family default
18776 .
18777  Aquí hay una ecuación en magenta:
18778 \begin_inset Formula \[
18779 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18780
18781 \end_inset
18782
18783 También puedes definir tus propios colores como se describe en
18784 \begin_inset space ~
18785 \end_inset
18786
18787
18788 \begin_inset CommandInset ref
18789 LatexCommand ref
18790 reference "sub:Cuadros-coloreados"
18791
18792 \end_inset
18793
18794 .
18795  Pueden usarse con el comando en código TeX 
18796 \series bold
18797
18798 \backslash
18799 textcolor
18800 \series default
18801
18802 \begin_inset Index
18803 status collapsed
18804
18805 \begin_layout Plain Layout
18806 Comandos ! T ! 
18807 \backslash
18808 textcolor
18809 \end_layout
18810
18811 \end_inset
18812
18813  según el esquema
18814 \end_layout
18815
18816 \begin_layout Standard
18817
18818 \series bold
18819
18820 \backslash
18821 textcolor{color}{caracteres o ecuación}
18822 \end_layout
18823
18824 \begin_layout Standard
18825 \begin_inset Newpage pagebreak
18826 \end_inset
18827
18828
18829 \end_layout
18830
18831 \begin_layout Standard
18832 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
18833 e en rojo:
18834 \end_layout
18835
18836 \begin_layout Standard
18837 \begin_inset ERT
18838 status collapsed
18839
18840 \begin_layout Plain Layout
18841
18842
18843 \backslash
18844 textcolor{verdeoscuro}{
18845 \end_layout
18846
18847 \end_inset
18848
18849
18850 \begin_inset Formula \[
18851 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18852
18853 \end_inset
18854
18855
18856 \begin_inset ERT
18857 status collapsed
18858
18859 \begin_layout Plain Layout
18860
18861 }
18862 \end_layout
18863
18864 \end_inset
18865
18866
18867 \end_layout
18868
18869 \begin_layout Standard
18870 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
18871  a ecuaciones completas.
18872 \begin_inset Foot
18873 status collapsed
18874
18875 \begin_layout Plain Layout
18876 \begin_inset CommandInset href
18877 LatexCommand href
18878 name "LyX-bug #5269"
18879 target "http://www.lyx.org/trac/ticket/5269"
18880
18881 \end_inset
18882
18883
18884 \end_layout
18885
18886 \end_inset
18887
18888
18889 \end_layout
18890
18891 \begin_layout Subsection
18892 Tamaños de fuentes
18893 \begin_inset CommandInset label
18894 LatexCommand label
18895 name "sub:Tamaños-de-fuentes"
18896
18897 \end_inset
18898
18899
18900 \begin_inset Index
18901 status collapsed
18902
18903 \begin_layout Plain Layout
18904 Fuentes ! tamaño
18905 \end_layout
18906
18907 \end_inset
18908
18909
18910 \end_layout
18911
18912 \begin_layout Standard
18913 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18914  siguientes comandos de tamaño:
18915 \end_layout
18916
18917 \begin_layout Standard
18918
18919 \series bold
18920
18921 \backslash
18922 Huge
18923 \series default
18924
18925 \series bold
18926
18927 \backslash
18928 huge
18929 \series default
18930
18931 \series bold
18932
18933 \backslash
18934 LARGE
18935 \series default
18936
18937 \series bold
18938
18939 \backslash
18940 Large
18941 \series default
18942
18943 \series bold
18944
18945 \backslash
18946 large
18947 \series default
18948
18949 \series bold
18950
18951 \backslash
18952 normalsize
18953 \series default
18954
18955 \series bold
18956
18957 \backslash
18958 small
18959 \series default
18960 ,
18961 \begin_inset Newline newline
18962 \end_inset
18963
18964
18965 \series bold
18966
18967 \backslash
18968 footnotesize
18969 \series default
18970
18971 \series bold
18972
18973 \backslash
18974 scriptsize
18975 \series default
18976 , y 
18977 \series bold
18978
18979 \backslash
18980 tiny
18981 \end_layout
18982
18983 \begin_layout Standard
18984 El tamaño dado por los comandos depende del tamaño base de la fuente en
18985  el documento, dado por el comando 
18986 \series bold
18987
18988 \backslash
18989 normalsize
18990 \series default
18991 .
18992  Los demás comandos producen tamaños menores o mayores que 
18993 \series bold
18994
18995 \backslash
18996 normalsize
18997 \series default
18998 .
18999  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
19000  Si, por ejemplo, la fuente del documento es de 12
19001 \begin_inset space \thinspace{}
19002 \end_inset
19003
19004 pt, el comando 
19005 \series bold
19006
19007 \backslash
19008 Huge
19009 \series default
19010  da el mismo tamaño que 
19011 \series bold
19012
19013 \backslash
19014 huge
19015 \series default
19016 .
19017 \end_layout
19018
19019 \begin_layout Standard
19020 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
19021  a todas las ecuaciones y texto siguientes.
19022  Para volver al tamaño anterior hay que insertar el comando 
19023 \series bold
19024
19025 \backslash
19026 normalsize
19027 \series default
19028  en modo TeX detrás de la ecuación.
19029  
19030 \end_layout
19031
19032 \begin_layout Standard
19033 Dentro de una fórmula el tamaño sólo se puede cambiar para símbolos o letras
19034  en texto matemático.
19035  Para hacerlo se inserta el comando en texto matemático.
19036  Todos los caracteres siguientes, hasta el final del texto matemático o
19037  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19038  Dos ejemplos:
19039 \end_layout
19040
19041 \begin_layout Standard
19042 \begin_inset VSpace -2mm
19043 \end_inset
19044
19045
19046 \end_layout
19047
19048 \begin_layout Standard
19049 \begin_inset ERT
19050 status collapsed
19051
19052 \begin_layout Plain Layout
19053
19054
19055 \backslash
19056 huge
19057 \end_layout
19058
19059 \end_inset
19060
19061
19062 \begin_inset Formula \[
19063 A=\frac{B}{c}\cdot\maltese\]
19064
19065 \end_inset
19066
19067
19068 \begin_inset Formula \[
19069 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19070
19071 \end_inset
19072
19073
19074 \end_layout
19075
19076 \begin_layout Standard
19077 \begin_inset ERT
19078 status collapsed
19079
19080 \begin_layout Plain Layout
19081
19082
19083 \backslash
19084 normalsize
19085 \end_layout
19086
19087 \end_inset
19088
19089
19090 \begin_inset VSpace medskip
19091 \end_inset
19092
19093
19094 \end_layout
19095
19096 \begin_layout Standard
19097 Antes de las ecuaciones se ha insertado el comando 
19098 \series bold
19099
19100 \backslash
19101 huge
19102 \series default
19103 .
19104  Para la segunda ecuación el comando es:
19105 \begin_inset Newline newline
19106 \end_inset
19107
19108
19109 \series bold
19110
19111 \backslash
19112 maltese
19113 \begin_inset ERT
19114 status collapsed
19115
19116 \begin_layout Plain Layout
19117
19118
19119 \backslash
19120 spce 
19121 \end_layout
19122
19123 \end_inset
19124
19125 A Alt+M M 
19126 \backslash
19127 Large
19128 \begin_inset ERT
19129 status collapsed
19130
19131 \begin_layout Plain Layout
19132
19133
19134 \backslash
19135 spce 
19136 \end_layout
19137
19138 \end_inset
19139
19140
19141 \backslash
19142 maltese
19143 \begin_inset ERT
19144 status collapsed
19145
19146 \begin_layout Plain Layout
19147
19148
19149 \backslash
19150 spce 
19151 \end_layout
19152
19153 \end_inset
19154
19155
19156 \backslash
19157 textit
19158 \begin_inset ERT
19159 status collapsed
19160
19161 \begin_layout Plain Layout
19162
19163
19164 \backslash
19165 spce 
19166 \end_layout
19167
19168 \end_inset
19169
19170 A
19171 \begin_inset Formula $\to$
19172 \end_inset
19173
19174
19175 \begin_inset Formula $\to$
19176 \end_inset
19177
19178
19179 \begin_inset Newline newline
19180 \end_inset
19181
19182
19183 \begin_inset space \hspace*{}
19184 \length 1cm
19185 \end_inset
19186
19187 Alt+M M 
19188 \backslash
19189 tiny
19190 \begin_inset ERT
19191 status collapsed
19192
19193 \begin_layout Plain Layout
19194
19195
19196 \backslash
19197 spce 
19198 \end_layout
19199
19200 \end_inset
19201
19202
19203 \backslash
19204 maltese
19205 \begin_inset ERT
19206 status collapsed
19207
19208 \begin_layout Plain Layout
19209
19210
19211 \backslash
19212 spce 
19213 \end_layout
19214
19215 \end_inset
19216
19217
19218 \backslash
19219 textit
19220 \begin_inset ERT
19221 status collapsed
19222
19223 \begin_layout Plain Layout
19224
19225
19226 \backslash
19227 spce 
19228 \end_layout
19229
19230 \end_inset
19231
19232 A
19233 \end_layout
19234
19235 \begin_layout Standard
19236 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19237  el tamaño por omisión.
19238 \end_layout
19239
19240 \begin_layout Section
19241 Letras griegas
19242 \begin_inset Index
19243 status collapsed
19244
19245 \begin_layout Plain Layout
19246 Letras griegas
19247 \end_layout
19248
19249 \end_inset
19250
19251
19252 \end_layout
19253
19254 \begin_layout Standard
19255 Todas las letras griegas se pueden insertar además mediante el botón 
19256 \begin_inset Graphics
19257         filename ../../images/math/alpha.png
19258         scale 85
19259
19260 \end_inset
19261
19262  de la barra de ecuaciones.
19263 \end_layout
19264
19265 \begin_layout Subsection
19266 Minúsculas
19267 \begin_inset Index
19268 status collapsed
19269
19270 \begin_layout Plain Layout
19271 Letras griegas ! minúsculas
19272 \end_layout
19273
19274 \end_inset
19275
19276
19277 \end_layout
19278
19279 \begin_layout Standard
19280 \begin_inset space \hfill{}
19281 \end_inset
19282
19283
19284 \begin_inset Tabular
19285 <lyxtabular version="3" rows="11" columns="2">
19286 <features>
19287 <column alignment="center" valignment="top" width="0pt">
19288 <column alignment="center" valignment="top" width="0pt">
19289 <row>
19290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Plain Layout
19294 Comando
19295 \end_layout
19296
19297 \end_inset
19298 </cell>
19299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303 Símbolo
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 </row>
19309 <row>
19310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314
19315 \backslash
19316 alpha
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325 \begin_inset Formula $\alpha$
19326 \end_inset
19327
19328
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 </row>
19334 <row>
19335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339
19340 \backslash
19341 beta
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350 \begin_inset Formula $\beta$
19351 \end_inset
19352
19353
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 </row>
19359 <row>
19360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364
19365 \backslash
19366 gamma
19367 \end_layout
19368
19369 \end_inset
19370 </cell>
19371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19372 \begin_inset Text
19373
19374 \begin_layout Plain Layout
19375 \begin_inset Formula $\gamma$
19376 \end_inset
19377
19378
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 </row>
19384 <row>
19385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389
19390 \backslash
19391 delta
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19397 \begin_inset Text
19398
19399 \begin_layout Plain Layout
19400 \begin_inset Formula $\delta$
19401 \end_inset
19402
19403
19404 \end_layout
19405
19406 \end_inset
19407 </cell>
19408 </row>
19409 <row>
19410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19411 \begin_inset Text
19412
19413 \begin_layout Plain Layout
19414
19415 \backslash
19416 epsilon
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19422 \begin_inset Text
19423
19424 \begin_layout Plain Layout
19425 \begin_inset Formula $\epsilon$
19426 \end_inset
19427
19428
19429 \end_layout
19430
19431 \end_inset
19432 </cell>
19433 </row>
19434 <row>
19435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19436 \begin_inset Text
19437
19438 \begin_layout Plain Layout
19439
19440 \backslash
19441 varepsilon
19442 \end_layout
19443
19444 \end_inset
19445 </cell>
19446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19447 \begin_inset Text
19448
19449 \begin_layout Plain Layout
19450 \begin_inset Formula $\varepsilon$
19451 \end_inset
19452
19453
19454 \end_layout
19455
19456 \end_inset
19457 </cell>
19458 </row>
19459 <row>
19460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19461 \begin_inset Text
19462
19463 \begin_layout Plain Layout
19464
19465 \backslash
19466 zeta
19467 \end_layout
19468
19469 \end_inset
19470 </cell>
19471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19472 \begin_inset Text
19473
19474 \begin_layout Plain Layout
19475 \begin_inset Formula $\zeta$
19476 \end_inset
19477
19478
19479 \end_layout
19480
19481 \end_inset
19482 </cell>
19483 </row>
19484 <row>
19485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Plain Layout
19489
19490 \backslash
19491 eta
19492 \end_layout
19493
19494 \end_inset
19495 </cell>
19496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19497 \begin_inset Text
19498
19499 \begin_layout Plain Layout
19500 \begin_inset Formula $\eta$
19501 \end_inset
19502
19503
19504 \end_layout
19505
19506 \end_inset
19507 </cell>
19508 </row>
19509 <row>
19510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19511 \begin_inset Text
19512
19513 \begin_layout Plain Layout
19514
19515 \backslash
19516 theta
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19522 \begin_inset Text
19523
19524 \begin_layout Plain Layout
19525 \begin_inset Formula $\theta$
19526 \end_inset
19527
19528
19529 \end_layout
19530
19531 \end_inset
19532 </cell>
19533 </row>
19534 <row>
19535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539
19540 \backslash
19541 vartheta
19542 \end_layout
19543
19544 \end_inset
19545 </cell>
19546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19547 \begin_inset Text
19548
19549 \begin_layout Plain Layout
19550 \begin_inset Formula $\vartheta$
19551 \end_inset
19552
19553
19554 \end_layout
19555
19556 \end_inset
19557 </cell>
19558 </row>
19559 </lyxtabular>
19560
19561 \end_inset
19562
19563
19564 \begin_inset space \hfill{}
19565 \end_inset
19566
19567
19568 \begin_inset Tabular
19569 <lyxtabular version="3" rows="12" columns="2">
19570 <features>
19571 <column alignment="center" valignment="top" width="0pt">
19572 <column alignment="center" valignment="top" width="0pt">
19573 <row>
19574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578 Comando
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 Símbolo
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 </row>
19593 <row>
19594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19595 \begin_inset Text
19596
19597 \begin_layout Plain Layout
19598
19599 \backslash
19600 iota
19601 \end_layout
19602
19603 \end_inset
19604 </cell>
19605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19606 \begin_inset Text
19607
19608 \begin_layout Plain Layout
19609 \begin_inset Formula $\iota$
19610 \end_inset
19611
19612
19613 \end_layout
19614
19615 \end_inset
19616 </cell>
19617 </row>
19618 <row>
19619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623
19624 \backslash
19625 kappa
19626 \end_layout
19627
19628 \end_inset
19629 </cell>
19630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634 \begin_inset Formula $\kappa$
19635 \end_inset
19636
19637
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 </row>
19643 <row>
19644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19645 \begin_inset Text
19646
19647 \begin_layout Plain Layout
19648
19649 \backslash
19650 varkappa
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659 \begin_inset Formula $\varkappa$
19660 \end_inset
19661
19662
19663 \end_layout
19664
19665 \end_inset
19666 </cell>
19667 </row>
19668 <row>
19669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19670 \begin_inset Text
19671
19672 \begin_layout Plain Layout
19673
19674 \backslash
19675 lambda
19676 \end_layout
19677
19678 \end_inset
19679 </cell>
19680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19681 \begin_inset Text
19682
19683 \begin_layout Plain Layout
19684 \begin_inset Formula $\lambda$
19685 \end_inset
19686
19687
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 </row>
19693 <row>
19694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19695 \begin_inset Text
19696
19697 \begin_layout Plain Layout
19698
19699 \backslash
19700 mu
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19706 \begin_inset Text
19707
19708 \begin_layout Plain Layout
19709 \begin_inset Formula $\mu$
19710 \end_inset
19711
19712
19713 \end_layout
19714
19715 \end_inset
19716 </cell>
19717 </row>
19718 <row>
19719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19720 \begin_inset Text
19721
19722 \begin_layout Plain Layout
19723
19724 \backslash
19725 nu
19726 \end_layout
19727
19728 \end_inset
19729 </cell>
19730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19731 \begin_inset Text
19732
19733 \begin_layout Plain Layout
19734 \begin_inset Formula $\nu$
19735 \end_inset
19736
19737
19738 \end_layout
19739
19740 \end_inset
19741 </cell>
19742 </row>
19743 <row>
19744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19745 \begin_inset Text
19746
19747 \begin_layout Plain Layout
19748
19749 \backslash
19750 xi
19751 \end_layout
19752
19753 \end_inset
19754 </cell>
19755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19756 \begin_inset Text
19757
19758 \begin_layout Plain Layout
19759 \begin_inset Formula $\xi$
19760 \end_inset
19761
19762
19763 \end_layout
19764
19765 \end_inset
19766 </cell>
19767 </row>
19768 <row>
19769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19770 \begin_inset Text
19771
19772 \begin_layout Plain Layout
19773 o
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19779 \begin_inset Text
19780
19781 \begin_layout Plain Layout
19782 \begin_inset Formula $o$
19783 \end_inset
19784
19785
19786 \end_layout
19787
19788 \end_inset
19789 </cell>
19790 </row>
19791 <row>
19792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796
19797 \backslash
19798 pi
19799 \end_layout
19800
19801 \end_inset
19802 </cell>
19803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807 \begin_inset Formula $\pi$
19808 \end_inset
19809
19810
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 </row>
19816 <row>
19817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Plain Layout
19821
19822 \backslash
19823 varpi
19824 \end_layout
19825
19826 \end_inset
19827 </cell>
19828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832 \begin_inset Formula $\varpi$
19833 \end_inset
19834
19835
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 </row>
19841 <row>
19842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19843 \begin_inset Text
19844
19845 \begin_layout Plain Layout
19846
19847 \backslash
19848 rho
19849 \end_layout
19850
19851 \end_inset
19852 </cell>
19853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857 \begin_inset Formula $\rho$
19858 \end_inset
19859
19860
19861 \end_layout
19862
19863 \end_inset
19864 </cell>
19865 </row>
19866 </lyxtabular>
19867
19868 \end_inset
19869
19870
19871 \begin_inset space \hfill{}
19872 \end_inset
19873
19874
19875 \begin_inset Tabular
19876 <lyxtabular version="3" rows="11" columns="2">
19877 <features>
19878 <column alignment="center" valignment="top" width="0pt">
19879 <column alignment="center" valignment="top" width="0pt">
19880 <row>
19881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19882 \begin_inset Text
19883
19884 \begin_layout Plain Layout
19885 Comando
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894 Símbolo
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 </row>
19900 <row>
19901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905
19906 \backslash
19907 varrho
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916 \begin_inset Formula $\varrho$
19917 \end_inset
19918
19919
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 </row>
19925 <row>
19926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930
19931 \backslash
19932 sigma
19933 \end_layout
19934
19935 \end_inset
19936 </cell>
19937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19938 \begin_inset Text
19939
19940 \begin_layout Plain Layout
19941 \begin_inset Formula $\sigma$
19942 \end_inset
19943
19944
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 </row>
19950 <row>
19951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955
19956 \backslash
19957 varsigma
19958 \end_layout
19959
19960 \end_inset
19961 </cell>
19962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966 \begin_inset Formula $\varsigma$
19967 \end_inset
19968
19969
19970 \end_layout
19971
19972 \end_inset
19973 </cell>
19974 </row>
19975 <row>
19976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19977 \begin_inset Text
19978
19979 \begin_layout Plain Layout
19980
19981 \backslash
19982 tau
19983 \end_layout
19984
19985 \end_inset
19986 </cell>
19987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991 \begin_inset Formula $\tau$
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \end_inset
19998 </cell>
19999 </row>
20000 <row>
20001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20002 \begin_inset Text
20003
20004 \begin_layout Plain Layout
20005
20006 \backslash
20007 upsilon
20008 \end_layout
20009
20010 \end_inset
20011 </cell>
20012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016 \begin_inset Formula $\upsilon$
20017 \end_inset
20018
20019
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 </row>
20025 <row>
20026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030
20031 \backslash
20032 phi
20033 \end_layout
20034
20035 \end_inset
20036 </cell>
20037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041 \begin_inset Formula $\phi$
20042 \end_inset
20043
20044
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 </row>
20050 <row>
20051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055
20056 \backslash
20057 varphi
20058 \end_layout
20059
20060 \end_inset
20061 </cell>
20062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066 \begin_inset Formula $\varphi$
20067 \end_inset
20068
20069
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 </row>
20075 <row>
20076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20077 \begin_inset Text
20078
20079 \begin_layout Plain Layout
20080
20081 \backslash
20082 chi
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20088 \begin_inset Text
20089
20090 \begin_layout Plain Layout
20091 \begin_inset Formula $\chi$
20092 \end_inset
20093
20094
20095 \end_layout
20096
20097 \end_inset
20098 </cell>
20099 </row>
20100 <row>
20101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20102 \begin_inset Text
20103
20104 \begin_layout Plain Layout
20105
20106 \backslash
20107 psi
20108 \end_layout
20109
20110 \end_inset
20111 </cell>
20112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116 \begin_inset Formula $\psi$
20117 \end_inset
20118
20119
20120 \end_layout
20121
20122 \end_inset
20123 </cell>
20124 </row>
20125 <row>
20126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20127 \begin_inset Text
20128
20129 \begin_layout Plain Layout
20130
20131 \backslash
20132 omega
20133 \end_layout
20134
20135 \end_inset
20136 </cell>
20137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141 \begin_inset Formula $\omega$
20142 \end_inset
20143
20144
20145 \end_layout
20146
20147 \end_inset
20148 </cell>
20149 </row>
20150 </lyxtabular>
20151
20152 \end_inset
20153
20154
20155 \begin_inset space \hfill{}
20156 \end_inset
20157
20158
20159 \end_layout
20160
20161 \begin_layout Standard
20162 \begin_inset VSpace medskip
20163 \end_inset
20164
20165
20166 \end_layout
20167
20168 \begin_layout Standard
20169 Cómo escribir letras griegas en redonda se explica en 
20170 \begin_inset CommandInset ref
20171 LatexCommand ref
20172 reference "sub:Griegas-en-redonda"
20173
20174 \end_inset
20175
20176 .
20177 \end_layout
20178
20179 \begin_layout Subsection
20180 Mayúsculas
20181 \begin_inset Index
20182 status collapsed
20183
20184 \begin_layout Plain Layout
20185 Letras griegas ! mayúsculas
20186 \end_layout
20187
20188 \end_inset
20189
20190
20191 \end_layout
20192
20193 \begin_layout Standard
20194 \begin_inset space \hfill{}
20195 \end_inset
20196
20197
20198 \begin_inset Tabular
20199 <lyxtabular version="3" rows="7" columns="2">
20200 <features>
20201 <column alignment="center" valignment="top" width="0pt">
20202 <column alignment="center" valignment="top" width="0pt">
20203 <row>
20204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20205 \begin_inset Text
20206
20207 \begin_layout Plain Layout
20208 Comando
20209 \end_layout
20210
20211 \end_inset
20212 </cell>
20213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20214 \begin_inset Text
20215
20216 \begin_layout Plain Layout
20217 Símbolo
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 </row>
20223 <row>
20224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20225 \begin_inset Text
20226
20227 \begin_layout Plain Layout
20228
20229 \backslash
20230 Gamma
20231 \end_layout
20232
20233 \end_inset
20234 </cell>
20235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20236 \begin_inset Text
20237
20238 \begin_layout Plain Layout
20239 \begin_inset Formula $\Gamma$
20240 \end_inset
20241
20242
20243 \end_layout
20244
20245 \end_inset
20246 </cell>
20247 </row>
20248 <row>
20249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Plain Layout
20253
20254 \backslash
20255 Delta
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264 \begin_inset Formula $\Delta$
20265 \end_inset
20266
20267
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 </row>
20273 <row>
20274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20275 \begin_inset Text
20276
20277 \begin_layout Plain Layout
20278
20279 \backslash
20280 Theta
20281 \end_layout
20282
20283 \end_inset
20284 </cell>
20285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20286 \begin_inset Text
20287
20288 \begin_layout Plain Layout
20289 \begin_inset Formula $\Theta$
20290 \end_inset
20291
20292
20293 \end_layout
20294
20295 \end_inset
20296 </cell>
20297 </row>
20298 <row>
20299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303
20304 \backslash
20305 Lambda
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314 \begin_inset Formula $\Lambda$
20315 \end_inset
20316
20317
20318 \end_layout
20319
20320 \end_inset
20321 </cell>
20322 </row>
20323 <row>
20324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328
20329 \backslash
20330 Xi
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339 \begin_inset Formula $\Xi$
20340 \end_inset
20341
20342
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 </row>
20348 <row>
20349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353
20354 \backslash
20355 Pi
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20361 \begin_inset Text
20362
20363 \begin_layout Plain Layout
20364 \begin_inset Formula $\Pi$
20365 \end_inset
20366
20367
20368 \end_layout
20369
20370 \end_inset
20371 </cell>
20372 </row>
20373 </lyxtabular>
20374
20375 \end_inset
20376
20377
20378 \begin_inset space \hfill{}
20379 \end_inset
20380
20381
20382 \begin_inset Tabular
20383 <lyxtabular version="3" rows="6" columns="2">
20384 <features>
20385 <column alignment="center" valignment="top" width="0pt">
20386 <column alignment="center" valignment="top" width="0pt">
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 Sigma
20415 \end_layout
20416
20417 \end_inset
20418 </cell>
20419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Plain Layout
20423 \begin_inset Formula $\Sigma$
20424 \end_inset
20425
20426
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 </row>
20432 <row>
20433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20434 \begin_inset Text
20435
20436 \begin_layout Plain Layout
20437
20438 \backslash
20439 Upsilon
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20445 \begin_inset Text
20446
20447 \begin_layout Plain Layout
20448 \begin_inset Formula $\Upsilon$
20449 \end_inset
20450
20451
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 </row>
20457 <row>
20458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20459 \begin_inset Text
20460
20461 \begin_layout Plain Layout
20462
20463 \backslash
20464 Phi
20465 \end_layout
20466
20467 \end_inset
20468 </cell>
20469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473 \begin_inset Formula $\Phi$
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 </row>
20482 <row>
20483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20484 \begin_inset Text
20485
20486 \begin_layout Plain Layout
20487
20488 \backslash
20489 Psi
20490 \end_layout
20491
20492 \end_inset
20493 </cell>
20494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20495 \begin_inset Text
20496
20497 \begin_layout Plain Layout
20498 \begin_inset Formula $\Psi$
20499 \end_inset
20500
20501
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 </row>
20507 <row>
20508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20509 \begin_inset Text
20510
20511 \begin_layout Plain Layout
20512
20513 \backslash
20514 Omega
20515 \end_layout
20516
20517 \end_inset
20518 </cell>
20519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20520 \begin_inset Text
20521
20522 \begin_layout Plain Layout
20523 \begin_inset Formula $\Omega$
20524 \end_inset
20525
20526
20527 \end_layout
20528
20529 \end_inset
20530 </cell>
20531 </row>
20532 </lyxtabular>
20533
20534 \end_inset
20535
20536
20537 \begin_inset space \hfill{}
20538 \end_inset
20539
20540
20541 \end_layout
20542
20543 \begin_layout Standard
20544 \begin_inset VSpace medskip
20545 \end_inset
20546
20547
20548 \end_layout
20549
20550 \begin_layout Standard
20551 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20552  cuando se desarrolló TeX.
20553  Para obtener mayúsculas en cursiva, inicia cada comando con 
20554 \series bold
20555 var
20556 \series default
20557 .
20558  Por ejemplo, el comando 
20559 \series bold
20560
20561 \backslash
20562 varGamma
20563 \series default
20564  genera: 
20565 \begin_inset Formula $\varGamma$
20566 \end_inset
20567
20568
20569 \end_layout
20570
20571 \begin_layout Subsection
20572 Letras en negrita
20573 \begin_inset Index
20574 status collapsed
20575
20576 \begin_layout Plain Layout
20577 Letras griegas ! en negrita
20578 \end_layout
20579
20580 \end_inset
20581
20582
20583 \end_layout
20584
20585 \begin_layout Standard
20586 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
20587  Sólo se pueden poner en negrita con el comando 
20588 \series bold
20589
20590 \backslash
20591 boldsymbol
20592 \series default
20593
20594 \begin_inset Index
20595 status collapsed
20596
20597 \begin_layout Plain Layout
20598 Comandos ! B ! 
20599 \backslash
20600 boldsymbol
20601 \end_layout
20602
20603 \end_inset
20604
20605 .
20606 \end_layout
20607
20608 \begin_layout Standard
20609 \align center
20610 \begin_inset Tabular
20611 <lyxtabular version="3" rows="3" columns="2">
20612 <features>
20613 <column alignment="center" valignment="top" width="0">
20614 <column alignment="center" valignment="top" width="0">
20615 <row>
20616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620 Comando
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629 Símbolo
20630 \end_layout
20631
20632 \end_inset
20633 </cell>
20634 </row>
20635 <row>
20636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20637 \begin_inset Text
20638
20639 \begin_layout Plain Layout
20640
20641 \backslash
20642 Upsilon
20643 \backslash
20644 boldsymbol
20645 \backslash
20646 Upsilon
20647 \end_layout
20648
20649 \end_inset
20650 </cell>
20651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20652 \begin_inset Text
20653
20654 \begin_layout Plain Layout
20655 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20656 \end_inset
20657
20658
20659 \end_layout
20660
20661 \end_inset
20662 </cell>
20663 </row>
20664 <row>
20665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20666 \begin_inset Text
20667
20668 \begin_layout Plain Layout
20669
20670 \backslash
20671 theta
20672 \backslash
20673 boldsymbol
20674 \backslash
20675 theta
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684 \begin_inset Formula $\theta\boldsymbol{\theta}$
20685 \end_inset
20686
20687
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 </row>
20693 </lyxtabular>
20694
20695 \end_inset
20696
20697
20698 \end_layout
20699
20700 \begin_layout Section
20701 Símbolos
20702 \begin_inset ERT
20703 status collapsed
20704
20705 \begin_layout Plain Layout
20706
20707
20708 \backslash
20709 texorpdfstring{
20710 \end_layout
20711
20712 \end_inset
20713
20714
20715 \begin_inset Foot
20716 status collapsed
20717
20718 \begin_layout Plain Layout
20719 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20720  LaTeX en 
20721 \begin_inset CommandInset citation
20722 LatexCommand cite
20723 key "Symbole"
20724
20725 \end_inset
20726
20727 .
20728 \end_layout
20729
20730 \end_inset
20731
20732
20733 \begin_inset ERT
20734 status collapsed
20735
20736 \begin_layout Plain Layout
20737
20738 }{}
20739 \end_layout
20740
20741 \end_inset
20742
20743
20744 \begin_inset Note Note
20745 status collapsed
20746
20747 \begin_layout Plain Layout
20748
20749 \backslash
20750 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20751  PDF.
20752 \end_layout
20753
20754 \begin_layout Plain Layout
20755 Más sobre 
20756 \backslash
20757 texorpdfstring en la sección 
20758 \begin_inset CommandInset ref
20759 LatexCommand ref
20760 reference "sub:Ecuaciones-en-encabezados"
20761
20762 \end_inset
20763
20764 .
20765 \end_layout
20766
20767 \end_inset
20768
20769
20770 \begin_inset Index
20771 status collapsed
20772
20773 \begin_layout Plain Layout
20774 Símbolos
20775 \end_layout
20776
20777 \end_inset
20778
20779
20780 \end_layout
20781
20782 \begin_layout Standard
20783 Muchos de los símbolos listados en esta sección se pueden insertar además
20784  mediante los botones 
20785 \begin_inset Graphics
20786         filename ../../images/math/nabla.png
20787         scale 85
20788
20789 \end_inset
20790
20791  y 
20792 \begin_inset Graphics
20793         filename ../../images/math/digamma.png
20794         scale 85
20795
20796 \end_inset
20797
20798  de la barra de ecuaciones.
20799 \end_layout
20800
20801 \begin_layout Subsection
20802 Símbolos matemáticos
20803 \begin_inset CommandInset label
20804 LatexCommand label
20805 name "sub:Símbolos-matemáticos"
20806
20807 \end_inset
20808
20809
20810 \begin_inset Index
20811 status collapsed
20812
20813 \begin_layout Plain Layout
20814 Símbolos ! matemáticos
20815 \end_layout
20816
20817 \end_inset
20818
20819
20820 \end_layout
20821
20822 \begin_layout Standard
20823 \begin_inset space \hfill{}
20824 \end_inset
20825
20826
20827 \begin_inset Tabular
20828 <lyxtabular version="3" rows="10" columns="2">
20829 <features>
20830 <column alignment="center" valignment="top" width="0pt">
20831 <column alignment="center" valignment="top" width="0pt">
20832 <row>
20833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837 Comando
20838 \end_layout
20839
20840 \end_inset
20841 </cell>
20842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846 Símbolo
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 </row>
20852 <row>
20853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20854 \begin_inset Text
20855
20856 \begin_layout Plain Layout
20857
20858 \backslash
20859 neg
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868 \begin_inset Formula $\neg$
20869 \end_inset
20870
20871
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 </row>
20877 <row>
20878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20879 \begin_inset Text
20880
20881 \begin_layout Plain Layout
20882
20883 \backslash
20884 Im
20885 \end_layout
20886
20887 \end_inset
20888 </cell>
20889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20890 \begin_inset Text
20891
20892 \begin_layout Plain Layout
20893 \begin_inset Formula $\Im$
20894 \end_inset
20895
20896
20897 \end_layout
20898
20899 \end_inset
20900 </cell>
20901 </row>
20902 <row>
20903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20904 \begin_inset Text
20905
20906 \begin_layout Plain Layout
20907
20908 \backslash
20909 Re
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918 \begin_inset Formula $\Re$
20919 \end_inset
20920
20921
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 </row>
20927 <row>
20928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932
20933 \backslash
20934 aleph
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Plain Layout
20943 \begin_inset Formula $\aleph$
20944 \end_inset
20945
20946
20947 \end_layout
20948
20949 \end_inset
20950 </cell>
20951 </row>
20952 <row>
20953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957
20958 \backslash
20959 partial
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968 \begin_inset Formula $\partial$
20969 \end_inset
20970
20971
20972 \end_layout
20973
20974 \end_inset
20975 </cell>
20976 </row>
20977 <row>
20978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982
20983 \backslash
20984 infty
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993 \begin_inset Formula $\infty$
20994 \end_inset
20995
20996
20997 \end_layout
20998
20999 \end_inset
21000 </cell>
21001 </row>
21002 <row>
21003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007
21008 \backslash
21009 wp
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21015 \begin_inset Text
21016
21017 \begin_layout Plain Layout
21018 \begin_inset Formula $\wp$
21019 \end_inset
21020
21021
21022 \end_layout
21023
21024 \end_inset
21025 </cell>
21026 </row>
21027 <row>
21028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21029 \begin_inset Text
21030
21031 \begin_layout Plain Layout
21032
21033 \backslash
21034 imath
21035 \end_layout
21036
21037 \end_inset
21038 </cell>
21039 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21040 \begin_inset Text
21041
21042 \begin_layout Plain Layout
21043 \begin_inset Formula $\imath$
21044 \end_inset
21045
21046
21047 \end_layout
21048
21049 \end_inset
21050 </cell>
21051 </row>
21052 <row>
21053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21054 \begin_inset Text
21055
21056 \begin_layout Plain Layout
21057
21058 \backslash
21059 jmath
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068 \begin_inset Formula $\jmath$
21069 \end_inset
21070
21071
21072 \end_layout
21073
21074 \end_inset
21075 </cell>
21076 </row>
21077 </lyxtabular>
21078
21079 \end_inset
21080
21081
21082 \begin_inset space \hfill{}
21083 \end_inset
21084
21085
21086 \begin_inset Tabular
21087 <lyxtabular version="3" rows="10" columns="2">
21088 <features>
21089 <column alignment="center" valignment="top" width="0pt">
21090 <column alignment="center" valignment="top" width="0pt">
21091 <row>
21092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096 Comando
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105 Símbolo
21106 \begin_inset Note Note
21107 status collapsed
21108
21109 \begin_layout Plain Layout
21110
21111 \series bold
21112
21113 \backslash
21114 raisebox
21115 \series default
21116  se usa sólo como espaciador
21117 \end_layout
21118
21119 \end_inset
21120
21121
21122 \end_layout
21123
21124 \end_inset
21125 </cell>
21126 </row>
21127 <row>
21128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132
21133 \backslash
21134 forall
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143 \begin_inset Formula $\forall$
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 </row>
21152 <row>
21153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21154 \begin_inset Text
21155
21156 \begin_layout Plain Layout
21157
21158 \backslash
21159 exists
21160 \end_layout
21161
21162 \end_inset
21163 </cell>
21164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21165 \begin_inset Text
21166
21167 \begin_layout Plain Layout
21168 \begin_inset Formula $\exists$
21169 \end_inset
21170
21171
21172 \end_layout
21173
21174 \end_inset
21175 </cell>
21176 </row>
21177 <row>
21178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21179 \begin_inset Text
21180
21181 \begin_layout Plain Layout
21182
21183 \backslash
21184 nexists
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193 \begin_inset Formula $\nexists$
21194 \end_inset
21195
21196
21197 \end_layout
21198
21199 \end_inset
21200 </cell>
21201 </row>
21202 <row>
21203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21204 \begin_inset Text
21205
21206 \begin_layout Plain Layout
21207
21208 \backslash
21209 emptyset
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218 \begin_inset Formula $\emptyset$
21219 \end_inset
21220
21221
21222 \end_layout
21223
21224 \end_inset
21225 </cell>
21226 </row>
21227 <row>
21228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21229 \begin_inset Text
21230
21231 \begin_layout Plain Layout
21232
21233 \backslash
21234 varnothing
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21240 \begin_inset Text
21241
21242 \begin_layout Plain Layout
21243 \begin_inset Formula $\varnothing$
21244 \end_inset
21245
21246
21247 \end_layout
21248
21249 \end_inset
21250 </cell>
21251 </row>
21252 <row>
21253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21254 \begin_inset Text
21255
21256 \begin_layout Plain Layout
21257
21258 \backslash
21259 dag
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21265 \begin_inset Text
21266
21267 \begin_layout Plain Layout
21268 \begin_inset Formula $\dag$
21269 \end_inset
21270
21271
21272 \end_layout
21273
21274 \end_inset
21275 </cell>
21276 </row>
21277 <row>
21278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21279 \begin_inset Text
21280
21281 \begin_layout Plain Layout
21282
21283 \backslash
21284 ddag
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21290 \begin_inset Text
21291
21292 \begin_layout Plain Layout
21293 \begin_inset Formula $\ddag$
21294 \end_inset
21295
21296
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 </row>
21302 <row>
21303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307
21308 \backslash
21309 complement
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318 \begin_inset ERT
21319 status collapsed
21320
21321 \begin_layout Plain Layout
21322
21323
21324 \backslash
21325 raisebox{-0.8mm}{
21326 \end_layout
21327
21328 \end_inset
21329
21330
21331 \begin_inset Formula $\complement$
21332 \end_inset
21333
21334
21335 \begin_inset ERT
21336 status collapsed
21337
21338 \begin_layout Plain Layout
21339
21340 }
21341 \end_layout
21342
21343 \end_inset
21344
21345
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 </row>
21351 <row>
21352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21353 \begin_inset Text
21354
21355 \begin_layout Plain Layout
21356
21357 \backslash
21358 Bbbk
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367 \begin_inset Formula $\Bbbk$
21368 \end_inset
21369
21370
21371 \end_layout
21372
21373 \end_inset
21374 </cell>
21375 </row>
21376 </lyxtabular>
21377
21378 \end_inset
21379
21380
21381 \begin_inset space \hfill{}
21382 \end_inset
21383
21384
21385 \begin_inset Tabular
21386 <lyxtabular version="3" rows="10" columns="2">
21387 <features>
21388 <column alignment="center" valignment="top" width="0pt">
21389 <column alignment="center" valignment="top" width="0pt">
21390 <row>
21391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Plain Layout
21395 Comando
21396 \end_layout
21397
21398 \end_inset
21399 </cell>
21400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21401 \begin_inset Text
21402
21403 \begin_layout Plain Layout
21404 Símbolo
21405 \end_layout
21406
21407 \end_inset
21408 </cell>
21409 </row>
21410 <row>
21411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21412 \begin_inset Text
21413
21414 \begin_layout Plain Layout
21415
21416 \backslash
21417 prime
21418 \end_layout
21419
21420 \end_inset
21421 </cell>
21422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21423 \begin_inset Text
21424
21425 \begin_layout Plain Layout
21426 \begin_inset Formula $\prime$
21427 \end_inset
21428
21429
21430 \end_layout
21431
21432 \end_inset
21433 </cell>
21434 </row>
21435 <row>
21436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21437 \begin_inset Text
21438
21439 \begin_layout Plain Layout
21440
21441 \backslash
21442 backprime
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21448 \begin_inset Text
21449
21450 \begin_layout Plain Layout
21451 \begin_inset Formula $\backprime$
21452 \end_inset
21453
21454
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 </row>
21460 <row>
21461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21462 \begin_inset Text
21463
21464 \begin_layout Plain Layout
21465
21466 \backslash
21467 mho
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21473 \begin_inset Text
21474
21475 \begin_layout Plain Layout
21476 \begin_inset Formula $\mho$
21477 \end_inset
21478
21479
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 </row>
21485 <row>
21486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21487 \begin_inset Text
21488
21489 \begin_layout Plain Layout
21490
21491 \backslash
21492 triangle
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501 \begin_inset Formula $\triangle$
21502 \end_inset
21503
21504
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 </row>
21510 <row>
21511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515
21516 \backslash
21517 angle
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526 \begin_inset Formula $\angle$
21527 \end_inset
21528
21529
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 </row>
21535 <row>
21536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21537 \begin_inset Text
21538
21539 \begin_layout Plain Layout
21540
21541 \backslash
21542 measuredangle
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551 \begin_inset Formula $\measuredangle$
21552 \end_inset
21553
21554
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 </row>
21560 <row>
21561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21562 \begin_inset Text
21563
21564 \begin_layout Plain Layout
21565
21566 \backslash
21567 sphericalangle
21568 \end_layout
21569
21570 \end_inset
21571 </cell>
21572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21573 \begin_inset Text
21574
21575 \begin_layout Plain Layout
21576 \begin_inset Formula $\sphericalangle$
21577 \end_inset
21578
21579
21580 \end_layout
21581
21582 \end_inset
21583 </cell>
21584 </row>
21585 <row>
21586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21587 \begin_inset Text
21588
21589 \begin_layout Plain Layout
21590
21591 \backslash
21592 top
21593 \end_layout
21594
21595 \end_inset
21596 </cell>
21597 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601 \begin_inset Formula $\top$
21602 \end_inset
21603
21604
21605 \end_layout
21606
21607 \end_inset
21608 </cell>
21609 </row>
21610 <row>
21611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21612 \begin_inset Text
21613
21614 \begin_layout Plain Layout
21615
21616 \backslash
21617 bot
21618 \end_layout
21619
21620 \end_inset
21621 </cell>
21622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21623 \begin_inset Text
21624
21625 \begin_layout Plain Layout
21626 \begin_inset Formula $\bot$
21627 \end_inset
21628
21629
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 </row>
21635 </lyxtabular>
21636
21637 \end_inset
21638
21639
21640 \begin_inset space \hfill{}
21641 \end_inset
21642
21643
21644 \end_layout
21645
21646 \begin_layout Subsection
21647 Símbolos misceláneos
21648 \begin_inset CommandInset label
21649 LatexCommand label
21650 name "sub:Símbolos-misceláneos"
21651
21652 \end_inset
21653
21654
21655 \begin_inset Index
21656 status collapsed
21657
21658 \begin_layout Plain Layout
21659 Símbolos ! misceláneos
21660 \end_layout
21661
21662 \end_inset
21663
21664
21665 \end_layout
21666
21667 \begin_layout Standard
21668 \noindent
21669 \align center
21670 \begin_inset Tabular
21671 <lyxtabular version="3" rows="10" columns="2">
21672 <features>
21673 <column alignment="center" valignment="top" width="0pt">
21674 <column alignment="center" valignment="top" width="0pt">
21675 <row>
21676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680 Comando
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21686 \begin_inset Text
21687
21688 \begin_layout Plain Layout
21689 Símbolo
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 </row>
21695 <row>
21696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700
21701 \backslash
21702 flat
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711 \begin_inset Formula $\flat$
21712 \end_inset
21713
21714
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 </row>
21720 <row>
21721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725
21726 \backslash
21727 natural
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21733 \begin_inset Text
21734
21735 \begin_layout Plain Layout
21736 \begin_inset Formula $\natural$
21737 \end_inset
21738
21739
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 </row>
21745 <row>
21746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750
21751 \backslash
21752 sharp
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761 \begin_inset Formula $\sharp$
21762 \end_inset
21763
21764
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 </row>
21770 <row>
21771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775
21776 \backslash
21777 surd
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Plain Layout
21786 \begin_inset Formula $\surd$
21787 \end_inset
21788
21789
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 </row>
21795 <row>
21796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800
21801 \backslash
21802 checkmark
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21808 \begin_inset Text
21809
21810 \begin_layout Plain Layout
21811 \begin_inset Formula $\checkmark$
21812 \end_inset
21813
21814
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 </row>
21820 <row>
21821 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825
21826 \backslash
21827 yen
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21833 \begin_inset Text
21834
21835 \begin_layout Plain Layout
21836 \begin_inset Formula $\yen$
21837 \end_inset
21838
21839
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 </row>
21845 <row>
21846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850
21851 \backslash
21852 pounds
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861 \begin_inset Formula $\pounds$
21862 \end_inset
21863
21864
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 </row>
21870 <row>
21871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875 $
21876 \end_layout
21877
21878 \end_inset
21879 </cell>
21880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884 \begin_inset Formula $\$$
21885 \end_inset
21886
21887
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 </row>
21893 <row>
21894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898 §
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907 \begin_inset Formula $§$
21908 \end_inset
21909
21910
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 </row>
21916 </lyxtabular>
21917
21918 \end_inset
21919
21920
21921 \begin_inset Tabular
21922 <lyxtabular version="3" rows="10" columns="2">
21923 <features>
21924 <column alignment="center" valignment="top" width="0">
21925 <column alignment="center" valignment="top" width="0">
21926 <row>
21927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931 Comando
21932 \end_layout
21933
21934 \end_inset
21935 </cell>
21936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940 Símbolo
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 </row>
21946 <row>
21947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951
21952 \backslash
21953 hbar
21954 \end_layout
21955
21956 \end_inset
21957 </cell>
21958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21959 \begin_inset Text
21960
21961 \begin_layout Plain Layout
21962 \begin_inset Formula $\hbar$
21963 \end_inset
21964
21965
21966 \end_layout
21967
21968 \end_inset
21969 </cell>
21970 </row>
21971 <row>
21972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21973 \begin_inset Text
21974
21975 \begin_layout Plain Layout
21976
21977 \backslash
21978 hslash
21979 \end_layout
21980
21981 \end_inset
21982 </cell>
21983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21984 \begin_inset Text
21985
21986 \begin_layout Plain Layout
21987 \begin_inset Formula $\hslash$
21988 \end_inset
21989
21990
21991 \end_layout
21992
21993 \end_inset
21994 </cell>
21995 </row>
21996 <row>
21997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21998 \begin_inset Text
21999
22000 \begin_layout Plain Layout
22001
22002 \backslash
22003 clubsuit
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22009 \begin_inset Text
22010
22011 \begin_layout Plain Layout
22012 \begin_inset Formula $\clubsuit$
22013 \end_inset
22014
22015
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 </row>
22021 <row>
22022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22023 \begin_inset Text
22024
22025 \begin_layout Plain Layout
22026
22027 \backslash
22028 spadesuit
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22034 \begin_inset Text
22035
22036 \begin_layout Plain Layout
22037 \begin_inset Formula $\spadesuit$
22038 \end_inset
22039
22040
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 </row>
22046 <row>
22047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051
22052 \backslash
22053 bigstar
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062 \begin_inset Formula $\bigstar$
22063 \end_inset
22064
22065
22066 \end_layout
22067
22068 \end_inset
22069 </cell>
22070 </row>
22071 <row>
22072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22073 \begin_inset Text
22074
22075 \begin_layout Plain Layout
22076
22077 \backslash
22078 blacklozenge
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087 \begin_inset Formula $\blacklozenge$
22088 \end_inset
22089
22090
22091 \end_layout
22092
22093 \end_inset
22094 </cell>
22095 </row>
22096 <row>
22097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101
22102 \backslash
22103 blacktriangle
22104 \end_layout
22105
22106 \end_inset
22107 </cell>
22108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112 \begin_inset Formula $\blacktriangle$
22113 \end_inset
22114
22115
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 </row>
22121 <row>
22122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22123 \begin_inset Text
22124
22125 \begin_layout Plain Layout
22126
22127 \backslash
22128 blacktiangledown
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137 \begin_inset Formula $\blacktriangledown$
22138 \end_inset
22139
22140
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 </row>
22146 <row>
22147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151
22152 \backslash
22153 bullet
22154 \end_layout
22155
22156 \end_inset
22157 </cell>
22158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162 \begin_inset Formula $\bullet$
22163 \end_inset
22164
22165
22166 \end_layout
22167
22168 \end_inset
22169 </cell>
22170 </row>
22171 </lyxtabular>
22172
22173 \end_inset
22174
22175
22176 \begin_inset Tabular
22177 <lyxtabular version="3" rows="10" columns="2">
22178 <features>
22179 <column alignment="center" valignment="top" width="0pt">
22180 <column alignment="center" valignment="top" width="0pt">
22181 <row>
22182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186 Comando
22187 \end_layout
22188
22189 \end_inset
22190 </cell>
22191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22192 \begin_inset Text
22193
22194 \begin_layout Plain Layout
22195 Símbolo
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 </row>
22201 <row>
22202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206
22207 \backslash
22208 diamondsuit
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22214 \begin_inset Text
22215
22216 \begin_layout Plain Layout
22217 \begin_inset Formula $\diamondsuit$
22218 \end_inset
22219
22220
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 </row>
22226 <row>
22227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22228 \begin_inset Text
22229
22230 \begin_layout Plain Layout
22231
22232 \backslash
22233 Diamond
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22239 \begin_inset Text
22240
22241 \begin_layout Plain Layout
22242 \begin_inset Formula $\Diamond$
22243 \end_inset
22244
22245
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 </row>
22251 <row>
22252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22253 \begin_inset Text
22254
22255 \begin_layout Plain Layout
22256
22257 \backslash
22258 heartsuit
22259 \end_layout
22260
22261 \end_inset
22262 </cell>
22263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22264 \begin_inset Text
22265
22266 \begin_layout Plain Layout
22267 \begin_inset Formula $\heartsuit$
22268 \end_inset
22269
22270
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 </row>
22276 <row>
22277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281
22282 \backslash
22283 P
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22289 \begin_inset Text
22290
22291 \begin_layout Plain Layout
22292 \begin_inset Formula $\P$
22293 \end_inset
22294
22295
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 </row>
22301 <row>
22302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306
22307 \backslash
22308 copyright
22309 \end_layout
22310
22311 \end_inset
22312 </cell>
22313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22314 \begin_inset Text
22315
22316 \begin_layout Plain Layout
22317 \begin_inset Formula $\copyright$
22318 \end_inset
22319
22320
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 </row>
22326 <row>
22327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22328 \begin_inset Text
22329
22330 \begin_layout Plain Layout
22331
22332 \backslash
22333 circledR
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342 \begin_inset Formula $\circledR$
22343 \end_inset
22344
22345
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 </row>
22351 <row>
22352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356
22357 \backslash
22358 maltese
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367 \begin_inset Formula $\maltese$
22368 \end_inset
22369
22370
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 </row>
22376 <row>
22377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381
22382 \backslash
22383 diagup
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392 \begin_inset Formula $\diagup$
22393 \end_inset
22394
22395
22396 \end_layout
22397
22398 \end_inset
22399 </cell>
22400 </row>
22401 <row>
22402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Plain Layout
22406
22407 \backslash
22408 diagdown
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22414 \begin_inset Text
22415
22416 \begin_layout Plain Layout
22417 \begin_inset Formula $\diagdown$
22418 \end_inset
22419
22420
22421 \end_layout
22422
22423 \end_inset
22424 </cell>
22425 </row>
22426 </lyxtabular>
22427
22428 \end_inset
22429
22430
22431 \end_layout
22432
22433 \begin_layout Standard
22434 \begin_inset VSpace medskip
22435 \end_inset
22436
22437
22438 \end_layout
22439
22440 \begin_layout Standard
22441 Hay más símbolos en 
22442 \begin_inset CommandInset ref
22443 LatexCommand ref
22444 reference "sub:Caracteres-especiales-misceláneos"
22445
22446 \end_inset
22447
22448 .
22449 \end_layout
22450
22451 \begin_layout Standard
22452 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22453 \begin_inset CommandInset ref
22454 LatexCommand ref
22455 reference "sub:Tamaños-de-fuentes"
22456
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \begin_layout Subsection
22463 El símbolo del euro, €
22464 \begin_inset Index
22465 status collapsed
22466
22467 \begin_layout Plain Layout
22468 Símbolos ! euro
22469 \end_layout
22470
22471 \end_inset
22472
22473
22474 \begin_inset Index
22475 status collapsed
22476
22477 \begin_layout Plain Layout
22478
22479 \backslash
22480 @
22481 \begin_inset ERT
22482 status collapsed
22483
22484 \begin_layout Plain Layout
22485
22486
22487 \backslash
22488 officialeuro
22489 \end_layout
22490
22491 \end_inset
22492
22493
22494 \end_layout
22495
22496 \end_inset
22497
22498
22499 \end_layout
22500
22501 \begin_layout Standard
22502 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22503  LaTeX 
22504 \series bold
22505 eurosym
22506 \series default
22507
22508 \begin_inset Index
22509 status collapsed
22510
22511 \begin_layout Plain Layout
22512 Paquetes ! eurosym
22513 \end_layout
22514
22515 \end_inset
22516
22517 , y cargado en el preámbulo LaTeX con la línea
22518 \end_layout
22519
22520 \begin_layout Standard
22521
22522 \series bold
22523
22524 \backslash
22525 usepackage[gennarrow]{eurosym}
22526 \end_layout
22527
22528 \begin_layout Standard
22529 Actualmente también se puede insertar con el comando 
22530 \series bold
22531
22532 \backslash
22533 euro
22534 \series default
22535
22536 \begin_inset Index
22537 status collapsed
22538
22539 \begin_layout Plain Layout
22540 Comandos ! E ! 
22541 \backslash
22542 euro
22543 \end_layout
22544
22545 \end_inset
22546
22547 .
22548 \end_layout
22549
22550 \begin_layout Standard
22551 El símbolo del euro puede insertarse directamente con la tecla € en texto
22552  matemático sin tener 
22553 \series bold
22554 eurosym
22555 \series default
22556  instalado.
22557  Si 
22558 \series bold
22559 eurosym
22560 \series default
22561  está instalado, se puede insertar 
22562 \series bold
22563
22564 \backslash
22565 euro
22566 \series default
22567  en modo TeX.
22568  El símbolo oficial de la moneda se puede insertar con el comando 
22569 \series bold
22570
22571 \backslash
22572 officialeuro
22573 \series default
22574
22575 \begin_inset Index
22576 status collapsed
22577
22578 \begin_layout Plain Layout
22579 Comandos ! O ! 
22580 \backslash
22581 officialeuro
22582 \end_layout
22583
22584 \end_inset
22585
22586 , que sólo está disponible en modo TeX.
22587 \end_layout
22588
22589 \begin_layout Standard
22590 \begin_inset ERT
22591 status collapsed
22592
22593 \begin_layout Plain Layout
22594
22595
22596 \backslash
22597 ifeurosym
22598 \end_layout
22599
22600 \end_inset
22601
22602
22603 \begin_inset Note Note
22604 status collapsed
22605
22606 \begin_layout Plain Layout
22607 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
22608 \series bold
22609 eurosym
22610 \series default
22611 .
22612 \end_layout
22613
22614 \end_inset
22615
22616
22617 \end_layout
22618
22619 \begin_layout Standard
22620 Un vistazo a los diferentes símbolos del euro.
22621 \end_layout
22622
22623 \begin_layout Standard
22624 \noindent
22625 \align center
22626 \begin_inset Tabular
22627 <lyxtabular version="3" rows="4" columns="3">
22628 <features>
22629 <column alignment="center" valignment="top" width="0">
22630 <column alignment="center" valignment="top" width="0">
22631 <column alignment="center" valignment="top" width="0">
22632 <row>
22633 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646 Comando
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655 Símbolo
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 </row>
22661 <row>
22662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666 ecuación
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675
22676 \backslash
22677 euro
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686 \begin_inset Formula $\euro$
22687 \end_inset
22688
22689
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 texto matemático
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718 \begin_inset Formula $\mbox{€}$
22719 \end_inset
22720
22721
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 </row>
22727 <row>
22728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732 modo TeX
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741
22742 \backslash
22743 officialeuro
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 \begin_inset ERT
22753 status collapsed
22754
22755 \begin_layout Plain Layout
22756
22757
22758 \backslash
22759 officialeuro
22760 \end_layout
22761
22762 \end_inset
22763
22764
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 </row>
22770 </lyxtabular>
22771
22772 \end_inset
22773
22774
22775 \end_layout
22776
22777 \begin_layout Standard
22778 \begin_inset ERT
22779 status collapsed
22780
22781 \begin_layout Plain Layout
22782
22783
22784 \backslash
22785 else
22786 \end_layout
22787
22788 \end_inset
22789
22790
22791 \begin_inset Note Note
22792 status collapsed
22793
22794 \begin_layout Plain Layout
22795 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22796 \series bold
22797 eurosym
22798 \series default
22799 :
22800 \end_layout
22801
22802 \end_inset
22803
22804
22805 \end_layout
22806
22807 \begin_layout Standard
22808 Para ver la salida completa de esta subsección debe estar instalado el paquete
22809  LaTeX 
22810 \series bold
22811 eurosym
22812 \series default
22813 .
22814 \end_layout
22815
22816 \begin_layout Standard
22817 \begin_inset ERT
22818 status collapsed
22819
22820 \begin_layout Plain Layout
22821
22822
22823 \backslash
22824 fi
22825 \end_layout
22826
22827 \end_inset
22828
22829
22830 \end_layout
22831
22832 \begin_layout Section
22833 Relaciones
22834 \begin_inset CommandInset label
22835 LatexCommand label
22836 name "sec:Relaciones"
22837
22838 \end_inset
22839
22840
22841 \begin_inset Index
22842 status collapsed
22843
22844 \begin_layout Plain Layout
22845 Relaciones
22846 \end_layout
22847
22848 \end_inset
22849
22850
22851 \begin_inset Index
22852 status collapsed
22853
22854 \begin_layout Plain Layout
22855 Comparaciones|see
22856 \begin_inset ERT
22857 status collapsed
22858
22859 \begin_layout Plain Layout
22860
22861 {
22862 \end_layout
22863
22864 \end_inset
22865
22866 Relaciones
22867 \begin_inset ERT
22868 status collapsed
22869
22870 \begin_layout Plain Layout
22871
22872 }
22873 \end_layout
22874
22875 \end_inset
22876
22877
22878 \end_layout
22879
22880 \end_inset
22881
22882
22883 \end_layout
22884
22885 \begin_layout Standard
22886 Todas las relaciones se pueden insertar también con el botón 
22887 \begin_inset Graphics
22888         filename ../../images/math/leq.png
22889         scale 85
22890
22891 \end_inset
22892
22893  de la barra de ecuaciones.
22894 \end_layout
22895
22896 \begin_layout Standard
22897 \begin_inset space \hfill{}
22898 \end_inset
22899
22900
22901 \begin_inset Tabular
22902 <lyxtabular version="3" rows="17" columns="2">
22903 <features>
22904 <column alignment="center" valignment="top" width="0pt">
22905 <column alignment="center" valignment="top" width="0pt">
22906 <row>
22907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22908 \begin_inset Text
22909
22910 \begin_layout Plain Layout
22911 Comando
22912 \end_layout
22913
22914 \end_inset
22915 </cell>
22916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22917 \begin_inset Text
22918
22919 \begin_layout Plain Layout
22920 Relación
22921 \end_layout
22922
22923 \end_inset
22924 </cell>
22925 </row>
22926 <row>
22927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22928 \begin_inset Text
22929
22930 \begin_layout Plain Layout
22931 <
22932 \end_layout
22933
22934 \end_inset
22935 </cell>
22936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22937 \begin_inset Text
22938
22939 \begin_layout Plain Layout
22940 \begin_inset Formula $<$
22941 \end_inset
22942
22943
22944 \end_layout
22945
22946 \end_inset
22947 </cell>
22948 </row>
22949 <row>
22950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22951 \begin_inset Text
22952
22953 \begin_layout Plain Layout
22954
22955 \backslash
22956 le
22957 \end_layout
22958
22959 \end_inset
22960 </cell>
22961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22962 \begin_inset Text
22963
22964 \begin_layout Plain Layout
22965 \begin_inset Formula $\le$
22966 \end_inset
22967
22968
22969 \end_layout
22970
22971 \end_inset
22972 </cell>
22973 </row>
22974 <row>
22975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22976 \begin_inset Text
22977
22978 \begin_layout Plain Layout
22979
22980 \backslash
22981 ll
22982 \end_layout
22983
22984 \end_inset
22985 </cell>
22986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22987 \begin_inset Text
22988
22989 \begin_layout Plain Layout
22990 \begin_inset Formula $\ll$
22991 \end_inset
22992
22993
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 </row>
22999 <row>
23000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23001 \begin_inset Text
23002
23003 \begin_layout Plain Layout
23004
23005 \backslash
23006 prec
23007 \end_layout
23008
23009 \end_inset
23010 </cell>
23011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23012 \begin_inset Text
23013
23014 \begin_layout Plain Layout
23015 \begin_inset Formula $\prec$
23016 \end_inset
23017
23018
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 </row>
23024 <row>
23025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23026 \begin_inset Text
23027
23028 \begin_layout Plain Layout
23029
23030 \backslash
23031 preceq
23032 \end_layout
23033
23034 \end_inset
23035 </cell>
23036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23037 \begin_inset Text
23038
23039 \begin_layout Plain Layout
23040 \begin_inset Formula $\preceq$
23041 \end_inset
23042
23043
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 </row>
23049 <row>
23050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23051 \begin_inset Text
23052
23053 \begin_layout Plain Layout
23054
23055 \backslash
23056 subset
23057 \end_layout
23058
23059 \end_inset
23060 </cell>
23061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23062 \begin_inset Text
23063
23064 \begin_layout Plain Layout
23065 \begin_inset Formula $\subset$
23066 \end_inset
23067
23068
23069 \end_layout
23070
23071 \end_inset
23072 </cell>
23073 </row>
23074 <row>
23075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23076 \begin_inset Text
23077
23078 \begin_layout Plain Layout
23079
23080 \backslash
23081 subseteq
23082 \end_layout
23083
23084 \end_inset
23085 </cell>
23086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23087 \begin_inset Text
23088
23089 \begin_layout Plain Layout
23090 \begin_inset Formula $\subseteq$
23091 \end_inset
23092
23093
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 </row>
23099 <row>
23100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23101 \begin_inset Text
23102
23103 \begin_layout Plain Layout
23104
23105 \backslash
23106 sqsubseteq
23107 \end_layout
23108
23109 \end_inset
23110 </cell>
23111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23112 \begin_inset Text
23113
23114 \begin_layout Plain Layout
23115 \begin_inset Formula $\sqsubseteq$
23116 \end_inset
23117
23118
23119 \end_layout
23120
23121 \end_inset
23122 </cell>
23123 </row>
23124 <row>
23125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23126 \begin_inset Text
23127
23128 \begin_layout Plain Layout
23129
23130 \backslash
23131 in
23132 \end_layout
23133
23134 \end_inset
23135 </cell>
23136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23137 \begin_inset Text
23138
23139 \begin_layout Plain Layout
23140 \begin_inset Formula $\in$
23141 \end_inset
23142
23143
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 </row>
23149 <row>
23150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23151 \begin_inset Text
23152
23153 \begin_layout Plain Layout
23154
23155 \backslash
23156 vdash
23157 \end_layout
23158
23159 \end_inset
23160 </cell>
23161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23162 \begin_inset Text
23163
23164 \begin_layout Plain Layout
23165 \begin_inset Formula $\vdash$
23166 \end_inset
23167
23168
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 </row>
23174 <row>
23175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23176 \begin_inset Text
23177
23178 \begin_layout Plain Layout
23179
23180 \backslash
23181 smile
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23187 \begin_inset Text
23188
23189 \begin_layout Plain Layout
23190 \begin_inset Formula $\smile$
23191 \end_inset
23192
23193
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 </row>
23199 <row>
23200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23201 \begin_inset Text
23202
23203 \begin_layout Plain Layout
23204
23205 \backslash
23206 lhd
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23212 \begin_inset Text
23213
23214 \begin_layout Plain Layout
23215 \begin_inset Formula $\lhd$
23216 \end_inset
23217
23218
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 </row>
23224 <row>
23225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23226 \begin_inset Text
23227
23228 \begin_layout Plain Layout
23229
23230 \backslash
23231 unlhd
23232 \end_layout
23233
23234 \end_inset
23235 </cell>
23236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23237 \begin_inset Text
23238
23239 \begin_layout Plain Layout
23240 \begin_inset Formula $\unlhd$
23241 \end_inset
23242
23243
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 </row>
23249 <row>
23250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23251 \begin_inset Text
23252
23253 \begin_layout Plain Layout
23254
23255 \backslash
23256 gtrless
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265 \begin_inset Formula $\gtrless$
23266 \end_inset
23267
23268
23269 \end_layout
23270
23271 \end_inset
23272 </cell>
23273 </row>
23274 <row>
23275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23276 \begin_inset Text
23277
23278 \begin_layout Plain Layout
23279
23280 \backslash
23281 mid
23282 \end_layout
23283
23284 \end_inset
23285 </cell>
23286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23287 \begin_inset Text
23288
23289 \begin_layout Plain Layout
23290 \begin_inset Formula $\mid$
23291 \end_inset
23292
23293
23294 \end_layout
23295
23296 \end_inset
23297 </cell>
23298 </row>
23299 <row>
23300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23301 \begin_inset Text
23302
23303 \begin_layout Plain Layout
23304
23305 \backslash
23306 nmid
23307 \end_layout
23308
23309 \end_inset
23310 </cell>
23311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23312 \begin_inset Text
23313
23314 \begin_layout Plain Layout
23315 \begin_inset Formula $\nmid$
23316 \end_inset
23317
23318
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 </row>
23324 </lyxtabular>
23325
23326 \end_inset
23327
23328
23329 \begin_inset space \hfill{}
23330 \end_inset
23331
23332
23333 \begin_inset Tabular
23334 <lyxtabular version="3" rows="17" columns="2">
23335 <features>
23336 <column alignment="center" valignment="top" width="0pt">
23337 <column alignment="center" valignment="top" width="0pt">
23338 <row>
23339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23340 \begin_inset Text
23341
23342 \begin_layout Plain Layout
23343 Comando
23344 \end_layout
23345
23346 \end_inset
23347 </cell>
23348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352 Relación
23353 \end_layout
23354
23355 \end_inset
23356 </cell>
23357 </row>
23358 <row>
23359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23360 \begin_inset Text
23361
23362 \begin_layout Plain Layout
23363 =
23364 \end_layout
23365
23366 \end_inset
23367 </cell>
23368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372 \begin_inset Formula $=$
23373 \end_inset
23374
23375
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 </row>
23381 <row>
23382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23383 \begin_inset Text
23384
23385 \begin_layout Plain Layout
23386
23387 \backslash
23388 not=
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397 \begin_inset Formula $\not=$
23398 \end_inset
23399
23400
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 </row>
23406 <row>
23407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Plain Layout
23411
23412 \backslash
23413 equiv
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23419 \begin_inset Text
23420
23421 \begin_layout Plain Layout
23422 \begin_inset Formula $\equiv$
23423 \end_inset
23424
23425
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 </row>
23431 <row>
23432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23433 \begin_inset Text
23434
23435 \begin_layout Plain Layout
23436
23437 \backslash
23438 sim
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23444 \begin_inset Text
23445
23446 \begin_layout Plain Layout
23447 \begin_inset Formula $\sim$
23448 \end_inset
23449
23450
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 </row>
23456 <row>
23457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23458 \begin_inset Text
23459
23460 \begin_layout Plain Layout
23461
23462 \backslash
23463 simeq
23464 \end_layout
23465
23466 \end_inset
23467 </cell>
23468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23469 \begin_inset Text
23470
23471 \begin_layout Plain Layout
23472 \begin_inset Formula $\simeq$
23473 \end_inset
23474
23475
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 </row>
23481 <row>
23482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23483 \begin_inset Text
23484
23485 \begin_layout Plain Layout
23486
23487 \backslash
23488 approx
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 \begin_inset Formula $\approx$
23498 \end_inset
23499
23500
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 </row>
23506 <row>
23507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23508 \begin_inset Text
23509
23510 \begin_layout Plain Layout
23511
23512 \backslash
23513 cong
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23519 \begin_inset Text
23520
23521 \begin_layout Plain Layout
23522 \begin_inset Formula $\cong$
23523 \end_inset
23524
23525
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 </row>
23531 <row>
23532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536
23537 \backslash
23538 bowtie
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547 \begin_inset Formula $\bowtie$
23548 \end_inset
23549
23550
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 </row>
23556 <row>
23557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23558 \begin_inset Text
23559
23560 \begin_layout Plain Layout
23561
23562 \backslash
23563 notin
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23569 \begin_inset Text
23570
23571 \begin_layout Plain Layout
23572 \begin_inset Formula $\notin$
23573 \end_inset
23574
23575
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 </row>
23581 <row>
23582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586
23587 \backslash
23588 perp
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597 \begin_inset Formula $\perp$
23598 \end_inset
23599
23600
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 </row>
23606 <row>
23607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611
23612 \backslash
23613 propto
23614 \end_layout
23615
23616 \end_inset
23617 </cell>
23618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23619 \begin_inset Text
23620
23621 \begin_layout Plain Layout
23622 \begin_inset Formula $\propto$
23623 \end_inset
23624
23625
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 </row>
23631 <row>
23632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23633 \begin_inset Text
23634
23635 \begin_layout Plain Layout
23636
23637 \backslash
23638 asymp
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647 \begin_inset Formula $\asymp$
23648 \end_inset
23649
23650
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 </row>
23656 <row>
23657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23658 \begin_inset Text
23659
23660 \begin_layout Plain Layout
23661
23662 \backslash
23663 doteq
23664 \end_layout
23665
23666 \end_inset
23667 </cell>
23668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23669 \begin_inset Text
23670
23671 \begin_layout Plain Layout
23672 \begin_inset Formula $\doteq$
23673 \end_inset
23674
23675
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 </row>
23681 <row>
23682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23683 \begin_inset Text
23684
23685 \begin_layout Plain Layout
23686
23687 \backslash
23688 circeq
23689 \end_layout
23690
23691 \end_inset
23692 </cell>
23693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23694 \begin_inset Text
23695
23696 \begin_layout Plain Layout
23697 \begin_inset Formula $\circeq$
23698 \end_inset
23699
23700
23701 \end_layout
23702
23703 \end_inset
23704 </cell>
23705 </row>
23706 <row>
23707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23708 \begin_inset Text
23709
23710 \begin_layout Plain Layout
23711
23712 \backslash
23713 models
23714 \end_layout
23715
23716 \end_inset
23717 </cell>
23718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23719 \begin_inset Text
23720
23721 \begin_layout Plain Layout
23722 \begin_inset Formula $\models$
23723 \end_inset
23724
23725
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 </row>
23731 <row>
23732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23733 \begin_inset Text
23734
23735 \begin_layout Plain Layout
23736
23737 \backslash
23738 widehat=
23739 \end_layout
23740
23741 \end_inset
23742 </cell>
23743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23744 \begin_inset Text
23745
23746 \begin_layout Plain Layout
23747 \begin_inset Formula $\widehat{=}$
23748 \end_inset
23749
23750
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 </row>
23756 </lyxtabular>
23757
23758 \end_inset
23759
23760
23761 \begin_inset space \hfill{}
23762 \end_inset
23763
23764
23765 \begin_inset Tabular
23766 <lyxtabular version="3" rows="17" columns="2">
23767 <features>
23768 <column alignment="center" valignment="top" width="0pt">
23769 <column alignment="center" valignment="top" width="0pt">
23770 <row>
23771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23772 \begin_inset Text
23773
23774 \begin_layout Plain Layout
23775 Comando
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784 Relación
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 </row>
23790 <row>
23791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23792 \begin_inset Text
23793
23794 \begin_layout Plain Layout
23795 >
23796 \end_layout
23797
23798 \end_inset
23799 </cell>
23800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804 \begin_inset Formula $>$
23805 \end_inset
23806
23807
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 </row>
23813 <row>
23814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818
23819 \backslash
23820 ge
23821 \end_layout
23822
23823 \end_inset
23824 </cell>
23825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23826 \begin_inset Text
23827
23828 \begin_layout Plain Layout
23829 \begin_inset Formula $\ge$
23830 \end_inset
23831
23832
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 </row>
23838 <row>
23839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Plain Layout
23843
23844 \backslash
23845 gg
23846 \end_layout
23847
23848 \end_inset
23849 </cell>
23850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854 \begin_inset Formula $\gg$
23855 \end_inset
23856
23857
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 </row>
23863 <row>
23864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23865 \begin_inset Text
23866
23867 \begin_layout Plain Layout
23868
23869 \backslash
23870 succ
23871 \end_layout
23872
23873 \end_inset
23874 </cell>
23875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23876 \begin_inset Text
23877
23878 \begin_layout Plain Layout
23879 \begin_inset Formula $\succ$
23880 \end_inset
23881
23882
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 </row>
23888 <row>
23889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893
23894 \backslash
23895 succeq
23896 \end_layout
23897
23898 \end_inset
23899 </cell>
23900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23901 \begin_inset Text
23902
23903 \begin_layout Plain Layout
23904 \begin_inset Formula $\succeq$
23905 \end_inset
23906
23907
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 </row>
23913 <row>
23914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23915 \begin_inset Text
23916
23917 \begin_layout Plain Layout
23918
23919 \backslash
23920 supset
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929 \begin_inset Formula $\supset$
23930 \end_inset
23931
23932
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 </row>
23938 <row>
23939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943
23944 \backslash
23945 supseteq
23946 \end_layout
23947
23948 \end_inset
23949 </cell>
23950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23951 \begin_inset Text
23952
23953 \begin_layout Plain Layout
23954 \begin_inset Formula $\supseteq$
23955 \end_inset
23956
23957
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 </row>
23963 <row>
23964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23965 \begin_inset Text
23966
23967 \begin_layout Plain Layout
23968
23969 \backslash
23970 sqsupseteq
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23976 \begin_inset Text
23977
23978 \begin_layout Plain Layout
23979 \begin_inset Formula $\sqsupseteq$
23980 \end_inset
23981
23982
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 </row>
23988 <row>
23989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23990 \begin_inset Text
23991
23992 \begin_layout Plain Layout
23993
23994 \backslash
23995 ni
23996 \end_layout
23997
23998 \end_inset
23999 </cell>
24000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24001 \begin_inset Text
24002
24003 \begin_layout Plain Layout
24004 \begin_inset Formula $\ni$
24005 \end_inset
24006
24007
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 </row>
24013 <row>
24014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24015 \begin_inset Text
24016
24017 \begin_layout Plain Layout
24018
24019 \backslash
24020 dashv
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24026 \begin_inset Text
24027
24028 \begin_layout Plain Layout
24029 \begin_inset Formula $\dashv$
24030 \end_inset
24031
24032
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 </row>
24038 <row>
24039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24040 \begin_inset Text
24041
24042 \begin_layout Plain Layout
24043
24044 \backslash
24045 frown
24046 \end_layout
24047
24048 \end_inset
24049 </cell>
24050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24051 \begin_inset Text
24052
24053 \begin_layout Plain Layout
24054 \begin_inset Formula $\frown$
24055 \end_inset
24056
24057
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 </row>
24063 <row>
24064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24065 \begin_inset Text
24066
24067 \begin_layout Plain Layout
24068
24069 \backslash
24070 rhd
24071 \end_layout
24072
24073 \end_inset
24074 </cell>
24075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079 \begin_inset Formula $\rhd$
24080 \end_inset
24081
24082
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 </row>
24088 <row>
24089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Plain Layout
24093
24094 \backslash
24095 unrhd
24096 \end_layout
24097
24098 \end_inset
24099 </cell>
24100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24101 \begin_inset Text
24102
24103 \begin_layout Plain Layout
24104 \begin_inset Formula $\unrhd$
24105 \end_inset
24106
24107
24108 \end_layout
24109
24110 \end_inset
24111 </cell>
24112 </row>
24113 <row>
24114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24115 \begin_inset Text
24116
24117 \begin_layout Plain Layout
24118
24119 \backslash
24120 lessgtr
24121 \end_layout
24122
24123 \end_inset
24124 </cell>
24125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24126 \begin_inset Text
24127
24128 \begin_layout Plain Layout
24129 \begin_inset Formula $\lessgtr$
24130 \end_inset
24131
24132
24133 \end_layout
24134
24135 \end_inset
24136 </cell>
24137 </row>
24138 <row>
24139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143
24144 \backslash
24145 parallel
24146 \end_layout
24147
24148 \end_inset
24149 </cell>
24150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24151 \begin_inset Text
24152
24153 \begin_layout Plain Layout
24154 \begin_inset Formula $\parallel$
24155 \end_inset
24156
24157
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 </row>
24163 <row>
24164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24165 \begin_inset Text
24166
24167 \begin_layout Plain Layout
24168
24169 \backslash
24170 nparallel
24171 \end_layout
24172
24173 \end_inset
24174 </cell>
24175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24176 \begin_inset Text
24177
24178 \begin_layout Plain Layout
24179 \begin_inset Formula $\nparallel$
24180 \end_inset
24181
24182
24183 \end_layout
24184
24185 \end_inset
24186 </cell>
24187 </row>
24188 </lyxtabular>
24189
24190 \end_inset
24191
24192
24193 \begin_inset space \hfill{}
24194 \end_inset
24195
24196
24197 \end_layout
24198
24199 \begin_layout Standard
24200 \begin_inset VSpace medskip
24201 \end_inset
24202
24203
24204 \end_layout
24205
24206 \begin_layout Standard
24207 Los caracteres 
24208 \series bold
24209
24210 \backslash
24211 lhd
24212 \series default
24213  y 
24214 \series bold
24215
24216 \backslash
24217 rhd
24218 \series default
24219  son mayores que los operadores de aspecto similar 
24220 \series bold
24221
24222 \backslash
24223 triangleleft
24224 \series default
24225  y 
24226 \series bold
24227
24228 \backslash
24229 triangleright
24230 \series default
24231 , respectivamente.
24232 \end_layout
24233
24234 \begin_layout Standard
24235 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24236 \end_layout
24237
24238 \begin_layout Standard
24239 Se pueden componer relaciones con etiquetas con el comando 
24240 \series bold
24241
24242 \backslash
24243 stackrel
24244 \series default
24245
24246 \begin_inset Index
24247 status collapsed
24248
24249 \begin_layout Plain Layout
24250 Comandos ! S ! 
24251 \backslash
24252 stackrel
24253 \end_layout
24254
24255 \end_inset
24256
24257 :
24258 \end_layout
24259
24260 \begin_layout Standard
24261 \align center
24262 \begin_inset Tabular
24263 <lyxtabular version="3" rows="2" columns="2">
24264 <features>
24265 <column alignment="center" valignment="top" width="0">
24266 <column alignment="center" valignment="top" width="0">
24267 <row>
24268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24269 \begin_inset Text
24270
24271 \begin_layout Plain Layout
24272 Comando
24273 \end_layout
24274
24275 \end_inset
24276 </cell>
24277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Plain Layout
24281 Resultado
24282 \begin_inset Note Note
24283 status collapsed
24284
24285 \begin_layout Plain Layout
24286
24287 \series bold
24288
24289 \backslash
24290 raisebox
24291 \series default
24292  se usa sólo como espaciador
24293 \end_layout
24294
24295 \end_inset
24296
24297
24298 \end_layout
24299
24300 \end_inset
24301 </cell>
24302 </row>
24303 <row>
24304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308 A(r)
24309 \backslash
24310 stackrel
24311 \begin_inset ERT
24312 status collapsed
24313
24314 \begin_layout Plain Layout
24315
24316
24317 \backslash
24318 spce 
24319 \end_layout
24320
24321 \end_inset
24322
24323 r
24324 \backslash
24325 to
24326 \backslash
24327 infty
24328 \begin_inset ERT
24329 status collapsed
24330
24331 \begin_layout Plain Layout
24332
24333
24334 \backslash
24335 spce 
24336 \end_layout
24337
24338 \end_inset
24339
24340
24341 \begin_inset Formula $\downarrow$
24342 \end_inset
24343
24344
24345 \backslash
24346 approx
24347 \begin_inset ERT
24348 status collapsed
24349
24350 \begin_layout Plain Layout
24351
24352
24353 \backslash
24354 spce 
24355 \end_layout
24356
24357 \end_inset
24358
24359
24360 \begin_inset ERT
24361 status collapsed
24362
24363 \begin_layout Plain Layout
24364
24365
24366 \backslash
24367 spce 
24368 \end_layout
24369
24370 \end_inset
24371
24372 B
24373 \end_layout
24374
24375 \end_inset
24376 </cell>
24377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24378 \begin_inset Text
24379
24380 \begin_layout Plain Layout
24381 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24382 \end_inset
24383
24384
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 </row>
24390 </lyxtabular>
24391
24392 \end_inset
24393
24394
24395 \end_layout
24396
24397 \begin_layout Section
24398 Funciones
24399 \end_layout
24400
24401 \begin_layout Subsection
24402 Funciones predefinidas
24403 \begin_inset CommandInset label
24404 LatexCommand label
24405 name "sub:Funciones-predefinidas"
24406
24407 \end_inset
24408
24409
24410 \begin_inset Index
24411 status collapsed
24412
24413 \begin_layout Plain Layout
24414 Funciones ! predefinidas
24415 \end_layout
24416
24417 \end_inset
24418
24419
24420 \begin_inset Index
24421 status collapsed
24422
24423 \begin_layout Plain Layout
24424 Funciones ! en español
24425 \end_layout
24426
24427 \end_inset
24428
24429
24430 \end_layout
24431
24432 \begin_layout Standard
24433 En general las variables se escriben en 
24434 \emph on
24435 cursiva
24436 \emph default
24437  en expresiones matemáticas, pero no los nombres de las funciones, porque
24438  
24439 \begin_inset Formula $sen$
24440 \end_inset
24441
24442  podría confundirse con 
24443 \begin_inset Formula $s\cdot e\cdot n$
24444 \end_inset
24445
24446 .
24447  Por eso hay funciones predefinidas, que además se separan un poco del factor
24448  precedente.
24449  Se insertan como comandos con una barra inversa  delante de su nombre.
24450 \end_layout
24451
24452 \begin_layout Standard
24453 \align center
24454 \begin_inset Tabular
24455 <lyxtabular version="3" rows="2" columns="4">
24456 <features>
24457 <column alignment="center" valignment="top" width="0pt">
24458 <column alignment="center" valignment="top" width="0pt">
24459 <column alignment="center" valignment="top" width="0pt">
24460 <column alignment="center" valignment="top" width="0pt">
24461 <row>
24462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24463 \begin_inset Text
24464
24465 \begin_layout Plain Layout
24466 Comando
24467 \end_layout
24468
24469 \end_inset
24470 </cell>
24471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24472 \begin_inset Text
24473
24474 \begin_layout Plain Layout
24475 Resultado
24476 \end_layout
24477
24478 \end_inset
24479 </cell>
24480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24481 \begin_inset Text
24482
24483 \begin_layout Plain Layout
24484 Comando
24485 \end_layout
24486
24487 \end_inset
24488 </cell>
24489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24490 \begin_inset Text
24491
24492 \begin_layout Plain Layout
24493 Resultado
24494 \end_layout
24495
24496 \end_inset
24497 </cell>
24498 </row>
24499 <row>
24500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24501 \begin_inset Text
24502
24503 \begin_layout Plain Layout
24504 Asen(x)+B
24505 \end_layout
24506
24507 \end_inset
24508 </cell>
24509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24510 \begin_inset Text
24511
24512 \begin_layout Plain Layout
24513 \begin_inset Formula $Asen(x)+B$
24514 \end_inset
24515
24516
24517 \end_layout
24518
24519 \end_inset
24520 </cell>
24521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24522 \begin_inset Text
24523
24524 \begin_layout Plain Layout
24525 A
24526 \backslash
24527 sen(x)+B
24528 \end_layout
24529
24530 \end_inset
24531 </cell>
24532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24533 \begin_inset Text
24534
24535 \begin_layout Plain Layout
24536 \begin_inset Formula $A\sen(x)+B$
24537 \end_inset
24538
24539
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 </row>
24545 </lyxtabular>
24546
24547 \end_inset
24548
24549
24550 \end_layout
24551
24552 \begin_layout Standard
24553 Las funciones siguientes están predefinidas:
24554 \begin_inset Foot
24555 status collapsed
24556
24557 \begin_layout Plain Layout
24558 Se han añadido los comandos equivalentes suministrados por el estilo 
24559 \series bold
24560 spanish
24561 \series default
24562  de 
24563 \series bold
24564 babel
24565 \series default
24566 , adaptados a las convenciones hispanohablantes.
24567  Además, en su caso, las funciones serán acentuadas automáticamente en la
24568  salida, p.
24569 \begin_inset space \thinspace{}
24570 \end_inset
24571
24572 e.
24573  
24574 \begin_inset Quotes fld
24575 \end_inset
24576
24577 lím
24578 \begin_inset Quotes frd
24579 \end_inset
24580
24581  o 
24582 \begin_inset Quotes fld
24583 \end_inset
24584
24585 máx
24586 \begin_inset Quotes frd
24587 \end_inset
24588
24589 .
24590  Más información en 
24591 \begin_inset CommandInset citation
24592 LatexCommand cite
24593 key "spanish"
24594
24595 \end_inset
24596
24597 .
24598  (
24599 \emph on
24600 N.
24601 \begin_inset space \thinspace{}
24602 \end_inset
24603
24604 del t.
24605 \emph default
24606 )
24607 \end_layout
24608
24609 \end_inset
24610
24611
24612 \end_layout
24613
24614 \begin_layout Standard
24615 \begin_inset VSpace -2mm
24616 \end_inset
24617
24618
24619 \end_layout
24620
24621 \begin_layout Standard
24622 \align center
24623 \begin_inset Tabular
24624 <lyxtabular version="3" rows="9" columns="7">
24625 <features>
24626 <column alignment="center" valignment="top" width="0pt">
24627 <column alignment="center" valignment="top" width="0pt">
24628 <column alignment="center" valignment="top" width="0pt">
24629 <column alignment="center" valignment="top" width="0pt">
24630 <column alignment="center" valignment="top" width="0pt">
24631 <column alignment="center" valignment="top" width="0pt">
24632 <column alignment="center" valignment="top" width="0pt">
24633 <row>
24634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24635 \begin_inset Text
24636
24637 \begin_layout Plain Layout
24638 Comando
24639 \end_layout
24640
24641 \end_inset
24642 </cell>
24643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24644 \begin_inset Text
24645
24646 \begin_layout Plain Layout
24647 español
24648 \end_layout
24649
24650 \end_inset
24651 </cell>
24652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24653 \begin_inset Text
24654
24655 \begin_layout Plain Layout
24656 Comando
24657 \end_layout
24658
24659 \end_inset
24660 </cell>
24661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24662 \begin_inset Text
24663
24664 \begin_layout Plain Layout
24665 español
24666 \end_layout
24667
24668 \end_inset
24669 </cell>
24670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24671 \begin_inset Text
24672
24673 \begin_layout Plain Layout
24674 Comando
24675 \end_layout
24676
24677 \end_inset
24678 </cell>
24679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24680 \begin_inset Text
24681
24682 \begin_layout Plain Layout
24683 español
24684 \end_layout
24685
24686 \end_inset
24687 </cell>
24688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24689 \begin_inset Text
24690
24691 \begin_layout Plain Layout
24692 Comando
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 sin
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
24715 \backslash
24716 sen
24717 \end_layout
24718
24719 \end_inset
24720 </cell>
24721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24722 \begin_inset Text
24723
24724 \begin_layout Plain Layout
24725
24726 \backslash
24727 sinh
24728 \end_layout
24729
24730 \end_inset
24731 </cell>
24732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24733 \begin_inset Text
24734
24735 \begin_layout Plain Layout
24736
24737 \backslash
24738 senh
24739 \end_layout
24740
24741 \end_inset
24742 </cell>
24743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24744 \begin_inset Text
24745
24746 \begin_layout Plain Layout
24747
24748 \backslash
24749 arcsin
24750 \end_layout
24751
24752 \end_inset
24753 </cell>
24754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24755 \begin_inset Text
24756
24757 \begin_layout Plain Layout
24758
24759 \backslash
24760 arcsen
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24766 \begin_inset Text
24767
24768 \begin_layout Plain Layout
24769
24770 \backslash
24771 sup
24772 \end_layout
24773
24774 \end_inset
24775 </cell>
24776 </row>
24777 <row>
24778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24779 \begin_inset Text
24780
24781 \begin_layout Plain Layout
24782
24783 \backslash
24784 cos
24785 \end_layout
24786
24787 \end_inset
24788 </cell>
24789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24790 \begin_inset Text
24791
24792 \begin_layout Plain Layout
24793
24794 \end_layout
24795
24796 \end_inset
24797 </cell>
24798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24799 \begin_inset Text
24800
24801 \begin_layout Plain Layout
24802
24803 \backslash
24804 cosh
24805 \end_layout
24806
24807 \end_inset
24808 </cell>
24809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24810 \begin_inset Text
24811
24812 \begin_layout Plain Layout
24813
24814 \end_layout
24815
24816 \end_inset
24817 </cell>
24818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24819 \begin_inset Text
24820
24821 \begin_layout Plain Layout
24822
24823 \backslash
24824 arccos
24825 \end_layout
24826
24827 \end_inset
24828 </cell>
24829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24830 \begin_inset Text
24831
24832 \begin_layout Plain Layout
24833
24834 \end_layout
24835
24836 \end_inset
24837 </cell>
24838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24839 \begin_inset Text
24840
24841 \begin_layout Plain Layout
24842
24843 \backslash
24844 inf
24845 \end_layout
24846
24847 \end_inset
24848 </cell>
24849 </row>
24850 <row>
24851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24852 \begin_inset Text
24853
24854 \begin_layout Plain Layout
24855
24856 \backslash
24857 tan
24858 \end_layout
24859
24860 \end_inset
24861 </cell>
24862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24863 \begin_inset Text
24864
24865 \begin_layout Plain Layout
24866
24867 \backslash
24868 tg
24869 \end_layout
24870
24871 \end_inset
24872 </cell>
24873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24874 \begin_inset Text
24875
24876 \begin_layout Plain Layout
24877
24878 \backslash
24879 tanh
24880 \end_layout
24881
24882 \end_inset
24883 </cell>
24884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24885 \begin_inset Text
24886
24887 \begin_layout Plain Layout
24888
24889 \backslash
24890 tgh
24891 \end_layout
24892
24893 \end_inset
24894 </cell>
24895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24896 \begin_inset Text
24897
24898 \begin_layout Plain Layout
24899
24900 \backslash
24901 arctan
24902 \end_layout
24903
24904 \end_inset
24905 </cell>
24906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24907 \begin_inset Text
24908
24909 \begin_layout Plain Layout
24910
24911 \backslash
24912 arctg
24913 \end_layout
24914
24915 \end_inset
24916 </cell>
24917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24918 \begin_inset Text
24919
24920 \begin_layout Plain Layout
24921
24922 \backslash
24923 lim
24924 \end_layout
24925
24926 \end_inset
24927 </cell>
24928 </row>
24929 <row>
24930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24931 \begin_inset Text
24932
24933 \begin_layout Plain Layout
24934
24935 \backslash
24936 cot
24937 \end_layout
24938
24939 \end_inset
24940 </cell>
24941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24942 \begin_inset Text
24943
24944 \begin_layout Plain Layout
24945
24946 \backslash
24947 cotg
24948 \end_layout
24949
24950 \end_inset
24951 </cell>
24952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24953 \begin_inset Text
24954
24955 \begin_layout Plain Layout
24956
24957 \backslash
24958 coth
24959 \end_layout
24960
24961 \end_inset
24962 </cell>
24963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24964 \begin_inset Text
24965
24966 \begin_layout Plain Layout
24967
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976
24977 \backslash
24978 arg
24979 \end_layout
24980
24981 \end_inset
24982 </cell>
24983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24984 \begin_inset Text
24985
24986 \begin_layout Plain Layout
24987
24988 \end_layout
24989
24990 \end_inset
24991 </cell>
24992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24993 \begin_inset Text
24994
24995 \begin_layout Plain Layout
24996
24997 \backslash
24998 liminf
24999 \end_layout
25000
25001 \end_inset
25002 </cell>
25003 </row>
25004 <row>
25005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25006 \begin_inset Text
25007
25008 \begin_layout Plain Layout
25009
25010 \backslash
25011 sec
25012 \end_layout
25013
25014 \end_inset
25015 </cell>
25016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25017 \begin_inset Text
25018
25019 \begin_layout Plain Layout
25020
25021 \end_layout
25022
25023 \end_inset
25024 </cell>
25025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25026 \begin_inset Text
25027
25028 \begin_layout Plain Layout
25029
25030 \backslash
25031 min
25032 \end_layout
25033
25034 \end_inset
25035 </cell>
25036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25037 \begin_inset Text
25038
25039 \begin_layout Plain Layout
25040
25041 \end_layout
25042
25043 \end_inset
25044 </cell>
25045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25046 \begin_inset Text
25047
25048 \begin_layout Plain Layout
25049
25050 \backslash
25051 deg
25052 \end_layout
25053
25054 \end_inset
25055 </cell>
25056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25057 \begin_inset Text
25058
25059 \begin_layout Plain Layout
25060
25061 \end_layout
25062
25063 \end_inset
25064 </cell>
25065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25066 \begin_inset Text
25067
25068 \begin_layout Plain Layout
25069
25070 \backslash
25071 limsup
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 </row>
25077 <row>
25078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25079 \begin_inset Text
25080
25081 \begin_layout Plain Layout
25082
25083 \backslash
25084 csc
25085 \end_layout
25086
25087 \end_inset
25088 </cell>
25089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25090 \begin_inset Text
25091
25092 \begin_layout Plain Layout
25093
25094 \backslash
25095 cosec
25096 \end_layout
25097
25098 \end_inset
25099 </cell>
25100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25101 \begin_inset Text
25102
25103 \begin_layout Plain Layout
25104
25105 \backslash
25106 max
25107 \end_layout
25108
25109 \end_inset
25110 </cell>
25111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25112 \begin_inset Text
25113
25114 \begin_layout Plain Layout
25115
25116 \end_layout
25117
25118 \end_inset
25119 </cell>
25120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25121 \begin_inset Text
25122
25123 \begin_layout Plain Layout
25124
25125 \backslash
25126 det
25127 \end_layout
25128
25129 \end_inset
25130 </cell>
25131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25132 \begin_inset Text
25133
25134 \begin_layout Plain Layout
25135
25136 \end_layout
25137
25138 \end_inset
25139 </cell>
25140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144
25145 \backslash
25146 Pr
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 </row>
25152 <row>
25153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25154 \begin_inset Text
25155
25156 \begin_layout Plain Layout
25157
25158 \backslash
25159 ln
25160 \end_layout
25161
25162 \end_inset
25163 </cell>
25164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25174 \begin_inset Text
25175
25176 \begin_layout Plain Layout
25177
25178 \backslash
25179 exp
25180 \end_layout
25181
25182 \end_inset
25183 </cell>
25184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25185 \begin_inset Text
25186
25187 \begin_layout Plain Layout
25188
25189 \end_layout
25190
25191 \end_inset
25192 </cell>
25193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25194 \begin_inset Text
25195
25196 \begin_layout Plain Layout
25197
25198 \backslash
25199 dim
25200 \end_layout
25201
25202 \end_inset
25203 </cell>
25204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25205 \begin_inset Text
25206
25207 \begin_layout Plain Layout
25208
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25214 \begin_inset Text
25215
25216 \begin_layout Plain Layout
25217
25218 \backslash
25219 hom
25220 \end_layout
25221
25222 \end_inset
25223 </cell>
25224 </row>
25225 <row>
25226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25227 \begin_inset Text
25228
25229 \begin_layout Plain Layout
25230
25231 \backslash
25232 lg
25233 \end_layout
25234
25235 \end_inset
25236 </cell>
25237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25238 \begin_inset Text
25239
25240 \begin_layout Plain Layout
25241
25242 \end_layout
25243
25244 \end_inset
25245 </cell>
25246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25247 \begin_inset Text
25248
25249 \begin_layout Plain Layout
25250
25251 \backslash
25252 log
25253 \end_layout
25254
25255 \end_inset
25256 </cell>
25257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25258 \begin_inset Text
25259
25260 \begin_layout Plain Layout
25261
25262 \end_layout
25263
25264 \end_inset
25265 </cell>
25266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270
25271 \backslash
25272 ker
25273 \end_layout
25274
25275 \end_inset
25276 </cell>
25277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25278 \begin_inset Text
25279
25280 \begin_layout Plain Layout
25281
25282 \end_layout
25283
25284 \end_inset
25285 </cell>
25286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25287 \begin_inset Text
25288
25289 \begin_layout Plain Layout
25290
25291 \backslash
25292 gcd
25293 \end_layout
25294
25295 \end_inset
25296 </cell>
25297 </row>
25298 </lyxtabular>
25299
25300 \end_inset
25301
25302
25303 \end_layout
25304
25305 \begin_layout Standard
25306 También se pueden insertar con el botón 
25307 \begin_inset Graphics
25308         filename ../../images/math/functions.png
25309         scale 85
25310
25311 \end_inset
25312
25313  de la barra de ecuaciones.
25314 \end_layout
25315
25316 \begin_layout Subsection
25317 Funciones definidas por el usuario
25318 \begin_inset Index
25319 status collapsed
25320
25321 \begin_layout Plain Layout
25322 Funciones ! personalizadas
25323 \end_layout
25324
25325 \end_inset
25326
25327
25328 \end_layout
25329
25330 \begin_layout Standard
25331 Para usar una función no predefinida, como por ejemplo la función signo,
25332  sgn(x), hay dos posibilidades:
25333 \end_layout
25334
25335 \begin_layout Itemize
25336 Define la función añadiendo al preámbulo LaTeX la línea
25337 \begin_inset Foot
25338 status collapsed
25339
25340 \begin_layout Plain Layout
25341 Más sobre 
25342 \series bold
25343
25344 \backslash
25345 DeclareMathOperator
25346 \series default
25347  en 
25348 \begin_inset CommandInset ref
25349 LatexCommand ref
25350 reference "sub:Operadores-de-usuario"
25351
25352 \end_inset
25353
25354
25355 \end_layout
25356
25357 \end_inset
25358
25359
25360 \begin_inset Newline newline
25361 \end_inset
25362
25363
25364 \begin_inset VSpace -3mm
25365 \end_inset
25366
25367
25368 \begin_inset Newline newline
25369 \end_inset
25370
25371
25372 \series bold
25373
25374 \backslash
25375 DeclareMathOperator{
25376 \backslash
25377 sgn}{sgn}
25378 \series default
25379
25380 \begin_inset Index
25381 status collapsed
25382
25383 \begin_layout Plain Layout
25384 Comandos ! D ! 
25385 \backslash
25386 dbinom@
25387 \backslash
25388 DeclareMathOperator
25389 \end_layout
25390
25391 \end_inset
25392
25393
25394 \begin_inset Newline newline
25395 \end_inset
25396
25397
25398 \begin_inset VSpace -2mm
25399 \end_inset
25400
25401
25402 \begin_inset Newline newline
25403 \end_inset
25404
25405 Ahora la función recién definida se puede obtener con el comando 
25406 \series bold
25407
25408 \backslash
25409 sgn
25410 \series default
25411 .
25412 \end_layout
25413
25414 \begin_layout Itemize
25415 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25416  en nuestro ejemplo las letras 
25417 \emph on
25418 sgn
25419 \emph default
25420 , y cámbialo a texto matemático.
25421  Entre el factor precedente y la función se inserta un espacio.
25422 \end_layout
25423
25424 \begin_layout Standard
25425 El resultado con ambos métodos es el mismo que con una función predefinida:
25426 \begin_inset Foot
25427 status collapsed
25428
25429 \begin_layout Plain Layout
25430 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25431  negro.
25432 \end_layout
25433
25434 \end_inset
25435
25436
25437 \end_layout
25438
25439 \begin_layout Standard
25440 \align center
25441 \begin_inset Tabular
25442 <lyxtabular version="3" rows="3" columns="2">
25443 <features>
25444 <column alignment="center" valignment="top" width="0pt">
25445 <column alignment="center" valignment="top" width="0pt">
25446 <row>
25447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25448 \begin_inset Text
25449
25450 \begin_layout Plain Layout
25451 Comando
25452 \end_layout
25453
25454 \end_inset
25455 </cell>
25456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25457 \begin_inset Text
25458
25459 \begin_layout Plain Layout
25460 Resultado
25461 \end_layout
25462
25463 \end_inset
25464 </cell>
25465 </row>
25466 <row>
25467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25468 \begin_inset Text
25469
25470 \begin_layout Plain Layout
25471 A
25472 \backslash
25473 sgn(x)+B
25474 \end_layout
25475
25476 \end_inset
25477 </cell>
25478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25479 \begin_inset Text
25480
25481 \begin_layout Plain Layout
25482 \begin_inset Formula $A\sgn(x)+B$
25483 \end_inset
25484
25485
25486 \end_layout
25487
25488 \end_inset
25489 </cell>
25490 </row>
25491 <row>
25492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25493 \begin_inset Text
25494
25495 \begin_layout Plain Layout
25496 A
25497 \backslash
25498 ,
25499 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
25500 \end_inset
25501
25502 (x)+B
25503 \end_layout
25504
25505 \end_inset
25506 </cell>
25507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25508 \begin_inset Text
25509
25510 \begin_layout Plain Layout
25511 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25512 \end_inset
25513
25514
25515 \end_layout
25516
25517 \end_inset
25518 </cell>
25519 </row>
25520 </lyxtabular>
25521
25522 \end_inset
25523
25524
25525 \end_layout
25526
25527 \begin_layout Standard
25528 El primer método es preferible si la función se va a usar varias veces.
25529 \end_layout
25530
25531 \begin_layout Subsection
25532 Límites
25533 \begin_inset Index
25534 status collapsed
25535
25536 \begin_layout Plain Layout
25537 Limites@Límites
25538 \end_layout
25539
25540 \end_inset
25541
25542
25543 \end_layout
25544
25545 \begin_layout Standard
25546 Para límites, además de 
25547 \series bold
25548
25549 \backslash
25550 lim
25551 \series default
25552
25553 \begin_inset Index
25554 status collapsed
25555
25556 \begin_layout Plain Layout
25557 Comandos ! L ! 
25558 \backslash
25559 lim
25560 \end_layout
25561
25562 \end_inset
25563
25564
25565 \series bold
25566
25567 \backslash
25568 liminf
25569 \series default
25570  y 
25571 \series bold
25572
25573 \backslash
25574 limsup
25575 \series default
25576  están definidas las siguientes funciones:
25577 \series bold
25578  
25579 \end_layout
25580
25581 \begin_layout Standard
25582 \noindent
25583 \align center
25584 \begin_inset Tabular
25585 <lyxtabular version="3" rows="5" columns="2">
25586 <features>
25587 <column alignment="center" valignment="top" width="0">
25588 <column alignment="center" valignment="top" width="0">
25589 <row>
25590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25591 \begin_inset Text
25592
25593 \begin_layout Plain Layout
25594 Comando
25595 \end_layout
25596
25597 \end_inset
25598 </cell>
25599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25600 \begin_inset Text
25601
25602 \begin_layout Plain Layout
25603 Resultado
25604 \begin_inset Note Note
25605 status collapsed
25606
25607 \begin_layout Plain Layout
25608
25609 \series bold
25610
25611 \backslash
25612 raisebox
25613 \series default
25614  se usa sólo como espaciador
25615 \end_layout
25616
25617 \end_inset
25618
25619
25620 \end_layout
25621
25622 \end_inset
25623 </cell>
25624 </row>
25625 <row>
25626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25627 \begin_inset Text
25628
25629 \begin_layout Plain Layout
25630
25631 \backslash
25632 varliminf
25633 \end_layout
25634
25635 \end_inset
25636 </cell>
25637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25638 \begin_inset Text
25639
25640 \begin_layout Plain Layout
25641 \begin_inset Formula $\varliminf$
25642 \end_inset
25643
25644
25645 \end_layout
25646
25647 \end_inset
25648 </cell>
25649 </row>
25650 <row>
25651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25652 \begin_inset Text
25653
25654 \begin_layout Plain Layout
25655
25656 \backslash
25657 varlimsup
25658 \end_layout
25659
25660 \end_inset
25661 </cell>
25662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25663 \begin_inset Text
25664
25665 \begin_layout Plain Layout
25666 \begin_inset Formula $\varlimsup$
25667 \end_inset
25668
25669
25670 \end_layout
25671
25672 \end_inset
25673 </cell>
25674 </row>
25675 <row>
25676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25677 \begin_inset Text
25678
25679 \begin_layout Plain Layout
25680
25681 \backslash
25682 varprojlim
25683 \end_layout
25684
25685 \end_inset
25686 </cell>
25687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25688 \begin_inset Text
25689
25690 \begin_layout Plain Layout
25691 \begin_inset Formula $\varprojlim$
25692 \end_inset
25693
25694
25695 \end_layout
25696
25697 \end_inset
25698 </cell>
25699 </row>
25700 <row>
25701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25702 \begin_inset Text
25703
25704 \begin_layout Plain Layout
25705
25706 \backslash
25707 varinjlim
25708 \end_layout
25709
25710 \end_inset
25711 </cell>
25712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25713 \begin_inset Text
25714
25715 \begin_layout Plain Layout
25716 \begin_inset Formula $\varinjlim$
25717 \end_inset
25718
25719
25720 \begin_inset Formula $\raisebox{-2.5mm}{}$
25721 \end_inset
25722
25723
25724 \end_layout
25725
25726 \end_inset
25727 </cell>
25728 </row>
25729 </lyxtabular>
25730
25731 \end_inset
25732
25733
25734 \end_layout
25735
25736 \begin_layout Standard
25737 \begin_inset VSpace medskip
25738 \end_inset
25739
25740
25741 \end_layout
25742
25743 \begin_layout Standard
25744 El límite se crea insertando un subíndice.
25745  Se imprime a la derecha junto a la función en una fórmula en línea:
25746 \end_layout
25747
25748 \begin_layout Standard
25749 \noindent
25750 \align center
25751 \begin_inset Tabular
25752 <lyxtabular version="3" rows="2" columns="2">
25753 <features>
25754 <column alignment="center" valignment="top" width="0pt">
25755 <column alignment="center" valignment="top" width="0pt">
25756 <row>
25757 <cell alignment="center" valignment="top" usebox="none">
25758 \begin_inset Text
25759
25760 \begin_layout Plain Layout
25761 Comando
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 <cell alignment="center" valignment="top" usebox="none">
25767 \begin_inset Text
25768
25769 \begin_layout Plain Layout
25770 \begin_inset space \hspace{}
25771 \length 1cm
25772 \end_inset
25773
25774 Resultado
25775 \begin_inset Note Note
25776 status collapsed
25777
25778 \begin_layout Plain Layout
25779
25780 \series bold
25781
25782 \backslash
25783 raisebox
25784 \series default
25785  se usa sólo como espaciador
25786 \end_layout
25787
25788 \end_inset
25789
25790
25791 \end_layout
25792
25793 \end_inset
25794 </cell>
25795 </row>
25796 <row>
25797 <cell alignment="center" valignment="top" usebox="none">
25798 \begin_inset Text
25799
25800 \begin_layout Plain Layout
25801
25802 \backslash
25803 lim_x
25804 \backslash
25805 to
25806 \begin_inset ERT
25807 status collapsed
25808
25809 \begin_layout Plain Layout
25810
25811
25812 \backslash
25813 spce 
25814 \end_layout
25815
25816 \end_inset
25817
25818 A
25819 \begin_inset ERT
25820 status collapsed
25821
25822 \begin_layout Plain Layout
25823
25824
25825 \backslash
25826 spce 
25827 \end_layout
25828
25829 \end_inset
25830
25831 x=B
25832 \end_layout
25833
25834 \end_inset
25835 </cell>
25836 <cell alignment="center" valignment="top" usebox="none">
25837 \begin_inset Text
25838
25839 \begin_layout Plain Layout
25840 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
25841 \end_inset
25842
25843
25844 \end_layout
25845
25846 \end_inset
25847 </cell>
25848 </row>
25849 </lyxtabular>
25850
25851 \end_inset
25852
25853
25854 \end_layout
25855
25856 \begin_layout Standard
25857 En una ecuación presentada el límite se imprime debajo, como es habitual:
25858 \begin_inset Formula \[
25859 \lim\limits _{x\rightarrow A}=B\]
25860
25861 \end_inset
25862
25863
25864 \end_layout
25865
25866 \begin_layout Subsection
25867 Función módulo
25868 \begin_inset Index
25869 status collapsed
25870
25871 \begin_layout Plain Layout
25872 Funciones ! módulo
25873 \end_layout
25874
25875 \end_inset
25876
25877
25878 \end_layout
25879
25880 \begin_layout Standard
25881 La función módulo es especial, porque existe en cuatro variantes.
25882 \end_layout
25883
25884 \begin_layout Standard
25885 En una ecuación presentada:
25886 \begin_inset Formula \begin{align*}
25887 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25888 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25889 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25890 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25891 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25892
25893 \end_inset
25894
25895 En una ecuación en línea se pone menos espacio delante del nombre de la
25896  función para todas las variantes.
25897 \end_layout
25898
25899 \begin_layout Section
25900 Caracteres especiales
25901 \begin_inset Index
25902 status collapsed
25903
25904 \begin_layout Plain Layout
25905 Caracteres especiales
25906 \end_layout
25907
25908 \end_inset
25909
25910
25911 \end_layout
25912
25913 \begin_layout Subsection
25914 Caracteres especiales en texto matemático
25915 \end_layout
25916
25917 \begin_layout Standard
25918 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25919  TeX:
25920 \end_layout
25921
25922 \begin_layout Standard
25923 \begin_inset space \hfill{}
25924 \end_inset
25925
25926
25927 \begin_inset Tabular
25928 <lyxtabular version="3" rows="8" columns="2">
25929 <features>
25930 <column alignment="block" valignment="top" width="0">
25931 <column alignment="block" valignment="top" width="0">
25932 <row>
25933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25934 \begin_inset Text
25935
25936 \begin_layout Plain Layout
25937 Comando
25938 \end_layout
25939
25940 \end_inset
25941 </cell>
25942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25943 \begin_inset Text
25944
25945 \begin_layout Plain Layout
25946 Resultado
25947 \end_layout
25948
25949 \end_inset
25950 </cell>
25951 </row>
25952 <row>
25953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25954 \begin_inset Text
25955
25956 \begin_layout Plain Layout
25957
25958 \backslash
25959 oe
25960 \end_layout
25961
25962 \end_inset
25963 </cell>
25964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25965 \begin_inset Text
25966
25967 \begin_layout Plain Layout
25968 \begin_inset Formula $\textrm{œ}$
25969 \end_inset
25970
25971
25972 \end_layout
25973
25974 \end_inset
25975 </cell>
25976 </row>
25977 <row>
25978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25979 \begin_inset Text
25980
25981 \begin_layout Plain Layout
25982
25983 \backslash
25984 OE
25985 \end_layout
25986
25987 \end_inset
25988 </cell>
25989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25990 \begin_inset Text
25991
25992 \begin_layout Plain Layout
25993 \begin_inset Formula $\textrm{Œ}$
25994 \end_inset
25995
25996
25997 \end_layout
25998
25999 \end_inset
26000 </cell>
26001 </row>
26002 <row>
26003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007
26008 \backslash
26009 ae
26010 \end_layout
26011
26012 \end_inset
26013 </cell>
26014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26015 \begin_inset Text
26016
26017 \begin_layout Plain Layout
26018 \begin_inset Formula $\textrm{æ}$
26019 \end_inset
26020
26021
26022 \end_layout
26023
26024 \end_inset
26025 </cell>
26026 </row>
26027 <row>
26028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26029 \begin_inset Text
26030
26031 \begin_layout Plain Layout
26032
26033 \backslash
26034 AE
26035 \end_layout
26036
26037 \end_inset
26038 </cell>
26039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26040 \begin_inset Text
26041
26042 \begin_layout Plain Layout
26043 \begin_inset Formula $\textrm{Æ}$
26044 \end_inset
26045
26046
26047 \end_layout
26048
26049 \end_inset
26050 </cell>
26051 </row>
26052 <row>
26053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26054 \begin_inset Text
26055
26056 \begin_layout Plain Layout
26057
26058 \backslash
26059 aa
26060 \end_layout
26061
26062 \end_inset
26063 </cell>
26064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26065 \begin_inset Text
26066
26067 \begin_layout Plain Layout
26068 \begin_inset Formula $\textrm{\aa}$
26069 \end_inset
26070
26071
26072 \end_layout
26073
26074 \end_inset
26075 </cell>
26076 </row>
26077 <row>
26078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26079 \begin_inset Text
26080
26081 \begin_layout Plain Layout
26082
26083 \backslash
26084 AA
26085 \begin_inset Index
26086 status collapsed
26087
26088 \begin_layout Plain Layout
26089
26090 \backslash
26091 @
26092 \begin_inset ERT
26093 status collapsed
26094
26095 \begin_layout Plain Layout
26096
26097
26098 \backslash
26099 textrm{
26100 \backslash
26101 AA}
26102 \end_layout
26103
26104 \end_inset
26105
26106
26107 \end_layout
26108
26109 \end_inset
26110
26111
26112 \end_layout
26113
26114 \end_inset
26115 </cell>
26116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26117 \begin_inset Text
26118
26119 \begin_layout Plain Layout
26120 \begin_inset Formula $\textrm{Å}$
26121 \end_inset
26122
26123
26124 \end_layout
26125
26126 \end_inset
26127 </cell>
26128 </row>
26129 <row>
26130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26131 \begin_inset Text
26132
26133 \begin_layout Plain Layout
26134
26135 \backslash
26136 i
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145 \begin_inset Formula $\textrm{ı}$
26146 \end_inset
26147
26148
26149 \end_layout
26150
26151 \end_inset
26152 </cell>
26153 </row>
26154 </lyxtabular>
26155
26156 \end_inset
26157
26158
26159 \begin_inset space \hfill{}
26160 \end_inset
26161
26162
26163 \begin_inset Tabular
26164 <lyxtabular version="3" rows="8" columns="2">
26165 <features>
26166 <column alignment="block" valignment="top" width="0">
26167 <column alignment="center" valignment="top" width="0">
26168 <row>
26169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26170 \begin_inset Text
26171
26172 \begin_layout Plain Layout
26173 Comando
26174 \begin_inset Note Note
26175 status collapsed
26176
26177 \begin_layout Plain Layout
26178
26179 \series bold
26180
26181 \backslash
26182 raisebox
26183 \series default
26184  se usa sólo como espaciador
26185 \end_layout
26186
26187 \end_inset
26188
26189
26190 \end_layout
26191
26192 \end_inset
26193 </cell>
26194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Plain Layout
26198 Resultado
26199 \end_layout
26200
26201 \end_inset
26202 </cell>
26203 </row>
26204 <row>
26205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26206 \begin_inset Text
26207
26208 \begin_layout Plain Layout
26209
26210 \backslash
26211 o
26212 \end_layout
26213
26214 \end_inset
26215 </cell>
26216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26217 \begin_inset Text
26218
26219 \begin_layout Plain Layout
26220 \begin_inset Formula $\textrm{ø}$
26221 \end_inset
26222
26223
26224 \end_layout
26225
26226 \end_inset
26227 </cell>
26228 </row>
26229 <row>
26230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26231 \begin_inset Text
26232
26233 \begin_layout Plain Layout
26234
26235 \backslash
26236 O
26237 \end_layout
26238
26239 \end_inset
26240 </cell>
26241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26242 \begin_inset Text
26243
26244 \begin_layout Plain Layout
26245 \begin_inset Formula $\textrm{Ø}$
26246 \end_inset
26247
26248
26249 \end_layout
26250
26251 \end_inset
26252 </cell>
26253 </row>
26254 <row>
26255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26256 \begin_inset Text
26257
26258 \begin_layout Plain Layout
26259
26260 \backslash
26261 l
26262 \end_layout
26263
26264 \end_inset
26265 </cell>
26266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26267 \begin_inset Text
26268
26269 \begin_layout Plain Layout
26270 \begin_inset Formula $\textrm{ł}$
26271 \end_inset
26272
26273
26274 \end_layout
26275
26276 \end_inset
26277 </cell>
26278 </row>
26279 <row>
26280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26281 \begin_inset Text
26282
26283 \begin_layout Plain Layout
26284
26285 \backslash
26286 L
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 \begin_inset Formula $\textrm{Ł}$
26296 \end_inset
26297
26298
26299 \end_layout
26300
26301 \end_inset
26302 </cell>
26303 </row>
26304 <row>
26305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26306 \begin_inset Text
26307
26308 \begin_layout Plain Layout
26309 !
26310 \begin_inset space \hspace{}
26311 \length 0mm
26312 \end_inset
26313
26314 `
26315 \begin_inset ERT
26316 status collapsed
26317
26318 \begin_layout Plain Layout
26319
26320
26321 \backslash
26322 spce 
26323 \end_layout
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26333 \begin_inset Text
26334
26335 \begin_layout Plain Layout
26336 \begin_inset Formula $\textrm{!`}$
26337 \end_inset
26338
26339
26340 \end_layout
26341
26342 \end_inset
26343 </cell>
26344 </row>
26345 <row>
26346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26347 \begin_inset Text
26348
26349 \begin_layout Plain Layout
26350 ?
26351 \begin_inset space \hspace{}
26352 \length 0mm
26353 \end_inset
26354
26355 `
26356 \begin_inset ERT
26357 status collapsed
26358
26359 \begin_layout Plain Layout
26360
26361
26362 \backslash
26363 spce 
26364 \end_layout
26365
26366 \end_inset
26367
26368
26369 \end_layout
26370
26371 \end_inset
26372 </cell>
26373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26374 \begin_inset Text
26375
26376 \begin_layout Plain Layout
26377 \begin_inset Formula $\textrm{?`}$
26378 \end_inset
26379
26380
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 </row>
26386 <row>
26387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26388 \begin_inset Text
26389
26390 \begin_layout Plain Layout
26391
26392 \backslash
26393 j
26394 \end_layout
26395
26396 \end_inset
26397 </cell>
26398 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26399 \begin_inset Text
26400
26401 \begin_layout Plain Layout
26402 \begin_inset Formula $\textrm{ȷ}$
26403 \end_inset
26404
26405
26406 \end_layout
26407
26408 \end_inset
26409 </cell>
26410 </row>
26411 </lyxtabular>
26412
26413 \end_inset
26414
26415
26416 \begin_inset space \hfill{}
26417 \end_inset
26418
26419
26420 \end_layout
26421
26422 \begin_layout Standard
26423 Los caracteres 
26424 \begin_inset Formula $\textrm{\textrm{Å}}$
26425 \end_inset
26426
26427  y 
26428 \begin_inset Formula $\textrm{\textrm{Ø}}$
26429 \end_inset
26430
26431  también se pueden insertar mediante el botón 
26432 \begin_inset Graphics
26433         filename ../../images/math/digamma.png
26434         scale 85
26435
26436 \end_inset
26437
26438  de la barra de ecuaciones.
26439 \end_layout
26440
26441 \begin_layout Standard
26442 Los comandos 
26443 \series bold
26444 !
26445 \begin_inset space \hspace{}
26446 \length 0mm
26447 \end_inset
26448
26449 `
26450 \series default
26451  y 
26452 \series bold
26453 ?
26454 \begin_inset space \hspace{}
26455 \length 0mm
26456 \end_inset
26457
26458 `
26459 \series default
26460  son una excepción porque se pueden insertar directamente a texto en LyX.
26461  
26462 \end_layout
26463
26464 \begin_layout Subsection
26465 Acentos en texto
26466 \begin_inset CommandInset label
26467 LatexCommand label
26468 name "sub:Acentos-en-texto"
26469
26470 \end_inset
26471
26472
26473 \begin_inset Index
26474 status collapsed
26475
26476 \begin_layout Plain Layout
26477 Acentos ! en texto
26478 \end_layout
26479
26480 \end_inset
26481
26482
26483 \end_layout
26484
26485 \begin_layout Standard
26486 Con los siguientes comandos se pueden acentuar todas las letras.
26487  Los comandos deben ponerse en modo TeX.
26488 \end_layout
26489
26490 \begin_layout Standard
26491 \begin_inset space \hfill{}
26492 \end_inset
26493
26494
26495 \begin_inset Tabular
26496 <lyxtabular version="3" rows="8" columns="2">
26497 <features>
26498 <column alignment="block" valignment="top" width="0">
26499 <column alignment="block" valignment="top" width="0">
26500 <row>
26501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26502 \begin_inset Text
26503
26504 \begin_layout Plain Layout
26505 Comando
26506 \end_layout
26507
26508 \end_inset
26509 </cell>
26510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26511 \begin_inset Text
26512
26513 \begin_layout Plain Layout
26514 Resultado
26515 \end_layout
26516
26517 \end_inset
26518 </cell>
26519 </row>
26520 <row>
26521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26522 \begin_inset Text
26523
26524 \begin_layout Plain Layout
26525
26526 \backslash
26527
26528 \begin_inset Quotes grd
26529 \end_inset
26530
26531 e
26532 \end_layout
26533
26534 \end_inset
26535 </cell>
26536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26537 \begin_inset Text
26538
26539 \begin_layout Plain Layout
26540 \begin_inset ERT
26541 status collapsed
26542
26543 \begin_layout Plain Layout
26544
26545
26546 \backslash
26547 "e
26548 \end_layout
26549
26550 \end_inset
26551
26552
26553 \end_layout
26554
26555 \end_inset
26556 </cell>
26557 </row>
26558 <row>
26559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26560 \begin_inset Text
26561
26562 \begin_layout Plain Layout
26563
26564 \backslash
26565 `e
26566 \end_layout
26567
26568 \end_inset
26569 </cell>
26570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26571 \begin_inset Text
26572
26573 \begin_layout Plain Layout
26574 \begin_inset ERT
26575 status collapsed
26576
26577 \begin_layout Plain Layout
26578
26579
26580 \backslash
26581 `e
26582 \end_layout
26583
26584 \end_inset
26585
26586
26587 \end_layout
26588
26589 \end_inset
26590 </cell>
26591 </row>
26592 <row>
26593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26594 \begin_inset Text
26595
26596 \begin_layout Plain Layout
26597
26598 \backslash
26599 ^
26600 \begin_inset ERT
26601 status collapsed
26602
26603 \begin_layout Plain Layout
26604
26605
26606 \backslash
26607 spce 
26608 \end_layout
26609
26610 \end_inset
26611
26612 e
26613 \end_layout
26614
26615 \end_inset
26616 </cell>
26617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26618 \begin_inset Text
26619
26620 \begin_layout Plain Layout
26621 \begin_inset ERT
26622 status collapsed
26623
26624 \begin_layout Plain Layout
26625
26626
26627 \backslash
26628 ^e
26629 \end_layout
26630
26631 \end_inset
26632
26633
26634 \end_layout
26635
26636 \end_inset
26637 </cell>
26638 </row>
26639 <row>
26640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26641 \begin_inset Text
26642
26643 \begin_layout Plain Layout
26644
26645 \backslash
26646 =e
26647 \end_layout
26648
26649 \end_inset
26650 </cell>
26651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26652 \begin_inset Text
26653
26654 \begin_layout Plain Layout
26655 \begin_inset ERT
26656 status collapsed
26657
26658 \begin_layout Plain Layout
26659
26660
26661 \backslash
26662 =e
26663 \end_layout
26664
26665 \end_inset
26666
26667
26668 \end_layout
26669
26670 \end_inset
26671 </cell>
26672 </row>
26673 <row>
26674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26675 \begin_inset Text
26676
26677 \begin_layout Plain Layout
26678
26679 \backslash
26680 u
26681 \begin_inset ERT
26682 status collapsed
26683
26684 \begin_layout Plain Layout
26685
26686
26687 \backslash
26688 spce 
26689 \end_layout
26690
26691 \end_inset
26692
26693 e
26694 \end_layout
26695
26696 \end_inset
26697 </cell>
26698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26699 \begin_inset Text
26700
26701 \begin_layout Plain Layout
26702 \begin_inset ERT
26703 status collapsed
26704
26705 \begin_layout Plain Layout
26706
26707
26708 \backslash
26709 u e
26710 \end_layout
26711
26712 \end_inset
26713
26714
26715 \end_layout
26716
26717 \end_inset
26718 </cell>
26719 </row>
26720 <row>
26721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26722 \begin_inset Text
26723
26724 \begin_layout Plain Layout
26725
26726 \backslash
26727 b
26728 \begin_inset ERT
26729 status collapsed
26730
26731 \begin_layout Plain Layout
26732
26733
26734 \backslash
26735 spce 
26736 \end_layout
26737
26738 \end_inset
26739
26740 e
26741 \end_layout
26742
26743 \end_inset
26744 </cell>
26745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26746 \begin_inset Text
26747
26748 \begin_layout Plain Layout
26749 \begin_inset ERT
26750 status collapsed
26751
26752 \begin_layout Plain Layout
26753
26754
26755 \backslash
26756 b e
26757 \end_layout
26758
26759 \end_inset
26760
26761
26762 \end_layout
26763
26764 \end_inset
26765 </cell>
26766 </row>
26767 <row>
26768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26769 \begin_inset Text
26770
26771 \begin_layout Plain Layout
26772
26773 \backslash
26774 t
26775 \begin_inset ERT
26776 status collapsed
26777
26778 \begin_layout Plain Layout
26779
26780
26781 \backslash
26782 spce 
26783 \end_layout
26784
26785 \end_inset
26786
26787 ee
26788 \end_layout
26789
26790 \end_inset
26791 </cell>
26792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26793 \begin_inset Text
26794
26795 \begin_layout Plain Layout
26796 \begin_inset ERT
26797 status collapsed
26798
26799 \begin_layout Plain Layout
26800
26801
26802 \backslash
26803 t ee
26804 \end_layout
26805
26806 \end_inset
26807
26808
26809 \end_layout
26810
26811 \end_inset
26812 </cell>
26813 </row>
26814 </lyxtabular>
26815
26816 \end_inset
26817
26818
26819 \begin_inset space \hfill{}
26820 \end_inset
26821
26822
26823 \begin_inset Tabular
26824 <lyxtabular version="3" rows="8" columns="2">
26825 <features>
26826 <column alignment="block" valignment="top" width="0">
26827 <column alignment="center" valignment="top" width="0">
26828 <row>
26829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26830 \begin_inset Text
26831
26832 \begin_layout Plain Layout
26833 Comando
26834 \end_layout
26835
26836 \end_inset
26837 </cell>
26838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26839 \begin_inset Text
26840
26841 \begin_layout Plain Layout
26842 Resultado
26843 \end_layout
26844
26845 \end_inset
26846 </cell>
26847 </row>
26848 <row>
26849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26850 \begin_inset Text
26851
26852 \begin_layout Plain Layout
26853
26854 \backslash
26855 H
26856 \begin_inset ERT
26857 status collapsed
26858
26859 \begin_layout Plain Layout
26860
26861
26862 \backslash
26863 spce 
26864 \end_layout
26865
26866 \end_inset
26867
26868 e
26869 \end_layout
26870
26871 \end_inset
26872 </cell>
26873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26874 \begin_inset Text
26875
26876 \begin_layout Plain Layout
26877 \begin_inset ERT
26878 status collapsed
26879
26880 \begin_layout Plain Layout
26881
26882
26883 \backslash
26884 H e
26885 \end_layout
26886
26887 \end_inset
26888
26889
26890 \end_layout
26891
26892 \end_inset
26893 </cell>
26894 </row>
26895 <row>
26896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26897 \begin_inset Text
26898
26899 \begin_layout Plain Layout
26900
26901 \backslash
26902 'e
26903 \end_layout
26904
26905 \end_inset
26906 </cell>
26907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26908 \begin_inset Text
26909
26910 \begin_layout Plain Layout
26911 \begin_inset ERT
26912 status collapsed
26913
26914 \begin_layout Plain Layout
26915
26916
26917 \backslash
26918 'e
26919 \end_layout
26920
26921 \end_inset
26922
26923
26924 \end_layout
26925
26926 \end_inset
26927 </cell>
26928 </row>
26929 <row>
26930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26931 \begin_inset Text
26932
26933 \begin_layout Plain Layout
26934
26935 \backslash
26936 ~e
26937 \begin_inset Index
26938 status collapsed
26939
26940 \begin_layout Plain Layout
26941 Tilde
26942 \end_layout
26943
26944 \end_inset
26945
26946
26947 \end_layout
26948
26949 \end_inset
26950 </cell>
26951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26952 \begin_inset Text
26953
26954 \begin_layout Plain Layout
26955 \begin_inset ERT
26956 status collapsed
26957
26958 \begin_layout Plain Layout
26959
26960
26961 \backslash
26962 ~e
26963 \end_layout
26964
26965 \end_inset
26966
26967
26968 \end_layout
26969
26970 \end_inset
26971 </cell>
26972 </row>
26973 <row>
26974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26975 \begin_inset Text
26976
26977 \begin_layout Plain Layout
26978
26979 \backslash
26980 .e
26981 \end_layout
26982
26983 \end_inset
26984 </cell>
26985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26986 \begin_inset Text
26987
26988 \begin_layout Plain Layout
26989 \begin_inset ERT
26990 status collapsed
26991
26992 \begin_layout Plain Layout
26993
26994
26995 \backslash
26996 .e
26997 \end_layout
26998
26999 \end_inset
27000
27001
27002 \end_layout
27003
27004 \end_inset
27005 </cell>
27006 </row>
27007 <row>
27008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27009 \begin_inset Text
27010
27011 \begin_layout Plain Layout
27012
27013 \backslash
27014 v
27015 \begin_inset ERT
27016 status collapsed
27017
27018 \begin_layout Plain Layout
27019
27020
27021 \backslash
27022 spce 
27023 \end_layout
27024
27025 \end_inset
27026
27027 e
27028 \end_layout
27029
27030 \end_inset
27031 </cell>
27032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27033 \begin_inset Text
27034
27035 \begin_layout Plain Layout
27036 \begin_inset ERT
27037 status collapsed
27038
27039 \begin_layout Plain Layout
27040
27041
27042 \backslash
27043 v e
27044 \end_layout
27045
27046 \end_inset
27047
27048
27049 \end_layout
27050
27051 \end_inset
27052 </cell>
27053 </row>
27054 <row>
27055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27056 \begin_inset Text
27057
27058 \begin_layout Plain Layout
27059
27060 \backslash
27061 d
27062 \begin_inset ERT
27063 status collapsed
27064
27065 \begin_layout Plain Layout
27066
27067
27068 \backslash
27069 spce 
27070 \end_layout
27071
27072 \end_inset
27073
27074 e
27075 \end_layout
27076
27077 \end_inset
27078 </cell>
27079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27080 \begin_inset Text
27081
27082 \begin_layout Plain Layout
27083 \begin_inset ERT
27084 status collapsed
27085
27086 \begin_layout Plain Layout
27087
27088
27089 \backslash
27090 d e
27091 \end_layout
27092
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \end_inset
27099 </cell>
27100 </row>
27101 <row>
27102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27103 \begin_inset Text
27104
27105 \begin_layout Plain Layout
27106
27107 \backslash
27108 c
27109 \begin_inset ERT
27110 status collapsed
27111
27112 \begin_layout Plain Layout
27113
27114
27115 \backslash
27116 spce 
27117 \end_layout
27118
27119 \end_inset
27120
27121 e
27122 \end_layout
27123
27124 \end_inset
27125 </cell>
27126 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27127 \begin_inset Text
27128
27129 \begin_layout Plain Layout
27130 \begin_inset ERT
27131 status collapsed
27132
27133 \begin_layout Plain Layout
27134
27135
27136 \backslash
27137 c e
27138 \end_layout
27139
27140 \end_inset
27141
27142
27143 \end_layout
27144
27145 \end_inset
27146 </cell>
27147 </row>
27148 </lyxtabular>
27149
27150 \end_inset
27151
27152
27153 \begin_inset space \hfill{}
27154 \end_inset
27155
27156
27157 \end_layout
27158
27159 \begin_layout Standard
27160 \begin_inset VSpace medskip
27161 \end_inset
27162
27163
27164 \end_layout
27165
27166 \begin_layout Standard
27167 Con el comando 
27168 \series bold
27169
27170 \backslash
27171 t
27172 \series default
27173  también se pueden acentuar dos caracteres distintos.
27174  El comando 
27175 \series bold
27176
27177 \backslash
27178 t
27179 \begin_inset ERT
27180 status collapsed
27181
27182 \begin_layout Plain Layout
27183
27184
27185 \backslash
27186 spce 
27187 \end_layout
27188
27189 \end_inset
27190
27191 sz
27192 \series default
27193  genera 
27194 \begin_inset ERT
27195 status collapsed
27196
27197 \begin_layout Plain Layout
27198
27199
27200 \backslash
27201 t sz
27202 \end_layout
27203
27204 \end_inset
27205
27206
27207 \end_layout
27208
27209 \begin_layout Standard
27210 Los acentos 
27211 \series bold
27212 `
27213 \series default
27214  , 
27215 \series bold
27216 '
27217 \series default
27218  y 
27219 \series bold
27220 ^
27221 \series default
27222  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27223  TeX.
27224  Lo mismo se aplica a la tilde
27225 \begin_inset Foot
27226 status collapsed
27227
27228 \begin_layout Plain Layout
27229 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27230 \end_layout
27231
27232 \end_inset
27233
27234  con 
27235 \emph on
27236 a
27237 \emph default
27238
27239 \emph on
27240 o
27241 \emph default
27242  y 
27243 \emph on
27244 n.
27245 \end_layout
27246
27247 \begin_layout Standard
27248 Los comandos 
27249 \series bold
27250
27251 \backslash
27252 b
27253 \series default
27254  , 
27255 \series bold
27256
27257 \backslash
27258 c
27259 \series default
27260  , 
27261 \series bold
27262
27263 \backslash
27264 d
27265 \series default
27266  , 
27267 \series bold
27268
27269 \backslash
27270 H
27271 \series default
27272  , 
27273 \series bold
27274
27275 \backslash
27276 t
27277 \series default
27278  , 
27279 \series bold
27280
27281 \backslash
27282 u
27283 \series default
27284  , 
27285 \series bold
27286
27287 \backslash
27288 v
27289 \series default
27290 , y acentos insertados directamente con el teclado también están disponibles
27291  en texto matemático.
27292  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27293  
27294 \begin_inset CommandInset ref
27295 LatexCommand ref
27296 reference "sub:Acentos-para-un"
27297
27298 \end_inset
27299
27300 .
27301 \end_layout
27302
27303 \begin_layout Standard
27304 \begin_inset VSpace bigskip
27305 \end_inset
27306
27307
27308 \end_layout
27309
27310 \begin_layout Standard
27311 Además, con el comando 
27312 \series bold
27313
27314 \backslash
27315 textcircled
27316 \series default
27317
27318 \begin_inset Index
27319 status collapsed
27320
27321 \begin_layout Plain Layout
27322 Comandos ! T ! 
27323 \backslash
27324 textcircled
27325 \end_layout
27326
27327 \end_inset
27328
27329  se pueden insertar en un círculo todos los números y letras, de forma parecida
27330  al símbolo copyright.
27331 \end_layout
27332
27333 \begin_layout Standard
27334 \noindent
27335 \align center
27336 \begin_inset Tabular
27337 <lyxtabular version="3" rows="3" columns="2">
27338 <features>
27339 <column alignment="center" valignment="top" width="0">
27340 <column alignment="center" valignment="top" width="0">
27341 <row>
27342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27343 \begin_inset Text
27344
27345 \begin_layout Plain Layout
27346 Comando
27347 \end_layout
27348
27349 \end_inset
27350 </cell>
27351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27352 \begin_inset Text
27353
27354 \begin_layout Plain Layout
27355 Resultado
27356 \begin_inset Note Note
27357 status collapsed
27358
27359 \begin_layout Plain Layout
27360
27361 \series bold
27362
27363 \backslash
27364 raisebox
27365 \series default
27366  se usa sólo como espaciador
27367 \end_layout
27368
27369 \end_inset
27370
27371
27372 \end_layout
27373
27374 \end_inset
27375 </cell>
27376 </row>
27377 <row>
27378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27379 \begin_inset Text
27380
27381 \begin_layout Plain Layout
27382
27383 \backslash
27384 textcircled{w}
27385 \end_layout
27386
27387 \end_inset
27388 </cell>
27389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27390 \begin_inset Text
27391
27392 \begin_layout Plain Layout
27393 \begin_inset ERT
27394 status collapsed
27395
27396 \begin_layout Plain Layout
27397
27398
27399 \backslash
27400 textcircled{w}
27401 \end_layout
27402
27403 \end_inset
27404
27405
27406 \end_layout
27407
27408 \end_inset
27409 </cell>
27410 </row>
27411 <row>
27412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27413 \begin_inset Text
27414
27415 \begin_layout Plain Layout
27416
27417 \backslash
27418 Large 
27419 \backslash
27420 textcircled{
27421 \backslash
27422 normalsize
27423 \backslash
27424 protect
27425 \backslash
27426 raisebox{-1.5pt}{W}}
27427 \end_layout
27428
27429 \end_inset
27430 </cell>
27431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27432 \begin_inset Text
27433
27434 \begin_layout Plain Layout
27435 \begin_inset Formula $\raisebox{4.5mm}{}$
27436 \end_inset
27437
27438
27439 \begin_inset ERT
27440 status collapsed
27441
27442 \begin_layout Plain Layout
27443
27444
27445 \backslash
27446 Large 
27447 \backslash
27448 textcircled{
27449 \backslash
27450 normalsize
27451 \backslash
27452 protect
27453 \backslash
27454 raisebox{-1.5pt}W}
27455 \end_layout
27456
27457 \end_inset
27458
27459
27460 \begin_inset Formula $\raisebox{-2mm}{}$
27461 \end_inset
27462
27463
27464 \end_layout
27465
27466 \end_inset
27467 </cell>
27468 </row>
27469 </lyxtabular>
27470
27471 \end_inset
27472
27473
27474 \end_layout
27475
27476 \begin_layout Standard
27477 Hay que tener cuidado que el carácter se ajuste al círculo.
27478  Por eso 
27479 \series bold
27480
27481 \backslash
27482 Large
27483 \begin_inset Foot
27484 status collapsed
27485
27486 \begin_layout Plain Layout
27487 véase 
27488 \begin_inset CommandInset ref
27489 LatexCommand ref
27490 reference "sub:Tamaños-de-fuentes"
27491
27492 \end_inset
27493
27494
27495 \end_layout
27496
27497 \end_inset
27498
27499
27500 \series default
27501  especifica el tamaño del círculo.
27502  Con ayuda de 
27503 \series bold
27504
27505 \backslash
27506 raisebox
27507 \begin_inset Foot
27508 status collapsed
27509
27510 \begin_layout Plain Layout
27511 véase 
27512 \begin_inset CommandInset ref
27513 LatexCommand ref
27514 reference "sub:Cuadros-sin-marco"
27515
27516 \end_inset
27517
27518
27519 \end_layout
27520
27521 \end_inset
27522
27523
27524 \series default
27525  se puede centrar el carácter.
27526 \end_layout
27527
27528 \begin_layout Subsection
27529 Números en estilo antiguo
27530 \begin_inset Index
27531 status collapsed
27532
27533 \begin_layout Plain Layout
27534 Numeros@Números ! en estilo antiguo
27535 \end_layout
27536
27537 \end_inset
27538
27539
27540 \end_layout
27541
27542 \begin_layout Standard
27543 Los números en estilo antiguo o elzevirianos se componen con el comando
27544  
27545 \series bold
27546
27547 \backslash
27548 oldstylenums
27549 \series default
27550
27551 \begin_inset Index
27552 status collapsed
27553
27554 \begin_layout Plain Layout
27555 Comandos ! O ! 
27556 \backslash
27557 oldstylenums
27558 \end_layout
27559
27560 \end_inset
27561
27562 .
27563  El comando se puede usar en ecuaciones y en modo TeX.
27564  Su esquema es:
27565 \end_layout
27566
27567 \begin_layout Standard
27568
27569 \series bold
27570
27571 \backslash
27572 oldstylenums{número}
27573 \end_layout
27574
27575 \begin_layout Standard
27576 El comando 
27577 \series bold
27578
27579 \backslash
27580 oldstylenums{0123456789}
27581 \series default
27582  genera: 
27583 \begin_inset Formula $\oldstylenums{0123456789}$
27584 \end_inset
27585
27586
27587 \end_layout
27588
27589 \begin_layout Subsection
27590 Caracteres especiales misceláneos
27591 \begin_inset CommandInset label
27592 LatexCommand label
27593 name "sub:Caracteres-especiales-misceláneos"
27594
27595 \end_inset
27596
27597
27598 \begin_inset Index
27599 status collapsed
27600
27601 \begin_layout Plain Layout
27602 Caracteres especiales ! misceláneos
27603 \end_layout
27604
27605 \end_inset
27606
27607
27608 \end_layout
27609
27610 \begin_layout Standard
27611 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
27612  comandos:
27613 \end_layout
27614
27615 \begin_layout Standard
27616 \noindent
27617 \align center
27618 \begin_inset Tabular
27619 <lyxtabular version="3" rows="4" columns="2">
27620 <features>
27621 <column alignment="center" valignment="top" width="0">
27622 <column alignment="center" valignment="top" width="0">
27623 <row>
27624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27625 \begin_inset Text
27626
27627 \begin_layout Plain Layout
27628 Comando
27629 \end_layout
27630
27631 \end_inset
27632 </cell>
27633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27634 \begin_inset Text
27635
27636 \begin_layout Plain Layout
27637 Resultado
27638 \end_layout
27639
27640 \end_inset
27641 </cell>
27642 </row>
27643 <row>
27644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27645 \begin_inset Text
27646
27647 \begin_layout Plain Layout
27648
27649 \backslash
27650 ^
27651 \begin_inset ERT
27652 status collapsed
27653
27654 \begin_layout Plain Layout
27655
27656
27657 \backslash
27658 spce 
27659 \end_layout
27660
27661 \end_inset
27662
27663
27664 \end_layout
27665
27666 \end_inset
27667 </cell>
27668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27669 \begin_inset Text
27670
27671 \begin_layout Plain Layout
27672 \begin_inset Formula $\mathcircumflex$
27673 \end_inset
27674
27675
27676 \end_layout
27677
27678 \end_inset
27679 </cell>
27680 </row>
27681 <row>
27682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27683 \begin_inset Text
27684
27685 \begin_layout Plain Layout
27686
27687 \backslash
27688 _
27689 \end_layout
27690
27691 \end_inset
27692 </cell>
27693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27694 \begin_inset Text
27695
27696 \begin_layout Plain Layout
27697 \begin_inset Formula $\_$
27698 \end_inset
27699
27700
27701 \end_layout
27702
27703 \end_inset
27704 </cell>
27705 </row>
27706 <row>
27707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27708 \begin_inset Text
27709
27710 \begin_layout Plain Layout
27711 ^
27712 \begin_inset ERT
27713 status collapsed
27714
27715 \begin_layout Plain Layout
27716
27717
27718 \backslash
27719 spce 
27720 \end_layout
27721
27722 \end_inset
27723
27724
27725 \backslash
27726 circ
27727 \begin_inset Index
27728 status collapsed
27729
27730 \begin_layout Plain Layout
27731
27732 \backslash
27733
27734 \end_layout
27735
27736 \end_inset
27737
27738
27739 \end_layout
27740
27741 \end_inset
27742 </cell>
27743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27744 \begin_inset Text
27745
27746 \begin_layout Plain Layout
27747 \begin_inset Formula $^{\circ}$
27748 \end_inset
27749
27750
27751 \end_layout
27752
27753 \end_inset
27754 </cell>
27755 </row>
27756 </lyxtabular>
27757
27758 \end_inset
27759
27760
27761 \end_layout
27762
27763 \begin_layout Standard
27764 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
27765  LaTeX contiene la línea:
27766 \begin_inset Foot
27767 status collapsed
27768
27769 \begin_layout Plain Layout
27770 Más sobre este asunto en 
27771 \begin_inset CommandInset ref
27772 LatexCommand ref
27773 reference "sub:Caracteres-de-texto"
27774
27775 \end_inset
27776
27777
27778 \end_layout
27779
27780 \end_inset
27781
27782  
27783 \end_layout
27784
27785 \begin_layout Standard
27786
27787 \series bold
27788
27789 \backslash
27790 DeclareInputtext{176}{
27791 \backslash
27792 ifmmode^
27793 \backslash
27794 circ
27795 \backslash
27796 else
27797 \backslash
27798 textdegree
27799 \backslash
27800 fi}
27801 \end_layout
27802
27803 \begin_layout Section
27804 Estilos de ecuación
27805 \begin_inset CommandInset label
27806 LatexCommand label
27807 name "sec:Estilos-de-ecuación"
27808
27809 \end_inset
27810
27811
27812 \begin_inset Index
27813 status collapsed
27814
27815 \begin_layout Plain Layout
27816 Ecuación ! estilos de
27817 \end_layout
27818
27819 \end_inset
27820
27821
27822 \end_layout
27823
27824 \begin_layout Itemize
27825 Hay dos estilos diferentes de alineación:
27826 \end_layout
27827
27828 \begin_deeper
27829 \begin_layout Description
27830 Centrado es el estándar predefinido
27831 \end_layout
27832
27833 \begin_layout Description
27834 Sangrado para este estilo debe insertarse la opción de clase 
27835 \series bold
27836 fleqn
27837 \series default
27838  en el menú 
27839 \family sans
27840 Documento\SpecialChar \menuseparator
27841 Configuración
27842 \family default
27843  bajo 
27844 \family sans
27845 Clase de documento
27846 \end_layout
27847
27848 \begin_layout Standard
27849 Cuando se usa 
27850 \series bold
27851 Sangrado
27852 \series default
27853 , éste se puede ajustar con la longitud 
27854 \series bold
27855
27856 \backslash
27857 mathindent
27858 \series default
27859
27860 \begin_inset Index
27861 status collapsed
27862
27863 \begin_layout Plain Layout
27864 Comandos ! M ! 
27865 \backslash
27866 mathindent
27867 \end_layout
27868
27869 \end_inset
27870
27871 .
27872  Para 15
27873 \begin_inset space \thinspace{}
27874 \end_inset
27875
27876 mm, p.
27877 \begin_inset space \thinspace{}
27878 \end_inset
27879
27880 e., se inserta esta línea de comando en el preámbulo LaTeX:
27881 \end_layout
27882
27883 \begin_layout Standard
27884
27885 \series bold
27886
27887 \backslash
27888 setlength{
27889 \backslash
27890 mathindent}{15mm}
27891 \end_layout
27892
27893 \begin_layout Standard
27894 Si no se especifica longitud se usa el valor predeterminado de 30
27895 \begin_inset space \thinspace{}
27896 \end_inset
27897
27898 pt.
27899 \end_layout
27900
27901 \end_deeper
27902 \begin_layout Itemize
27903 Y dos estilos diferentes de numeración:
27904 \end_layout
27905
27906 \begin_deeper
27907 \begin_layout Description
27908 Derecha es el estándar predefinido
27909 \end_layout
27910
27911 \begin_layout Description
27912 Izquierda para este estilo debe insertarse la opción de clase 
27913 \series bold
27914 leqno
27915 \series default
27916  en el menú 
27917 \family sans
27918 Documento\SpecialChar \menuseparator
27919 Configuración
27920 \family default
27921  bajo 
27922 \family sans
27923 Clase de documento
27924 \end_layout
27925
27926 \end_deeper
27927 \begin_layout Standard
27928
27929 \series bold
27930 fleqn
27931 \series default
27932  y 
27933 \series bold
27934 leqno
27935 \series default
27936  también se pueden usar juntos.
27937  En ese caso se insertan ambas opciones, separadas por una coma.
27938 \end_layout
27939
27940 \begin_layout Standard
27941 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
27942  documento.
27943  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27944  estilo 
27945 \series bold
27946 Centrado
27947 \series default
27948  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27949 \begin_inset CommandInset ref
27950 LatexCommand ref
27951 reference "sub:Entorno-flalign"
27952
27953 \end_inset
27954
27955 .
27956 \end_layout
27957
27958 \begin_layout Section
27959 Ecuaciones multilínea
27960 \begin_inset CommandInset label
27961 LatexCommand label
27962 name "sec:Ecuaciones-multilínea"
27963
27964 \end_inset
27965
27966
27967 \begin_inset Index
27968 status collapsed
27969
27970 \begin_layout Plain Layout
27971 Ecuación ! multilínea
27972 \end_layout
27973
27974 \end_inset
27975
27976
27977 \end_layout
27978
27979 \begin_layout Subsection
27980 General
27981 \end_layout
27982
27983 \begin_layout Standard
27984 En LyX se generan nuevas líneas en una ecuación con 
27985 \family sans
27986 \series bold
27987 Ctrl+Retorno
27988 \family default
27989 \series default
27990 .
27991  Esto crea un 
27992 \series bold
27993 entorno eqnarray
27994 \series default
27995 , que se describe en
27996 \begin_inset space ~
27997 \end_inset
27998
27999
28000 \begin_inset CommandInset ref
28001 LatexCommand ref
28002 reference "sub:Entorno-eqnarray"
28003
28004 \end_inset
28005
28006  o, si se ha marcado la opción 
28007 \family sans
28008 Usar
28009 \begin_inset space ~
28010 \end_inset
28011
28012 el
28013 \begin_inset space ~
28014 \end_inset
28015
28016 paquete
28017 \begin_inset space ~
28018 \end_inset
28019
28020 de
28021 \begin_inset space ~
28022 \end_inset
28023
28024 ecuaciones
28025 \begin_inset space ~
28026 \end_inset
28027
28028 AMS
28029 \family default
28030  en la configuración del documento
28031 \family sans
28032 , un 
28033 \series bold
28034 entorno
28035 \family default
28036 \series default
28037  
28038 \series bold
28039 align
28040 \series default
28041 , que se describe en
28042 \begin_inset space ~
28043 \end_inset
28044
28045
28046 \begin_inset CommandInset ref
28047 LatexCommand ref
28048 reference "sub:Entorno-align-estándar"
28049
28050 \end_inset
28051
28052 .
28053 \end_layout
28054
28055 \begin_layout Standard
28056 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28057  el menú 
28058 \family sans
28059 Insertar\SpecialChar \menuseparator
28060 Ecuación
28061 \family default
28062 .
28063  En las siguientes secciones se describen estos entornos.
28064 \end_layout
28065
28066 \begin_layout Standard
28067 En todos los entornos de ecuación multilínea la combinación 
28068 \family sans
28069 Ctrl+Retorno
28070 \family default
28071  genera una línea nueva.
28072  Para añadir o quitar líneas se pueden usar los botones 
28073 \begin_inset Graphics
28074         filename ../../images/tabular-feature_append-row.png
28075         scale 85
28076
28077 \end_inset
28078
28079  o 
28080 \begin_inset Graphics
28081         filename ../../images/tabular-feature_delete-row.png
28082         scale 85
28083
28084 \end_inset
28085
28086 de la barra de herramientas, respectivamente, o el menú 
28087 \family sans
28088 Editar\SpecialChar \menuseparator
28089 Filas y columnas
28090 \family default
28091 .
28092 \end_layout
28093
28094 \begin_layout Subsubsection
28095 Separación de líneas
28096 \begin_inset CommandInset label
28097 LatexCommand label
28098 name "sub:Separación-de-líneas"
28099
28100 \end_inset
28101
28102
28103 \begin_inset Index
28104 status collapsed
28105
28106 \begin_layout Plain Layout
28107 Ecuación ! multilínea ! separación de filas
28108 \end_layout
28109
28110 \end_inset
28111
28112
28113 \end_layout
28114
28115 \begin_layout Standard
28116 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28117 \begin_inset Formula \begin{eqnarray*}
28118 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}\\
28119 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*}
28120
28121 \end_inset
28122
28123 En LaTeX un espacio adicional para una línea se especifica como argumento
28124  opcional del comando de nueva línea.
28125  Esto aún no es posible en LYX,
28126 \begin_inset Foot
28127 status collapsed
28128
28129 \begin_layout Plain Layout
28130 véase 
28131 \begin_inset CommandInset href
28132 LatexCommand href
28133 name "LyX-bug #1505"
28134 target "http://www.lyx.org/trac/ticket/1505"
28135
28136 \end_inset
28137
28138
28139 \end_layout
28140
28141 \end_inset
28142
28143  por lo que toda la ecuación debe insertarse en modo TeX.
28144  Para añadir espacio en nuestro ejemplo se inserta el comando 
28145 \series bold
28146
28147 \backslash
28148
28149 \backslash
28150 [3mm]
28151 \series default
28152  al final de la primera línea.
28153  Así: 
28154 \begin_inset ERT
28155 status collapsed
28156
28157 \begin_layout Plain Layout
28158
28159
28160 \backslash
28161 begin{eqnarray*}
28162 \end_layout
28163
28164 \begin_layout Plain Layout
28165
28166 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28167  = & 
28168 \backslash
28169 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28170 \backslash
28171
28172 \backslash
28173 [3mm]
28174 \end_layout
28175
28176 \begin_layout Plain Layout
28177
28178 4x^{2}
28179 \backslash
28180 left(B^{2}+x_{0}^{2}
28181 \backslash
28182 right)+4x_{0}x
28183 \backslash
28184 left(D-B^{2}
28185 \backslash
28186 right)+B^{2}
28187 \backslash
28188 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28189 \backslash
28190 right) & = & 0
28191 \end_layout
28192
28193 \begin_layout Plain Layout
28194
28195
28196 \backslash
28197 end{eqnarray*}
28198 \end_layout
28199
28200 \end_inset
28201
28202
28203 \begin_inset VSpace bigskip
28204 \end_inset
28205
28206
28207 \end_layout
28208
28209 \begin_layout Standard
28210 Para obtener separación en todas las líneas hay que cambiar la longitud
28211  
28212 \series bold
28213
28214 \backslash
28215 jot
28216 \series default
28217
28218 \begin_inset Index
28219 status collapsed
28220
28221 \begin_layout Plain Layout
28222 Comandos ! J ! 
28223 \backslash
28224 jot
28225 \end_layout
28226
28227 \end_inset
28228
28229 .
28230  La definición es: 
28231 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28232 \end_inset
28233
28234 .
28235  El valor predeterminado para 
28236 \series bold
28237
28238 \backslash
28239 jot
28240 \series default
28241  es 3
28242 \begin_inset space \thinspace{}
28243 \end_inset
28244
28245 pt.
28246  Para establecer una separación adicional de 3
28247 \begin_inset space \thinspace{}
28248 \end_inset
28249
28250 mm como en el ejemplo anterior, se inserta el comando
28251 \end_layout
28252
28253 \begin_layout Standard
28254
28255 \series bold
28256
28257 \backslash
28258 setlength{
28259 \backslash
28260 jot}{3mm+3pt}
28261 \end_layout
28262
28263 \begin_layout Standard
28264 en modo TeX antes de la ecuación.
28265  Es necesario cargar el paquete 
28266 \series bold
28267 calc
28268 \series default
28269
28270 \begin_inset Foot
28271 status collapsed
28272
28273 \begin_layout Plain Layout
28274
28275 \series bold
28276 calc
28277 \series default
28278  forma parte de toda instalación LaTeX estándar.
28279 \end_layout
28280
28281 \end_inset
28282
28283
28284 \begin_inset Index
28285 status collapsed
28286
28287 \begin_layout Plain Layout
28288 Paquetes ! calc
28289 \end_layout
28290
28291 \end_inset
28292
28293  en el preámbulo con la línea
28294 \end_layout
28295
28296 \begin_layout Standard
28297
28298 \series bold
28299
28300 \backslash
28301 usepackage{calc}
28302 \end_layout
28303
28304 \begin_layout Standard
28305 Se obtiene:
28306 \begin_inset ERT
28307 status collapsed
28308
28309 \begin_layout Plain Layout
28310
28311
28312 \backslash
28313 setlength{
28314 \backslash
28315 jot}{3mm+3pt}
28316 \end_layout
28317
28318 \end_inset
28319
28320
28321 \begin_inset Formula \begin{eqnarray*}
28322 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}\\
28323 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*}
28324
28325 \end_inset
28326
28327
28328 \begin_inset ERT
28329 status collapsed
28330
28331 \begin_layout Plain Layout
28332
28333
28334 \backslash
28335 setlength{
28336 \backslash
28337 jot}{3pt}
28338 \end_layout
28339
28340 \end_inset
28341
28342  Para volver a la distancia predeterminada, 
28343 \series bold
28344
28345 \backslash
28346 jot
28347 \series default
28348  se establece en 3
28349 \begin_inset space \thinspace{}
28350 \end_inset
28351
28352 pt.
28353 \end_layout
28354
28355 \begin_layout Subsubsection
28356 Separación de columnas
28357 \begin_inset CommandInset label
28358 LatexCommand label
28359 name "sub:Separación-de-columnas"
28360
28361 \end_inset
28362
28363
28364 \begin_inset Index
28365 status collapsed
28366
28367 \begin_layout Plain Layout
28368 Ecuación ! multilínea !separación de columnas
28369 \end_layout
28370
28371 \end_inset
28372
28373
28374 \end_layout
28375
28376 \begin_layout Standard
28377 Una ecuación multilínea forma una matriz.
28378  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28379  columnas.
28380  Cambiando la separación de columnas en este entorno se puede cambiar el
28381  espacio junto al signo de relación.
28382 \end_layout
28383
28384 \begin_layout Standard
28385 La separación de columnas se especifica con la longitud
28386 \series bold
28387  
28388 \backslash
28389 arraycolsep
28390 \series default
28391
28392 \begin_inset Index
28393 status collapsed
28394
28395 \begin_layout Plain Layout
28396 Comandos ! A ! 
28397 \backslash
28398 arraycolsep
28399 \end_layout
28400
28401 \end_inset
28402
28403  según:
28404 \begin_inset Newline newline
28405 \end_inset
28406
28407 separación de columnas = 2
28408 \begin_inset space \thinspace{}
28409 \end_inset
28410
28411
28412 \series bold
28413
28414 \backslash
28415 arraycolsep
28416 \series default
28417
28418 \begin_inset Newline newline
28419 \end_inset
28420
28421 Así, el comando en modo TeX
28422 \end_layout
28423
28424 \begin_layout Standard
28425
28426 \series bold
28427
28428 \backslash
28429 setlength{
28430 \backslash
28431 arraycolsep}{1cm}
28432 \end_layout
28433
28434 \begin_layout Standard
28435 establece para todas las ecuaciones siguientes una separación de columnas
28436  de 2
28437 \begin_inset space \thinspace{}
28438 \end_inset
28439
28440 cm.
28441  Para volver al valor predefinido, 
28442 \series bold
28443
28444 \backslash
28445 arraycolsep
28446 \series default
28447  se pone en 5
28448 \begin_inset space \thinspace{}
28449 \end_inset
28450
28451 pt.
28452 \end_layout
28453
28454 \begin_layout Standard
28455 Una ecuación con separación de 2
28456 \begin_inset space \thinspace{}
28457 \end_inset
28458
28459 cm entre columnas:
28460 \begin_inset ERT
28461 status collapsed
28462
28463 \begin_layout Plain Layout
28464
28465
28466 \backslash
28467 setlength{
28468 \backslash
28469 arraycolsep}{1cm}
28470 \end_layout
28471
28472 \end_inset
28473
28474
28475 \begin_inset Formula \begin{eqnarray*}
28476 A & = & B\\
28477 C & \ne & A\end{eqnarray*}
28478
28479 \end_inset
28480
28481 Una ecuación con la separación predefinida para matrices, 10
28482 \begin_inset space \thinspace{}
28483 \end_inset
28484
28485 pt:
28486 \begin_inset ERT
28487 status collapsed
28488
28489 \begin_layout Plain Layout
28490
28491
28492 \backslash
28493 setlength{
28494 \backslash
28495 arraycolsep}{5pt}
28496 \end_layout
28497
28498 \end_inset
28499
28500
28501 \begin_inset Formula \begin{eqnarray*}
28502 A & = & B\\
28503 C & \ne & A\end{eqnarray*}
28504
28505 \end_inset
28506
28507
28508 \end_layout
28509
28510 \begin_layout Subsubsection
28511 Ecuaciones largas
28512 \begin_inset Index
28513 status collapsed
28514
28515 \begin_layout Plain Layout
28516 Ecuación ! larga
28517 \end_layout
28518
28519 \end_inset
28520
28521
28522 \end_layout
28523
28524 \begin_layout Standard
28525 Se pueden componer ecuaciones largas mediante estos métodos:
28526 \end_layout
28527
28528 \begin_layout Itemize
28529 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28530  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28531 \begin_inset Formula \begin{eqnarray}
28532 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 \\
28533  &  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\label{eq:cortolargo}\end{eqnarray}
28534
28535 \end_inset
28536
28537 El signo menos al principio de la segunda línea normalmente no aparece como
28538  operador porque es el primer carácter de la línea.
28539  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28540  Para evitarlo se ha insertado 3
28541 \begin_inset space \thinspace{}
28542 \end_inset
28543
28544 pt de espacio detrás del menos con el comando 
28545 \series bold
28546
28547 \backslash
28548 hspace
28549 \series default
28550 .
28551 \begin_inset Foot
28552 status collapsed
28553
28554 \begin_layout Plain Layout
28555 véase más sobre 
28556 \series bold
28557
28558 \backslash
28559 hspace
28560 \series default
28561  en 
28562 \begin_inset CommandInset ref
28563 LatexCommand ref
28564 reference "sub:Espacio-variable"
28565
28566 \end_inset
28567
28568
28569 \end_layout
28570
28571 \end_inset
28572
28573
28574 \begin_inset Index
28575 status collapsed
28576
28577 \begin_layout Plain Layout
28578 Comandos ! H ! 
28579 \backslash
28580 hspace
28581 \end_layout
28582
28583 \end_inset
28584
28585
28586 \end_layout
28587
28588 \begin_layout Itemize
28589 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28590 \series bold
28591
28592 \backslash
28593 lefteqn
28594 \series default
28595
28596 \begin_inset Index
28597 status collapsed
28598
28599 \begin_layout Plain Layout
28600 Comandos ! L ! 
28601 \backslash
28602 lefteqn
28603 \end_layout
28604
28605 \end_inset
28606
28607 .
28608  Se inserta en la primer columna de la primera línea y hace que todas las
28609  inserciones posteriores sobreescriban las columnas siguientes:
28610 \begin_inset Formula \begin{eqnarray}
28611 \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 \\
28612  &  & -\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 \\
28613  &  & =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}
28614
28615 \end_inset
28616
28617 Tras la inserción de 
28618 \series bold
28619
28620 \backslash
28621 lefteqn
28622 \series default
28623  el cursor está en un marco púrpura un poco a la izquierda del azul.
28624  La ecuación se inserta en éste.
28625 \begin_inset Newline newline
28626 \end_inset
28627
28628 El contenido de las restantes líneas se inserta en la segunda columna o
28629  en otra.
28630  A mayor número de columna donde se inserte, mayor sangrado.
28631 \begin_inset VSpace medskip
28632 \end_inset
28633
28634
28635 \begin_inset Newline newline
28636 \end_inset
28637
28638
28639 \begin_inset Note Greyedout
28640 status collapsed
28641
28642 \begin_layout Plain Layout
28643 Ten en cuenta lo siguiente si usas 
28644 \series bold
28645
28646 \backslash
28647 lefteqn
28648 \series default
28649 :
28650 \end_layout
28651
28652 \begin_layout Itemize
28653 La ecuación no usa la anchura total de la página.
28654  Cuando se añade, p.
28655 \begin_inset space \thinspace{}
28656 \end_inset
28657
28658 e., el término 
28659 \begin_inset Formula $-B^{2}$
28660 \end_inset
28661
28662  en la primera línea del ejemplo, debería estar fuera del margen.
28663  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28664  principio de la primera línea.
28665 \end_layout
28666
28667 \begin_layout Itemize
28668 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28669  primera línea.
28670 \begin_inset Foot
28671 status collapsed
28672
28673 \begin_layout Plain Layout
28674 \begin_inset CommandInset href
28675 LatexCommand href
28676 name "LyX-bug #1429"
28677 target "http://www.lyx.org/trac/ticket/1429"
28678
28679 \end_inset
28680
28681
28682 \end_layout
28683
28684 \end_inset
28685
28686  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28687  teclas de flecha.
28688 \end_layout
28689
28690 \end_inset
28691
28692  
28693 \end_layout
28694
28695 \begin_layout Itemize
28696 Se describen otros métodos para escribir fórmulas largas en 
28697 \begin_inset CommandInset ref
28698 LatexCommand ref
28699 reference "sub:Entorno-multilínea"
28700
28701 \end_inset
28702
28703  y 
28704 \begin_inset CommandInset ref
28705 LatexCommand ref
28706 reference "sub:Partes-de-una-multilínea"
28707
28708 \end_inset
28709
28710 .
28711 \end_layout
28712
28713 \begin_layout Subsubsection
28714 Delimitadores multilínea
28715 \begin_inset CommandInset label
28716 LatexCommand label
28717 name "sub:Delimitadores-multilínea"
28718
28719 \end_inset
28720
28721
28722 \begin_inset Index
28723 status collapsed
28724
28725 \begin_layout Plain Layout
28726 Delimitadores ! para varias líneas
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \end_layout
28733
28734 \begin_layout Standard
28735 Para poner delimitadores que cubran varias líneas hay un problema:
28736 \begin_inset Formula \begin{eqnarray*}
28737 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28738  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28739
28740 \end_inset
28741
28742 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28743 res con tamaño variable no abarcan líneas múltiples.
28744 \end_layout
28745
28746 \begin_layout Standard
28747 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28748  primera línea se finaliza con 
28749 \series bold
28750
28751 \backslash
28752 right.
28753 \series default
28754
28755 \begin_inset Index
28756 status collapsed
28757
28758 \begin_layout Plain Layout
28759 Comandos ! R ! 
28760 \backslash
28761 right
28762 \end_layout
28763
28764 \end_inset
28765
28766  y la segunda con 
28767 \series bold
28768
28769 \backslash
28770 left.
28771 \series default
28772 .
28773 \begin_inset Foot
28774 status collapsed
28775
28776 \begin_layout Plain Layout
28777 Más sobre 
28778 \series bold
28779
28780 \backslash
28781 left.
28782
28783 \series default
28784  y 
28785 \series bold
28786
28787 \backslash
28788 right.
28789
28790 \series default
28791  en 
28792 \begin_inset CommandInset ref
28793 LatexCommand ref
28794 reference "sub:Tamaño-automático-de"
28795
28796 \end_inset
28797
28798
28799 \end_layout
28800
28801 \end_inset
28802
28803
28804 \begin_inset Index
28805 status collapsed
28806
28807 \begin_layout Plain Layout
28808 Comandos ! L ! 
28809 \backslash
28810 left
28811 \end_layout
28812
28813 \end_inset
28814
28815  Después de 
28816 \series bold
28817
28818 \backslash
28819 left.
28820
28821 \series default
28822  se inserta el comando 
28823 \series bold
28824
28825 \backslash
28826 vphantom
28827 \series default
28828
28829 \begin_inset ERT
28830 status collapsed
28831
28832 \begin_layout Plain Layout
28833
28834
28835 \backslash
28836 spce 
28837 \end_layout
28838
28839 \end_inset
28840
28841
28842 \series bold
28843
28844 \backslash
28845 prod
28846 \series default
28847 ^
28848 \begin_inset ERT
28849 status collapsed
28850
28851 \begin_layout Plain Layout
28852
28853
28854 \backslash
28855 spce 
28856 \end_layout
28857
28858 \end_inset
28859
28860
28861 \series bold
28862
28863 \backslash
28864 infty
28865 \series default
28866
28867 \begin_inset ERT
28868 status collapsed
28869
28870 \begin_layout Plain Layout
28871
28872
28873 \backslash
28874 spce 
28875 \end_layout
28876
28877 \end_inset
28878
28879
28880 \series bold
28881
28882 \begin_inset Formula $\downarrow$
28883 \end_inset
28884
28885 _R=1}
28886 \series default
28887
28888 \begin_inset Index
28889 status collapsed
28890
28891 \begin_layout Plain Layout
28892 Comandos ! V ! 
28893 \backslash
28894 vphantom
28895 \end_layout
28896
28897 \end_inset
28898
28899 , porque el operador de multiplicación con sus límites es el símbolo mayor
28900  en la primera línea y ese debería ser el tamaño para el delimitador en
28901  la segunda línea.
28902 \end_layout
28903
28904 \begin_layout Standard
28905 El resultado es: 
28906 \begin_inset Formula \begin{eqnarray*}
28907 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28908  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28909
28910 \end_inset
28911
28912
28913 \end_layout
28914
28915 \begin_layout Subsection
28916 Entornos align
28917 \end_layout
28918
28919 \begin_layout Standard
28920 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28921  Son especialmente apropiados para poner ecuaciones adosadas.
28922 \end_layout
28923
28924 \begin_layout Standard
28925 Los entornos align constan de columnas.
28926  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28927  En un entorno align se puede numerar cada línea.
28928 \end_layout
28929
28930 \begin_layout Standard
28931 Los entornos align se crean con el menú 
28932 \family sans
28933 Insertar\SpecialChar \menuseparator
28934 Ecuación
28935 \family default
28936 .
28937  Una ecuación existente se puede convertir a align con el menú 
28938 \family sans
28939 Editar\SpecialChar \menuseparator
28940 Ecuación\SpecialChar \menuseparator
28941 Cambiar tipo de ecuación
28942 \family default
28943 .
28944 \end_layout
28945
28946 \begin_layout Standard
28947 Para añadir o quitar columnas se pueden usar los botones 
28948 \begin_inset Graphics
28949         filename ../../images/tabular-feature_append-row.png
28950         scale 85
28951
28952 \end_inset
28953
28954  o 
28955 \begin_inset Graphics
28956         filename ../../images/tabular-feature_delete-row.png
28957         scale 85
28958
28959 \end_inset
28960
28961 de la barra de ecuaciones o el menú 
28962 \family sans
28963 Editar\SpecialChar \menuseparator
28964 Filas y columnas
28965 \family default
28966 .
28967 \end_layout
28968
28969 \begin_layout Subsubsection
28970 Entorno align estándar
28971 \begin_inset CommandInset label
28972 LatexCommand label
28973 name "sub:Entorno-align-estándar"
28974
28975 \end_inset
28976
28977
28978 \begin_inset Index
28979 status collapsed
28980
28981 \begin_layout Plain Layout
28982 Ecuación ! multilínea ! entorno align
28983 \end_layout
28984
28985 \end_inset
28986
28987
28988 \end_layout
28989
28990 \begin_layout Standard
28991 Este entorno align se crea pulsando 
28992 \family sans
28993 Ctrl+Retorno
28994 \family default
28995  en una ecuación o con el menú 
28996 \family sans
28997 Insertar\SpecialChar \menuseparator
28998 Ecuación\SpecialChar \menuseparator
28999 Entorno AMS align
29000 \family default
29001 .
29002 \end_layout
29003
29004 \begin_layout Standard
29005 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29006  align de cuatro columnas:
29007 \begin_inset Formula \begin{align*}
29008 A & =\sen(B) & C & =D\\
29009 C & \neq A & B & \neq D\end{align*}
29010
29011 \end_inset
29012
29013 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29014  un 
29015 \series bold
29016
29017 \backslash
29018 hfill
29019 \series default
29020
29021 \begin_inset Foot
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025 Más sobre 
29026 \series bold
29027
29028 \backslash
29029 hfill
29030 \series default
29031  en 
29032 \begin_inset CommandInset ref
29033 LatexCommand ref
29034 reference "sub:Espacio-variable"
29035
29036 \end_inset
29037
29038
29039 \end_layout
29040
29041 \end_inset
29042
29043  antes de la primera y detrás de cada columna par.
29044  Si se pone en estilo 
29045 \series bold
29046 Sangrado
29047 \series default
29048 ,
29049 \begin_inset Foot
29050 status collapsed
29051
29052 \begin_layout Plain Layout
29053 véase estilos de ecuación en 
29054 \begin_inset CommandInset ref
29055 LatexCommand ref
29056 reference "sec:Estilos-de-ecuación"
29057
29058 \end_inset
29059
29060
29061 \end_layout
29062
29063 \end_inset
29064
29065  la ecuación queda sin el 
29066 \series bold
29067
29068 \backslash
29069 hfill
29070 \series default
29071  ante la primera columna.
29072 \end_layout
29073
29074 \begin_layout Subsubsection
29075 Entorno alignat
29076 \begin_inset Index
29077 status collapsed
29078
29079 \begin_layout Plain Layout
29080 Ecuación ! multilínea ! entorno alignat
29081 \end_layout
29082
29083 \end_inset
29084
29085
29086 \end_layout
29087
29088 \begin_layout Standard
29089 El entorno alignat no tiene separación predefinida de columnas.
29090  Se puede insertar manualmente con los espacios descritos en 
29091 \begin_inset CommandInset ref
29092 LatexCommand ref
29093 reference "sec:Espacio"
29094
29095 \end_inset
29096
29097 .
29098 \end_layout
29099
29100 \begin_layout Standard
29101 El ejemplo anterior en el entorno alignat, con un espacio de 1
29102 \begin_inset space \thinspace{}
29103 \end_inset
29104
29105 cm al comienzo da la segunda ecuación:
29106 \begin_inset Formula \begin{alignat*}{2}
29107 A & =\sen(B)\hspace{1cm} & C & =D\\
29108 C & \neq A & B & \neq D\end{alignat*}
29109
29110 \end_inset
29111
29112 Como cada columna puede tener un espacio diferente, este entorno es especialment
29113 e apropiado para poner tres o más ecuaciones adosadas.
29114 \end_layout
29115
29116 \begin_layout Subsubsection
29117 Entorno flalign
29118 \begin_inset CommandInset label
29119 LatexCommand label
29120 name "sub:Entorno-flalign"
29121
29122 \end_inset
29123
29124
29125 \begin_inset Index
29126 status collapsed
29127
29128 \begin_layout Plain Layout
29129 Ecuación ! multilínea ! entorno flalign
29130 \end_layout
29131
29132 \end_inset
29133
29134
29135 \end_layout
29136
29137 \begin_layout Standard
29138 En este entorno las dos primeras columnas están siempre tan a la izquierda
29139  como sea posible y las dos últimas a la derecha.
29140  Ejemplo:
29141 \begin_inset Formula \begin{flalign*}
29142 A & =1 & B & =2 & C & =3\\
29143 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4\end{flalign*}
29144
29145 \end_inset
29146
29147 En un entorno flalign con un número impar de columnas, en la última de las
29148  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29149  alineadas a la izquierda, aunque se use el estilo 
29150 \series bold
29151 Centrado
29152 \series default
29153 .
29154  Un ejemplo de fórmula sangrada 
29155 \begin_inset CommandInset ref
29156 LatexCommand eqref
29157 reference "eq:IntVol"
29158
29159 \end_inset
29160
29161 :
29162 \begin_inset Formula \begin{flalign}
29163 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
29164
29165 \end_inset
29166
29167 Las dos primeras columnas contienen la fórmula.
29168  Para sangrarla como con el estilo 
29169 \series bold
29170 Sangrado
29171 \series default
29172 , se añade un espacio de 30
29173 \begin_inset space \thinspace{}
29174 \end_inset
29175
29176 pt al comienzo de la primera columna.
29177  
29178 \end_layout
29179
29180 \begin_layout Subsection
29181 Entorno eqnarray
29182 \begin_inset CommandInset label
29183 LatexCommand label
29184 name "sub:Entorno-eqnarray"
29185
29186 \end_inset
29187
29188
29189 \begin_inset Index
29190 status collapsed
29191
29192 \begin_layout Plain Layout
29193 Ecuación ! multilínea ! entorno eqnarray
29194 \end_layout
29195
29196 \end_inset
29197
29198
29199 \begin_inset Index
29200 status collapsed
29201
29202 \begin_layout Plain Layout
29203 Ecuación ! multilínea ! entorno eqnarray
29204 \end_layout
29205
29206 \end_inset
29207
29208
29209 \end_layout
29210
29211 \begin_layout Standard
29212 Al introducir este entorno aparecen tres marcos azules.
29213  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29214  El contenido del marco central está centrado y algo más pequeño, porque
29215  está diseñado para insertar sólo caracteres de relación.
29216 \begin_inset Formula \begin{eqnarray*}
29217 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29218 AB & AB & AB\\
29219 A & = & A\end{eqnarray*}
29220
29221 \end_inset
29222
29223
29224 \end_layout
29225
29226 \begin_layout Subsection
29227 Entorno gather
29228 \begin_inset Index
29229 status collapsed
29230
29231 \begin_layout Plain Layout
29232 Ecuación ! multilínea ! entorno gather
29233 \end_layout
29234
29235 \end_inset
29236
29237
29238 \end_layout
29239
29240 \begin_layout Standard
29241 Este entorno consta de una sola columna centrada.
29242  Se puede numerar cada línea.
29243 \begin_inset Formula \begin{gather}
29244 A=1\\
29245 X=\mbox{-}1\end{gather}
29246
29247 \end_inset
29248
29249
29250 \end_layout
29251
29252 \begin_layout Subsection
29253 Entorno multilínea
29254 \begin_inset CommandInset label
29255 LatexCommand label
29256 name "sub:Entorno-multilínea"
29257
29258 \end_inset
29259
29260
29261 \begin_inset Index
29262 status collapsed
29263
29264 \begin_layout Plain Layout
29265 Ecuación ! multilínea ! entorno multilínea
29266 \end_layout
29267
29268 \end_inset
29269
29270
29271 \end_layout
29272
29273 \begin_layout Standard
29274 El entorno multilínea, como gather, consta de una sola columna.
29275  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29276  Las demás están centradas.
29277  Por tanto este entorno es apropiado para ecuaciones largas.
29278  Como ejemplo, la ecuación
29279 \begin_inset space ~
29280 \end_inset
29281
29282
29283 \begin_inset CommandInset ref
29284 LatexCommand eqref
29285 reference "eq:lefteqn"
29286
29287 \end_inset
29288
29289  en entorno multilínea:
29290 \begin_inset Formula \begin{multline}
29291 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}\\
29292 -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}\\
29293 =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}
29294
29295 \end_inset
29296
29297 En la salida sólo aparece numerada la última (primera) línea si la numeración
29298  del documento es a la derecha (izquierda).
29299 \begin_inset Foot
29300 status collapsed
29301
29302 \begin_layout Plain Layout
29303 véanse los estilos de numeración en 
29304 \begin_inset CommandInset ref
29305 LatexCommand ref
29306 reference "sec:Estilos-de-ecuación"
29307
29308 \end_inset
29309
29310
29311 \end_layout
29312
29313 \end_inset
29314
29315
29316 \end_layout
29317
29318 \begin_layout Standard
29319 Con los comandos 
29320 \series bold
29321
29322 \backslash
29323 shoveright
29324 \begin_inset Index
29325 status collapsed
29326
29327 \begin_layout Plain Layout
29328 Comandos ! S ! 
29329 \backslash
29330 shoveright
29331 \end_layout
29332
29333 \end_inset
29334
29335
29336 \series default
29337  y 
29338 \series bold
29339
29340 \backslash
29341 shoveleft
29342 \series default
29343
29344 \begin_inset Index
29345 status collapsed
29346
29347 \begin_layout Plain Layout
29348 Comandos ! S ! 
29349 \backslash
29350 shoveleft
29351 \end_layout
29352
29353 \end_inset
29354
29355 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29356 ente.
29357  Los comandos se usan como sigue:
29358 \end_layout
29359
29360 \begin_layout Standard
29361
29362 \series bold
29363
29364 \backslash
29365 shoveright{contenido de la línea}
29366 \series default
29367  y 
29368 \series bold
29369
29370 \backslash
29371 shoveleft{contenido de la línea}
29372 \end_layout
29373
29374 \begin_layout Standard
29375 \begin_inset VSpace medskip
29376 \end_inset
29377
29378
29379 \end_layout
29380
29381 \begin_layout Standard
29382 La longitud 
29383 \series bold
29384
29385 \backslash
29386 multlinegap
29387 \series default
29388
29389 \begin_inset Index
29390 status collapsed
29391
29392 \begin_layout Plain Layout
29393 Comandos ! M ! 
29394 \backslash
29395 multlinegap
29396 \end_layout
29397
29398 \end_inset
29399
29400  especifica la distancia de la primera línea desde el margen izquierdo de
29401  la página.
29402  Esta longitud es 0
29403 \begin_inset space \thinspace{}
29404 \end_inset
29405
29406 pt por omisión.
29407 \end_layout
29408
29409 \begin_layout Standard
29410 Como ejemplo la ecuación anterior con el comando
29411 \end_layout
29412
29413 \begin_layout Standard
29414
29415 \series bold
29416
29417 \backslash
29418 setlength{
29419 \backslash
29420 multlinegap}{2cm}
29421 \end_layout
29422
29423 \begin_layout Standard
29424 insertado previamente en modo TeX:
29425 \begin_inset ERT
29426 status collapsed
29427
29428 \begin_layout Plain Layout
29429
29430
29431 \backslash
29432 setlength{
29433 \backslash
29434 multlinegap}{2cm}
29435 \end_layout
29436
29437 \end_inset
29438
29439
29440 \begin_inset Formula \begin{multline}
29441 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}\\
29442 \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}}\\
29443 =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}
29444
29445 \end_inset
29446
29447
29448 \begin_inset ERT
29449 status collapsed
29450
29451 \begin_layout Plain Layout
29452
29453
29454 \backslash
29455 setlength{
29456 \backslash
29457 multlinegap}{0pt}
29458 \end_layout
29459
29460 \end_inset
29461
29462 La segunda línea se ha alineado a la izquierda con 
29463 \series bold
29464
29465 \backslash
29466 shoveleft
29467 \series default
29468 .
29469 \end_layout
29470
29471 \begin_layout Subsection
29472 Partes de una ecuación multilínea
29473 \begin_inset CommandInset label
29474 LatexCommand label
29475 name "sub:Partes-de-una-multilínea"
29476
29477 \end_inset
29478
29479
29480 \begin_inset Index
29481 status collapsed
29482
29483 \begin_layout Plain Layout
29484 Ecuación ! multilínea ! partes de
29485 \end_layout
29486
29487 \end_inset
29488
29489
29490 \end_layout
29491
29492 \begin_layout Standard
29493 Para mostrar sólo partes de una ecuación multilínea usa uno de los siguientes
29494  entornos: 
29495 \series bold
29496 aligned
29497 \series default
29498
29499 \series bold
29500 alignedat
29501 \series default
29502
29503 \series bold
29504 gathered
29505 \series default
29506  o 
29507 \series bold
29508 split
29509 \series default
29510 .
29511  Se pueden elegir en el menú 
29512 \family sans
29513 Insertar\SpecialChar \menuseparator
29514 Ecuación
29515 \family default
29516  o usando los comandos aquí descritos.
29517 \end_layout
29518
29519 \begin_layout Standard
29520 Los tres primeros tienen las mismas propiedades que los correspondientes
29521  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29522  Un ejemplo:
29523 \begin_inset Formula \[
29524 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29525 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29526 \right\} \mbox{Relaciones de incertidumbre}\]
29527
29528 \end_inset
29529
29530 Para componer esta expresión se inserta una ecuación presentada y en ella
29531  se introduce el comando 
29532 \series bold
29533
29534 \backslash
29535 aligned
29536 \series default
29537
29538 \begin_inset Index
29539 status collapsed
29540
29541 \begin_layout Plain Layout
29542 Comandos ! A ! 
29543 \backslash
29544 aligned
29545 \end_layout
29546
29547 \end_inset
29548
29549 .
29550  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29551  añadir filas y columnas.
29552  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29553  como la llave.
29554 \end_layout
29555
29556 \begin_layout Standard
29557 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29558  se alinean horizontalmente.
29559  Usar aligned en una ecuación presentada tiene la ventaja de que el número
29560  de ecuación se centra verticalmente con las líneas.
29561  Como ejemplo, la ecuación 
29562 \begin_inset CommandInset ref
29563 LatexCommand eqref
29564 reference "eq:cortolargo"
29565
29566 \end_inset
29567
29568  en entorno aligned: 
29569 \begin_inset Formula \begin{equation}
29570 \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}|}\\
29571  & -\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}
29572 \end{equation}
29573
29574 \end_inset
29575
29576 Para usar los entornos 
29577 \series bold
29578 alignedat
29579 \series default
29580
29581 \series bold
29582 gathered
29583 \series default
29584 , o 
29585 \series bold
29586 split
29587 \series default
29588 , se insertan respectivamente los comandos
29589 \series bold
29590  
29591 \backslash
29592 alignedat
29593 \series default
29594 ,
29595 \begin_inset Index
29596 status collapsed
29597
29598 \begin_layout Plain Layout
29599 Comandos ! A ! 
29600 \backslash
29601 alignedat
29602 \end_layout
29603
29604 \end_inset
29605
29606  
29607 \series bold
29608
29609 \backslash
29610 gathered
29611 \series default
29612
29613 \begin_inset Index
29614 status collapsed
29615
29616 \begin_layout Plain Layout
29617 Comandos ! G ! 
29618 \backslash
29619 gathered
29620 \end_layout
29621
29622 \end_inset
29623
29624 , o 
29625 \series bold
29626
29627 \backslash
29628 split
29629 \series default
29630
29631 \begin_inset Index
29632 status collapsed
29633
29634 \begin_layout Plain Layout
29635 Comandos ! S ! 
29636 \backslash
29637 split
29638 \end_layout
29639
29640 \end_inset
29641
29642 .
29643  El entorno split tiene las mismas propiedades que aligned pero sólo puede
29644  tener dos columnas.
29645 \end_layout
29646
29647 \begin_layout Subsection
29648 Texto en ecuaciones multilínea
29649 \begin_inset CommandInset label
29650 LatexCommand label
29651 name "sub:Texto-en-multilínea"
29652
29653 \end_inset
29654
29655
29656 \begin_inset Index
29657 status collapsed
29658
29659 \begin_layout Plain Layout
29660 Texto ! en ecuaciones
29661 \end_layout
29662
29663 \end_inset
29664
29665
29666 \begin_inset Index
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670 Ecuación ! multilínea ! texto en
29671 \end_layout
29672
29673 \end_inset
29674
29675
29676 \end_layout
29677
29678 \begin_layout Standard
29679 En los entornos Align, multilínea y gather, se puede insertar texto que
29680  se mostrará en una línea separada y que no afecta la alineación de columna.
29681  Para esto se usa el comando 
29682 \series bold
29683
29684 \backslash
29685 intertext
29686 \series default
29687
29688 \begin_inset Index
29689 status collapsed
29690
29691 \begin_layout Plain Layout
29692 Comandos ! I ! 
29693 \backslash
29694 intertext
29695 \end_layout
29696
29697 \end_inset
29698
29699  con el siguiente esquema:
29700 \end_layout
29701
29702 \begin_layout Standard
29703
29704 \series bold
29705
29706 \backslash
29707 intertext{texto}
29708 \end_layout
29709
29710 \begin_layout Standard
29711 El texto no debería ocupar más de una línea porque no se puede partir con
29712  guión.
29713  Como LyX aún no soporta 
29714 \series bold
29715
29716 \backslash
29717 intertext
29718 \series default
29719  directamente, el texto se escribe como texto matemático.
29720  
29721 \series bold
29722
29723 \backslash
29724 intertext
29725 \series default
29726  debe por tanto estar al comienzo de una línea y en la salida se presenta
29727  sobre esta línea.
29728  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29729 \begin_inset Formula \begin{align}
29730 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29731 \intertext{\text{el integrando es simétrico para \ensuremath{\phi=\pi}, por tanto}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29732
29733 \end_inset
29734
29735
29736 \end_layout
29737
29738 \begin_layout Section
29739 Numeración de ecuaciones
29740 \begin_inset Index
29741 status collapsed
29742
29743 \begin_layout Plain Layout
29744 Ecuación ! numeración|see
29745 \begin_inset ERT
29746 status collapsed
29747
29748 \begin_layout Plain Layout
29749
29750 {
29751 \end_layout
29752
29753 \end_inset
29754
29755 Numeración de ecuaciones
29756 \begin_inset ERT
29757 status collapsed
29758
29759 \begin_layout Plain Layout
29760
29761 }
29762 \end_layout
29763
29764 \end_inset
29765
29766
29767 \end_layout
29768
29769 \end_inset
29770
29771
29772 \begin_inset Index
29773 status collapsed
29774
29775 \begin_layout Plain Layout
29776 Numeración de ecuaciones
29777 \end_layout
29778
29779 \end_inset
29780
29781
29782 \end_layout
29783
29784 \begin_layout Subsection
29785 General
29786 \end_layout
29787
29788 \begin_layout Standard
29789 Las ecuaciones numeradas se insertan con el menú 
29790 \family sans
29791 Insertar\SpecialChar \menuseparator
29792 Ecuación
29793 \family default
29794  
29795 \family sans
29796 \SpecialChar \menuseparator
29797 Ecuación
29798 \begin_inset space ~
29799 \end_inset
29800
29801 numerada
29802 \family default
29803  (atajo 
29804 \family sans
29805 Ctrl+Alt
29806 \begin_inset space ~
29807 \end_inset
29808
29809 N
29810 \family default
29811 ).
29812  Ecuaciones existentes se pueden numerar con el menú 
29813 \family sans
29814 Editar\SpecialChar \menuseparator
29815 Ecuación\SpecialChar \menuseparator
29816 Conmutar
29817 \begin_inset space ~
29818 \end_inset
29819
29820 numeración
29821 \family default
29822  (atajo
29823 \family sans
29824  Alt+M
29825 \begin_inset space ~
29826 \end_inset
29827
29828 N
29829 \family default
29830 ).
29831  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29832  En la salida se muestra el número real.
29833 \end_layout
29834
29835 \begin_layout Standard
29836 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29837  líneas.
29838  No obstante, la numeración se puede controlar en cada línea con el menú
29839  
29840 \family sans
29841 Editar\SpecialChar \menuseparator
29842 Ecuación\SpecialChar \menuseparator
29843 Conmutar
29844 \begin_inset space ~
29845 \end_inset
29846
29847 numeración
29848 \begin_inset space ~
29849 \end_inset
29850
29851 de
29852 \begin_inset space ~
29853 \end_inset
29854
29855 línea
29856 \family default
29857  (atajo
29858 \family sans
29859  Alt+M
29860 \begin_inset space ~
29861 \end_inset
29862
29863 Mayúsculas+N
29864 \family default
29865 ).
29866 \end_layout
29867
29868 \begin_layout Standard
29869 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29870  distintos, véase 
29871 \begin_inset CommandInset ref
29872 LatexCommand ref
29873 reference "sec:Estilos-de-ecuación"
29874
29875 \end_inset
29876
29877 .
29878 \end_layout
29879
29880 \begin_layout Subsection
29881 Referencias cruzadas
29882 \begin_inset Index
29883 status collapsed
29884
29885 \begin_layout Plain Layout
29886 Ecuación ! referencias cruzadas a
29887 \end_layout
29888
29889 \end_inset
29890
29891
29892 \end_layout
29893
29894 \begin_layout Standard
29895 Todas las ecuaciones con etiqueta se pueden referenciar.
29896  La etiqueta se añade con el menú 
29897 \family sans
29898 Insertar\SpecialChar \menuseparator
29899 Etiqueta
29900 \family default
29901  o con el botón 
29902 \begin_inset Graphics
29903         filename ../../images/label-insert.png
29904         scale 85
29905
29906 \end_inset
29907
29908  de la barra de herramientas.
29909  El cursor debe estar dentro de una ecuación en modo presentación.
29910  Surge un diálogo con el prefijo 
29911 \series bold
29912 eq:
29913 \series default
29914 , detrás del cual se escribe el texto de la etiqueta.
29915  El prefijo significa 
29916 \begin_inset Quotes fld
29917 \end_inset
29918
29919 equation
29920 \begin_inset Quotes frd
29921 \end_inset
29922
29923  y hace más fácil encontrar etiquetas en documentos extensos porque así
29924  se distingue p.
29925 \begin_inset space \thinspace{}
29926 \end_inset
29927
29928 e.
29929 \begin_inset space ~
29930 \end_inset
29931
29932 de las etiquetas de sección.
29933  Para cambiar una etiqueta se usa de nuevo el menú 
29934 \family sans
29935 Insertar\SpecialChar \menuseparator
29936 Etiqueta
29937 \family default
29938 .
29939 \end_layout
29940
29941 \begin_layout Standard
29942 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29943  ecuación.
29944  Una ecuación con etiqueta se numera siempre.
29945 \end_layout
29946
29947 \begin_layout Standard
29948 Las referencias cruzadas se insertan mediante el menú 
29949 \family sans
29950 Insertar\SpecialChar \menuseparator
29951 Referencia cruzada
29952 \family default
29953  o con el botón 
29954 \begin_inset Graphics
29955         filename ../../images/dialog-show-new-inset_ref.png
29956         scale 85
29957
29958 \end_inset
29959
29960 .
29961  Una referencia a una ecuación aparece en la salida con su número.
29962  Si en el diálogo de referencia cruzada se elige el formato 
29963 \series bold
29964 (<referencia>)
29965 \series default
29966 , la referencia se muestra en la salida entre paréntesis.
29967  
29968 \begin_inset Newline newline
29969 \end_inset
29970
29971 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29972  a la ecuación de referencia.
29973 \end_layout
29974
29975 \begin_layout Standard
29976 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29977  siguientes:
29978 \begin_inset Note Note
29979 status collapsed
29980
29981 \begin_layout Plain Layout
29982 Observa los distintos tipos de referencias cruzadas.
29983 \end_layout
29984
29985 \end_inset
29986
29987
29988 \end_layout
29989
29990 \begin_layout Standard
29991 Las ecuaciones 
29992 \begin_inset CommandInset ref
29993 LatexCommand eqref
29994 reference "eq:tag"
29995
29996 \end_inset
29997
29998  y 
29999 \begin_inset CommandInset ref
30000 LatexCommand eqref
30001 reference "eq:c"
30002
30003 \end_inset
30004
30005  son equivalentes.
30006  En (
30007 \begin_inset CommandInset ref
30008 LatexCommand ref
30009 reference "eq:Lat"
30010
30011 \end_inset
30012
30013 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30014 \begin_inset CommandInset ref
30015 LatexCommand ref
30016 reference "eq:Rom"
30017
30018 \end_inset
30019
30020 ).
30021 \begin_inset VSpace medskip
30022 \end_inset
30023
30024
30025 \end_layout
30026
30027 \begin_layout Standard
30028 Si el argumento de 
30029 \series bold
30030
30031 \backslash
30032 tag
30033 \begin_inset Foot
30034 status collapsed
30035
30036 \begin_layout Plain Layout
30037
30038 \series bold
30039
30040 \backslash
30041 tag
30042 \series default
30043  se describe en 
30044 \begin_inset CommandInset ref
30045 LatexCommand ref
30046 reference "sub:Numeración-personalizada"
30047
30048 \end_inset
30049
30050
30051 \end_layout
30052
30053 \end_inset
30054
30055
30056 \series default
30057  contiene un marco, como se describe en la 
30058 \begin_inset CommandInset ref
30059 LatexCommand ref
30060 reference "sub:Cuadros-de-párrafo"
30061
30062 \end_inset
30063
30064 , no se puede referenciar la ecuación.
30065 \end_layout
30066
30067 \begin_layout Subsection
30068 Subnumeración
30069 \begin_inset Index
30070 status collapsed
30071
30072 \begin_layout Plain Layout
30073 Numeración de ecuaciones ! subnumeración
30074 \end_layout
30075
30076 \end_inset
30077
30078
30079 \end_layout
30080
30081 \begin_layout Standard
30082 Con ayuda de los comandos 
30083 \series bold
30084
30085 \backslash
30086 begin{subequations}
30087 \series default
30088  y 
30089 \series bold
30090
30091 \backslash
30092 end{subequations}
30093 \series default
30094  en modo TeX se pueden subnumerar ecuaciones.
30095 \end_layout
30096
30097 \begin_layout Standard
30098 Ejemplo:
30099 \begin_inset Formula \begin{equation}
30100 A=C-B\label{eq:a}\end{equation}
30101
30102 \end_inset
30103
30104
30105 \begin_inset ERT
30106 status collapsed
30107
30108 \begin_layout Plain Layout
30109
30110
30111 \backslash
30112 addtocounter{equation}{-1}
30113 \end_layout
30114
30115 \end_inset
30116
30117
30118 \begin_inset ERT
30119 status collapsed
30120
30121 \begin_layout Plain Layout
30122
30123
30124 \backslash
30125 begin{subequations}
30126 \end_layout
30127
30128 \end_inset
30129
30130
30131 \begin_inset VSpace -5mm
30132 \end_inset
30133
30134
30135 \begin_inset Formula \begin{equation}
30136 B=C-A\label{eq:b}\end{equation}
30137
30138 \end_inset
30139
30140
30141 \begin_inset Formula \begin{equation}
30142 C=A+B\label{eq:c}\end{equation}
30143
30144 \end_inset
30145
30146
30147 \end_layout
30148
30149 \begin_layout Standard
30150 \begin_inset ERT
30151 status collapsed
30152
30153 \begin_layout Plain Layout
30154
30155
30156 \backslash
30157 end{subequations}
30158 \end_layout
30159
30160 \end_inset
30161
30162
30163 \end_layout
30164
30165 \begin_layout Standard
30166 Para este ejemplo se ha hecho lo siguiente:
30167 \end_layout
30168
30169 \begin_layout Enumerate
30170 se inserta la primera ecuación
30171 \end_layout
30172
30173 \begin_layout Enumerate
30174 después de ella se inserta
30175 \series bold
30176
30177 \begin_inset Newline newline
30178 \end_inset
30179
30180
30181 \backslash
30182 addtocounter{equation}{-1} 
30183 \backslash
30184 begin{subequations}
30185 \begin_inset Index
30186 status collapsed
30187
30188 \begin_layout Plain Layout
30189 Comandos ! A ! 
30190 \backslash
30191 addtocounter
30192 \end_layout
30193
30194 \end_inset
30195
30196
30197 \end_layout
30198
30199 \begin_layout Enumerate
30200 se inserta la segunda ecuación
30201 \end_layout
30202
30203 \begin_layout Enumerate
30204 se inserta la tercera ecuación
30205 \end_layout
30206
30207 \begin_layout Enumerate
30208 se inserta 
30209 \series bold
30210
30211 \backslash
30212 end{subequations}
30213 \series default
30214  tras la tercera ecuación
30215 \end_layout
30216
30217 \begin_layout Standard
30218 Toda ecuación entre los comandos 
30219 \series bold
30220
30221 \backslash
30222 begin
30223 \series default
30224  y 
30225 \series bold
30226
30227 \backslash
30228 end
30229 \series default
30230  se subnumera con a, b, c\SpecialChar \ldots{}
30231  En ecuaciones multilínea se subnumerará cada línea.
30232  Todas las ecuaciones subnumeradas son tratadas como 
30233 \emph on
30234 una
30235 \emph default
30236  ecuación numerada.
30237  Pero como cada ecuación numerada aumenta el contador 
30238 \series bold
30239 equation
30240 \series default
30241  en uno, hay que disminuir el comando 
30242 \series bold
30243
30244 \backslash
30245 addtocounter
30246 \series default
30247 .
30248  De lo contrario, las ecuaciones 
30249 \begin_inset CommandInset ref
30250 LatexCommand eqref
30251 reference "eq:a"
30252
30253 \end_inset
30254
30255
30256 \begin_inset CommandInset ref
30257 LatexCommand eqref
30258 reference "eq:b"
30259
30260 \end_inset
30261
30262
30263 \begin_inset CommandInset ref
30264 LatexCommand eqref
30265 reference "eq:c"
30266
30267 \end_inset
30268
30269  se numerarían 
30270 \begin_inset CommandInset ref
30271 LatexCommand eqref
30272 reference "eq:a"
30273
30274 \end_inset
30275
30276
30277 \begin_inset CommandInset ref
30278 LatexCommand eqref
30279 reference "eq:d"
30280
30281 \end_inset
30282
30283
30284 \begin_inset CommandInset ref
30285 LatexCommand eqref
30286 reference "eq:f"
30287
30288 \end_inset
30289
30290 .
30291 \end_layout
30292
30293 \begin_layout Standard
30294 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30295  ecuaciones.
30296  Para evitarlo se inserta ese espacio vertical de -5
30297 \begin_inset space \thinspace{}
30298 \end_inset
30299
30300 mm detrás del comando 
30301 \series bold
30302
30303 \backslash
30304 begin{subequations}
30305 \series default
30306 .
30307
30308 \series bold
30309  
30310 \series default
30311 Si se usa el estilo 
30312 \series bold
30313 Sangrado
30314 \series default
30315
30316 \begin_inset Foot
30317 status collapsed
30318
30319 \begin_layout Plain Layout
30320 véase estilos de ecuación en 
30321 \begin_inset CommandInset ref
30322 LatexCommand ref
30323 reference "sec:Estilos-de-ecuación"
30324
30325 \end_inset
30326
30327
30328 \end_layout
30329
30330 \end_inset
30331
30332 , entonces se inserta -7
30333 \begin_inset space \thinspace{}
30334 \end_inset
30335
30336 mm.
30337 \end_layout
30338
30339 \begin_layout Standard
30340 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30341  de la segunda línea:
30342 \begin_inset ERT
30343 status collapsed
30344
30345 \begin_layout Plain Layout
30346
30347
30348 \backslash
30349 begin{subequations}
30350 \end_layout
30351
30352 \end_inset
30353
30354
30355 \begin_inset Formula \begin{eqnarray}
30356 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30357  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30358  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
30359
30360 \end_inset
30361
30362
30363 \begin_inset ERT
30364 status collapsed
30365
30366 \begin_layout Plain Layout
30367
30368
30369 \backslash
30370 end{subequations}
30371 \end_layout
30372
30373 \end_inset
30374
30375
30376 \end_layout
30377
30378 \begin_layout Subsection
30379 Numeración definida por el usuario
30380 \begin_inset CommandInset label
30381 LatexCommand label
30382 name "sub:Numeración-personalizada"
30383
30384 \end_inset
30385
30386
30387 \begin_inset Index
30388 status collapsed
30389
30390 \begin_layout Plain Layout
30391 Numeración de ecuaciones ! personalizada
30392 \end_layout
30393
30394 \end_inset
30395
30396
30397 \end_layout
30398
30399 \begin_layout Standard
30400 Con la numeración estándar el número se coloca entre paréntesis.
30401  Para reemplazar los paréntesis con barras verticales, p.
30402 \begin_inset space \thinspace{}
30403 \end_inset
30404
30405 e., se añade al preámbulo LaTeX la línea: 
30406 \end_layout
30407
30408 \begin_layout Standard
30409
30410 \series bold
30411
30412 \backslash
30413 def
30414 \backslash
30415 tagform@#1{
30416 \backslash
30417 maketag@@@{|#1|}}
30418 \series default
30419
30420 \begin_inset Note Note
30421 status collapsed
30422
30423 \begin_layout Plain Layout
30424 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30425  Para activarlo, quita el % del principio.
30426 \end_layout
30427
30428 \end_inset
30429
30430
30431 \end_layout
30432
30433 \begin_layout Standard
30434 Para usar otros caracteres, se reemplazan las barras al lado de 
30435 \series bold
30436 #1
30437 \series default
30438  por ellos.
30439  Para obtener sólo el número de ecuación se omiten las barras verticales.
30440 \begin_inset VSpace bigskip
30441 \end_inset
30442
30443
30444 \end_layout
30445
30446 \begin_layout Standard
30447 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30448  consecutivo, se usa el comando 
30449 \series bold
30450
30451 \backslash
30452 tag
30453 \begin_inset Index
30454 status collapsed
30455
30456 \begin_layout Plain Layout
30457 Comandos ! T ! 
30458 \backslash
30459 tag
30460 \end_layout
30461
30462 \end_inset
30463
30464
30465 \series default
30466 :
30467 \begin_inset Formula \begin{equation}
30468 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30469
30470 \end_inset
30471
30472 En este ejemplo se ha insertado el comando
30473 \series bold
30474  
30475 \backslash
30476 tag
30477 \begin_inset ERT
30478 status collapsed
30479
30480 \begin_layout Plain Layout
30481
30482
30483 \backslash
30484 spce 
30485 \end_layout
30486
30487 \end_inset
30488
30489 algo
30490 \series default
30491  en la ecuación.
30492 \end_layout
30493
30494 \begin_layout Standard
30495 Si se usa en su lugar el comando con asterisco 
30496 \series bold
30497
30498 \backslash
30499 tag*
30500 \begin_inset ERT
30501 status collapsed
30502
30503 \begin_layout Plain Layout
30504
30505
30506 \backslash
30507 spce 
30508 \end_layout
30509
30510 \end_inset
30511
30512 algo
30513 \series default
30514  no se imprimen los paréntesis:
30515 \begin_inset Formula \[
30516 A+B=C\tag*{algo}\]
30517
30518 \end_inset
30519
30520
30521 \end_layout
30522
30523 \begin_layout Standard
30524 \begin_inset VSpace bigskip
30525 \end_inset
30526
30527
30528 \end_layout
30529
30530 \begin_layout Standard
30531 Para reiniciar la numeración en nuevas partes o secciones del documento
30532  se usan los siguientes comandos:
30533 \end_layout
30534
30535 \begin_layout Standard
30536
30537 \series bold
30538
30539 \backslash
30540 @addtoreset{equation}{part}
30541 \series default
30542
30543 \begin_inset Index
30544 status collapsed
30545
30546 \begin_layout Plain Layout
30547 Comandos ! 
30548 \begin_inset ERT
30549 status collapsed
30550
30551 \begin_layout Plain Layout
30552
30553 "
30554 \end_layout
30555
30556 \end_inset
30557
30558 @
30559 \begin_inset ERT
30560 status collapsed
30561
30562 \begin_layout Plain Layout
30563
30564 "
30565 \end_layout
30566
30567 \end_inset
30568
30569  ! 
30570 \backslash
30571
30572 \begin_inset ERT
30573 status collapsed
30574
30575 \begin_layout Plain Layout
30576
30577 "
30578 \end_layout
30579
30580 \end_inset
30581
30582 @
30583 \begin_inset ERT
30584 status collapsed
30585
30586 \begin_layout Plain Layout
30587
30588 "
30589 \end_layout
30590
30591 \end_inset
30592
30593 addtoreset
30594 \end_layout
30595
30596 \end_inset
30597
30598
30599 \begin_inset Newline newline
30600 \end_inset
30601
30602
30603 \series bold
30604
30605 \backslash
30606 @addtoreset{equation}{section}
30607 \end_layout
30608
30609 \begin_layout Standard
30610 Pata poder usar estos comandos en modo TeX, el carácter 
30611 \begin_inset Quotes fld
30612 \end_inset
30613
30614 @
30615 \begin_inset Quotes frd
30616 \end_inset
30617
30618  debe 
30619 \begin_inset Quotes fld
30620 \end_inset
30621
30622 activarse
30623 \begin_inset Quotes frd
30624 \end_inset
30625
30626  para LaTeX con el comando 
30627 \series bold
30628
30629 \backslash
30630 makeatletter
30631 \series default
30632 .
30633  El comando 
30634 \series bold
30635
30636 \backslash
30637 makeatother
30638 \series default
30639  deshace esto.
30640  Así pues, la secuencia de comandos en modo TeX es:
30641 \end_layout
30642
30643 \begin_layout Standard
30644
30645 \series bold
30646
30647 \backslash
30648 makeatletter
30649 \begin_inset Newline newline
30650 \end_inset
30651
30652
30653 \backslash
30654 @addtoreset{equation}{section}
30655 \begin_inset Newline newline
30656 \end_inset
30657
30658
30659 \backslash
30660 makeatother
30661 \end_layout
30662
30663 \begin_layout Standard
30664 En el preámbulo LaTeX se pueden omitir 
30665 \series bold
30666
30667 \backslash
30668 makeatletter
30669 \series default
30670  y 
30671 \series bold
30672
30673 \backslash
30674 makeatother
30675 \series default
30676  pues son automáticamente insertados por LyX.
30677 \end_layout
30678
30679 \begin_layout Standard
30680 Para el comando 
30681 \series bold
30682
30683 \backslash
30684 @addtoreset
30685 \series default
30686 ,
30687 \series bold
30688  
30689 \series default
30690 hay que cargar en el preámbulo LaTeX el archivo 
30691 \series bold
30692 remreset.sty
30693 \series default
30694
30695 \begin_inset Foot
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699
30700 \series bold
30701 remreset
30702 \series default
30703  es parte del paquete LaTeX 
30704 \series bold
30705 carlisle
30706 \series default
30707
30708 \begin_inset Index
30709 status collapsed
30710
30711 \begin_layout Plain Layout
30712 Paquetes ! carlisle
30713 \end_layout
30714
30715 \end_inset
30716
30717 , incluido en las instalaciones estándar de LaTeX.
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \begin_inset Index
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727 Paquetes ! remreset
30728 \end_layout
30729
30730 \end_inset
30731
30732  con la línea
30733 \end_layout
30734
30735 \begin_layout Standard
30736
30737 \series bold
30738
30739 \backslash
30740 usepackage{remreset}
30741 \end_layout
30742
30743 \begin_layout Standard
30744 Entonces se puede usar el comando 
30745 \series bold
30746
30747 \backslash
30748 @removefromreset
30749 \series default
30750
30751 \begin_inset Index
30752 status collapsed
30753
30754 \begin_layout Plain Layout
30755 Comandos ! 
30756 \begin_inset ERT
30757 status collapsed
30758
30759 \begin_layout Plain Layout
30760
30761 "
30762 \end_layout
30763
30764 \end_inset
30765
30766 @
30767 \begin_inset ERT
30768 status collapsed
30769
30770 \begin_layout Plain Layout
30771
30772 "
30773 \end_layout
30774
30775 \end_inset
30776
30777  ! 
30778 \backslash
30779
30780 \begin_inset ERT
30781 status collapsed
30782
30783 \begin_layout Plain Layout
30784
30785 "
30786 \end_layout
30787
30788 \end_inset
30789
30790 @
30791 \begin_inset ERT
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795
30796 "
30797 \end_layout
30798
30799 \end_inset
30800
30801 removefromreset
30802 \end_layout
30803
30804 \end_inset
30805
30806  con el mismo esquema que 
30807 \series bold
30808
30809 \backslash
30810 @addtoreset
30811 \series default
30812 .
30813 \begin_inset VSpace bigskip
30814 \end_inset
30815
30816
30817 \end_layout
30818
30819 \begin_layout Standard
30820 A veces las ecuaciones deberían numerarse de la siguiente manera:
30821 \end_layout
30822
30823 \begin_layout Standard
30824
30825 \family typewriter
30826 (número de sección.número de ecuación)
30827 \end_layout
30828
30829 \begin_layout Standard
30830 El número de ecuación empezaría con 
30831 \begin_inset Quotes fld
30832 \end_inset
30833
30834 1
30835 \begin_inset Quotes frd
30836 \end_inset
30837
30838  en cada sección.
30839 \end_layout
30840
30841 \begin_layout Standard
30842 Para este caso hay el comando 
30843 \series bold
30844
30845 \backslash
30846 numberwithin
30847 \series default
30848
30849 \begin_inset Index
30850 status collapsed
30851
30852 \begin_layout Plain Layout
30853 Comandos ! N ! 
30854 \backslash
30855 numberwithin
30856 \end_layout
30857
30858 \end_inset
30859
30860 , que se usa con el esquema:
30861 \end_layout
30862
30863 \begin_layout Standard
30864
30865 \series bold
30866
30867 \backslash
30868 numberwithin{counter}{sectioning}
30869 \end_layout
30870
30871 \begin_layout Standard
30872 \begin_inset Quotes fld
30873 \end_inset
30874
30875 counter
30876 \begin_inset Quotes frd
30877 \end_inset
30878
30879  indica qué clase de numeración es afectada, 
30880 \begin_inset Quotes fld
30881 \end_inset
30882
30883 sectioning
30884 \begin_inset Quotes frd
30885 \end_inset
30886
30887  indica qué número va delante del punto.
30888  
30889 \end_layout
30890
30891 \begin_layout Standard
30892 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
30893  en el preámbulo LaTeX:
30894 \end_layout
30895
30896 \begin_layout Standard
30897
30898 \series bold
30899
30900 \backslash
30901 numberwithin{equation}{section}
30902 \end_layout
30903
30904 \begin_layout Standard
30905 Este es el resultado::
30906 \begin_inset ERT
30907 status collapsed
30908
30909 \begin_layout Plain Layout
30910
30911
30912 \backslash
30913 numberwithin{equation}{section}
30914 \end_layout
30915
30916 \end_inset
30917
30918
30919 \begin_inset Formula \begin{equation}
30920 A+B=C\end{equation}
30921
30922 \end_inset
30923
30924
30925 \end_layout
30926
30927 \begin_layout Standard
30928 Para numerar tablas de modo que, p.
30929 \begin_inset space \thinspace{}
30930 \end_inset
30931
30932 e., 
30933 \begin_inset Quotes fld
30934 \end_inset
30935
30936 sectioning
30937 \begin_inset Quotes frd
30938 \end_inset
30939
30940  sea el número de la parte se usa
30941 \begin_inset Newline newline
30942 \end_inset
30943
30944
30945 \series bold
30946
30947 \backslash
30948 numberwithin{table}{part}
30949 \end_layout
30950
30951 \begin_layout Standard
30952 Para volver a la numeración estándar o evitar esta clase numeración cuando
30953  es definida por la clase de documento, se inserta el siguiente comando
30954  en código TeX o en el preámbulo LaTeX:
30955 \end_layout
30956
30957 \begin_layout Standard
30958
30959 \series bold
30960
30961 \backslash
30962 renewcommand{
30963 \backslash
30964 theequation}{
30965 \backslash
30966 arabic{equation}}
30967 \begin_inset Index
30968 status collapsed
30969
30970 \begin_layout Plain Layout
30971 Comandos ! A ! 
30972 \backslash
30973 arabic
30974 \end_layout
30975
30976 \end_inset
30977
30978
30979 \series default
30980
30981 \begin_inset ERT
30982 status collapsed
30983
30984 \begin_layout Plain Layout
30985
30986
30987 \backslash
30988 renewcommand{
30989 \backslash
30990 theequation}{
30991 \backslash
30992 arabic{equation}}
30993 \end_layout
30994
30995 \end_inset
30996
30997
30998 \series bold
30999
31000 \begin_inset Newline newline
31001 \end_inset
31002
31003
31004 \series default
31005 o
31006 \series bold
31007
31008 \begin_inset Newline newline
31009 \end_inset
31010
31011
31012 \backslash
31013 renewcommand{
31014 \backslash
31015 thetable}{
31016 \backslash
31017 arabic{table}}
31018 \end_layout
31019
31020 \begin_layout Standard
31021
31022 \series bold
31023
31024 \backslash
31025 numberwithin
31026 \series default
31027  usa internamente el comando 
31028 \series bold
31029
31030 \backslash
31031 @addtoreset
31032 \series default
31033 , descrito arriba, que también debe ser restaurado.
31034 \begin_inset ERT
31035 status collapsed
31036
31037 \begin_layout Plain Layout
31038
31039
31040 \backslash
31041 makeatletter
31042 \end_layout
31043
31044 \begin_layout Plain Layout
31045
31046
31047 \backslash
31048 @removefromreset{equation}{section}
31049 \end_layout
31050
31051 \begin_layout Plain Layout
31052
31053
31054 \backslash
31055 makeatother
31056 \end_layout
31057
31058 \end_inset
31059
31060
31061 \end_layout
31062
31063 \begin_layout Subsection
31064 Numeración con números romanos y letras
31065 \begin_inset Index
31066 status collapsed
31067
31068 \begin_layout Plain Layout
31069 Numeración de ecuaciones ! con números romanos
31070 \end_layout
31071
31072 \end_inset
31073
31074
31075 \begin_inset Index
31076 status collapsed
31077
31078 \begin_layout Plain Layout
31079 Numeración de ecuaciones ! con letras
31080 \end_layout
31081
31082 \end_inset
31083
31084
31085 \end_layout
31086
31087 \begin_layout Standard
31088 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31089  Por ejemplo, para numerar con romanos en minúscula,
31090 \begin_inset Foot
31091 status collapsed
31092
31093 \begin_layout Plain Layout
31094 Como en español no se usan romanos en minúscula, el estilo 
31095 \series bold
31096 spanish
31097 \series default
31098  del sistema 
31099 \series bold
31100 babel
31101 \series default
31102  redefine 
31103 \series bold
31104
31105 \backslash
31106 roman
31107 \series default
31108  para que los dé en versalitas.
31109  Véase 
31110 \begin_inset CommandInset citation
31111 LatexCommand cite
31112 key "spanish"
31113
31114 \end_inset
31115
31116  (
31117 \emph on
31118 N.
31119 \begin_inset space \thinspace{}
31120 \end_inset
31121
31122 del t
31123 \emph default
31124 ).
31125 \end_layout
31126
31127 \end_inset
31128
31129  se inserta el comando
31130 \end_layout
31131
31132 \begin_layout Standard
31133
31134 \series bold
31135
31136 \backslash
31137 renewcommand{
31138 \backslash
31139 theequation}{
31140 \backslash
31141 roman{equation}}
31142 \end_layout
31143
31144 \begin_layout Standard
31145 antes de la ecuación en modo TeX.
31146  
31147 \series bold
31148
31149 \backslash
31150 renewcommand
31151 \series default
31152
31153 \begin_inset Index
31154 status collapsed
31155
31156 \begin_layout Plain Layout
31157 Comandos ! R ! 
31158 \backslash
31159 renewcommand
31160 \end_layout
31161
31162 \end_inset
31163
31164  redefine el comando predefinido 
31165 \series bold
31166
31167 \backslash
31168 theequation
31169 \series default
31170  como 
31171 \series bold
31172
31173 \backslash
31174 roman{equation}
31175 \series default
31176 .
31177 \begin_inset Foot
31178 status collapsed
31179
31180 \begin_layout Plain Layout
31181 El comando 
31182 \series bold
31183
31184 \backslash
31185 renewcommand
31186 \series default
31187  tiene el mismo esquema que el comando 
31188 \series bold
31189
31190 \backslash
31191 newcommand
31192 \series default
31193 , descrito en 
31194 \begin_inset CommandInset ref
31195 LatexCommand ref
31196 reference "sub:El-comando-newcommand"
31197
31198 \end_inset
31199
31200 .
31201 \end_layout
31202
31203 \end_inset
31204
31205  
31206 \series bold
31207 equation
31208 \series default
31209  es el contador de ecuaciones.
31210  Si se usa el comando 
31211 \series bold
31212
31213 \backslash
31214 the
31215 \series default
31216  como prefijo de un contador, el valor del contador sale en números arábigos.
31217  Si una ecuación es numerada, LaTeX pone internamente el comando 
31218 \series bold
31219
31220 \backslash
31221 theequation
31222 \series default
31223  detrás de la ecuación.
31224  
31225 \series bold
31226
31227 \backslash
31228 roman{equation}
31229 \series default
31230
31231 \begin_inset Index
31232 status collapsed
31233
31234 \begin_layout Plain Layout
31235 Comandos ! R ! 
31236 \backslash
31237 roman
31238 \end_layout
31239
31240 \end_inset
31241
31242  pone el contador en romanos en minúscula.
31243 \end_layout
31244
31245 \begin_layout Standard
31246 Todas las ecuaciones siguientes a 
31247 \series bold
31248
31249 \backslash
31250 renew
31251 \series default
31252 c
31253 \series bold
31254 ommand
31255 \series default
31256  se numerarán en romanos.
31257  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31258  cambiando 
31259 \series bold
31260
31261 \backslash
31262 roman
31263 \series default
31264  por 
31265 \series bold
31266
31267 \backslash
31268 Roman
31269 \series default
31270
31271 \begin_inset Index
31272 status collapsed
31273
31274 \begin_layout Plain Layout
31275 Comandos ! R ! 
31276 \backslash
31277 roman@
31278 \backslash
31279 Roman
31280 \end_layout
31281
31282 \end_inset
31283
31284 .
31285  Para 
31286 \begin_inset Quotes fld
31287 \end_inset
31288
31289 numerar
31290 \begin_inset Quotes frd
31291 \end_inset
31292
31293  con minúsculas latinas hay el comando 
31294 \series bold
31295
31296 \backslash
31297 alph
31298 \series default
31299
31300 \begin_inset Index
31301 status collapsed
31302
31303 \begin_layout Plain Layout
31304 Comandos ! A ! 
31305 \backslash
31306 alph
31307 \end_layout
31308
31309 \end_inset
31310
31311 , y para mayúsculas el comando 
31312 \series bold
31313
31314 \backslash
31315 Alph
31316 \series default
31317
31318 \begin_inset Index
31319 status collapsed
31320
31321 \begin_layout Plain Layout
31322 Comandos ! A ! 
31323 \backslash
31324 alph@
31325 \backslash
31326 Alph
31327 \end_layout
31328
31329 \end_inset
31330
31331 .
31332 \end_layout
31333
31334 \begin_layout Standard
31335 \begin_inset Note Greyedout
31336 status collapsed
31337
31338 \begin_layout Plain Layout
31339
31340 \series bold
31341 Nota:
31342 \series default
31343  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31344 \end_layout
31345
31346 \end_inset
31347
31348
31349 \end_layout
31350
31351 \begin_layout Standard
31352 \begin_inset ERT
31353 status collapsed
31354
31355 \begin_layout Plain Layout
31356
31357
31358 \backslash
31359 renewcommand{
31360 \backslash
31361 theequation}{
31362 \backslash
31363 roman{equation}}
31364 \end_layout
31365
31366 \end_inset
31367
31368
31369 \begin_inset Formula \begin{equation}
31370 A=\textrm{romanos en minúscula}\end{equation}
31371
31372 \end_inset
31373
31374
31375 \begin_inset ERT
31376 status collapsed
31377
31378 \begin_layout Plain Layout
31379
31380
31381 \backslash
31382 renewcommand{
31383 \backslash
31384 theequation}{
31385 \backslash
31386 Roman{equation}}
31387 \end_layout
31388
31389 \end_inset
31390
31391
31392 \begin_inset Formula \begin{equation}
31393 B=\textrm{romanos en mayúscula}\label{eq:Rom}\end{equation}
31394
31395 \end_inset
31396
31397
31398 \begin_inset ERT
31399 status collapsed
31400
31401 \begin_layout Plain Layout
31402
31403
31404 \backslash
31405 renewcommand{
31406 \backslash
31407 theequation}{
31408 \backslash
31409 alph{equation}}
31410 \end_layout
31411
31412 \end_inset
31413
31414
31415 \begin_inset Formula \begin{equation}
31416 C=\textrm{latinas en minúscula}\end{equation}
31417
31418 \end_inset
31419
31420
31421 \begin_inset ERT
31422 status collapsed
31423
31424 \begin_layout Plain Layout
31425
31426
31427 \backslash
31428 renewcommand{
31429 \backslash
31430 theequation}{
31431 \backslash
31432 Alph{equation}}
31433 \end_layout
31434
31435 \end_inset
31436
31437
31438 \begin_inset Formula \begin{equation}
31439 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31440
31441 \end_inset
31442
31443
31444 \end_layout
31445
31446 \begin_layout Standard
31447 Para volver a la numeración por omisión se inserta el comando:
31448 \end_layout
31449
31450 \begin_layout Standard
31451
31452 \series bold
31453
31454 \backslash
31455 renewcommand{
31456 \backslash
31457 theequation}{
31458 \backslash
31459 arabic{equation}}
31460 \begin_inset Index
31461 status collapsed
31462
31463 \begin_layout Plain Layout
31464 Comandos ! A ! 
31465 \backslash
31466 arabic
31467 \end_layout
31468
31469 \end_inset
31470
31471
31472 \end_layout
31473
31474 \begin_layout Standard
31475 \begin_inset ERT
31476 status collapsed
31477
31478 \begin_layout Plain Layout
31479
31480
31481 \backslash
31482 renewcommand{
31483 \backslash
31484 theequation}{
31485 \backslash
31486 arabic{equation}}
31487 \end_layout
31488
31489 \end_inset
31490
31491
31492 \begin_inset Formula \begin{equation}
31493 E=\mbox{arábigos}\end{equation}
31494
31495 \end_inset
31496
31497
31498 \end_layout
31499
31500 \begin_layout Standard
31501 \begin_inset VSpace medskip
31502 \end_inset
31503
31504
31505 \end_layout
31506
31507 \begin_layout Standard
31508 Como ves, las ecuaciones se numeran consecutivamente independientemente
31509  del estilo de numeración.
31510  Cuando la numeración haya de empezar con 
31511 \begin_inset Quotes fld
31512 \end_inset
31513
31514 1
31515 \begin_inset Quotes frd
31516 \end_inset
31517
31518  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31519  Una descripción sobre esto se encuentra en el archivo 
31520 \begin_inset CommandInset href
31521 LatexCommand href
31522 name "Formula-numbering.lyx"
31523 target "run:Formula-numbering.lyx"
31524
31525 \end_inset
31526
31527 .
31528 \end_layout
31529
31530 \begin_layout Section
31531 Símbolos y ecuaciones químicas
31532 \begin_inset CommandInset label
31533 LatexCommand label
31534 name "sub:Símbolos-y-ecuaciones-químicas"
31535
31536 \end_inset
31537
31538
31539 \begin_inset Index
31540 status collapsed
31541
31542 \begin_layout Plain Layout
31543 Química ! símbolos
31544 \end_layout
31545
31546 \end_inset
31547
31548
31549 \begin_inset Index
31550 status collapsed
31551
31552 \begin_layout Plain Layout
31553 Química ! caracteres
31554 \end_layout
31555
31556 \end_inset
31557
31558
31559 \begin_inset Index
31560 status collapsed
31561
31562 \begin_layout Plain Layout
31563 Ecuación ! química|see
31564 \begin_inset ERT
31565 status collapsed
31566
31567 \begin_layout Plain Layout
31568
31569 {
31570 \end_layout
31571
31572 \end_inset
31573
31574 Química
31575 \begin_inset ERT
31576 status collapsed
31577
31578 \begin_layout Plain Layout
31579
31580 }
31581 \end_layout
31582
31583 \end_inset
31584
31585
31586 \end_layout
31587
31588 \end_inset
31589
31590
31591 \begin_inset Index
31592 status collapsed
31593
31594 \begin_layout Plain Layout
31595 Química ! iones
31596 \end_layout
31597
31598 \end_inset
31599
31600
31601 \begin_inset Index
31602 status collapsed
31603
31604 \begin_layout Plain Layout
31605 Iones|see
31606 \begin_inset ERT
31607 status collapsed
31608
31609 \begin_layout Plain Layout
31610
31611 {
31612 \end_layout
31613
31614 \end_inset
31615
31616 Química
31617 \begin_inset ERT
31618 status collapsed
31619
31620 \begin_layout Plain Layout
31621
31622 }
31623 \end_layout
31624
31625 \end_inset
31626
31627
31628 \end_layout
31629
31630 \end_inset
31631
31632
31633 \begin_inset Index
31634 status collapsed
31635
31636 \begin_layout Plain Layout
31637 Química ! reacción
31638 \end_layout
31639
31640 \end_inset
31641
31642
31643 \end_layout
31644
31645 \begin_layout Standard
31646 Un ejemplo de texto de química:
31647 \end_layout
31648
31649 \begin_layout Quote
31650 El ión 
31651 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31652 \end_inset
31653
31654  reacciona con dos iones 
31655 \begin_inset Formula $\mathrm{Na^{+}}$
31656 \end_inset
31657
31658  para dar sulfato de sodio 
31659 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
31660 \end_inset
31661
31662 .
31663  La ecuación química es:
31664 \begin_inset Formula \begin{equation}
31665 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}\end{equation}
31666
31667 \end_inset
31668
31669
31670 \end_layout
31671
31672 \begin_layout Standard
31673 Esta ecuación química puede componerse directamente en modo ecuación.
31674  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
31675  y con el atajo 
31676 \family sans
31677 Alt+C
31678 \begin_inset space ~
31679 \end_inset
31680
31681 R
31682 \family default
31683  se cambia en redonda.
31684 \begin_inset Foot
31685 status collapsed
31686
31687 \begin_layout Plain Layout
31688 véase estilos de fuentes en 
31689 \begin_inset CommandInset ref
31690 LatexCommand ref
31691 reference "sub:Estilos-de-fuentes"
31692
31693 \end_inset
31694
31695 .
31696 \end_layout
31697
31698 \end_inset
31699
31700
31701 \end_layout
31702
31703 \begin_layout Standard
31704 Para escribir ecuaciones químicas es más conveniente usar el comando 
31705 \series bold
31706
31707 \backslash
31708 ce
31709 \series default
31710
31711 \begin_inset Index
31712 status collapsed
31713
31714 \begin_layout Plain Layout
31715 Comandos ! C ! 
31716 \backslash
31717 ce
31718 \end_layout
31719
31720 \end_inset
31721
31722 , que está disponible si está instalado el paquete LaTeX 
31723 \series bold
31724 mhchem
31725 \series default
31726
31727 \begin_inset Index
31728 status collapsed
31729
31730 \begin_layout Plain Layout
31731 Paquetes ! mhchem
31732 \end_layout
31733
31734 \end_inset
31735
31736 .
31737  Al insertar  
31738 \series bold
31739
31740 \backslash
31741 ce
31742 \series default
31743  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
31744   ecuaciones químicas de una forma intuitiva.
31745 \end_layout
31746
31747 \begin_layout Standard
31748 \align center
31749 \begin_inset Tabular
31750 <lyxtabular version="3" rows="9" columns="2">
31751 <features>
31752 <column alignment="center" valignment="top" width="0">
31753 <column alignment="center" valignment="top" width="0">
31754 <row>
31755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31756 \begin_inset Text
31757
31758 \begin_layout Plain Layout
31759 Comando
31760 \end_layout
31761
31762 \end_inset
31763 </cell>
31764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31765 \begin_inset Text
31766
31767 \begin_layout Plain Layout
31768 Resultado
31769 \begin_inset Note Note
31770 status collapsed
31771
31772 \begin_layout Plain Layout
31773
31774 \series bold
31775
31776 \backslash
31777 raisebox
31778 \series default
31779  se usa sólo como espaciador
31780 \end_layout
31781
31782 \end_inset
31783
31784
31785 \end_layout
31786
31787 \end_inset
31788 </cell>
31789 </row>
31790 <row>
31791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31792 \begin_inset Text
31793
31794 \begin_layout Plain Layout
31795
31796 \backslash
31797 ce
31798 \begin_inset ERT
31799 status collapsed
31800
31801 \begin_layout Plain Layout
31802
31803
31804 \backslash
31805 spce 
31806 \end_layout
31807
31808 \end_inset
31809
31810 H2CO3
31811 \end_layout
31812
31813 \end_inset
31814 </cell>
31815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31816 \begin_inset Text
31817
31818 \begin_layout Plain Layout
31819 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31820 \end_inset
31821
31822
31823 \end_layout
31824
31825 \end_inset
31826 </cell>
31827 </row>
31828 <row>
31829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31830 \begin_inset Text
31831
31832 \begin_layout Plain Layout
31833
31834 \backslash
31835 ce
31836 \begin_inset ERT
31837 status collapsed
31838
31839 \begin_layout Plain Layout
31840
31841
31842 \backslash
31843 spce 
31844 \end_layout
31845
31846 \end_inset
31847
31848 SO4^2-
31849 \end_layout
31850
31851 \end_inset
31852 </cell>
31853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31854 \begin_inset Text
31855
31856 \begin_layout Plain Layout
31857 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31858 \end_inset
31859
31860
31861 \end_layout
31862
31863 \end_inset
31864 </cell>
31865 </row>
31866 <row>
31867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31868 \begin_inset Text
31869
31870 \begin_layout Plain Layout
31871
31872 \backslash
31873 ce
31874 \begin_inset ERT
31875 status collapsed
31876
31877 \begin_layout Plain Layout
31878
31879
31880 \backslash
31881 spce 
31882 \end_layout
31883
31884 \end_inset
31885
31886 (NH4)2S
31887 \end_layout
31888
31889 \end_inset
31890 </cell>
31891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31892 \begin_inset Text
31893
31894 \begin_layout Plain Layout
31895 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31896 \end_inset
31897
31898
31899 \end_layout
31900
31901 \end_inset
31902 </cell>
31903 </row>
31904 <row>
31905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31906 \begin_inset Text
31907
31908 \begin_layout Plain Layout
31909
31910 \backslash
31911 ce
31912 \begin_inset ERT
31913 status collapsed
31914
31915 \begin_layout Plain Layout
31916
31917
31918 \backslash
31919 spce 
31920 \end_layout
31921
31922 \end_inset
31923
31924 KCr(SO4)2.12H2O
31925 \end_layout
31926
31927 \end_inset
31928 </cell>
31929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31930 \begin_inset Text
31931
31932 \begin_layout Plain Layout
31933 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31934 \end_inset
31935
31936
31937 \end_layout
31938
31939 \end_inset
31940 </cell>
31941 </row>
31942 <row>
31943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31944 \begin_inset Text
31945
31946 \begin_layout Plain Layout
31947
31948 \backslash
31949 ce
31950 \begin_inset ERT
31951 status collapsed
31952
31953 \begin_layout Plain Layout
31954
31955
31956 \backslash
31957 spce 
31958 \end_layout
31959
31960 \end_inset
31961
31962 A-B
31963 \backslash
31964 dbond
31965 \begin_inset ERT
31966 status collapsed
31967
31968 \begin_layout Plain Layout
31969
31970
31971 \backslash
31972 spce 
31973 \end_layout
31974
31975 \end_inset
31976
31977 C
31978 \backslash
31979 tbond
31980 \begin_inset ERT
31981 status collapsed
31982
31983 \begin_layout Plain Layout
31984
31985
31986 \backslash
31987 spce 
31988 \end_layout
31989
31990 \end_inset
31991
31992 D
31993 \end_layout
31994
31995 \end_inset
31996 </cell>
31997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31998 \begin_inset Text
31999
32000 \begin_layout Plain Layout
32001 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32002 \end_inset
32003
32004
32005 \end_layout
32006
32007 \end_inset
32008 </cell>
32009 </row>
32010 <row>
32011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32012 \begin_inset Text
32013
32014 \begin_layout Plain Layout
32015
32016 \backslash
32017 ce
32018 \begin_inset ERT
32019 status collapsed
32020
32021 \begin_layout Plain Layout
32022
32023
32024 \backslash
32025 spce 
32026 \end_layout
32027
32028 \end_inset
32029
32030 ^227
32031 \begin_inset Formula $\downarrow$
32032 \end_inset
32033
32034 _90
32035 \begin_inset Formula $\to$
32036 \end_inset
32037
32038 Th+
32039 \end_layout
32040
32041 \end_inset
32042 </cell>
32043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32044 \begin_inset Text
32045
32046 \begin_layout Plain Layout
32047 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32048 \end_inset
32049
32050
32051 \end_layout
32052
32053 \end_inset
32054 </cell>
32055 </row>
32056 <row>
32057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32058 \begin_inset Text
32059
32060 \begin_layout Plain Layout
32061
32062 \backslash
32063 ce
32064 \begin_inset ERT
32065 status collapsed
32066
32067 \begin_layout Plain Layout
32068
32069
32070 \backslash
32071 spce 
32072 \end_layout
32073
32074 \end_inset
32075
32076 CO2
32077 \begin_inset ERT
32078 status collapsed
32079
32080 \begin_layout Plain Layout
32081
32082
32083 \backslash
32084 spce 
32085 \end_layout
32086
32087 \end_inset
32088
32089 +
32090 \begin_inset ERT
32091 status collapsed
32092
32093 \begin_layout Plain Layout
32094
32095
32096 \backslash
32097 spce 
32098 \end_layout
32099
32100 \end_inset
32101
32102 C
32103 \begin_inset ERT
32104 status collapsed
32105
32106 \begin_layout Plain Layout
32107
32108
32109 \backslash
32110 spce 
32111 \end_layout
32112
32113 \end_inset
32114
32115 <=>
32116 \begin_inset ERT
32117 status collapsed
32118
32119 \begin_layout Plain Layout
32120
32121
32122 \backslash
32123 spce 
32124 \end_layout
32125
32126 \end_inset
32127
32128 2CO
32129 \end_layout
32130
32131 \end_inset
32132 </cell>
32133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32134 \begin_inset Text
32135
32136 \begin_layout Plain Layout
32137 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32138 \end_inset
32139
32140
32141 \end_layout
32142
32143 \end_inset
32144 </cell>
32145 </row>
32146 <row>
32147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32148 \begin_inset Text
32149
32150 \begin_layout Plain Layout
32151
32152 \backslash
32153 ce
32154 \begin_inset ERT
32155 status collapsed
32156
32157 \begin_layout Plain Layout
32158
32159
32160 \backslash
32161 spce 
32162 \end_layout
32163
32164 \end_inset
32165
32166 CO2
32167 \begin_inset ERT
32168 status collapsed
32169
32170 \begin_layout Plain Layout
32171
32172
32173 \backslash
32174 spce 
32175 \end_layout
32176
32177 \end_inset
32178
32179 +
32180 \begin_inset ERT
32181 status collapsed
32182
32183 \begin_layout Plain Layout
32184
32185
32186 \backslash
32187 spce 
32188 \end_layout
32189
32190 \end_inset
32191
32192 C
32193 \begin_inset ERT
32194 status collapsed
32195
32196 \begin_layout Plain Layout
32197
32198
32199 \backslash
32200 spce 
32201 \end_layout
32202
32203 \end_inset
32204
32205 ->[
32206 \backslash
32207 alpha][
32208 \backslash
32209 beta]
32210 \begin_inset ERT
32211 status collapsed
32212
32213 \begin_layout Plain Layout
32214
32215
32216 \backslash
32217 spce 
32218 \end_layout
32219
32220 \end_inset
32221
32222 2CO}
32223 \end_layout
32224
32225 \end_inset
32226 </cell>
32227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32228 \begin_inset Text
32229
32230 \begin_layout Plain Layout
32231 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32232 \end_inset
32233
32234
32235 \end_layout
32236
32237 \end_inset
32238 </cell>
32239 </row>
32240 </lyxtabular>
32241
32242 \end_inset
32243
32244
32245 \end_layout
32246
32247 \begin_layout Standard
32248 \begin_inset Note Greyedout
32249 status open
32250
32251 \begin_layout Plain Layout
32252
32253 \series bold
32254 Nota:
32255 \series default
32256  Insertar una ecuación en un marco  
32257 \series bold
32258
32259 \backslash
32260 ce
32261 \series default
32262  provocará errores de LaTeX.
32263  En estos casos hay que usar código TeX, como en  
32264 \series bold
32265
32266 \backslash
32267 ce{$
32268 \backslash
32269 mu
32270 \backslash
32271 hyphen$Cl}
32272 \series default
32273
32274 \begin_inset ERT
32275 status collapsed
32276
32277 \begin_layout Plain Layout
32278
32279
32280 \backslash
32281 ce{$
32282 \backslash
32283 mu
32284 \backslash
32285 hyphen$Cl}
32286 \end_layout
32287
32288 \end_inset
32289
32290  
32291 \end_layout
32292
32293 \end_inset
32294
32295
32296 \end_layout
32297
32298 \begin_layout Standard
32299 El comando 
32300 \series bold
32301
32302 \backslash
32303 ce
32304 \series default
32305  para la ecuación
32306 \begin_inset space ~
32307 \end_inset
32308
32309
32310 \begin_inset CommandInset ref
32311 LatexCommand eqref
32312 reference "eq:reaccion-quimica"
32313
32314 \end_inset
32315
32316  es
32317 \begin_inset Newline newline
32318 \end_inset
32319
32320
32321 \series bold
32322  
32323 \backslash
32324 ce
32325 \begin_inset ERT
32326 status collapsed
32327
32328 \begin_layout Plain Layout
32329
32330
32331 \backslash
32332 spce 
32333 \end_layout
32334
32335 \end_inset
32336
32337 2Na+
32338 \begin_inset ERT
32339 status collapsed
32340
32341 \begin_layout Plain Layout
32342
32343
32344 \backslash
32345 spce 
32346 \end_layout
32347
32348 \end_inset
32349
32350 +
32351 \begin_inset ERT
32352 status collapsed
32353
32354 \begin_layout Plain Layout
32355
32356
32357 \backslash
32358 spce 
32359 \end_layout
32360
32361 \end_inset
32362
32363 SO4^2-
32364 \begin_inset ERT
32365 status collapsed
32366
32367 \begin_layout Plain Layout
32368
32369
32370 \backslash
32371 spce 
32372 \end_layout
32373
32374 \end_inset
32375
32376
32377 \begin_inset ERT
32378 status collapsed
32379
32380 \begin_layout Plain Layout
32381
32382
32383 \backslash
32384 spce 
32385 \end_layout
32386
32387 \end_inset
32388
32389 ->
32390 \begin_inset ERT
32391 status collapsed
32392
32393 \begin_layout Plain Layout
32394
32395
32396 \backslash
32397 spce 
32398 \end_layout
32399
32400 \end_inset
32401
32402 Na2SO4
32403 \end_layout
32404
32405 \begin_layout Standard
32406 Para componer ecuaciones químicas multilínea primero se crea una ecuación
32407  multilínea, tal como se describe en la 
32408 \begin_inset CommandInset ref
32409 LatexCommand ref
32410 reference "sec:Ecuaciones-multilínea"
32411
32412 \end_inset
32413
32414 .
32415  Después se utiliza el comando 
32416 \series bold
32417 /ce
32418 \series default
32419  en cada cuadrito azul de la ecuación.
32420  
32421 \begin_inset CommandInset ref
32422 LatexCommand eqref
32423 reference "eq:TEOS-reac-1"
32424
32425 \end_inset
32426
32427  y 
32428 \begin_inset CommandInset ref
32429 LatexCommand eqref
32430 reference "eq:TEOS-reac-2"
32431
32432 \end_inset
32433
32434  son un ejemplo de reacción química multifase en la que cada ecuación tiene
32435  su propio número.
32436 \begin_inset Formula \begin{eqnarray}
32437 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
32438 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}\end{eqnarray}
32439
32440 \end_inset
32441
32442
32443 \end_layout
32444
32445 \begin_layout Standard
32446 Además de 
32447 \series bold
32448
32449 \backslash
32450 ce
32451 \series default
32452  el paquete 
32453 \series bold
32454 mhchem
32455 \series default
32456  suministra el comando 
32457 \series bold
32458
32459 \backslash
32460 cf
32461 \series default
32462
32463 \begin_inset Index
32464 status collapsed
32465
32466 \begin_layout Plain Layout
32467 Comandos ! C ! 
32468 \backslash
32469 cf
32470 \end_layout
32471
32472 \end_inset
32473
32474  que ha de utilizarse en casos especiales.
32475  Para más información sobre 
32476 \series bold
32477
32478 \backslash
32479 cf
32480 \series default
32481  y más ejemplos echa un vistazo a la documentación de 
32482 \series bold
32483 mhchem
32484 \series default
32485
32486 \begin_inset CommandInset citation
32487 LatexCommand cite
32488 key "mhchem"
32489
32490 \end_inset
32491
32492 .
32493 \end_layout
32494
32495 \begin_layout Section
32496 Diagramas
32497 \end_layout
32498
32499 \begin_layout Standard
32500 Lyx soporta dos tipos de diagramas conmutativos: 
32501 \series bold
32502 amscd
32503 \series default
32504  y 
32505 \series bold
32506 xymatrix
32507 \series default
32508 , que se explican a continuación.
32509 \end_layout
32510
32511 \begin_layout Subsection
32512 Diagramas amscd
32513 \begin_inset Index
32514 status collapsed
32515
32516 \begin_layout Plain Layout
32517 Diagramas ! amscd
32518 \end_layout
32519
32520 \end_inset
32521
32522
32523 \end_layout
32524
32525 \begin_layout Standard
32526 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
32527  verticales y horizontales:
32528 \begin_inset Formula \[
32529 \begin{CD}A@)))B@)))C\\
32530 @AAA@.@VVV\\
32531 F@(((E@(((D\end{CD}\]
32532
32533 \end_inset
32534
32535 Para obtener el diagrama se inserta en la ecuación el comando 
32536 \series bold
32537
32538 \backslash
32539 CD
32540 \begin_inset Index
32541 status collapsed
32542
32543 \begin_layout Plain Layout
32544 Comandos ! C ! 
32545 \backslash
32546 CD
32547 \end_layout
32548
32549 \end_inset
32550
32551
32552 \series default
32553 .
32554  Surge un marco azul entre dos líneas de trazos en el que se insertan a
32555  continuación comandos.
32556  Con 
32557 \family sans
32558 Ctrl+Retorno
32559 \family default
32560  se inicia una nueva línea.
32561  En las líneas impares se insertan relaciones horizontales, en las pares
32562  verticales.
32563 \end_layout
32564
32565 \begin_layout Standard
32566 Para componer las relaciones hay los siguientes comandos:
32567 \begin_inset Foot
32568 status collapsed
32569
32570 \begin_layout Plain Layout
32571 \begin_inset CommandInset label
32572 LatexCommand label
32573 name "fn:sinónimos"
32574
32575 \end_inset
32576
32577 Los comandos con 
32578 \family sans
32579 '
32580 \series bold
32581 >
32582 \series default
32583 '
32584 \family default
32585  o 
32586 \family sans
32587 '
32588 \series bold
32589 <
32590 \series default
32591 '
32592 \family default
32593  pueden generar errores con el estilo 
32594 \series bold
32595 spanish
32596 \series default
32597  de 
32598 \series bold
32599 babel
32600 \series default
32601 .
32602  Para evitarlo se pueden sustituir por sus sinónimos 
32603 \family sans
32604 '
32605 \series bold
32606 )
32607 \series default
32608 '
32609 \family default
32610  y 
32611 \family sans
32612 '
32613 \series bold
32614 (
32615 \series default
32616 '
32617 \family default
32618  respectivamente.
32619  Véase 
32620 \begin_inset CommandInset citation
32621 LatexCommand cite
32622 key "spanish"
32623
32624 \end_inset
32625
32626 .
32627  (
32628 \emph on
32629 N.
32630 \begin_inset space \thinspace{}
32631 \end_inset
32632
32633 del t.
32634 \emph default
32635 )
32636 \end_layout
32637
32638 \end_inset
32639
32640
32641 \end_layout
32642
32643 \begin_layout Itemize
32644
32645 \series bold
32646 @<<<
32647 \series default
32648  genera una flecha hacia la izquierda, 
32649 \series bold
32650 @>>>
32651 \series default
32652  una hacia la derecha, y 
32653 \series bold
32654 @=
32655 \series default
32656  un signo igual largo
32657 \end_layout
32658
32659 \begin_layout Itemize
32660
32661 \series bold
32662 @AAA
32663 \series default
32664  genera una flecha hacia arriba, 
32665 \series bold
32666 @VVV
32667 \series default
32668  una hacia abajo, y 
32669 \series bold
32670 @|
32671 \series default
32672  un signo igual vertical
32673 \end_layout
32674
32675 \begin_layout Itemize
32676
32677 \series bold
32678 @.
32679
32680 \series default
32681  genera una ubicación vacía para relaciones inexistentes
32682 \end_layout
32683
32684 \begin_layout Standard
32685 Todas las flechas pueden etiquetarse como sigue:
32686 \end_layout
32687
32688 \begin_layout Itemize
32689 Si se inserta texto entre el primero y el segundo 
32690 \series bold
32691 <
32692 \series default
32693  o 
32694 \series bold
32695 >
32696 \series default
32697 , respectivamente, se muestra sobre la flecha.
32698  Si se inserta entre el segundo y el tercero, bajo la flecha.
32699 \end_layout
32700
32701 \begin_layout Itemize
32702 Para flechas verticales, si se inserta texto entre la primera y la segunda
32703  
32704 \series bold
32705 A
32706 \series default
32707  o 
32708 \series bold
32709 V
32710 \series default
32711 , respectivamente, se muestra al lado izquierdo de la flecha.
32712  Si se inserta entre la segunda y la tercera, al lado derecho.
32713  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
32714 \end_layout
32715
32716 \begin_layout Standard
32717 Como ejemplo un diagrama con todas las relaciones posibles:
32718 \begin_inset Formula \[
32719 \begin{CD}A@)j))B@))k)C@=F\\
32720 @AmAA@.@VV{V}V@|\\
32721 D@((j\,(E@)k))F@=C\end{CD}\]
32722
32723 \end_inset
32724
32725 El comando para este diagrama es:
32726 \begin_inset Newline newline
32727 \end_inset
32728
32729
32730 \series bold
32731
32732 \backslash
32733 CD
32734 \begin_inset ERT
32735 status collapsed
32736
32737 \begin_layout Plain Layout
32738
32739
32740 \backslash
32741 spce 
32742 \end_layout
32743
32744 \end_inset
32745
32746 A@>j>>B@>>k>C@=F Ctrl+Retorno
32747 \begin_inset Newline newline
32748 \end_inset
32749
32750
32751 \begin_inset ERT
32752 status collapsed
32753
32754 \begin_layout Plain Layout
32755
32756
32757 \backslash
32758 hphantom{
32759 \end_layout
32760
32761 \end_inset
32762
32763
32764 \backslash
32765 CD
32766 \begin_inset ERT
32767 status collapsed
32768
32769 \begin_layout Plain Layout
32770
32771
32772 \backslash
32773 spce 
32774 \end_layout
32775
32776 \end_inset
32777
32778
32779 \begin_inset ERT
32780 status collapsed
32781
32782 \begin_layout Plain Layout
32783
32784 }
32785 \end_layout
32786
32787 \end_inset
32788
32789 @AmAA@.@VV
32790 \backslash
32791 {V
32792 \series default
32793
32794 \begin_inset Formula $\to$
32795 \end_inset
32796
32797
32798 \series bold
32799 V@| Ctrl+Retorno
32800 \begin_inset Newline newline
32801 \end_inset
32802
32803
32804 \begin_inset ERT
32805 status collapsed
32806
32807 \begin_layout Plain Layout
32808
32809
32810 \backslash
32811 hphantom{
32812 \end_layout
32813
32814 \end_inset
32815
32816
32817 \backslash
32818 CD
32819 \begin_inset ERT
32820 status collapsed
32821
32822 \begin_layout Plain Layout
32823
32824
32825 \backslash
32826 spce 
32827 \end_layout
32828
32829 \end_inset
32830
32831
32832 \begin_inset ERT
32833 status collapsed
32834
32835 \begin_layout Plain Layout
32836
32837 }
32838 \end_layout
32839
32840 \end_inset
32841
32842 D@<<j<E@>k>>F@=C
32843 \end_layout
32844
32845 \begin_layout Subsection
32846 Diagramas xymatrix
32847 \begin_inset Index
32848 status collapsed
32849
32850 \begin_layout Plain Layout
32851 Diagramas ! xymatrix
32852 \end_layout
32853
32854 \end_inset
32855
32856
32857 \end_layout
32858
32859 \begin_layout Standard
32860 Para usar matrices xy debe estar instalado el paquete LaTeX 
32861 \series bold
32862 xypic
32863 \series default
32864 .
32865  Una matriz xy se crea insertando el comando 
32866 \series bold
32867
32868 \backslash
32869 xymatrix
32870 \series default
32871  en una ecuación.
32872  Después podrás añadir nuevas columnas y filas como en matrices normales,
32873  véase
32874 \begin_inset space ~
32875 \end_inset
32876
32877
32878 \begin_inset CommandInset ref
32879 LatexCommand ref
32880 reference "sec:Matrices"
32881
32882 \end_inset
32883
32884 .
32885 \end_layout
32886
32887 \begin_layout Standard
32888 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
32889  y curvadas, y mucho más.
32890  Todas las posibilidades para generar diagramas conmutativos y decoraciones
32891  se explican en el 
32892 \emph on
32893 Manual de XY-pic
32894 \emph default
32895  que se encuentra en el menú 
32896 \family sans
32897 Ayuda\SpecialChar \menuseparator
32898 Manuales
32899 \begin_inset space ~
32900 \end_inset
32901
32902 específicos
32903 \family default
32904 .
32905 \end_layout
32906
32907 \begin_layout Standard
32908 \begin_inset Newpage newpage
32909 \end_inset
32910
32911
32912 \end_layout
32913
32914 \begin_layout Section
32915 Comandos definidos por el usuario
32916 \begin_inset Index
32917 status collapsed
32918
32919 \begin_layout Plain Layout
32920 Comandos de usuario
32921 \end_layout
32922
32923 \end_inset
32924
32925
32926 \end_layout
32927
32928 \begin_layout Standard
32929 \begin_inset Note Greyedout
32930 status collapsed
32931
32932 \begin_layout Plain Layout
32933
32934 \series bold
32935 Nota:
32936 \series default
32937  Los nombres de los comandos definidos por el usuario y macros solo pueden
32938  contener letras latinas.
32939 \end_layout
32940
32941 \end_inset
32942
32943
32944 \end_layout
32945
32946 \begin_layout Subsection
32947 El comando 
32948 \backslash
32949 newcommand
32950 \begin_inset CommandInset label
32951 LatexCommand label
32952 name "sub:El-comando-newcommand"
32953
32954 \end_inset
32955
32956
32957 \begin_inset Index
32958 status collapsed
32959
32960 \begin_layout Plain Layout
32961 Comandos de usuario ! 
32962 \backslash
32963 newcommand
32964 \end_layout
32965
32966 \end_inset
32967
32968
32969 \begin_inset Index
32970 status collapsed
32971
32972 \begin_layout Plain Layout
32973 Comandos ! N ! 
32974 \backslash
32975 newcommand
32976 \end_layout
32977
32978 \end_inset
32979
32980
32981 \end_layout
32982
32983 \begin_layout Standard
32984 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
32985  Pero es posible definir nuevos comandos más cortos con el comando 
32986 \series bold
32987
32988 \backslash
32989 newcommand
32990 \series default
32991 .
32992  
32993 \end_layout
32994
32995 \begin_layout Standard
32996 El esquema del comando 
32997 \series bold
32998
32999 \backslash
33000 newcommand
33001 \series default
33002  es:
33003 \end_layout
33004
33005 \begin_layout Standard
33006
33007 \series bold
33008
33009 \backslash
33010 newcommand{nombre nuevo de comando}[número de argumentos]
33011 \begin_inset Newline newline
33012 \end_inset
33013
33014
33015 \begin_inset ERT
33016 status collapsed
33017
33018 \begin_layout Plain Layout
33019
33020
33021 \backslash
33022 phantom{
33023 \end_layout
33024
33025 \end_inset
33026
33027
33028 \backslash
33029 newcommand
33030 \begin_inset ERT
33031 status collapsed
33032
33033 \begin_layout Plain Layout
33034
33035 }
33036 \end_layout
33037
33038 \end_inset
33039
33040 [valor opcional]{definición de comando}
33041 \end_layout
33042
33043 \begin_layout Standard
33044 \begin_inset Note Greyedout
33045 status collapsed
33046
33047 \begin_layout Plain Layout
33048
33049 \series bold
33050 Nota:
33051 \series default
33052  Asegúrate de que el nombre del nuevo comando no está definido ya en el
33053  documento o en paquetes LaTeX que uses.
33054  Si p.
33055 \begin_inset space \thinspace{}
33056 \end_inset
33057
33058 e.
33059  defines el comando 
33060 \series bold
33061
33062 \backslash
33063 le
33064 \series default
33065  para 
33066 \series bold
33067
33068 \backslash
33069 Leftarrow,
33070 \series default
33071  se producirán errores porque 
33072 \series bold
33073
33074 \backslash
33075 le
33076 \series default
33077  ya existe como comando para 
33078 \begin_inset Quotes fld
33079 \end_inset
33080
33081
33082 \begin_inset Formula $\le$
33083 \end_inset
33084
33085
33086 \begin_inset Quotes frd
33087 \end_inset
33088
33089 .
33090
33091 \series bold
33092  
33093 \end_layout
33094
33095 \end_inset
33096
33097
33098 \end_layout
33099
33100 \begin_layout Standard
33101 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
33102  argumentos debería tener el nuevo comando.
33103  Con el valor opcional se puede predefinir un valor para un argumento opcional.
33104  Cuando se hace esto, el 
33105 \emph on
33106 primer
33107 \emph default
33108  argumento del nuevo comando es automáticamente opcional.
33109 \end_layout
33110
33111 \begin_layout Standard
33112 Veamos unos ejemplos:
33113 \end_layout
33114
33115 \begin_layout Itemize
33116 Para definir el comando 
33117 \series bold
33118
33119 \backslash
33120 gr
33121 \series default
33122  para 
33123 \series bold
33124
33125 \backslash
33126 Longrightarrow
33127 \series default
33128 , la línea de preámbulo LaTeX es:
33129 \begin_inset VSpace medskip
33130 \end_inset
33131
33132
33133 \begin_inset Newline newline
33134 \end_inset
33135
33136
33137 \series bold
33138
33139 \backslash
33140 newcommand{
33141 \backslash
33142 gr}{
33143 \backslash
33144 Longrightarrow}
33145 \end_layout
33146
33147 \begin_layout Itemize
33148 Para definir el comando 
33149 \series bold
33150
33151 \backslash
33152 us
33153 \series default
33154  para 
33155 \series bold
33156
33157 \backslash
33158 underline
33159 \series default
33160 , el argumento (que sería subrayado) debe tenerse en cuenta.
33161  Para esto la línea de preámbulo es:
33162 \begin_inset VSpace medskip
33163 \end_inset
33164
33165
33166 \begin_inset Newline newline
33167 \end_inset
33168
33169
33170 \series bold
33171
33172 \backslash
33173 newcommand{
33174 \backslash
33175 us}[1]{
33176 \backslash
33177 underline{#1}}
33178 \series default
33179
33180 \begin_inset VSpace medskip
33181 \end_inset
33182
33183
33184 \begin_inset Newline newline
33185 \end_inset
33186
33187 El carácter 
33188 \series bold
33189 #
33190 \series default
33191  actúa como colocador del argumento, el 
33192 \series bold
33193 1
33194 \series default
33195  indica que es el colocador para el primer argumento.
33196 \end_layout
33197
33198 \begin_layout Itemize
33199 Para 
33200 \series bold
33201
33202 \backslash
33203 framebox
33204 \series default
33205  se puede p.
33206 \begin_inset space \thinspace{}
33207 \end_inset
33208
33209 e.
33210  definir el comando 
33211 \series bold
33212
33213 \backslash
33214 fb
33215 \series default
33216 :
33217 \begin_inset VSpace medskip
33218 \end_inset
33219
33220
33221 \begin_inset Newline newline
33222 \end_inset
33223
33224
33225 \series bold
33226
33227 \backslash
33228 newcommand{
33229 \backslash
33230 fb}[3]{
33231 \backslash
33232 framebox#1#2{$#3$}}
33233 \series default
33234
33235 \begin_inset VSpace medskip
33236 \end_inset
33237
33238
33239 \begin_inset Newline newline
33240 \end_inset
33241
33242 Los dos signos dólar generan la ecuación extra necesaria para 
33243 \series bold
33244
33245 \backslash
33246 framebox
33247 \series default
33248 , véase 
33249 \begin_inset CommandInset ref
33250 LatexCommand ref
33251 reference "sub:Cuadros-con-marco"
33252
33253 \end_inset
33254
33255 .
33256 \end_layout
33257
33258 \begin_layout Itemize
33259 Para crear un nuevo comando para 
33260 \series bold
33261
33262 \backslash
33263 fcolorbox
33264 \series default
33265  donde no es necesario especificar el color para el cuadro, el argumento
33266  para el color se define opcional:
33267 \begin_inset VSpace medskip
33268 \end_inset
33269
33270
33271 \begin_inset Newline newline
33272 \end_inset
33273
33274
33275 \series bold
33276
33277 \backslash
33278 newcommand{
33279 \backslash
33280 cb}[3][white]{
33281 \backslash
33282 fcolorbox{#2}{#1}{$#3$}}
33283 \series default
33284
33285 \begin_inset VSpace medskip
33286 \end_inset
33287
33288
33289 \begin_inset Newline newline
33290 \end_inset
33291
33292 Si el color no es especificado al usar 
33293 \series bold
33294
33295 \backslash
33296 cb
33297 \series default
33298 , se elige el color 
33299 \series bold
33300 white
33301 \series default
33302  predefinido.
33303 \end_layout
33304
33305 \begin_layout Standard
33306 Un ensayo con los nuevos comandos definidos:
33307 \end_layout
33308
33309 \begin_layout Standard
33310 \noindent
33311 \align center
33312 \begin_inset Tabular
33313 <lyxtabular version="3" rows="6" columns="2">
33314 <features>
33315 <column alignment="center" valignment="top" width="0">
33316 <column alignment="center" valignment="top" width="0">
33317 <row>
33318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33319 \begin_inset Text
33320
33321 \begin_layout Plain Layout
33322 Comando
33323 \end_layout
33324
33325 \end_inset
33326 </cell>
33327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33328 \begin_inset Text
33329
33330 \begin_layout Plain Layout
33331 Resultado
33332 \begin_inset Note Note
33333 status collapsed
33334
33335 \begin_layout Plain Layout
33336
33337 \series bold
33338
33339 \backslash
33340 raisebox
33341 \series default
33342  se usa sólo como espaciador
33343 \end_layout
33344
33345 \end_inset
33346
33347
33348 \end_layout
33349
33350 \end_inset
33351 </cell>
33352 </row>
33353 <row>
33354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33355 \begin_inset Text
33356
33357 \begin_layout Plain Layout
33358 A
33359 \backslash
33360 gr
33361 \begin_inset ERT
33362 status collapsed
33363
33364 \begin_layout Plain Layout
33365
33366
33367 \backslash
33368 spce 
33369 \end_layout
33370
33371 \end_inset
33372
33373 B
33374 \end_layout
33375
33376 \end_inset
33377 </cell>
33378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33379 \begin_inset Text
33380
33381 \begin_layout Plain Layout
33382 \begin_inset Formula $A\gr B$
33383 \end_inset
33384
33385
33386 \end_layout
33387
33388 \end_inset
33389 </cell>
33390 </row>
33391 <row>
33392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33393 \begin_inset Text
33394
33395 \begin_layout Plain Layout
33396
33397 \backslash
33398 us{ABcd
33399 \end_layout
33400
33401 \end_inset
33402 </cell>
33403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33404 \begin_inset Text
33405
33406 \begin_layout Plain Layout
33407 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33408 \end_inset
33409
33410
33411 \end_layout
33412
33413 \end_inset
33414 </cell>
33415 </row>
33416 <row>
33417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33418 \begin_inset Text
33419
33420 \begin_layout Plain Layout
33421
33422 \backslash
33423 fb{[2cm]
33424 \begin_inset Formula $\to$
33425 \end_inset
33426
33427
33428 \backslash
33429 {
33430 \begin_inset Formula $\to$
33431 \end_inset
33432
33433
33434 \backslash
33435 {
33436 \backslash
33437 int
33438 \begin_inset ERT
33439 status collapsed
33440
33441 \begin_layout Plain Layout
33442
33443
33444 \backslash
33445 spce 
33446 \end_layout
33447
33448 \end_inset
33449
33450 A=B
33451 \end_layout
33452
33453 \end_inset
33454 </cell>
33455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33456 \begin_inset Text
33457
33458 \begin_layout Plain Layout
33459 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33460 \end_inset
33461
33462
33463 \end_layout
33464
33465 \end_inset
33466 </cell>
33467 </row>
33468 <row>
33469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33470 \begin_inset Text
33471
33472 \begin_layout Plain Layout
33473
33474 \backslash
33475 cb{red
33476 \begin_inset Formula $\to$
33477 \end_inset
33478
33479
33480 \backslash
33481 {
33482 \backslash
33483 int
33484 \begin_inset ERT
33485 status collapsed
33486
33487 \begin_layout Plain Layout
33488
33489
33490 \backslash
33491 spce 
33492 \end_layout
33493
33494 \end_inset
33495
33496 A=B
33497 \end_layout
33498
33499 \end_inset
33500 </cell>
33501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33502 \begin_inset Text
33503
33504 \begin_layout Plain Layout
33505 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33506 \end_inset
33507
33508
33509 \end_layout
33510
33511 \end_inset
33512 </cell>
33513 </row>
33514 <row>
33515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33516 \begin_inset Text
33517
33518 \begin_layout Plain Layout
33519
33520 \backslash
33521 cb[green]
33522 \backslash
33523 {red
33524 \begin_inset Formula $\to$
33525 \end_inset
33526
33527
33528 \backslash
33529 {
33530 \backslash
33531 int
33532 \begin_inset ERT
33533 status collapsed
33534
33535 \begin_layout Plain Layout
33536
33537
33538 \backslash
33539 spce 
33540 \end_layout
33541
33542 \end_inset
33543
33544 A=B
33545 \end_layout
33546
33547 \end_inset
33548 </cell>
33549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33550 \begin_inset Text
33551
33552 \begin_layout Plain Layout
33553 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33554 \end_inset
33555
33556
33557 \end_layout
33558
33559 \end_inset
33560 </cell>
33561 </row>
33562 </lyxtabular>
33563
33564 \end_inset
33565
33566
33567 \end_layout
33568
33569 \begin_layout Subsection
33570 Macros de ecuaciones
33571 \begin_inset Index
33572 status collapsed
33573
33574 \begin_layout Plain Layout
33575 Comandos de usuario ! Macros de ecuaciones
33576 \end_layout
33577
33578 \end_inset
33579
33580
33581 \begin_inset Index
33582 status collapsed
33583
33584 \begin_layout Plain Layout
33585 Macros
33586 \end_layout
33587
33588 \end_inset
33589
33590
33591 \end_layout
33592
33593 \begin_layout Standard
33594 Los comandos definidos por el usuario son especialmente convenientes para
33595  expresiones complejas.
33596  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
33597  el mismo tipo de solución se repite varias veces.
33598  La forma general de una ecuación de segundo grado es:
33599 \begin_inset Formula \[
33600 0=\lambda^{2}+p\lambda+q\]
33601
33602 \end_inset
33603
33604 La forma general de la solución es:
33605 \begin_inset Formula \[
33606 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
33607
33608 \end_inset
33609
33610
33611 \end_layout
33612
33613 \begin_layout Standard
33614 Para definir un comando para la ecuación de la solución, en donde solo hay
33615  que especificar los tres parámetros 
33616 \begin_inset Formula $\lambda$
33617 \end_inset
33618
33619
33620 \begin_inset Formula $p$
33621 \end_inset
33622
33623 , y 
33624 \begin_inset Formula $q$
33625 \end_inset
33626
33627 , y el índice de 
33628 \begin_inset Formula $\lambda$
33629 \end_inset
33630
33631  puede darse opcionalmente, la línea de preámbulo LaTeX es
33632 \begin_inset Newline newline
33633 \end_inset
33634
33635
33636 \series bold
33637
33638 \backslash
33639 newcommand{
33640 \backslash
33641 qG}[4][1,
33642 \backslash
33643 ,2]{#2_{#1}=-
33644 \backslash
33645 frac{#3}{2}
33646 \backslash
33647 pm
33648 \begin_inset Newline newline
33649 \end_inset
33650
33651
33652 \begin_inset ERT
33653 status collapsed
33654
33655 \begin_layout Plain Layout
33656
33657
33658 \backslash
33659 hphantom{
33660 \end_layout
33661
33662 \end_inset
33663
33664
33665 \backslash
33666 newcommand
33667 \begin_inset ERT
33668 status collapsed
33669
33670 \begin_layout Plain Layout
33671
33672 }
33673 \end_layout
33674
33675 \end_inset
33676
33677
33678 \backslash
33679 sqrt{
33680 \backslash
33681 frac{#3^{2}}{4}-#4}}
33682 \end_layout
33683
33684 \begin_layout Standard
33685 Para generar la solución se inserta el comando
33686 \begin_inset Newline newline
33687 \end_inset
33688
33689
33690 \series bold
33691
33692 \backslash
33693 qG{
33694 \backslash
33695 lambda
33696 \begin_inset Formula $\to$
33697 \end_inset
33698
33699
33700 \backslash
33701 {p
33702 \begin_inset Formula $\to$
33703 \end_inset
33704
33705
33706 \backslash
33707 {q
33708 \series default
33709  en una ecuación
33710 \series bold
33711 .
33712 \end_layout
33713
33714 \begin_layout Standard
33715 La definición del nuevo comando no es intuitiva porque hay que conocer los
33716  esquemas de todos los comandos LaTeX usados, p.
33717 \begin_inset space \thinspace{}
33718 \end_inset
33719
33720 e., que una fracción se inserta en LaTeX como
33721 \series bold
33722  
33723 \backslash
33724 frac{numerador}{denominador}
33725 \series default
33726 .
33727  Además, uno puede olvidar fácilmente una llave en la definición y no puede
33728  ver en LyX lo que el nuevo comando está haciendo.
33729  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
33730  ecuación en vez del comando
33731 \series bold
33732  
33733 \backslash
33734 newcommand
33735 \series default
33736 .
33737 \end_layout
33738
33739 \begin_layout Standard
33740 Una macro de ecuación se crea con el menú 
33741 \family sans
33742 Insertar\SpecialChar \menuseparator
33743 Ecuación\SpecialChar \menuseparator
33744 Macro
33745 \family default
33746  o con el botón 
33747 \begin_inset Graphics
33748         filename ../../images/math-macro_newmacroname_newcommand.png
33749         scale 85
33750
33751 \end_inset
33752
33753  de la barra de herramientas.
33754  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
33755  como el siguiente donde se define la macro:
33756 \begin_inset Newline newline
33757 \end_inset
33758
33759
33760 \end_layout
33761
33762 \begin_layout Standard
33763 \begin_inset space \hspace*{\fill}
33764 \end_inset
33765
33766
33767 \begin_inset Graphics
33768         filename ../clipart/macrobox.png
33769
33770 \end_inset
33771
33772
33773 \begin_inset space \hspace*{\fill}
33774 \end_inset
33775
33776
33777 \begin_inset Newline newline
33778 \end_inset
33779
33780
33781 \begin_inset FormulaMacro
33782 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33783 \end_inset
33784
33785
33786 \backslash
33787 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
33788  En el primer marco azul se inserta la ecuación buscada.
33789  Con el comando 
33790 \series bold
33791
33792 \backslash
33793 #númerodeargumento
33794 \series default
33795 , , o con el botón 
33796 \begin_inset Graphics
33797         filename ../../images/math-macro-add-param.png
33798         scale 85
33799
33800 \end_inset
33801
33802  de la barra de herramientas de macros se inserta un colocador de argumento,
33803  p.
33804 \begin_inset space \thinspace{}
33805 \end_inset
33806
33807 e
33808 \begin_inset space \space{}
33809 \end_inset
33810
33811
33812 \series bold
33813
33814 \backslash
33815 #1
33816 \series default
33817 .
33818  Los colocadores de argumento se muestran en rojo.
33819  Se pueden poner 9 argumentos como máximo.
33820  Con el botón 
33821 \begin_inset Graphics
33822         filename ../../images/math-macro-add-optional-param.png
33823         scale 85
33824
33825 \end_inset
33826
33827  se crean argumentos opcionales.
33828  El primer argumento no opcional puede transformarse en opcional con el
33829  botón 
33830 \begin_inset Graphics
33831         filename ../../images/math-macro-make-optional.png
33832         scale 85
33833
33834 \end_inset
33835
33836 .
33837  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
33838  Normalmente quieres verlo tal como está definido, así que el recuadro se
33839  deja vacío.
33840  Pero si has creado una macro que necesita mucho espacio en la pantalla,
33841  en dicho recuadro puedes insertar, por ejemplo
33842 \begin_inset Newline newline
33843 \end_inset
33844
33845
33846 \series bold
33847 qG: 
33848 \backslash
33849 #1
33850 \series default
33851  
33852 \series bold
33853 ,
33854 \series default
33855  
33856 \series bold
33857
33858 \backslash
33859 #2
33860 \series default
33861  
33862 \series bold
33863 ,
33864 \series default
33865  
33866 \series bold
33867
33868 \backslash
33869 #3, 
33870 \backslash
33871 #4
33872 \begin_inset Newline newline
33873 \end_inset
33874
33875
33876 \series default
33877 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
33878  en LyX, lo que conlleva una visualización mejor.
33879  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
33880 \begin_inset Newline newline
33881 \end_inset
33882
33883 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
33884  macros individuales situando el cursor en la macro y usando el menú 
33885 \family sans
33886 Ver\SpecialChar \menuseparator
33887 (Des)plegar macro de ecuación.
33888 \end_layout
33889
33890 \begin_layout Standard
33891 Para usar una macro, se inserta el nombre de la misma como comando en una
33892  ecuación, en nuestro caso 
33893 \series bold
33894
33895 \backslash
33896 qG
33897 \series default
33898 .
33899  Nuestra macro se muestra en LyX así:
33900 \begin_inset Newline newline
33901 \end_inset
33902
33903
33904 \begin_inset space \hspace*{\fill}
33905 \end_inset
33906
33907
33908 \begin_inset Graphics
33909         filename ../clipart/macrouse.png
33910
33911 \end_inset
33912
33913
33914 \begin_inset space \hspace*{\fill}
33915 \end_inset
33916
33917
33918 \begin_inset Newline newline
33919 \end_inset
33920
33921 Aquí tenemos nuestro ejemplo de macro con los argumentos 
33922 \begin_inset Formula $x$
33923 \end_inset
33924
33925
33926 \begin_inset Formula $\ln(x)$
33927 \end_inset
33928
33929 , y 
33930 \begin_inset Formula $B$
33931 \end_inset
33932
33933 :
33934 \end_layout
33935
33936 \begin_layout Standard
33937 \begin_inset Formula \[
33938 \qG x{\ln(x)}B\]
33939
33940 \end_inset
33941
33942
33943 \end_layout
33944
33945 \begin_layout Standard
33946 LyX ofrece en el menú 
33947 \family sans
33948 Herramientas
33949 \family default
33950 \SpecialChar \menuseparator
33951
33952 \family sans
33953 Preferencias\SpecialChar \menuseparator
33954 Edición\SpecialChar \menuseparator
33955 Control
33956 \family default
33957  diferentes estilos para editar macros.
33958  Para encontrar el estilo que más te convenga, elige un estilo y pon el
33959  cursor en una macro para ver la diferencia.
33960 \end_layout
33961
33962 \begin_layout Standard
33963 Una macro de ecuación se transforma internamente en un comando 
33964 \series bold
33965
33966 \backslash
33967 newcommand
33968 \series default
33969  cuando se exporta el documento.
33970  El comando creado 
33971 \series bold
33972
33973 \backslash
33974 newcommand
33975 \series default
33976  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
33977  usar en ecuaciones que estén en recuadros de definición de macros en el
33978  documento.
33979  
33980 \end_layout
33981
33982 \begin_layout Standard
33983 Las macros de ecuación también pueden crearse directamente a partir de un
33984  comando
33985 \series bold
33986  
33987 \backslash
33988 newcommand
33989 \series default
33990 .
33991  Por ejemplo, escribiendo el comando
33992 \begin_inset Newline newline
33993 \end_inset
33994
33995
33996 \series bold
33997
33998 \backslash
33999 newcommand{
34000 \backslash
34001 larrow}[2]{
34002 \backslash
34003 xleftarrow[#2]{#1}}
34004 \begin_inset Newline newline
34005 \end_inset
34006
34007
34008 \series default
34009 como texto normal en LyX, seleccionándolo completamente y usando a continuación
34010  el atajo 
34011 \family sans
34012 Ctrl+M
34013 \family default
34014 , el comando se transformará en una macro de ecuación.
34015  Al emplear este método debes tener cuidado en escribir correctamente el
34016  comando 
34017 \series bold
34018
34019 \backslash
34020 newcommand
34021 \series default
34022 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
34023  
34024 \end_layout
34025
34026 \begin_layout Standard
34027 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
34028  en definiciones de macros se manejan incorrectamente.
34029  Por eso el ejemplo 
34030 \series bold
34031
34032 \backslash
34033 fb
34034 \series default
34035  de 
34036 \begin_inset CommandInset ref
34037 LatexCommand ref
34038 reference "sub:El-comando-newcommand"
34039
34040 \end_inset
34041
34042  no puede crearse como macro.
34043 \end_layout
34044
34045 \begin_layout Standard
34046 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
34047  la barra de herramientas de macros:
34048 \end_layout
34049
34050 \begin_layout Standard
34051 \begin_inset VSpace defskip
34052 \end_inset
34053
34054
34055 \end_layout
34056
34057 \begin_layout Standard
34058 \begin_inset Graphics
34059         filename ../clipart/MacroToolbar.png
34060
34061 \end_inset
34062
34063
34064 \begin_inset Index
34065 status collapsed
34066
34067 \begin_layout Plain Layout
34068 Macros ! Barra de herramientas
34069 \end_layout
34070
34071 \end_inset
34072
34073
34074 \end_layout
34075
34076 \begin_layout Standard
34077 \begin_inset VSpace defskip
34078 \end_inset
34079
34080
34081 \end_layout
34082
34083 \begin_layout Standard
34084 La barra de herramientas de macros contiene los siguientes botones:
34085 \end_layout
34086
34087 \begin_layout Standard
34088 \begin_inset VSpace defskip
34089 \end_inset
34090
34091
34092 \end_layout
34093
34094 \begin_layout Standard
34095 \begin_inset Tabular
34096 <lyxtabular version="3" rows="9" columns="2">
34097 <features islongtable="true">
34098 <column alignment="left" valignment="top" width="0">
34099 <column alignment="left" valignment="top" width="85col%">
34100 <row interlinespace="2.5mm">
34101 <cell alignment="center" valignment="top" usebox="none">
34102 \begin_inset Text
34103
34104 \begin_layout Plain Layout
34105 \begin_inset Graphics
34106         filename ../../images/math-macro-remove-param.png
34107         BoundingBox 0bp 5bp 20bp 25bp
34108         rotateOrigin center
34109
34110 \end_inset
34111
34112
34113 \end_layout
34114
34115 \end_inset
34116 </cell>
34117 <cell alignment="center" valignment="top" usebox="none">
34118 \begin_inset Text
34119
34120 \begin_layout Plain Layout
34121
34122 \family sans
34123 Editar\SpecialChar \menuseparator
34124 Ecuación\SpecialChar \menuseparator
34125 Definición de macro\SpecialChar \menuseparator
34126 Quitar último argumento
34127 \end_layout
34128
34129 \end_inset
34130 </cell>
34131 </row>
34132 <row interlinespace="2.5mm">
34133 <cell alignment="center" valignment="top" usebox="none">
34134 \begin_inset Text
34135
34136 \begin_layout Plain Layout
34137 \begin_inset Graphics
34138         filename ../../images/math-macro-add-param.png
34139         BoundingBox 0bp 5bp 20bp 25bp
34140         rotateOrigin center
34141
34142 \end_inset
34143
34144
34145 \end_layout
34146
34147 \end_inset
34148 </cell>
34149 <cell alignment="center" valignment="top" usebox="none">
34150 \begin_inset Text
34151
34152 \begin_layout Plain Layout
34153
34154 \family sans
34155 Editar\SpecialChar \menuseparator
34156 Ecuación\SpecialChar \menuseparator
34157 Definición de macro\SpecialChar \menuseparator
34158 Añadir argumento
34159 \end_layout
34160
34161 \end_inset
34162 </cell>
34163 </row>
34164 <row interlinespace="2.5mm">
34165 <cell alignment="center" valignment="top" usebox="none">
34166 \begin_inset Text
34167
34168 \begin_layout Plain Layout
34169 \begin_inset Graphics
34170         filename ../../images/math-macro-make-optional.png
34171         BoundingBox 0bp 5bp 20bp 25bp
34172         rotateOrigin center
34173
34174 \end_inset
34175
34176
34177 \end_layout
34178
34179 \end_inset
34180 </cell>
34181 <cell alignment="center" valignment="top" usebox="none">
34182 \begin_inset Text
34183
34184 \begin_layout Plain Layout
34185
34186 \family sans
34187 Editar\SpecialChar \menuseparator
34188 Ecuación\SpecialChar \menuseparator
34189 Definición de macro\SpecialChar \menuseparator
34190 Hacer opcional el primer
34191 \begin_inset Newline newline
34192 \end_inset
34193
34194
34195 \begin_inset ERT
34196 status collapsed
34197
34198 \begin_layout Plain Layout
34199
34200
34201 \backslash
34202 hphantom{
34203 \end_layout
34204
34205 \end_inset
34206
34207 Editar\SpecialChar \menuseparator
34208 Ecuación\SpecialChar \menuseparator
34209 Definición de macro\SpecialChar \menuseparator
34210
34211 \begin_inset ERT
34212 status collapsed
34213
34214 \begin_layout Plain Layout
34215
34216 }
34217 \end_layout
34218
34219 \end_inset
34220
34221 argumento no opcional
34222 \end_layout
34223
34224 \end_inset
34225 </cell>
34226 </row>
34227 <row interlinespace="2.5mm">
34228 <cell alignment="center" valignment="top" usebox="none">
34229 \begin_inset Text
34230
34231 \begin_layout Plain Layout
34232 \begin_inset Graphics
34233         filename ../../images/math-macro-make-nonoptional.png
34234         BoundingBox 0bp 5bp 20bp 25bp
34235         rotateOrigin center
34236
34237 \end_inset
34238
34239
34240 \end_layout
34241
34242 \end_inset
34243 </cell>
34244 <cell alignment="center" valignment="top" usebox="none">
34245 \begin_inset Text
34246
34247 \begin_layout Plain Layout
34248
34249 \family sans
34250 Editar\SpecialChar \menuseparator
34251 Ecuación\SpecialChar \menuseparator
34252 Definición de macro\SpecialChar \menuseparator
34253 Hacer no opcional el primer
34254 \begin_inset Newline newline
34255 \end_inset
34256
34257
34258 \begin_inset ERT
34259 status collapsed
34260
34261 \begin_layout Plain Layout
34262
34263
34264 \backslash
34265 hphantom{
34266 \end_layout
34267
34268 \end_inset
34269
34270 Editar\SpecialChar \menuseparator
34271 Ecuación\SpecialChar \menuseparator
34272 Definición de macro\SpecialChar \menuseparator
34273
34274 \begin_inset ERT
34275 status collapsed
34276
34277 \begin_layout Plain Layout
34278
34279 }
34280 \end_layout
34281
34282 \end_inset
34283
34284 argumento opcional
34285 \end_layout
34286
34287 \end_inset
34288 </cell>
34289 </row>
34290 <row interlinespace="2.5mm">
34291 <cell alignment="center" valignment="top" usebox="none">
34292 \begin_inset Text
34293
34294 \begin_layout Plain Layout
34295 \begin_inset Graphics
34296         filename ../../images/math-macro-remove-optional-param.png
34297         BoundingBox 0bp 5bp 20bp 25bp
34298         rotateOrigin center
34299
34300 \end_inset
34301
34302
34303 \end_layout
34304
34305 \end_inset
34306 </cell>
34307 <cell alignment="center" valignment="top" usebox="none">
34308 \begin_inset Text
34309
34310 \begin_layout Plain Layout
34311
34312 \family sans
34313 Editar\SpecialChar \menuseparator
34314 Ecuación\SpecialChar \menuseparator
34315 Definición de macro\SpecialChar \menuseparator
34316 Quitar argumento opcional
34317 \end_layout
34318
34319 \end_inset
34320 </cell>
34321 </row>
34322 <row interlinespace="2.5mm">
34323 <cell alignment="center" valignment="top" usebox="none">
34324 \begin_inset Text
34325
34326 \begin_layout Plain Layout
34327 \begin_inset Graphics
34328         filename ../../images/math-macro-add-optional-param.png
34329         BoundingBox 0bp 5bp 20bp 25bp
34330         rotateOrigin center
34331
34332 \end_inset
34333
34334
34335 \end_layout
34336
34337 \end_inset
34338 </cell>
34339 <cell alignment="center" valignment="top" usebox="none">
34340 \begin_inset Text
34341
34342 \begin_layout Plain Layout
34343
34344 \family sans
34345 Editar\SpecialChar \menuseparator
34346 Ecuación\SpecialChar \menuseparator
34347 Definición de macro\SpecialChar \menuseparator
34348 Insertar argumento opcional
34349 \end_layout
34350
34351 \end_inset
34352 </cell>
34353 </row>
34354 <row interlinespace="2.5mm">
34355 <cell alignment="center" valignment="top" usebox="none">
34356 \begin_inset Text
34357
34358 \begin_layout Plain Layout
34359 \begin_inset Graphics
34360         filename ../../images/math-macro-remove-greedy-param.png
34361         BoundingBox 0bp 5bp 20bp 25bp
34362         rotateOrigin center
34363
34364 \end_inset
34365
34366
34367 \end_layout
34368
34369 \end_inset
34370 </cell>
34371 <cell alignment="center" valignment="top" usebox="none">
34372 \begin_inset Text
34373
34374 \begin_layout Plain Layout
34375
34376 \family sans
34377 Editar\SpecialChar \menuseparator
34378 Ecuación\SpecialChar \menuseparator
34379 Definición de macro\SpecialChar \menuseparator
34380 Quitar último argumento
34381 \begin_inset Newline newline
34382 \end_inset
34383
34384
34385 \begin_inset ERT
34386 status collapsed
34387
34388 \begin_layout Plain Layout
34389
34390
34391 \backslash
34392 hphantom{
34393 \end_layout
34394
34395 \end_inset
34396
34397 Editar\SpecialChar \menuseparator
34398 Ecuación\SpecialChar \menuseparator
34399 Definición de macro\SpecialChar \menuseparator
34400
34401 \begin_inset ERT
34402 status collapsed
34403
34404 \begin_layout Plain Layout
34405
34406 }
34407 \end_layout
34408
34409 \end_inset
34410
34411 yendo hacia la derecha
34412 \end_layout
34413
34414 \end_inset
34415 </cell>
34416 </row>
34417 <row interlinespace="2.5mm">
34418 <cell alignment="center" valignment="top" usebox="none">
34419 \begin_inset Text
34420
34421 \begin_layout Plain Layout
34422 \begin_inset Graphics
34423         filename ../../images/math-macro-append-greedy-param.png
34424         BoundingBox 0bp 5bp 20bp 25bp
34425         rotateOrigin center
34426
34427 \end_inset
34428
34429
34430 \end_layout
34431
34432 \end_inset
34433 </cell>
34434 <cell alignment="center" valignment="top" usebox="none">
34435 \begin_inset Text
34436
34437 \begin_layout Plain Layout
34438
34439 \family sans
34440 Editar\SpecialChar \menuseparator
34441 Ecuación\SpecialChar \menuseparator
34442 Definición de macro\SpecialChar \menuseparator
34443 Añadir argumento comiendo
34444 \begin_inset Newline newline
34445 \end_inset
34446
34447
34448 \begin_inset ERT
34449 status collapsed
34450
34451 \begin_layout Plain Layout
34452
34453
34454 \backslash
34455 hphantom{
34456 \end_layout
34457
34458 \end_inset
34459
34460 Editar\SpecialChar \menuseparator
34461 Ecuación\SpecialChar \menuseparator
34462 Definición de macro\SpecialChar \menuseparator
34463
34464 \begin_inset ERT
34465 status collapsed
34466
34467 \begin_layout Plain Layout
34468
34469 }
34470 \end_layout
34471
34472 \end_inset
34473
34474 desde la derecha
34475 \end_layout
34476
34477 \end_inset
34478 </cell>
34479 </row>
34480 <row interlinespace="2.5mm">
34481 <cell alignment="center" valignment="top" usebox="none">
34482 \begin_inset Text
34483
34484 \begin_layout Plain Layout
34485 \begin_inset Graphics
34486         filename ../../images/math-macro-add-greedy-optional-param.png
34487         BoundingBox 0bp 5bp 20bp 25bp
34488         rotateOrigin center
34489
34490 \end_inset
34491
34492
34493 \end_layout
34494
34495 \end_inset
34496 </cell>
34497 <cell alignment="center" valignment="top" usebox="none">
34498 \begin_inset Text
34499
34500 \begin_layout Plain Layout
34501
34502 \family sans
34503 Editar\SpecialChar \menuseparator
34504 Ecuación\SpecialChar \menuseparator
34505 Definición de macro\SpecialChar \menuseparator
34506 Añadir argumento opcional
34507 \begin_inset Newline newline
34508 \end_inset
34509
34510
34511 \begin_inset ERT
34512 status collapsed
34513
34514 \begin_layout Plain Layout
34515
34516
34517 \backslash
34518 hphantom{
34519 \end_layout
34520
34521 \end_inset
34522
34523 Editar\SpecialChar \menuseparator
34524 Ecuación\SpecialChar \menuseparator
34525 Definición de macro\SpecialChar \menuseparator
34526
34527 \begin_inset ERT
34528 status collapsed
34529
34530 \begin_layout Plain Layout
34531
34532 }
34533 \end_layout
34534
34535 \end_inset
34536
34537 comiendo desde la derecha
34538 \end_layout
34539
34540 \end_inset
34541 </cell>
34542 </row>
34543 </lyxtabular>
34544
34545 \end_inset
34546
34547
34548 \end_layout
34549
34550 \begin_layout Standard
34551 \noindent
34552 \align center
34553 \begin_inset Newpage newpage
34554 \end_inset
34555
34556
34557 \end_layout
34558
34559 \begin_layout Section
34560 Indicaciones
34561 \begin_inset ERT
34562 status collapsed
34563
34564 \begin_layout Plain Layout
34565
34566
34567 \backslash
34568 texorpdfstring{
34569 \end_layout
34570
34571 \end_inset
34572
34573
34574 \begin_inset Foot
34575 status collapsed
34576
34577 \begin_layout Plain Layout
34578 Otras sugerencias útiles para matemáticas en 
34579 \begin_inset CommandInset citation
34580 LatexCommand cite
34581 key "Voss"
34582
34583 \end_inset
34584
34585 .
34586 \end_layout
34587
34588 \end_inset
34589
34590
34591 \begin_inset ERT
34592 status collapsed
34593
34594 \begin_layout Plain Layout
34595
34596 }{}
34597 \end_layout
34598
34599 \end_inset
34600
34601
34602 \begin_inset Note Note
34603 status collapsed
34604
34605 \begin_layout Plain Layout
34606
34607 \backslash
34608 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
34609  PDF.
34610 \end_layout
34611
34612 \begin_layout Plain Layout
34613 Más sobre 
34614 \backslash
34615 texorpdfstring hay en la sección 
34616 \begin_inset CommandInset ref
34617 LatexCommand ref
34618 reference "sub:Ecuaciones-en-encabezados"
34619
34620 \end_inset
34621
34622 .
34623 \end_layout
34624
34625 \end_inset
34626
34627
34628 \begin_inset Index
34629 status collapsed
34630
34631 \begin_layout Plain Layout
34632 Indicaciones
34633 \end_layout
34634
34635 \end_inset
34636
34637
34638 \end_layout
34639
34640 \begin_layout Subsection
34641 Números negativos
34642 \begin_inset Index
34643 status collapsed
34644
34645 \begin_layout Plain Layout
34646 Numeros@Números ! negativos
34647 \end_layout
34648
34649 \end_inset
34650
34651
34652 \end_layout
34653
34654 \begin_layout Standard
34655 Los números negativos a veces se ven feos en las ecuaciones porque el signo
34656  menos delante del número tiene la misma longitud que el operador signo
34657  menos.
34658  Si se escribe el número negativo en texto normal el signo menos aparece
34659  correctamente.
34660 \end_layout
34661
34662 \begin_layout Standard
34663 Así pues, el problema desaparece si se convierte el signo menos a texto
34664  matemático.
34665 \end_layout
34666
34667 \begin_layout Standard
34668 Un ejemplo para visualizar el problema:
34669 \end_layout
34670
34671 \begin_layout Standard
34672 \noindent
34673 \align center
34674 \begin_inset Tabular
34675 <lyxtabular version="3" rows="3" columns="2">
34676 <features>
34677 <column alignment="center" valignment="top" width="0">
34678 <column alignment="center" valignment="top" width="0">
34679 <row>
34680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34681 \begin_inset Text
34682
34683 \begin_layout Plain Layout
34684 texto normal:
34685 \end_layout
34686
34687 \end_inset
34688 </cell>
34689 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34690 \begin_inset Text
34691
34692 \begin_layout Plain Layout
34693 x = -2
34694 \end_layout
34695
34696 \end_inset
34697 </cell>
34698 </row>
34699 <row>
34700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34701 \begin_inset Text
34702
34703 \begin_layout Plain Layout
34704 ecuación:
34705 \end_layout
34706
34707 \end_inset
34708 </cell>
34709 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34710 \begin_inset Text
34711
34712 \begin_layout Plain Layout
34713 \begin_inset Formula $x=-2$
34714 \end_inset
34715
34716
34717 \end_layout
34718
34719 \end_inset
34720 </cell>
34721 </row>
34722 <row>
34723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34724 \begin_inset Text
34725
34726 \begin_layout Plain Layout
34727 solución:
34728 \end_layout
34729
34730 \end_inset
34731 </cell>
34732 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34733 \begin_inset Text
34734
34735 \begin_layout Plain Layout
34736 \begin_inset Formula $x=\mbox{-}2$
34737 \end_inset
34738
34739
34740 \end_layout
34741
34742 \end_inset
34743 </cell>
34744 </row>
34745 </lyxtabular>
34746
34747 \end_inset
34748
34749
34750 \end_layout
34751
34752 \begin_layout Subsection
34753 Coma como separador decimal
34754 \begin_inset Index
34755 status collapsed
34756
34757 \begin_layout Plain Layout
34758 Coma decimal
34759 \end_layout
34760
34761 \end_inset
34762
34763
34764 \end_layout
34765
34766 \begin_layout Standard
34767 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
34768  de grupos numéricos.
34769  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
34770 \end_layout
34771
34772 \begin_layout Standard
34773 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
34774  
34775 \family sans
34776 Ctrl+M
34777 \family default
34778 ).
34779 \end_layout
34780
34781 \begin_layout Standard
34782 Para usar las comas en todas las fórmulas del documento como separador decimal,
34783  se carga el archivo 
34784 \series bold
34785 icomma.sty
34786 \series default
34787
34788 \begin_inset Foot
34789 status collapsed
34790
34791 \begin_layout Plain Layout
34792
34793 \series bold
34794 icomma
34795 \series default
34796  forma parte del paquete LaTeX 
34797 \series bold
34798 was
34799 \series default
34800
34801 \begin_inset Index
34802 status collapsed
34803
34804 \begin_layout Plain Layout
34805 Paquetes ! was
34806 \begin_inset ERT
34807 status collapsed
34808
34809 \begin_layout Plain Layout
34810
34811
34812 \backslash
34813 vspace{4mm}
34814 \end_layout
34815
34816 \end_inset
34817
34818
34819 \end_layout
34820
34821 \end_inset
34822
34823 .
34824 \end_layout
34825
34826 \end_inset
34827
34828
34829 \begin_inset Index
34830 status collapsed
34831
34832 \begin_layout Plain Layout
34833 Paquetes ! icomma
34834 \end_layout
34835
34836 \end_inset
34837
34838  en el preámbulo LaTeX con la línea: 
34839 \end_layout
34840
34841 \begin_layout Standard
34842
34843 \series bold
34844
34845 \backslash
34846 usepackage{icomma}
34847 \end_layout
34848
34849 \begin_layout Subsection
34850 Vectores físicos
34851 \begin_inset CommandInset label
34852 LatexCommand label
34853 name "sub:Vectores-físicos"
34854
34855 \end_inset
34856
34857
34858 \begin_inset Index
34859 status collapsed
34860
34861 \begin_layout Plain Layout
34862 Vectores físicos
34863 \end_layout
34864
34865 \end_inset
34866
34867
34868 \end_layout
34869
34870 \begin_layout Standard
34871 El paquete LaTeX 
34872 \series bold
34873 braket
34874 \series default
34875
34876 \begin_inset Foot
34877 status collapsed
34878
34879 \begin_layout Plain Layout
34880
34881 \series bold
34882 braket
34883 \series default
34884  se incluye en las instalaciones estándar de LaTeX.
34885 \end_layout
34886
34887 \end_inset
34888
34889
34890 \begin_inset Index
34891 status collapsed
34892
34893 \begin_layout Plain Layout
34894 Paquetes ! braket
34895 \end_layout
34896
34897 \end_inset
34898
34899  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
34900 \end_layout
34901
34902 \begin_layout Standard
34903
34904 \series bold
34905
34906 \backslash
34907 usepackage{braket}
34908 \end_layout
34909
34910 \begin_layout Standard
34911 \begin_inset ERT
34912 status collapsed
34913
34914 \begin_layout Plain Layout
34915
34916
34917 \backslash
34918 ifbraket 
34919 \end_layout
34920
34921 \end_inset
34922
34923
34924 \begin_inset Note Note
34925 status collapsed
34926
34927 \begin_layout Plain Layout
34928 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
34929 \series bold
34930 braket
34931 \series default
34932  está instalado.
34933 \end_layout
34934
34935 \end_inset
34936
34937
34938 \end_layout
34939
34940 \begin_layout Standard
34941 Están definidos los siguientes comandos:
34942 \end_layout
34943
34944 \begin_layout Standard
34945 \noindent
34946 \align center
34947 \begin_inset Tabular
34948 <lyxtabular version="3" rows="4" columns="2">
34949 <features>
34950 <column alignment="center" valignment="top" width="0">
34951 <column alignment="center" valignment="top" width="0">
34952 <row>
34953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34954 \begin_inset Text
34955
34956 \begin_layout Plain Layout
34957 Comando
34958 \end_layout
34959
34960 \end_inset
34961 </cell>
34962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34963 \begin_inset Text
34964
34965 \begin_layout Plain Layout
34966 Resultado
34967 \end_layout
34968
34969 \end_inset
34970 </cell>
34971 </row>
34972 <row>
34973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34974 \begin_inset Text
34975
34976 \begin_layout Plain Layout
34977
34978 \backslash
34979 Bra{
34980 \backslash
34981 psi
34982 \end_layout
34983
34984 \end_inset
34985 </cell>
34986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34987 \begin_inset Text
34988
34989 \begin_layout Plain Layout
34990 \begin_inset Formula $\Bra{\psi}$
34991 \end_inset
34992
34993
34994 \end_layout
34995
34996 \end_inset
34997 </cell>
34998 </row>
34999 <row>
35000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35001 \begin_inset Text
35002
35003 \begin_layout Plain Layout
35004
35005 \backslash
35006 Ket{
35007 \backslash
35008 psi
35009 \end_layout
35010
35011 \end_inset
35012 </cell>
35013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35014 \begin_inset Text
35015
35016 \begin_layout Plain Layout
35017 \begin_inset Formula $\Ket{\psi}$
35018 \end_inset
35019
35020
35021 \end_layout
35022
35023 \end_inset
35024 </cell>
35025 </row>
35026 <row>
35027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35028 \begin_inset Text
35029
35030 \begin_layout Plain Layout
35031
35032 \backslash
35033 Braket{
35034 \backslash
35035 psi|
35036 \backslash
35037 phi
35038 \end_layout
35039
35040 \end_inset
35041 </cell>
35042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35043 \begin_inset Text
35044
35045 \begin_layout Plain Layout
35046 \begin_inset Formula $\Braket{\psi|\phi}$
35047 \end_inset
35048
35049
35050 \end_layout
35051
35052 \end_inset
35053 </cell>
35054 </row>
35055 </lyxtabular>
35056
35057 \end_inset
35058
35059
35060 \end_layout
35061
35062 \begin_layout Standard
35063 El comando 
35064 \series bold
35065
35066 \backslash
35067 Braket
35068 \series default
35069  asegura que todas las barras verticales tienen el tamaño de los delimitadores
35070  circundantes:
35071 \begin_inset Formula \[
35072 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
35073
35074 \end_inset
35075
35076
35077 \begin_inset ERT
35078 status collapsed
35079
35080 \begin_layout Plain Layout
35081
35082
35083 \backslash
35084 else
35085 \end_layout
35086
35087 \end_inset
35088
35089
35090 \begin_inset Note Note
35091 status collapsed
35092
35093 \begin_layout Plain Layout
35094 Lo que sigue se verá en la salida si el paquete LaTeX 
35095 \series bold
35096 braket
35097 \series default
35098  no está instalado:
35099 \end_layout
35100
35101 \end_inset
35102
35103
35104 \end_layout
35105
35106 \begin_layout Standard
35107 Debes instalar el paquete LaTeX 
35108 \series bold
35109 braket
35110 \series default
35111  para ver en la salida el resto de esta subsección.
35112 \end_layout
35113
35114 \begin_layout Standard
35115 \begin_inset ERT
35116 status collapsed
35117
35118 \begin_layout Plain Layout
35119
35120
35121 \backslash
35122 fi
35123 \end_layout
35124
35125 \end_inset
35126
35127
35128 \end_layout
35129
35130 \begin_layout Standard
35131 El efecto de 
35132 \series bold
35133
35134 \backslash
35135 Braket
35136 \series default
35137  también se puede conseguir con el comando 
35138 \series bold
35139
35140 \backslash
35141 middle
35142 \series default
35143 , que se describe en 
35144 \begin_inset CommandInset ref
35145 LatexCommand ref
35146 reference "sub:Tamaño-automático-de"
35147
35148 \end_inset
35149
35150 .
35151 \end_layout
35152
35153 \begin_layout Subsection
35154 Fracciones definidas por el usuario
35155 \begin_inset CommandInset label
35156 LatexCommand label
35157 name "sub:Fracciones-personalizadas"
35158
35159 \end_inset
35160
35161
35162 \begin_inset Index
35163 status collapsed
35164
35165 \begin_layout Plain Layout
35166 Fracciones ! personalizadas
35167 \end_layout
35168
35169 \end_inset
35170
35171
35172 \end_layout
35173
35174 \begin_layout Standard
35175 Para definir comandos personalizados para fracciones, se usa el comando
35176  
35177 \series bold
35178
35179 \backslash
35180 genfrac
35181 \series default
35182
35183 \begin_inset Index
35184 status collapsed
35185
35186 \begin_layout Plain Layout
35187 Comandos ! G ! 
35188 \backslash
35189 genfrac
35190 \end_layout
35191
35192 \end_inset
35193
35194  con el siguiente esquema:
35195 \end_layout
35196
35197 \begin_layout Standard
35198
35199 \series bold
35200
35201 \backslash
35202 genfrac{delimitador izquierdo}{delimitador derecho}{grosor raya de
35203 \begin_inset Newline newline
35204 \end_inset
35205
35206
35207 \begin_inset ERT
35208 status collapsed
35209
35210 \begin_layout Plain Layout
35211
35212
35213 \backslash
35214 phantom{
35215 \end_layout
35216
35217 \end_inset
35218
35219
35220 \backslash
35221 genfrac{
35222 \begin_inset ERT
35223 status collapsed
35224
35225 \begin_layout Plain Layout
35226
35227 }
35228 \end_layout
35229
35230 \end_inset
35231
35232 fracción}{estilo}{numerador}{denominador}
35233 \end_layout
35234
35235 \begin_layout Standard
35236 El estilo es un número en el rango 0-3.
35237 \end_layout
35238
35239 \begin_layout Standard
35240 \align center
35241 \begin_inset Tabular
35242 <lyxtabular version="3" rows="5" columns="2">
35243 <features>
35244 <column alignment="center" valignment="top" width="0">
35245 <column alignment="center" valignment="top" width="0">
35246 <row>
35247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35248 \begin_inset Text
35249
35250 \begin_layout Plain Layout
35251 Número
35252 \end_layout
35253
35254 \end_inset
35255 </cell>
35256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35257 \begin_inset Text
35258
35259 \begin_layout Plain Layout
35260 Estilo (tamaño)
35261 \end_layout
35262
35263 \end_inset
35264 </cell>
35265 </row>
35266 <row>
35267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35268 \begin_inset Text
35269
35270 \begin_layout Plain Layout
35271 0
35272 \end_layout
35273
35274 \end_inset
35275 </cell>
35276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35277 \begin_inset Text
35278
35279 \begin_layout Plain Layout
35280 ecuación presentada
35281 \end_layout
35282
35283 \end_inset
35284 </cell>
35285 </row>
35286 <row>
35287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35288 \begin_inset Text
35289
35290 \begin_layout Plain Layout
35291 1
35292 \end_layout
35293
35294 \end_inset
35295 </cell>
35296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35297 \begin_inset Text
35298
35299 \begin_layout Plain Layout
35300 ecuación en línea
35301 \end_layout
35302
35303 \end_inset
35304 </cell>
35305 </row>
35306 <row>
35307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35308 \begin_inset Text
35309
35310 \begin_layout Plain Layout
35311 2
35312 \end_layout
35313
35314 \end_inset
35315 </cell>
35316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35317 \begin_inset Text
35318
35319 \begin_layout Plain Layout
35320 pequeño
35321 \end_layout
35322
35323 \end_inset
35324 </cell>
35325 </row>
35326 <row>
35327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35328 \begin_inset Text
35329
35330 \begin_layout Plain Layout
35331 3
35332 \end_layout
35333
35334 \end_inset
35335 </cell>
35336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35337 \begin_inset Text
35338
35339 \begin_layout Plain Layout
35340 muy pequeño
35341 \end_layout
35342
35343 \end_inset
35344 </cell>
35345 </row>
35346 </lyxtabular>
35347
35348 \end_inset
35349
35350
35351 \end_layout
35352
35353 \begin_layout Standard
35354 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
35355  
35356 \series bold
35357
35358 \backslash
35359 frac
35360 \series default
35361 .
35362 \end_layout
35363
35364 \begin_layout Standard
35365 Si no se pone grosor de la raya de fracción se usará el valor predefinido
35366  de 0.4
35367 \begin_inset space \thinspace{}
35368 \end_inset
35369
35370 pt.
35371 \end_layout
35372
35373 \begin_layout Standard
35374 Por ejemplo, los comandos 
35375 \series bold
35376
35377 \backslash
35378 dfrac
35379 \series default
35380  y 
35381 \series bold
35382
35383 \backslash
35384 tbinom
35385 \series default
35386  de la 
35387 \begin_inset CommandInset ref
35388 LatexCommand ref
35389 reference "sub:Fracciones"
35390
35391 \end_inset
35392
35393  se definen con los comandos:
35394 \end_layout
35395
35396 \begin_layout Standard
35397
35398 \series bold
35399
35400 \backslash
35401 newcommand{
35402 \backslash
35403 dfrac}[2]{
35404 \backslash
35405 genfrac{}{}{}{0}{#1}{#2}}
35406 \end_layout
35407
35408 \begin_layout Standard
35409 y
35410 \end_layout
35411
35412 \begin_layout Standard
35413
35414 \series bold
35415
35416 \backslash
35417 newcommand{
35418 \backslash
35419 tbinom}[2]{
35420 \backslash
35421 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35422 \end_layout
35423
35424 \begin_layout Standard
35425 \begin_inset VSpace medskip
35426 \end_inset
35427
35428
35429 \end_layout
35430
35431 \begin_layout Standard
35432 Para definir una fracción en la que el grosor de la raya se pueda definir
35433  como argumento opcional, se inserta la siguiente línea en el preámbulo
35434  LaTeX:
35435 \end_layout
35436
35437 \begin_layout Standard
35438
35439 \series bold
35440
35441 \backslash
35442 newcommand{
35443 \backslash
35444 fracS}[3][]{
35445 \backslash
35446 genfrac{}{}{#1}{}{#2}{#3}}
35447 \end_layout
35448
35449 \begin_layout Standard
35450 Un ensayo:
35451 \begin_inset Formula \begin{align*}
35452 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35453 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
35454
35455 \end_inset
35456
35457 Como se puede ver, la distancia del numerador y el denominador a la raya
35458  de fracción se redondea a unas tres veces el grosor de la raya.
35459 \end_layout
35460
35461 \begin_layout Subsection
35462 Ecuaciones canceladas
35463 \begin_inset Index
35464 status collapsed
35465
35466 \begin_layout Plain Layout
35467 Ecuación ! cancelada
35468 \end_layout
35469
35470 \end_inset
35471
35472
35473 \end_layout
35474
35475 \begin_layout Standard
35476 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
35477  
35478 \series bold
35479 cancel
35480 \series default
35481
35482 \begin_inset Foot
35483 status collapsed
35484
35485 \begin_layout Plain Layout
35486
35487 \series bold
35488 cancel
35489 \series default
35490  forma parte de las distribuciones estándar de LaTeX.
35491 \end_layout
35492
35493 \end_inset
35494
35495
35496 \begin_inset Index
35497 status collapsed
35498
35499 \begin_layout Plain Layout
35500 Paquetes ! cancel
35501 \end_layout
35502
35503 \end_inset
35504
35505  con la línea de preámbulo LaTeX
35506 \end_layout
35507
35508 \begin_layout Standard
35509
35510 \series bold
35511
35512 \backslash
35513 usepackage[samesize]{cancel}
35514 \end_layout
35515
35516 \begin_layout Standard
35517 Hay cuatro formas de cancelar ecuaciones:
35518 \end_layout
35519
35520 \begin_layout Standard
35521 \align center
35522 \begin_inset Tabular
35523 <lyxtabular version="3" rows="5" columns="2">
35524 <features>
35525 <column alignment="center" valignment="top" width="0">
35526 <column alignment="center" valignment="top" width="0">
35527 <row>
35528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35529 \begin_inset Text
35530
35531 \begin_layout Plain Layout
35532 Comando
35533 \end_layout
35534
35535 \end_inset
35536 </cell>
35537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35538 \begin_inset Text
35539
35540 \begin_layout Plain Layout
35541 Resultado
35542 \begin_inset Note Note
35543 status collapsed
35544
35545 \begin_layout Plain Layout
35546 El
35547 \series bold
35548  
35549 \series default
35550 espacio y 
35551 \series bold
35552
35553 \backslash
35554 raisebox
35555 \series default
35556  se usa sólo como espaciador
35557 \end_layout
35558
35559 \end_inset
35560
35561
35562 \end_layout
35563
35564 \end_inset
35565 </cell>
35566 </row>
35567 <row>
35568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35569 \begin_inset Text
35570
35571 \begin_layout Plain Layout
35572
35573 \backslash
35574 cancel{
35575 \backslash
35576 int
35577 \begin_inset ERT
35578 status collapsed
35579
35580 \begin_layout Plain Layout
35581
35582
35583 \backslash
35584 spce 
35585 \end_layout
35586
35587 \end_inset
35588
35589 A=B
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 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35599 \end_inset
35600
35601
35602 \end_layout
35603
35604 \end_inset
35605 </cell>
35606 </row>
35607 <row>
35608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35609 \begin_inset Text
35610
35611 \begin_layout Plain Layout
35612
35613 \backslash
35614 bcancel{
35615 \backslash
35616 int
35617 \begin_inset ERT
35618 status collapsed
35619
35620 \begin_layout Plain Layout
35621
35622
35623 \backslash
35624 spce 
35625 \end_layout
35626
35627 \end_inset
35628
35629 A=B
35630 \end_layout
35631
35632 \end_inset
35633 </cell>
35634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35635 \begin_inset Text
35636
35637 \begin_layout Plain Layout
35638 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35639 \end_inset
35640
35641
35642 \end_layout
35643
35644 \end_inset
35645 </cell>
35646 </row>
35647 <row>
35648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35649 \begin_inset Text
35650
35651 \begin_layout Plain Layout
35652
35653 \backslash
35654 xcancel{
35655 \backslash
35656 int
35657 \begin_inset ERT
35658 status collapsed
35659
35660 \begin_layout Plain Layout
35661
35662
35663 \backslash
35664 spce 
35665 \end_layout
35666
35667 \end_inset
35668
35669 A=B
35670 \end_layout
35671
35672 \end_inset
35673 </cell>
35674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35675 \begin_inset Text
35676
35677 \begin_layout Plain Layout
35678 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35679 \end_inset
35680
35681
35682 \end_layout
35683
35684 \end_inset
35685 </cell>
35686 </row>
35687 <row>
35688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35689 \begin_inset Text
35690
35691 \begin_layout Plain Layout
35692
35693 \backslash
35694 cancelto{1
35695 \begin_inset Formula $\to$
35696 \end_inset
35697
35698
35699 \backslash
35700 {
35701 \backslash
35702 int
35703 \begin_inset ERT
35704 status collapsed
35705
35706 \begin_layout Plain Layout
35707
35708
35709 \backslash
35710 spce 
35711 \end_layout
35712
35713 \end_inset
35714
35715 A=B
35716 \end_layout
35717
35718 \end_inset
35719 </cell>
35720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35721 \begin_inset Text
35722
35723 \begin_layout Plain Layout
35724 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35725 \end_inset
35726
35727
35728 \end_layout
35729
35730 \end_inset
35731 </cell>
35732 </row>
35733 </lyxtabular>
35734
35735 \end_inset
35736
35737
35738 \end_layout
35739
35740 \begin_layout Standard
35741
35742 \series bold
35743
35744 \backslash
35745 cancelto
35746 \series default
35747  es especialmente apropiada para visualizar la simplificación de fracciones
35748  en una ecuación:
35749 \begin_inset Formula \[
35750 \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}}}\]
35751
35752 \end_inset
35753
35754
35755 \end_layout
35756
35757 \begin_layout Subsection
35758 Ecuaciones en encabezados de sección
35759 \begin_inset CommandInset label
35760 LatexCommand label
35761 name "sub:Ecuaciones-en-encabezados"
35762
35763 \end_inset
35764
35765
35766 \begin_inset Index
35767 status collapsed
35768
35769 \begin_layout Plain Layout
35770 Ecuación ! en encabezados de sección
35771 \end_layout
35772
35773 \end_inset
35774
35775
35776 \end_layout
35777
35778 \begin_layout Standard
35779 Si se quiere poner una ecuación en un encabezado de sección hay que tener
35780  en cuenta lo siguiente:
35781 \end_layout
35782
35783 \begin_layout Standard
35784 \begin_inset Note Greyedout
35785 status open
35786
35787 \begin_layout Plain Layout
35788 Si el soporte para 
35789 \series bold
35790 hyperref
35791 \series default
35792
35793 \begin_inset Index
35794 status collapsed
35795
35796 \begin_layout Plain Layout
35797 Paquetes ! hyperref
35798 \end_layout
35799
35800 \end_inset
35801
35802  está activado en la configuración del documento, 
35803 \family sans
35804 Propiedades
35805 \begin_inset space ~
35806 \end_inset
35807
35808
35809 \family default
35810 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
35811  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
35812  texto del marcador, porque se infringen las convenciones PDF.
35813 \end_layout
35814
35815 \end_inset
35816
35817
35818 \end_layout
35819
35820 \begin_layout Standard
35821 Estos problemas se pueden solucionar insertando al final del encabezado
35822  un título breve con el menú 
35823 \family sans
35824 Insertar\SpecialChar \menuseparator
35825 Título
35826 \begin_inset space ~
35827 \end_inset
35828
35829 breve
35830 \family default
35831 .
35832  Los títulos breves se usan como alternativa para encabezados de sección
35833  con más de una línea para mantener el buen aspecto del índice.
35834  En éste sólo aparece el título breve y por tanto también en los marcadores.
35835 \end_layout
35836
35837 \begin_layout Standard
35838 Si hay que poner ecuaciones en el índice y se usa 
35839 \series bold
35840 hyperref
35841 \series default
35842 , se puede insertar el siguiente comando en modo TeX:
35843 \end_layout
35844
35845 \begin_layout Standard
35846
35847 \series bold
35848
35849 \backslash
35850 texorpdfstring{parte}{alternativa}
35851 \begin_inset Index
35852 status collapsed
35853
35854 \begin_layout Plain Layout
35855 Comandos ! T ! 
35856 \backslash
35857 texorpdfstring
35858 \end_layout
35859
35860 \end_inset
35861
35862
35863 \end_layout
35864
35865 \begin_layout Standard
35866 parte se refiere a la parte del encabezado que no debería aparecer en el
35867  marcador PDF.
35868  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
35869  La alternativa se usa para el marcador en vez de la parte.
35870 \end_layout
35871
35872 \begin_layout Standard
35873 Aquí hay dos ejemplos de encabezados con ecuación:
35874 \end_layout
35875
35876 \begin_layout Standard
35877 \begin_inset VSpace -3mm
35878 \end_inset
35879
35880
35881 \end_layout
35882
35883 \begin_layout Standard
35884 \begin_inset ERT
35885 status collapsed
35886
35887 \begin_layout Plain Layout
35888
35889
35890 \backslash
35891 boldmath 
35892 \end_layout
35893
35894 \end_inset
35895
35896
35897 \end_layout
35898
35899 \begin_layout Subsubsection
35900 Encabezado sin ecuación en el índice 
35901 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35902 \end_inset
35903
35904
35905 \begin_inset OptArg
35906 status collapsed
35907
35908 \begin_layout Plain Layout
35909 Encabezado sin ecuación en el índice
35910 \end_layout
35911
35912 \end_inset
35913
35914
35915 \end_layout
35916
35917 \begin_layout Subsubsection
35918 Encabezado con ecuación en el índice
35919 \begin_inset ERT
35920 status collapsed
35921
35922 \begin_layout Plain Layout
35923
35924
35925 \backslash
35926 texorpdfstring{
35927 \end_layout
35928
35929 \end_inset
35930
35931  
35932 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35933 \end_inset
35934
35935
35936 \begin_inset ERT
35937 status collapsed
35938
35939 \begin_layout Plain Layout
35940
35941 }{}
35942 \end_layout
35943
35944 \end_inset
35945
35946
35947 \end_layout
35948
35949 \begin_layout Standard
35950 \begin_inset ERT
35951 status collapsed
35952
35953 \begin_layout Plain Layout
35954
35955
35956 \backslash
35957 unboldmath 
35958 \end_layout
35959
35960 \end_inset
35961
35962 En el primer encabezado se ha puesto un título breve, en el segundo un 
35963 \series bold
35964
35965 \backslash
35966 texorpdfstring
35967 \series default
35968 .
35969 \end_layout
35970
35971 \begin_layout Standard
35972 Para obtener el mismo formato que en los demás encabezados se han puesto
35973  ambos en un entorno 
35974 \series bold
35975 boldmath
35976 \series default
35977 .
35978 \begin_inset Foot
35979 status collapsed
35980
35981 \begin_layout Plain Layout
35982 véase 
35983 \begin_inset CommandInset ref
35984 LatexCommand ref
35985 reference "sub:Ecuaciones-en-negrita"
35986
35987 \end_inset
35988
35989
35990 \end_layout
35991
35992 \end_inset
35993
35994
35995 \end_layout
35996
35997 \begin_layout Subsection
35998 Ecuaciones en texto multicolumna
35999 \begin_inset Index
36000 status collapsed
36001
36002 \begin_layout Plain Layout
36003 Ecuación ! en texto multicolumna
36004 \end_layout
36005
36006 \end_inset
36007
36008
36009 \end_layout
36010
36011 \begin_layout Standard
36012 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
36013  para ajustarse a la columna y entonces es preciso abarcar la anchura total
36014  de la página.
36015  Esto se hace usando el paquete LaTeX 
36016 \series bold
36017 multicol
36018 \series default
36019 ,
36020 \begin_inset Foot
36021 status collapsed
36022
36023 \begin_layout Plain Layout
36024
36025 \series bold
36026 multicol
36027 \series default
36028  forma parte de las distribuciones LaTeX estándar.
36029 \end_layout
36030
36031 \end_inset
36032
36033
36034 \begin_inset Index
36035 status collapsed
36036
36037 \begin_layout Plain Layout
36038 Paquetes ! multicol
36039 \end_layout
36040
36041 \end_inset
36042
36043  que se carga en el preámbulo LaTeX con la línea
36044 \end_layout
36045
36046 \begin_layout Standard
36047
36048 \series bold
36049
36050 \backslash
36051 usepackage{multicol}
36052 \end_layout
36053
36054 \begin_layout Standard
36055 \begin_inset Note Greyedout
36056 status collapsed
36057
36058 \begin_layout Plain Layout
36059 Ten en cuenta que la opción 
36060 \family sans
36061 Documento
36062 \begin_inset space ~
36063 \end_inset
36064
36065 con
36066 \begin_inset space ~
36067 \end_inset
36068
36069 dos
36070 \begin_inset space ~
36071 \end_inset
36072
36073 caras
36074 \family default
36075 , bajo 
36076 \family sans
36077 Diseño
36078 \begin_inset space ~
36079 \end_inset
36080
36081 de
36082 \begin_inset space ~
36083 \end_inset
36084
36085 página 
36086 \family default
36087 en el menú 
36088 \family sans
36089 Documento\SpecialChar \menuseparator
36090 Configuración
36091 \family default
36092  
36093 \emph on
36094 debe
36095 \emph default
36096  estar desmarcada.
36097 \end_layout
36098
36099 \end_inset
36100
36101
36102 \end_layout
36103
36104 \begin_layout Standard
36105 Antes del texto multicolumna se inserta en modo TeX el comando
36106 \end_layout
36107
36108 \begin_layout Standard
36109
36110 \series bold
36111
36112 \backslash
36113 begin{multicols}{número de columnas}
36114 \end_layout
36115
36116 \begin_layout Standard
36117 El número de columnas está en el rango 2-10.
36118  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
36119  TeX el comando
36120 \end_layout
36121
36122 \begin_layout Standard
36123
36124 \series bold
36125
36126 \backslash
36127 end{multicols}
36128 \end_layout
36129
36130 \begin_layout Standard
36131 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
36132  Para quitarlo se inserta un espacio vertical de -6
36133 \begin_inset space \thinspace{}
36134 \end_inset
36135
36136 mm antes de la ecuación.
36137  Si se usa el estilo 
36138 \series bold
36139 Sangrado
36140 \series default
36141 ,
36142 \begin_inset Foot
36143 status collapsed
36144
36145 \begin_layout Plain Layout
36146 véase estilos de ecuación en 
36147 \begin_inset CommandInset ref
36148 LatexCommand ref
36149 reference "sec:Estilos-de-ecuación"
36150
36151 \end_inset
36152
36153
36154 \end_layout
36155
36156 \end_inset
36157
36158  se inserta un espacio de -9
36159 \begin_inset space \thinspace{}
36160 \end_inset
36161
36162 mm.
36163 \end_layout
36164
36165 \begin_layout Standard
36166 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
36167 \end_layout
36168
36169 \begin_layout Standard
36170
36171 \lang german
36172 \begin_inset ERT
36173 status collapsed
36174
36175 \begin_layout Plain Layout
36176
36177
36178 \backslash
36179 begin{multicols}{2}
36180 \end_layout
36181
36182 \end_inset
36183
36184 Das Spektrum wird fouriertransformiert.
36185  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36186 , Lösungsmittel) zu trennen.
36187  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36188  nun das Aussehen des Ausgangssignals.
36189  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36190  über alle Phasen integrieren muss.
36191  Sei nun 
36192 \begin_inset Formula $S$
36193 \end_inset
36194
36195  unser normiertes Ausgangssignal und 
36196 \begin_inset Formula $P$
36197 \end_inset
36198
36199  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36200 \begin_inset ERT
36201 status collapsed
36202
36203 \begin_layout Plain Layout
36204
36205
36206 \backslash
36207 end{multicols}
36208 \end_layout
36209
36210 \end_inset
36211
36212
36213 \begin_inset VSpace -6mm
36214 \end_inset
36215
36216
36217 \begin_inset Formula \begin{equation}
36218 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
36219
36220 \end_inset
36221
36222
36223 \begin_inset ERT
36224 status collapsed
36225
36226 \begin_layout Plain Layout
36227
36228
36229 \backslash
36230 begin{multicols}{2}
36231 \end_layout
36232
36233 \end_inset
36234
36235 wobei 
36236 \begin_inset Formula $S_{0}$
36237 \end_inset
36238
36239  das Signal ohne Gradient ist und die Normierungsbedingung 
36240 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36241 \end_inset
36242
36243  gilt.
36244  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36245  Direkt nach dem 
36246 \begin_inset Formula $\nicefrac{\pi}{2}$
36247 \end_inset
36248
36249
36250 \begin_inset space \thinspace{}
36251 \end_inset
36252
36253 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36254  das Signal zusätzlich abschwächt.
36255  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36256  
36257 \begin_inset Formula $T_{2}$
36258 \end_inset
36259
36260 -Zeit.
36261 \end_layout
36262
36263 \begin_layout Standard
36264
36265 \lang german
36266 \begin_inset ERT
36267 status collapsed
36268
36269 \begin_layout Plain Layout
36270
36271
36272 \backslash
36273 end{multicols}
36274 \end_layout
36275
36276 \end_inset
36277
36278
36279 \end_layout
36280
36281 \begin_layout Subsection
36282 Ecuaciones con descripción de variables
36283 \begin_inset Index
36284 status collapsed
36285
36286 \begin_layout Plain Layout
36287 Ecuación ! con descripción de variables
36288 \end_layout
36289
36290 \end_inset
36291
36292
36293 \end_layout
36294
36295 \begin_layout Standard
36296 Para describir variables en una ecuación, como en la fórmula 
36297 \begin_inset CommandInset ref
36298 LatexCommand eqref
36299 reference "eq:within"
36300
36301 \end_inset
36302
36303 , se inserta una matriz 2×
36304 \begin_inset Formula $n$
36305 \end_inset
36306
36307  con columnas alineadas a la izquierda para las 
36308 \emph on
36309
36310 \begin_inset Formula $n$
36311 \end_inset
36312
36313
36314 \emph default
36315  variables usadas.
36316 \begin_inset Foot
36317 status collapsed
36318
36319 \begin_layout Plain Layout
36320 véase matrices en 
36321 \begin_inset CommandInset ref
36322 LatexCommand ref
36323 reference "sec:Matrices"
36324
36325 \end_inset
36326
36327
36328 \end_layout
36329
36330 \end_inset
36331
36332  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
36333  
36334 \series bold
36335
36336 \backslash
36337 footnotesize
36338 \series default
36339  antes de la matriz.
36340 \begin_inset Foot
36341 status collapsed
36342
36343 \begin_layout Plain Layout
36344 véase tamaños de fuentes en 
36345 \begin_inset CommandInset ref
36346 LatexCommand ref
36347 reference "sub:Tamaños-de-fuentes"
36348
36349 \end_inset
36350
36351 .
36352 \end_layout
36353
36354 \end_inset
36355
36356
36357 \end_layout
36358
36359 \begin_layout Standard
36360 Si se usa el estilo 
36361 \series bold
36362 Sangrado
36363 \series default
36364 ,
36365 \begin_inset Foot
36366 status collapsed
36367
36368 \begin_layout Plain Layout
36369 véase estilos de ecuación en 
36370 \begin_inset CommandInset ref
36371 LatexCommand ref
36372 reference "sec:Estilos-de-ecuación"
36373
36374 \end_inset
36375
36376
36377 \end_layout
36378
36379 \end_inset
36380
36381  se inserta un 
36382 \series bold
36383
36384 \backslash
36385 hfill
36386 \series default
36387
36388 \begin_inset Foot
36389 status collapsed
36390
36391 \begin_layout Plain Layout
36392
36393 \series bold
36394
36395 \backslash
36396 hfill
36397 \series default
36398  sólo funciona en ecuaciones en estilo 
36399 \series bold
36400 Sangrado
36401 \series default
36402 , véase 
36403 \begin_inset CommandInset ref
36404 LatexCommand ref
36405 reference "sub:Espacio-variable"
36406
36407 \end_inset
36408
36409
36410 \end_layout
36411
36412 \end_inset
36413
36414  delante y detrás de la matriz para que tenga la misma separación con la
36415  ecuación y con el margen.
36416 \end_layout
36417
36418 \begin_layout Standard
36419 Si se usa el estilo 
36420 \series bold
36421 Centrado
36422 \series default
36423  se emplea el método descrito en la 
36424 \begin_inset CommandInset ref
36425 LatexCommand ref
36426 reference "sub:Entorno-flalign"
36427
36428 \end_inset
36429
36430  para sangrar la ecuación.
36431  La ecuación 
36432 \begin_inset CommandInset ref
36433 LatexCommand eqref
36434 reference "eq:within"
36435
36436 \end_inset
36437
36438  consta de cinco columnas ya que las dos primeras contienen la fórmula,
36439  la tercera la matriz y la última una llave TeX vacía.
36440 \begin_inset Formula \begin{flalign}
36441 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
36442 \rho & \mbox{densidad}\\
36443 V & \mbox{volumen}\\
36444 g & \mbox{aceleración gravitatoria}\end{array} &  & {}\label{eq:within}\end{flalign}
36445
36446 \end_inset
36447
36448
36449 \end_layout
36450
36451 \begin_layout Subsection
36452 Letras griegas minúsculas en redonda
36453 \begin_inset CommandInset label
36454 LatexCommand label
36455 name "sub:Griegas-en-redonda"
36456
36457 \end_inset
36458
36459
36460 \begin_inset Index
36461 status collapsed
36462
36463 \begin_layout Plain Layout
36464 Letras griegas ! en redonda
36465 \end_layout
36466
36467 \end_inset
36468
36469
36470 \end_layout
36471
36472 \begin_layout Standard
36473 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
36474  cursiva.
36475  Pero para símbolos de partículas elementales como piones y neutrinos hacen
36476  falta letras griegas en redonda.
36477  El archivo 
36478 \series bold
36479 upgreek.sty
36480 \series default
36481
36482 \begin_inset Foot
36483 status collapsed
36484
36485 \begin_layout Plain Layout
36486
36487 \series bold
36488 upgreek
36489 \series default
36490  forma parte del paquete LaTeX 
36491 \series bold
36492 was
36493 \series default
36494
36495 \begin_inset Index
36496 status collapsed
36497
36498 \begin_layout Plain Layout
36499 Paquetes ! was
36500 \begin_inset ERT
36501 status collapsed
36502
36503 \begin_layout Plain Layout
36504
36505
36506 \backslash
36507 vspace{4mm}
36508 \end_layout
36509
36510 \end_inset
36511
36512
36513 \end_layout
36514
36515 \end_inset
36516
36517 .
36518 \end_layout
36519
36520 \end_inset
36521
36522
36523 \begin_inset Index
36524 status collapsed
36525
36526 \begin_layout Plain Layout
36527 Paquetes ! upgreek
36528 \end_layout
36529
36530 \end_inset
36531
36532 , que se carga en el preámbulo LaTeX con la línea
36533 \end_layout
36534
36535 \begin_layout Standard
36536
36537 \series bold
36538
36539 \backslash
36540 usepackage{upgreek}
36541 \end_layout
36542
36543 \begin_layout Standard
36544 las suministra.
36545  
36546 \begin_inset ERT
36547 status collapsed
36548
36549 \begin_layout Plain Layout
36550
36551
36552 \backslash
36553 ifupgreek 
36554 \end_layout
36555
36556 \end_inset
36557
36558
36559 \begin_inset Note Note
36560 status collapsed
36561
36562 \begin_layout Plain Layout
36563 La tabla siguiente sólo se podrá ver si está instalado el paquete LaTeX
36564  
36565 \series bold
36566 upgreek
36567 \series default
36568 .
36569 \end_layout
36570
36571 \end_inset
36572
36573  Se imprimen con el comando de la letra correspondiente precedido de 
36574 \series bold
36575 up
36576 \series default
36577 .
36578  Por ejemplo, el comando 
36579 \series bold
36580
36581 \backslash
36582 uptau
36583 \series default
36584  genera: 
36585 \begin_inset Formula $\uptau$
36586 \end_inset
36587
36588
36589 \end_layout
36590
36591 \begin_layout Standard
36592 Con estos comandos se pueden escribir reacciones entre partículas elementales:
36593 \begin_inset Formula \[
36594 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}\]
36595
36596 \end_inset
36597
36598
36599 \end_layout
36600
36601 \begin_layout Standard
36602 Las letras en redonda son más remarcadas y más grandes que las correspondientes
36603  en cursiva.
36604  Por tanto no deberían emplearse para unidades como 
36605 \begin_inset Quotes fld
36606 \end_inset
36607
36608 µm
36609 \begin_inset Quotes frd
36610 \end_inset
36611
36612 .
36613 \end_layout
36614
36615 \begin_layout Standard
36616 \begin_inset ERT
36617 status collapsed
36618
36619 \begin_layout Plain Layout
36620
36621
36622 \backslash
36623 else 
36624 \end_layout
36625
36626 \end_inset
36627
36628
36629 \begin_inset Note Note
36630 status collapsed
36631
36632 \begin_layout Plain Layout
36633 Lo siguiente se mostrará si el paquete LaTeX 
36634 \series bold
36635 upgreek
36636 \series default
36637  no está instalado:
36638 \end_layout
36639
36640 \end_inset
36641
36642
36643 \end_layout
36644
36645 \begin_layout Standard
36646 Debes instalar el paquete LaTeX 
36647 \series bold
36648 upgreek
36649 \series default
36650  para ver en la salida el resto de esta subsección.
36651  
36652 \end_layout
36653
36654 \begin_layout Standard
36655 \begin_inset ERT
36656 status collapsed
36657
36658 \begin_layout Plain Layout
36659
36660
36661 \backslash
36662 fi
36663 \end_layout
36664
36665 \end_inset
36666
36667
36668 \end_layout
36669
36670 \begin_layout Subsection
36671 Caracteres de texto en ecuaciones
36672 \begin_inset CommandInset label
36673 LatexCommand label
36674 name "sub:Caracteres-de-texto"
36675
36676 \end_inset
36677
36678
36679 \begin_inset Index
36680 status collapsed
36681
36682 \begin_layout Plain Layout
36683 Texto ! en ecuaciones
36684 \end_layout
36685
36686 \end_inset
36687
36688
36689 \end_layout
36690
36691 \begin_layout Standard
36692 En algunos casos podrías querer insertar caracteres de texto directamente
36693  en ecuaciones.
36694  Por ejemplo, cuando se usa con frecuencia el punto centrado 
36695 \begin_inset Formula $\cdot$
36696 \end_inset
36697
36698  en expresiones como 
36699 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
36700 \end_inset
36701
36702 , habría que insertar el comando 
36703 \series bold
36704
36705 \backslash
36706 cdot
36707 \series default
36708
36709 \begin_inset Foot
36710 status collapsed
36711
36712 \begin_layout Plain Layout
36713 véase 
36714 \begin_inset CommandInset ref
36715 LatexCommand ref
36716 reference "sub:Operadores-binarios"
36717
36718 \end_inset
36719
36720
36721 \end_layout
36722
36723 \end_inset
36724
36725  continuamente, porque este carácter está definido en todas las codificaciones
36726  como carácter de texto.
36727  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
36728 \end_layout
36729
36730 \begin_layout Standard
36731
36732 \series bold
36733
36734 \backslash
36735 Declare Inputtext{183}{
36736 \backslash
36737 ifmmode
36738 \backslash
36739 cdot
36740 \backslash
36741 else
36742 \backslash
36743 textperiodcentered
36744 \backslash
36745 f\SpecialChar \textcompwordmark{}
36746 i}
36747 \end_layout
36748
36749 \begin_layout Standard
36750 La codificación de caracteres (menú 
36751 \family sans
36752 Documento\SpecialChar \menuseparator
36753 Configuración\SpecialChar \menuseparator
36754 Idioma
36755 \family default
36756 ) especifica el carácter que se muestra al pulsar una tecla.
36757  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
36758  
36759 \series bold
36760
36761 \backslash
36762 textperiodcentered
36763 \series default
36764 .
36765  Pero este comando no está disponible en ecuaciones así que obtendrías errores
36766  de LaTeX.
36767  Con la codificación cambiada se escoge automáticamente el comando correcto,
36768  dependiendo de si el carácter se ha insertado en una ecuación o no.
36769 \end_layout
36770
36771 \begin_layout Standard
36772 La codificación de diversos caracteres se guarda en archivos de definición.
36773  Por ejemplo la codificación 
36774 \series bold
36775 latin9
36776 \series default
36777  se define en el archivo 
36778 \series bold
36779 latin9.def
36780 \series default
36781  que está en el directorio de LaTeX.
36782  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
36783  archivo de definición, de lo contrario nuestros documentos no podrían ser
36784  editados en otros ordenadores.
36785 \begin_inset VSpace medskip
36786 \end_inset
36787
36788
36789 \end_layout
36790
36791 \begin_layout Standard
36792 Además del punto centrado, en este documento se ha definido el símbolo grado
36793  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
36794  directamente en una fórmula:
36795 \end_layout
36796
36797 \begin_layout Standard
36798
36799 \series bold
36800
36801 \backslash
36802 DeclareInputtext{176}{
36803 \backslash
36804 ifmmode^
36805 \backslash
36806 circ
36807 \backslash
36808 else
36809 \backslash
36810 textdegree
36811 \backslash
36812 f\SpecialChar \textcompwordmark{}
36813 i}
36814 \begin_inset Newpage newpage
36815 \end_inset
36816
36817
36818 \end_layout
36819
36820 \begin_layout Section
36821 \start_of_appendix
36822 Notas sobre tipografía
36823 \begin_inset Index
36824 status collapsed
36825
36826 \begin_layout Plain Layout
36827 Tipografía, notas
36828 \end_layout
36829
36830 \end_inset
36831
36832
36833 \end_layout
36834
36835 \begin_layout Standard
36836 Esta sección es un resumen de las normas tipográficas ISO más importantes.
36837 \begin_inset Foot
36838 status collapsed
36839
36840 \begin_layout Plain Layout
36841 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
36842  
36843 \begin_inset Quotes fld
36844 \end_inset
36845
36846 Duden
36847 \begin_inset Quotes frd
36848 \end_inset
36849
36850  
36851 \begin_inset CommandInset citation
36852 LatexCommand cite
36853 key "Duden"
36854
36855 \end_inset
36856
36857 , que incluye algunas de las normas ISO.
36858  
36859 \begin_inset Newline newline
36860 \end_inset
36861
36862 (
36863 \emph on
36864 N.
36865 \begin_inset space \thinspace{}
36866 \end_inset
36867
36868 del t.
36869 \emph default
36870 : Para documentación en español sobre el tema, véase 
36871 \begin_inset CommandInset citation
36872 LatexCommand cite
36873 key "Bezos"
36874
36875 \end_inset
36876
36877 .)
36878 \end_layout
36879
36880 \end_inset
36881
36882
36883 \end_layout
36884
36885 \begin_layout Itemize
36886 Las unidades físicas se escriben 
36887 \emph on
36888 siempre 
36889 \emph default
36890 en redonda
36891 \begin_inset Foot
36892 status collapsed
36893
36894 \begin_layout Plain Layout
36895 véase estilos de fuentes en 
36896 \begin_inset CommandInset ref
36897 LatexCommand ref
36898 reference "sub:Estilos-de-fuentes"
36899
36900 \end_inset
36901
36902
36903 \end_layout
36904
36905 \end_inset
36906
36907 : 30
36908 \begin_inset space \thinspace{}
36909 \end_inset
36910
36911 km/h
36912 \begin_inset Newline newline
36913 \end_inset
36914
36915 Entre el valor y la unidad hay un espacio delgado, véase 
36916 \begin_inset CommandInset ref
36917 LatexCommand ref
36918 reference "sub:Espacio-predefinido"
36919
36920 \end_inset
36921
36922 .
36923 \begin_inset Newline newline
36924 \end_inset
36925
36926 Esta norma la cumple automáticamente el comando 
36927 \series bold
36928
36929 \backslash
36930 unittwo
36931 \series default
36932 .
36933  Si se introduce en una fórmula aparecen dos cuadros.
36934  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
36935  como antes, 
36936 \begin_inset Formula $\unit[30]{km/h}$
36937 \end_inset
36938
36939
36940 \begin_inset space \thinspace{}
36941 \end_inset
36942
36943 .
36944  Ten en cuenta que 
36945 \series bold
36946
36947 \backslash
36948 unittwo
36949 \series default
36950  no es un auténtico comando LaTeX, sino el comando 
36951 \series bold
36952
36953 \backslash
36954 unit[value]{unit}
36955 \series default
36956 , por tanto no lo puedes usar en código TeX.
36957 \end_layout
36958
36959 \begin_layout Itemize
36960 Los signos por ciento y por mil se escriben como las unidades físicas:
36961 \begin_inset Newline newline
36962 \end_inset
36963
36964 1,2
36965 \begin_inset space \thinspace{}
36966 \end_inset
36967
36968 ‰ de alcohol en sangre.
36969 \end_layout
36970
36971 \begin_layout Itemize
36972 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
36973  otra unidad: 15
36974 \begin_inset space \thinspace{}
36975 \end_inset
36976
36977 °C
36978 \end_layout
36979
36980 \begin_layout Itemize
36981 En números con más de cuatro dígitos se inserta un espacio delgado para
36982  separarlos en grupos de tres cifras: 18
36983 \begin_inset space \thinspace{}
36984 \end_inset
36985
36986 473
36987 \begin_inset space \thinspace{}
36988 \end_inset
36989
36990 588
36991 \end_layout
36992
36993 \begin_layout Itemize
36994 Para dimensiones como 120×90×40
36995 \begin_inset space \thinspace{}
36996 \end_inset
36997
36998 cm se usa el aspa de multiplicar 
36999 \begin_inset Quotes fld
37000 \end_inset
37001
37002 ×
37003 \begin_inset Quotes frd
37004 \end_inset
37005
37006 .
37007  Está disponible en el menú 
37008 \family sans
37009 Insertar\SpecialChar \menuseparator
37010 Carácter especial
37011 \family default
37012 \SpecialChar \menuseparator
37013
37014 \family sans
37015 Símbolos
37016 \family default
37017  o bien mediante el comando 
37018 \series bold
37019
37020 \backslash
37021 times
37022 \series default
37023 .
37024  Se puede insertar directamente con cierta combinación de teclas.
37025 \end_layout
37026
37027 \begin_layout Itemize
37028 Las funciones con nombres que constan de varias letras se escriben en redonda
37029  para evitar confusiones, véase 
37030 \begin_inset CommandInset ref
37031 LatexCommand ref
37032 reference "sub:Funciones-predefinidas"
37033
37034 \end_inset
37035
37036 .
37037 \end_layout
37038
37039 \begin_layout Itemize
37040 Los índices que constan de varias letras se escriben en redonda: 
37041 \begin_inset Formula $E_{\mathrm{cin}}$
37042 \end_inset
37043
37044
37045 \begin_inset Newline newline
37046 \end_inset
37047
37048 Los componentes de una matriz se escriben en cursiva: 
37049 \begin_inset Formula $\hat{H}_{kl}$
37050 \end_inset
37051
37052
37053 \end_layout
37054
37055 \begin_layout Itemize
37056 El operador de diferenciación/integración 'd', el número de Euler 'e' y
37057  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
37058 s con otras variables.
37059 \end_layout
37060
37061 \begin_layout Itemize
37062 El carácter que indica una transformación 
37063 \noun on
37064 Fourier
37065 \noun default
37066  se inserta con el comando 
37067 \series bold
37068
37069 \backslash
37070 mathscr
37071 \begin_inset ERT
37072 status collapsed
37073
37074 \begin_layout Plain Layout
37075
37076
37077 \backslash
37078 spce 
37079 \end_layout
37080
37081 \end_inset
37082
37083
37084 \backslash
37085 {F
37086 \series default
37087
37088 \begin_inset Index
37089 status collapsed
37090
37091 \begin_layout Plain Layout
37092 Comandos ! M ! 
37093 \backslash
37094 mathscr
37095 \end_layout
37096
37097 \end_inset
37098
37099  o mediante el menú
37100 \family sans
37101  Insertar\SpecialChar \menuseparator
37102 Carácter especial
37103 \family default
37104 \SpecialChar \menuseparator
37105
37106 \family sans
37107 Símbolos\SpecialChar \menuseparator
37108 Símbolos de letra
37109 \family default
37110
37111 \begin_inset Formula $\mathscr{F}$
37112 \end_inset
37113
37114
37115 \begin_inset Newline newline
37116 \end_inset
37117
37118 Para poder usar el comando 
37119 \series bold
37120
37121 \backslash
37122 mathscr
37123 \series default
37124 , hay que cargar el paquete LaTeX
37125 \series bold
37126  mathrsfs
37127 \series default
37128
37129 \begin_inset Index
37130 status collapsed
37131
37132 \begin_layout Plain Layout
37133 Paquetes ! mathrsfs
37134 \end_layout
37135
37136 \end_inset
37137
37138  en el preámbulo LaTeX mediante la línea 
37139 \series bold
37140
37141 \backslash
37142 usepackage{mathrsfs}
37143 \series default
37144 .
37145 \end_layout
37146
37147 \begin_layout Standard
37148 \begin_inset Newpage newpage
37149 \end_inset
37150
37151
37152 \end_layout
37153
37154 \begin_layout Section
37155 Sinónimos
37156 \begin_inset Index
37157 status collapsed
37158
37159 \begin_layout Plain Layout
37160 Sinónimos
37161 \end_layout
37162
37163 \end_inset
37164
37165
37166 \end_layout
37167
37168 \begin_layout Standard
37169 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
37170  como los que se recogen en esta lista:
37171 \begin_inset Foot
37172 status collapsed
37173
37174 \begin_layout Plain Layout
37175 véase también 
37176 \begin_inset CommandInset ref
37177 LatexCommand ref
37178 reference "fn:sinónimos"
37179
37180 \end_inset
37181
37182 .
37183 \end_layout
37184
37185 \end_inset
37186
37187
37188 \end_layout
37189
37190 \begin_layout Standard
37191
37192 \end_layout
37193
37194 \begin_layout Standard
37195 \begin_inset VSpace bigskip
37196 \end_inset
37197
37198
37199 \begin_inset space \hfill{}
37200 \end_inset
37201
37202
37203 \begin_inset Tabular
37204 <lyxtabular version="3" rows="12" columns="2">
37205 <features>
37206 <column alignment="center" valignment="top" width="0pt">
37207 <column alignment="center" valignment="top" width="0pt">
37208 <row>
37209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37210 \begin_inset Text
37211
37212 \begin_layout Plain Layout
37213 Comando
37214 \end_layout
37215
37216 \end_inset
37217 </cell>
37218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37219 \begin_inset Text
37220
37221 \begin_layout Plain Layout
37222 equivalente a
37223 \begin_inset Note Note
37224 status collapsed
37225
37226 \begin_layout Plain Layout
37227
37228 \series bold
37229
37230 \backslash
37231 raisebox
37232 \series default
37233  se usa sólo como espaciador
37234 \end_layout
37235
37236 \end_inset
37237
37238
37239 \end_layout
37240
37241 \end_inset
37242 </cell>
37243 </row>
37244 <row>
37245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37246 \begin_inset Text
37247
37248 \begin_layout Plain Layout
37249
37250 \backslash
37251 ast
37252 \end_layout
37253
37254 \end_inset
37255 </cell>
37256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37257 \begin_inset Text
37258
37259 \begin_layout Plain Layout
37260 \begin_inset ERT
37261 status collapsed
37262
37263 \begin_layout Plain Layout
37264
37265
37266 \backslash
37267 raisebox{-1.2mm}{
37268 \end_layout
37269
37270 \end_inset
37271
37272 *
37273 \begin_inset ERT
37274 status collapsed
37275
37276 \begin_layout Plain Layout
37277
37278 }
37279 \end_layout
37280
37281 \end_inset
37282
37283
37284 \end_layout
37285
37286 \end_inset
37287 </cell>
37288 </row>
37289 <row>
37290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37291 \begin_inset Text
37292
37293 \begin_layout Plain Layout
37294
37295 \backslash
37296 choose
37297 \end_layout
37298
37299 \end_inset
37300 </cell>
37301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37302 \begin_inset Text
37303
37304 \begin_layout Plain Layout
37305
37306 \backslash
37307 binom
37308 \end_layout
37309
37310 \end_inset
37311 </cell>
37312 </row>
37313 <row>
37314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37315 \begin_inset Text
37316
37317 \begin_layout Plain Layout
37318
37319 \backslash
37320 geq
37321 \end_layout
37322
37323 \end_inset
37324 </cell>
37325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37326 \begin_inset Text
37327
37328 \begin_layout Plain Layout
37329
37330 \backslash
37331 ge
37332 \end_layout
37333
37334 \end_inset
37335 </cell>
37336 </row>
37337 <row>
37338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37339 \begin_inset Text
37340
37341 \begin_layout Plain Layout
37342
37343 \backslash
37344 lbrace
37345 \end_layout
37346
37347 \end_inset
37348 </cell>
37349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37350 \begin_inset Text
37351
37352 \begin_layout Plain Layout
37353 {
37354 \end_layout
37355
37356 \end_inset
37357 </cell>
37358 </row>
37359 <row>
37360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37361 \begin_inset Text
37362
37363 \begin_layout Plain Layout
37364
37365 \backslash
37366 lbracket
37367 \end_layout
37368
37369 \end_inset
37370 </cell>
37371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37372 \begin_inset Text
37373
37374 \begin_layout Plain Layout
37375 [
37376 \end_layout
37377
37378 \end_inset
37379 </cell>
37380 </row>
37381 <row>
37382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37383 \begin_inset Text
37384
37385 \begin_layout Plain Layout
37386
37387 \backslash
37388 leftarrow
37389 \end_layout
37390
37391 \end_inset
37392 </cell>
37393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37394 \begin_inset Text
37395
37396 \begin_layout Plain Layout
37397
37398 \backslash
37399 gets
37400 \end_layout
37401
37402 \end_inset
37403 </cell>
37404 </row>
37405 <row>
37406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37407 \begin_inset Text
37408
37409 \begin_layout Plain Layout
37410
37411 \backslash
37412 leq
37413 \end_layout
37414
37415 \end_inset
37416 </cell>
37417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37418 \begin_inset Text
37419
37420 \begin_layout Plain Layout
37421
37422 \backslash
37423 le
37424 \end_layout
37425
37426 \end_inset
37427 </cell>
37428 </row>
37429 <row>
37430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37431 \begin_inset Text
37432
37433 \begin_layout Plain Layout
37434
37435 \backslash
37436 lor
37437 \end_layout
37438
37439 \end_inset
37440 </cell>
37441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37442 \begin_inset Text
37443
37444 \begin_layout Plain Layout
37445
37446 \backslash
37447 vee
37448 \end_layout
37449
37450 \end_inset
37451 </cell>
37452 </row>
37453 <row>
37454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37455 \begin_inset Text
37456
37457 \begin_layout Plain Layout
37458
37459 \backslash
37460 neq
37461 \end_layout
37462
37463 \end_inset
37464 </cell>
37465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37466 \begin_inset Text
37467
37468 \begin_layout Plain Layout
37469
37470 \backslash
37471 not=
37472 \end_layout
37473
37474 \end_inset
37475 </cell>
37476 </row>
37477 <row>
37478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37479 \begin_inset Text
37480
37481 \begin_layout Plain Layout
37482
37483 \backslash
37484 slash
37485 \end_layout
37486
37487 \end_inset
37488 </cell>
37489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37490 \begin_inset Text
37491
37492 \begin_layout Plain Layout
37493 /
37494 \end_layout
37495
37496 \end_inset
37497 </cell>
37498 </row>
37499 <row>
37500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37501 \begin_inset Text
37502
37503 \begin_layout Plain Layout
37504
37505 \backslash
37506 vert
37507 \end_layout
37508
37509 \end_inset
37510 </cell>
37511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37512 \begin_inset Text
37513
37514 \begin_layout Plain Layout
37515 |
37516 \end_layout
37517
37518 \end_inset
37519 </cell>
37520 </row>
37521 </lyxtabular>
37522
37523 \end_inset
37524
37525
37526 \begin_inset space \hfill{}
37527 \end_inset
37528
37529
37530 \begin_inset Tabular
37531 <lyxtabular version="3" rows="12" columns="2">
37532 <features>
37533 <column alignment="center" valignment="top" width="0pt">
37534 <column alignment="center" valignment="top" width="0pt">
37535 <row>
37536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37537 \begin_inset Text
37538
37539 \begin_layout Plain Layout
37540 Comando
37541 \end_layout
37542
37543 \end_inset
37544 </cell>
37545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37546 \begin_inset Text
37547
37548 \begin_layout Plain Layout
37549 equivalente a
37550 \end_layout
37551
37552 \end_inset
37553 </cell>
37554 </row>
37555 <row>
37556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37557 \begin_inset Text
37558
37559 \begin_layout Plain Layout
37560
37561 \backslash
37562 backslash
37563 \end_layout
37564
37565 \end_inset
37566 </cell>
37567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37568 \begin_inset Text
37569
37570 \begin_layout Plain Layout
37571
37572 \backslash
37573
37574 \backslash
37575
37576 \end_layout
37577
37578 \end_inset
37579 </cell>
37580 </row>
37581 <row>
37582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37583 \begin_inset Text
37584
37585 \begin_layout Plain Layout
37586
37587 \backslash
37588 dasharrow
37589 \end_layout
37590
37591 \end_inset
37592 </cell>
37593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37594 \begin_inset Text
37595
37596 \begin_layout Plain Layout
37597
37598 \backslash
37599 dashrightarrow
37600 \end_layout
37601
37602 \end_inset
37603 </cell>
37604 </row>
37605 <row>
37606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37607 \begin_inset Text
37608
37609 \begin_layout Plain Layout
37610
37611 \backslash
37612 land
37613 \end_layout
37614
37615 \end_inset
37616 </cell>
37617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37618 \begin_inset Text
37619
37620 \begin_layout Plain Layout
37621
37622 \backslash
37623 wedge
37624 \end_layout
37625
37626 \end_inset
37627 </cell>
37628 </row>
37629 <row>
37630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37631 \begin_inset Text
37632
37633 \begin_layout Plain Layout
37634
37635 \backslash
37636 rbrace
37637 \end_layout
37638
37639 \end_inset
37640 </cell>
37641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37642 \begin_inset Text
37643
37644 \begin_layout Plain Layout
37645 }
37646 \end_layout
37647
37648 \end_inset
37649 </cell>
37650 </row>
37651 <row>
37652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37653 \begin_inset Text
37654
37655 \begin_layout Plain Layout
37656
37657 \backslash
37658 rbracket
37659 \end_layout
37660
37661 \end_inset
37662 </cell>
37663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37664 \begin_inset Text
37665
37666 \begin_layout Plain Layout
37667 ]
37668 \end_layout
37669
37670 \end_inset
37671 </cell>
37672 </row>
37673 <row>
37674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37675 \begin_inset Text
37676
37677 \begin_layout Plain Layout
37678
37679 \backslash
37680 rightarrow
37681 \end_layout
37682
37683 \end_inset
37684 </cell>
37685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37686 \begin_inset Text
37687
37688 \begin_layout Plain Layout
37689
37690 \backslash
37691 to
37692 \end_layout
37693
37694 \end_inset
37695 </cell>
37696 </row>
37697 <row>
37698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37699 \begin_inset Text
37700
37701 \begin_layout Plain Layout
37702
37703 \backslash
37704 lnot
37705 \end_layout
37706
37707 \end_inset
37708 </cell>
37709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37710 \begin_inset Text
37711
37712 \begin_layout Plain Layout
37713
37714 \backslash
37715 neg
37716 \end_layout
37717
37718 \end_inset
37719 </cell>
37720 </row>
37721 <row>
37722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37723 \begin_inset Text
37724
37725 \begin_layout Plain Layout
37726
37727 \backslash
37728 ne
37729 \end_layout
37730
37731 \end_inset
37732 </cell>
37733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37734 \begin_inset Text
37735
37736 \begin_layout Plain Layout
37737
37738 \backslash
37739 not=
37740 \end_layout
37741
37742 \end_inset
37743 </cell>
37744 </row>
37745 <row>
37746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37747 \begin_inset Text
37748
37749 \begin_layout Plain Layout
37750
37751 \backslash
37752 owns
37753 \end_layout
37754
37755 \end_inset
37756 </cell>
37757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37758 \begin_inset Text
37759
37760 \begin_layout Plain Layout
37761
37762 \backslash
37763 ni
37764 \end_layout
37765
37766 \end_inset
37767 </cell>
37768 </row>
37769 <row>
37770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37771 \begin_inset Text
37772
37773 \begin_layout Plain Layout
37774
37775 \backslash
37776 square
37777 \end_layout
37778
37779 \end_inset
37780 </cell>
37781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37782 \begin_inset Text
37783
37784 \begin_layout Plain Layout
37785
37786 \backslash
37787 Box
37788 \end_layout
37789
37790 \end_inset
37791 </cell>
37792 </row>
37793 <row>
37794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37795 \begin_inset Text
37796
37797 \begin_layout Plain Layout
37798
37799 \backslash
37800 Vert
37801 \end_layout
37802
37803 \end_inset
37804 </cell>
37805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37806 \begin_inset Text
37807
37808 \begin_layout Plain Layout
37809
37810 \backslash
37811 |
37812 \end_layout
37813
37814 \end_inset
37815 </cell>
37816 </row>
37817 </lyxtabular>
37818
37819 \end_inset
37820
37821
37822 \begin_inset space \hfill{}
37823 \end_inset
37824
37825
37826 \end_layout
37827
37828 \begin_layout Standard
37829 \begin_inset Newpage newpage
37830 \end_inset
37831
37832
37833 \end_layout
37834
37835 \begin_layout Bibliography
37836 \begin_inset CommandInset bibitem
37837 LatexCommand bibitem
37838 key "TLC2"
37839
37840 \end_inset
37841
37842
37843 \shape smallcaps
37844 Mittelbach, F.
37845  ; Goossens, M.
37846 \shape default
37847
37848 \shape italic
37849 The LaTeX Companion
37850 \shape default
37851 .
37852  Addison Wesley, 2004
37853 \end_layout
37854
37855 \begin_layout Bibliography
37856 \begin_inset CommandInset bibitem
37857 LatexCommand bibitem
37858 key "Mathmode"
37859
37860 \end_inset
37861
37862
37863 \begin_inset CommandInset href
37864 LatexCommand href
37865 name "Descripción"
37866 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37867
37868 \end_inset
37869
37870  de habilidades matemáticas de LaTeX
37871 \end_layout
37872
37873 \begin_layout Bibliography
37874 \begin_inset CommandInset bibitem
37875 LatexCommand bibitem
37876 key "Voss"
37877
37878 \end_inset
37879
37880
37881 \begin_inset CommandInset href
37882 LatexCommand href
37883 name "Página web"
37884 target "http://tug.org/TeXnik/"
37885
37886 \end_inset
37887
37888  con sugerencias y consejos de LaTeX
37889 \end_layout
37890
37891 \begin_layout Bibliography
37892 \begin_inset CommandInset bibitem
37893 LatexCommand bibitem
37894 key "AMS"
37895
37896 \end_inset
37897
37898
37899 \begin_inset CommandInset href
37900 LatexCommand href
37901 name "Descripción"
37902 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37903
37904 \end_inset
37905
37906  de 
37907 \begin_inset ERT
37908 status collapsed
37909
37910 \begin_layout Plain Layout
37911
37912
37913 \backslash
37914 AmS
37915 \end_layout
37916
37917 \end_inset
37918
37919 -LaTeX
37920 \end_layout
37921
37922 \begin_layout Bibliography
37923 \begin_inset CommandInset bibitem
37924 LatexCommand bibitem
37925 key "Symbole"
37926
37927 \end_inset
37928
37929
37930 \begin_inset CommandInset href
37931 LatexCommand href
37932 name "Lista"
37933 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37934
37935 \end_inset
37936
37937  de todos los símbolos disponibles con paquetes LaTeX
37938 \end_layout
37939
37940 \begin_layout Bibliography
37941 \begin_inset CommandInset bibitem
37942 LatexCommand bibitem
37943 key "hyperref"
37944
37945 \end_inset
37946
37947
37948 \begin_inset CommandInset href
37949 LatexCommand href
37950 name "Documentación"
37951 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37952
37953 \end_inset
37954
37955  del paquete LaTeX 
37956 \series bold
37957 hyperref
37958 \series default
37959
37960 \begin_inset Index
37961 status collapsed
37962
37963 \begin_layout Plain Layout
37964 Paquetes ! hyperref
37965 \end_layout
37966
37967 \end_inset
37968
37969
37970 \end_layout
37971
37972 \begin_layout Bibliography
37973 \begin_inset CommandInset bibitem
37974 LatexCommand bibitem
37975 key "mhchem"
37976
37977 \end_inset
37978
37979
37980 \begin_inset CommandInset href
37981 LatexCommand href
37982 name "Documentación"
37983 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37984
37985 \end_inset
37986
37987  del paquete LaTeX 
37988 \series bold
37989 mhchem
37990 \series default
37991
37992 \begin_inset Index
37993 status collapsed
37994
37995 \begin_layout Plain Layout
37996 Paquetes ! mhchem
37997 \end_layout
37998
37999 \end_inset
38000
38001
38002 \end_layout
38003
38004 \begin_layout Bibliography
38005 \begin_inset CommandInset bibitem
38006 LatexCommand bibitem
38007 key "Mathclap"
38008
38009 \end_inset
38010
38011
38012 \begin_inset CommandInset href
38013 LatexCommand href
38014 name "Descripción"
38015 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38016
38017 \end_inset
38018
38019  del comando 
38020 \series bold
38021
38022 \backslash
38023 mathclap
38024 \series default
38025 , descrito en 
38026 \begin_inset CommandInset ref
38027 LatexCommand ref
38028 reference "sub:Límites-de-operadores"
38029
38030 \end_inset
38031
38032
38033 \begin_inset Index
38034 status collapsed
38035
38036 \begin_layout Plain Layout
38037 Comandos ! M ! 
38038 \backslash
38039 mathclap
38040 \end_layout
38041
38042 \end_inset
38043
38044
38045 \end_layout
38046
38047 \begin_layout Bibliography
38048 \begin_inset CommandInset bibitem
38049 LatexCommand bibitem
38050 key "Duden"
38051
38052 \end_inset
38053
38054
38055 \emph on
38056 Duden Band 1
38057 \emph default
38058 .
38059  22.
38060  Auflage, Duden 2001
38061 \end_layout
38062
38063 \begin_layout Bibliography
38064 \begin_inset CommandInset bibitem
38065 LatexCommand bibitem
38066 key "spanish"
38067
38068 \end_inset
38069
38070
38071 \begin_inset CommandInset href
38072 LatexCommand href
38073 name "Página web"
38074 target "http://www.tex-tipografia.com/spanish.html"
38075
38076 \end_inset
38077
38078  del estilo 
38079 \series bold
38080 spanish
38081 \family sans
38082 \series default
38083  
38084 \family default
38085 incluido en el paquete 
38086 \series bold
38087 babel
38088 \end_layout
38089
38090 \begin_layout Bibliography
38091 \begin_inset CommandInset bibitem
38092 LatexCommand bibitem
38093 key "Bezos"
38094
38095 \end_inset
38096
38097
38098 \begin_inset CommandInset href
38099 LatexCommand href
38100 name "Documento"
38101 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
38102
38103 \end_inset
38104
38105  sobre ortotipografía y notaciones matemáticas en español
38106 \end_layout
38107
38108 \begin_layout Standard
38109
38110 \family sans
38111 \series bold
38112 \begin_inset CommandInset index_print
38113 LatexCommand printindex
38114
38115 \end_inset
38116
38117
38118 \end_layout
38119
38120 \end_body
38121 \end_document