]> git.lyx.org Git - features.git/blob - lib/doc/es/Math.lyx
Math.lyx: revert r28985, my fault, the requirement of xargs cannot be undone
[features.git] / lib / doc / es / Math.lyx
1 #LyX 1.6.3svn 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 % center multirows (e.g. in sec. 13.3)
86 \renewcommand{\multirowsetup}{\centering}
87
88 % define a color, used in sec.9.3
89 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
90
91 % declare operators (see sec. 10.4 and sec. 15.2)
92 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
93 \DeclareMathOperator{\sgn}{sgn}
94
95 \newcommand{\spce}{\textvisiblespace}
96
97 % example definitions for sec. 20.1 
98 \newcommand{\gr}{\Longrightarrow}
99 \newcommand{\us}[1]{\underline{#1}}
100 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
101 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
102 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
103
104 % example macro from sec. 19.4
105 %\def\tagform@#1{\maketag@@@{|#1|}}
106
107 % macro from sec. 10.2
108 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
109 \def\mathclap {\mathpalette \mathclapinternal}
110 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
111
112 % redefine the greyed out note
113 \renewenvironment{lyxgreyedout}
114  {\textcolor{blue}\bgroup}{\egroup}
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % check for package eurosym
121 % used for the Euro symbol
122 \newboolean{eurosym}
123 \IfFileExists{eurosym.sty}
124  {\usepackage[gennarrow]{eurosym}
125   \setboolean{eurosym}{true}}
126  {\setboolean{eurosym}{false}}
127
128 % needed in sec. 22.4
129 % check for package braket
130 \newboolean{braket}
131 \IfFileExists{braket.sty}
132  {\usepackage{braket}
133   \setboolean{braket}{true}}
134  {\setboolean{braket}{false}}
135
136 % needed in sec. 22.10
137 % check for package upgreek
138 \newboolean{upgreek}
139 \IfFileExists{upgreek.sty}
140  {\usepackage{upgreek}
141   \setboolean{upgreek}{true}}
142  {\setboolean{upgreek}{false}}
143 \end_preamble
144 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
145 \use_default_options false
146 \language spanish
147 \inputencoding auto
148 \font_roman default
149 \font_sans default
150 \font_typewriter default
151 \font_default_family default
152 \font_sc false
153 \font_osf false
154 \font_sf_scale 100
155 \font_tt_scale 100
156
157 \graphics default
158 \paperfontsize 12
159 \spacing single
160 \use_hyperref true
161 \pdf_title "Manual detallado de Matemáticas en LyX"
162 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
163 \pdf_subject "LyX-documentation about math"
164 \pdf_keywords "LyX, Mathed"
165 \pdf_bookmarks true
166 \pdf_bookmarksnumbered true
167 \pdf_bookmarksopen true
168 \pdf_bookmarksopenlevel 1
169 \pdf_breaklinks false
170 \pdf_pdfborder false
171 \pdf_colorlinks true
172 \pdf_backref false
173 \pdf_pdfusetitle false
174 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
175 \papersize a4paper
176 \use_geometry false
177 \use_amsmath 2
178 \use_esint 1
179 \cite_engine basic
180 \use_bibtopic false
181 \paperorientation portrait
182 \secnumdepth 4
183 \tocdepth 3
184 \paragraph_separation skip
185 \defskip medskip
186 \quotes_language french
187 \papercolumns 1
188 \papersides 2
189 \paperpagestyle plain
190 \bullet 1 0 6 -1
191 \bullet 2 2 35 -1
192 \bullet 3 2 7 -1
193 \tracking_changes false
194 \output_changes false
195 \author "" 
196 \author "" 
197 \end_header
198
199 \begin_body
200
201 \begin_layout Title
202 Manual detallado de
203 \begin_inset Newline newline
204 \end_inset
205
206 Matemáticas en LyX
207 \end_layout
208
209 \begin_layout Author
210 por el Equipo LyX
211 \begin_inset Foot
212 status collapsed
213
214 \begin_layout Plain Layout
215 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
216  lista de correo de documentación de LyX
217 \family typewriter
218
219 \begin_inset CommandInset href
220 LatexCommand href
221 name "lyx-docs@lists.lyx.org"
222 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
223
224 \end_inset
225
226
227 \end_layout
228
229 \end_inset
230
231
232 \begin_inset Note Note
233 status collapsed
234
235 \begin_layout Plain Layout
236 autor: Uwe Stöhr, traducción: Ignacio Garcia
237 \end_layout
238
239 \end_inset
240
241
242 \begin_inset Newline newline
243 \end_inset
244
245
246 \begin_inset Newline newline
247 \end_inset
248
249 Versión 2.0.x
250 \end_layout
251
252 \begin_layout Standard
253 \begin_inset CommandInset toc
254 LatexCommand tableofcontents
255
256 \end_inset
257
258
259 \end_layout
260
261 \begin_layout Standard
262 \begin_inset Note Note
263 status collapsed
264
265 \begin_layout Plain Layout
266 Para exportar este documento a PDF, PS, o DVI deben estar instalados los
267  paquetes LaTeX 
268 \series bold
269 eurosym
270 \series default
271
272 \series bold
273 multirow
274 \series default
275  y 
276 \series bold
277 was
278 \series default
279 .
280  Si no están instalados también puedes exportar el documento pero las secciones
281  en que se requieren dichos paquetes no aparecerán en la salida.
282 \end_layout
283
284 \begin_layout Plain Layout
285 La última versión PDF de este documento está disponible en:
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \series bold
291 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
292 \end_layout
293
294 \end_inset
295
296
297 \begin_inset Newpage newpage
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Section
304 Introducción
305 \end_layout
306
307 \begin_layout Standard
308 Este documento explica las características matemáticas de LyX y además es
309  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
310  Las explicaciones están diseñadas para el uso de comandos.
311  Por consiguiente es preciso que hayas leído la sección 
312 \emph on
313 Ecuaciones matemáticas
314 \emph default
315  de la 
316 \emph on
317 Guía del usuario
318 \emph default
319 .
320 \end_layout
321
322 \begin_layout Standard
323 La mayoría de caracteres y muchas estructuras explicadas en este manual
324  también son accesibles mediante el menú 
325 \family sans
326 Insertar\SpecialChar \menuseparator
327 Ecuación
328 \family default
329  o la barra de herramientas
330 \family sans
331  Ecuaciones
332 \family default
333 .
334  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
335  mucho más rápido usar comandos que la barra de herramientas.
336  Por tanto este manual está enfocado al uso de comandos, aunque también
337  se mencionan los botones correspondientes de las barras de herramientas
338  cuando están disponibles.
339 \end_layout
340
341 \begin_layout Standard
342 Si no se especifica lo contrario los comandos sólo están disponibles dentro
343  de las fórmulas.
344  Para poder usar todos los comandos explicados en este documento, debe usarse
345  la opción 
346 \family sans
347 Usar el paquete de ecuaciones AMS
348 \family default
349  en la configuración del documento (menú 
350 \family sans
351 Documento\SpecialChar \menuseparator
352 Configuración\SpecialChar \menuseparator
353 Ecuaciones
354 \family default
355 )
356 \begin_inset Foot
357 status collapsed
358
359 \begin_layout Plain Layout
360 La opción 
361 \family sans
362 Usar el paquete de ecuaciones AMS automáticamente
363 \family default
364  sólo usa ecuaciones 
365 \begin_inset ERT
366 status collapsed
367
368 \begin_layout Plain Layout
369
370
371 \backslash
372 AmS 
373 \end_layout
374
375 \end_inset
376
377
378 \begin_inset space ~
379 \end_inset
380
381  si las estructuras matemáticas son soportadas por LyX.
382 \end_layout
383
384 \end_inset
385
386 .
387 \end_layout
388
389 \begin_layout Standard
390 Este documento no recoge todos los comandos de ecuaciones 
391 \begin_inset ERT
392 status collapsed
393
394 \begin_layout Plain Layout
395
396
397 \backslash
398 AmS 
399 \end_layout
400
401 \end_inset
402
403
404 \begin_inset Foot
405 status collapsed
406
407 \begin_layout Plain Layout
408 En el archivo 
409 \family sans
410
411 \begin_inset CommandInset href
412 LatexCommand href
413 name "amsguide.ps"
414 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
415
416 \end_inset
417
418
419 \family default
420 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
421  lista con todos los comandos de ecuaciones 
422 \begin_inset ERT
423 status collapsed
424
425 \begin_layout Plain Layout
426
427
428 \backslash
429 AmS 
430 \end_layout
431
432 \end_inset
433
434 .
435 \end_layout
436
437 \end_inset
438
439  por razones de claridad.
440 \end_layout
441
442 \begin_layout Section
443 Instrucciones generales
444 \end_layout
445
446 \begin_layout Standard
447 Para crear una ecuación en línea
448 \begin_inset Index
449 status collapsed
450
451 \begin_layout Plain Layout
452 Ecuación ! en línea
453 \end_layout
454
455 \end_inset
456
457  insertada en una línea de texto, teclea una de las combinaciones 
458 \family sans
459 Ctrl+M, Alt+C M, Alt+M M
460 \family default
461  o pulsa el botón 
462 \begin_inset Graphics
463         filename ../../images/math-mode.png
464         scale 85
465
466 \end_inset
467
468  de la barra de herramientas.
469 \begin_inset Newline newline
470 \end_inset
471
472 Para crear una ecuación en estilo presentación
473 \begin_inset Index
474 status collapsed
475
476 \begin_layout Plain Layout
477 Ecuación ! presentada
478 \end_layout
479
480 \end_inset
481
482 , que se verá más grande y en su propio párrafo, teclea
483 \family sans
484  
485 \family default
486 una de estas combinaciones: 
487 \family sans
488 Ctrl+Mayúsculas+M, Alt+M D.
489 \end_layout
490
491 \begin_layout Standard
492 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
493  dentro de la ecuación y teclea
494 \family sans
495  Ctrl+M, Alt+C M, Alt+M M 
496 \family default
497 o usa el menú 
498 \family sans
499 Editar\SpecialChar \menuseparator
500 Ecuación\SpecialChar \menuseparator
501 Cambiar tipo de ecuación
502 \family default
503 .
504  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
505 \end_layout
506
507 \begin_layout Standard
508 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
509  presentada, escribe el comando 
510 \series bold
511
512 \backslash
513 displaystyle
514 \series default
515
516 \begin_inset Index
517 status collapsed
518
519 \begin_layout Plain Layout
520 Comandos ! D ! 
521 \backslash
522 displaystyle
523 \end_layout
524
525 \end_inset
526
527  en la ecuación y pulsa espacio.
528  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
529  de la ecuación.
530 \end_layout
531
532 \begin_layout Standard
533 En las tablas sólo se permiten ecuaciones en línea.
534 \end_layout
535
536 \begin_layout Standard
537 Las barras 
538 \family sans
539 Ecuaciones
540 \family default
541  y 
542 \family sans
543 Panel de ecuaciones 
544 \family default
545 se pueden visualizar mediante el menú 
546 \family sans
547 Ver\SpecialChar \menuseparator
548 Barras de herramientas
549 \family default
550 .
551  Si ahí pulsas en 
552 \begin_inset Quotes fld
553 \end_inset
554
555 Ecuaciones
556 \begin_inset Quotes frd
557 \end_inset
558
559  y/o en 
560 \begin_inset Quotes fld
561 \end_inset
562
563 Panel de ecuaciones
564 \begin_inset Quotes frd
565 \end_inset
566
567 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
568  estado se visualiza en el menú de las barras de herramientas con una marca.
569  Si en este estado pulsas de nuevo sobre 
570 \begin_inset Quotes fld
571 \end_inset
572
573 Ecuaciones
574 \begin_inset Quotes frd
575 \end_inset
576
577  y/o 
578 \begin_inset Quotes fld
579 \end_inset
580
581 Panel de ecuaciones
582 \begin_inset Quotes frd
583 \end_inset
584
585  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
586  de una ecuación; este estado se indica añadiendo a las entradas del menú
587  la palabra 
588 \begin_inset Quotes fld
589 \end_inset
590
591 (auto)
592 \begin_inset Quotes frd
593 \end_inset
594
595 .
596  
597 \end_layout
598
599 \begin_layout Standard
600 El modo TeX
601 \begin_inset Index
602 status collapsed
603
604 \begin_layout Plain Layout
605 T@TeX ! modo
606 \end_layout
607
608 \end_inset
609
610  se invoca pulsando el botón 
611 \begin_inset Graphics
612         filename ../../images/ert-insert.png
613         scale 85
614
615 \end_inset
616
617  de la barra de herramientas o con el menú 
618 \family sans
619 Insertar\SpecialChar \menuseparator
620 Código Te
621 \begin_inset ERT
622 status collapsed
623
624 \begin_layout Plain Layout
625
626 {}
627 \end_layout
628
629 \end_inset
630
631 X
632 \family default
633 , (atajo 
634 \family sans
635 Ctrl+L
636 \family default
637 ).
638 \begin_inset Note Note
639 status collapsed
640
641 \begin_layout Plain Layout
642 En LyX hay tres 
643 \begin_inset Quotes fld
644 \end_inset
645
646 nombres propios
647 \begin_inset Quotes frd
648 \end_inset
649
650  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
651  LaTeX y LyX.
652 \end_layout
653
654 \begin_layout Plain Layout
655 Para evitar que estas palabras sean reconocidas como tales nombres propios,
656  se inserta un par de llaves TeX.
657  
658 \end_layout
659
660 \end_inset
661
662
663 \end_layout
664
665 \begin_layout Standard
666 Para cambiar el preámbulo LaTeX
667 \begin_inset Index
668 status collapsed
669
670 \begin_layout Plain Layout
671 LaTeX preámbulo
672 \end_layout
673
674 \end_inset
675
676 , usa el menú 
677 \family sans
678 Documento\SpecialChar \menuseparator
679 Configuración\SpecialChar \menuseparator
680 Preámbulo LaT
681 \begin_inset ERT
682 status collapsed
683
684 \begin_layout Plain Layout
685
686 {}
687 \end_layout
688
689 \end_inset
690
691 eX
692 \family default
693 .
694 \end_layout
695
696 \begin_layout Standard
697 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
698  multilínea, se pueden usar los menús 
699 \family sans
700 Editar\SpecialChar \menuseparator
701 Ecuación
702 \family default
703  y 
704 \family sans
705 Editar\SpecialChar \menuseparator
706 Filas y columnas
707 \family default
708  o la barra de herramientas de 
709 \family sans
710 Tabla
711 \family default
712 .
713  Cuando las líneas y columnas se intercambian mediante el menú, la columna
714  o línea en la que está se cambia con la columna de la derecha o con la
715  línea de abajo, respectivamente.
716  Si el cursor está en la última columna o fila, el cambio se hace con la
717  columna de la izquierda o la línea de arriba.
718 \end_layout
719
720 \begin_layout Standard
721 Para escribir texto en fórmulas se usa 
722 \emph on
723 texto de ecuaciones
724 \emph default
725
726 \begin_inset Index
727 status collapsed
728
729 \begin_layout Plain Layout
730 Texto ! en ecuaciones
731 \end_layout
732
733 \end_inset
734
735 .
736 \begin_inset Foot
737 status collapsed
738
739 \begin_layout Plain Layout
740 Para ecuaciones multilínea se usa el comando 
741 \series bold
742
743 \backslash
744 intertext
745 \series default
746 , véase
747 \begin_inset space ~
748 \end_inset
749
750
751 \begin_inset CommandInset ref
752 LatexCommand ref
753 reference "sub:Texto-en-multilínea"
754
755 \end_inset
756
757 .
758 \end_layout
759
760 \end_inset
761
762  Este modo se invoca con el atajo 
763 \family sans
764 Alt+M
765 \begin_inset space ~
766 \end_inset
767
768 M
769 \family default
770  o
771 \family sans
772  Ctrl+M
773 \family default
774  o insertando el comando 
775 \series bold
776
777 \backslash
778 text
779 \series default
780
781 \begin_inset Index
782 status collapsed
783
784 \begin_layout Plain Layout
785 Comandos ! T ! 
786 \backslash
787 text
788 \end_layout
789
790 \end_inset
791
792 .
793  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
794  partes de la ecuación que se ven en azul.
795  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
796 a de otras partes de la fórmula.
797 \end_layout
798
799 \begin_layout Subsection*
800 Esquema de comandos
801 \end_layout
802
803 \begin_layout Standard
804 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
805  siguiente esquema:
806 \end_layout
807
808 \begin_layout Standard
809
810 \series bold
811
812 \backslash
813 nombre_del_comando[argumento opcional]{argumento requerido}
814 \end_layout
815
816 \begin_layout Standard
817 Un comando empieza siempre por una barra inversa, 
818 \begin_inset Quotes fld
819 \end_inset
820
821
822 \series bold
823
824 \backslash
825
826 \series default
827
828 \begin_inset Quotes frd
829 \end_inset
830
831 .
832  Para omitir argumentos opcionales, quita también los corchetes asociados.
833  En este documento, las llaves que encierran los argumentos requeridos se
834  denominan llaves TeX
835 \begin_inset Index
836 status collapsed
837
838 \begin_layout Plain Layout
839 T@TeX ! llaves
840 \end_layout
841
842 \end_inset
843
844 .
845  Si en una ecuación añades una llave de apertura al nombre de un comando,
846  LyX crea automáticamente una llave TeX.
847  En todos los demás casos las llaves TeX se crean en las ecuaciones con
848  el comando 
849 \series bold
850
851 \backslash
852 {
853 \series default
854 .
855  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
856  que se muestran en azul.
857  En modo TeX no hace falta comando para poner llaves TeX.
858  Las llaves TeX no aparecen en la salida.
859 \end_layout
860
861 \begin_layout Standard
862 En el caso de comandos sin argumentos, como los comandos para símbolos que
863  se introducen en modo TeX, 
864 \emph on
865 siempre
866 \emph default
867  debe teclearse un espacio tras el comando para finalizarlo.
868  Este espacio no aparece en la salida.
869  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
870  de un espacio protegido en texto normal.
871 \end_layout
872
873 \begin_layout Standard
874 Un espacio protegido se inserta con 
875 \family sans
876 Ctrl+Espacio
877 \family default
878 .
879 \begin_inset Newpage newpage
880 \end_inset
881
882
883 \end_layout
884
885 \begin_layout Subsection*
886 Explicación de la sintaxis
887 \end_layout
888
889 \begin_layout Itemize
890 El símbolo 
891 \begin_inset ERT
892 status collapsed
893
894 \begin_layout Plain Layout
895
896
897 \backslash
898 spce 
899 \end_layout
900
901 \end_inset
902
903
904 \begin_inset Foot
905 status collapsed
906
907 \begin_layout Plain Layout
908 Este carácter, espacio visible, se puede componer con el comando 
909 \series bold
910
911 \backslash
912 textvisiblespace
913 \series default
914
915 \begin_inset Index
916 status collapsed
917
918 \begin_layout Plain Layout
919 Comandos ! T ! 
920 \backslash
921 textvisiblespace
922 \end_layout
923
924 \end_inset
925
926  insertado en código TeX.
927 \end_layout
928
929 \end_inset
930
931  indica que hay que teclear un espacio.
932 \end_layout
933
934 \begin_layout Itemize
935 Una flecha como 
936 \begin_inset Formula $\rightarrow$
937 \end_inset
938
939  indica el uso de la correspondiente tecla de flecha.
940  
941 \end_layout
942
943 \begin_layout Subsection*
944 Unidades disponibles
945 \end_layout
946
947 \begin_layout Standard
948 \align center
949 \begin_inset Float table
950 placement H
951 wide false
952 sideways false
953 status open
954
955 \begin_layout Plain Layout
956 \align center
957 \begin_inset Caption
958
959 \begin_layout Plain Layout
960 \begin_inset CommandInset label
961 LatexCommand label
962 name "tab:Unidades-disponibles"
963
964 \end_inset
965
966 Unidades disponibles
967 \end_layout
968
969 \end_inset
970
971
972 \end_layout
973
974 \begin_layout Plain Layout
975 \align center
976 \begin_inset Tabular
977 <lyxtabular version="3" rows="13" columns="2">
978 <features>
979 <column alignment="center" valignment="top" width="0">
980 <column alignment="center" valignment="top" width="0">
981 <row>
982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
983 \begin_inset Text
984
985 \begin_layout Plain Layout
986 Unidad
987 \end_layout
988
989 \end_inset
990 </cell>
991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
992 \begin_inset Text
993
994 \begin_layout Plain Layout
995 Nombre / Descripción
996 \end_layout
997
998 \end_inset
999 </cell>
1000 </row>
1001 <row>
1002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1003 \begin_inset Text
1004
1005 \begin_layout Plain Layout
1006 mm
1007 \end_layout
1008
1009 \end_inset
1010 </cell>
1011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1012 \begin_inset Text
1013
1014 \begin_layout Plain Layout
1015 Milímetro
1016 \end_layout
1017
1018 \end_inset
1019 </cell>
1020 </row>
1021 <row>
1022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1023 \begin_inset Text
1024
1025 \begin_layout Plain Layout
1026 cm
1027 \end_layout
1028
1029 \end_inset
1030 </cell>
1031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1032 \begin_inset Text
1033
1034 \begin_layout Plain Layout
1035 Centímetro
1036 \end_layout
1037
1038 \end_inset
1039 </cell>
1040 </row>
1041 <row>
1042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1043 \begin_inset Text
1044
1045 \begin_layout Plain Layout
1046 in
1047 \end_layout
1048
1049 \end_inset
1050 </cell>
1051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1052 \begin_inset Text
1053
1054 \begin_layout Plain Layout
1055 Pulgada (1
1056 \begin_inset space \thinspace{}
1057 \end_inset
1058
1059 in = 2,54
1060 \begin_inset space \thinspace{}
1061 \end_inset
1062
1063 cm)
1064 \end_layout
1065
1066 \end_inset
1067 </cell>
1068 </row>
1069 <row>
1070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 pt
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1080 \begin_inset Text
1081
1082 \begin_layout Plain Layout
1083 Punto (72.27
1084 \begin_inset space \thinspace{}
1085 \end_inset
1086
1087 pt = 1
1088 \begin_inset space \thinspace{}
1089 \end_inset
1090
1091 in)
1092 \end_layout
1093
1094 \end_inset
1095 </cell>
1096 </row>
1097 <row>
1098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1099 \begin_inset Text
1100
1101 \begin_layout Plain Layout
1102 pc
1103 \end_layout
1104
1105 \end_inset
1106 </cell>
1107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1108 \begin_inset Text
1109
1110 \begin_layout Plain Layout
1111 Pica (1
1112 \begin_inset space \thinspace{}
1113 \end_inset
1114
1115 pc = 12
1116 \begin_inset space \thinspace{}
1117 \end_inset
1118
1119 pt)
1120 \end_layout
1121
1122 \end_inset
1123 </cell>
1124 </row>
1125 <row>
1126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1127 \begin_inset Text
1128
1129 \begin_layout Plain Layout
1130 sp
1131 \end_layout
1132
1133 \end_inset
1134 </cell>
1135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1136 \begin_inset Text
1137
1138 \begin_layout Plain Layout
1139 Punto escalado (65536
1140 \begin_inset space \thinspace{}
1141 \end_inset
1142
1143 sp = 1
1144 \begin_inset space \thinspace{}
1145 \end_inset
1146
1147 pt)
1148 \end_layout
1149
1150 \end_inset
1151 </cell>
1152 </row>
1153 <row>
1154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1155 \begin_inset Text
1156
1157 \begin_layout Plain Layout
1158 bp
1159 \end_layout
1160
1161 \end_inset
1162 </cell>
1163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1164 \begin_inset Text
1165
1166 \begin_layout Plain Layout
1167 Punto grande (72
1168 \begin_inset space \thinspace{}
1169 \end_inset
1170
1171 bp = 1
1172 \begin_inset space \thinspace{}
1173 \end_inset
1174
1175 in)
1176 \end_layout
1177
1178 \end_inset
1179 </cell>
1180 </row>
1181 <row>
1182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1183 \begin_inset Text
1184
1185 \begin_layout Plain Layout
1186 dd
1187 \end_layout
1188
1189 \end_inset
1190 </cell>
1191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1192 \begin_inset Text
1193
1194 \begin_layout Plain Layout
1195 Didot (1
1196 \begin_inset space \thinspace{}
1197 \end_inset
1198
1199 dd 
1200 \begin_inset Formula $\approx$
1201 \end_inset
1202
1203  0.376
1204 \begin_inset space \thinspace{}
1205 \end_inset
1206
1207 mm)
1208 \end_layout
1209
1210 \end_inset
1211 </cell>
1212 </row>
1213 <row>
1214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1215 \begin_inset Text
1216
1217 \begin_layout Plain Layout
1218 cc
1219 \end_layout
1220
1221 \end_inset
1222 </cell>
1223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1224 \begin_inset Text
1225
1226 \begin_layout Plain Layout
1227 Cicero (1
1228 \begin_inset space \thinspace{}
1229 \end_inset
1230
1231 cc = 12
1232 \begin_inset space \thinspace{}
1233 \end_inset
1234
1235 dd)
1236 \end_layout
1237
1238 \end_inset
1239 </cell>
1240 </row>
1241 <row>
1242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1243 \begin_inset Text
1244
1245 \begin_layout Plain Layout
1246 ex
1247 \end_layout
1248
1249 \end_inset
1250 </cell>
1251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1252 \begin_inset Text
1253
1254 \begin_layout Plain Layout
1255 Altura de la letra 
1256 \begin_inset Quotes fld
1257 \end_inset
1258
1259
1260 \emph on
1261 x
1262 \emph default
1263
1264 \begin_inset Quotes frd
1265 \end_inset
1266
1267  en la fuente actual
1268 \end_layout
1269
1270 \end_inset
1271 </cell>
1272 </row>
1273 <row>
1274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1275 \begin_inset Text
1276
1277 \begin_layout Plain Layout
1278 em
1279 \end_layout
1280
1281 \end_inset
1282 </cell>
1283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1284 \begin_inset Text
1285
1286 \begin_layout Plain Layout
1287 Anchura de la letra 
1288 \begin_inset Quotes fld
1289 \end_inset
1290
1291
1292 \emph on
1293 M
1294 \emph default
1295
1296 \begin_inset Quotes frd
1297 \end_inset
1298
1299  en la fuente actual
1300 \end_layout
1301
1302 \end_inset
1303 </cell>
1304 </row>
1305 <row>
1306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1307 \begin_inset Text
1308
1309 \begin_layout Plain Layout
1310 mu
1311 \end_layout
1312
1313 \end_inset
1314 </cell>
1315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1316 \begin_inset Text
1317
1318 \begin_layout Plain Layout
1319 Unidad matemática (1
1320 \begin_inset space \thinspace{}
1321 \end_inset
1322
1323 mu = 
1324 \begin_inset Formula $\nicefrac{1}{18}$
1325 \end_inset
1326
1327
1328 \begin_inset space \thinspace{}
1329 \end_inset
1330
1331 em)
1332 \end_layout
1333
1334 \end_inset
1335 </cell>
1336 </row>
1337 </lyxtabular>
1338
1339 \end_inset
1340
1341
1342 \end_layout
1343
1344 \end_inset
1345
1346
1347 \end_layout
1348
1349 \begin_layout Standard
1350 \align center
1351 \begin_inset Newpage newpage
1352 \end_inset
1353
1354
1355 \end_layout
1356
1357 \begin_layout Section
1358 Funciones básicas
1359 \end_layout
1360
1361 \begin_layout Subsection
1362 Exponentes
1363 \begin_inset Index
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367 Exponentes
1368 \end_layout
1369
1370 \end_inset
1371
1372  e índices
1373 \begin_inset Index
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377 Indices@Índices
1378 \end_layout
1379
1380 \end_inset
1381
1382
1383 \begin_inset Index
1384 status collapsed
1385
1386 \begin_layout Plain Layout
1387 Superíndices|see
1388 \begin_inset ERT
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392
1393 {
1394 \end_layout
1395
1396 \end_inset
1397
1398 Exponentes
1399 \begin_inset ERT
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403
1404 }
1405 \end_layout
1406
1407 \end_inset
1408
1409
1410 \end_layout
1411
1412 \end_inset
1413
1414
1415 \begin_inset Index
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 Subíndices|see
1420 \begin_inset ERT
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424
1425 {
1426 \end_layout
1427
1428 \end_inset
1429
1430 Índices
1431 \begin_inset ERT
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435
1436 }
1437 \end_layout
1438
1439 \end_inset
1440
1441
1442 \end_layout
1443
1444 \end_inset
1445
1446
1447 \end_layout
1448
1449 \begin_layout Standard
1450 Los índices se componen con un guión bajo 
1451 \begin_inset Quotes fld
1452 \end_inset
1453
1454 _
1455 \begin_inset Quotes frd
1456 \end_inset
1457
1458  o con el botón de la barra de herramientas de ecuaciones 
1459 \begin_inset Graphics
1460         filename ../../images/math-subscript.png
1461         scale 85
1462
1463 \end_inset
1464
1465 , los exponentes con un circunflejo 
1466 \begin_inset Quotes fld
1467 \end_inset
1468
1469 ^
1470 \begin_inset Quotes frd
1471 \end_inset
1472
1473  o con el botón de la barra de herramientas de ecuaciones 
1474 \begin_inset Graphics
1475         filename ../../images/math-superscript.png
1476         scale 85
1477
1478 \end_inset
1479
1480 .
1481 \end_layout
1482
1483 \begin_layout Standard
1484 \noindent
1485 \align center
1486 \begin_inset Tabular
1487 <lyxtabular version="3" rows="4" columns="2">
1488 <features>
1489 <column alignment="center" valignment="top" width="0">
1490 <column alignment="center" valignment="top" width="0">
1491 <row>
1492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1493 \begin_inset Text
1494
1495 \begin_layout Plain Layout
1496 Comando
1497 \end_layout
1498
1499 \end_inset
1500 </cell>
1501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1502 \begin_inset Text
1503
1504 \begin_layout Plain Layout
1505 Resultado
1506 \begin_inset Note Note
1507 status collapsed
1508
1509 \begin_layout Plain Layout
1510
1511 \series bold
1512
1513 \backslash
1514 raisebox
1515 \series default
1516  sólo se usa como espaciador.
1517 \end_layout
1518
1519 \end_inset
1520
1521
1522 \end_layout
1523
1524 \end_inset
1525 </cell>
1526 </row>
1527 <row>
1528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Plain Layout
1532 B_V
1533 \end_layout
1534
1535 \end_inset
1536 </cell>
1537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1538 \begin_inset Text
1539
1540 \begin_layout Plain Layout
1541 \begin_inset Formula $B_{V}$
1542 \end_inset
1543
1544
1545 \end_layout
1546
1547 \end_inset
1548 </cell>
1549 </row>
1550 <row>
1551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1552 \begin_inset Text
1553
1554 \begin_layout Plain Layout
1555 B^V
1556 \end_layout
1557
1558 \end_inset
1559 </cell>
1560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1561 \begin_inset Text
1562
1563 \begin_layout Plain Layout
1564 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1565 \end_inset
1566
1567
1568 \end_layout
1569
1570 \end_inset
1571 </cell>
1572 </row>
1573 <row>
1574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1575 \begin_inset Text
1576
1577 \begin_layout Plain Layout
1578 B^
1579 \begin_inset ERT
1580 status collapsed
1581
1582 \begin_layout Plain Layout
1583
1584
1585 \backslash
1586 spce 
1587 \end_layout
1588
1589 \end_inset
1590
1591 A
1592 \end_layout
1593
1594 \end_inset
1595 </cell>
1596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1597 \begin_inset Text
1598
1599 \begin_layout Plain Layout
1600 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1601 \end_inset
1602
1603
1604 \end_layout
1605
1606 \end_inset
1607 </cell>
1608 </row>
1609 </lyxtabular>
1610
1611 \end_inset
1612
1613
1614 \end_layout
1615
1616 \begin_layout Standard
1617 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1618  caso acentuará las vocales y no funcionará como exponente.
1619 \begin_inset Foot
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623 Dependiendo de la configuración del teclado esto puede suceder también con
1624  otros caracteres además de las vocales.
1625 \end_layout
1626
1627 \end_inset
1628
1629  Para conseguir exponentes en estos casos debes pulsar 
1630 \family sans
1631 Espacio
1632 \family default
1633  tras el circunflejo, como en el último ejemplo.
1634  
1635 \end_layout
1636
1637 \begin_layout Subsection
1638 Fracciones
1639 \begin_inset CommandInset label
1640 LatexCommand label
1641 name "sub:Fracciones"
1642
1643 \end_inset
1644
1645
1646 \begin_inset Index
1647 status collapsed
1648
1649 \begin_layout Plain Layout
1650 Fracciones
1651 \end_layout
1652
1653 \end_inset
1654
1655
1656 \end_layout
1657
1658 \begin_layout Standard
1659 Las fracciones se generan con el comando 
1660 \series bold
1661
1662 \backslash
1663 frac
1664 \series default
1665
1666 \begin_inset Index
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670 Comandos ! F ! 
1671 \backslash
1672 frac
1673 \end_layout
1674
1675 \end_inset
1676
1677  o con el botón 
1678 \begin_inset Graphics
1679         filename ../../images/math/frac.png
1680         scale 50
1681
1682 \end_inset
1683
1684  de la barra de herramientas.
1685  El tamaño de fuente se ajusta automáticamente, dependiendo de si la fracción
1686  está en línea o en estilo presentación.
1687  Con el botón 
1688 \begin_inset Graphics
1689         filename ../../images/math/frac-square.png
1690         scale 85
1691
1692 \end_inset
1693
1694 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1695  de fracciones.
1696 \end_layout
1697
1698 \begin_layout Standard
1699 Con el comando 
1700 \series bold
1701
1702 \backslash
1703 dfrac
1704 \series default
1705
1706 \begin_inset Index
1707 status collapsed
1708
1709 \begin_layout Plain Layout
1710 Comandos ! D ! 
1711 \backslash
1712 dfrac
1713 \end_layout
1714
1715 \end_inset
1716
1717  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1718  presentación.
1719  Con 
1720 \series bold
1721
1722 \backslash
1723 tfrac
1724 \series default
1725
1726 \begin_inset Index
1727 status collapsed
1728
1729 \begin_layout Plain Layout
1730 Comandos ! T ! 
1731 \backslash
1732 tfrac
1733 \end_layout
1734
1735 \end_inset
1736
1737  la fracción tiene siempre el tamaño del estilo en línea.
1738  Un ejemplo:
1739 \end_layout
1740
1741 \begin_layout Standard
1742 Una línea con la fracción 
1743 \begin_inset Formula $\frac{1}{2}$
1744 \end_inset
1745
1746  creada con el comando 
1747 \series bold
1748
1749 \backslash
1750 frac
1751 \series default
1752 .
1753  
1754 \end_layout
1755
1756 \begin_layout Standard
1757 Una línea con la fracción 
1758 \begin_inset Formula $\dfrac{1}{2}$
1759 \end_inset
1760
1761  creada con el comando 
1762 \series bold
1763
1764 \backslash
1765 dfrac
1766 \series default
1767 .
1768 \end_layout
1769
1770 \begin_layout Standard
1771 \noindent
1772 \align center
1773 \begin_inset Tabular
1774 <lyxtabular version="3" rows="4" columns="2">
1775 <features>
1776 <column alignment="center" valignment="top" width="0">
1777 <column alignment="center" valignment="top" width="0">
1778 <row>
1779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783 Comando
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792 Resultado
1793 \begin_inset Note Note
1794 status collapsed
1795
1796 \begin_layout Plain Layout
1797
1798 \series bold
1799
1800 \backslash
1801 raisebox
1802 \series default
1803  se usa sólo como espaciador
1804 \end_layout
1805
1806 \end_inset
1807
1808
1809 \end_layout
1810
1811 \end_inset
1812 </cell>
1813 </row>
1814 <row>
1815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1816 \begin_inset Text
1817
1818 \begin_layout Plain Layout
1819
1820 \backslash
1821 frac
1822 \begin_inset ERT
1823 status collapsed
1824
1825 \begin_layout Plain Layout
1826
1827
1828 \backslash
1829 spce 
1830 \end_layout
1831
1832 \end_inset
1833
1834 A
1835 \begin_inset Formula $\downarrow$
1836 \end_inset
1837
1838 B
1839 \end_layout
1840
1841 \end_inset
1842 </cell>
1843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1848 \end_inset
1849
1850
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 </row>
1856 <row>
1857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861
1862 \backslash
1863 dfrac
1864 \begin_inset ERT
1865 status collapsed
1866
1867 \begin_layout Plain Layout
1868
1869
1870 \backslash
1871 spce 
1872 \end_layout
1873
1874 \end_inset
1875
1876 A
1877 \begin_inset Formula $\downarrow$
1878 \end_inset
1879
1880 B
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1890 \end_inset
1891
1892
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 </row>
1898 <row>
1899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1900 \begin_inset Text
1901
1902 \begin_layout Plain Layout
1903
1904 \backslash
1905 dfrac
1906 \begin_inset ERT
1907 status collapsed
1908
1909 \begin_layout Plain Layout
1910
1911
1912 \backslash
1913 spce 
1914 \end_layout
1915
1916 \end_inset
1917
1918 e^
1919 \begin_inset ERT
1920 status collapsed
1921
1922 \begin_layout Plain Layout
1923
1924
1925 \backslash
1926 spce 
1927 \end_layout
1928
1929 \end_inset
1930
1931
1932 \backslash
1933 frac
1934 \begin_inset ERT
1935 status collapsed
1936
1937 \begin_layout Plain Layout
1938
1939
1940 \backslash
1941 spce 
1942 \end_layout
1943
1944 \end_inset
1945
1946 1
1947 \begin_inset Formula $\downarrow$
1948 \end_inset
1949
1950 2
1951 \begin_inset Formula $\downarrow$
1952 \end_inset
1953
1954 3
1955 \end_layout
1956
1957 \end_inset
1958 </cell>
1959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1960 \begin_inset Text
1961
1962 \begin_layout Plain Layout
1963 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1964 \end_inset
1965
1966
1967 \end_layout
1968
1969 \end_inset
1970 </cell>
1971 </row>
1972 </lyxtabular>
1973
1974 \end_inset
1975
1976
1977 \begin_inset VSpace bigskip
1978 \end_inset
1979
1980
1981 \end_layout
1982
1983 \begin_layout Standard
1984 Para fracciones anidadas se puede usar el comando 
1985 \series bold
1986
1987 \backslash
1988 cfrac
1989 \series default
1990
1991 \begin_inset Index
1992 status collapsed
1993
1994 \begin_layout Plain Layout
1995 Comandos ! C ! 
1996 \backslash
1997 cfrac
1998 \end_layout
1999
2000 \end_inset
2001
2002 .
2003  Un ejemplo:
2004 \begin_inset VSpace -3mm
2005 \end_inset
2006
2007
2008 \end_layout
2009
2010 \begin_layout Standard
2011 \begin_inset Formula \begin{align*}
2012 \textrm{creada con \textbf{\textbackslash frac} } &  & \textrm{creada con }\mathbf{\textbackslash\textbf{cfrac}}\\
2013 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2014
2015 \end_inset
2016
2017
2018 \end_layout
2019
2020 \begin_layout Standard
2021 El comando para el ejemplo de arriba es:
2022 \end_layout
2023
2024 \begin_layout Standard
2025
2026 \series bold
2027
2028 \backslash
2029 cfrac{A
2030 \begin_inset Formula $\to$
2031 \end_inset
2032
2033
2034 \backslash
2035 {B+
2036 \backslash
2037 cfrac{C+
2038 \backslash
2039 cfrac{E
2040 \begin_inset Formula $\to$
2041 \end_inset
2042
2043
2044 \backslash
2045 {F
2046 \begin_inset Formula $\to\to$
2047 \end_inset
2048
2049
2050 \backslash
2051 {D
2052 \end_layout
2053
2054 \begin_layout Standard
2055 \begin_inset VSpace medskip
2056 \end_inset
2057
2058
2059 \end_layout
2060
2061 \begin_layout Standard
2062
2063 \series bold
2064
2065 \backslash
2066 cfrac
2067 \series default
2068  compone la fracción siempre en el tamaño del estilo presentación, también
2069  cuando es parte de otra fracción.
2070  
2071 \series bold
2072
2073 \backslash
2074 cfrac
2075 \series default
2076  tiene el siguiente esquema de comando:
2077 \end_layout
2078
2079 \begin_layout Standard
2080
2081 \series bold
2082
2083 \backslash
2084 cfrac[posición del numerador]{numerador}{denominador}
2085 \end_layout
2086
2087 \begin_layout Standard
2088 La posición del numerador puede ser 
2089 \emph on
2090 l
2091 \emph default
2092
2093 \emph on
2094 c
2095 \emph default
2096  o 
2097 \emph on
2098 r
2099 \emph default
2100  .
2101  
2102 \emph on
2103 l
2104 \emph default
2105  o 
2106 \emph on
2107 r
2108 \emph default
2109  alinean el numerador a la izquierda o a la derecha, respectivamente, de
2110  la raya de fracción.
2111  Si se pone 
2112 \emph on
2113 c
2114 \emph default
2115  o no se especifica posición, el numerador aparece centrado.
2116  Estas fracciones muestran las distintas alineaciones:
2117 \end_layout
2118
2119 \begin_layout Standard
2120 \noindent
2121 \align center
2122 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2123 \end_inset
2124
2125  ; 
2126 \begin_inset Formula $\cfrac{A}{B+C}$
2127 \end_inset
2128
2129  ; 
2130 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2131 \end_inset
2132
2133  
2134 \begin_inset VSpace medskip
2135 \end_inset
2136
2137
2138 \end_layout
2139
2140 \begin_layout Standard
2141 Muchas veces es adecuado combinar 
2142 \series bold
2143
2144 \backslash
2145 cfrac
2146 \series default
2147  y 
2148 \series bold
2149
2150 \backslash
2151 frac
2152 \series default
2153 :
2154 \begin_inset Formula \[
2155 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2156
2157 \end_inset
2158
2159
2160 \end_layout
2161
2162 \begin_layout Standard
2163 Para componer fracciones en línea con raya de fracción inclinada puedes
2164  usar el comando 
2165 \series bold
2166
2167 \backslash
2168 nicefrac
2169 \series default
2170
2171 \begin_inset Index
2172 status collapsed
2173
2174 \begin_layout Plain Layout
2175 Comandos ! N ! 
2176 \backslash
2177 nicefrac
2178 \end_layout
2179
2180 \end_inset
2181
2182
2183 \begin_inset Formula $\nicefrac{5}{31}$
2184 \end_inset
2185
2186  Hay además el comando 
2187 \series bold
2188
2189 \backslash
2190 unitfracthree
2191 \series default
2192  que permite escribir una fracción en combinación con un número: 
2193 \begin_inset Formula $\unitfrac[2]{1}{3}$
2194 \end_inset
2195
2196
2197 \begin_inset Newline newline
2198 \end_inset
2199
2200 Ten en cuenta que 
2201 \series bold
2202
2203 \backslash
2204 unitfracthree
2205 \series default
2206  no es un comando LaTeX auténtico, sino el comando
2207 \begin_inset Newline newline
2208 \end_inset
2209
2210
2211 \series bold
2212
2213 \backslash
2214 unitfrac[número]{numerador}{denominador}
2215 \series default
2216 , por tanto no puedes usarlo en código TeX.
2217 \end_layout
2218
2219 \begin_layout Standard
2220 En la 
2221 \begin_inset CommandInset ref
2222 LatexCommand ref
2223 reference "sub:Fracciones-personalizadas"
2224
2225 \end_inset
2226
2227  se explica cómo componer fracciones personalizadas en las que la raya de
2228  fracción se puede cambiar.
2229  
2230 \end_layout
2231
2232 \begin_layout Subsection
2233 Raíces
2234 \begin_inset Index
2235 status collapsed
2236
2237 \begin_layout Plain Layout
2238 Raíces
2239 \end_layout
2240
2241 \end_inset
2242
2243
2244 \end_layout
2245
2246 \begin_layout Standard
2247 Las raíces cuadradas se componen con 
2248 \series bold
2249
2250 \backslash
2251 sqrt
2252 \series default
2253
2254 \begin_inset Index
2255 status collapsed
2256
2257 \begin_layout Plain Layout
2258 Comandos ! S ! 
2259 \backslash
2260 sqrt
2261 \end_layout
2262
2263 \end_inset
2264
2265  o con el botón 
2266 \begin_inset Graphics
2267         filename ../../images/math/sqrt.png
2268         scale 85
2269
2270 \end_inset
2271
2272  de la barra de  ecuaciones; todas las demás raíces con el comando 
2273 \series bold
2274
2275 \backslash
2276 root
2277 \series default
2278
2279 \begin_inset Index
2280 status collapsed
2281
2282 \begin_layout Plain Layout
2283 Comandos ! R ! 
2284 \backslash
2285 root
2286 \end_layout
2287
2288 \end_inset
2289
2290  o con el botón 
2291 \begin_inset Graphics
2292         filename ../../images/math/root.png
2293         scale 85
2294
2295 \end_inset
2296
2297 .
2298 \end_layout
2299
2300 \begin_layout Standard
2301 \noindent
2302 \align center
2303 \begin_inset Tabular
2304 <lyxtabular version="3" rows="3" columns="2">
2305 <features>
2306 <column alignment="center" valignment="top" width="0">
2307 <column alignment="center" valignment="top" width="0">
2308 <row>
2309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2310 \begin_inset Text
2311
2312 \begin_layout Plain Layout
2313 Comando
2314 \end_layout
2315
2316 \end_inset
2317 </cell>
2318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2319 \begin_inset Text
2320
2321 \begin_layout Plain Layout
2322 Resultado
2323 \begin_inset Note Note
2324 status collapsed
2325
2326 \begin_layout Plain Layout
2327
2328 \series bold
2329
2330 \backslash
2331 raisebox
2332 \series default
2333  se usa sólo como espaciador
2334 \end_layout
2335
2336 \end_inset
2337
2338
2339 \end_layout
2340
2341 \end_inset
2342 </cell>
2343 </row>
2344 <row>
2345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2346 \begin_inset Text
2347
2348 \begin_layout Plain Layout
2349
2350 \backslash
2351 sqrt
2352 \begin_inset ERT
2353 status collapsed
2354
2355 \begin_layout Plain Layout
2356
2357
2358 \backslash
2359 spce 
2360 \end_layout
2361
2362 \end_inset
2363
2364 A-B
2365 \end_layout
2366
2367 \end_inset
2368 </cell>
2369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Plain Layout
2373 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2374 \end_inset
2375
2376
2377 \end_layout
2378
2379 \end_inset
2380 </cell>
2381 </row>
2382 <row>
2383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2384 \begin_inset Text
2385
2386 \begin_layout Plain Layout
2387
2388 \backslash
2389 root
2390 \begin_inset ERT
2391 status collapsed
2392
2393 \begin_layout Plain Layout
2394
2395
2396 \backslash
2397 spce 
2398 \end_layout
2399
2400 \end_inset
2401
2402 3
2403 \begin_inset Formula $\downarrow$
2404 \end_inset
2405
2406 A-B
2407 \end_layout
2408
2409 \end_inset
2410 </cell>
2411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2412 \begin_inset Text
2413
2414 \begin_layout Plain Layout
2415 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2416 \end_inset
2417
2418
2419 \end_layout
2420
2421 \end_inset
2422 </cell>
2423 </row>
2424 </lyxtabular>
2425
2426 \end_inset
2427
2428
2429 \end_layout
2430
2431 \begin_layout Standard
2432 Una raíz cuadrada se compone también con 
2433 \series bold
2434
2435 \backslash
2436 root
2437 \series default
2438  dejando vacío el campo del índice.
2439 \end_layout
2440
2441 \begin_layout Standard
2442 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2443  la raíz: 
2444 \begin_inset Formula $\sqrt[\beta]{B}$
2445 \end_inset
2446
2447
2448 \begin_inset Newline newline
2449 \end_inset
2450
2451 La 
2452 \begin_inset Formula $\beta$
2453 \end_inset
2454
2455  toca la raíz.
2456  Para evitar esto se usan los comandos 
2457 \series bold
2458
2459 \backslash
2460 leftroot
2461 \series default
2462
2463 \begin_inset Index
2464 status collapsed
2465
2466 \begin_layout Plain Layout
2467 Comandos ! L ! 
2468 \backslash
2469 leftroot
2470 \end_layout
2471
2472 \end_inset
2473
2474  y 
2475 \series bold
2476
2477 \backslash
2478 uproot
2479 \series default
2480
2481 \begin_inset Index
2482 status collapsed
2483
2484 \begin_layout Plain Layout
2485 Comandos ! U ! 
2486 \backslash
2487 uproot
2488 \end_layout
2489
2490 \end_inset
2491
2492  con el esquema siguiente:
2493 \end_layout
2494
2495 \begin_layout Standard
2496
2497 \series bold
2498
2499 \backslash
2500 leftroot{distancia}
2501 \series default
2502  y 
2503 \series bold
2504
2505 \backslash
2506 uproot{distancia}
2507 \end_layout
2508
2509 \begin_layout Standard
2510 Distancia es el número de Puntos Grandes (
2511 \begin_inset Quotes fld
2512 \end_inset
2513
2514 Big Points
2515 \begin_inset Quotes frd
2516 \end_inset
2517
2518 , unidad bp; 
2519 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2520 \end_inset
2521
2522 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2523  Los comandos se escriben en el índice.
2524  Así, el comando:
2525 \begin_inset Newline newline
2526 \end_inset
2527
2528
2529 \series bold
2530
2531 \backslash
2532 root
2533 \backslash
2534 leftroot{-1
2535 \begin_inset Formula $\to$
2536 \end_inset
2537
2538
2539 \backslash
2540 uproot{2
2541 \begin_inset Formula $\to$
2542 \end_inset
2543
2544
2545 \backslash
2546 beta
2547 \begin_inset ERT
2548 status collapsed
2549
2550 \begin_layout Plain Layout
2551
2552
2553 \backslash
2554 spce 
2555 \end_layout
2556
2557 \end_inset
2558
2559
2560 \begin_inset Formula $\to$
2561 \end_inset
2562
2563 B
2564 \begin_inset Newline newline
2565 \end_inset
2566
2567
2568 \series default
2569 genera una fórmula correctamente tipografiada: 
2570 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2571 \end_inset
2572
2573
2574 \end_layout
2575
2576 \begin_layout Subsection
2577 Coeficientes de un binomio
2578 \begin_inset Index
2579 status collapsed
2580
2581 \begin_layout Plain Layout
2582 Binomios
2583 \end_layout
2584
2585 \end_inset
2586
2587
2588 \end_layout
2589
2590 \begin_layout Standard
2591 Los coeficientes de un binomio se insertan con el comando 
2592 \series bold
2593
2594 \backslash
2595 binom
2596 \series default
2597
2598 \begin_inset Index
2599 status collapsed
2600
2601 \begin_layout Plain Layout
2602 Comandos ! B ! 
2603 \backslash
2604 binom
2605 \end_layout
2606
2607 \end_inset
2608
2609  o con el submenú del botón 
2610 \begin_inset Graphics
2611         filename ../../images/math/frac-square.png
2612         scale 85
2613
2614 \end_inset
2615
2616 de la barra de herramientas de ecuaciones.
2617  Como en las fracciones, además de 
2618 \series bold
2619
2620 \backslash
2621 binom
2622 \series default
2623  hay los comandos 
2624 \series bold
2625
2626 \backslash
2627 dbinom
2628 \begin_inset Index
2629 status collapsed
2630
2631 \begin_layout Plain Layout
2632 Comandos ! D ! 
2633 \backslash
2634 dbinom
2635 \end_layout
2636
2637 \end_inset
2638
2639
2640 \series default
2641  y 
2642 \series bold
2643
2644 \backslash
2645 tbinom
2646 \series default
2647
2648 \begin_inset Index
2649 status collapsed
2650
2651 \begin_layout Plain Layout
2652 Comandos ! T ! 
2653 \backslash
2654 tbinom
2655 \end_layout
2656
2657 \end_inset
2658
2659 .
2660  Para otros delimitadores de coeficientes de un binomio hay los comandos
2661  
2662 \series bold
2663
2664 \backslash
2665 brace
2666 \series default
2667
2668 \begin_inset Index
2669 status collapsed
2670
2671 \begin_layout Plain Layout
2672 Comandos ! B ! 
2673 \backslash
2674 brace
2675 \end_layout
2676
2677 \end_inset
2678
2679  y 
2680 \series bold
2681
2682 \backslash
2683 brack
2684 \series default
2685
2686 \begin_inset Index
2687 status collapsed
2688
2689 \begin_layout Plain Layout
2690 Comandos ! B ! 
2691 \backslash
2692 brack
2693 \end_layout
2694
2695 \end_inset
2696
2697 .
2698 \end_layout
2699
2700 \begin_layout Standard
2701 \noindent
2702 \align center
2703 \begin_inset Tabular
2704 <lyxtabular version="3" rows="6" columns="2">
2705 <features>
2706 <column alignment="center" valignment="top" width="0">
2707 <column alignment="center" valignment="top" width="0">
2708 <row>
2709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2710 \begin_inset Text
2711
2712 \begin_layout Plain Layout
2713 Comando
2714 \end_layout
2715
2716 \end_inset
2717 </cell>
2718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2719 \begin_inset Text
2720
2721 \begin_layout Plain Layout
2722 Resultado
2723 \begin_inset Note Note
2724 status collapsed
2725
2726 \begin_layout Plain Layout
2727
2728 \series bold
2729
2730 \backslash
2731 raisebox
2732 \series default
2733  se usa sólo como espaciador
2734 \end_layout
2735
2736 \end_inset
2737
2738
2739 \end_layout
2740
2741 \end_inset
2742 </cell>
2743 </row>
2744 <row>
2745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2746 \begin_inset Text
2747
2748 \begin_layout Plain Layout
2749
2750 \backslash
2751 binom
2752 \begin_inset ERT
2753 status collapsed
2754
2755 \begin_layout Plain Layout
2756
2757
2758 \backslash
2759 spce 
2760 \end_layout
2761
2762 \end_inset
2763
2764 A
2765 \begin_inset Formula $\downarrow$
2766 \end_inset
2767
2768 B
2769 \end_layout
2770
2771 \end_inset
2772 </cell>
2773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2774 \begin_inset Text
2775
2776 \begin_layout Plain Layout
2777 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2778 \end_inset
2779
2780
2781 \end_layout
2782
2783 \end_inset
2784 </cell>
2785 </row>
2786 <row>
2787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2788 \begin_inset Text
2789
2790 \begin_layout Plain Layout
2791
2792 \backslash
2793 dbinom
2794 \begin_inset ERT
2795 status collapsed
2796
2797 \begin_layout Plain Layout
2798
2799
2800 \backslash
2801 spce 
2802 \end_layout
2803
2804 \end_inset
2805
2806 A
2807 \begin_inset Formula $\downarrow$
2808 \end_inset
2809
2810 B
2811 \end_layout
2812
2813 \end_inset
2814 </cell>
2815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2816 \begin_inset Text
2817
2818 \begin_layout Plain Layout
2819 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2820 \end_inset
2821
2822
2823 \end_layout
2824
2825 \end_inset
2826 </cell>
2827 </row>
2828 <row>
2829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2830 \begin_inset Text
2831
2832 \begin_layout Plain Layout
2833
2834 \backslash
2835 tbinom
2836 \begin_inset ERT
2837 status collapsed
2838
2839 \begin_layout Plain Layout
2840
2841
2842 \backslash
2843 spce 
2844 \end_layout
2845
2846 \end_inset
2847
2848 A
2849 \begin_inset Formula $\downarrow$
2850 \end_inset
2851
2852 B
2853 \end_layout
2854
2855 \end_inset
2856 </cell>
2857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2858 \begin_inset Text
2859
2860 \begin_layout Plain Layout
2861 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2862 \end_inset
2863
2864
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 </row>
2870 <row>
2871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2872 \begin_inset Text
2873
2874 \begin_layout Plain Layout
2875
2876 \backslash
2877 brack
2878 \begin_inset ERT
2879 status collapsed
2880
2881 \begin_layout Plain Layout
2882
2883
2884 \backslash
2885 spce 
2886 \end_layout
2887
2888 \end_inset
2889
2890 A
2891 \begin_inset Formula $\downarrow$
2892 \end_inset
2893
2894 B
2895 \end_layout
2896
2897 \end_inset
2898 </cell>
2899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2900 \begin_inset Text
2901
2902 \begin_layout Plain Layout
2903 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2904 \end_inset
2905
2906
2907 \end_layout
2908
2909 \end_inset
2910 </cell>
2911 </row>
2912 <row>
2913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2914 \begin_inset Text
2915
2916 \begin_layout Plain Layout
2917
2918 \backslash
2919 brace
2920 \begin_inset ERT
2921 status collapsed
2922
2923 \begin_layout Plain Layout
2924
2925
2926 \backslash
2927 spce 
2928 \end_layout
2929
2930 \end_inset
2931
2932 A
2933 \begin_inset Formula $\downarrow$
2934 \end_inset
2935
2936 B
2937 \end_layout
2938
2939 \end_inset
2940 </cell>
2941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2942 \begin_inset Text
2943
2944 \begin_layout Plain Layout
2945 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2946 \end_inset
2947
2948
2949 \end_layout
2950
2951 \end_inset
2952 </cell>
2953 </row>
2954 </lyxtabular>
2955
2956 \end_inset
2957
2958
2959 \begin_inset Newpage newpage
2960 \end_inset
2961
2962
2963 \end_layout
2964
2965 \begin_layout Subsection
2966 Diferenciaciones de casos
2967 \begin_inset Index
2968 status collapsed
2969
2970 \begin_layout Plain Layout
2971 Casos
2972 \end_layout
2973
2974 \end_inset
2975
2976
2977 \end_layout
2978
2979 \begin_layout Standard
2980 \noindent
2981 \align center
2982 \begin_inset Tabular
2983 <lyxtabular version="3" rows="3" columns="2">
2984 <features>
2985 <column alignment="center" valignment="top" width="0">
2986 <column alignment="center" valignment="top" width="0">
2987 <row>
2988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2989 \begin_inset Text
2990
2991 \begin_layout Plain Layout
2992 Comando
2993 \end_layout
2994
2995 \end_inset
2996 </cell>
2997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2998 \begin_inset Text
2999
3000 \begin_layout Plain Layout
3001 Resultado
3002 \end_layout
3003
3004 \end_inset
3005 </cell>
3006 </row>
3007 <row>
3008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3009 \begin_inset Text
3010
3011 \begin_layout Plain Layout
3012
3013 \backslash
3014 cases
3015 \begin_inset ERT
3016 status collapsed
3017
3018 \begin_layout Plain Layout
3019
3020
3021 \backslash
3022 spce 
3023 \end_layout
3024
3025 \end_inset
3026
3027 A
3028 \begin_inset Formula $\to$
3029 \end_inset
3030
3031 B>0
3032 \begin_inset Index
3033 status collapsed
3034
3035 \begin_layout Plain Layout
3036 Comandos ! C ! 
3037 \backslash
3038 cases
3039 \end_layout
3040
3041 \end_inset
3042
3043
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3049 \begin_inset Text
3050
3051 \begin_layout Plain Layout
3052 \begin_inset Formula $\begin{cases}
3053 A & B>0\end{cases}$
3054 \end_inset
3055
3056
3057 \end_layout
3058
3059 \end_inset
3060 </cell>
3061 </row>
3062 <row>
3063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067
3068 \backslash
3069 cases
3070 \begin_inset ERT
3071 status collapsed
3072
3073 \begin_layout Plain Layout
3074
3075
3076 \backslash
3077 spce 
3078 \end_layout
3079
3080 \end_inset
3081
3082
3083 \family sans
3084 Ctrl+Retorno
3085 \end_layout
3086
3087 \end_inset
3088 </cell>
3089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3090 \begin_inset Text
3091
3092 \begin_layout Plain Layout
3093 \begin_inset Formula $\begin{cases}
3094 A & \textrm{para }x>0\\
3095 B & \textrm{para }x=0\end{cases}$
3096 \end_inset
3097
3098
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 </lyxtabular>
3105
3106 \end_inset
3107
3108
3109 \end_layout
3110
3111 \begin_layout Standard
3112 Después de insertar 
3113 \series bold
3114
3115 \backslash
3116 cases
3117 \series default
3118  o usar el botón 
3119 \begin_inset Graphics
3120         filename ../../images/math/cases.png
3121         scale 85
3122
3123 \end_inset
3124
3125  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3126 \family sans
3127 Ctrl+Retorno
3128 \family default
3129  o con el botón
3130 \family sans
3131  
3132 \family default
3133
3134 \begin_inset Graphics
3135         filename ../../images/tabular-feature_append-row.png
3136         scale 85
3137
3138 \end_inset
3139
3140  de la barra de tablas.
3141 \end_layout
3142
3143 \begin_layout Standard
3144 El comando 
3145 \series bold
3146
3147 \backslash
3148 cases
3149 \series default
3150  también está disponible en el menú 
3151 \family sans
3152 Insertar\SpecialChar \menuseparator
3153 Ecuación\SpecialChar \menuseparator
3154 Entorno casos
3155 \family default
3156 .
3157 \end_layout
3158
3159 \begin_layout Subsection
3160 Negaciones
3161 \begin_inset Index
3162 status collapsed
3163
3164 \begin_layout Plain Layout
3165 Negaciones
3166 \end_layout
3167
3168 \end_inset
3169
3170
3171 \end_layout
3172
3173 \begin_layout Standard
3174 Con el comando 
3175 \series bold
3176
3177 \backslash
3178 not
3179 \series default
3180
3181 \begin_inset Index
3182 status collapsed
3183
3184 \begin_layout Plain Layout
3185 Comandos ! N ! 
3186 \backslash
3187 not
3188 \end_layout
3189
3190 \end_inset
3191
3192  todo carácter se puede mostrar cancelado.
3193  Los caracteres son casi tachados con una barra inclinada.
3194 \end_layout
3195
3196 \begin_layout Standard
3197 \noindent
3198 \align center
3199 \begin_inset Tabular
3200 <lyxtabular version="3" rows="4" columns="2">
3201 <features>
3202 <column alignment="center" valignment="top" width="0">
3203 <column alignment="center" valignment="top" width="0">
3204 <row>
3205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Plain Layout
3209 Comando
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Plain Layout
3218 Resultado
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 </row>
3224 <row>
3225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Plain Layout
3229
3230 \backslash
3231 not=
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240 \begin_inset Formula $\not=$
3241 \end_inset
3242
3243
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 </row>
3249 <row>
3250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254
3255 \backslash
3256 not 
3257 \backslash
3258 le
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Plain Layout
3267 \begin_inset Formula $\not\le$
3268 \end_inset
3269
3270
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 </row>
3276 <row>
3277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3278 \begin_inset Text
3279
3280 \begin_layout Plain Layout
3281
3282 \backslash
3283 not 
3284 \backslash
3285 parallel
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294 \begin_inset Formula $\not\parallel$
3295 \end_inset
3296
3297
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 </row>
3303 </lyxtabular>
3304
3305 \end_inset
3306
3307
3308 \end_layout
3309
3310 \begin_layout Standard
3311 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3312  Por tanto para algunas negaciones hay comandos especiales (véase 
3313 \begin_inset CommandInset ref
3314 LatexCommand ref
3315 reference "sub:Símbolos-matemáticos"
3316
3317 \end_inset
3318
3319  y 
3320 \begin_inset CommandInset ref
3321 LatexCommand ref
3322 reference "sec:Relaciones"
3323
3324 \end_inset
3325
3326 ).
3327 \end_layout
3328
3329 \begin_layout Subsection
3330 Espacios reservados 
3331 \begin_inset CommandInset label
3332 LatexCommand label
3333 name "sub:Espacios-reservados"
3334
3335 \end_inset
3336
3337
3338 \begin_inset Index
3339 status collapsed
3340
3341 \begin_layout Plain Layout
3342 Espacios reservados
3343 \end_layout
3344
3345 \end_inset
3346
3347
3348 \begin_inset Index
3349 status collapsed
3350
3351 \begin_layout Plain Layout
3352 Química ! isótopos
3353 \end_layout
3354
3355 \end_inset
3356
3357
3358 \begin_inset Index
3359 status collapsed
3360
3361 \begin_layout Plain Layout
3362 Isótopos|see
3363 \begin_inset ERT
3364 status collapsed
3365
3366 \begin_layout Plain Layout
3367
3368 {
3369 \end_layout
3370
3371 \end_inset
3372
3373 Química
3374 \begin_inset ERT
3375 status collapsed
3376
3377 \begin_layout Plain Layout
3378
3379 }
3380 \end_layout
3381
3382 \end_inset
3383
3384
3385 \end_layout
3386
3387 \end_inset
3388
3389
3390 \end_layout
3391
3392 \begin_layout Standard
3393 En la presentación de, p.
3394 \begin_inset space \thinspace{}
3395 \end_inset
3396
3397 e., isótopos,
3398 \begin_inset Foot
3399 status collapsed
3400
3401 \begin_layout Plain Layout
3402 Más sobre símbolos químicos en 
3403 \begin_inset CommandInset ref
3404 LatexCommand ref
3405 reference "sub:Símbolos-y-ecuaciones-químicas"
3406
3407 \end_inset
3408
3409
3410 \end_layout
3411
3412 \end_inset
3413
3414  surge el problema siguiente:
3415 \end_layout
3416
3417 \begin_layout Standard
3418 \noindent
3419 \align center
3420 \begin_inset Tabular
3421 <lyxtabular version="3" rows="2" columns="2">
3422 <features>
3423 <column alignment="center" valignment="top" width="0">
3424 <column alignment="center" valignment="top" width="0">
3425 <row>
3426 <cell alignment="center" valignment="top" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 Índices generados con sub- y superíndices:
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3440 \end_inset
3441
3442
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 </row>
3448 <row>
3449 <cell alignment="center" valignment="top" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453 Índices correctos:
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell alignment="center" valignment="top" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3463 \end_inset
3464
3465
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 </row>
3471 </lyxtabular>
3472
3473 \end_inset
3474
3475
3476 \begin_inset Note Note
3477 status collapsed
3478
3479 \begin_layout Plain Layout
3480
3481 \series bold
3482
3483 \backslash
3484 raisebox
3485 \series default
3486  se usa sólo como espaciador
3487 \end_layout
3488
3489 \end_inset
3490
3491
3492 \end_layout
3493
3494 \begin_layout Standard
3495 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3496  del índice más largo.
3497  Para evitarlo está el comando 
3498 \series bold
3499
3500 \backslash
3501 phantom
3502 \series default
3503
3504 \begin_inset Index
3505 status collapsed
3506
3507 \begin_layout Plain Layout
3508 Comandos ! P ! 
3509 \backslash
3510 phantom
3511 \end_layout
3512
3513 \end_inset
3514
3515  o el botón 
3516 \begin_inset space ~
3517 \end_inset
3518
3519
3520 \begin_inset Graphics
3521         filename ../../images/math/phantom.png
3522         scale 85
3523
3524 \end_inset
3525
3526  del submenú de espaciado de ecuaciones
3527 \begin_inset Foot
3528 status collapsed
3529
3530 \begin_layout Plain Layout
3531 Botón 
3532 \begin_inset Graphics
3533         filename ../../images/math/space.png
3534         scale 85
3535
3536 \end_inset
3537
3538  de la barra de ecuaciones
3539 \end_layout
3540
3541 \end_inset
3542
3543 , que genera uno o más espacios reservados.
3544  Al insertar 
3545 \series bold
3546
3547 \backslash
3548 phantom
3549 \series default
3550  aparece un pequeño marco azul con dos flechas rojas superpuestas
3551 \begin_inset Formula $\phantom{}$
3552 \end_inset
3553
3554 .
3555  Las flechas indican que se reservará un espacio equivalente a la anchura
3556  y altura totales del contenido del marco.
3557  Los espacios reservados son correspondientes al tamaño de los caracteres.
3558 \end_layout
3559
3560 \begin_layout Standard
3561 \noindent
3562 \align center
3563 \begin_inset Tabular
3564 <lyxtabular version="3" rows="4" columns="2">
3565 <features>
3566 <column alignment="center" valignment="top" width="0">
3567 <column alignment="center" valignment="top" width="0">
3568 <row>
3569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573 Comando
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582 Resultado
3583 \begin_inset Note Note
3584 status collapsed
3585
3586 \begin_layout Plain Layout
3587
3588 \series bold
3589
3590 \backslash
3591 raisebox
3592 \series default
3593  se usa sólo como espaciador
3594 \end_layout
3595
3596 \end_inset
3597
3598
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 </row>
3604 <row>
3605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 ^19
3610 \begin_inset ERT
3611 status collapsed
3612
3613 \begin_layout Plain Layout
3614
3615
3616 \backslash
3617 spce 
3618 \end_layout
3619
3620 \end_inset
3621
3622 _
3623 \backslash
3624 phantom
3625 \begin_inset ERT
3626 status collapsed
3627
3628 \begin_layout Plain Layout
3629
3630
3631 \backslash
3632 spce 
3633 \end_layout
3634
3635 \end_inset
3636
3637 1
3638 \begin_inset Formula $\rightarrow$
3639 \end_inset
3640
3641 9
3642 \begin_inset ERT
3643 status collapsed
3644
3645 \begin_layout Plain Layout
3646
3647
3648 \backslash
3649 spce 
3650 \end_layout
3651
3652 \end_inset
3653
3654 F
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3664 \end_inset
3665
3666
3667 \end_layout
3668
3669 \end_inset
3670 </cell>
3671 </row>
3672 <row>
3673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 ^235
3678 \begin_inset ERT
3679 status collapsed
3680
3681 \begin_layout Plain Layout
3682
3683
3684 \backslash
3685 spce 
3686 \end_layout
3687
3688 \end_inset
3689
3690 _
3691 \backslash
3692 phantom
3693 \begin_inset ERT
3694 status collapsed
3695
3696 \begin_layout Plain Layout
3697
3698
3699 \backslash
3700 spce 
3701 \end_layout
3702
3703 \end_inset
3704
3705 23
3706 \begin_inset Formula $\rightarrow$
3707 \end_inset
3708
3709 9
3710 \begin_inset ERT
3711 status collapsed
3712
3713 \begin_layout Plain Layout
3714
3715
3716 \backslash
3717 spce 
3718 \end_layout
3719
3720 \end_inset
3721
3722 F
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3732 \end_inset
3733
3734
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 </row>
3740 <row>
3741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745
3746 \backslash
3747 Lambda^
3748 \begin_inset ERT
3749 status collapsed
3750
3751 \begin_layout Plain Layout
3752
3753
3754 \backslash
3755 spce 
3756 \end_layout
3757
3758 \end_inset
3759
3760
3761 \backslash
3762 phantom
3763 \begin_inset ERT
3764 status collapsed
3765
3766 \begin_layout Plain Layout
3767
3768
3769 \backslash
3770 spce 
3771 \end_layout
3772
3773 \end_inset
3774
3775 ii
3776 \begin_inset Formula $\rightarrow$
3777 \end_inset
3778
3779 t
3780 \begin_inset ERT
3781 status collapsed
3782
3783 \begin_layout Plain Layout
3784
3785
3786 \backslash
3787 spce 
3788 \end_layout
3789
3790 \end_inset
3791
3792 _MMt
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3802 \end_inset
3803
3804
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 </row>
3810 </lyxtabular>
3811
3812 \end_inset
3813
3814
3815 \end_layout
3816
3817 \begin_layout Standard
3818 Además hay los comandos 
3819 \series bold
3820
3821 \backslash
3822 vphantom
3823 \series default
3824
3825 \begin_inset Index
3826 status collapsed
3827
3828 \begin_layout Plain Layout
3829 Comandos ! V ! 
3830 \backslash
3831 vphantom
3832 \end_layout
3833
3834 \end_inset
3835
3836  (botón 
3837 \begin_inset space ~
3838 \end_inset
3839
3840
3841 \begin_inset Graphics
3842         filename ../../images/math/vphantom.png
3843         scale 85
3844
3845 \end_inset
3846
3847 ) y 
3848 \series bold
3849
3850 \backslash
3851 hphantom
3852 \series default
3853
3854 \begin_inset Index
3855 status collapsed
3856
3857 \begin_layout Plain Layout
3858 Comandos ! H ! 
3859 \backslash
3860 hphantom
3861 \end_layout
3862
3863 \end_inset
3864
3865  (botón 
3866 \begin_inset space ~
3867 \end_inset
3868
3869
3870 \begin_inset Graphics
3871         filename ../../images/math/hphantom.png
3872         scale 85
3873
3874 \end_inset
3875
3876 ).
3877  
3878 \series bold
3879
3880 \backslash
3881 hphantom
3882 \series default
3883  genera espacio en el marco sólo para la altura máxima de los caracteres,
3884  no para su anchura.
3885  
3886 \series bold
3887
3888 \backslash
3889 vphantom
3890 \series default
3891  genera espacio sólo para la anchura del contenido del marco.
3892  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3893 \end_layout
3894
3895 \begin_layout Standard
3896 Por ejemplo, 
3897 \series bold
3898
3899 \backslash
3900 vphantom
3901 \series default
3902
3903 \begin_inset ERT
3904 status collapsed
3905
3906 \begin_layout Plain Layout
3907
3908
3909 \backslash
3910 spce 
3911 \end_layout
3912
3913 \end_inset
3914
3915
3916 \series bold
3917 a
3918 \backslash
3919 int
3920 \series default
3921  genera espacio de la altura del signo de la integral,
3922 \begin_inset Foot
3923 status collapsed
3924
3925 \begin_layout Plain Layout
3926 El comando 
3927 \series bold
3928
3929 \backslash
3930 int
3931 \series default
3932  genera un signo de integral, véase 
3933 \begin_inset CommandInset ref
3934 LatexCommand ref
3935 reference "sub:Operadores-grandes"
3936
3937 \end_inset
3938
3939
3940 \end_layout
3941
3942 \end_inset
3943
3944  porque este es el carácter más largo.
3945  En la 
3946 \begin_inset CommandInset ref
3947 LatexCommand ref
3948 reference "sub:Delimitadores-multilínea"
3949
3950 \end_inset
3951
3952  hay un ejemplo de aplicación.
3953 \end_layout
3954
3955 \begin_layout Subsection
3956 Líneas
3957 \begin_inset Index
3958 status collapsed
3959
3960 \begin_layout Plain Layout
3961 Lineas@Líneas
3962 \end_layout
3963
3964 \end_inset
3965
3966
3967 \begin_inset Index
3968 status collapsed
3969
3970 \begin_layout Plain Layout
3971 Ecuación ! sub- o superrayada
3972 \end_layout
3973
3974 \end_inset
3975
3976
3977 \end_layout
3978
3979 \begin_layout Standard
3980 \noindent
3981 \align center
3982 \begin_inset Tabular
3983 <lyxtabular version="3" rows="4" columns="2">
3984 <features>
3985 <column alignment="center" valignment="top" width="0">
3986 <column alignment="center" valignment="top" width="0">
3987 <row>
3988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992 Comando
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001 Resultado
4002 \begin_inset Note Note
4003 status collapsed
4004
4005 \begin_layout Plain Layout
4006
4007 \series bold
4008
4009 \backslash
4010 raisebox
4011 \series default
4012  se usa sólo como espaciador
4013 \end_layout
4014
4015 \end_inset
4016
4017
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 </row>
4023 <row>
4024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028
4029 \backslash
4030 overline
4031 \begin_inset ERT
4032 status collapsed
4033
4034 \begin_layout Plain Layout
4035
4036
4037 \backslash
4038 spce 
4039 \end_layout
4040
4041 \end_inset
4042
4043 A+B
4044 \begin_inset Index
4045 status collapsed
4046
4047 \begin_layout Plain Layout
4048 Comandos ! O ! 
4049 \backslash
4050 overline
4051 \end_layout
4052
4053 \end_inset
4054
4055
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4065 \end_inset
4066
4067
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 </row>
4073 <row>
4074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078
4079 \backslash
4080 underline
4081 \begin_inset ERT
4082 status collapsed
4083
4084 \begin_layout Plain Layout
4085
4086
4087 \backslash
4088 spce 
4089 \end_layout
4090
4091 \end_inset
4092
4093 A+B
4094 \begin_inset Index
4095 status collapsed
4096
4097 \begin_layout Plain Layout
4098 Comandos ! U ! 
4099 \backslash
4100 underline
4101 \end_layout
4102
4103 \end_inset
4104
4105
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4115 \end_inset
4116
4117
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 </row>
4123 <row>
4124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128
4129 \backslash
4130 overline
4131 \begin_inset ERT
4132 status collapsed
4133
4134 \begin_layout Plain Layout
4135
4136
4137 \backslash
4138 spce 
4139 \end_layout
4140
4141 \end_inset
4142
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 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4168 \end_inset
4169
4170
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 </row>
4176 </lyxtabular>
4177
4178 \end_inset
4179
4180
4181 \end_layout
4182
4183 \begin_layout Standard
4184 En el último ejemplo es indiferente poner primero 
4185 \series bold
4186
4187 \backslash
4188 overline
4189 \series default
4190  o 
4191 \series bold
4192
4193 \backslash
4194 underline
4195 \series default
4196 .
4197 \end_layout
4198
4199 \begin_layout Standard
4200 Para poner doble subrayado, p.
4201 \begin_inset space \thinspace{}
4202 \end_inset
4203
4204 e.
4205  en resultados, se usa 
4206 \series bold
4207
4208 \backslash
4209 underline
4210 \series default
4211  dos veces.
4212 \end_layout
4213
4214 \begin_layout Standard
4215 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4216 \begin_inset VSpace bigskip
4217 \end_inset
4218
4219 Se pueden crear líneas personalizadas con el comando 
4220 \series bold
4221
4222 \backslash
4223 rule
4224 \series default
4225
4226 \begin_inset Index
4227 status collapsed
4228
4229 \begin_layout Plain Layout
4230 Comandos ! R ! 
4231 \backslash
4232 rule
4233 \end_layout
4234
4235 \end_inset
4236
4237  con el esquema siguiente:
4238 \end_layout
4239
4240 \begin_layout Standard
4241
4242 \series bold
4243
4244 \backslash
4245 rule[hueco vertical]{longitud}{grosor}
4246 \end_layout
4247
4248 \begin_layout Standard
4249 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4250  si el valor es negativo).
4251  Las unidades disponibles para los valores están listadas en
4252 \begin_inset space ~
4253 \end_inset
4254
4255
4256 \begin_inset CommandInset ref
4257 LatexCommand ref
4258 reference "tab:Unidades-disponibles"
4259
4260 \end_inset
4261
4262 .
4263  A continuación hay dos ejemplos de líneas creadas con los comandos
4264 \series bold
4265
4266 \begin_inset Newline newline
4267 \end_inset
4268
4269
4270 \backslash
4271 rule[-2ex]{3cm}{2pt}
4272 \series default
4273  y 
4274 \series bold
4275
4276 \backslash
4277 rule{2cm}{1pt}
4278 \series default
4279 :
4280 \end_layout
4281
4282 \begin_layout Standard
4283 Esto es una frase 
4284 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4285 \end_inset
4286
4287  con dos líneas.
4288 \end_layout
4289
4290 \begin_layout Standard
4291
4292 \series bold
4293
4294 \backslash
4295 rule
4296 \series default
4297  también se puede usar para texto si se inserta en modo TeX.
4298 \end_layout
4299
4300 \begin_layout Subsection
4301 Puntos
4302 \begin_inset CommandInset label
4303 LatexCommand label
4304 name "sub:Puntos"
4305
4306 \end_inset
4307
4308
4309 \begin_inset Index
4310 status collapsed
4311
4312 \begin_layout Plain Layout
4313 Puntos
4314 \end_layout
4315
4316 \end_inset
4317
4318
4319 \end_layout
4320
4321 \begin_layout Standard
4322 Hay distintos tipos de puntos disponibles.
4323 \begin_inset Foot
4324 status collapsed
4325
4326 \begin_layout Plain Layout
4327 En la barra de herramientas de ecuaciones, en el panel del botón 
4328 \begin_inset Graphics
4329         filename ../../images/math/ldots.png
4330         scale 85
4331
4332 \end_inset
4333
4334 .
4335 \end_layout
4336
4337 \end_inset
4338
4339  Para continuación en enumeraciones se usan puntos bajos, (
4340 \series bold
4341
4342 \backslash
4343 ldots
4344 \series default
4345
4346 \begin_inset Index
4347 status collapsed
4348
4349 \begin_layout Plain Layout
4350 Comandos ! L ! 
4351 \backslash
4352 ldots
4353 \end_layout
4354
4355 \end_inset
4356
4357 ), mientras que para operaciones se usan puntos centrados a la misma altura
4358  que los operadores, (
4359 \series bold
4360
4361 \backslash
4362 cdots
4363 \series default
4364
4365 \begin_inset Index
4366 status collapsed
4367
4368 \begin_layout Plain Layout
4369 Comandos ! C ! 
4370 \backslash
4371 cdots
4372 \end_layout
4373
4374 \end_inset
4375
4376 ).
4377  Si se usa el comando 
4378 \series bold
4379
4380 \backslash
4381 dots
4382 \series default
4383
4384 \begin_inset Index
4385 status collapsed
4386
4387 \begin_layout Plain Layout
4388 Comandos ! D ! 
4389 \backslash
4390 dots
4391 \end_layout
4392
4393 \end_inset
4394
4395 , LaTeX decide el tipo a usar en función del carácter siguiente.
4396 \end_layout
4397
4398 \begin_layout Standard
4399 \align center
4400 \begin_inset Tabular
4401 <lyxtabular version="3" rows="8" columns="2">
4402 <features>
4403 <column alignment="center" valignment="top" width="0pt">
4404 <column alignment="center" valignment="top" width="0pt">
4405 <row>
4406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 Comando
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 Resultado
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 </row>
4425 <row>
4426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430 A_1
4431 \begin_inset ERT
4432 status collapsed
4433
4434 \begin_layout Plain Layout
4435
4436
4437 \backslash
4438 spce 
4439 \end_layout
4440
4441 \end_inset
4442
4443 ,
4444 \backslash
4445 dots
4446 \begin_inset ERT
4447 status collapsed
4448
4449 \begin_layout Plain Layout
4450
4451
4452 \backslash
4453 spce 
4454 \end_layout
4455
4456 \end_inset
4457
4458 ,A_n
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 \begin_inset Formula $A_{1},\dots,A_{n}$
4468 \end_inset
4469
4470
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 </row>
4476 <row>
4477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481 A_1
4482 \begin_inset ERT
4483 status collapsed
4484
4485 \begin_layout Plain Layout
4486
4487
4488 \backslash
4489 spce 
4490 \end_layout
4491
4492 \end_inset
4493
4494 +
4495 \backslash
4496 dots
4497 \begin_inset ERT
4498 status collapsed
4499
4500 \begin_layout Plain Layout
4501
4502
4503 \backslash
4504 spce 
4505 \end_layout
4506
4507 \end_inset
4508
4509 +A_n
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 \begin_inset Formula $A_{1}+\dots+A_{n}$
4519 \end_inset
4520
4521
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 </row>
4527 <row>
4528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532 A_1
4533 \begin_inset ERT
4534 status collapsed
4535
4536 \begin_layout Plain Layout
4537
4538
4539 \backslash
4540 spce 
4541 \end_layout
4542
4543 \end_inset
4544
4545 ,
4546 \backslash
4547 ldots
4548 \begin_inset ERT
4549 status collapsed
4550
4551 \begin_layout Plain Layout
4552
4553
4554 \backslash
4555 spce 
4556 \end_layout
4557
4558 \end_inset
4559
4560 ,A_n
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569 \begin_inset Formula $A_{1},\ldots,A_{n}$
4570 \end_inset
4571
4572
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 </row>
4578 <row>
4579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 A_1
4584 \begin_inset ERT
4585 status collapsed
4586
4587 \begin_layout Plain Layout
4588
4589
4590 \backslash
4591 spce 
4592 \end_layout
4593
4594 \end_inset
4595
4596 +
4597 \backslash
4598 cdots
4599 \begin_inset ERT
4600 status collapsed
4601
4602 \begin_layout Plain Layout
4603
4604
4605 \backslash
4606 spce 
4607 \end_layout
4608
4609 \end_inset
4610
4611 +A_n
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4621 \end_inset
4622
4623
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 </row>
4629 <row>
4630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634
4635 \backslash
4636 vdots
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 \begin_inset Formula $\vdots$
4646 \end_inset
4647
4648
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 </row>
4654 <row>
4655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659
4660 \backslash
4661 ddots
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 \begin_inset Formula $\ddots$
4671 \end_inset
4672
4673
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 </row>
4679 <row>
4680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684 Matriz
4685 \begin_inset space \thinspace{}
4686 \end_inset
4687
4688 3×3 con los distintos puntos
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 \begin_inset Formula $\begin{array}{ccc}
4698 A_{11} & \cdots & A_{1m}\\
4699 \vdots & \ddots & \vdots\\
4700 A_{n1} & \cdots & A_{nm}\end{array}$
4701 \end_inset
4702
4703
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 </row>
4709 </lyxtabular>
4710
4711 \end_inset
4712
4713
4714 \end_layout
4715
4716 \begin_layout Standard
4717 Los puntos suspensivos disponibles en el menú 
4718 \family sans
4719 Insertar\SpecialChar \menuseparator
4720 Carácter especial
4721 \family default
4722  son 
4723 \series bold
4724
4725 \backslash
4726 ldots
4727 \series default
4728 .
4729 \begin_inset VSpace medskip
4730 \end_inset
4731
4732
4733 \end_layout
4734
4735 \begin_layout Standard
4736 Hay puntos específicos para matrices que se extienden por varias columnas.
4737  Se generan con el comando 
4738 \series bold
4739
4740 \backslash
4741 hdotsfor
4742 \series default
4743
4744 \begin_inset Index
4745 status collapsed
4746
4747 \begin_layout Plain Layout
4748 Comandos ! H ! 
4749 \backslash
4750 hdotsfor
4751 \end_layout
4752
4753 \end_inset
4754
4755 , que tiene el siguiente esquema:
4756 \end_layout
4757
4758 \begin_layout Standard
4759
4760 \series bold
4761
4762 \backslash
4763 hdotsfor[distancia]{número de columnas}
4764 \end_layout
4765
4766 \begin_layout Standard
4767 Número de columnas especifica cuántas columnas deben abarcarse.
4768  Distancia es un factor para la separación entre los puntos.
4769 \end_layout
4770
4771 \begin_layout Standard
4772 En la siguiente matriz se ha insertado el comando 
4773 \series bold
4774
4775 \backslash
4776 hdotsfor[2]{4}
4777 \series default
4778  en el primer recuadro de la segunda línea para obtener puntos separados
4779  una distancia equivalente a dos veces la del comando 
4780 \series bold
4781
4782 \backslash
4783 dots
4784 \series default
4785 .
4786 \begin_inset Formula \[
4787 \left(\begin{array}{cccc}
4788 A & B & C & D\\
4789 \hdotsfor[2]{4}\\
4790 q & w & e & r\end{array}\right)\]
4791
4792 \end_inset
4793
4794
4795 \end_layout
4796
4797 \begin_layout Standard
4798 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4799  de lo contrario se producen errores de LaTeX.
4800 \end_layout
4801
4802 \begin_layout Standard
4803 \begin_inset VSpace bigskip
4804 \end_inset
4805
4806
4807 \end_layout
4808
4809 \begin_layout Standard
4810 Además, con el comando 
4811 \series bold
4812
4813 \backslash
4814 dotfill
4815 \series default
4816
4817 \begin_inset Index
4818 status collapsed
4819
4820 \begin_layout Plain Layout
4821 Comandos ! D ! 
4822 \backslash
4823 dotfill
4824 \end_layout
4825
4826 \end_inset
4827
4828  puedes completar con puntos una línea.
4829  El efecto de este tipo de comandos es como el de 
4830 \series bold
4831
4832 \backslash
4833 hfill
4834 \series default
4835 , véase 
4836 \begin_inset CommandInset ref
4837 LatexCommand ref
4838 reference "sub:Espacio-variable"
4839
4840 \end_inset
4841
4842 .
4843 \end_layout
4844
4845 \begin_layout Standard
4846 Por ejemplo el comando 
4847 \series bold
4848 A
4849 \backslash
4850 dotfill
4851 \series default
4852
4853 \begin_inset ERT
4854 status collapsed
4855
4856 \begin_layout Plain Layout
4857
4858
4859 \backslash
4860 spce 
4861 \end_layout
4862
4863 \end_inset
4864
4865
4866 \series bold
4867 B
4868 \series default
4869  genera
4870 \end_layout
4871
4872 \begin_layout Standard
4873 \begin_inset Formula $A\dotfill B$
4874 \end_inset
4875
4876
4877 \end_layout
4878
4879 \begin_layout Standard
4880 Un comando análogo a 
4881 \series bold
4882
4883 \backslash
4884 dotfill
4885 \series default
4886  para rellenar con una línea es 
4887 \series bold
4888
4889 \backslash
4890 hrulefill
4891 \series default
4892
4893 \begin_inset Index
4894 status collapsed
4895
4896 \begin_layout Plain Layout
4897 Comandos ! H ! 
4898 \backslash
4899 hrulefill
4900 \end_layout
4901
4902 \end_inset
4903
4904 :
4905 \end_layout
4906
4907 \begin_layout Standard
4908 \begin_inset Formula $A\hrulefill B$
4909 \end_inset
4910
4911
4912 \end_layout
4913
4914 \begin_layout Standard
4915 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4916 \end_layout
4917
4918 \begin_layout Section
4919 Matrices
4920 \begin_inset CommandInset label
4921 LatexCommand label
4922 name "sec:Matrices"
4923
4924 \end_inset
4925
4926
4927 \begin_inset Index
4928 status collapsed
4929
4930 \begin_layout Plain Layout
4931 Matrices
4932 \end_layout
4933
4934 \end_inset
4935
4936
4937 \end_layout
4938
4939 \begin_layout Standard
4940 Se pueden insertar con el botón 
4941 \begin_inset Graphics
4942         filename ../../images/dialog-show_mathmatrix.png
4943         scale 85
4944
4945 \end_inset
4946
4947  de la barra de ecuaciones o con el menú 
4948 \family sans
4949 Insertar\SpecialChar \menuseparator
4950 Ecuación\SpecialChar \menuseparator
4951 Matriz
4952 \family default
4953 .
4954  Aparece una ventana en la que se pide el número de filas y columnas y la
4955  alineación.
4956  La alineación vertical sólo es relevante para matrices en línea:
4957 \end_layout
4958
4959 \begin_layout Standard
4960 Esta primera matriz tiene alineación superior 
4961 \begin_inset Formula $\begin{array}[t]{cccc}
4962 A & D & G & J\\
4963 B & E & H & K\\
4964 D & F & I & L\end{array}$
4965 \end_inset
4966
4967  , la segunda alineación central 
4968 \begin_inset Formula $\begin{array}{cccc}
4969 A & D & G & J\\
4970 B & E & H & K\\
4971 D & F & I & L\end{array}$
4972 \end_inset
4973
4974  , y la tercera alineación inferior 
4975 \begin_inset Formula $\begin{array}[b]{cccc}
4976 A & D & G & J\\
4977 B & E & H & K\\
4978 D & F & I & L\end{array}$
4979 \end_inset
4980
4981 .
4982 \end_layout
4983
4984 \begin_layout Standard
4985 La alineación horizontal especifica cómo deben alinearse las entradas de
4986  la columna.
4987  Se determina mediante una letra para cada columna.
4988  
4989 \emph on
4990 l
4991 \emph default
4992  indica alineación a la izquierda, 
4993 \emph on
4994 c
4995 \emph default
4996  alineación centrada y 
4997 \emph on
4998 r
4999 \emph default
5000  alineación a la derecha.
5001  Por ejemplo, para componer una matriz
5002 \begin_inset space ~
5003 \end_inset
5004
5005 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
5006  centradas y la última a la derecha, se anota 
5007 \series bold
5008 lccr
5009 \series default
5010  en la alineación horizontal.
5011  Normalmente todas las columnas de una matriz están centradas, por tanto
5012  el valor por omisión es 
5013 \series bold
5014 c
5015 \series default
5016  para todas ellas.
5017 \end_layout
5018
5019 \begin_layout Standard
5020 Alineación horizontal:
5021 \end_layout
5022
5023 \begin_layout Standard
5024
5025 \series bold
5026 lll
5027 \series default
5028  : 
5029 \begin_inset Formula $\begin{array}{lll}
5030 10000 & D & G\\
5031 B & 10000 & H\\
5032 C & F & 10000\end{array}$
5033 \end_inset
5034
5035  , 
5036 \series bold
5037 ccc 
5038 \series default
5039
5040 \begin_inset Formula $\begin{array}{ccc}
5041 10000 & D & G\\
5042 B & 10000 & H\\
5043 C & F & 10000\end{array}$
5044 \end_inset
5045
5046  
5047 \series bold
5048 ,
5049 \series default
5050  
5051 \series bold
5052 rrr 
5053 \series default
5054
5055 \begin_inset Formula $\begin{array}{rrr}
5056 10000 & D & G\\
5057 B & 10000 & H\\
5058 C & F & 10000\end{array}$
5059 \end_inset
5060
5061
5062 \end_layout
5063
5064 \begin_layout Standard
5065 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
5066  botones 
5067 \begin_inset Graphics
5068         filename ../../images/tabular-feature_append-row.png
5069         scale 85
5070
5071 \end_inset
5072
5073
5074 \begin_inset Graphics
5075         filename ../../images/tabular-feature_delete-row.png
5076         scale 85
5077
5078 \end_inset
5079
5080 , etc.
5081  de la barra de ecuaciones o el menú 
5082 \family sans
5083 Editar\SpecialChar \menuseparator
5084 Filas y columnas
5085 \family default
5086 .
5087  También se pueden añadir filas nuevas con 
5088 \family sans
5089 Ctrl+Retorno
5090 \family default
5091 .
5092 \end_layout
5093
5094 \begin_layout Standard
5095 \begin_inset VSpace bigskip
5096 \end_inset
5097
5098
5099 \end_layout
5100
5101 \begin_layout Standard
5102 Se pueden poner paréntesis alrededor de una matriz con los comandos 
5103 \series bold
5104
5105 \backslash
5106 left
5107 \series default
5108
5109 \begin_inset Index
5110 status collapsed
5111
5112 \begin_layout Plain Layout
5113 Comandos ! L ! 
5114 \backslash
5115 left
5116 \end_layout
5117
5118 \end_inset
5119
5120  y 
5121 \series bold
5122
5123 \backslash
5124 right
5125 \series default
5126
5127 \begin_inset Index
5128 status collapsed
5129
5130 \begin_layout Plain Layout
5131 Comandos ! R ! 
5132 \backslash
5133 right
5134 \end_layout
5135
5136 \end_inset
5137
5138  (atajo 
5139 \family sans
5140 Alt+M
5141 \begin_inset space ~
5142 \end_inset
5143
5144 Paréntesis
5145 \family default
5146 ), véase 
5147 \begin_inset CommandInset ref
5148 LatexCommand ref
5149 reference "sub:Tamaño-automático-de"
5150
5151 \end_inset
5152
5153 , o usando los comandos siguientes:
5154 \end_layout
5155
5156 \begin_layout Standard
5157 \begin_inset VSpace medskip
5158 \end_inset
5159
5160
5161 \end_layout
5162
5163 \begin_layout Standard
5164 \begin_inset space \hfill{}
5165 \end_inset
5166
5167
5168 \begin_inset Tabular
5169 <lyxtabular version="3" rows="4" columns="2">
5170 <features>
5171 <column alignment="center" valignment="top" width="0">
5172 <column alignment="center" valignment="top" width="0">
5173 <row>
5174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178 Comando
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187 Resultado
5188 \begin_inset Note Note
5189 status collapsed
5190
5191 \begin_layout Plain Layout
5192
5193 \series bold
5194
5195 \backslash
5196 raisebox
5197 \series default
5198  se usa sólo como espaciador
5199 \end_layout
5200
5201 \end_inset
5202
5203
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 </row>
5209 <row>
5210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5211 \begin_inset Text
5212
5213 \begin_layout Plain Layout
5214
5215 \backslash
5216 bmatrix
5217 \begin_inset ERT
5218 status collapsed
5219
5220 \begin_layout Plain Layout
5221
5222
5223 \backslash
5224 spce 
5225 \end_layout
5226
5227 \end_inset
5228
5229 2
5230 \series bold
5231 ×
5232 \series default
5233 2
5234 \begin_inset space \thinspace{}
5235 \end_inset
5236
5237 matriz
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5247 0 & \textrm{-}\mathrm{i}\\
5248 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5249 \end_inset
5250
5251
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 </row>
5257 <row>
5258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262
5263 \backslash
5264 Bmatrix
5265 \begin_inset ERT
5266 status collapsed
5267
5268 \begin_layout Plain Layout
5269
5270
5271 \backslash
5272 spce 
5273 \end_layout
5274
5275 \end_inset
5276
5277 2×2
5278 \begin_inset space \thinspace{}
5279 \end_inset
5280
5281 matriz
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5291 0 & \textrm{-}\mathrm{i}\\
5292 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5293 \end_inset
5294
5295
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 </row>
5301 <row>
5302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306
5307 \backslash
5308 pmatrix
5309 \begin_inset ERT
5310 status collapsed
5311
5312 \begin_layout Plain Layout
5313
5314
5315 \backslash
5316 spce 
5317 \end_layout
5318
5319 \end_inset
5320
5321 2
5322 \series bold
5323 ×
5324 \series default
5325 2
5326 \begin_inset space \thinspace{}
5327 \end_inset
5328
5329 matriz
5330 \end_layout
5331
5332 \end_inset
5333 </cell>
5334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Plain Layout
5338 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5339 0 & \textrm{-}\mathrm{i}\\
5340 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5341 \end_inset
5342
5343
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 </row>
5349 </lyxtabular>
5350
5351 \end_inset
5352
5353
5354 \begin_inset space \hfill{}
5355 \end_inset
5356
5357
5358 \begin_inset Tabular
5359 <lyxtabular version="3" rows="4" columns="2">
5360 <features>
5361 <column alignment="center" valignment="top" width="0">
5362 <column alignment="center" valignment="top" width="0">
5363 <row>
5364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368 Comando
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5374 \begin_inset Text
5375
5376 \begin_layout Plain Layout
5377 Resultado
5378 \begin_inset Note Note
5379 status collapsed
5380
5381 \begin_layout Plain Layout
5382
5383 \series bold
5384
5385 \backslash
5386 raisebox
5387 \series default
5388  se usa sólo como espaciador
5389 \end_layout
5390
5391 \end_inset
5392
5393
5394 \end_layout
5395
5396 \end_inset
5397 </cell>
5398 </row>
5399 <row>
5400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404
5405 \backslash
5406 vmatrix
5407 \begin_inset ERT
5408 status collapsed
5409
5410 \begin_layout Plain Layout
5411
5412
5413 \backslash
5414 spce 
5415 \end_layout
5416
5417 \end_inset
5418
5419 2
5420 \series bold
5421 ×
5422 \series default
5423 2
5424 \begin_inset space \thinspace{}
5425 \end_inset
5426
5427 matriz
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5437 0 & \textrm{-}\mathrm{i}\\
5438 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5439 \end_inset
5440
5441
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 </row>
5447 <row>
5448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452
5453 \backslash
5454 Vmatrix
5455 \begin_inset ERT
5456 status collapsed
5457
5458 \begin_layout Plain Layout
5459
5460
5461 \backslash
5462 spce 
5463 \end_layout
5464
5465 \end_inset
5466
5467 2
5468 \series bold
5469 ×
5470 \series default
5471 2
5472 \begin_inset space \thinspace{}
5473 \end_inset
5474
5475 matriz
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5481 \begin_inset Text
5482
5483 \begin_layout Plain Layout
5484 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5485 0 & \textrm{-}\mathrm{i}\\
5486 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5487 \end_inset
5488
5489
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 </row>
5495 <row>
5496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500
5501 \backslash
5502 matrix
5503 \begin_inset ERT
5504 status collapsed
5505
5506 \begin_layout Plain Layout
5507
5508
5509 \backslash
5510 spce 
5511 \end_layout
5512
5513 \end_inset
5514
5515 2
5516 \series bold
5517 ×
5518 \series default
5519 2
5520 \begin_inset space \thinspace{}
5521 \end_inset
5522
5523 matriz
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5533 0 & \textrm{-}\mathrm{i}\\
5534 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5535 \end_inset
5536
5537
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 </row>
5543 </lyxtabular>
5544
5545 \end_inset
5546
5547
5548 \begin_inset space \hfill{}
5549 \end_inset
5550
5551
5552 \end_layout
5553
5554 \begin_layout Standard
5555 \begin_inset VSpace medskip
5556 \end_inset
5557
5558
5559 \end_layout
5560
5561 \begin_layout Standard
5562 Cuando se inserta p.
5563 \begin_inset space \thinspace{}
5564 \end_inset
5565
5566 e.
5567 \begin_inset space ~
5568 \end_inset
5569
5570
5571 \series bold
5572
5573 \backslash
5574 vmatrix
5575 \series default
5576 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5577  la matriz.
5578 \end_layout
5579
5580 \begin_layout Standard
5581 \begin_inset VSpace bigskip
5582 \end_inset
5583
5584
5585 \end_layout
5586
5587 \begin_layout Standard
5588 Como todas las ecuaciones multilínea son matrices, la longitud 
5589 \series bold
5590
5591 \backslash
5592 arraycolsep
5593 \series default
5594
5595 \begin_inset Index
5596 status collapsed
5597
5598 \begin_layout Plain Layout
5599 Comandos ! A ! 
5600 \backslash
5601 arraycolsep
5602 \end_layout
5603
5604 \end_inset
5605
5606 , que se describe en 
5607 \begin_inset CommandInset ref
5608 LatexCommand ref
5609 reference "sub:Separación-de-columnas"
5610
5611 \end_inset
5612
5613 , también se puede usar para cambiar la separación de las columnas en una
5614  matriz.
5615  Para cambiar la separación de las filas, se usa el comando 
5616 \series bold
5617
5618 \backslash
5619 arraystretch
5620 \series default
5621
5622 \begin_inset Index
5623 status collapsed
5624
5625 \begin_layout Plain Layout
5626 Comandos ! A ! 
5627 \backslash
5628 arraystretch
5629 \end_layout
5630
5631 \end_inset
5632
5633  de la siguiente manera:
5634 \end_layout
5635
5636 \begin_layout Standard
5637
5638 \series bold
5639
5640 \backslash
5641 renewcommand{
5642 \backslash
5643 arraystretch}{factor de separación}
5644 \begin_inset Index
5645 status collapsed
5646
5647 \begin_layout Plain Layout
5648 Comandos ! R ! 
5649 \backslash
5650 renewcommand
5651 \end_layout
5652
5653 \end_inset
5654
5655
5656 \end_layout
5657
5658 \begin_layout Standard
5659 El comando 
5660 \series bold
5661
5662 \backslash
5663 renewcommand
5664 \series default
5665  asigna el factor de separación al comando predefinido 
5666 \series bold
5667
5668 \backslash
5669 arraystretch
5670 \series default
5671 .
5672  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5673  Además, éste se usa para todas las matrices siguientes.
5674  Para volver a la separación original, asigna factor 1 a 
5675 \series bold
5676
5677 \backslash
5678 arraystretch
5679 \series default
5680 .
5681 \end_layout
5682
5683 \begin_layout Standard
5684 Para poner matrices en línea se usa el comando 
5685 \series bold
5686
5687 \backslash
5688 smallmatrix
5689 \series default
5690
5691 \begin_inset Index
5692 status collapsed
5693
5694 \begin_layout Plain Layout
5695 Comandos ! S ! 
5696 \backslash
5697 smallmatrix
5698 \end_layout
5699
5700 \end_inset
5701
5702 .
5703  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5704  se inserta la matriz.
5705  
5706 \end_layout
5707
5708 \begin_layout Standard
5709 Esto es una matriz 
5710 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5711 C & D\end{smallmatrix}\right)$
5712 \end_inset
5713
5714  en línea.
5715 \end_layout
5716
5717 \begin_layout Section
5718 Delimitadores
5719 \begin_inset Index
5720 status collapsed
5721
5722 \begin_layout Plain Layout
5723 Delimitadores
5724 \end_layout
5725
5726 \end_inset
5727
5728
5729 \end_layout
5730
5731 \begin_layout Subsection
5732 Delimitadores verticales
5733 \begin_inset Index
5734 status collapsed
5735
5736 \begin_layout Plain Layout
5737 Delimitadores ! verticales
5738 \end_layout
5739
5740 \end_inset
5741
5742
5743 \end_layout
5744
5745 \begin_layout Standard
5746 \begin_inset space \hfill{}
5747 \end_inset
5748
5749
5750 \begin_inset Tabular
5751 <lyxtabular version="3" rows="9" columns="2">
5752 <features>
5753 <column alignment="center" valignment="top" width="0pt">
5754 <column alignment="center" valignment="top" width="0pt">
5755 <row>
5756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 Comando
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769 Resultado
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 </row>
5775 <row>
5776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 (
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 \begin_inset Formula $($
5790 \end_inset
5791
5792
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 </row>
5798 <row>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 {
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 \begin_inset Formula $\{$
5813 \end_inset
5814
5815
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 </row>
5821 <row>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 [
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 \begin_inset Formula $[$
5836 \end_inset
5837
5838
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 </row>
5844 <row>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849
5850 \backslash
5851 langle
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 \begin_inset Formula $\langle$
5861 \end_inset
5862
5863
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 </row>
5869 <row>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874
5875 \backslash
5876 lceil
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 \begin_inset Formula $\lceil$
5886 \end_inset
5887
5888
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 </row>
5894 <row>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899
5900 \backslash
5901 lfloor
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 \begin_inset Formula $\lfloor$
5911 \end_inset
5912
5913
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 </row>
5919 <row>
5920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 /
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933 \begin_inset Formula $/$
5934 \end_inset
5935
5936
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 </row>
5942 <row>
5943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947 |
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 \begin_inset Formula $|$
5957 \end_inset
5958
5959
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 </row>
5965 </lyxtabular>
5966
5967 \end_inset
5968
5969
5970 \begin_inset space \hfill{}
5971 \end_inset
5972
5973
5974 \begin_inset Tabular
5975 <lyxtabular version="3" rows="9" columns="2">
5976 <features>
5977 <column alignment="center" valignment="top" width="0pt">
5978 <column alignment="center" valignment="top" width="0pt">
5979 <row>
5980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 Comando
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 Resultado
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 </row>
5999 <row>
6000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004 )
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 \begin_inset Formula $)$
6014 \end_inset
6015
6016
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 </row>
6022 <row>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 }
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036 \begin_inset Formula $\}$
6037 \end_inset
6038
6039
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 </row>
6045 <row>
6046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050 ]
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 \begin_inset Formula $]$
6060 \end_inset
6061
6062
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 </row>
6068 <row>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073
6074 \backslash
6075 rangle
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084 \begin_inset Formula $\rangle$
6085 \end_inset
6086
6087
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 </row>
6093 <row>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098
6099 \backslash
6100 rceil
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 \begin_inset Formula $\rceil$
6110 \end_inset
6111
6112
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 </row>
6118 <row>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123
6124 \backslash
6125 rfloor
6126 \end_layout
6127
6128 \end_inset
6129 </cell>
6130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Plain Layout
6134 \begin_inset Formula $\rfloor$
6135 \end_inset
6136
6137
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 </row>
6143 <row>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148
6149 \backslash
6150
6151 \backslash
6152
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161 \begin_inset Formula $\backslash$
6162 \end_inset
6163
6164
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 </row>
6170 <row>
6171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175
6176 \backslash
6177 |
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 \begin_inset Formula $\|$
6187 \end_inset
6188
6189
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 </row>
6195 </lyxtabular>
6196
6197 \end_inset
6198
6199
6200 \begin_inset space \hfill{}
6201 \end_inset
6202
6203
6204 \end_layout
6205
6206 \begin_layout Standard
6207 \begin_inset Note Greyedout
6208 status collapsed
6209
6210 \begin_layout Plain Layout
6211
6212 \series bold
6213 Nota
6214 \series default
6215 : En modo TeX hay que usar el comando 
6216 \series bold
6217
6218 \backslash
6219 textbackslash
6220 \series default
6221
6222 \begin_inset Index
6223 status collapsed
6224
6225 \begin_layout Plain Layout
6226 Comandos ! T ! 
6227 \backslash
6228 textbackslash
6229 \end_layout
6230
6231 \end_inset
6232
6233  para la barra invertida, porque si no el comando 
6234 \series bold
6235
6236 \backslash
6237
6238 \backslash
6239
6240 \series default
6241  genera un salto de línea.
6242 \end_layout
6243
6244 \end_inset
6245
6246
6247 \end_layout
6248
6249 \begin_layout Standard
6250 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6251  descritos en las dos subsecciones siguientes.
6252  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6253  < y > en vez de los comandos 
6254 \series bold
6255
6256 \backslash
6257 langle
6258 \series default
6259  y 
6260 \series bold
6261
6262 \backslash
6263 rangle
6264 \series default
6265 .
6266  
6267 \end_layout
6268
6269 \begin_layout Subsubsection
6270 Tamaño manual de los delimitadores
6271 \begin_inset CommandInset label
6272 LatexCommand label
6273 name "sub:Tamaño-manual-de"
6274
6275 \end_inset
6276
6277
6278 \begin_inset Index
6279 status collapsed
6280
6281 \begin_layout Plain Layout
6282 Delimitadores ! tamaño manual
6283 \end_layout
6284
6285 \end_inset
6286
6287
6288 \end_layout
6289
6290 \begin_layout Standard
6291 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6292  LaTeX 
6293 \series bold
6294
6295 \backslash
6296 big
6297 \series default
6298
6299 \begin_inset Index
6300 status collapsed
6301
6302 \begin_layout Plain Layout
6303 Comandos ! B ! 
6304 \backslash
6305 big
6306 \end_layout
6307
6308 \end_inset
6309
6310
6311 \series bold
6312
6313 \backslash
6314 Big
6315 \series default
6316
6317 \series bold
6318
6319 \backslash
6320 bigg
6321 \series default
6322 , y 
6323 \series bold
6324
6325 \backslash
6326 Bigg
6327 \series default
6328 .
6329  
6330 \series bold
6331
6332 \backslash
6333 big
6334 \series default
6335  indica el tamaño menor y 
6336 \series bold
6337
6338 \backslash
6339 Bigg
6340 \series default
6341  el mayor.
6342 \end_layout
6343
6344 \begin_layout Standard
6345 Estos comandos se usan para resaltar niveles de delimitación:
6346 \end_layout
6347
6348 \begin_layout Standard
6349 \noindent
6350 \align center
6351 \begin_inset Tabular
6352 <lyxtabular version="3" rows="2" columns="2">
6353 <features>
6354 <column alignment="center" valignment="top" width="0">
6355 <column alignment="center" valignment="top" width="0">
6356 <row>
6357 <cell alignment="center" valignment="top" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361 todos los delimitadores de igual tamaño:
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 <cell alignment="center" valignment="top" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6371 \end_inset
6372
6373
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 </row>
6379 <row>
6380 <cell alignment="center" valignment="top" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384 así tiene mejor aspecto:
6385 \end_layout
6386
6387 \end_inset
6388 </cell>
6389 <cell alignment="center" valignment="top" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6394 \end_inset
6395
6396
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 </row>
6402 </lyxtabular>
6403
6404 \end_inset
6405
6406
6407 \begin_inset Note Note
6408 status collapsed
6409
6410 \begin_layout Plain Layout
6411
6412 \series bold
6413
6414 \backslash
6415 raisebox
6416 \series default
6417  se usa sólo como espaciador
6418 \end_layout
6419
6420 \end_inset
6421
6422
6423 \end_layout
6424
6425 \begin_layout Standard
6426 Para la segunda expresión se ha empleado el comando 
6427 \series bold
6428
6429 \backslash
6430 Big((A+B)(A-B)
6431 \backslash
6432 Big)^
6433 \series default
6434
6435 \begin_inset ERT
6436 status collapsed
6437
6438 \begin_layout Plain Layout
6439
6440
6441 \backslash
6442 spce 
6443 \end_layout
6444
6445 \end_inset
6446
6447
6448 \series bold
6449 C
6450 \series default
6451 .
6452 \end_layout
6453
6454 \begin_layout Standard
6455 He aquí una visión conjunta de todos los tamaños y delimitadores:
6456 \end_layout
6457
6458 \begin_layout Standard
6459 \noindent
6460 \align center
6461
6462 \backslash
6463 Bigg(
6464 \backslash
6465 exp
6466 \backslash
6467 bigg<
6468 \backslash
6469 Big[
6470 \backslash
6471 big{
6472 \backslash
6473 ln(3x)
6474 \backslash
6475 big}^2
6476 \begin_inset ERT
6477 status collapsed
6478
6479 \begin_layout Plain Layout
6480
6481
6482 \backslash
6483 spce 
6484 \end_layout
6485
6486 \end_inset
6487
6488
6489 \backslash
6490 sen(x)
6491 \backslash
6492 Big]^
6493 \begin_inset ERT
6494 status collapsed
6495
6496 \begin_layout Plain Layout
6497
6498
6499 \backslash
6500 spce 
6501 \end_layout
6502
6503 \end_inset
6504
6505 A
6506 \begin_inset ERT
6507 status collapsed
6508
6509 \begin_layout Plain Layout
6510
6511
6512 \backslash
6513 spce 
6514 \end_layout
6515
6516 \end_inset
6517
6518
6519 \backslash
6520 bigg>
6521 \backslash
6522 Bigg)^0,5
6523 \begin_inset Formula \[
6524 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}\]
6525
6526 \end_inset
6527
6528
6529 \end_layout
6530
6531 \begin_layout Standard
6532 Además de los comandos 
6533 \series bold
6534
6535 \backslash
6536 big
6537 \series default
6538  hay la variante 
6539 \series bold
6540
6541 \backslash
6542 bigm
6543 \series default
6544
6545 \begin_inset Index
6546 status collapsed
6547
6548 \begin_layout Plain Layout
6549 Comandos ! B ! 
6550 \backslash
6551 bigm
6552 \end_layout
6553
6554 \end_inset
6555
6556 , que añade un poco más de espacio entre el delimitador y su contenido,
6557  y la variante 
6558 \series bold
6559
6560 \backslash
6561 bigl
6562 \series default
6563 -
6564 \series bold
6565
6566 \backslash
6567 bigr
6568 \series default
6569
6570 \begin_inset Index
6571 status collapsed
6572
6573 \begin_layout Plain Layout
6574 Comandos ! B ! 
6575 \backslash
6576 bigl - 
6577 \backslash
6578 bigr
6579 \end_layout
6580
6581 \end_inset
6582
6583 , que no añade espacio adicional.
6584  La 
6585 \emph on
6586 l
6587 \emph default
6588  al final del comando 
6589 \series bold
6590
6591 \backslash
6592 bigl 
6593 \series default
6594 es para el delimitador izquierdo, la 
6595 \emph on
6596 r
6597 \emph default
6598  es para el delimitador derecho.
6599  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6600  apertura o de cierre.
6601 \end_layout
6602
6603 \begin_layout Standard
6604 En el siguiente cuadro hay una comparación de las variantes:
6605 \end_layout
6606
6607 \begin_layout Standard
6608 \noindent
6609 \align center
6610 \begin_inset Tabular
6611 <lyxtabular version="3" rows="5" columns="2">
6612 <features>
6613 <column alignment="center" valignment="top" width="0">
6614 <column alignment="center" valignment="top" width="0">
6615 <row>
6616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 Comando
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629 Resultado
6630 \begin_inset Note Note
6631 status collapsed
6632
6633 \begin_layout Plain Layout
6634
6635 \series bold
6636
6637 \backslash
6638 raisebox
6639 \series default
6640  se usa sólo como espaciador
6641 \end_layout
6642
6643 \end_inset
6644
6645
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 </row>
6651 <row>
6652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656
6657 \backslash
6658 Bigm(
6659 \backslash
6660 bigm(
6661 \backslash
6662 ln(3x)
6663 \backslash
6664 bigm)^2
6665 \series bold
6666
6667 \begin_inset ERT
6668 status collapsed
6669
6670 \begin_layout Plain Layout
6671
6672
6673 \backslash
6674 spce 
6675 \end_layout
6676
6677 \end_inset
6678
6679
6680 \series default
6681
6682 \backslash
6683 Bigm)
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6693 \end_inset
6694
6695
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 </row>
6701 <row>
6702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6703 \begin_inset Text
6704
6705 \begin_layout Plain Layout
6706
6707 \backslash
6708 Big(
6709 \backslash
6710 big(
6711 \backslash
6712 ln(3x)
6713 \backslash
6714 big)^2
6715 \series bold
6716
6717 \begin_inset ERT
6718 status collapsed
6719
6720 \begin_layout Plain Layout
6721
6722
6723 \backslash
6724 spce 
6725 \end_layout
6726
6727 \end_inset
6728
6729
6730 \series default
6731
6732 \backslash
6733 Big)
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6743 \end_inset
6744
6745
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 </row>
6751 <row>
6752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756
6757 \backslash
6758 Bigl(
6759 \backslash
6760 bigl(
6761 \backslash
6762 ln(3x)
6763 \backslash
6764 bigr)^2
6765 \series bold
6766
6767 \begin_inset ERT
6768 status collapsed
6769
6770 \begin_layout Plain Layout
6771
6772
6773 \backslash
6774 spce 
6775 \end_layout
6776
6777 \end_inset
6778
6779
6780 \series default
6781
6782 \backslash
6783 Bigr)
6784 \end_layout
6785
6786 \end_inset
6787 </cell>
6788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6789 \begin_inset Text
6790
6791 \begin_layout Plain Layout
6792 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6793 \end_inset
6794
6795
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 </row>
6801 <row>
6802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806
6807 \backslash
6808 bigl)
6809 \backslash
6810 ln(3x)
6811 \backslash
6812 bigr(
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6822 \end_inset
6823
6824
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 </row>
6830 </lyxtabular>
6831
6832 \end_inset
6833
6834
6835 \end_layout
6836
6837 \begin_layout Subsubsection
6838 Tamaño automático de los delimitadores
6839 \begin_inset CommandInset label
6840 LatexCommand label
6841 name "sub:Tamaño-automático-de"
6842
6843 \end_inset
6844
6845
6846 \begin_inset Index
6847 status collapsed
6848
6849 \begin_layout Plain Layout
6850 Delimitadores ! tamaño automático
6851 \end_layout
6852
6853 \end_inset
6854
6855
6856 \end_layout
6857
6858 \begin_layout Standard
6859 Se pueden insertar delimitadores de tamaño variable con los comandos 
6860 \series bold
6861
6862 \backslash
6863 left
6864 \series default
6865
6866 \begin_inset Index
6867 status collapsed
6868
6869 \begin_layout Plain Layout
6870 Comandos ! L ! 
6871 \backslash
6872 left
6873 \end_layout
6874
6875 \end_inset
6876
6877  y 
6878 \series bold
6879
6880 \backslash
6881 right
6882 \series default
6883
6884 \begin_inset Index
6885 status collapsed
6886
6887 \begin_layout Plain Layout
6888 Comandos ! R ! 
6889 \backslash
6890 right
6891 \end_layout
6892
6893 \end_inset
6894
6895  o con el botón de la barra de ecuaciones 
6896 \begin_inset Graphics
6897         filename ../../images/dialog-show_mathdelimiter.png
6898         scale 85
6899
6900 \end_inset
6901
6902 .
6903  El delimitador deseado se debe insertar directamente detrás de 
6904 \series bold
6905
6906 \backslash
6907 left
6908 \series default
6909  y 
6910 \series bold
6911
6912 \backslash
6913 right
6914 \series default
6915 .
6916  El tamaño se calculará automáticamente después para la salida.
6917  
6918 \end_layout
6919
6920 \begin_layout Standard
6921 \noindent
6922 \align center
6923 delimitador normal: El comando 
6924 \series bold
6925
6926 \backslash
6927 ln(
6928 \backslash
6929 frac
6930 \series default
6931
6932 \begin_inset ERT
6933 status collapsed
6934
6935 \begin_layout Plain Layout
6936
6937
6938 \backslash
6939 spce 
6940 \end_layout
6941
6942 \end_inset
6943
6944
6945 \series bold
6946 A
6947 \begin_inset Formula $\downarrow$
6948 \end_inset
6949
6950 C
6951 \series default
6952
6953 \begin_inset ERT
6954 status collapsed
6955
6956 \begin_layout Plain Layout
6957
6958
6959 \backslash
6960 spce
6961 \end_layout
6962
6963 \end_inset
6964
6965
6966 \series bold
6967 )
6968 \series default
6969  genera
6970 \begin_inset Formula \[
6971 \ln(\frac{A}{C})\]
6972
6973 \end_inset
6974
6975
6976 \end_layout
6977
6978 \begin_layout Standard
6979 \noindent
6980 \align center
6981 delimitador multilínea: El comando 
6982 \series bold
6983
6984 \backslash
6985 ln
6986 \backslash
6987 left(
6988 \backslash
6989 frac
6990 \series default
6991
6992 \begin_inset ERT
6993 status collapsed
6994
6995 \begin_layout Plain Layout
6996
6997
6998 \backslash
6999 spce 
7000 \end_layout
7001
7002 \end_inset
7003
7004
7005 \series bold
7006 A
7007 \begin_inset Formula $\downarrow$
7008 \end_inset
7009
7010 C
7011 \series default
7012
7013 \begin_inset ERT
7014 status collapsed
7015
7016 \begin_layout Plain Layout
7017
7018
7019 \backslash
7020 spce 
7021 \end_layout
7022
7023 \end_inset
7024
7025
7026 \series bold
7027
7028 \backslash
7029 right)
7030 \series default
7031  genera
7032 \begin_inset Formula \[
7033 \ln\left(\frac{A}{C}\right)\]
7034
7035 \end_inset
7036
7037
7038 \end_layout
7039
7040 \begin_layout Standard
7041 En lugar de 
7042 \series bold
7043
7044 \backslash
7045 left
7046 \series default
7047  y 
7048 \series bold
7049
7050 \backslash
7051 right
7052 \series default
7053  se puede usar el atajo 
7054 \family sans
7055 Alt+M
7056 \begin_inset space ~
7057 \end_inset
7058
7059 Corchete
7060 \family default
7061 .
7062  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7063  real del delimitador y además se genera el correspondiente delimitador
7064  de cierre.
7065 \begin_inset Newline newline
7066 \end_inset
7067
7068 El comando para el último ejemplo sería 
7069 \series bold
7070
7071 \backslash
7072 ln Alt+M
7073 \series default
7074  
7075 \series bold
7076 (
7077 \backslash
7078 frac
7079 \begin_inset ERT
7080 status collapsed
7081
7082 \begin_layout Plain Layout
7083
7084
7085 \backslash
7086 spce 
7087 \end_layout
7088
7089 \end_inset
7090
7091 A
7092 \begin_inset Formula $\downarrow$
7093 \end_inset
7094
7095
7096 \end_layout
7097
7098 \begin_layout Standard
7099 Para omitir uno de los dos delimitadores se inserta un punto.
7100  Por ejemplo, el comando 
7101 \series bold
7102
7103 \backslash
7104 left.
7105 \backslash
7106 frac
7107 \series default
7108
7109 \begin_inset ERT
7110 status collapsed
7111
7112 \begin_layout Plain Layout
7113
7114
7115 \backslash
7116 spce 
7117 \end_layout
7118
7119 \end_inset
7120
7121
7122 \series bold
7123 A
7124 \begin_inset Formula $\downarrow$
7125 \end_inset
7126
7127 B
7128 \series default
7129
7130 \begin_inset ERT
7131 status collapsed
7132
7133 \begin_layout Plain Layout
7134
7135
7136 \backslash
7137 spce 
7138 \end_layout
7139
7140 \end_inset
7141
7142
7143 \series bold
7144
7145 \backslash
7146 right}
7147 \series default
7148  da lugar a:
7149 \begin_inset Formula \[
7150 \left.\frac{A}{B}\right\} \]
7151
7152 \end_inset
7153
7154
7155 \end_layout
7156
7157 \begin_layout Standard
7158 LyX convertirá los comandos 
7159 \series bold
7160
7161 \backslash
7162 left
7163 \series default
7164  y 
7165 \series bold
7166
7167 \backslash
7168 right
7169 \series default
7170  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7171  omitido aparecerá como línea de trazos.
7172  
7173 \begin_inset VSpace bigskip
7174 \end_inset
7175
7176
7177 \end_layout
7178
7179 \begin_layout Standard
7180 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7181  de LaTeX, el comando 
7182 \series bold
7183
7184 \backslash
7185 middle
7186 \series default
7187
7188 \begin_inset Index
7189 status collapsed
7190
7191 \begin_layout Plain Layout
7192 Comandos ! M ! 
7193 \backslash
7194 middle
7195 \end_layout
7196
7197 \end_inset
7198
7199  está también disponible para todos los delimitadores y límites.
7200  Con este comando la altura del siguiente carácter se adapta a la de los
7201  delimitadores circundantes, lo que es necesario, p.
7202 \begin_inset space \thinspace{}
7203 \end_inset
7204
7205 e., para vectores físicos: 
7206 \begin_inset Formula \[
7207 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7208
7209 \end_inset
7210
7211
7212 \end_layout
7213
7214 \begin_layout Standard
7215 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7216 \begin_inset CommandInset ref
7217 LatexCommand ref
7218 reference "sub:Vectores-físicos"
7219
7220 \end_inset
7221
7222 .
7223 \end_layout
7224
7225 \begin_layout Subsection
7226 Delimitadores horizontales
7227 \begin_inset Index
7228 status collapsed
7229
7230 \begin_layout Plain Layout
7231 Delimitadores ! horizontales
7232 \end_layout
7233
7234 \end_inset
7235
7236
7237 \end_layout
7238
7239 \begin_layout Standard
7240 \noindent
7241 \align center
7242 \begin_inset Tabular
7243 <lyxtabular version="3" rows="4" columns="2">
7244 <features>
7245 <column alignment="center" valignment="top" width="0">
7246 <column alignment="center" valignment="top" width="0">
7247 <row>
7248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 Comando
7253 \begin_inset Note Note
7254 status collapsed
7255
7256 \begin_layout Plain Layout
7257
7258 \series bold
7259
7260 \backslash
7261 raisebox
7262 \series default
7263  se usa sólo como espaciador
7264 \end_layout
7265
7266 \end_inset
7267
7268
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 Resultado
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 </row>
7283 <row>
7284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 \begin_inset ERT
7289 status collapsed
7290
7291 \begin_layout Plain Layout
7292
7293
7294 \backslash
7295 raisebox{2.3mm}{
7296 \end_layout
7297
7298 \end_inset
7299
7300
7301 \backslash
7302 overbrace
7303 \begin_inset ERT
7304 status collapsed
7305
7306 \begin_layout Plain Layout
7307
7308
7309 \backslash
7310 spce 
7311 \end_layout
7312
7313 \end_inset
7314
7315 A+B
7316 \begin_inset ERT
7317 status collapsed
7318
7319 \begin_layout Plain Layout
7320
7321
7322 \backslash
7323 spce 
7324 \end_layout
7325
7326 \end_inset
7327
7328 ^
7329 \begin_inset ERT
7330 status collapsed
7331
7332 \begin_layout Plain Layout
7333
7334
7335 \backslash
7336 spce 
7337 \end_layout
7338
7339 \end_inset
7340
7341 3
7342 \begin_inset ERT
7343 status collapsed
7344
7345 \begin_layout Plain Layout
7346
7347 }
7348 \end_layout
7349
7350 \end_inset
7351
7352
7353 \begin_inset Index
7354 status collapsed
7355
7356 \begin_layout Plain Layout
7357 Comandos ! O ! 
7358 \backslash
7359 overbrace
7360 \end_layout
7361
7362 \end_inset
7363
7364
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 \begin_inset Formula $\overbrace{A+B}^{3}$
7374 \end_inset
7375
7376
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 </row>
7382 <row>
7383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387 \begin_inset ERT
7388 status collapsed
7389
7390 \begin_layout Plain Layout
7391
7392
7393 \backslash
7394 raisebox{-2.2mm}{
7395 \end_layout
7396
7397 \end_inset
7398
7399
7400 \backslash
7401 underbrace
7402 \begin_inset ERT
7403 status collapsed
7404
7405 \begin_layout Plain Layout
7406
7407
7408 \backslash
7409 spce 
7410 \end_layout
7411
7412 \end_inset
7413
7414 A+B
7415 \begin_inset ERT
7416 status collapsed
7417
7418 \begin_layout Plain Layout
7419
7420
7421 \backslash
7422 spce 
7423 \end_layout
7424
7425 \end_inset
7426
7427 _5
7428 \begin_inset ERT
7429 status collapsed
7430
7431 \begin_layout Plain Layout
7432
7433 }
7434 \end_layout
7435
7436 \end_inset
7437
7438
7439 \begin_inset Index
7440 status collapsed
7441
7442 \begin_layout Plain Layout
7443 Comandos ! U ! 
7444 \backslash
7445 underbrace
7446 \end_layout
7447
7448 \end_inset
7449
7450
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Plain Layout
7459 \begin_inset Formula $\underbrace{A+B}_{5}$
7460 \end_inset
7461
7462
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 </row>
7468 <row>
7469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473
7474 \backslash
7475 overbrace
7476 \begin_inset ERT
7477 status collapsed
7478
7479 \begin_layout Plain Layout
7480
7481
7482 \backslash
7483 spce 
7484 \end_layout
7485
7486 \end_inset
7487
7488
7489 \backslash
7490 underbrace
7491 \begin_inset ERT
7492 status collapsed
7493
7494 \begin_layout Plain Layout
7495
7496
7497 \backslash
7498 spce 
7499 \end_layout
7500
7501 \end_inset
7502
7503 A+B_w
7504 \begin_inset ERT
7505 status collapsed
7506
7507 \begin_layout Plain Layout
7508
7509
7510 \backslash
7511 spce 
7512 \end_layout
7513
7514 \end_inset
7515
7516
7517 \begin_inset ERT
7518 status collapsed
7519
7520 \begin_layout Plain Layout
7521
7522
7523 \backslash
7524 spce 
7525 \end_layout
7526
7527 \end_inset
7528
7529 _7
7530 \begin_inset ERT
7531 status collapsed
7532
7533 \begin_layout Plain Layout
7534
7535
7536 \backslash
7537 spce 
7538 \end_layout
7539
7540 \end_inset
7541
7542
7543 \begin_inset ERT
7544 status collapsed
7545
7546 \begin_layout Plain Layout
7547
7548
7549 \backslash
7550 spce 
7551 \end_layout
7552
7553 \end_inset
7554
7555 ^
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 C
7569 \end_layout
7570
7571 \end_inset
7572 </cell>
7573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7574 \begin_inset Text
7575
7576 \begin_layout Plain Layout
7577 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7578 \end_inset
7579
7580
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 </row>
7586 </lyxtabular>
7587
7588 \end_inset
7589
7590
7591 \end_layout
7592
7593 \begin_layout Standard
7594 En el último ejemplo no importa en qué orden se introducen los comandos
7595  
7596 \series bold
7597
7598 \backslash
7599 overbrace
7600 \series default
7601  y 
7602 \series bold
7603
7604 \backslash
7605 underbrace
7606 \series default
7607 .
7608 \begin_inset VSpace bigskip
7609 \end_inset
7610
7611
7612 \end_layout
7613
7614 \begin_layout Standard
7615 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7616  multilínea, como se describe en
7617 \begin_inset space ~
7618 \end_inset
7619
7620
7621 \begin_inset CommandInset ref
7622 LatexCommand ref
7623 reference "sec:Ecuaciones-multilínea"
7624
7625 \end_inset
7626
7627 :
7628 \begin_inset Formula \begin{eqnarray*}
7629 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7630  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7631
7632 \end_inset
7633
7634 En la primera fila se insertan la ecuación y la primera llave.
7635  Aquí es importante insertar el comando de espacio
7636 \begin_inset Foot
7637 status collapsed
7638
7639 \begin_layout Plain Layout
7640 Los comandos para espacios se explican en 
7641 \begin_inset CommandInset ref
7642 LatexCommand ref
7643 reference "sub:Espacio-predefinido"
7644
7645 \end_inset
7646
7647
7648 \end_layout
7649
7650 \end_inset
7651
7652  
7653 \series bold
7654
7655 \backslash
7656 :
7657 \series default
7658  antes de la primera
7659 \series bold
7660  
7661 \series default
7662
7663 \begin_inset Formula $d$
7664 \end_inset
7665
7666 , porque la llave que termina detrás de 
7667 \begin_inset Formula $q$
7668 \end_inset
7669
7670  impide que el siguiente 
7671 \begin_inset Quotes fld
7672 \end_inset
7673
7674 +
7675 \begin_inset Quotes frd
7676 \end_inset
7677
7678  esté rodeado de espacio.
7679 \begin_inset Foot
7680 status collapsed
7681
7682 \begin_layout Plain Layout
7683 Debido a que la llave no es considerada como carácter, véase 
7684 \begin_inset CommandInset ref
7685 LatexCommand ref
7686 reference "sub:Operadores-binarios"
7687
7688 \end_inset
7689
7690
7691 \end_layout
7692
7693 \end_inset
7694
7695  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7696  de 
7697 \begin_inset Formula $b$
7698 \end_inset
7699
7700  se inserta antes el comando 
7701 \series bold
7702
7703 \backslash
7704 hphantom{gggg+
7705 \backslash
7706 :}
7707 \series default
7708 .
7709 \begin_inset Foot
7710 status collapsed
7711
7712 \begin_layout Plain Layout
7713 Más sobre 
7714 \series bold
7715
7716 \backslash
7717 hphantom
7718 \series default
7719  en 
7720 \begin_inset CommandInset ref
7721 LatexCommand ref
7722 reference "sub:Espacios-reservados"
7723
7724 \end_inset
7725
7726
7727 \end_layout
7728
7729 \end_inset
7730
7731  Ese espacio es necesario porque el signo 
7732 \begin_inset Quotes fld
7733 \end_inset
7734
7735 +
7736 \begin_inset Quotes frd
7737 \end_inset
7738
7739  va seguido de un espacio en la ecuación.
7740  La llave se coloca bajo el comando 
7741 \series bold
7742
7743 \backslash
7744 hphantom{bbqq+dddd}
7745 \series default
7746 .
7747  
7748 \end_layout
7749
7750 \begin_layout Standard
7751 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7752  ejemplo:
7753 \begin_inset ERT
7754 status collapsed
7755
7756 \begin_layout Plain Layout
7757
7758
7759 \backslash
7760 setlength{
7761 \backslash
7762 jot}{-6pt}
7763 \end_layout
7764
7765 \end_inset
7766
7767
7768 \begin_inset Formula \begin{eqnarray*}
7769  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7770 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7771
7772 \end_inset
7773
7774
7775 \begin_inset ERT
7776 status collapsed
7777
7778 \begin_layout Plain Layout
7779
7780
7781 \backslash
7782 setlength{
7783 \backslash
7784 jot}{3pt}
7785 \end_layout
7786
7787 \end_inset
7788
7789 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7790  anterior, con la diferencia de que la llave está encima.
7791  La segunda fila contiene la ecuación junto con la segunda llave.
7792  Para evitar que haya demasiado espacio entre la llave superior en la primera
7793  fila y la ecuación hay que reducirlo.
7794  Esto no es fácil de hacer debido a un fallo de LyX.
7795 \begin_inset Foot
7796 status collapsed
7797
7798 \begin_layout Plain Layout
7799 \begin_inset CommandInset href
7800 LatexCommand href
7801 name "LyX-bug #1505"
7802 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7803
7804 \end_inset
7805
7806
7807 \end_layout
7808
7809 \end_inset
7810
7811  Una solución es cambiar la separación global de filas en la ecuación, 
7812 \series bold
7813
7814 \backslash
7815 jot
7816 \series default
7817
7818 \begin_inset Index
7819 status collapsed
7820
7821 \begin_layout Plain Layout
7822 Comandos ! J ! 
7823 \backslash
7824 jot
7825 \end_layout
7826
7827 \end_inset
7828
7829 , en -6
7830 \begin_inset space \thinspace{}
7831 \end_inset
7832
7833 pt insertando antes de la ecuación el comando 
7834 \series bold
7835
7836 \backslash
7837 setlength{
7838 \backslash
7839 jot}{-6pt}
7840 \series default
7841  en modo TeX.
7842  Después de la ecuación se vuelve al valor normal 3
7843 \begin_inset space \thinspace{}
7844 \end_inset
7845
7846 pt de 
7847 \series bold
7848
7849 \backslash
7850 jot
7851 \series default
7852  usando el mismo comando.
7853  Más información sobre separación de filas en ecuaciones en
7854 \begin_inset space ~
7855 \end_inset
7856
7857
7858 \begin_inset CommandInset ref
7859 LatexCommand ref
7860 reference "sub:Separación-de-líneas"
7861
7862 \end_inset
7863
7864 .
7865 \end_layout
7866
7867 \begin_layout Section
7868 Flechas
7869 \begin_inset Index
7870 status collapsed
7871
7872 \begin_layout Plain Layout
7873 Flechas
7874 \end_layout
7875
7876 \end_inset
7877
7878
7879 \end_layout
7880
7881 \begin_layout Standard
7882 Las flechas se pueden insertar con el botón 
7883 \begin_inset Graphics
7884         filename ../../images/math/leftarrow.png
7885         scale 85
7886
7887 \end_inset
7888
7889  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7890  siguientes.
7891 \end_layout
7892
7893 \begin_layout Subsection
7894 Flechas horizontales
7895 \begin_inset Index
7896 status collapsed
7897
7898 \begin_layout Plain Layout
7899 Flechas ! horizontales
7900 \end_layout
7901
7902 \end_inset
7903
7904
7905 \end_layout
7906
7907 \begin_layout Standard
7908 \begin_inset space \hfill{}
7909 \end_inset
7910
7911
7912 \begin_inset Tabular
7913 <lyxtabular version="3" rows="8" columns="2">
7914 <features>
7915 <column alignment="center" valignment="top" width="0pt">
7916 <column alignment="center" valignment="top" width="0pt">
7917 <row>
7918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922 Comando
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 Resultado
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 </row>
7937 <row>
7938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942
7943 \backslash
7944 gets
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953 \begin_inset Formula $\gets$
7954 \end_inset
7955
7956
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 </row>
7962 <row>
7963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967
7968 \backslash
7969 Leftarrow
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978 \begin_inset Formula $\Leftarrow$
7979 \end_inset
7980
7981
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 </row>
7987 <row>
7988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992
7993 \backslash
7994 longleftarrow
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 \begin_inset Formula $\longleftarrow$
8004 \end_inset
8005
8006
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 </row>
8012 <row>
8013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017
8018 \backslash
8019 Longleftarrow
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028 \begin_inset Formula $\Longleftarrow$
8029 \end_inset
8030
8031
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 </row>
8037 <row>
8038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042
8043 \backslash
8044 leftharpoonup
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053 \begin_inset Formula $\leftharpoonup$
8054 \end_inset
8055
8056
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 </row>
8062 <row>
8063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067
8068 \backslash
8069 leftharpoondown
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078 \begin_inset Formula $\leftharpoondown$
8079 \end_inset
8080
8081
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 </row>
8087 <row>
8088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092
8093 \backslash
8094 hookleftarrow
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103 \begin_inset Formula $\hookleftarrow$
8104 \end_inset
8105
8106
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 </row>
8112 </lyxtabular>
8113
8114 \end_inset
8115
8116
8117 \begin_inset space \hfill{}
8118 \end_inset
8119
8120
8121 \begin_inset Tabular
8122 <lyxtabular version="3" rows="8" columns="2">
8123 <features>
8124 <column alignment="center" valignment="top" width="0pt">
8125 <column alignment="center" valignment="top" width="0pt">
8126 <row>
8127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 Comando
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 Resultado
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 </row>
8146 <row>
8147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151
8152 \backslash
8153 to
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 \begin_inset Formula $\to$
8163 \end_inset
8164
8165
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 </row>
8171 <row>
8172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176
8177 \backslash
8178 Rightarrow
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 \begin_inset Formula $\Rightarrow$
8188 \end_inset
8189
8190
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 </row>
8196 <row>
8197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201
8202 \backslash
8203 longrightarrow
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 \begin_inset Formula $\longrightarrow$
8213 \end_inset
8214
8215
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 </row>
8221 <row>
8222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226
8227 \backslash
8228 Longrightarrow
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 \begin_inset Formula $\Longrightarrow$
8238 \end_inset
8239
8240
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 </row>
8246 <row>
8247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251
8252 \backslash
8253 rightharpoonup
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 \begin_inset Formula $\rightharpoonup$
8263 \end_inset
8264
8265
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 </row>
8271 <row>
8272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276
8277 \backslash
8278 rightharpoondown
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 \begin_inset Formula $\rightharpoondown$
8288 \end_inset
8289
8290
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 </row>
8296 <row>
8297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301
8302 \backslash
8303 hookrightarrow
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312 \begin_inset Formula $\hookrightarrow$
8313 \end_inset
8314
8315
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 </row>
8321 </lyxtabular>
8322
8323 \end_inset
8324
8325
8326 \begin_inset space \hfill{}
8327 \end_inset
8328
8329
8330 \end_layout
8331
8332 \begin_layout Standard
8333 \begin_inset space \hfill{}
8334 \end_inset
8335
8336
8337 \begin_inset Tabular
8338 <lyxtabular version="3" rows="6" columns="2">
8339 <features>
8340 <column alignment="center" valignment="top" width="0pt">
8341 <column alignment="center" valignment="top" width="0pt">
8342 <row>
8343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 Comando
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 Resultado
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 </row>
8362 <row>
8363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367
8368 \backslash
8369 leftrightarrow
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 \begin_inset Formula $\leftrightarrow$
8379 \end_inset
8380
8381
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 </row>
8387 <row>
8388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392
8393 \backslash
8394 Leftrightarrow
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403 \begin_inset Formula $\Leftrightarrow$
8404 \end_inset
8405
8406
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 </row>
8412 <row>
8413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417
8418 \backslash
8419 longleftrightarrow
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 \begin_inset Formula $\longleftrightarrow$
8429 \end_inset
8430
8431
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 </row>
8437 <row>
8438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442
8443 \backslash
8444 Longleftrightarrow
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 \begin_inset Formula $\Longleftrightarrow$
8454 \end_inset
8455
8456
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 </row>
8462 <row>
8463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467
8468 \backslash
8469 rightleftharpoons
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 \begin_inset Formula $\rightleftharpoons$
8479 \end_inset
8480
8481
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 </lyxtabular>
8488
8489 \end_inset
8490
8491
8492 \begin_inset space \hspace{}
8493 \length 25pt
8494 \end_inset
8495
8496
8497 \begin_inset space \hfill{}
8498 \end_inset
8499
8500
8501 \begin_inset Tabular
8502 <lyxtabular version="3" rows="5" columns="2">
8503 <features>
8504 <column alignment="center" valignment="top" width="0pt">
8505 <column alignment="center" valignment="top" width="0pt">
8506 <row>
8507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 Comando
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 Resultado
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 </row>
8526 <row>
8527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531
8532 \backslash
8533 mapsto
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 \begin_inset Formula $\mapsto$
8543 \end_inset
8544
8545
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 </row>
8551 <row>
8552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556
8557 \backslash
8558 longmapsto
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 \begin_inset Formula $\longmapsto$
8568 \end_inset
8569
8570
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 </row>
8576 <row>
8577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581
8582 \backslash
8583 leadsto
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 \begin_inset Formula $\leadsto$
8593 \end_inset
8594
8595
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \backslash
8608 dasharrow
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 \begin_inset Formula $\dasharrow$
8618 \end_inset
8619
8620
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 </row>
8626 </lyxtabular>
8627
8628 \end_inset
8629
8630
8631 \begin_inset space \hfill{}
8632 \end_inset
8633
8634
8635 \begin_inset VSpace medskip
8636 \end_inset
8637
8638
8639 \end_layout
8640
8641 \begin_layout Standard
8642 Las flechas que se utilizan como acentos, p.
8643 \begin_inset space \thinspace{}
8644 \end_inset
8645
8646 e.
8647  en vectores, se describen en 
8648 \begin_inset CommandInset ref
8649 LatexCommand ref
8650 reference "sec:Acentos"
8651
8652 \end_inset
8653
8654 .
8655  
8656 \begin_inset VSpace bigskip
8657 \end_inset
8658
8659
8660 \end_layout
8661
8662 \begin_layout Standard
8663 Además hay las flechas etiquetadas
8664 \begin_inset Index
8665 status collapsed
8666
8667 \begin_layout Plain Layout
8668 Flechas ! etiquetadas
8669 \end_layout
8670
8671 \end_inset
8672
8673  
8674 \series bold
8675
8676 \backslash
8677 xleftarrow
8678 \series default
8679
8680 \begin_inset Index
8681 status collapsed
8682
8683 \begin_layout Plain Layout
8684 Comandos ! X ! 
8685 \backslash
8686 xleftarrow
8687 \end_layout
8688
8689 \end_inset
8690
8691  y 
8692 \series bold
8693
8694 \backslash
8695 xrightarrow
8696 \series default
8697
8698 \begin_inset Index
8699 status collapsed
8700
8701 \begin_layout Plain Layout
8702 Comandos ! X ! 
8703 \backslash
8704 xrightarrow
8705 \begin_inset ERT
8706 status collapsed
8707
8708 \begin_layout Plain Layout
8709
8710
8711 \backslash
8712 vspace{4mm}
8713 \end_layout
8714
8715 \end_inset
8716
8717
8718 \end_layout
8719
8720 \end_inset
8721
8722 .
8723  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8724  con dos marcos azules donde se puede insertar la etiqueta.
8725  La longitud de la flecha se adapta a la anchura de la etiqueta.
8726 \end_layout
8727
8728 \begin_layout Standard
8729 \noindent
8730 \align center
8731 \begin_inset Tabular
8732 <lyxtabular version="3" rows="3" columns="2">
8733 <features>
8734 <column alignment="center" valignment="top" width="0">
8735 <column alignment="center" valignment="top" width="0">
8736 <row>
8737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 Comando
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 Resultado
8751 \begin_inset Note Note
8752 status collapsed
8753
8754 \begin_layout Plain Layout
8755
8756 \series bold
8757
8758 \backslash
8759 raisebox
8760 \series default
8761  se usa sólo como espaciador
8762 \end_layout
8763
8764 \end_inset
8765
8766
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 </row>
8772 <row>
8773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 F(a)
8778 \backslash
8779 xleftarrow
8780 \begin_inset ERT
8781 status collapsed
8782
8783 \begin_layout Plain Layout
8784
8785
8786 \backslash
8787 spce 
8788 \end_layout
8789
8790 \end_inset
8791
8792 x=a
8793 \begin_inset Formula $\downarrow$
8794 \end_inset
8795
8796 x>0
8797 \begin_inset Formula $\to$
8798 \end_inset
8799
8800 F(x)
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8810 \end_inset
8811
8812
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 F(x)
8824 \backslash
8825 xrightarrow
8826 \begin_inset ERT
8827 status collapsed
8828
8829 \begin_layout Plain Layout
8830
8831
8832 \backslash
8833 spce 
8834 \end_layout
8835
8836 \end_inset
8837
8838 x=a
8839 \begin_inset Formula $\downarrow$
8840 \end_inset
8841
8842 x>0
8843 \begin_inset Formula $\to$
8844 \end_inset
8845
8846 F(a)
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8856 \end_inset
8857
8858
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 </row>
8864 </lyxtabular>
8865
8866 \end_inset
8867
8868
8869 \end_layout
8870
8871 \begin_layout Subsection
8872 Flechas verticales y diagonales
8873 \begin_inset Index
8874 status collapsed
8875
8876 \begin_layout Plain Layout
8877 Flechas ! diagonales
8878 \end_layout
8879
8880 \end_inset
8881
8882
8883 \begin_inset Index
8884 status collapsed
8885
8886 \begin_layout Plain Layout
8887 Flechas ! verticales
8888 \end_layout
8889
8890 \end_inset
8891
8892
8893 \end_layout
8894
8895 \begin_layout Standard
8896 \begin_inset space \hfill{}
8897 \end_inset
8898
8899
8900 \begin_inset Tabular
8901 <lyxtabular version="3" rows="7" columns="2">
8902 <features>
8903 <column alignment="center" valignment="top" width="0pt">
8904 <column alignment="center" valignment="top" width="0pt">
8905 <row>
8906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 Comando
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919 Resultado
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 <row>
8926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \backslash
8932 uparrow
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 \begin_inset Formula $\uparrow$
8942 \end_inset
8943
8944
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 </row>
8950 <row>
8951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955
8956 \backslash
8957 Uparrow
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 \begin_inset Formula $\Uparrow$
8967 \end_inset
8968
8969
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 </row>
8975 <row>
8976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980
8981 \backslash
8982 updownarrow
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 \begin_inset Formula $\updownarrow$
8992 \end_inset
8993
8994
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 </row>
9000 <row>
9001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005
9006 \backslash
9007 Updownarrow
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016 \begin_inset Formula $\Updownarrow$
9017 \end_inset
9018
9019
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 </row>
9025 <row>
9026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030
9031 \backslash
9032 Downarrow
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 \begin_inset Formula $\Downarrow$
9042 \end_inset
9043
9044
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 <row>
9051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055
9056 \backslash
9057 downarrow
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 \begin_inset Formula $\downarrow$
9067 \end_inset
9068
9069
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 </row>
9075 </lyxtabular>
9076
9077 \end_inset
9078
9079
9080 \begin_inset space \hfill{}
9081 \end_inset
9082
9083
9084 \begin_inset Tabular
9085 <lyxtabular version="3" rows="5" columns="2">
9086 <features>
9087 <column alignment="center" valignment="top" width="0pt">
9088 <column alignment="center" valignment="top" width="0pt">
9089 <row>
9090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094 Comando
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 Resultado
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 </row>
9109 <row>
9110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114
9115 \backslash
9116 nearrow
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9122 \begin_inset Text
9123
9124 \begin_layout Plain Layout
9125 \begin_inset Formula $\nearrow$
9126 \end_inset
9127
9128
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 </row>
9134 <row>
9135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139
9140 \backslash
9141 searrow
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150 \begin_inset Formula $\searrow$
9151 \end_inset
9152
9153
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164
9165 \backslash
9166 swarrow
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 \begin_inset Formula $\swarrow$
9176 \end_inset
9177
9178
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 </row>
9184 <row>
9185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189
9190 \backslash
9191 nwarrow
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 \begin_inset Formula $\nwarrow$
9201 \end_inset
9202
9203
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 </row>
9209 </lyxtabular>
9210
9211 \end_inset
9212
9213
9214 \begin_inset space \hfill{}
9215 \end_inset
9216
9217
9218 \end_layout
9219
9220 \begin_layout Standard
9221 \begin_inset VSpace medskip
9222 \end_inset
9223
9224
9225 \end_layout
9226
9227 \begin_layout Standard
9228 Las flechas verticales también se pueden usar como delimitadores junto con
9229  los comandos descritos en
9230 \begin_inset space ~
9231 \end_inset
9232
9233
9234 \begin_inset CommandInset ref
9235 LatexCommand ref
9236 reference "sub:Tamaño-manual-de"
9237
9238 \end_inset
9239
9240  y 
9241 \begin_inset CommandInset ref
9242 LatexCommand ref
9243 reference "sub:Tamaño-automático-de"
9244
9245 \end_inset
9246
9247 .
9248 \end_layout
9249
9250 \begin_layout Standard
9251
9252 \end_layout
9253
9254 \begin_layout Section
9255 Acentos
9256 \begin_inset CommandInset label
9257 LatexCommand label
9258 name "sec:Acentos"
9259
9260 \end_inset
9261
9262
9263 \begin_inset Index
9264 status collapsed
9265
9266 \begin_layout Plain Layout
9267 Acentos
9268 \end_layout
9269
9270 \end_inset
9271
9272
9273 \end_layout
9274
9275 \begin_layout Standard
9276 Los acentos se pueden insertar con el botón 
9277 \begin_inset Graphics
9278         filename ../../images/math/hat.png
9279         scale 85
9280
9281 \end_inset
9282
9283  o mediante los comandos listados en las siguientes subsecciones.
9284 \end_layout
9285
9286 \begin_layout Subsection
9287 Acentos para un carácter
9288 \begin_inset ERT
9289 status collapsed
9290
9291 \begin_layout Plain Layout
9292
9293
9294 \backslash
9295 texorpdfstring{
9296 \end_layout
9297
9298 \end_inset
9299
9300
9301 \begin_inset Foot
9302 status collapsed
9303
9304 \begin_layout Plain Layout
9305 Para acentos en texto, véase 
9306 \begin_inset CommandInset ref
9307 LatexCommand ref
9308 reference "sub:Acentos-en-texto"
9309
9310 \end_inset
9311
9312
9313 \end_layout
9314
9315 \end_inset
9316
9317
9318 \begin_inset ERT
9319 status collapsed
9320
9321 \begin_layout Plain Layout
9322
9323 }{}
9324 \end_layout
9325
9326 \end_inset
9327
9328
9329 \begin_inset Note Note
9330 status collapsed
9331
9332 \begin_layout Plain Layout
9333
9334 \backslash
9335 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
9336  PDF.
9337 \end_layout
9338
9339 \begin_layout Plain Layout
9340 Más sobre 
9341 \backslash
9342 texorpdfstring en la sección 
9343 \begin_inset CommandInset ref
9344 LatexCommand ref
9345 reference "sub:Ecuaciones-en-encabezados"
9346
9347 \end_inset
9348
9349 .
9350 \end_layout
9351
9352 \end_inset
9353
9354
9355 \begin_inset CommandInset label
9356 LatexCommand label
9357 name "sub:Acentos-para-un"
9358
9359 \end_inset
9360
9361
9362 \begin_inset Index
9363 status collapsed
9364
9365 \begin_layout Plain Layout
9366 Acentos ! para un carácter
9367 \end_layout
9368
9369 \end_inset
9370
9371
9372 \end_layout
9373
9374 \begin_layout Standard
9375 \begin_inset space \hfill{}
9376 \end_inset
9377
9378
9379 \begin_inset Tabular
9380 <lyxtabular version="3" rows="8" columns="2">
9381 <features>
9382 <column alignment="center" valignment="top" width="0pt">
9383 <column alignment="center" valignment="top" width="0pt">
9384 <row>
9385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389 Comando
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398 Resultado
9399 \begin_inset Note Note
9400 status collapsed
9401
9402 \begin_layout Plain Layout
9403
9404 \series bold
9405
9406 \backslash
9407 raisebox
9408 \series default
9409  se usa sólo como espaciador
9410 \end_layout
9411
9412 \end_inset
9413
9414
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 </row>
9420 <row>
9421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425
9426 \backslash
9427 dot
9428 \begin_inset ERT
9429 status collapsed
9430
9431 \begin_layout Plain Layout
9432
9433
9434 \backslash
9435 spce 
9436 \end_layout
9437
9438 \end_inset
9439
9440 A
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9450 \end_inset
9451
9452
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 </row>
9458 <row>
9459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463
9464 \backslash
9465 ddot
9466 \begin_inset ERT
9467 status collapsed
9468
9469 \begin_layout Plain Layout
9470
9471
9472 \backslash
9473 spce 
9474 \end_layout
9475
9476 \end_inset
9477
9478 A
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9488 \end_inset
9489
9490
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 </row>
9496 <row>
9497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501
9502 \backslash
9503 dddot
9504 \begin_inset ERT
9505 status collapsed
9506
9507 \begin_layout Plain Layout
9508
9509
9510 \backslash
9511 spce 
9512 \end_layout
9513
9514 \end_inset
9515
9516 A
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9526 \end_inset
9527
9528
9529 \end_layout
9530
9531 \end_inset
9532 </cell>
9533 </row>
9534 <row>
9535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9536 \begin_inset Text
9537
9538 \begin_layout Plain Layout
9539
9540 \backslash
9541 ddddot{A
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9547 \begin_inset Text
9548
9549 \begin_layout Plain Layout
9550 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9551 \end_inset
9552
9553
9554 \end_layout
9555
9556 \end_inset
9557 </cell>
9558 </row>
9559 <row>
9560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564
9565 \backslash
9566 vec
9567 \begin_inset ERT
9568 status collapsed
9569
9570 \begin_layout Plain Layout
9571
9572
9573 \backslash
9574 spce 
9575 \end_layout
9576
9577 \end_inset
9578
9579 A
9580 \begin_inset Index
9581 status collapsed
9582
9583 \begin_layout Plain Layout
9584 Vectores
9585 \end_layout
9586
9587 \end_inset
9588
9589
9590 \end_layout
9591
9592 \end_inset
9593 </cell>
9594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9595 \begin_inset Text
9596
9597 \begin_layout Plain Layout
9598 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9599 \end_inset
9600
9601
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 </row>
9607 <row>
9608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Plain Layout
9612
9613 \backslash
9614 bar
9615 \begin_inset ERT
9616 status collapsed
9617
9618 \begin_layout Plain Layout
9619
9620
9621 \backslash
9622 spce 
9623 \end_layout
9624
9625 \end_inset
9626
9627 A
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9637 \end_inset
9638
9639
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 </row>
9645 <row>
9646 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650
9651 \backslash
9652 mathring
9653 \begin_inset ERT
9654 status collapsed
9655
9656 \begin_layout Plain Layout
9657
9658
9659 \backslash
9660 spce 
9661 \end_layout
9662
9663 \end_inset
9664
9665 A
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9675 \end_inset
9676
9677
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 </row>
9683 </lyxtabular>
9684
9685 \end_inset
9686
9687
9688 \begin_inset space \hfill{}
9689 \end_inset
9690
9691
9692 \begin_inset Tabular
9693 <lyxtabular version="3" rows="7" columns="2">
9694 <features>
9695 <column alignment="center" valignment="top" width="0pt">
9696 <column alignment="center" valignment="top" width="0pt">
9697 <row>
9698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9699 \begin_inset Text
9700
9701 \begin_layout Plain Layout
9702 Comando
9703 \end_layout
9704
9705 \end_inset
9706 </cell>
9707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9708 \begin_inset Text
9709
9710 \begin_layout Plain Layout
9711 Resultado
9712 \begin_inset Note Note
9713 status collapsed
9714
9715 \begin_layout Plain Layout
9716
9717 \series bold
9718
9719 \backslash
9720 raisebox
9721 \series default
9722  se usa sólo como espaciador
9723 \end_layout
9724
9725 \end_inset
9726
9727
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 </row>
9733 <row>
9734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9735 \begin_inset Text
9736
9737 \begin_layout Plain Layout
9738
9739 \backslash
9740 tilde
9741 \begin_inset ERT
9742 status collapsed
9743
9744 \begin_layout Plain Layout
9745
9746
9747 \backslash
9748 spce 
9749 \end_layout
9750
9751 \end_inset
9752
9753 A
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9763 \end_inset
9764
9765
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 </row>
9771 <row>
9772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776
9777 \backslash
9778 hat
9779 \begin_inset ERT
9780 status collapsed
9781
9782 \begin_layout Plain Layout
9783
9784
9785 \backslash
9786 spce 
9787 \end_layout
9788
9789 \end_inset
9790
9791 A
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9801 \end_inset
9802
9803
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 </row>
9809 <row>
9810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814
9815 \backslash
9816 check
9817 \begin_inset ERT
9818 status collapsed
9819
9820 \begin_layout Plain Layout
9821
9822
9823 \backslash
9824 spce 
9825 \end_layout
9826
9827 \end_inset
9828
9829 A
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9839 \end_inset
9840
9841
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 </row>
9847 <row>
9848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852
9853 \backslash
9854 acute
9855 \begin_inset ERT
9856 status collapsed
9857
9858 \begin_layout Plain Layout
9859
9860
9861 \backslash
9862 spce 
9863 \end_layout
9864
9865 \end_inset
9866
9867 A
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9877 \end_inset
9878
9879
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 </row>
9885 <row>
9886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890
9891 \backslash
9892 grave
9893 \begin_inset ERT
9894 status collapsed
9895
9896 \begin_layout Plain Layout
9897
9898
9899 \backslash
9900 spce 
9901 \end_layout
9902
9903 \end_inset
9904
9905 A
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9915 \end_inset
9916
9917
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 </row>
9923 <row>
9924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928
9929 \backslash
9930 breve
9931 \begin_inset ERT
9932 status collapsed
9933
9934 \begin_layout Plain Layout
9935
9936
9937 \backslash
9938 spce 
9939 \end_layout
9940
9941 \end_inset
9942
9943 A
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9953 \end_inset
9954
9955
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 </row>
9961 </lyxtabular>
9962
9963 \end_inset
9964
9965
9966 \begin_inset space \hfill{}
9967 \end_inset
9968
9969
9970 \end_layout
9971
9972 \begin_layout Standard
9973 \begin_inset VSpace bigskip
9974 \end_inset
9975
9976
9977 \end_layout
9978
9979 \begin_layout Standard
9980 En ecuaciones se pueden insertar acentos como é directamente.
9981  LyX los transformará al comando de acento correspondiente.
9982  Para poner diéresis
9983 \begin_inset Index
9984 status collapsed
9985
9986 \begin_layout Plain Layout
9987 Dieresis@Diéresis
9988 \end_layout
9989
9990 \end_inset
9991
9992  es mejor insertar comillas antes de la vocal.
9993  Estos dos caracteres son considerados por LaTeX como 
9994 \emph on
9995 un solo
9996 \emph default
9997  carácter si la parte de la ecuación con la diéresis se marca en idioma
9998  alemán.
9999 \begin_inset Foot
10000 status collapsed
10001
10002 \begin_layout Plain Layout
10003 O algún otro idioma que use acentos, p.
10004 \begin_inset space \thinspace{}
10005 \end_inset
10006
10007 e.
10008  catalán.
10009  Aunque esto no funciona en español por algún conflicto con el estilo 
10010 \series bold
10011 spanish
10012 \series default
10013  de 
10014 \series bold
10015 babel
10016 \series default
10017 , no es necesario: se puede escribir 
10018 \begin_inset Formula $ï$
10019 \end_inset
10020
10021  en una ecuación igual que se hace en texto normal, ï.
10022  (
10023 \emph on
10024 N.
10025 \begin_inset space \thinspace{}
10026 \end_inset
10027
10028 del t.
10029 \emph default
10030 )
10031 \end_layout
10032
10033 \end_inset
10034
10035  A diferencia de 
10036 \series bold
10037
10038 \backslash
10039 ddot
10040 \series default
10041 , con este método se generan diéresis 
10042 \begin_inset Quotes fld
10043 \end_inset
10044
10045 reales
10046 \begin_inset Quotes frd
10047 \end_inset
10048
10049 , como se demuestra en el siguiente ejemplo:
10050 \begin_inset VSpace -2mm
10051 \end_inset
10052
10053
10054 \end_layout
10055
10056 \begin_layout Standard
10057 \noindent
10058 \align center
10059 \begin_inset Tabular
10060 <lyxtabular version="3" rows="3" columns="2">
10061 <features>
10062 <column alignment="center" valignment="top" width="0">
10063 <column alignment="center" valignment="top" width="0">
10064 <row>
10065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069 Comando
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078 Resultado
10079 \begin_inset Note Note
10080 status collapsed
10081
10082 \begin_layout Plain Layout
10083
10084 \series bold
10085
10086 \backslash
10087 raisebox
10088 \series default
10089  se usa sólo como espaciador.
10090 \end_layout
10091
10092 \end_inset
10093
10094
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 </row>
10100 <row>
10101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105 ï
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114 \begin_inset Formula $ï$
10115 \end_inset
10116
10117
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 </row>
10123 <row>
10124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128
10129 \backslash
10130 ddot
10131 \begin_inset ERT
10132 status collapsed
10133
10134 \begin_layout Plain Layout
10135
10136
10137 \backslash
10138 spce 
10139 \end_layout
10140
10141 \end_inset
10142
10143 i
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10153 \end_inset
10154
10155
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 </row>
10161 </lyxtabular>
10162
10163 \end_inset
10164
10165
10166 \end_layout
10167
10168 \begin_layout Standard
10169 Otra ventaja frente a 
10170 \series bold
10171
10172 \backslash
10173 ddot
10174 \series default
10175  es que la diéresis puede convertirse directamente a texto matemático, porque
10176  los anteriores comandos para acentos 
10177 \emph on
10178 no están permitidos en texto matemático
10179 \emph default
10180 .
10181  Para convertir un carácter acentuado a texto matemático, se debe convertir
10182  sólo el carácter bajo el acento.
10183  Esto también se aplica para otras conversiones, p.
10184 \begin_inset space \thinspace{}
10185 \end_inset
10186
10187 e.
10188 \begin_inset space ~
10189 \end_inset
10190
10191 cursiva o negrita.
10192 \end_layout
10193
10194 \begin_layout Standard
10195 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10196 \end_layout
10197
10198 \begin_layout Subsection
10199 Acentos para operadores
10200 \begin_inset Index
10201 status collapsed
10202
10203 \begin_layout Plain Layout
10204 Acentos ! en operadores
10205 \end_layout
10206
10207 \end_inset
10208
10209
10210 \end_layout
10211
10212 \begin_layout Standard
10213 Con los comandos 
10214 \series bold
10215
10216 \backslash
10217 overset
10218 \series default
10219
10220 \begin_inset Index
10221 status collapsed
10222
10223 \begin_layout Plain Layout
10224 Comandos ! O ! 
10225 \backslash
10226 overset
10227 \end_layout
10228
10229 \end_inset
10230
10231  y 
10232 \series bold
10233
10234 \backslash
10235 underset
10236 \series default
10237
10238 \begin_inset Index
10239 status collapsed
10240
10241 \begin_layout Plain Layout
10242 Comandos ! U ! 
10243 \backslash
10244 underset
10245 \end_layout
10246
10247 \end_inset
10248
10249  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10250  Con el comando 
10251 \series bold
10252
10253 \backslash
10254 sideset
10255 \series default
10256
10257 \begin_inset Index
10258 status collapsed
10259
10260 \begin_layout Plain Layout
10261 Comandos ! S ! 
10262 \backslash
10263 sideset
10264 \end_layout
10265
10266 \end_inset
10267
10268  se pueden poner caracteres delante y detrás de un operador.
10269  El esquema del comando es:
10270 \end_layout
10271
10272 \begin_layout Standard
10273
10274 \series bold
10275
10276 \backslash
10277 sideset{carácter
10278 \series default
10279  
10280 \series bold
10281 anterior}{carácter posterior}
10282 \end_layout
10283
10284 \begin_layout Standard
10285
10286 \series bold
10287
10288 \backslash
10289 sideset
10290 \series default
10291  siempre debe estar delante del operador que debe acentuarse.
10292  Se puede acentuar con varios caracteres e incluso con otros operadores
10293  y símbolos.
10294  Para colocar con
10295 \series bold
10296  
10297 \backslash
10298 sideset
10299 \series default
10300  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10301  el primer par de llaves, pero sin quitarlas.
10302  
10303 \end_layout
10304
10305 \begin_layout Standard
10306 Por ejemplo, el comando 
10307 \series bold
10308
10309 \backslash
10310 sideset{
10311 \begin_inset Formula $\to$
10312 \end_inset
10313
10314
10315 \backslash
10316 {
10317 \series default
10318 '
10319 \series bold
10320
10321 \begin_inset Formula $\to$
10322 \end_inset
10323
10324
10325 \backslash
10326 sum_k=1
10327 \begin_inset ERT
10328 status collapsed
10329
10330 \begin_layout Plain Layout
10331
10332
10333 \backslash
10334 spce 
10335 \end_layout
10336
10337 \end_inset
10338
10339
10340 \series default
10341 ^
10342 \series bold
10343
10344 \begin_inset ERT
10345 status collapsed
10346
10347 \begin_layout Plain Layout
10348
10349
10350 \backslash
10351 spce 
10352 \end_layout
10353
10354 \end_inset
10355
10356 n
10357 \series default
10358  genera:
10359 \begin_inset Formula \[
10360 \sideset{}{'}\sum_{k=1}^{n}\]
10361
10362 \end_inset
10363
10364
10365 \end_layout
10366
10367 \begin_layout Standard
10368 El comando 
10369 \series bold
10370
10371 \backslash
10372 overset
10373 \begin_inset ERT
10374 status collapsed
10375
10376 \begin_layout Plain Layout
10377
10378
10379 \backslash
10380 spce 
10381 \end_layout
10382
10383 \end_inset
10384
10385
10386 \backslash
10387 maltese
10388 \begin_inset ERT
10389 status collapsed
10390
10391 \begin_layout Plain Layout
10392
10393
10394 \backslash
10395 spce 
10396 \end_layout
10397
10398 \end_inset
10399
10400
10401 \series default
10402
10403 \begin_inset Formula $\uparrow$
10404 \end_inset
10405
10406
10407 \series bold
10408 a
10409 \series default
10410  genera:
10411 \begin_inset Formula \[
10412 \overset{a}{\maltese}\]
10413
10414 \end_inset
10415
10416
10417 \end_layout
10418
10419 \begin_layout Standard
10420 Como se ve en el último ejemplo, con 
10421 \series bold
10422
10423 \backslash
10424 overset
10425 \series default
10426  y 
10427 \series bold
10428
10429 \backslash
10430 underset
10431 \series default
10432  también se pueden acentuar símbolos y caracteres; con 
10433 \series bold
10434
10435 \backslash
10436 sideset
10437 \series default
10438  esto no es posible.
10439 \end_layout
10440
10441 \begin_layout Subsection
10442 Acentos para varios caracteres
10443 \begin_inset Index
10444 status collapsed
10445
10446 \begin_layout Plain Layout
10447 Acentos ! en varios caracteres
10448 \end_layout
10449
10450 \end_inset
10451
10452
10453 \end_layout
10454
10455 \begin_layout Standard
10456 \begin_inset space \hfill{}
10457 \end_inset
10458
10459
10460 \begin_inset Tabular
10461 <lyxtabular version="3" rows="5" columns="2">
10462 <features>
10463 <column alignment="center" valignment="top" width="0pt">
10464 <column alignment="center" valignment="top" width="0pt">
10465 <row>
10466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 Comando
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479 Resultado
10480 \begin_inset Note Note
10481 status collapsed
10482
10483 \begin_layout Plain Layout
10484
10485 \series bold
10486
10487 \backslash
10488 raisebox
10489 \series default
10490  se usa sólo como espaciador
10491 \end_layout
10492
10493 \end_inset
10494
10495
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 </row>
10501 <row>
10502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506
10507 \backslash
10508 overleftarrow
10509 \begin_inset ERT
10510 status collapsed
10511
10512 \begin_layout Plain Layout
10513
10514
10515 \backslash
10516 spce 
10517 \end_layout
10518
10519 \end_inset
10520
10521 A=B
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10531 \end_inset
10532
10533
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 </row>
10539 <row>
10540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544
10545 \backslash
10546 underleftarrow
10547 \begin_inset ERT
10548 status collapsed
10549
10550 \begin_layout Plain Layout
10551
10552
10553 \backslash
10554 spce 
10555 \end_layout
10556
10557 \end_inset
10558
10559 A=B
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10569 \end_inset
10570
10571
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 </row>
10577 <row>
10578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582
10583 \backslash
10584 overleftrightarrow
10585 \begin_inset ERT
10586 status collapsed
10587
10588 \begin_layout Plain Layout
10589
10590
10591 \backslash
10592 spce 
10593 \end_layout
10594
10595 \end_inset
10596
10597 A=B
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10607 \end_inset
10608
10609
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 </row>
10615 <row>
10616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620
10621 \backslash
10622 underleftrightarrow
10623 \begin_inset ERT
10624 status collapsed
10625
10626 \begin_layout Plain Layout
10627
10628
10629 \backslash
10630 spce 
10631 \end_layout
10632
10633 \end_inset
10634
10635 A=B
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10645 \end_inset
10646
10647
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 </lyxtabular>
10654
10655 \end_inset
10656
10657
10658 \begin_inset space \hfill{}
10659 \end_inset
10660
10661
10662 \begin_inset Tabular
10663 <lyxtabular version="3" rows="5" columns="2">
10664 <features>
10665 <column alignment="center" valignment="top" width="0pt">
10666 <column alignment="center" valignment="top" width="0pt">
10667 <row>
10668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672 Comando
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681 Resultado
10682 \begin_inset Note Note
10683 status collapsed
10684
10685 \begin_layout Plain Layout
10686
10687 \series bold
10688
10689 \backslash
10690 raisebox
10691 \series default
10692  se usa sólo como espaciador
10693 \end_layout
10694
10695 \end_inset
10696
10697
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 </row>
10703 <row>
10704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708
10709 \backslash
10710 overrightarrow
10711 \begin_inset ERT
10712 status collapsed
10713
10714 \begin_layout Plain Layout
10715
10716
10717 \backslash
10718 spce 
10719 \end_layout
10720
10721 \end_inset
10722
10723 A=B
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10733 \end_inset
10734
10735
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 </row>
10741 <row>
10742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746
10747 \backslash
10748 underrightarrow
10749 \begin_inset ERT
10750 status collapsed
10751
10752 \begin_layout Plain Layout
10753
10754
10755 \backslash
10756 spce 
10757 \end_layout
10758
10759 \end_inset
10760
10761 A=B
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10771 \end_inset
10772
10773
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 </row>
10779 <row>
10780 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784
10785 \backslash
10786 widetilde
10787 \begin_inset ERT
10788 status collapsed
10789
10790 \begin_layout Plain Layout
10791
10792
10793 \backslash
10794 spce 
10795 \end_layout
10796
10797 \end_inset
10798
10799 A=B
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10809 \end_inset
10810
10811
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 </row>
10817 <row>
10818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822
10823 \backslash
10824 widehat
10825 \begin_inset ERT
10826 status collapsed
10827
10828 \begin_layout Plain Layout
10829
10830
10831 \backslash
10832 spce 
10833 \end_layout
10834
10835 \end_inset
10836
10837 A=B
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10847 \end_inset
10848
10849
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 </row>
10855 </lyxtabular>
10856
10857 \end_inset
10858
10859
10860 \begin_inset space \hfill{}
10861 \end_inset
10862
10863
10864 \end_layout
10865
10866 \begin_layout Standard
10867 \begin_inset VSpace medskip
10868 \end_inset
10869
10870
10871 \end_layout
10872
10873 \begin_layout Standard
10874 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10875  Pero los acentos 
10876 \series bold
10877
10878 \backslash
10879 widetilde
10880 \series default
10881  y 
10882 \series bold
10883
10884 \backslash
10885 widehat
10886 \series default
10887  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10888  ejemplo:
10889 \begin_inset Formula \[
10890 \widetilde{A+B=C-D}\]
10891
10892 \end_inset
10893
10894
10895 \end_layout
10896
10897 \begin_layout Standard
10898 Con los comandos 
10899 \series bold
10900
10901 \backslash
10902 overset
10903 \series default
10904
10905 \begin_inset Index
10906 status collapsed
10907
10908 \begin_layout Plain Layout
10909 Comandos ! O ! 
10910 \backslash
10911 overset
10912 \end_layout
10913
10914 \end_inset
10915
10916  y 
10917 \series bold
10918
10919 \backslash
10920 underset
10921 \series default
10922
10923 \begin_inset Index
10924 status collapsed
10925
10926 \begin_layout Plain Layout
10927 Comandos ! U ! 
10928 \backslash
10929 underset
10930 \end_layout
10931
10932 \end_inset
10933
10934 , descritos en la subsección anterior, también se pueden acentuar varios
10935  caracteres.
10936  El comando 
10937 \series bold
10938
10939 \backslash
10940 underset
10941 \begin_inset ERT
10942 status collapsed
10943
10944 \begin_layout Plain Layout
10945
10946
10947 \backslash
10948 spce 
10949 \end_layout
10950
10951 \end_inset
10952
10953 A=B
10954 \begin_inset Formula $\downarrow$
10955 \end_inset
10956
10957 ***
10958 \series default
10959  da:
10960 \begin_inset Formula \[
10961 \underset{***}{A=B}\]
10962
10963 \end_inset
10964
10965
10966 \end_layout
10967
10968 \begin_layout Section
10969 Espacios
10970 \begin_inset CommandInset label
10971 LatexCommand label
10972 name "sec:Espacio"
10973
10974 \end_inset
10975
10976
10977 \begin_inset Index
10978 status collapsed
10979
10980 \begin_layout Plain Layout
10981 Espacio ! horizontal
10982 \end_layout
10983
10984 \end_inset
10985
10986
10987 \end_layout
10988
10989 \begin_layout Subsection
10990 Espacio predefinido
10991 \begin_inset CommandInset label
10992 LatexCommand label
10993 name "sub:Espacio-predefinido"
10994
10995 \end_inset
10996
10997
10998 \begin_inset Index
10999 status collapsed
11000
11001 \begin_layout Plain Layout
11002 Espacio ! horizontal ! predefinido
11003 \end_layout
11004
11005 \end_inset
11006
11007
11008 \end_layout
11009
11010 \begin_layout Standard
11011 A veces es necesario insertar espacio horizontal en una ecuación.
11012  Esto se hace insertando un espacio protegido (atajo 
11013 \family sans
11014 Ctrl+Espacio
11015 \family default
11016 ).
11017  Aparece un 
11018 \begin_inset Quotes fld
11019 \end_inset
11020
11021
11022 \color black
11023
11024 \begin_inset ERT
11025 status collapsed
11026
11027 \begin_layout Plain Layout
11028
11029
11030 \backslash
11031 spce 
11032 \end_layout
11033
11034 \end_inset
11035
11036
11037 \color inherit
11038
11039 \begin_inset Quotes frd
11040 \end_inset
11041
11042 , y pulsando 
11043 \family sans
11044 Espacio
11045 \family default
11046  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11047  espacio.
11048  También se pueden insertar espacios mediante el botón 
11049 \begin_inset Graphics
11050         filename ../../images/math/space.png
11051         scale 85
11052
11053 \end_inset
11054
11055  de la barra de ecuaciones o con comandos especiales.
11056  Independientemente del comando insertado, se puede seleccionar de nuevo
11057  el tamaño pulsando acto seguido 
11058 \family sans
11059 Espacio.
11060  
11061 \end_layout
11062
11063 \begin_layout Standard
11064 \noindent
11065 \align center
11066 \begin_inset VSpace -5mm
11067 \end_inset
11068
11069
11070 \begin_inset Tabular
11071 <lyxtabular version="3" rows="3" columns="7">
11072 <features>
11073 <column alignment="center" valignment="middle" width="6.8cm">
11074 <column alignment="center" valignment="top" width="0">
11075 <column alignment="center" valignment="top" width="0">
11076 <column alignment="center" valignment="top" width="0">
11077 <column alignment="center" valignment="top" width="0">
11078 <column alignment="center" valignment="top" width="0">
11079 <column alignment="center" valignment="top" width="0">
11080 <row>
11081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085 Comando
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094
11095 \backslash
11096 ,
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105
11106 \backslash
11107 :
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116
11117 \backslash
11118 ;
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127
11128 \backslash
11129 quad
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138
11139 \backslash
11140 qquad
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149
11150 \backslash
11151 !
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 </row>
11157 <row>
11158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162 Número de pulsaciones de 
11163 \family sans
11164 Espacio
11165 \family default
11166  tras insertar el espacio protegido
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Plain Layout
11175 0
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 1
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 2
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 3
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211 4
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220 5
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 </row>
11226 <row>
11227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 Resultado
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240 \begin_inset Formula $A\, B$
11241 \end_inset
11242
11243
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 \begin_inset Formula $A\: B$
11253 \end_inset
11254
11255
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 \begin_inset Formula $A\; B$
11265 \end_inset
11266
11267
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 \begin_inset Formula $A\quad B$
11277 \end_inset
11278
11279
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 \begin_inset Formula $A\qquad B$
11289 \end_inset
11290
11291
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300 \begin_inset Formula $A\! B$
11301 \end_inset
11302
11303
11304 \end_layout
11305
11306 \end_inset
11307 </cell>
11308 </row>
11309 </lyxtabular>
11310
11311 \end_inset
11312
11313
11314 \end_layout
11315
11316 \begin_layout Standard
11317 El último tamaño parece no generar espacio.
11318  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11319  negativo.
11320  Hay otros dos espacios negativos:
11321 \end_layout
11322
11323 \begin_layout Standard
11324 \align center
11325 \begin_inset Tabular
11326 <lyxtabular version="3" rows="3" columns="3">
11327 <features>
11328 <column alignment="center" valignment="middle" width="6.8cm">
11329 <column alignment="center" valignment="top" width="0pt">
11330 <column alignment="center" valignment="top" width="0pt">
11331 <row>
11332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336 Comando
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345
11346 \backslash
11347 negmedspace
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356
11357 \backslash
11358 negthickspace
11359 \end_layout
11360
11361 \end_inset
11362 </cell>
11363 </row>
11364 <row>
11365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369 Número de pulsaciones de 
11370 \family sans
11371 Espacio
11372 \family default
11373  tras insertar el espacio protegido
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 6
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 7
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 </row>
11397 <row>
11398 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 Resultado
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 \begin_inset Formula $A\negmedspace B$
11412 \end_inset
11413
11414
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 \begin_inset Formula $A\negthickspace B$
11424 \end_inset
11425
11426
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 </row>
11432 </lyxtabular>
11433
11434 \end_inset
11435
11436
11437 \end_layout
11438
11439 \begin_layout Standard
11440 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11441  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11442 \begin_inset space \thinspace{}
11443 \end_inset
11444
11445 e., para operadores suma: 
11446 \end_layout
11447
11448 \begin_layout Standard
11449 \noindent
11450 \align center
11451 \begin_inset Tabular
11452 <lyxtabular version="3" rows="3" columns="2">
11453 <features>
11454 <column alignment="center" valignment="top" width="0">
11455 <column alignment="center" valignment="top" width="0">
11456 <row>
11457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Plain Layout
11461 Comando
11462 \end_layout
11463
11464 \end_inset
11465 </cell>
11466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 Resultado
11471 \begin_inset Note Note
11472 status collapsed
11473
11474 \begin_layout Plain Layout
11475
11476 \series bold
11477
11478 \backslash
11479 raisebox
11480 \series default
11481  se usa sólo como espaciador
11482 \end_layout
11483
11484 \end_inset
11485
11486
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 </row>
11492 <row>
11493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497
11498 \backslash
11499 sum
11500 \backslash
11501 sum
11502 \begin_inset ERT
11503 status collapsed
11504
11505 \begin_layout Plain Layout
11506
11507
11508 \backslash
11509 spce 
11510 \end_layout
11511
11512 \end_inset
11513
11514 f_kl
11515 \end_layout
11516
11517 \end_inset
11518 </cell>
11519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11524 \end_inset
11525
11526
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 </row>
11532 <row>
11533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11534 \begin_inset Text
11535
11536 \begin_layout Plain Layout
11537
11538 \backslash
11539 sum
11540 \backslash
11541 negmedspace
11542 \backslash
11543 sum
11544 \begin_inset ERT
11545 status collapsed
11546
11547 \begin_layout Plain Layout
11548
11549
11550 \backslash
11551 spce 
11552 \end_layout
11553
11554 \end_inset
11555
11556 f_kl
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11566 \end_inset
11567
11568
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 </row>
11574 </lyxtabular>
11575
11576 \end_inset
11577
11578
11579 \end_layout
11580
11581 \begin_layout Standard
11582 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11583  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11584  El siguiente ejemplo lo ilustra:
11585 \end_layout
11586
11587 \begin_layout Standard
11588 \noindent
11589 \align center
11590 \begin_inset Tabular
11591 <lyxtabular version="3" rows="2" columns="2">
11592 <features>
11593 <column alignment="center" valignment="top" width="0">
11594 <column alignment="center" valignment="top" width="0">
11595 <row>
11596 <cell alignment="center" valignment="top" usebox="none">
11597 \begin_inset Text
11598
11599 \begin_layout Plain Layout
11600 ecuación normal
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 <cell alignment="center" valignment="top" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Plain Layout
11609 \begin_inset Formula $A=B$
11610 \end_inset
11611
11612
11613 \end_layout
11614
11615 \end_inset
11616 </cell>
11617 </row>
11618 <row>
11619 <cell alignment="center" valignment="top" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 \begin_inset Note Note
11624 status collapsed
11625
11626 \begin_layout Plain Layout
11627
11628 \series bold
11629
11630 \backslash
11631 raisebox
11632 \series default
11633  se usa sólo como espaciador
11634 \end_layout
11635
11636 \end_inset
11637
11638
11639 \begin_inset Formula $\raisebox{5mm}{}$
11640 \end_inset
11641
11642 ecuación sin espacio
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 <cell alignment="center" valignment="top" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651 \begin_inset Formula $A{=}B$
11652 \end_inset
11653
11654
11655 \end_layout
11656
11657 \end_inset
11658 </cell>
11659 </row>
11660 </lyxtabular>
11661
11662 \end_inset
11663
11664
11665 \end_layout
11666
11667 \begin_layout Standard
11668 El comando para la segunda ecuación es: 
11669 \series bold
11670 A
11671 \backslash
11672 {=
11673 \begin_inset Formula $\rightarrow$
11674 \end_inset
11675
11676 B
11677 \series default
11678  
11679 \begin_inset VSpace bigskip
11680 \end_inset
11681
11682
11683 \end_layout
11684
11685 \begin_layout Standard
11686 Para las unidades físicas hacen falta espacios, porque entre el valor y
11687  su unidad se pone un espacio más pequeño que el normal.
11688  Para unidades en el texto se inserta con el menú 
11689 \family sans
11690 Insertar\SpecialChar \menuseparator
11691 Formato\SpecialChar \menuseparator
11692 Espacio
11693 \begin_inset space ~
11694 \end_inset
11695
11696 delgado
11697 \family default
11698  (atajo 
11699 \family sans
11700 Ctrl+Mayúscula+Espacio
11701 \family default
11702 ).
11703 \end_layout
11704
11705 \begin_layout Standard
11706 Un ejemplo para visualizar la diferencia:
11707 \end_layout
11708
11709 \begin_layout Standard
11710 \begin_inset Tabular
11711 <lyxtabular version="3" rows="2" columns="2">
11712 <features>
11713 <column alignment="center" valignment="top" width="0">
11714 <column alignment="left" valignment="top" width="0">
11715 <row>
11716 <cell alignment="center" valignment="top" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 24 kW
11721 \begin_inset Formula $\cdot$
11722 \end_inset
11723
11724 h
11725 \end_layout
11726
11727 \end_inset
11728 </cell>
11729 <cell alignment="center" valignment="top" usebox="none">
11730 \begin_inset Text
11731
11732 \begin_layout Plain Layout
11733 espacio entre valor y unidad 
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 </row>
11739 <row>
11740 <cell alignment="center" valignment="top" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 24
11745 \begin_inset space \thinspace{}
11746 \end_inset
11747
11748 kW
11749 \begin_inset Formula $\cdot$
11750 \end_inset
11751
11752 h
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 <cell alignment="center" valignment="top" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761 espacio delgado entre valor y unidad
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 </row>
11767 </lyxtabular>
11768
11769 \end_inset
11770
11771
11772 \end_layout
11773
11774 \begin_layout Subsection
11775 Espacio variable
11776 \begin_inset ERT
11777 status collapsed
11778
11779 \begin_layout Plain Layout
11780
11781
11782 \backslash
11783 texorpdfstring{
11784 \end_layout
11785
11786 \end_inset
11787
11788
11789 \begin_inset Foot
11790 status collapsed
11791
11792 \begin_layout Plain Layout
11793 Para espacio vertical en ecuaciones véase 
11794 \begin_inset CommandInset ref
11795 LatexCommand ref
11796 reference "sub:Separación-de-líneas"
11797
11798 \end_inset
11799
11800
11801 \end_layout
11802
11803 \end_inset
11804
11805
11806 \begin_inset ERT
11807 status collapsed
11808
11809 \begin_layout Plain Layout
11810
11811 }{}
11812 \end_layout
11813
11814 \end_inset
11815
11816
11817 \begin_inset Note Note
11818 status collapsed
11819
11820 \begin_layout Plain Layout
11821
11822 \backslash
11823 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11824  PDF.
11825 \end_layout
11826
11827 \begin_layout Plain Layout
11828 Más sobre 
11829 \backslash
11830 texorpdfstring en la sección 
11831 \begin_inset CommandInset ref
11832 LatexCommand ref
11833 reference "sub:Ecuaciones-en-encabezados"
11834
11835 \end_inset
11836
11837 .
11838 \end_layout
11839
11840 \end_inset
11841
11842
11843 \begin_inset CommandInset label
11844 LatexCommand label
11845 name "sub:Espacio-variable"
11846
11847 \end_inset
11848
11849
11850 \begin_inset Index
11851 status collapsed
11852
11853 \begin_layout Plain Layout
11854 Espacio ! horizontal ! variable
11855 \end_layout
11856
11857 \end_inset
11858
11859
11860 \end_layout
11861
11862 \begin_layout Standard
11863 En LyX se puede insertar espacio con una longitud definida con el comando
11864  
11865 \series bold
11866
11867 \backslash
11868 hspace
11869 \series default
11870
11871 \begin_inset Index
11872 status collapsed
11873
11874 \begin_layout Plain Layout
11875 Comandos ! H ! 
11876 \backslash
11877 hspace
11878 \end_layout
11879
11880 \end_inset
11881
11882 .
11883  Aparece un 
11884 \begin_inset Quotes fld
11885 \end_inset
11886
11887
11888 \color black
11889
11890 \begin_inset ERT
11891 status collapsed
11892
11893 \begin_layout Plain Layout
11894
11895
11896 \backslash
11897 spce 
11898 \end_layout
11899
11900 \end_inset
11901
11902
11903 \color inherit
11904
11905 \begin_inset Quotes frd
11906 \end_inset
11907
11908  largo.
11909  La longitud se puede ajustar haciendo clic izquierdo sobre el 
11910 \begin_inset Quotes fld
11911 \end_inset
11912
11913
11914 \color black
11915
11916 \begin_inset ERT
11917 status collapsed
11918
11919 \begin_layout Plain Layout
11920
11921
11922 \backslash
11923 spce 
11924 \end_layout
11925
11926 \end_inset
11927
11928
11929 \color inherit
11930
11931 \begin_inset Quotes frd
11932 \end_inset
11933
11934 .
11935  La longitud también puede ser negativa.
11936  Para insertar en una ecuación tanto espacio como esté disponible se usa
11937  el comando 
11938 \series bold
11939
11940 \backslash
11941 hfill
11942 \series default
11943
11944 \begin_inset Index
11945 status collapsed
11946
11947 \begin_layout Plain Layout
11948 Comandos ! H ! 
11949 \backslash
11950 hfill
11951 \end_layout
11952
11953 \end_inset
11954
11955 .
11956 \begin_inset VSpace -1mm
11957 \end_inset
11958
11959
11960 \end_layout
11961
11962 \begin_layout Standard
11963 \noindent
11964 \align center
11965 \begin_inset Tabular
11966 <lyxtabular version="3" rows="4" columns="2">
11967 <features>
11968 <column alignment="center" valignment="top" width="0">
11969 <column alignment="center" valignment="top" width="0">
11970 <row>
11971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975 Comando (
11976 \backslash
11977 hspace longitud)
11978 \end_layout
11979
11980 \end_inset
11981 </cell>
11982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11983 \begin_inset Text
11984
11985 \begin_layout Plain Layout
11986 Resultado
11987 \end_layout
11988
11989 \end_inset
11990 </cell>
11991 </row>
11992 <row>
11993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11994 \begin_inset Text
11995
11996 \begin_layout Plain Layout
11997 A=B
11998 \backslash
11999 hspace
12000 \begin_inset ERT
12001 status collapsed
12002
12003 \begin_layout Plain Layout
12004
12005
12006 \backslash
12007 spce 
12008 \end_layout
12009
12010 \end_inset
12011
12012
12013 \begin_inset Formula $\to$
12014 \end_inset
12015
12016 A
12017 \backslash
12018 not=C (3
12019 \begin_inset space \thinspace{}
12020 \end_inset
12021
12022 cm)
12023 \end_layout
12024
12025 \end_inset
12026 </cell>
12027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12028 \begin_inset Text
12029
12030 \begin_layout Plain Layout
12031 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12032 \end_inset
12033
12034
12035 \end_layout
12036
12037 \end_inset
12038 </cell>
12039 </row>
12040 <row>
12041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12042 \begin_inset Text
12043
12044 \begin_layout Plain Layout
12045 A
12046 \backslash
12047 hspace
12048 \begin_inset ERT
12049 status collapsed
12050
12051 \begin_layout Plain Layout
12052
12053
12054 \backslash
12055 spce 
12056 \end_layout
12057
12058 \end_inset
12059
12060
12061 \begin_inset Formula $\to$
12062 \end_inset
12063
12064 A
12065 \backslash
12066 not=A (-1
12067 \begin_inset space \thinspace{}
12068 \end_inset
12069
12070 mm)
12071 \end_layout
12072
12073 \end_inset
12074 </cell>
12075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12076 \begin_inset Text
12077
12078 \begin_layout Plain Layout
12079 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12080 \end_inset
12081
12082
12083 \end_layout
12084
12085 \end_inset
12086 </cell>
12087 </row>
12088 <row>
12089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12090 \begin_inset Text
12091
12092 \begin_layout Plain Layout
12093 A=A
12094 \backslash
12095 hfill
12096 \begin_inset ERT
12097 status collapsed
12098
12099 \begin_layout Plain Layout
12100
12101
12102 \backslash
12103 spce 
12104 \end_layout
12105
12106 \end_inset
12107
12108 B=B
12109 \end_layout
12110
12111 \end_inset
12112 </cell>
12113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117 \begin_inset Formula $A=A\hfill B=B$
12118 \end_inset
12119
12120
12121 \end_layout
12122
12123 \end_inset
12124 </cell>
12125 </row>
12126 </lyxtabular>
12127
12128 \end_inset
12129
12130
12131 \end_layout
12132
12133 \begin_layout Standard
12134 En el último ejemplo el espacio disponible viene dado por la entrada más
12135  larga de columna en la tabla.
12136  En una ecuación en línea el espacio depende de la longitud de la línea
12137  en la que se inserta 
12138 \series bold
12139
12140 \backslash
12141 hfill
12142 \series default
12143 .
12144  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12145  
12146 \series bold
12147
12148 \backslash
12149 hfill
12150 \series default
12151  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12152 \series bold
12153 Sangrado
12154 \series default
12155 .
12156  (Los estilos de ecuaciones se explican en
12157 \begin_inset space ~
12158 \end_inset
12159
12160
12161 \begin_inset CommandInset ref
12162 LatexCommand ref
12163 reference "sec:Estilos-de-ecuación"
12164
12165 \end_inset
12166
12167 ).
12168 \end_layout
12169
12170 \begin_layout Standard
12171 Además de 
12172 \series bold
12173
12174 \backslash
12175 hfill
12176 \series default
12177  hay los comandos 
12178 \series bold
12179
12180 \backslash
12181 dotfill
12182 \series default
12183  y 
12184 \series bold
12185
12186 \backslash
12187 hrulefill
12188 \series default
12189  que llenan el espacio con un patrón, véase un ejemplo en
12190 \begin_inset space ~
12191 \end_inset
12192
12193
12194 \begin_inset CommandInset ref
12195 LatexCommand ref
12196 reference "sub:Puntos"
12197
12198 \end_inset
12199
12200 .
12201 \end_layout
12202
12203 \begin_layout Standard
12204 Para texto se puede insertar espacio variable con el menú 
12205 \family sans
12206 Insertar\SpecialChar \menuseparator
12207 Formato\SpecialChar \menuseparator
12208 Espacio
12209 \begin_inset space ~
12210 \end_inset
12211
12212 horizontal
12213 \family default
12214 :
12215 \end_layout
12216
12217 \begin_layout Standard
12218 En esta línea hay un espacio
12219 \begin_inset space \hspace{}
12220 \length 2cm
12221 \end_inset
12222
12223 de 2
12224 \begin_inset space \thinspace{}
12225 \end_inset
12226
12227 cm.
12228 \end_layout
12229
12230 \begin_layout Standard
12231 En esta línea hay un
12232 \begin_inset space \hfill{}
12233 \end_inset
12234
12235 espacio máximo.
12236 \end_layout
12237
12238 \begin_layout Subsection
12239 Espacio adicional en ecuaciones en línea
12240 \begin_inset Index
12241 status collapsed
12242
12243 \begin_layout Plain Layout
12244 Espacio ! adicional en línea
12245 \end_layout
12246
12247 \end_inset
12248
12249
12250 \end_layout
12251
12252 \begin_layout Standard
12253 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12254  
12255 \series bold
12256
12257 \backslash
12258 mathsurround
12259 \begin_inset Index
12260 status collapsed
12261
12262 \begin_layout Plain Layout
12263 Comandos ! M ! 
12264 \backslash
12265 mathsurround
12266 \end_layout
12267
12268 \end_inset
12269
12270
12271 \series default
12272 .
12273  El valor de una longitud se establece con el comando 
12274 \series bold
12275
12276 \backslash
12277 setlength
12278 \series default
12279
12280 \begin_inset Index
12281 status collapsed
12282
12283 \begin_layout Plain Layout
12284 Comandos ! S ! 
12285 \backslash
12286 setlength
12287 \end_layout
12288
12289 \end_inset
12290
12291  según el siguiente esquema:
12292 \end_layout
12293
12294 \begin_layout Standard
12295
12296 \series bold
12297
12298 \backslash
12299 setlength{nombre de la longitud}{valor}
12300 \end_layout
12301
12302 \begin_layout Standard
12303 Para poner a 
12304 \series bold
12305
12306 \backslash
12307 mathsurround
12308 \series default
12309  un valor de 5
12310 \begin_inset space \thinspace{}
12311 \end_inset
12312
12313 mm, se inserta el comando
12314 \end_layout
12315
12316 \begin_layout Standard
12317
12318 \series bold
12319
12320 \backslash
12321 setlength{
12322 \backslash
12323 mathsurround}{5mm}
12324 \end_layout
12325
12326 \begin_layout Standard
12327 en modo TeX.
12328  Se establecerá un espacio de 5
12329 \begin_inset space \thinspace{}
12330 \end_inset
12331
12332 mm alrededor de todas las ecuaciones en línea:
12333 \begin_inset ERT
12334 status collapsed
12335
12336 \begin_layout Plain Layout
12337
12338
12339 \backslash
12340 setlength{
12341 \backslash
12342 mathsurround}{5mm}
12343 \end_layout
12344
12345 \end_inset
12346
12347
12348 \end_layout
12349
12350 \begin_layout Standard
12351 En esta línea hay una ecuación 
12352 \begin_inset Formula $A=B$
12353 \end_inset
12354
12355  rodeada por espacios de 5
12356 \begin_inset space \thinspace{}
12357 \end_inset
12358
12359 mm.
12360 \begin_inset ERT
12361 status collapsed
12362
12363 \begin_layout Plain Layout
12364
12365
12366 \backslash
12367 setlength{
12368 \backslash
12369 mathsurround}{0mm}
12370 \end_layout
12371
12372 \end_inset
12373
12374
12375 \end_layout
12376
12377 \begin_layout Standard
12378 Para volver al espacio predeterminado, 
12379 \series bold
12380
12381 \backslash
12382 mathsurround
12383 \series default
12384  se restablece al valor 0
12385 \begin_inset space \thinspace{}
12386 \end_inset
12387
12388 pt.
12389 \end_layout
12390
12391 \begin_layout Section
12392 Cuadros y marcos
12393 \begin_inset Index
12394 status collapsed
12395
12396 \begin_layout Plain Layout
12397 Marcos
12398 \end_layout
12399
12400 \end_inset
12401
12402
12403 \begin_inset Index
12404 status collapsed
12405
12406 \begin_layout Plain Layout
12407 Marcos|see
12408 \begin_inset ERT
12409 status collapsed
12410
12411 \begin_layout Plain Layout
12412
12413 {
12414 \end_layout
12415
12416 \end_inset
12417
12418 Cuadros
12419 \begin_inset ERT
12420 status collapsed
12421
12422 \begin_layout Plain Layout
12423
12424 }
12425 \end_layout
12426
12427 \end_inset
12428
12429
12430 \end_layout
12431
12432 \end_inset
12433
12434
12435 \end_layout
12436
12437 \begin_layout Standard
12438 Los cuadros para texto se describen en el capítulo 
12439 \emph on
12440 Cuadros
12441 \emph default
12442  del manual 
12443 \emph on
12444 Objetos insertados
12445 \emph default
12446 .
12447 \end_layout
12448
12449 \begin_layout Subsection
12450 Cuadros con marco
12451 \begin_inset CommandInset label
12452 LatexCommand label
12453 name "sub:Cuadros-con-marco"
12454
12455 \end_inset
12456
12457
12458 \begin_inset Index
12459 status collapsed
12460
12461 \begin_layout Plain Layout
12462 Cuadros ! con marco
12463 \end_layout
12464
12465 \end_inset
12466
12467
12468 \end_layout
12469
12470 \begin_layout Standard
12471 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12472 \series bold
12473
12474 \backslash
12475 fbox
12476 \series default
12477
12478 \begin_inset Index
12479 status collapsed
12480
12481 \begin_layout Plain Layout
12482 Comandos ! F ! 
12483 \backslash
12484 fbox
12485 \end_layout
12486
12487 \end_inset
12488
12489  y 
12490 \series bold
12491
12492 \backslash
12493 boxed
12494 \series default
12495
12496 \begin_inset Index
12497 status collapsed
12498
12499 \begin_layout Plain Layout
12500 Comandos ! B ! 
12501 \backslash
12502 boxed
12503 \end_layout
12504
12505 \end_inset
12506
12507 .
12508 \end_layout
12509
12510 \begin_layout Standard
12511 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12512  azul en un marco donde se introduce parte de una ecuación.
12513  Para 
12514 \series bold
12515
12516 \backslash
12517 fbox
12518 \series default
12519  hay que generar una ecuación adicional con 
12520 \family sans
12521 Ctrl+M
12522 \family default
12523  dentro del recuadro,
12524 \begin_inset Foot
12525 status collapsed
12526
12527 \begin_layout Plain Layout
12528 Debido a un fallo de LyX, 
12529 \begin_inset CommandInset href
12530 LatexCommand href
12531 name "LyX-bug #1435"
12532 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12533
12534 \end_inset
12535
12536 , no es posible crear una nueva ecuación con 
12537 \family sans
12538 Ctrl+M
12539 \family default
12540 .
12541 \end_layout
12542
12543 \end_inset
12544
12545  porque si no el contenido del mismo sería considerado texto matemático.
12546  Si se usa 
12547 \series bold
12548
12549 \backslash
12550 boxed
12551 \series default
12552  la nueva ecuación se genera automáticamente dentro del marco.
12553 \end_layout
12554
12555 \begin_layout Standard
12556 El comando 
12557 \series bold
12558
12559 \backslash
12560 fbox
12561 \series default
12562  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12563  ecuación tendría siempre el tamaño del texto.
12564  Por otra parte, 
12565 \series bold
12566
12567 \backslash
12568 fboxed
12569 \series default
12570  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12571  siempre el tamaño de una ecuación presentada.
12572 \end_layout
12573
12574 \begin_layout Standard
12575 El comando 
12576 \series bold
12577
12578 \backslash
12579 framebox
12580 \series default
12581
12582 \begin_inset Index
12583 status collapsed
12584
12585 \begin_layout Plain Layout
12586 Comandos ! F ! 
12587 \backslash
12588 framebox
12589 \end_layout
12590
12591 \end_inset
12592
12593  es una extensión de 
12594 \series bold
12595
12596 \backslash
12597 fbox
12598 \series default
12599 , que permite especificar además la anchura del marco yla alineación.
12600  
12601 \series bold
12602
12603 \backslash
12604 framebox
12605 \series default
12606  se usa con el siguiente esquema: 
12607 \end_layout
12608
12609 \begin_layout Standard
12610
12611 \series bold
12612
12613 \backslash
12614 framebox[anchura del marco][posición]{contenido del cuadro}
12615 \end_layout
12616
12617 \begin_layout Standard
12618 La posición puede ser 
12619 \emph on
12620 l
12621 \emph default
12622  o 
12623 \emph on
12624 r
12625 \emph default
12626
12627 \emph on
12628 l
12629 \emph default
12630  alinea la ecuación a la izquierda del cuadro, 
12631 \emph on
12632 r
12633 \emph default
12634  la alinea a la derecha.
12635  Si no se da posición la ecuación será centrada.
12636 \begin_inset Newline newline
12637 \end_inset
12638
12639 Si no se pone anchura tampoco puede darse posición.
12640  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12641  con 
12642 \series bold
12643
12644 \backslash
12645 fbox
12646 \series default
12647 .
12648  
12649 \end_layout
12650
12651 \begin_layout Standard
12652 Cuando se inserta el comando 
12653 \series bold
12654
12655 \backslash
12656 framebox
12657 \series default
12658  aparece un recuadro con tres marcos azules.
12659  Los dos primeros marcos están encerrados entre corchetes e indican los
12660  dos argumentos opcionales.
12661  El tercer marco es para partes de la ecuación, como para 
12662 \series bold
12663
12664 \backslash
12665 fbox
12666 \series default
12667 .
12668 \end_layout
12669
12670 \begin_layout Standard
12671 \noindent
12672 \align center
12673 \begin_inset Note Note
12674 status collapsed
12675
12676 \begin_layout Plain Layout
12677 La tabla se ha puesto en una minipágina para que aparezca la nota al pie.
12678  De lo contrario el texto de la nota no se mostraría.
12679 \end_layout
12680
12681 \end_inset
12682
12683
12684 \begin_inset Box Frameless
12685 position "t"
12686 hor_pos "c"
12687 has_inner_box 1
12688 inner_pos "t"
12689 use_parbox 0
12690 width "100col%"
12691 special "none"
12692 height "1in"
12693 height_special "totalheight"
12694 status open
12695
12696 \begin_layout Plain Layout
12697 \align center
12698 \begin_inset Tabular
12699 <lyxtabular version="3" rows="5" columns="2">
12700 <features>
12701 <column alignment="center" valignment="top" width="0">
12702 <column alignment="center" valignment="top" width="0">
12703 <row>
12704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12705 \begin_inset Text
12706
12707 \begin_layout Plain Layout
12708 Comando
12709 \begin_inset Foot
12710 status collapsed
12711
12712 \begin_layout Plain Layout
12713 Debido a un fallo de LyX, 
12714 \begin_inset CommandInset href
12715 LatexCommand href
12716 name "LyX-bug #1435"
12717 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12718
12719 \end_inset
12720
12721 , no es posible crear una nueva ecuación con 
12722 \family sans
12723 Ctrl+M
12724 \family default
12725 .
12726  
12727 \end_layout
12728
12729 \end_inset
12730
12731
12732 \end_layout
12733
12734 \end_inset
12735 </cell>
12736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12737 \begin_inset Text
12738
12739 \begin_layout Plain Layout
12740 Resultado
12741 \begin_inset Note Note
12742 status collapsed
12743
12744 \begin_layout Plain Layout
12745
12746 \series bold
12747
12748 \backslash
12749 raisebox
12750 \series default
12751  se usa sólo como espaciador
12752 \end_layout
12753
12754 \end_inset
12755
12756
12757 \end_layout
12758
12759 \end_inset
12760 </cell>
12761 </row>
12762 <row>
12763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Plain Layout
12767
12768 \backslash
12769 fbox
12770 \begin_inset ERT
12771 status collapsed
12772
12773 \begin_layout Plain Layout
12774
12775
12776 \backslash
12777 spce 
12778 \end_layout
12779
12780 \end_inset
12781
12782
12783 \family sans
12784 Ctrl+M
12785 \family default
12786  
12787 \backslash
12788 int
12789 \begin_inset ERT
12790 status collapsed
12791
12792 \begin_layout Plain Layout
12793
12794
12795 \backslash
12796 spce 
12797 \end_layout
12798
12799 \end_inset
12800
12801 A=B
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12807 \begin_inset Text
12808
12809 \begin_layout Plain Layout
12810 \begin_inset Formula $\raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}$
12811 \end_inset
12812
12813
12814 \end_layout
12815
12816 \end_inset
12817 </cell>
12818 </row>
12819 <row>
12820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12821 \begin_inset Text
12822
12823 \begin_layout Plain Layout
12824
12825 \backslash
12826 boxed
12827 \begin_inset ERT
12828 status collapsed
12829
12830 \begin_layout Plain Layout
12831
12832
12833 \backslash
12834 spce 
12835 \end_layout
12836
12837 \end_inset
12838
12839
12840 \backslash
12841 int
12842 \begin_inset ERT
12843 status collapsed
12844
12845 \begin_layout Plain Layout
12846
12847
12848 \backslash
12849 spce 
12850 \end_layout
12851
12852 \end_inset
12853
12854 A=B
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12864 \end_inset
12865
12866
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 </row>
12872 <row>
12873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12874 \begin_inset Text
12875
12876 \begin_layout Plain Layout
12877 A+
12878 \backslash
12879 fbox
12880 \begin_inset ERT
12881 status collapsed
12882
12883 \begin_layout Plain Layout
12884
12885
12886 \backslash
12887 spce 
12888 \end_layout
12889
12890 \end_inset
12891
12892 B
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12902 \end_inset
12903
12904
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 </row>
12910 <row>
12911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915
12916 \backslash
12917 framebox
12918 \begin_inset ERT
12919 status collapsed
12920
12921 \begin_layout Plain Layout
12922
12923
12924 \backslash
12925 spce 
12926 \end_layout
12927
12928 \end_inset
12929
12930 20mm
12931 \begin_inset Formula $\to$
12932 \end_inset
12933
12934
12935 \begin_inset Formula $\to$
12936 \end_inset
12937
12938
12939 \family sans
12940 Ctrl+M
12941 \family default
12942  
12943 \backslash
12944 frac
12945 \begin_inset ERT
12946 status collapsed
12947
12948 \begin_layout Plain Layout
12949
12950
12951 \backslash
12952 spce 
12953 \end_layout
12954
12955 \end_inset
12956
12957 A
12958 \begin_inset Formula $\downarrow$
12959 \end_inset
12960
12961 B
12962 \end_layout
12963
12964 \end_inset
12965 </cell>
12966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Plain Layout
12970 \begin_inset Formula $\raisebox{6mm}{}$
12971 \end_inset
12972
12973
12974 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12975 \end_inset
12976
12977
12978 \begin_inset Formula $\raisebox{-4mm}{}$
12979 \end_inset
12980
12981
12982 \end_layout
12983
12984 \end_inset
12985 </cell>
12986 </row>
12987 </lyxtabular>
12988
12989 \end_inset
12990
12991
12992 \end_layout
12993
12994 \end_inset
12995
12996
12997 \end_layout
12998
12999 \begin_layout Standard
13000 El grosor del marco también se puede ajustar.
13001  Para ello hay que insertar los siguientes comandos en modo TeX antes de
13002  la fórmula:
13003 \end_layout
13004
13005 \begin_layout Standard
13006
13007 \series bold
13008
13009 \backslash
13010 fboxrule
13011 \series default
13012  
13013 \series bold
13014
13015 \begin_inset Quotes fld
13016 \end_inset
13017
13018 grosor
13019 \begin_inset Quotes frd
13020 \end_inset
13021
13022
13023 \series default
13024  
13025 \series bold
13026
13027 \backslash
13028 fboxsep
13029 \series default
13030  
13031 \series bold
13032
13033 \begin_inset Quotes fld
13034 \end_inset
13035
13036 distancia
13037 \begin_inset Quotes frd
13038 \end_inset
13039
13040
13041 \end_layout
13042
13043 \begin_layout Standard
13044 \begin_inset Quotes fld
13045 \end_inset
13046
13047 distancia
13048 \begin_inset Quotes frd
13049 \end_inset
13050
13051  especifica la distancia mínima entre el marco y el primer carácter en el
13052  cuadro.
13053  Un ejemplo de esto es la siguiente ecuación enmarcada:
13054 \begin_inset ERT
13055 status collapsed
13056
13057 \begin_layout Plain Layout
13058
13059
13060 \backslash
13061 fboxrule 2mm 
13062 \backslash
13063 fboxsep 3mm
13064 \end_layout
13065
13066 \end_inset
13067
13068
13069 \begin_inset Formula \[
13070 \boxed{A+B=C}\]
13071
13072 \end_inset
13073
13074
13075 \end_layout
13076
13077 \begin_layout Standard
13078 Delante de esta ecuación se han insertado los comandos
13079 \end_layout
13080
13081 \begin_layout Standard
13082
13083 \series bold
13084
13085 \backslash
13086 fboxrule
13087 \series default
13088  
13089 \series bold
13090 2mm
13091 \series default
13092  
13093 \series bold
13094
13095 \backslash
13096 fboxsep
13097 \series default
13098  
13099 \series bold
13100 3mm
13101 \end_layout
13102
13103 \begin_layout Standard
13104 en modo TeX.
13105  Los valores dados se usan para todos los cuadros siguientes.
13106 \end_layout
13107
13108 \begin_layout Standard
13109 Para volver al tamaño estándar del marco se inserta el comando
13110 \end_layout
13111
13112 \begin_layout Standard
13113
13114 \series bold
13115
13116 \backslash
13117 fboxrule
13118 \series default
13119  
13120 \series bold
13121 0.4pt
13122 \series default
13123  
13124 \series bold
13125
13126 \backslash
13127 fboxsep
13128 \series default
13129  
13130 \series bold
13131 3pt
13132 \series default
13133
13134 \begin_inset ERT
13135 status collapsed
13136
13137 \begin_layout Plain Layout
13138
13139
13140 \backslash
13141 fboxrule 0.4pt 
13142 \backslash
13143 fboxsep 3pt
13144 \end_layout
13145
13146 \end_inset
13147
13148
13149 \end_layout
13150
13151 \begin_layout Standard
13152 en modo TeX antes de la ecuación siguiente.
13153 \end_layout
13154
13155 \begin_layout Subsection
13156 Cuadros sin marco
13157 \begin_inset CommandInset label
13158 LatexCommand label
13159 name "sub:Cuadros-sin-marco"
13160
13161 \end_inset
13162
13163
13164 \begin_inset Index
13165 status collapsed
13166
13167 \begin_layout Plain Layout
13168 Cuadros ! sin marco
13169 \end_layout
13170
13171 \end_inset
13172
13173
13174 \end_layout
13175
13176 \begin_layout Standard
13177 Para cuadros sin marco hay los comandos: 
13178 \series bold
13179
13180 \backslash
13181 mbox
13182 \series default
13183
13184 \begin_inset Index
13185 status collapsed
13186
13187 \begin_layout Plain Layout
13188 Comandos ! M ! 
13189 \backslash
13190 mbox
13191 \end_layout
13192
13193 \end_inset
13194
13195
13196 \series bold
13197
13198 \backslash
13199 makebox
13200 \series default
13201
13202 \begin_inset Index
13203 status collapsed
13204
13205 \begin_layout Plain Layout
13206 Comandos ! M ! 
13207 \backslash
13208 makebox
13209 \end_layout
13210
13211 \end_inset
13212
13213  y 
13214 \series bold
13215
13216 \backslash
13217 raisebox
13218 \series default
13219
13220 \begin_inset Index
13221 status collapsed
13222
13223 \begin_layout Plain Layout
13224 Comandos ! R ! 
13225 \backslash
13226 raisebox
13227 \end_layout
13228
13229 \end_inset
13230
13231 .
13232 \end_layout
13233
13234 \begin_layout Standard
13235 Con 
13236 \series bold
13237
13238 \backslash
13239 raisebox
13240 \series default
13241  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13242  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13243  
13244 \series bold
13245
13246 \backslash
13247 raisebox
13248 \series default
13249  se usa con el siguiente esquema: 
13250 \end_layout
13251
13252 \begin_layout Standard
13253
13254 \series bold
13255
13256 \backslash
13257 raisebox{altura}{contenido del marco}
13258 \end_layout
13259
13260 \begin_layout Standard
13261 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13262  extra, como con 
13263 \series bold
13264
13265 \backslash
13266 fbox
13267 \series default
13268 .
13269 \end_layout
13270
13271 \begin_layout Standard
13272 \align center
13273 \begin_inset Tabular
13274 <lyxtabular version="3" rows="4" columns="2">
13275 <features>
13276 <column alignment="center" valignment="top" width="0">
13277 <column alignment="center" valignment="top" width="0">
13278 <row>
13279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 Comando
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13289 \begin_inset Text
13290
13291 \begin_layout Plain Layout
13292 Resultado
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 </row>
13298 <row>
13299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 H
13304 \backslash
13305 raisebox{2mm
13306 \begin_inset Formula $\to$
13307 \end_inset
13308
13309
13310 \backslash
13311 {al
13312 \begin_inset Formula $\to$
13313 \end_inset
13314
13315  lo
13316 \end_layout
13317
13318 \end_inset
13319 </cell>
13320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13325 \end_inset
13326
13327
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 </row>
13333 <row>
13334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 H
13339 \backslash
13340 raisebox{-2mm
13341 \begin_inset Formula $\to$
13342 \end_inset
13343
13344
13345 \backslash
13346 {al
13347 \begin_inset Formula $\to$
13348 \end_inset
13349
13350 lo
13351 \end_layout
13352
13353 \end_inset
13354 </cell>
13355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13360 \end_inset
13361
13362
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 </row>
13368 <row>
13369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Plain Layout
13373 A=
13374 \backslash
13375 raisebox{-2mm
13376 \begin_inset Formula $\to$
13377 \end_inset
13378
13379
13380 \backslash
13381 {
13382 \family sans
13383 Ctrl+M
13384 \family default
13385  
13386 \backslash
13387 sqrt
13388 \begin_inset ERT
13389 status collapsed
13390
13391 \begin_layout Plain Layout
13392
13393
13394 \backslash
13395 spce 
13396 \end_layout
13397
13398 \end_inset
13399
13400
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Plain Layout
13409 \begin_inset ERT
13410 status collapsed
13411
13412 \begin_layout Plain Layout
13413
13414 $A=
13415 \backslash
13416 raisebox{-2mm}{$
13417 \backslash
13418 sqrt{B}$}$
13419 \end_layout
13420
13421 \end_inset
13422
13423
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 </row>
13429 </lyxtabular>
13430
13431 \end_inset
13432
13433
13434 \end_layout
13435
13436 \begin_layout Standard
13437 La última ecuación sólo se puede componer, de momento, usando el modo TeX
13438  porque LyX inserta un cuadro en lugar de la ecuación extra que hace falta.
13439 \begin_inset Foot
13440 status collapsed
13441
13442 \begin_layout Plain Layout
13443 véase 
13444 \begin_inset CommandInset href
13445 LatexCommand href
13446 name "LyX-bug #1435"
13447 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13448
13449 \end_inset
13450
13451
13452 \end_layout
13453
13454 \end_inset
13455
13456
13457 \end_layout
13458
13459 \begin_layout Standard
13460 El comando 
13461 \series bold
13462
13463 \backslash
13464 mbox
13465 \series default
13466  es equivalente a 
13467 \series bold
13468
13469 \backslash
13470 fbox
13471 \series default
13472  y 
13473 \series bold
13474
13475 \backslash
13476 makebox
13477 \series default
13478  es equivalente a 
13479 \series bold
13480
13481 \backslash
13482 framebox
13483 \series default
13484 , con la diferencia de que no hay marco.
13485 \end_layout
13486
13487 \begin_layout Subsection
13488 Cuadros coloreados
13489 \begin_inset CommandInset label
13490 LatexCommand label
13491 name "sub:Cuadros-coloreados"
13492
13493 \end_inset
13494
13495
13496 \begin_inset Index
13497 status collapsed
13498
13499 \begin_layout Plain Layout
13500 Cuadros ! coloreados
13501 \end_layout
13502
13503 \end_inset
13504
13505
13506 \end_layout
13507
13508 \begin_layout Standard
13509 Para poder usar todos los comandos explicados en esta sección hay que cargar
13510  en el preámbulo LaTeX el paquete LaTeX 
13511 \series bold
13512 color
13513 \series default
13514
13515 \begin_inset Foot
13516 status collapsed
13517
13518 \begin_layout Plain Layout
13519 El paquete LaTeX 
13520 \series bold
13521 color
13522 \series default
13523  forma parte de toda distribución LaTeX estándar.
13524 \end_layout
13525
13526 \end_inset
13527
13528
13529 \begin_inset Index
13530 status collapsed
13531
13532 \begin_layout Plain Layout
13533 Paquetes ! color
13534 \end_layout
13535
13536 \end_inset
13537
13538 , con la línea
13539 \begin_inset Foot
13540 status collapsed
13541
13542 \begin_layout Plain Layout
13543 Cuando hay texto coloreado con un color predefinido en alguna parte del
13544  documento, LyX carga automáticamente el paquete LaTeX 
13545 \series bold
13546 color
13547 \series default
13548 .
13549  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13550  origina problemas.
13551 \end_layout
13552
13553 \end_inset
13554
13555
13556 \begin_inset Note Note
13557 status collapsed
13558
13559 \begin_layout Plain Layout
13560 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13561  en el preámbulo LaTeX.
13562 \end_layout
13563
13564 \end_inset
13565
13566
13567 \end_layout
13568
13569 \begin_layout Standard
13570
13571 \series bold
13572
13573 \backslash
13574 usepackage{color}
13575 \begin_inset VSpace medskip
13576 \end_inset
13577
13578
13579 \end_layout
13580
13581 \begin_layout Standard
13582 Para colorear cuadros se usa el comando 
13583 \series bold
13584
13585 \backslash
13586 colorbox
13587 \series default
13588
13589 \begin_inset Index
13590 status collapsed
13591
13592 \begin_layout Plain Layout
13593 Comandos ! C ! 
13594 \backslash
13595 colorbox
13596 \end_layout
13597
13598 \end_inset
13599
13600  con el siguiente esquema:
13601 \end_layout
13602
13603 \begin_layout Standard
13604
13605 \series bold
13606
13607 \backslash
13608 colorbox{color}{contenido del cuadro}
13609 \end_layout
13610
13611 \begin_layout Standard
13612 El contenido del cuadro puede ser otro cuadro, y también un 
13613 \backslash
13614
13615 \series bold
13616 colorbox
13617 \series default
13618  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13619  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13620  como con 
13621 \series bold
13622
13623 \backslash
13624 fbox
13625 \series default
13626 .
13627 \begin_inset Foot
13628 status collapsed
13629
13630 \begin_layout Plain Layout
13631 Esto también se aplica para el comando 
13632 \series bold
13633
13634 \backslash
13635 fcolorbox
13636 \series default
13637 .
13638  Por eso ten en cuenta 
13639 \begin_inset CommandInset href
13640 LatexCommand href
13641 name "LyX-bug #1435"
13642 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13643
13644 \end_inset
13645
13646 .
13647 \end_layout
13648
13649 \end_inset
13650
13651  
13652 \end_layout
13653
13654 \begin_layout Standard
13655 Se puede elegir uno de los siguientes colores predefinidos:
13656 \end_layout
13657
13658 \begin_layout Standard
13659
13660 \series bold
13661 black
13662 \series default
13663
13664 \series bold
13665 blue
13666 \series default
13667
13668 \series bold
13669 cyan
13670 \series default
13671
13672 \series bold
13673 green
13674 \series default
13675
13676 \series bold
13677 magenta
13678 \series default
13679
13680 \series bold
13681 red
13682 \series default
13683
13684 \series bold
13685 white
13686 \series default
13687
13688 \series bold
13689 yellow
13690 \end_layout
13691
13692 \begin_layout Standard
13693 \align center
13694 \begin_inset Tabular
13695 <lyxtabular version="3" rows="4" columns="2">
13696 <features>
13697 <column alignment="center" valignment="top" width="0">
13698 <column alignment="center" valignment="top" width="0">
13699 <row>
13700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13701 \begin_inset Text
13702
13703 \begin_layout Plain Layout
13704 Comando
13705 \end_layout
13706
13707 \end_inset
13708 </cell>
13709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713 Resultado
13714 \begin_inset Note Note
13715 status collapsed
13716
13717 \begin_layout Plain Layout
13718
13719 \series bold
13720
13721 \backslash
13722 raisebox
13723 \series default
13724  se usa sólo como espaciador
13725 \end_layout
13726
13727 \end_inset
13728
13729
13730 \end_layout
13731
13732 \end_inset
13733 </cell>
13734 </row>
13735 <row>
13736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740
13741 \backslash
13742 colorbox{yellow
13743 \begin_inset Formula $\to$
13744 \end_inset
13745
13746
13747 \backslash
13748 {A=B
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13758 \end_inset
13759
13760
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 </row>
13766 <row>
13767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13768 \begin_inset Text
13769
13770 \begin_layout Plain Layout
13771
13772 \backslash
13773 colorbox{green
13774 \begin_inset Formula $\to$
13775 \end_inset
13776
13777
13778 \backslash
13779 {
13780 \backslash
13781 fbox
13782 \begin_inset ERT
13783 status collapsed
13784
13785 \begin_layout Plain Layout
13786
13787
13788 \backslash
13789 spce 
13790 \end_layout
13791
13792 \end_inset
13793
13794 A=B
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13800 \begin_inset Text
13801
13802 \begin_layout Plain Layout
13803 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13804 \end_inset
13805
13806
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 </row>
13812 <row>
13813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13814 \begin_inset Text
13815
13816 \begin_layout Plain Layout
13817
13818 \backslash
13819 fbox
13820 \begin_inset ERT
13821 status collapsed
13822
13823 \begin_layout Plain Layout
13824
13825
13826 \backslash
13827 spce 
13828 \end_layout
13829
13830 \end_inset
13831
13832
13833 \backslash
13834 colorbox{green
13835 \begin_inset Formula $\to$
13836 \end_inset
13837
13838
13839 \backslash
13840 {A=B
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13850 \end_inset
13851
13852
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 </row>
13858 </lyxtabular>
13859
13860 \end_inset
13861
13862
13863 \end_layout
13864
13865 \begin_layout Standard
13866
13867 \series bold
13868
13869 \backslash
13870 colorbox
13871 \series default
13872  sólo colorea el cuadro pero no los caracteres.
13873  Para colorear todos los caracteres se selecciona toda la ecuación y se
13874  elige un color en el diálogo 
13875 \family sans
13876 Estilo
13877 \begin_inset space ~
13878 \end_inset
13879
13880 del
13881 \begin_inset space ~
13882 \end_inset
13883
13884 texto
13885 \family default
13886 .
13887  El diálogo puede abrirse con el botón 
13888 \begin_inset Graphics
13889         filename ../../images/dialog-show_character.png
13890         scale 85
13891
13892 \end_inset
13893
13894  de la barra de herramientas o con el menú 
13895 \family sans
13896 Editar\SpecialChar \menuseparator
13897 Estilo
13898 \begin_inset space ~
13899 \end_inset
13900
13901 del
13902 \begin_inset space ~
13903 \end_inset
13904
13905 texto\SpecialChar \menuseparator
13906 Personalizado
13907 \family default
13908 .
13909  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13910  Si el número de la ecuación debe tener otro color que el de los caracteres
13911  de la ecuación, el color debe cambiarse dentro de la ecuación.
13912 \end_layout
13913
13914 \begin_layout Standard
13915 Un ejemplo:
13916 \color red
13917
13918 \begin_inset Formula \begin{equation}
13919 {\color{red}\int A=B}\label{eq:rojo}\end{equation}
13920
13921 \end_inset
13922
13923
13924 \end_layout
13925
13926 \begin_layout Standard
13927
13928 \color green
13929 \begin_inset Formula \begin{equation}
13930 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}\end{equation}
13931
13932 \end_inset
13933
13934
13935 \end_layout
13936
13937 \begin_layout Standard
13938 La ecuación 
13939 \begin_inset CommandInset ref
13940 LatexCommand eqref
13941 reference "eq:rojo"
13942
13943 \end_inset
13944
13945  está toda coloreada en rojo.
13946 \begin_inset Newline newline
13947 \end_inset
13948
13949 La ecuación 
13950 \begin_inset CommandInset ref
13951 LatexCommand eqref
13952 reference "eq:rojoverde"
13953
13954 \end_inset
13955
13956  se ha coloreado en primer lugar toda en verde para colorear el número de
13957  la ecuación.
13958  Posteriormente se han coloreado en rojo los caracteres.
13959 \family sans
13960
13961 \begin_inset VSpace bigskip
13962 \end_inset
13963
13964
13965 \end_layout
13966
13967 \begin_layout Standard
13968 Para colorear diferente el marco y el resto del cuadro se usa el comando
13969  
13970 \series bold
13971
13972 \backslash
13973 fcolorbox
13974 \series default
13975
13976 \begin_inset Index
13977 status collapsed
13978
13979 \begin_layout Plain Layout
13980 Comandos ! F ! 
13981 \backslash
13982 fcolorbox
13983 \end_layout
13984
13985 \end_inset
13986
13987  con el siguiente esquema:
13988 \end_layout
13989
13990 \begin_layout Standard
13991
13992 \series bold
13993
13994 \backslash
13995 fcolorbox{color del marco}{color}{contenido del cuadro}
13996 \end_layout
13997
13998 \begin_layout Standard
13999 Así pues 
14000 \series bold
14001
14002 \backslash
14003 fcolorbox
14004 \series default
14005  es una extensión del comando 
14006 \series bold
14007
14008 \backslash
14009 colorbox
14010 \series default
14011 .
14012  La anchura del marco se establece, como para 
14013 \series bold
14014
14015 \backslash
14016 framebox
14017 \series default
14018 , con 
14019 \series bold
14020
14021 \backslash
14022 fboxrule
14023 \series default
14024  y 
14025 \series bold
14026
14027 \backslash
14028 fboxsep
14029 \series default
14030 .
14031  Un ejemplo:
14032 \begin_inset ERT
14033 status collapsed
14034
14035 \begin_layout Plain Layout
14036
14037
14038 \backslash
14039 fboxrule 1mm 
14040 \backslash
14041 fboxsep 1mm
14042 \end_layout
14043
14044 \end_inset
14045
14046
14047 \begin_inset Formula \[
14048 \fcolorbox{cyan}{magenta}{A=B}\]
14049
14050 \end_inset
14051
14052
14053 \end_layout
14054
14055 \begin_layout Standard
14056 \begin_inset ERT
14057 status collapsed
14058
14059 \begin_layout Plain Layout
14060
14061
14062 \backslash
14063 fboxrule 0.4pt 
14064 \backslash
14065 fboxsep 3pt
14066 \end_layout
14067
14068 \end_inset
14069
14070
14071 \end_layout
14072
14073 \begin_layout Standard
14074 Esta ecuación se ha compuesto con el comando
14075 \begin_inset Newline newline
14076 \end_inset
14077
14078
14079 \series bold
14080
14081 \backslash
14082 fcolorbox{cyan
14083 \begin_inset Formula $\to$
14084 \end_inset
14085
14086
14087 \backslash
14088 {magenta
14089 \begin_inset Formula $\to$
14090 \end_inset
14091
14092
14093 \backslash
14094 {A=B
14095 \end_layout
14096
14097 \begin_layout Standard
14098 \begin_inset VSpace bigskip
14099 \end_inset
14100
14101
14102 \end_layout
14103
14104 \begin_layout Standard
14105 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14106 \end_layout
14107
14108 \begin_layout Standard
14109 Por ejemplo, se puede definir el color 
14110 \begin_inset Quotes fld
14111 \end_inset
14112
14113
14114 \series bold
14115 verdeoscuro
14116 \series default
14117
14118 \begin_inset Quotes frd
14119 \end_inset
14120
14121  con la línea de preámbulo LaTeX:
14122 \end_layout
14123
14124 \begin_layout Standard
14125
14126 \series bold
14127
14128 \backslash
14129 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14130 \series default
14131
14132 \begin_inset Index
14133 status collapsed
14134
14135 \begin_layout Plain Layout
14136 Comandos ! D ! 
14137 \backslash
14138 definecolor
14139 \end_layout
14140
14141 \end_inset
14142
14143
14144 \end_layout
14145
14146 \begin_layout Standard
14147
14148 \series bold
14149 cmyk
14150 \series default
14151  es el espacio de color referido a los colores 
14152 \series bold
14153 cyan
14154 \series default
14155
14156 \series bold
14157 magenta
14158 \series default
14159
14160 \series bold
14161 yellow
14162 \series default
14163  y 
14164 \series bold
14165 black
14166 \series default
14167 .
14168  Los cuatro números separados por coma son el factor de cuota para los colores
14169  correspondientes del espacio de color.
14170  Los factores pueden estar en el rango 0-1.
14171  En vez de 
14172 \series bold
14173 cmyk
14174 \series default
14175  se puede usar el espacio de color 
14176 \series bold
14177 rgb
14178 \series default
14179 , que se refiere a 
14180 \series bold
14181 red
14182 \series default
14183
14184 \series bold
14185 green
14186 \series default
14187  y 
14188 \series bold
14189 blue
14190 \series default
14191 , así pues en este caso hay tres factores de cuota para los correspondientes
14192  colores.
14193  Además hay el espacio de color 
14194 \series bold
14195 gray
14196 \series default
14197  con un factor de cuota para el valor gris.
14198 \end_layout
14199
14200 \begin_layout Standard
14201 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14202 \series bold
14203 verdeoscuro
14204 \series default
14205  y los caracteres en color amarillo:
14206 \color black
14207
14208 \begin_inset Formula \begin{equation}
14209 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14210
14211 \end_inset
14212
14213
14214 \end_layout
14215
14216 \begin_layout Standard
14217 Los colores personalizados también se pueden usar para texto con la ayuda
14218  del comando 
14219 \series bold
14220
14221 \backslash
14222 textcolor
14223 \series default
14224
14225 \begin_inset Index
14226 status collapsed
14227
14228 \begin_layout Plain Layout
14229 Texto ! coloreado
14230 \end_layout
14231
14232 \end_inset
14233
14234
14235 \end_layout
14236
14237 \begin_layout Standard
14238 \begin_inset ERT
14239 status collapsed
14240
14241 \begin_layout Plain Layout
14242
14243
14244 \backslash
14245 textcolor{verdeoscuro}{
14246 \end_layout
14247
14248 \end_inset
14249
14250 Esta frase en 
14251 \begin_inset Quotes fld
14252 \end_inset
14253
14254 verdeoscuro
14255 \begin_inset Quotes frd
14256 \end_inset
14257
14258 .
14259 \begin_inset ERT
14260 status collapsed
14261
14262 \begin_layout Plain Layout
14263
14264 }
14265 \end_layout
14266
14267 \end_inset
14268
14269
14270 \end_layout
14271
14272 \begin_layout Standard
14273
14274 \series bold
14275
14276 \backslash
14277 textcolor
14278 \series default
14279
14280 \begin_inset Index
14281 status collapsed
14282
14283 \begin_layout Plain Layout
14284 Comandos ! T ! 
14285 \backslash
14286 textcolor
14287 \end_layout
14288
14289 \end_inset
14290
14291  se usa con el esquema 
14292 \series bold
14293
14294 \backslash
14295 textcolor{color}{caracteres a colorear}
14296 \series default
14297 .
14298 \end_layout
14299
14300 \begin_layout Subsection
14301 Cuadros de párrafo
14302 \begin_inset CommandInset label
14303 LatexCommand label
14304 name "sub:Cuadros-de-párrafo"
14305
14306 \end_inset
14307
14308
14309 \begin_inset Index
14310 status collapsed
14311
14312 \begin_layout Plain Layout
14313 Cuadros ! para párrafos
14314 \end_layout
14315
14316 \end_inset
14317
14318
14319 \end_layout
14320
14321 \begin_layout Standard
14322 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14323  de párrafo (parbox), se puede generar con el menú 
14324 \family sans
14325 Insertar\SpecialChar \menuseparator
14326 Cuadro
14327 \family default
14328  o con el botón 
14329 \begin_inset Graphics
14330         filename ../../images/box-insert.png
14331         scale 85
14332
14333 \end_inset
14334
14335  de la barra de herramientas.
14336 \end_layout
14337
14338 \begin_layout Standard
14339 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14340 \begin_inset VSpace medskip
14341 \end_inset
14342
14343 Esta línea contiene 
14344 \begin_inset Box Boxed
14345 position "c"
14346 hor_pos "c"
14347 has_inner_box 1
14348 inner_pos "c"
14349 use_parbox 1
14350 width "5cm"
14351 special "none"
14352 height "1in"
14353 height_special "totalheight"
14354 status collapsed
14355
14356 \begin_layout Plain Layout
14357 Esto es un cuadro de párrafo.
14358  Tiene exactamente 5
14359 \begin_inset space \thinspace{}
14360 \end_inset
14361
14362 cm de largo y además puede contener ecuaciones: 
14363 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14364 \end_inset
14365
14366
14367 \end_layout
14368
14369 \end_inset
14370
14371
14372 \begin_inset space ~
14373 \end_inset
14374
14375  un cuadro de párrafo.
14376 \begin_inset VSpace medskip
14377 \end_inset
14378
14379 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14380  Surge un diálogo con las propiedades del cuadro.
14381  En este caso: 
14382 \emph on
14383 Decoración
14384 \emph default
14385 : Marco rectangular, 
14386 \emph on
14387 Cuadro interior
14388 \emph default
14389 : Párrafo, 
14390 \emph on
14391 Ancho
14392 \emph default
14393 : 5
14394 \begin_inset space \thinspace{}
14395 \end_inset
14396
14397 cm, 
14398 \emph on
14399 Alineación Vertical
14400 \emph default
14401  
14402 \emph on
14403 Cuadro
14404 \emph default
14405 : Medio.
14406 \end_layout
14407
14408 \begin_layout Standard
14409 \begin_inset VSpace medskip
14410 \end_inset
14411
14412 En LaTeX, un cuadro de párrafo se inserta con el comando 
14413 \series bold
14414
14415 \backslash
14416 parbox
14417 \series default
14418
14419 \begin_inset Index
14420 status collapsed
14421
14422 \begin_layout Plain Layout
14423 Comandos ! P ! 
14424 \backslash
14425 parbox
14426 \end_layout
14427
14428 \end_inset
14429
14430  con el esquema siguiente:
14431 \end_layout
14432
14433 \begin_layout Standard
14434
14435 \series bold
14436
14437 \backslash
14438 parbox[posición]{anchura}{contenido}
14439 \end_layout
14440
14441 \begin_layout Standard
14442 Son posibles las posiciones 
14443 \emph on
14444 b
14445 \emph default
14446  y 
14447 \emph on
14448 t
14449 \emph default
14450
14451 \emph on
14452 b
14453 \emph default
14454  por 
14455 \begin_inset Quotes fld
14456 \end_inset
14457
14458 bottom
14459 \begin_inset Quotes frd
14460 \end_inset
14461
14462  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14463  Con 
14464 \emph on
14465 t
14466 \emph default
14467 , por 
14468 \begin_inset Quotes fld
14469 \end_inset
14470
14471 top
14472 \begin_inset Quotes frd
14473 \end_inset
14474
14475  (arriba), la alineación se hace con la primera línea.
14476  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14477  
14478 \emph on
14479 Cuadros
14480 \emph default
14481  del manual 
14482 \emph on
14483 Objetos insertados
14484 \emph default
14485  para ejemplos.
14486 \end_layout
14487
14488 \begin_layout Standard
14489 \begin_inset VSpace bigskip
14490 \end_inset
14491
14492 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14493  ponerse en un cuadro de párrafo.
14494  Para ello se inserta el comando
14495 \begin_inset Newline newline
14496 \end_inset
14497
14498
14499 \series bold
14500
14501 \backslash
14502 fbox{
14503 \backslash
14504 parbox{
14505 \backslash
14506 linewidth-2
14507 \backslash
14508 fboxsep-2
14509 \backslash
14510 fboxrule}{
14511 \begin_inset Newline newline
14512 \end_inset
14513
14514
14515 \series default
14516 en modo TeX delante de la ecuación.
14517  Aquí 
14518 \series bold
14519
14520 \backslash
14521 linewidth
14522 \begin_inset Index
14523 status collapsed
14524
14525 \begin_layout Plain Layout
14526 Comandos ! L ! 
14527 \backslash
14528 linewidth
14529 \end_layout
14530
14531 \end_inset
14532
14533
14534 \series default
14535  es la anchura de línea establecida para el documento.
14536  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14537  anchura dos veces la separación del marco y el grosor.
14538  Como LyX no lo hace automáticamente debido a un fallo,
14539 \begin_inset Foot
14540 status collapsed
14541
14542 \begin_layout Plain Layout
14543 \begin_inset CommandInset href
14544 LatexCommand href
14545 name "LyX-bug #4483"
14546 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14547
14548 \end_inset
14549
14550
14551 \end_layout
14552
14553 \end_inset
14554
14555  hay que usar modo TeX.
14556  Para poder multiplicar y restar en los argumentos hay que cargar en el
14557  preámbulo LaTeX el paquete LaTeX 
14558 \series bold
14559 calc
14560 \series default
14561 ,
14562 \begin_inset Foot
14563 status collapsed
14564
14565 \begin_layout Plain Layout
14566
14567 \series bold
14568 calc
14569 \series default
14570  es parte de toda instalación LaTeX estándar.
14571 \end_layout
14572
14573 \end_inset
14574
14575
14576 \begin_inset Index
14577 status collapsed
14578
14579 \begin_layout Plain Layout
14580 Paquetes ! calc
14581 \end_layout
14582
14583 \end_inset
14584
14585  con la línea
14586 \end_layout
14587
14588 \begin_layout Standard
14589
14590 \series bold
14591
14592 \backslash
14593 usepackage{calc}
14594 \end_layout
14595
14596 \begin_layout Standard
14597 Detrás de la ecuación se cierran ambos cuadros con 
14598 \series bold
14599 }}
14600 \series default
14601  en modo TeX.
14602  Aquí hay un ejemplo:
14603 \begin_inset ERT
14604 status collapsed
14605
14606 \begin_layout Plain Layout
14607
14608
14609 \backslash
14610 fboxsep 5mm 
14611 \backslash
14612 fboxrule 5mm
14613 \end_layout
14614
14615 \end_inset
14616
14617
14618 \end_layout
14619
14620 \begin_layout Standard
14621 \begin_inset ERT
14622 status collapsed
14623
14624 \begin_layout Plain Layout
14625
14626
14627 \backslash
14628 fbox{
14629 \backslash
14630 parbox{
14631 \backslash
14632 linewidth-2
14633 \backslash
14634 fboxsep-2
14635 \backslash
14636 fboxrule}{
14637 \end_layout
14638
14639 \end_inset
14640
14641
14642 \begin_inset Formula \begin{equation}
14643 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14644
14645 \end_inset
14646
14647
14648 \end_layout
14649
14650 \begin_layout Standard
14651 \begin_inset ERT
14652 status collapsed
14653
14654 \begin_layout Plain Layout
14655
14656 }}
14657 \end_layout
14658
14659 \end_inset
14660
14661
14662 \begin_inset ERT
14663 status collapsed
14664
14665 \begin_layout Plain Layout
14666
14667
14668 \backslash
14669 fboxrule 0.4pt 
14670 \backslash
14671 fboxsep 3pt
14672 \end_layout
14673
14674 \end_inset
14675
14676
14677 \end_layout
14678
14679 \begin_layout Standard
14680 \begin_inset VSpace medskip
14681 \end_inset
14682
14683
14684 \end_layout
14685
14686 \begin_layout Standard
14687 Como se ha usado el cuadro de párrafo como argumento de 
14688 \series bold
14689
14690 \backslash
14691 fbox
14692 \series default
14693 , en este caso no hay diferencia entre 
14694 \series bold
14695
14696 \backslash
14697 fbox
14698 \series default
14699  y 
14700 \series bold
14701
14702 \backslash
14703 boxed
14704 \series default
14705 .
14706  
14707 \end_layout
14708
14709 \begin_layout Standard
14710 \begin_inset VSpace bigskip
14711 \end_inset
14712
14713
14714 \end_layout
14715
14716 \begin_layout Standard
14717 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14718  Para hacerlo, se usa 
14719 \series bold
14720
14721 \backslash
14722 parbox
14723 \series default
14724  en combinación con el comando 
14725 \series bold
14726
14727 \backslash
14728 tag
14729 \series default
14730 .
14731  (Véase más sobre 
14732 \series bold
14733
14734 \backslash
14735 tag
14736 \series default
14737  en 
14738 \begin_inset CommandInset ref
14739 LatexCommand ref
14740 reference "sub:Numeración-personalizada"
14741
14742 \end_inset
14743
14744 ).
14745 \end_layout
14746
14747 \begin_layout Standard
14748 Un ejemplo de ecuación comentada con 
14749 \series bold
14750
14751 \backslash
14752 parbox
14753 \series default
14754 :
14755 \end_layout
14756
14757 \begin_layout Standard
14758 \begin_inset ERT
14759 status collapsed
14760
14761 \begin_layout Plain Layout
14762
14763
14764 \backslash
14765 [5x-7b=3b
14766 \backslash
14767 tag*{
14768 \backslash
14769 parbox{5cm}{
14770 \end_layout
14771
14772 \end_inset
14773
14774 Esto es una descripción.
14775  Está claramente separada de la ecuación y es multilínea.
14776 \begin_inset ERT
14777 status collapsed
14778
14779 \begin_layout Plain Layout
14780
14781 }}
14782 \backslash
14783 ]
14784 \end_layout
14785
14786 \end_inset
14787
14788
14789 \end_layout
14790
14791 \begin_layout Standard
14792 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14793  no soporta el comando 
14794 \series bold
14795
14796 \backslash
14797 parbox
14798 \series default
14799  en ecuaciones.
14800  La ecuación se compone con la siguiente secuencia de comandos:
14801 \end_layout
14802
14803 \begin_layout Standard
14804 El comando 
14805 \series bold
14806
14807 \backslash
14808 [5x-7b=3b
14809 \backslash
14810 tag*
14811 \backslash
14812 {
14813 \backslash
14814 parbox{5cm}{
14815 \series default
14816  se inserta en modo TeX.
14817 \begin_inset Foot
14818 status collapsed
14819
14820 \begin_layout Plain Layout
14821 Si se usa el estilo de ecuación 
14822 \series bold
14823 Sangrado
14824 \series default
14825
14826 \series bold
14827
14828 \backslash
14829 tag*
14830 \backslash
14831
14832 \series default
14833  se puede reemplazar por 
14834 \series bold
14835
14836 \backslash
14837 hfill
14838 \series default
14839 .
14840  (Véanse los estilos de ecuación en 
14841 \begin_inset CommandInset ref
14842 LatexCommand ref
14843 reference "sec:Estilos-de-ecuación"
14844
14845 \end_inset
14846
14847 ).
14848 \end_layout
14849
14850 \end_inset
14851
14852  Después sigue la descripción en texto normal, y por último 
14853 \series bold
14854 }}
14855 \backslash
14856 ]
14857 \series default
14858  en modo TeX.
14859  Aquí los comandos 
14860 \series bold
14861
14862 \backslash
14863 [
14864 \series default
14865  y 
14866 \series bold
14867
14868 \backslash
14869 ]
14870 \series default
14871  crean una ecuación presentada.
14872 \end_layout
14873
14874 \begin_layout Standard
14875 Las ventajas de 
14876 \series bold
14877
14878 \backslash
14879 parbox
14880 \series default
14881  pueden verse en este ejemplo que se ha 
14882 \begin_inset Quotes fld
14883 \end_inset
14884
14885 comentado
14886 \begin_inset Quotes frd
14887 \end_inset
14888
14889  usando el modo texto matemático:
14890 \begin_inset Formula \[
14891 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}\]
14892
14893 \end_inset
14894
14895
14896 \end_layout
14897
14898 \begin_layout Section
14899 Operadores
14900 \begin_inset Index
14901 status collapsed
14902
14903 \begin_layout Plain Layout
14904 Operadores
14905 \end_layout
14906
14907 \end_inset
14908
14909
14910 \end_layout
14911
14912 \begin_layout Subsection
14913 Operadores grandes
14914 \begin_inset CommandInset label
14915 LatexCommand label
14916 name "sub:Operadores-grandes"
14917
14918 \end_inset
14919
14920
14921 \begin_inset Index
14922 status collapsed
14923
14924 \begin_layout Plain Layout
14925 Operadores ! grandes
14926 \end_layout
14927
14928 \end_inset
14929
14930
14931 \begin_inset Index
14932 status collapsed
14933
14934 \begin_layout Plain Layout
14935 Sumatorios
14936 \end_layout
14937
14938 \end_inset
14939
14940
14941 \begin_inset Index
14942 status collapsed
14943
14944 \begin_layout Plain Layout
14945 Integrales
14946 \end_layout
14947
14948 \end_inset
14949
14950
14951 \end_layout
14952
14953 \begin_layout Standard
14954 Para poder usar todos los comandos de integrales listados aquí, debe estar
14955  marcada la opción 
14956 \family sans
14957 Usar paquete esint automáticamente
14958 \family default
14959  en el apartado 
14960 \family sans
14961 Ecuaciones
14962 \family default
14963  de la configuración del documento.
14964  
14965 \end_layout
14966
14967 \begin_layout Standard
14968 \begin_inset space \hfill{}
14969 \end_inset
14970
14971
14972 \begin_inset Tabular
14973 <lyxtabular version="3" rows="11" columns="2">
14974 <features>
14975 <column alignment="center" valignment="top" width="0pt">
14976 <column alignment="center" valignment="top" width="0pt">
14977 <row>
14978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14979 \begin_inset Text
14980
14981 \begin_layout Plain Layout
14982 Comando
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14988 \begin_inset Text
14989
14990 \begin_layout Plain Layout
14991 Resultado
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 </row>
14997 <row>
14998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14999 \begin_inset Text
15000
15001 \begin_layout Plain Layout
15002
15003 \backslash
15004 int
15005 \begin_inset Index
15006 status collapsed
15007
15008 \begin_layout Plain Layout
15009 Comandos ! I ! 
15010 \backslash
15011 int
15012 \end_layout
15013
15014 \end_inset
15015
15016
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025 \begin_inset Formula $\int$
15026 \end_inset
15027
15028
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 </row>
15034 <row>
15035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039
15040 \backslash
15041 oint
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050 \begin_inset Formula $\oint$
15051 \end_inset
15052
15053
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 </row>
15059 <row>
15060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15061 \begin_inset Text
15062
15063 \begin_layout Plain Layout
15064
15065 \backslash
15066 ointctrclockwise
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075 \begin_inset Formula $\ointctrclockwise$
15076 \end_inset
15077
15078
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 </row>
15084 <row>
15085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089
15090 \backslash
15091 ointclockwise
15092 \end_layout
15093
15094 \end_inset
15095 </cell>
15096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100 \begin_inset Formula $\ointclockwise$
15101 \end_inset
15102
15103
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 </row>
15109 <row>
15110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Plain Layout
15114
15115 \backslash
15116 sqint
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 \begin_inset Formula $\sqint$
15126 \end_inset
15127
15128
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 </row>
15134 <row>
15135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Plain Layout
15139
15140 \backslash
15141 fint
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150  
15151 \begin_inset Formula $\fint$
15152 \end_inset
15153
15154
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 </row>
15160 <row>
15161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15162 \begin_inset Text
15163
15164 \begin_layout Plain Layout
15165
15166 \backslash
15167 landupint
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176  
15177 \begin_inset Formula $\landupint$
15178 \end_inset
15179
15180
15181 \end_layout
15182
15183 \end_inset
15184 </cell>
15185 </row>
15186 <row>
15187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Plain Layout
15191
15192 \backslash
15193 landdownint
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202  
15203 \begin_inset Formula $\landdownint$
15204 \end_inset
15205
15206
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 </row>
15212 <row>
15213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217
15218 \backslash
15219 bigcap
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15225 \begin_inset Text
15226
15227 \begin_layout Plain Layout
15228 \begin_inset Formula $\bigcap$
15229 \end_inset
15230
15231
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 </row>
15237 <row>
15238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242
15243 \backslash
15244 bigcup
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15250 \begin_inset Text
15251
15252 \begin_layout Plain Layout
15253 \begin_inset Formula $\bigcup$
15254 \end_inset
15255
15256
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 </row>
15262 </lyxtabular>
15263
15264 \end_inset
15265
15266
15267 \begin_inset space \hfill{}
15268 \end_inset
15269
15270
15271 \begin_inset Tabular
15272 <lyxtabular version="3" rows="11" columns="2">
15273 <features>
15274 <column alignment="center" valignment="top" width="0pt">
15275 <column alignment="center" valignment="top" width="0pt">
15276 <row>
15277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15278 \begin_inset Text
15279
15280 \begin_layout Plain Layout
15281 Comando
15282 \end_layout
15283
15284 \end_inset
15285 </cell>
15286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Plain Layout
15290 Resultado
15291 \end_layout
15292
15293 \end_inset
15294 </cell>
15295 </row>
15296 <row>
15297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Plain Layout
15301
15302 \backslash
15303 sum
15304 \begin_inset Index
15305 status collapsed
15306
15307 \begin_layout Plain Layout
15308 Comandos ! S ! 
15309 \backslash
15310 sum
15311 \end_layout
15312
15313 \end_inset
15314
15315
15316 \end_layout
15317
15318 \end_inset
15319 </cell>
15320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15321 \begin_inset Text
15322
15323 \begin_layout Plain Layout
15324 \begin_inset Formula $\sum$
15325 \end_inset
15326
15327
15328 \end_layout
15329
15330 \end_inset
15331 </cell>
15332 </row>
15333 <row>
15334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Plain Layout
15338
15339 \backslash
15340 prod
15341 \begin_inset Index
15342 status collapsed
15343
15344 \begin_layout Plain Layout
15345 Comandos ! P ! 
15346 \backslash
15347 prod
15348 \end_layout
15349
15350 \end_inset
15351
15352
15353 \end_layout
15354
15355 \end_inset
15356 </cell>
15357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15358 \begin_inset Text
15359
15360 \begin_layout Plain Layout
15361 \begin_inset Formula $\prod$
15362 \end_inset
15363
15364
15365 \end_layout
15366
15367 \end_inset
15368 </cell>
15369 </row>
15370 <row>
15371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15372 \begin_inset Text
15373
15374 \begin_layout Plain Layout
15375
15376 \backslash
15377 coprod
15378 \end_layout
15379
15380 \end_inset
15381 </cell>
15382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15383 \begin_inset Text
15384
15385 \begin_layout Plain Layout
15386 \begin_inset Formula $\coprod$
15387 \end_inset
15388
15389
15390 \end_layout
15391
15392 \end_inset
15393 </cell>
15394 </row>
15395 <row>
15396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Plain Layout
15400
15401 \backslash
15402 bigodot
15403 \end_layout
15404
15405 \end_inset
15406 </cell>
15407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15408 \begin_inset Text
15409
15410 \begin_layout Plain Layout
15411 \begin_inset Formula $\bigodot$
15412 \end_inset
15413
15414
15415 \end_layout
15416
15417 \end_inset
15418 </cell>
15419 </row>
15420 <row>
15421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Plain Layout
15425
15426 \backslash
15427 bigotimes
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15433 \begin_inset Text
15434
15435 \begin_layout Plain Layout
15436 \begin_inset Formula $\bigotimes$
15437 \end_inset
15438
15439
15440 \end_layout
15441
15442 \end_inset
15443 </cell>
15444 </row>
15445 <row>
15446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450
15451 \backslash
15452 bigoplus
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461 \begin_inset Formula $\bigoplus$
15462 \end_inset
15463
15464
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 </row>
15470 <row>
15471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475
15476 \backslash
15477 bigwedge
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486 \begin_inset Formula $\bigwedge$
15487 \end_inset
15488
15489
15490 \end_layout
15491
15492 \end_inset
15493 </cell>
15494 </row>
15495 <row>
15496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15497 \begin_inset Text
15498
15499 \begin_layout Plain Layout
15500
15501 \backslash
15502 bigvee
15503 \end_layout
15504
15505 \end_inset
15506 </cell>
15507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Plain Layout
15511 \begin_inset Formula $\bigvee$
15512 \end_inset
15513
15514
15515 \end_layout
15516
15517 \end_inset
15518 </cell>
15519 </row>
15520 <row>
15521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15522 \begin_inset Text
15523
15524 \begin_layout Plain Layout
15525
15526 \backslash
15527 bigsqcup
15528 \end_layout
15529
15530 \end_inset
15531 </cell>
15532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Plain Layout
15536 \begin_inset Formula $\bigsqcup$
15537 \end_inset
15538
15539
15540 \end_layout
15541
15542 \end_inset
15543 </cell>
15544 </row>
15545 <row>
15546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15547 \begin_inset Text
15548
15549 \begin_layout Plain Layout
15550
15551 \backslash
15552 biguplus
15553 \end_layout
15554
15555 \end_inset
15556 </cell>
15557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15558 \begin_inset Text
15559
15560 \begin_layout Plain Layout
15561 \begin_inset Formula $\biguplus$
15562 \end_inset
15563
15564
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 </row>
15570 </lyxtabular>
15571
15572 \end_inset
15573
15574
15575 \begin_inset space \hfill{}
15576 \end_inset
15577
15578
15579 \end_layout
15580
15581 \begin_layout Standard
15582 Todos los operadores grandes se pueden insertar con el botón 
15583 \begin_inset Graphics
15584         filename ../../images/math/intop.png
15585         scale 85
15586
15587 \end_inset
15588
15589  de la barra de ecuaciones.
15590 \end_layout
15591
15592 \begin_layout Standard
15593 Estos operadores son llamados grandes porque son mayores que los operadores
15594  binarios de aspecto semejante.
15595  Todos los operadores grandes pueden tener límites, como se describe en
15596  la subsección siguiente.
15597 \end_layout
15598
15599 \begin_layout Standard
15600 Para todos los operadores de integral hay una segunda versión disponible,
15601  terminando en 
15602 \series bold
15603 op
15604 \series default
15605
15606 \series bold
15607
15608 \backslash
15609 intop
15610 \series default
15611
15612 \series bold
15613
15614 \backslash
15615 ointop
15616 \series default
15617  etc.
15618  Estos operadores difieren de 
15619 \series bold
15620
15621 \backslash
15622 int
15623 \series default
15624 , etc., en el estilo en que se presentan los límites, véase
15625 \series bold
15626  
15627 \series default
15628
15629 \begin_inset CommandInset ref
15630 LatexCommand ref
15631 reference "sub:Límites-de-operadores"
15632
15633 \end_inset
15634
15635 .
15636 \end_layout
15637
15638 \begin_layout Subsubsection*
15639 Sugerencias para las integrales
15640 \end_layout
15641
15642 \begin_layout Standard
15643 La letra 
15644 \emph on
15645 d
15646 \emph default
15647  en una integral es un operador, por consiguiente debe escribirse en redonda.
15648  Esto se hace resaltando la 
15649 \emph on
15650 d
15651 \emph default
15652  y usando el atajo de teclado 
15653 \family sans
15654 Alt+C
15655 \begin_inset space ~
15656 \end_inset
15657
15658 R
15659 \family default
15660 .
15661 \begin_inset Foot
15662 status collapsed
15663
15664 \begin_layout Plain Layout
15665 véase estilos de letras en 
15666 \begin_inset CommandInset ref
15667 LatexCommand ref
15668 reference "sub:Estilos-de-fuentes"
15669
15670 \end_inset
15671
15672  
15673 \end_layout
15674
15675 \end_inset
15676
15677  Delante de la 
15678 \emph on
15679 d
15680 \emph default
15681  se inserta un espacio delgado, como es habitual en los operadores.
15682  Un ejemplo:
15683 \end_layout
15684
15685 \begin_layout Standard
15686 incorrecto: 
15687 \begin_inset Formula $\int A(x)dx$
15688 \end_inset
15689
15690
15691 \begin_inset Newline newline
15692 \end_inset
15693
15694
15695 \begin_inset ERT
15696 status collapsed
15697
15698 \begin_layout Plain Layout
15699
15700
15701 \backslash
15702 hphantom{in}
15703 \end_layout
15704
15705 \end_inset
15706
15707 correcto: 
15708 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15709 \end_inset
15710
15711
15712 \end_layout
15713
15714 \begin_layout Standard
15715 Para integrales múltiples hay los siguientes comandos:
15716 \begin_inset VSpace medskip
15717 \end_inset
15718
15719
15720 \end_layout
15721
15722 \begin_layout Standard
15723 \begin_inset space \hfill{}
15724 \end_inset
15725
15726
15727 \begin_inset Tabular
15728 <lyxtabular version="3" rows="4" columns="2">
15729 <features>
15730 <column alignment="center" valignment="top" width="0">
15731 <column alignment="center" valignment="top" width="0">
15732 <row>
15733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Plain Layout
15737 Comando
15738 \end_layout
15739
15740 \end_inset
15741 </cell>
15742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15743 \begin_inset Text
15744
15745 \begin_layout Plain Layout
15746 Resultado
15747 \begin_inset Note Note
15748 status collapsed
15749
15750 \begin_layout Plain Layout
15751
15752 \series bold
15753
15754 \backslash
15755 raisebox
15756 \series default
15757  se usa sólo como espaciador
15758 \end_layout
15759
15760 \end_inset
15761
15762
15763 \end_layout
15764
15765 \end_inset
15766 </cell>
15767 </row>
15768 <row>
15769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773
15774 \backslash
15775 iint
15776 \end_layout
15777
15778 \end_inset
15779 </cell>
15780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15785 \end_inset
15786
15787
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 </row>
15793 <row>
15794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798
15799 \backslash
15800 oiint
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15810 \end_inset
15811
15812
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 </row>
15818 <row>
15819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823
15824 \backslash
15825 sqiint
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15835 \end_inset
15836
15837
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 </row>
15843 </lyxtabular>
15844
15845 \end_inset
15846
15847
15848 \begin_inset space \hfill{}
15849 \end_inset
15850
15851
15852 \begin_inset Tabular
15853 <lyxtabular version="3" rows="4" columns="2">
15854 <features>
15855 <column alignment="center" valignment="top" width="0">
15856 <column alignment="center" valignment="top" width="0">
15857 <row>
15858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862 Comando
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871 Resultado
15872 \begin_inset Note Note
15873 status collapsed
15874
15875 \begin_layout Plain Layout
15876
15877 \series bold
15878
15879 \backslash
15880 raisebox
15881 \series default
15882  se usa sólo como espaciador
15883 \end_layout
15884
15885 \end_inset
15886
15887
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 </row>
15893 <row>
15894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898
15899 \backslash
15900 iiint
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15910 \end_inset
15911
15912
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 </row>
15918 <row>
15919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Plain Layout
15923
15924 \backslash
15925 iiiint
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15935 \end_inset
15936
15937
15938 \end_layout
15939
15940 \end_inset
15941 </cell>
15942 </row>
15943 <row>
15944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948
15949 \backslash
15950 dotsint
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15960 \end_inset
15961
15962
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 </row>
15968 </lyxtabular>
15969
15970 \end_inset
15971
15972
15973 \begin_inset space \hfill{}
15974 \end_inset
15975
15976
15977 \end_layout
15978
15979 \begin_layout Subsection
15980 Límites de operadores
15981 \begin_inset CommandInset label
15982 LatexCommand label
15983 name "sub:Límites-de-operadores"
15984
15985 \end_inset
15986
15987
15988 \begin_inset Index
15989 status collapsed
15990
15991 \begin_layout Plain Layout
15992 Operadores ! límites de
15993 \end_layout
15994
15995 \end_inset
15996
15997
15998 \end_layout
15999
16000 \begin_layout Standard
16001 Los límites se crean mediante superíndices y subíndices:
16002 \end_layout
16003
16004 \begin_layout Standard
16005 \noindent
16006 \align center
16007 \begin_inset Tabular
16008 <lyxtabular version="3" rows="2" columns="2">
16009 <features>
16010 <column alignment="center" valignment="top" width="0">
16011 <column alignment="center" valignment="top" width="0">
16012 <row>
16013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Plain Layout
16017 Comando
16018 \end_layout
16019
16020 \end_inset
16021 </cell>
16022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16023 \begin_inset Text
16024
16025 \begin_layout Plain Layout
16026 Resultado
16027 \begin_inset Note Note
16028 status collapsed
16029
16030 \begin_layout Plain Layout
16031
16032 \series bold
16033
16034 \backslash
16035 raisebox
16036 \series default
16037  se usa sólo como espaciador
16038 \end_layout
16039
16040 \end_inset
16041
16042
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 </row>
16048 <row>
16049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053
16054 \backslash
16055 prod^
16056 \backslash
16057 infty
16058 \begin_inset ERT
16059 status collapsed
16060
16061 \begin_layout Plain Layout
16062
16063
16064 \backslash
16065 spce 
16066 \end_layout
16067
16068 \end_inset
16069
16070
16071 \begin_inset Formula $\to$
16072 \end_inset
16073
16074 _0
16075 \begin_inset Formula $\to$
16076 \end_inset
16077
16078 A(x)
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Plain Layout
16087 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16088 \end_inset
16089
16090
16091 \end_layout
16092
16093 \end_inset
16094 </cell>
16095 </row>
16096 </lyxtabular>
16097
16098 \end_inset
16099
16100
16101 \end_layout
16102
16103 \begin_layout Standard
16104 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16105  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16106 \end_layout
16107
16108 \begin_layout Standard
16109 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16110  directamente detrás del operador y se elige 
16111 \series bold
16112 Alineado
16113 \series default
16114  en el menú 
16115 \family sans
16116 Editar\SpecialChar \menuseparator
16117 Ecuación\SpecialChar \menuseparator
16118 Cambiar tipo de límites
16119 \family default
16120  (atajo 
16121 \family sans
16122 Alt+M
16123 \begin_inset space ~
16124 \end_inset
16125
16126 L
16127 \family default
16128 ).
16129  Un ejemplo:
16130 \end_layout
16131
16132 \begin_layout Standard
16133 El tipo de límites por omisión es:
16134 \begin_inset Formula \[
16135 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16136
16137 \end_inset
16138
16139
16140 \end_layout
16141
16142 \begin_layout Standard
16143 Así se ven si se cambia el tipo de límites a 
16144 \series bold
16145 Alineado
16146 \series default
16147 :
16148 \begin_inset Formula \[
16149 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16150
16151 \end_inset
16152
16153
16154 \end_layout
16155
16156 \begin_layout Standard
16157 En integrales, excepto las que terminan en 
16158 \series bold
16159 op
16160 \series default
16161  como 
16162 \series bold
16163
16164 \backslash
16165 intop
16166 \series default
16167
16168 \series bold
16169
16170 \backslash
16171 ointop
16172 \series default
16173 , etc., los límites se colocan por omisión junto al operador.
16174  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16175  operador.
16176  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16177 \series bold
16178 Presentado
16179 \series default
16180  para poner el límite debajo:
16181 \begin_inset Formula \begin{equation}
16182 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}\end{equation}
16183
16184 \end_inset
16185
16186
16187 \begin_inset VSpace medskip
16188 \end_inset
16189
16190 Para especificar condiciones en los límites se usan los comandos 
16191 \series bold
16192
16193 \backslash
16194 subarray
16195 \series default
16196
16197 \begin_inset Index
16198 status collapsed
16199
16200 \begin_layout Plain Layout
16201 Comandos ! S ! 
16202 \backslash
16203 subarray
16204 \end_layout
16205
16206 \end_inset
16207
16208  y 
16209 \series bold
16210
16211 \backslash
16212 substack
16213 \series default
16214
16215 \begin_inset Index
16216 status collapsed
16217
16218 \begin_layout Plain Layout
16219 Comandos ! S ! 
16220 \backslash
16221 substack
16222 \end_layout
16223
16224 \end_inset
16225
16226 .
16227  Por ejemplo, para componer la expresión
16228 \begin_inset Formula \begin{equation}
16229 \sum_{\begin{subarray}{c}
16230 0<k<1000\\
16231 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16232
16233 \end_inset
16234
16235 se ha hecho lo siguiente: primero se escribe el comando 
16236 \series bold
16237
16238 \backslash
16239 sum^n
16240 \series default
16241
16242 \begin_inset ERT
16243 status collapsed
16244
16245 \begin_layout Plain Layout
16246
16247
16248 \backslash
16249 spce 
16250 \end_layout
16251
16252 \end_inset
16253
16254
16255 \series bold
16256 _
16257 \series default
16258 .
16259  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16260  se inserta el comando 
16261 \series bold
16262
16263 \backslash
16264 subarray
16265 \series default
16266
16267 \begin_inset ERT
16268 status collapsed
16269
16270 \begin_layout Plain Layout
16271
16272
16273 \backslash
16274 spce 
16275 \end_layout
16276
16277 \end_inset
16278
16279 .
16280  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16281  distintas.
16282  Cada línea nueva se crea con un salto de línea (
16283 \family sans
16284 Ctrl+Retorno
16285 \family default
16286 ).
16287  Si ahora se escribe en ella
16288 \begin_inset Newline newline
16289 \end_inset
16290
16291
16292 \series bold
16293 0<k<1000 Ctrl+Retorno
16294 \begin_inset Newline newline
16295 \end_inset
16296
16297
16298 \series default
16299 aparece debajo un nuevo marco para la línea nueva.
16300 \end_layout
16301
16302 \begin_layout Standard
16303 La alineación de las líneas puede cambiarse a la izquierda con la 
16304 \family sans
16305 barra de herramientas de tabla
16306 \family default
16307  o con el menú 
16308 \family sans
16309 Editar\SpecialChar \menuseparator
16310 Filas y columnas
16311 \family default
16312 .
16313  Para obtener alineación derecha se inserta 
16314 \series bold
16315
16316 \backslash
16317 hfill
16318 \series default
16319
16320 \begin_inset ERT
16321 status collapsed
16322
16323 \begin_layout Plain Layout
16324
16325
16326 \backslash
16327 spce 
16328 \end_layout
16329
16330 \end_inset
16331
16332  al principio de la línea.
16333 \end_layout
16334
16335 \begin_layout Standard
16336 El comando 
16337 \series bold
16338
16339 \backslash
16340 substack
16341 \series default
16342  es equivalente a 
16343 \series bold
16344
16345 \backslash
16346 subarray
16347 \series default
16348  con la diferencia de que las líneas están siempre centradas.
16349 \begin_inset VSpace bigskip
16350 \end_inset
16351
16352
16353 \end_layout
16354
16355 \begin_layout Standard
16356 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16357  siguientes, como en la ecuación 
16358 \begin_inset CommandInset ref
16359 LatexCommand eqref
16360 reference "eq:substack"
16361
16362 \end_inset
16363
16364 , porque éstos se colocan junto a los límites.
16365 \end_layout
16366
16367 \begin_layout Standard
16368 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16369 \end_layout
16370
16371 \begin_layout Standard
16372
16373 \series bold
16374
16375 \backslash
16376 def
16377 \backslash
16378 clap#1{
16379 \backslash
16380 hbox to 0pt{
16381 \backslash
16382 hss #1
16383 \backslash
16384 hss}}
16385 \begin_inset Newline newline
16386 \end_inset
16387
16388
16389 \backslash
16390 def
16391 \backslash
16392 mathclap {
16393 \backslash
16394 mathpalette 
16395 \backslash
16396 mathclapinternal}
16397 \begin_inset Newline newline
16398 \end_inset
16399
16400
16401 \backslash
16402 def
16403 \backslash
16404 mathclapinternal #1#2{
16405 \backslash
16406 clap{$
16407 \backslash
16408 mathsurround =0pt #1{#2}$}}
16409 \end_layout
16410
16411 \begin_layout Standard
16412 En ella se define el comando 
16413 \series bold
16414
16415 \backslash
16416 mathclap
16417 \series default
16418
16419 \begin_inset Index
16420 status collapsed
16421
16422 \begin_layout Plain Layout
16423 Comandos ! M ! 
16424 \backslash
16425 mathclap
16426 \end_layout
16427
16428 \end_inset
16429
16430  que establece la anchura del límite en 0
16431 \begin_inset space \thinspace{}
16432 \end_inset
16433
16434 pt.
16435  El esquema del comando es:
16436 \end_layout
16437
16438 \begin_layout Standard
16439
16440 \series bold
16441
16442 \backslash
16443 mathclap{límite}
16444 \end_layout
16445
16446 \begin_layout Standard
16447 donde el límite puede consistir en varias condiciones.
16448 \end_layout
16449
16450 \begin_layout Standard
16451 Aplicado en la ecuación 
16452 \begin_inset CommandInset ref
16453 LatexCommand eqref
16454 reference "eq:substack"
16455
16456 \end_inset
16457
16458  se usa el comando
16459 \end_layout
16460
16461 \begin_layout Standard
16462
16463 \series bold
16464
16465 \backslash
16466 sum_
16467 \backslash
16468 mathclap{
16469 \backslash
16470 substack
16471 \begin_inset ERT
16472 status collapsed
16473
16474 \begin_layout Plain Layout
16475
16476
16477 \backslash
16478 spce 
16479 \end_layout
16480
16481 \end_inset
16482
16483 0<k<1000 Ctrl+Retorno
16484 \end_layout
16485
16486 \begin_layout Standard
16487 para componer el límite inferior.
16488  Ahora el sumando está junto al sumatorio:
16489 \begin_inset Formula \[
16490 \sum_{\mathclap{\substack{0<k<1000\\
16491 \\k\,\in\,\mathbb{N}}
16492 }}^{n}k^{-2}\]
16493
16494 \end_inset
16495
16496
16497 \begin_inset VSpace bigskip
16498 \end_inset
16499
16500 Cómo utilizar un límite para varios operadores se describe en la 
16501 \begin_inset CommandInset ref
16502 LatexCommand ref
16503 reference "sub:Operadores-de-usuario"
16504
16505 \end_inset
16506
16507 .
16508 \end_layout
16509
16510 \begin_layout Subsection
16511 Operadores binarios
16512 \begin_inset CommandInset label
16513 LatexCommand label
16514 name "sub:Operadores-binarios"
16515
16516 \end_inset
16517
16518
16519 \begin_inset Index
16520 status collapsed
16521
16522 \begin_layout Plain Layout
16523 Operadores ! binarios
16524 \end_layout
16525
16526 \end_inset
16527
16528
16529 \end_layout
16530
16531 \begin_layout Standard
16532 Los operadores binarios se rodean por espacios si llevan un carácter delante
16533  o detrás.
16534 \begin_inset VSpace medskip
16535 \end_inset
16536
16537
16538 \end_layout
16539
16540 \begin_layout Standard
16541 \begin_inset space \hfill{}
16542 \end_inset
16543
16544
16545 \begin_inset Tabular
16546 <lyxtabular version="3" rows="13" columns="2">
16547 <features>
16548 <column alignment="center" valignment="top" width="0pt">
16549 <column alignment="center" valignment="top" width="0pt">
16550 <row>
16551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16552 \begin_inset Text
16553
16554 \begin_layout Plain Layout
16555 Comando
16556 \begin_inset Note Note
16557 status collapsed
16558
16559 \begin_layout Plain Layout
16560
16561 \series bold
16562
16563 \backslash
16564 raisebox
16565 \series default
16566  se usa sólo como espaciador
16567 \end_layout
16568
16569 \end_inset
16570
16571
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580 Operador
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 </row>
16586 <row>
16587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591 +
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 \begin_inset Formula $+$
16601 \end_inset
16602
16603
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 </row>
16609 <row>
16610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614 -
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623 \begin_inset Formula $-$
16624 \end_inset
16625
16626
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 </row>
16632 <row>
16633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637
16638 \backslash
16639 pm
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Plain Layout
16648 \begin_inset Formula $\pm$
16649 \end_inset
16650
16651
16652 \end_layout
16653
16654 \end_inset
16655 </cell>
16656 </row>
16657 <row>
16658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16659 \begin_inset Text
16660
16661 \begin_layout Plain Layout
16662
16663 \backslash
16664 mp
16665 \end_layout
16666
16667 \end_inset
16668 </cell>
16669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673 \begin_inset Formula $\mp$
16674 \end_inset
16675
16676
16677 \end_layout
16678
16679 \end_inset
16680 </cell>
16681 </row>
16682 <row>
16683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687
16688 \backslash
16689 cdot
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698 \begin_inset Formula $\cdot$
16699 \end_inset
16700
16701
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 </row>
16707 <row>
16708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16709 \begin_inset Text
16710
16711 \begin_layout Plain Layout
16712
16713 \backslash
16714 times
16715 \end_layout
16716
16717 \end_inset
16718 </cell>
16719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723 \begin_inset Formula $\times$
16724 \end_inset
16725
16726
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 </row>
16732 <row>
16733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737
16738 \backslash
16739 div
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 \begin_inset Formula $\div$
16749 \end_inset
16750
16751
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 </row>
16757 <row>
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762 \begin_inset ERT
16763 status collapsed
16764
16765 \begin_layout Plain Layout
16766
16767
16768 \backslash
16769 raisebox{-1.2mm}{
16770 \end_layout
16771
16772 \end_inset
16773
16774 *
16775 \begin_inset ERT
16776 status collapsed
16777
16778 \begin_layout Plain Layout
16779
16780 }
16781 \end_layout
16782
16783 \end_inset
16784
16785
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794 \begin_inset Formula $*$
16795 \end_inset
16796
16797
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 </row>
16803 <row>
16804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808
16809 \backslash
16810 star
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Plain Layout
16819 \begin_inset Formula $\star$
16820 \end_inset
16821
16822
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 </row>
16828 <row>
16829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833
16834 \backslash
16835 circ
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844 \begin_inset Formula $\circ$
16845 \end_inset
16846
16847
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 </row>
16853 <row>
16854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858
16859 \backslash
16860 diamond
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869 \begin_inset Formula $\diamond$
16870 \end_inset
16871
16872
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 </row>
16878 <row>
16879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883
16884 \backslash
16885 bullet
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894 \begin_inset Formula $\bullet$
16895 \end_inset
16896
16897
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 </row>
16903 </lyxtabular>
16904
16905 \end_inset
16906
16907
16908 \begin_inset space \hfill{}
16909 \end_inset
16910
16911
16912 \begin_inset Tabular
16913 <lyxtabular version="3" rows="13" columns="2">
16914 <features>
16915 <column alignment="center" valignment="top" width="0pt">
16916 <column alignment="center" valignment="top" width="0pt">
16917 <row>
16918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922 Comando
16923 \end_layout
16924
16925 \end_inset
16926 </cell>
16927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Plain Layout
16931 Operador
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 </row>
16937 <row>
16938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942
16943 \backslash
16944 nabla
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953 \begin_inset Formula $\nabla$
16954 \end_inset
16955
16956
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 </row>
16962 <row>
16963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Plain Layout
16967
16968 \backslash
16969 bigtriangledown
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 \begin_inset Formula $\bigtriangledown$
16979 \end_inset
16980
16981
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 </row>
16987 <row>
16988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992
16993 \backslash
16994 bigtriangleup
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003 \begin_inset Formula $\bigtriangleup$
17004 \end_inset
17005
17006
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 </row>
17012 <row>
17013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017
17018 \backslash
17019 Box
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 \begin_inset Formula $\Box$
17029 \end_inset
17030
17031
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 </row>
17037 <row>
17038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042
17043 \backslash
17044 cap 
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053 \begin_inset Formula $\cap$
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 </row>
17062 <row>
17063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17064 \begin_inset Text
17065
17066 \begin_layout Plain Layout
17067
17068 \backslash
17069 cup
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078 \begin_inset Formula $\cup$
17079 \end_inset
17080
17081
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 </row>
17087 <row>
17088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092
17093 \backslash
17094 dagger
17095 \end_layout
17096
17097 \end_inset
17098 </cell>
17099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17100 \begin_inset Text
17101
17102 \begin_layout Plain Layout
17103 \begin_inset Formula $\dagger$
17104 \end_inset
17105
17106
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 </row>
17112 <row>
17113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17114 \begin_inset Text
17115
17116 \begin_layout Plain Layout
17117
17118 \backslash
17119 ddagger
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17125 \begin_inset Text
17126
17127 \begin_layout Plain Layout
17128 \begin_inset Formula $\ddagger$
17129 \end_inset
17130
17131
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 </row>
17137 <row>
17138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142
17143 \backslash
17144 wr
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153 \begin_inset Formula $\wr$
17154 \end_inset
17155
17156
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 </row>
17162 <row>
17163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17164 \begin_inset Text
17165
17166 \begin_layout Plain Layout
17167
17168 \backslash
17169 bigcirc
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17175 \begin_inset Text
17176
17177 \begin_layout Plain Layout
17178 \begin_inset Formula $\bigcirc$
17179 \end_inset
17180
17181
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 </row>
17187 <row>
17188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192
17193 \backslash
17194 wedge
17195 \end_layout
17196
17197 \end_inset
17198 </cell>
17199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17200 \begin_inset Text
17201
17202 \begin_layout Plain Layout
17203 \begin_inset Formula $\wedge$
17204 \end_inset
17205
17206
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 </row>
17212 <row>
17213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217
17218 \backslash
17219 vee
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228 \begin_inset Formula $\vee$
17229 \end_inset
17230
17231
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 </row>
17237 </lyxtabular>
17238
17239 \end_inset
17240
17241
17242 \begin_inset space \hfill{}
17243 \end_inset
17244
17245
17246 \begin_inset Tabular
17247 <lyxtabular version="3" rows="13" columns="2">
17248 <features>
17249 <column alignment="center" valignment="top" width="0pt">
17250 <column alignment="center" valignment="top" width="0pt">
17251 <row>
17252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256 Comando
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265 Operador
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 </row>
17271 <row>
17272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276
17277 \backslash
17278 oplus
17279 \end_layout
17280
17281 \end_inset
17282 </cell>
17283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17284 \begin_inset Text
17285
17286 \begin_layout Plain Layout
17287 \begin_inset Formula $\oplus$
17288 \end_inset
17289
17290
17291 \end_layout
17292
17293 \end_inset
17294 </cell>
17295 </row>
17296 <row>
17297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17298 \begin_inset Text
17299
17300 \begin_layout Plain Layout
17301
17302 \backslash
17303 ominus
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312 \begin_inset Formula $\ominus$
17313 \end_inset
17314
17315
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 </row>
17321 <row>
17322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17323 \begin_inset Text
17324
17325 \begin_layout Plain Layout
17326
17327 \backslash
17328 otimes
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337 \begin_inset Formula $\otimes$
17338 \end_inset
17339
17340
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 </row>
17346 <row>
17347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17348 \begin_inset Text
17349
17350 \begin_layout Plain Layout
17351
17352 \backslash
17353 oslash
17354 \end_layout
17355
17356 \end_inset
17357 </cell>
17358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17359 \begin_inset Text
17360
17361 \begin_layout Plain Layout
17362 \begin_inset Formula $\oslash$
17363 \end_inset
17364
17365
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 </row>
17371 <row>
17372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376
17377 \backslash
17378 odot
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387 \begin_inset Formula $\odot$
17388 \end_inset
17389
17390
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 </row>
17396 <row>
17397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401
17402 \backslash
17403 amalg
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17409 \begin_inset Text
17410
17411 \begin_layout Plain Layout
17412 \begin_inset Formula $\amalg$
17413 \end_inset
17414
17415
17416 \end_layout
17417
17418 \end_inset
17419 </cell>
17420 </row>
17421 <row>
17422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17423 \begin_inset Text
17424
17425 \begin_layout Plain Layout
17426
17427 \backslash
17428 uplus
17429 \end_layout
17430
17431 \end_inset
17432 </cell>
17433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17434 \begin_inset Text
17435
17436 \begin_layout Plain Layout
17437 \begin_inset Formula $\uplus$
17438 \end_inset
17439
17440
17441 \end_layout
17442
17443 \end_inset
17444 </cell>
17445 </row>
17446 <row>
17447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17448 \begin_inset Text
17449
17450 \begin_layout Plain Layout
17451
17452 \backslash
17453 setminus
17454 \end_layout
17455
17456 \end_inset
17457 </cell>
17458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17459 \begin_inset Text
17460
17461 \begin_layout Plain Layout
17462 \begin_inset Formula $\setminus$
17463 \end_inset
17464
17465
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 </row>
17471 <row>
17472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476
17477 \backslash
17478 sqcap
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17484 \begin_inset Text
17485
17486 \begin_layout Plain Layout
17487 \begin_inset Formula $\sqcap$
17488 \end_inset
17489
17490
17491 \end_layout
17492
17493 \end_inset
17494 </cell>
17495 </row>
17496 <row>
17497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17498 \begin_inset Text
17499
17500 \begin_layout Plain Layout
17501
17502 \backslash
17503 sqcup
17504 \end_layout
17505
17506 \end_inset
17507 </cell>
17508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17509 \begin_inset Text
17510
17511 \begin_layout Plain Layout
17512 \begin_inset Formula $\sqcup$
17513 \end_inset
17514
17515
17516 \end_layout
17517
17518 \end_inset
17519 </cell>
17520 </row>
17521 <row>
17522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17523 \begin_inset Text
17524
17525 \begin_layout Plain Layout
17526
17527 \backslash
17528 triangleleft
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537 \begin_inset Formula $\triangleleft$
17538 \end_inset
17539
17540
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 </row>
17546 <row>
17547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551
17552 \backslash
17553 triangleright
17554 \end_layout
17555
17556 \end_inset
17557 </cell>
17558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17559 \begin_inset Text
17560
17561 \begin_layout Plain Layout
17562 \begin_inset Formula $\triangleright$
17563 \end_inset
17564
17565
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 </row>
17571 </lyxtabular>
17572
17573 \end_inset
17574
17575
17576 \begin_inset space \hfill{}
17577 \end_inset
17578
17579
17580 \end_layout
17581
17582 \begin_layout Standard
17583 Todos los operadores binarios se pueden insertar también con el botón 
17584 \begin_inset Graphics
17585         filename ../../images/math/pm.png
17586         scale 85
17587
17588 \end_inset
17589
17590  de la barra de ecuaciones.
17591 \end_layout
17592
17593 \begin_layout Standard
17594 Para imprimir el operador Laplace se pueden usar 
17595 \series bold
17596
17597 \backslash
17598 Delta
17599 \series default
17600  o 
17601 \series bold
17602
17603 \backslash
17604 nabla
17605 \series default
17606 ^
17607 \series bold
17608 2
17609 \series default
17610  (
17611 \begin_inset Formula $\nabla^{2}$
17612 \end_inset
17613
17614 ) en vez de 
17615 \series bold
17616
17617 \backslash
17618 bigtriangleup
17619 \series default
17620 .
17621 \end_layout
17622
17623 \begin_layout Standard
17624 El carácter 
17625 \family sans
17626 Separador de menú
17627 \family default
17628  del menú 
17629 \family sans
17630 Insertar\SpecialChar \menuseparator
17631 Carácter especial
17632 \family default
17633  es el operador 
17634 \series bold
17635
17636 \backslash
17637 triangleright
17638 \series default
17639 .
17640 \end_layout
17641
17642 \begin_layout Subsection
17643 Operadores definidos por el usuario
17644 \begin_inset CommandInset label
17645 LatexCommand label
17646 name "sub:Operadores-de-usuario"
17647
17648 \end_inset
17649
17650
17651 \begin_inset Index
17652 status collapsed
17653
17654 \begin_layout Plain Layout
17655 Operadores ! personalizados
17656 \end_layout
17657
17658 \end_inset
17659
17660
17661 \end_layout
17662
17663 \begin_layout Standard
17664 Con ayuda del comando 
17665 \series bold
17666
17667 \backslash
17668 DeclareMathOperator
17669 \series default
17670
17671 \begin_inset Index
17672 status collapsed
17673
17674 \begin_layout Plain Layout
17675 Comandos ! D ! 
17676 \backslash
17677 dbinom@
17678 \backslash
17679 DeclareMathOperator
17680 \end_layout
17681
17682 \end_inset
17683
17684  se pueden definir operadores personalizados en el preámbulo LaTeX.
17685  Su esquema es:
17686 \end_layout
17687
17688 \begin_layout Standard
17689
17690 \series bold
17691
17692 \backslash
17693 DeclareMathOperator{comando nuevo}{presentación}
17694 \end_layout
17695
17696 \begin_layout Standard
17697 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17698  en la salida.
17699  Para definir un operador grande hay que añadirle un * detrás.
17700  Todos los operadores grandes personalizados pueden tener límites como se
17701  describe en 
17702 \begin_inset CommandInset ref
17703 LatexCommand ref
17704 reference "sub:Límites-de-operadores"
17705
17706 \end_inset
17707
17708 .
17709 \end_layout
17710
17711 \begin_layout Standard
17712 Por ejemplo, la línea en el preámbulo LaTeX
17713 \end_layout
17714
17715 \begin_layout Standard
17716
17717 \series bold
17718
17719 \backslash
17720 DeclareMathOperator*{
17721 \backslash
17722 Lozenge}{
17723 \backslash
17724 blacklozenge}
17725 \end_layout
17726
17727 \begin_layout Standard
17728 define el comando 
17729 \series bold
17730
17731 \backslash
17732 Lozenge
17733 \series default
17734 , que inserta un operador grande que es el símbolo blacklozenge de la 
17735 \begin_inset CommandInset ref
17736 LatexCommand ref
17737 reference "sub:Símbolos-misceláneos"
17738
17739 \end_inset
17740
17741 .
17742 \begin_inset Formula \[
17743 \Lozenge_{n=1}^{\infty}\]
17744
17745 \end_inset
17746
17747 El comando para esta expresión es: 
17748 \series bold
17749
17750 \backslash
17751 Lozenge^
17752 \backslash
17753 infty
17754 \begin_inset Formula $\rightarrow$
17755 \end_inset
17756
17757 _n=1
17758 \begin_inset VSpace bigskip
17759 \end_inset
17760
17761
17762 \end_layout
17763
17764 \begin_layout Standard
17765 Si los operadores personalizados no se van a usar varias veces en el documento,
17766  se pueden también definir con los comandos 
17767 \series bold
17768
17769 \backslash
17770 mathop
17771 \series default
17772
17773 \begin_inset Index
17774 status collapsed
17775
17776 \begin_layout Plain Layout
17777 Comandos ! M ! 
17778 \backslash
17779 mathop
17780 \end_layout
17781
17782 \end_inset
17783
17784  y 
17785 \series bold
17786
17787 \backslash
17788 mathbin
17789 \series default
17790
17791 \begin_inset Index
17792 status collapsed
17793
17794 \begin_layout Plain Layout
17795 Comandos ! M ! 
17796 \backslash
17797 mathbin
17798 \end_layout
17799
17800 \end_inset
17801
17802 , con el siguiente esquema:
17803 \end_layout
17804
17805 \begin_layout Standard
17806
17807 \series bold
17808
17809 \backslash
17810 mathop{presentación}
17811 \series default
17812  y 
17813 \series bold
17814
17815 \backslash
17816 mathbin{presentación}
17817 \end_layout
17818
17819 \begin_layout Standard
17820
17821 \series bold
17822
17823 \backslash
17824 mathop
17825 \series default
17826  define operadores grandes, 
17827 \series bold
17828
17829 \backslash
17830 mathbin
17831 \series default
17832  operadores binarios.
17833 \end_layout
17834
17835 \begin_layout Standard
17836
17837 \series bold
17838
17839 \backslash
17840 mathop
17841 \series default
17842  se puede usar, p.e., para poner un límite a varios operadores:
17843 \begin_inset Formula \[
17844 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17845
17846 \end_inset
17847
17848
17849 \end_layout
17850
17851 \begin_layout Standard
17852 El comando para la expresión anterior es:
17853 \begin_inset Newline newline
17854 \end_inset
17855
17856
17857 \series bold
17858
17859 \backslash
17860 mathop{
17861 \backslash
17862 sum
17863 \backslash
17864 negmedspace
17865 \backslash
17866 sum
17867 \series default
17868
17869 \begin_inset ERT
17870 status collapsed
17871
17872 \begin_layout Plain Layout
17873
17874
17875 \backslash
17876 spce 
17877 \end_layout
17878
17879 \end_inset
17880
17881
17882 \series bold
17883
17884 \begin_inset Formula $\to$
17885 \end_inset
17886
17887 ^N
17888 \series default
17889
17890 \begin_inset ERT
17891 status collapsed
17892
17893 \begin_layout Plain Layout
17894
17895
17896 \backslash
17897 spce 
17898 \end_layout
17899
17900 \end_inset
17901
17902
17903 \series bold
17904 _i,j=1
17905 \end_layout
17906
17907 \begin_layout Section
17908 Fuentes
17909 \begin_inset Index
17910 status collapsed
17911
17912 \begin_layout Plain Layout
17913 Fuentes
17914 \end_layout
17915
17916 \end_inset
17917
17918
17919 \end_layout
17920
17921 \begin_layout Subsection
17922 Estilos de fuentes
17923 \begin_inset CommandInset label
17924 LatexCommand label
17925 name "sub:Estilos-de-fuentes"
17926
17927 \end_inset
17928
17929
17930 \begin_inset Index
17931 status collapsed
17932
17933 \begin_layout Plain Layout
17934 Fuentes ! estilos de
17935 \end_layout
17936
17937 \end_inset
17938
17939
17940 \end_layout
17941
17942 \begin_layout Standard
17943 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17944  estilos:
17945 \end_layout
17946
17947 \begin_layout Standard
17948 \begin_inset VSpace -2mm
17949 \end_inset
17950
17951
17952 \end_layout
17953
17954 \begin_layout Standard
17955 \align center
17956 \begin_inset Tabular
17957 <lyxtabular version="3" rows="6" columns="3">
17958 <features>
17959 <column alignment="center" valignment="top" width="0">
17960 <column alignment="center" valignment="top" width="0">
17961 <column alignment="center" valignment="top" width="0">
17962 <row>
17963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17964 \begin_inset Text
17965
17966 \begin_layout Plain Layout
17967 Comando
17968 \end_layout
17969
17970 \end_inset
17971 </cell>
17972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17973 \begin_inset Text
17974
17975 \begin_layout Plain Layout
17976 Resultado
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 atajo
17986 \end_layout
17987
17988 \end_inset
17989 </cell>
17990 </row>
17991 <row>
17992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17993 \begin_inset Text
17994
17995 \begin_layout Plain Layout
17996
17997 \backslash
17998 mathbb
17999 \series bold
18000
18001 \begin_inset ERT
18002 status collapsed
18003
18004 \begin_layout Plain Layout
18005
18006
18007 \backslash
18008 spce 
18009 \end_layout
18010
18011 \end_inset
18012
18013
18014 \series default
18015 ABC
18016 \end_layout
18017
18018 \end_inset
18019 </cell>
18020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18021 \begin_inset Text
18022
18023 \begin_layout Plain Layout
18024 \begin_inset Formula $\mathbb{ABC}$
18025 \end_inset
18026
18027
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036
18037 \family sans
18038 Alt+C C
18039 \end_layout
18040
18041 \end_inset
18042 </cell>
18043 </row>
18044 <row>
18045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18046 \begin_inset Text
18047
18048 \begin_layout Plain Layout
18049
18050 \backslash
18051 mathbf
18052 \series bold
18053
18054 \begin_inset ERT
18055 status collapsed
18056
18057 \begin_layout Plain Layout
18058
18059
18060 \backslash
18061 spce 
18062 \end_layout
18063
18064 \end_inset
18065
18066
18067 \series default
18068 AbC
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18074 \begin_inset Text
18075
18076 \begin_layout Plain Layout
18077 \begin_inset Formula $\mathbf{AbC}$
18078 \end_inset
18079
18080
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout Plain Layout
18089
18090 \family sans
18091 Ctrl+B
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 </row>
18097 <row>
18098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18099 \begin_inset Text
18100
18101 \begin_layout Plain Layout
18102
18103 \backslash
18104 boldsymbol
18105 \series bold
18106
18107 \begin_inset ERT
18108 status collapsed
18109
18110 \begin_layout Plain Layout
18111
18112
18113 \backslash
18114 spce 
18115 \end_layout
18116
18117 \end_inset
18118
18119
18120 \series default
18121 AbC
18122 \end_layout
18123
18124 \end_inset
18125 </cell>
18126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18127 \begin_inset Text
18128
18129 \begin_layout Plain Layout
18130 \begin_inset Formula $\boldsymbol{AbC}$
18131 \end_inset
18132
18133
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142
18143 \family sans
18144 Ctrl+Alt+B , Alt+C B
18145 \end_layout
18146
18147 \end_inset
18148 </cell>
18149 </row>
18150 <row>
18151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155
18156 \backslash
18157 mathcal
18158 \series bold
18159
18160 \begin_inset ERT
18161 status collapsed
18162
18163 \begin_layout Plain Layout
18164
18165
18166 \backslash
18167 spce 
18168 \end_layout
18169
18170 \end_inset
18171
18172
18173 \series default
18174 ABC
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183 \begin_inset Formula $\mathcal{ABC}$
18184 \end_inset
18185
18186
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195
18196 \family sans
18197 Ctrl+E , Alt+C E
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 </row>
18203 <row>
18204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18205 \begin_inset Text
18206
18207 \begin_layout Plain Layout
18208
18209 \backslash
18210 mathfrak
18211 \series bold
18212
18213 \begin_inset ERT
18214 status collapsed
18215
18216 \begin_layout Plain Layout
18217
18218
18219 \backslash
18220 spce 
18221 \end_layout
18222
18223 \end_inset
18224
18225
18226 \series default
18227 AbC
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18233 \begin_inset Text
18234
18235 \begin_layout Plain Layout
18236 \begin_inset Formula $\mathfrak{AbC}$
18237 \end_inset
18238
18239
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18245 \begin_inset Text
18246
18247 \begin_layout Plain Layout
18248 -
18249 \end_layout
18250
18251 \end_inset
18252 </cell>
18253 </row>
18254 </lyxtabular>
18255
18256 \end_inset
18257
18258
18259 \end_layout
18260
18261 \begin_layout Standard
18262 \align center
18263 \begin_inset Tabular
18264 <lyxtabular version="3" rows="5" columns="3">
18265 <features>
18266 <column alignment="center" valignment="top" width="0">
18267 <column alignment="center" valignment="top" width="0">
18268 <column alignment="center" valignment="top" width="0">
18269 <row>
18270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18271 \begin_inset Text
18272
18273 \begin_layout Plain Layout
18274 Comando
18275 \end_layout
18276
18277 \end_inset
18278 </cell>
18279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18280 \begin_inset Text
18281
18282 \begin_layout Plain Layout
18283 Resultado
18284 \end_layout
18285
18286 \end_inset
18287 </cell>
18288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292 atajo
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 </row>
18298 <row>
18299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18300 \begin_inset Text
18301
18302 \begin_layout Plain Layout
18303
18304 \backslash
18305 mathit
18306 \series bold
18307
18308 \begin_inset ERT
18309 status collapsed
18310
18311 \begin_layout Plain Layout
18312
18313
18314 \backslash
18315 spce 
18316 \end_layout
18317
18318 \end_inset
18319
18320
18321 \series default
18322 AbC
18323 \end_layout
18324
18325 \end_inset
18326 </cell>
18327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331 \begin_inset Formula $\mathit{AbC}$
18332 \end_inset
18333
18334
18335 \end_layout
18336
18337 \end_inset
18338 </cell>
18339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343 -
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 </row>
18349 <row>
18350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354
18355 \backslash
18356 mathrm
18357 \series bold
18358
18359 \begin_inset ERT
18360 status collapsed
18361
18362 \begin_layout Plain Layout
18363
18364
18365 \backslash
18366 spce 
18367 \end_layout
18368
18369 \end_inset
18370
18371
18372 \series default
18373 AbC
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18379 \begin_inset Text
18380
18381 \begin_layout Plain Layout
18382 \begin_inset Formula $\mathrm{AbC}$
18383 \end_inset
18384
18385
18386 \end_layout
18387
18388 \end_inset
18389 </cell>
18390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18391 \begin_inset Text
18392
18393 \begin_layout Plain Layout
18394
18395 \family sans
18396 Alt+C R
18397 \end_layout
18398
18399 \end_inset
18400 </cell>
18401 </row>
18402 <row>
18403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407
18408 \backslash
18409 mathsf
18410 \series bold
18411
18412 \begin_inset ERT
18413 status collapsed
18414
18415 \begin_layout Plain Layout
18416
18417
18418 \backslash
18419 spce 
18420 \end_layout
18421
18422 \end_inset
18423
18424
18425 \series default
18426 AbC
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout Plain Layout
18435 \begin_inset Formula $\mathsf{AbC}$
18436 \end_inset
18437
18438
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447
18448 \family sans
18449 Alt+C S
18450 \end_layout
18451
18452 \end_inset
18453 </cell>
18454 </row>
18455 <row>
18456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18457 \begin_inset Text
18458
18459 \begin_layout Plain Layout
18460
18461 \backslash
18462 mathtt
18463 \series bold
18464
18465 \begin_inset ERT
18466 status collapsed
18467
18468 \begin_layout Plain Layout
18469
18470
18471 \backslash
18472 spce 
18473 \end_layout
18474
18475 \end_inset
18476
18477
18478 \series default
18479 AbC
18480 \end_layout
18481
18482 \end_inset
18483 </cell>
18484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18485 \begin_inset Text
18486
18487 \begin_layout Plain Layout
18488 \begin_inset Formula $\mathtt{AbC}$
18489 \end_inset
18490
18491
18492 \end_layout
18493
18494 \end_inset
18495 </cell>
18496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18497 \begin_inset Text
18498
18499 \begin_layout Plain Layout
18500
18501 \family sans
18502 Ctrl+Mayúsculas+P
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 </row>
18508 </lyxtabular>
18509
18510 \end_inset
18511
18512
18513 \end_layout
18514
18515 \begin_layout Standard
18516 \begin_inset Note Greyedout
18517 status open
18518
18519 \begin_layout Plain Layout
18520
18521 \series bold
18522 Nota
18523 \series default
18524 : Los estilos 
18525 \series bold
18526
18527 \backslash
18528 mathbb
18529 \series default
18530  y 
18531 \series bold
18532
18533 \backslash
18534 mathcal
18535 \series default
18536  sólo se aplican a letras mayúsculas.
18537 \end_layout
18538
18539 \end_inset
18540
18541
18542 \end_layout
18543
18544 \begin_layout Standard
18545 El estilo predeterminado es 
18546 \series bold
18547
18548 \backslash
18549 mathnormal
18550 \series default
18551 .
18552 \end_layout
18553
18554 \begin_layout Standard
18555 Los comandos de estilo funcionan también en estructuras matemáticas:
18556 \begin_inset Formula \[
18557 \mathfrak{A=\frac{b}{C}}\]
18558
18559 \end_inset
18560
18561
18562 \end_layout
18563
18564 \begin_layout Standard
18565 Los caracteres en texto matemático no aparecen en un estilo de letra de
18566  ecuaciones sino en el estilo 
18567 \series bold
18568
18569 \backslash
18570 textrm
18571 \series default
18572 .
18573  Este estilo no se puede poner correctamente con el diálogo de estilo de
18574  texto por un fallo de LyX.
18575 \begin_inset Foot
18576 status collapsed
18577
18578 \begin_layout Plain Layout
18579 \begin_inset CommandInset href
18580 LatexCommand href
18581 name "LyX-bug #4091"
18582 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18583
18584 \end_inset
18585
18586
18587 \end_layout
18588
18589 \end_inset
18590
18591
18592 \end_layout
18593
18594 \begin_layout Standard
18595 En vez de comandos se puede usar el menú 
18596 \family sans
18597 Editar\SpecialChar \menuseparator
18598 Ecuación\SpecialChar \menuseparator
18599 Estilo del texto
18600 \family default
18601  o el botón 
18602 \begin_inset Graphics
18603         filename ../../images/math/font.png
18604         scale 85
18605
18606 \end_inset
18607
18608 .
18609 \end_layout
18610
18611 \begin_layout Subsection
18612 Ecuaciones en negrita
18613 \begin_inset CommandInset label
18614 LatexCommand label
18615 name "sub:Ecuaciones-en-negrita"
18616
18617 \end_inset
18618
18619
18620 \begin_inset Index
18621 status collapsed
18622
18623 \begin_layout Plain Layout
18624 Ecuación ! en negrita
18625 \end_layout
18626
18627 \end_inset
18628
18629
18630 \end_layout
18631
18632 \begin_layout Standard
18633 Para poner en negrita una ecuación completa no se puede usar el comando
18634  
18635 \series bold
18636
18637 \backslash
18638 mathbf
18639 \series default
18640 , porque no funciona con minúsculas griegas.
18641  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18642 \begin_inset Formula \[
18643 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}\]
18644
18645 \end_inset
18646
18647
18648 \end_layout
18649
18650 \begin_layout Standard
18651 Para presentar la ecuación correctamente se usa el comando 
18652 \series bold
18653 boldsymbol
18654 \series default
18655 :
18656 \begin_inset Formula \[
18657 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}\]
18658
18659 \end_inset
18660
18661
18662 \end_layout
18663
18664 \begin_layout Standard
18665 También es posible poner la fórmula en un 
18666 \series bold
18667 entorno boldmath
18668 \series default
18669 , que se inserta con el comando 
18670 \series bold
18671
18672 \backslash
18673 boldmath
18674 \series default
18675
18676 \begin_inset Index
18677 status collapsed
18678
18679 \begin_layout Plain Layout
18680 Comandos ! B ! 
18681 \backslash
18682 boldmath
18683 \end_layout
18684
18685 \end_inset
18686
18687  en modo TeX.
18688  Para finalizar el entorno se usa el comando 
18689 \series bold
18690
18691 \backslash
18692 unboldmath
18693 \series default
18694
18695 \begin_inset Index
18696 status collapsed
18697
18698 \begin_layout Plain Layout
18699 Comandos ! U ! 
18700 \backslash
18701 unboldmath
18702 \end_layout
18703
18704 \end_inset
18705
18706  en modo TeX.
18707 \begin_inset ERT
18708 status collapsed
18709
18710 \begin_layout Plain Layout
18711
18712
18713 \backslash
18714 boldmath
18715 \end_layout
18716
18717 \end_inset
18718
18719
18720 \begin_inset Formula \[
18721 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}\]
18722
18723 \end_inset
18724
18725
18726 \end_layout
18727
18728 \begin_layout Standard
18729 \begin_inset ERT
18730 status collapsed
18731
18732 \begin_layout Plain Layout
18733
18734
18735 \backslash
18736 unboldmath
18737 \end_layout
18738
18739 \end_inset
18740
18741
18742 \end_layout
18743
18744 \begin_layout Subsection
18745 Ecuaciones coloreadas
18746 \begin_inset Index
18747 status collapsed
18748
18749 \begin_layout Plain Layout
18750 Ecuación ! coloreada
18751 \end_layout
18752
18753 \end_inset
18754
18755
18756 \end_layout
18757
18758 \begin_layout Standard
18759 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
18760  o una parte de una ecuación y usa el diálogo 
18761 \family sans
18762 Estilo del texto
18763 \family default
18764 .
18765  Aquí hay una ecuación en magenta:
18766 \begin_inset Formula \[
18767 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18768
18769 \end_inset
18770
18771 También puedes definir tus propios colores como se describe en
18772 \begin_inset space ~
18773 \end_inset
18774
18775
18776 \begin_inset CommandInset ref
18777 LatexCommand ref
18778 reference "sub:Cuadros-coloreados"
18779
18780 \end_inset
18781
18782 .
18783  Pueden usarse con el comando en código TeX 
18784 \series bold
18785
18786 \backslash
18787 textcolor
18788 \series default
18789
18790 \begin_inset Index
18791 status collapsed
18792
18793 \begin_layout Plain Layout
18794 Comandos ! T ! 
18795 \backslash
18796 textcolor
18797 \end_layout
18798
18799 \end_inset
18800
18801  según el esquema
18802 \end_layout
18803
18804 \begin_layout Standard
18805
18806 \series bold
18807
18808 \backslash
18809 textcolor{color}{caracteres o ecuación}
18810 \end_layout
18811
18812 \begin_layout Standard
18813 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
18814 e en rojo:
18815 \end_layout
18816
18817 \begin_layout Standard
18818 \begin_inset ERT
18819 status collapsed
18820
18821 \begin_layout Plain Layout
18822
18823
18824 \backslash
18825 textcolor{verdeoscuro}{
18826 \end_layout
18827
18828 \end_inset
18829
18830
18831 \begin_inset Formula \[
18832 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18833
18834 \end_inset
18835
18836
18837 \begin_inset ERT
18838 status collapsed
18839
18840 \begin_layout Plain Layout
18841
18842 }
18843 \end_layout
18844
18845 \end_inset
18846
18847
18848 \end_layout
18849
18850 \begin_layout Standard
18851 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
18852  a ecuaciones completas.
18853 \begin_inset Foot
18854 status collapsed
18855
18856 \begin_layout Plain Layout
18857 \begin_inset CommandInset href
18858 LatexCommand href
18859 name "LyX-bug #5269"
18860 target "http://bugzilla.lyx.org/show_bug.cgi?id=5269"
18861
18862 \end_inset
18863
18864
18865 \end_layout
18866
18867 \end_inset
18868
18869
18870 \end_layout
18871
18872 \begin_layout Subsection
18873 Tamaños de fuentes
18874 \begin_inset CommandInset label
18875 LatexCommand label
18876 name "sub:Tamaños-de-fuentes"
18877
18878 \end_inset
18879
18880
18881 \begin_inset Index
18882 status collapsed
18883
18884 \begin_layout Plain Layout
18885 Fuentes ! tamaño
18886 \end_layout
18887
18888 \end_inset
18889
18890
18891 \end_layout
18892
18893 \begin_layout Standard
18894 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18895  siguientes comandos de tamaño:
18896 \end_layout
18897
18898 \begin_layout Standard
18899
18900 \series bold
18901
18902 \backslash
18903 Huge
18904 \series default
18905
18906 \series bold
18907
18908 \backslash
18909 huge
18910 \series default
18911
18912 \series bold
18913
18914 \backslash
18915 LARGE
18916 \series default
18917
18918 \series bold
18919
18920 \backslash
18921 Large
18922 \series default
18923
18924 \series bold
18925
18926 \backslash
18927 large
18928 \series default
18929
18930 \series bold
18931
18932 \backslash
18933 normalsize
18934 \series default
18935
18936 \series bold
18937
18938 \backslash
18939 small
18940 \series default
18941 ,
18942 \begin_inset Newline newline
18943 \end_inset
18944
18945
18946 \series bold
18947
18948 \backslash
18949 footnotesize
18950 \series default
18951
18952 \series bold
18953
18954 \backslash
18955 scriptsize
18956 \series default
18957 , y 
18958 \series bold
18959
18960 \backslash
18961 tiny
18962 \end_layout
18963
18964 \begin_layout Standard
18965 El tamaño dado por los comandos depende del tamaño base de la fuente en
18966  el documento, dado por el comando 
18967 \series bold
18968
18969 \backslash
18970 normalsize
18971 \series default
18972 .
18973  Los demás comandos producen tamaños menores o mayores que 
18974 \series bold
18975
18976 \backslash
18977 normalsize
18978 \series default
18979 .
18980  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
18981  Si, por ejemplo, la fuente del documento es de 12
18982 \begin_inset space \thinspace{}
18983 \end_inset
18984
18985 pt, el comando 
18986 \series bold
18987
18988 \backslash
18989 Huge
18990 \series default
18991  da el mismo tamaño que 
18992 \series bold
18993
18994 \backslash
18995 huge
18996 \series default
18997 .
18998 \end_layout
18999
19000 \begin_layout Standard
19001 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
19002  a todas las ecuaciones y texto siguientes.
19003  Para volver al tamaño anterior hay que insertar el comando 
19004 \series bold
19005
19006 \backslash
19007 normalsize
19008 \series default
19009  en modo TeX detrás de la ecuación.
19010  
19011 \end_layout
19012
19013 \begin_layout Standard
19014 Dentro de una fórmula el tamaño sólo se puede cambiar para símbolos o letras
19015  en texto matemático.
19016  Para hacerlo se inserta el comando en texto matemático.
19017  Todos los caracteres siguientes, hasta el final del texto matemático o
19018  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19019  Dos ejemplos:
19020 \end_layout
19021
19022 \begin_layout Standard
19023 \begin_inset VSpace -2mm
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \begin_layout Standard
19030 \begin_inset ERT
19031 status collapsed
19032
19033 \begin_layout Plain Layout
19034
19035
19036 \backslash
19037 huge
19038 \end_layout
19039
19040 \end_inset
19041
19042
19043 \begin_inset Formula \[
19044 A=\frac{B}{c}\cdot\maltese\]
19045
19046 \end_inset
19047
19048
19049 \begin_inset Formula \[
19050 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19051
19052 \end_inset
19053
19054
19055 \end_layout
19056
19057 \begin_layout Standard
19058 \begin_inset ERT
19059 status collapsed
19060
19061 \begin_layout Plain Layout
19062
19063
19064 \backslash
19065 normalsize
19066 \end_layout
19067
19068 \end_inset
19069
19070
19071 \begin_inset VSpace medskip
19072 \end_inset
19073
19074
19075 \end_layout
19076
19077 \begin_layout Standard
19078 Antes de las ecuaciones se ha insertado el comando 
19079 \series bold
19080
19081 \backslash
19082 huge
19083 \series default
19084 .
19085  Para la segunda ecuación el comando es:
19086 \begin_inset Newline newline
19087 \end_inset
19088
19089
19090 \series bold
19091
19092 \backslash
19093 maltese
19094 \begin_inset ERT
19095 status collapsed
19096
19097 \begin_layout Plain Layout
19098
19099
19100 \backslash
19101 spce 
19102 \end_layout
19103
19104 \end_inset
19105
19106 A Alt+M M 
19107 \backslash
19108 Large
19109 \begin_inset ERT
19110 status collapsed
19111
19112 \begin_layout Plain Layout
19113
19114
19115 \backslash
19116 spce 
19117 \end_layout
19118
19119 \end_inset
19120
19121
19122 \backslash
19123 maltese
19124 \begin_inset ERT
19125 status collapsed
19126
19127 \begin_layout Plain Layout
19128
19129
19130 \backslash
19131 spce 
19132 \end_layout
19133
19134 \end_inset
19135
19136
19137 \backslash
19138 textit
19139 \begin_inset ERT
19140 status collapsed
19141
19142 \begin_layout Plain Layout
19143
19144
19145 \backslash
19146 spce 
19147 \end_layout
19148
19149 \end_inset
19150
19151 A
19152 \begin_inset Formula $\to$
19153 \end_inset
19154
19155
19156 \begin_inset Formula $\to$
19157 \end_inset
19158
19159
19160 \begin_inset Newline newline
19161 \end_inset
19162
19163
19164 \begin_inset space \hspace*{}
19165 \length 1cm
19166 \end_inset
19167
19168 Alt+M M 
19169 \backslash
19170 tiny
19171 \begin_inset ERT
19172 status collapsed
19173
19174 \begin_layout Plain Layout
19175
19176
19177 \backslash
19178 spce 
19179 \end_layout
19180
19181 \end_inset
19182
19183
19184 \backslash
19185 maltese
19186 \begin_inset ERT
19187 status collapsed
19188
19189 \begin_layout Plain Layout
19190
19191
19192 \backslash
19193 spce 
19194 \end_layout
19195
19196 \end_inset
19197
19198
19199 \backslash
19200 textit
19201 \begin_inset ERT
19202 status collapsed
19203
19204 \begin_layout Plain Layout
19205
19206
19207 \backslash
19208 spce 
19209 \end_layout
19210
19211 \end_inset
19212
19213 A
19214 \end_layout
19215
19216 \begin_layout Standard
19217 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19218  el tamaño por omisión.
19219 \end_layout
19220
19221 \begin_layout Section
19222 Letras griegas
19223 \begin_inset Index
19224 status collapsed
19225
19226 \begin_layout Plain Layout
19227 Letras griegas
19228 \end_layout
19229
19230 \end_inset
19231
19232
19233 \end_layout
19234
19235 \begin_layout Standard
19236 Todas las letras griegas se pueden insertar además mediante el botón 
19237 \begin_inset Graphics
19238         filename ../../images/math/alpha.png
19239         scale 85
19240
19241 \end_inset
19242
19243  de la barra de ecuaciones.
19244 \end_layout
19245
19246 \begin_layout Subsection
19247 Minúsculas
19248 \begin_inset Index
19249 status collapsed
19250
19251 \begin_layout Plain Layout
19252 Letras griegas ! minúsculas
19253 \end_layout
19254
19255 \end_inset
19256
19257
19258 \end_layout
19259
19260 \begin_layout Standard
19261 \begin_inset space \hfill{}
19262 \end_inset
19263
19264
19265 \begin_inset Tabular
19266 <lyxtabular version="3" rows="11" columns="2">
19267 <features>
19268 <column alignment="center" valignment="top" width="0pt">
19269 <column alignment="center" valignment="top" width="0pt">
19270 <row>
19271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19272 \begin_inset Text
19273
19274 \begin_layout Plain Layout
19275 Comando
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19281 \begin_inset Text
19282
19283 \begin_layout Plain Layout
19284 Símbolo
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 </row>
19290 <row>
19291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Plain Layout
19295
19296 \backslash
19297 alpha
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306 \begin_inset Formula $\alpha$
19307 \end_inset
19308
19309
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 </row>
19315 <row>
19316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19317 \begin_inset Text
19318
19319 \begin_layout Plain Layout
19320
19321 \backslash
19322 beta
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19328 \begin_inset Text
19329
19330 \begin_layout Plain Layout
19331 \begin_inset Formula $\beta$
19332 \end_inset
19333
19334
19335 \end_layout
19336
19337 \end_inset
19338 </cell>
19339 </row>
19340 <row>
19341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19342 \begin_inset Text
19343
19344 \begin_layout Plain Layout
19345
19346 \backslash
19347 gamma
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356 \begin_inset Formula $\gamma$
19357 \end_inset
19358
19359
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 </row>
19365 <row>
19366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19367 \begin_inset Text
19368
19369 \begin_layout Plain Layout
19370
19371 \backslash
19372 delta
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19378 \begin_inset Text
19379
19380 \begin_layout Plain Layout
19381 \begin_inset Formula $\delta$
19382 \end_inset
19383
19384
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 </row>
19390 <row>
19391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Plain Layout
19395
19396 \backslash
19397 epsilon
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406 \begin_inset Formula $\epsilon$
19407 \end_inset
19408
19409
19410 \end_layout
19411
19412 \end_inset
19413 </cell>
19414 </row>
19415 <row>
19416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout Plain Layout
19420
19421 \backslash
19422 varepsilon
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431 \begin_inset Formula $\varepsilon$
19432 \end_inset
19433
19434
19435 \end_layout
19436
19437 \end_inset
19438 </cell>
19439 </row>
19440 <row>
19441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19442 \begin_inset Text
19443
19444 \begin_layout Plain Layout
19445
19446 \backslash
19447 zeta
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19453 \begin_inset Text
19454
19455 \begin_layout Plain Layout
19456 \begin_inset Formula $\zeta$
19457 \end_inset
19458
19459
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 </row>
19465 <row>
19466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19467 \begin_inset Text
19468
19469 \begin_layout Plain Layout
19470
19471 \backslash
19472 eta
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481 \begin_inset Formula $\eta$
19482 \end_inset
19483
19484
19485 \end_layout
19486
19487 \end_inset
19488 </cell>
19489 </row>
19490 <row>
19491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19492 \begin_inset Text
19493
19494 \begin_layout Plain Layout
19495
19496 \backslash
19497 theta
19498 \end_layout
19499
19500 \end_inset
19501 </cell>
19502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19503 \begin_inset Text
19504
19505 \begin_layout Plain Layout
19506 \begin_inset Formula $\theta$
19507 \end_inset
19508
19509
19510 \end_layout
19511
19512 \end_inset
19513 </cell>
19514 </row>
19515 <row>
19516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19517 \begin_inset Text
19518
19519 \begin_layout Plain Layout
19520
19521 \backslash
19522 vartheta
19523 \end_layout
19524
19525 \end_inset
19526 </cell>
19527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19528 \begin_inset Text
19529
19530 \begin_layout Plain Layout
19531 \begin_inset Formula $\vartheta$
19532 \end_inset
19533
19534
19535 \end_layout
19536
19537 \end_inset
19538 </cell>
19539 </row>
19540 </lyxtabular>
19541
19542 \end_inset
19543
19544
19545 \begin_inset space \hfill{}
19546 \end_inset
19547
19548
19549 \begin_inset Tabular
19550 <lyxtabular version="3" rows="12" columns="2">
19551 <features>
19552 <column alignment="center" valignment="top" width="0pt">
19553 <column alignment="center" valignment="top" width="0pt">
19554 <row>
19555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Plain Layout
19559 Comando
19560 \end_layout
19561
19562 \end_inset
19563 </cell>
19564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19565 \begin_inset Text
19566
19567 \begin_layout Plain Layout
19568 Símbolo
19569 \end_layout
19570
19571 \end_inset
19572 </cell>
19573 </row>
19574 <row>
19575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Plain Layout
19579
19580 \backslash
19581 iota
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Plain Layout
19590 \begin_inset Formula $\iota$
19591 \end_inset
19592
19593
19594 \end_layout
19595
19596 \end_inset
19597 </cell>
19598 </row>
19599 <row>
19600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19601 \begin_inset Text
19602
19603 \begin_layout Plain Layout
19604
19605 \backslash
19606 kappa
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19612 \begin_inset Text
19613
19614 \begin_layout Plain Layout
19615 \begin_inset Formula $\kappa$
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \end_inset
19622 </cell>
19623 </row>
19624 <row>
19625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19626 \begin_inset Text
19627
19628 \begin_layout Plain Layout
19629
19630 \backslash
19631 varkappa
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19637 \begin_inset Text
19638
19639 \begin_layout Plain Layout
19640 \begin_inset Formula $\varkappa$
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 </row>
19649 <row>
19650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654
19655 \backslash
19656 lambda
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665 \begin_inset Formula $\lambda$
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 </row>
19674 <row>
19675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Plain Layout
19679
19680 \backslash
19681 mu
19682 \end_layout
19683
19684 \end_inset
19685 </cell>
19686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19687 \begin_inset Text
19688
19689 \begin_layout Plain Layout
19690 \begin_inset Formula $\mu$
19691 \end_inset
19692
19693
19694 \end_layout
19695
19696 \end_inset
19697 </cell>
19698 </row>
19699 <row>
19700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19701 \begin_inset Text
19702
19703 \begin_layout Plain Layout
19704
19705 \backslash
19706 nu
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19712 \begin_inset Text
19713
19714 \begin_layout Plain Layout
19715 \begin_inset Formula $\nu$
19716 \end_inset
19717
19718
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 </row>
19724 <row>
19725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729
19730 \backslash
19731 xi
19732 \end_layout
19733
19734 \end_inset
19735 </cell>
19736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19737 \begin_inset Text
19738
19739 \begin_layout Plain Layout
19740 \begin_inset Formula $\xi$
19741 \end_inset
19742
19743
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 </row>
19749 <row>
19750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19751 \begin_inset Text
19752
19753 \begin_layout Plain Layout
19754 o
19755 \end_layout
19756
19757 \end_inset
19758 </cell>
19759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763 \begin_inset Formula $o$
19764 \end_inset
19765
19766
19767 \end_layout
19768
19769 \end_inset
19770 </cell>
19771 </row>
19772 <row>
19773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777
19778 \backslash
19779 pi
19780 \end_layout
19781
19782 \end_inset
19783 </cell>
19784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788 \begin_inset Formula $\pi$
19789 \end_inset
19790
19791
19792 \end_layout
19793
19794 \end_inset
19795 </cell>
19796 </row>
19797 <row>
19798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802
19803 \backslash
19804 varpi
19805 \end_layout
19806
19807 \end_inset
19808 </cell>
19809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19810 \begin_inset Text
19811
19812 \begin_layout Plain Layout
19813 \begin_inset Formula $\varpi$
19814 \end_inset
19815
19816
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 </row>
19822 <row>
19823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827
19828 \backslash
19829 rho
19830 \end_layout
19831
19832 \end_inset
19833 </cell>
19834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838 \begin_inset Formula $\rho$
19839 \end_inset
19840
19841
19842 \end_layout
19843
19844 \end_inset
19845 </cell>
19846 </row>
19847 </lyxtabular>
19848
19849 \end_inset
19850
19851
19852 \begin_inset space \hfill{}
19853 \end_inset
19854
19855
19856 \begin_inset Tabular
19857 <lyxtabular version="3" rows="11" columns="2">
19858 <features>
19859 <column alignment="center" valignment="top" width="0pt">
19860 <column alignment="center" valignment="top" width="0pt">
19861 <row>
19862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866 Comando
19867 \end_layout
19868
19869 \end_inset
19870 </cell>
19871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19872 \begin_inset Text
19873
19874 \begin_layout Plain Layout
19875 Símbolo
19876 \end_layout
19877
19878 \end_inset
19879 </cell>
19880 </row>
19881 <row>
19882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19883 \begin_inset Text
19884
19885 \begin_layout Plain Layout
19886
19887 \backslash
19888 varrho
19889 \end_layout
19890
19891 \end_inset
19892 </cell>
19893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19894 \begin_inset Text
19895
19896 \begin_layout Plain Layout
19897 \begin_inset Formula $\varrho$
19898 \end_inset
19899
19900
19901 \end_layout
19902
19903 \end_inset
19904 </cell>
19905 </row>
19906 <row>
19907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19908 \begin_inset Text
19909
19910 \begin_layout Plain Layout
19911
19912 \backslash
19913 sigma
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19919 \begin_inset Text
19920
19921 \begin_layout Plain Layout
19922 \begin_inset Formula $\sigma$
19923 \end_inset
19924
19925
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 </row>
19931 <row>
19932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19933 \begin_inset Text
19934
19935 \begin_layout Plain Layout
19936
19937 \backslash
19938 varsigma
19939 \end_layout
19940
19941 \end_inset
19942 </cell>
19943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19944 \begin_inset Text
19945
19946 \begin_layout Plain Layout
19947 \begin_inset Formula $\varsigma$
19948 \end_inset
19949
19950
19951 \end_layout
19952
19953 \end_inset
19954 </cell>
19955 </row>
19956 <row>
19957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19958 \begin_inset Text
19959
19960 \begin_layout Plain Layout
19961
19962 \backslash
19963 tau
19964 \end_layout
19965
19966 \end_inset
19967 </cell>
19968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19969 \begin_inset Text
19970
19971 \begin_layout Plain Layout
19972 \begin_inset Formula $\tau$
19973 \end_inset
19974
19975
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 </row>
19981 <row>
19982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19983 \begin_inset Text
19984
19985 \begin_layout Plain Layout
19986
19987 \backslash
19988 upsilon
19989 \end_layout
19990
19991 \end_inset
19992 </cell>
19993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19994 \begin_inset Text
19995
19996 \begin_layout Plain Layout
19997 \begin_inset Formula $\upsilon$
19998 \end_inset
19999
20000
20001 \end_layout
20002
20003 \end_inset
20004 </cell>
20005 </row>
20006 <row>
20007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011
20012 \backslash
20013 phi
20014 \end_layout
20015
20016 \end_inset
20017 </cell>
20018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20019 \begin_inset Text
20020
20021 \begin_layout Plain Layout
20022 \begin_inset Formula $\phi$
20023 \end_inset
20024
20025
20026 \end_layout
20027
20028 \end_inset
20029 </cell>
20030 </row>
20031 <row>
20032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036
20037 \backslash
20038 varphi
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047 \begin_inset Formula $\varphi$
20048 \end_inset
20049
20050
20051 \end_layout
20052
20053 \end_inset
20054 </cell>
20055 </row>
20056 <row>
20057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061
20062 \backslash
20063 chi
20064 \end_layout
20065
20066 \end_inset
20067 </cell>
20068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072 \begin_inset Formula $\chi$
20073 \end_inset
20074
20075
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 </row>
20081 <row>
20082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086
20087 \backslash
20088 psi
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097 \begin_inset Formula $\psi$
20098 \end_inset
20099
20100
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 </row>
20106 <row>
20107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Plain Layout
20111
20112 \backslash
20113 omega
20114 \end_layout
20115
20116 \end_inset
20117 </cell>
20118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20119 \begin_inset Text
20120
20121 \begin_layout Plain Layout
20122 \begin_inset Formula $\omega$
20123 \end_inset
20124
20125
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 </row>
20131 </lyxtabular>
20132
20133 \end_inset
20134
20135
20136 \begin_inset space \hfill{}
20137 \end_inset
20138
20139
20140 \end_layout
20141
20142 \begin_layout Standard
20143 \begin_inset VSpace medskip
20144 \end_inset
20145
20146
20147 \end_layout
20148
20149 \begin_layout Standard
20150 Cómo escribir letras griegas en redonda se explica en 
20151 \begin_inset CommandInset ref
20152 LatexCommand ref
20153 reference "sub:Griegas-en-redonda"
20154
20155 \end_inset
20156
20157 .
20158 \end_layout
20159
20160 \begin_layout Subsection
20161 Mayúsculas
20162 \begin_inset Index
20163 status collapsed
20164
20165 \begin_layout Plain Layout
20166 Letras griegas ! mayúsculas
20167 \end_layout
20168
20169 \end_inset
20170
20171
20172 \end_layout
20173
20174 \begin_layout Standard
20175 \begin_inset space \hfill{}
20176 \end_inset
20177
20178
20179 \begin_inset Tabular
20180 <lyxtabular version="3" rows="7" columns="2">
20181 <features>
20182 <column alignment="center" valignment="top" width="0pt">
20183 <column alignment="center" valignment="top" width="0pt">
20184 <row>
20185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20186 \begin_inset Text
20187
20188 \begin_layout Plain Layout
20189 Comando
20190 \end_layout
20191
20192 \end_inset
20193 </cell>
20194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198 Símbolo
20199 \end_layout
20200
20201 \end_inset
20202 </cell>
20203 </row>
20204 <row>
20205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209
20210 \backslash
20211 Gamma
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220 \begin_inset Formula $\Gamma$
20221 \end_inset
20222
20223
20224 \end_layout
20225
20226 \end_inset
20227 </cell>
20228 </row>
20229 <row>
20230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20231 \begin_inset Text
20232
20233 \begin_layout Plain Layout
20234
20235 \backslash
20236 Delta
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245 \begin_inset Formula $\Delta$
20246 \end_inset
20247
20248
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 </row>
20254 <row>
20255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259
20260 \backslash
20261 Theta
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270 \begin_inset Formula $\Theta$
20271 \end_inset
20272
20273
20274 \end_layout
20275
20276 \end_inset
20277 </cell>
20278 </row>
20279 <row>
20280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20281 \begin_inset Text
20282
20283 \begin_layout Plain Layout
20284
20285 \backslash
20286 Lambda
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Plain Layout
20295 \begin_inset Formula $\Lambda$
20296 \end_inset
20297
20298
20299 \end_layout
20300
20301 \end_inset
20302 </cell>
20303 </row>
20304 <row>
20305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309
20310 \backslash
20311 Xi
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320 \begin_inset Formula $\Xi$
20321 \end_inset
20322
20323
20324 \end_layout
20325
20326 \end_inset
20327 </cell>
20328 </row>
20329 <row>
20330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20331 \begin_inset Text
20332
20333 \begin_layout Plain Layout
20334
20335 \backslash
20336 Pi
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20342 \begin_inset Text
20343
20344 \begin_layout Plain Layout
20345 \begin_inset Formula $\Pi$
20346 \end_inset
20347
20348
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 </row>
20354 </lyxtabular>
20355
20356 \end_inset
20357
20358
20359 \begin_inset space \hfill{}
20360 \end_inset
20361
20362
20363 \begin_inset Tabular
20364 <lyxtabular version="3" rows="6" columns="2">
20365 <features>
20366 <column alignment="center" valignment="top" width="0pt">
20367 <column alignment="center" valignment="top" width="0pt">
20368 <row>
20369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373 Comando
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382 Símbolo
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 </row>
20388 <row>
20389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20390 \begin_inset Text
20391
20392 \begin_layout Plain Layout
20393
20394 \backslash
20395 Sigma
20396 \end_layout
20397
20398 \end_inset
20399 </cell>
20400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20401 \begin_inset Text
20402
20403 \begin_layout Plain Layout
20404 \begin_inset Formula $\Sigma$
20405 \end_inset
20406
20407
20408 \end_layout
20409
20410 \end_inset
20411 </cell>
20412 </row>
20413 <row>
20414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Plain Layout
20418
20419 \backslash
20420 Upsilon
20421 \end_layout
20422
20423 \end_inset
20424 </cell>
20425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20426 \begin_inset Text
20427
20428 \begin_layout Plain Layout
20429 \begin_inset Formula $\Upsilon$
20430 \end_inset
20431
20432
20433 \end_layout
20434
20435 \end_inset
20436 </cell>
20437 </row>
20438 <row>
20439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20440 \begin_inset Text
20441
20442 \begin_layout Plain Layout
20443
20444 \backslash
20445 Phi
20446 \end_layout
20447
20448 \end_inset
20449 </cell>
20450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20451 \begin_inset Text
20452
20453 \begin_layout Plain Layout
20454 \begin_inset Formula $\Phi$
20455 \end_inset
20456
20457
20458 \end_layout
20459
20460 \end_inset
20461 </cell>
20462 </row>
20463 <row>
20464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20465 \begin_inset Text
20466
20467 \begin_layout Plain Layout
20468
20469 \backslash
20470 Psi
20471 \end_layout
20472
20473 \end_inset
20474 </cell>
20475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20476 \begin_inset Text
20477
20478 \begin_layout Plain Layout
20479 \begin_inset Formula $\Psi$
20480 \end_inset
20481
20482
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 </row>
20488 <row>
20489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20490 \begin_inset Text
20491
20492 \begin_layout Plain Layout
20493
20494 \backslash
20495 Omega
20496 \end_layout
20497
20498 \end_inset
20499 </cell>
20500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20501 \begin_inset Text
20502
20503 \begin_layout Plain Layout
20504 \begin_inset Formula $\Omega$
20505 \end_inset
20506
20507
20508 \end_layout
20509
20510 \end_inset
20511 </cell>
20512 </row>
20513 </lyxtabular>
20514
20515 \end_inset
20516
20517
20518 \begin_inset space \hfill{}
20519 \end_inset
20520
20521
20522 \end_layout
20523
20524 \begin_layout Standard
20525 \begin_inset VSpace medskip
20526 \end_inset
20527
20528
20529 \end_layout
20530
20531 \begin_layout Standard
20532 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20533  cuando se desarrolló TeX.
20534  Para obtener mayúsculas en cursiva, inicia cada comando con 
20535 \series bold
20536 var
20537 \series default
20538 .
20539  Por ejemplo, el comando 
20540 \series bold
20541
20542 \backslash
20543 varGamma
20544 \series default
20545  genera: 
20546 \begin_inset Formula $\varGamma$
20547 \end_inset
20548
20549
20550 \end_layout
20551
20552 \begin_layout Subsection
20553 Letras en negrita
20554 \begin_inset Index
20555 status collapsed
20556
20557 \begin_layout Plain Layout
20558 Letras griegas ! en negrita
20559 \end_layout
20560
20561 \end_inset
20562
20563
20564 \end_layout
20565
20566 \begin_layout Standard
20567 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
20568  Sólo se pueden poner en negrita con el comando 
20569 \series bold
20570
20571 \backslash
20572 boldsymbol
20573 \series default
20574
20575 \begin_inset Index
20576 status collapsed
20577
20578 \begin_layout Plain Layout
20579 Comandos ! B ! 
20580 \backslash
20581 boldsymbol
20582 \end_layout
20583
20584 \end_inset
20585
20586 .
20587 \end_layout
20588
20589 \begin_layout Standard
20590 \align center
20591 \begin_inset Tabular
20592 <lyxtabular version="3" rows="3" columns="2">
20593 <features>
20594 <column alignment="center" valignment="top" width="0">
20595 <column alignment="center" valignment="top" width="0">
20596 <row>
20597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601 Comando
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610 Símbolo
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 </row>
20616 <row>
20617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20618 \begin_inset Text
20619
20620 \begin_layout Plain Layout
20621
20622 \backslash
20623 Upsilon
20624 \backslash
20625 boldsymbol
20626 \backslash
20627 Upsilon
20628 \end_layout
20629
20630 \end_inset
20631 </cell>
20632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20633 \begin_inset Text
20634
20635 \begin_layout Plain Layout
20636 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20637 \end_inset
20638
20639
20640 \end_layout
20641
20642 \end_inset
20643 </cell>
20644 </row>
20645 <row>
20646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20647 \begin_inset Text
20648
20649 \begin_layout Plain Layout
20650
20651 \backslash
20652 theta
20653 \backslash
20654 boldsymbol
20655 \backslash
20656 theta
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665 \begin_inset Formula $\theta\boldsymbol{\theta}$
20666 \end_inset
20667
20668
20669 \end_layout
20670
20671 \end_inset
20672 </cell>
20673 </row>
20674 </lyxtabular>
20675
20676 \end_inset
20677
20678
20679 \end_layout
20680
20681 \begin_layout Section
20682 Símbolos
20683 \begin_inset ERT
20684 status collapsed
20685
20686 \begin_layout Plain Layout
20687
20688
20689 \backslash
20690 texorpdfstring{
20691 \end_layout
20692
20693 \end_inset
20694
20695
20696 \begin_inset Foot
20697 status collapsed
20698
20699 \begin_layout Plain Layout
20700 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20701  LaTeX en 
20702 \begin_inset CommandInset citation
20703 LatexCommand cite
20704 key "Symbole"
20705
20706 \end_inset
20707
20708 .
20709 \end_layout
20710
20711 \end_inset
20712
20713
20714 \begin_inset ERT
20715 status collapsed
20716
20717 \begin_layout Plain Layout
20718
20719 }{}
20720 \end_layout
20721
20722 \end_inset
20723
20724
20725 \begin_inset Note Note
20726 status collapsed
20727
20728 \begin_layout Plain Layout
20729
20730 \backslash
20731 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20732  PDF.
20733 \end_layout
20734
20735 \begin_layout Plain Layout
20736 Más sobre 
20737 \backslash
20738 texorpdfstring en la sección 
20739 \begin_inset CommandInset ref
20740 LatexCommand ref
20741 reference "sub:Ecuaciones-en-encabezados"
20742
20743 \end_inset
20744
20745 .
20746 \end_layout
20747
20748 \end_inset
20749
20750
20751 \begin_inset Index
20752 status collapsed
20753
20754 \begin_layout Plain Layout
20755 Símbolos
20756 \end_layout
20757
20758 \end_inset
20759
20760
20761 \end_layout
20762
20763 \begin_layout Standard
20764 Muchos de los símbolos listados en esta sección se pueden insertar además
20765  mediante los botones 
20766 \begin_inset Graphics
20767         filename ../../images/math/nabla.png
20768         scale 85
20769
20770 \end_inset
20771
20772  y 
20773 \begin_inset Graphics
20774         filename ../../images/math/digamma.png
20775         scale 85
20776
20777 \end_inset
20778
20779  de la barra de ecuaciones.
20780 \end_layout
20781
20782 \begin_layout Subsection
20783 Símbolos matemáticos
20784 \begin_inset CommandInset label
20785 LatexCommand label
20786 name "sub:Símbolos-matemáticos"
20787
20788 \end_inset
20789
20790
20791 \begin_inset Index
20792 status collapsed
20793
20794 \begin_layout Plain Layout
20795 Símbolos ! matemáticos
20796 \end_layout
20797
20798 \end_inset
20799
20800
20801 \end_layout
20802
20803 \begin_layout Standard
20804 \begin_inset space \hfill{}
20805 \end_inset
20806
20807
20808 \begin_inset Tabular
20809 <lyxtabular version="3" rows="10" columns="2">
20810 <features>
20811 <column alignment="center" valignment="top" width="0pt">
20812 <column alignment="center" valignment="top" width="0pt">
20813 <row>
20814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818 Comando
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Plain Layout
20827 Símbolo
20828 \end_layout
20829
20830 \end_inset
20831 </cell>
20832 </row>
20833 <row>
20834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20835 \begin_inset Text
20836
20837 \begin_layout Plain Layout
20838
20839 \backslash
20840 neg
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20846 \begin_inset Text
20847
20848 \begin_layout Plain Layout
20849 \begin_inset Formula $\neg$
20850 \end_inset
20851
20852
20853 \end_layout
20854
20855 \end_inset
20856 </cell>
20857 </row>
20858 <row>
20859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20860 \begin_inset Text
20861
20862 \begin_layout Plain Layout
20863
20864 \backslash
20865 Im
20866 \end_layout
20867
20868 \end_inset
20869 </cell>
20870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20871 \begin_inset Text
20872
20873 \begin_layout Plain Layout
20874 \begin_inset Formula $\Im$
20875 \end_inset
20876
20877
20878 \end_layout
20879
20880 \end_inset
20881 </cell>
20882 </row>
20883 <row>
20884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20885 \begin_inset Text
20886
20887 \begin_layout Plain Layout
20888
20889 \backslash
20890 Re
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20896 \begin_inset Text
20897
20898 \begin_layout Plain Layout
20899 \begin_inset Formula $\Re$
20900 \end_inset
20901
20902
20903 \end_layout
20904
20905 \end_inset
20906 </cell>
20907 </row>
20908 <row>
20909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20910 \begin_inset Text
20911
20912 \begin_layout Plain Layout
20913
20914 \backslash
20915 aleph
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20921 \begin_inset Text
20922
20923 \begin_layout Plain Layout
20924 \begin_inset Formula $\aleph$
20925 \end_inset
20926
20927
20928 \end_layout
20929
20930 \end_inset
20931 </cell>
20932 </row>
20933 <row>
20934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20935 \begin_inset Text
20936
20937 \begin_layout Plain Layout
20938
20939 \backslash
20940 partial
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20946 \begin_inset Text
20947
20948 \begin_layout Plain Layout
20949 \begin_inset Formula $\partial$
20950 \end_inset
20951
20952
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 </row>
20958 <row>
20959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20960 \begin_inset Text
20961
20962 \begin_layout Plain Layout
20963
20964 \backslash
20965 infty
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20971 \begin_inset Text
20972
20973 \begin_layout Plain Layout
20974 \begin_inset Formula $\infty$
20975 \end_inset
20976
20977
20978 \end_layout
20979
20980 \end_inset
20981 </cell>
20982 </row>
20983 <row>
20984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20985 \begin_inset Text
20986
20987 \begin_layout Plain Layout
20988
20989 \backslash
20990 wp
20991 \end_layout
20992
20993 \end_inset
20994 </cell>
20995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20996 \begin_inset Text
20997
20998 \begin_layout Plain Layout
20999 \begin_inset Formula $\wp$
21000 \end_inset
21001
21002
21003 \end_layout
21004
21005 \end_inset
21006 </cell>
21007 </row>
21008 <row>
21009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21010 \begin_inset Text
21011
21012 \begin_layout Plain Layout
21013
21014 \backslash
21015 imath
21016 \end_layout
21017
21018 \end_inset
21019 </cell>
21020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21021 \begin_inset Text
21022
21023 \begin_layout Plain Layout
21024 \begin_inset Formula $\imath$
21025 \end_inset
21026
21027
21028 \end_layout
21029
21030 \end_inset
21031 </cell>
21032 </row>
21033 <row>
21034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21035 \begin_inset Text
21036
21037 \begin_layout Plain Layout
21038
21039 \backslash
21040 jmath
21041 \end_layout
21042
21043 \end_inset
21044 </cell>
21045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21046 \begin_inset Text
21047
21048 \begin_layout Plain Layout
21049 \begin_inset Formula $\jmath$
21050 \end_inset
21051
21052
21053 \end_layout
21054
21055 \end_inset
21056 </cell>
21057 </row>
21058 </lyxtabular>
21059
21060 \end_inset
21061
21062
21063 \begin_inset space \hfill{}
21064 \end_inset
21065
21066
21067 \begin_inset Tabular
21068 <lyxtabular version="3" rows="10" columns="2">
21069 <features>
21070 <column alignment="center" valignment="top" width="0pt">
21071 <column alignment="center" valignment="top" width="0pt">
21072 <row>
21073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077 Comando
21078 \end_layout
21079
21080 \end_inset
21081 </cell>
21082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086 Símbolo
21087 \begin_inset Note Note
21088 status collapsed
21089
21090 \begin_layout Plain Layout
21091
21092 \series bold
21093
21094 \backslash
21095 raisebox
21096 \series default
21097  se usa sólo como espaciador
21098 \end_layout
21099
21100 \end_inset
21101
21102
21103 \end_layout
21104
21105 \end_inset
21106 </cell>
21107 </row>
21108 <row>
21109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21110 \begin_inset Text
21111
21112 \begin_layout Plain Layout
21113
21114 \backslash
21115 forall
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124 \begin_inset Formula $\forall$
21125 \end_inset
21126
21127
21128 \end_layout
21129
21130 \end_inset
21131 </cell>
21132 </row>
21133 <row>
21134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21135 \begin_inset Text
21136
21137 \begin_layout Plain Layout
21138
21139 \backslash
21140 exists
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149 \begin_inset Formula $\exists$
21150 \end_inset
21151
21152
21153 \end_layout
21154
21155 \end_inset
21156 </cell>
21157 </row>
21158 <row>
21159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163
21164 \backslash
21165 nexists
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21171 \begin_inset Text
21172
21173 \begin_layout Plain Layout
21174 \begin_inset Formula $\nexists$
21175 \end_inset
21176
21177
21178 \end_layout
21179
21180 \end_inset
21181 </cell>
21182 </row>
21183 <row>
21184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188
21189 \backslash
21190 emptyset
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21196 \begin_inset Text
21197
21198 \begin_layout Plain Layout
21199 \begin_inset Formula $\emptyset$
21200 \end_inset
21201
21202
21203 \end_layout
21204
21205 \end_inset
21206 </cell>
21207 </row>
21208 <row>
21209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213
21214 \backslash
21215 varnothing
21216 \end_layout
21217
21218 \end_inset
21219 </cell>
21220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21221 \begin_inset Text
21222
21223 \begin_layout Plain Layout
21224 \begin_inset Formula $\varnothing$
21225 \end_inset
21226
21227
21228 \end_layout
21229
21230 \end_inset
21231 </cell>
21232 </row>
21233 <row>
21234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238
21239 \backslash
21240 dag
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21246 \begin_inset Text
21247
21248 \begin_layout Plain Layout
21249 \begin_inset Formula $\dag$
21250 \end_inset
21251
21252
21253 \end_layout
21254
21255 \end_inset
21256 </cell>
21257 </row>
21258 <row>
21259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263
21264 \backslash
21265 ddag
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21271 \begin_inset Text
21272
21273 \begin_layout Plain Layout
21274 \begin_inset Formula $\ddag$
21275 \end_inset
21276
21277
21278 \end_layout
21279
21280 \end_inset
21281 </cell>
21282 </row>
21283 <row>
21284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288
21289 \backslash
21290 complement
21291 \end_layout
21292
21293 \end_inset
21294 </cell>
21295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21296 \begin_inset Text
21297
21298 \begin_layout Plain Layout
21299 \begin_inset ERT
21300 status collapsed
21301
21302 \begin_layout Plain Layout
21303
21304
21305 \backslash
21306 raisebox{-0.8mm}{
21307 \end_layout
21308
21309 \end_inset
21310
21311
21312 \begin_inset Formula $\complement$
21313 \end_inset
21314
21315
21316 \begin_inset ERT
21317 status collapsed
21318
21319 \begin_layout Plain Layout
21320
21321 }
21322 \end_layout
21323
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 </row>
21332 <row>
21333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337
21338 \backslash
21339 Bbbk
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348 \begin_inset Formula $\Bbbk$
21349 \end_inset
21350
21351
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 </row>
21357 </lyxtabular>
21358
21359 \end_inset
21360
21361
21362 \begin_inset space \hfill{}
21363 \end_inset
21364
21365
21366 \begin_inset Tabular
21367 <lyxtabular version="3" rows="10" columns="2">
21368 <features>
21369 <column alignment="center" valignment="top" width="0pt">
21370 <column alignment="center" valignment="top" width="0pt">
21371 <row>
21372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21373 \begin_inset Text
21374
21375 \begin_layout Plain Layout
21376 Comando
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Plain Layout
21385 Símbolo
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 </row>
21391 <row>
21392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21393 \begin_inset Text
21394
21395 \begin_layout Plain Layout
21396
21397 \backslash
21398 prime
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407 \begin_inset Formula $\prime$
21408 \end_inset
21409
21410
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 </row>
21416 <row>
21417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421
21422 \backslash
21423 backprime
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432 \begin_inset Formula $\backprime$
21433 \end_inset
21434
21435
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 </row>
21441 <row>
21442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Plain Layout
21446
21447 \backslash
21448 mho
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 \begin_inset Formula $\mho$
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 </row>
21466 <row>
21467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471
21472 \backslash
21473 triangle
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482 \begin_inset Formula $\triangle$
21483 \end_inset
21484
21485
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 </row>
21491 <row>
21492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496
21497 \backslash
21498 angle
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507 \begin_inset Formula $\angle$
21508 \end_inset
21509
21510
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 </row>
21516 <row>
21517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521
21522 \backslash
21523 measuredangle
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532 \begin_inset Formula $\measuredangle$
21533 \end_inset
21534
21535
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 </row>
21541 <row>
21542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21543 \begin_inset Text
21544
21545 \begin_layout Plain Layout
21546
21547 \backslash
21548 sphericalangle
21549 \end_layout
21550
21551 \end_inset
21552 </cell>
21553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557 \begin_inset Formula $\sphericalangle$
21558 \end_inset
21559
21560
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 </row>
21566 <row>
21567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571
21572 \backslash
21573 top
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582 \begin_inset Formula $\top$
21583 \end_inset
21584
21585
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 </row>
21591 <row>
21592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596
21597 \backslash
21598 bot
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607 \begin_inset Formula $\bot$
21608 \end_inset
21609
21610
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 </row>
21616 </lyxtabular>
21617
21618 \end_inset
21619
21620
21621 \begin_inset space \hfill{}
21622 \end_inset
21623
21624
21625 \end_layout
21626
21627 \begin_layout Subsection
21628 Símbolos misceláneos
21629 \begin_inset CommandInset label
21630 LatexCommand label
21631 name "sub:Símbolos-misceláneos"
21632
21633 \end_inset
21634
21635
21636 \begin_inset Index
21637 status collapsed
21638
21639 \begin_layout Plain Layout
21640 Símbolos ! misceláneos
21641 \end_layout
21642
21643 \end_inset
21644
21645
21646 \end_layout
21647
21648 \begin_layout Standard
21649 \noindent
21650 \align center
21651 \begin_inset Tabular
21652 <lyxtabular version="3" rows="10" columns="2">
21653 <features>
21654 <column alignment="center" valignment="top" width="0pt">
21655 <column alignment="center" valignment="top" width="0pt">
21656 <row>
21657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21658 \begin_inset Text
21659
21660 \begin_layout Plain Layout
21661 Comando
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670 Símbolo
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 </row>
21676 <row>
21677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681
21682 \backslash
21683 flat
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692 \begin_inset Formula $\flat$
21693 \end_inset
21694
21695
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 </row>
21701 <row>
21702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706
21707 \backslash
21708 natural
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717 \begin_inset Formula $\natural$
21718 \end_inset
21719
21720
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 </row>
21726 <row>
21727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731
21732 \backslash
21733 sharp
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742 \begin_inset Formula $\sharp$
21743 \end_inset
21744
21745
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 </row>
21751 <row>
21752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756
21757 \backslash
21758 surd
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767 \begin_inset Formula $\surd$
21768 \end_inset
21769
21770
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 </row>
21776 <row>
21777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781
21782 \backslash
21783 checkmark
21784 \end_layout
21785
21786 \end_inset
21787 </cell>
21788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21789 \begin_inset Text
21790
21791 \begin_layout Plain Layout
21792 \begin_inset Formula $\checkmark$
21793 \end_inset
21794
21795
21796 \end_layout
21797
21798 \end_inset
21799 </cell>
21800 </row>
21801 <row>
21802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21803 \begin_inset Text
21804
21805 \begin_layout Plain Layout
21806
21807 \backslash
21808 yen
21809 \end_layout
21810
21811 \end_inset
21812 </cell>
21813 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21814 \begin_inset Text
21815
21816 \begin_layout Plain Layout
21817 \begin_inset Formula $\yen$
21818 \end_inset
21819
21820
21821 \end_layout
21822
21823 \end_inset
21824 </cell>
21825 </row>
21826 <row>
21827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21828 \begin_inset Text
21829
21830 \begin_layout Plain Layout
21831
21832 \backslash
21833 pounds
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21839 \begin_inset Text
21840
21841 \begin_layout Plain Layout
21842 \begin_inset Formula $\pounds$
21843 \end_inset
21844
21845
21846 \end_layout
21847
21848 \end_inset
21849 </cell>
21850 </row>
21851 <row>
21852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21853 \begin_inset Text
21854
21855 \begin_layout Plain Layout
21856 $
21857 \end_layout
21858
21859 \end_inset
21860 </cell>
21861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21862 \begin_inset Text
21863
21864 \begin_layout Plain Layout
21865 \begin_inset Formula $\$$
21866 \end_inset
21867
21868
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 </row>
21874 <row>
21875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21876 \begin_inset Text
21877
21878 \begin_layout Plain Layout
21879 §
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888 \begin_inset Formula $§$
21889 \end_inset
21890
21891
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 </row>
21897 </lyxtabular>
21898
21899 \end_inset
21900
21901
21902 \begin_inset Tabular
21903 <lyxtabular version="3" rows="10" columns="2">
21904 <features>
21905 <column alignment="center" valignment="top" width="0">
21906 <column alignment="center" valignment="top" width="0">
21907 <row>
21908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21909 \begin_inset Text
21910
21911 \begin_layout Plain Layout
21912 Comando
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921 Símbolo
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 </row>
21927 <row>
21928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21929 \begin_inset Text
21930
21931 \begin_layout Plain Layout
21932
21933 \backslash
21934 hbar
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21940 \begin_inset Text
21941
21942 \begin_layout Plain Layout
21943 \begin_inset Formula $\hbar$
21944 \end_inset
21945
21946
21947 \end_layout
21948
21949 \end_inset
21950 </cell>
21951 </row>
21952 <row>
21953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957
21958 \backslash
21959 hslash
21960 \end_layout
21961
21962 \end_inset
21963 </cell>
21964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21965 \begin_inset Text
21966
21967 \begin_layout Plain Layout
21968 \begin_inset Formula $\hslash$
21969 \end_inset
21970
21971
21972 \end_layout
21973
21974 \end_inset
21975 </cell>
21976 </row>
21977 <row>
21978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21979 \begin_inset Text
21980
21981 \begin_layout Plain Layout
21982
21983 \backslash
21984 clubsuit
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21990 \begin_inset Text
21991
21992 \begin_layout Plain Layout
21993 \begin_inset Formula $\clubsuit$
21994 \end_inset
21995
21996
21997 \end_layout
21998
21999 \end_inset
22000 </cell>
22001 </row>
22002 <row>
22003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22004 \begin_inset Text
22005
22006 \begin_layout Plain Layout
22007
22008 \backslash
22009 spadesuit
22010 \end_layout
22011
22012 \end_inset
22013 </cell>
22014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22015 \begin_inset Text
22016
22017 \begin_layout Plain Layout
22018 \begin_inset Formula $\spadesuit$
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \end_inset
22025 </cell>
22026 </row>
22027 <row>
22028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032
22033 \backslash
22034 bigstar
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22040 \begin_inset Text
22041
22042 \begin_layout Plain Layout
22043 \begin_inset Formula $\bigstar$
22044 \end_inset
22045
22046
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 </row>
22052 <row>
22053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057
22058 \backslash
22059 blacklozenge
22060 \end_layout
22061
22062 \end_inset
22063 </cell>
22064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22065 \begin_inset Text
22066
22067 \begin_layout Plain Layout
22068 \begin_inset Formula $\blacklozenge$
22069 \end_inset
22070
22071
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 </row>
22077 <row>
22078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22079 \begin_inset Text
22080
22081 \begin_layout Plain Layout
22082
22083 \backslash
22084 blacktriangle
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22090 \begin_inset Text
22091
22092 \begin_layout Plain Layout
22093 \begin_inset Formula $\blacktriangle$
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \end_inset
22100 </cell>
22101 </row>
22102 <row>
22103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107
22108 \backslash
22109 blacktiangledown
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22115 \begin_inset Text
22116
22117 \begin_layout Plain Layout
22118 \begin_inset Formula $\blacktriangledown$
22119 \end_inset
22120
22121
22122 \end_layout
22123
22124 \end_inset
22125 </cell>
22126 </row>
22127 <row>
22128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22129 \begin_inset Text
22130
22131 \begin_layout Plain Layout
22132
22133 \backslash
22134 bullet
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22140 \begin_inset Text
22141
22142 \begin_layout Plain Layout
22143 \begin_inset Formula $\bullet$
22144 \end_inset
22145
22146
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 </row>
22152 </lyxtabular>
22153
22154 \end_inset
22155
22156
22157 \begin_inset Tabular
22158 <lyxtabular version="3" rows="10" columns="2">
22159 <features>
22160 <column alignment="center" valignment="top" width="0pt">
22161 <column alignment="center" valignment="top" width="0pt">
22162 <row>
22163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167 Comando
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176 Símbolo
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 </row>
22182 <row>
22183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187
22188 \backslash
22189 diamondsuit
22190 \end_layout
22191
22192 \end_inset
22193 </cell>
22194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22195 \begin_inset Text
22196
22197 \begin_layout Plain Layout
22198 \begin_inset Formula $\diamondsuit$
22199 \end_inset
22200
22201
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 </row>
22207 <row>
22208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212
22213 \backslash
22214 Diamond
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223 \begin_inset Formula $\Diamond$
22224 \end_inset
22225
22226
22227 \end_layout
22228
22229 \end_inset
22230 </cell>
22231 </row>
22232 <row>
22233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22234 \begin_inset Text
22235
22236 \begin_layout Plain Layout
22237
22238 \backslash
22239 heartsuit
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22245 \begin_inset Text
22246
22247 \begin_layout Plain Layout
22248 \begin_inset Formula $\heartsuit$
22249 \end_inset
22250
22251
22252 \end_layout
22253
22254 \end_inset
22255 </cell>
22256 </row>
22257 <row>
22258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262
22263 \backslash
22264 P
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22270 \begin_inset Text
22271
22272 \begin_layout Plain Layout
22273 \begin_inset Formula $\P$
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \end_inset
22280 </cell>
22281 </row>
22282 <row>
22283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287
22288 \backslash
22289 copyright
22290 \end_layout
22291
22292 \end_inset
22293 </cell>
22294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22295 \begin_inset Text
22296
22297 \begin_layout Plain Layout
22298 \begin_inset Formula $\copyright$
22299 \end_inset
22300
22301
22302 \end_layout
22303
22304 \end_inset
22305 </cell>
22306 </row>
22307 <row>
22308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312
22313 \backslash
22314 circledR
22315 \end_layout
22316
22317 \end_inset
22318 </cell>
22319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323 \begin_inset Formula $\circledR$
22324 \end_inset
22325
22326
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 </row>
22332 <row>
22333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22334 \begin_inset Text
22335
22336 \begin_layout Plain Layout
22337
22338 \backslash
22339 maltese
22340 \end_layout
22341
22342 \end_inset
22343 </cell>
22344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22345 \begin_inset Text
22346
22347 \begin_layout Plain Layout
22348 \begin_inset Formula $\maltese$
22349 \end_inset
22350
22351
22352 \end_layout
22353
22354 \end_inset
22355 </cell>
22356 </row>
22357 <row>
22358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22359 \begin_inset Text
22360
22361 \begin_layout Plain Layout
22362
22363 \backslash
22364 diagup
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22370 \begin_inset Text
22371
22372 \begin_layout Plain Layout
22373 \begin_inset Formula $\diagup$
22374 \end_inset
22375
22376
22377 \end_layout
22378
22379 \end_inset
22380 </cell>
22381 </row>
22382 <row>
22383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22384 \begin_inset Text
22385
22386 \begin_layout Plain Layout
22387
22388 \backslash
22389 diagdown
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398 \begin_inset Formula $\diagdown$
22399 \end_inset
22400
22401
22402 \end_layout
22403
22404 \end_inset
22405 </cell>
22406 </row>
22407 </lyxtabular>
22408
22409 \end_inset
22410
22411
22412 \end_layout
22413
22414 \begin_layout Standard
22415 \begin_inset VSpace medskip
22416 \end_inset
22417
22418
22419 \end_layout
22420
22421 \begin_layout Standard
22422 Hay más símbolos en 
22423 \begin_inset CommandInset ref
22424 LatexCommand ref
22425 reference "sub:Caracteres-especiales-misceláneos"
22426
22427 \end_inset
22428
22429 .
22430 \end_layout
22431
22432 \begin_layout Standard
22433 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22434 \begin_inset CommandInset ref
22435 LatexCommand ref
22436 reference "sub:Tamaños-de-fuentes"
22437
22438 \end_inset
22439
22440
22441 \end_layout
22442
22443 \begin_layout Subsection
22444 El símbolo del euro, €
22445 \begin_inset Index
22446 status collapsed
22447
22448 \begin_layout Plain Layout
22449 Símbolos ! euro
22450 \end_layout
22451
22452 \end_inset
22453
22454
22455 \begin_inset Index
22456 status collapsed
22457
22458 \begin_layout Plain Layout
22459
22460 \backslash
22461 @
22462 \begin_inset ERT
22463 status collapsed
22464
22465 \begin_layout Plain Layout
22466
22467
22468 \backslash
22469 officialeuro
22470 \end_layout
22471
22472 \end_inset
22473
22474
22475 \end_layout
22476
22477 \end_inset
22478
22479
22480 \end_layout
22481
22482 \begin_layout Standard
22483 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22484  LaTeX 
22485 \series bold
22486 eurosym
22487 \series default
22488
22489 \begin_inset Index
22490 status collapsed
22491
22492 \begin_layout Plain Layout
22493 Paquetes ! eurosym
22494 \end_layout
22495
22496 \end_inset
22497
22498 , y cargado en el preámbulo LaTeX con la línea
22499 \end_layout
22500
22501 \begin_layout Standard
22502
22503 \series bold
22504
22505 \backslash
22506 usepackage[gennarrow]{eurosym}
22507 \end_layout
22508
22509 \begin_layout Standard
22510 Actualmente también se puede insertar con el comando 
22511 \series bold
22512
22513 \backslash
22514 euro
22515 \series default
22516
22517 \begin_inset Index
22518 status collapsed
22519
22520 \begin_layout Plain Layout
22521 Comandos ! E ! 
22522 \backslash
22523 euro
22524 \end_layout
22525
22526 \end_inset
22527
22528 .
22529 \end_layout
22530
22531 \begin_layout Standard
22532 El símbolo del euro puede insertarse directamente con la tecla € en texto
22533  matemático sin tener 
22534 \series bold
22535 eurosym
22536 \series default
22537  instalado.
22538  Si 
22539 \series bold
22540 eurosym
22541 \series default
22542  está instalado, se puede insertar 
22543 \series bold
22544
22545 \backslash
22546 euro
22547 \series default
22548  en modo TeX.
22549  El símbolo oficial de la moneda se puede insertar con el comando 
22550 \series bold
22551
22552 \backslash
22553 officialeuro
22554 \series default
22555
22556 \begin_inset Index
22557 status collapsed
22558
22559 \begin_layout Plain Layout
22560 Comandos ! O ! 
22561 \backslash
22562 officialeuro
22563 \end_layout
22564
22565 \end_inset
22566
22567 , que sólo está disponible en modo TeX.
22568 \end_layout
22569
22570 \begin_layout Standard
22571 \begin_inset ERT
22572 status collapsed
22573
22574 \begin_layout Plain Layout
22575
22576
22577 \backslash
22578 ifeurosym
22579 \end_layout
22580
22581 \end_inset
22582
22583
22584 \begin_inset Note Note
22585 status collapsed
22586
22587 \begin_layout Plain Layout
22588 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
22589 \series bold
22590 eurosym
22591 \series default
22592 .
22593 \end_layout
22594
22595 \end_inset
22596
22597
22598 \end_layout
22599
22600 \begin_layout Standard
22601 Un vistazo a los diferentes símbolos del euro.
22602 \end_layout
22603
22604 \begin_layout Standard
22605 \noindent
22606 \align center
22607 \begin_inset Tabular
22608 <lyxtabular version="3" rows="4" columns="3">
22609 <features>
22610 <column alignment="center" valignment="top" width="0">
22611 <column alignment="center" valignment="top" width="0">
22612 <column alignment="center" valignment="top" width="0">
22613 <row>
22614 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22624 \begin_inset Text
22625
22626 \begin_layout Plain Layout
22627 Comando
22628 \end_layout
22629
22630 \end_inset
22631 </cell>
22632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22633 \begin_inset Text
22634
22635 \begin_layout Plain Layout
22636 Símbolo
22637 \end_layout
22638
22639 \end_inset
22640 </cell>
22641 </row>
22642 <row>
22643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22644 \begin_inset Text
22645
22646 \begin_layout Plain Layout
22647 ecuación
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656
22657 \backslash
22658 euro
22659 \end_layout
22660
22661 \end_inset
22662 </cell>
22663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22664 \begin_inset Text
22665
22666 \begin_layout Plain Layout
22667 \begin_inset Formula $\euro$
22668 \end_inset
22669
22670
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 </row>
22676 <row>
22677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681 texto matemático
22682 \end_layout
22683
22684 \end_inset
22685 </cell>
22686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22696 \begin_inset Text
22697
22698 \begin_layout Plain Layout
22699 \begin_inset Formula $\mbox{€}$
22700 \end_inset
22701
22702
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 </row>
22708 <row>
22709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22710 \begin_inset Text
22711
22712 \begin_layout Plain Layout
22713 modo TeX
22714 \end_layout
22715
22716 \end_inset
22717 </cell>
22718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22719 \begin_inset Text
22720
22721 \begin_layout Plain Layout
22722
22723 \backslash
22724 officialeuro
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22730 \begin_inset Text
22731
22732 \begin_layout Plain Layout
22733 \begin_inset ERT
22734 status collapsed
22735
22736 \begin_layout Plain Layout
22737
22738
22739 \backslash
22740 officialeuro
22741 \end_layout
22742
22743 \end_inset
22744
22745
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 </row>
22751 </lyxtabular>
22752
22753 \end_inset
22754
22755
22756 \end_layout
22757
22758 \begin_layout Standard
22759 \begin_inset ERT
22760 status collapsed
22761
22762 \begin_layout Plain Layout
22763
22764
22765 \backslash
22766 else
22767 \end_layout
22768
22769 \end_inset
22770
22771
22772 \begin_inset Note Note
22773 status collapsed
22774
22775 \begin_layout Plain Layout
22776 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22777 \series bold
22778 eurosym
22779 \series default
22780 :
22781 \end_layout
22782
22783 \end_inset
22784
22785
22786 \end_layout
22787
22788 \begin_layout Standard
22789 Para ver la salida completa de esta subsección debe estar instalado el paquete
22790  LaTeX 
22791 \series bold
22792 eurosym
22793 \series default
22794 .
22795 \end_layout
22796
22797 \begin_layout Standard
22798 \begin_inset ERT
22799 status collapsed
22800
22801 \begin_layout Plain Layout
22802
22803
22804 \backslash
22805 fi
22806 \end_layout
22807
22808 \end_inset
22809
22810
22811 \end_layout
22812
22813 \begin_layout Section
22814 Relaciones
22815 \begin_inset CommandInset label
22816 LatexCommand label
22817 name "sec:Relaciones"
22818
22819 \end_inset
22820
22821
22822 \begin_inset Index
22823 status collapsed
22824
22825 \begin_layout Plain Layout
22826 Relaciones
22827 \end_layout
22828
22829 \end_inset
22830
22831
22832 \begin_inset Index
22833 status collapsed
22834
22835 \begin_layout Plain Layout
22836 Comparaciones|see
22837 \begin_inset ERT
22838 status collapsed
22839
22840 \begin_layout Plain Layout
22841
22842 {
22843 \end_layout
22844
22845 \end_inset
22846
22847 Relaciones
22848 \begin_inset ERT
22849 status collapsed
22850
22851 \begin_layout Plain Layout
22852
22853 }
22854 \end_layout
22855
22856 \end_inset
22857
22858
22859 \end_layout
22860
22861 \end_inset
22862
22863
22864 \end_layout
22865
22866 \begin_layout Standard
22867 Todas las relaciones se pueden insertar también con el botón 
22868 \begin_inset Graphics
22869         filename ../../images/math/leq.png
22870         scale 85
22871
22872 \end_inset
22873
22874  de la barra de ecuaciones.
22875 \end_layout
22876
22877 \begin_layout Standard
22878 \begin_inset space \hfill{}
22879 \end_inset
22880
22881
22882 \begin_inset Tabular
22883 <lyxtabular version="3" rows="17" columns="2">
22884 <features>
22885 <column alignment="center" valignment="top" width="0pt">
22886 <column alignment="center" valignment="top" width="0pt">
22887 <row>
22888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892 Comando
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22898 \begin_inset Text
22899
22900 \begin_layout Plain Layout
22901 Relación
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 <row>
22908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912 <
22913 \end_layout
22914
22915 \end_inset
22916 </cell>
22917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22918 \begin_inset Text
22919
22920 \begin_layout Plain Layout
22921 \begin_inset Formula $<$
22922 \end_inset
22923
22924
22925 \end_layout
22926
22927 \end_inset
22928 </cell>
22929 </row>
22930 <row>
22931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22932 \begin_inset Text
22933
22934 \begin_layout Plain Layout
22935
22936 \backslash
22937 le
22938 \end_layout
22939
22940 \end_inset
22941 </cell>
22942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946 \begin_inset Formula $\le$
22947 \end_inset
22948
22949
22950 \end_layout
22951
22952 \end_inset
22953 </cell>
22954 </row>
22955 <row>
22956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960
22961 \backslash
22962 ll
22963 \end_layout
22964
22965 \end_inset
22966 </cell>
22967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971 \begin_inset Formula $\ll$
22972 \end_inset
22973
22974
22975 \end_layout
22976
22977 \end_inset
22978 </cell>
22979 </row>
22980 <row>
22981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985
22986 \backslash
22987 prec
22988 \end_layout
22989
22990 \end_inset
22991 </cell>
22992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996 \begin_inset Formula $\prec$
22997 \end_inset
22998
22999
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 </row>
23005 <row>
23006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23007 \begin_inset Text
23008
23009 \begin_layout Plain Layout
23010
23011 \backslash
23012 preceq
23013 \end_layout
23014
23015 \end_inset
23016 </cell>
23017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021 \begin_inset Formula $\preceq$
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \end_inset
23028 </cell>
23029 </row>
23030 <row>
23031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035
23036 \backslash
23037 subset
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046 \begin_inset Formula $\subset$
23047 \end_inset
23048
23049
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 </row>
23055 <row>
23056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060
23061 \backslash
23062 subseteq
23063 \end_layout
23064
23065 \end_inset
23066 </cell>
23067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071 \begin_inset Formula $\subseteq$
23072 \end_inset
23073
23074
23075 \end_layout
23076
23077 \end_inset
23078 </cell>
23079 </row>
23080 <row>
23081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085
23086 \backslash
23087 sqsubseteq
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096 \begin_inset Formula $\sqsubseteq$
23097 \end_inset
23098
23099
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 </row>
23105 <row>
23106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110
23111 \backslash
23112 in
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121 \begin_inset Formula $\in$
23122 \end_inset
23123
23124
23125 \end_layout
23126
23127 \end_inset
23128 </cell>
23129 </row>
23130 <row>
23131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135
23136 \backslash
23137 vdash
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 \begin_inset Formula $\vdash$
23147 \end_inset
23148
23149
23150 \end_layout
23151
23152 \end_inset
23153 </cell>
23154 </row>
23155 <row>
23156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160
23161 \backslash
23162 smile
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 \begin_inset Formula $\smile$
23172 \end_inset
23173
23174
23175 \end_layout
23176
23177 \end_inset
23178 </cell>
23179 </row>
23180 <row>
23181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23182 \begin_inset Text
23183
23184 \begin_layout Plain Layout
23185
23186 \backslash
23187 lhd
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196 \begin_inset Formula $\lhd$
23197 \end_inset
23198
23199
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 </row>
23205 <row>
23206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210
23211 \backslash
23212 unlhd
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221 \begin_inset Formula $\unlhd$
23222 \end_inset
23223
23224
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 </row>
23230 <row>
23231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235
23236 \backslash
23237 gtrless
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 \begin_inset Formula $\gtrless$
23247 \end_inset
23248
23249
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 </row>
23255 <row>
23256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260
23261 \backslash
23262 mid
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271 \begin_inset Formula $\mid$
23272 \end_inset
23273
23274
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 </row>
23280 <row>
23281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285
23286 \backslash
23287 nmid
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296 \begin_inset Formula $\nmid$
23297 \end_inset
23298
23299
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 </row>
23305 </lyxtabular>
23306
23307 \end_inset
23308
23309
23310 \begin_inset space \hfill{}
23311 \end_inset
23312
23313
23314 \begin_inset Tabular
23315 <lyxtabular version="3" rows="17" columns="2">
23316 <features>
23317 <column alignment="center" valignment="top" width="0pt">
23318 <column alignment="center" valignment="top" width="0pt">
23319 <row>
23320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23321 \begin_inset Text
23322
23323 \begin_layout Plain Layout
23324 Comando
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23330 \begin_inset Text
23331
23332 \begin_layout Plain Layout
23333 Relación
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 </row>
23339 <row>
23340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344 =
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353 \begin_inset Formula $=$
23354 \end_inset
23355
23356
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 </row>
23362 <row>
23363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367
23368 \backslash
23369 not=
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378 \begin_inset Formula $\not=$
23379 \end_inset
23380
23381
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 </row>
23387 <row>
23388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392
23393 \backslash
23394 equiv
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 \begin_inset Formula $\equiv$
23404 \end_inset
23405
23406
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 </row>
23412 <row>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417
23418 \backslash
23419 sim
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428 \begin_inset Formula $\sim$
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 </row>
23437 <row>
23438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23439 \begin_inset Text
23440
23441 \begin_layout Plain Layout
23442
23443 \backslash
23444 simeq
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 \begin_inset Formula $\simeq$
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 </row>
23462 <row>
23463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467
23468 \backslash
23469 approx
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478 \begin_inset Formula $\approx$
23479 \end_inset
23480
23481
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 </row>
23487 <row>
23488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492
23493 \backslash
23494 cong
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 \begin_inset Formula $\cong$
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 </row>
23512 <row>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517
23518 \backslash
23519 bowtie
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528 \begin_inset Formula $\bowtie$
23529 \end_inset
23530
23531
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 </row>
23537 <row>
23538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542
23543 \backslash
23544 notin
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553 \begin_inset Formula $\notin$
23554 \end_inset
23555
23556
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 </row>
23562 <row>
23563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567
23568 \backslash
23569 perp
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578 \begin_inset Formula $\perp$
23579 \end_inset
23580
23581
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 </row>
23587 <row>
23588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592
23593 \backslash
23594 propto
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603 \begin_inset Formula $\propto$
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 </row>
23612 <row>
23613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617
23618 \backslash
23619 asymp
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628 \begin_inset Formula $\asymp$
23629 \end_inset
23630
23631
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 </row>
23637 <row>
23638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642
23643 \backslash
23644 doteq
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653 \begin_inset Formula $\doteq$
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 </row>
23662 <row>
23663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667
23668 \backslash
23669 circeq
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Plain Layout
23678 \begin_inset Formula $\circeq$
23679 \end_inset
23680
23681
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 </row>
23687 <row>
23688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692
23693 \backslash
23694 models
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703 \begin_inset Formula $\models$
23704 \end_inset
23705
23706
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 </row>
23712 <row>
23713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717
23718 \backslash
23719 widehat=
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728 \begin_inset Formula $\widehat{=}$
23729 \end_inset
23730
23731
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 </row>
23737 </lyxtabular>
23738
23739 \end_inset
23740
23741
23742 \begin_inset space \hfill{}
23743 \end_inset
23744
23745
23746 \begin_inset Tabular
23747 <lyxtabular version="3" rows="17" columns="2">
23748 <features>
23749 <column alignment="center" valignment="top" width="0pt">
23750 <column alignment="center" valignment="top" width="0pt">
23751 <row>
23752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756 Comando
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765 Relación
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 </row>
23771 <row>
23772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776 >
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785 \begin_inset Formula $>$
23786 \end_inset
23787
23788
23789 \end_layout
23790
23791 \end_inset
23792 </cell>
23793 </row>
23794 <row>
23795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799
23800 \backslash
23801 ge
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810 \begin_inset Formula $\ge$
23811 \end_inset
23812
23813
23814 \end_layout
23815
23816 \end_inset
23817 </cell>
23818 </row>
23819 <row>
23820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23821 \begin_inset Text
23822
23823 \begin_layout Plain Layout
23824
23825 \backslash
23826 gg
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835 \begin_inset Formula $\gg$
23836 \end_inset
23837
23838
23839 \end_layout
23840
23841 \end_inset
23842 </cell>
23843 </row>
23844 <row>
23845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849
23850 \backslash
23851 succ
23852 \end_layout
23853
23854 \end_inset
23855 </cell>
23856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23857 \begin_inset Text
23858
23859 \begin_layout Plain Layout
23860 \begin_inset Formula $\succ$
23861 \end_inset
23862
23863
23864 \end_layout
23865
23866 \end_inset
23867 </cell>
23868 </row>
23869 <row>
23870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874
23875 \backslash
23876 succeq
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23882 \begin_inset Text
23883
23884 \begin_layout Plain Layout
23885 \begin_inset Formula $\succeq$
23886 \end_inset
23887
23888
23889 \end_layout
23890
23891 \end_inset
23892 </cell>
23893 </row>
23894 <row>
23895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23896 \begin_inset Text
23897
23898 \begin_layout Plain Layout
23899
23900 \backslash
23901 supset
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23907 \begin_inset Text
23908
23909 \begin_layout Plain Layout
23910 \begin_inset Formula $\supset$
23911 \end_inset
23912
23913
23914 \end_layout
23915
23916 \end_inset
23917 </cell>
23918 </row>
23919 <row>
23920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23921 \begin_inset Text
23922
23923 \begin_layout Plain Layout
23924
23925 \backslash
23926 supseteq
23927 \end_layout
23928
23929 \end_inset
23930 </cell>
23931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23932 \begin_inset Text
23933
23934 \begin_layout Plain Layout
23935 \begin_inset Formula $\supseteq$
23936 \end_inset
23937
23938
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 </row>
23944 <row>
23945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949
23950 \backslash
23951 sqsupseteq
23952 \end_layout
23953
23954 \end_inset
23955 </cell>
23956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23957 \begin_inset Text
23958
23959 \begin_layout Plain Layout
23960 \begin_inset Formula $\sqsupseteq$
23961 \end_inset
23962
23963
23964 \end_layout
23965
23966 \end_inset
23967 </cell>
23968 </row>
23969 <row>
23970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23971 \begin_inset Text
23972
23973 \begin_layout Plain Layout
23974
23975 \backslash
23976 ni
23977 \end_layout
23978
23979 \end_inset
23980 </cell>
23981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23982 \begin_inset Text
23983
23984 \begin_layout Plain Layout
23985 \begin_inset Formula $\ni$
23986 \end_inset
23987
23988
23989 \end_layout
23990
23991 \end_inset
23992 </cell>
23993 </row>
23994 <row>
23995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23996 \begin_inset Text
23997
23998 \begin_layout Plain Layout
23999
24000 \backslash
24001 dashv
24002 \end_layout
24003
24004 \end_inset
24005 </cell>
24006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Plain Layout
24010 \begin_inset Formula $\dashv$
24011 \end_inset
24012
24013
24014 \end_layout
24015
24016 \end_inset
24017 </cell>
24018 </row>
24019 <row>
24020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24021 \begin_inset Text
24022
24023 \begin_layout Plain Layout
24024
24025 \backslash
24026 frown
24027 \end_layout
24028
24029 \end_inset
24030 </cell>
24031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24032 \begin_inset Text
24033
24034 \begin_layout Plain Layout
24035 \begin_inset Formula $\frown$
24036 \end_inset
24037
24038
24039 \end_layout
24040
24041 \end_inset
24042 </cell>
24043 </row>
24044 <row>
24045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24046 \begin_inset Text
24047
24048 \begin_layout Plain Layout
24049
24050 \backslash
24051 rhd
24052 \end_layout
24053
24054 \end_inset
24055 </cell>
24056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Plain Layout
24060 \begin_inset Formula $\rhd$
24061 \end_inset
24062
24063
24064 \end_layout
24065
24066 \end_inset
24067 </cell>
24068 </row>
24069 <row>
24070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24071 \begin_inset Text
24072
24073 \begin_layout Plain Layout
24074
24075 \backslash
24076 unrhd
24077 \end_layout
24078
24079 \end_inset
24080 </cell>
24081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24082 \begin_inset Text
24083
24084 \begin_layout Plain Layout
24085 \begin_inset Formula $\unrhd$
24086 \end_inset
24087
24088
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 </row>
24094 <row>
24095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24096 \begin_inset Text
24097
24098 \begin_layout Plain Layout
24099
24100 \backslash
24101 lessgtr
24102 \end_layout
24103
24104 \end_inset
24105 </cell>
24106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24107 \begin_inset Text
24108
24109 \begin_layout Plain Layout
24110 \begin_inset Formula $\lessgtr$
24111 \end_inset
24112
24113
24114 \end_layout
24115
24116 \end_inset
24117 </cell>
24118 </row>
24119 <row>
24120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24121 \begin_inset Text
24122
24123 \begin_layout Plain Layout
24124
24125 \backslash
24126 parallel
24127 \end_layout
24128
24129 \end_inset
24130 </cell>
24131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24132 \begin_inset Text
24133
24134 \begin_layout Plain Layout
24135 \begin_inset Formula $\parallel$
24136 \end_inset
24137
24138
24139 \end_layout
24140
24141 \end_inset
24142 </cell>
24143 </row>
24144 <row>
24145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24146 \begin_inset Text
24147
24148 \begin_layout Plain Layout
24149
24150 \backslash
24151 nparallel
24152 \end_layout
24153
24154 \end_inset
24155 </cell>
24156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24157 \begin_inset Text
24158
24159 \begin_layout Plain Layout
24160 \begin_inset Formula $\nparallel$
24161 \end_inset
24162
24163
24164 \end_layout
24165
24166 \end_inset
24167 </cell>
24168 </row>
24169 </lyxtabular>
24170
24171 \end_inset
24172
24173
24174 \begin_inset space \hfill{}
24175 \end_inset
24176
24177
24178 \end_layout
24179
24180 \begin_layout Standard
24181 \begin_inset VSpace medskip
24182 \end_inset
24183
24184
24185 \end_layout
24186
24187 \begin_layout Standard
24188 Los caracteres 
24189 \series bold
24190
24191 \backslash
24192 lhd
24193 \series default
24194  y 
24195 \series bold
24196
24197 \backslash
24198 rhd
24199 \series default
24200  son mayores que los operadores de aspecto similar 
24201 \series bold
24202
24203 \backslash
24204 triangleleft
24205 \series default
24206  y 
24207 \series bold
24208
24209 \backslash
24210 triangleright
24211 \series default
24212 , respectivamente.
24213 \end_layout
24214
24215 \begin_layout Standard
24216 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24217 \end_layout
24218
24219 \begin_layout Standard
24220 Se pueden componer relaciones con etiquetas con el comando 
24221 \series bold
24222
24223 \backslash
24224 stackrel
24225 \series default
24226
24227 \begin_inset Index
24228 status collapsed
24229
24230 \begin_layout Plain Layout
24231 Comandos ! S ! 
24232 \backslash
24233 stackrel
24234 \end_layout
24235
24236 \end_inset
24237
24238 :
24239 \end_layout
24240
24241 \begin_layout Standard
24242 \align center
24243 \begin_inset Tabular
24244 <lyxtabular version="3" rows="2" columns="2">
24245 <features>
24246 <column alignment="center" valignment="top" width="0">
24247 <column alignment="center" valignment="top" width="0">
24248 <row>
24249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253 Comando
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262 Resultado
24263 \begin_inset Note Note
24264 status collapsed
24265
24266 \begin_layout Plain Layout
24267
24268 \series bold
24269
24270 \backslash
24271 raisebox
24272 \series default
24273  se usa sólo como espaciador
24274 \end_layout
24275
24276 \end_inset
24277
24278
24279 \end_layout
24280
24281 \end_inset
24282 </cell>
24283 </row>
24284 <row>
24285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24286 \begin_inset Text
24287
24288 \begin_layout Plain Layout
24289 A(r)
24290 \backslash
24291 stackrel
24292 \begin_inset ERT
24293 status collapsed
24294
24295 \begin_layout Plain Layout
24296
24297
24298 \backslash
24299 spce 
24300 \end_layout
24301
24302 \end_inset
24303
24304 r
24305 \backslash
24306 to
24307 \backslash
24308 infty
24309 \begin_inset ERT
24310 status collapsed
24311
24312 \begin_layout Plain Layout
24313
24314
24315 \backslash
24316 spce 
24317 \end_layout
24318
24319 \end_inset
24320
24321
24322 \begin_inset Formula $\downarrow$
24323 \end_inset
24324
24325
24326 \backslash
24327 approx
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 ERT
24342 status collapsed
24343
24344 \begin_layout Plain Layout
24345
24346
24347 \backslash
24348 spce 
24349 \end_layout
24350
24351 \end_inset
24352
24353 B
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24363 \end_inset
24364
24365
24366 \end_layout
24367
24368 \end_inset
24369 </cell>
24370 </row>
24371 </lyxtabular>
24372
24373 \end_inset
24374
24375
24376 \end_layout
24377
24378 \begin_layout Section
24379 Funciones
24380 \end_layout
24381
24382 \begin_layout Subsection
24383 Funciones predefinidas
24384 \begin_inset CommandInset label
24385 LatexCommand label
24386 name "sub:Funciones-predefinidas"
24387
24388 \end_inset
24389
24390
24391 \begin_inset Index
24392 status collapsed
24393
24394 \begin_layout Plain Layout
24395 Funciones ! predefinidas
24396 \end_layout
24397
24398 \end_inset
24399
24400
24401 \begin_inset Index
24402 status collapsed
24403
24404 \begin_layout Plain Layout
24405 Funciones ! en español
24406 \end_layout
24407
24408 \end_inset
24409
24410
24411 \end_layout
24412
24413 \begin_layout Standard
24414 En general las variables se escriben en 
24415 \emph on
24416 cursiva
24417 \emph default
24418  en expresiones matemáticas, pero no los nombres de las funciones, porque
24419  
24420 \begin_inset Formula $sen$
24421 \end_inset
24422
24423  podría confundirse con 
24424 \begin_inset Formula $s\cdot e\cdot n$
24425 \end_inset
24426
24427 .
24428  Por eso hay funciones predefinidas, que además se separan un poco del factor
24429  precedente.
24430  Se insertan como comandos con una barra inversa  delante de su nombre.
24431 \end_layout
24432
24433 \begin_layout Standard
24434 \align center
24435 \begin_inset Tabular
24436 <lyxtabular version="3" rows="2" columns="4">
24437 <features>
24438 <column alignment="center" valignment="top" width="0pt">
24439 <column alignment="center" valignment="top" width="0pt">
24440 <column alignment="center" valignment="top" width="0pt">
24441 <column alignment="center" valignment="top" width="0pt">
24442 <row>
24443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24444 \begin_inset Text
24445
24446 \begin_layout Plain Layout
24447 Comando
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24453 \begin_inset Text
24454
24455 \begin_layout Plain Layout
24456 Resultado
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465 Comando
24466 \end_layout
24467
24468 \end_inset
24469 </cell>
24470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Plain Layout
24474 Resultado
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 </row>
24480 <row>
24481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24482 \begin_inset Text
24483
24484 \begin_layout Plain Layout
24485 Asen(x)+B
24486 \end_layout
24487
24488 \end_inset
24489 </cell>
24490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24491 \begin_inset Text
24492
24493 \begin_layout Plain Layout
24494 \begin_inset Formula $Asen(x)+B$
24495 \end_inset
24496
24497
24498 \end_layout
24499
24500 \end_inset
24501 </cell>
24502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24503 \begin_inset Text
24504
24505 \begin_layout Plain Layout
24506 A
24507 \backslash
24508 sen(x)+B
24509 \end_layout
24510
24511 \end_inset
24512 </cell>
24513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24514 \begin_inset Text
24515
24516 \begin_layout Plain Layout
24517 \begin_inset Formula $A\sen(x)+B$
24518 \end_inset
24519
24520
24521 \end_layout
24522
24523 \end_inset
24524 </cell>
24525 </row>
24526 </lyxtabular>
24527
24528 \end_inset
24529
24530
24531 \end_layout
24532
24533 \begin_layout Standard
24534 Las funciones siguientes están predefinidas:
24535 \begin_inset Foot
24536 status collapsed
24537
24538 \begin_layout Plain Layout
24539 Se han añadido los comandos equivalentes suministrados por el estilo 
24540 \series bold
24541 spanish
24542 \series default
24543  de 
24544 \series bold
24545 babel
24546 \series default
24547 , adaptados a las convenciones hispanohablantes.
24548  Además, en su caso, las funciones serán acentuadas automáticamente en la
24549  salida, p.
24550 \begin_inset space \thinspace{}
24551 \end_inset
24552
24553 e.
24554  
24555 \begin_inset Quotes fld
24556 \end_inset
24557
24558 lím
24559 \begin_inset Quotes frd
24560 \end_inset
24561
24562  o 
24563 \begin_inset Quotes fld
24564 \end_inset
24565
24566 máx
24567 \begin_inset Quotes frd
24568 \end_inset
24569
24570 .
24571  Más información en 
24572 \begin_inset CommandInset citation
24573 LatexCommand cite
24574 key "spanish"
24575
24576 \end_inset
24577
24578 .
24579  (
24580 \emph on
24581 N.
24582 \begin_inset space \thinspace{}
24583 \end_inset
24584
24585 del t.
24586 \emph default
24587 )
24588 \end_layout
24589
24590 \end_inset
24591
24592
24593 \end_layout
24594
24595 \begin_layout Standard
24596 \begin_inset VSpace -2mm
24597 \end_inset
24598
24599
24600 \end_layout
24601
24602 \begin_layout Standard
24603 \align center
24604 \begin_inset Tabular
24605 <lyxtabular version="3" rows="9" columns="7">
24606 <features>
24607 <column alignment="center" valignment="top" width="0pt">
24608 <column alignment="center" valignment="top" width="0pt">
24609 <column alignment="center" valignment="top" width="0pt">
24610 <column alignment="center" valignment="top" width="0pt">
24611 <column alignment="center" valignment="top" width="0pt">
24612 <column alignment="center" valignment="top" width="0pt">
24613 <column alignment="center" valignment="top" width="0pt">
24614 <row>
24615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24616 \begin_inset Text
24617
24618 \begin_layout Plain Layout
24619 Comando
24620 \end_layout
24621
24622 \end_inset
24623 </cell>
24624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24625 \begin_inset Text
24626
24627 \begin_layout Plain Layout
24628 español
24629 \end_layout
24630
24631 \end_inset
24632 </cell>
24633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24634 \begin_inset Text
24635
24636 \begin_layout Plain Layout
24637 Comando
24638 \end_layout
24639
24640 \end_inset
24641 </cell>
24642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24643 \begin_inset Text
24644
24645 \begin_layout Plain Layout
24646 español
24647 \end_layout
24648
24649 \end_inset
24650 </cell>
24651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24652 \begin_inset Text
24653
24654 \begin_layout Plain Layout
24655 Comando
24656 \end_layout
24657
24658 \end_inset
24659 </cell>
24660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24661 \begin_inset Text
24662
24663 \begin_layout Plain Layout
24664 español
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24670 \begin_inset Text
24671
24672 \begin_layout Plain Layout
24673 Comando
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 </row>
24679 <row>
24680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24681 \begin_inset Text
24682
24683 \begin_layout Plain Layout
24684
24685 \backslash
24686 sin
24687 \end_layout
24688
24689 \end_inset
24690 </cell>
24691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24692 \begin_inset Text
24693
24694 \begin_layout Plain Layout
24695
24696 \backslash
24697 sen
24698 \end_layout
24699
24700 \end_inset
24701 </cell>
24702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24703 \begin_inset Text
24704
24705 \begin_layout Plain Layout
24706
24707 \backslash
24708 sinh
24709 \end_layout
24710
24711 \end_inset
24712 </cell>
24713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24714 \begin_inset Text
24715
24716 \begin_layout Plain Layout
24717
24718 \backslash
24719 senh
24720 \end_layout
24721
24722 \end_inset
24723 </cell>
24724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24725 \begin_inset Text
24726
24727 \begin_layout Plain Layout
24728
24729 \backslash
24730 arcsin
24731 \end_layout
24732
24733 \end_inset
24734 </cell>
24735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24736 \begin_inset Text
24737
24738 \begin_layout Plain Layout
24739
24740 \backslash
24741 arcsen
24742 \end_layout
24743
24744 \end_inset
24745 </cell>
24746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24747 \begin_inset Text
24748
24749 \begin_layout Plain Layout
24750
24751 \backslash
24752 sup
24753 \end_layout
24754
24755 \end_inset
24756 </cell>
24757 </row>
24758 <row>
24759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24760 \begin_inset Text
24761
24762 \begin_layout Plain Layout
24763
24764 \backslash
24765 cos
24766 \end_layout
24767
24768 \end_inset
24769 </cell>
24770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24771 \begin_inset Text
24772
24773 \begin_layout Plain Layout
24774
24775 \end_layout
24776
24777 \end_inset
24778 </cell>
24779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24780 \begin_inset Text
24781
24782 \begin_layout Plain Layout
24783
24784 \backslash
24785 cosh
24786 \end_layout
24787
24788 \end_inset
24789 </cell>
24790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24791 \begin_inset Text
24792
24793 \begin_layout Plain Layout
24794
24795 \end_layout
24796
24797 \end_inset
24798 </cell>
24799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24800 \begin_inset Text
24801
24802 \begin_layout Plain Layout
24803
24804 \backslash
24805 arccos
24806 \end_layout
24807
24808 \end_inset
24809 </cell>
24810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24811 \begin_inset Text
24812
24813 \begin_layout Plain Layout
24814
24815 \end_layout
24816
24817 \end_inset
24818 </cell>
24819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24820 \begin_inset Text
24821
24822 \begin_layout Plain Layout
24823
24824 \backslash
24825 inf
24826 \end_layout
24827
24828 \end_inset
24829 </cell>
24830 </row>
24831 <row>
24832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24833 \begin_inset Text
24834
24835 \begin_layout Plain Layout
24836
24837 \backslash
24838 tan
24839 \end_layout
24840
24841 \end_inset
24842 </cell>
24843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24844 \begin_inset Text
24845
24846 \begin_layout Plain Layout
24847
24848 \backslash
24849 tg
24850 \end_layout
24851
24852 \end_inset
24853 </cell>
24854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24855 \begin_inset Text
24856
24857 \begin_layout Plain Layout
24858
24859 \backslash
24860 tanh
24861 \end_layout
24862
24863 \end_inset
24864 </cell>
24865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24866 \begin_inset Text
24867
24868 \begin_layout Plain Layout
24869
24870 \backslash
24871 tgh
24872 \end_layout
24873
24874 \end_inset
24875 </cell>
24876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24877 \begin_inset Text
24878
24879 \begin_layout Plain Layout
24880
24881 \backslash
24882 arctan
24883 \end_layout
24884
24885 \end_inset
24886 </cell>
24887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24888 \begin_inset Text
24889
24890 \begin_layout Plain Layout
24891
24892 \backslash
24893 arctg
24894 \end_layout
24895
24896 \end_inset
24897 </cell>
24898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24899 \begin_inset Text
24900
24901 \begin_layout Plain Layout
24902
24903 \backslash
24904 lim
24905 \end_layout
24906
24907 \end_inset
24908 </cell>
24909 </row>
24910 <row>
24911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24912 \begin_inset Text
24913
24914 \begin_layout Plain Layout
24915
24916 \backslash
24917 cot
24918 \end_layout
24919
24920 \end_inset
24921 </cell>
24922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24923 \begin_inset Text
24924
24925 \begin_layout Plain Layout
24926
24927 \backslash
24928 cotg
24929 \end_layout
24930
24931 \end_inset
24932 </cell>
24933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24934 \begin_inset Text
24935
24936 \begin_layout Plain Layout
24937
24938 \backslash
24939 coth
24940 \end_layout
24941
24942 \end_inset
24943 </cell>
24944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24945 \begin_inset Text
24946
24947 \begin_layout Plain Layout
24948
24949 \end_layout
24950
24951 \end_inset
24952 </cell>
24953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24954 \begin_inset Text
24955
24956 \begin_layout Plain Layout
24957
24958 \backslash
24959 arg
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24965 \begin_inset Text
24966
24967 \begin_layout Plain Layout
24968
24969 \end_layout
24970
24971 \end_inset
24972 </cell>
24973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24974 \begin_inset Text
24975
24976 \begin_layout Plain Layout
24977
24978 \backslash
24979 liminf
24980 \end_layout
24981
24982 \end_inset
24983 </cell>
24984 </row>
24985 <row>
24986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24987 \begin_inset Text
24988
24989 \begin_layout Plain Layout
24990
24991 \backslash
24992 sec
24993 \end_layout
24994
24995 \end_inset
24996 </cell>
24997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24998 \begin_inset Text
24999
25000 \begin_layout Plain Layout
25001
25002 \end_layout
25003
25004 \end_inset
25005 </cell>
25006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25007 \begin_inset Text
25008
25009 \begin_layout Plain Layout
25010
25011 \backslash
25012 min
25013 \end_layout
25014
25015 \end_inset
25016 </cell>
25017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25018 \begin_inset Text
25019
25020 \begin_layout Plain Layout
25021
25022 \end_layout
25023
25024 \end_inset
25025 </cell>
25026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25027 \begin_inset Text
25028
25029 \begin_layout Plain Layout
25030
25031 \backslash
25032 deg
25033 \end_layout
25034
25035 \end_inset
25036 </cell>
25037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25038 \begin_inset Text
25039
25040 \begin_layout Plain Layout
25041
25042 \end_layout
25043
25044 \end_inset
25045 </cell>
25046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25047 \begin_inset Text
25048
25049 \begin_layout Plain Layout
25050
25051 \backslash
25052 limsup
25053 \end_layout
25054
25055 \end_inset
25056 </cell>
25057 </row>
25058 <row>
25059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25060 \begin_inset Text
25061
25062 \begin_layout Plain Layout
25063
25064 \backslash
25065 csc
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25071 \begin_inset Text
25072
25073 \begin_layout Plain Layout
25074
25075 \backslash
25076 cosec
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25082 \begin_inset Text
25083
25084 \begin_layout Plain Layout
25085
25086 \backslash
25087 max
25088 \end_layout
25089
25090 \end_inset
25091 </cell>
25092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25093 \begin_inset Text
25094
25095 \begin_layout Plain Layout
25096
25097 \end_layout
25098
25099 \end_inset
25100 </cell>
25101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25102 \begin_inset Text
25103
25104 \begin_layout Plain Layout
25105
25106 \backslash
25107 det
25108 \end_layout
25109
25110 \end_inset
25111 </cell>
25112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25113 \begin_inset Text
25114
25115 \begin_layout Plain Layout
25116
25117 \end_layout
25118
25119 \end_inset
25120 </cell>
25121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25122 \begin_inset Text
25123
25124 \begin_layout Plain Layout
25125
25126 \backslash
25127 Pr
25128 \end_layout
25129
25130 \end_inset
25131 </cell>
25132 </row>
25133 <row>
25134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25135 \begin_inset Text
25136
25137 \begin_layout Plain Layout
25138
25139 \backslash
25140 ln
25141 \end_layout
25142
25143 \end_inset
25144 </cell>
25145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25146 \begin_inset Text
25147
25148 \begin_layout Plain Layout
25149
25150 \end_layout
25151
25152 \end_inset
25153 </cell>
25154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25155 \begin_inset Text
25156
25157 \begin_layout Plain Layout
25158
25159 \backslash
25160 exp
25161 \end_layout
25162
25163 \end_inset
25164 </cell>
25165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25166 \begin_inset Text
25167
25168 \begin_layout Plain Layout
25169
25170 \end_layout
25171
25172 \end_inset
25173 </cell>
25174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25175 \begin_inset Text
25176
25177 \begin_layout Plain Layout
25178
25179 \backslash
25180 dim
25181 \end_layout
25182
25183 \end_inset
25184 </cell>
25185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25186 \begin_inset Text
25187
25188 \begin_layout Plain Layout
25189
25190 \end_layout
25191
25192 \end_inset
25193 </cell>
25194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25195 \begin_inset Text
25196
25197 \begin_layout Plain Layout
25198
25199 \backslash
25200 hom
25201 \end_layout
25202
25203 \end_inset
25204 </cell>
25205 </row>
25206 <row>
25207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25208 \begin_inset Text
25209
25210 \begin_layout Plain Layout
25211
25212 \backslash
25213 lg
25214 \end_layout
25215
25216 \end_inset
25217 </cell>
25218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25219 \begin_inset Text
25220
25221 \begin_layout Plain Layout
25222
25223 \end_layout
25224
25225 \end_inset
25226 </cell>
25227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25228 \begin_inset Text
25229
25230 \begin_layout Plain Layout
25231
25232 \backslash
25233 log
25234 \end_layout
25235
25236 \end_inset
25237 </cell>
25238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25239 \begin_inset Text
25240
25241 \begin_layout Plain Layout
25242
25243 \end_layout
25244
25245 \end_inset
25246 </cell>
25247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251
25252 \backslash
25253 ker
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262
25263 \end_layout
25264
25265 \end_inset
25266 </cell>
25267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Plain Layout
25271
25272 \backslash
25273 gcd
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 </row>
25279 </lyxtabular>
25280
25281 \end_inset
25282
25283
25284 \end_layout
25285
25286 \begin_layout Standard
25287 También se pueden insertar con el botón 
25288 \begin_inset Graphics
25289         filename ../../images/math/functions.png
25290         scale 85
25291
25292 \end_inset
25293
25294  de la barra de ecuaciones.
25295 \end_layout
25296
25297 \begin_layout Subsection
25298 Funciones definidas por el usuario
25299 \begin_inset Index
25300 status collapsed
25301
25302 \begin_layout Plain Layout
25303 Funciones ! personalizadas
25304 \end_layout
25305
25306 \end_inset
25307
25308
25309 \end_layout
25310
25311 \begin_layout Standard
25312 Para usar una función no predefinida, como por ejemplo la función signo,
25313  sgn(x), hay dos posibilidades:
25314 \end_layout
25315
25316 \begin_layout Itemize
25317 Define la función añadiendo al preámbulo LaTeX la línea
25318 \begin_inset Foot
25319 status collapsed
25320
25321 \begin_layout Plain Layout
25322 Más sobre 
25323 \series bold
25324
25325 \backslash
25326 DeclareMathOperator
25327 \series default
25328  en 
25329 \begin_inset CommandInset ref
25330 LatexCommand ref
25331 reference "sub:Operadores-de-usuario"
25332
25333 \end_inset
25334
25335
25336 \end_layout
25337
25338 \end_inset
25339
25340
25341 \begin_inset Newline newline
25342 \end_inset
25343
25344
25345 \begin_inset VSpace -3mm
25346 \end_inset
25347
25348
25349 \begin_inset Newline newline
25350 \end_inset
25351
25352
25353 \series bold
25354
25355 \backslash
25356 DeclareMathOperator{
25357 \backslash
25358 sgn}{sgn}
25359 \series default
25360
25361 \begin_inset Index
25362 status collapsed
25363
25364 \begin_layout Plain Layout
25365 Comandos ! D ! 
25366 \backslash
25367 dbinom@
25368 \backslash
25369 DeclareMathOperator
25370 \end_layout
25371
25372 \end_inset
25373
25374
25375 \begin_inset Newline newline
25376 \end_inset
25377
25378
25379 \begin_inset VSpace -2mm
25380 \end_inset
25381
25382
25383 \begin_inset Newline newline
25384 \end_inset
25385
25386 Ahora la función recién definida se puede obtener con el comando 
25387 \series bold
25388
25389 \backslash
25390 sgn
25391 \series default
25392 .
25393 \end_layout
25394
25395 \begin_layout Itemize
25396 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25397  en nuestro ejemplo las letras 
25398 \emph on
25399 sgn
25400 \emph default
25401 , y cámbialo a texto matemático.
25402  Entre el factor precedente y la función se inserta un espacio.
25403 \end_layout
25404
25405 \begin_layout Standard
25406 El resultado con ambos métodos es el mismo que con una función predefinida:
25407 \begin_inset Foot
25408 status collapsed
25409
25410 \begin_layout Plain Layout
25411 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25412  negro.
25413 \end_layout
25414
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \begin_layout Standard
25421 \align center
25422 \begin_inset Tabular
25423 <lyxtabular version="3" rows="3" columns="2">
25424 <features>
25425 <column alignment="center" valignment="top" width="0pt">
25426 <column alignment="center" valignment="top" width="0pt">
25427 <row>
25428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25429 \begin_inset Text
25430
25431 \begin_layout Plain Layout
25432 Comando
25433 \end_layout
25434
25435 \end_inset
25436 </cell>
25437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25438 \begin_inset Text
25439
25440 \begin_layout Plain Layout
25441 Resultado
25442 \end_layout
25443
25444 \end_inset
25445 </cell>
25446 </row>
25447 <row>
25448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25449 \begin_inset Text
25450
25451 \begin_layout Plain Layout
25452 A
25453 \backslash
25454 sgn(x)+B
25455 \end_layout
25456
25457 \end_inset
25458 </cell>
25459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25460 \begin_inset Text
25461
25462 \begin_layout Plain Layout
25463 \begin_inset Formula $A\sgn(x)+B$
25464 \end_inset
25465
25466
25467 \end_layout
25468
25469 \end_inset
25470 </cell>
25471 </row>
25472 <row>
25473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25474 \begin_inset Text
25475
25476 \begin_layout Plain Layout
25477 A
25478 \backslash
25479 ,
25480 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
25481 \end_inset
25482
25483 (x)+B
25484 \end_layout
25485
25486 \end_inset
25487 </cell>
25488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25489 \begin_inset Text
25490
25491 \begin_layout Plain Layout
25492 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25493 \end_inset
25494
25495
25496 \end_layout
25497
25498 \end_inset
25499 </cell>
25500 </row>
25501 </lyxtabular>
25502
25503 \end_inset
25504
25505
25506 \end_layout
25507
25508 \begin_layout Standard
25509 El primer método es preferible si la función se va a usar varias veces.
25510 \end_layout
25511
25512 \begin_layout Subsection
25513 Límites
25514 \begin_inset Index
25515 status collapsed
25516
25517 \begin_layout Plain Layout
25518 Limites@Límites
25519 \end_layout
25520
25521 \end_inset
25522
25523
25524 \end_layout
25525
25526 \begin_layout Standard
25527 Para límites, además de 
25528 \series bold
25529
25530 \backslash
25531 lim
25532 \series default
25533
25534 \begin_inset Index
25535 status collapsed
25536
25537 \begin_layout Plain Layout
25538 Comandos ! L ! 
25539 \backslash
25540 lim
25541 \end_layout
25542
25543 \end_inset
25544
25545
25546 \series bold
25547
25548 \backslash
25549 liminf
25550 \series default
25551  y 
25552 \series bold
25553
25554 \backslash
25555 limsup
25556 \series default
25557  están definidas las siguientes funciones:
25558 \series bold
25559  
25560 \end_layout
25561
25562 \begin_layout Standard
25563 \noindent
25564 \align center
25565 \begin_inset Tabular
25566 <lyxtabular version="3" rows="5" columns="2">
25567 <features>
25568 <column alignment="center" valignment="top" width="0">
25569 <column alignment="center" valignment="top" width="0">
25570 <row>
25571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25572 \begin_inset Text
25573
25574 \begin_layout Plain Layout
25575 Comando
25576 \end_layout
25577
25578 \end_inset
25579 </cell>
25580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25581 \begin_inset Text
25582
25583 \begin_layout Plain Layout
25584 Resultado
25585 \begin_inset Note Note
25586 status collapsed
25587
25588 \begin_layout Plain Layout
25589
25590 \series bold
25591
25592 \backslash
25593 raisebox
25594 \series default
25595  se usa sólo como espaciador
25596 \end_layout
25597
25598 \end_inset
25599
25600
25601 \end_layout
25602
25603 \end_inset
25604 </cell>
25605 </row>
25606 <row>
25607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25608 \begin_inset Text
25609
25610 \begin_layout Plain Layout
25611
25612 \backslash
25613 varliminf
25614 \end_layout
25615
25616 \end_inset
25617 </cell>
25618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25619 \begin_inset Text
25620
25621 \begin_layout Plain Layout
25622 \begin_inset Formula $\varliminf$
25623 \end_inset
25624
25625
25626 \end_layout
25627
25628 \end_inset
25629 </cell>
25630 </row>
25631 <row>
25632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25633 \begin_inset Text
25634
25635 \begin_layout Plain Layout
25636
25637 \backslash
25638 varlimsup
25639 \end_layout
25640
25641 \end_inset
25642 </cell>
25643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25644 \begin_inset Text
25645
25646 \begin_layout Plain Layout
25647 \begin_inset Formula $\varlimsup$
25648 \end_inset
25649
25650
25651 \end_layout
25652
25653 \end_inset
25654 </cell>
25655 </row>
25656 <row>
25657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25658 \begin_inset Text
25659
25660 \begin_layout Plain Layout
25661
25662 \backslash
25663 varprojlim
25664 \end_layout
25665
25666 \end_inset
25667 </cell>
25668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25669 \begin_inset Text
25670
25671 \begin_layout Plain Layout
25672 \begin_inset Formula $\varprojlim$
25673 \end_inset
25674
25675
25676 \end_layout
25677
25678 \end_inset
25679 </cell>
25680 </row>
25681 <row>
25682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25683 \begin_inset Text
25684
25685 \begin_layout Plain Layout
25686
25687 \backslash
25688 varinjlim
25689 \end_layout
25690
25691 \end_inset
25692 </cell>
25693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25694 \begin_inset Text
25695
25696 \begin_layout Plain Layout
25697 \begin_inset Formula $\varinjlim$
25698 \end_inset
25699
25700
25701 \begin_inset Formula $\raisebox{-2.5mm}{}$
25702 \end_inset
25703
25704
25705 \end_layout
25706
25707 \end_inset
25708 </cell>
25709 </row>
25710 </lyxtabular>
25711
25712 \end_inset
25713
25714
25715 \end_layout
25716
25717 \begin_layout Standard
25718 \begin_inset VSpace medskip
25719 \end_inset
25720
25721
25722 \end_layout
25723
25724 \begin_layout Standard
25725 El límite se crea insertando un subíndice.
25726  Se imprime a la derecha junto a la función en una fórmula en línea:
25727 \end_layout
25728
25729 \begin_layout Standard
25730 \noindent
25731 \align center
25732 \begin_inset Tabular
25733 <lyxtabular version="3" rows="2" columns="2">
25734 <features>
25735 <column alignment="center" valignment="top" width="0pt">
25736 <column alignment="center" valignment="top" width="0pt">
25737 <row>
25738 <cell alignment="center" valignment="top" usebox="none">
25739 \begin_inset Text
25740
25741 \begin_layout Plain Layout
25742 Comando
25743 \end_layout
25744
25745 \end_inset
25746 </cell>
25747 <cell alignment="center" valignment="top" usebox="none">
25748 \begin_inset Text
25749
25750 \begin_layout Plain Layout
25751 \begin_inset space \hspace{}
25752 \length 1cm
25753 \end_inset
25754
25755 Resultado
25756 \begin_inset Note Note
25757 status collapsed
25758
25759 \begin_layout Plain Layout
25760
25761 \series bold
25762
25763 \backslash
25764 raisebox
25765 \series default
25766  se usa sólo como espaciador
25767 \end_layout
25768
25769 \end_inset
25770
25771
25772 \end_layout
25773
25774 \end_inset
25775 </cell>
25776 </row>
25777 <row>
25778 <cell alignment="center" valignment="top" usebox="none">
25779 \begin_inset Text
25780
25781 \begin_layout Plain Layout
25782
25783 \backslash
25784 lim_x
25785 \backslash
25786 to
25787 \begin_inset ERT
25788 status collapsed
25789
25790 \begin_layout Plain Layout
25791
25792
25793 \backslash
25794 spce 
25795 \end_layout
25796
25797 \end_inset
25798
25799 A
25800 \begin_inset ERT
25801 status collapsed
25802
25803 \begin_layout Plain Layout
25804
25805
25806 \backslash
25807 spce 
25808 \end_layout
25809
25810 \end_inset
25811
25812 x=B
25813 \end_layout
25814
25815 \end_inset
25816 </cell>
25817 <cell alignment="center" valignment="top" usebox="none">
25818 \begin_inset Text
25819
25820 \begin_layout Plain Layout
25821 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
25822 \end_inset
25823
25824
25825 \end_layout
25826
25827 \end_inset
25828 </cell>
25829 </row>
25830 </lyxtabular>
25831
25832 \end_inset
25833
25834
25835 \end_layout
25836
25837 \begin_layout Standard
25838 En una ecuación presentada el límite se imprime debajo, como es habitual:
25839 \begin_inset Formula \[
25840 \lim\limits _{x\rightarrow A}=B\]
25841
25842 \end_inset
25843
25844
25845 \end_layout
25846
25847 \begin_layout Subsection
25848 Función módulo
25849 \begin_inset Index
25850 status collapsed
25851
25852 \begin_layout Plain Layout
25853 Funciones ! módulo
25854 \end_layout
25855
25856 \end_inset
25857
25858
25859 \end_layout
25860
25861 \begin_layout Standard
25862 La función módulo es especial, porque existe en cuatro variantes.
25863 \end_layout
25864
25865 \begin_layout Standard
25866 En una ecuación presentada:
25867 \begin_inset Formula \begin{align*}
25868 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25869 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25870 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25871 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25872 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25873
25874 \end_inset
25875
25876 En una ecuación en línea se pone menos espacio delante del nombre de la
25877  función para todas las variantes.
25878 \end_layout
25879
25880 \begin_layout Section
25881 Caracteres especiales
25882 \begin_inset Index
25883 status collapsed
25884
25885 \begin_layout Plain Layout
25886 Caracteres especiales
25887 \end_layout
25888
25889 \end_inset
25890
25891
25892 \end_layout
25893
25894 \begin_layout Subsection
25895 Caracteres especiales en texto matemático
25896 \end_layout
25897
25898 \begin_layout Standard
25899 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25900  TeX:
25901 \end_layout
25902
25903 \begin_layout Standard
25904 \begin_inset space \hfill{}
25905 \end_inset
25906
25907
25908 \begin_inset Tabular
25909 <lyxtabular version="3" rows="8" columns="2">
25910 <features>
25911 <column alignment="block" valignment="top" width="0">
25912 <column alignment="block" valignment="top" width="0">
25913 <row>
25914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25915 \begin_inset Text
25916
25917 \begin_layout Plain Layout
25918 Comando
25919 \end_layout
25920
25921 \end_inset
25922 </cell>
25923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25924 \begin_inset Text
25925
25926 \begin_layout Plain Layout
25927 Resultado
25928 \end_layout
25929
25930 \end_inset
25931 </cell>
25932 </row>
25933 <row>
25934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25935 \begin_inset Text
25936
25937 \begin_layout Plain Layout
25938
25939 \backslash
25940 oe
25941 \end_layout
25942
25943 \end_inset
25944 </cell>
25945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25946 \begin_inset Text
25947
25948 \begin_layout Plain Layout
25949 \begin_inset Formula $\textrm{œ}$
25950 \end_inset
25951
25952
25953 \end_layout
25954
25955 \end_inset
25956 </cell>
25957 </row>
25958 <row>
25959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25960 \begin_inset Text
25961
25962 \begin_layout Plain Layout
25963
25964 \backslash
25965 OE
25966 \end_layout
25967
25968 \end_inset
25969 </cell>
25970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25971 \begin_inset Text
25972
25973 \begin_layout Plain Layout
25974 \begin_inset Formula $\textrm{Œ}$
25975 \end_inset
25976
25977
25978 \end_layout
25979
25980 \end_inset
25981 </cell>
25982 </row>
25983 <row>
25984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25985 \begin_inset Text
25986
25987 \begin_layout Plain Layout
25988
25989 \backslash
25990 ae
25991 \end_layout
25992
25993 \end_inset
25994 </cell>
25995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25996 \begin_inset Text
25997
25998 \begin_layout Plain Layout
25999 \begin_inset Formula $\textrm{æ}$
26000 \end_inset
26001
26002
26003 \end_layout
26004
26005 \end_inset
26006 </cell>
26007 </row>
26008 <row>
26009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26010 \begin_inset Text
26011
26012 \begin_layout Plain Layout
26013
26014 \backslash
26015 AE
26016 \end_layout
26017
26018 \end_inset
26019 </cell>
26020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26021 \begin_inset Text
26022
26023 \begin_layout Plain Layout
26024 \begin_inset Formula $\textrm{Æ}$
26025 \end_inset
26026
26027
26028 \end_layout
26029
26030 \end_inset
26031 </cell>
26032 </row>
26033 <row>
26034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26035 \begin_inset Text
26036
26037 \begin_layout Plain Layout
26038
26039 \backslash
26040 aa
26041 \end_layout
26042
26043 \end_inset
26044 </cell>
26045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26046 \begin_inset Text
26047
26048 \begin_layout Plain Layout
26049 \begin_inset Formula $\textrm{\aa}$
26050 \end_inset
26051
26052
26053 \end_layout
26054
26055 \end_inset
26056 </cell>
26057 </row>
26058 <row>
26059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26060 \begin_inset Text
26061
26062 \begin_layout Plain Layout
26063
26064 \backslash
26065 AA
26066 \begin_inset Index
26067 status collapsed
26068
26069 \begin_layout Plain Layout
26070
26071 \backslash
26072 @
26073 \begin_inset ERT
26074 status collapsed
26075
26076 \begin_layout Plain Layout
26077
26078
26079 \backslash
26080 textrm{
26081 \backslash
26082 AA}
26083 \end_layout
26084
26085 \end_inset
26086
26087
26088 \end_layout
26089
26090 \end_inset
26091
26092
26093 \end_layout
26094
26095 \end_inset
26096 </cell>
26097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26098 \begin_inset Text
26099
26100 \begin_layout Plain Layout
26101 \begin_inset Formula $\textrm{Å}$
26102 \end_inset
26103
26104
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 </row>
26110 <row>
26111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26112 \begin_inset Text
26113
26114 \begin_layout Plain Layout
26115
26116 \backslash
26117 i
26118 \end_layout
26119
26120 \end_inset
26121 </cell>
26122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26123 \begin_inset Text
26124
26125 \begin_layout Plain Layout
26126 \begin_inset Formula $\textrm{ı}$
26127 \end_inset
26128
26129
26130 \end_layout
26131
26132 \end_inset
26133 </cell>
26134 </row>
26135 </lyxtabular>
26136
26137 \end_inset
26138
26139
26140 \begin_inset space \hfill{}
26141 \end_inset
26142
26143
26144 \begin_inset Tabular
26145 <lyxtabular version="3" rows="8" columns="2">
26146 <features>
26147 <column alignment="block" valignment="top" width="0">
26148 <column alignment="center" valignment="top" width="0">
26149 <row>
26150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26151 \begin_inset Text
26152
26153 \begin_layout Plain Layout
26154 Comando
26155 \begin_inset Note Note
26156 status collapsed
26157
26158 \begin_layout Plain Layout
26159
26160 \series bold
26161
26162 \backslash
26163 raisebox
26164 \series default
26165  se usa sólo como espaciador
26166 \end_layout
26167
26168 \end_inset
26169
26170
26171 \end_layout
26172
26173 \end_inset
26174 </cell>
26175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26176 \begin_inset Text
26177
26178 \begin_layout Plain Layout
26179 Resultado
26180 \end_layout
26181
26182 \end_inset
26183 </cell>
26184 </row>
26185 <row>
26186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26187 \begin_inset Text
26188
26189 \begin_layout Plain Layout
26190
26191 \backslash
26192 o
26193 \end_layout
26194
26195 \end_inset
26196 </cell>
26197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26198 \begin_inset Text
26199
26200 \begin_layout Plain Layout
26201 \begin_inset Formula $\textrm{ø}$
26202 \end_inset
26203
26204
26205 \end_layout
26206
26207 \end_inset
26208 </cell>
26209 </row>
26210 <row>
26211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26212 \begin_inset Text
26213
26214 \begin_layout Plain Layout
26215
26216 \backslash
26217 O
26218 \end_layout
26219
26220 \end_inset
26221 </cell>
26222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26223 \begin_inset Text
26224
26225 \begin_layout Plain Layout
26226 \begin_inset Formula $\textrm{Ø}$
26227 \end_inset
26228
26229
26230 \end_layout
26231
26232 \end_inset
26233 </cell>
26234 </row>
26235 <row>
26236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240
26241 \backslash
26242 l
26243 \end_layout
26244
26245 \end_inset
26246 </cell>
26247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26248 \begin_inset Text
26249
26250 \begin_layout Plain Layout
26251 \begin_inset Formula $\textrm{ł}$
26252 \end_inset
26253
26254
26255 \end_layout
26256
26257 \end_inset
26258 </cell>
26259 </row>
26260 <row>
26261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26262 \begin_inset Text
26263
26264 \begin_layout Plain Layout
26265
26266 \backslash
26267 L
26268 \end_layout
26269
26270 \end_inset
26271 </cell>
26272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26273 \begin_inset Text
26274
26275 \begin_layout Plain Layout
26276 \begin_inset Formula $\textrm{Ł}$
26277 \end_inset
26278
26279
26280 \end_layout
26281
26282 \end_inset
26283 </cell>
26284 </row>
26285 <row>
26286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26287 \begin_inset Text
26288
26289 \begin_layout Plain Layout
26290 !
26291 \begin_inset space \hspace{}
26292 \length 0mm
26293 \end_inset
26294
26295 `
26296 \begin_inset ERT
26297 status collapsed
26298
26299 \begin_layout Plain Layout
26300
26301
26302 \backslash
26303 spce 
26304 \end_layout
26305
26306 \end_inset
26307
26308
26309 \end_layout
26310
26311 \end_inset
26312 </cell>
26313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26314 \begin_inset Text
26315
26316 \begin_layout Plain Layout
26317 \begin_inset Formula $\textrm{!`}$
26318 \end_inset
26319
26320
26321 \end_layout
26322
26323 \end_inset
26324 </cell>
26325 </row>
26326 <row>
26327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26328 \begin_inset Text
26329
26330 \begin_layout Plain Layout
26331 ?
26332 \begin_inset space \hspace{}
26333 \length 0mm
26334 \end_inset
26335
26336 `
26337 \begin_inset ERT
26338 status collapsed
26339
26340 \begin_layout Plain Layout
26341
26342
26343 \backslash
26344 spce 
26345 \end_layout
26346
26347 \end_inset
26348
26349
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26355 \begin_inset Text
26356
26357 \begin_layout Plain Layout
26358 \begin_inset Formula $\textrm{?`}$
26359 \end_inset
26360
26361
26362 \end_layout
26363
26364 \end_inset
26365 </cell>
26366 </row>
26367 <row>
26368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26369 \begin_inset Text
26370
26371 \begin_layout Plain Layout
26372
26373 \backslash
26374 j
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26380 \begin_inset Text
26381
26382 \begin_layout Plain Layout
26383 \begin_inset Formula $\textrm{ȷ}$
26384 \end_inset
26385
26386
26387 \end_layout
26388
26389 \end_inset
26390 </cell>
26391 </row>
26392 </lyxtabular>
26393
26394 \end_inset
26395
26396
26397 \begin_inset space \hfill{}
26398 \end_inset
26399
26400
26401 \end_layout
26402
26403 \begin_layout Standard
26404 Los caracteres 
26405 \begin_inset Formula $\textrm{\textrm{Å}}$
26406 \end_inset
26407
26408  y 
26409 \begin_inset Formula $\textrm{\textrm{Ø}}$
26410 \end_inset
26411
26412  también se pueden insertar mediante el botón 
26413 \begin_inset Graphics
26414         filename ../../images/math/digamma.png
26415         scale 85
26416
26417 \end_inset
26418
26419  de la barra de ecuaciones.
26420 \end_layout
26421
26422 \begin_layout Standard
26423 Los comandos 
26424 \series bold
26425 !
26426 \begin_inset space \hspace{}
26427 \length 0mm
26428 \end_inset
26429
26430 `
26431 \series default
26432  y 
26433 \series bold
26434 ?
26435 \begin_inset space \hspace{}
26436 \length 0mm
26437 \end_inset
26438
26439 `
26440 \series default
26441  son una excepción porque se pueden insertar directamente a texto en LyX.
26442  
26443 \end_layout
26444
26445 \begin_layout Subsection
26446 Acentos en texto
26447 \begin_inset CommandInset label
26448 LatexCommand label
26449 name "sub:Acentos-en-texto"
26450
26451 \end_inset
26452
26453
26454 \begin_inset Index
26455 status collapsed
26456
26457 \begin_layout Plain Layout
26458 Acentos ! en texto
26459 \end_layout
26460
26461 \end_inset
26462
26463
26464 \end_layout
26465
26466 \begin_layout Standard
26467 Con los siguientes comandos se pueden acentuar todas las letras.
26468  Los comandos deben ponerse en modo TeX.
26469 \end_layout
26470
26471 \begin_layout Standard
26472 \begin_inset space \hfill{}
26473 \end_inset
26474
26475
26476 \begin_inset Tabular
26477 <lyxtabular version="3" rows="8" columns="2">
26478 <features>
26479 <column alignment="block" valignment="top" width="0">
26480 <column alignment="block" valignment="top" width="0">
26481 <row>
26482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Plain Layout
26486 Comando
26487 \end_layout
26488
26489 \end_inset
26490 </cell>
26491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26492 \begin_inset Text
26493
26494 \begin_layout Plain Layout
26495 Resultado
26496 \end_layout
26497
26498 \end_inset
26499 </cell>
26500 </row>
26501 <row>
26502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26503 \begin_inset Text
26504
26505 \begin_layout Plain Layout
26506
26507 \backslash
26508
26509 \begin_inset Quotes grd
26510 \end_inset
26511
26512 e
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26518 \begin_inset Text
26519
26520 \begin_layout Plain Layout
26521 \begin_inset ERT
26522 status collapsed
26523
26524 \begin_layout Plain Layout
26525
26526
26527 \backslash
26528 "e
26529 \end_layout
26530
26531 \end_inset
26532
26533
26534 \end_layout
26535
26536 \end_inset
26537 </cell>
26538 </row>
26539 <row>
26540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26541 \begin_inset Text
26542
26543 \begin_layout Plain Layout
26544
26545 \backslash
26546 `e
26547 \end_layout
26548
26549 \end_inset
26550 </cell>
26551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26552 \begin_inset Text
26553
26554 \begin_layout Plain Layout
26555 \begin_inset ERT
26556 status collapsed
26557
26558 \begin_layout Plain Layout
26559
26560
26561 \backslash
26562 `e
26563 \end_layout
26564
26565 \end_inset
26566
26567
26568 \end_layout
26569
26570 \end_inset
26571 </cell>
26572 </row>
26573 <row>
26574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26575 \begin_inset Text
26576
26577 \begin_layout Plain Layout
26578
26579 \backslash
26580 ^
26581 \begin_inset ERT
26582 status collapsed
26583
26584 \begin_layout Plain Layout
26585
26586
26587 \backslash
26588 spce 
26589 \end_layout
26590
26591 \end_inset
26592
26593 e
26594 \end_layout
26595
26596 \end_inset
26597 </cell>
26598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26599 \begin_inset Text
26600
26601 \begin_layout Plain Layout
26602 \begin_inset ERT
26603 status collapsed
26604
26605 \begin_layout Plain Layout
26606
26607
26608 \backslash
26609 ^e
26610 \end_layout
26611
26612 \end_inset
26613
26614
26615 \end_layout
26616
26617 \end_inset
26618 </cell>
26619 </row>
26620 <row>
26621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26622 \begin_inset Text
26623
26624 \begin_layout Plain Layout
26625
26626 \backslash
26627 =e
26628 \end_layout
26629
26630 \end_inset
26631 </cell>
26632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26633 \begin_inset Text
26634
26635 \begin_layout Plain Layout
26636 \begin_inset ERT
26637 status collapsed
26638
26639 \begin_layout Plain Layout
26640
26641
26642 \backslash
26643 =e
26644 \end_layout
26645
26646 \end_inset
26647
26648
26649 \end_layout
26650
26651 \end_inset
26652 </cell>
26653 </row>
26654 <row>
26655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26656 \begin_inset Text
26657
26658 \begin_layout Plain Layout
26659
26660 \backslash
26661 u
26662 \begin_inset ERT
26663 status collapsed
26664
26665 \begin_layout Plain Layout
26666
26667
26668 \backslash
26669 spce 
26670 \end_layout
26671
26672 \end_inset
26673
26674 e
26675 \end_layout
26676
26677 \end_inset
26678 </cell>
26679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26680 \begin_inset Text
26681
26682 \begin_layout Plain Layout
26683 \begin_inset ERT
26684 status collapsed
26685
26686 \begin_layout Plain Layout
26687
26688
26689 \backslash
26690 u e
26691 \end_layout
26692
26693 \end_inset
26694
26695
26696 \end_layout
26697
26698 \end_inset
26699 </cell>
26700 </row>
26701 <row>
26702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26703 \begin_inset Text
26704
26705 \begin_layout Plain Layout
26706
26707 \backslash
26708 b
26709 \begin_inset ERT
26710 status collapsed
26711
26712 \begin_layout Plain Layout
26713
26714
26715 \backslash
26716 spce 
26717 \end_layout
26718
26719 \end_inset
26720
26721 e
26722 \end_layout
26723
26724 \end_inset
26725 </cell>
26726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26727 \begin_inset Text
26728
26729 \begin_layout Plain Layout
26730 \begin_inset ERT
26731 status collapsed
26732
26733 \begin_layout Plain Layout
26734
26735
26736 \backslash
26737 b e
26738 \end_layout
26739
26740 \end_inset
26741
26742
26743 \end_layout
26744
26745 \end_inset
26746 </cell>
26747 </row>
26748 <row>
26749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26750 \begin_inset Text
26751
26752 \begin_layout Plain Layout
26753
26754 \backslash
26755 t
26756 \begin_inset ERT
26757 status collapsed
26758
26759 \begin_layout Plain Layout
26760
26761
26762 \backslash
26763 spce 
26764 \end_layout
26765
26766 \end_inset
26767
26768 ee
26769 \end_layout
26770
26771 \end_inset
26772 </cell>
26773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26774 \begin_inset Text
26775
26776 \begin_layout Plain Layout
26777 \begin_inset ERT
26778 status collapsed
26779
26780 \begin_layout Plain Layout
26781
26782
26783 \backslash
26784 t ee
26785 \end_layout
26786
26787 \end_inset
26788
26789
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 </row>
26795 </lyxtabular>
26796
26797 \end_inset
26798
26799
26800 \begin_inset space \hfill{}
26801 \end_inset
26802
26803
26804 \begin_inset Tabular
26805 <lyxtabular version="3" rows="8" columns="2">
26806 <features>
26807 <column alignment="block" valignment="top" width="0">
26808 <column alignment="center" valignment="top" width="0">
26809 <row>
26810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26811 \begin_inset Text
26812
26813 \begin_layout Plain Layout
26814 Comando
26815 \end_layout
26816
26817 \end_inset
26818 </cell>
26819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26820 \begin_inset Text
26821
26822 \begin_layout Plain Layout
26823 Resultado
26824 \end_layout
26825
26826 \end_inset
26827 </cell>
26828 </row>
26829 <row>
26830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26831 \begin_inset Text
26832
26833 \begin_layout Plain Layout
26834
26835 \backslash
26836 H
26837 \begin_inset ERT
26838 status collapsed
26839
26840 \begin_layout Plain Layout
26841
26842
26843 \backslash
26844 spce 
26845 \end_layout
26846
26847 \end_inset
26848
26849 e
26850 \end_layout
26851
26852 \end_inset
26853 </cell>
26854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26855 \begin_inset Text
26856
26857 \begin_layout Plain Layout
26858 \begin_inset ERT
26859 status collapsed
26860
26861 \begin_layout Plain Layout
26862
26863
26864 \backslash
26865 H e
26866 \end_layout
26867
26868 \end_inset
26869
26870
26871 \end_layout
26872
26873 \end_inset
26874 </cell>
26875 </row>
26876 <row>
26877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26878 \begin_inset Text
26879
26880 \begin_layout Plain Layout
26881
26882 \backslash
26883 'e
26884 \end_layout
26885
26886 \end_inset
26887 </cell>
26888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26889 \begin_inset Text
26890
26891 \begin_layout Plain Layout
26892 \begin_inset ERT
26893 status collapsed
26894
26895 \begin_layout Plain Layout
26896
26897
26898 \backslash
26899 'e
26900 \end_layout
26901
26902 \end_inset
26903
26904
26905 \end_layout
26906
26907 \end_inset
26908 </cell>
26909 </row>
26910 <row>
26911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26912 \begin_inset Text
26913
26914 \begin_layout Plain Layout
26915
26916 \backslash
26917 ~e
26918 \begin_inset Index
26919 status collapsed
26920
26921 \begin_layout Plain Layout
26922 Tilde
26923 \end_layout
26924
26925 \end_inset
26926
26927
26928 \end_layout
26929
26930 \end_inset
26931 </cell>
26932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26933 \begin_inset Text
26934
26935 \begin_layout Plain Layout
26936 \begin_inset ERT
26937 status collapsed
26938
26939 \begin_layout Plain Layout
26940
26941
26942 \backslash
26943 ~e
26944 \end_layout
26945
26946 \end_inset
26947
26948
26949 \end_layout
26950
26951 \end_inset
26952 </cell>
26953 </row>
26954 <row>
26955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26956 \begin_inset Text
26957
26958 \begin_layout Plain Layout
26959
26960 \backslash
26961 .e
26962 \end_layout
26963
26964 \end_inset
26965 </cell>
26966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26967 \begin_inset Text
26968
26969 \begin_layout Plain Layout
26970 \begin_inset ERT
26971 status collapsed
26972
26973 \begin_layout Plain Layout
26974
26975
26976 \backslash
26977 .e
26978 \end_layout
26979
26980 \end_inset
26981
26982
26983 \end_layout
26984
26985 \end_inset
26986 </cell>
26987 </row>
26988 <row>
26989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26990 \begin_inset Text
26991
26992 \begin_layout Plain Layout
26993
26994 \backslash
26995 v
26996 \begin_inset ERT
26997 status collapsed
26998
26999 \begin_layout Plain Layout
27000
27001
27002 \backslash
27003 spce 
27004 \end_layout
27005
27006 \end_inset
27007
27008 e
27009 \end_layout
27010
27011 \end_inset
27012 </cell>
27013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27014 \begin_inset Text
27015
27016 \begin_layout Plain Layout
27017 \begin_inset ERT
27018 status collapsed
27019
27020 \begin_layout Plain Layout
27021
27022
27023 \backslash
27024 v e
27025 \end_layout
27026
27027 \end_inset
27028
27029
27030 \end_layout
27031
27032 \end_inset
27033 </cell>
27034 </row>
27035 <row>
27036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27037 \begin_inset Text
27038
27039 \begin_layout Plain Layout
27040
27041 \backslash
27042 d
27043 \begin_inset ERT
27044 status collapsed
27045
27046 \begin_layout Plain Layout
27047
27048
27049 \backslash
27050 spce 
27051 \end_layout
27052
27053 \end_inset
27054
27055 e
27056 \end_layout
27057
27058 \end_inset
27059 </cell>
27060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27061 \begin_inset Text
27062
27063 \begin_layout Plain Layout
27064 \begin_inset ERT
27065 status collapsed
27066
27067 \begin_layout Plain Layout
27068
27069
27070 \backslash
27071 d e
27072 \end_layout
27073
27074 \end_inset
27075
27076
27077 \end_layout
27078
27079 \end_inset
27080 </cell>
27081 </row>
27082 <row>
27083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27084 \begin_inset Text
27085
27086 \begin_layout Plain Layout
27087
27088 \backslash
27089 c
27090 \begin_inset ERT
27091 status collapsed
27092
27093 \begin_layout Plain Layout
27094
27095
27096 \backslash
27097 spce 
27098 \end_layout
27099
27100 \end_inset
27101
27102 e
27103 \end_layout
27104
27105 \end_inset
27106 </cell>
27107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27108 \begin_inset Text
27109
27110 \begin_layout Plain Layout
27111 \begin_inset ERT
27112 status collapsed
27113
27114 \begin_layout Plain Layout
27115
27116
27117 \backslash
27118 c e
27119 \end_layout
27120
27121 \end_inset
27122
27123
27124 \end_layout
27125
27126 \end_inset
27127 </cell>
27128 </row>
27129 </lyxtabular>
27130
27131 \end_inset
27132
27133
27134 \begin_inset space \hfill{}
27135 \end_inset
27136
27137
27138 \end_layout
27139
27140 \begin_layout Standard
27141 \begin_inset VSpace medskip
27142 \end_inset
27143
27144
27145 \end_layout
27146
27147 \begin_layout Standard
27148 Con el comando 
27149 \series bold
27150
27151 \backslash
27152 t
27153 \series default
27154  también se pueden acentuar dos caracteres distintos.
27155  El comando 
27156 \series bold
27157
27158 \backslash
27159 t
27160 \begin_inset ERT
27161 status collapsed
27162
27163 \begin_layout Plain Layout
27164
27165
27166 \backslash
27167 spce 
27168 \end_layout
27169
27170 \end_inset
27171
27172 sz
27173 \series default
27174  genera 
27175 \begin_inset ERT
27176 status collapsed
27177
27178 \begin_layout Plain Layout
27179
27180
27181 \backslash
27182 t sz
27183 \end_layout
27184
27185 \end_inset
27186
27187
27188 \end_layout
27189
27190 \begin_layout Standard
27191 Los acentos 
27192 \series bold
27193 `
27194 \series default
27195  , 
27196 \series bold
27197 '
27198 \series default
27199  y 
27200 \series bold
27201 ^
27202 \series default
27203  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27204  TeX.
27205  Lo mismo se aplica a la tilde
27206 \begin_inset Foot
27207 status collapsed
27208
27209 \begin_layout Plain Layout
27210 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27211 \end_layout
27212
27213 \end_inset
27214
27215  con 
27216 \emph on
27217 a
27218 \emph default
27219
27220 \emph on
27221 o
27222 \emph default
27223  y 
27224 \emph on
27225 n.
27226 \end_layout
27227
27228 \begin_layout Standard
27229 Los comandos 
27230 \series bold
27231
27232 \backslash
27233 b
27234 \series default
27235  , 
27236 \series bold
27237
27238 \backslash
27239 c
27240 \series default
27241  , 
27242 \series bold
27243
27244 \backslash
27245 d
27246 \series default
27247  , 
27248 \series bold
27249
27250 \backslash
27251 H
27252 \series default
27253  , 
27254 \series bold
27255
27256 \backslash
27257 t
27258 \series default
27259  , 
27260 \series bold
27261
27262 \backslash
27263 u
27264 \series default
27265  , 
27266 \series bold
27267
27268 \backslash
27269 v
27270 \series default
27271 , y acentos insertados directamente con el teclado también están disponibles
27272  en texto matemático.
27273  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27274  
27275 \begin_inset CommandInset ref
27276 LatexCommand ref
27277 reference "sub:Acentos-para-un"
27278
27279 \end_inset
27280
27281 .
27282 \end_layout
27283
27284 \begin_layout Standard
27285 \begin_inset VSpace bigskip
27286 \end_inset
27287
27288
27289 \end_layout
27290
27291 \begin_layout Standard
27292 Además, con el comando 
27293 \series bold
27294
27295 \backslash
27296 textcircled
27297 \series default
27298
27299 \begin_inset Index
27300 status collapsed
27301
27302 \begin_layout Plain Layout
27303 Comandos ! T ! 
27304 \backslash
27305 textcircled
27306 \end_layout
27307
27308 \end_inset
27309
27310  se pueden insertar en un círculo todos los números y letras, de forma parecida
27311  al símbolo copyright.
27312 \end_layout
27313
27314 \begin_layout Standard
27315 \noindent
27316 \align center
27317 \begin_inset Tabular
27318 <lyxtabular version="3" rows="3" columns="2">
27319 <features>
27320 <column alignment="center" valignment="top" width="0">
27321 <column alignment="center" valignment="top" width="0">
27322 <row>
27323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27324 \begin_inset Text
27325
27326 \begin_layout Plain Layout
27327 Comando
27328 \end_layout
27329
27330 \end_inset
27331 </cell>
27332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27333 \begin_inset Text
27334
27335 \begin_layout Plain Layout
27336 Resultado
27337 \begin_inset Note Note
27338 status collapsed
27339
27340 \begin_layout Plain Layout
27341
27342 \series bold
27343
27344 \backslash
27345 raisebox
27346 \series default
27347  se usa sólo como espaciador
27348 \end_layout
27349
27350 \end_inset
27351
27352
27353 \end_layout
27354
27355 \end_inset
27356 </cell>
27357 </row>
27358 <row>
27359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27360 \begin_inset Text
27361
27362 \begin_layout Plain Layout
27363
27364 \backslash
27365 textcircled{w}
27366 \end_layout
27367
27368 \end_inset
27369 </cell>
27370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27371 \begin_inset Text
27372
27373 \begin_layout Plain Layout
27374 \begin_inset ERT
27375 status collapsed
27376
27377 \begin_layout Plain Layout
27378
27379
27380 \backslash
27381 textcircled{w}
27382 \end_layout
27383
27384 \end_inset
27385
27386
27387 \end_layout
27388
27389 \end_inset
27390 </cell>
27391 </row>
27392 <row>
27393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27394 \begin_inset Text
27395
27396 \begin_layout Plain Layout
27397
27398 \backslash
27399 Large 
27400 \backslash
27401 textcircled{
27402 \backslash
27403 normalsize
27404 \backslash
27405 protect
27406 \backslash
27407 raisebox{-1.5pt}{W}}
27408 \end_layout
27409
27410 \end_inset
27411 </cell>
27412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27413 \begin_inset Text
27414
27415 \begin_layout Plain Layout
27416 \begin_inset Formula $\raisebox{4.5mm}{}$
27417 \end_inset
27418
27419
27420 \begin_inset ERT
27421 status collapsed
27422
27423 \begin_layout Plain Layout
27424
27425
27426 \backslash
27427 Large 
27428 \backslash
27429 textcircled{
27430 \backslash
27431 normalsize
27432 \backslash
27433 protect
27434 \backslash
27435 raisebox{-1.5pt}W}
27436 \end_layout
27437
27438 \end_inset
27439
27440
27441 \begin_inset Formula $\raisebox{-2mm}{}$
27442 \end_inset
27443
27444
27445 \end_layout
27446
27447 \end_inset
27448 </cell>
27449 </row>
27450 </lyxtabular>
27451
27452 \end_inset
27453
27454
27455 \end_layout
27456
27457 \begin_layout Standard
27458 Hay que tener cuidado que el carácter se ajuste al círculo.
27459  Por eso 
27460 \series bold
27461
27462 \backslash
27463 Large
27464 \begin_inset Foot
27465 status collapsed
27466
27467 \begin_layout Plain Layout
27468 véase 
27469 \begin_inset CommandInset ref
27470 LatexCommand ref
27471 reference "sub:Tamaños-de-fuentes"
27472
27473 \end_inset
27474
27475
27476 \end_layout
27477
27478 \end_inset
27479
27480
27481 \series default
27482  especifica el tamaño del círculo.
27483  Con ayuda de 
27484 \series bold
27485
27486 \backslash
27487 raisebox
27488 \begin_inset Foot
27489 status collapsed
27490
27491 \begin_layout Plain Layout
27492 véase 
27493 \begin_inset CommandInset ref
27494 LatexCommand ref
27495 reference "sub:Cuadros-sin-marco"
27496
27497 \end_inset
27498
27499
27500 \end_layout
27501
27502 \end_inset
27503
27504
27505 \series default
27506  se puede centrar el carácter.
27507 \end_layout
27508
27509 \begin_layout Subsection
27510 Números en estilo antiguo
27511 \begin_inset Index
27512 status collapsed
27513
27514 \begin_layout Plain Layout
27515 Numeros@Números ! en estilo antiguo
27516 \end_layout
27517
27518 \end_inset
27519
27520
27521 \end_layout
27522
27523 \begin_layout Standard
27524 Los números en estilo antiguo o elzevirianos se componen con el comando
27525  
27526 \series bold
27527
27528 \backslash
27529 oldstylenums
27530 \series default
27531
27532 \begin_inset Index
27533 status collapsed
27534
27535 \begin_layout Plain Layout
27536 Comandos ! O ! 
27537 \backslash
27538 oldstylenums
27539 \end_layout
27540
27541 \end_inset
27542
27543 .
27544  El comando se puede usar en ecuaciones y en modo TeX.
27545  Su esquema es:
27546 \end_layout
27547
27548 \begin_layout Standard
27549
27550 \series bold
27551
27552 \backslash
27553 oldstylenums{número}
27554 \end_layout
27555
27556 \begin_layout Standard
27557 El comando 
27558 \series bold
27559
27560 \backslash
27561 oldstylenums{0123456789}
27562 \series default
27563  genera: 
27564 \begin_inset Formula $\oldstylenums{0123456789}$
27565 \end_inset
27566
27567
27568 \end_layout
27569
27570 \begin_layout Subsection
27571 Caracteres especiales misceláneos
27572 \begin_inset CommandInset label
27573 LatexCommand label
27574 name "sub:Caracteres-especiales-misceláneos"
27575
27576 \end_inset
27577
27578
27579 \begin_inset Index
27580 status collapsed
27581
27582 \begin_layout Plain Layout
27583 Caracteres especiales ! misceláneos
27584 \end_layout
27585
27586 \end_inset
27587
27588
27589 \end_layout
27590
27591 \begin_layout Standard
27592 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
27593  comandos:
27594 \end_layout
27595
27596 \begin_layout Standard
27597 \noindent
27598 \align center
27599 \begin_inset Tabular
27600 <lyxtabular version="3" rows="4" columns="2">
27601 <features>
27602 <column alignment="center" valignment="top" width="0">
27603 <column alignment="center" valignment="top" width="0">
27604 <row>
27605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27606 \begin_inset Text
27607
27608 \begin_layout Plain Layout
27609 Comando
27610 \end_layout
27611
27612 \end_inset
27613 </cell>
27614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27615 \begin_inset Text
27616
27617 \begin_layout Plain Layout
27618 Resultado
27619 \end_layout
27620
27621 \end_inset
27622 </cell>
27623 </row>
27624 <row>
27625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27626 \begin_inset Text
27627
27628 \begin_layout Plain Layout
27629
27630 \backslash
27631 ^
27632 \begin_inset ERT
27633 status collapsed
27634
27635 \begin_layout Plain Layout
27636
27637
27638 \backslash
27639 spce 
27640 \end_layout
27641
27642 \end_inset
27643
27644
27645 \end_layout
27646
27647 \end_inset
27648 </cell>
27649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27650 \begin_inset Text
27651
27652 \begin_layout Plain Layout
27653 \begin_inset Formula $\mathcircumflex$
27654 \end_inset
27655
27656
27657 \end_layout
27658
27659 \end_inset
27660 </cell>
27661 </row>
27662 <row>
27663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27664 \begin_inset Text
27665
27666 \begin_layout Plain Layout
27667
27668 \backslash
27669 _
27670 \end_layout
27671
27672 \end_inset
27673 </cell>
27674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27675 \begin_inset Text
27676
27677 \begin_layout Plain Layout
27678 \begin_inset Formula $\_$
27679 \end_inset
27680
27681
27682 \end_layout
27683
27684 \end_inset
27685 </cell>
27686 </row>
27687 <row>
27688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27689 \begin_inset Text
27690
27691 \begin_layout Plain Layout
27692 ^
27693 \begin_inset ERT
27694 status collapsed
27695
27696 \begin_layout Plain Layout
27697
27698
27699 \backslash
27700 spce 
27701 \end_layout
27702
27703 \end_inset
27704
27705
27706 \backslash
27707 circ
27708 \begin_inset Index
27709 status collapsed
27710
27711 \begin_layout Plain Layout
27712
27713 \backslash
27714
27715 \end_layout
27716
27717 \end_inset
27718
27719
27720 \end_layout
27721
27722 \end_inset
27723 </cell>
27724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27725 \begin_inset Text
27726
27727 \begin_layout Plain Layout
27728 \begin_inset Formula $^{\circ}$
27729 \end_inset
27730
27731
27732 \end_layout
27733
27734 \end_inset
27735 </cell>
27736 </row>
27737 </lyxtabular>
27738
27739 \end_inset
27740
27741
27742 \end_layout
27743
27744 \begin_layout Standard
27745 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
27746  LaTeX contiene la línea:
27747 \begin_inset Foot
27748 status collapsed
27749
27750 \begin_layout Plain Layout
27751 Más sobre este asunto en 
27752 \begin_inset CommandInset ref
27753 LatexCommand ref
27754 reference "sub:Caracteres-de-texto"
27755
27756 \end_inset
27757
27758
27759 \end_layout
27760
27761 \end_inset
27762
27763  
27764 \end_layout
27765
27766 \begin_layout Standard
27767
27768 \series bold
27769
27770 \backslash
27771 DeclareInputtext{176}{
27772 \backslash
27773 ifmmode^
27774 \backslash
27775 circ
27776 \backslash
27777 else
27778 \backslash
27779 textdegree
27780 \backslash
27781 fi}
27782 \end_layout
27783
27784 \begin_layout Section
27785 Estilos de ecuación
27786 \begin_inset CommandInset label
27787 LatexCommand label
27788 name "sec:Estilos-de-ecuación"
27789
27790 \end_inset
27791
27792
27793 \begin_inset Index
27794 status collapsed
27795
27796 \begin_layout Plain Layout
27797 Ecuación ! estilos de
27798 \end_layout
27799
27800 \end_inset
27801
27802
27803 \end_layout
27804
27805 \begin_layout Itemize
27806 Hay dos estilos diferentes de alineación:
27807 \end_layout
27808
27809 \begin_deeper
27810 \begin_layout Description
27811 Centrado es el estándar predefinido
27812 \end_layout
27813
27814 \begin_layout Description
27815 Sangrado para este estilo debe insertarse la opción de clase 
27816 \series bold
27817 fleqn
27818 \series default
27819  en el menú 
27820 \family sans
27821 Documento\SpecialChar \menuseparator
27822 Configuración
27823 \family default
27824  bajo 
27825 \family sans
27826 Clase de documento
27827 \end_layout
27828
27829 \begin_layout Standard
27830 Cuando se usa 
27831 \series bold
27832 Sangrado
27833 \series default
27834 , éste se puede ajustar con la longitud 
27835 \series bold
27836
27837 \backslash
27838 mathindent
27839 \series default
27840
27841 \begin_inset Index
27842 status collapsed
27843
27844 \begin_layout Plain Layout
27845 Comandos ! M ! 
27846 \backslash
27847 mathindent
27848 \end_layout
27849
27850 \end_inset
27851
27852 .
27853  Para 15
27854 \begin_inset space \thinspace{}
27855 \end_inset
27856
27857 mm, p.
27858 \begin_inset space \thinspace{}
27859 \end_inset
27860
27861 e., se inserta esta línea de comando en el preámbulo LaTeX:
27862 \end_layout
27863
27864 \begin_layout Standard
27865
27866 \series bold
27867
27868 \backslash
27869 setlength{
27870 \backslash
27871 mathindent}{15mm}
27872 \end_layout
27873
27874 \begin_layout Standard
27875 Si no se especifica longitud se usa el valor predeterminado de 30
27876 \begin_inset space \thinspace{}
27877 \end_inset
27878
27879 pt.
27880 \end_layout
27881
27882 \end_deeper
27883 \begin_layout Itemize
27884 Y dos estilos diferentes de numeración:
27885 \end_layout
27886
27887 \begin_deeper
27888 \begin_layout Description
27889 Derecha es el estándar predefinido
27890 \end_layout
27891
27892 \begin_layout Description
27893 Izquierda para este estilo debe insertarse la opción de clase 
27894 \series bold
27895 leqno
27896 \series default
27897  en el menú 
27898 \family sans
27899 Documento\SpecialChar \menuseparator
27900 Configuración
27901 \family default
27902  bajo 
27903 \family sans
27904 Clase de documento
27905 \end_layout
27906
27907 \end_deeper
27908 \begin_layout Standard
27909
27910 \series bold
27911 fleqn
27912 \series default
27913  y 
27914 \series bold
27915 leqno
27916 \series default
27917  también se pueden usar juntos.
27918  En ese caso se insertan ambas opciones, separadas por una coma.
27919 \end_layout
27920
27921 \begin_layout Standard
27922 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
27923  documento.
27924  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27925  estilo 
27926 \series bold
27927 Centrado
27928 \series default
27929  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27930 \begin_inset CommandInset ref
27931 LatexCommand ref
27932 reference "sub:Entorno-flalign"
27933
27934 \end_inset
27935
27936 .
27937 \end_layout
27938
27939 \begin_layout Section
27940 Ecuaciones multilínea
27941 \begin_inset CommandInset label
27942 LatexCommand label
27943 name "sec:Ecuaciones-multilínea"
27944
27945 \end_inset
27946
27947
27948 \begin_inset Index
27949 status collapsed
27950
27951 \begin_layout Plain Layout
27952 Ecuación ! multilínea
27953 \end_layout
27954
27955 \end_inset
27956
27957
27958 \end_layout
27959
27960 \begin_layout Subsection
27961 General
27962 \end_layout
27963
27964 \begin_layout Standard
27965 En LyX se generan nuevas líneas en una ecuación con 
27966 \family sans
27967 \series bold
27968 Ctrl+Retorno
27969 \family default
27970 \series default
27971 .
27972  Esto crea un 
27973 \series bold
27974 entorno eqnarray
27975 \series default
27976 , que se describe en
27977 \begin_inset space ~
27978 \end_inset
27979
27980
27981 \begin_inset CommandInset ref
27982 LatexCommand ref
27983 reference "sub:Entorno-eqnarray"
27984
27985 \end_inset
27986
27987  o, si se ha marcado la opción 
27988 \family sans
27989 Usar
27990 \begin_inset space ~
27991 \end_inset
27992
27993 el
27994 \begin_inset space ~
27995 \end_inset
27996
27997 paquete
27998 \begin_inset space ~
27999 \end_inset
28000
28001 de
28002 \begin_inset space ~
28003 \end_inset
28004
28005 ecuaciones
28006 \begin_inset space ~
28007 \end_inset
28008
28009 AMS
28010 \family default
28011  en la configuración del documento
28012 \family sans
28013 , un 
28014 \series bold
28015 entorno
28016 \family default
28017 \series default
28018  
28019 \series bold
28020 align
28021 \series default
28022 , que se describe en
28023 \begin_inset space ~
28024 \end_inset
28025
28026
28027 \begin_inset CommandInset ref
28028 LatexCommand ref
28029 reference "sub:Entorno-align-estándar"
28030
28031 \end_inset
28032
28033 .
28034 \end_layout
28035
28036 \begin_layout Standard
28037 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28038  el menú 
28039 \family sans
28040 Insertar\SpecialChar \menuseparator
28041 Ecuación
28042 \family default
28043 .
28044  En las siguientes secciones se describen estos entornos.
28045 \end_layout
28046
28047 \begin_layout Standard
28048 En todos los entornos de ecuación multilínea la combinación 
28049 \family sans
28050 Ctrl+Retorno
28051 \family default
28052  genera una línea nueva.
28053  Para añadir o quitar líneas se pueden usar los botones 
28054 \begin_inset Graphics
28055         filename ../../images/tabular-feature_append-row.png
28056         scale 85
28057
28058 \end_inset
28059
28060  o 
28061 \begin_inset Graphics
28062         filename ../../images/tabular-feature_delete-row.png
28063         scale 85
28064
28065 \end_inset
28066
28067 de la barra de herramientas, respectivamente, o el menú 
28068 \family sans
28069 Editar\SpecialChar \menuseparator
28070 Filas y columnas
28071 \family default
28072 .
28073 \end_layout
28074
28075 \begin_layout Subsubsection
28076 Separación de líneas
28077 \begin_inset CommandInset label
28078 LatexCommand label
28079 name "sub:Separación-de-líneas"
28080
28081 \end_inset
28082
28083
28084 \begin_inset Index
28085 status collapsed
28086
28087 \begin_layout Plain Layout
28088 Ecuación ! multilínea ! separación de filas
28089 \end_layout
28090
28091 \end_inset
28092
28093
28094 \end_layout
28095
28096 \begin_layout Standard
28097 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28098 \begin_inset Formula \begin{eqnarray*}
28099 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}\\
28100 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*}
28101
28102 \end_inset
28103
28104 En LaTeX un espacio adicional para una línea se especifica como argumento
28105  opcional del comando de nueva línea.
28106  Esto aún no es posible en LYX,
28107 \begin_inset Foot
28108 status collapsed
28109
28110 \begin_layout Plain Layout
28111 véase 
28112 \begin_inset CommandInset href
28113 LatexCommand href
28114 name "LyX-bug #1505"
28115 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
28116
28117 \end_inset
28118
28119
28120 \end_layout
28121
28122 \end_inset
28123
28124  por lo que toda la ecuación debe insertarse en modo TeX.
28125  Para añadir espacio en nuestro ejemplo se inserta el comando 
28126 \series bold
28127
28128 \backslash
28129
28130 \backslash
28131 [3mm]
28132 \series default
28133  al final de la primera línea.
28134  Así: 
28135 \begin_inset ERT
28136 status collapsed
28137
28138 \begin_layout Plain Layout
28139
28140
28141 \backslash
28142 begin{eqnarray*}
28143 \end_layout
28144
28145 \begin_layout Plain Layout
28146
28147 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28148  = & 
28149 \backslash
28150 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28151 \backslash
28152
28153 \backslash
28154 [3mm]
28155 \end_layout
28156
28157 \begin_layout Plain Layout
28158
28159 4x^{2}
28160 \backslash
28161 left(B^{2}+x_{0}^{2}
28162 \backslash
28163 right)+4x_{0}x
28164 \backslash
28165 left(D-B^{2}
28166 \backslash
28167 right)+B^{2}
28168 \backslash
28169 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28170 \backslash
28171 right) & = & 0
28172 \end_layout
28173
28174 \begin_layout Plain Layout
28175
28176
28177 \backslash
28178 end{eqnarray*}
28179 \end_layout
28180
28181 \end_inset
28182
28183
28184 \begin_inset VSpace bigskip
28185 \end_inset
28186
28187
28188 \end_layout
28189
28190 \begin_layout Standard
28191 Para obtener separación en todas las líneas hay que cambiar la longitud
28192  
28193 \series bold
28194
28195 \backslash
28196 jot
28197 \series default
28198
28199 \begin_inset Index
28200 status collapsed
28201
28202 \begin_layout Plain Layout
28203 Comandos ! J ! 
28204 \backslash
28205 jot
28206 \end_layout
28207
28208 \end_inset
28209
28210 .
28211  La definición es: 
28212 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28213 \end_inset
28214
28215 .
28216  El valor predeterminado para 
28217 \series bold
28218
28219 \backslash
28220 jot
28221 \series default
28222  es 3
28223 \begin_inset space \thinspace{}
28224 \end_inset
28225
28226 pt.
28227  Para establecer una separación adicional de 3
28228 \begin_inset space \thinspace{}
28229 \end_inset
28230
28231 mm como en el ejemplo anterior, se inserta el comando
28232 \end_layout
28233
28234 \begin_layout Standard
28235
28236 \series bold
28237
28238 \backslash
28239 setlength{
28240 \backslash
28241 jot}{3mm+3pt}
28242 \end_layout
28243
28244 \begin_layout Standard
28245 en modo TeX antes de la ecuación.
28246  Es necesario cargar el paquete 
28247 \series bold
28248 calc
28249 \series default
28250
28251 \begin_inset Foot
28252 status collapsed
28253
28254 \begin_layout Plain Layout
28255
28256 \series bold
28257 calc
28258 \series default
28259  forma parte de toda instalación LaTeX estándar.
28260 \end_layout
28261
28262 \end_inset
28263
28264
28265 \begin_inset Index
28266 status collapsed
28267
28268 \begin_layout Plain Layout
28269 Paquetes ! calc
28270 \end_layout
28271
28272 \end_inset
28273
28274  en el preámbulo con la línea
28275 \end_layout
28276
28277 \begin_layout Standard
28278
28279 \series bold
28280
28281 \backslash
28282 usepackage{calc}
28283 \end_layout
28284
28285 \begin_layout Standard
28286 Se obtiene:
28287 \begin_inset ERT
28288 status collapsed
28289
28290 \begin_layout Plain Layout
28291
28292
28293 \backslash
28294 setlength{
28295 \backslash
28296 jot}{3mm+3pt}
28297 \end_layout
28298
28299 \end_inset
28300
28301
28302 \begin_inset Formula \begin{eqnarray*}
28303 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}\\
28304 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*}
28305
28306 \end_inset
28307
28308
28309 \begin_inset ERT
28310 status collapsed
28311
28312 \begin_layout Plain Layout
28313
28314
28315 \backslash
28316 setlength{
28317 \backslash
28318 jot}{3pt}
28319 \end_layout
28320
28321 \end_inset
28322
28323  Para volver a la distancia predeterminada, 
28324 \series bold
28325
28326 \backslash
28327 jot
28328 \series default
28329  se establece en 3
28330 \begin_inset space \thinspace{}
28331 \end_inset
28332
28333 pt.
28334 \end_layout
28335
28336 \begin_layout Subsubsection
28337 Separación de columnas
28338 \begin_inset CommandInset label
28339 LatexCommand label
28340 name "sub:Separación-de-columnas"
28341
28342 \end_inset
28343
28344
28345 \begin_inset Index
28346 status collapsed
28347
28348 \begin_layout Plain Layout
28349 Ecuación ! multilínea !separación de columnas
28350 \end_layout
28351
28352 \end_inset
28353
28354
28355 \end_layout
28356
28357 \begin_layout Standard
28358 Una ecuación multilínea forma una matriz.
28359  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28360  columnas.
28361  Cambiando la separación de columnas en este entorno se puede cambiar el
28362  espacio junto al signo de relación.
28363 \end_layout
28364
28365 \begin_layout Standard
28366 La separación de columnas se especifica con la longitud
28367 \series bold
28368  
28369 \backslash
28370 arraycolsep
28371 \series default
28372
28373 \begin_inset Index
28374 status collapsed
28375
28376 \begin_layout Plain Layout
28377 Comandos ! A ! 
28378 \backslash
28379 arraycolsep
28380 \end_layout
28381
28382 \end_inset
28383
28384  según:
28385 \begin_inset Newline newline
28386 \end_inset
28387
28388 separación de columnas = 2
28389 \begin_inset space \thinspace{}
28390 \end_inset
28391
28392
28393 \series bold
28394
28395 \backslash
28396 arraycolsep
28397 \series default
28398
28399 \begin_inset Newline newline
28400 \end_inset
28401
28402 Así, el comando en modo TeX
28403 \end_layout
28404
28405 \begin_layout Standard
28406
28407 \series bold
28408
28409 \backslash
28410 setlength{
28411 \backslash
28412 arraycolsep}{1cm}
28413 \end_layout
28414
28415 \begin_layout Standard
28416 establece para todas las ecuaciones siguientes una separación de columnas
28417  de 2
28418 \begin_inset space \thinspace{}
28419 \end_inset
28420
28421 cm.
28422  Para volver al valor predefinido, 
28423 \series bold
28424
28425 \backslash
28426 arraycolsep
28427 \series default
28428  se pone en 5
28429 \begin_inset space \thinspace{}
28430 \end_inset
28431
28432 pt.
28433 \end_layout
28434
28435 \begin_layout Standard
28436 Una ecuación con separación de 2
28437 \begin_inset space \thinspace{}
28438 \end_inset
28439
28440 cm entre columnas:
28441 \begin_inset ERT
28442 status collapsed
28443
28444 \begin_layout Plain Layout
28445
28446
28447 \backslash
28448 setlength{
28449 \backslash
28450 arraycolsep}{1cm}
28451 \end_layout
28452
28453 \end_inset
28454
28455
28456 \begin_inset Formula \begin{eqnarray*}
28457 A & = & B\\
28458 C & \ne & A\end{eqnarray*}
28459
28460 \end_inset
28461
28462 Una ecuación con la separación predefinida para matrices, 10
28463 \begin_inset space \thinspace{}
28464 \end_inset
28465
28466 pt:
28467 \begin_inset ERT
28468 status collapsed
28469
28470 \begin_layout Plain Layout
28471
28472
28473 \backslash
28474 setlength{
28475 \backslash
28476 arraycolsep}{5pt}
28477 \end_layout
28478
28479 \end_inset
28480
28481
28482 \begin_inset Formula \begin{eqnarray*}
28483 A & = & B\\
28484 C & \ne & A\end{eqnarray*}
28485
28486 \end_inset
28487
28488
28489 \end_layout
28490
28491 \begin_layout Subsubsection
28492 Ecuaciones largas
28493 \begin_inset Index
28494 status collapsed
28495
28496 \begin_layout Plain Layout
28497 Ecuación ! larga
28498 \end_layout
28499
28500 \end_inset
28501
28502
28503 \end_layout
28504
28505 \begin_layout Standard
28506 Se pueden componer ecuaciones largas mediante estos métodos:
28507 \end_layout
28508
28509 \begin_layout Itemize
28510 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28511  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28512 \begin_inset Formula \begin{eqnarray}
28513 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 \\
28514  &  & -\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}
28515
28516 \end_inset
28517
28518 El signo menos al principio de la segunda línea normalmente no aparece como
28519  operador porque es el primer carácter de la línea.
28520  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28521  Para evitarlo se ha insertado 3
28522 \begin_inset space \thinspace{}
28523 \end_inset
28524
28525 pt de espacio detrás del menos con el comando 
28526 \series bold
28527
28528 \backslash
28529 hspace
28530 \series default
28531 .
28532 \begin_inset Foot
28533 status collapsed
28534
28535 \begin_layout Plain Layout
28536 véase más sobre 
28537 \series bold
28538
28539 \backslash
28540 hspace
28541 \series default
28542  en 
28543 \begin_inset CommandInset ref
28544 LatexCommand ref
28545 reference "sub:Espacio-variable"
28546
28547 \end_inset
28548
28549
28550 \end_layout
28551
28552 \end_inset
28553
28554
28555 \begin_inset Index
28556 status collapsed
28557
28558 \begin_layout Plain Layout
28559 Comandos ! H ! 
28560 \backslash
28561 hspace
28562 \end_layout
28563
28564 \end_inset
28565
28566
28567 \end_layout
28568
28569 \begin_layout Itemize
28570 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28571 \series bold
28572
28573 \backslash
28574 lefteqn
28575 \series default
28576
28577 \begin_inset Index
28578 status collapsed
28579
28580 \begin_layout Plain Layout
28581 Comandos ! L ! 
28582 \backslash
28583 lefteqn
28584 \end_layout
28585
28586 \end_inset
28587
28588 .
28589  Se inserta en la primer columna de la primera línea y hace que todas las
28590  inserciones posteriores sobreescriban las columnas siguientes:
28591 \begin_inset Formula \begin{eqnarray}
28592 \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 \\
28593  &  & -\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 \\
28594  &  & =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}
28595
28596 \end_inset
28597
28598 Tras la inserción de 
28599 \series bold
28600
28601 \backslash
28602 lefteqn
28603 \series default
28604  el cursor está en un marco púrpura un poco a la izquierda del azul.
28605  La ecuación se inserta en éste.
28606 \begin_inset Newline newline
28607 \end_inset
28608
28609 El contenido de las restantes líneas se inserta en la segunda columna o
28610  en otra.
28611  A mayor número de columna donde se inserte, mayor sangrado.
28612 \begin_inset VSpace medskip
28613 \end_inset
28614
28615
28616 \begin_inset Newline newline
28617 \end_inset
28618
28619
28620 \begin_inset Note Greyedout
28621 status collapsed
28622
28623 \begin_layout Plain Layout
28624 Ten en cuenta lo siguiente si usas 
28625 \series bold
28626
28627 \backslash
28628 lefteqn
28629 \series default
28630 :
28631 \end_layout
28632
28633 \begin_layout Itemize
28634 La ecuación no usa la anchura total de la página.
28635  Cuando se añade, p.
28636 \begin_inset space \thinspace{}
28637 \end_inset
28638
28639 e., el término 
28640 \begin_inset Formula $-B^{2}$
28641 \end_inset
28642
28643  en la primera línea del ejemplo, debería estar fuera del margen.
28644  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28645  principio de la primera línea.
28646 \end_layout
28647
28648 \begin_layout Itemize
28649 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28650  primera línea.
28651 \begin_inset Foot
28652 status collapsed
28653
28654 \begin_layout Plain Layout
28655 \begin_inset CommandInset href
28656 LatexCommand href
28657 name "LyX-bug #1429"
28658 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28659
28660 \end_inset
28661
28662
28663 \end_layout
28664
28665 \end_inset
28666
28667  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28668  teclas de flecha.
28669 \end_layout
28670
28671 \end_inset
28672
28673  
28674 \end_layout
28675
28676 \begin_layout Itemize
28677 Se describen otros métodos para escribir fórmulas largas en 
28678 \begin_inset CommandInset ref
28679 LatexCommand ref
28680 reference "sub:Entorno-multilínea"
28681
28682 \end_inset
28683
28684  y 
28685 \begin_inset CommandInset ref
28686 LatexCommand ref
28687 reference "sub:Partes-de-una-multilínea"
28688
28689 \end_inset
28690
28691 .
28692 \end_layout
28693
28694 \begin_layout Subsubsection
28695 Delimitadores multilínea
28696 \begin_inset CommandInset label
28697 LatexCommand label
28698 name "sub:Delimitadores-multilínea"
28699
28700 \end_inset
28701
28702
28703 \begin_inset Index
28704 status collapsed
28705
28706 \begin_layout Plain Layout
28707 Delimitadores ! para varias líneas
28708 \end_layout
28709
28710 \end_inset
28711
28712
28713 \end_layout
28714
28715 \begin_layout Standard
28716 Para poner delimitadores que cubran varias líneas hay un problema:
28717 \begin_inset Formula \begin{eqnarray*}
28718 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28719  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28720
28721 \end_inset
28722
28723 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28724 res con tamaño variable no abarcan líneas múltiples.
28725 \end_layout
28726
28727 \begin_layout Standard
28728 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28729  primera línea se finaliza con 
28730 \series bold
28731
28732 \backslash
28733 right.
28734 \series default
28735
28736 \begin_inset Index
28737 status collapsed
28738
28739 \begin_layout Plain Layout
28740 Comandos ! R ! 
28741 \backslash
28742 right
28743 \end_layout
28744
28745 \end_inset
28746
28747  y la segunda con 
28748 \series bold
28749
28750 \backslash
28751 left.
28752 \series default
28753 .
28754 \begin_inset Foot
28755 status collapsed
28756
28757 \begin_layout Plain Layout
28758 Más sobre 
28759 \series bold
28760
28761 \backslash
28762 left.
28763
28764 \series default
28765  y 
28766 \series bold
28767
28768 \backslash
28769 right.
28770
28771 \series default
28772  en 
28773 \begin_inset CommandInset ref
28774 LatexCommand ref
28775 reference "sub:Tamaño-automático-de"
28776
28777 \end_inset
28778
28779
28780 \end_layout
28781
28782 \end_inset
28783
28784
28785 \begin_inset Index
28786 status collapsed
28787
28788 \begin_layout Plain Layout
28789 Comandos ! L ! 
28790 \backslash
28791 left
28792 \end_layout
28793
28794 \end_inset
28795
28796  Después de 
28797 \series bold
28798
28799 \backslash
28800 left.
28801
28802 \series default
28803  se inserta el comando 
28804 \series bold
28805
28806 \backslash
28807 vphantom
28808 \series default
28809
28810 \begin_inset ERT
28811 status collapsed
28812
28813 \begin_layout Plain Layout
28814
28815
28816 \backslash
28817 spce 
28818 \end_layout
28819
28820 \end_inset
28821
28822
28823 \series bold
28824
28825 \backslash
28826 prod
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 infty
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 \begin_inset Formula $\downarrow$
28864 \end_inset
28865
28866 _R=1}
28867 \series default
28868
28869 \begin_inset Index
28870 status collapsed
28871
28872 \begin_layout Plain Layout
28873 Comandos ! V ! 
28874 \backslash
28875 vphantom
28876 \end_layout
28877
28878 \end_inset
28879
28880 , porque el operador de multiplicación con sus límites es el símbolo mayor
28881  en la primera línea y ese debería ser el tamaño para el delimitador en
28882  la segunda línea.
28883 \end_layout
28884
28885 \begin_layout Standard
28886 El resultado es: 
28887 \begin_inset Formula \begin{eqnarray*}
28888 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28889  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28890
28891 \end_inset
28892
28893
28894 \end_layout
28895
28896 \begin_layout Subsection
28897 Entornos align
28898 \end_layout
28899
28900 \begin_layout Standard
28901 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28902  Son especialmente apropiados para poner ecuaciones adosadas.
28903 \end_layout
28904
28905 \begin_layout Standard
28906 Los entornos align constan de columnas.
28907  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28908  En un entorno align se puede numerar cada línea.
28909 \end_layout
28910
28911 \begin_layout Standard
28912 Los entornos align se crean con el menú 
28913 \family sans
28914 Insertar\SpecialChar \menuseparator
28915 Ecuación
28916 \family default
28917 .
28918  Una ecuación existente se puede convertir a align con el menú 
28919 \family sans
28920 Editar\SpecialChar \menuseparator
28921 Ecuación\SpecialChar \menuseparator
28922 Cambiar tipo de ecuación
28923 \family default
28924 .
28925 \end_layout
28926
28927 \begin_layout Standard
28928 Para añadir o quitar columnas se pueden usar los botones 
28929 \begin_inset Graphics
28930         filename ../../images/tabular-feature_append-row.png
28931         scale 85
28932
28933 \end_inset
28934
28935  o 
28936 \begin_inset Graphics
28937         filename ../../images/tabular-feature_delete-row.png
28938         scale 85
28939
28940 \end_inset
28941
28942 de la barra de ecuaciones o el menú 
28943 \family sans
28944 Editar\SpecialChar \menuseparator
28945 Filas y columnas
28946 \family default
28947 .
28948 \end_layout
28949
28950 \begin_layout Subsubsection
28951 Entorno align estándar
28952 \begin_inset CommandInset label
28953 LatexCommand label
28954 name "sub:Entorno-align-estándar"
28955
28956 \end_inset
28957
28958
28959 \begin_inset Index
28960 status collapsed
28961
28962 \begin_layout Plain Layout
28963 Ecuación ! multilínea ! entorno align
28964 \end_layout
28965
28966 \end_inset
28967
28968
28969 \end_layout
28970
28971 \begin_layout Standard
28972 Este entorno align se crea pulsando 
28973 \family sans
28974 Ctrl+Retorno
28975 \family default
28976  en una ecuación o con el menú 
28977 \family sans
28978 Insertar\SpecialChar \menuseparator
28979 Ecuación\SpecialChar \menuseparator
28980 Entorno AMS align
28981 \family default
28982 .
28983 \end_layout
28984
28985 \begin_layout Standard
28986 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
28987  align de cuatro columnas:
28988 \begin_inset Formula \begin{align*}
28989 A & =\sen(B) & C & =D\\
28990 C & \neq A & B & \neq D\end{align*}
28991
28992 \end_inset
28993
28994 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
28995  un 
28996 \series bold
28997
28998 \backslash
28999 hfill
29000 \series default
29001
29002 \begin_inset Foot
29003 status collapsed
29004
29005 \begin_layout Plain Layout
29006 Más sobre 
29007 \series bold
29008
29009 \backslash
29010 hfill
29011 \series default
29012  en 
29013 \begin_inset CommandInset ref
29014 LatexCommand ref
29015 reference "sub:Espacio-variable"
29016
29017 \end_inset
29018
29019
29020 \end_layout
29021
29022 \end_inset
29023
29024  antes de la primera y detrás de cada columna par.
29025  Si se pone en estilo 
29026 \series bold
29027 Sangrado
29028 \series default
29029 ,
29030 \begin_inset Foot
29031 status collapsed
29032
29033 \begin_layout Plain Layout
29034 véase estilos de ecuación en 
29035 \begin_inset CommandInset ref
29036 LatexCommand ref
29037 reference "sec:Estilos-de-ecuación"
29038
29039 \end_inset
29040
29041
29042 \end_layout
29043
29044 \end_inset
29045
29046  la ecuación queda sin el 
29047 \series bold
29048
29049 \backslash
29050 hfill
29051 \series default
29052  ante la primera columna.
29053 \end_layout
29054
29055 \begin_layout Subsubsection
29056 Entorno alignat
29057 \begin_inset Index
29058 status collapsed
29059
29060 \begin_layout Plain Layout
29061 Ecuación ! multilínea ! entorno alignat
29062 \end_layout
29063
29064 \end_inset
29065
29066
29067 \end_layout
29068
29069 \begin_layout Standard
29070 El entorno alignat no tiene separación predefinida de columnas.
29071  Se puede insertar manualmente con los espacios descritos en 
29072 \begin_inset CommandInset ref
29073 LatexCommand ref
29074 reference "sec:Espacio"
29075
29076 \end_inset
29077
29078 .
29079 \end_layout
29080
29081 \begin_layout Standard
29082 El ejemplo anterior en el entorno alignat, con un espacio de 1
29083 \begin_inset space \thinspace{}
29084 \end_inset
29085
29086 cm al comienzo da la segunda ecuación:
29087 \begin_inset Formula \begin{alignat*}{2}
29088 A & =\sen(B)\hspace{1cm} & C & =D\\
29089 C & \neq A & B & \neq D\end{alignat*}
29090
29091 \end_inset
29092
29093 Como cada columna puede tener un espacio diferente, este entorno es especialment
29094 e apropiado para poner tres o más ecuaciones adosadas.
29095 \end_layout
29096
29097 \begin_layout Subsubsection
29098 Entorno flalign
29099 \begin_inset CommandInset label
29100 LatexCommand label
29101 name "sub:Entorno-flalign"
29102
29103 \end_inset
29104
29105
29106 \begin_inset Index
29107 status collapsed
29108
29109 \begin_layout Plain Layout
29110 Ecuación ! multilínea ! entorno flalign
29111 \end_layout
29112
29113 \end_inset
29114
29115
29116 \end_layout
29117
29118 \begin_layout Standard
29119 En este entorno las dos primeras columnas están siempre tan a la izquierda
29120  como sea posible y las dos últimas a la derecha.
29121  Ejemplo:
29122 \begin_inset Formula \begin{flalign*}
29123 A & =1 & B & =2 & C & =3\\
29124 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4\end{flalign*}
29125
29126 \end_inset
29127
29128 En un entorno flalign con un número impar de columnas, en la última de las
29129  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29130  alineadas a la izquierda, aunque se use el estilo 
29131 \series bold
29132 Centrado
29133 \series default
29134 .
29135  Un ejemplo de fórmula sangrada 
29136 \begin_inset CommandInset ref
29137 LatexCommand eqref
29138 reference "eq:IntVol"
29139
29140 \end_inset
29141
29142 :
29143 \begin_inset Formula \begin{flalign}
29144 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
29145
29146 \end_inset
29147
29148 Las dos primeras columnas contienen la fórmula.
29149  Para sangrarla como con el estilo 
29150 \series bold
29151 Sangrado
29152 \series default
29153 , se añade un espacio de 30
29154 \begin_inset space \thinspace{}
29155 \end_inset
29156
29157 pt al comienzo de la primera columna.
29158  
29159 \end_layout
29160
29161 \begin_layout Subsection
29162 Entorno eqnarray
29163 \begin_inset CommandInset label
29164 LatexCommand label
29165 name "sub:Entorno-eqnarray"
29166
29167 \end_inset
29168
29169
29170 \begin_inset Index
29171 status collapsed
29172
29173 \begin_layout Plain Layout
29174 Ecuación ! multilínea ! entorno eqnarray
29175 \end_layout
29176
29177 \end_inset
29178
29179
29180 \begin_inset Index
29181 status collapsed
29182
29183 \begin_layout Plain Layout
29184 Ecuación ! multilínea ! entorno eqnarray
29185 \end_layout
29186
29187 \end_inset
29188
29189
29190 \end_layout
29191
29192 \begin_layout Standard
29193 Al introducir este entorno aparecen tres marcos azules.
29194  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29195  El contenido del marco central está centrado y algo más pequeño, porque
29196  está diseñado para insertar sólo caracteres de relación.
29197 \begin_inset Formula \begin{eqnarray*}
29198 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29199 AB & AB & AB\\
29200 A & = & A\end{eqnarray*}
29201
29202 \end_inset
29203
29204
29205 \end_layout
29206
29207 \begin_layout Subsection
29208 Entorno gather
29209 \begin_inset Index
29210 status collapsed
29211
29212 \begin_layout Plain Layout
29213 Ecuación ! multilínea ! entorno gather
29214 \end_layout
29215
29216 \end_inset
29217
29218
29219 \end_layout
29220
29221 \begin_layout Standard
29222 Este entorno consta de una sola columna centrada.
29223  Se puede numerar cada línea.
29224 \begin_inset Formula \begin{gather}
29225 A=1\\
29226 X=\mbox{-}1\end{gather}
29227
29228 \end_inset
29229
29230
29231 \end_layout
29232
29233 \begin_layout Subsection
29234 Entorno multilínea
29235 \begin_inset CommandInset label
29236 LatexCommand label
29237 name "sub:Entorno-multilínea"
29238
29239 \end_inset
29240
29241
29242 \begin_inset Index
29243 status collapsed
29244
29245 \begin_layout Plain Layout
29246 Ecuación ! multilínea ! entorno multilínea
29247 \end_layout
29248
29249 \end_inset
29250
29251
29252 \end_layout
29253
29254 \begin_layout Standard
29255 El entorno multilínea, como gather, consta de una sola columna.
29256  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29257  Las demás están centradas.
29258  Por tanto este entorno es apropiado para ecuaciones largas.
29259  Como ejemplo, la ecuación
29260 \begin_inset space ~
29261 \end_inset
29262
29263
29264 \begin_inset CommandInset ref
29265 LatexCommand eqref
29266 reference "eq:lefteqn"
29267
29268 \end_inset
29269
29270  en entorno multilínea:
29271 \begin_inset Formula \begin{multline}
29272 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}\\
29273 -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}\\
29274 =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}
29275
29276 \end_inset
29277
29278 En la salida sólo aparece numerada la última (primera) línea si la numeración
29279  del documento es a la derecha (izquierda).
29280 \begin_inset Foot
29281 status collapsed
29282
29283 \begin_layout Plain Layout
29284 véanse los estilos de numeración en 
29285 \begin_inset CommandInset ref
29286 LatexCommand ref
29287 reference "sec:Estilos-de-ecuación"
29288
29289 \end_inset
29290
29291
29292 \end_layout
29293
29294 \end_inset
29295
29296
29297 \end_layout
29298
29299 \begin_layout Standard
29300 Con los comandos 
29301 \series bold
29302
29303 \backslash
29304 shoveright
29305 \begin_inset Index
29306 status collapsed
29307
29308 \begin_layout Plain Layout
29309 Comandos ! S ! 
29310 \backslash
29311 shoveright
29312 \end_layout
29313
29314 \end_inset
29315
29316
29317 \series default
29318  y 
29319 \series bold
29320
29321 \backslash
29322 shoveleft
29323 \series default
29324
29325 \begin_inset Index
29326 status collapsed
29327
29328 \begin_layout Plain Layout
29329 Comandos ! S ! 
29330 \backslash
29331 shoveleft
29332 \end_layout
29333
29334 \end_inset
29335
29336 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29337 ente.
29338  Los comandos se usan como sigue:
29339 \end_layout
29340
29341 \begin_layout Standard
29342
29343 \series bold
29344
29345 \backslash
29346 shoveright{contenido de la línea}
29347 \series default
29348  y 
29349 \series bold
29350
29351 \backslash
29352 shoveleft{contenido de la línea}
29353 \end_layout
29354
29355 \begin_layout Standard
29356 \begin_inset VSpace medskip
29357 \end_inset
29358
29359
29360 \end_layout
29361
29362 \begin_layout Standard
29363 La longitud 
29364 \series bold
29365
29366 \backslash
29367 multlinegap
29368 \series default
29369
29370 \begin_inset Index
29371 status collapsed
29372
29373 \begin_layout Plain Layout
29374 Comandos ! M ! 
29375 \backslash
29376 multlinegap
29377 \end_layout
29378
29379 \end_inset
29380
29381  especifica la distancia de la primera línea desde el margen izquierdo de
29382  la página.
29383  Esta longitud es 0
29384 \begin_inset space \thinspace{}
29385 \end_inset
29386
29387 pt por omisión.
29388 \end_layout
29389
29390 \begin_layout Standard
29391 Como ejemplo la ecuación anterior con el comando
29392 \end_layout
29393
29394 \begin_layout Standard
29395
29396 \series bold
29397
29398 \backslash
29399 setlength{
29400 \backslash
29401 multlinegap}{2cm}
29402 \end_layout
29403
29404 \begin_layout Standard
29405 insertado previamente en modo TeX:
29406 \begin_inset ERT
29407 status collapsed
29408
29409 \begin_layout Plain Layout
29410
29411
29412 \backslash
29413 setlength{
29414 \backslash
29415 multlinegap}{2cm}
29416 \end_layout
29417
29418 \end_inset
29419
29420
29421 \begin_inset Formula \begin{multline}
29422 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}\\
29423 \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}}\\
29424 =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}
29425
29426 \end_inset
29427
29428
29429 \begin_inset ERT
29430 status collapsed
29431
29432 \begin_layout Plain Layout
29433
29434
29435 \backslash
29436 setlength{
29437 \backslash
29438 multlinegap}{0pt}
29439 \end_layout
29440
29441 \end_inset
29442
29443 La segunda línea se ha alineado a la izquierda con 
29444 \series bold
29445
29446 \backslash
29447 shoveleft
29448 \series default
29449 .
29450 \end_layout
29451
29452 \begin_layout Subsection
29453 Partes de una ecuación multilínea
29454 \begin_inset CommandInset label
29455 LatexCommand label
29456 name "sub:Partes-de-una-multilínea"
29457
29458 \end_inset
29459
29460
29461 \begin_inset Index
29462 status collapsed
29463
29464 \begin_layout Plain Layout
29465 Ecuación ! multilínea ! partes de
29466 \end_layout
29467
29468 \end_inset
29469
29470
29471 \end_layout
29472
29473 \begin_layout Standard
29474 Para mostrar sólo partes de una ecuación multilínea usa uno de los siguientes
29475  entornos: 
29476 \series bold
29477 aligned
29478 \series default
29479
29480 \series bold
29481 alignedat
29482 \series default
29483
29484 \series bold
29485 gathered
29486 \series default
29487  o 
29488 \series bold
29489 split
29490 \series default
29491 .
29492  Se pueden elegir en el menú 
29493 \family sans
29494 Insertar\SpecialChar \menuseparator
29495 Ecuación
29496 \family default
29497  o usando los comandos aquí descritos.
29498 \end_layout
29499
29500 \begin_layout Standard
29501 Los tres primeros tienen las mismas propiedades que los correspondientes
29502  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29503  Un ejemplo:
29504 \begin_inset Formula \[
29505 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29506 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29507 \right\} \mbox{Relaciones de incertidumbre}\]
29508
29509 \end_inset
29510
29511 Para componer esta expresión se inserta una ecuación presentada y en ella
29512  se introduce el comando 
29513 \series bold
29514
29515 \backslash
29516 aligned
29517 \series default
29518
29519 \begin_inset Index
29520 status collapsed
29521
29522 \begin_layout Plain Layout
29523 Comandos ! A ! 
29524 \backslash
29525 aligned
29526 \end_layout
29527
29528 \end_inset
29529
29530 .
29531  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29532  añadir filas y columnas.
29533  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29534  como la llave.
29535 \end_layout
29536
29537 \begin_layout Standard
29538 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29539  se alinean horizontalmente.
29540  Usar aligned en una ecuación presentada tiene la ventaja de que el número
29541  de ecuación se centra verticalmente con las líneas.
29542  Como ejemplo, la ecuación 
29543 \begin_inset CommandInset ref
29544 LatexCommand eqref
29545 reference "eq:cortolargo"
29546
29547 \end_inset
29548
29549  en entorno aligned: 
29550 \begin_inset Formula \begin{equation}
29551 \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}|}\\
29552  & -\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}
29553 \end{equation}
29554
29555 \end_inset
29556
29557 Para usar los entornos 
29558 \series bold
29559 alignedat
29560 \series default
29561
29562 \series bold
29563 gathered
29564 \series default
29565 , o 
29566 \series bold
29567 split
29568 \series default
29569 , se insertan respectivamente los comandos
29570 \series bold
29571  
29572 \backslash
29573 alignedat
29574 \series default
29575 ,
29576 \begin_inset Index
29577 status collapsed
29578
29579 \begin_layout Plain Layout
29580 Comandos ! A ! 
29581 \backslash
29582 alignedat
29583 \end_layout
29584
29585 \end_inset
29586
29587  
29588 \series bold
29589
29590 \backslash
29591 gathered
29592 \series default
29593
29594 \begin_inset Index
29595 status collapsed
29596
29597 \begin_layout Plain Layout
29598 Comandos ! G ! 
29599 \backslash
29600 gathered
29601 \end_layout
29602
29603 \end_inset
29604
29605 , o 
29606 \series bold
29607
29608 \backslash
29609 split
29610 \series default
29611
29612 \begin_inset Index
29613 status collapsed
29614
29615 \begin_layout Plain Layout
29616 Comandos ! S ! 
29617 \backslash
29618 split
29619 \end_layout
29620
29621 \end_inset
29622
29623 .
29624  El entorno split tiene las mismas propiedades que aligned pero sólo puede
29625  tener dos columnas.
29626 \end_layout
29627
29628 \begin_layout Subsection
29629 Texto en ecuaciones multilínea
29630 \begin_inset CommandInset label
29631 LatexCommand label
29632 name "sub:Texto-en-multilínea"
29633
29634 \end_inset
29635
29636
29637 \begin_inset Index
29638 status collapsed
29639
29640 \begin_layout Plain Layout
29641 Texto ! en ecuaciones
29642 \end_layout
29643
29644 \end_inset
29645
29646
29647 \begin_inset Index
29648 status collapsed
29649
29650 \begin_layout Plain Layout
29651 Ecuación ! multilínea ! texto en
29652 \end_layout
29653
29654 \end_inset
29655
29656
29657 \end_layout
29658
29659 \begin_layout Standard
29660 En los entornos Align, multilínea y gather, se puede insertar texto que
29661  se mostrará en una línea separada y que no afecta la alineación de columna.
29662  Para esto se usa el comando 
29663 \series bold
29664
29665 \backslash
29666 intertext
29667 \series default
29668
29669 \begin_inset Index
29670 status collapsed
29671
29672 \begin_layout Plain Layout
29673 Comandos ! I ! 
29674 \backslash
29675 intertext
29676 \end_layout
29677
29678 \end_inset
29679
29680  con el siguiente esquema:
29681 \end_layout
29682
29683 \begin_layout Standard
29684
29685 \series bold
29686
29687 \backslash
29688 intertext{texto}
29689 \end_layout
29690
29691 \begin_layout Standard
29692 El texto no debería ocupar más de una línea porque no se puede partir con
29693  guión.
29694  Como LyX aún no soporta 
29695 \series bold
29696
29697 \backslash
29698 intertext
29699 \series default
29700  directamente, el texto se escribe como texto matemático.
29701  
29702 \series bold
29703
29704 \backslash
29705 intertext
29706 \series default
29707  debe por tanto estar al comienzo de una línea y en la salida se presenta
29708  sobre esta línea.
29709  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29710 \begin_inset Formula \begin{align}
29711 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29712 \intertext{\text{el integrando es simétrico para $\phi=\pi$, por tanto}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29713
29714 \end_inset
29715
29716
29717 \end_layout
29718
29719 \begin_layout Section
29720 Numeración de ecuaciones
29721 \begin_inset Index
29722 status collapsed
29723
29724 \begin_layout Plain Layout
29725 Ecuación ! numeración|see
29726 \begin_inset ERT
29727 status collapsed
29728
29729 \begin_layout Plain Layout
29730
29731 {
29732 \end_layout
29733
29734 \end_inset
29735
29736 Numeración de ecuaciones
29737 \begin_inset ERT
29738 status collapsed
29739
29740 \begin_layout Plain Layout
29741
29742 }
29743 \end_layout
29744
29745 \end_inset
29746
29747
29748 \end_layout
29749
29750 \end_inset
29751
29752
29753 \begin_inset Index
29754 status collapsed
29755
29756 \begin_layout Plain Layout
29757 Numeración de ecuaciones
29758 \end_layout
29759
29760 \end_inset
29761
29762
29763 \end_layout
29764
29765 \begin_layout Subsection
29766 General
29767 \end_layout
29768
29769 \begin_layout Standard
29770 Las ecuaciones numeradas se insertan con el menú 
29771 \family sans
29772 Insertar\SpecialChar \menuseparator
29773 Ecuación
29774 \family default
29775  
29776 \family sans
29777 \SpecialChar \menuseparator
29778 Ecuación
29779 \begin_inset space ~
29780 \end_inset
29781
29782 numerada
29783 \family default
29784  (atajo 
29785 \family sans
29786 Ctrl+Alt
29787 \begin_inset space ~
29788 \end_inset
29789
29790 N
29791 \family default
29792 ).
29793  Ecuaciones existentes se pueden numerar con el menú 
29794 \family sans
29795 Editar\SpecialChar \menuseparator
29796 Ecuación\SpecialChar \menuseparator
29797 Conmutar
29798 \begin_inset space ~
29799 \end_inset
29800
29801 numeración
29802 \family default
29803  (atajo
29804 \family sans
29805  Alt+M
29806 \begin_inset space ~
29807 \end_inset
29808
29809 N
29810 \family default
29811 ).
29812  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29813  En la salida se muestra el número real.
29814 \end_layout
29815
29816 \begin_layout Standard
29817 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29818  líneas.
29819  No obstante, la numeración se puede controlar en cada línea con el menú
29820  
29821 \family sans
29822 Editar\SpecialChar \menuseparator
29823 Ecuación\SpecialChar \menuseparator
29824 Conmutar
29825 \begin_inset space ~
29826 \end_inset
29827
29828 numeración
29829 \begin_inset space ~
29830 \end_inset
29831
29832 de
29833 \begin_inset space ~
29834 \end_inset
29835
29836 línea
29837 \family default
29838  (atajo
29839 \family sans
29840  Alt+M
29841 \begin_inset space ~
29842 \end_inset
29843
29844 Mayúsculas+N
29845 \family default
29846 ).
29847 \end_layout
29848
29849 \begin_layout Standard
29850 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29851  distintos, véase 
29852 \begin_inset CommandInset ref
29853 LatexCommand ref
29854 reference "sec:Estilos-de-ecuación"
29855
29856 \end_inset
29857
29858 .
29859 \end_layout
29860
29861 \begin_layout Subsection
29862 Referencias cruzadas
29863 \begin_inset Index
29864 status collapsed
29865
29866 \begin_layout Plain Layout
29867 Ecuación ! referencias cruzadas a
29868 \end_layout
29869
29870 \end_inset
29871
29872
29873 \end_layout
29874
29875 \begin_layout Standard
29876 Todas las ecuaciones con etiqueta se pueden referenciar.
29877  La etiqueta se añade con el menú 
29878 \family sans
29879 Insertar\SpecialChar \menuseparator
29880 Etiqueta
29881 \family default
29882  o con el botón 
29883 \begin_inset Graphics
29884         filename ../../images/label-insert.png
29885         scale 85
29886
29887 \end_inset
29888
29889  de la barra de herramientas.
29890  El cursor debe estar dentro de una ecuación en modo presentación.
29891  Surge un diálogo con el prefijo 
29892 \series bold
29893 eq:
29894 \series default
29895 , detrás del cual se escribe el texto de la etiqueta.
29896  El prefijo significa 
29897 \begin_inset Quotes fld
29898 \end_inset
29899
29900 equation
29901 \begin_inset Quotes frd
29902 \end_inset
29903
29904  y hace más fácil encontrar etiquetas en documentos extensos porque así
29905  se distingue p.
29906 \begin_inset space \thinspace{}
29907 \end_inset
29908
29909 e.
29910 \begin_inset space ~
29911 \end_inset
29912
29913 de las etiquetas de sección.
29914  Para cambiar una etiqueta se usa de nuevo el menú 
29915 \family sans
29916 Insertar\SpecialChar \menuseparator
29917 Etiqueta
29918 \family default
29919 .
29920 \end_layout
29921
29922 \begin_layout Standard
29923 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29924  ecuación.
29925  Una ecuación con etiqueta se numera siempre.
29926 \end_layout
29927
29928 \begin_layout Standard
29929 Las referencias cruzadas se insertan mediante el menú 
29930 \family sans
29931 Insertar\SpecialChar \menuseparator
29932 Referencia cruzada
29933 \family default
29934  o con el botón 
29935 \begin_inset Graphics
29936         filename ../../images/dialog-show-new-inset_ref.png
29937         scale 85
29938
29939 \end_inset
29940
29941 .
29942  Una referencia a una ecuación aparece en la salida con su número.
29943  Si en el diálogo de referencia cruzada se elige el formato 
29944 \series bold
29945 (<referencia>)
29946 \series default
29947 , la referencia se muestra en la salida entre paréntesis.
29948  
29949 \begin_inset Newline newline
29950 \end_inset
29951
29952 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29953  a la ecuación de referencia.
29954 \end_layout
29955
29956 \begin_layout Standard
29957 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29958  siguientes:
29959 \begin_inset Note Note
29960 status collapsed
29961
29962 \begin_layout Plain Layout
29963 Observa los distintos tipos de referencias cruzadas.
29964 \end_layout
29965
29966 \end_inset
29967
29968
29969 \end_layout
29970
29971 \begin_layout Standard
29972 Las ecuaciones 
29973 \begin_inset CommandInset ref
29974 LatexCommand eqref
29975 reference "eq:tag"
29976
29977 \end_inset
29978
29979  y 
29980 \begin_inset CommandInset ref
29981 LatexCommand eqref
29982 reference "eq:c"
29983
29984 \end_inset
29985
29986  son equivalentes.
29987  En (
29988 \begin_inset CommandInset ref
29989 LatexCommand ref
29990 reference "eq:Lat"
29991
29992 \end_inset
29993
29994 ) se usan mayúsculas latinas para la numeración, a diferencia de (
29995 \begin_inset CommandInset ref
29996 LatexCommand ref
29997 reference "eq:Rom"
29998
29999 \end_inset
30000
30001 ).
30002 \begin_inset VSpace medskip
30003 \end_inset
30004
30005
30006 \end_layout
30007
30008 \begin_layout Standard
30009 Si el argumento de 
30010 \series bold
30011
30012 \backslash
30013 tag
30014 \begin_inset Foot
30015 status collapsed
30016
30017 \begin_layout Plain Layout
30018
30019 \series bold
30020
30021 \backslash
30022 tag
30023 \series default
30024  se describe en 
30025 \begin_inset CommandInset ref
30026 LatexCommand ref
30027 reference "sub:Numeración-personalizada"
30028
30029 \end_inset
30030
30031
30032 \end_layout
30033
30034 \end_inset
30035
30036
30037 \series default
30038  contiene un marco, como se describe en la 
30039 \begin_inset CommandInset ref
30040 LatexCommand ref
30041 reference "sub:Cuadros-de-párrafo"
30042
30043 \end_inset
30044
30045 , no se puede referenciar la ecuación.
30046 \end_layout
30047
30048 \begin_layout Subsection
30049 Subnumeración
30050 \begin_inset Index
30051 status collapsed
30052
30053 \begin_layout Plain Layout
30054 Numeración de ecuaciones ! subnumeración
30055 \end_layout
30056
30057 \end_inset
30058
30059
30060 \end_layout
30061
30062 \begin_layout Standard
30063 Con ayuda de los comandos 
30064 \series bold
30065
30066 \backslash
30067 begin{subequations}
30068 \series default
30069  y 
30070 \series bold
30071
30072 \backslash
30073 end{subequations}
30074 \series default
30075  en modo TeX se pueden subnumerar ecuaciones.
30076 \end_layout
30077
30078 \begin_layout Standard
30079 Ejemplo:
30080 \begin_inset Formula \begin{equation}
30081 A=C-B\label{eq:a}\end{equation}
30082
30083 \end_inset
30084
30085
30086 \begin_inset ERT
30087 status collapsed
30088
30089 \begin_layout Plain Layout
30090
30091
30092 \backslash
30093 addtocounter{equation}{-1}
30094 \end_layout
30095
30096 \end_inset
30097
30098
30099 \begin_inset ERT
30100 status collapsed
30101
30102 \begin_layout Plain Layout
30103
30104
30105 \backslash
30106 begin{subequations}
30107 \end_layout
30108
30109 \end_inset
30110
30111
30112 \begin_inset VSpace -5mm
30113 \end_inset
30114
30115
30116 \begin_inset Formula \begin{equation}
30117 B=C-A\label{eq:b}\end{equation}
30118
30119 \end_inset
30120
30121
30122 \begin_inset Formula \begin{equation}
30123 C=A+B\label{eq:c}\end{equation}
30124
30125 \end_inset
30126
30127
30128 \end_layout
30129
30130 \begin_layout Standard
30131 \begin_inset ERT
30132 status collapsed
30133
30134 \begin_layout Plain Layout
30135
30136
30137 \backslash
30138 end{subequations}
30139 \end_layout
30140
30141 \end_inset
30142
30143
30144 \end_layout
30145
30146 \begin_layout Standard
30147 Para este ejemplo se ha hecho lo siguiente:
30148 \end_layout
30149
30150 \begin_layout Enumerate
30151 se inserta la primera ecuación
30152 \end_layout
30153
30154 \begin_layout Enumerate
30155 después de ella se inserta
30156 \series bold
30157
30158 \begin_inset Newline newline
30159 \end_inset
30160
30161
30162 \backslash
30163 addtocounter{equation}{-1} 
30164 \backslash
30165 begin{subequations}
30166 \begin_inset Index
30167 status collapsed
30168
30169 \begin_layout Plain Layout
30170 Comandos ! A ! 
30171 \backslash
30172 addtocounter
30173 \end_layout
30174
30175 \end_inset
30176
30177
30178 \end_layout
30179
30180 \begin_layout Enumerate
30181 se inserta la segunda ecuación
30182 \end_layout
30183
30184 \begin_layout Enumerate
30185 se inserta la tercera ecuación
30186 \end_layout
30187
30188 \begin_layout Enumerate
30189 se inserta 
30190 \series bold
30191
30192 \backslash
30193 end{subequations}
30194 \series default
30195  tras la tercera ecuación
30196 \end_layout
30197
30198 \begin_layout Standard
30199 Toda ecuación entre los comandos 
30200 \series bold
30201
30202 \backslash
30203 begin
30204 \series default
30205  y 
30206 \series bold
30207
30208 \backslash
30209 end
30210 \series default
30211  se subnumera con a, b, c\SpecialChar \ldots{}
30212  En ecuaciones multilínea se subnumerará cada línea.
30213  Todas las ecuaciones subnumeradas son tratadas como 
30214 \emph on
30215 una
30216 \emph default
30217  ecuación numerada.
30218  Pero como cada ecuación numerada aumenta el contador 
30219 \series bold
30220 equation
30221 \series default
30222  en uno, hay que disminuir el comando 
30223 \series bold
30224
30225 \backslash
30226 addtocounter
30227 \series default
30228 .
30229  De lo contrario, las ecuaciones 
30230 \begin_inset CommandInset ref
30231 LatexCommand eqref
30232 reference "eq:a"
30233
30234 \end_inset
30235
30236
30237 \begin_inset CommandInset ref
30238 LatexCommand eqref
30239 reference "eq:b"
30240
30241 \end_inset
30242
30243
30244 \begin_inset CommandInset ref
30245 LatexCommand eqref
30246 reference "eq:c"
30247
30248 \end_inset
30249
30250  se numerarían 
30251 \begin_inset CommandInset ref
30252 LatexCommand eqref
30253 reference "eq:a"
30254
30255 \end_inset
30256
30257
30258 \begin_inset CommandInset ref
30259 LatexCommand eqref
30260 reference "eq:d"
30261
30262 \end_inset
30263
30264
30265 \begin_inset CommandInset ref
30266 LatexCommand eqref
30267 reference "eq:f"
30268
30269 \end_inset
30270
30271 .
30272 \end_layout
30273
30274 \begin_layout Standard
30275 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30276  ecuaciones.
30277  Para evitarlo se inserta ese espacio vertical de -5
30278 \begin_inset space \thinspace{}
30279 \end_inset
30280
30281 mm detrás del comando 
30282 \series bold
30283
30284 \backslash
30285 begin{subequations}
30286 \series default
30287 .
30288
30289 \series bold
30290  
30291 \series default
30292 Si se usa el estilo 
30293 \series bold
30294 Sangrado
30295 \series default
30296
30297 \begin_inset Foot
30298 status collapsed
30299
30300 \begin_layout Plain Layout
30301 véase estilos de ecuación en 
30302 \begin_inset CommandInset ref
30303 LatexCommand ref
30304 reference "sec:Estilos-de-ecuación"
30305
30306 \end_inset
30307
30308
30309 \end_layout
30310
30311 \end_inset
30312
30313 , entonces se inserta -7
30314 \begin_inset space \thinspace{}
30315 \end_inset
30316
30317 mm.
30318 \end_layout
30319
30320 \begin_layout Standard
30321 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30322  de la segunda línea:
30323 \begin_inset ERT
30324 status collapsed
30325
30326 \begin_layout Plain Layout
30327
30328
30329 \backslash
30330 begin{subequations}
30331 \end_layout
30332
30333 \end_inset
30334
30335
30336 \begin_inset Formula \begin{eqnarray}
30337 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30338  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30339  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
30340
30341 \end_inset
30342
30343
30344 \begin_inset ERT
30345 status collapsed
30346
30347 \begin_layout Plain Layout
30348
30349
30350 \backslash
30351 end{subequations}
30352 \end_layout
30353
30354 \end_inset
30355
30356
30357 \end_layout
30358
30359 \begin_layout Subsection
30360 Numeración definida por el usuario
30361 \begin_inset CommandInset label
30362 LatexCommand label
30363 name "sub:Numeración-personalizada"
30364
30365 \end_inset
30366
30367
30368 \begin_inset Index
30369 status collapsed
30370
30371 \begin_layout Plain Layout
30372 Numeración de ecuaciones ! personalizada
30373 \end_layout
30374
30375 \end_inset
30376
30377
30378 \end_layout
30379
30380 \begin_layout Standard
30381 Con la numeración estándar el número se coloca entre paréntesis.
30382  Para reemplazar los paréntesis con barras verticales, p.
30383 \begin_inset space \thinspace{}
30384 \end_inset
30385
30386 e., se añade al preámbulo LaTeX la línea: 
30387 \end_layout
30388
30389 \begin_layout Standard
30390
30391 \series bold
30392
30393 \backslash
30394 def
30395 \backslash
30396 tagform@#1{
30397 \backslash
30398 maketag@@@{|#1|}}
30399 \series default
30400
30401 \begin_inset Note Note
30402 status collapsed
30403
30404 \begin_layout Plain Layout
30405 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30406  Para activarlo, quita el % del principio.
30407 \end_layout
30408
30409 \end_inset
30410
30411
30412 \end_layout
30413
30414 \begin_layout Standard
30415 Para usar otros caracteres, se reemplazan las barras al lado de 
30416 \series bold
30417 #1
30418 \series default
30419  por ellos.
30420  Para obtener sólo el número de ecuación se omiten las barras verticales.
30421 \begin_inset VSpace bigskip
30422 \end_inset
30423
30424
30425 \end_layout
30426
30427 \begin_layout Standard
30428 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30429  consecutivo, se usa el comando 
30430 \series bold
30431
30432 \backslash
30433 tag
30434 \begin_inset Index
30435 status collapsed
30436
30437 \begin_layout Plain Layout
30438 Comandos ! T ! 
30439 \backslash
30440 tag
30441 \end_layout
30442
30443 \end_inset
30444
30445
30446 \series default
30447 :
30448 \begin_inset Formula \begin{equation}
30449 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30450
30451 \end_inset
30452
30453 En este ejemplo se ha insertado el comando
30454 \series bold
30455  
30456 \backslash
30457 tag
30458 \begin_inset ERT
30459 status collapsed
30460
30461 \begin_layout Plain Layout
30462
30463
30464 \backslash
30465 spce 
30466 \end_layout
30467
30468 \end_inset
30469
30470 algo
30471 \series default
30472  en la ecuación.
30473 \end_layout
30474
30475 \begin_layout Standard
30476 Si se usa en su lugar el comando con asterisco 
30477 \series bold
30478
30479 \backslash
30480 tag*
30481 \begin_inset ERT
30482 status collapsed
30483
30484 \begin_layout Plain Layout
30485
30486
30487 \backslash
30488 spce 
30489 \end_layout
30490
30491 \end_inset
30492
30493 algo
30494 \series default
30495  no se imprimen los paréntesis:
30496 \begin_inset Formula \[
30497 A+B=C\tag*{algo}\]
30498
30499 \end_inset
30500
30501
30502 \end_layout
30503
30504 \begin_layout Standard
30505 \begin_inset VSpace bigskip
30506 \end_inset
30507
30508
30509 \end_layout
30510
30511 \begin_layout Standard
30512 Para reiniciar la numeración en nuevas partes o secciones del documento
30513  se usan los siguientes comandos:
30514 \end_layout
30515
30516 \begin_layout Standard
30517
30518 \series bold
30519
30520 \backslash
30521 @addtoreset{equation}{part}
30522 \series default
30523
30524 \begin_inset Index
30525 status collapsed
30526
30527 \begin_layout Plain Layout
30528 Comandos ! 
30529 \begin_inset ERT
30530 status collapsed
30531
30532 \begin_layout Plain Layout
30533
30534 "
30535 \end_layout
30536
30537 \end_inset
30538
30539 @
30540 \begin_inset ERT
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544
30545 "
30546 \end_layout
30547
30548 \end_inset
30549
30550  ! 
30551 \backslash
30552
30553 \begin_inset ERT
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557
30558 "
30559 \end_layout
30560
30561 \end_inset
30562
30563 @
30564 \begin_inset ERT
30565 status collapsed
30566
30567 \begin_layout Plain Layout
30568
30569 "
30570 \end_layout
30571
30572 \end_inset
30573
30574 addtoreset
30575 \end_layout
30576
30577 \end_inset
30578
30579
30580 \begin_inset Newline newline
30581 \end_inset
30582
30583
30584 \series bold
30585
30586 \backslash
30587 @addtoreset{equation}{section}
30588 \end_layout
30589
30590 \begin_layout Standard
30591 Pata poder usar estos comandos en modo TeX, el carácter 
30592 \begin_inset Quotes fld
30593 \end_inset
30594
30595 @
30596 \begin_inset Quotes frd
30597 \end_inset
30598
30599  debe 
30600 \begin_inset Quotes fld
30601 \end_inset
30602
30603 activarse
30604 \begin_inset Quotes frd
30605 \end_inset
30606
30607  para LaTeX con el comando 
30608 \series bold
30609
30610 \backslash
30611 makeatletter
30612 \series default
30613 .
30614  El comando 
30615 \series bold
30616
30617 \backslash
30618 makeatother
30619 \series default
30620  deshace esto.
30621  Así pues, la secuencia de comandos en modo TeX es:
30622 \end_layout
30623
30624 \begin_layout Standard
30625
30626 \series bold
30627
30628 \backslash
30629 makeatletter
30630 \begin_inset Newline newline
30631 \end_inset
30632
30633
30634 \backslash
30635 @addtoreset{equation}{section}
30636 \begin_inset Newline newline
30637 \end_inset
30638
30639
30640 \backslash
30641 makeatother
30642 \end_layout
30643
30644 \begin_layout Standard
30645 En el preámbulo LaTeX se pueden omitir 
30646 \series bold
30647
30648 \backslash
30649 makeatletter
30650 \series default
30651  y 
30652 \series bold
30653
30654 \backslash
30655 makeatother
30656 \series default
30657  pues son automáticamente insertados por LyX.
30658 \end_layout
30659
30660 \begin_layout Standard
30661 Para el comando 
30662 \series bold
30663
30664 \backslash
30665 @addtoreset
30666 \series default
30667 ,
30668 \series bold
30669  
30670 \series default
30671 hay que cargar en el preámbulo LaTeX el archivo 
30672 \series bold
30673 remreset.sty
30674 \series default
30675
30676 \begin_inset Foot
30677 status collapsed
30678
30679 \begin_layout Plain Layout
30680
30681 \series bold
30682 remreset
30683 \series default
30684  es parte del paquete LaTeX 
30685 \series bold
30686 carlisle
30687 \series default
30688
30689 \begin_inset Index
30690 status collapsed
30691
30692 \begin_layout Plain Layout
30693 Paquetes ! carlisle
30694 \end_layout
30695
30696 \end_inset
30697
30698 , incluido en las instalaciones estándar de LaTeX.
30699 \end_layout
30700
30701 \end_inset
30702
30703
30704 \begin_inset Index
30705 status collapsed
30706
30707 \begin_layout Plain Layout
30708 Paquetes ! remreset
30709 \end_layout
30710
30711 \end_inset
30712
30713  con la línea
30714 \end_layout
30715
30716 \begin_layout Standard
30717
30718 \series bold
30719
30720 \backslash
30721 usepackage{remreset}
30722 \end_layout
30723
30724 \begin_layout Standard
30725 Entonces se puede usar el comando 
30726 \series bold
30727
30728 \backslash
30729 @removefromreset
30730 \series default
30731
30732 \begin_inset Index
30733 status collapsed
30734
30735 \begin_layout Plain Layout
30736 Comandos ! 
30737 \begin_inset ERT
30738 status collapsed
30739
30740 \begin_layout Plain Layout
30741
30742 "
30743 \end_layout
30744
30745 \end_inset
30746
30747 @
30748 \begin_inset ERT
30749 status collapsed
30750
30751 \begin_layout Plain Layout
30752
30753 "
30754 \end_layout
30755
30756 \end_inset
30757
30758  ! 
30759 \backslash
30760
30761 \begin_inset ERT
30762 status collapsed
30763
30764 \begin_layout Plain Layout
30765
30766 "
30767 \end_layout
30768
30769 \end_inset
30770
30771 @
30772 \begin_inset ERT
30773 status collapsed
30774
30775 \begin_layout Plain Layout
30776
30777 "
30778 \end_layout
30779
30780 \end_inset
30781
30782 removefromreset
30783 \end_layout
30784
30785 \end_inset
30786
30787  con el mismo esquema que 
30788 \series bold
30789
30790 \backslash
30791 @addtoreset
30792 \series default
30793 .
30794 \begin_inset VSpace bigskip
30795 \end_inset
30796
30797
30798 \end_layout
30799
30800 \begin_layout Standard
30801 A veces las ecuaciones deberían numerarse de la siguiente manera:
30802 \end_layout
30803
30804 \begin_layout Standard
30805
30806 \family typewriter
30807 (número de sección.número de ecuación)
30808 \end_layout
30809
30810 \begin_layout Standard
30811 El número de ecuación empezaría con 
30812 \begin_inset Quotes fld
30813 \end_inset
30814
30815 1
30816 \begin_inset Quotes frd
30817 \end_inset
30818
30819  en cada sección.
30820 \end_layout
30821
30822 \begin_layout Standard
30823 Para este caso hay el comando 
30824 \series bold
30825
30826 \backslash
30827 numberwithin
30828 \series default
30829
30830 \begin_inset Index
30831 status collapsed
30832
30833 \begin_layout Plain Layout
30834 Comandos ! N ! 
30835 \backslash
30836 numberwithin
30837 \end_layout
30838
30839 \end_inset
30840
30841 , que se usa con el esquema:
30842 \end_layout
30843
30844 \begin_layout Standard
30845
30846 \series bold
30847
30848 \backslash
30849 numberwithin{counter}{sectioning}
30850 \end_layout
30851
30852 \begin_layout Standard
30853 \begin_inset Quotes fld
30854 \end_inset
30855
30856 counter
30857 \begin_inset Quotes frd
30858 \end_inset
30859
30860  indica qué clase de numeración es afectada, 
30861 \begin_inset Quotes fld
30862 \end_inset
30863
30864 sectioning
30865 \begin_inset Quotes frd
30866 \end_inset
30867
30868  indica qué número va delante del punto.
30869  
30870 \end_layout
30871
30872 \begin_layout Standard
30873 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
30874  en el preámbulo LaTeX:
30875 \end_layout
30876
30877 \begin_layout Standard
30878
30879 \series bold
30880
30881 \backslash
30882 numberwithin{equation}{section}
30883 \end_layout
30884
30885 \begin_layout Standard
30886 Este es el resultado::
30887 \begin_inset ERT
30888 status collapsed
30889
30890 \begin_layout Plain Layout
30891
30892
30893 \backslash
30894 numberwithin{equation}{section}
30895 \end_layout
30896
30897 \end_inset
30898
30899
30900 \begin_inset Formula \begin{equation}
30901 A+B=C\end{equation}
30902
30903 \end_inset
30904
30905
30906 \end_layout
30907
30908 \begin_layout Standard
30909 Para numerar p.
30910 \begin_inset space \thinspace{}
30911 \end_inset
30912
30913 e.
30914 \begin_inset space ~
30915 \end_inset
30916
30917 tablas de modo que 
30918 \begin_inset Quotes fld
30919 \end_inset
30920
30921 sectioning
30922 \begin_inset Quotes frd
30923 \end_inset
30924
30925  es el número de la parte se usa
30926 \begin_inset Newline newline
30927 \end_inset
30928
30929
30930 \series bold
30931
30932 \backslash
30933 numberwithin{table}{part}
30934 \end_layout
30935
30936 \begin_layout Standard
30937 Para volver a la numeración estándar o evitar esta clase numeración cuando
30938  es definida por la clase de documento, se inserta el siguiente comando
30939  en código TeX o en el preámbulo LaTeX:
30940 \end_layout
30941
30942 \begin_layout Standard
30943
30944 \series bold
30945
30946 \backslash
30947 renewcommand{
30948 \backslash
30949 theequation}{
30950 \backslash
30951 arabic{equation}}
30952 \begin_inset Index
30953 status collapsed
30954
30955 \begin_layout Plain Layout
30956 Comandos ! A ! 
30957 \backslash
30958 arabic
30959 \end_layout
30960
30961 \end_inset
30962
30963
30964 \series default
30965
30966 \begin_inset ERT
30967 status collapsed
30968
30969 \begin_layout Plain Layout
30970
30971
30972 \backslash
30973 renewcommand{
30974 \backslash
30975 theequation}{
30976 \backslash
30977 arabic{equation}}
30978 \end_layout
30979
30980 \end_inset
30981
30982
30983 \series bold
30984
30985 \begin_inset Newline newline
30986 \end_inset
30987
30988
30989 \series default
30990 o
30991 \series bold
30992
30993 \begin_inset Newline newline
30994 \end_inset
30995
30996
30997 \backslash
30998 renewcommand{
30999 \backslash
31000 thetable}{
31001 \backslash
31002 arabic{table}}
31003 \end_layout
31004
31005 \begin_layout Standard
31006
31007 \series bold
31008
31009 \backslash
31010 numberwithin
31011 \series default
31012  usa internamente el comando 
31013 \series bold
31014
31015 \backslash
31016 @addtoreset
31017 \series default
31018 , descrito arriba, que también necesita ser restaurado.
31019 \begin_inset ERT
31020 status collapsed
31021
31022 \begin_layout Plain Layout
31023
31024
31025 \backslash
31026 makeatletter
31027 \end_layout
31028
31029 \begin_layout Plain Layout
31030
31031
31032 \backslash
31033 @removefromreset{equation}{section}
31034 \end_layout
31035
31036 \begin_layout Plain Layout
31037
31038
31039 \backslash
31040 makeatother
31041 \end_layout
31042
31043 \end_inset
31044
31045
31046 \end_layout
31047
31048 \begin_layout Subsection
31049 Numeración con números romanos y letras
31050 \begin_inset Index
31051 status collapsed
31052
31053 \begin_layout Plain Layout
31054 Numeración de ecuaciones ! con números romanos
31055 \end_layout
31056
31057 \end_inset
31058
31059
31060 \begin_inset Index
31061 status collapsed
31062
31063 \begin_layout Plain Layout
31064 Numeración de ecuaciones ! con letras
31065 \end_layout
31066
31067 \end_inset
31068
31069
31070 \end_layout
31071
31072 \begin_layout Standard
31073 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31074  Por ejemplo, para numerar con romanos en minúscula,
31075 \begin_inset Foot
31076 status collapsed
31077
31078 \begin_layout Plain Layout
31079 Como en español no se usan romanos en minúscula, el estilo 
31080 \series bold
31081 spanish
31082 \series default
31083  del sistema 
31084 \series bold
31085 babel
31086 \series default
31087  redefine 
31088 \series bold
31089
31090 \backslash
31091 roman
31092 \series default
31093  para que los dé en versalitas.
31094  Véase 
31095 \begin_inset CommandInset citation
31096 LatexCommand cite
31097 key "spanish"
31098
31099 \end_inset
31100
31101  (
31102 \emph on
31103 N.
31104 \begin_inset space \thinspace{}
31105 \end_inset
31106
31107 del t
31108 \emph default
31109 ).
31110 \end_layout
31111
31112 \end_inset
31113
31114  se inserta el comando
31115 \end_layout
31116
31117 \begin_layout Standard
31118
31119 \series bold
31120
31121 \backslash
31122 renewcommand{
31123 \backslash
31124 theequation}{
31125 \backslash
31126 roman{equation}}
31127 \end_layout
31128
31129 \begin_layout Standard
31130 antes de la ecuación en modo TeX.
31131  
31132 \series bold
31133
31134 \backslash
31135 renewcommand
31136 \series default
31137
31138 \begin_inset Index
31139 status collapsed
31140
31141 \begin_layout Plain Layout
31142 Comandos ! R ! 
31143 \backslash
31144 renewcommand
31145 \end_layout
31146
31147 \end_inset
31148
31149  redefine el comando predefinido 
31150 \series bold
31151
31152 \backslash
31153 theequation
31154 \series default
31155  como 
31156 \series bold
31157
31158 \backslash
31159 roman{equation}
31160 \series default
31161 .
31162 \begin_inset Foot
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166 El comando 
31167 \series bold
31168
31169 \backslash
31170 renewcommand
31171 \series default
31172  tiene el mismo esquema que el comando 
31173 \series bold
31174
31175 \backslash
31176 newcommand
31177 \series default
31178 , descrito en 
31179 \begin_inset CommandInset ref
31180 LatexCommand ref
31181 reference "sub:El-comando-newcommand"
31182
31183 \end_inset
31184
31185 .
31186 \end_layout
31187
31188 \end_inset
31189
31190  
31191 \series bold
31192 equation
31193 \series default
31194  es el contador de ecuaciones.
31195  Si se usa el comando 
31196 \series bold
31197
31198 \backslash
31199 the
31200 \series default
31201  como prefijo de un contador, el valor del contador sale en números arábigos.
31202  Si una ecuación es numerada, LaTeX pone internamente el comando 
31203 \series bold
31204
31205 \backslash
31206 theequation
31207 \series default
31208  detrás de la ecuación.
31209  
31210 \series bold
31211
31212 \backslash
31213 roman{equation}
31214 \series default
31215
31216 \begin_inset Index
31217 status collapsed
31218
31219 \begin_layout Plain Layout
31220 Comandos ! R ! 
31221 \backslash
31222 roman
31223 \end_layout
31224
31225 \end_inset
31226
31227  pone el contador en romanos en minúscula.
31228 \end_layout
31229
31230 \begin_layout Standard
31231 Todas las ecuaciones siguientes a 
31232 \series bold
31233
31234 \backslash
31235 renew
31236 \series default
31237 c
31238 \series bold
31239 ommand
31240 \series default
31241  se numerarán en romanos.
31242  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31243  cambiando 
31244 \series bold
31245
31246 \backslash
31247 roman
31248 \series default
31249  por 
31250 \series bold
31251
31252 \backslash
31253 Roman
31254 \series default
31255  
31256 \begin_inset Index
31257 status collapsed
31258
31259 \begin_layout Plain Layout
31260 Comandos ! R ! 
31261 \backslash
31262 roman@
31263 \backslash
31264 Roman
31265 \end_layout
31266
31267 \end_inset
31268
31269 .
31270  Para 
31271 \begin_inset Quotes fld
31272 \end_inset
31273
31274 numerar
31275 \begin_inset Quotes frd
31276 \end_inset
31277
31278  con minúsculas latinas hay el comando 
31279 \series bold
31280
31281 \backslash
31282 alph
31283 \series default
31284
31285 \begin_inset Index
31286 status collapsed
31287
31288 \begin_layout Plain Layout
31289 Comandos ! A ! 
31290 \backslash
31291 alph
31292 \end_layout
31293
31294 \end_inset
31295
31296 , y para mayúsculas el comando 
31297 \series bold
31298
31299 \backslash
31300 Alph
31301 \series default
31302
31303 \begin_inset Index
31304 status collapsed
31305
31306 \begin_layout Plain Layout
31307 Comandos ! A ! 
31308 \backslash
31309 alph@
31310 \backslash
31311 Alph
31312 \end_layout
31313
31314 \end_inset
31315
31316 .
31317 \end_layout
31318
31319 \begin_layout Standard
31320 \begin_inset Note Greyedout
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324
31325 \series bold
31326 Nota:
31327 \series default
31328  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31329 \end_layout
31330
31331 \end_inset
31332
31333
31334 \begin_inset ERT
31335 status collapsed
31336
31337 \begin_layout Plain Layout
31338
31339
31340 \backslash
31341 renewcommand{
31342 \backslash
31343 theequation}{
31344 \backslash
31345 roman{equation}}
31346 \end_layout
31347
31348 \end_inset
31349
31350
31351 \begin_inset Formula \begin{equation}
31352 A=\textrm{romanos en minúscula}\label{eq:rom}\end{equation}
31353
31354 \end_inset
31355
31356
31357 \begin_inset ERT
31358 status collapsed
31359
31360 \begin_layout Plain Layout
31361
31362
31363 \backslash
31364 renewcommand{
31365 \backslash
31366 theequation}{
31367 \backslash
31368 Roman{equation}}
31369 \end_layout
31370
31371 \end_inset
31372
31373
31374 \begin_inset Formula \begin{equation}
31375 B=\textrm{romanos en mayúscula}\label{eq:Rom}\end{equation}
31376
31377 \end_inset
31378
31379
31380 \begin_inset ERT
31381 status collapsed
31382
31383 \begin_layout Plain Layout
31384
31385
31386 \backslash
31387 renewcommand{
31388 \backslash
31389 theequation}{
31390 \backslash
31391 alph{equation}}
31392 \end_layout
31393
31394 \end_inset
31395
31396
31397 \begin_inset Formula \begin{equation}
31398 C=\textrm{latinas en minúscula}\label{eq:lat}\end{equation}
31399
31400 \end_inset
31401
31402
31403 \begin_inset ERT
31404 status collapsed
31405
31406 \begin_layout Plain Layout
31407
31408
31409 \backslash
31410 renewcommand{
31411 \backslash
31412 theequation}{
31413 \backslash
31414 Alph{equation}}
31415 \end_layout
31416
31417 \end_inset
31418
31419
31420 \begin_inset Formula \begin{equation}
31421 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31422
31423 \end_inset
31424
31425
31426 \end_layout
31427
31428 \begin_layout Standard
31429 Para volver a la numeración por omisión se inserta el comando:
31430 \end_layout
31431
31432 \begin_layout Standard
31433
31434 \series bold
31435
31436 \backslash
31437 renewcommand{
31438 \backslash
31439 theequation}{
31440 \backslash
31441 arabic{equation}}
31442 \begin_inset Index
31443 status collapsed
31444
31445 \begin_layout Plain Layout
31446 Comandos ! A ! 
31447 \backslash
31448 arabic
31449 \end_layout
31450
31451 \end_inset
31452
31453
31454 \end_layout
31455
31456 \begin_layout Standard
31457 \begin_inset ERT
31458 status collapsed
31459
31460 \begin_layout Plain Layout
31461
31462
31463 \backslash
31464 renewcommand{
31465 \backslash
31466 theequation}{
31467 \backslash
31468 arabic{equation}}
31469 \end_layout
31470
31471 \end_inset
31472
31473
31474 \begin_inset Formula \begin{equation}
31475 E=\mbox{arábigos}\label{eq:arab}\end{equation}
31476
31477 \end_inset
31478
31479
31480 \end_layout
31481
31482 \begin_layout Standard
31483 \begin_inset VSpace medskip
31484 \end_inset
31485
31486
31487 \end_layout
31488
31489 \begin_layout Standard
31490 Como ves, las ecuaciones se numeran consecutivamente independientemente
31491  del estilo de numeración.
31492  Cuando la numeración haya de empezar con 
31493 \begin_inset Quotes fld
31494 \end_inset
31495
31496 1
31497 \begin_inset Quotes frd
31498 \end_inset
31499
31500  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31501  Una descripción sobre esto se encuentra en el archivo 
31502 \begin_inset CommandInset href
31503 LatexCommand href
31504 target "Formula-numbering.lyx"
31505
31506 \end_inset
31507
31508 .
31509 \end_layout
31510
31511 \begin_layout Section
31512 Comandos definidos por el usuario
31513 \begin_inset Index
31514 status collapsed
31515
31516 \begin_layout Plain Layout
31517 Comandos de usuario
31518 \end_layout
31519
31520 \end_inset
31521
31522
31523 \end_layout
31524
31525 \begin_layout Standard
31526 \begin_inset Note Greyedout
31527 status collapsed
31528
31529 \begin_layout Plain Layout
31530
31531 \series bold
31532 Nota:
31533 \series default
31534  Los nombres de los comandos definidos por el usuario y macros solo pueden
31535  contener letras latinas.
31536 \end_layout
31537
31538 \end_inset
31539
31540
31541 \end_layout
31542
31543 \begin_layout Subsection
31544 El comando 
31545 \backslash
31546 newcommand
31547 \begin_inset CommandInset label
31548 LatexCommand label
31549 name "sub:El-comando-newcommand"
31550
31551 \end_inset
31552
31553
31554 \begin_inset Index
31555 status collapsed
31556
31557 \begin_layout Plain Layout
31558 Comandos de usuario ! 
31559 \backslash
31560 newcommand
31561 \end_layout
31562
31563 \end_inset
31564
31565
31566 \begin_inset Index
31567 status collapsed
31568
31569 \begin_layout Plain Layout
31570 Comandos ! N ! 
31571 \backslash
31572 newcommand
31573 \end_layout
31574
31575 \end_inset
31576
31577
31578 \end_layout
31579
31580 \begin_layout Standard
31581 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
31582  Pero es posible definir nuevos comandos más cortos con el comando 
31583 \series bold
31584
31585 \backslash
31586 newcommand
31587 \series default
31588 .
31589  
31590 \end_layout
31591
31592 \begin_layout Standard
31593 El esquema del comando 
31594 \series bold
31595
31596 \backslash
31597 newcommand
31598 \series default
31599  es:
31600 \end_layout
31601
31602 \begin_layout Standard
31603
31604 \series bold
31605
31606 \backslash
31607 newcommand{nombre nuevo de comando}[número de argumentos]
31608 \begin_inset Newline newline
31609 \end_inset
31610
31611
31612 \begin_inset ERT
31613 status collapsed
31614
31615 \begin_layout Plain Layout
31616
31617
31618 \backslash
31619 phantom{
31620 \end_layout
31621
31622 \end_inset
31623
31624
31625 \backslash
31626 newcommand
31627 \begin_inset ERT
31628 status collapsed
31629
31630 \begin_layout Plain Layout
31631
31632 }
31633 \end_layout
31634
31635 \end_inset
31636
31637 [valor opcional]{definición de comando}
31638 \end_layout
31639
31640 \begin_layout Standard
31641 \begin_inset Note Greyedout
31642 status collapsed
31643
31644 \begin_layout Plain Layout
31645
31646 \series bold
31647 Nota:
31648 \series default
31649  Asegúrate de que el nombre del nuevo comando no está definido ya en el
31650  documento o en paquetes LaTeX que uses.
31651  Si p.
31652 \begin_inset space \thinspace{}
31653 \end_inset
31654
31655 e.
31656  defines el comando 
31657 \series bold
31658
31659 \backslash
31660 le
31661 \series default
31662  para 
31663 \series bold
31664
31665 \backslash
31666 Leftarrow,
31667 \series default
31668  se producirán errores porque 
31669 \series bold
31670
31671 \backslash
31672 le
31673 \series default
31674  ya existe como comando para 
31675 \begin_inset Quotes fld
31676 \end_inset
31677
31678
31679 \begin_inset Formula $\le$
31680 \end_inset
31681
31682
31683 \begin_inset Quotes frd
31684 \end_inset
31685
31686 .
31687
31688 \series bold
31689  
31690 \end_layout
31691
31692 \end_inset
31693
31694
31695 \end_layout
31696
31697 \begin_layout Standard
31698 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
31699  argumentos debería tener el nuevo comando.
31700  Con el valor opcional se puede predefinir un valor para un argumento opcional.
31701  Cuando se hace esto, el 
31702 \emph on
31703 primer
31704 \emph default
31705  argumento del nuevo comando es automáticamente opcional.
31706 \end_layout
31707
31708 \begin_layout Standard
31709 Veamos unos ejemplos:
31710 \end_layout
31711
31712 \begin_layout Itemize
31713 Para definir el comando 
31714 \series bold
31715
31716 \backslash
31717 gr
31718 \series default
31719  para 
31720 \series bold
31721
31722 \backslash
31723 Longrightarrow
31724 \series default
31725 , la línea de preámbulo LaTeX es:
31726 \begin_inset VSpace medskip
31727 \end_inset
31728
31729
31730 \begin_inset Newline newline
31731 \end_inset
31732
31733
31734 \series bold
31735
31736 \backslash
31737 newcommand{
31738 \backslash
31739 gr}{
31740 \backslash
31741 Longrightarrow}
31742 \end_layout
31743
31744 \begin_layout Itemize
31745 Para definir el comando 
31746 \series bold
31747
31748 \backslash
31749 us
31750 \series default
31751  para 
31752 \series bold
31753
31754 \backslash
31755 underline
31756 \series default
31757 , el argumento (que sería subrayado) debe tenerse en cuenta.
31758  Para esto la línea de preámbulo es:
31759 \begin_inset VSpace medskip
31760 \end_inset
31761
31762
31763 \begin_inset Newline newline
31764 \end_inset
31765
31766
31767 \series bold
31768
31769 \backslash
31770 newcommand{
31771 \backslash
31772 us}[1]{
31773 \backslash
31774 underline{#1}}
31775 \series default
31776
31777 \begin_inset VSpace medskip
31778 \end_inset
31779
31780
31781 \begin_inset Newline newline
31782 \end_inset
31783
31784 El carácter 
31785 \series bold
31786 #
31787 \series default
31788  actúa como colocador del argumento, el 
31789 \series bold
31790 1
31791 \series default
31792  indica que es el colocador para el primer argumento.
31793 \end_layout
31794
31795 \begin_layout Itemize
31796 Para 
31797 \series bold
31798
31799 \backslash
31800 framebox
31801 \series default
31802  se puede p.
31803 \begin_inset space \thinspace{}
31804 \end_inset
31805
31806 e.
31807  definir el comando 
31808 \series bold
31809
31810 \backslash
31811 fb
31812 \series default
31813 :
31814 \begin_inset VSpace medskip
31815 \end_inset
31816
31817
31818 \begin_inset Newline newline
31819 \end_inset
31820
31821
31822 \series bold
31823
31824 \backslash
31825 newcommand{
31826 \backslash
31827 fb}[3]{
31828 \backslash
31829 framebox#1#2{$#3$}}
31830 \series default
31831
31832 \begin_inset VSpace medskip
31833 \end_inset
31834
31835
31836 \begin_inset Newline newline
31837 \end_inset
31838
31839 Los dos signos dólar generan la ecuación extra necesaria para 
31840 \series bold
31841
31842 \backslash
31843 framebox
31844 \series default
31845 , véase 
31846 \begin_inset CommandInset ref
31847 LatexCommand ref
31848 reference "sub:Cuadros-con-marco"
31849
31850 \end_inset
31851
31852 .
31853 \end_layout
31854
31855 \begin_layout Itemize
31856 Para crear un nuevo comando para 
31857 \series bold
31858
31859 \backslash
31860 fcolorbox
31861 \series default
31862  donde no es necesario especificar el color para el cuadro, el argumento
31863  para el color se define opcional:
31864 \begin_inset VSpace medskip
31865 \end_inset
31866
31867
31868 \begin_inset Newline newline
31869 \end_inset
31870
31871
31872 \series bold
31873
31874 \backslash
31875 newcommand{
31876 \backslash
31877 cb}[3][white]{
31878 \backslash
31879 fcolorbox{#2}{#1}{$#3$}}
31880 \series default
31881
31882 \begin_inset VSpace medskip
31883 \end_inset
31884
31885
31886 \begin_inset Newline newline
31887 \end_inset
31888
31889 Si el color no es especificado al usar 
31890 \series bold
31891
31892 \backslash
31893 cb
31894 \series default
31895 , se elige el color 
31896 \series bold
31897 white
31898 \series default
31899  predefinido.
31900 \end_layout
31901
31902 \begin_layout Standard
31903 Un ensayo con los nuevos comandos definidos:
31904 \end_layout
31905
31906 \begin_layout Standard
31907 \noindent
31908 \align center
31909 \begin_inset Tabular
31910 <lyxtabular version="3" rows="6" columns="2">
31911 <features>
31912 <column alignment="center" valignment="top" width="0">
31913 <column alignment="center" valignment="top" width="0">
31914 <row>
31915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31916 \begin_inset Text
31917
31918 \begin_layout Plain Layout
31919 Comando
31920 \end_layout
31921
31922 \end_inset
31923 </cell>
31924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31925 \begin_inset Text
31926
31927 \begin_layout Plain Layout
31928 Resultado
31929 \begin_inset Note Note
31930 status collapsed
31931
31932 \begin_layout Plain Layout
31933
31934 \series bold
31935
31936 \backslash
31937 raisebox
31938 \series default
31939  se usa sólo como espaciador
31940 \end_layout
31941
31942 \end_inset
31943
31944
31945 \end_layout
31946
31947 \end_inset
31948 </cell>
31949 </row>
31950 <row>
31951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31952 \begin_inset Text
31953
31954 \begin_layout Plain Layout
31955 A
31956 \backslash
31957 gr
31958 \begin_inset ERT
31959 status collapsed
31960
31961 \begin_layout Plain Layout
31962
31963
31964 \backslash
31965 spce 
31966 \end_layout
31967
31968 \end_inset
31969
31970 B
31971 \end_layout
31972
31973 \end_inset
31974 </cell>
31975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31976 \begin_inset Text
31977
31978 \begin_layout Plain Layout
31979 \begin_inset Formula $A\gr B$
31980 \end_inset
31981
31982
31983 \end_layout
31984
31985 \end_inset
31986 </cell>
31987 </row>
31988 <row>
31989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31990 \begin_inset Text
31991
31992 \begin_layout Plain Layout
31993
31994 \backslash
31995 us{ABcd
31996 \end_layout
31997
31998 \end_inset
31999 </cell>
32000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32001 \begin_inset Text
32002
32003 \begin_layout Plain Layout
32004 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32005 \end_inset
32006
32007
32008 \end_layout
32009
32010 \end_inset
32011 </cell>
32012 </row>
32013 <row>
32014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32015 \begin_inset Text
32016
32017 \begin_layout Plain Layout
32018
32019 \backslash
32020 fb{[2cm]
32021 \begin_inset Formula $\to$
32022 \end_inset
32023
32024
32025 \backslash
32026 {
32027 \begin_inset Formula $\to$
32028 \end_inset
32029
32030
32031 \backslash
32032 {
32033 \backslash
32034 int
32035 \begin_inset ERT
32036 status collapsed
32037
32038 \begin_layout Plain Layout
32039
32040
32041 \backslash
32042 spce 
32043 \end_layout
32044
32045 \end_inset
32046
32047 A=B
32048 \end_layout
32049
32050 \end_inset
32051 </cell>
32052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32053 \begin_inset Text
32054
32055 \begin_layout Plain Layout
32056 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32057 \end_inset
32058
32059
32060 \end_layout
32061
32062 \end_inset
32063 </cell>
32064 </row>
32065 <row>
32066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32067 \begin_inset Text
32068
32069 \begin_layout Plain Layout
32070
32071 \backslash
32072 cb{red
32073 \begin_inset Formula $\to$
32074 \end_inset
32075
32076
32077 \backslash
32078 {
32079 \backslash
32080 int
32081 \begin_inset ERT
32082 status collapsed
32083
32084 \begin_layout Plain Layout
32085
32086
32087 \backslash
32088 spce 
32089 \end_layout
32090
32091 \end_inset
32092
32093 A=B
32094 \end_layout
32095
32096 \end_inset
32097 </cell>
32098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32099 \begin_inset Text
32100
32101 \begin_layout Plain Layout
32102 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32103 \end_inset
32104
32105
32106 \end_layout
32107
32108 \end_inset
32109 </cell>
32110 </row>
32111 <row>
32112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32113 \begin_inset Text
32114
32115 \begin_layout Plain Layout
32116
32117 \backslash
32118 cb[green]
32119 \backslash
32120 {red
32121 \begin_inset Formula $\to$
32122 \end_inset
32123
32124
32125 \backslash
32126 {
32127 \backslash
32128 int
32129 \begin_inset ERT
32130 status collapsed
32131
32132 \begin_layout Plain Layout
32133
32134
32135 \backslash
32136 spce 
32137 \end_layout
32138
32139 \end_inset
32140
32141 A=B
32142 \end_layout
32143
32144 \end_inset
32145 </cell>
32146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32147 \begin_inset Text
32148
32149 \begin_layout Plain Layout
32150 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32151 \end_inset
32152
32153
32154 \end_layout
32155
32156 \end_inset
32157 </cell>
32158 </row>
32159 </lyxtabular>
32160
32161 \end_inset
32162
32163
32164 \end_layout
32165
32166 \begin_layout Subsection
32167 Macros de ecuaciones
32168 \begin_inset Index
32169 status collapsed
32170
32171 \begin_layout Plain Layout
32172 Comandos de usuario ! Macros de ecuaciones
32173 \end_layout
32174
32175 \end_inset
32176
32177
32178 \begin_inset Index
32179 status collapsed
32180
32181 \begin_layout Plain Layout
32182 Macros
32183 \end_layout
32184
32185 \end_inset
32186
32187
32188 \end_layout
32189
32190 \begin_layout Standard
32191 Los comandos definidos por el usuario son especialmente convenientes para
32192  expresiones complejas.
32193  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
32194  el mismo tipo de solución se repite varias veces.
32195  La forma general de una ecuación de segundo grado es:
32196 \begin_inset Formula \[
32197 0=\lambda^{2}+p\lambda+q\]
32198
32199 \end_inset
32200
32201 La forma general de la solución es:
32202 \begin_inset Formula \[
32203 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
32204
32205 \end_inset
32206
32207
32208 \end_layout
32209
32210 \begin_layout Standard
32211 Para definir un comando para la ecuación de la solución, en donde solo hay
32212  que especificar los tres parámetros 
32213 \begin_inset Formula $\lambda$
32214 \end_inset
32215
32216
32217 \begin_inset Formula $p$
32218 \end_inset
32219
32220 , y 
32221 \begin_inset Formula $q$
32222 \end_inset
32223
32224 , y el índice de 
32225 \begin_inset Formula $\lambda$
32226 \end_inset
32227
32228  puede darse opcionalmente, la línea de preámbulo LaTeX es
32229 \begin_inset Newline newline
32230 \end_inset
32231
32232
32233 \series bold
32234
32235 \backslash
32236 newcommand{
32237 \backslash
32238 qG}[4][1,
32239 \backslash
32240 ,2]{#2_{#1}=-
32241 \backslash
32242 frac{#3}{2}
32243 \backslash
32244 pm
32245 \begin_inset Newline newline
32246 \end_inset
32247
32248
32249 \begin_inset ERT
32250 status collapsed
32251
32252 \begin_layout Plain Layout
32253
32254
32255 \backslash
32256 hphantom{
32257 \end_layout
32258
32259 \end_inset
32260
32261
32262 \backslash
32263 newcommand
32264 \begin_inset ERT
32265 status collapsed
32266
32267 \begin_layout Plain Layout
32268
32269 }
32270 \end_layout
32271
32272 \end_inset
32273
32274
32275 \backslash
32276 sqrt{
32277 \backslash
32278 frac{#3^{2}}{4}-#4}}
32279 \end_layout
32280
32281 \begin_layout Standard
32282 Para generar la solución se inserta el comando
32283 \begin_inset Newline newline
32284 \end_inset
32285
32286
32287 \series bold
32288
32289 \backslash
32290 qG{
32291 \backslash
32292 lambda
32293 \begin_inset Formula $\to$
32294 \end_inset
32295
32296
32297 \backslash
32298 {p
32299 \begin_inset Formula $\to$
32300 \end_inset
32301
32302
32303 \backslash
32304 {q
32305 \series default
32306  en una ecuación
32307 \series bold
32308 .
32309 \end_layout
32310
32311 \begin_layout Standard
32312 La definición del nuevo comando no es intuitiva porque hay que conocer los
32313  esquemas de todos los comandos LaTeX usados, p.
32314 \begin_inset space \thinspace{}
32315 \end_inset
32316
32317 e., que una fracción se inserta en LaTeX como
32318 \series bold
32319  
32320 \backslash
32321 frac{numerador}{denominador}
32322 \series default
32323 .
32324  Además, uno puede olvidar fácilmente una llave en la definición y no puede
32325  ver en LyX lo que el nuevo comando está haciendo.
32326  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
32327  ecuación en vez del comando
32328 \series bold
32329  
32330 \backslash
32331 newcommand
32332 \series default
32333 .
32334 \end_layout
32335
32336 \begin_layout Standard
32337 Una macro de ecuación se crea con el menú 
32338 \family sans
32339 Insertar\SpecialChar \menuseparator
32340 Ecuación\SpecialChar \menuseparator
32341 Macro
32342 \family default
32343  o con el botón 
32344 \begin_inset Graphics
32345         filename ../../images/math-macro_newmacroname_newcommand.png
32346         scale 85
32347
32348 \end_inset
32349
32350  de la barra de herramientas.
32351  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
32352  como el siguiente donde se define la macro:
32353 \begin_inset Newline newline
32354 \end_inset
32355
32356
32357 \end_layout
32358
32359 \begin_layout Standard
32360 \begin_inset space \hspace*{\fill}
32361 \end_inset
32362
32363
32364 \begin_inset Graphics
32365         filename ../clipart/macrobox.png
32366
32367 \end_inset
32368
32369
32370 \begin_inset space \hspace*{\fill}
32371 \end_inset
32372
32373
32374 \begin_inset Newline newline
32375 \end_inset
32376
32377
32378 \begin_inset FormulaMacro
32379 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32380 \end_inset
32381
32382
32383 \backslash
32384 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
32385  En el primer marco azul se inserta la ecuación buscada.
32386  Con el comando 
32387 \series bold
32388
32389 \backslash
32390 #númerodeargumento
32391 \series default
32392 , , o con el botón 
32393 \begin_inset Graphics
32394         filename ../../images/math-macro-add-param.png
32395         scale 85
32396
32397 \end_inset
32398
32399  de la barra de herramientas de macros se inserta un colocador de argumento,
32400  p.
32401 \begin_inset space \thinspace{}
32402 \end_inset
32403
32404 e
32405 \begin_inset space \space{}
32406 \end_inset
32407
32408
32409 \series bold
32410
32411 \backslash
32412 #1
32413 \series default
32414 .
32415  Los colocadores de argumento se muestran en rojo.
32416  Se pueden poner 9 argumentos como máximo.
32417  Con el botón 
32418 \begin_inset Graphics
32419         filename ../../images/math-macro-add-optional-param.png
32420         scale 85
32421
32422 \end_inset
32423
32424  se crean argumentos opcionales.
32425  El primer argumento no opcional puede transformarse en opcional con el
32426  botón 
32427 \begin_inset Graphics
32428         filename ../../images/math-macro-make-optional.png
32429         scale 85
32430
32431 \end_inset
32432
32433 .
32434  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
32435  Normalmente quieres verlo tal como está definido, así que el recuadro se
32436  deja vacío.
32437  Pero si has creado una macro que necesita mucho espacio en la pantalla,
32438  en dicho recuadro puedes insertar, por ejemplo
32439 \begin_inset Newline newline
32440 \end_inset
32441
32442
32443 \series bold
32444 qG: 
32445 \backslash
32446 #1
32447 \series default
32448  
32449 \series bold
32450 ,
32451 \series default
32452  
32453 \series bold
32454
32455 \backslash
32456 #2
32457 \series default
32458  
32459 \series bold
32460 ,
32461 \series default
32462  
32463 \series bold
32464
32465 \backslash
32466 #3, 
32467 \backslash
32468 #4
32469 \begin_inset Newline newline
32470 \end_inset
32471
32472
32473 \series default
32474 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
32475  en LyX, lo que conlleva una visualización mejor.
32476  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
32477 \begin_inset Newline newline
32478 \end_inset
32479
32480 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
32481  macros individuales situando el cursor en la macro y usando el menú 
32482 \family sans
32483 Ver\SpecialChar \menuseparator
32484 (Des)plegar macro de ecuación.
32485 \end_layout
32486
32487 \begin_layout Standard
32488 Para usar una macro, se inserta el nombre de la misma como comando en una
32489  ecuación, en nuestro caso 
32490 \series bold
32491
32492 \backslash
32493 qG
32494 \series default
32495 .
32496  Nuestra macro se muestra en LyX así:
32497 \begin_inset Newline newline
32498 \end_inset
32499
32500
32501 \begin_inset space \hspace*{\fill}
32502 \end_inset
32503
32504
32505 \begin_inset Graphics
32506         filename ../clipart/macrouse.png
32507
32508 \end_inset
32509
32510
32511 \begin_inset space \hspace*{\fill}
32512 \end_inset
32513
32514
32515 \begin_inset Newline newline
32516 \end_inset
32517
32518 Aquí tenemos nuestro ejemplo de macro con los argumentos 
32519 \begin_inset Formula $x$
32520 \end_inset
32521
32522
32523 \begin_inset Formula $\ln(x)$
32524 \end_inset
32525
32526 , y 
32527 \begin_inset Formula $B$
32528 \end_inset
32529
32530 :
32531 \end_layout
32532
32533 \begin_layout Standard
32534 \begin_inset Formula \[
32535 \qG x{\ln(x)}B\]
32536
32537 \end_inset
32538
32539
32540 \end_layout
32541
32542 \begin_layout Standard
32543 Una macro de ecuación se transforma internamente en un comando 
32544 \series bold
32545
32546 \backslash
32547 newcommand
32548 \series default
32549  cuando se exporta el documento.
32550  El comando creado 
32551 \series bold
32552
32553 \backslash
32554 newcommand
32555 \series default
32556  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
32557  usar en ecuaciones que estén en recuadros de definición de macros en el
32558  documento.
32559  
32560 \end_layout
32561
32562 \begin_layout Standard
32563 Las macros de ecuación también pueden crearse directamente a partir de un
32564  comando
32565 \series bold
32566  
32567 \backslash
32568 newcommand
32569 \series default
32570 .
32571  Por ejemplo, escribiendo el comando
32572 \begin_inset Newline newline
32573 \end_inset
32574
32575
32576 \series bold
32577
32578 \backslash
32579 newcommand{
32580 \backslash
32581 larrow}[2]{
32582 \backslash
32583 xleftarrow[#2]{#1}}
32584 \begin_inset Newline newline
32585 \end_inset
32586
32587
32588 \series default
32589 como texto normal en LyX, seleccionándolo completamente y usando a continuación
32590  el atajo 
32591 \family sans
32592 Ctrl+M
32593 \family default
32594 , el comando se transformará en una macro de ecuación.
32595  Al emplear este método debes tener cuidado en escribir correctamente el
32596  comando 
32597 \series bold
32598
32599 \backslash
32600 newcommand
32601 \series default
32602 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
32603  
32604 \end_layout
32605
32606 \begin_layout Standard
32607 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
32608  en definiciones de macros se manejan incorrectamente.
32609  Por eso el ejemplo 
32610 \series bold
32611
32612 \backslash
32613 fb
32614 \series default
32615  de 
32616 \begin_inset CommandInset ref
32617 LatexCommand ref
32618 reference "sub:El-comando-newcommand"
32619
32620 \end_inset
32621
32622  no puede crearse como macro.
32623 \end_layout
32624
32625 \begin_layout Standard
32626 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
32627  la barra de herramientas de macros:
32628 \end_layout
32629
32630 \begin_layout Standard
32631 \begin_inset VSpace defskip
32632 \end_inset
32633
32634
32635 \end_layout
32636
32637 \begin_layout Standard
32638 \begin_inset Graphics
32639         filename ../clipart/MacroToolbar.png
32640
32641 \end_inset
32642
32643
32644 \begin_inset Index
32645 status collapsed
32646
32647 \begin_layout Plain Layout
32648 Macros ! Barra de herramientas
32649 \end_layout
32650
32651 \end_inset
32652
32653
32654 \end_layout
32655
32656 \begin_layout Standard
32657 \begin_inset VSpace defskip
32658 \end_inset
32659
32660
32661 \end_layout
32662
32663 \begin_layout Standard
32664 La barra de herramientas de macros contiene los siguientes botones:
32665 \end_layout
32666
32667 \begin_layout Standard
32668 \begin_inset VSpace defskip
32669 \end_inset
32670
32671
32672 \end_layout
32673
32674 \begin_layout Standard
32675 \begin_inset Tabular
32676 <lyxtabular version="3" rows="9" columns="2">
32677 <features islongtable="true">
32678 <column alignment="left" valignment="top" width="0">
32679 <column alignment="left" valignment="top" width="85col%">
32680 <row interlinespace="2.5mm">
32681 <cell alignment="center" valignment="top" usebox="none">
32682 \begin_inset Text
32683
32684 \begin_layout Plain Layout
32685 \begin_inset Graphics
32686         filename ../../images/math-macro-remove-param.png
32687         BoundingBox 0bp 5bp 20bp 25bp
32688         rotateOrigin center
32689
32690 \end_inset
32691
32692
32693 \end_layout
32694
32695 \end_inset
32696 </cell>
32697 <cell alignment="center" valignment="top" usebox="none">
32698 \begin_inset Text
32699
32700 \begin_layout Plain Layout
32701
32702 \family sans
32703 Editar\SpecialChar \menuseparator
32704 Ecuación\SpecialChar \menuseparator
32705 Definición de macro\SpecialChar \menuseparator
32706 Quitar último argumento
32707 \end_layout
32708
32709 \end_inset
32710 </cell>
32711 </row>
32712 <row interlinespace="2.5mm">
32713 <cell alignment="center" valignment="top" usebox="none">
32714 \begin_inset Text
32715
32716 \begin_layout Plain Layout
32717 \begin_inset Graphics
32718         filename ../../images/math-macro-add-param.png
32719         BoundingBox 0bp 5bp 20bp 25bp
32720         rotateOrigin center
32721
32722 \end_inset
32723
32724
32725 \end_layout
32726
32727 \end_inset
32728 </cell>
32729 <cell alignment="center" valignment="top" usebox="none">
32730 \begin_inset Text
32731
32732 \begin_layout Plain Layout
32733
32734 \family sans
32735 Editar\SpecialChar \menuseparator
32736 Ecuación\SpecialChar \menuseparator
32737 Definición de macro\SpecialChar \menuseparator
32738 Añadir argumento
32739 \end_layout
32740
32741 \end_inset
32742 </cell>
32743 </row>
32744 <row interlinespace="2.5mm">
32745 <cell alignment="center" valignment="top" usebox="none">
32746 \begin_inset Text
32747
32748 \begin_layout Plain Layout
32749 \begin_inset Graphics
32750         filename ../../images/math-macro-make-optional.png
32751         BoundingBox 0bp 5bp 20bp 25bp
32752         rotateOrigin center
32753
32754 \end_inset
32755
32756
32757 \end_layout
32758
32759 \end_inset
32760 </cell>
32761 <cell alignment="center" valignment="top" usebox="none">
32762 \begin_inset Text
32763
32764 \begin_layout Plain Layout
32765
32766 \family sans
32767 Editar\SpecialChar \menuseparator
32768 Ecuación\SpecialChar \menuseparator
32769 Definición de macro\SpecialChar \menuseparator
32770 Hacer opcional el primer
32771 \begin_inset Newline newline
32772 \end_inset
32773
32774
32775 \begin_inset ERT
32776 status collapsed
32777
32778 \begin_layout Plain Layout
32779
32780
32781 \backslash
32782 hphantom{
32783 \end_layout
32784
32785 \end_inset
32786
32787 Editar\SpecialChar \menuseparator
32788 Ecuación\SpecialChar \menuseparator
32789 Definición de macro\SpecialChar \menuseparator
32790
32791 \begin_inset ERT
32792 status collapsed
32793
32794 \begin_layout Plain Layout
32795
32796 }
32797 \end_layout
32798
32799 \end_inset
32800
32801 argumento no opcional
32802 \end_layout
32803
32804 \end_inset
32805 </cell>
32806 </row>
32807 <row interlinespace="2.5mm">
32808 <cell alignment="center" valignment="top" usebox="none">
32809 \begin_inset Text
32810
32811 \begin_layout Plain Layout
32812 \begin_inset Graphics
32813         filename ../../images/math-macro-make-nonoptional.png
32814         BoundingBox 0bp 5bp 20bp 25bp
32815         rotateOrigin center
32816
32817 \end_inset
32818
32819
32820 \end_layout
32821
32822 \end_inset
32823 </cell>
32824 <cell alignment="center" valignment="top" usebox="none">
32825 \begin_inset Text
32826
32827 \begin_layout Plain Layout
32828
32829 \family sans
32830 Editar\SpecialChar \menuseparator
32831 Ecuación\SpecialChar \menuseparator
32832 Definición de macro\SpecialChar \menuseparator
32833 Hacer no opcional el primer
32834 \begin_inset Newline newline
32835 \end_inset
32836
32837
32838 \begin_inset ERT
32839 status collapsed
32840
32841 \begin_layout Plain Layout
32842
32843
32844 \backslash
32845 hphantom{
32846 \end_layout
32847
32848 \end_inset
32849
32850 Editar\SpecialChar \menuseparator
32851 Ecuación\SpecialChar \menuseparator
32852 Definición de macro\SpecialChar \menuseparator
32853
32854 \begin_inset ERT
32855 status collapsed
32856
32857 \begin_layout Plain Layout
32858
32859 }
32860 \end_layout
32861
32862 \end_inset
32863
32864 argumento opcional
32865 \end_layout
32866
32867 \end_inset
32868 </cell>
32869 </row>
32870 <row interlinespace="2.5mm">
32871 <cell alignment="center" valignment="top" usebox="none">
32872 \begin_inset Text
32873
32874 \begin_layout Plain Layout
32875 \begin_inset Graphics
32876         filename ../../images/math-macro-remove-optional-param.png
32877         BoundingBox 0bp 5bp 20bp 25bp
32878         rotateOrigin center
32879
32880 \end_inset
32881
32882
32883 \end_layout
32884
32885 \end_inset
32886 </cell>
32887 <cell alignment="center" valignment="top" usebox="none">
32888 \begin_inset Text
32889
32890 \begin_layout Plain Layout
32891
32892 \family sans
32893 Editar\SpecialChar \menuseparator
32894 Ecuación\SpecialChar \menuseparator
32895 Definición de macro\SpecialChar \menuseparator
32896 Quitar argumento opcional
32897 \end_layout
32898
32899 \end_inset
32900 </cell>
32901 </row>
32902 <row interlinespace="2.5mm">
32903 <cell alignment="center" valignment="top" usebox="none">
32904 \begin_inset Text
32905
32906 \begin_layout Plain Layout
32907 \begin_inset Graphics
32908         filename ../../images/math-macro-add-optional-param.png
32909         BoundingBox 0bp 5bp 20bp 25bp
32910         rotateOrigin center
32911
32912 \end_inset
32913
32914
32915 \end_layout
32916
32917 \end_inset
32918 </cell>
32919 <cell alignment="center" valignment="top" usebox="none">
32920 \begin_inset Text
32921
32922 \begin_layout Plain Layout
32923
32924 \family sans
32925 Editar\SpecialChar \menuseparator
32926 Ecuación\SpecialChar \menuseparator
32927 Definición de macro\SpecialChar \menuseparator
32928 Insertar argumento opcional
32929 \end_layout
32930
32931 \end_inset
32932 </cell>
32933 </row>
32934 <row interlinespace="2.5mm">
32935 <cell alignment="center" valignment="top" usebox="none">
32936 \begin_inset Text
32937
32938 \begin_layout Plain Layout
32939 \begin_inset Graphics
32940         filename ../../images/math-macro-remove-greedy-param.png
32941         BoundingBox 0bp 5bp 20bp 25bp
32942         rotateOrigin center
32943
32944 \end_inset
32945
32946
32947 \end_layout
32948
32949 \end_inset
32950 </cell>
32951 <cell alignment="center" valignment="top" usebox="none">
32952 \begin_inset Text
32953
32954 \begin_layout Plain Layout
32955
32956 \family sans
32957 Editar\SpecialChar \menuseparator
32958 Ecuación\SpecialChar \menuseparator
32959 Definición de macro\SpecialChar \menuseparator
32960 Quitar último argumento
32961 \begin_inset Newline newline
32962 \end_inset
32963
32964
32965 \begin_inset ERT
32966 status collapsed
32967
32968 \begin_layout Plain Layout
32969
32970
32971 \backslash
32972 hphantom{
32973 \end_layout
32974
32975 \end_inset
32976
32977 Editar\SpecialChar \menuseparator
32978 Ecuación\SpecialChar \menuseparator
32979 Definición de macro\SpecialChar \menuseparator
32980
32981 \begin_inset ERT
32982 status collapsed
32983
32984 \begin_layout Plain Layout
32985
32986 }
32987 \end_layout
32988
32989 \end_inset
32990
32991 yendo hacia la derecha
32992 \end_layout
32993
32994 \end_inset
32995 </cell>
32996 </row>
32997 <row interlinespace="2.5mm">
32998 <cell alignment="center" valignment="top" usebox="none">
32999 \begin_inset Text
33000
33001 \begin_layout Plain Layout
33002 \begin_inset Graphics
33003         filename ../../images/math-macro-append-greedy-param.png
33004         BoundingBox 0bp 5bp 20bp 25bp
33005         rotateOrigin center
33006
33007 \end_inset
33008
33009
33010 \end_layout
33011
33012 \end_inset
33013 </cell>
33014 <cell alignment="center" valignment="top" usebox="none">
33015 \begin_inset Text
33016
33017 \begin_layout Plain Layout
33018
33019 \family sans
33020 Editar\SpecialChar \menuseparator
33021 Ecuación\SpecialChar \menuseparator
33022 Definición de macro\SpecialChar \menuseparator
33023 Añadir argumento comiendo
33024 \begin_inset Newline newline
33025 \end_inset
33026
33027
33028 \begin_inset ERT
33029 status collapsed
33030
33031 \begin_layout Plain Layout
33032
33033
33034 \backslash
33035 hphantom{
33036 \end_layout
33037
33038 \end_inset
33039
33040 Editar\SpecialChar \menuseparator
33041 Ecuación\SpecialChar \menuseparator
33042 Definición de macro\SpecialChar \menuseparator
33043
33044 \begin_inset ERT
33045 status collapsed
33046
33047 \begin_layout Plain Layout
33048
33049 }
33050 \end_layout
33051
33052 \end_inset
33053
33054 desde la derecha
33055 \end_layout
33056
33057 \end_inset
33058 </cell>
33059 </row>
33060 <row interlinespace="2.5mm">
33061 <cell alignment="center" valignment="top" usebox="none">
33062 \begin_inset Text
33063
33064 \begin_layout Plain Layout
33065 \begin_inset Graphics
33066         filename ../../images/math-macro-add-greedy-optional-param.png
33067         BoundingBox 0bp 5bp 20bp 25bp
33068         rotateOrigin center
33069
33070 \end_inset
33071
33072
33073 \end_layout
33074
33075 \end_inset
33076 </cell>
33077 <cell alignment="center" valignment="top" usebox="none">
33078 \begin_inset Text
33079
33080 \begin_layout Plain Layout
33081
33082 \family sans
33083 Editar\SpecialChar \menuseparator
33084 Ecuación\SpecialChar \menuseparator
33085 Definición de macro\SpecialChar \menuseparator
33086 Añadir argumento opcional
33087 \begin_inset Newline newline
33088 \end_inset
33089
33090
33091 \begin_inset ERT
33092 status collapsed
33093
33094 \begin_layout Plain Layout
33095
33096
33097 \backslash
33098 hphantom{
33099 \end_layout
33100
33101 \end_inset
33102
33103 Editar\SpecialChar \menuseparator
33104 Ecuación\SpecialChar \menuseparator
33105 Definición de macro\SpecialChar \menuseparator
33106
33107 \begin_inset ERT
33108 status collapsed
33109
33110 \begin_layout Plain Layout
33111
33112 }
33113 \end_layout
33114
33115 \end_inset
33116
33117 comiendo desde la derecha
33118 \end_layout
33119
33120 \end_inset
33121 </cell>
33122 </row>
33123 </lyxtabular>
33124
33125 \end_inset
33126
33127
33128 \end_layout
33129
33130 \begin_layout Standard
33131 \noindent
33132 \align center
33133 \begin_inset Newpage newpage
33134 \end_inset
33135
33136
33137 \end_layout
33138
33139 \begin_layout Section
33140 Diagramas
33141 \end_layout
33142
33143 \begin_layout Standard
33144 Lyx soporta dos tipos de diagramas conmutativos: 
33145 \series bold
33146 amscd
33147 \series default
33148  y 
33149 \series bold
33150 xymatrix
33151 \series default
33152 , que se explican a continuación.
33153 \end_layout
33154
33155 \begin_layout Subsection
33156 Diagramas amscd
33157 \begin_inset Index
33158 status collapsed
33159
33160 \begin_layout Plain Layout
33161 Diagramas ! amscd
33162 \end_layout
33163
33164 \end_inset
33165
33166
33167 \end_layout
33168
33169 \begin_layout Standard
33170 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
33171  verticales y horizontales:
33172 \begin_inset Formula \[
33173 \begin{CD}A@)))B@)))C\\
33174 @AAA@.@VVV\\
33175 F@(((E@(((D\end{CD}\]
33176
33177 \end_inset
33178
33179 Para obtener el diagrama se inserta en la ecuación el comando 
33180 \series bold
33181
33182 \backslash
33183 CD
33184 \begin_inset Index
33185 status collapsed
33186
33187 \begin_layout Plain Layout
33188 Comandos ! C ! 
33189 \backslash
33190 CD
33191 \end_layout
33192
33193 \end_inset
33194
33195
33196 \series default
33197 .
33198  Surge un marco azul entre dos líneas de trazos en el que se insertan a
33199  continuación comandos.
33200  Con 
33201 \family sans
33202 Ctrl+Retorno
33203 \family default
33204  se inicia una nueva línea.
33205  En las líneas impares se insertan relaciones horizontales, en las pares
33206  verticales.
33207 \end_layout
33208
33209 \begin_layout Standard
33210 Para componer las relaciones hay los siguientes comandos:
33211 \begin_inset Foot
33212 status collapsed
33213
33214 \begin_layout Plain Layout
33215 \begin_inset CommandInset label
33216 LatexCommand label
33217 name "fn:sinónimos"
33218
33219 \end_inset
33220
33221 Los comandos con 
33222 \family sans
33223 '
33224 \series bold
33225 >
33226 \series default
33227 '
33228 \family default
33229  o 
33230 \family sans
33231 '
33232 \series bold
33233 <
33234 \series default
33235 '
33236 \family default
33237  pueden generar errores con el estilo 
33238 \series bold
33239 spanish
33240 \series default
33241  de 
33242 \series bold
33243 babel
33244 \series default
33245 .
33246  Para evitarlo se pueden sustituir por sus sinónimos 
33247 \family sans
33248 '
33249 \series bold
33250 )
33251 \series default
33252 '
33253 \family default
33254  y 
33255 \family sans
33256 '
33257 \series bold
33258 (
33259 \series default
33260 '
33261 \family default
33262  respectivamente.
33263  Véase 
33264 \begin_inset CommandInset citation
33265 LatexCommand cite
33266 key "spanish"
33267
33268 \end_inset
33269
33270 .
33271  (
33272 \emph on
33273 N.
33274 \begin_inset space \thinspace{}
33275 \end_inset
33276
33277 del t.
33278 \emph default
33279 )
33280 \end_layout
33281
33282 \end_inset
33283
33284
33285 \end_layout
33286
33287 \begin_layout Itemize
33288
33289 \series bold
33290 @<<<
33291 \series default
33292  genera una flecha hacia la izquierda, 
33293 \series bold
33294 @>>>
33295 \series default
33296  una hacia la derecha, y 
33297 \series bold
33298 @=
33299 \series default
33300  un signo igual largo
33301 \end_layout
33302
33303 \begin_layout Itemize
33304
33305 \series bold
33306 @AAA
33307 \series default
33308  genera una flecha hacia arriba, 
33309 \series bold
33310 @VVV
33311 \series default
33312  una hacia abajo, y 
33313 \series bold
33314 @|
33315 \series default
33316  un signo igual vertical
33317 \end_layout
33318
33319 \begin_layout Itemize
33320
33321 \series bold
33322 @.
33323
33324 \series default
33325  genera una ubicación vacía para relaciones inexistentes
33326 \end_layout
33327
33328 \begin_layout Standard
33329 Todas las flechas pueden etiquetarse como sigue:
33330 \end_layout
33331
33332 \begin_layout Itemize
33333 Si se inserta texto entre el primero y el segundo 
33334 \series bold
33335 <
33336 \series default
33337  o 
33338 \series bold
33339 >
33340 \series default
33341 , respectivamente, se muestra sobre la flecha.
33342  Si se inserta entre el segundo y el tercero, bajo la flecha.
33343 \end_layout
33344
33345 \begin_layout Itemize
33346 Para flechas verticales, si se inserta texto entre la primera y la segunda
33347  
33348 \series bold
33349 A
33350 \series default
33351  o 
33352 \series bold
33353 V
33354 \series default
33355 , respectivamente, se muestra al lado izquierdo de la flecha.
33356  Si se inserta entre la segunda y la tercera, al lado derecho.
33357  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
33358 \end_layout
33359
33360 \begin_layout Standard
33361 Como ejemplo un diagrama con todas las relaciones posibles:
33362 \begin_inset Formula \[
33363 \begin{CD}A@)j))B@))k)C@=F\\
33364 @AmAA@.@VV{V}V@|\\
33365 D@((j\,(E@)k))F@=C\end{CD}\]
33366
33367 \end_inset
33368
33369 El comando para este diagrama es:
33370 \begin_inset Newline newline
33371 \end_inset
33372
33373
33374 \series bold
33375
33376 \backslash
33377 CD
33378 \begin_inset ERT
33379 status collapsed
33380
33381 \begin_layout Plain Layout
33382
33383
33384 \backslash
33385 spce 
33386 \end_layout
33387
33388 \end_inset
33389
33390 A@>j>>B@>>k>C@=F Ctrl+Retorno
33391 \begin_inset Newline newline
33392 \end_inset
33393
33394
33395 \begin_inset ERT
33396 status collapsed
33397
33398 \begin_layout Plain Layout
33399
33400
33401 \backslash
33402 hphantom{
33403 \end_layout
33404
33405 \end_inset
33406
33407
33408 \backslash
33409 CD
33410 \begin_inset ERT
33411 status collapsed
33412
33413 \begin_layout Plain Layout
33414
33415
33416 \backslash
33417 spce 
33418 \end_layout
33419
33420 \end_inset
33421
33422
33423 \begin_inset ERT
33424 status collapsed
33425
33426 \begin_layout Plain Layout
33427
33428 }
33429 \end_layout
33430
33431 \end_inset
33432
33433 @AmAA@.@VV
33434 \backslash
33435 {V
33436 \series default
33437
33438 \begin_inset Formula $\to$
33439 \end_inset
33440
33441
33442 \series bold
33443 V@| Ctrl+Retorno
33444 \begin_inset Newline newline
33445 \end_inset
33446
33447
33448 \begin_inset ERT
33449 status collapsed
33450
33451 \begin_layout Plain Layout
33452
33453
33454 \backslash
33455 hphantom{
33456 \end_layout
33457
33458 \end_inset
33459
33460
33461 \backslash
33462 CD
33463 \begin_inset ERT
33464 status collapsed
33465
33466 \begin_layout Plain Layout
33467
33468
33469 \backslash
33470 spce 
33471 \end_layout
33472
33473 \end_inset
33474
33475
33476 \begin_inset ERT
33477 status collapsed
33478
33479 \begin_layout Plain Layout
33480
33481 }
33482 \end_layout
33483
33484 \end_inset
33485
33486 D@<<j<E@>k>>F@=C
33487 \end_layout
33488
33489 \begin_layout Subsection
33490 Diagramas xymatrix
33491 \begin_inset Index
33492 status collapsed
33493
33494 \begin_layout Plain Layout
33495 Diagramas ! xymatrix
33496 \end_layout
33497
33498 \end_inset
33499
33500
33501 \end_layout
33502
33503 \begin_layout Standard
33504 Para usar matrices xy debe estar instalado el paquete LaTeX 
33505 \series bold
33506 xypic
33507 \series default
33508 .
33509  Una matriz xy se crea insertando el comando 
33510 \series bold
33511
33512 \backslash
33513 xymatrix
33514 \series default
33515  en una ecuación.
33516  Después podrás añadir nuevas columnas y filas como en matrices normales,
33517  véase
33518 \begin_inset space ~
33519 \end_inset
33520
33521
33522 \begin_inset CommandInset ref
33523 LatexCommand ref
33524 reference "sec:Matrices"
33525
33526 \end_inset
33527
33528 .
33529 \end_layout
33530
33531 \begin_layout Standard
33532 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
33533  y curvadas, y mucho más.
33534  Todas las posibilidades para generar diagramas conmutativos y decoraciones
33535  se explican en el 
33536 \emph on
33537 Manual de XY-pic
33538 \emph default
33539  que se encuentra en el menú 
33540 \family sans
33541 Ayuda\SpecialChar \menuseparator
33542 Manuales
33543 \begin_inset space ~
33544 \end_inset
33545
33546 específicos
33547 \family default
33548 .
33549 \end_layout
33550
33551 \begin_layout Section
33552 Indicaciones
33553 \begin_inset ERT
33554 status collapsed
33555
33556 \begin_layout Plain Layout
33557
33558
33559 \backslash
33560 texorpdfstring{
33561 \end_layout
33562
33563 \end_inset
33564
33565
33566 \begin_inset Foot
33567 status collapsed
33568
33569 \begin_layout Plain Layout
33570 Otras sugerencias útiles para matemáticas en 
33571 \begin_inset CommandInset citation
33572 LatexCommand cite
33573 key "Voss"
33574
33575 \end_inset
33576
33577 .
33578 \end_layout
33579
33580 \end_inset
33581
33582
33583 \begin_inset ERT
33584 status collapsed
33585
33586 \begin_layout Plain Layout
33587
33588 }{}
33589 \end_layout
33590
33591 \end_inset
33592
33593
33594 \begin_inset Note Note
33595 status collapsed
33596
33597 \begin_layout Plain Layout
33598
33599 \backslash
33600 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
33601  PDF.
33602 \end_layout
33603
33604 \begin_layout Plain Layout
33605 Más sobre 
33606 \backslash
33607 texorpdfstring hay en la sección 
33608 \begin_inset CommandInset ref
33609 LatexCommand ref
33610 reference "sub:Ecuaciones-en-encabezados"
33611
33612 \end_inset
33613
33614 .
33615 \end_layout
33616
33617 \end_inset
33618
33619
33620 \begin_inset Index
33621 status collapsed
33622
33623 \begin_layout Plain Layout
33624 Indicaciones
33625 \end_layout
33626
33627 \end_inset
33628
33629
33630 \end_layout
33631
33632 \begin_layout Subsection
33633 Símbolos y ecuaciones químicas
33634 \begin_inset CommandInset label
33635 LatexCommand label
33636 name "sub:Símbolos-y-ecuaciones-químicas"
33637
33638 \end_inset
33639
33640
33641 \begin_inset Index
33642 status collapsed
33643
33644 \begin_layout Plain Layout
33645 Química ! símbolos
33646 \end_layout
33647
33648 \end_inset
33649
33650
33651 \begin_inset Index
33652 status collapsed
33653
33654 \begin_layout Plain Layout
33655 Química ! caracteres
33656 \end_layout
33657
33658 \end_inset
33659
33660
33661 \begin_inset Index
33662 status collapsed
33663
33664 \begin_layout Plain Layout
33665 Ecuación ! química|see
33666 \begin_inset ERT
33667 status collapsed
33668
33669 \begin_layout Plain Layout
33670
33671 {
33672 \end_layout
33673
33674 \end_inset
33675
33676 Química
33677 \begin_inset ERT
33678 status collapsed
33679
33680 \begin_layout Plain Layout
33681
33682 }
33683 \end_layout
33684
33685 \end_inset
33686
33687
33688 \end_layout
33689
33690 \end_inset
33691
33692
33693 \begin_inset Index
33694 status collapsed
33695
33696 \begin_layout Plain Layout
33697 Química ! iones
33698 \end_layout
33699
33700 \end_inset
33701
33702
33703 \begin_inset Index
33704 status collapsed
33705
33706 \begin_layout Plain Layout
33707 Iones|see
33708 \begin_inset ERT
33709 status collapsed
33710
33711 \begin_layout Plain Layout
33712
33713 {
33714 \end_layout
33715
33716 \end_inset
33717
33718 Química
33719 \begin_inset ERT
33720 status collapsed
33721
33722 \begin_layout Plain Layout
33723
33724 }
33725 \end_layout
33726
33727 \end_inset
33728
33729
33730 \end_layout
33731
33732 \end_inset
33733
33734
33735 \begin_inset Index
33736 status collapsed
33737
33738 \begin_layout Plain Layout
33739 Química ! reacción
33740 \end_layout
33741
33742 \end_inset
33743
33744
33745 \end_layout
33746
33747 \begin_layout Standard
33748 Un ejemplo de texto de química:
33749 \end_layout
33750
33751 \begin_layout Quote
33752 El ión 
33753 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
33754 \end_inset
33755
33756  reacciona con dos iones 
33757 \begin_inset Formula $\mathrm{Na^{+}}$
33758 \end_inset
33759
33760  para dar sulfato de sodio 
33761 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
33762 \end_inset
33763
33764 .
33765  La ecuación química es:
33766 \begin_inset Formula \[
33767 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
33768
33769 \end_inset
33770
33771
33772 \end_layout
33773
33774 \begin_layout Standard
33775 Esta ecuación química puede componerse directamente en modo ecuación.
33776  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
33777  y con el atajo 
33778 \family sans
33779 Alt+C
33780 \begin_inset space ~
33781 \end_inset
33782
33783 R
33784 \family default
33785  se cambia en redonda.
33786 \begin_inset Foot
33787 status collapsed
33788
33789 \begin_layout Plain Layout
33790 véase estilos de fuentes en 
33791 \begin_inset CommandInset ref
33792 LatexCommand ref
33793 reference "sub:Estilos-de-fuentes"
33794
33795 \end_inset
33796
33797 .
33798 \end_layout
33799
33800 \end_inset
33801
33802
33803 \end_layout
33804
33805 \begin_layout Subsection
33806 Números negativos
33807 \begin_inset Index
33808 status collapsed
33809
33810 \begin_layout Plain Layout
33811 Numeros@Números ! negativos
33812 \end_layout
33813
33814 \end_inset
33815
33816
33817 \end_layout
33818
33819 \begin_layout Standard
33820 Los números negativos a veces se ven feos en las ecuaciones porque el signo
33821  menos delante del número tiene la misma longitud que el operador signo
33822  menos.
33823  Si se escribe el número negativo en texto normal el signo menos aparece
33824  correctamente.
33825 \end_layout
33826
33827 \begin_layout Standard
33828 Así pues, el problema desaparece si se convierte el signo menos a texto
33829  matemático.
33830 \end_layout
33831
33832 \begin_layout Standard
33833 Un ejemplo para visualizar el problema:
33834 \end_layout
33835
33836 \begin_layout Standard
33837 \noindent
33838 \align center
33839 \begin_inset Tabular
33840 <lyxtabular version="3" rows="3" columns="2">
33841 <features>
33842 <column alignment="center" valignment="top" width="0">
33843 <column alignment="center" valignment="top" width="0">
33844 <row>
33845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33846 \begin_inset Text
33847
33848 \begin_layout Plain Layout
33849 texto normal:
33850 \end_layout
33851
33852 \end_inset
33853 </cell>
33854 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33855 \begin_inset Text
33856
33857 \begin_layout Plain Layout
33858 x = -2
33859 \end_layout
33860
33861 \end_inset
33862 </cell>
33863 </row>
33864 <row>
33865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33866 \begin_inset Text
33867
33868 \begin_layout Plain Layout
33869 ecuación:
33870 \end_layout
33871
33872 \end_inset
33873 </cell>
33874 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33875 \begin_inset Text
33876
33877 \begin_layout Plain Layout
33878 \begin_inset Formula $x=-2$
33879 \end_inset
33880
33881
33882 \end_layout
33883
33884 \end_inset
33885 </cell>
33886 </row>
33887 <row>
33888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33889 \begin_inset Text
33890
33891 \begin_layout Plain Layout
33892 solución:
33893 \end_layout
33894
33895 \end_inset
33896 </cell>
33897 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33898 \begin_inset Text
33899
33900 \begin_layout Plain Layout
33901 \begin_inset Formula $x=\mbox{-}2$
33902 \end_inset
33903
33904
33905 \end_layout
33906
33907 \end_inset
33908 </cell>
33909 </row>
33910 </lyxtabular>
33911
33912 \end_inset
33913
33914
33915 \end_layout
33916
33917 \begin_layout Subsection
33918 Coma como separador decimal
33919 \begin_inset Index
33920 status collapsed
33921
33922 \begin_layout Plain Layout
33923 Coma decimal
33924 \end_layout
33925
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \begin_layout Standard
33932 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
33933  de grupos numéricos.
33934  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
33935 \end_layout
33936
33937 \begin_layout Standard
33938 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
33939  
33940 \family sans
33941 Ctrl+M
33942 \family default
33943 ).
33944 \end_layout
33945
33946 \begin_layout Standard
33947 Para usar las comas en todas las fórmulas del documento como separador decimal,
33948  se carga el archivo 
33949 \series bold
33950 icomma.sty
33951 \series default
33952
33953 \begin_inset Foot
33954 status collapsed
33955
33956 \begin_layout Plain Layout
33957
33958 \series bold
33959 icomma
33960 \series default
33961  forma parte del paquete LaTeX 
33962 \series bold
33963 was
33964 \series default
33965
33966 \begin_inset Index
33967 status collapsed
33968
33969 \begin_layout Plain Layout
33970 Paquetes ! was
33971 \begin_inset ERT
33972 status collapsed
33973
33974 \begin_layout Plain Layout
33975
33976
33977 \backslash
33978 vspace{4mm}
33979 \end_layout
33980
33981 \end_inset
33982
33983
33984 \end_layout
33985
33986 \end_inset
33987
33988 .
33989 \end_layout
33990
33991 \end_inset
33992
33993
33994 \begin_inset Index
33995 status collapsed
33996
33997 \begin_layout Plain Layout
33998 Paquetes ! icomma
33999 \end_layout
34000
34001 \end_inset
34002
34003  en el preámbulo LaTeX con la línea: 
34004 \end_layout
34005
34006 \begin_layout Standard
34007
34008 \series bold
34009
34010 \backslash
34011 usepackage{icomma}
34012 \end_layout
34013
34014 \begin_layout Subsection
34015 Vectores físicos
34016 \begin_inset CommandInset label
34017 LatexCommand label
34018 name "sub:Vectores-físicos"
34019
34020 \end_inset
34021
34022
34023 \begin_inset Index
34024 status collapsed
34025
34026 \begin_layout Plain Layout
34027 Vectores físicos
34028 \end_layout
34029
34030 \end_inset
34031
34032
34033 \end_layout
34034
34035 \begin_layout Standard
34036 El paquete LaTeX 
34037 \series bold
34038 braket
34039 \series default
34040
34041 \begin_inset Foot
34042 status collapsed
34043
34044 \begin_layout Plain Layout
34045
34046 \series bold
34047 braket
34048 \series default
34049  se incluye en las instalaciones estándar de LaTeX.
34050 \end_layout
34051
34052 \end_inset
34053
34054
34055 \begin_inset Index
34056 status collapsed
34057
34058 \begin_layout Plain Layout
34059 Paquetes ! braket
34060 \end_layout
34061
34062 \end_inset
34063
34064  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
34065 \end_layout
34066
34067 \begin_layout Standard
34068
34069 \series bold
34070
34071 \backslash
34072 usepackage{braket}
34073 \end_layout
34074
34075 \begin_layout Standard
34076 \begin_inset ERT
34077 status collapsed
34078
34079 \begin_layout Plain Layout
34080
34081
34082 \backslash
34083 ifbraket 
34084 \end_layout
34085
34086 \end_inset
34087
34088
34089 \begin_inset Note Note
34090 status collapsed
34091
34092 \begin_layout Plain Layout
34093 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
34094 \series bold
34095 braket
34096 \series default
34097  está instalado.
34098 \end_layout
34099
34100 \end_inset
34101
34102
34103 \end_layout
34104
34105 \begin_layout Standard
34106 Están definidos los siguientes comandos:
34107 \end_layout
34108
34109 \begin_layout Standard
34110 \noindent
34111 \align center
34112 \begin_inset Tabular
34113 <lyxtabular version="3" rows="4" columns="2">
34114 <features>
34115 <column alignment="center" valignment="top" width="0">
34116 <column alignment="center" valignment="top" width="0">
34117 <row>
34118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34119 \begin_inset Text
34120
34121 \begin_layout Plain Layout
34122 Comando
34123 \end_layout
34124
34125 \end_inset
34126 </cell>
34127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34128 \begin_inset Text
34129
34130 \begin_layout Plain Layout
34131 Resultado
34132 \end_layout
34133
34134 \end_inset
34135 </cell>
34136 </row>
34137 <row>
34138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34139 \begin_inset Text
34140
34141 \begin_layout Plain Layout
34142
34143 \backslash
34144 Bra{
34145 \backslash
34146 psi
34147 \end_layout
34148
34149 \end_inset
34150 </cell>
34151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34152 \begin_inset Text
34153
34154 \begin_layout Plain Layout
34155 \begin_inset Formula $\Bra{\psi}$
34156 \end_inset
34157
34158
34159 \end_layout
34160
34161 \end_inset
34162 </cell>
34163 </row>
34164 <row>
34165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34166 \begin_inset Text
34167
34168 \begin_layout Plain Layout
34169
34170 \backslash
34171 Ket{
34172 \backslash
34173 psi
34174 \end_layout
34175
34176 \end_inset
34177 </cell>
34178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34179 \begin_inset Text
34180
34181 \begin_layout Plain Layout
34182 \begin_inset Formula $\Ket{\psi}$
34183 \end_inset
34184
34185
34186 \end_layout
34187
34188 \end_inset
34189 </cell>
34190 </row>
34191 <row>
34192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34193 \begin_inset Text
34194
34195 \begin_layout Plain Layout
34196
34197 \backslash
34198 Braket{
34199 \backslash
34200 psi|
34201 \backslash
34202 phi
34203 \end_layout
34204
34205 \end_inset
34206 </cell>
34207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34208 \begin_inset Text
34209
34210 \begin_layout Plain Layout
34211 \begin_inset Formula $\Braket{\psi|\phi}$
34212 \end_inset
34213
34214
34215 \end_layout
34216
34217 \end_inset
34218 </cell>
34219 </row>
34220 </lyxtabular>
34221
34222 \end_inset
34223
34224
34225 \end_layout
34226
34227 \begin_layout Standard
34228 El comando 
34229 \series bold
34230
34231 \backslash
34232 Braket
34233 \series default
34234  asegura que todas las barras verticales tienen el tamaño de los delimitadores
34235  circundantes:
34236 \begin_inset Formula \[
34237 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34238
34239 \end_inset
34240
34241
34242 \begin_inset ERT
34243 status collapsed
34244
34245 \begin_layout Plain Layout
34246
34247
34248 \backslash
34249 else
34250 \end_layout
34251
34252 \end_inset
34253
34254
34255 \begin_inset Note Note
34256 status collapsed
34257
34258 \begin_layout Plain Layout
34259 Lo que sigue se verá en la salida si el paquete LaTeX 
34260 \series bold
34261 braket
34262 \series default
34263  no está instalado:
34264 \end_layout
34265
34266 \end_inset
34267
34268
34269 \end_layout
34270
34271 \begin_layout Standard
34272 Debes instalar el paquete LaTeX 
34273 \series bold
34274 braket
34275 \series default
34276  para ver en la salida el resto de esta subsección.
34277 \end_layout
34278
34279 \begin_layout Standard
34280 \begin_inset ERT
34281 status collapsed
34282
34283 \begin_layout Plain Layout
34284
34285
34286 \backslash
34287 fi
34288 \end_layout
34289
34290 \end_inset
34291
34292
34293 \end_layout
34294
34295 \begin_layout Standard
34296 El efecto de 
34297 \series bold
34298
34299 \backslash
34300 Braket
34301 \series default
34302  también se puede conseguir con el comando 
34303 \series bold
34304
34305 \backslash
34306 middle
34307 \series default
34308 , que se describe en 
34309 \begin_inset CommandInset ref
34310 LatexCommand ref
34311 reference "sub:Tamaño-automático-de"
34312
34313 \end_inset
34314
34315 .
34316 \end_layout
34317
34318 \begin_layout Subsection
34319 Fracciones definidas por el usuario
34320 \begin_inset CommandInset label
34321 LatexCommand label
34322 name "sub:Fracciones-personalizadas"
34323
34324 \end_inset
34325
34326
34327 \begin_inset Index
34328 status collapsed
34329
34330 \begin_layout Plain Layout
34331 Fracciones ! personalizadas
34332 \end_layout
34333
34334 \end_inset
34335
34336
34337 \end_layout
34338
34339 \begin_layout Standard
34340 Para definir comandos personalizados para fracciones, se usa el comando
34341  
34342 \series bold
34343
34344 \backslash
34345 genfrac
34346 \series default
34347
34348 \begin_inset Index
34349 status collapsed
34350
34351 \begin_layout Plain Layout
34352 Comandos ! G ! 
34353 \backslash
34354 genfrac
34355 \end_layout
34356
34357 \end_inset
34358
34359  con el siguiente esquema:
34360 \end_layout
34361
34362 \begin_layout Standard
34363
34364 \series bold
34365
34366 \backslash
34367 genfrac{delimitador izquierdo}{delimitador derecho}{grosor raya de
34368 \begin_inset Newline newline
34369 \end_inset
34370
34371
34372 \begin_inset ERT
34373 status collapsed
34374
34375 \begin_layout Plain Layout
34376
34377
34378 \backslash
34379 phantom{
34380 \end_layout
34381
34382 \end_inset
34383
34384
34385 \backslash
34386 genfrac{
34387 \begin_inset ERT
34388 status collapsed
34389
34390 \begin_layout Plain Layout
34391
34392 }
34393 \end_layout
34394
34395 \end_inset
34396
34397 fracción}{estilo}{numerador}{denominador}
34398 \end_layout
34399
34400 \begin_layout Standard
34401 El estilo es un número en el rango 0-3.
34402 \end_layout
34403
34404 \begin_layout Standard
34405 \align center
34406 \begin_inset Tabular
34407 <lyxtabular version="3" rows="5" columns="2">
34408 <features>
34409 <column alignment="center" valignment="top" width="0">
34410 <column alignment="center" valignment="top" width="0">
34411 <row>
34412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34413 \begin_inset Text
34414
34415 \begin_layout Plain Layout
34416 Número
34417 \end_layout
34418
34419 \end_inset
34420 </cell>
34421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34422 \begin_inset Text
34423
34424 \begin_layout Plain Layout
34425 Estilo (tamaño)
34426 \end_layout
34427
34428 \end_inset
34429 </cell>
34430 </row>
34431 <row>
34432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34433 \begin_inset Text
34434
34435 \begin_layout Plain Layout
34436 0
34437 \end_layout
34438
34439 \end_inset
34440 </cell>
34441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34442 \begin_inset Text
34443
34444 \begin_layout Plain Layout
34445 ecuación presentada
34446 \end_layout
34447
34448 \end_inset
34449 </cell>
34450 </row>
34451 <row>
34452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34453 \begin_inset Text
34454
34455 \begin_layout Plain Layout
34456 1
34457 \end_layout
34458
34459 \end_inset
34460 </cell>
34461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34462 \begin_inset Text
34463
34464 \begin_layout Plain Layout
34465 ecuación en línea
34466 \end_layout
34467
34468 \end_inset
34469 </cell>
34470 </row>
34471 <row>
34472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34473 \begin_inset Text
34474
34475 \begin_layout Plain Layout
34476 2
34477 \end_layout
34478
34479 \end_inset
34480 </cell>
34481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34482 \begin_inset Text
34483
34484 \begin_layout Plain Layout
34485 pequeño
34486 \end_layout
34487
34488 \end_inset
34489 </cell>
34490 </row>
34491 <row>
34492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34493 \begin_inset Text
34494
34495 \begin_layout Plain Layout
34496 3
34497 \end_layout
34498
34499 \end_inset
34500 </cell>
34501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34502 \begin_inset Text
34503
34504 \begin_layout Plain Layout
34505 muy pequeño
34506 \end_layout
34507
34508 \end_inset
34509 </cell>
34510 </row>
34511 </lyxtabular>
34512
34513 \end_inset
34514
34515
34516 \end_layout
34517
34518 \begin_layout Standard
34519 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
34520  
34521 \series bold
34522
34523 \backslash
34524 frac
34525 \series default
34526 .
34527 \end_layout
34528
34529 \begin_layout Standard
34530 Si no se pone grosor de la raya de fracción se usará el valor predefinido
34531  de 0.4
34532 \begin_inset space \thinspace{}
34533 \end_inset
34534
34535 pt.
34536 \end_layout
34537
34538 \begin_layout Standard
34539 Por ejemplo, los comandos 
34540 \series bold
34541
34542 \backslash
34543 dfrac
34544 \series default
34545  y 
34546 \series bold
34547
34548 \backslash
34549 tbinom
34550 \series default
34551  de la 
34552 \begin_inset CommandInset ref
34553 LatexCommand ref
34554 reference "sub:Fracciones"
34555
34556 \end_inset
34557
34558  se definen con los comandos:
34559 \end_layout
34560
34561 \begin_layout Standard
34562
34563 \series bold
34564
34565 \backslash
34566 newcommand{
34567 \backslash
34568 dfrac}[2]{
34569 \backslash
34570 genfrac{}{}{}{0}{#1}{#2}}
34571 \end_layout
34572
34573 \begin_layout Standard
34574 y
34575 \end_layout
34576
34577 \begin_layout Standard
34578
34579 \series bold
34580
34581 \backslash
34582 newcommand{
34583 \backslash
34584 tbinom}[2]{
34585 \backslash
34586 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34587 \end_layout
34588
34589 \begin_layout Standard
34590 \begin_inset VSpace medskip
34591 \end_inset
34592
34593
34594 \end_layout
34595
34596 \begin_layout Standard
34597 Para definir una fracción en la que el grosor de la raya se pueda definir
34598  como argumento opcional, se inserta la siguiente línea en el preámbulo
34599  LaTeX:
34600 \end_layout
34601
34602 \begin_layout Standard
34603
34604 \series bold
34605
34606 \backslash
34607 newcommand{
34608 \backslash
34609 fracS}[3][]{
34610 \backslash
34611 genfrac{}{}{#1}{}{#2}{#3}}
34612 \end_layout
34613
34614 \begin_layout Standard
34615 Un ensayo:
34616 \begin_inset Formula \begin{align*}
34617 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34618 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
34619
34620 \end_inset
34621
34622 Como se puede ver, la distancia del numerador y el denominador a la raya
34623  de fracción se redondea a unas tres veces el grosor de la raya.
34624 \end_layout
34625
34626 \begin_layout Subsection
34627 Ecuaciones canceladas
34628 \begin_inset Index
34629 status collapsed
34630
34631 \begin_layout Plain Layout
34632 Ecuación ! cancelada
34633 \end_layout
34634
34635 \end_inset
34636
34637
34638 \end_layout
34639
34640 \begin_layout Standard
34641 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
34642  
34643 \series bold
34644 cancel
34645 \series default
34646
34647 \begin_inset Foot
34648 status collapsed
34649
34650 \begin_layout Plain Layout
34651
34652 \series bold
34653 cancel
34654 \series default
34655  forma parte de las distribuciones estándar de LaTeX.
34656 \end_layout
34657
34658 \end_inset
34659
34660
34661 \begin_inset Index
34662 status collapsed
34663
34664 \begin_layout Plain Layout
34665 Paquetes ! cancel
34666 \end_layout
34667
34668 \end_inset
34669
34670  con la línea de preámbulo LaTeX
34671 \end_layout
34672
34673 \begin_layout Standard
34674
34675 \series bold
34676
34677 \backslash
34678 usepackage[samesize]{cancel}
34679 \end_layout
34680
34681 \begin_layout Standard
34682 Hay cuatro formas de cancelar ecuaciones:
34683 \end_layout
34684
34685 \begin_layout Standard
34686 \align center
34687 \begin_inset Tabular
34688 <lyxtabular version="3" rows="5" columns="2">
34689 <features>
34690 <column alignment="center" valignment="top" width="0">
34691 <column alignment="center" valignment="top" width="0">
34692 <row>
34693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34694 \begin_inset Text
34695
34696 \begin_layout Plain Layout
34697 Comando
34698 \end_layout
34699
34700 \end_inset
34701 </cell>
34702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34703 \begin_inset Text
34704
34705 \begin_layout Plain Layout
34706 Resultado
34707 \begin_inset Note Note
34708 status collapsed
34709
34710 \begin_layout Plain Layout
34711 El
34712 \series bold
34713  
34714 \series default
34715 espacio y 
34716 \series bold
34717
34718 \backslash
34719 raisebox
34720 \series default
34721  se usa sólo como espaciador
34722 \end_layout
34723
34724 \end_inset
34725
34726
34727 \end_layout
34728
34729 \end_inset
34730 </cell>
34731 </row>
34732 <row>
34733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34734 \begin_inset Text
34735
34736 \begin_layout Plain Layout
34737
34738 \backslash
34739 cancel{
34740 \backslash
34741 int
34742 \begin_inset ERT
34743 status collapsed
34744
34745 \begin_layout Plain Layout
34746
34747
34748 \backslash
34749 spce 
34750 \end_layout
34751
34752 \end_inset
34753
34754 A=B
34755 \end_layout
34756
34757 \end_inset
34758 </cell>
34759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34760 \begin_inset Text
34761
34762 \begin_layout Plain Layout
34763 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34764 \end_inset
34765
34766
34767 \end_layout
34768
34769 \end_inset
34770 </cell>
34771 </row>
34772 <row>
34773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34774 \begin_inset Text
34775
34776 \begin_layout Plain Layout
34777
34778 \backslash
34779 bcancel{
34780 \backslash
34781 int
34782 \begin_inset ERT
34783 status collapsed
34784
34785 \begin_layout Plain Layout
34786
34787
34788 \backslash
34789 spce 
34790 \end_layout
34791
34792 \end_inset
34793
34794 A=B
34795 \end_layout
34796
34797 \end_inset
34798 </cell>
34799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34800 \begin_inset Text
34801
34802 \begin_layout Plain Layout
34803 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34804 \end_inset
34805
34806
34807 \end_layout
34808
34809 \end_inset
34810 </cell>
34811 </row>
34812 <row>
34813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34814 \begin_inset Text
34815
34816 \begin_layout Plain Layout
34817
34818 \backslash
34819 xcancel{
34820 \backslash
34821 int
34822 \begin_inset ERT
34823 status collapsed
34824
34825 \begin_layout Plain Layout
34826
34827
34828 \backslash
34829 spce 
34830 \end_layout
34831
34832 \end_inset
34833
34834 A=B
34835 \end_layout
34836
34837 \end_inset
34838 </cell>
34839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34840 \begin_inset Text
34841
34842 \begin_layout Plain Layout
34843 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34844 \end_inset
34845
34846
34847 \end_layout
34848
34849 \end_inset
34850 </cell>
34851 </row>
34852 <row>
34853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34854 \begin_inset Text
34855
34856 \begin_layout Plain Layout
34857
34858 \backslash
34859 cancelto{1
34860 \begin_inset Formula $\to$
34861 \end_inset
34862
34863
34864 \backslash
34865 {
34866 \backslash
34867 int
34868 \begin_inset ERT
34869 status collapsed
34870
34871 \begin_layout Plain Layout
34872
34873
34874 \backslash
34875 spce 
34876 \end_layout
34877
34878 \end_inset
34879
34880 A=B
34881 \end_layout
34882
34883 \end_inset
34884 </cell>
34885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34886 \begin_inset Text
34887
34888 \begin_layout Plain Layout
34889 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34890 \end_inset
34891
34892
34893 \end_layout
34894
34895 \end_inset
34896 </cell>
34897 </row>
34898 </lyxtabular>
34899
34900 \end_inset
34901
34902
34903 \end_layout
34904
34905 \begin_layout Standard
34906
34907 \series bold
34908
34909 \backslash
34910 cancelto
34911 \series default
34912  es especialmente apropiada para visualizar la simplificación de fracciones
34913  en una ecuación:
34914 \begin_inset Formula \[
34915 \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}}}\]
34916
34917 \end_inset
34918
34919
34920 \end_layout
34921
34922 \begin_layout Subsection
34923 Ecuaciones en encabezados de sección
34924 \begin_inset CommandInset label
34925 LatexCommand label
34926 name "sub:Ecuaciones-en-encabezados"
34927
34928 \end_inset
34929
34930
34931 \begin_inset Index
34932 status collapsed
34933
34934 \begin_layout Plain Layout
34935 Ecuación ! en encabezados de sección
34936 \end_layout
34937
34938 \end_inset
34939
34940
34941 \end_layout
34942
34943 \begin_layout Standard
34944 Si se quiere poner una ecuación en un encabezado de sección hay que tener
34945  en cuenta lo siguiente:
34946 \end_layout
34947
34948 \begin_layout Standard
34949 \begin_inset Note Greyedout
34950 status open
34951
34952 \begin_layout Plain Layout
34953 Si el soporte para 
34954 \series bold
34955 hyperref
34956 \series default
34957
34958 \begin_inset Index
34959 status collapsed
34960
34961 \begin_layout Plain Layout
34962 Paquetes ! hyperref
34963 \end_layout
34964
34965 \end_inset
34966
34967  está activado en la configuración del documento, 
34968 \family sans
34969 Propiedades
34970 \begin_inset space ~
34971 \end_inset
34972
34973
34974 \family default
34975 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
34976  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
34977  texto del marcador, porque se infringen las convenciones PDF.
34978 \end_layout
34979
34980 \end_inset
34981
34982
34983 \end_layout
34984
34985 \begin_layout Standard
34986 Estos problemas se pueden solucionar insertando al final del encabezado
34987  un título breve con el menú 
34988 \family sans
34989 Insertar\SpecialChar \menuseparator
34990 Título
34991 \begin_inset space ~
34992 \end_inset
34993
34994 breve
34995 \family default
34996 .
34997  Los títulos breves se usan como alternativa para encabezados de sección
34998  con más de una línea para mantener el buen aspecto del índice.
34999  En éste sólo aparece el título breve y por tanto también en los marcadores.
35000 \end_layout
35001
35002 \begin_layout Standard
35003 Si hay que poner ecuaciones en el índice y se usa 
35004 \series bold
35005 hyperref
35006 \series default
35007 , se puede insertar el siguiente comando en modo TeX:
35008 \end_layout
35009
35010 \begin_layout Standard
35011
35012 \series bold
35013
35014 \backslash
35015 texorpdfstring{parte}{alternativa}
35016 \begin_inset Index
35017 status collapsed
35018
35019 \begin_layout Plain Layout
35020 Comandos ! T ! 
35021 \backslash
35022 texorpdfstring
35023 \end_layout
35024
35025 \end_inset
35026
35027
35028 \end_layout
35029
35030 \begin_layout Standard
35031 parte se refiere a la parte del encabezado que no debería aparecer en el
35032  marcador PDF.
35033  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
35034  La alternativa se usa para el marcador en vez de la parte.
35035 \begin_inset Newpage newpage
35036 \end_inset
35037
35038
35039 \end_layout
35040
35041 \begin_layout Standard
35042 Aquí hay dos ejemplos de encabezados con ecuación:
35043 \end_layout
35044
35045 \begin_layout Standard
35046 \begin_inset VSpace -3mm
35047 \end_inset
35048
35049
35050 \end_layout
35051
35052 \begin_layout Standard
35053 \begin_inset ERT
35054 status collapsed
35055
35056 \begin_layout Plain Layout
35057
35058
35059 \backslash
35060 boldmath 
35061 \end_layout
35062
35063 \end_inset
35064
35065
35066 \end_layout
35067
35068 \begin_layout Subsubsection
35069 Encabezado sin ecuación en el índice 
35070 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35071 \end_inset
35072
35073
35074 \begin_inset OptArg
35075 status collapsed
35076
35077 \begin_layout Plain Layout
35078 Encabezado sin ecuación en el índice
35079 \end_layout
35080
35081 \end_inset
35082
35083
35084 \end_layout
35085
35086 \begin_layout Subsubsection
35087 Encabezado con ecuación en el índice
35088 \begin_inset ERT
35089 status collapsed
35090
35091 \begin_layout Plain Layout
35092
35093
35094 \backslash
35095 texorpdfstring{
35096 \end_layout
35097
35098 \end_inset
35099
35100  
35101 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35102 \end_inset
35103
35104
35105 \begin_inset ERT
35106 status collapsed
35107
35108 \begin_layout Plain Layout
35109
35110 }{}
35111 \end_layout
35112
35113 \end_inset
35114
35115
35116 \end_layout
35117
35118 \begin_layout Standard
35119 \begin_inset ERT
35120 status collapsed
35121
35122 \begin_layout Plain Layout
35123
35124
35125 \backslash
35126 unboldmath 
35127 \end_layout
35128
35129 \end_inset
35130
35131 En el primer encabezado se ha puesto un título breve, en el segundo un 
35132 \series bold
35133
35134 \backslash
35135 texorpdfstring
35136 \series default
35137 .
35138 \end_layout
35139
35140 \begin_layout Standard
35141 Para obtener el mismo formato que en los demás encabezados se han puesto
35142  ambos en un entorno 
35143 \series bold
35144 boldmath
35145 \series default
35146 .
35147 \begin_inset Foot
35148 status collapsed
35149
35150 \begin_layout Plain Layout
35151 véase 
35152 \begin_inset CommandInset ref
35153 LatexCommand ref
35154 reference "sub:Ecuaciones-en-negrita"
35155
35156 \end_inset
35157
35158
35159 \end_layout
35160
35161 \end_inset
35162
35163
35164 \end_layout
35165
35166 \begin_layout Subsection
35167 Ecuaciones en texto multicolumna
35168 \begin_inset Index
35169 status collapsed
35170
35171 \begin_layout Plain Layout
35172 Ecuación ! en texto multicolumna
35173 \end_layout
35174
35175 \end_inset
35176
35177
35178 \end_layout
35179
35180 \begin_layout Standard
35181 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
35182  para ajustarse a la columna y entonces es preciso abarcar la anchura total
35183  de la página.
35184  Esto se hace usando el paquete LaTeX 
35185 \series bold
35186 multicol
35187 \series default
35188 ,
35189 \begin_inset Foot
35190 status collapsed
35191
35192 \begin_layout Plain Layout
35193
35194 \series bold
35195 multicol
35196 \series default
35197  forma parte de las distribuciones LaTeX estándar.
35198 \end_layout
35199
35200 \end_inset
35201
35202
35203 \begin_inset Index
35204 status collapsed
35205
35206 \begin_layout Plain Layout
35207 Paquetes ! multicol
35208 \end_layout
35209
35210 \end_inset
35211
35212  que se carga en el preámbulo LaTeX con la línea
35213 \end_layout
35214
35215 \begin_layout Standard
35216
35217 \series bold
35218
35219 \backslash
35220 usepackage{multicol}
35221 \end_layout
35222
35223 \begin_layout Standard
35224 \begin_inset Note Greyedout
35225 status collapsed
35226
35227 \begin_layout Plain Layout
35228 Ten en cuenta que la opción 
35229 \family sans
35230 Documento
35231 \begin_inset space ~
35232 \end_inset
35233
35234 con
35235 \begin_inset space ~
35236 \end_inset
35237
35238 dos
35239 \begin_inset space ~
35240 \end_inset
35241
35242 caras
35243 \family default
35244 , bajo 
35245 \family sans
35246 Diseño
35247 \begin_inset space ~
35248 \end_inset
35249
35250 de
35251 \begin_inset space ~
35252 \end_inset
35253
35254 página 
35255 \family default
35256 en el menú 
35257 \family sans
35258 Documento\SpecialChar \menuseparator
35259 Configuración
35260 \family default
35261  
35262 \emph on
35263 debe
35264 \emph default
35265  estar desmarcada.
35266 \end_layout
35267
35268 \end_inset
35269
35270
35271 \end_layout
35272
35273 \begin_layout Standard
35274 Antes del texto multicolumna se inserta en modo TeX el comando
35275 \end_layout
35276
35277 \begin_layout Standard
35278
35279 \series bold
35280
35281 \backslash
35282 begin{multicols}{número de columnas}
35283 \end_layout
35284
35285 \begin_layout Standard
35286 El número de columnas está en el rango 2-10.
35287  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
35288  TeX el comando
35289 \end_layout
35290
35291 \begin_layout Standard
35292
35293 \series bold
35294
35295 \backslash
35296 end{multicols}
35297 \end_layout
35298
35299 \begin_layout Standard
35300 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
35301  Para quitarlo se inserta un espacio vertical de -6
35302 \begin_inset space \thinspace{}
35303 \end_inset
35304
35305 mm antes de la ecuación.
35306  Si se usa el estilo 
35307 \series bold
35308 Sangrado
35309 \series default
35310 ,
35311 \begin_inset Foot
35312 status collapsed
35313
35314 \begin_layout Plain Layout
35315 véase estilos de ecuación en 
35316 \begin_inset CommandInset ref
35317 LatexCommand ref
35318 reference "sec:Estilos-de-ecuación"
35319
35320 \end_inset
35321
35322
35323 \end_layout
35324
35325 \end_inset
35326
35327  se inserta un espacio de -9
35328 \begin_inset space \thinspace{}
35329 \end_inset
35330
35331 mm.
35332 \end_layout
35333
35334 \begin_layout Standard
35335 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
35336 \end_layout
35337
35338 \begin_layout Standard
35339 \begin_inset ERT
35340 status collapsed
35341
35342 \begin_layout Plain Layout
35343
35344
35345 \backslash
35346 begin{multicols}{2}
35347 \end_layout
35348
35349 \end_inset
35350
35351 Das Spektrum wird fouriertransformiert.
35352  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
35353 , Lösungsmittel) zu trennen.
35354  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
35355  nun das Aussehen des Ausgangssignals.
35356  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
35357  über alle Phasen integrieren muss.
35358  Sei nun 
35359 \begin_inset Formula $S$
35360 \end_inset
35361
35362  unser normiertes Ausgangssignal and 
35363 \begin_inset Formula $P$
35364 \end_inset
35365
35366  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
35367 \begin_inset ERT
35368 status collapsed
35369
35370 \begin_layout Plain Layout
35371
35372
35373 \backslash
35374 end{multicols}
35375 \end_layout
35376
35377 \end_inset
35378
35379
35380 \begin_inset VSpace -6mm
35381 \end_inset
35382
35383
35384 \begin_inset Formula \begin{equation}
35385 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35386
35387 \end_inset
35388
35389
35390 \begin_inset ERT
35391 status collapsed
35392
35393 \begin_layout Plain Layout
35394
35395
35396 \backslash
35397 begin{multicols}{2}
35398 \end_layout
35399
35400 \end_inset
35401
35402 wobei 
35403 \begin_inset Formula $S_{0}$
35404 \end_inset
35405
35406  das Signal ohne Gradient ist and the Normierungsbedingung 
35407 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35408 \end_inset
35409
35410  gilt.
35411  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
35412  Direkt nach the 
35413 \begin_inset Formula $\nicefrac{\pi}{2}$
35414 \end_inset
35415
35416
35417 \begin_inset space \thinspace{}
35418 \end_inset
35419
35420 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
35421  das Signal zusätzlich abschwächt.
35422  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
35423  
35424 \begin_inset Formula $T_{2}$
35425 \end_inset
35426
35427 -Zeit.
35428 \end_layout
35429
35430 \begin_layout Standard
35431 \begin_inset ERT
35432 status collapsed
35433
35434 \begin_layout Plain Layout
35435
35436
35437 \backslash
35438 end{multicols}
35439 \end_layout
35440
35441 \end_inset
35442
35443  
35444 \end_layout
35445
35446 \begin_layout Subsection
35447 Ecuaciones con descripción de variables
35448 \begin_inset Index
35449 status collapsed
35450
35451 \begin_layout Plain Layout
35452 Ecuación ! con descripción de variables
35453 \end_layout
35454
35455 \end_inset
35456
35457
35458 \end_layout
35459
35460 \begin_layout Standard
35461 Para describir variables en una ecuación, como en la fórmula 
35462 \begin_inset CommandInset ref
35463 LatexCommand eqref
35464 reference "eq:within"
35465
35466 \end_inset
35467
35468 , se inserta una matriz 2×
35469 \begin_inset Formula $n$
35470 \end_inset
35471
35472  con columnas alineadas a la izquierda para las 
35473 \emph on
35474
35475 \begin_inset Formula $n$
35476 \end_inset
35477
35478
35479 \emph default
35480  variables usadas.
35481 \begin_inset Foot
35482 status collapsed
35483
35484 \begin_layout Plain Layout
35485 véase matrices en 
35486 \begin_inset CommandInset ref
35487 LatexCommand ref
35488 reference "sec:Matrices"
35489
35490 \end_inset
35491
35492
35493 \end_layout
35494
35495 \end_inset
35496
35497  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
35498  
35499 \series bold
35500
35501 \backslash
35502 footnotesize
35503 \series default
35504  antes de la matriz.
35505 \begin_inset Foot
35506 status collapsed
35507
35508 \begin_layout Plain Layout
35509 véase tamaños de fuentes en 
35510 \begin_inset CommandInset ref
35511 LatexCommand ref
35512 reference "sub:Tamaños-de-fuentes"
35513
35514 \end_inset
35515
35516 .
35517 \end_layout
35518
35519 \end_inset
35520
35521
35522 \end_layout
35523
35524 \begin_layout Standard
35525 Si se usa el estilo 
35526 \series bold
35527 Sangrado
35528 \series default
35529 ,
35530 \begin_inset Foot
35531 status collapsed
35532
35533 \begin_layout Plain Layout
35534 véase estilos de ecuación en 
35535 \begin_inset CommandInset ref
35536 LatexCommand ref
35537 reference "sec:Estilos-de-ecuación"
35538
35539 \end_inset
35540
35541
35542 \end_layout
35543
35544 \end_inset
35545
35546  se inserta un 
35547 \series bold
35548
35549 \backslash
35550 hfill
35551 \series default
35552
35553 \begin_inset Foot
35554 status collapsed
35555
35556 \begin_layout Plain Layout
35557
35558 \series bold
35559
35560 \backslash
35561 hfill
35562 \series default
35563  sólo funciona en ecuaciones en estilo 
35564 \series bold
35565 Sangrado
35566 \series default
35567 , véase 
35568 \begin_inset CommandInset ref
35569 LatexCommand ref
35570 reference "sub:Espacio-variable"
35571
35572 \end_inset
35573
35574
35575 \end_layout
35576
35577 \end_inset
35578
35579  delante y detrás de la matriz para que tenga la misma separación con la
35580  ecuación y con el margen.
35581 \end_layout
35582
35583 \begin_layout Standard
35584 Si se usa el estilo 
35585 \series bold
35586 Centrado
35587 \series default
35588  se emplea el método descrito en la 
35589 \begin_inset CommandInset ref
35590 LatexCommand ref
35591 reference "sub:Entorno-flalign"
35592
35593 \end_inset
35594
35595  para sangrar la ecuación.
35596  La ecuación 
35597 \begin_inset CommandInset ref
35598 LatexCommand eqref
35599 reference "eq:within"
35600
35601 \end_inset
35602
35603  consta de cinco columnas ya que las dos primeras contienen la fórmula,
35604  la tercera la matriz y la última una llave TeX vacía.
35605 \begin_inset Formula \begin{flalign}
35606 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
35607 \rho & \mbox{densidad}\\
35608 V & \mbox{volumen}\\
35609 g & \mbox{aceleración gravitatoria}\end{array} &  & {}\label{eq:within}\end{flalign}
35610
35611 \end_inset
35612
35613
35614 \end_layout
35615
35616 \begin_layout Subsection
35617 Letras griegas minúsculas en redonda
35618 \begin_inset CommandInset label
35619 LatexCommand label
35620 name "sub:Griegas-en-redonda"
35621
35622 \end_inset
35623
35624
35625 \begin_inset Index
35626 status collapsed
35627
35628 \begin_layout Plain Layout
35629 Letras griegas ! en redonda
35630 \end_layout
35631
35632 \end_inset
35633
35634
35635 \end_layout
35636
35637 \begin_layout Standard
35638 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
35639  cursiva.
35640  Pero para símbolos de partículas elementales como piones y neutrinos hacen
35641  falta letras griegas en redonda.
35642  El archivo 
35643 \series bold
35644 upgreek.sty
35645 \series default
35646
35647 \begin_inset Foot
35648 status collapsed
35649
35650 \begin_layout Plain Layout
35651
35652 \series bold
35653 upgreek
35654 \series default
35655  forma parte del paquete LaTeX 
35656 \series bold
35657 was
35658 \series default
35659
35660 \begin_inset Index
35661 status collapsed
35662
35663 \begin_layout Plain Layout
35664 Paquetes ! was
35665 \begin_inset ERT
35666 status collapsed
35667
35668 \begin_layout Plain Layout
35669
35670
35671 \backslash
35672 vspace{4mm}
35673 \end_layout
35674
35675 \end_inset
35676
35677
35678 \end_layout
35679
35680 \end_inset
35681
35682 .
35683 \end_layout
35684
35685 \end_inset
35686
35687
35688 \begin_inset Index
35689 status collapsed
35690
35691 \begin_layout Plain Layout
35692 Paquetes ! upgreek
35693 \end_layout
35694
35695 \end_inset
35696
35697 , que se carga en el preámbulo LaTeX con la línea
35698 \end_layout
35699
35700 \begin_layout Standard
35701
35702 \series bold
35703
35704 \backslash
35705 usepackage{upgreek}
35706 \end_layout
35707
35708 \begin_layout Standard
35709 las suministra.
35710  
35711 \begin_inset ERT
35712 status collapsed
35713
35714 \begin_layout Plain Layout
35715
35716
35717 \backslash
35718 ifupgreek 
35719 \end_layout
35720
35721 \end_inset
35722
35723
35724 \begin_inset Note Note
35725 status collapsed
35726
35727 \begin_layout Plain Layout
35728 La tabla siguiente sólo se podrá ver si está instalado el paquete LaTeX
35729  
35730 \series bold
35731 upgreek
35732 \series default
35733 .
35734 \end_layout
35735
35736 \end_inset
35737
35738  Se imprimen con el comando de la letra correspondiente precedido de 
35739 \series bold
35740 up
35741 \series default
35742 .
35743  Por ejemplo, el comando 
35744 \series bold
35745
35746 \backslash
35747 uptau
35748 \series default
35749  genera: 
35750 \begin_inset Formula $\uptau$
35751 \end_inset
35752
35753
35754 \end_layout
35755
35756 \begin_layout Standard
35757 Con estos comandos se pueden escribir reacciones entre partículas elementales:
35758 \begin_inset Formula \[
35759 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}\]
35760
35761 \end_inset
35762
35763
35764 \end_layout
35765
35766 \begin_layout Standard
35767 Las letras en redonda son más remarcadas y más grandes que las correspondientes
35768  en cursiva.
35769  Por tanto no deberían emplearse para unidades como 
35770 \begin_inset Quotes fld
35771 \end_inset
35772
35773 µm
35774 \begin_inset Quotes frd
35775 \end_inset
35776
35777 .
35778 \end_layout
35779
35780 \begin_layout Standard
35781 \begin_inset ERT
35782 status collapsed
35783
35784 \begin_layout Plain Layout
35785
35786
35787 \backslash
35788 else 
35789 \end_layout
35790
35791 \end_inset
35792
35793
35794 \begin_inset Note Note
35795 status collapsed
35796
35797 \begin_layout Plain Layout
35798 Lo siguiente se mostrará si el paquete LaTeX 
35799 \series bold
35800 upgreek
35801 \series default
35802  no está instalado:
35803 \end_layout
35804
35805 \end_inset
35806
35807
35808 \end_layout
35809
35810 \begin_layout Standard
35811 Debes instalar el paquete LaTeX 
35812 \series bold
35813 upgreek
35814 \series default
35815  para ver en la salida el resto de esta subsección.
35816  
35817 \end_layout
35818
35819 \begin_layout Standard
35820 \begin_inset ERT
35821 status collapsed
35822
35823 \begin_layout Plain Layout
35824
35825
35826 \backslash
35827 fi
35828 \end_layout
35829
35830 \end_inset
35831
35832
35833 \end_layout
35834
35835 \begin_layout Subsection
35836 Caracteres de texto en ecuaciones
35837 \begin_inset CommandInset label
35838 LatexCommand label
35839 name "sub:Caracteres-de-texto"
35840
35841 \end_inset
35842
35843
35844 \begin_inset Index
35845 status collapsed
35846
35847 \begin_layout Plain Layout
35848 Texto ! en ecuaciones
35849 \end_layout
35850
35851 \end_inset
35852
35853
35854 \end_layout
35855
35856 \begin_layout Standard
35857 En algunos casos podrías querer insertar caracteres de texto directamente
35858  en ecuaciones.
35859  Por ejemplo, cuando se usa con frecuencia el punto centrado 
35860 \begin_inset Formula $\cdot$
35861 \end_inset
35862
35863  en expresiones como 
35864 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
35865 \end_inset
35866
35867 , habría que insertar el comando 
35868 \series bold
35869
35870 \backslash
35871 cdot
35872 \series default
35873
35874 \begin_inset Foot
35875 status collapsed
35876
35877 \begin_layout Plain Layout
35878 véase 
35879 \begin_inset CommandInset ref
35880 LatexCommand ref
35881 reference "sub:Operadores-binarios"
35882
35883 \end_inset
35884
35885
35886 \end_layout
35887
35888 \end_inset
35889
35890  continuamente, porque este carácter está definido en todas las codificaciones
35891  como carácter de texto.
35892  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
35893 \end_layout
35894
35895 \begin_layout Standard
35896
35897 \series bold
35898
35899 \backslash
35900 Declare Inputtext{183}{
35901 \backslash
35902 ifmmode
35903 \backslash
35904 cdot
35905 \backslash
35906 else
35907 \backslash
35908 textperiodcentered
35909 \backslash
35910 f\SpecialChar \textcompwordmark{}
35911 i}
35912 \end_layout
35913
35914 \begin_layout Standard
35915 La codificación de caracteres (menú 
35916 \family sans
35917 Documento\SpecialChar \menuseparator
35918 Configuración\SpecialChar \menuseparator
35919 Idioma
35920 \family default
35921 ) especifica el carácter que se muestra al pulsar una tecla.
35922  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
35923  
35924 \series bold
35925
35926 \backslash
35927 textperiodcentered
35928 \series default
35929 .
35930  Pero este comando no está disponible en ecuaciones así que obtendrías errores
35931  de LaTeX.
35932  Con la codificación cambiada se escoge automáticamente el comando correcto,
35933  dependiendo de si el carácter se ha insertado en una ecuación o no.
35934 \end_layout
35935
35936 \begin_layout Standard
35937 La codificación de diversos caracteres se guarda en archivos de definición.
35938  Por ejemplo la codificación 
35939 \series bold
35940 latin9
35941 \series default
35942  se define en el archivo 
35943 \series bold
35944 latin9.def
35945 \series default
35946  que está en el directorio de LaTeX.
35947  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
35948  archivo de definición, de lo contrario nuestros documentos no podrían ser
35949  editados en otros ordenadores.
35950 \begin_inset VSpace medskip
35951 \end_inset
35952
35953
35954 \end_layout
35955
35956 \begin_layout Standard
35957 Además del punto centrado, en este documento se ha definido el símbolo grado
35958  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
35959  directamente en una fórmula:
35960 \end_layout
35961
35962 \begin_layout Standard
35963
35964 \series bold
35965
35966 \backslash
35967 DeclareInputtext{176}{
35968 \backslash
35969 ifmmode^
35970 \backslash
35971 circ
35972 \backslash
35973 else
35974 \backslash
35975 textdegree
35976 \backslash
35977 f\SpecialChar \textcompwordmark{}
35978 i}
35979 \begin_inset Newpage newpage
35980 \end_inset
35981
35982
35983 \end_layout
35984
35985 \begin_layout Section
35986 \start_of_appendix
35987 Notas sobre tipografía
35988 \begin_inset Index
35989 status collapsed
35990
35991 \begin_layout Plain Layout
35992 Tipografía, notas
35993 \end_layout
35994
35995 \end_inset
35996
35997
35998 \end_layout
35999
36000 \begin_layout Standard
36001 Esta sección es un resumen de las normas tipográficas ISO más importantes.
36002 \begin_inset Foot
36003 status collapsed
36004
36005 \begin_layout Plain Layout
36006 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
36007  
36008 \begin_inset Quotes fld
36009 \end_inset
36010
36011 Duden
36012 \begin_inset Quotes frd
36013 \end_inset
36014
36015  
36016 \begin_inset CommandInset citation
36017 LatexCommand cite
36018 key "Duden"
36019
36020 \end_inset
36021
36022 , que incluye algunas de las normas ISO.
36023  
36024 \begin_inset Newline newline
36025 \end_inset
36026
36027 (
36028 \emph on
36029 N.
36030 \begin_inset space \thinspace{}
36031 \end_inset
36032
36033 del t.
36034 \emph default
36035 : Para documentación en español sobre el tema, véase 
36036 \begin_inset CommandInset citation
36037 LatexCommand cite
36038 key "Bezos"
36039
36040 \end_inset
36041
36042 .)
36043 \end_layout
36044
36045 \end_inset
36046
36047
36048 \end_layout
36049
36050 \begin_layout Itemize
36051 Las unidades físicas se escriben 
36052 \emph on
36053 siempre 
36054 \emph default
36055 en redonda
36056 \begin_inset Foot
36057 status collapsed
36058
36059 \begin_layout Plain Layout
36060 véase estilos de fuentes en 
36061 \begin_inset CommandInset ref
36062 LatexCommand ref
36063 reference "sub:Estilos-de-fuentes"
36064
36065 \end_inset
36066
36067
36068 \end_layout
36069
36070 \end_inset
36071
36072 : 30
36073 \begin_inset space \thinspace{}
36074 \end_inset
36075
36076 km/h
36077 \begin_inset Newline newline
36078 \end_inset
36079
36080 Entre el valor y la unidad hay un espacio delgado, véase 
36081 \begin_inset CommandInset ref
36082 LatexCommand ref
36083 reference "sub:Espacio-predefinido"
36084
36085 \end_inset
36086
36087 .
36088 \begin_inset Newline newline
36089 \end_inset
36090
36091 Esta norma la cumple automáticamente el comando 
36092 \series bold
36093
36094 \backslash
36095 unittwo
36096 \series default
36097 .
36098  Si se introduce en una fórmula aparecen dos cuadros.
36099  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
36100  como antes, 
36101 \begin_inset Formula $\unit[30]{km/h}$
36102 \end_inset
36103
36104
36105 \begin_inset space \thinspace{}
36106 \end_inset
36107
36108 .
36109  Ten en cuenta que 
36110 \series bold
36111
36112 \backslash
36113 unittwo
36114 \series default
36115  no es un auténtico comando LaTeX, sino el comando 
36116 \series bold
36117
36118 \backslash
36119 unit[value]{unit}
36120 \series default
36121 , por tanto no lo puedes usar en código TeX.
36122 \end_layout
36123
36124 \begin_layout Itemize
36125 Los signos por ciento y por mil se escriben como las unidades físicas:
36126 \begin_inset Newline newline
36127 \end_inset
36128
36129 1,2
36130 \begin_inset space \thinspace{}
36131 \end_inset
36132
36133 ‰ de alcohol en sangre.
36134 \end_layout
36135
36136 \begin_layout Itemize
36137 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
36138  otra unidad: 15
36139 \begin_inset space \thinspace{}
36140 \end_inset
36141
36142 °C
36143 \end_layout
36144
36145 \begin_layout Itemize
36146 En números con más de cuatro dígitos se inserta un espacio delgado para
36147  separarlos en grupos de tres cifras: 18
36148 \begin_inset space \thinspace{}
36149 \end_inset
36150
36151 473
36152 \begin_inset space \thinspace{}
36153 \end_inset
36154
36155 588
36156 \end_layout
36157
36158 \begin_layout Itemize
36159 Para dimensiones como 120×90×40
36160 \begin_inset space \thinspace{}
36161 \end_inset
36162
36163 cm se usa el aspa de multiplicar 
36164 \begin_inset Quotes fld
36165 \end_inset
36166
36167 ×
36168 \begin_inset Quotes frd
36169 \end_inset
36170
36171 .
36172  Está disponible en el menú 
36173 \family sans
36174 Insertar\SpecialChar \menuseparator
36175 Carácter especial
36176 \family default
36177 \SpecialChar \menuseparator
36178
36179 \family sans
36180 Símbolos
36181 \family default
36182 .
36183  Se puede insertar directamente con cierta combinación de teclas.
36184 \end_layout
36185
36186 \begin_layout Itemize
36187 Las funciones con nombres que constan de varias letras se escriben en redonda
36188  para evitar confusiones, véase 
36189 \begin_inset CommandInset ref
36190 LatexCommand ref
36191 reference "sub:Funciones-predefinidas"
36192
36193 \end_inset
36194
36195 .
36196 \end_layout
36197
36198 \begin_layout Itemize
36199 Los índices que constan de varias letras se escriben en redonda: 
36200 \begin_inset Formula $E_{\mathrm{cin}}$
36201 \end_inset
36202
36203
36204 \begin_inset Newline newline
36205 \end_inset
36206
36207 Los componentes de una matriz se escriben en cursiva: 
36208 \begin_inset Formula $\hat{H}_{kl}$
36209 \end_inset
36210
36211
36212 \end_layout
36213
36214 \begin_layout Itemize
36215 El operador de diferenciación/integración 'd', el número de Euler 'e' y
36216  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
36217 s con otras variables.
36218  
36219 \end_layout
36220
36221 \begin_layout Standard
36222 \begin_inset Newpage newpage
36223 \end_inset
36224
36225
36226 \end_layout
36227
36228 \begin_layout Section
36229 Sinónimos
36230 \begin_inset Index
36231 status collapsed
36232
36233 \begin_layout Plain Layout
36234 Sinónimos
36235 \end_layout
36236
36237 \end_inset
36238
36239
36240 \end_layout
36241
36242 \begin_layout Standard
36243 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
36244  como los que se recogen en esta lista:
36245 \begin_inset Foot
36246 status collapsed
36247
36248 \begin_layout Plain Layout
36249 véase también 
36250 \begin_inset CommandInset ref
36251 LatexCommand ref
36252 reference "fn:sinónimos"
36253
36254 \end_inset
36255
36256 .
36257 \end_layout
36258
36259 \end_inset
36260
36261
36262 \end_layout
36263
36264 \begin_layout Standard
36265
36266 \end_layout
36267
36268 \begin_layout Standard
36269 \begin_inset VSpace bigskip
36270 \end_inset
36271
36272
36273 \begin_inset space \hfill{}
36274 \end_inset
36275
36276
36277 \begin_inset Tabular
36278 <lyxtabular version="3" rows="12" columns="2">
36279 <features>
36280 <column alignment="center" valignment="top" width="0pt">
36281 <column alignment="center" valignment="top" width="0pt">
36282 <row>
36283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36284 \begin_inset Text
36285
36286 \begin_layout Plain Layout
36287 Comando
36288 \end_layout
36289
36290 \end_inset
36291 </cell>
36292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36293 \begin_inset Text
36294
36295 \begin_layout Plain Layout
36296 equivalente a
36297 \begin_inset Note Note
36298 status collapsed
36299
36300 \begin_layout Plain Layout
36301
36302 \series bold
36303
36304 \backslash
36305 raisebox
36306 \series default
36307  se usa sólo como espaciador
36308 \end_layout
36309
36310 \end_inset
36311
36312
36313 \end_layout
36314
36315 \end_inset
36316 </cell>
36317 </row>
36318 <row>
36319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36320 \begin_inset Text
36321
36322 \begin_layout Plain Layout
36323
36324 \backslash
36325 ast
36326 \end_layout
36327
36328 \end_inset
36329 </cell>
36330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36331 \begin_inset Text
36332
36333 \begin_layout Plain Layout
36334 \begin_inset ERT
36335 status collapsed
36336
36337 \begin_layout Plain Layout
36338
36339
36340 \backslash
36341 raisebox{-1.2mm}{
36342 \end_layout
36343
36344 \end_inset
36345
36346 *
36347 \begin_inset ERT
36348 status collapsed
36349
36350 \begin_layout Plain Layout
36351
36352 }
36353 \end_layout
36354
36355 \end_inset
36356
36357
36358 \end_layout
36359
36360 \end_inset
36361 </cell>
36362 </row>
36363 <row>
36364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36365 \begin_inset Text
36366
36367 \begin_layout Plain Layout
36368
36369 \backslash
36370 choose
36371 \end_layout
36372
36373 \end_inset
36374 </cell>
36375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36376 \begin_inset Text
36377
36378 \begin_layout Plain Layout
36379
36380 \backslash
36381 binom
36382 \end_layout
36383
36384 \end_inset
36385 </cell>
36386 </row>
36387 <row>
36388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36389 \begin_inset Text
36390
36391 \begin_layout Plain Layout
36392
36393 \backslash
36394 geq
36395 \end_layout
36396
36397 \end_inset
36398 </cell>
36399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36400 \begin_inset Text
36401
36402 \begin_layout Plain Layout
36403
36404 \backslash
36405 ge
36406 \end_layout
36407
36408 \end_inset
36409 </cell>
36410 </row>
36411 <row>
36412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36413 \begin_inset Text
36414
36415 \begin_layout Plain Layout
36416
36417 \backslash
36418 lbrace
36419 \end_layout
36420
36421 \end_inset
36422 </cell>
36423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36424 \begin_inset Text
36425
36426 \begin_layout Plain Layout
36427 {
36428 \end_layout
36429
36430 \end_inset
36431 </cell>
36432 </row>
36433 <row>
36434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36435 \begin_inset Text
36436
36437 \begin_layout Plain Layout
36438
36439 \backslash
36440 lbracket
36441 \end_layout
36442
36443 \end_inset
36444 </cell>
36445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36446 \begin_inset Text
36447
36448 \begin_layout Plain Layout
36449 [
36450 \end_layout
36451
36452 \end_inset
36453 </cell>
36454 </row>
36455 <row>
36456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36457 \begin_inset Text
36458
36459 \begin_layout Plain Layout
36460
36461 \backslash
36462 leftarrow
36463 \end_layout
36464
36465 \end_inset
36466 </cell>
36467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36468 \begin_inset Text
36469
36470 \begin_layout Plain Layout
36471
36472 \backslash
36473 gets
36474 \end_layout
36475
36476 \end_inset
36477 </cell>
36478 </row>
36479 <row>
36480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36481 \begin_inset Text
36482
36483 \begin_layout Plain Layout
36484
36485 \backslash
36486 leq
36487 \end_layout
36488
36489 \end_inset
36490 </cell>
36491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36492 \begin_inset Text
36493
36494 \begin_layout Plain Layout
36495
36496 \backslash
36497 le
36498 \end_layout
36499
36500 \end_inset
36501 </cell>
36502 </row>
36503 <row>
36504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36505 \begin_inset Text
36506
36507 \begin_layout Plain Layout
36508
36509 \backslash
36510 lor
36511 \end_layout
36512
36513 \end_inset
36514 </cell>
36515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36516 \begin_inset Text
36517
36518 \begin_layout Plain Layout
36519
36520 \backslash
36521 vee
36522 \end_layout
36523
36524 \end_inset
36525 </cell>
36526 </row>
36527 <row>
36528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36529 \begin_inset Text
36530
36531 \begin_layout Plain Layout
36532
36533 \backslash
36534 neq
36535 \end_layout
36536
36537 \end_inset
36538 </cell>
36539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36540 \begin_inset Text
36541
36542 \begin_layout Plain Layout
36543
36544 \backslash
36545 not=
36546 \end_layout
36547
36548 \end_inset
36549 </cell>
36550 </row>
36551 <row>
36552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36553 \begin_inset Text
36554
36555 \begin_layout Plain Layout
36556
36557 \backslash
36558 slash
36559 \end_layout
36560
36561 \end_inset
36562 </cell>
36563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36564 \begin_inset Text
36565
36566 \begin_layout Plain Layout
36567 /
36568 \end_layout
36569
36570 \end_inset
36571 </cell>
36572 </row>
36573 <row>
36574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36575 \begin_inset Text
36576
36577 \begin_layout Plain Layout
36578
36579 \backslash
36580 vert
36581 \end_layout
36582
36583 \end_inset
36584 </cell>
36585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36586 \begin_inset Text
36587
36588 \begin_layout Plain Layout
36589 |
36590 \end_layout
36591
36592 \end_inset
36593 </cell>
36594 </row>
36595 </lyxtabular>
36596
36597 \end_inset
36598
36599
36600 \begin_inset space \hfill{}
36601 \end_inset
36602
36603
36604 \begin_inset Tabular
36605 <lyxtabular version="3" rows="12" columns="2">
36606 <features>
36607 <column alignment="center" valignment="top" width="0pt">
36608 <column alignment="center" valignment="top" width="0pt">
36609 <row>
36610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36611 \begin_inset Text
36612
36613 \begin_layout Plain Layout
36614 Comando
36615 \end_layout
36616
36617 \end_inset
36618 </cell>
36619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36620 \begin_inset Text
36621
36622 \begin_layout Plain Layout
36623 equivalente a
36624 \end_layout
36625
36626 \end_inset
36627 </cell>
36628 </row>
36629 <row>
36630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36631 \begin_inset Text
36632
36633 \begin_layout Plain Layout
36634
36635 \backslash
36636 backslash
36637 \end_layout
36638
36639 \end_inset
36640 </cell>
36641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36642 \begin_inset Text
36643
36644 \begin_layout Plain Layout
36645
36646 \backslash
36647
36648 \backslash
36649
36650 \end_layout
36651
36652 \end_inset
36653 </cell>
36654 </row>
36655 <row>
36656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36657 \begin_inset Text
36658
36659 \begin_layout Plain Layout
36660
36661 \backslash
36662 dasharrow
36663 \end_layout
36664
36665 \end_inset
36666 </cell>
36667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36668 \begin_inset Text
36669
36670 \begin_layout Plain Layout
36671
36672 \backslash
36673 dashrightarrow
36674 \end_layout
36675
36676 \end_inset
36677 </cell>
36678 </row>
36679 <row>
36680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36681 \begin_inset Text
36682
36683 \begin_layout Plain Layout
36684
36685 \backslash
36686 land
36687 \end_layout
36688
36689 \end_inset
36690 </cell>
36691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36692 \begin_inset Text
36693
36694 \begin_layout Plain Layout
36695
36696 \backslash
36697 wedge
36698 \end_layout
36699
36700 \end_inset
36701 </cell>
36702 </row>
36703 <row>
36704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36705 \begin_inset Text
36706
36707 \begin_layout Plain Layout
36708
36709 \backslash
36710 rbrace
36711 \end_layout
36712
36713 \end_inset
36714 </cell>
36715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36716 \begin_inset Text
36717
36718 \begin_layout Plain Layout
36719 }
36720 \end_layout
36721
36722 \end_inset
36723 </cell>
36724 </row>
36725 <row>
36726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36727 \begin_inset Text
36728
36729 \begin_layout Plain Layout
36730
36731 \backslash
36732 rbracket
36733 \end_layout
36734
36735 \end_inset
36736 </cell>
36737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36738 \begin_inset Text
36739
36740 \begin_layout Plain Layout
36741 ]
36742 \end_layout
36743
36744 \end_inset
36745 </cell>
36746 </row>
36747 <row>
36748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36749 \begin_inset Text
36750
36751 \begin_layout Plain Layout
36752
36753 \backslash
36754 rightarrow
36755 \end_layout
36756
36757 \end_inset
36758 </cell>
36759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36760 \begin_inset Text
36761
36762 \begin_layout Plain Layout
36763
36764 \backslash
36765 to
36766 \end_layout
36767
36768 \end_inset
36769 </cell>
36770 </row>
36771 <row>
36772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36773 \begin_inset Text
36774
36775 \begin_layout Plain Layout
36776
36777 \backslash
36778 lnot
36779 \end_layout
36780
36781 \end_inset
36782 </cell>
36783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36784 \begin_inset Text
36785
36786 \begin_layout Plain Layout
36787
36788 \backslash
36789 neg
36790 \end_layout
36791
36792 \end_inset
36793 </cell>
36794 </row>
36795 <row>
36796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36797 \begin_inset Text
36798
36799 \begin_layout Plain Layout
36800
36801 \backslash
36802 ne
36803 \end_layout
36804
36805 \end_inset
36806 </cell>
36807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36808 \begin_inset Text
36809
36810 \begin_layout Plain Layout
36811
36812 \backslash
36813 not=
36814 \end_layout
36815
36816 \end_inset
36817 </cell>
36818 </row>
36819 <row>
36820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36821 \begin_inset Text
36822
36823 \begin_layout Plain Layout
36824
36825 \backslash
36826 owns
36827 \end_layout
36828
36829 \end_inset
36830 </cell>
36831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36832 \begin_inset Text
36833
36834 \begin_layout Plain Layout
36835
36836 \backslash
36837 ni
36838 \end_layout
36839
36840 \end_inset
36841 </cell>
36842 </row>
36843 <row>
36844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36845 \begin_inset Text
36846
36847 \begin_layout Plain Layout
36848
36849 \backslash
36850 square
36851 \end_layout
36852
36853 \end_inset
36854 </cell>
36855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36856 \begin_inset Text
36857
36858 \begin_layout Plain Layout
36859
36860 \backslash
36861 Box
36862 \end_layout
36863
36864 \end_inset
36865 </cell>
36866 </row>
36867 <row>
36868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36869 \begin_inset Text
36870
36871 \begin_layout Plain Layout
36872
36873 \backslash
36874 Vert
36875 \end_layout
36876
36877 \end_inset
36878 </cell>
36879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36880 \begin_inset Text
36881
36882 \begin_layout Plain Layout
36883
36884 \backslash
36885 |
36886 \end_layout
36887
36888 \end_inset
36889 </cell>
36890 </row>
36891 </lyxtabular>
36892
36893 \end_inset
36894
36895
36896 \begin_inset space \hfill{}
36897 \end_inset
36898
36899
36900 \end_layout
36901
36902 \begin_layout Standard
36903 \begin_inset Newpage newpage
36904 \end_inset
36905
36906
36907 \end_layout
36908
36909 \begin_layout Bibliography
36910 \begin_inset CommandInset bibitem
36911 LatexCommand bibitem
36912 key "TLC2"
36913
36914 \end_inset
36915
36916
36917 \shape smallcaps
36918 Mittelbach, F.
36919  ; Goossens, M.
36920 \shape default
36921
36922 \shape italic
36923 The LaTeX Companion
36924 \shape default
36925 .
36926  Addison Wesley, 2004
36927 \end_layout
36928
36929 \begin_layout Bibliography
36930 \begin_inset CommandInset bibitem
36931 LatexCommand bibitem
36932 key "Mathmode"
36933
36934 \end_inset
36935
36936
36937 \begin_inset CommandInset href
36938 LatexCommand href
36939 name "Descripción"
36940 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36941
36942 \end_inset
36943
36944  de habilidades matemáticas de LaTeX
36945 \end_layout
36946
36947 \begin_layout Bibliography
36948 \begin_inset CommandInset bibitem
36949 LatexCommand bibitem
36950 key "Voss"
36951
36952 \end_inset
36953
36954
36955 \begin_inset CommandInset href
36956 LatexCommand href
36957 name "Página web"
36958 target "http://tug.org/TeXnik/"
36959
36960 \end_inset
36961
36962  con sugerencias y consejos de LaTeX
36963 \end_layout
36964
36965 \begin_layout Bibliography
36966 \begin_inset CommandInset bibitem
36967 LatexCommand bibitem
36968 key "AMS"
36969
36970 \end_inset
36971
36972
36973 \begin_inset CommandInset href
36974 LatexCommand href
36975 name "Descripción"
36976 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
36977
36978 \end_inset
36979
36980  de 
36981 \begin_inset ERT
36982 status collapsed
36983
36984 \begin_layout Plain Layout
36985
36986
36987 \backslash
36988 AmS
36989 \end_layout
36990
36991 \end_inset
36992
36993 -LaTeX
36994 \end_layout
36995
36996 \begin_layout Bibliography
36997 \begin_inset CommandInset bibitem
36998 LatexCommand bibitem
36999 key "Symbole"
37000
37001 \end_inset
37002
37003
37004 \begin_inset CommandInset href
37005 LatexCommand href
37006 name "Lista"
37007 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37008
37009 \end_inset
37010
37011  de todos los símbolos disponibles con paquetes LaTeX
37012 \end_layout
37013
37014 \begin_layout Bibliography
37015 \begin_inset CommandInset bibitem
37016 LatexCommand bibitem
37017 key "hyperref"
37018
37019 \end_inset
37020
37021
37022 \begin_inset CommandInset href
37023 LatexCommand href
37024 name "Documentación"
37025 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37026
37027 \end_inset
37028
37029  del paquete LaTeX 
37030 \series bold
37031 hyperref
37032 \series default
37033
37034 \begin_inset Index
37035 status collapsed
37036
37037 \begin_layout Plain Layout
37038 Paquetes ! hyperref
37039 \end_layout
37040
37041 \end_inset
37042
37043
37044 \end_layout
37045
37046 \begin_layout Bibliography
37047 \begin_inset CommandInset bibitem
37048 LatexCommand bibitem
37049 key "Mathclap"
37050
37051 \end_inset
37052
37053
37054 \begin_inset CommandInset href
37055 LatexCommand href
37056 name "Descripción"
37057 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37058
37059 \end_inset
37060
37061  del comando 
37062 \series bold
37063
37064 \backslash
37065 mathclap
37066 \series default
37067 , descrito en 
37068 \begin_inset CommandInset ref
37069 LatexCommand ref
37070 reference "sub:Límites-de-operadores"
37071
37072 \end_inset
37073
37074
37075 \begin_inset Index
37076 status collapsed
37077
37078 \begin_layout Plain Layout
37079 Comandos ! M ! 
37080 \backslash
37081 mathclap
37082 \end_layout
37083
37084 \end_inset
37085
37086
37087 \end_layout
37088
37089 \begin_layout Bibliography
37090 \begin_inset CommandInset bibitem
37091 LatexCommand bibitem
37092 key "Duden"
37093
37094 \end_inset
37095
37096
37097 \emph on
37098 Duden Band 1
37099 \emph default
37100 .
37101  22.
37102  Auflage, Duden 2001
37103 \end_layout
37104
37105 \begin_layout Bibliography
37106 \begin_inset CommandInset bibitem
37107 LatexCommand bibitem
37108 key "spanish"
37109
37110 \end_inset
37111
37112
37113 \begin_inset CommandInset href
37114 LatexCommand href
37115 name "Página web"
37116 target "http://www.tex-tipografia.com/spanish.html"
37117
37118 \end_inset
37119
37120  del estilo 
37121 \series bold
37122 spanish
37123 \family sans
37124 \series default
37125  
37126 \family default
37127 incluido en el paquete 
37128 \series bold
37129 babel
37130 \end_layout
37131
37132 \begin_layout Bibliography
37133 \begin_inset CommandInset bibitem
37134 LatexCommand bibitem
37135 key "Bezos"
37136
37137 \end_inset
37138
37139
37140 \begin_inset CommandInset href
37141 LatexCommand href
37142 name "Documento"
37143 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
37144
37145 \end_inset
37146
37147  sobre ortotipografía y notaciones matemáticas en español
37148 \end_layout
37149
37150 \begin_layout Standard
37151
37152 \family sans
37153 \series bold
37154 \begin_inset CommandInset index_print
37155 LatexCommand printindex
37156
37157 \end_inset
37158
37159
37160 \end_layout
37161
37162 \end_body
37163 \end_document