]> git.lyx.org Git - lyx.git/blob - lib/doc/es/Math.lyx
- Math.lyx: remove unneeded ERT
[lyx.git] / lib / doc / es / Math.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 348
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 Insertado
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 tabularvalignment="middle">
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 espacio detrás del menos con el comando 
28522 \series bold
28523
28524 \backslash
28525 hspace{3pt}
28526 \series default
28527
28528 \begin_inset Index
28529 status collapsed
28530
28531 \begin_layout Plain Layout
28532 Comandos ! H ! 
28533 \backslash
28534 hspace
28535 \end_layout
28536
28537 \end_inset
28538
28539 .
28540 \begin_inset Foot
28541 status collapsed
28542
28543 \begin_layout Plain Layout
28544 véase más sobre 
28545 \series bold
28546
28547 \backslash
28548 hspace
28549 \series default
28550  en 
28551 \begin_inset CommandInset ref
28552 LatexCommand ref
28553 reference "sub:Espacio-variable"
28554
28555 \end_inset
28556
28557
28558 \end_layout
28559
28560 \end_inset
28561
28562
28563 \end_layout
28564
28565 \begin_layout Itemize
28566 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28567 \series bold
28568
28569 \backslash
28570 lefteqn
28571 \series default
28572
28573 \begin_inset Index
28574 status collapsed
28575
28576 \begin_layout Plain Layout
28577 Comandos ! L ! 
28578 \backslash
28579 lefteqn
28580 \end_layout
28581
28582 \end_inset
28583
28584 .
28585  Se inserta en la primer columna de la primera línea y hace que todas las
28586  inserciones posteriores sobreescriban las columnas siguientes:
28587 \begin_inset Formula \begin{eqnarray}
28588 \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 \\
28589  &  & -\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 \\
28590  &  & =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}
28591
28592 \end_inset
28593
28594 Tras la inserción de 
28595 \series bold
28596
28597 \backslash
28598 lefteqn
28599 \series default
28600  el cursor está en un marco púrpura un poco a la izquierda del azul.
28601  La ecuación se inserta en éste.
28602 \begin_inset Newline newline
28603 \end_inset
28604
28605 El contenido de las restantes líneas se inserta en la segunda columna o
28606  en otra.
28607  A mayor número de columna donde se inserte, mayor sangrado.
28608 \begin_inset VSpace medskip
28609 \end_inset
28610
28611
28612 \begin_inset Newline newline
28613 \end_inset
28614
28615
28616 \begin_inset Note Greyedout
28617 status collapsed
28618
28619 \begin_layout Plain Layout
28620 Ten en cuenta lo siguiente si usas 
28621 \series bold
28622
28623 \backslash
28624 lefteqn
28625 \series default
28626 :
28627 \end_layout
28628
28629 \begin_layout Itemize
28630 La ecuación no usa la anchura total de la página.
28631  Cuando se añade, p.
28632 \begin_inset space \thinspace{}
28633 \end_inset
28634
28635 e., el término 
28636 \begin_inset Formula $-B^{2}$
28637 \end_inset
28638
28639  en la primera línea del ejemplo, debería estar fuera del margen.
28640  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28641  principio de la primera línea.
28642 \end_layout
28643
28644 \begin_layout Itemize
28645 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28646  primera línea.
28647 \begin_inset Foot
28648 status collapsed
28649
28650 \begin_layout Plain Layout
28651 \begin_inset CommandInset href
28652 LatexCommand href
28653 name "LyX-bug #1429"
28654 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28655
28656 \end_inset
28657
28658
28659 \end_layout
28660
28661 \end_inset
28662
28663  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28664  teclas de flecha.
28665 \end_layout
28666
28667 \end_inset
28668
28669  
28670 \end_layout
28671
28672 \begin_layout Itemize
28673 Se describen otros métodos para escribir fórmulas largas en 
28674 \begin_inset CommandInset ref
28675 LatexCommand ref
28676 reference "sub:Entorno-multilínea"
28677
28678 \end_inset
28679
28680  y 
28681 \begin_inset CommandInset ref
28682 LatexCommand ref
28683 reference "sub:Partes-de-una-multilínea"
28684
28685 \end_inset
28686
28687 .
28688 \end_layout
28689
28690 \begin_layout Subsubsection
28691 Delimitadores multilínea
28692 \begin_inset CommandInset label
28693 LatexCommand label
28694 name "sub:Delimitadores-multilínea"
28695
28696 \end_inset
28697
28698
28699 \begin_inset Index
28700 status collapsed
28701
28702 \begin_layout Plain Layout
28703 Delimitadores ! para varias líneas
28704 \end_layout
28705
28706 \end_inset
28707
28708
28709 \end_layout
28710
28711 \begin_layout Standard
28712 Para poner delimitadores que cubran varias líneas hay un problema:
28713 \begin_inset Formula \begin{eqnarray*}
28714 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28715  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28716
28717 \end_inset
28718
28719 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28720 res con tamaño variable no abarcan líneas múltiples.
28721 \end_layout
28722
28723 \begin_layout Standard
28724 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28725  primera línea se finaliza con 
28726 \series bold
28727
28728 \backslash
28729 right.
28730 \series default
28731
28732 \begin_inset Index
28733 status collapsed
28734
28735 \begin_layout Plain Layout
28736 Comandos ! R ! 
28737 \backslash
28738 right
28739 \end_layout
28740
28741 \end_inset
28742
28743  y la segunda con 
28744 \series bold
28745
28746 \backslash
28747 left.
28748 \series default
28749 .
28750 \begin_inset Foot
28751 status collapsed
28752
28753 \begin_layout Plain Layout
28754 Más sobre 
28755 \series bold
28756
28757 \backslash
28758 left.
28759
28760 \series default
28761  y 
28762 \series bold
28763
28764 \backslash
28765 right.
28766
28767 \series default
28768  en 
28769 \begin_inset CommandInset ref
28770 LatexCommand ref
28771 reference "sub:Tamaño-automático-de"
28772
28773 \end_inset
28774
28775
28776 \end_layout
28777
28778 \end_inset
28779
28780
28781 \begin_inset Index
28782 status collapsed
28783
28784 \begin_layout Plain Layout
28785 Comandos ! L ! 
28786 \backslash
28787 left
28788 \end_layout
28789
28790 \end_inset
28791
28792  Después de 
28793 \series bold
28794
28795 \backslash
28796 left.
28797
28798 \series default
28799  se inserta el comando 
28800 \series bold
28801
28802 \backslash
28803 vphantom
28804 \series default
28805
28806 \begin_inset ERT
28807 status collapsed
28808
28809 \begin_layout Plain Layout
28810
28811
28812 \backslash
28813 spce 
28814 \end_layout
28815
28816 \end_inset
28817
28818
28819 \series bold
28820
28821 \backslash
28822 prod
28823 \series default
28824 ^
28825 \begin_inset ERT
28826 status collapsed
28827
28828 \begin_layout Plain Layout
28829
28830
28831 \backslash
28832 spce 
28833 \end_layout
28834
28835 \end_inset
28836
28837
28838 \series bold
28839
28840 \backslash
28841 infty
28842 \series default
28843
28844 \begin_inset ERT
28845 status collapsed
28846
28847 \begin_layout Plain Layout
28848
28849
28850 \backslash
28851 spce 
28852 \end_layout
28853
28854 \end_inset
28855
28856
28857 \series bold
28858
28859 \begin_inset Formula $\downarrow$
28860 \end_inset
28861
28862 _R=1}
28863 \series default
28864
28865 \begin_inset Index
28866 status collapsed
28867
28868 \begin_layout Plain Layout
28869 Comandos ! V ! 
28870 \backslash
28871 vphantom
28872 \end_layout
28873
28874 \end_inset
28875
28876 , porque el operador de multiplicación con sus límites es el símbolo mayor
28877  en la primera línea y ese debería ser el tamaño para el delimitador en
28878  la segunda línea.
28879 \end_layout
28880
28881 \begin_layout Standard
28882 El resultado es: 
28883 \begin_inset Formula \begin{eqnarray*}
28884 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28885  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28886
28887 \end_inset
28888
28889
28890 \end_layout
28891
28892 \begin_layout Subsection
28893 Entornos align
28894 \end_layout
28895
28896 \begin_layout Standard
28897 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28898  Son especialmente apropiados para poner ecuaciones adosadas.
28899 \end_layout
28900
28901 \begin_layout Standard
28902 Los entornos align constan de columnas.
28903  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28904  En un entorno align se puede numerar cada línea.
28905 \end_layout
28906
28907 \begin_layout Standard
28908 Los entornos align se crean con el menú 
28909 \family sans
28910 Insertar\SpecialChar \menuseparator
28911 Ecuación
28912 \family default
28913 .
28914  Una ecuación existente se puede convertir a align con el menú 
28915 \family sans
28916 Editar\SpecialChar \menuseparator
28917 Ecuación\SpecialChar \menuseparator
28918 Cambiar tipo de ecuación
28919 \family default
28920 .
28921 \end_layout
28922
28923 \begin_layout Standard
28924 Para añadir o quitar columnas se pueden usar los botones 
28925 \begin_inset Graphics
28926         filename ../../images/tabular-feature_append-row.png
28927         scale 85
28928
28929 \end_inset
28930
28931  o 
28932 \begin_inset Graphics
28933         filename ../../images/tabular-feature_delete-row.png
28934         scale 85
28935
28936 \end_inset
28937
28938 de la barra de ecuaciones o el menú 
28939 \family sans
28940 Editar\SpecialChar \menuseparator
28941 Filas y columnas
28942 \family default
28943 .
28944 \end_layout
28945
28946 \begin_layout Subsubsection
28947 Entorno align estándar
28948 \begin_inset CommandInset label
28949 LatexCommand label
28950 name "sub:Entorno-align-estándar"
28951
28952 \end_inset
28953
28954
28955 \begin_inset Index
28956 status collapsed
28957
28958 \begin_layout Plain Layout
28959 Ecuación ! multilínea ! entorno align
28960 \end_layout
28961
28962 \end_inset
28963
28964
28965 \end_layout
28966
28967 \begin_layout Standard
28968 Este entorno align se crea pulsando 
28969 \family sans
28970 Ctrl+Retorno
28971 \family default
28972  en una ecuación o con el menú 
28973 \family sans
28974 Insertar\SpecialChar \menuseparator
28975 Ecuación\SpecialChar \menuseparator
28976 Entorno AMS align
28977 \family default
28978 .
28979 \end_layout
28980
28981 \begin_layout Standard
28982 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
28983  align de cuatro columnas:
28984 \begin_inset Formula \begin{align*}
28985 A & =\sen(B) & C & =D\\
28986 C & \neq A & B & \neq D\end{align*}
28987
28988 \end_inset
28989
28990 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
28991  un 
28992 \series bold
28993
28994 \backslash
28995 hfill
28996 \series default
28997
28998 \begin_inset Foot
28999 status collapsed
29000
29001 \begin_layout Plain Layout
29002 Más sobre 
29003 \series bold
29004
29005 \backslash
29006 hfill
29007 \series default
29008  en 
29009 \begin_inset CommandInset ref
29010 LatexCommand ref
29011 reference "sub:Espacio-variable"
29012
29013 \end_inset
29014
29015
29016 \end_layout
29017
29018 \end_inset
29019
29020  antes de la primera y detrás de cada columna par.
29021  Si se pone en estilo 
29022 \series bold
29023 Sangrado
29024 \series default
29025 ,
29026 \begin_inset Foot
29027 status collapsed
29028
29029 \begin_layout Plain Layout
29030 véase estilos de ecuación en 
29031 \begin_inset CommandInset ref
29032 LatexCommand ref
29033 reference "sec:Estilos-de-ecuación"
29034
29035 \end_inset
29036
29037
29038 \end_layout
29039
29040 \end_inset
29041
29042  la ecuación queda sin el 
29043 \series bold
29044
29045 \backslash
29046 hfill
29047 \series default
29048  ante la primera columna.
29049 \end_layout
29050
29051 \begin_layout Subsubsection
29052 Entorno alignat
29053 \begin_inset Index
29054 status collapsed
29055
29056 \begin_layout Plain Layout
29057 Ecuación ! multilínea ! entorno alignat
29058 \end_layout
29059
29060 \end_inset
29061
29062
29063 \end_layout
29064
29065 \begin_layout Standard
29066 El entorno alignat no tiene separación predefinida de columnas.
29067  Se puede insertar manualmente con los espacios descritos en 
29068 \begin_inset CommandInset ref
29069 LatexCommand ref
29070 reference "sec:Espacio"
29071
29072 \end_inset
29073
29074 .
29075 \end_layout
29076
29077 \begin_layout Standard
29078 El ejemplo anterior en el entorno alignat, con un espacio de 1
29079 \begin_inset space \thinspace{}
29080 \end_inset
29081
29082 cm al comienzo da la segunda ecuación:
29083 \begin_inset Formula \begin{alignat*}{2}
29084 A & =\sen(B)\hspace{1cm} & C & =D\\
29085 C & \neq A & B & \neq D\end{alignat*}
29086
29087 \end_inset
29088
29089 Como cada columna puede tener un espacio diferente, este entorno es especialment
29090 e apropiado para poner tres o más ecuaciones adosadas.
29091 \end_layout
29092
29093 \begin_layout Subsubsection
29094 Entorno flalign
29095 \begin_inset CommandInset label
29096 LatexCommand label
29097 name "sub:Entorno-flalign"
29098
29099 \end_inset
29100
29101
29102 \begin_inset Index
29103 status collapsed
29104
29105 \begin_layout Plain Layout
29106 Ecuación ! multilínea ! entorno flalign
29107 \end_layout
29108
29109 \end_inset
29110
29111
29112 \end_layout
29113
29114 \begin_layout Standard
29115 En este entorno las dos primeras columnas están siempre tan a la izquierda
29116  como sea posible y las dos últimas a la derecha.
29117  Ejemplo:
29118 \begin_inset Formula \begin{flalign*}
29119 A & =1 & B & =2 & C & =3\\
29120 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4\end{flalign*}
29121
29122 \end_inset
29123
29124 En un entorno flalign con un número impar de columnas, en la última de las
29125  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29126  alineadas a la izquierda, aunque se use el estilo 
29127 \series bold
29128 Centrado
29129 \series default
29130 .
29131  Un ejemplo de fórmula sangrada 
29132 \begin_inset CommandInset ref
29133 LatexCommand eqref
29134 reference "eq:IntVol"
29135
29136 \end_inset
29137
29138 :
29139 \begin_inset Formula \begin{flalign}
29140 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
29141
29142 \end_inset
29143
29144 Las dos primeras columnas contienen la fórmula.
29145  Para sangrarla como con el estilo 
29146 \series bold
29147 Sangrado
29148 \series default
29149 , se añade un espacio de 30
29150 \begin_inset space \thinspace{}
29151 \end_inset
29152
29153 pt al comienzo de la primera columna.
29154  
29155 \end_layout
29156
29157 \begin_layout Subsection
29158 Entorno eqnarray
29159 \begin_inset CommandInset label
29160 LatexCommand label
29161 name "sub:Entorno-eqnarray"
29162
29163 \end_inset
29164
29165
29166 \begin_inset Index
29167 status collapsed
29168
29169 \begin_layout Plain Layout
29170 Ecuación ! multilínea ! entorno eqnarray
29171 \end_layout
29172
29173 \end_inset
29174
29175
29176 \begin_inset Index
29177 status collapsed
29178
29179 \begin_layout Plain Layout
29180 Ecuación ! multilínea ! entorno eqnarray
29181 \end_layout
29182
29183 \end_inset
29184
29185
29186 \end_layout
29187
29188 \begin_layout Standard
29189 Al introducir este entorno aparecen tres marcos azules.
29190  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29191  El contenido del marco central está centrado y algo más pequeño, porque
29192  está diseñado para insertar sólo caracteres de relación.
29193 \begin_inset Formula \begin{eqnarray*}
29194 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29195 AB & AB & AB\\
29196 A & = & A\end{eqnarray*}
29197
29198 \end_inset
29199
29200
29201 \end_layout
29202
29203 \begin_layout Subsection
29204 Entorno gather
29205 \begin_inset Index
29206 status collapsed
29207
29208 \begin_layout Plain Layout
29209 Ecuación ! multilínea ! entorno gather
29210 \end_layout
29211
29212 \end_inset
29213
29214
29215 \end_layout
29216
29217 \begin_layout Standard
29218 Este entorno consta de una sola columna centrada.
29219  Se puede numerar cada línea.
29220 \begin_inset Formula \begin{gather}
29221 A=1\\
29222 X=\mbox{-}1\end{gather}
29223
29224 \end_inset
29225
29226
29227 \end_layout
29228
29229 \begin_layout Subsection
29230 Entorno multilínea
29231 \begin_inset CommandInset label
29232 LatexCommand label
29233 name "sub:Entorno-multilínea"
29234
29235 \end_inset
29236
29237
29238 \begin_inset Index
29239 status collapsed
29240
29241 \begin_layout Plain Layout
29242 Ecuación ! multilínea ! entorno multilínea
29243 \end_layout
29244
29245 \end_inset
29246
29247
29248 \end_layout
29249
29250 \begin_layout Standard
29251 El entorno multilínea, como gather, consta de una sola columna.
29252  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29253  Las demás están centradas.
29254  Por tanto este entorno es apropiado para ecuaciones largas.
29255  Como ejemplo, la ecuación
29256 \begin_inset space ~
29257 \end_inset
29258
29259
29260 \begin_inset CommandInset ref
29261 LatexCommand eqref
29262 reference "eq:lefteqn"
29263
29264 \end_inset
29265
29266  en entorno multilínea:
29267 \begin_inset Formula \begin{multline}
29268 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}\\
29269 -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}\\
29270 =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}
29271
29272 \end_inset
29273
29274 En la salida sólo aparece numerada la última (primera) línea si la numeración
29275  del documento es a la derecha (izquierda).
29276 \begin_inset Foot
29277 status collapsed
29278
29279 \begin_layout Plain Layout
29280 véanse los estilos de numeración en 
29281 \begin_inset CommandInset ref
29282 LatexCommand ref
29283 reference "sec:Estilos-de-ecuación"
29284
29285 \end_inset
29286
29287
29288 \end_layout
29289
29290 \end_inset
29291
29292
29293 \end_layout
29294
29295 \begin_layout Standard
29296 Con los comandos 
29297 \series bold
29298
29299 \backslash
29300 shoveright
29301 \begin_inset Index
29302 status collapsed
29303
29304 \begin_layout Plain Layout
29305 Comandos ! S ! 
29306 \backslash
29307 shoveright
29308 \end_layout
29309
29310 \end_inset
29311
29312
29313 \series default
29314  y 
29315 \series bold
29316
29317 \backslash
29318 shoveleft
29319 \series default
29320
29321 \begin_inset Index
29322 status collapsed
29323
29324 \begin_layout Plain Layout
29325 Comandos ! S ! 
29326 \backslash
29327 shoveleft
29328 \end_layout
29329
29330 \end_inset
29331
29332 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29333 ente.
29334  Los comandos se usan como sigue:
29335 \end_layout
29336
29337 \begin_layout Standard
29338
29339 \series bold
29340
29341 \backslash
29342 shoveright{contenido de la línea}
29343 \series default
29344  y 
29345 \series bold
29346
29347 \backslash
29348 shoveleft{contenido de la línea}
29349 \end_layout
29350
29351 \begin_layout Standard
29352 \begin_inset VSpace medskip
29353 \end_inset
29354
29355
29356 \end_layout
29357
29358 \begin_layout Standard
29359 La longitud 
29360 \series bold
29361
29362 \backslash
29363 multlinegap
29364 \series default
29365
29366 \begin_inset Index
29367 status collapsed
29368
29369 \begin_layout Plain Layout
29370 Comandos ! M ! 
29371 \backslash
29372 multlinegap
29373 \end_layout
29374
29375 \end_inset
29376
29377  especifica la distancia de la primera línea desde el margen izquierdo de
29378  la página.
29379  Esta longitud es 0
29380 \begin_inset space \thinspace{}
29381 \end_inset
29382
29383 pt por omisión.
29384 \end_layout
29385
29386 \begin_layout Standard
29387 Como ejemplo la ecuación anterior con el comando
29388 \end_layout
29389
29390 \begin_layout Standard
29391
29392 \series bold
29393
29394 \backslash
29395 setlength{
29396 \backslash
29397 multlinegap}{2cm}
29398 \end_layout
29399
29400 \begin_layout Standard
29401 insertado previamente en modo TeX:
29402 \begin_inset ERT
29403 status collapsed
29404
29405 \begin_layout Plain Layout
29406
29407
29408 \backslash
29409 setlength{
29410 \backslash
29411 multlinegap}{2cm}
29412 \end_layout
29413
29414 \end_inset
29415
29416
29417 \begin_inset Formula \begin{multline}
29418 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}\\
29419 \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}}\\
29420 =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}
29421
29422 \end_inset
29423
29424
29425 \begin_inset ERT
29426 status collapsed
29427
29428 \begin_layout Plain Layout
29429
29430
29431 \backslash
29432 setlength{
29433 \backslash
29434 multlinegap}{0pt}
29435 \end_layout
29436
29437 \end_inset
29438
29439 La segunda línea se ha alineado a la izquierda con 
29440 \series bold
29441
29442 \backslash
29443 shoveleft
29444 \series default
29445 .
29446 \end_layout
29447
29448 \begin_layout Subsection
29449 Partes de una ecuación multilínea
29450 \begin_inset CommandInset label
29451 LatexCommand label
29452 name "sub:Partes-de-una-multilínea"
29453
29454 \end_inset
29455
29456
29457 \begin_inset Index
29458 status collapsed
29459
29460 \begin_layout Plain Layout
29461 Ecuación ! multilínea ! partes de
29462 \end_layout
29463
29464 \end_inset
29465
29466
29467 \end_layout
29468
29469 \begin_layout Standard
29470 Para mostrar sólo partes de una ecuación multilínea se
29471 \family roman
29472 \series medium
29473 \shape up
29474 \size normal
29475 \emph off
29476 \bar no
29477 \noun off
29478 \color none
29479
29480 \backslash
29481 left.
29482 \backslash
29483 right
29484 \backslash
29485 }
29486 \family default
29487 \series default
29488 \shape default
29489 \size default
29490 \emph default
29491 \bar default
29492 \noun default
29493 \color inherit
29494  usa uno de los siguientes métodos: 
29495 \series bold
29496 aligned
29497 \series default
29498
29499 \series bold
29500 alignedat
29501 \series default
29502
29503 \series bold
29504 gathered
29505 \series default
29506  o 
29507 \series bold
29508 split
29509 \series default
29510 .
29511  Se pueden elegir en el menú 
29512 \family sans
29513 Insertar\SpecialChar \menuseparator
29514 Ecuación
29515 \family default
29516  o usando los comandos aquí descritos.
29517 \end_layout
29518
29519 \begin_layout Standard
29520 Los tres primeros tienen las mismas propiedades que los correspondientes
29521  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29522  Un ejemplo:
29523 \begin_inset Formula \[
29524 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29525 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29526 \right\} \mbox{Relaciones de incertidumbre}\]
29527
29528 \end_inset
29529
29530 Para componer esta expresión se inserta una ecuación presentada y en ella
29531  se introduce el comando 
29532 \series bold
29533
29534 \backslash
29535 aligned
29536 \series default
29537
29538 \begin_inset Index
29539 status collapsed
29540
29541 \begin_layout Plain Layout
29542 Comandos ! A ! 
29543 \backslash
29544 aligned
29545 \end_layout
29546
29547 \end_inset
29548
29549 .
29550  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29551  añadir filas y columnas.
29552  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29553  como la llave.
29554 \end_layout
29555
29556 \begin_layout Standard
29557 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29558  se alinean horizontalmente.
29559  Usar aligned en una ecuación presentada tiene la ventaja de que el número
29560  de ecuación se centra verticalmente con las líneas.
29561  Como ejemplo, la ecuación 
29562 \begin_inset CommandInset ref
29563 LatexCommand eqref
29564 reference "eq:cortolargo"
29565
29566 \end_inset
29567
29568  en entorno aligned: 
29569 \begin_inset Formula \begin{equation}
29570 \begin{aligned}H=\; & W_{SB}+W_{mv}+W_{D}-\frac{\hbar^{2}}{2m_{0}}\Delta-\frac{\hbar^{2}}{2m_{1}}\Delta_{1}-\frac{\hbar^{2}}{2m_{2}}\Delta_{2}-\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{1}|}\\
29571  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\end{aligned}
29572 \end{equation}
29573
29574 \end_inset
29575
29576 Para usar los entornos 
29577 \series bold
29578 alignedat
29579 \series default
29580
29581 \series bold
29582 gathered
29583 \series default
29584 , o 
29585 \series bold
29586 split
29587 \series default
29588 , se insertan respectivamente los comandos
29589 \series bold
29590  
29591 \backslash
29592 alignedat
29593 \series default
29594 ,
29595 \begin_inset Index
29596 status collapsed
29597
29598 \begin_layout Plain Layout
29599 Comandos ! A ! 
29600 \backslash
29601 alignedat
29602 \end_layout
29603
29604 \end_inset
29605
29606  
29607 \series bold
29608
29609 \backslash
29610 gathered
29611 \series default
29612
29613 \begin_inset Index
29614 status collapsed
29615
29616 \begin_layout Plain Layout
29617 Comandos ! G ! 
29618 \backslash
29619 gathered
29620 \end_layout
29621
29622 \end_inset
29623
29624 , o 
29625 \series bold
29626
29627 \backslash
29628 split
29629 \series default
29630
29631 \begin_inset Index
29632 status collapsed
29633
29634 \begin_layout Plain Layout
29635 Comandos ! S ! 
29636 \backslash
29637 split
29638 \end_layout
29639
29640 \end_inset
29641
29642 .
29643  El entorno split tiene las mismas propiedades que aligned pero sólo puede
29644  tener dos columnas.
29645 \end_layout
29646
29647 \begin_layout Subsection
29648 Texto en ecuaciones multilínea
29649 \begin_inset CommandInset label
29650 LatexCommand label
29651 name "sub:Texto-en-multilínea"
29652
29653 \end_inset
29654
29655
29656 \begin_inset Index
29657 status collapsed
29658
29659 \begin_layout Plain Layout
29660 Texto ! en ecuaciones
29661 \end_layout
29662
29663 \end_inset
29664
29665
29666 \begin_inset Index
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670 Ecuación ! multilínea ! texto en
29671 \end_layout
29672
29673 \end_inset
29674
29675
29676 \end_layout
29677
29678 \begin_layout Standard
29679 En los entornos Align, multilínea y gather, se puede insertar texto que
29680  se mostrará en una línea separada y que no afecta la alineación de columna.
29681  Para esto se usa el comando 
29682 \series bold
29683
29684 \backslash
29685 intertext
29686 \series default
29687
29688 \begin_inset Index
29689 status collapsed
29690
29691 \begin_layout Plain Layout
29692 Comandos ! I ! 
29693 \backslash
29694 intertext
29695 \end_layout
29696
29697 \end_inset
29698
29699  con el siguiente esquema:
29700 \end_layout
29701
29702 \begin_layout Standard
29703
29704 \series bold
29705
29706 \backslash
29707 intertext{texto}
29708 \end_layout
29709
29710 \begin_layout Standard
29711 El texto no debería ocupar más de una línea porque no se puede partir con
29712  guión.
29713  Como LyX aún no soporta 
29714 \series bold
29715
29716 \backslash
29717 intertext
29718 \series default
29719  directamente, el texto se escribe como texto matemático.
29720  
29721 \series bold
29722
29723 \backslash
29724 intertext
29725 \series default
29726  debe por tanto estar al comienzo de una línea y en la salida se presenta
29727  sobre esta línea.
29728  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29729 \begin_inset Formula \begin{align}
29730 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29731 \intertext{\text{el integrando es simétrico para $\phi=\pi$, por tanto}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29732
29733 \end_inset
29734
29735
29736 \end_layout
29737
29738 \begin_layout Section
29739 Numeración de ecuaciones
29740 \begin_inset Index
29741 status collapsed
29742
29743 \begin_layout Plain Layout
29744 Ecuación ! numeración|see
29745 \begin_inset ERT
29746 status collapsed
29747
29748 \begin_layout Plain Layout
29749
29750 {
29751 \end_layout
29752
29753 \end_inset
29754
29755 Numeración de ecuaciones
29756 \begin_inset ERT
29757 status collapsed
29758
29759 \begin_layout Plain Layout
29760
29761 }
29762 \end_layout
29763
29764 \end_inset
29765
29766
29767 \end_layout
29768
29769 \end_inset
29770
29771
29772 \begin_inset Index
29773 status collapsed
29774
29775 \begin_layout Plain Layout
29776 Numeración de ecuaciones
29777 \end_layout
29778
29779 \end_inset
29780
29781
29782 \end_layout
29783
29784 \begin_layout Subsection
29785 General
29786 \end_layout
29787
29788 \begin_layout Standard
29789 Las ecuaciones numeradas se insertan con el menú 
29790 \family sans
29791 Insertar\SpecialChar \menuseparator
29792 Ecuación
29793 \family default
29794  
29795 \family sans
29796 \SpecialChar \menuseparator
29797 Ecuación
29798 \begin_inset space ~
29799 \end_inset
29800
29801 numerada
29802 \family default
29803  (atajo 
29804 \family sans
29805 Ctrl+Alt
29806 \begin_inset space ~
29807 \end_inset
29808
29809 N
29810 \family default
29811 ).
29812  Ecuaciones existentes se pueden numerar con el menú 
29813 \family sans
29814 Editar\SpecialChar \menuseparator
29815 Ecuación\SpecialChar \menuseparator
29816 Conmutar
29817 \begin_inset space ~
29818 \end_inset
29819
29820 numeración
29821 \family default
29822  (atajo
29823 \family sans
29824  Alt+M
29825 \begin_inset space ~
29826 \end_inset
29827
29828 N
29829 \family default
29830 ).
29831  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29832  En la salida se muestra el número real.
29833 \end_layout
29834
29835 \begin_layout Standard
29836 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29837  líneas.
29838  No obstante, la numeración se puede controlar en cada línea con el menú
29839  
29840 \family sans
29841 Editar\SpecialChar \menuseparator
29842 Ecuación\SpecialChar \menuseparator
29843 Conmutar
29844 \begin_inset space ~
29845 \end_inset
29846
29847 numeración
29848 \begin_inset space ~
29849 \end_inset
29850
29851 de
29852 \begin_inset space ~
29853 \end_inset
29854
29855 línea
29856 \family default
29857  (atajo
29858 \family sans
29859  Alt+M
29860 \begin_inset space ~
29861 \end_inset
29862
29863 Mayúsculas+N
29864 \family default
29865 ).
29866 \end_layout
29867
29868 \begin_layout Standard
29869 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29870  distintos, véase 
29871 \begin_inset CommandInset ref
29872 LatexCommand ref
29873 reference "sec:Estilos-de-ecuación"
29874
29875 \end_inset
29876
29877 .
29878 \end_layout
29879
29880 \begin_layout Subsection
29881 Referencias cruzadas
29882 \begin_inset Index
29883 status collapsed
29884
29885 \begin_layout Plain Layout
29886 Ecuación ! referencias cruzadas a
29887 \end_layout
29888
29889 \end_inset
29890
29891
29892 \end_layout
29893
29894 \begin_layout Standard
29895 Todas las ecuaciones con etiqueta se pueden referenciar.
29896  La etiqueta se añade con el menú 
29897 \family sans
29898 Insertar\SpecialChar \menuseparator
29899 Etiqueta
29900 \family default
29901  o con el botón 
29902 \begin_inset Graphics
29903         filename ../../images/label-insert.png
29904         scale 85
29905
29906 \end_inset
29907
29908  de la barra de herramientas.
29909  El cursor debe estar dentro de una ecuación en modo presentación.
29910  Surge un diálogo con el prefijo 
29911 \series bold
29912 eq:
29913 \series default
29914 , detrás del cual se escribe el texto de la etiqueta.
29915  El prefijo significa 
29916 \begin_inset Quotes fld
29917 \end_inset
29918
29919 equation
29920 \begin_inset Quotes frd
29921 \end_inset
29922
29923  y hace más fácil encontrar etiquetas en documentos extensos porque así
29924  se distingue p.
29925 \begin_inset space \thinspace{}
29926 \end_inset
29927
29928 e.
29929 \begin_inset space ~
29930 \end_inset
29931
29932 de las etiquetas de sección.
29933  Para cambiar una etiqueta se usa de nuevo el menú 
29934 \family sans
29935 Insertar\SpecialChar \menuseparator
29936 Etiqueta
29937 \family default
29938 .
29939 \end_layout
29940
29941 \begin_layout Standard
29942 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29943  ecuación.
29944  Una ecuación con etiqueta se numera siempre.
29945 \end_layout
29946
29947 \begin_layout Standard
29948 Las referencias cruzadas se insertan mediante el menú 
29949 \family sans
29950 Insertar\SpecialChar \menuseparator
29951 Referencia cruzada
29952 \family default
29953  o con el botón 
29954 \begin_inset Graphics
29955         filename ../../images/dialog-show-new-inset_ref.png
29956         scale 85
29957
29958 \end_inset
29959
29960 .
29961  Una referencia a una ecuación aparece en la salida con su número.
29962  Si en el diálogo de referencia cruzada se elige el formato 
29963 \series bold
29964 (<referencia>)
29965 \series default
29966 , la referencia se muestra en la salida entre paréntesis.
29967  
29968 \begin_inset Newline newline
29969 \end_inset
29970
29971 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29972  a la ecuación de referencia.
29973 \end_layout
29974
29975 \begin_layout Standard
29976 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29977  siguientes:
29978 \begin_inset Note Note
29979 status collapsed
29980
29981 \begin_layout Plain Layout
29982 Observa los distintos tipos de referencias cruzadas.
29983 \end_layout
29984
29985 \end_inset
29986
29987
29988 \end_layout
29989
29990 \begin_layout Standard
29991 Las ecuaciones 
29992 \begin_inset CommandInset ref
29993 LatexCommand eqref
29994 reference "eq:tag"
29995
29996 \end_inset
29997
29998  y 
29999 \begin_inset CommandInset ref
30000 LatexCommand eqref
30001 reference "eq:c"
30002
30003 \end_inset
30004
30005  son equivalentes.
30006  En (
30007 \begin_inset CommandInset ref
30008 LatexCommand ref
30009 reference "eq:Lat"
30010
30011 \end_inset
30012
30013 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30014 \begin_inset CommandInset ref
30015 LatexCommand ref
30016 reference "eq:Rom"
30017
30018 \end_inset
30019
30020 ).
30021 \begin_inset VSpace medskip
30022 \end_inset
30023
30024
30025 \end_layout
30026
30027 \begin_layout Standard
30028 Si el argumento de 
30029 \series bold
30030
30031 \backslash
30032 tag
30033 \begin_inset Foot
30034 status collapsed
30035
30036 \begin_layout Plain Layout
30037
30038 \series bold
30039
30040 \backslash
30041 tag
30042 \series default
30043  se describe en 
30044 \begin_inset CommandInset ref
30045 LatexCommand ref
30046 reference "sub:Numeración-personalizada"
30047
30048 \end_inset
30049
30050
30051 \end_layout
30052
30053 \end_inset
30054
30055
30056 \series default
30057  contiene un marco, como se describe en la 
30058 \begin_inset CommandInset ref
30059 LatexCommand ref
30060 reference "sub:Cuadros-de-párrafo"
30061
30062 \end_inset
30063
30064 , no se puede referenciar la ecuación.
30065 \end_layout
30066
30067 \begin_layout Subsection
30068 Subnumeración
30069 \begin_inset Index
30070 status collapsed
30071
30072 \begin_layout Plain Layout
30073 Numeración de ecuaciones ! subnumeración
30074 \end_layout
30075
30076 \end_inset
30077
30078
30079 \end_layout
30080
30081 \begin_layout Standard
30082 Con ayuda de los comandos 
30083 \series bold
30084
30085 \backslash
30086 begin{subequations}
30087 \series default
30088  y 
30089 \series bold
30090
30091 \backslash
30092 end{subequations}
30093 \series default
30094  en modo TeX se pueden subnumerar ecuaciones.
30095 \end_layout
30096
30097 \begin_layout Standard
30098 Ejemplo:
30099 \begin_inset Formula \begin{equation}
30100 A=C-B\label{eq:a}\end{equation}
30101
30102 \end_inset
30103
30104
30105 \begin_inset ERT
30106 status collapsed
30107
30108 \begin_layout Plain Layout
30109
30110
30111 \backslash
30112 addtocounter{equation}{-1}
30113 \end_layout
30114
30115 \end_inset
30116
30117
30118 \begin_inset ERT
30119 status collapsed
30120
30121 \begin_layout Plain Layout
30122
30123
30124 \backslash
30125 begin{subequations}
30126 \end_layout
30127
30128 \end_inset
30129
30130
30131 \begin_inset VSpace -5mm
30132 \end_inset
30133
30134
30135 \begin_inset Formula \begin{equation}
30136 B=C-A\label{eq:b}\end{equation}
30137
30138 \end_inset
30139
30140
30141 \begin_inset Formula \begin{equation}
30142 C=A+B\label{eq:c}\end{equation}
30143
30144 \end_inset
30145
30146
30147 \end_layout
30148
30149 \begin_layout Standard
30150 \begin_inset ERT
30151 status collapsed
30152
30153 \begin_layout Plain Layout
30154
30155
30156 \backslash
30157 end{subequations}
30158 \end_layout
30159
30160 \end_inset
30161
30162
30163 \end_layout
30164
30165 \begin_layout Standard
30166 Para este ejemplo se ha hecho lo siguiente:
30167 \end_layout
30168
30169 \begin_layout Enumerate
30170 se inserta la primera ecuación
30171 \end_layout
30172
30173 \begin_layout Enumerate
30174 después de ella se inserta
30175 \series bold
30176
30177 \begin_inset Newline newline
30178 \end_inset
30179
30180
30181 \backslash
30182 addtocounter{equation}{-1} 
30183 \backslash
30184 begin{subequations}
30185 \begin_inset Index
30186 status collapsed
30187
30188 \begin_layout Plain Layout
30189 Comandos ! A ! 
30190 \backslash
30191 addtocounter
30192 \end_layout
30193
30194 \end_inset
30195
30196
30197 \end_layout
30198
30199 \begin_layout Enumerate
30200 se inserta la segunda ecuación
30201 \end_layout
30202
30203 \begin_layout Enumerate
30204 se inserta la tercera ecuación
30205 \end_layout
30206
30207 \begin_layout Enumerate
30208 se inserta 
30209 \series bold
30210
30211 \backslash
30212 end{subequations}
30213 \series default
30214  tras la tercera ecuación
30215 \end_layout
30216
30217 \begin_layout Standard
30218 Toda ecuación entre los comandos 
30219 \series bold
30220
30221 \backslash
30222 begin
30223 \series default
30224  y 
30225 \series bold
30226
30227 \backslash
30228 end
30229 \series default
30230  se subnumera con a, b, c\SpecialChar \ldots{}
30231  En ecuaciones multilínea se subnumerará cada línea.
30232  Todas las ecuaciones subnumeradas son tratadas como 
30233 \emph on
30234 una
30235 \emph default
30236  ecuación numerada.
30237  Pero como cada ecuación numerada aumenta el contador 
30238 \series bold
30239 equation
30240 \series default
30241  en uno, hay que disminuir el comando 
30242 \series bold
30243
30244 \backslash
30245 addtocounter
30246 \series default
30247 .
30248  De lo contrario, las ecuaciones 
30249 \begin_inset CommandInset ref
30250 LatexCommand eqref
30251 reference "eq:a"
30252
30253 \end_inset
30254
30255
30256 \begin_inset CommandInset ref
30257 LatexCommand eqref
30258 reference "eq:b"
30259
30260 \end_inset
30261
30262
30263 \begin_inset CommandInset ref
30264 LatexCommand eqref
30265 reference "eq:c"
30266
30267 \end_inset
30268
30269  se numerarían 
30270 \begin_inset CommandInset ref
30271 LatexCommand eqref
30272 reference "eq:a"
30273
30274 \end_inset
30275
30276
30277 \begin_inset CommandInset ref
30278 LatexCommand eqref
30279 reference "eq:d"
30280
30281 \end_inset
30282
30283
30284 \begin_inset CommandInset ref
30285 LatexCommand eqref
30286 reference "eq:f"
30287
30288 \end_inset
30289
30290 .
30291 \end_layout
30292
30293 \begin_layout Standard
30294 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30295  ecuaciones.
30296  Para evitarlo se inserta ese espacio vertical de -5
30297 \begin_inset space \thinspace{}
30298 \end_inset
30299
30300 mm detrás del comando 
30301 \series bold
30302
30303 \backslash
30304 begin{subequations}
30305 \series default
30306 .
30307
30308 \series bold
30309  
30310 \series default
30311 Si se usa el estilo 
30312 \series bold
30313 Sangrado
30314 \series default
30315
30316 \begin_inset Foot
30317 status collapsed
30318
30319 \begin_layout Plain Layout
30320 véase estilos de ecuación en 
30321 \begin_inset CommandInset ref
30322 LatexCommand ref
30323 reference "sec:Estilos-de-ecuación"
30324
30325 \end_inset
30326
30327
30328 \end_layout
30329
30330 \end_inset
30331
30332 , entonces se inserta -7
30333 \begin_inset space \thinspace{}
30334 \end_inset
30335
30336 mm.
30337 \end_layout
30338
30339 \begin_layout Standard
30340 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30341  de la segunda línea:
30342 \begin_inset ERT
30343 status collapsed
30344
30345 \begin_layout Plain Layout
30346
30347
30348 \backslash
30349 begin{subequations}
30350 \end_layout
30351
30352 \end_inset
30353
30354
30355 \begin_inset Formula \begin{eqnarray}
30356 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30357  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30358  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
30359
30360 \end_inset
30361
30362
30363 \begin_inset ERT
30364 status collapsed
30365
30366 \begin_layout Plain Layout
30367
30368
30369 \backslash
30370 end{subequations}
30371 \end_layout
30372
30373 \end_inset
30374
30375
30376 \end_layout
30377
30378 \begin_layout Subsection
30379 Numeración definida por el usuario
30380 \begin_inset CommandInset label
30381 LatexCommand label
30382 name "sub:Numeración-personalizada"
30383
30384 \end_inset
30385
30386
30387 \begin_inset Index
30388 status collapsed
30389
30390 \begin_layout Plain Layout
30391 Numeración de ecuaciones ! personalizada
30392 \end_layout
30393
30394 \end_inset
30395
30396
30397 \end_layout
30398
30399 \begin_layout Standard
30400 Con la numeración estándar el número se coloca entre paréntesis.
30401  Para reemplazar los paréntesis con barras verticales, p.
30402 \begin_inset space \thinspace{}
30403 \end_inset
30404
30405 e., se añade al preámbulo LaTeX la línea: 
30406 \end_layout
30407
30408 \begin_layout Standard
30409
30410 \series bold
30411
30412 \backslash
30413 def
30414 \backslash
30415 tagform@#1{
30416 \backslash
30417 maketag@@@{|#1|}}
30418 \series default
30419
30420 \begin_inset Note Note
30421 status collapsed
30422
30423 \begin_layout Plain Layout
30424 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30425  Para activarlo, quita el % del principio.
30426 \end_layout
30427
30428 \end_inset
30429
30430
30431 \end_layout
30432
30433 \begin_layout Standard
30434 Para usar otros caracteres, se reemplazan las barras al lado de 
30435 \series bold
30436 #1
30437 \series default
30438  por ellos.
30439  Para obtener sólo el número de ecuación se omiten las barras verticales.
30440 \begin_inset VSpace bigskip
30441 \end_inset
30442
30443
30444 \end_layout
30445
30446 \begin_layout Standard
30447 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30448  consecutivo, se usa el comando 
30449 \series bold
30450
30451 \backslash
30452 tag
30453 \begin_inset Index
30454 status collapsed
30455
30456 \begin_layout Plain Layout
30457 Comandos ! T ! 
30458 \backslash
30459 tag
30460 \end_layout
30461
30462 \end_inset
30463
30464
30465 \series default
30466 :
30467 \begin_inset Formula \begin{equation}
30468 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30469
30470 \end_inset
30471
30472 En este ejemplo se ha insertado el comando
30473 \series bold
30474  
30475 \backslash
30476 tag
30477 \begin_inset ERT
30478 status collapsed
30479
30480 \begin_layout Plain Layout
30481
30482
30483 \backslash
30484 spce 
30485 \end_layout
30486
30487 \end_inset
30488
30489 algo
30490 \series default
30491  en la ecuación.
30492 \end_layout
30493
30494 \begin_layout Standard
30495 Si se usa en su lugar el comando con asterisco 
30496 \series bold
30497
30498 \backslash
30499 tag*
30500 \begin_inset ERT
30501 status collapsed
30502
30503 \begin_layout Plain Layout
30504
30505
30506 \backslash
30507 spce 
30508 \end_layout
30509
30510 \end_inset
30511
30512 algo
30513 \series default
30514  no se imprimen los paréntesis:
30515 \begin_inset Formula \[
30516 A+B=C\tag*{algo}\]
30517
30518 \end_inset
30519
30520
30521 \end_layout
30522
30523 \begin_layout Standard
30524 \begin_inset VSpace bigskip
30525 \end_inset
30526
30527
30528 \end_layout
30529
30530 \begin_layout Standard
30531 Para reiniciar la numeración en nuevas partes o secciones del documento
30532  se usan los siguientes comandos:
30533 \end_layout
30534
30535 \begin_layout Standard
30536
30537 \series bold
30538
30539 \backslash
30540 @addtoreset{equation}{part}
30541 \series default
30542
30543 \begin_inset Index
30544 status collapsed
30545
30546 \begin_layout Plain Layout
30547 Comandos ! 
30548 \begin_inset ERT
30549 status collapsed
30550
30551 \begin_layout Plain Layout
30552
30553 "
30554 \end_layout
30555
30556 \end_inset
30557
30558 @
30559 \begin_inset ERT
30560 status collapsed
30561
30562 \begin_layout Plain Layout
30563
30564 "
30565 \end_layout
30566
30567 \end_inset
30568
30569  ! 
30570 \backslash
30571
30572 \begin_inset ERT
30573 status collapsed
30574
30575 \begin_layout Plain Layout
30576
30577 "
30578 \end_layout
30579
30580 \end_inset
30581
30582 @
30583 \begin_inset ERT
30584 status collapsed
30585
30586 \begin_layout Plain Layout
30587
30588 "
30589 \end_layout
30590
30591 \end_inset
30592
30593 addtoreset
30594 \end_layout
30595
30596 \end_inset
30597
30598
30599 \begin_inset Newline newline
30600 \end_inset
30601
30602
30603 \series bold
30604
30605 \backslash
30606 @addtoreset{equation}{section}
30607 \end_layout
30608
30609 \begin_layout Standard
30610 Pata poder usar estos comandos en modo TeX, el carácter 
30611 \begin_inset Quotes fld
30612 \end_inset
30613
30614 @
30615 \begin_inset Quotes frd
30616 \end_inset
30617
30618  debe 
30619 \begin_inset Quotes fld
30620 \end_inset
30621
30622 activarse
30623 \begin_inset Quotes frd
30624 \end_inset
30625
30626  para LaTeX con el comando 
30627 \series bold
30628
30629 \backslash
30630 makeatletter
30631 \series default
30632 .
30633  El comando 
30634 \series bold
30635
30636 \backslash
30637 makeatother
30638 \series default
30639  deshace esto.
30640  Así pues, la secuencia de comandos en modo TeX es:
30641 \end_layout
30642
30643 \begin_layout Standard
30644
30645 \series bold
30646
30647 \backslash
30648 makeatletter
30649 \begin_inset Newline newline
30650 \end_inset
30651
30652
30653 \backslash
30654 @addtoreset{equation}{section}
30655 \begin_inset Newline newline
30656 \end_inset
30657
30658
30659 \backslash
30660 makeatother
30661 \end_layout
30662
30663 \begin_layout Standard
30664 En el preámbulo LaTeX se pueden omitir 
30665 \series bold
30666
30667 \backslash
30668 makeatletter
30669 \series default
30670  y 
30671 \series bold
30672
30673 \backslash
30674 makeatother
30675 \series default
30676  pues son automáticamente insertados por LyX.
30677 \end_layout
30678
30679 \begin_layout Standard
30680 Para el comando 
30681 \series bold
30682
30683 \backslash
30684 @addtoreset
30685 \series default
30686 ,
30687 \series bold
30688  
30689 \series default
30690 hay que cargar en el preámbulo LaTeX el archivo 
30691 \series bold
30692 remreset.sty
30693 \series default
30694
30695 \begin_inset Foot
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699
30700 \series bold
30701 remreset
30702 \series default
30703  es parte del paquete LaTeX 
30704 \series bold
30705 carlisle
30706 \series default
30707
30708 \begin_inset Index
30709 status collapsed
30710
30711 \begin_layout Plain Layout
30712 Paquetes ! carlisle
30713 \end_layout
30714
30715 \end_inset
30716
30717 , incluido en las instalaciones estándar de LaTeX.
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \begin_inset Index
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727 Paquetes ! remreset
30728 \end_layout
30729
30730 \end_inset
30731
30732  con la línea
30733 \end_layout
30734
30735 \begin_layout Standard
30736
30737 \series bold
30738
30739 \backslash
30740 usepackage{remreset}
30741 \end_layout
30742
30743 \begin_layout Standard
30744 Entonces se puede usar el comando 
30745 \series bold
30746
30747 \backslash
30748 @removefromreset
30749 \series default
30750
30751 \begin_inset Index
30752 status collapsed
30753
30754 \begin_layout Plain Layout
30755 Comandos ! 
30756 \begin_inset ERT
30757 status collapsed
30758
30759 \begin_layout Plain Layout
30760
30761 "
30762 \end_layout
30763
30764 \end_inset
30765
30766 @
30767 \begin_inset ERT
30768 status collapsed
30769
30770 \begin_layout Plain Layout
30771
30772 "
30773 \end_layout
30774
30775 \end_inset
30776
30777  ! 
30778 \backslash
30779
30780 \begin_inset ERT
30781 status collapsed
30782
30783 \begin_layout Plain Layout
30784
30785 "
30786 \end_layout
30787
30788 \end_inset
30789
30790 @
30791 \begin_inset ERT
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795
30796 "
30797 \end_layout
30798
30799 \end_inset
30800
30801 removefromreset
30802 \end_layout
30803
30804 \end_inset
30805
30806  con el mismo esquema que 
30807 \series bold
30808
30809 \backslash
30810 @addtoreset
30811 \series default
30812 .
30813 \begin_inset VSpace bigskip
30814 \end_inset
30815
30816
30817 \end_layout
30818
30819 \begin_layout Standard
30820 A veces las ecuaciones deberían numerarse de la siguiente manera:
30821 \end_layout
30822
30823 \begin_layout Standard
30824
30825 \family typewriter
30826 (número de sección.número de ecuación)
30827 \end_layout
30828
30829 \begin_layout Standard
30830 El número de ecuación empezaría con 
30831 \begin_inset Quotes fld
30832 \end_inset
30833
30834 1
30835 \begin_inset Quotes frd
30836 \end_inset
30837
30838  en cada sección.
30839 \end_layout
30840
30841 \begin_layout Standard
30842 Para este caso hay el comando 
30843 \series bold
30844
30845 \backslash
30846 numberwithin
30847 \series default
30848
30849 \begin_inset Index
30850 status collapsed
30851
30852 \begin_layout Plain Layout
30853 Comandos ! N ! 
30854 \backslash
30855 numberwithin
30856 \end_layout
30857
30858 \end_inset
30859
30860 , que se usa con el esquema:
30861 \end_layout
30862
30863 \begin_layout Standard
30864
30865 \series bold
30866
30867 \backslash
30868 numberwithin{counter}{sectioning}
30869 \end_layout
30870
30871 \begin_layout Standard
30872 \begin_inset Quotes fld
30873 \end_inset
30874
30875 counter
30876 \begin_inset Quotes frd
30877 \end_inset
30878
30879  indica qué clase de numeración es afectada, 
30880 \begin_inset Quotes fld
30881 \end_inset
30882
30883 sectioning
30884 \begin_inset Quotes frd
30885 \end_inset
30886
30887  indica qué número va delante del punto.
30888  
30889 \end_layout
30890
30891 \begin_layout Standard
30892 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
30893  en el preámbulo LaTeX:
30894 \end_layout
30895
30896 \begin_layout Standard
30897
30898 \series bold
30899
30900 \backslash
30901 numberwithin{equation}{section}
30902 \end_layout
30903
30904 \begin_layout Standard
30905 Este es el resultado::
30906 \begin_inset ERT
30907 status collapsed
30908
30909 \begin_layout Plain Layout
30910
30911
30912 \backslash
30913 numberwithin{equation}{section}
30914 \end_layout
30915
30916 \end_inset
30917
30918
30919 \begin_inset Formula \begin{equation}
30920 A+B=C\end{equation}
30921
30922 \end_inset
30923
30924
30925 \end_layout
30926
30927 \begin_layout Standard
30928 Para numerar p.
30929 \begin_inset space \thinspace{}
30930 \end_inset
30931
30932 e.
30933 \begin_inset space ~
30934 \end_inset
30935
30936 tablas de modo que 
30937 \begin_inset Quotes fld
30938 \end_inset
30939
30940 sectioning
30941 \begin_inset Quotes frd
30942 \end_inset
30943
30944  es el número de la parte se usa
30945 \begin_inset Newline newline
30946 \end_inset
30947
30948
30949 \series bold
30950
30951 \backslash
30952 numberwithin{table}{part}
30953 \end_layout
30954
30955 \begin_layout Standard
30956 Para volver a la numeración estándar o evitar esta clase numeración cuando
30957  es definida por la clase de documento, se inserta el siguiente comando
30958  en código TeX o en el preámbulo LaTeX:
30959 \end_layout
30960
30961 \begin_layout Standard
30962
30963 \series bold
30964
30965 \backslash
30966 renewcommand{
30967 \backslash
30968 theequation}{
30969 \backslash
30970 arabic{equation}}
30971 \begin_inset Index
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975 Comandos ! A ! 
30976 \backslash
30977 arabic
30978 \end_layout
30979
30980 \end_inset
30981
30982
30983 \series default
30984
30985 \begin_inset ERT
30986 status collapsed
30987
30988 \begin_layout Plain Layout
30989
30990
30991 \backslash
30992 renewcommand{
30993 \backslash
30994 theequation}{
30995 \backslash
30996 arabic{equation}}
30997 \end_layout
30998
30999 \end_inset
31000
31001
31002 \series bold
31003
31004 \begin_inset Newline newline
31005 \end_inset
31006
31007
31008 \series default
31009 o
31010 \series bold
31011
31012 \begin_inset Newline newline
31013 \end_inset
31014
31015
31016 \backslash
31017 renewcommand{
31018 \backslash
31019 thetable}{
31020 \backslash
31021 arabic{table}}
31022 \end_layout
31023
31024 \begin_layout Standard
31025
31026 \series bold
31027
31028 \backslash
31029 numberwithin
31030 \series default
31031  usa internamente el comando 
31032 \series bold
31033
31034 \backslash
31035 @addtoreset
31036 \series default
31037 , descrito arriba, que también necesita ser restaurado.
31038 \begin_inset ERT
31039 status collapsed
31040
31041 \begin_layout Plain Layout
31042
31043
31044 \backslash
31045 makeatletter
31046 \end_layout
31047
31048 \begin_layout Plain Layout
31049
31050
31051 \backslash
31052 @removefromreset{equation}{section}
31053 \end_layout
31054
31055 \begin_layout Plain Layout
31056
31057
31058 \backslash
31059 makeatother
31060 \end_layout
31061
31062 \end_inset
31063
31064
31065 \end_layout
31066
31067 \begin_layout Subsection
31068 Numeración con números romanos y letras
31069 \begin_inset Index
31070 status collapsed
31071
31072 \begin_layout Plain Layout
31073 Numeración de ecuaciones ! con números romanos
31074 \end_layout
31075
31076 \end_inset
31077
31078
31079 \begin_inset Index
31080 status collapsed
31081
31082 \begin_layout Plain Layout
31083 Numeración de ecuaciones ! con letras
31084 \end_layout
31085
31086 \end_inset
31087
31088
31089 \end_layout
31090
31091 \begin_layout Standard
31092 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31093  Por ejemplo, para numerar con romanos en minúscula,
31094 \begin_inset Foot
31095 status collapsed
31096
31097 \begin_layout Plain Layout
31098 Como en español no se usan romanos en minúscula, el estilo 
31099 \series bold
31100 spanish
31101 \series default
31102  del sistema 
31103 \series bold
31104 babel
31105 \series default
31106  redefine 
31107 \series bold
31108
31109 \backslash
31110 roman
31111 \series default
31112  para que los dé en versalitas.
31113  Véase 
31114 \begin_inset CommandInset citation
31115 LatexCommand cite
31116 key "spanish"
31117
31118 \end_inset
31119
31120  (
31121 \emph on
31122 N.
31123 \begin_inset space \thinspace{}
31124 \end_inset
31125
31126 del t
31127 \emph default
31128 ).
31129 \end_layout
31130
31131 \end_inset
31132
31133  se inserta el comando
31134 \end_layout
31135
31136 \begin_layout Standard
31137
31138 \series bold
31139
31140 \backslash
31141 renewcommand{
31142 \backslash
31143 theequation}{
31144 \backslash
31145 roman{equation}}
31146 \end_layout
31147
31148 \begin_layout Standard
31149 antes de la ecuación en modo TeX.
31150  
31151 \series bold
31152
31153 \backslash
31154 renewcommand
31155 \series default
31156
31157 \begin_inset Index
31158 status collapsed
31159
31160 \begin_layout Plain Layout
31161 Comandos ! R ! 
31162 \backslash
31163 renewcommand
31164 \end_layout
31165
31166 \end_inset
31167
31168  redefine el comando predefinido 
31169 \series bold
31170
31171 \backslash
31172 theequation
31173 \series default
31174  como 
31175 \series bold
31176
31177 \backslash
31178 roman{equation}
31179 \series default
31180 .
31181 \begin_inset Foot
31182 status collapsed
31183
31184 \begin_layout Plain Layout
31185 El comando 
31186 \series bold
31187
31188 \backslash
31189 renewcommand
31190 \series default
31191  tiene el mismo esquema que el comando 
31192 \series bold
31193
31194 \backslash
31195 newcommand
31196 \series default
31197 , descrito en 
31198 \begin_inset CommandInset ref
31199 LatexCommand ref
31200 reference "sub:El-comando-newcommand"
31201
31202 \end_inset
31203
31204 .
31205 \end_layout
31206
31207 \end_inset
31208
31209  
31210 \series bold
31211 equation
31212 \series default
31213  es el contador de ecuaciones.
31214  Si se usa el comando 
31215 \series bold
31216
31217 \backslash
31218 the
31219 \series default
31220  como prefijo de un contador, el valor del contador sale en números arábigos.
31221  Si una ecuación es numerada, LaTeX pone internamente el comando 
31222 \series bold
31223
31224 \backslash
31225 theequation
31226 \series default
31227  detrás de la ecuación.
31228  
31229 \series bold
31230
31231 \backslash
31232 roman{equation}
31233 \series default
31234
31235 \begin_inset Index
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239 Comandos ! R ! 
31240 \backslash
31241 roman
31242 \end_layout
31243
31244 \end_inset
31245
31246  pone el contador en romanos en minúscula.
31247 \end_layout
31248
31249 \begin_layout Standard
31250 Todas las ecuaciones siguientes a 
31251 \series bold
31252
31253 \backslash
31254 renew
31255 \series default
31256 c
31257 \series bold
31258 ommand
31259 \series default
31260  se numerarán en romanos.
31261  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31262  cambiando 
31263 \series bold
31264
31265 \backslash
31266 roman
31267 \series default
31268  por 
31269 \series bold
31270
31271 \backslash
31272 Roman
31273 \series default
31274  
31275 \begin_inset Index
31276 status collapsed
31277
31278 \begin_layout Plain Layout
31279 Comandos ! R ! 
31280 \backslash
31281 roman@
31282 \backslash
31283 Roman
31284 \end_layout
31285
31286 \end_inset
31287
31288 .
31289  Para 
31290 \begin_inset Quotes fld
31291 \end_inset
31292
31293 numerar
31294 \begin_inset Quotes frd
31295 \end_inset
31296
31297  con minúsculas latinas hay el comando 
31298 \series bold
31299
31300 \backslash
31301 alph
31302 \series default
31303
31304 \begin_inset Index
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308 Comandos ! A ! 
31309 \backslash
31310 alph
31311 \end_layout
31312
31313 \end_inset
31314
31315 , y para mayúsculas el comando 
31316 \series bold
31317
31318 \backslash
31319 Alph
31320 \series default
31321
31322 \begin_inset Index
31323 status collapsed
31324
31325 \begin_layout Plain Layout
31326 Comandos ! A ! 
31327 \backslash
31328 alph@
31329 \backslash
31330 Alph
31331 \end_layout
31332
31333 \end_inset
31334
31335 .
31336 \end_layout
31337
31338 \begin_layout Standard
31339 \begin_inset Note Greyedout
31340 status collapsed
31341
31342 \begin_layout Plain Layout
31343
31344 \series bold
31345 Nota:
31346 \series default
31347  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31348 \end_layout
31349
31350 \end_inset
31351
31352
31353 \begin_inset ERT
31354 status collapsed
31355
31356 \begin_layout Plain Layout
31357
31358
31359 \backslash
31360 renewcommand{
31361 \backslash
31362 theequation}{
31363 \backslash
31364 roman{equation}}
31365 \end_layout
31366
31367 \end_inset
31368
31369
31370 \begin_inset Formula \begin{equation}
31371 A=\textrm{romanos en minúscula}\label{eq:rom}\end{equation}
31372
31373 \end_inset
31374
31375
31376 \begin_inset ERT
31377 status collapsed
31378
31379 \begin_layout Plain Layout
31380
31381
31382 \backslash
31383 renewcommand{
31384 \backslash
31385 theequation}{
31386 \backslash
31387 Roman{equation}}
31388 \end_layout
31389
31390 \end_inset
31391
31392
31393 \begin_inset Formula \begin{equation}
31394 B=\textrm{romanos en mayúscula}\label{eq:Rom}\end{equation}
31395
31396 \end_inset
31397
31398
31399 \begin_inset ERT
31400 status collapsed
31401
31402 \begin_layout Plain Layout
31403
31404
31405 \backslash
31406 renewcommand{
31407 \backslash
31408 theequation}{
31409 \backslash
31410 alph{equation}}
31411 \end_layout
31412
31413 \end_inset
31414
31415
31416 \begin_inset Formula \begin{equation}
31417 C=\textrm{latinas en minúscula}\label{eq:lat}\end{equation}
31418
31419 \end_inset
31420
31421
31422 \begin_inset ERT
31423 status collapsed
31424
31425 \begin_layout Plain Layout
31426
31427
31428 \backslash
31429 renewcommand{
31430 \backslash
31431 theequation}{
31432 \backslash
31433 Alph{equation}}
31434 \end_layout
31435
31436 \end_inset
31437
31438
31439 \begin_inset Formula \begin{equation}
31440 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31441
31442 \end_inset
31443
31444
31445 \end_layout
31446
31447 \begin_layout Standard
31448 Para volver a la numeración por omisión se inserta el comando:
31449 \end_layout
31450
31451 \begin_layout Standard
31452
31453 \series bold
31454
31455 \backslash
31456 renewcommand{
31457 \backslash
31458 theequation}{
31459 \backslash
31460 arabic{equation}}
31461 \begin_inset Index
31462 status collapsed
31463
31464 \begin_layout Plain Layout
31465 Comandos ! A ! 
31466 \backslash
31467 arabic
31468 \end_layout
31469
31470 \end_inset
31471
31472
31473 \end_layout
31474
31475 \begin_layout Standard
31476 \begin_inset ERT
31477 status collapsed
31478
31479 \begin_layout Plain Layout
31480
31481
31482 \backslash
31483 renewcommand{
31484 \backslash
31485 theequation}{
31486 \backslash
31487 arabic{equation}}
31488 \end_layout
31489
31490 \end_inset
31491
31492
31493 \begin_inset Formula \begin{equation}
31494 E=\mbox{arábigos}\label{eq:arab}\end{equation}
31495
31496 \end_inset
31497
31498
31499 \end_layout
31500
31501 \begin_layout Standard
31502 \begin_inset VSpace medskip
31503 \end_inset
31504
31505
31506 \end_layout
31507
31508 \begin_layout Standard
31509 Como ves, las ecuaciones se numeran consecutivamente independientemente
31510  del estilo de numeración.
31511  Cuando la numeración haya de empezar con 
31512 \begin_inset Quotes fld
31513 \end_inset
31514
31515 1
31516 \begin_inset Quotes frd
31517 \end_inset
31518
31519  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31520  Una descripción sobre esto se encuentra en el archivo 
31521 \begin_inset CommandInset href
31522 LatexCommand href
31523 target "Formula-numbering.lyx"
31524
31525 \end_inset
31526
31527 .
31528 \end_layout
31529
31530 \begin_layout Section
31531 Comandos definidos por el usuario
31532 \begin_inset Index
31533 status collapsed
31534
31535 \begin_layout Plain Layout
31536 Comandos de usuario
31537 \end_layout
31538
31539 \end_inset
31540
31541
31542 \end_layout
31543
31544 \begin_layout Standard
31545 \begin_inset Note Greyedout
31546 status collapsed
31547
31548 \begin_layout Plain Layout
31549
31550 \series bold
31551 Nota:
31552 \series default
31553  Los nombres de los comandos definidos por el usuario y macros solo pueden
31554  contener letras latinas.
31555 \end_layout
31556
31557 \end_inset
31558
31559
31560 \end_layout
31561
31562 \begin_layout Subsection
31563 El comando 
31564 \backslash
31565 newcommand
31566 \begin_inset CommandInset label
31567 LatexCommand label
31568 name "sub:El-comando-newcommand"
31569
31570 \end_inset
31571
31572
31573 \begin_inset Index
31574 status collapsed
31575
31576 \begin_layout Plain Layout
31577 Comandos de usuario ! 
31578 \backslash
31579 newcommand
31580 \end_layout
31581
31582 \end_inset
31583
31584
31585 \begin_inset Index
31586 status collapsed
31587
31588 \begin_layout Plain Layout
31589 Comandos ! N ! 
31590 \backslash
31591 newcommand
31592 \end_layout
31593
31594 \end_inset
31595
31596
31597 \end_layout
31598
31599 \begin_layout Standard
31600 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
31601  Pero es posible definir nuevos comandos más cortos con el comando 
31602 \series bold
31603
31604 \backslash
31605 newcommand
31606 \series default
31607 .
31608  
31609 \end_layout
31610
31611 \begin_layout Standard
31612 El esquema del comando 
31613 \series bold
31614
31615 \backslash
31616 newcommand
31617 \series default
31618  es:
31619 \end_layout
31620
31621 \begin_layout Standard
31622
31623 \series bold
31624
31625 \backslash
31626 newcommand{nombre nuevo de comando}[número de argumentos]
31627 \begin_inset Newline newline
31628 \end_inset
31629
31630
31631 \begin_inset ERT
31632 status collapsed
31633
31634 \begin_layout Plain Layout
31635
31636
31637 \backslash
31638 phantom{
31639 \end_layout
31640
31641 \end_inset
31642
31643
31644 \backslash
31645 newcommand
31646 \begin_inset ERT
31647 status collapsed
31648
31649 \begin_layout Plain Layout
31650
31651 }
31652 \end_layout
31653
31654 \end_inset
31655
31656 [valor opcional]{definición de comando}
31657 \end_layout
31658
31659 \begin_layout Standard
31660 \begin_inset Note Greyedout
31661 status collapsed
31662
31663 \begin_layout Plain Layout
31664
31665 \series bold
31666 Nota:
31667 \series default
31668  Asegúrate de que el nombre del nuevo comando no está definido ya en el
31669  documento o en paquetes LaTeX que uses.
31670  Si p.
31671 \begin_inset space \thinspace{}
31672 \end_inset
31673
31674 e.
31675  defines el comando 
31676 \series bold
31677
31678 \backslash
31679 le
31680 \series default
31681  para 
31682 \series bold
31683
31684 \backslash
31685 Leftarrow,
31686 \series default
31687  se producirán errores porque 
31688 \series bold
31689
31690 \backslash
31691 le
31692 \series default
31693  ya existe como comando para 
31694 \begin_inset Quotes fld
31695 \end_inset
31696
31697
31698 \begin_inset Formula $\le$
31699 \end_inset
31700
31701
31702 \begin_inset Quotes frd
31703 \end_inset
31704
31705 .
31706
31707 \series bold
31708  
31709 \end_layout
31710
31711 \end_inset
31712
31713
31714 \end_layout
31715
31716 \begin_layout Standard
31717 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
31718  argumentos debería tener el nuevo comando.
31719  Con el valor opcional se puede predefinir un valor para un argumento opcional.
31720  Cuando se hace esto, el 
31721 \emph on
31722 primer
31723 \emph default
31724  argumento del nuevo comando es automáticamente opcional.
31725 \end_layout
31726
31727 \begin_layout Standard
31728 Veamos unos ejemplos:
31729 \end_layout
31730
31731 \begin_layout Itemize
31732 Para definir el comando 
31733 \series bold
31734
31735 \backslash
31736 gr
31737 \series default
31738  para 
31739 \series bold
31740
31741 \backslash
31742 Longrightarrow
31743 \series default
31744 , la línea de preámbulo LaTeX es:
31745 \begin_inset VSpace medskip
31746 \end_inset
31747
31748
31749 \begin_inset Newline newline
31750 \end_inset
31751
31752
31753 \series bold
31754
31755 \backslash
31756 newcommand{
31757 \backslash
31758 gr}{
31759 \backslash
31760 Longrightarrow}
31761 \end_layout
31762
31763 \begin_layout Itemize
31764 Para definir el comando 
31765 \series bold
31766
31767 \backslash
31768 us
31769 \series default
31770  para 
31771 \series bold
31772
31773 \backslash
31774 underline
31775 \series default
31776 , el argumento (que sería subrayado) debe tenerse en cuenta.
31777  Para esto la línea de preámbulo es:
31778 \begin_inset VSpace medskip
31779 \end_inset
31780
31781
31782 \begin_inset Newline newline
31783 \end_inset
31784
31785
31786 \series bold
31787
31788 \backslash
31789 newcommand{
31790 \backslash
31791 us}[1]{
31792 \backslash
31793 underline{#1}}
31794 \series default
31795
31796 \begin_inset VSpace medskip
31797 \end_inset
31798
31799
31800 \begin_inset Newline newline
31801 \end_inset
31802
31803 El carácter 
31804 \series bold
31805 #
31806 \series default
31807  actúa como colocador del argumento, el 
31808 \series bold
31809 1
31810 \series default
31811  indica que es el colocador para el primer argumento.
31812 \end_layout
31813
31814 \begin_layout Itemize
31815 Para 
31816 \series bold
31817
31818 \backslash
31819 framebox
31820 \series default
31821  se puede p.
31822 \begin_inset space \thinspace{}
31823 \end_inset
31824
31825 e.
31826  definir el comando 
31827 \series bold
31828
31829 \backslash
31830 fb
31831 \series default
31832 :
31833 \begin_inset VSpace medskip
31834 \end_inset
31835
31836
31837 \begin_inset Newline newline
31838 \end_inset
31839
31840
31841 \series bold
31842
31843 \backslash
31844 newcommand{
31845 \backslash
31846 fb}[3]{
31847 \backslash
31848 framebox#1#2{$#3$}}
31849 \series default
31850
31851 \begin_inset VSpace medskip
31852 \end_inset
31853
31854
31855 \begin_inset Newline newline
31856 \end_inset
31857
31858 Los dos signos dólar generan la ecuación extra necesaria para 
31859 \series bold
31860
31861 \backslash
31862 framebox
31863 \series default
31864 , véase 
31865 \begin_inset CommandInset ref
31866 LatexCommand ref
31867 reference "sub:Cuadros-con-marco"
31868
31869 \end_inset
31870
31871 .
31872 \end_layout
31873
31874 \begin_layout Itemize
31875 Para crear un nuevo comando para 
31876 \series bold
31877
31878 \backslash
31879 fcolorbox
31880 \series default
31881  donde no es necesario especificar el color para el cuadro, el argumento
31882  para el color se define opcional:
31883 \begin_inset VSpace medskip
31884 \end_inset
31885
31886
31887 \begin_inset Newline newline
31888 \end_inset
31889
31890
31891 \series bold
31892
31893 \backslash
31894 newcommand{
31895 \backslash
31896 cb}[3][white]{
31897 \backslash
31898 fcolorbox{#2}{#1}{$#3$}}
31899 \series default
31900
31901 \begin_inset VSpace medskip
31902 \end_inset
31903
31904
31905 \begin_inset Newline newline
31906 \end_inset
31907
31908 Si el color no es especificado al usar 
31909 \series bold
31910
31911 \backslash
31912 cb
31913 \series default
31914 , se elige el color 
31915 \series bold
31916 white
31917 \series default
31918  predefinido.
31919 \end_layout
31920
31921 \begin_layout Standard
31922 Un ensayo con los nuevos comandos definidos:
31923 \end_layout
31924
31925 \begin_layout Standard
31926 \noindent
31927 \align center
31928 \begin_inset Tabular
31929 <lyxtabular version="3" rows="6" columns="2">
31930 <features tabularvalignment="middle">
31931 <column alignment="center" valignment="top" width="0">
31932 <column alignment="center" valignment="top" width="0">
31933 <row>
31934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31935 \begin_inset Text
31936
31937 \begin_layout Plain Layout
31938 Comando
31939 \end_layout
31940
31941 \end_inset
31942 </cell>
31943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31944 \begin_inset Text
31945
31946 \begin_layout Plain Layout
31947 Resultado
31948 \begin_inset Note Note
31949 status collapsed
31950
31951 \begin_layout Plain Layout
31952
31953 \series bold
31954
31955 \backslash
31956 raisebox
31957 \series default
31958  se usa sólo como espaciador
31959 \end_layout
31960
31961 \end_inset
31962
31963
31964 \end_layout
31965
31966 \end_inset
31967 </cell>
31968 </row>
31969 <row>
31970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31971 \begin_inset Text
31972
31973 \begin_layout Plain Layout
31974 A
31975 \backslash
31976 gr
31977 \begin_inset ERT
31978 status collapsed
31979
31980 \begin_layout Plain Layout
31981
31982
31983 \backslash
31984 spce 
31985 \end_layout
31986
31987 \end_inset
31988
31989 B
31990 \end_layout
31991
31992 \end_inset
31993 </cell>
31994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31995 \begin_inset Text
31996
31997 \begin_layout Plain Layout
31998 \begin_inset Formula $A\gr B$
31999 \end_inset
32000
32001
32002 \end_layout
32003
32004 \end_inset
32005 </cell>
32006 </row>
32007 <row>
32008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32009 \begin_inset Text
32010
32011 \begin_layout Plain Layout
32012
32013 \backslash
32014 us{ABcd
32015 \end_layout
32016
32017 \end_inset
32018 </cell>
32019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32020 \begin_inset Text
32021
32022 \begin_layout Plain Layout
32023 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32024 \end_inset
32025
32026
32027 \end_layout
32028
32029 \end_inset
32030 </cell>
32031 </row>
32032 <row>
32033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32034 \begin_inset Text
32035
32036 \begin_layout Plain Layout
32037
32038 \backslash
32039 fb{[2cm]
32040 \begin_inset Formula $\to$
32041 \end_inset
32042
32043
32044 \backslash
32045 {
32046 \begin_inset Formula $\to$
32047 \end_inset
32048
32049
32050 \backslash
32051 {
32052 \backslash
32053 int
32054 \begin_inset ERT
32055 status collapsed
32056
32057 \begin_layout Plain Layout
32058
32059
32060 \backslash
32061 spce 
32062 \end_layout
32063
32064 \end_inset
32065
32066 A=B
32067 \end_layout
32068
32069 \end_inset
32070 </cell>
32071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32072 \begin_inset Text
32073
32074 \begin_layout Plain Layout
32075 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32076 \end_inset
32077
32078
32079 \end_layout
32080
32081 \end_inset
32082 </cell>
32083 </row>
32084 <row>
32085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32086 \begin_inset Text
32087
32088 \begin_layout Plain Layout
32089
32090 \backslash
32091 cb{red
32092 \begin_inset Formula $\to$
32093 \end_inset
32094
32095
32096 \backslash
32097 {
32098 \backslash
32099 int
32100 \begin_inset ERT
32101 status collapsed
32102
32103 \begin_layout Plain Layout
32104
32105
32106 \backslash
32107 spce 
32108 \end_layout
32109
32110 \end_inset
32111
32112 A=B
32113 \end_layout
32114
32115 \end_inset
32116 </cell>
32117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32118 \begin_inset Text
32119
32120 \begin_layout Plain Layout
32121 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32122 \end_inset
32123
32124
32125 \end_layout
32126
32127 \end_inset
32128 </cell>
32129 </row>
32130 <row>
32131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32132 \begin_inset Text
32133
32134 \begin_layout Plain Layout
32135
32136 \backslash
32137 cb[green]
32138 \backslash
32139 {red
32140 \begin_inset Formula $\to$
32141 \end_inset
32142
32143
32144 \backslash
32145 {
32146 \backslash
32147 int
32148 \begin_inset ERT
32149 status collapsed
32150
32151 \begin_layout Plain Layout
32152
32153
32154 \backslash
32155 spce 
32156 \end_layout
32157
32158 \end_inset
32159
32160 A=B
32161 \end_layout
32162
32163 \end_inset
32164 </cell>
32165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32166 \begin_inset Text
32167
32168 \begin_layout Plain Layout
32169 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32170 \end_inset
32171
32172
32173 \end_layout
32174
32175 \end_inset
32176 </cell>
32177 </row>
32178 </lyxtabular>
32179
32180 \end_inset
32181
32182
32183 \end_layout
32184
32185 \begin_layout Subsection
32186 Macros de ecuaciones
32187 \begin_inset Index
32188 status collapsed
32189
32190 \begin_layout Plain Layout
32191 Comandos de usuario ! Macros de ecuaciones
32192 \end_layout
32193
32194 \end_inset
32195
32196
32197 \begin_inset Index
32198 status collapsed
32199
32200 \begin_layout Plain Layout
32201 Macros
32202 \end_layout
32203
32204 \end_inset
32205
32206
32207 \end_layout
32208
32209 \begin_layout Standard
32210 Los comandos definidos por el usuario son especialmente convenientes para
32211  expresiones complejas.
32212  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
32213  el mismo tipo de solución se repite varias veces.
32214  La forma general de una ecuación de segundo grado es:
32215 \begin_inset Formula \[
32216 0=\lambda^{2}+p\lambda+q\]
32217
32218 \end_inset
32219
32220 La forma general de la solución es:
32221 \begin_inset Formula \[
32222 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
32223
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \begin_layout Standard
32230 Para definir un comando para la ecuación de la solución, en donde solo hay
32231  que especificar los tres parámetros 
32232 \begin_inset Formula $\lambda$
32233 \end_inset
32234
32235
32236 \begin_inset Formula $p$
32237 \end_inset
32238
32239 , y 
32240 \begin_inset Formula $q$
32241 \end_inset
32242
32243 , y el índice de 
32244 \begin_inset Formula $\lambda$
32245 \end_inset
32246
32247  puede darse opcionalmente, la línea de preámbulo LaTeX es
32248 \begin_inset Newline newline
32249 \end_inset
32250
32251
32252 \series bold
32253
32254 \backslash
32255 newcommand{
32256 \backslash
32257 qG}[4][1,
32258 \backslash
32259 ,2]{#2_{#1}=-
32260 \backslash
32261 frac{#3}{2}
32262 \backslash
32263 pm
32264 \begin_inset Newline newline
32265 \end_inset
32266
32267
32268 \begin_inset ERT
32269 status collapsed
32270
32271 \begin_layout Plain Layout
32272
32273
32274 \backslash
32275 hphantom{
32276 \end_layout
32277
32278 \end_inset
32279
32280
32281 \backslash
32282 newcommand
32283 \begin_inset ERT
32284 status collapsed
32285
32286 \begin_layout Plain Layout
32287
32288 }
32289 \end_layout
32290
32291 \end_inset
32292
32293
32294 \backslash
32295 sqrt{
32296 \backslash
32297 frac{#3^{2}}{4}-#4}}
32298 \end_layout
32299
32300 \begin_layout Standard
32301 Para generar la solución se inserta el comando
32302 \begin_inset Newline newline
32303 \end_inset
32304
32305
32306 \series bold
32307
32308 \backslash
32309 qG{
32310 \backslash
32311 lambda
32312 \begin_inset Formula $\to$
32313 \end_inset
32314
32315
32316 \backslash
32317 {p
32318 \begin_inset Formula $\to$
32319 \end_inset
32320
32321
32322 \backslash
32323 {q
32324 \series default
32325  en una ecuación
32326 \series bold
32327 .
32328 \end_layout
32329
32330 \begin_layout Standard
32331 La definición del nuevo comando no es intuitiva porque hay que conocer los
32332  esquemas de todos los comandos LaTeX usados, p.
32333 \begin_inset space \thinspace{}
32334 \end_inset
32335
32336 e., que una fracción se inserta en LaTeX como
32337 \series bold
32338  
32339 \backslash
32340 frac{numerador}{denominador}
32341 \series default
32342 .
32343  Además, uno puede olvidar fácilmente una llave en la definición y no puede
32344  ver en LyX lo que el nuevo comando está haciendo.
32345  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
32346  ecuación en vez del comando
32347 \series bold
32348  
32349 \backslash
32350 newcommand
32351 \series default
32352 .
32353 \end_layout
32354
32355 \begin_layout Standard
32356 Una macro de ecuación se crea con el menú 
32357 \family sans
32358 Insertar\SpecialChar \menuseparator
32359 Ecuación\SpecialChar \menuseparator
32360 Macro
32361 \family default
32362  o con el botón 
32363 \begin_inset Graphics
32364         filename ../../images/math-macro_newmacroname_newcommand.png
32365         scale 85
32366
32367 \end_inset
32368
32369  de la barra de herramientas.
32370  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
32371  como el siguiente donde se define la macro:
32372 \begin_inset Newline newline
32373 \end_inset
32374
32375
32376 \end_layout
32377
32378 \begin_layout Standard
32379 \begin_inset space \hspace*{\fill}
32380 \end_inset
32381
32382
32383 \begin_inset Graphics
32384         filename ../clipart/macrobox.png
32385         lyxscale 90
32386         scale 90
32387
32388 \end_inset
32389
32390
32391 \begin_inset space \hspace*{\fill}
32392 \end_inset
32393
32394
32395 \begin_inset Newline newline
32396 \end_inset
32397
32398
32399 \begin_inset FormulaMacro
32400 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32401 \end_inset
32402
32403
32404 \backslash
32405 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
32406  En el primer marco azul se inserta la ecuación buscada.
32407  Con el comando 
32408 \series bold
32409
32410 \backslash
32411 #númerodeargumento
32412 \series default
32413 , , o con el botón 
32414 \begin_inset Graphics
32415         filename ../../images/math-macro-add-param.png
32416         scale 85
32417
32418 \end_inset
32419
32420  de la barra de herramientas de macros se inserta un colocador de argumento,
32421  p.
32422 \begin_inset space \thinspace{}
32423 \end_inset
32424
32425 e
32426 \begin_inset space \space{}
32427 \end_inset
32428
32429
32430 \series bold
32431
32432 \backslash
32433 #1
32434 \series default
32435 .
32436  Los colocadores de argumento se muestran en rojo.
32437  Se pueden poner 9 argumentos como máximo.
32438  Con el botón 
32439 \begin_inset Graphics
32440         filename ../../images/math-macro-add-optional-param.png
32441         scale 85
32442
32443 \end_inset
32444
32445  se crean argumentos opcionales.
32446  El primer argumento no opcional puede transformarse en opcional con el
32447  botón 
32448 \begin_inset Graphics
32449         filename ../../images/math-macro-make-optional.png
32450         scale 85
32451
32452 \end_inset
32453
32454 .
32455  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
32456  Normalmente quieres verlo tal como está definido, así que el recuadro se
32457  deja vacío.
32458  Pero si has creado una macro que necesita mucho espacio en la pantalla,
32459  en dicho recuadro puedes insertar, por ejemplo
32460 \begin_inset Newline newline
32461 \end_inset
32462
32463
32464 \series bold
32465 qG: 
32466 \backslash
32467 #1
32468 \series default
32469  
32470 \series bold
32471 ,
32472 \series default
32473  
32474 \series bold
32475
32476 \backslash
32477 #2
32478 \series default
32479  
32480 \series bold
32481 ,
32482 \series default
32483  
32484 \series bold
32485
32486 \backslash
32487 #3, 
32488 \backslash
32489 #4
32490 \begin_inset Newline newline
32491 \end_inset
32492
32493
32494 \series default
32495 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
32496  en LyX, lo que conlleva una visualización mejor.
32497  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
32498 \begin_inset Newline newline
32499 \end_inset
32500
32501 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
32502  macros individuales situando el cursor en la macro y usando el menú 
32503 \family sans
32504 Ver\SpecialChar \menuseparator
32505 (Des)plegar macro de ecuación.
32506 \end_layout
32507
32508 \begin_layout Standard
32509 Para usar una macro, se inserta el nombre de la misma como comando en una
32510  ecuación, en nuestro caso 
32511 \series bold
32512
32513 \backslash
32514 qG
32515 \series default
32516 .
32517  Nuestra macro se muestra en LyX así:
32518 \begin_inset Newline newline
32519 \end_inset
32520
32521
32522 \begin_inset space \hspace*{\fill}
32523 \end_inset
32524
32525
32526 \begin_inset Graphics
32527         filename ../clipart/macrouse.png
32528         lyxscale 75
32529         scale 75
32530
32531 \end_inset
32532
32533
32534 \begin_inset space \hspace*{\fill}
32535 \end_inset
32536
32537
32538 \begin_inset Newline newline
32539 \end_inset
32540
32541 Aquí tenemos nuestro ejemplo de macro con los argumentos 
32542 \begin_inset Formula $x$
32543 \end_inset
32544
32545
32546 \begin_inset Formula $\ln(x)$
32547 \end_inset
32548
32549 , y 
32550 \begin_inset Formula $B$
32551 \end_inset
32552
32553 :
32554 \end_layout
32555
32556 \begin_layout Standard
32557 \begin_inset Formula \[
32558 \qG x{\ln(x)}B\]
32559
32560 \end_inset
32561
32562
32563 \end_layout
32564
32565 \begin_layout Standard
32566 Una macro de ecuación se transforma internamente en un comando 
32567 \series bold
32568
32569 \backslash
32570 newcommand
32571 \series default
32572  cuando se exporta el documento.
32573  El comando creado 
32574 \series bold
32575
32576 \backslash
32577 newcommand
32578 \series default
32579  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
32580  usar en ecuaciones que estén en recuadros de definición de macros en el
32581  documento.
32582  
32583 \end_layout
32584
32585 \begin_layout Standard
32586 Las macros de ecuación también pueden crearse directamente a partir de un
32587  comando
32588 \series bold
32589  
32590 \backslash
32591 newcommand
32592 \series default
32593 .
32594  Por ejemplo, escribiendo el comando
32595 \begin_inset Newline newline
32596 \end_inset
32597
32598
32599 \series bold
32600
32601 \backslash
32602 newcommand{
32603 \backslash
32604 larrow}[2]{
32605 \backslash
32606 xleftarrow[#2]{#1}}
32607 \begin_inset Newline newline
32608 \end_inset
32609
32610
32611 \series default
32612 como texto normal en LyX, seleccionándolo completamente y usando a continuación
32613  el atajo 
32614 \family sans
32615 Ctrl+M
32616 \family default
32617 , el comando se transformará en una macro de ecuación.
32618  Al emplear este método debes tener cuidado en escribir correctamente el
32619  comando 
32620 \series bold
32621
32622 \backslash
32623 newcommand
32624 \series default
32625 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
32626  
32627 \end_layout
32628
32629 \begin_layout Standard
32630 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
32631  en definiciones de macros se manejan incorrectamente.
32632  Por eso el ejemplo 
32633 \series bold
32634
32635 \backslash
32636 fb
32637 \series default
32638  de 
32639 \begin_inset CommandInset ref
32640 LatexCommand ref
32641 reference "sub:El-comando-newcommand"
32642
32643 \end_inset
32644
32645  no puede crearse como macro.
32646 \end_layout
32647
32648 \begin_layout Standard
32649 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
32650  la barra de herramientas de macros:
32651 \end_layout
32652
32653 \begin_layout Standard
32654 \begin_inset VSpace defskip
32655 \end_inset
32656
32657
32658 \end_layout
32659
32660 \begin_layout Standard
32661 \begin_inset Graphics
32662         filename ../clipart/MacroToolbar.png
32663
32664 \end_inset
32665
32666
32667 \begin_inset Index
32668 status collapsed
32669
32670 \begin_layout Plain Layout
32671 Macros ! Barra de herramientas
32672 \end_layout
32673
32674 \end_inset
32675
32676
32677 \end_layout
32678
32679 \begin_layout Standard
32680 \begin_inset VSpace defskip
32681 \end_inset
32682
32683
32684 \end_layout
32685
32686 \begin_layout Standard
32687 La barra de herramientas de macros contiene los siguientes botones:
32688 \end_layout
32689
32690 \begin_layout Standard
32691 \begin_inset VSpace defskip
32692 \end_inset
32693
32694
32695 \end_layout
32696
32697 \begin_layout Standard
32698 \begin_inset Tabular
32699 <lyxtabular version="3" rows="9" columns="2">
32700 <features islongtable="true" tabularvalignment="middle">
32701 <column alignment="left" valignment="top" width="0">
32702 <column alignment="left" valignment="top" width="85col%">
32703 <row interlinespace="2.5mm">
32704 <cell alignment="center" valignment="top" usebox="none">
32705 \begin_inset Text
32706
32707 \begin_layout Plain Layout
32708 \begin_inset Graphics
32709         filename ../../images/math-macro-remove-param.png
32710         BoundingBox 0bp 5bp 20bp 25bp
32711         rotateOrigin center
32712
32713 \end_inset
32714
32715
32716 \end_layout
32717
32718 \end_inset
32719 </cell>
32720 <cell alignment="center" valignment="top" usebox="none">
32721 \begin_inset Text
32722
32723 \begin_layout Plain Layout
32724
32725 \family sans
32726 Editar\SpecialChar \menuseparator
32727 Ecuación\SpecialChar \menuseparator
32728 Definición de macro\SpecialChar \menuseparator
32729 Quitar último argumento
32730 \end_layout
32731
32732 \end_inset
32733 </cell>
32734 </row>
32735 <row interlinespace="2.5mm">
32736 <cell alignment="center" valignment="top" usebox="none">
32737 \begin_inset Text
32738
32739 \begin_layout Plain Layout
32740 \begin_inset Graphics
32741         filename ../../images/math-macro-add-param.png
32742         BoundingBox 0bp 5bp 20bp 25bp
32743         rotateOrigin center
32744
32745 \end_inset
32746
32747
32748 \end_layout
32749
32750 \end_inset
32751 </cell>
32752 <cell alignment="center" valignment="top" usebox="none">
32753 \begin_inset Text
32754
32755 \begin_layout Plain Layout
32756
32757 \family sans
32758 Editar\SpecialChar \menuseparator
32759 Ecuación\SpecialChar \menuseparator
32760 Definición de macro\SpecialChar \menuseparator
32761 Añadir argumento
32762 \end_layout
32763
32764 \end_inset
32765 </cell>
32766 </row>
32767 <row interlinespace="2.5mm">
32768 <cell alignment="center" valignment="top" usebox="none">
32769 \begin_inset Text
32770
32771 \begin_layout Plain Layout
32772 \begin_inset Graphics
32773         filename ../../images/math-macro-make-optional.png
32774         BoundingBox 0bp 5bp 20bp 25bp
32775         rotateOrigin center
32776
32777 \end_inset
32778
32779
32780 \end_layout
32781
32782 \end_inset
32783 </cell>
32784 <cell alignment="center" valignment="top" usebox="none">
32785 \begin_inset Text
32786
32787 \begin_layout Plain Layout
32788
32789 \family sans
32790 Editar\SpecialChar \menuseparator
32791 Ecuación\SpecialChar \menuseparator
32792 Definición de macro\SpecialChar \menuseparator
32793 Hacer opcional el primer
32794 \begin_inset Newline newline
32795 \end_inset
32796
32797
32798 \begin_inset ERT
32799 status collapsed
32800
32801 \begin_layout Plain Layout
32802
32803
32804 \backslash
32805 hphantom{
32806 \end_layout
32807
32808 \end_inset
32809
32810 Editar\SpecialChar \menuseparator
32811 Ecuación\SpecialChar \menuseparator
32812 Definición de macro\SpecialChar \menuseparator
32813
32814 \begin_inset ERT
32815 status collapsed
32816
32817 \begin_layout Plain Layout
32818
32819 }
32820 \end_layout
32821
32822 \end_inset
32823
32824 argumento no opcional
32825 \end_layout
32826
32827 \end_inset
32828 </cell>
32829 </row>
32830 <row interlinespace="2.5mm">
32831 <cell alignment="center" valignment="top" usebox="none">
32832 \begin_inset Text
32833
32834 \begin_layout Plain Layout
32835 \begin_inset Graphics
32836         filename ../../images/math-macro-make-nonoptional.png
32837         BoundingBox 0bp 5bp 20bp 25bp
32838         rotateOrigin center
32839
32840 \end_inset
32841
32842
32843 \end_layout
32844
32845 \end_inset
32846 </cell>
32847 <cell alignment="center" valignment="top" usebox="none">
32848 \begin_inset Text
32849
32850 \begin_layout Plain Layout
32851
32852 \family sans
32853 Editar\SpecialChar \menuseparator
32854 Ecuación\SpecialChar \menuseparator
32855 Definición de macro\SpecialChar \menuseparator
32856 Hacer no opcional el primer
32857 \begin_inset Newline newline
32858 \end_inset
32859
32860
32861 \begin_inset ERT
32862 status collapsed
32863
32864 \begin_layout Plain Layout
32865
32866
32867 \backslash
32868 hphantom{
32869 \end_layout
32870
32871 \end_inset
32872
32873 Editar\SpecialChar \menuseparator
32874 Ecuación\SpecialChar \menuseparator
32875 Definición de macro\SpecialChar \menuseparator
32876
32877 \begin_inset ERT
32878 status collapsed
32879
32880 \begin_layout Plain Layout
32881
32882 }
32883 \end_layout
32884
32885 \end_inset
32886
32887 argumento opcional
32888 \end_layout
32889
32890 \end_inset
32891 </cell>
32892 </row>
32893 <row interlinespace="2.5mm">
32894 <cell alignment="center" valignment="top" usebox="none">
32895 \begin_inset Text
32896
32897 \begin_layout Plain Layout
32898 \begin_inset Graphics
32899         filename ../../images/math-macro-remove-optional-param.png
32900         BoundingBox 0bp 5bp 20bp 25bp
32901         rotateOrigin center
32902
32903 \end_inset
32904
32905
32906 \end_layout
32907
32908 \end_inset
32909 </cell>
32910 <cell alignment="center" valignment="top" usebox="none">
32911 \begin_inset Text
32912
32913 \begin_layout Plain Layout
32914
32915 \family sans
32916 Editar\SpecialChar \menuseparator
32917 Ecuación\SpecialChar \menuseparator
32918 Definición de macro\SpecialChar \menuseparator
32919 Quitar argumento opcional
32920 \end_layout
32921
32922 \end_inset
32923 </cell>
32924 </row>
32925 <row interlinespace="2.5mm">
32926 <cell alignment="center" valignment="top" usebox="none">
32927 \begin_inset Text
32928
32929 \begin_layout Plain Layout
32930 \begin_inset Graphics
32931         filename ../../images/math-macro-add-optional-param.png
32932         BoundingBox 0bp 5bp 20bp 25bp
32933         rotateOrigin center
32934
32935 \end_inset
32936
32937
32938 \end_layout
32939
32940 \end_inset
32941 </cell>
32942 <cell alignment="center" valignment="top" usebox="none">
32943 \begin_inset Text
32944
32945 \begin_layout Plain Layout
32946
32947 \family sans
32948 Editar\SpecialChar \menuseparator
32949 Ecuación\SpecialChar \menuseparator
32950 Definición de macro\SpecialChar \menuseparator
32951 Insertar argumento opcional
32952 \end_layout
32953
32954 \end_inset
32955 </cell>
32956 </row>
32957 <row interlinespace="2.5mm">
32958 <cell alignment="center" valignment="top" usebox="none">
32959 \begin_inset Text
32960
32961 \begin_layout Plain Layout
32962 \begin_inset Graphics
32963         filename ../../images/math-macro-remove-greedy-param.png
32964         BoundingBox 0bp 5bp 20bp 25bp
32965         rotateOrigin center
32966
32967 \end_inset
32968
32969
32970 \end_layout
32971
32972 \end_inset
32973 </cell>
32974 <cell alignment="center" valignment="top" usebox="none">
32975 \begin_inset Text
32976
32977 \begin_layout Plain Layout
32978
32979 \family sans
32980 Editar\SpecialChar \menuseparator
32981 Ecuación\SpecialChar \menuseparator
32982 Definición de macro\SpecialChar \menuseparator
32983 Quitar último argumento
32984 \begin_inset Newline newline
32985 \end_inset
32986
32987
32988 \begin_inset ERT
32989 status collapsed
32990
32991 \begin_layout Plain Layout
32992
32993
32994 \backslash
32995 hphantom{
32996 \end_layout
32997
32998 \end_inset
32999
33000 Editar\SpecialChar \menuseparator
33001 Ecuación\SpecialChar \menuseparator
33002 Definición de macro\SpecialChar \menuseparator
33003
33004 \begin_inset ERT
33005 status collapsed
33006
33007 \begin_layout Plain Layout
33008
33009 }
33010 \end_layout
33011
33012 \end_inset
33013
33014 yendo hacia la derecha
33015 \end_layout
33016
33017 \end_inset
33018 </cell>
33019 </row>
33020 <row interlinespace="2.5mm">
33021 <cell alignment="center" valignment="top" usebox="none">
33022 \begin_inset Text
33023
33024 \begin_layout Plain Layout
33025 \begin_inset Graphics
33026         filename ../../images/math-macro-append-greedy-param.png
33027         BoundingBox 0bp 5bp 20bp 25bp
33028         rotateOrigin center
33029
33030 \end_inset
33031
33032
33033 \end_layout
33034
33035 \end_inset
33036 </cell>
33037 <cell alignment="center" valignment="top" usebox="none">
33038 \begin_inset Text
33039
33040 \begin_layout Plain Layout
33041
33042 \family sans
33043 Editar\SpecialChar \menuseparator
33044 Ecuación\SpecialChar \menuseparator
33045 Definición de macro\SpecialChar \menuseparator
33046 Añadir argumento comiendo
33047 \begin_inset Newline newline
33048 \end_inset
33049
33050
33051 \begin_inset ERT
33052 status collapsed
33053
33054 \begin_layout Plain Layout
33055
33056
33057 \backslash
33058 hphantom{
33059 \end_layout
33060
33061 \end_inset
33062
33063 Editar\SpecialChar \menuseparator
33064 Ecuación\SpecialChar \menuseparator
33065 Definición de macro\SpecialChar \menuseparator
33066
33067 \begin_inset ERT
33068 status collapsed
33069
33070 \begin_layout Plain Layout
33071
33072 }
33073 \end_layout
33074
33075 \end_inset
33076
33077 desde la derecha
33078 \end_layout
33079
33080 \end_inset
33081 </cell>
33082 </row>
33083 <row interlinespace="2.5mm">
33084 <cell alignment="center" valignment="top" usebox="none">
33085 \begin_inset Text
33086
33087 \begin_layout Plain Layout
33088 \begin_inset Graphics
33089         filename ../../images/math-macro-add-greedy-optional-param.png
33090         BoundingBox 0bp 5bp 20bp 25bp
33091         rotateOrigin center
33092
33093 \end_inset
33094
33095
33096 \end_layout
33097
33098 \end_inset
33099 </cell>
33100 <cell alignment="center" valignment="top" usebox="none">
33101 \begin_inset Text
33102
33103 \begin_layout Plain Layout
33104
33105 \family sans
33106 Editar\SpecialChar \menuseparator
33107 Ecuación\SpecialChar \menuseparator
33108 Definición de macro\SpecialChar \menuseparator
33109 Añadir argumento opcional
33110 \begin_inset Newline newline
33111 \end_inset
33112
33113
33114 \begin_inset ERT
33115 status collapsed
33116
33117 \begin_layout Plain Layout
33118
33119
33120 \backslash
33121 hphantom{
33122 \end_layout
33123
33124 \end_inset
33125
33126 Editar\SpecialChar \menuseparator
33127 Ecuación\SpecialChar \menuseparator
33128 Definición de macro\SpecialChar \menuseparator
33129
33130 \begin_inset ERT
33131 status collapsed
33132
33133 \begin_layout Plain Layout
33134
33135 }
33136 \end_layout
33137
33138 \end_inset
33139
33140 comiendo desde la derecha
33141 \end_layout
33142
33143 \end_inset
33144 </cell>
33145 </row>
33146 </lyxtabular>
33147
33148 \end_inset
33149
33150
33151 \end_layout
33152
33153 \begin_layout Standard
33154 \noindent
33155 \align center
33156 \begin_inset Newpage newpage
33157 \end_inset
33158
33159
33160 \end_layout
33161
33162 \begin_layout Section
33163 Diagramas
33164 \end_layout
33165
33166 \begin_layout Standard
33167 Lyx soporta dos tipos de diagramas conmutativos: 
33168 \series bold
33169 amscd
33170 \series default
33171  y 
33172 \series bold
33173 xymatrix
33174 \series default
33175 , que se explican a continuación.
33176 \end_layout
33177
33178 \begin_layout Subsection
33179 Diagramas amscd
33180 \begin_inset Index
33181 status collapsed
33182
33183 \begin_layout Plain Layout
33184 Diagramas ! amscd
33185 \end_layout
33186
33187 \end_inset
33188
33189
33190 \end_layout
33191
33192 \begin_layout Standard
33193 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
33194  verticales y horizontales:
33195 \begin_inset Formula \[
33196 \begin{CD}A@)))B@)))C\\
33197 @AAA@.@VVV\\
33198 F@(((E@(((D\end{CD}\]
33199
33200 \end_inset
33201
33202 Para obtener el diagrama se inserta en la ecuación el comando 
33203 \series bold
33204
33205 \backslash
33206 CD
33207 \begin_inset Index
33208 status collapsed
33209
33210 \begin_layout Plain Layout
33211 Comandos ! C ! 
33212 \backslash
33213 CD
33214 \end_layout
33215
33216 \end_inset
33217
33218
33219 \series default
33220 .
33221  Surge un marco azul entre dos líneas de trazos en el que se insertan a
33222  continuación comandos.
33223  Con 
33224 \family sans
33225 Ctrl+Retorno
33226 \family default
33227  se inicia una nueva línea.
33228  En las líneas impares se insertan relaciones horizontales, en las pares
33229  verticales.
33230 \end_layout
33231
33232 \begin_layout Standard
33233 Para componer las relaciones hay los siguientes comandos:
33234 \begin_inset Foot
33235 status collapsed
33236
33237 \begin_layout Plain Layout
33238 \begin_inset CommandInset label
33239 LatexCommand label
33240 name "fn:sinónimos"
33241
33242 \end_inset
33243
33244 Los comandos con 
33245 \family sans
33246 '
33247 \series bold
33248 >
33249 \series default
33250 '
33251 \family default
33252  o 
33253 \family sans
33254 '
33255 \series bold
33256 <
33257 \series default
33258 '
33259 \family default
33260  pueden generar errores con el estilo 
33261 \series bold
33262 spanish
33263 \series default
33264  de 
33265 \series bold
33266 babel
33267 \series default
33268 .
33269  Para evitarlo se pueden sustituir por sus sinónimos 
33270 \family sans
33271 '
33272 \series bold
33273 )
33274 \series default
33275 '
33276 \family default
33277  y 
33278 \family sans
33279 '
33280 \series bold
33281 (
33282 \series default
33283 '
33284 \family default
33285  respectivamente.
33286  Véase 
33287 \begin_inset CommandInset citation
33288 LatexCommand cite
33289 key "spanish"
33290
33291 \end_inset
33292
33293 .
33294  (
33295 \emph on
33296 N.
33297 \begin_inset space \thinspace{}
33298 \end_inset
33299
33300 del t.
33301 \emph default
33302 )
33303 \end_layout
33304
33305 \end_inset
33306
33307
33308 \end_layout
33309
33310 \begin_layout Itemize
33311
33312 \series bold
33313 @<<<
33314 \series default
33315  genera una flecha hacia la izquierda, 
33316 \series bold
33317 @>>>
33318 \series default
33319  una hacia la derecha, y 
33320 \series bold
33321 @=
33322 \series default
33323  un signo igual largo
33324 \end_layout
33325
33326 \begin_layout Itemize
33327
33328 \series bold
33329 @AAA
33330 \series default
33331  genera una flecha hacia arriba, 
33332 \series bold
33333 @VVV
33334 \series default
33335  una hacia abajo, y 
33336 \series bold
33337 @|
33338 \series default
33339  un signo igual vertical
33340 \end_layout
33341
33342 \begin_layout Itemize
33343
33344 \series bold
33345 @.
33346
33347 \series default
33348  genera una ubicación vacía para relaciones inexistentes
33349 \end_layout
33350
33351 \begin_layout Standard
33352 Todas las flechas pueden etiquetarse como sigue:
33353 \end_layout
33354
33355 \begin_layout Itemize
33356 Si se inserta texto entre el primero y el segundo 
33357 \series bold
33358 <
33359 \series default
33360  o 
33361 \series bold
33362 >
33363 \series default
33364 , respectivamente, se muestra sobre la flecha.
33365  Si se inserta entre el segundo y el tercero, bajo la flecha.
33366 \end_layout
33367
33368 \begin_layout Itemize
33369 Para flechas verticales, si se inserta texto entre la primera y la segunda
33370  
33371 \series bold
33372 A
33373 \series default
33374  o 
33375 \series bold
33376 V
33377 \series default
33378 , respectivamente, se muestra al lado izquierdo de la flecha.
33379  Si se inserta entre la segunda y la tercera, al lado derecho.
33380  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
33381 \end_layout
33382
33383 \begin_layout Standard
33384 Como ejemplo un diagrama con todas las relaciones posibles:
33385 \begin_inset Formula \[
33386 \begin{CD}A@)j))B@))k)C@=F\\
33387 @AmAA@.@VV{V}V@|\\
33388 D@((j\,(E@)k))F@=C\end{CD}\]
33389
33390 \end_inset
33391
33392 El comando para este diagrama es:
33393 \begin_inset Newline newline
33394 \end_inset
33395
33396
33397 \series bold
33398
33399 \backslash
33400 CD
33401 \begin_inset ERT
33402 status collapsed
33403
33404 \begin_layout Plain Layout
33405
33406
33407 \backslash
33408 spce 
33409 \end_layout
33410
33411 \end_inset
33412
33413 A@>j>>B@>>k>C@=F Ctrl+Retorno
33414 \begin_inset Newline newline
33415 \end_inset
33416
33417
33418 \begin_inset ERT
33419 status collapsed
33420
33421 \begin_layout Plain Layout
33422
33423
33424 \backslash
33425 hphantom{
33426 \end_layout
33427
33428 \end_inset
33429
33430
33431 \backslash
33432 CD
33433 \begin_inset ERT
33434 status collapsed
33435
33436 \begin_layout Plain Layout
33437
33438
33439 \backslash
33440 spce 
33441 \end_layout
33442
33443 \end_inset
33444
33445
33446 \begin_inset ERT
33447 status collapsed
33448
33449 \begin_layout Plain Layout
33450
33451 }
33452 \end_layout
33453
33454 \end_inset
33455
33456 @AmAA@.@VV
33457 \backslash
33458 {V
33459 \series default
33460
33461 \begin_inset Formula $\to$
33462 \end_inset
33463
33464
33465 \series bold
33466 V@| Ctrl+Retorno
33467 \begin_inset Newline newline
33468 \end_inset
33469
33470
33471 \begin_inset ERT
33472 status collapsed
33473
33474 \begin_layout Plain Layout
33475
33476
33477 \backslash
33478 hphantom{
33479 \end_layout
33480
33481 \end_inset
33482
33483
33484 \backslash
33485 CD
33486 \begin_inset ERT
33487 status collapsed
33488
33489 \begin_layout Plain Layout
33490
33491
33492 \backslash
33493 spce 
33494 \end_layout
33495
33496 \end_inset
33497
33498
33499 \begin_inset ERT
33500 status collapsed
33501
33502 \begin_layout Plain Layout
33503
33504 }
33505 \end_layout
33506
33507 \end_inset
33508
33509 D@<<j<E@>k>>F@=C
33510 \end_layout
33511
33512 \begin_layout Subsection
33513 Diagramas xymatrix
33514 \begin_inset Index
33515 status collapsed
33516
33517 \begin_layout Plain Layout
33518 Diagramas ! xymatrix
33519 \end_layout
33520
33521 \end_inset
33522
33523
33524 \end_layout
33525
33526 \begin_layout Standard
33527 Para usar matrices xy debe estar instalado el paquete LaTeX 
33528 \series bold
33529 xypic
33530 \series default
33531 .
33532  Una matriz xy se crea insertando el comando 
33533 \series bold
33534
33535 \backslash
33536 xymatrix
33537 \series default
33538  en una ecuación.
33539  Después podrás añadir nuevas columnas y filas como en matrices normales,
33540  véase
33541 \begin_inset space ~
33542 \end_inset
33543
33544
33545 \begin_inset CommandInset ref
33546 LatexCommand ref
33547 reference "sec:Matrices"
33548
33549 \end_inset
33550
33551 .
33552 \end_layout
33553
33554 \begin_layout Standard
33555 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
33556  y curvadas, y mucho más.
33557  Todas las posibilidades para generar diagramas conmutativos y decoraciones
33558  se explican en el 
33559 \emph on
33560 Manual de XY-pic
33561 \emph default
33562  que se encuentra en el menú 
33563 \family sans
33564 Ayuda\SpecialChar \menuseparator
33565 Manuales
33566 \begin_inset space ~
33567 \end_inset
33568
33569 específicos
33570 \family default
33571 .
33572 \end_layout
33573
33574 \begin_layout Section
33575 Indicaciones
33576 \begin_inset ERT
33577 status collapsed
33578
33579 \begin_layout Plain Layout
33580
33581
33582 \backslash
33583 texorpdfstring{
33584 \end_layout
33585
33586 \end_inset
33587
33588
33589 \begin_inset Foot
33590 status collapsed
33591
33592 \begin_layout Plain Layout
33593 Otras sugerencias útiles para matemáticas en 
33594 \begin_inset CommandInset citation
33595 LatexCommand cite
33596 key "Voss"
33597
33598 \end_inset
33599
33600 .
33601 \end_layout
33602
33603 \end_inset
33604
33605
33606 \begin_inset ERT
33607 status collapsed
33608
33609 \begin_layout Plain Layout
33610
33611 }{}
33612 \end_layout
33613
33614 \end_inset
33615
33616
33617 \begin_inset Note Note
33618 status collapsed
33619
33620 \begin_layout Plain Layout
33621
33622 \backslash
33623 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
33624  PDF.
33625 \end_layout
33626
33627 \begin_layout Plain Layout
33628 Más sobre 
33629 \backslash
33630 texorpdfstring hay en la sección 
33631 \begin_inset CommandInset ref
33632 LatexCommand ref
33633 reference "sub:Ecuaciones-en-encabezados"
33634
33635 \end_inset
33636
33637 .
33638 \end_layout
33639
33640 \end_inset
33641
33642
33643 \begin_inset Index
33644 status collapsed
33645
33646 \begin_layout Plain Layout
33647 Indicaciones
33648 \end_layout
33649
33650 \end_inset
33651
33652
33653 \end_layout
33654
33655 \begin_layout Subsection
33656 Símbolos y ecuaciones químicas
33657 \begin_inset CommandInset label
33658 LatexCommand label
33659 name "sub:Símbolos-y-ecuaciones-químicas"
33660
33661 \end_inset
33662
33663
33664 \begin_inset Index
33665 status collapsed
33666
33667 \begin_layout Plain Layout
33668 Química ! símbolos
33669 \end_layout
33670
33671 \end_inset
33672
33673
33674 \begin_inset Index
33675 status collapsed
33676
33677 \begin_layout Plain Layout
33678 Química ! caracteres
33679 \end_layout
33680
33681 \end_inset
33682
33683
33684 \begin_inset Index
33685 status collapsed
33686
33687 \begin_layout Plain Layout
33688 Ecuación ! química|see
33689 \begin_inset ERT
33690 status collapsed
33691
33692 \begin_layout Plain Layout
33693
33694 {
33695 \end_layout
33696
33697 \end_inset
33698
33699 Química
33700 \begin_inset ERT
33701 status collapsed
33702
33703 \begin_layout Plain Layout
33704
33705 }
33706 \end_layout
33707
33708 \end_inset
33709
33710
33711 \end_layout
33712
33713 \end_inset
33714
33715
33716 \begin_inset Index
33717 status collapsed
33718
33719 \begin_layout Plain Layout
33720 Química ! iones
33721 \end_layout
33722
33723 \end_inset
33724
33725
33726 \begin_inset Index
33727 status collapsed
33728
33729 \begin_layout Plain Layout
33730 Iones|see
33731 \begin_inset ERT
33732 status collapsed
33733
33734 \begin_layout Plain Layout
33735
33736 {
33737 \end_layout
33738
33739 \end_inset
33740
33741 Química
33742 \begin_inset ERT
33743 status collapsed
33744
33745 \begin_layout Plain Layout
33746
33747 }
33748 \end_layout
33749
33750 \end_inset
33751
33752
33753 \end_layout
33754
33755 \end_inset
33756
33757
33758 \begin_inset Index
33759 status collapsed
33760
33761 \begin_layout Plain Layout
33762 Química ! reacción
33763 \end_layout
33764
33765 \end_inset
33766
33767
33768 \end_layout
33769
33770 \begin_layout Standard
33771 Un ejemplo de texto de química:
33772 \end_layout
33773
33774 \begin_layout Quote
33775 El ión 
33776 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
33777 \end_inset
33778
33779  reacciona con dos iones 
33780 \begin_inset Formula $\mathrm{Na^{+}}$
33781 \end_inset
33782
33783  para dar sulfato de sodio 
33784 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
33785 \end_inset
33786
33787 .
33788  La ecuación química es:
33789 \begin_inset Formula \[
33790 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
33791
33792 \end_inset
33793
33794
33795 \end_layout
33796
33797 \begin_layout Standard
33798 Esta ecuación química puede componerse directamente en modo ecuación.
33799  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
33800  y con el atajo 
33801 \family sans
33802 Alt+C
33803 \begin_inset space ~
33804 \end_inset
33805
33806 R
33807 \family default
33808  se cambia en redonda.
33809 \begin_inset Foot
33810 status collapsed
33811
33812 \begin_layout Plain Layout
33813 véase estilos de fuentes en 
33814 \begin_inset CommandInset ref
33815 LatexCommand ref
33816 reference "sub:Estilos-de-fuentes"
33817
33818 \end_inset
33819
33820 .
33821 \end_layout
33822
33823 \end_inset
33824
33825
33826 \end_layout
33827
33828 \begin_layout Subsection
33829 Números negativos
33830 \begin_inset Index
33831 status collapsed
33832
33833 \begin_layout Plain Layout
33834 Numeros@Números ! negativos
33835 \end_layout
33836
33837 \end_inset
33838
33839
33840 \end_layout
33841
33842 \begin_layout Standard
33843 Los números negativos a veces se ven feos en las ecuaciones porque el signo
33844  menos delante del número tiene la misma longitud que el operador signo
33845  menos.
33846  Si se escribe el número negativo en texto normal el signo menos aparece
33847  correctamente.
33848 \end_layout
33849
33850 \begin_layout Standard
33851 Así pues, el problema desaparece si se convierte el signo menos a texto
33852  matemático.
33853 \end_layout
33854
33855 \begin_layout Standard
33856 Un ejemplo para visualizar el problema:
33857 \end_layout
33858
33859 \begin_layout Standard
33860 \noindent
33861 \align center
33862 \begin_inset Tabular
33863 <lyxtabular version="3" rows="3" columns="2">
33864 <features tabularvalignment="middle">
33865 <column alignment="center" valignment="top" width="0">
33866 <column alignment="center" valignment="top" width="0">
33867 <row>
33868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33869 \begin_inset Text
33870
33871 \begin_layout Plain Layout
33872 texto normal:
33873 \end_layout
33874
33875 \end_inset
33876 </cell>
33877 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33878 \begin_inset Text
33879
33880 \begin_layout Plain Layout
33881 x = -2
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 ecuació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=-2$
33902 \end_inset
33903
33904
33905 \end_layout
33906
33907 \end_inset
33908 </cell>
33909 </row>
33910 <row>
33911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33912 \begin_inset Text
33913
33914 \begin_layout Plain Layout
33915 solución:
33916 \end_layout
33917
33918 \end_inset
33919 </cell>
33920 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33921 \begin_inset Text
33922
33923 \begin_layout Plain Layout
33924 \begin_inset Formula $x=\mbox{-}2$
33925 \end_inset
33926
33927
33928 \end_layout
33929
33930 \end_inset
33931 </cell>
33932 </row>
33933 </lyxtabular>
33934
33935 \end_inset
33936
33937
33938 \end_layout
33939
33940 \begin_layout Subsection
33941 Coma como separador decimal
33942 \begin_inset Index
33943 status collapsed
33944
33945 \begin_layout Plain Layout
33946 Coma decimal
33947 \end_layout
33948
33949 \end_inset
33950
33951
33952 \end_layout
33953
33954 \begin_layout Standard
33955 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
33956  de grupos numéricos.
33957  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
33958 \end_layout
33959
33960 \begin_layout Standard
33961 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
33962  
33963 \family sans
33964 Ctrl+M
33965 \family default
33966 ).
33967 \end_layout
33968
33969 \begin_layout Standard
33970 Para usar las comas en todas las fórmulas del documento como separador decimal,
33971  se carga el archivo 
33972 \series bold
33973 icomma.sty
33974 \series default
33975
33976 \begin_inset Foot
33977 status collapsed
33978
33979 \begin_layout Plain Layout
33980
33981 \series bold
33982 icomma
33983 \series default
33984  forma parte del paquete LaTeX 
33985 \series bold
33986 was
33987 \series default
33988
33989 \begin_inset Index
33990 status collapsed
33991
33992 \begin_layout Plain Layout
33993 Paquetes ! was
33994 \begin_inset ERT
33995 status collapsed
33996
33997 \begin_layout Plain Layout
33998
33999
34000 \backslash
34001 vspace{4mm}
34002 \end_layout
34003
34004 \end_inset
34005
34006
34007 \end_layout
34008
34009 \end_inset
34010
34011 .
34012 \end_layout
34013
34014 \end_inset
34015
34016
34017 \begin_inset Index
34018 status collapsed
34019
34020 \begin_layout Plain Layout
34021 Paquetes ! icomma
34022 \end_layout
34023
34024 \end_inset
34025
34026  en el preámbulo LaTeX con la línea: 
34027 \end_layout
34028
34029 \begin_layout Standard
34030
34031 \series bold
34032
34033 \backslash
34034 usepackage{icomma}
34035 \end_layout
34036
34037 \begin_layout Subsection
34038 Vectores físicos
34039 \begin_inset CommandInset label
34040 LatexCommand label
34041 name "sub:Vectores-físicos"
34042
34043 \end_inset
34044
34045
34046 \begin_inset Index
34047 status collapsed
34048
34049 \begin_layout Plain Layout
34050 Vectores físicos
34051 \end_layout
34052
34053 \end_inset
34054
34055
34056 \end_layout
34057
34058 \begin_layout Standard
34059 El paquete LaTeX 
34060 \series bold
34061 braket
34062 \series default
34063
34064 \begin_inset Foot
34065 status collapsed
34066
34067 \begin_layout Plain Layout
34068
34069 \series bold
34070 braket
34071 \series default
34072  se incluye en las instalaciones estándar de LaTeX.
34073 \end_layout
34074
34075 \end_inset
34076
34077
34078 \begin_inset Index
34079 status collapsed
34080
34081 \begin_layout Plain Layout
34082 Paquetes ! braket
34083 \end_layout
34084
34085 \end_inset
34086
34087  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
34088 \end_layout
34089
34090 \begin_layout Standard
34091
34092 \series bold
34093
34094 \backslash
34095 usepackage{braket}
34096 \end_layout
34097
34098 \begin_layout Standard
34099 \begin_inset ERT
34100 status collapsed
34101
34102 \begin_layout Plain Layout
34103
34104
34105 \backslash
34106 ifbraket 
34107 \end_layout
34108
34109 \end_inset
34110
34111
34112 \begin_inset Note Note
34113 status collapsed
34114
34115 \begin_layout Plain Layout
34116 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
34117 \series bold
34118 braket
34119 \series default
34120  está instalado.
34121 \end_layout
34122
34123 \end_inset
34124
34125
34126 \end_layout
34127
34128 \begin_layout Standard
34129 Están definidos los siguientes comandos:
34130 \end_layout
34131
34132 \begin_layout Standard
34133 \noindent
34134 \align center
34135 \begin_inset Tabular
34136 <lyxtabular version="3" rows="4" columns="2">
34137 <features tabularvalignment="middle">
34138 <column alignment="center" valignment="top" width="0">
34139 <column alignment="center" valignment="top" width="0">
34140 <row>
34141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34142 \begin_inset Text
34143
34144 \begin_layout Plain Layout
34145 Comando
34146 \end_layout
34147
34148 \end_inset
34149 </cell>
34150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34151 \begin_inset Text
34152
34153 \begin_layout Plain Layout
34154 Resultado
34155 \end_layout
34156
34157 \end_inset
34158 </cell>
34159 </row>
34160 <row>
34161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34162 \begin_inset Text
34163
34164 \begin_layout Plain Layout
34165
34166 \backslash
34167 Bra{
34168 \backslash
34169 psi
34170 \end_layout
34171
34172 \end_inset
34173 </cell>
34174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34175 \begin_inset Text
34176
34177 \begin_layout Plain Layout
34178 \begin_inset Formula $\Bra{\psi}$
34179 \end_inset
34180
34181
34182 \end_layout
34183
34184 \end_inset
34185 </cell>
34186 </row>
34187 <row>
34188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34189 \begin_inset Text
34190
34191 \begin_layout Plain Layout
34192
34193 \backslash
34194 Ket{
34195 \backslash
34196 psi
34197 \end_layout
34198
34199 \end_inset
34200 </cell>
34201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34202 \begin_inset Text
34203
34204 \begin_layout Plain Layout
34205 \begin_inset Formula $\Ket{\psi}$
34206 \end_inset
34207
34208
34209 \end_layout
34210
34211 \end_inset
34212 </cell>
34213 </row>
34214 <row>
34215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34216 \begin_inset Text
34217
34218 \begin_layout Plain Layout
34219
34220 \backslash
34221 Braket{
34222 \backslash
34223 psi|
34224 \backslash
34225 phi
34226 \end_layout
34227
34228 \end_inset
34229 </cell>
34230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34231 \begin_inset Text
34232
34233 \begin_layout Plain Layout
34234 \begin_inset Formula $\Braket{\psi|\phi}$
34235 \end_inset
34236
34237
34238 \end_layout
34239
34240 \end_inset
34241 </cell>
34242 </row>
34243 </lyxtabular>
34244
34245 \end_inset
34246
34247
34248 \end_layout
34249
34250 \begin_layout Standard
34251 El comando 
34252 \series bold
34253
34254 \backslash
34255 Braket
34256 \series default
34257  asegura que todas las barras verticales tienen el tamaño de los delimitadores
34258  circundantes:
34259 \begin_inset Formula \[
34260 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34261
34262 \end_inset
34263
34264
34265 \begin_inset ERT
34266 status collapsed
34267
34268 \begin_layout Plain Layout
34269
34270
34271 \backslash
34272 else
34273 \end_layout
34274
34275 \end_inset
34276
34277
34278 \begin_inset Note Note
34279 status collapsed
34280
34281 \begin_layout Plain Layout
34282 Lo que sigue se verá en la salida si el paquete LaTeX 
34283 \series bold
34284 braket
34285 \series default
34286  no está instalado:
34287 \end_layout
34288
34289 \end_inset
34290
34291
34292 \end_layout
34293
34294 \begin_layout Standard
34295 Debes instalar el paquete LaTeX 
34296 \series bold
34297 braket
34298 \series default
34299  para ver en la salida el resto de esta subsección.
34300 \end_layout
34301
34302 \begin_layout Standard
34303 \begin_inset ERT
34304 status collapsed
34305
34306 \begin_layout Plain Layout
34307
34308
34309 \backslash
34310 fi
34311 \end_layout
34312
34313 \end_inset
34314
34315
34316 \end_layout
34317
34318 \begin_layout Standard
34319 El efecto de 
34320 \series bold
34321
34322 \backslash
34323 Braket
34324 \series default
34325  también se puede conseguir con el comando 
34326 \series bold
34327
34328 \backslash
34329 middle
34330 \series default
34331 , que se describe en 
34332 \begin_inset CommandInset ref
34333 LatexCommand ref
34334 reference "sub:Tamaño-automático-de"
34335
34336 \end_inset
34337
34338 .
34339 \end_layout
34340
34341 \begin_layout Subsection
34342 Fracciones definidas por el usuario
34343 \begin_inset CommandInset label
34344 LatexCommand label
34345 name "sub:Fracciones-personalizadas"
34346
34347 \end_inset
34348
34349
34350 \begin_inset Index
34351 status collapsed
34352
34353 \begin_layout Plain Layout
34354 Fracciones ! personalizadas
34355 \end_layout
34356
34357 \end_inset
34358
34359
34360 \end_layout
34361
34362 \begin_layout Standard
34363 Para definir comandos personalizados para fracciones, se usa el comando
34364  
34365 \series bold
34366
34367 \backslash
34368 genfrac
34369 \series default
34370
34371 \begin_inset Index
34372 status collapsed
34373
34374 \begin_layout Plain Layout
34375 Comandos ! G ! 
34376 \backslash
34377 genfrac
34378 \end_layout
34379
34380 \end_inset
34381
34382  con el siguiente esquema:
34383 \end_layout
34384
34385 \begin_layout Standard
34386
34387 \series bold
34388
34389 \backslash
34390 genfrac{delimitador izquierdo}{delimitador derecho}{grosor raya de
34391 \begin_inset Newline newline
34392 \end_inset
34393
34394
34395 \begin_inset ERT
34396 status collapsed
34397
34398 \begin_layout Plain Layout
34399
34400
34401 \backslash
34402 phantom{
34403 \end_layout
34404
34405 \end_inset
34406
34407
34408 \backslash
34409 genfrac{
34410 \begin_inset ERT
34411 status collapsed
34412
34413 \begin_layout Plain Layout
34414
34415 }
34416 \end_layout
34417
34418 \end_inset
34419
34420 fracción}{estilo}{numerador}{denominador}
34421 \end_layout
34422
34423 \begin_layout Standard
34424 El estilo es un número en el rango 0-3.
34425 \end_layout
34426
34427 \begin_layout Standard
34428 \align center
34429 \begin_inset Tabular
34430 <lyxtabular version="3" rows="5" columns="2">
34431 <features tabularvalignment="middle">
34432 <column alignment="center" valignment="top" width="0">
34433 <column alignment="center" valignment="top" width="0">
34434 <row>
34435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34436 \begin_inset Text
34437
34438 \begin_layout Plain Layout
34439 Número
34440 \end_layout
34441
34442 \end_inset
34443 </cell>
34444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34445 \begin_inset Text
34446
34447 \begin_layout Plain Layout
34448 Estilo (tamaño)
34449 \end_layout
34450
34451 \end_inset
34452 </cell>
34453 </row>
34454 <row>
34455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34456 \begin_inset Text
34457
34458 \begin_layout Plain Layout
34459 0
34460 \end_layout
34461
34462 \end_inset
34463 </cell>
34464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34465 \begin_inset Text
34466
34467 \begin_layout Plain Layout
34468 ecuación presentada
34469 \end_layout
34470
34471 \end_inset
34472 </cell>
34473 </row>
34474 <row>
34475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34476 \begin_inset Text
34477
34478 \begin_layout Plain Layout
34479 1
34480 \end_layout
34481
34482 \end_inset
34483 </cell>
34484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34485 \begin_inset Text
34486
34487 \begin_layout Plain Layout
34488 ecuación en línea
34489 \end_layout
34490
34491 \end_inset
34492 </cell>
34493 </row>
34494 <row>
34495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34496 \begin_inset Text
34497
34498 \begin_layout Plain Layout
34499 2
34500 \end_layout
34501
34502 \end_inset
34503 </cell>
34504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34505 \begin_inset Text
34506
34507 \begin_layout Plain Layout
34508 pequeño
34509 \end_layout
34510
34511 \end_inset
34512 </cell>
34513 </row>
34514 <row>
34515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34516 \begin_inset Text
34517
34518 \begin_layout Plain Layout
34519 3
34520 \end_layout
34521
34522 \end_inset
34523 </cell>
34524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34525 \begin_inset Text
34526
34527 \begin_layout Plain Layout
34528 muy pequeño
34529 \end_layout
34530
34531 \end_inset
34532 </cell>
34533 </row>
34534 </lyxtabular>
34535
34536 \end_inset
34537
34538
34539 \end_layout
34540
34541 \begin_layout Standard
34542 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
34543  
34544 \series bold
34545
34546 \backslash
34547 frac
34548 \series default
34549 .
34550 \end_layout
34551
34552 \begin_layout Standard
34553 Si no se pone grosor de la raya de fracción se usará el valor predefinido
34554  de 0.4
34555 \begin_inset space \thinspace{}
34556 \end_inset
34557
34558 pt.
34559 \end_layout
34560
34561 \begin_layout Standard
34562 Por ejemplo, los comandos 
34563 \series bold
34564
34565 \backslash
34566 dfrac
34567 \series default
34568  y 
34569 \series bold
34570
34571 \backslash
34572 tbinom
34573 \series default
34574  de la 
34575 \begin_inset CommandInset ref
34576 LatexCommand ref
34577 reference "sub:Fracciones"
34578
34579 \end_inset
34580
34581  se definen con los comandos:
34582 \end_layout
34583
34584 \begin_layout Standard
34585
34586 \series bold
34587
34588 \backslash
34589 newcommand{
34590 \backslash
34591 dfrac}[2]{
34592 \backslash
34593 genfrac{}{}{}{0}{#1}{#2}}
34594 \end_layout
34595
34596 \begin_layout Standard
34597 y
34598 \end_layout
34599
34600 \begin_layout Standard
34601
34602 \series bold
34603
34604 \backslash
34605 newcommand{
34606 \backslash
34607 tbinom}[2]{
34608 \backslash
34609 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34610 \end_layout
34611
34612 \begin_layout Standard
34613 \begin_inset VSpace medskip
34614 \end_inset
34615
34616
34617 \end_layout
34618
34619 \begin_layout Standard
34620 Para definir una fracción en la que el grosor de la raya se pueda definir
34621  como argumento opcional, se inserta la siguiente línea en el preámbulo
34622  LaTeX:
34623 \end_layout
34624
34625 \begin_layout Standard
34626
34627 \series bold
34628
34629 \backslash
34630 newcommand{
34631 \backslash
34632 fracS}[3][]{
34633 \backslash
34634 genfrac{}{}{#1}{}{#2}{#3}}
34635 \end_layout
34636
34637 \begin_layout Standard
34638 Un ensayo:
34639 \begin_inset Formula \begin{align*}
34640 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34641 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
34642
34643 \end_inset
34644
34645 Como se puede ver, la distancia del numerador y el denominador a la raya
34646  de fracción se redondea a unas tres veces el grosor de la raya.
34647 \end_layout
34648
34649 \begin_layout Subsection
34650 Ecuaciones canceladas
34651 \begin_inset Index
34652 status collapsed
34653
34654 \begin_layout Plain Layout
34655 Ecuación ! cancelada
34656 \end_layout
34657
34658 \end_inset
34659
34660
34661 \end_layout
34662
34663 \begin_layout Standard
34664 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
34665  
34666 \series bold
34667 cancel
34668 \series default
34669
34670 \begin_inset Foot
34671 status collapsed
34672
34673 \begin_layout Plain Layout
34674
34675 \series bold
34676 cancel
34677 \series default
34678  forma parte de las distribuciones estándar de LaTeX.
34679 \end_layout
34680
34681 \end_inset
34682
34683
34684 \begin_inset Index
34685 status collapsed
34686
34687 \begin_layout Plain Layout
34688 Paquetes ! cancel
34689 \end_layout
34690
34691 \end_inset
34692
34693  con la línea de preámbulo LaTeX
34694 \end_layout
34695
34696 \begin_layout Standard
34697
34698 \series bold
34699
34700 \backslash
34701 usepackage[samesize]{cancel}
34702 \end_layout
34703
34704 \begin_layout Standard
34705 Hay cuatro formas de cancelar ecuaciones:
34706 \end_layout
34707
34708 \begin_layout Standard
34709 \align center
34710 \begin_inset Tabular
34711 <lyxtabular version="3" rows="5" columns="2">
34712 <features tabularvalignment="middle">
34713 <column alignment="center" valignment="top" width="0">
34714 <column alignment="center" valignment="top" width="0">
34715 <row>
34716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34717 \begin_inset Text
34718
34719 \begin_layout Plain Layout
34720 Comando
34721 \end_layout
34722
34723 \end_inset
34724 </cell>
34725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34726 \begin_inset Text
34727
34728 \begin_layout Plain Layout
34729 Resultado
34730 \begin_inset Note Note
34731 status collapsed
34732
34733 \begin_layout Plain Layout
34734
34735 \series bold
34736
34737 \backslash
34738 hspace
34739 \series default
34740  y 
34741 \series bold
34742
34743 \backslash
34744 raisebox
34745 \series default
34746  se usa sólo como espaciador
34747 \end_layout
34748
34749 \end_inset
34750
34751
34752 \end_layout
34753
34754 \end_inset
34755 </cell>
34756 </row>
34757 <row>
34758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34759 \begin_inset Text
34760
34761 \begin_layout Plain Layout
34762
34763 \backslash
34764 cancel{
34765 \backslash
34766 int
34767 \begin_inset ERT
34768 status collapsed
34769
34770 \begin_layout Plain Layout
34771
34772
34773 \backslash
34774 spce 
34775 \end_layout
34776
34777 \end_inset
34778
34779 A=B
34780 \end_layout
34781
34782 \end_inset
34783 </cell>
34784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34785 \begin_inset Text
34786
34787 \begin_layout Plain Layout
34788 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34789 \end_inset
34790
34791
34792 \end_layout
34793
34794 \end_inset
34795 </cell>
34796 </row>
34797 <row>
34798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34799 \begin_inset Text
34800
34801 \begin_layout Plain Layout
34802
34803 \backslash
34804 bcancel{
34805 \backslash
34806 int
34807 \begin_inset ERT
34808 status collapsed
34809
34810 \begin_layout Plain Layout
34811
34812
34813 \backslash
34814 spce 
34815 \end_layout
34816
34817 \end_inset
34818
34819 A=B
34820 \end_layout
34821
34822 \end_inset
34823 </cell>
34824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34825 \begin_inset Text
34826
34827 \begin_layout Plain Layout
34828 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34829 \end_inset
34830
34831
34832 \end_layout
34833
34834 \end_inset
34835 </cell>
34836 </row>
34837 <row>
34838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34839 \begin_inset Text
34840
34841 \begin_layout Plain Layout
34842
34843 \backslash
34844 xcancel{
34845 \backslash
34846 int
34847 \begin_inset ERT
34848 status collapsed
34849
34850 \begin_layout Plain Layout
34851
34852
34853 \backslash
34854 spce 
34855 \end_layout
34856
34857 \end_inset
34858
34859 A=B
34860 \end_layout
34861
34862 \end_inset
34863 </cell>
34864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34865 \begin_inset Text
34866
34867 \begin_layout Plain Layout
34868 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34869 \end_inset
34870
34871
34872 \end_layout
34873
34874 \end_inset
34875 </cell>
34876 </row>
34877 <row>
34878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34879 \begin_inset Text
34880
34881 \begin_layout Plain Layout
34882
34883 \backslash
34884 cancelto{1
34885 \begin_inset Formula $\to$
34886 \end_inset
34887
34888
34889 \backslash
34890 {
34891 \backslash
34892 int
34893 \begin_inset ERT
34894 status collapsed
34895
34896 \begin_layout Plain Layout
34897
34898
34899 \backslash
34900 spce 
34901 \end_layout
34902
34903 \end_inset
34904
34905 A=B
34906 \end_layout
34907
34908 \end_inset
34909 </cell>
34910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34911 \begin_inset Text
34912
34913 \begin_layout Plain Layout
34914 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34915 \end_inset
34916
34917
34918 \end_layout
34919
34920 \end_inset
34921 </cell>
34922 </row>
34923 </lyxtabular>
34924
34925 \end_inset
34926
34927
34928 \end_layout
34929
34930 \begin_layout Standard
34931
34932 \series bold
34933
34934 \backslash
34935 cancelto
34936 \series default
34937  es especialmente apropiada para visualizar la simplificación de fracciones
34938  en una ecuación:
34939 \begin_inset Formula \[
34940 \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}}}\]
34941
34942 \end_inset
34943
34944
34945 \end_layout
34946
34947 \begin_layout Subsection
34948 Ecuaciones en encabezados de sección
34949 \begin_inset CommandInset label
34950 LatexCommand label
34951 name "sub:Ecuaciones-en-encabezados"
34952
34953 \end_inset
34954
34955
34956 \begin_inset Index
34957 status collapsed
34958
34959 \begin_layout Plain Layout
34960 Ecuación ! en encabezados de sección
34961 \end_layout
34962
34963 \end_inset
34964
34965
34966 \end_layout
34967
34968 \begin_layout Standard
34969 Si se quiere poner una ecuación en un encabezado de sección hay que tener
34970  en cuenta lo siguiente:
34971 \end_layout
34972
34973 \begin_layout Standard
34974 \begin_inset Note Greyedout
34975 status open
34976
34977 \begin_layout Plain Layout
34978 Si el soporte para 
34979 \series bold
34980 hyperref
34981 \series default
34982
34983 \begin_inset Index
34984 status collapsed
34985
34986 \begin_layout Plain Layout
34987 Paquetes ! hyperref
34988 \end_layout
34989
34990 \end_inset
34991
34992  está activado en la configuración del documento, 
34993 \family sans
34994 Propiedades
34995 \begin_inset space ~
34996 \end_inset
34997
34998
34999 \family default
35000 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
35001  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
35002  texto del marcador, porque se infringen las convenciones PDF.
35003 \end_layout
35004
35005 \end_inset
35006
35007
35008 \end_layout
35009
35010 \begin_layout Standard
35011 Estos problemas se pueden solucionar insertando al final del encabezado
35012  un título breve con el menú 
35013 \family sans
35014 Insertar\SpecialChar \menuseparator
35015 Título
35016 \begin_inset space ~
35017 \end_inset
35018
35019 breve
35020 \family default
35021 .
35022  Los títulos breves se usan como alternativa para encabezados de sección
35023  con más de una línea para mantener el buen aspecto del índice.
35024  En éste sólo aparece el título breve y por tanto también en los marcadores.
35025 \end_layout
35026
35027 \begin_layout Standard
35028 Si hay que poner ecuaciones en el índice y se usa 
35029 \series bold
35030 hyperref
35031 \series default
35032 , se puede insertar el siguiente comando en modo TeX:
35033 \end_layout
35034
35035 \begin_layout Standard
35036
35037 \series bold
35038
35039 \backslash
35040 texorpdfstring{parte}{alternativa}
35041 \begin_inset Index
35042 status collapsed
35043
35044 \begin_layout Plain Layout
35045 Comandos ! T ! 
35046 \backslash
35047 texorpdfstring
35048 \end_layout
35049
35050 \end_inset
35051
35052
35053 \end_layout
35054
35055 \begin_layout Standard
35056 parte se refiere a la parte del encabezado que no debería aparecer en el
35057  marcador PDF.
35058  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
35059  La alternativa se usa para el marcador en vez de la parte.
35060 \begin_inset Newpage newpage
35061 \end_inset
35062
35063
35064 \end_layout
35065
35066 \begin_layout Standard
35067 Aquí hay dos ejemplos de encabezados con ecuación:
35068 \end_layout
35069
35070 \begin_layout Standard
35071 \begin_inset VSpace -3mm
35072 \end_inset
35073
35074
35075 \end_layout
35076
35077 \begin_layout Standard
35078 \begin_inset ERT
35079 status collapsed
35080
35081 \begin_layout Plain Layout
35082
35083
35084 \backslash
35085 boldmath 
35086 \end_layout
35087
35088 \end_inset
35089
35090
35091 \end_layout
35092
35093 \begin_layout Subsubsection
35094 Encabezado sin ecuación en el índice 
35095 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35096 \end_inset
35097
35098
35099 \begin_inset OptArg
35100 status collapsed
35101
35102 \begin_layout Plain Layout
35103 Encabezado sin ecuación en el índice
35104 \end_layout
35105
35106 \end_inset
35107
35108
35109 \end_layout
35110
35111 \begin_layout Subsubsection
35112 Encabezado con ecuación en el índice
35113 \begin_inset ERT
35114 status collapsed
35115
35116 \begin_layout Plain Layout
35117
35118
35119 \backslash
35120 texorpdfstring{
35121 \end_layout
35122
35123 \end_inset
35124
35125  
35126 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35127 \end_inset
35128
35129
35130 \begin_inset ERT
35131 status collapsed
35132
35133 \begin_layout Plain Layout
35134
35135 }{}
35136 \end_layout
35137
35138 \end_inset
35139
35140
35141 \end_layout
35142
35143 \begin_layout Standard
35144 \begin_inset ERT
35145 status collapsed
35146
35147 \begin_layout Plain Layout
35148
35149
35150 \backslash
35151 unboldmath 
35152 \end_layout
35153
35154 \end_inset
35155
35156 En el primer encabezado se ha puesto un título breve, en el segundo un 
35157 \series bold
35158
35159 \backslash
35160 texorpdfstring
35161 \series default
35162 .
35163 \end_layout
35164
35165 \begin_layout Standard
35166 Para obtener el mismo formato que en los demás encabezados se han puesto
35167  ambos en un entorno 
35168 \series bold
35169 boldmath
35170 \series default
35171 .
35172 \begin_inset Foot
35173 status collapsed
35174
35175 \begin_layout Plain Layout
35176 véase 
35177 \begin_inset CommandInset ref
35178 LatexCommand ref
35179 reference "sub:Ecuaciones-en-negrita"
35180
35181 \end_inset
35182
35183
35184 \end_layout
35185
35186 \end_inset
35187
35188
35189 \end_layout
35190
35191 \begin_layout Subsection
35192 Ecuaciones en texto multicolumna
35193 \begin_inset Index
35194 status collapsed
35195
35196 \begin_layout Plain Layout
35197 Ecuación ! en texto multicolumna
35198 \end_layout
35199
35200 \end_inset
35201
35202
35203 \end_layout
35204
35205 \begin_layout Standard
35206 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
35207  para ajustarse a la columna y entonces es preciso abarcar la anchura total
35208  de la página.
35209  Esto se hace usando el paquete LaTeX 
35210 \series bold
35211 multicol
35212 \series default
35213 ,
35214 \begin_inset Foot
35215 status collapsed
35216
35217 \begin_layout Plain Layout
35218
35219 \series bold
35220 multicol
35221 \series default
35222  forma parte de las distribuciones LaTeX estándar.
35223 \end_layout
35224
35225 \end_inset
35226
35227
35228 \begin_inset Index
35229 status collapsed
35230
35231 \begin_layout Plain Layout
35232 Paquetes ! multicol
35233 \end_layout
35234
35235 \end_inset
35236
35237  que se carga en el preámbulo LaTeX con la línea
35238 \end_layout
35239
35240 \begin_layout Standard
35241
35242 \series bold
35243
35244 \backslash
35245 usepackage{multicol}
35246 \end_layout
35247
35248 \begin_layout Standard
35249 \begin_inset Note Greyedout
35250 status collapsed
35251
35252 \begin_layout Plain Layout
35253 Ten en cuenta que la opción 
35254 \family sans
35255 Documento
35256 \begin_inset space ~
35257 \end_inset
35258
35259 con
35260 \begin_inset space ~
35261 \end_inset
35262
35263 dos
35264 \begin_inset space ~
35265 \end_inset
35266
35267 caras
35268 \family default
35269 , bajo 
35270 \family sans
35271 Diseño
35272 \begin_inset space ~
35273 \end_inset
35274
35275 de
35276 \begin_inset space ~
35277 \end_inset
35278
35279 página 
35280 \family default
35281 en el menú 
35282 \family sans
35283 Documento\SpecialChar \menuseparator
35284 Configuración
35285 \family default
35286  
35287 \emph on
35288 debe
35289 \emph default
35290  estar desmarcada.
35291 \end_layout
35292
35293 \end_inset
35294
35295
35296 \end_layout
35297
35298 \begin_layout Standard
35299 Antes del texto multicolumna se inserta en modo TeX el comando
35300 \end_layout
35301
35302 \begin_layout Standard
35303
35304 \series bold
35305
35306 \backslash
35307 begin{multicols}{número de columnas}
35308 \end_layout
35309
35310 \begin_layout Standard
35311 El número de columnas está en el rango 2-10.
35312  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
35313  TeX el comando
35314 \end_layout
35315
35316 \begin_layout Standard
35317
35318 \series bold
35319
35320 \backslash
35321 end{multicols}
35322 \end_layout
35323
35324 \begin_layout Standard
35325 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
35326  Para quitarlo se inserta un espacio vertical de -6
35327 \begin_inset space \thinspace{}
35328 \end_inset
35329
35330 mm antes de la ecuación.
35331  Si se usa el estilo 
35332 \series bold
35333 Sangrado
35334 \series default
35335 ,
35336 \begin_inset Foot
35337 status collapsed
35338
35339 \begin_layout Plain Layout
35340 véase estilos de ecuación en 
35341 \begin_inset CommandInset ref
35342 LatexCommand ref
35343 reference "sec:Estilos-de-ecuación"
35344
35345 \end_inset
35346
35347
35348 \end_layout
35349
35350 \end_inset
35351
35352  se inserta un espacio de -9
35353 \begin_inset space \thinspace{}
35354 \end_inset
35355
35356 mm.
35357 \end_layout
35358
35359 \begin_layout Standard
35360 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
35361 \end_layout
35362
35363 \begin_layout Standard
35364 \begin_inset ERT
35365 status collapsed
35366
35367 \begin_layout Plain Layout
35368
35369
35370 \backslash
35371 begin{multicols}{2}
35372 \end_layout
35373
35374 \end_inset
35375
35376 Das Spektrum wird fouriertransformiert.
35377  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
35378 , Lösungsmittel) zu trennen.
35379  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
35380  nun das Aussehen des Ausgangssignals.
35381  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
35382  über alle Phasen integrieren muss.
35383  Sei nun 
35384 \begin_inset Formula $S$
35385 \end_inset
35386
35387  unser normiertes Ausgangssignal and 
35388 \begin_inset Formula $P$
35389 \end_inset
35390
35391  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
35392 \begin_inset ERT
35393 status collapsed
35394
35395 \begin_layout Plain Layout
35396
35397
35398 \backslash
35399 end{multicols}
35400 \end_layout
35401
35402 \end_inset
35403
35404
35405 \begin_inset VSpace -6mm
35406 \end_inset
35407
35408
35409 \begin_inset Formula \begin{equation}
35410 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35411
35412 \end_inset
35413
35414
35415 \begin_inset ERT
35416 status collapsed
35417
35418 \begin_layout Plain Layout
35419
35420
35421 \backslash
35422 begin{multicols}{2}
35423 \end_layout
35424
35425 \end_inset
35426
35427 wobei 
35428 \begin_inset Formula $S_{0}$
35429 \end_inset
35430
35431  das Signal ohne Gradient ist and the Normierungsbedingung 
35432 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35433 \end_inset
35434
35435  gilt.
35436  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
35437  Direkt nach the 
35438 \begin_inset Formula $\nicefrac{\pi}{2}$
35439 \end_inset
35440
35441
35442 \begin_inset space \thinspace{}
35443 \end_inset
35444
35445 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
35446  das Signal zusätzlich abschwächt.
35447  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
35448  
35449 \begin_inset Formula $T_{2}$
35450 \end_inset
35451
35452 -Zeit.
35453 \end_layout
35454
35455 \begin_layout Standard
35456 \begin_inset ERT
35457 status collapsed
35458
35459 \begin_layout Plain Layout
35460
35461
35462 \backslash
35463 end{multicols}
35464 \end_layout
35465
35466 \end_inset
35467
35468  
35469 \end_layout
35470
35471 \begin_layout Subsection
35472 Ecuaciones con descripción de variables
35473 \begin_inset Index
35474 status collapsed
35475
35476 \begin_layout Plain Layout
35477 Ecuación ! con descripción de variables
35478 \end_layout
35479
35480 \end_inset
35481
35482
35483 \end_layout
35484
35485 \begin_layout Standard
35486 Para describir variables en una ecuación, como en la fórmula 
35487 \begin_inset CommandInset ref
35488 LatexCommand eqref
35489 reference "eq:within"
35490
35491 \end_inset
35492
35493 , se inserta una matriz 2×
35494 \begin_inset Formula $n$
35495 \end_inset
35496
35497  con columnas alineadas a la izquierda para las 
35498 \emph on
35499
35500 \begin_inset Formula $n$
35501 \end_inset
35502
35503
35504 \emph default
35505  variables usadas.
35506 \begin_inset Foot
35507 status collapsed
35508
35509 \begin_layout Plain Layout
35510 véase matrices en 
35511 \begin_inset CommandInset ref
35512 LatexCommand ref
35513 reference "sec:Matrices"
35514
35515 \end_inset
35516
35517
35518 \end_layout
35519
35520 \end_inset
35521
35522  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
35523  
35524 \series bold
35525
35526 \backslash
35527 footnotesize
35528 \series default
35529  antes de la matriz.
35530 \begin_inset Foot
35531 status collapsed
35532
35533 \begin_layout Plain Layout
35534 véase tamaños de fuentes en 
35535 \begin_inset CommandInset ref
35536 LatexCommand ref
35537 reference "sub:Tamaños-de-fuentes"
35538
35539 \end_inset
35540
35541 .
35542 \end_layout
35543
35544 \end_inset
35545
35546
35547 \end_layout
35548
35549 \begin_layout Standard
35550 Si se usa el estilo 
35551 \series bold
35552 Sangrado
35553 \series default
35554 ,
35555 \begin_inset Foot
35556 status collapsed
35557
35558 \begin_layout Plain Layout
35559 véase estilos de ecuación en 
35560 \begin_inset CommandInset ref
35561 LatexCommand ref
35562 reference "sec:Estilos-de-ecuación"
35563
35564 \end_inset
35565
35566
35567 \end_layout
35568
35569 \end_inset
35570
35571  se inserta un 
35572 \series bold
35573
35574 \backslash
35575 hfill
35576 \series default
35577
35578 \begin_inset Foot
35579 status collapsed
35580
35581 \begin_layout Plain Layout
35582
35583 \series bold
35584
35585 \backslash
35586 hfill
35587 \series default
35588  sólo funciona en ecuaciones en estilo 
35589 \series bold
35590 Sangrado
35591 \series default
35592 , véase 
35593 \begin_inset CommandInset ref
35594 LatexCommand ref
35595 reference "sub:Espacio-variable"
35596
35597 \end_inset
35598
35599
35600 \end_layout
35601
35602 \end_inset
35603
35604  delante y detrás de la matriz para que tenga la misma separación con la
35605  ecuación y con el margen.
35606 \end_layout
35607
35608 \begin_layout Standard
35609 Si se usa el estilo 
35610 \series bold
35611 Centrado
35612 \series default
35613  se emplea el método descrito en la 
35614 \begin_inset CommandInset ref
35615 LatexCommand ref
35616 reference "sub:Entorno-flalign"
35617
35618 \end_inset
35619
35620  para sangrar la ecuación.
35621  La ecuación 
35622 \begin_inset CommandInset ref
35623 LatexCommand eqref
35624 reference "eq:within"
35625
35626 \end_inset
35627
35628  consta de cinco columnas ya que las dos primeras contienen la fórmula,
35629  la tercera la matriz y la última una llave TeX vacía.
35630 \begin_inset Formula \begin{flalign}
35631 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
35632 \rho & \mbox{densidad}\\
35633 V & \mbox{volumen}\\
35634 g & \mbox{aceleración gravitatoria}\end{array} &  & {}\label{eq:within}\end{flalign}
35635
35636 \end_inset
35637
35638
35639 \end_layout
35640
35641 \begin_layout Subsection
35642 Letras griegas minúsculas en redonda
35643 \begin_inset CommandInset label
35644 LatexCommand label
35645 name "sub:Griegas-en-redonda"
35646
35647 \end_inset
35648
35649
35650 \begin_inset Index
35651 status collapsed
35652
35653 \begin_layout Plain Layout
35654 Letras griegas ! en redonda
35655 \end_layout
35656
35657 \end_inset
35658
35659
35660 \end_layout
35661
35662 \begin_layout Standard
35663 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
35664  cursiva.
35665  Pero para símbolos de partículas elementales como piones y neutrinos hacen
35666  falta letras griegas en redonda.
35667  El archivo 
35668 \series bold
35669 upgreek.sty
35670 \series default
35671
35672 \begin_inset Foot
35673 status collapsed
35674
35675 \begin_layout Plain Layout
35676
35677 \series bold
35678 upgreek
35679 \series default
35680  forma parte del paquete LaTeX 
35681 \series bold
35682 was
35683 \series default
35684
35685 \begin_inset Index
35686 status collapsed
35687
35688 \begin_layout Plain Layout
35689 Paquetes ! was
35690 \begin_inset ERT
35691 status collapsed
35692
35693 \begin_layout Plain Layout
35694
35695
35696 \backslash
35697 vspace{4mm}
35698 \end_layout
35699
35700 \end_inset
35701
35702
35703 \end_layout
35704
35705 \end_inset
35706
35707 .
35708 \end_layout
35709
35710 \end_inset
35711
35712
35713 \begin_inset Index
35714 status collapsed
35715
35716 \begin_layout Plain Layout
35717 Paquetes ! upgreek
35718 \end_layout
35719
35720 \end_inset
35721
35722 , que se carga en el preámbulo LaTeX con la línea
35723 \end_layout
35724
35725 \begin_layout Standard
35726
35727 \series bold
35728
35729 \backslash
35730 usepackage{upgreek}
35731 \end_layout
35732
35733 \begin_layout Standard
35734 las suministra.
35735  
35736 \begin_inset ERT
35737 status collapsed
35738
35739 \begin_layout Plain Layout
35740
35741
35742 \backslash
35743 ifupgreek 
35744 \end_layout
35745
35746 \end_inset
35747
35748
35749 \begin_inset Note Note
35750 status collapsed
35751
35752 \begin_layout Plain Layout
35753 La tabla siguiente sólo se podrá ver si está instalado el paquete LaTeX
35754  
35755 \series bold
35756 upgreek
35757 \series default
35758 .
35759 \end_layout
35760
35761 \end_inset
35762
35763  Se imprimen con el comando de la letra correspondiente precedido de 
35764 \series bold
35765 up
35766 \series default
35767 .
35768  Por ejemplo, el comando 
35769 \series bold
35770
35771 \backslash
35772 uptau
35773 \series default
35774  genera: 
35775 \begin_inset Formula $\uptau$
35776 \end_inset
35777
35778
35779 \end_layout
35780
35781 \begin_layout Standard
35782 Con estos comandos se pueden escribir reacciones entre partículas elementales:
35783 \begin_inset Formula \[
35784 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}\]
35785
35786 \end_inset
35787
35788
35789 \end_layout
35790
35791 \begin_layout Standard
35792 Las letras en redonda son más remarcadas y más grandes que las correspondientes
35793  en cursiva.
35794  Por tanto no deberían emplearse para unidades como 
35795 \begin_inset Quotes fld
35796 \end_inset
35797
35798 µm
35799 \begin_inset Quotes frd
35800 \end_inset
35801
35802 .
35803 \end_layout
35804
35805 \begin_layout Standard
35806 \begin_inset ERT
35807 status collapsed
35808
35809 \begin_layout Plain Layout
35810
35811
35812 \backslash
35813 else 
35814 \end_layout
35815
35816 \end_inset
35817
35818
35819 \begin_inset Note Note
35820 status collapsed
35821
35822 \begin_layout Plain Layout
35823 Lo siguiente se mostrará si el paquete LaTeX 
35824 \series bold
35825 upgreek
35826 \series default
35827  no está instalado:
35828 \end_layout
35829
35830 \end_inset
35831
35832
35833 \end_layout
35834
35835 \begin_layout Standard
35836 Debes instalar el paquete LaTeX 
35837 \series bold
35838 upgreek
35839 \series default
35840  para ver en la salida el resto de esta subsección.
35841  
35842 \end_layout
35843
35844 \begin_layout Standard
35845 \begin_inset ERT
35846 status collapsed
35847
35848 \begin_layout Plain Layout
35849
35850
35851 \backslash
35852 fi
35853 \end_layout
35854
35855 \end_inset
35856
35857
35858 \end_layout
35859
35860 \begin_layout Subsection
35861 Caracteres de texto en ecuaciones
35862 \begin_inset CommandInset label
35863 LatexCommand label
35864 name "sub:Caracteres-de-texto"
35865
35866 \end_inset
35867
35868
35869 \begin_inset Index
35870 status collapsed
35871
35872 \begin_layout Plain Layout
35873 Texto ! en ecuaciones
35874 \end_layout
35875
35876 \end_inset
35877
35878
35879 \end_layout
35880
35881 \begin_layout Standard
35882 En algunos casos podrías querer insertar caracteres de texto directamente
35883  en ecuaciones.
35884  Por ejemplo, cuando se usa con frecuencia el punto centrado 
35885 \begin_inset Formula $\cdot$
35886 \end_inset
35887
35888  en expresiones como 
35889 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
35890 \end_inset
35891
35892 , habría que insertar el comando 
35893 \series bold
35894
35895 \backslash
35896 cdot
35897 \series default
35898
35899 \begin_inset Foot
35900 status collapsed
35901
35902 \begin_layout Plain Layout
35903 véase 
35904 \begin_inset CommandInset ref
35905 LatexCommand ref
35906 reference "sub:Operadores-binarios"
35907
35908 \end_inset
35909
35910
35911 \end_layout
35912
35913 \end_inset
35914
35915  continuamente, porque este carácter está definido en todas las codificaciones
35916  como carácter de texto.
35917  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
35918 \end_layout
35919
35920 \begin_layout Standard
35921
35922 \series bold
35923
35924 \backslash
35925 Declare Inputtext{183}{
35926 \backslash
35927 ifmmode
35928 \backslash
35929 cdot
35930 \backslash
35931 else
35932 \backslash
35933 textperiodcentered
35934 \backslash
35935 f\SpecialChar \textcompwordmark{}
35936 i}
35937 \end_layout
35938
35939 \begin_layout Standard
35940 La codificación de caracteres (menú 
35941 \family sans
35942 Documento\SpecialChar \menuseparator
35943 Configuración\SpecialChar \menuseparator
35944 Idioma
35945 \family default
35946 ) especifica el carácter que se muestra al pulsar una tecla.
35947  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
35948  
35949 \series bold
35950
35951 \backslash
35952 textperiodcentered
35953 \series default
35954 .
35955  Pero este comando no está disponible en ecuaciones así que obtendrías errores
35956  de LaTeX.
35957  Con la codificación cambiada se escoge automáticamente el comando correcto,
35958  dependiendo de si el carácter se ha insertado en una ecuación o no.
35959 \end_layout
35960
35961 \begin_layout Standard
35962 La codificación de diversos caracteres se guarda en archivos de definición.
35963  Por ejemplo la codificación 
35964 \series bold
35965 latin9
35966 \series default
35967  se define en el archivo 
35968 \series bold
35969 latin9.def
35970 \series default
35971  que está en el directorio de LaTeX.
35972  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
35973  archivo de definición, de lo contrario nuestros documentos no podrían ser
35974  editados en otros ordenadores.
35975 \begin_inset VSpace medskip
35976 \end_inset
35977
35978
35979 \end_layout
35980
35981 \begin_layout Standard
35982 Además del punto centrado, en este documento se ha definido el símbolo grado
35983  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
35984  directamente en una fórmula:
35985 \end_layout
35986
35987 \begin_layout Standard
35988
35989 \series bold
35990
35991 \backslash
35992 DeclareInputtext{176}{
35993 \backslash
35994 ifmmode^
35995 \backslash
35996 circ
35997 \backslash
35998 else
35999 \backslash
36000 textdegree
36001 \backslash
36002 f\SpecialChar \textcompwordmark{}
36003 i}
36004 \begin_inset Newpage newpage
36005 \end_inset
36006
36007
36008 \end_layout
36009
36010 \begin_layout Section
36011 \start_of_appendix
36012 Notas sobre tipografía
36013 \begin_inset Index
36014 status collapsed
36015
36016 \begin_layout Plain Layout
36017 Tipografía, notas
36018 \end_layout
36019
36020 \end_inset
36021
36022
36023 \end_layout
36024
36025 \begin_layout Standard
36026 Esta sección es un resumen de las normas tipográficas ISO más importantes.
36027 \begin_inset Foot
36028 status collapsed
36029
36030 \begin_layout Plain Layout
36031 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
36032  
36033 \begin_inset Quotes fld
36034 \end_inset
36035
36036 Duden
36037 \begin_inset Quotes frd
36038 \end_inset
36039
36040  
36041 \begin_inset CommandInset citation
36042 LatexCommand cite
36043 key "Duden"
36044
36045 \end_inset
36046
36047 , que incluye algunas de las normas ISO.
36048  
36049 \begin_inset Newline newline
36050 \end_inset
36051
36052 (
36053 \emph on
36054 N.
36055 \begin_inset space \thinspace{}
36056 \end_inset
36057
36058 del t.
36059 \emph default
36060 : Para documentación en español sobre el tema, véase 
36061 \begin_inset CommandInset citation
36062 LatexCommand cite
36063 key "Bezos"
36064
36065 \end_inset
36066
36067 .)
36068 \end_layout
36069
36070 \end_inset
36071
36072
36073 \end_layout
36074
36075 \begin_layout Itemize
36076 Las unidades físicas se escriben 
36077 \emph on
36078 siempre 
36079 \emph default
36080 en redonda
36081 \begin_inset Foot
36082 status collapsed
36083
36084 \begin_layout Plain Layout
36085 véase estilos de fuentes en 
36086 \begin_inset CommandInset ref
36087 LatexCommand ref
36088 reference "sub:Estilos-de-fuentes"
36089
36090 \end_inset
36091
36092
36093 \end_layout
36094
36095 \end_inset
36096
36097 : 30
36098 \begin_inset space \thinspace{}
36099 \end_inset
36100
36101 km/h
36102 \begin_inset Newline newline
36103 \end_inset
36104
36105 Entre el valor y la unidad hay un espacio delgado, véase 
36106 \begin_inset CommandInset ref
36107 LatexCommand ref
36108 reference "sub:Espacio-predefinido"
36109
36110 \end_inset
36111
36112 .
36113 \begin_inset Newline newline
36114 \end_inset
36115
36116 Esta norma la cumple automáticamente el comando 
36117 \series bold
36118
36119 \backslash
36120 unittwo
36121 \series default
36122 .
36123  Si se introduce en una fórmula aparecen dos cuadros.
36124  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
36125  como antes, 
36126 \begin_inset Formula $\unit[30]{km/h}$
36127 \end_inset
36128
36129
36130 \begin_inset space \thinspace{}
36131 \end_inset
36132
36133 .
36134  Ten en cuenta que 
36135 \series bold
36136
36137 \backslash
36138 unittwo
36139 \series default
36140  no es un auténtico comando LaTeX, sino el comando 
36141 \series bold
36142
36143 \backslash
36144 unit[value]{unit}
36145 \series default
36146 , por tanto no lo puedes usar en código TeX.
36147 \end_layout
36148
36149 \begin_layout Itemize
36150 Los signos por ciento y por mil se escriben como las unidades físicas:
36151 \begin_inset Newline newline
36152 \end_inset
36153
36154 1,2
36155 \begin_inset space \thinspace{}
36156 \end_inset
36157
36158 ‰ de alcohol en sangre.
36159 \end_layout
36160
36161 \begin_layout Itemize
36162 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
36163  otra unidad: 15
36164 \begin_inset space \thinspace{}
36165 \end_inset
36166
36167 °C
36168 \end_layout
36169
36170 \begin_layout Itemize
36171 En números con más de cuatro dígitos se inserta un espacio delgado para
36172  separarlos en grupos de tres cifras: 18
36173 \begin_inset space \thinspace{}
36174 \end_inset
36175
36176 473
36177 \begin_inset space \thinspace{}
36178 \end_inset
36179
36180 588
36181 \end_layout
36182
36183 \begin_layout Itemize
36184 Para dimensiones como 120×90×40
36185 \begin_inset space \thinspace{}
36186 \end_inset
36187
36188 cm se usa el aspa de multiplicar 
36189 \begin_inset Quotes fld
36190 \end_inset
36191
36192 ×
36193 \begin_inset Quotes frd
36194 \end_inset
36195
36196 .
36197  Está disponible en el menú 
36198 \family sans
36199 Insertar\SpecialChar \menuseparator
36200 Carácter especial
36201 \family default
36202 \SpecialChar \menuseparator
36203
36204 \family sans
36205 Símbolos
36206 \family default
36207 .
36208  Se puede insertar directamente con cierta combinación de teclas.
36209 \end_layout
36210
36211 \begin_layout Itemize
36212 Las funciones con nombres que constan de varias letras se escriben en redonda
36213  para evitar confusiones, véase 
36214 \begin_inset CommandInset ref
36215 LatexCommand ref
36216 reference "sub:Funciones-predefinidas"
36217
36218 \end_inset
36219
36220 .
36221 \end_layout
36222
36223 \begin_layout Itemize
36224 Los índices que constan de varias letras se escriben en redonda: 
36225 \begin_inset Formula $E_{\mathrm{cin}}$
36226 \end_inset
36227
36228
36229 \begin_inset Newline newline
36230 \end_inset
36231
36232 Los componentes de una matriz se escriben en cursiva: 
36233 \begin_inset Formula $\hat{H}_{kl}$
36234 \end_inset
36235
36236
36237 \end_layout
36238
36239 \begin_layout Itemize
36240 El operador de diferenciación/integración 'd', el número de Euler 'e' y
36241  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
36242 s con otras variables.
36243  
36244 \end_layout
36245
36246 \begin_layout Standard
36247 \begin_inset Newpage newpage
36248 \end_inset
36249
36250
36251 \end_layout
36252
36253 \begin_layout Section
36254 Sinónimos
36255 \begin_inset Index
36256 status collapsed
36257
36258 \begin_layout Plain Layout
36259 Sinónimos
36260 \end_layout
36261
36262 \end_inset
36263
36264
36265 \end_layout
36266
36267 \begin_layout Standard
36268 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
36269  como los que se recogen en esta lista:
36270 \begin_inset Foot
36271 status collapsed
36272
36273 \begin_layout Plain Layout
36274 véase también 
36275 \begin_inset CommandInset ref
36276 LatexCommand ref
36277 reference "fn:sinónimos"
36278
36279 \end_inset
36280
36281 .
36282 \end_layout
36283
36284 \end_inset
36285
36286
36287 \end_layout
36288
36289 \begin_layout Standard
36290
36291 \end_layout
36292
36293 \begin_layout Standard
36294 \begin_inset VSpace bigskip
36295 \end_inset
36296
36297
36298 \begin_inset space \hfill{}
36299 \end_inset
36300
36301
36302 \begin_inset Tabular
36303 <lyxtabular version="3" rows="12" columns="2">
36304 <features tabularvalignment="middle">
36305 <column alignment="center" valignment="top" width="0pt">
36306 <column alignment="center" valignment="top" width="0pt">
36307 <row>
36308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36309 \begin_inset Text
36310
36311 \begin_layout Plain Layout
36312 Comando
36313 \end_layout
36314
36315 \end_inset
36316 </cell>
36317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36318 \begin_inset Text
36319
36320 \begin_layout Plain Layout
36321 equivalente a
36322 \begin_inset Note Note
36323 status collapsed
36324
36325 \begin_layout Plain Layout
36326
36327 \series bold
36328
36329 \backslash
36330 raisebox
36331 \series default
36332  se usa sólo como espaciador
36333 \end_layout
36334
36335 \end_inset
36336
36337
36338 \end_layout
36339
36340 \end_inset
36341 </cell>
36342 </row>
36343 <row>
36344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36345 \begin_inset Text
36346
36347 \begin_layout Plain Layout
36348
36349 \backslash
36350 ast
36351 \end_layout
36352
36353 \end_inset
36354 </cell>
36355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36356 \begin_inset Text
36357
36358 \begin_layout Plain Layout
36359 \begin_inset ERT
36360 status collapsed
36361
36362 \begin_layout Plain Layout
36363
36364
36365 \backslash
36366 raisebox{-1.2mm}{
36367 \end_layout
36368
36369 \end_inset
36370
36371 *
36372 \begin_inset ERT
36373 status collapsed
36374
36375 \begin_layout Plain Layout
36376
36377 }
36378 \end_layout
36379
36380 \end_inset
36381
36382
36383 \end_layout
36384
36385 \end_inset
36386 </cell>
36387 </row>
36388 <row>
36389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36390 \begin_inset Text
36391
36392 \begin_layout Plain Layout
36393
36394 \backslash
36395 choose
36396 \end_layout
36397
36398 \end_inset
36399 </cell>
36400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36401 \begin_inset Text
36402
36403 \begin_layout Plain Layout
36404
36405 \backslash
36406 binom
36407 \end_layout
36408
36409 \end_inset
36410 </cell>
36411 </row>
36412 <row>
36413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36414 \begin_inset Text
36415
36416 \begin_layout Plain Layout
36417
36418 \backslash
36419 geq
36420 \end_layout
36421
36422 \end_inset
36423 </cell>
36424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36425 \begin_inset Text
36426
36427 \begin_layout Plain Layout
36428
36429 \backslash
36430 ge
36431 \end_layout
36432
36433 \end_inset
36434 </cell>
36435 </row>
36436 <row>
36437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36438 \begin_inset Text
36439
36440 \begin_layout Plain Layout
36441
36442 \backslash
36443 lbrace
36444 \end_layout
36445
36446 \end_inset
36447 </cell>
36448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36449 \begin_inset Text
36450
36451 \begin_layout Plain Layout
36452 {
36453 \end_layout
36454
36455 \end_inset
36456 </cell>
36457 </row>
36458 <row>
36459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36460 \begin_inset Text
36461
36462 \begin_layout Plain Layout
36463
36464 \backslash
36465 lbracket
36466 \end_layout
36467
36468 \end_inset
36469 </cell>
36470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36471 \begin_inset Text
36472
36473 \begin_layout Plain Layout
36474 [
36475 \end_layout
36476
36477 \end_inset
36478 </cell>
36479 </row>
36480 <row>
36481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36482 \begin_inset Text
36483
36484 \begin_layout Plain Layout
36485
36486 \backslash
36487 leftarrow
36488 \end_layout
36489
36490 \end_inset
36491 </cell>
36492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36493 \begin_inset Text
36494
36495 \begin_layout Plain Layout
36496
36497 \backslash
36498 gets
36499 \end_layout
36500
36501 \end_inset
36502 </cell>
36503 </row>
36504 <row>
36505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36506 \begin_inset Text
36507
36508 \begin_layout Plain Layout
36509
36510 \backslash
36511 leq
36512 \end_layout
36513
36514 \end_inset
36515 </cell>
36516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36517 \begin_inset Text
36518
36519 \begin_layout Plain Layout
36520
36521 \backslash
36522 le
36523 \end_layout
36524
36525 \end_inset
36526 </cell>
36527 </row>
36528 <row>
36529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36530 \begin_inset Text
36531
36532 \begin_layout Plain Layout
36533
36534 \backslash
36535 lor
36536 \end_layout
36537
36538 \end_inset
36539 </cell>
36540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36541 \begin_inset Text
36542
36543 \begin_layout Plain Layout
36544
36545 \backslash
36546 vee
36547 \end_layout
36548
36549 \end_inset
36550 </cell>
36551 </row>
36552 <row>
36553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36554 \begin_inset Text
36555
36556 \begin_layout Plain Layout
36557
36558 \backslash
36559 neq
36560 \end_layout
36561
36562 \end_inset
36563 </cell>
36564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36565 \begin_inset Text
36566
36567 \begin_layout Plain Layout
36568
36569 \backslash
36570 not=
36571 \end_layout
36572
36573 \end_inset
36574 </cell>
36575 </row>
36576 <row>
36577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36578 \begin_inset Text
36579
36580 \begin_layout Plain Layout
36581
36582 \backslash
36583 slash
36584 \end_layout
36585
36586 \end_inset
36587 </cell>
36588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36589 \begin_inset Text
36590
36591 \begin_layout Plain Layout
36592 /
36593 \end_layout
36594
36595 \end_inset
36596 </cell>
36597 </row>
36598 <row>
36599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36600 \begin_inset Text
36601
36602 \begin_layout Plain Layout
36603
36604 \backslash
36605 vert
36606 \end_layout
36607
36608 \end_inset
36609 </cell>
36610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36611 \begin_inset Text
36612
36613 \begin_layout Plain Layout
36614 |
36615 \end_layout
36616
36617 \end_inset
36618 </cell>
36619 </row>
36620 </lyxtabular>
36621
36622 \end_inset
36623
36624
36625 \begin_inset space \hfill{}
36626 \end_inset
36627
36628
36629 \begin_inset Tabular
36630 <lyxtabular version="3" rows="12" columns="2">
36631 <features tabularvalignment="middle">
36632 <column alignment="center" valignment="top" width="0pt">
36633 <column alignment="center" valignment="top" width="0pt">
36634 <row>
36635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36636 \begin_inset Text
36637
36638 \begin_layout Plain Layout
36639 Comando
36640 \end_layout
36641
36642 \end_inset
36643 </cell>
36644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36645 \begin_inset Text
36646
36647 \begin_layout Plain Layout
36648 equivalente a
36649 \end_layout
36650
36651 \end_inset
36652 </cell>
36653 </row>
36654 <row>
36655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36656 \begin_inset Text
36657
36658 \begin_layout Plain Layout
36659
36660 \backslash
36661 backslash
36662 \end_layout
36663
36664 \end_inset
36665 </cell>
36666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36667 \begin_inset Text
36668
36669 \begin_layout Plain Layout
36670
36671 \backslash
36672
36673 \backslash
36674
36675 \end_layout
36676
36677 \end_inset
36678 </cell>
36679 </row>
36680 <row>
36681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36682 \begin_inset Text
36683
36684 \begin_layout Plain Layout
36685
36686 \backslash
36687 dasharrow
36688 \end_layout
36689
36690 \end_inset
36691 </cell>
36692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36693 \begin_inset Text
36694
36695 \begin_layout Plain Layout
36696
36697 \backslash
36698 dashrightarrow
36699 \end_layout
36700
36701 \end_inset
36702 </cell>
36703 </row>
36704 <row>
36705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36706 \begin_inset Text
36707
36708 \begin_layout Plain Layout
36709
36710 \backslash
36711 land
36712 \end_layout
36713
36714 \end_inset
36715 </cell>
36716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36717 \begin_inset Text
36718
36719 \begin_layout Plain Layout
36720
36721 \backslash
36722 wedge
36723 \end_layout
36724
36725 \end_inset
36726 </cell>
36727 </row>
36728 <row>
36729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36730 \begin_inset Text
36731
36732 \begin_layout Plain Layout
36733
36734 \backslash
36735 rbrace
36736 \end_layout
36737
36738 \end_inset
36739 </cell>
36740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36741 \begin_inset Text
36742
36743 \begin_layout Plain Layout
36744 }
36745 \end_layout
36746
36747 \end_inset
36748 </cell>
36749 </row>
36750 <row>
36751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36752 \begin_inset Text
36753
36754 \begin_layout Plain Layout
36755
36756 \backslash
36757 rbracket
36758 \end_layout
36759
36760 \end_inset
36761 </cell>
36762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36763 \begin_inset Text
36764
36765 \begin_layout Plain Layout
36766 ]
36767 \end_layout
36768
36769 \end_inset
36770 </cell>
36771 </row>
36772 <row>
36773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36774 \begin_inset Text
36775
36776 \begin_layout Plain Layout
36777
36778 \backslash
36779 rightarrow
36780 \end_layout
36781
36782 \end_inset
36783 </cell>
36784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36785 \begin_inset Text
36786
36787 \begin_layout Plain Layout
36788
36789 \backslash
36790 to
36791 \end_layout
36792
36793 \end_inset
36794 </cell>
36795 </row>
36796 <row>
36797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36798 \begin_inset Text
36799
36800 \begin_layout Plain Layout
36801
36802 \backslash
36803 lnot
36804 \end_layout
36805
36806 \end_inset
36807 </cell>
36808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36809 \begin_inset Text
36810
36811 \begin_layout Plain Layout
36812
36813 \backslash
36814 neg
36815 \end_layout
36816
36817 \end_inset
36818 </cell>
36819 </row>
36820 <row>
36821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36822 \begin_inset Text
36823
36824 \begin_layout Plain Layout
36825
36826 \backslash
36827 ne
36828 \end_layout
36829
36830 \end_inset
36831 </cell>
36832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36833 \begin_inset Text
36834
36835 \begin_layout Plain Layout
36836
36837 \backslash
36838 not=
36839 \end_layout
36840
36841 \end_inset
36842 </cell>
36843 </row>
36844 <row>
36845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36846 \begin_inset Text
36847
36848 \begin_layout Plain Layout
36849
36850 \backslash
36851 owns
36852 \end_layout
36853
36854 \end_inset
36855 </cell>
36856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36857 \begin_inset Text
36858
36859 \begin_layout Plain Layout
36860
36861 \backslash
36862 ni
36863 \end_layout
36864
36865 \end_inset
36866 </cell>
36867 </row>
36868 <row>
36869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36870 \begin_inset Text
36871
36872 \begin_layout Plain Layout
36873
36874 \backslash
36875 square
36876 \end_layout
36877
36878 \end_inset
36879 </cell>
36880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36881 \begin_inset Text
36882
36883 \begin_layout Plain Layout
36884
36885 \backslash
36886 Box
36887 \end_layout
36888
36889 \end_inset
36890 </cell>
36891 </row>
36892 <row>
36893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36894 \begin_inset Text
36895
36896 \begin_layout Plain Layout
36897
36898 \backslash
36899 Vert
36900 \end_layout
36901
36902 \end_inset
36903 </cell>
36904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36905 \begin_inset Text
36906
36907 \begin_layout Plain Layout
36908
36909 \backslash
36910 |
36911 \end_layout
36912
36913 \end_inset
36914 </cell>
36915 </row>
36916 </lyxtabular>
36917
36918 \end_inset
36919
36920
36921 \begin_inset space \hfill{}
36922 \end_inset
36923
36924
36925 \end_layout
36926
36927 \begin_layout Standard
36928 \begin_inset Newpage newpage
36929 \end_inset
36930
36931
36932 \end_layout
36933
36934 \begin_layout Bibliography
36935 \begin_inset CommandInset bibitem
36936 LatexCommand bibitem
36937 key "TLC2"
36938
36939 \end_inset
36940
36941
36942 \shape smallcaps
36943 Mittelbach, F.
36944  ; Goossens, M.
36945 \shape default
36946
36947 \shape italic
36948 The LaTeX Companion
36949 \shape default
36950 .
36951  Addison Wesley, 2004
36952 \end_layout
36953
36954 \begin_layout Bibliography
36955 \begin_inset CommandInset bibitem
36956 LatexCommand bibitem
36957 key "Mathmode"
36958
36959 \end_inset
36960
36961
36962 \begin_inset CommandInset href
36963 LatexCommand href
36964 name "Descripción"
36965 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36966
36967 \end_inset
36968
36969  de habilidades matemáticas de LaTeX
36970 \end_layout
36971
36972 \begin_layout Bibliography
36973 \begin_inset CommandInset bibitem
36974 LatexCommand bibitem
36975 key "Voss"
36976
36977 \end_inset
36978
36979
36980 \begin_inset CommandInset href
36981 LatexCommand href
36982 name "Página web"
36983 target "http://tug.org/TeXnik/"
36984
36985 \end_inset
36986
36987  con sugerencias y consejos de LaTeX
36988 \end_layout
36989
36990 \begin_layout Bibliography
36991 \begin_inset CommandInset bibitem
36992 LatexCommand bibitem
36993 key "AMS"
36994
36995 \end_inset
36996
36997
36998 \begin_inset CommandInset href
36999 LatexCommand href
37000 name "Descripción"
37001 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37002
37003 \end_inset
37004
37005  de 
37006 \begin_inset ERT
37007 status collapsed
37008
37009 \begin_layout Plain Layout
37010
37011
37012 \backslash
37013 AmS
37014 \end_layout
37015
37016 \end_inset
37017
37018 -LaTeX
37019 \end_layout
37020
37021 \begin_layout Bibliography
37022 \begin_inset CommandInset bibitem
37023 LatexCommand bibitem
37024 key "Symbole"
37025
37026 \end_inset
37027
37028
37029 \begin_inset CommandInset href
37030 LatexCommand href
37031 name "Lista"
37032 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37033
37034 \end_inset
37035
37036  de todos los símbolos disponibles con paquetes LaTeX
37037 \end_layout
37038
37039 \begin_layout Bibliography
37040 \begin_inset CommandInset bibitem
37041 LatexCommand bibitem
37042 key "hyperref"
37043
37044 \end_inset
37045
37046
37047 \begin_inset CommandInset href
37048 LatexCommand href
37049 name "Documentación"
37050 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37051
37052 \end_inset
37053
37054  del paquete LaTeX 
37055 \series bold
37056 hyperref
37057 \series default
37058
37059 \begin_inset Index
37060 status collapsed
37061
37062 \begin_layout Plain Layout
37063 Paquetes ! hyperref
37064 \end_layout
37065
37066 \end_inset
37067
37068
37069 \end_layout
37070
37071 \begin_layout Bibliography
37072 \begin_inset CommandInset bibitem
37073 LatexCommand bibitem
37074 key "Mathclap"
37075
37076 \end_inset
37077
37078
37079 \begin_inset CommandInset href
37080 LatexCommand href
37081 name "Descripción"
37082 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37083
37084 \end_inset
37085
37086  del comando 
37087 \series bold
37088
37089 \backslash
37090 mathclap
37091 \series default
37092 , descrito en 
37093 \begin_inset CommandInset ref
37094 LatexCommand ref
37095 reference "sub:Límites-de-operadores"
37096
37097 \end_inset
37098
37099
37100 \begin_inset Index
37101 status collapsed
37102
37103 \begin_layout Plain Layout
37104 Comandos ! M ! 
37105 \backslash
37106 mathclap
37107 \end_layout
37108
37109 \end_inset
37110
37111
37112 \end_layout
37113
37114 \begin_layout Bibliography
37115 \begin_inset CommandInset bibitem
37116 LatexCommand bibitem
37117 key "Duden"
37118
37119 \end_inset
37120
37121
37122 \emph on
37123 Duden Band 1
37124 \emph default
37125 .
37126  22.
37127  Auflage, Duden 2001
37128 \end_layout
37129
37130 \begin_layout Bibliography
37131 \begin_inset CommandInset bibitem
37132 LatexCommand bibitem
37133 key "spanish"
37134
37135 \end_inset
37136
37137
37138 \begin_inset CommandInset href
37139 LatexCommand href
37140 name "Página web"
37141 target "http://www.tex-tipografia.com/spanish.html"
37142
37143 \end_inset
37144
37145  del estilo 
37146 \series bold
37147 spanish
37148 \family sans
37149 \series default
37150  
37151 \family default
37152 incluido en el paquete 
37153 \series bold
37154 babel
37155 \end_layout
37156
37157 \begin_layout Bibliography
37158 \begin_inset CommandInset bibitem
37159 LatexCommand bibitem
37160 key "Bezos"
37161
37162 \end_inset
37163
37164
37165 \begin_inset CommandInset href
37166 LatexCommand href
37167 name "Documento"
37168 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
37169
37170 \end_inset
37171
37172  sobre ortotipografía y notaciones matemáticas en español
37173 \end_layout
37174
37175 \begin_layout Standard
37176
37177 \family sans
37178 \series bold
37179 \begin_inset CommandInset index_print
37180 LatexCommand printindex
37181
37182 \end_inset
37183
37184
37185 \end_layout
37186
37187 \end_body
37188 \end_document