]> git.lyx.org Git - features.git/blob - lib/doc/es/Math.lyx
Math.lyx: this manual can now also be compiled when mhchem is not installed
[features.git] / lib / doc / es / Math.lyx
1 #LyX 1.6.5svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasspanish{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{sec.\negthinspace}
47  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
49
50 % don't load packages twice
51 % see first footnote in sec. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % the pages of the TOC are numbered roman
55 % and a PDF-bookmark for the TOC is added
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % used in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % for multiple table row and column cells
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % needed in sec. 19.4
83 \usepackage{remreset}
84
85 % for the Fourier transformation symbol
86 \usepackage{mathrsfs}
87
88 % center multirows (e.g. in sec. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % define a color, used in sec.9.3
92 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
93
94 % declare operators (see sec. 10.4 and sec. 15.2)
95 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\spce}{\textvisiblespace}
99
100 % example definitions for sec. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % example macro from sec. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % macro from sec. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115 % redefine the greyed out note
116 \renewenvironment{lyxgreyedout}
117  {\textcolor{blue}\bgroup}{\egroup}
118
119 % ------------------------------------
120 % used to check for needed LaTeX packages
121 \usepackage{ifthen}
122
123 % check for package eurosym
124 % used for the Euro symbol
125 \newboolean{eurosym}
126 \IfFileExists{eurosym.sty}
127  {\usepackage[gennarrow]{eurosym}
128   \setboolean{eurosym}{true}}
129  {\setboolean{eurosym}{false}}
130
131 % check for package braket
132 % used for physical vectors
133 \newboolean{braket}
134 \IfFileExists{braket.sty}
135  {\usepackage{braket}
136   \setboolean{braket}{true}}
137  {\setboolean{braket}{false}}
138
139 % check for package upgreek
140 \newboolean{upgreek}
141 \IfFileExists{upgreek.sty}
142  {\usepackage{upgreek}
143   \setboolean{upgreek}{true}}
144  {\setboolean{upgreek}{false}}
145
146 % check for package mhchem
147 % used for chemical equations
148 \newboolean{mhchem}
149 \IfFileExists{mhchem.sty}
150  {\usepackage{mhchem}
151   \setboolean{mhchem}{true}}
152  {\setboolean{mhchem}{false}}
153 \end_preamble
154 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
155 \use_default_options false
156 \language spanish
157 \inputencoding auto
158 \font_roman default
159 \font_sans default
160 \font_typewriter default
161 \font_default_family default
162 \font_sc false
163 \font_osf false
164 \font_sf_scale 100
165 \font_tt_scale 100
166
167 \graphics default
168 \paperfontsize 12
169 \spacing single
170 \use_hyperref true
171 \pdf_title "Manual detallado de Matemáticas en LyX"
172 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
173 \pdf_subject "LyX-documentation about math"
174 \pdf_keywords "LyX, Mathed"
175 \pdf_bookmarks true
176 \pdf_bookmarksnumbered true
177 \pdf_bookmarksopen true
178 \pdf_bookmarksopenlevel 1
179 \pdf_breaklinks false
180 \pdf_pdfborder false
181 \pdf_colorlinks true
182 \pdf_backref false
183 \pdf_pdfusetitle false
184 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
185 \papersize a4paper
186 \use_geometry false
187 \use_amsmath 2
188 \use_esint 1
189 \cite_engine basic
190 \use_bibtopic false
191 \paperorientation portrait
192 \secnumdepth 4
193 \tocdepth 3
194 \paragraph_separation skip
195 \defskip medskip
196 \quotes_language french
197 \papercolumns 1
198 \papersides 2
199 \paperpagestyle plain
200 \bullet 1 0 6 -1
201 \bullet 2 2 35 -1
202 \bullet 3 2 7 -1
203 \tracking_changes false
204 \output_changes false
205 \author "" 
206 \author "" 
207 \end_header
208
209 \begin_body
210
211 \begin_layout Title
212 Manual detallado de
213 \begin_inset Newline newline
214 \end_inset
215
216 Matemáticas en LyX
217 \end_layout
218
219 \begin_layout Author
220 por el Equipo LyX
221 \begin_inset Foot
222 status collapsed
223
224 \begin_layout Plain Layout
225 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
226  lista de correo de documentación de LyX
227 \family typewriter
228
229 \begin_inset CommandInset href
230 LatexCommand href
231 name "lyx-docs@lists.lyx.org"
232 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
233
234 \end_inset
235
236
237 \end_layout
238
239 \end_inset
240
241
242 \begin_inset Note Note
243 status collapsed
244
245 \begin_layout Plain Layout
246 autor: Uwe Stöhr, traducción: Ignacio Garcia
247 \end_layout
248
249 \end_inset
250
251
252 \begin_inset Newline newline
253 \end_inset
254
255
256 \begin_inset Newline newline
257 \end_inset
258
259 Versión 1.6.x
260 \end_layout
261
262 \begin_layout Standard
263 \begin_inset CommandInset toc
264 LatexCommand tableofcontents
265
266 \end_inset
267
268
269 \end_layout
270
271 \begin_layout Standard
272 \begin_inset Note Note
273 status collapsed
274
275 \begin_layout Plain Layout
276 Para exportar este documento a PDF, PS, o DVI deben estar instalados los
277  paquetes LaTeX 
278 \series bold
279 eurosym
280 \series default
281
282 \series bold
283 multirow
284 \series default
285  y 
286 \series bold
287 was
288 \series default
289 .
290  Si no están instalados también puedes exportar el documento pero las secciones
291  en que se requieren dichos paquetes no aparecerán en la salida.
292 \end_layout
293
294 \begin_layout Plain Layout
295 La última versión PDF de este documento está disponible en:
296 \begin_inset Newline newline
297 \end_inset
298
299
300 \series bold
301 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
302 \end_layout
303
304 \end_inset
305
306
307 \begin_inset Newpage newpage
308 \end_inset
309
310
311 \end_layout
312
313 \begin_layout Section
314 Introducción
315 \end_layout
316
317 \begin_layout Standard
318 Este documento explica las características matemáticas de LyX y además es
319  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
320  Las explicaciones están diseñadas para el uso de comandos.
321  Por consiguiente es preciso que hayas leído la sección 
322 \emph on
323 Ecuaciones matemáticas
324 \emph default
325  de la 
326 \emph on
327 Guía del usuario
328 \emph default
329 .
330 \end_layout
331
332 \begin_layout Standard
333 La mayoría de caracteres y muchas estructuras explicadas en este manual
334  también son accesibles mediante el menú 
335 \family sans
336 Insertar\SpecialChar \menuseparator
337 Ecuación
338 \family default
339  o la barra de herramientas
340 \family sans
341  Ecuaciones
342 \family default
343 .
344  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
345  mucho más rápido usar comandos que la barra de herramientas.
346  Por tanto este manual está enfocado al uso de comandos, aunque también
347  se mencionan los botones correspondientes de las barras de herramientas
348  cuando están disponibles.
349 \end_layout
350
351 \begin_layout Standard
352 Si no se especifica lo contrario los comandos sólo están disponibles dentro
353  de las fórmulas.
354  Para poder usar todos los comandos explicados en este documento, debe usarse
355  la opción 
356 \family sans
357 Usar el paquete de ecuaciones AMS
358 \family default
359  en la configuración del documento (menú 
360 \family sans
361 Documento\SpecialChar \menuseparator
362 Configuración\SpecialChar \menuseparator
363 Ecuaciones
364 \family default
365 )
366 \begin_inset Foot
367 status collapsed
368
369 \begin_layout Plain Layout
370 La opción 
371 \family sans
372 Usar el paquete de ecuaciones AMS automáticamente
373 \family default
374  sólo usa ecuaciones 
375 \begin_inset ERT
376 status collapsed
377
378 \begin_layout Plain Layout
379
380
381 \backslash
382 AmS 
383 \end_layout
384
385 \end_inset
386
387
388 \begin_inset space ~
389 \end_inset
390
391  si las estructuras matemáticas son soportadas por LyX.
392 \end_layout
393
394 \end_inset
395
396 .
397 \end_layout
398
399 \begin_layout Standard
400 Este documento no recoge todos los comandos de ecuaciones 
401 \begin_inset ERT
402 status collapsed
403
404 \begin_layout Plain Layout
405
406
407 \backslash
408 AmS 
409 \end_layout
410
411 \end_inset
412
413
414 \begin_inset Foot
415 status collapsed
416
417 \begin_layout Plain Layout
418 En el archivo 
419 \family sans
420
421 \begin_inset CommandInset href
422 LatexCommand href
423 name "amsguide.ps"
424 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
425
426 \end_inset
427
428
429 \family default
430 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
431  lista con todos los comandos de ecuaciones 
432 \begin_inset ERT
433 status collapsed
434
435 \begin_layout Plain Layout
436
437
438 \backslash
439 AmS 
440 \end_layout
441
442 \end_inset
443
444 .
445 \end_layout
446
447 \end_inset
448
449  por razones de claridad.
450 \end_layout
451
452 \begin_layout Section
453 Instrucciones generales
454 \end_layout
455
456 \begin_layout Standard
457 Para crear una ecuación en línea
458 \begin_inset Index
459 status collapsed
460
461 \begin_layout Plain Layout
462 Ecuación ! en línea
463 \end_layout
464
465 \end_inset
466
467  insertada en una línea de texto, teclea una de las combinaciones 
468 \family sans
469 Ctrl+M, Alt+C M, Alt+M M
470 \family default
471  o pulsa el botón 
472 \begin_inset Graphics
473         filename ../../images/math-mode.png
474         scale 85
475
476 \end_inset
477
478  de la barra de herramientas.
479 \begin_inset Newline newline
480 \end_inset
481
482 Para crear una ecuación en estilo presentación
483 \begin_inset Index
484 status collapsed
485
486 \begin_layout Plain Layout
487 Ecuación ! presentada
488 \end_layout
489
490 \end_inset
491
492 , que se verá más grande y en su propio párrafo, teclea
493 \family sans
494  
495 \family default
496 una de estas combinaciones: 
497 \family sans
498 Ctrl+Mayúsculas+M, Alt+M D.
499 \end_layout
500
501 \begin_layout Standard
502 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
503  dentro de la ecuación y teclea
504 \family sans
505  Ctrl+M, Alt+C M, Alt+M M 
506 \family default
507 o usa el menú 
508 \family sans
509 Editar\SpecialChar \menuseparator
510 Ecuación\SpecialChar \menuseparator
511 Cambiar tipo de ecuación
512 \family default
513 .
514  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
515 \end_layout
516
517 \begin_layout Standard
518 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
519  presentada, escribe el comando 
520 \series bold
521
522 \backslash
523 displaystyle
524 \series default
525
526 \begin_inset Index
527 status collapsed
528
529 \begin_layout Plain Layout
530 Comandos ! D ! 
531 \backslash
532 displaystyle
533 \end_layout
534
535 \end_inset
536
537  en la ecuación y pulsa espacio.
538  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
539  de la ecuación.
540 \end_layout
541
542 \begin_layout Standard
543 En las tablas sólo se permiten ecuaciones en línea.
544 \end_layout
545
546 \begin_layout Standard
547 Las barras 
548 \family sans
549 Ecuaciones
550 \family default
551  y 
552 \family sans
553 Panel de ecuaciones 
554 \family default
555 se pueden visualizar mediante el menú 
556 \family sans
557 Ver\SpecialChar \menuseparator
558 Barras de herramientas
559 \family default
560 .
561  Si ahí pulsas en 
562 \begin_inset Quotes fld
563 \end_inset
564
565 Ecuaciones
566 \begin_inset Quotes frd
567 \end_inset
568
569  y/o en 
570 \begin_inset Quotes fld
571 \end_inset
572
573 Panel de ecuaciones
574 \begin_inset Quotes frd
575 \end_inset
576
577 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
578  estado se visualiza en el menú de las barras de herramientas con una marca.
579  Si en este estado pulsas de nuevo sobre 
580 \begin_inset Quotes fld
581 \end_inset
582
583 Ecuaciones
584 \begin_inset Quotes frd
585 \end_inset
586
587  y/o 
588 \begin_inset Quotes fld
589 \end_inset
590
591 Panel de ecuaciones
592 \begin_inset Quotes frd
593 \end_inset
594
595  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
596  de una ecuación; este estado se indica añadiendo a las entradas del menú
597  la palabra 
598 \begin_inset Quotes fld
599 \end_inset
600
601 (auto)
602 \begin_inset Quotes frd
603 \end_inset
604
605 .
606  
607 \end_layout
608
609 \begin_layout Standard
610 El modo TeX
611 \begin_inset Index
612 status collapsed
613
614 \begin_layout Plain Layout
615 T@TeX ! modo
616 \end_layout
617
618 \end_inset
619
620  se invoca pulsando el botón 
621 \begin_inset Graphics
622         filename ../../images/ert-insert.png
623         scale 85
624
625 \end_inset
626
627  de la barra de herramientas o con el menú 
628 \family sans
629 Insertar\SpecialChar \menuseparator
630 Código Te
631 \begin_inset ERT
632 status collapsed
633
634 \begin_layout Plain Layout
635
636 {}
637 \end_layout
638
639 \end_inset
640
641 X
642 \family default
643 , (atajo 
644 \family sans
645 Ctrl+L
646 \family default
647 ).
648 \begin_inset Note Note
649 status collapsed
650
651 \begin_layout Plain Layout
652 En LyX hay tres 
653 \begin_inset Quotes fld
654 \end_inset
655
656 nombres propios
657 \begin_inset Quotes frd
658 \end_inset
659
660  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
661  LaTeX y LyX.
662 \end_layout
663
664 \begin_layout Plain Layout
665 Para evitar que estas palabras sean reconocidas como tales nombres propios,
666  se inserta un par de llaves TeX.
667  
668 \end_layout
669
670 \end_inset
671
672
673 \end_layout
674
675 \begin_layout Standard
676 Para cambiar el preámbulo LaTeX
677 \begin_inset Index
678 status collapsed
679
680 \begin_layout Plain Layout
681 LaTeX preámbulo
682 \end_layout
683
684 \end_inset
685
686 , usa el menú 
687 \family sans
688 Documento\SpecialChar \menuseparator
689 Configuración\SpecialChar \menuseparator
690 Preámbulo LaT
691 \begin_inset ERT
692 status collapsed
693
694 \begin_layout Plain Layout
695
696 {}
697 \end_layout
698
699 \end_inset
700
701 eX
702 \family default
703 .
704 \end_layout
705
706 \begin_layout Standard
707 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
708  multilínea, se pueden usar los menús 
709 \family sans
710 Editar\SpecialChar \menuseparator
711 Ecuación
712 \family default
713  y 
714 \family sans
715 Editar\SpecialChar \menuseparator
716 Filas y columnas
717 \family default
718  o la barra de herramientas de 
719 \family sans
720 Tabla
721 \family default
722 .
723  Cuando las líneas y columnas se intercambian mediante el menú, la columna
724  o línea en la que está se cambia con la columna de la derecha o con la
725  línea de abajo, respectivamente.
726  Si el cursor está en la última columna o fila, el cambio se hace con la
727  columna de la izquierda o la línea de arriba.
728 \end_layout
729
730 \begin_layout Standard
731 Para escribir texto en fórmulas se usa 
732 \emph on
733 texto de ecuaciones
734 \emph default
735
736 \begin_inset Index
737 status collapsed
738
739 \begin_layout Plain Layout
740 Texto ! en ecuaciones
741 \end_layout
742
743 \end_inset
744
745 .
746 \begin_inset Foot
747 status collapsed
748
749 \begin_layout Plain Layout
750 Para ecuaciones multilínea se usa el comando 
751 \series bold
752
753 \backslash
754 intertext
755 \series default
756 , véase
757 \begin_inset space ~
758 \end_inset
759
760
761 \begin_inset CommandInset ref
762 LatexCommand ref
763 reference "sub:Texto-en-multilínea"
764
765 \end_inset
766
767 .
768 \end_layout
769
770 \end_inset
771
772  Este modo se invoca con el atajo 
773 \family sans
774 Alt+M
775 \begin_inset space ~
776 \end_inset
777
778 M
779 \family default
780  o
781 \family sans
782  Ctrl+M
783 \family default
784  o insertando el comando 
785 \series bold
786
787 \backslash
788 text
789 \series default
790
791 \begin_inset Index
792 status collapsed
793
794 \begin_layout Plain Layout
795 Comandos ! T ! 
796 \backslash
797 text
798 \end_layout
799
800 \end_inset
801
802 .
803  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
804  partes de la ecuación que se ven en azul.
805  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
806 a de otras partes de la fórmula.
807 \end_layout
808
809 \begin_layout Subsection*
810 Esquema de comandos
811 \end_layout
812
813 \begin_layout Standard
814 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
815  siguiente esquema:
816 \end_layout
817
818 \begin_layout Standard
819
820 \series bold
821
822 \backslash
823 nombre_del_comando[argumento opcional]{argumento requerido}
824 \end_layout
825
826 \begin_layout Standard
827 Un comando empieza siempre por una barra inversa, 
828 \begin_inset Quotes fld
829 \end_inset
830
831
832 \series bold
833
834 \backslash
835
836 \series default
837
838 \begin_inset Quotes frd
839 \end_inset
840
841 .
842  Para omitir argumentos opcionales, quita también los corchetes asociados.
843  En este documento, las llaves que encierran los argumentos requeridos se
844  denominan llaves TeX
845 \begin_inset Index
846 status collapsed
847
848 \begin_layout Plain Layout
849 T@TeX ! llaves
850 \end_layout
851
852 \end_inset
853
854 .
855  Si en una ecuación añades una llave de apertura al nombre de un comando,
856  LyX crea automáticamente una llave TeX.
857  En todos los demás casos las llaves TeX se crean en las ecuaciones con
858  el comando 
859 \series bold
860
861 \backslash
862 {
863 \series default
864 .
865  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
866  que se muestran en azul.
867  En modo TeX no hace falta comando para poner llaves TeX.
868  Las llaves TeX no aparecen en la salida.
869 \end_layout
870
871 \begin_layout Standard
872 En el caso de comandos sin argumentos, como los comandos para símbolos que
873  se introducen en modo TeX, 
874 \emph on
875 siempre
876 \emph default
877  debe teclearse un espacio tras el comando para finalizarlo.
878  Este espacio no aparece en la salida.
879  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
880  de un espacio protegido en texto normal.
881 \end_layout
882
883 \begin_layout Standard
884 Un espacio protegido se inserta con 
885 \family sans
886 Ctrl+Espacio
887 \family default
888 .
889 \begin_inset Newpage newpage
890 \end_inset
891
892
893 \end_layout
894
895 \begin_layout Subsection*
896 Explicación de la sintaxis
897 \end_layout
898
899 \begin_layout Itemize
900 El símbolo 
901 \begin_inset ERT
902 status collapsed
903
904 \begin_layout Plain Layout
905
906
907 \backslash
908 spce 
909 \end_layout
910
911 \end_inset
912
913
914 \begin_inset Foot
915 status collapsed
916
917 \begin_layout Plain Layout
918 Este carácter, espacio visible, se puede componer con el comando 
919 \series bold
920
921 \backslash
922 textvisiblespace
923 \series default
924
925 \begin_inset Index
926 status collapsed
927
928 \begin_layout Plain Layout
929 Comandos ! T ! 
930 \backslash
931 textvisiblespace
932 \end_layout
933
934 \end_inset
935
936  insertado en código TeX.
937 \end_layout
938
939 \end_inset
940
941  indica que hay que teclear un espacio.
942 \end_layout
943
944 \begin_layout Itemize
945 Una flecha como 
946 \begin_inset Formula $\rightarrow$
947 \end_inset
948
949  indica el uso de la correspondiente tecla de flecha.
950  
951 \end_layout
952
953 \begin_layout Subsection*
954 Unidades disponibles
955 \end_layout
956
957 \begin_layout Standard
958 \align center
959 \begin_inset Float table
960 placement H
961 wide false
962 sideways false
963 status open
964
965 \begin_layout Plain Layout
966 \align center
967 \begin_inset Caption
968
969 \begin_layout Plain Layout
970 \begin_inset CommandInset label
971 LatexCommand label
972 name "tab:Unidades-disponibles"
973
974 \end_inset
975
976 Unidades disponibles
977 \end_layout
978
979 \end_inset
980
981
982 \end_layout
983
984 \begin_layout Plain Layout
985 \align center
986 \begin_inset Tabular
987 <lyxtabular version="3" rows="13" columns="2">
988 <features>
989 <column alignment="center" valignment="top" width="0">
990 <column alignment="center" valignment="top" width="0">
991 <row>
992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
993 \begin_inset Text
994
995 \begin_layout Plain Layout
996 Unidad
997 \end_layout
998
999 \end_inset
1000 </cell>
1001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1002 \begin_inset Text
1003
1004 \begin_layout Plain Layout
1005 Nombre / Descripción
1006 \end_layout
1007
1008 \end_inset
1009 </cell>
1010 </row>
1011 <row>
1012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1013 \begin_inset Text
1014
1015 \begin_layout Plain Layout
1016 mm
1017 \end_layout
1018
1019 \end_inset
1020 </cell>
1021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1022 \begin_inset Text
1023
1024 \begin_layout Plain Layout
1025 Milímetro
1026 \end_layout
1027
1028 \end_inset
1029 </cell>
1030 </row>
1031 <row>
1032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1033 \begin_inset Text
1034
1035 \begin_layout Plain Layout
1036 cm
1037 \end_layout
1038
1039 \end_inset
1040 </cell>
1041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1042 \begin_inset Text
1043
1044 \begin_layout Plain Layout
1045 Centímetro
1046 \end_layout
1047
1048 \end_inset
1049 </cell>
1050 </row>
1051 <row>
1052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1053 \begin_inset Text
1054
1055 \begin_layout Plain Layout
1056 in
1057 \end_layout
1058
1059 \end_inset
1060 </cell>
1061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1062 \begin_inset Text
1063
1064 \begin_layout Plain Layout
1065 Pulgada (1
1066 \begin_inset space \thinspace{}
1067 \end_inset
1068
1069 in = 2,54
1070 \begin_inset space \thinspace{}
1071 \end_inset
1072
1073 cm)
1074 \end_layout
1075
1076 \end_inset
1077 </cell>
1078 </row>
1079 <row>
1080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1081 \begin_inset Text
1082
1083 \begin_layout Plain Layout
1084 pt
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1090 \begin_inset Text
1091
1092 \begin_layout Plain Layout
1093 Punto (72.27
1094 \begin_inset space \thinspace{}
1095 \end_inset
1096
1097 pt = 1
1098 \begin_inset space \thinspace{}
1099 \end_inset
1100
1101 in)
1102 \end_layout
1103
1104 \end_inset
1105 </cell>
1106 </row>
1107 <row>
1108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1109 \begin_inset Text
1110
1111 \begin_layout Plain Layout
1112 pc
1113 \end_layout
1114
1115 \end_inset
1116 </cell>
1117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1118 \begin_inset Text
1119
1120 \begin_layout Plain Layout
1121 Pica (1
1122 \begin_inset space \thinspace{}
1123 \end_inset
1124
1125 pc = 12
1126 \begin_inset space \thinspace{}
1127 \end_inset
1128
1129 pt)
1130 \end_layout
1131
1132 \end_inset
1133 </cell>
1134 </row>
1135 <row>
1136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1137 \begin_inset Text
1138
1139 \begin_layout Plain Layout
1140 sp
1141 \end_layout
1142
1143 \end_inset
1144 </cell>
1145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1146 \begin_inset Text
1147
1148 \begin_layout Plain Layout
1149 Punto escalado (65536
1150 \begin_inset space \thinspace{}
1151 \end_inset
1152
1153 sp = 1
1154 \begin_inset space \thinspace{}
1155 \end_inset
1156
1157 pt)
1158 \end_layout
1159
1160 \end_inset
1161 </cell>
1162 </row>
1163 <row>
1164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1165 \begin_inset Text
1166
1167 \begin_layout Plain Layout
1168 bp
1169 \end_layout
1170
1171 \end_inset
1172 </cell>
1173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1174 \begin_inset Text
1175
1176 \begin_layout Plain Layout
1177 Punto grande (72
1178 \begin_inset space \thinspace{}
1179 \end_inset
1180
1181 bp = 1
1182 \begin_inset space \thinspace{}
1183 \end_inset
1184
1185 in)
1186 \end_layout
1187
1188 \end_inset
1189 </cell>
1190 </row>
1191 <row>
1192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1193 \begin_inset Text
1194
1195 \begin_layout Plain Layout
1196 dd
1197 \end_layout
1198
1199 \end_inset
1200 </cell>
1201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1202 \begin_inset Text
1203
1204 \begin_layout Plain Layout
1205 Didot (1
1206 \begin_inset space \thinspace{}
1207 \end_inset
1208
1209 dd 
1210 \begin_inset Formula $\approx$
1211 \end_inset
1212
1213  0.376
1214 \begin_inset space \thinspace{}
1215 \end_inset
1216
1217 mm)
1218 \end_layout
1219
1220 \end_inset
1221 </cell>
1222 </row>
1223 <row>
1224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1225 \begin_inset Text
1226
1227 \begin_layout Plain Layout
1228 cc
1229 \end_layout
1230
1231 \end_inset
1232 </cell>
1233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1234 \begin_inset Text
1235
1236 \begin_layout Plain Layout
1237 Cicero (1
1238 \begin_inset space \thinspace{}
1239 \end_inset
1240
1241 cc = 12
1242 \begin_inset space \thinspace{}
1243 \end_inset
1244
1245 dd)
1246 \end_layout
1247
1248 \end_inset
1249 </cell>
1250 </row>
1251 <row>
1252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1253 \begin_inset Text
1254
1255 \begin_layout Plain Layout
1256 ex
1257 \end_layout
1258
1259 \end_inset
1260 </cell>
1261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1262 \begin_inset Text
1263
1264 \begin_layout Plain Layout
1265 Altura de la letra 
1266 \begin_inset Quotes fld
1267 \end_inset
1268
1269
1270 \emph on
1271 x
1272 \emph default
1273
1274 \begin_inset Quotes frd
1275 \end_inset
1276
1277  en la fuente actual
1278 \end_layout
1279
1280 \end_inset
1281 </cell>
1282 </row>
1283 <row>
1284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1285 \begin_inset Text
1286
1287 \begin_layout Plain Layout
1288 em
1289 \end_layout
1290
1291 \end_inset
1292 </cell>
1293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1294 \begin_inset Text
1295
1296 \begin_layout Plain Layout
1297 Anchura de la letra 
1298 \begin_inset Quotes fld
1299 \end_inset
1300
1301
1302 \emph on
1303 M
1304 \emph default
1305
1306 \begin_inset Quotes frd
1307 \end_inset
1308
1309  en la fuente actual
1310 \end_layout
1311
1312 \end_inset
1313 </cell>
1314 </row>
1315 <row>
1316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1317 \begin_inset Text
1318
1319 \begin_layout Plain Layout
1320 mu
1321 \end_layout
1322
1323 \end_inset
1324 </cell>
1325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1326 \begin_inset Text
1327
1328 \begin_layout Plain Layout
1329 Unidad matemática (1
1330 \begin_inset space \thinspace{}
1331 \end_inset
1332
1333 mu = 
1334 \begin_inset Formula $\nicefrac{1}{18}$
1335 \end_inset
1336
1337
1338 \begin_inset space \thinspace{}
1339 \end_inset
1340
1341 em)
1342 \end_layout
1343
1344 \end_inset
1345 </cell>
1346 </row>
1347 </lyxtabular>
1348
1349 \end_inset
1350
1351
1352 \end_layout
1353
1354 \end_inset
1355
1356
1357 \end_layout
1358
1359 \begin_layout Standard
1360 \align center
1361 \begin_inset Newpage newpage
1362 \end_inset
1363
1364
1365 \end_layout
1366
1367 \begin_layout Section
1368 Funciones básicas
1369 \end_layout
1370
1371 \begin_layout Subsection
1372 Exponentes
1373 \begin_inset Index
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377 Exponentes
1378 \end_layout
1379
1380 \end_inset
1381
1382  e índices
1383 \begin_inset Index
1384 status collapsed
1385
1386 \begin_layout Plain Layout
1387 Indices@Índices
1388 \end_layout
1389
1390 \end_inset
1391
1392
1393 \begin_inset Index
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397 Superíndices|see
1398 \begin_inset ERT
1399 status collapsed
1400
1401 \begin_layout Plain Layout
1402
1403 {
1404 \end_layout
1405
1406 \end_inset
1407
1408 Exponentes
1409 \begin_inset ERT
1410 status collapsed
1411
1412 \begin_layout Plain Layout
1413
1414 }
1415 \end_layout
1416
1417 \end_inset
1418
1419
1420 \end_layout
1421
1422 \end_inset
1423
1424
1425 \begin_inset Index
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 Subíndices|see
1430 \begin_inset ERT
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434
1435 {
1436 \end_layout
1437
1438 \end_inset
1439
1440 Índices
1441 \begin_inset ERT
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445
1446 }
1447 \end_layout
1448
1449 \end_inset
1450
1451
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \end_layout
1458
1459 \begin_layout Standard
1460 Los subíndices se componen con un guión bajo 
1461 \begin_inset Quotes fld
1462 \end_inset
1463
1464 _
1465 \begin_inset Quotes frd
1466 \end_inset
1467
1468  o con el botón de la barra de herramientas de ecuaciones 
1469 \begin_inset Graphics
1470         filename ../../images/math-subscript.png
1471         scale 85
1472
1473 \end_inset
1474
1475 , los superíndices con un circunflejo 
1476 \begin_inset Quotes fld
1477 \end_inset
1478
1479 ^
1480 \begin_inset Quotes frd
1481 \end_inset
1482
1483  o con el botón de la barra de herramientas de ecuaciones 
1484 \begin_inset Graphics
1485         filename ../../images/math-superscript.png
1486         scale 85
1487
1488 \end_inset
1489
1490 .
1491 \end_layout
1492
1493 \begin_layout Standard
1494 \noindent
1495 \align center
1496 \begin_inset Tabular
1497 <lyxtabular version="3" rows="4" columns="2">
1498 <features>
1499 <column alignment="center" valignment="top" width="0">
1500 <column alignment="center" valignment="top" width="0">
1501 <row>
1502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1503 \begin_inset Text
1504
1505 \begin_layout Plain Layout
1506 Comando
1507 \end_layout
1508
1509 \end_inset
1510 </cell>
1511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1512 \begin_inset Text
1513
1514 \begin_layout Plain Layout
1515 Resultado
1516 \begin_inset Note Note
1517 status collapsed
1518
1519 \begin_layout Plain Layout
1520
1521 \series bold
1522
1523 \backslash
1524 raisebox
1525 \series default
1526  sólo se usa como espaciador.
1527 \end_layout
1528
1529 \end_inset
1530
1531
1532 \end_layout
1533
1534 \end_inset
1535 </cell>
1536 </row>
1537 <row>
1538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 B_V
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1548 \begin_inset Text
1549
1550 \begin_layout Plain Layout
1551 \begin_inset Formula $B_{V}$
1552 \end_inset
1553
1554
1555 \end_layout
1556
1557 \end_inset
1558 </cell>
1559 </row>
1560 <row>
1561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565 B^V
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1571 \begin_inset Text
1572
1573 \begin_layout Plain Layout
1574 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1575 \end_inset
1576
1577
1578 \end_layout
1579
1580 \end_inset
1581 </cell>
1582 </row>
1583 <row>
1584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1585 \begin_inset Text
1586
1587 \begin_layout Plain Layout
1588 B^
1589 \begin_inset ERT
1590 status collapsed
1591
1592 \begin_layout Plain Layout
1593
1594
1595 \backslash
1596 spce 
1597 \end_layout
1598
1599 \end_inset
1600
1601 A
1602 \end_layout
1603
1604 \end_inset
1605 </cell>
1606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1607 \begin_inset Text
1608
1609 \begin_layout Plain Layout
1610 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1611 \end_inset
1612
1613
1614 \end_layout
1615
1616 \end_inset
1617 </cell>
1618 </row>
1619 </lyxtabular>
1620
1621 \end_inset
1622
1623
1624 \end_layout
1625
1626 \begin_layout Standard
1627 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1628  caso acentuará las vocales y no servirá para entrar en modo exponente.
1629 \begin_inset Foot
1630 status collapsed
1631
1632 \begin_layout Plain Layout
1633 Dependiendo de la configuración del teclado esto puede suceder también con
1634  otros caracteres además de las vocales.
1635 \end_layout
1636
1637 \end_inset
1638
1639  Para conseguir exponentes en estos casos debes pulsar 
1640 \family sans
1641 Espacio
1642 \family default
1643  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1644  
1645 \end_layout
1646
1647 \begin_layout Subsection
1648 Fracciones
1649 \begin_inset CommandInset label
1650 LatexCommand label
1651 name "sub:Fracciones"
1652
1653 \end_inset
1654
1655
1656 \begin_inset Index
1657 status collapsed
1658
1659 \begin_layout Plain Layout
1660 Fracciones
1661 \end_layout
1662
1663 \end_inset
1664
1665
1666 \end_layout
1667
1668 \begin_layout Standard
1669 Las fracciones se generan con el comando 
1670 \series bold
1671
1672 \backslash
1673 frac
1674 \series default
1675
1676 \begin_inset Index
1677 status collapsed
1678
1679 \begin_layout Plain Layout
1680 Comandos ! F ! 
1681 \backslash
1682 frac
1683 \end_layout
1684
1685 \end_inset
1686
1687  o con el botón 
1688 \begin_inset Graphics
1689         filename ../../images/math/frac.png
1690         scale 50
1691
1692 \end_inset
1693
1694  de la barra de herramientas.
1695  El tamaño de fuente se ajusta automáticamente, dependiendo de si la fracción
1696  está en línea o en estilo presentación.
1697  Con el botón 
1698 \begin_inset Graphics
1699         filename ../../images/math/frac-square.png
1700         scale 85
1701
1702 \end_inset
1703
1704 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1705  de fracciones.
1706 \end_layout
1707
1708 \begin_layout Standard
1709 Con el comando 
1710 \series bold
1711
1712 \backslash
1713 dfrac
1714 \series default
1715
1716 \begin_inset Index
1717 status collapsed
1718
1719 \begin_layout Plain Layout
1720 Comandos ! D ! 
1721 \backslash
1722 dfrac
1723 \end_layout
1724
1725 \end_inset
1726
1727  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1728  presentación.
1729  Con 
1730 \series bold
1731
1732 \backslash
1733 tfrac
1734 \series default
1735
1736 \begin_inset Index
1737 status collapsed
1738
1739 \begin_layout Plain Layout
1740 Comandos ! T ! 
1741 \backslash
1742 tfrac
1743 \end_layout
1744
1745 \end_inset
1746
1747  la fracción tiene siempre el tamaño del estilo en línea.
1748  Un ejemplo:
1749 \end_layout
1750
1751 \begin_layout Standard
1752 Una línea con la fracción 
1753 \begin_inset Formula $\frac{1}{2}$
1754 \end_inset
1755
1756  creada con el comando 
1757 \series bold
1758
1759 \backslash
1760 frac
1761 \series default
1762 .
1763  
1764 \end_layout
1765
1766 \begin_layout Standard
1767 Una línea con la fracción 
1768 \begin_inset Formula $\dfrac{1}{2}$
1769 \end_inset
1770
1771  creada con el comando 
1772 \series bold
1773
1774 \backslash
1775 dfrac
1776 \series default
1777 .
1778 \end_layout
1779
1780 \begin_layout Standard
1781 \noindent
1782 \align center
1783 \begin_inset Tabular
1784 <lyxtabular version="3" rows="4" columns="2">
1785 <features>
1786 <column alignment="center" valignment="top" width="0">
1787 <column alignment="center" valignment="top" width="0">
1788 <row>
1789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793 Comando
1794 \end_layout
1795
1796 \end_inset
1797 </cell>
1798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802 Resultado
1803 \begin_inset Note Note
1804 status collapsed
1805
1806 \begin_layout Plain Layout
1807
1808 \series bold
1809
1810 \backslash
1811 raisebox
1812 \series default
1813  se usa sólo como espaciador
1814 \end_layout
1815
1816 \end_inset
1817
1818
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 </row>
1824 <row>
1825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829
1830 \backslash
1831 frac
1832 \begin_inset ERT
1833 status collapsed
1834
1835 \begin_layout Plain Layout
1836
1837
1838 \backslash
1839 spce 
1840 \end_layout
1841
1842 \end_inset
1843
1844 A
1845 \begin_inset Formula $\downarrow$
1846 \end_inset
1847
1848 B
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1854 \begin_inset Text
1855
1856 \begin_layout Plain Layout
1857 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1858 \end_inset
1859
1860
1861 \end_layout
1862
1863 \end_inset
1864 </cell>
1865 </row>
1866 <row>
1867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1868 \begin_inset Text
1869
1870 \begin_layout Plain Layout
1871
1872 \backslash
1873 dfrac
1874 \begin_inset ERT
1875 status collapsed
1876
1877 \begin_layout Plain Layout
1878
1879
1880 \backslash
1881 spce 
1882 \end_layout
1883
1884 \end_inset
1885
1886 A
1887 \begin_inset Formula $\downarrow$
1888 \end_inset
1889
1890 B
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1896 \begin_inset Text
1897
1898 \begin_layout Plain Layout
1899 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1900 \end_inset
1901
1902
1903 \end_layout
1904
1905 \end_inset
1906 </cell>
1907 </row>
1908 <row>
1909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1910 \begin_inset Text
1911
1912 \begin_layout Plain Layout
1913
1914 \backslash
1915 dfrac
1916 \begin_inset ERT
1917 status collapsed
1918
1919 \begin_layout Plain Layout
1920
1921
1922 \backslash
1923 spce 
1924 \end_layout
1925
1926 \end_inset
1927
1928 e^
1929 \begin_inset ERT
1930 status collapsed
1931
1932 \begin_layout Plain Layout
1933
1934
1935 \backslash
1936 spce 
1937 \end_layout
1938
1939 \end_inset
1940
1941
1942 \backslash
1943 frac
1944 \begin_inset ERT
1945 status collapsed
1946
1947 \begin_layout Plain Layout
1948
1949
1950 \backslash
1951 spce 
1952 \end_layout
1953
1954 \end_inset
1955
1956 1
1957 \begin_inset Formula $\downarrow$
1958 \end_inset
1959
1960 2
1961 \begin_inset Formula $\downarrow$
1962 \end_inset
1963
1964 3
1965 \end_layout
1966
1967 \end_inset
1968 </cell>
1969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1970 \begin_inset Text
1971
1972 \begin_layout Plain Layout
1973 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1974 \end_inset
1975
1976
1977 \end_layout
1978
1979 \end_inset
1980 </cell>
1981 </row>
1982 </lyxtabular>
1983
1984 \end_inset
1985
1986
1987 \begin_inset VSpace bigskip
1988 \end_inset
1989
1990
1991 \end_layout
1992
1993 \begin_layout Standard
1994 Para fracciones anidadas se puede usar el comando 
1995 \series bold
1996
1997 \backslash
1998 cfrac
1999 \series default
2000
2001 \begin_inset Index
2002 status collapsed
2003
2004 \begin_layout Plain Layout
2005 Comandos ! C ! 
2006 \backslash
2007 cfrac
2008 \end_layout
2009
2010 \end_inset
2011
2012 .
2013  Un ejemplo:
2014 \begin_inset VSpace -3mm
2015 \end_inset
2016
2017
2018 \end_layout
2019
2020 \begin_layout Standard
2021 \begin_inset Formula \begin{align*}
2022 \textrm{creada con \textbf{\textbackslash frac} } &  & \textrm{creada con }\mathbf{\textbackslash\textbf{cfrac}}\\
2023 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2024
2025 \end_inset
2026
2027
2028 \end_layout
2029
2030 \begin_layout Standard
2031 El comando para el ejemplo de arriba es:
2032 \end_layout
2033
2034 \begin_layout Standard
2035
2036 \series bold
2037
2038 \backslash
2039 cfrac
2040 \begin_inset ERT
2041 status collapsed
2042
2043 \begin_layout Plain Layout
2044
2045
2046 \backslash
2047 spce 
2048 \end_layout
2049
2050 \end_inset
2051
2052 A
2053 \begin_inset Formula $\downarrow$
2054 \end_inset
2055
2056 B+
2057 \backslash
2058 cfrac
2059 \begin_inset ERT
2060 status collapsed
2061
2062 \begin_layout Plain Layout
2063
2064
2065 \backslash
2066 spce 
2067 \end_layout
2068
2069 \end_inset
2070
2071 C+
2072 \backslash
2073 cfrac
2074 \begin_inset ERT
2075 status collapsed
2076
2077 \begin_layout Plain Layout
2078
2079
2080 \backslash
2081 spce 
2082 \end_layout
2083
2084 \end_inset
2085
2086 E
2087 \begin_inset Formula $\downarrow$
2088 \end_inset
2089
2090 F
2091 \begin_inset Formula $\downarrow$
2092 \end_inset
2093
2094 D
2095 \end_layout
2096
2097 \begin_layout Standard
2098 \begin_inset VSpace medskip
2099 \end_inset
2100
2101
2102 \end_layout
2103
2104 \begin_layout Standard
2105
2106 \series bold
2107
2108 \backslash
2109 cfrac
2110 \series default
2111  compone la fracción siempre en el tamaño del estilo presentación, también
2112  cuando es parte de otra fracción.
2113 \end_layout
2114
2115 \begin_layout Standard
2116 Es posible especificar la alineación del numerador.
2117  El comando 
2118 \series bold
2119
2120 \backslash
2121 cfracleft
2122 \series default
2123  se usa para alinearlo a la izquierda, el comando 
2124 \series bold
2125
2126 \backslash
2127 cfracright
2128 \series default
2129  para alinearlo a la derecha, 
2130 \series bold
2131
2132 \backslash
2133 cfrac
2134 \series default
2135  centra el numerador.
2136 \end_layout
2137
2138 \begin_layout Standard
2139 Estas fracciones muestran las distintas alineaciones:
2140 \end_layout
2141
2142 \begin_layout Standard
2143 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2144 \end_inset
2145
2146  ; 
2147 \begin_inset Formula $\cfrac{A}{B+C}$
2148 \end_inset
2149
2150  ; 
2151 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2152 \end_inset
2153
2154
2155 \end_layout
2156
2157 \begin_layout Standard
2158 \noindent
2159 \begin_inset Note Greyedout
2160 status open
2161
2162 \begin_layout Plain Layout
2163
2164 \series bold
2165 Nota
2166 \series default
2167
2168 \series bold
2169
2170 \backslash
2171 cfracleft
2172 \series default
2173  y
2174 \series bold
2175  
2176 \backslash
2177 cfracright
2178 \series default
2179  no son comandos LaTeX reales sino sustituciones del comando 
2180 \series bold
2181
2182 \backslash
2183 cfrac[posición del numerador]{numerador}{denominador}
2184 \series default
2185  .
2186  Por tanto no puedes usarlos código TeX.
2187 \end_layout
2188
2189 \end_inset
2190
2191
2192 \begin_inset VSpace medskip
2193 \end_inset
2194
2195
2196 \end_layout
2197
2198 \begin_layout Standard
2199 Muchas veces es adecuado combinar 
2200 \series bold
2201
2202 \backslash
2203 cfrac
2204 \series default
2205  y 
2206 \series bold
2207
2208 \backslash
2209 frac
2210 \series default
2211 :
2212 \begin_inset Formula \[
2213 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2214
2215 \end_inset
2216
2217
2218 \end_layout
2219
2220 \begin_layout Standard
2221 Para componer fracciones en línea con raya de fracción inclinada puedes
2222  usar el comando 
2223 \series bold
2224
2225 \backslash
2226 nicefrac
2227 \series default
2228
2229 \begin_inset Index
2230 status collapsed
2231
2232 \begin_layout Plain Layout
2233 Comandos ! N ! 
2234 \backslash
2235 nicefrac
2236 \end_layout
2237
2238 \end_inset
2239
2240
2241 \begin_inset Formula $\nicefrac{5}{31}$
2242 \end_inset
2243
2244  Hay además el comando 
2245 \series bold
2246
2247 \backslash
2248 unitfracthree
2249 \series default
2250  que permite escribir una fracción en combinación con un número: 
2251 \begin_inset Formula $\unitfrac[2]{1}{3}$
2252 \end_inset
2253
2254
2255 \end_layout
2256
2257 \begin_layout Standard
2258 \begin_inset Note Greyedout
2259 status open
2260
2261 \begin_layout Plain Layout
2262
2263 \series bold
2264 Nota
2265 \series default
2266
2267 \series bold
2268
2269 \backslash
2270 unitfracthree
2271 \series default
2272  no es un comando LaTeX auténtico, sino un equivalente al comando
2273 \begin_inset Newline newline
2274 \end_inset
2275
2276
2277 \series bold
2278
2279 \backslash
2280 unitfrac[número]{numerador}{denominador}
2281 \series default
2282  .
2283  Por tanto no puedes usarlo en código TeX.
2284 \end_layout
2285
2286 \end_inset
2287
2288
2289 \end_layout
2290
2291 \begin_layout Standard
2292 En la 
2293 \begin_inset CommandInset ref
2294 LatexCommand ref
2295 reference "sub:Fracciones-personalizadas"
2296
2297 \end_inset
2298
2299  se explica cómo componer fracciones personalizadas en las que la raya de
2300  fracción se puede cambiar.
2301  
2302 \end_layout
2303
2304 \begin_layout Subsection
2305 Raíces
2306 \begin_inset Index
2307 status collapsed
2308
2309 \begin_layout Plain Layout
2310 Raíces
2311 \end_layout
2312
2313 \end_inset
2314
2315
2316 \end_layout
2317
2318 \begin_layout Standard
2319 Las raíces cuadradas se componen con 
2320 \series bold
2321
2322 \backslash
2323 sqrt
2324 \series default
2325
2326 \begin_inset Index
2327 status collapsed
2328
2329 \begin_layout Plain Layout
2330 Comandos ! S ! 
2331 \backslash
2332 sqrt
2333 \end_layout
2334
2335 \end_inset
2336
2337  o con el botón 
2338 \begin_inset Graphics
2339         filename ../../images/math/sqrt.png
2340         scale 85
2341
2342 \end_inset
2343
2344  de la barra de  ecuaciones; todas las demás raíces con el comando 
2345 \series bold
2346
2347 \backslash
2348 root
2349 \series default
2350
2351 \begin_inset Index
2352 status collapsed
2353
2354 \begin_layout Plain Layout
2355 Comandos ! R ! 
2356 \backslash
2357 root
2358 \end_layout
2359
2360 \end_inset
2361
2362  o con el botón 
2363 \begin_inset Graphics
2364         filename ../../images/math/root.png
2365         scale 85
2366
2367 \end_inset
2368
2369 .
2370 \end_layout
2371
2372 \begin_layout Standard
2373 \noindent
2374 \align center
2375 \begin_inset Tabular
2376 <lyxtabular version="3" rows="3" columns="2">
2377 <features>
2378 <column alignment="center" valignment="top" width="0">
2379 <column alignment="center" valignment="top" width="0">
2380 <row>
2381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2382 \begin_inset Text
2383
2384 \begin_layout Plain Layout
2385 Comando
2386 \end_layout
2387
2388 \end_inset
2389 </cell>
2390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2391 \begin_inset Text
2392
2393 \begin_layout Plain Layout
2394 Resultado
2395 \begin_inset Note Note
2396 status collapsed
2397
2398 \begin_layout Plain Layout
2399
2400 \series bold
2401
2402 \backslash
2403 raisebox
2404 \series default
2405  se usa sólo como espaciador
2406 \end_layout
2407
2408 \end_inset
2409
2410
2411 \end_layout
2412
2413 \end_inset
2414 </cell>
2415 </row>
2416 <row>
2417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2418 \begin_inset Text
2419
2420 \begin_layout Plain Layout
2421
2422 \backslash
2423 sqrt
2424 \begin_inset ERT
2425 status collapsed
2426
2427 \begin_layout Plain Layout
2428
2429
2430 \backslash
2431 spce 
2432 \end_layout
2433
2434 \end_inset
2435
2436 A-B
2437 \end_layout
2438
2439 \end_inset
2440 </cell>
2441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2442 \begin_inset Text
2443
2444 \begin_layout Plain Layout
2445 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2446 \end_inset
2447
2448
2449 \end_layout
2450
2451 \end_inset
2452 </cell>
2453 </row>
2454 <row>
2455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2456 \begin_inset Text
2457
2458 \begin_layout Plain Layout
2459
2460 \backslash
2461 root
2462 \begin_inset ERT
2463 status collapsed
2464
2465 \begin_layout Plain Layout
2466
2467
2468 \backslash
2469 spce 
2470 \end_layout
2471
2472 \end_inset
2473
2474 3
2475 \begin_inset Formula $\downarrow$
2476 \end_inset
2477
2478 A-B
2479 \end_layout
2480
2481 \end_inset
2482 </cell>
2483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2484 \begin_inset Text
2485
2486 \begin_layout Plain Layout
2487 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2488 \end_inset
2489
2490
2491 \end_layout
2492
2493 \end_inset
2494 </cell>
2495 </row>
2496 </lyxtabular>
2497
2498 \end_inset
2499
2500
2501 \end_layout
2502
2503 \begin_layout Standard
2504 Una raíz cuadrada se compone también con 
2505 \series bold
2506
2507 \backslash
2508 root
2509 \series default
2510  dejando vacío el campo del índice.
2511 \end_layout
2512
2513 \begin_layout Standard
2514 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2515  la raíz: 
2516 \begin_inset Formula $\sqrt[\beta]{B}$
2517 \end_inset
2518
2519
2520 \begin_inset Newline newline
2521 \end_inset
2522
2523 La 
2524 \begin_inset Formula $\beta$
2525 \end_inset
2526
2527  toca la raíz.
2528  Para evitar esto se usan los comandos 
2529 \series bold
2530
2531 \backslash
2532 leftroot
2533 \series default
2534
2535 \begin_inset Index
2536 status collapsed
2537
2538 \begin_layout Plain Layout
2539 Comandos ! L ! 
2540 \backslash
2541 leftroot
2542 \end_layout
2543
2544 \end_inset
2545
2546  y 
2547 \series bold
2548
2549 \backslash
2550 uproot
2551 \series default
2552
2553 \begin_inset Index
2554 status collapsed
2555
2556 \begin_layout Plain Layout
2557 Comandos ! U ! 
2558 \backslash
2559 uproot
2560 \end_layout
2561
2562 \end_inset
2563
2564  con el esquema siguiente:
2565 \end_layout
2566
2567 \begin_layout Standard
2568
2569 \series bold
2570
2571 \backslash
2572 leftroot{distancia}
2573 \series default
2574  y 
2575 \series bold
2576
2577 \backslash
2578 uproot{distancia}
2579 \end_layout
2580
2581 \begin_layout Standard
2582 Distancia es el número de Puntos Grandes (
2583 \begin_inset Quotes fld
2584 \end_inset
2585
2586 Big Points
2587 \begin_inset Quotes frd
2588 \end_inset
2589
2590 , unidad bp; 
2591 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2592 \end_inset
2593
2594 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2595  Los comandos se escriben en el índice.
2596  Así, el comando:
2597 \begin_inset Newline newline
2598 \end_inset
2599
2600
2601 \series bold
2602
2603 \backslash
2604 root
2605 \backslash
2606 leftroot{-1
2607 \begin_inset Formula $\to$
2608 \end_inset
2609
2610
2611 \backslash
2612 uproot{2
2613 \begin_inset Formula $\to$
2614 \end_inset
2615
2616
2617 \backslash
2618 beta
2619 \begin_inset ERT
2620 status collapsed
2621
2622 \begin_layout Plain Layout
2623
2624
2625 \backslash
2626 spce 
2627 \end_layout
2628
2629 \end_inset
2630
2631
2632 \begin_inset Formula $\to$
2633 \end_inset
2634
2635 B
2636 \begin_inset Newline newline
2637 \end_inset
2638
2639
2640 \series default
2641 genera una fórmula correctamente tipografiada: 
2642 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2643 \end_inset
2644
2645
2646 \end_layout
2647
2648 \begin_layout Subsection
2649 Coeficientes de un binomio
2650 \begin_inset Index
2651 status collapsed
2652
2653 \begin_layout Plain Layout
2654 Binomios
2655 \end_layout
2656
2657 \end_inset
2658
2659
2660 \end_layout
2661
2662 \begin_layout Standard
2663 Los coeficientes de un binomio se insertan con el comando 
2664 \series bold
2665
2666 \backslash
2667 binom
2668 \series default
2669
2670 \begin_inset Index
2671 status collapsed
2672
2673 \begin_layout Plain Layout
2674 Comandos ! B ! 
2675 \backslash
2676 binom
2677 \end_layout
2678
2679 \end_inset
2680
2681  o con el submenú del botón 
2682 \begin_inset Graphics
2683         filename ../../images/math/frac-square.png
2684         scale 85
2685
2686 \end_inset
2687
2688 de la barra de herramientas de ecuaciones.
2689  Como en las fracciones, además de 
2690 \series bold
2691
2692 \backslash
2693 binom
2694 \series default
2695  hay los comandos 
2696 \series bold
2697
2698 \backslash
2699 dbinom
2700 \begin_inset Index
2701 status collapsed
2702
2703 \begin_layout Plain Layout
2704 Comandos ! D ! 
2705 \backslash
2706 dbinom
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \series default
2713  y 
2714 \series bold
2715
2716 \backslash
2717 tbinom
2718 \series default
2719
2720 \begin_inset Index
2721 status collapsed
2722
2723 \begin_layout Plain Layout
2724 Comandos ! T ! 
2725 \backslash
2726 tbinom
2727 \end_layout
2728
2729 \end_inset
2730
2731 .
2732  Para otros delimitadores de coeficientes de un binomio hay los comandos
2733  
2734 \series bold
2735
2736 \backslash
2737 brace
2738 \series default
2739
2740 \begin_inset Index
2741 status collapsed
2742
2743 \begin_layout Plain Layout
2744 Comandos ! B ! 
2745 \backslash
2746 brace
2747 \end_layout
2748
2749 \end_inset
2750
2751  y 
2752 \series bold
2753
2754 \backslash
2755 brack
2756 \series default
2757
2758 \begin_inset Index
2759 status collapsed
2760
2761 \begin_layout Plain Layout
2762 Comandos ! B ! 
2763 \backslash
2764 brack
2765 \end_layout
2766
2767 \end_inset
2768
2769 .
2770 \end_layout
2771
2772 \begin_layout Standard
2773 \noindent
2774 \align center
2775 \begin_inset Tabular
2776 <lyxtabular version="3" rows="6" columns="2">
2777 <features>
2778 <column alignment="center" valignment="top" width="0">
2779 <column alignment="center" valignment="top" width="0">
2780 <row>
2781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2782 \begin_inset Text
2783
2784 \begin_layout Plain Layout
2785 Comando
2786 \end_layout
2787
2788 \end_inset
2789 </cell>
2790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2791 \begin_inset Text
2792
2793 \begin_layout Plain Layout
2794 Resultado
2795 \begin_inset Note Note
2796 status collapsed
2797
2798 \begin_layout Plain Layout
2799
2800 \series bold
2801
2802 \backslash
2803 raisebox
2804 \series default
2805  se usa sólo como espaciador
2806 \end_layout
2807
2808 \end_inset
2809
2810
2811 \end_layout
2812
2813 \end_inset
2814 </cell>
2815 </row>
2816 <row>
2817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2818 \begin_inset Text
2819
2820 \begin_layout Plain Layout
2821
2822 \backslash
2823 binom
2824 \begin_inset ERT
2825 status collapsed
2826
2827 \begin_layout Plain Layout
2828
2829
2830 \backslash
2831 spce 
2832 \end_layout
2833
2834 \end_inset
2835
2836 A
2837 \begin_inset Formula $\downarrow$
2838 \end_inset
2839
2840 B
2841 \end_layout
2842
2843 \end_inset
2844 </cell>
2845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2846 \begin_inset Text
2847
2848 \begin_layout Plain Layout
2849 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2850 \end_inset
2851
2852
2853 \end_layout
2854
2855 \end_inset
2856 </cell>
2857 </row>
2858 <row>
2859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2860 \begin_inset Text
2861
2862 \begin_layout Plain Layout
2863
2864 \backslash
2865 dbinom
2866 \begin_inset ERT
2867 status collapsed
2868
2869 \begin_layout Plain Layout
2870
2871
2872 \backslash
2873 spce 
2874 \end_layout
2875
2876 \end_inset
2877
2878 A
2879 \begin_inset Formula $\downarrow$
2880 \end_inset
2881
2882 B
2883 \end_layout
2884
2885 \end_inset
2886 </cell>
2887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2888 \begin_inset Text
2889
2890 \begin_layout Plain Layout
2891 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2892 \end_inset
2893
2894
2895 \end_layout
2896
2897 \end_inset
2898 </cell>
2899 </row>
2900 <row>
2901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2902 \begin_inset Text
2903
2904 \begin_layout Plain Layout
2905
2906 \backslash
2907 tbinom
2908 \begin_inset ERT
2909 status collapsed
2910
2911 \begin_layout Plain Layout
2912
2913
2914 \backslash
2915 spce 
2916 \end_layout
2917
2918 \end_inset
2919
2920 A
2921 \begin_inset Formula $\downarrow$
2922 \end_inset
2923
2924 B
2925 \end_layout
2926
2927 \end_inset
2928 </cell>
2929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2930 \begin_inset Text
2931
2932 \begin_layout Plain Layout
2933 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2934 \end_inset
2935
2936
2937 \end_layout
2938
2939 \end_inset
2940 </cell>
2941 </row>
2942 <row>
2943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2944 \begin_inset Text
2945
2946 \begin_layout Plain Layout
2947
2948 \backslash
2949 brack
2950 \begin_inset ERT
2951 status collapsed
2952
2953 \begin_layout Plain Layout
2954
2955
2956 \backslash
2957 spce 
2958 \end_layout
2959
2960 \end_inset
2961
2962 A
2963 \begin_inset Formula $\downarrow$
2964 \end_inset
2965
2966 B
2967 \end_layout
2968
2969 \end_inset
2970 </cell>
2971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2972 \begin_inset Text
2973
2974 \begin_layout Plain Layout
2975 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2976 \end_inset
2977
2978
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 </row>
2984 <row>
2985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2986 \begin_inset Text
2987
2988 \begin_layout Plain Layout
2989
2990 \backslash
2991 brace
2992 \begin_inset ERT
2993 status collapsed
2994
2995 \begin_layout Plain Layout
2996
2997
2998 \backslash
2999 spce 
3000 \end_layout
3001
3002 \end_inset
3003
3004 A
3005 \begin_inset Formula $\downarrow$
3006 \end_inset
3007
3008 B
3009 \end_layout
3010
3011 \end_inset
3012 </cell>
3013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3014 \begin_inset Text
3015
3016 \begin_layout Plain Layout
3017 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3018 \end_inset
3019
3020
3021 \end_layout
3022
3023 \end_inset
3024 </cell>
3025 </row>
3026 </lyxtabular>
3027
3028 \end_inset
3029
3030
3031 \begin_inset Newpage newpage
3032 \end_inset
3033
3034
3035 \end_layout
3036
3037 \begin_layout Subsection
3038 Diferenciaciones de casos
3039 \begin_inset Index
3040 status collapsed
3041
3042 \begin_layout Plain Layout
3043 Casos
3044 \end_layout
3045
3046 \end_inset
3047
3048
3049 \end_layout
3050
3051 \begin_layout Standard
3052 \noindent
3053 \align center
3054 \begin_inset Tabular
3055 <lyxtabular version="3" rows="3" columns="2">
3056 <features>
3057 <column alignment="center" valignment="top" width="0">
3058 <column alignment="center" valignment="top" width="0">
3059 <row>
3060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3061 \begin_inset Text
3062
3063 \begin_layout Plain Layout
3064 Comando
3065 \end_layout
3066
3067 \end_inset
3068 </cell>
3069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3070 \begin_inset Text
3071
3072 \begin_layout Plain Layout
3073 Resultado
3074 \end_layout
3075
3076 \end_inset
3077 </cell>
3078 </row>
3079 <row>
3080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Plain Layout
3084
3085 \backslash
3086 cases
3087 \begin_inset ERT
3088 status collapsed
3089
3090 \begin_layout Plain Layout
3091
3092
3093 \backslash
3094 spce 
3095 \end_layout
3096
3097 \end_inset
3098
3099 A
3100 \begin_inset Formula $\to$
3101 \end_inset
3102
3103 B>0
3104 \begin_inset Index
3105 status collapsed
3106
3107 \begin_layout Plain Layout
3108 Comandos ! C ! 
3109 \backslash
3110 cases
3111 \end_layout
3112
3113 \end_inset
3114
3115
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124 \begin_inset Formula $\begin{cases}
3125 A & B>0\end{cases}$
3126 \end_inset
3127
3128
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 </row>
3134 <row>
3135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Plain Layout
3139
3140 \backslash
3141 cases
3142 \begin_inset ERT
3143 status collapsed
3144
3145 \begin_layout Plain Layout
3146
3147
3148 \backslash
3149 spce 
3150 \end_layout
3151
3152 \end_inset
3153
3154
3155 \family sans
3156 Ctrl+Retorno
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165 \begin_inset Formula $\begin{cases}
3166 A & \textrm{para }x>0\\
3167 B & \textrm{para }x=0\end{cases}$
3168 \end_inset
3169
3170
3171 \end_layout
3172
3173 \end_inset
3174 </cell>
3175 </row>
3176 </lyxtabular>
3177
3178 \end_inset
3179
3180
3181 \end_layout
3182
3183 \begin_layout Standard
3184 Después de insertar 
3185 \series bold
3186
3187 \backslash
3188 cases
3189 \series default
3190  o usar el botón 
3191 \begin_inset Graphics
3192         filename ../../images/math/cases.png
3193         scale 85
3194
3195 \end_inset
3196
3197  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3198 \family sans
3199 Ctrl+Retorno
3200 \family default
3201  o con el botón
3202 \family sans
3203  
3204 \family default
3205
3206 \begin_inset Graphics
3207         filename ../../images/tabular-feature_append-row.png
3208         scale 85
3209
3210 \end_inset
3211
3212  de la barra de tablas.
3213 \end_layout
3214
3215 \begin_layout Standard
3216 El comando 
3217 \series bold
3218
3219 \backslash
3220 cases
3221 \series default
3222  también está disponible en el menú 
3223 \family sans
3224 Insertar\SpecialChar \menuseparator
3225 Ecuación\SpecialChar \menuseparator
3226 Entorno casos
3227 \family default
3228 .
3229 \end_layout
3230
3231 \begin_layout Subsection
3232 Negaciones
3233 \begin_inset Index
3234 status collapsed
3235
3236 \begin_layout Plain Layout
3237 Negaciones
3238 \end_layout
3239
3240 \end_inset
3241
3242
3243 \end_layout
3244
3245 \begin_layout Standard
3246 Con el comando 
3247 \series bold
3248
3249 \backslash
3250 not
3251 \series default
3252
3253 \begin_inset Index
3254 status collapsed
3255
3256 \begin_layout Plain Layout
3257 Comandos ! N ! 
3258 \backslash
3259 not
3260 \end_layout
3261
3262 \end_inset
3263
3264  todo carácter se puede mostrar cancelado.
3265  Los caracteres son casi tachados con una barra inclinada.
3266 \end_layout
3267
3268 \begin_layout Standard
3269 \noindent
3270 \align center
3271 \begin_inset Tabular
3272 <lyxtabular version="3" rows="4" columns="2">
3273 <features>
3274 <column alignment="center" valignment="top" width="0">
3275 <column alignment="center" valignment="top" width="0">
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 Comando
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290 Resultado
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 </row>
3296 <row>
3297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301
3302 \backslash
3303 not=
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312 \begin_inset Formula $\not=$
3313 \end_inset
3314
3315
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \backslash
3328 not 
3329 \backslash
3330 le
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339 \begin_inset Formula $\not\le$
3340 \end_inset
3341
3342
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 </row>
3348 <row>
3349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353
3354 \backslash
3355 not 
3356 \backslash
3357 parallel
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366 \begin_inset Formula $\not\parallel$
3367 \end_inset
3368
3369
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 </row>
3375 </lyxtabular>
3376
3377 \end_inset
3378
3379
3380 \end_layout
3381
3382 \begin_layout Standard
3383 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3384  Por tanto para algunas negaciones hay comandos especiales (véase 
3385 \begin_inset CommandInset ref
3386 LatexCommand ref
3387 reference "sub:Símbolos-matemáticos"
3388
3389 \end_inset
3390
3391  y 
3392 \begin_inset CommandInset ref
3393 LatexCommand ref
3394 reference "sec:Relaciones"
3395
3396 \end_inset
3397
3398 ).
3399 \end_layout
3400
3401 \begin_layout Subsection
3402 Espacios reservados 
3403 \begin_inset CommandInset label
3404 LatexCommand label
3405 name "sub:Espacios-reservados"
3406
3407 \end_inset
3408
3409
3410 \begin_inset Index
3411 status collapsed
3412
3413 \begin_layout Plain Layout
3414 Espacios reservados
3415 \end_layout
3416
3417 \end_inset
3418
3419
3420 \begin_inset Index
3421 status collapsed
3422
3423 \begin_layout Plain Layout
3424 Química ! isótopos
3425 \end_layout
3426
3427 \end_inset
3428
3429
3430 \begin_inset Index
3431 status collapsed
3432
3433 \begin_layout Plain Layout
3434 Isótopos|see
3435 \begin_inset ERT
3436 status collapsed
3437
3438 \begin_layout Plain Layout
3439
3440 {
3441 \end_layout
3442
3443 \end_inset
3444
3445 Química
3446 \begin_inset ERT
3447 status collapsed
3448
3449 \begin_layout Plain Layout
3450
3451 }
3452 \end_layout
3453
3454 \end_inset
3455
3456
3457 \end_layout
3458
3459 \end_inset
3460
3461
3462 \end_layout
3463
3464 \begin_layout Standard
3465 En la presentación de, p.
3466 \begin_inset space \thinspace{}
3467 \end_inset
3468
3469 e., isótopos,
3470 \begin_inset Foot
3471 status collapsed
3472
3473 \begin_layout Plain Layout
3474 Más sobre símbolos químicos en 
3475 \begin_inset CommandInset ref
3476 LatexCommand ref
3477 reference "sub:Símbolos-y-ecuaciones-químicas"
3478
3479 \end_inset
3480
3481
3482 \end_layout
3483
3484 \end_inset
3485
3486  surge el problema siguiente:
3487 \end_layout
3488
3489 \begin_layout Standard
3490 \noindent
3491 \align center
3492 \begin_inset Tabular
3493 <lyxtabular version="3" rows="2" columns="2">
3494 <features>
3495 <column alignment="center" valignment="top" width="0">
3496 <column alignment="center" valignment="top" width="0">
3497 <row>
3498 <cell alignment="center" valignment="top" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502 Índices generados con sub- y superíndices:
3503 \end_layout
3504
3505 \end_inset
3506 </cell>
3507 <cell alignment="center" valignment="top" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3512 \end_inset
3513
3514
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 </row>
3520 <row>
3521 <cell alignment="center" valignment="top" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 Índices correctos:
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3535 \end_inset
3536
3537
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 </row>
3543 </lyxtabular>
3544
3545 \end_inset
3546
3547
3548 \begin_inset Note Note
3549 status collapsed
3550
3551 \begin_layout Plain Layout
3552
3553 \series bold
3554
3555 \backslash
3556 raisebox
3557 \series default
3558  se usa sólo como espaciador
3559 \end_layout
3560
3561 \end_inset
3562
3563
3564 \end_layout
3565
3566 \begin_layout Standard
3567 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3568  del índice más largo.
3569  Para evitarlo está el comando 
3570 \series bold
3571
3572 \backslash
3573 phantom
3574 \series default
3575
3576 \begin_inset Index
3577 status collapsed
3578
3579 \begin_layout Plain Layout
3580 Comandos ! P ! 
3581 \backslash
3582 phantom
3583 \end_layout
3584
3585 \end_inset
3586
3587  o el botón 
3588 \begin_inset space ~
3589 \end_inset
3590
3591
3592 \begin_inset Graphics
3593         filename ../../images/math/phantom.png
3594         scale 85
3595
3596 \end_inset
3597
3598  del submenú de espaciado de ecuaciones
3599 \begin_inset Foot
3600 status collapsed
3601
3602 \begin_layout Plain Layout
3603 Botón 
3604 \begin_inset Graphics
3605         filename ../../images/math/space.png
3606         scale 85
3607
3608 \end_inset
3609
3610  de la barra de ecuaciones
3611 \end_layout
3612
3613 \end_inset
3614
3615 , que genera uno o más espacios reservados.
3616  Al insertar 
3617 \series bold
3618
3619 \backslash
3620 phantom
3621 \series default
3622  aparece un pequeño marco azul con dos flechas rojas superpuestas
3623 \begin_inset Formula $\phantom{}$
3624 \end_inset
3625
3626 .
3627  Las flechas indican que se reservará un espacio equivalente a la anchura
3628  y altura totales del contenido del marco.
3629  Los espacios reservados son correspondientes al tamaño de los caracteres.
3630 \end_layout
3631
3632 \begin_layout Standard
3633 \noindent
3634 \align center
3635 \begin_inset Tabular
3636 <lyxtabular version="3" rows="4" columns="2">
3637 <features>
3638 <column alignment="center" valignment="top" width="0">
3639 <column alignment="center" valignment="top" width="0">
3640 <row>
3641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 Comando
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654 Resultado
3655 \begin_inset Note Note
3656 status collapsed
3657
3658 \begin_layout Plain Layout
3659
3660 \series bold
3661
3662 \backslash
3663 raisebox
3664 \series default
3665  se usa sólo como espaciador
3666 \end_layout
3667
3668 \end_inset
3669
3670
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 </row>
3676 <row>
3677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 ^19
3682 \begin_inset ERT
3683 status collapsed
3684
3685 \begin_layout Plain Layout
3686
3687
3688 \backslash
3689 spce 
3690 \end_layout
3691
3692 \end_inset
3693
3694 _
3695 \backslash
3696 phantom
3697 \begin_inset ERT
3698 status collapsed
3699
3700 \begin_layout Plain Layout
3701
3702
3703 \backslash
3704 spce 
3705 \end_layout
3706
3707 \end_inset
3708
3709 1
3710 \begin_inset Formula $\rightarrow$
3711 \end_inset
3712
3713 9
3714 \begin_inset ERT
3715 status collapsed
3716
3717 \begin_layout Plain Layout
3718
3719
3720 \backslash
3721 spce 
3722 \end_layout
3723
3724 \end_inset
3725
3726 F
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3736 \end_inset
3737
3738
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 </row>
3744 <row>
3745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 ^235
3750 \begin_inset ERT
3751 status collapsed
3752
3753 \begin_layout Plain Layout
3754
3755
3756 \backslash
3757 spce 
3758 \end_layout
3759
3760 \end_inset
3761
3762 _
3763 \backslash
3764 phantom
3765 \begin_inset ERT
3766 status collapsed
3767
3768 \begin_layout Plain Layout
3769
3770
3771 \backslash
3772 spce 
3773 \end_layout
3774
3775 \end_inset
3776
3777 23
3778 \begin_inset Formula $\rightarrow$
3779 \end_inset
3780
3781 9
3782 \begin_inset ERT
3783 status collapsed
3784
3785 \begin_layout Plain Layout
3786
3787
3788 \backslash
3789 spce 
3790 \end_layout
3791
3792 \end_inset
3793
3794 F
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3804 \end_inset
3805
3806
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 </row>
3812 <row>
3813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817
3818 \backslash
3819 Lambda^
3820 \begin_inset ERT
3821 status collapsed
3822
3823 \begin_layout Plain Layout
3824
3825
3826 \backslash
3827 spce 
3828 \end_layout
3829
3830 \end_inset
3831
3832
3833 \backslash
3834 phantom
3835 \begin_inset ERT
3836 status collapsed
3837
3838 \begin_layout Plain Layout
3839
3840
3841 \backslash
3842 spce 
3843 \end_layout
3844
3845 \end_inset
3846
3847 ii
3848 \begin_inset Formula $\rightarrow$
3849 \end_inset
3850
3851 t
3852 \begin_inset ERT
3853 status collapsed
3854
3855 \begin_layout Plain Layout
3856
3857
3858 \backslash
3859 spce 
3860 \end_layout
3861
3862 \end_inset
3863
3864 _MMt
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3874 \end_inset
3875
3876
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 </row>
3882 </lyxtabular>
3883
3884 \end_inset
3885
3886
3887 \end_layout
3888
3889 \begin_layout Standard
3890 Además hay los comandos 
3891 \series bold
3892
3893 \backslash
3894 vphantom
3895 \series default
3896
3897 \begin_inset Index
3898 status collapsed
3899
3900 \begin_layout Plain Layout
3901 Comandos ! V ! 
3902 \backslash
3903 vphantom
3904 \end_layout
3905
3906 \end_inset
3907
3908  (botón 
3909 \begin_inset space ~
3910 \end_inset
3911
3912
3913 \begin_inset Graphics
3914         filename ../../images/math/vphantom.png
3915         scale 85
3916
3917 \end_inset
3918
3919 ) y 
3920 \series bold
3921
3922 \backslash
3923 hphantom
3924 \series default
3925
3926 \begin_inset Index
3927 status collapsed
3928
3929 \begin_layout Plain Layout
3930 Comandos ! H ! 
3931 \backslash
3932 hphantom
3933 \end_layout
3934
3935 \end_inset
3936
3937  (botón 
3938 \begin_inset space ~
3939 \end_inset
3940
3941
3942 \begin_inset Graphics
3943         filename ../../images/math/hphantom.png
3944         scale 85
3945
3946 \end_inset
3947
3948 ).
3949  
3950 \series bold
3951
3952 \backslash
3953 hphantom
3954 \series default
3955  genera espacio en el marco sólo para la altura máxima de los caracteres,
3956  no para su anchura.
3957  
3958 \series bold
3959
3960 \backslash
3961 vphantom
3962 \series default
3963  genera espacio sólo para la anchura del contenido del marco.
3964  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3965 \end_layout
3966
3967 \begin_layout Standard
3968 Por ejemplo, 
3969 \series bold
3970
3971 \backslash
3972 vphantom
3973 \series default
3974
3975 \begin_inset ERT
3976 status collapsed
3977
3978 \begin_layout Plain Layout
3979
3980
3981 \backslash
3982 spce 
3983 \end_layout
3984
3985 \end_inset
3986
3987
3988 \series bold
3989 a
3990 \backslash
3991 int
3992 \series default
3993  genera espacio de la altura del signo de la integral,
3994 \begin_inset Foot
3995 status collapsed
3996
3997 \begin_layout Plain Layout
3998 El comando 
3999 \series bold
4000
4001 \backslash
4002 int
4003 \series default
4004  genera un signo de integral, véase 
4005 \begin_inset CommandInset ref
4006 LatexCommand ref
4007 reference "sub:Operadores-grandes"
4008
4009 \end_inset
4010
4011
4012 \end_layout
4013
4014 \end_inset
4015
4016  porque este es el carácter más largo.
4017  En la 
4018 \begin_inset CommandInset ref
4019 LatexCommand ref
4020 reference "sub:Delimitadores-multilínea"
4021
4022 \end_inset
4023
4024  hay un ejemplo de aplicación.
4025 \end_layout
4026
4027 \begin_layout Subsection
4028 Líneas
4029 \begin_inset Index
4030 status collapsed
4031
4032 \begin_layout Plain Layout
4033 Lineas@Líneas
4034 \end_layout
4035
4036 \end_inset
4037
4038
4039 \begin_inset Index
4040 status collapsed
4041
4042 \begin_layout Plain Layout
4043 Ecuación ! sub- o superrayada
4044 \end_layout
4045
4046 \end_inset
4047
4048
4049 \end_layout
4050
4051 \begin_layout Standard
4052 \noindent
4053 \align center
4054 \begin_inset Tabular
4055 <lyxtabular version="3" rows="4" columns="2">
4056 <features>
4057 <column alignment="center" valignment="top" width="0">
4058 <column alignment="center" valignment="top" width="0">
4059 <row>
4060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 Comando
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 Resultado
4074 \begin_inset Note Note
4075 status collapsed
4076
4077 \begin_layout Plain Layout
4078
4079 \series bold
4080
4081 \backslash
4082 raisebox
4083 \series default
4084  se usa sólo como espaciador
4085 \end_layout
4086
4087 \end_inset
4088
4089
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 </row>
4095 <row>
4096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100
4101 \backslash
4102 overline
4103 \begin_inset ERT
4104 status collapsed
4105
4106 \begin_layout Plain Layout
4107
4108
4109 \backslash
4110 spce 
4111 \end_layout
4112
4113 \end_inset
4114
4115 A+B
4116 \begin_inset Index
4117 status collapsed
4118
4119 \begin_layout Plain Layout
4120 Comandos ! O ! 
4121 \backslash
4122 overline
4123 \end_layout
4124
4125 \end_inset
4126
4127
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4137 \end_inset
4138
4139
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 </row>
4145 <row>
4146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150
4151 \backslash
4152 underline
4153 \begin_inset ERT
4154 status collapsed
4155
4156 \begin_layout Plain Layout
4157
4158
4159 \backslash
4160 spce 
4161 \end_layout
4162
4163 \end_inset
4164
4165 A+B
4166 \begin_inset Index
4167 status collapsed
4168
4169 \begin_layout Plain Layout
4170 Comandos ! U ! 
4171 \backslash
4172 underline
4173 \end_layout
4174
4175 \end_inset
4176
4177
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4187 \end_inset
4188
4189
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 </row>
4195 <row>
4196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200
4201 \backslash
4202 overline
4203 \begin_inset ERT
4204 status collapsed
4205
4206 \begin_layout Plain Layout
4207
4208
4209 \backslash
4210 spce 
4211 \end_layout
4212
4213 \end_inset
4214
4215
4216 \backslash
4217 underline
4218 \begin_inset ERT
4219 status collapsed
4220
4221 \begin_layout Plain Layout
4222
4223
4224 \backslash
4225 spce 
4226 \end_layout
4227
4228 \end_inset
4229
4230 A+B
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4240 \end_inset
4241
4242
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 </row>
4248 </lyxtabular>
4249
4250 \end_inset
4251
4252
4253 \end_layout
4254
4255 \begin_layout Standard
4256 En el último ejemplo es indiferente poner primero 
4257 \series bold
4258
4259 \backslash
4260 overline
4261 \series default
4262  o 
4263 \series bold
4264
4265 \backslash
4266 underline
4267 \series default
4268 .
4269 \end_layout
4270
4271 \begin_layout Standard
4272 Para poner doble subrayado, p.
4273 \begin_inset space \thinspace{}
4274 \end_inset
4275
4276 e.
4277  en resultados, se usa 
4278 \series bold
4279
4280 \backslash
4281 underline
4282 \series default
4283  dos veces.
4284 \end_layout
4285
4286 \begin_layout Standard
4287 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4288 \begin_inset VSpace bigskip
4289 \end_inset
4290
4291 Se pueden crear líneas personalizadas con el comando 
4292 \series bold
4293
4294 \backslash
4295 rule
4296 \series default
4297
4298 \begin_inset Index
4299 status collapsed
4300
4301 \begin_layout Plain Layout
4302 Comandos ! R ! 
4303 \backslash
4304 rule
4305 \end_layout
4306
4307 \end_inset
4308
4309  con el esquema siguiente:
4310 \end_layout
4311
4312 \begin_layout Standard
4313
4314 \series bold
4315
4316 \backslash
4317 rule[hueco vertical]{longitud}{grosor}
4318 \end_layout
4319
4320 \begin_layout Standard
4321 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4322  si el valor es negativo).
4323  Las unidades disponibles para los valores están listadas en
4324 \begin_inset space ~
4325 \end_inset
4326
4327
4328 \begin_inset CommandInset ref
4329 LatexCommand ref
4330 reference "tab:Unidades-disponibles"
4331
4332 \end_inset
4333
4334 .
4335  A continuación hay dos ejemplos de líneas creadas con los comandos
4336 \series bold
4337
4338 \begin_inset Newline newline
4339 \end_inset
4340
4341
4342 \backslash
4343 rule[-2ex]{3cm}{2pt}
4344 \series default
4345  y 
4346 \series bold
4347
4348 \backslash
4349 rule{2cm}{1pt}
4350 \series default
4351 :
4352 \end_layout
4353
4354 \begin_layout Standard
4355 Esto es una frase 
4356 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4357 \end_inset
4358
4359  con dos líneas.
4360 \end_layout
4361
4362 \begin_layout Standard
4363
4364 \series bold
4365
4366 \backslash
4367 rule
4368 \series default
4369  también se puede usar para texto si se inserta en modo TeX.
4370 \end_layout
4371
4372 \begin_layout Subsection
4373 Puntos
4374 \begin_inset CommandInset label
4375 LatexCommand label
4376 name "sub:Puntos"
4377
4378 \end_inset
4379
4380
4381 \begin_inset Index
4382 status collapsed
4383
4384 \begin_layout Plain Layout
4385 Puntos
4386 \end_layout
4387
4388 \end_inset
4389
4390
4391 \end_layout
4392
4393 \begin_layout Standard
4394 Hay distintos tipos de puntos disponibles.
4395 \begin_inset Foot
4396 status collapsed
4397
4398 \begin_layout Plain Layout
4399 En la barra de herramientas de ecuaciones, en el panel del botón 
4400 \begin_inset Graphics
4401         filename ../../images/math/ldots.png
4402         scale 85
4403
4404 \end_inset
4405
4406 .
4407 \end_layout
4408
4409 \end_inset
4410
4411  Para continuación en enumeraciones se usan puntos bajos, (
4412 \series bold
4413
4414 \backslash
4415 ldots
4416 \series default
4417
4418 \begin_inset Index
4419 status collapsed
4420
4421 \begin_layout Plain Layout
4422 Comandos ! L ! 
4423 \backslash
4424 ldots
4425 \end_layout
4426
4427 \end_inset
4428
4429 ), mientras que para operaciones se usan puntos centrados a la misma altura
4430  que los operadores, (
4431 \series bold
4432
4433 \backslash
4434 cdots
4435 \series default
4436
4437 \begin_inset Index
4438 status collapsed
4439
4440 \begin_layout Plain Layout
4441 Comandos ! C ! 
4442 \backslash
4443 cdots
4444 \end_layout
4445
4446 \end_inset
4447
4448 ).
4449  Si se usa el comando 
4450 \series bold
4451
4452 \backslash
4453 dots
4454 \series default
4455
4456 \begin_inset Index
4457 status collapsed
4458
4459 \begin_layout Plain Layout
4460 Comandos ! D ! 
4461 \backslash
4462 dots
4463 \end_layout
4464
4465 \end_inset
4466
4467 , LaTeX decide el tipo a usar en función del carácter siguiente.
4468 \end_layout
4469
4470 \begin_layout Standard
4471 \align center
4472 \begin_inset Tabular
4473 <lyxtabular version="3" rows="8" columns="2">
4474 <features>
4475 <column alignment="center" valignment="top" width="0pt">
4476 <column alignment="center" valignment="top" width="0pt">
4477 <row>
4478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Comando
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 Resultado
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502 A_1
4503 \begin_inset ERT
4504 status collapsed
4505
4506 \begin_layout Plain Layout
4507
4508
4509 \backslash
4510 spce 
4511 \end_layout
4512
4513 \end_inset
4514
4515 ,
4516 \backslash
4517 dots
4518 \begin_inset ERT
4519 status collapsed
4520
4521 \begin_layout Plain Layout
4522
4523
4524 \backslash
4525 spce 
4526 \end_layout
4527
4528 \end_inset
4529
4530 ,A_n
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 \begin_inset Formula $A_{1},\dots,A_{n}$
4540 \end_inset
4541
4542
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 </row>
4548 <row>
4549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 A_1
4554 \begin_inset ERT
4555 status collapsed
4556
4557 \begin_layout Plain Layout
4558
4559
4560 \backslash
4561 spce 
4562 \end_layout
4563
4564 \end_inset
4565
4566 +
4567 \backslash
4568 dots
4569 \begin_inset ERT
4570 status collapsed
4571
4572 \begin_layout Plain Layout
4573
4574
4575 \backslash
4576 spce 
4577 \end_layout
4578
4579 \end_inset
4580
4581 +A_n
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590 \begin_inset Formula $A_{1}+\dots+A_{n}$
4591 \end_inset
4592
4593
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 </row>
4599 <row>
4600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 A_1
4605 \begin_inset ERT
4606 status collapsed
4607
4608 \begin_layout Plain Layout
4609
4610
4611 \backslash
4612 spce 
4613 \end_layout
4614
4615 \end_inset
4616
4617 ,
4618 \backslash
4619 ldots
4620 \begin_inset ERT
4621 status collapsed
4622
4623 \begin_layout Plain Layout
4624
4625
4626 \backslash
4627 spce 
4628 \end_layout
4629
4630 \end_inset
4631
4632 ,A_n
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641 \begin_inset Formula $A_{1},\ldots,A_{n}$
4642 \end_inset
4643
4644
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 </row>
4650 <row>
4651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655 A_1
4656 \begin_inset ERT
4657 status collapsed
4658
4659 \begin_layout Plain Layout
4660
4661
4662 \backslash
4663 spce 
4664 \end_layout
4665
4666 \end_inset
4667
4668 +
4669 \backslash
4670 cdots
4671 \begin_inset ERT
4672 status collapsed
4673
4674 \begin_layout Plain Layout
4675
4676
4677 \backslash
4678 spce 
4679 \end_layout
4680
4681 \end_inset
4682
4683 +A_n
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4693 \end_inset
4694
4695
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 </row>
4701 <row>
4702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706
4707 \backslash
4708 vdots
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717 \begin_inset Formula $\vdots$
4718 \end_inset
4719
4720
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 </row>
4726 <row>
4727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731
4732 \backslash
4733 ddots
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 \begin_inset Formula $\ddots$
4743 \end_inset
4744
4745
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 </row>
4751 <row>
4752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 Matriz
4757 \begin_inset space \thinspace{}
4758 \end_inset
4759
4760 3×3 con los distintos puntos
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 \begin_inset Formula $\begin{array}{ccc}
4770 A_{11} & \cdots & A_{1m}\\
4771 \vdots & \ddots & \vdots\\
4772 A_{n1} & \cdots & A_{nm}\end{array}$
4773 \end_inset
4774
4775
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 </row>
4781 </lyxtabular>
4782
4783 \end_inset
4784
4785
4786 \end_layout
4787
4788 \begin_layout Standard
4789 Los puntos suspensivos disponibles en el menú 
4790 \family sans
4791 Insertar\SpecialChar \menuseparator
4792 Carácter especial
4793 \family default
4794  son 
4795 \series bold
4796
4797 \backslash
4798 ldots
4799 \series default
4800 .
4801 \begin_inset VSpace medskip
4802 \end_inset
4803
4804
4805 \end_layout
4806
4807 \begin_layout Standard
4808 Hay puntos específicos para matrices que se extienden por varias columnas.
4809  Se generan con el comando 
4810 \series bold
4811
4812 \backslash
4813 hdotsfor
4814 \series default
4815
4816 \begin_inset Index
4817 status collapsed
4818
4819 \begin_layout Plain Layout
4820 Comandos ! H ! 
4821 \backslash
4822 hdotsfor
4823 \end_layout
4824
4825 \end_inset
4826
4827 , que tiene el siguiente esquema:
4828 \end_layout
4829
4830 \begin_layout Standard
4831
4832 \series bold
4833
4834 \backslash
4835 hdotsfor[distancia]{número de columnas}
4836 \end_layout
4837
4838 \begin_layout Standard
4839 Número de columnas especifica cuántas columnas deben abarcarse.
4840  Distancia es un factor para la separación entre los puntos.
4841 \end_layout
4842
4843 \begin_layout Standard
4844 En la siguiente matriz se ha insertado el comando 
4845 \series bold
4846
4847 \backslash
4848 hdotsfor[2]{4}
4849 \series default
4850  en el primer recuadro de la segunda línea para obtener puntos separados
4851  una distancia equivalente a dos veces la del comando 
4852 \series bold
4853
4854 \backslash
4855 dots
4856 \series default
4857 .
4858 \begin_inset Formula \[
4859 \left(\begin{array}{cccc}
4860 A & B & C & D\\
4861 \hdotsfor[2]{4}\\
4862 q & w & e & r\end{array}\right)\]
4863
4864 \end_inset
4865
4866
4867 \end_layout
4868
4869 \begin_layout Standard
4870 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4871  de lo contrario se producen errores de LaTeX.
4872 \end_layout
4873
4874 \begin_layout Standard
4875 \begin_inset VSpace bigskip
4876 \end_inset
4877
4878
4879 \end_layout
4880
4881 \begin_layout Standard
4882 Además, con el comando 
4883 \series bold
4884
4885 \backslash
4886 dotfill
4887 \series default
4888
4889 \begin_inset Index
4890 status collapsed
4891
4892 \begin_layout Plain Layout
4893 Comandos ! D ! 
4894 \backslash
4895 dotfill
4896 \end_layout
4897
4898 \end_inset
4899
4900  puedes completar con puntos una línea.
4901  El efecto de este tipo de comandos es como el de 
4902 \series bold
4903
4904 \backslash
4905 hfill
4906 \series default
4907 , véase 
4908 \begin_inset CommandInset ref
4909 LatexCommand ref
4910 reference "sub:Espacio-variable"
4911
4912 \end_inset
4913
4914 .
4915 \end_layout
4916
4917 \begin_layout Standard
4918 Por ejemplo el comando 
4919 \series bold
4920 A
4921 \backslash
4922 dotfill
4923 \series default
4924
4925 \begin_inset ERT
4926 status collapsed
4927
4928 \begin_layout Plain Layout
4929
4930
4931 \backslash
4932 spce 
4933 \end_layout
4934
4935 \end_inset
4936
4937
4938 \series bold
4939 B
4940 \series default
4941  genera
4942 \end_layout
4943
4944 \begin_layout Standard
4945 \begin_inset Formula $A\dotfill B$
4946 \end_inset
4947
4948
4949 \end_layout
4950
4951 \begin_layout Standard
4952 Un comando análogo a 
4953 \series bold
4954
4955 \backslash
4956 dotfill
4957 \series default
4958  para rellenar con una línea es 
4959 \series bold
4960
4961 \backslash
4962 hrulefill
4963 \series default
4964
4965 \begin_inset Index
4966 status collapsed
4967
4968 \begin_layout Plain Layout
4969 Comandos ! H ! 
4970 \backslash
4971 hrulefill
4972 \end_layout
4973
4974 \end_inset
4975
4976 :
4977 \end_layout
4978
4979 \begin_layout Standard
4980 \begin_inset Formula $A\hrulefill B$
4981 \end_inset
4982
4983
4984 \end_layout
4985
4986 \begin_layout Standard
4987 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4988 \end_layout
4989
4990 \begin_layout Section
4991 Matrices
4992 \begin_inset CommandInset label
4993 LatexCommand label
4994 name "sec:Matrices"
4995
4996 \end_inset
4997
4998
4999 \begin_inset Index
5000 status collapsed
5001
5002 \begin_layout Plain Layout
5003 Matrices
5004 \end_layout
5005
5006 \end_inset
5007
5008
5009 \end_layout
5010
5011 \begin_layout Standard
5012 Se pueden insertar con el botón 
5013 \begin_inset Graphics
5014         filename ../../images/dialog-show_mathmatrix.png
5015         scale 85
5016
5017 \end_inset
5018
5019  de la barra de ecuaciones o con el menú 
5020 \family sans
5021 Insertar\SpecialChar \menuseparator
5022 Ecuación\SpecialChar \menuseparator
5023 Matriz
5024 \family default
5025 .
5026  Aparece una ventana en la que se pide el número de filas y columnas y la
5027  alineación.
5028  La alineación vertical sólo es relevante para matrices en línea:
5029 \end_layout
5030
5031 \begin_layout Standard
5032 Esta primera matriz tiene alineación superior 
5033 \begin_inset Formula $\begin{array}[t]{cccc}
5034 A & D & G & J\\
5035 B & E & H & K\\
5036 D & F & I & L\end{array}$
5037 \end_inset
5038
5039  , la segunda alineación central 
5040 \begin_inset Formula $\begin{array}{cccc}
5041 A & D & G & J\\
5042 B & E & H & K\\
5043 D & F & I & L\end{array}$
5044 \end_inset
5045
5046  , y la tercera alineación inferior 
5047 \begin_inset Formula $\begin{array}[b]{cccc}
5048 A & D & G & J\\
5049 B & E & H & K\\
5050 D & F & I & L\end{array}$
5051 \end_inset
5052
5053 .
5054 \end_layout
5055
5056 \begin_layout Standard
5057 La alineación horizontal especifica cómo deben alinearse las entradas de
5058  la columna.
5059  Se determina mediante una letra para cada columna.
5060  
5061 \emph on
5062 l
5063 \emph default
5064  indica alineación a la izquierda, 
5065 \emph on
5066 c
5067 \emph default
5068  alineación centrada y 
5069 \emph on
5070 r
5071 \emph default
5072  alineación a la derecha.
5073  Por ejemplo, para componer una matriz
5074 \begin_inset space ~
5075 \end_inset
5076
5077 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
5078  centradas y la última a la derecha, se anota 
5079 \series bold
5080 lccr
5081 \series default
5082  en la alineación horizontal.
5083  Normalmente todas las columnas de una matriz están centradas, por tanto
5084  el valor por omisión es 
5085 \series bold
5086 c
5087 \series default
5088  para todas ellas.
5089 \end_layout
5090
5091 \begin_layout Standard
5092 Alineación horizontal:
5093 \end_layout
5094
5095 \begin_layout Standard
5096
5097 \series bold
5098 lll
5099 \series default
5100  : 
5101 \begin_inset Formula $\begin{array}{lll}
5102 10000 & D & G\\
5103 B & 10000 & H\\
5104 C & F & 10000\end{array}$
5105 \end_inset
5106
5107  , 
5108 \series bold
5109 ccc 
5110 \series default
5111
5112 \begin_inset Formula $\begin{array}{ccc}
5113 10000 & D & G\\
5114 B & 10000 & H\\
5115 C & F & 10000\end{array}$
5116 \end_inset
5117
5118  
5119 \series bold
5120 ,
5121 \series default
5122  
5123 \series bold
5124 rrr 
5125 \series default
5126
5127 \begin_inset Formula $\begin{array}{rrr}
5128 10000 & D & G\\
5129 B & 10000 & H\\
5130 C & F & 10000\end{array}$
5131 \end_inset
5132
5133
5134 \end_layout
5135
5136 \begin_layout Standard
5137 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
5138  botones 
5139 \begin_inset Graphics
5140         filename ../../images/tabular-feature_append-row.png
5141         scale 85
5142
5143 \end_inset
5144
5145
5146 \begin_inset Graphics
5147         filename ../../images/tabular-feature_delete-row.png
5148         scale 85
5149
5150 \end_inset
5151
5152 , etc.
5153  de la barra de ecuaciones o el menú 
5154 \family sans
5155 Editar\SpecialChar \menuseparator
5156 Filas y columnas
5157 \family default
5158 .
5159  También se pueden añadir filas nuevas con 
5160 \family sans
5161 Ctrl+Retorno
5162 \family default
5163 .
5164 \end_layout
5165
5166 \begin_layout Standard
5167 \begin_inset VSpace bigskip
5168 \end_inset
5169
5170
5171 \end_layout
5172
5173 \begin_layout Standard
5174 Se pueden poner paréntesis alrededor de una matriz con los comandos 
5175 \series bold
5176
5177 \backslash
5178 left
5179 \series default
5180
5181 \begin_inset Index
5182 status collapsed
5183
5184 \begin_layout Plain Layout
5185 Comandos ! L ! 
5186 \backslash
5187 left
5188 \end_layout
5189
5190 \end_inset
5191
5192  y 
5193 \series bold
5194
5195 \backslash
5196 right
5197 \series default
5198
5199 \begin_inset Index
5200 status collapsed
5201
5202 \begin_layout Plain Layout
5203 Comandos ! R ! 
5204 \backslash
5205 right
5206 \end_layout
5207
5208 \end_inset
5209
5210  (atajo 
5211 \family sans
5212 Alt+M
5213 \begin_inset space ~
5214 \end_inset
5215
5216 Paréntesis
5217 \family default
5218 ), véase 
5219 \begin_inset CommandInset ref
5220 LatexCommand ref
5221 reference "sub:Tamaño-automático-de"
5222
5223 \end_inset
5224
5225 , o usando los comandos siguientes:
5226 \end_layout
5227
5228 \begin_layout Standard
5229 \begin_inset VSpace medskip
5230 \end_inset
5231
5232
5233 \end_layout
5234
5235 \begin_layout Standard
5236 \begin_inset space \hfill{}
5237 \end_inset
5238
5239
5240 \begin_inset Tabular
5241 <lyxtabular version="3" rows="4" columns="2">
5242 <features>
5243 <column alignment="center" valignment="top" width="0">
5244 <column alignment="center" valignment="top" width="0">
5245 <row>
5246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Plain Layout
5250 Comando
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259 Resultado
5260 \begin_inset Note Note
5261 status collapsed
5262
5263 \begin_layout Plain Layout
5264
5265 \series bold
5266
5267 \backslash
5268 raisebox
5269 \series default
5270  se usa sólo como espaciador
5271 \end_layout
5272
5273 \end_inset
5274
5275
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 </row>
5281 <row>
5282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286
5287 \backslash
5288 bmatrix
5289 \begin_inset ERT
5290 status collapsed
5291
5292 \begin_layout Plain Layout
5293
5294
5295 \backslash
5296 spce 
5297 \end_layout
5298
5299 \end_inset
5300
5301 2
5302 \series bold
5303 ×
5304 \series default
5305 2
5306 \begin_inset space \thinspace{}
5307 \end_inset
5308
5309 matriz
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5319 0 & \textrm{-}\mathrm{i}\\
5320 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5321 \end_inset
5322
5323
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 </row>
5329 <row>
5330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334
5335 \backslash
5336 Bmatrix
5337 \begin_inset ERT
5338 status collapsed
5339
5340 \begin_layout Plain Layout
5341
5342
5343 \backslash
5344 spce 
5345 \end_layout
5346
5347 \end_inset
5348
5349 2×2
5350 \begin_inset space \thinspace{}
5351 \end_inset
5352
5353 matriz
5354 \end_layout
5355
5356 \end_inset
5357 </cell>
5358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5359 \begin_inset Text
5360
5361 \begin_layout Plain Layout
5362 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5363 0 & \textrm{-}\mathrm{i}\\
5364 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5365 \end_inset
5366
5367
5368 \end_layout
5369
5370 \end_inset
5371 </cell>
5372 </row>
5373 <row>
5374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5375 \begin_inset Text
5376
5377 \begin_layout Plain Layout
5378
5379 \backslash
5380 pmatrix
5381 \begin_inset ERT
5382 status collapsed
5383
5384 \begin_layout Plain Layout
5385
5386
5387 \backslash
5388 spce 
5389 \end_layout
5390
5391 \end_inset
5392
5393 2
5394 \series bold
5395 ×
5396 \series default
5397 2
5398 \begin_inset space \thinspace{}
5399 \end_inset
5400
5401 matriz
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5411 0 & \textrm{-}\mathrm{i}\\
5412 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5413 \end_inset
5414
5415
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 </row>
5421 </lyxtabular>
5422
5423 \end_inset
5424
5425
5426 \begin_inset space \hfill{}
5427 \end_inset
5428
5429
5430 \begin_inset Tabular
5431 <lyxtabular version="3" rows="4" columns="2">
5432 <features>
5433 <column alignment="center" valignment="top" width="0">
5434 <column alignment="center" valignment="top" width="0">
5435 <row>
5436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Plain Layout
5440 Comando
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 Resultado
5450 \begin_inset Note Note
5451 status collapsed
5452
5453 \begin_layout Plain Layout
5454
5455 \series bold
5456
5457 \backslash
5458 raisebox
5459 \series default
5460  se usa sólo como espaciador
5461 \end_layout
5462
5463 \end_inset
5464
5465
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 </row>
5471 <row>
5472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476
5477 \backslash
5478 vmatrix
5479 \begin_inset ERT
5480 status collapsed
5481
5482 \begin_layout Plain Layout
5483
5484
5485 \backslash
5486 spce 
5487 \end_layout
5488
5489 \end_inset
5490
5491 2
5492 \series bold
5493 ×
5494 \series default
5495 2
5496 \begin_inset space \thinspace{}
5497 \end_inset
5498
5499 matriz
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5509 0 & \textrm{-}\mathrm{i}\\
5510 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5511 \end_inset
5512
5513
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 </row>
5519 <row>
5520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524
5525 \backslash
5526 Vmatrix
5527 \begin_inset ERT
5528 status collapsed
5529
5530 \begin_layout Plain Layout
5531
5532
5533 \backslash
5534 spce 
5535 \end_layout
5536
5537 \end_inset
5538
5539 2
5540 \series bold
5541 ×
5542 \series default
5543 2
5544 \begin_inset space \thinspace{}
5545 \end_inset
5546
5547 matriz
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5557 0 & \textrm{-}\mathrm{i}\\
5558 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5559 \end_inset
5560
5561
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 </row>
5567 <row>
5568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572
5573 \backslash
5574 matrix
5575 \begin_inset ERT
5576 status collapsed
5577
5578 \begin_layout Plain Layout
5579
5580
5581 \backslash
5582 spce 
5583 \end_layout
5584
5585 \end_inset
5586
5587 2
5588 \series bold
5589 ×
5590 \series default
5591 2
5592 \begin_inset space \thinspace{}
5593 \end_inset
5594
5595 matriz
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Plain Layout
5604 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5605 0 & \textrm{-}\mathrm{i}\\
5606 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5607 \end_inset
5608
5609
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 </row>
5615 </lyxtabular>
5616
5617 \end_inset
5618
5619
5620 \begin_inset space \hfill{}
5621 \end_inset
5622
5623
5624 \end_layout
5625
5626 \begin_layout Standard
5627 \begin_inset VSpace medskip
5628 \end_inset
5629
5630
5631 \end_layout
5632
5633 \begin_layout Standard
5634 Cuando se inserta p.
5635 \begin_inset space \thinspace{}
5636 \end_inset
5637
5638 e.
5639 \begin_inset space ~
5640 \end_inset
5641
5642
5643 \series bold
5644
5645 \backslash
5646 vmatrix
5647 \series default
5648 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5649  la matriz.
5650 \end_layout
5651
5652 \begin_layout Standard
5653 \begin_inset VSpace bigskip
5654 \end_inset
5655
5656
5657 \end_layout
5658
5659 \begin_layout Standard
5660 Como todas las ecuaciones multilínea son matrices, la longitud 
5661 \series bold
5662
5663 \backslash
5664 arraycolsep
5665 \series default
5666
5667 \begin_inset Index
5668 status collapsed
5669
5670 \begin_layout Plain Layout
5671 Comandos ! A ! 
5672 \backslash
5673 arraycolsep
5674 \end_layout
5675
5676 \end_inset
5677
5678 , que se describe en 
5679 \begin_inset CommandInset ref
5680 LatexCommand ref
5681 reference "sub:Separación-de-columnas"
5682
5683 \end_inset
5684
5685 , también se puede usar para cambiar la separación de las columnas en una
5686  matriz.
5687  Para cambiar la separación de las filas, se usa el comando 
5688 \series bold
5689
5690 \backslash
5691 arraystretch
5692 \series default
5693
5694 \begin_inset Index
5695 status collapsed
5696
5697 \begin_layout Plain Layout
5698 Comandos ! A ! 
5699 \backslash
5700 arraystretch
5701 \end_layout
5702
5703 \end_inset
5704
5705  de la siguiente manera:
5706 \end_layout
5707
5708 \begin_layout Standard
5709
5710 \series bold
5711
5712 \backslash
5713 renewcommand{
5714 \backslash
5715 arraystretch}{factor de separación}
5716 \begin_inset Index
5717 status collapsed
5718
5719 \begin_layout Plain Layout
5720 Comandos ! R ! 
5721 \backslash
5722 renewcommand
5723 \end_layout
5724
5725 \end_inset
5726
5727
5728 \end_layout
5729
5730 \begin_layout Standard
5731 El comando 
5732 \series bold
5733
5734 \backslash
5735 renewcommand
5736 \series default
5737  asigna el factor de separación al comando predefinido 
5738 \series bold
5739
5740 \backslash
5741 arraystretch
5742 \series default
5743 .
5744  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5745  Además, éste se usa para todas las matrices siguientes.
5746  Para volver a la separación original, asigna factor 1 a 
5747 \series bold
5748
5749 \backslash
5750 arraystretch
5751 \series default
5752 .
5753 \end_layout
5754
5755 \begin_layout Standard
5756 Para poner matrices en línea se usa el comando 
5757 \series bold
5758
5759 \backslash
5760 smallmatrix
5761 \series default
5762
5763 \begin_inset Index
5764 status collapsed
5765
5766 \begin_layout Plain Layout
5767 Comandos ! S ! 
5768 \backslash
5769 smallmatrix
5770 \end_layout
5771
5772 \end_inset
5773
5774 .
5775  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5776  se inserta la matriz.
5777  
5778 \end_layout
5779
5780 \begin_layout Standard
5781 Esto es una matriz 
5782 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5783 C & D\end{smallmatrix}\right)$
5784 \end_inset
5785
5786  en línea.
5787 \end_layout
5788
5789 \begin_layout Section
5790 Delimitadores
5791 \begin_inset Index
5792 status collapsed
5793
5794 \begin_layout Plain Layout
5795 Delimitadores
5796 \end_layout
5797
5798 \end_inset
5799
5800
5801 \end_layout
5802
5803 \begin_layout Subsection
5804 Delimitadores verticales
5805 \begin_inset Index
5806 status collapsed
5807
5808 \begin_layout Plain Layout
5809 Delimitadores ! verticales
5810 \end_layout
5811
5812 \end_inset
5813
5814
5815 \end_layout
5816
5817 \begin_layout Standard
5818 \begin_inset space \hfill{}
5819 \end_inset
5820
5821
5822 \begin_inset Tabular
5823 <lyxtabular version="3" rows="9" columns="2">
5824 <features>
5825 <column alignment="center" valignment="top" width="0pt">
5826 <column alignment="center" valignment="top" width="0pt">
5827 <row>
5828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 Comando
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 Resultado
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 </row>
5847 <row>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 (
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 \begin_inset Formula $($
5862 \end_inset
5863
5864
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 </row>
5870 <row>
5871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875 {
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 \begin_inset Formula $\{$
5885 \end_inset
5886
5887
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 </row>
5893 <row>
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898 [
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 \begin_inset Formula $[$
5908 \end_inset
5909
5910
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 </row>
5916 <row>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921
5922 \backslash
5923 langle
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 \begin_inset Formula $\langle$
5933 \end_inset
5934
5935
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 </row>
5941 <row>
5942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946
5947 \backslash
5948 lceil
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957 \begin_inset Formula $\lceil$
5958 \end_inset
5959
5960
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 </row>
5966 <row>
5967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Plain Layout
5971
5972 \backslash
5973 lfloor
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 \begin_inset Formula $\lfloor$
5983 \end_inset
5984
5985
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 </row>
5991 <row>
5992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996 /
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 \begin_inset Formula $/$
6006 \end_inset
6007
6008
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 </row>
6014 <row>
6015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 |
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 \begin_inset Formula $|$
6029 \end_inset
6030
6031
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 </row>
6037 </lyxtabular>
6038
6039 \end_inset
6040
6041
6042 \begin_inset space \hfill{}
6043 \end_inset
6044
6045
6046 \begin_inset Tabular
6047 <lyxtabular version="3" rows="9" columns="2">
6048 <features>
6049 <column alignment="center" valignment="top" width="0pt">
6050 <column alignment="center" valignment="top" width="0pt">
6051 <row>
6052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 Comando
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 Resultado
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 </row>
6071 <row>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 )
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 \begin_inset Formula $)$
6086 \end_inset
6087
6088
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 </row>
6094 <row>
6095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 }
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 \begin_inset Formula $\}$
6109 \end_inset
6110
6111
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 </row>
6117 <row>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 ]
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 \begin_inset Formula $]$
6132 \end_inset
6133
6134
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 </row>
6140 <row>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145
6146 \backslash
6147 rangle
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 \begin_inset Formula $\rangle$
6157 \end_inset
6158
6159
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 </row>
6165 <row>
6166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170
6171 \backslash
6172 rceil
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Plain Layout
6181 \begin_inset Formula $\rceil$
6182 \end_inset
6183
6184
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 </row>
6190 <row>
6191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195
6196 \backslash
6197 rfloor
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 \begin_inset Formula $\rfloor$
6207 \end_inset
6208
6209
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 </row>
6215 <row>
6216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220
6221 \backslash
6222
6223 \backslash
6224
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 \begin_inset Formula $\backslash$
6234 \end_inset
6235
6236
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 </row>
6242 <row>
6243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247
6248 \backslash
6249 |
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 \begin_inset Formula $\|$
6259 \end_inset
6260
6261
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 </row>
6267 </lyxtabular>
6268
6269 \end_inset
6270
6271
6272 \begin_inset space \hfill{}
6273 \end_inset
6274
6275
6276 \end_layout
6277
6278 \begin_layout Standard
6279 \begin_inset Note Greyedout
6280 status open
6281
6282 \begin_layout Plain Layout
6283
6284 \series bold
6285 Nota
6286 \series default
6287 : En modo TeX hay que usar el comando 
6288 \series bold
6289
6290 \backslash
6291 textbackslash
6292 \series default
6293
6294 \begin_inset Index
6295 status collapsed
6296
6297 \begin_layout Plain Layout
6298 Comandos ! T ! 
6299 \backslash
6300 textbackslash
6301 \end_layout
6302
6303 \end_inset
6304
6305  para la barra invertida, porque si no el comando 
6306 \series bold
6307
6308 \backslash
6309
6310 \backslash
6311
6312 \series default
6313  genera un salto de línea.
6314 \end_layout
6315
6316 \end_inset
6317
6318
6319 \end_layout
6320
6321 \begin_layout Standard
6322 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6323  descritos en las dos subsecciones siguientes.
6324  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6325  < y > en vez de los comandos 
6326 \series bold
6327
6328 \backslash
6329 langle
6330 \series default
6331  y 
6332 \series bold
6333
6334 \backslash
6335 rangle
6336 \series default
6337 .
6338  
6339 \end_layout
6340
6341 \begin_layout Subsubsection
6342 Tamaño manual de los delimitadores
6343 \begin_inset CommandInset label
6344 LatexCommand label
6345 name "sub:Tamaño-manual-de"
6346
6347 \end_inset
6348
6349
6350 \begin_inset Index
6351 status collapsed
6352
6353 \begin_layout Plain Layout
6354 Delimitadores ! tamaño manual
6355 \end_layout
6356
6357 \end_inset
6358
6359
6360 \end_layout
6361
6362 \begin_layout Standard
6363 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6364  LaTeX 
6365 \series bold
6366
6367 \backslash
6368 big
6369 \series default
6370
6371 \begin_inset Index
6372 status collapsed
6373
6374 \begin_layout Plain Layout
6375 Comandos ! B ! 
6376 \backslash
6377 big
6378 \end_layout
6379
6380 \end_inset
6381
6382
6383 \series bold
6384
6385 \backslash
6386 Big
6387 \series default
6388
6389 \series bold
6390
6391 \backslash
6392 bigg
6393 \series default
6394 , y 
6395 \series bold
6396
6397 \backslash
6398 Bigg
6399 \series default
6400 .
6401  
6402 \series bold
6403
6404 \backslash
6405 big
6406 \series default
6407  indica el tamaño menor y 
6408 \series bold
6409
6410 \backslash
6411 Bigg
6412 \series default
6413  el mayor.
6414 \end_layout
6415
6416 \begin_layout Standard
6417 Estos comandos se usan para resaltar niveles de delimitación:
6418 \end_layout
6419
6420 \begin_layout Standard
6421 \noindent
6422 \align center
6423 \begin_inset Tabular
6424 <lyxtabular version="3" rows="2" columns="2">
6425 <features>
6426 <column alignment="center" valignment="top" width="0">
6427 <column alignment="center" valignment="top" width="0">
6428 <row>
6429 <cell alignment="center" valignment="top" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 todos los delimitadores de igual tamaño:
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 <cell alignment="center" valignment="top" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6443 \end_inset
6444
6445
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 </row>
6451 <row>
6452 <cell alignment="center" valignment="top" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 así tiene mejor aspecto:
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 <cell alignment="center" valignment="top" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6466 \end_inset
6467
6468
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 </row>
6474 </lyxtabular>
6475
6476 \end_inset
6477
6478
6479 \begin_inset Note Note
6480 status collapsed
6481
6482 \begin_layout Plain Layout
6483
6484 \series bold
6485
6486 \backslash
6487 raisebox
6488 \series default
6489  se usa sólo como espaciador
6490 \end_layout
6491
6492 \end_inset
6493
6494
6495 \end_layout
6496
6497 \begin_layout Standard
6498 Para la segunda expresión se ha empleado el comando 
6499 \series bold
6500
6501 \backslash
6502 Big((A+B)(A-B)
6503 \backslash
6504 Big)^
6505 \series default
6506
6507 \begin_inset ERT
6508 status collapsed
6509
6510 \begin_layout Plain Layout
6511
6512
6513 \backslash
6514 spce 
6515 \end_layout
6516
6517 \end_inset
6518
6519
6520 \series bold
6521 C
6522 \series default
6523 .
6524 \end_layout
6525
6526 \begin_layout Standard
6527 He aquí una visión conjunta de todos los tamaños y delimitadores:
6528 \end_layout
6529
6530 \begin_layout Standard
6531 \noindent
6532 \align center
6533
6534 \backslash
6535 Bigg(
6536 \backslash
6537 exp
6538 \backslash
6539 bigg<
6540 \backslash
6541 Big[
6542 \backslash
6543 big{
6544 \backslash
6545 ln(3x)
6546 \backslash
6547 big}^2
6548 \begin_inset ERT
6549 status collapsed
6550
6551 \begin_layout Plain Layout
6552
6553
6554 \backslash
6555 spce 
6556 \end_layout
6557
6558 \end_inset
6559
6560
6561 \backslash
6562 sen(x)
6563 \backslash
6564 Big]^
6565 \begin_inset ERT
6566 status collapsed
6567
6568 \begin_layout Plain Layout
6569
6570
6571 \backslash
6572 spce 
6573 \end_layout
6574
6575 \end_inset
6576
6577 A
6578 \begin_inset ERT
6579 status collapsed
6580
6581 \begin_layout Plain Layout
6582
6583
6584 \backslash
6585 spce 
6586 \end_layout
6587
6588 \end_inset
6589
6590
6591 \backslash
6592 bigg>
6593 \backslash
6594 Bigg)^0,5
6595 \begin_inset Formula \[
6596 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}\]
6597
6598 \end_inset
6599
6600
6601 \end_layout
6602
6603 \begin_layout Standard
6604 Además de los comandos 
6605 \series bold
6606
6607 \backslash
6608 big
6609 \series default
6610  hay la variante 
6611 \series bold
6612
6613 \backslash
6614 bigm
6615 \series default
6616
6617 \begin_inset Index
6618 status collapsed
6619
6620 \begin_layout Plain Layout
6621 Comandos ! B ! 
6622 \backslash
6623 bigm
6624 \end_layout
6625
6626 \end_inset
6627
6628 , que añade un poco más de espacio entre el delimitador y su contenido,
6629  y la variante 
6630 \series bold
6631
6632 \backslash
6633 bigl
6634 \series default
6635 -
6636 \series bold
6637
6638 \backslash
6639 bigr
6640 \series default
6641
6642 \begin_inset Index
6643 status collapsed
6644
6645 \begin_layout Plain Layout
6646 Comandos ! B ! 
6647 \backslash
6648 bigl - 
6649 \backslash
6650 bigr
6651 \end_layout
6652
6653 \end_inset
6654
6655 , que no añade espacio adicional.
6656  La 
6657 \emph on
6658 l
6659 \emph default
6660  al final del comando 
6661 \series bold
6662
6663 \backslash
6664 bigl 
6665 \series default
6666 es para el delimitador izquierdo, la 
6667 \emph on
6668 r
6669 \emph default
6670  es para el delimitador derecho.
6671  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6672  apertura o de cierre.
6673 \end_layout
6674
6675 \begin_layout Standard
6676 En el siguiente cuadro hay una comparación de las variantes:
6677 \end_layout
6678
6679 \begin_layout Standard
6680 \noindent
6681 \align center
6682 \begin_inset Tabular
6683 <lyxtabular version="3" rows="5" columns="2">
6684 <features>
6685 <column alignment="center" valignment="top" width="0">
6686 <column alignment="center" valignment="top" width="0">
6687 <row>
6688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 Comando
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 Resultado
6702 \begin_inset Note Note
6703 status collapsed
6704
6705 \begin_layout Plain Layout
6706
6707 \series bold
6708
6709 \backslash
6710 raisebox
6711 \series default
6712  se usa sólo como espaciador
6713 \end_layout
6714
6715 \end_inset
6716
6717
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 </row>
6723 <row>
6724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728
6729 \backslash
6730 Bigm(
6731 \backslash
6732 bigm(
6733 \backslash
6734 ln(3x)
6735 \backslash
6736 bigm)^2
6737 \series bold
6738
6739 \begin_inset ERT
6740 status collapsed
6741
6742 \begin_layout Plain Layout
6743
6744
6745 \backslash
6746 spce 
6747 \end_layout
6748
6749 \end_inset
6750
6751
6752 \series default
6753
6754 \backslash
6755 Bigm)
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Plain Layout
6764 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6765 \end_inset
6766
6767
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 </row>
6773 <row>
6774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778
6779 \backslash
6780 Big(
6781 \backslash
6782 big(
6783 \backslash
6784 ln(3x)
6785 \backslash
6786 big)^2
6787 \series bold
6788
6789 \begin_inset ERT
6790 status collapsed
6791
6792 \begin_layout Plain Layout
6793
6794
6795 \backslash
6796 spce 
6797 \end_layout
6798
6799 \end_inset
6800
6801
6802 \series default
6803
6804 \backslash
6805 Big)
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6815 \end_inset
6816
6817
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 </row>
6823 <row>
6824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828
6829 \backslash
6830 Bigl(
6831 \backslash
6832 bigl(
6833 \backslash
6834 ln(3x)
6835 \backslash
6836 bigr)^2
6837 \series bold
6838
6839 \begin_inset ERT
6840 status collapsed
6841
6842 \begin_layout Plain Layout
6843
6844
6845 \backslash
6846 spce 
6847 \end_layout
6848
6849 \end_inset
6850
6851
6852 \series default
6853
6854 \backslash
6855 Bigr)
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Plain Layout
6864 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6865 \end_inset
6866
6867
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 </row>
6873 <row>
6874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878
6879 \backslash
6880 bigl)
6881 \backslash
6882 ln(3x)
6883 \backslash
6884 bigr(
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Plain Layout
6893 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6894 \end_inset
6895
6896
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 </row>
6902 </lyxtabular>
6903
6904 \end_inset
6905
6906
6907 \end_layout
6908
6909 \begin_layout Subsubsection
6910 Tamaño automático de los delimitadores
6911 \begin_inset CommandInset label
6912 LatexCommand label
6913 name "sub:Tamaño-automático-de"
6914
6915 \end_inset
6916
6917
6918 \begin_inset Index
6919 status collapsed
6920
6921 \begin_layout Plain Layout
6922 Delimitadores ! tamaño automático
6923 \end_layout
6924
6925 \end_inset
6926
6927
6928 \end_layout
6929
6930 \begin_layout Standard
6931 Se pueden insertar delimitadores de tamaño variable con los comandos 
6932 \series bold
6933
6934 \backslash
6935 left
6936 \series default
6937
6938 \begin_inset Index
6939 status collapsed
6940
6941 \begin_layout Plain Layout
6942 Comandos ! L ! 
6943 \backslash
6944 left
6945 \end_layout
6946
6947 \end_inset
6948
6949  y 
6950 \series bold
6951
6952 \backslash
6953 right
6954 \series default
6955
6956 \begin_inset Index
6957 status collapsed
6958
6959 \begin_layout Plain Layout
6960 Comandos ! R ! 
6961 \backslash
6962 right
6963 \end_layout
6964
6965 \end_inset
6966
6967  o con el botón de la barra de ecuaciones 
6968 \begin_inset Graphics
6969         filename ../../images/dialog-show_mathdelimiter.png
6970         scale 85
6971
6972 \end_inset
6973
6974 .
6975  El delimitador deseado se debe insertar directamente detrás de 
6976 \series bold
6977
6978 \backslash
6979 left
6980 \series default
6981  y 
6982 \series bold
6983
6984 \backslash
6985 right
6986 \series default
6987 .
6988  El tamaño se calculará automáticamente después para la salida.
6989  
6990 \end_layout
6991
6992 \begin_layout Standard
6993 \noindent
6994 \align center
6995 delimitador normal: El comando 
6996 \series bold
6997
6998 \backslash
6999 ln(
7000 \backslash
7001 frac
7002 \series default
7003
7004 \begin_inset ERT
7005 status collapsed
7006
7007 \begin_layout Plain Layout
7008
7009
7010 \backslash
7011 spce 
7012 \end_layout
7013
7014 \end_inset
7015
7016
7017 \series bold
7018 A
7019 \begin_inset Formula $\downarrow$
7020 \end_inset
7021
7022 C
7023 \series default
7024
7025 \begin_inset ERT
7026 status collapsed
7027
7028 \begin_layout Plain Layout
7029
7030
7031 \backslash
7032 spce
7033 \end_layout
7034
7035 \end_inset
7036
7037
7038 \series bold
7039 )
7040 \series default
7041  genera
7042 \begin_inset Formula \[
7043 \ln(\frac{A}{C})\]
7044
7045 \end_inset
7046
7047
7048 \end_layout
7049
7050 \begin_layout Standard
7051 \noindent
7052 \align center
7053 delimitador multilínea: El comando 
7054 \series bold
7055
7056 \backslash
7057 ln
7058 \backslash
7059 left(
7060 \backslash
7061 frac
7062 \series default
7063
7064 \begin_inset ERT
7065 status collapsed
7066
7067 \begin_layout Plain Layout
7068
7069
7070 \backslash
7071 spce 
7072 \end_layout
7073
7074 \end_inset
7075
7076
7077 \series bold
7078 A
7079 \begin_inset Formula $\downarrow$
7080 \end_inset
7081
7082 C
7083 \series default
7084
7085 \begin_inset ERT
7086 status collapsed
7087
7088 \begin_layout Plain Layout
7089
7090
7091 \backslash
7092 spce 
7093 \end_layout
7094
7095 \end_inset
7096
7097
7098 \series bold
7099
7100 \backslash
7101 right)
7102 \series default
7103  genera
7104 \begin_inset Formula \[
7105 \ln\left(\frac{A}{C}\right)\]
7106
7107 \end_inset
7108
7109
7110 \end_layout
7111
7112 \begin_layout Standard
7113 En lugar de 
7114 \series bold
7115
7116 \backslash
7117 left
7118 \series default
7119  y 
7120 \series bold
7121
7122 \backslash
7123 right
7124 \series default
7125  se puede usar el atajo 
7126 \family sans
7127 Alt+M
7128 \begin_inset space ~
7129 \end_inset
7130
7131 Corchete
7132 \family default
7133 .
7134  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7135  real del delimitador y además se genera el correspondiente delimitador
7136  de cierre.
7137 \begin_inset Newline newline
7138 \end_inset
7139
7140 El comando para el último ejemplo sería 
7141 \series bold
7142
7143 \backslash
7144 ln Alt+M
7145 \series default
7146  
7147 \series bold
7148 (
7149 \backslash
7150 frac
7151 \begin_inset ERT
7152 status collapsed
7153
7154 \begin_layout Plain Layout
7155
7156
7157 \backslash
7158 spce 
7159 \end_layout
7160
7161 \end_inset
7162
7163 A
7164 \begin_inset Formula $\downarrow$
7165 \end_inset
7166
7167
7168 \end_layout
7169
7170 \begin_layout Standard
7171 Para omitir uno de los dos delimitadores se inserta un punto.
7172  Por ejemplo, el comando 
7173 \series bold
7174
7175 \backslash
7176 left.
7177 \backslash
7178 frac
7179 \series default
7180
7181 \begin_inset ERT
7182 status collapsed
7183
7184 \begin_layout Plain Layout
7185
7186
7187 \backslash
7188 spce 
7189 \end_layout
7190
7191 \end_inset
7192
7193
7194 \series bold
7195 A
7196 \begin_inset Formula $\downarrow$
7197 \end_inset
7198
7199 B
7200 \series default
7201
7202 \begin_inset ERT
7203 status collapsed
7204
7205 \begin_layout Plain Layout
7206
7207
7208 \backslash
7209 spce 
7210 \end_layout
7211
7212 \end_inset
7213
7214
7215 \series bold
7216
7217 \backslash
7218 right}
7219 \series default
7220  da lugar a:
7221 \begin_inset Formula \[
7222 \left.\frac{A}{B}\right\} \]
7223
7224 \end_inset
7225
7226
7227 \end_layout
7228
7229 \begin_layout Standard
7230 LyX convertirá los comandos 
7231 \series bold
7232
7233 \backslash
7234 left
7235 \series default
7236  y 
7237 \series bold
7238
7239 \backslash
7240 right
7241 \series default
7242  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7243  omitido aparecerá como línea de trazos.
7244  
7245 \begin_inset VSpace bigskip
7246 \end_inset
7247
7248
7249 \end_layout
7250
7251 \begin_layout Standard
7252 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7253  de LaTeX, el comando 
7254 \series bold
7255
7256 \backslash
7257 middle
7258 \series default
7259
7260 \begin_inset Index
7261 status collapsed
7262
7263 \begin_layout Plain Layout
7264 Comandos ! M ! 
7265 \backslash
7266 middle
7267 \end_layout
7268
7269 \end_inset
7270
7271  está también disponible para todos los delimitadores y límites.
7272  Con este comando la altura del siguiente carácter se adapta a la de los
7273  delimitadores circundantes, lo que es necesario, p.
7274 \begin_inset space \thinspace{}
7275 \end_inset
7276
7277 e., para vectores físicos: 
7278 \begin_inset Formula \[
7279 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7280
7281 \end_inset
7282
7283
7284 \end_layout
7285
7286 \begin_layout Standard
7287 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7288 \begin_inset CommandInset ref
7289 LatexCommand ref
7290 reference "sub:Vectores-físicos"
7291
7292 \end_inset
7293
7294 .
7295 \end_layout
7296
7297 \begin_layout Subsection
7298 Delimitadores horizontales
7299 \begin_inset Index
7300 status collapsed
7301
7302 \begin_layout Plain Layout
7303 Delimitadores ! horizontales
7304 \end_layout
7305
7306 \end_inset
7307
7308
7309 \end_layout
7310
7311 \begin_layout Standard
7312 \noindent
7313 \align center
7314 \begin_inset Tabular
7315 <lyxtabular version="3" rows="4" columns="2">
7316 <features>
7317 <column alignment="center" valignment="top" width="0">
7318 <column alignment="center" valignment="top" width="0">
7319 <row>
7320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 Comando
7325 \begin_inset Note Note
7326 status collapsed
7327
7328 \begin_layout Plain Layout
7329
7330 \series bold
7331
7332 \backslash
7333 raisebox
7334 \series default
7335  se usa sólo como espaciador
7336 \end_layout
7337
7338 \end_inset
7339
7340
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Plain Layout
7349 Resultado
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 </row>
7355 <row>
7356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 \begin_inset ERT
7361 status collapsed
7362
7363 \begin_layout Plain Layout
7364
7365
7366 \backslash
7367 raisebox{2.3mm}{
7368 \end_layout
7369
7370 \end_inset
7371
7372
7373 \backslash
7374 overbrace
7375 \begin_inset ERT
7376 status collapsed
7377
7378 \begin_layout Plain Layout
7379
7380
7381 \backslash
7382 spce 
7383 \end_layout
7384
7385 \end_inset
7386
7387 A+B
7388 \begin_inset ERT
7389 status collapsed
7390
7391 \begin_layout Plain Layout
7392
7393
7394 \backslash
7395 spce 
7396 \end_layout
7397
7398 \end_inset
7399
7400 ^
7401 \begin_inset ERT
7402 status collapsed
7403
7404 \begin_layout Plain Layout
7405
7406
7407 \backslash
7408 spce 
7409 \end_layout
7410
7411 \end_inset
7412
7413 3
7414 \begin_inset ERT
7415 status collapsed
7416
7417 \begin_layout Plain Layout
7418
7419 }
7420 \end_layout
7421
7422 \end_inset
7423
7424
7425 \begin_inset Index
7426 status collapsed
7427
7428 \begin_layout Plain Layout
7429 Comandos ! O ! 
7430 \backslash
7431 overbrace
7432 \end_layout
7433
7434 \end_inset
7435
7436
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445 \begin_inset Formula $\overbrace{A+B}^{3}$
7446 \end_inset
7447
7448
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 </row>
7454 <row>
7455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Plain Layout
7459 \begin_inset ERT
7460 status collapsed
7461
7462 \begin_layout Plain Layout
7463
7464
7465 \backslash
7466 raisebox{-2.2mm}{
7467 \end_layout
7468
7469 \end_inset
7470
7471
7472 \backslash
7473 underbrace
7474 \begin_inset ERT
7475 status collapsed
7476
7477 \begin_layout Plain Layout
7478
7479
7480 \backslash
7481 spce 
7482 \end_layout
7483
7484 \end_inset
7485
7486 A+B
7487 \begin_inset ERT
7488 status collapsed
7489
7490 \begin_layout Plain Layout
7491
7492
7493 \backslash
7494 spce 
7495 \end_layout
7496
7497 \end_inset
7498
7499 _5
7500 \begin_inset ERT
7501 status collapsed
7502
7503 \begin_layout Plain Layout
7504
7505 }
7506 \end_layout
7507
7508 \end_inset
7509
7510
7511 \begin_inset Index
7512 status collapsed
7513
7514 \begin_layout Plain Layout
7515 Comandos ! U ! 
7516 \backslash
7517 underbrace
7518 \end_layout
7519
7520 \end_inset
7521
7522
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 \begin_inset Formula $\underbrace{A+B}_{5}$
7532 \end_inset
7533
7534
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 </row>
7540 <row>
7541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545
7546 \backslash
7547 overbrace
7548 \begin_inset ERT
7549 status collapsed
7550
7551 \begin_layout Plain Layout
7552
7553
7554 \backslash
7555 spce 
7556 \end_layout
7557
7558 \end_inset
7559
7560
7561 \backslash
7562 underbrace
7563 \begin_inset ERT
7564 status collapsed
7565
7566 \begin_layout Plain Layout
7567
7568
7569 \backslash
7570 spce 
7571 \end_layout
7572
7573 \end_inset
7574
7575 A+B_w
7576 \begin_inset ERT
7577 status collapsed
7578
7579 \begin_layout Plain Layout
7580
7581
7582 \backslash
7583 spce 
7584 \end_layout
7585
7586 \end_inset
7587
7588
7589 \begin_inset ERT
7590 status collapsed
7591
7592 \begin_layout Plain Layout
7593
7594
7595 \backslash
7596 spce 
7597 \end_layout
7598
7599 \end_inset
7600
7601 _7
7602 \begin_inset ERT
7603 status collapsed
7604
7605 \begin_layout Plain Layout
7606
7607
7608 \backslash
7609 spce 
7610 \end_layout
7611
7612 \end_inset
7613
7614
7615 \begin_inset ERT
7616 status collapsed
7617
7618 \begin_layout Plain Layout
7619
7620
7621 \backslash
7622 spce 
7623 \end_layout
7624
7625 \end_inset
7626
7627 ^
7628 \begin_inset ERT
7629 status collapsed
7630
7631 \begin_layout Plain Layout
7632
7633
7634 \backslash
7635 spce 
7636 \end_layout
7637
7638 \end_inset
7639
7640 C
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7650 \end_inset
7651
7652
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 </row>
7658 </lyxtabular>
7659
7660 \end_inset
7661
7662
7663 \end_layout
7664
7665 \begin_layout Standard
7666 En el último ejemplo no importa en qué orden se introducen los comandos
7667  
7668 \series bold
7669
7670 \backslash
7671 overbrace
7672 \series default
7673  y 
7674 \series bold
7675
7676 \backslash
7677 underbrace
7678 \series default
7679 .
7680 \begin_inset VSpace bigskip
7681 \end_inset
7682
7683
7684 \end_layout
7685
7686 \begin_layout Standard
7687 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7688  multilínea, como se describe en
7689 \begin_inset space ~
7690 \end_inset
7691
7692
7693 \begin_inset CommandInset ref
7694 LatexCommand ref
7695 reference "sec:Ecuaciones-multilínea"
7696
7697 \end_inset
7698
7699 :
7700 \begin_inset Formula \begin{eqnarray*}
7701 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7702  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7703
7704 \end_inset
7705
7706 En la primera fila se insertan la ecuación y la primera llave.
7707  Aquí es importante insertar el comando de espacio
7708 \begin_inset Foot
7709 status collapsed
7710
7711 \begin_layout Plain Layout
7712 Los comandos para espacios se explican en 
7713 \begin_inset CommandInset ref
7714 LatexCommand ref
7715 reference "sub:Espacio-predefinido"
7716
7717 \end_inset
7718
7719
7720 \end_layout
7721
7722 \end_inset
7723
7724  
7725 \series bold
7726
7727 \backslash
7728 :
7729 \series default
7730  antes de la primera
7731 \series bold
7732  
7733 \series default
7734
7735 \begin_inset Formula $d$
7736 \end_inset
7737
7738 , porque la llave que termina detrás de 
7739 \begin_inset Formula $q$
7740 \end_inset
7741
7742  impide que el siguiente 
7743 \begin_inset Quotes fld
7744 \end_inset
7745
7746 +
7747 \begin_inset Quotes frd
7748 \end_inset
7749
7750  esté rodeado de espacio.
7751 \begin_inset Foot
7752 status collapsed
7753
7754 \begin_layout Plain Layout
7755 Debido a que la llave no es considerada como carácter, véase 
7756 \begin_inset CommandInset ref
7757 LatexCommand ref
7758 reference "sub:Operadores-binarios"
7759
7760 \end_inset
7761
7762
7763 \end_layout
7764
7765 \end_inset
7766
7767  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7768  de 
7769 \begin_inset Formula $b$
7770 \end_inset
7771
7772  se inserta antes el comando 
7773 \series bold
7774
7775 \backslash
7776 hphantom{gggg+
7777 \backslash
7778 :}
7779 \series default
7780 .
7781 \begin_inset Foot
7782 status collapsed
7783
7784 \begin_layout Plain Layout
7785 Más sobre 
7786 \series bold
7787
7788 \backslash
7789 hphantom
7790 \series default
7791  en 
7792 \begin_inset CommandInset ref
7793 LatexCommand ref
7794 reference "sub:Espacios-reservados"
7795
7796 \end_inset
7797
7798
7799 \end_layout
7800
7801 \end_inset
7802
7803  Ese espacio es necesario porque el signo 
7804 \begin_inset Quotes fld
7805 \end_inset
7806
7807 +
7808 \begin_inset Quotes frd
7809 \end_inset
7810
7811  va seguido de un espacio en la ecuación.
7812  La llave se coloca bajo el comando 
7813 \series bold
7814
7815 \backslash
7816 hphantom{bbqq+dddd}
7817 \series default
7818 .
7819  
7820 \end_layout
7821
7822 \begin_layout Standard
7823 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7824  ejemplo:
7825 \begin_inset ERT
7826 status collapsed
7827
7828 \begin_layout Plain Layout
7829
7830
7831 \backslash
7832 setlength{
7833 \backslash
7834 jot}{-6pt}
7835 \end_layout
7836
7837 \end_inset
7838
7839
7840 \begin_inset Formula \begin{eqnarray*}
7841  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7842 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7843
7844 \end_inset
7845
7846
7847 \begin_inset ERT
7848 status collapsed
7849
7850 \begin_layout Plain Layout
7851
7852
7853 \backslash
7854 setlength{
7855 \backslash
7856 jot}{3pt}
7857 \end_layout
7858
7859 \end_inset
7860
7861 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7862  anterior, con la diferencia de que la llave está encima.
7863  La segunda fila contiene la ecuación junto con la segunda llave.
7864  Para evitar que haya demasiado espacio entre la llave superior en la primera
7865  fila y la ecuación hay que reducirlo.
7866  Esto no es fácil de hacer debido a un fallo de LyX.
7867 \begin_inset Foot
7868 status collapsed
7869
7870 \begin_layout Plain Layout
7871 \begin_inset CommandInset href
7872 LatexCommand href
7873 name "LyX-bug #1505"
7874 target "http://www.lyx.org/trac/ticket/1505"
7875
7876 \end_inset
7877
7878
7879 \end_layout
7880
7881 \end_inset
7882
7883  Una solución es cambiar la separación global de filas en la ecuación, 
7884 \series bold
7885
7886 \backslash
7887 jot
7888 \series default
7889
7890 \begin_inset Index
7891 status collapsed
7892
7893 \begin_layout Plain Layout
7894 Comandos ! J ! 
7895 \backslash
7896 jot
7897 \end_layout
7898
7899 \end_inset
7900
7901 , en -6
7902 \begin_inset space \thinspace{}
7903 \end_inset
7904
7905 pt insertando antes de la ecuación el comando 
7906 \series bold
7907
7908 \backslash
7909 setlength{
7910 \backslash
7911 jot}{-6pt}
7912 \series default
7913  en modo TeX.
7914  Después de la ecuación se vuelve al valor normal 3
7915 \begin_inset space \thinspace{}
7916 \end_inset
7917
7918 pt de 
7919 \series bold
7920
7921 \backslash
7922 jot
7923 \series default
7924  usando el mismo comando.
7925  Más información sobre separación de filas en ecuaciones en
7926 \begin_inset space ~
7927 \end_inset
7928
7929
7930 \begin_inset CommandInset ref
7931 LatexCommand ref
7932 reference "sub:Separación-de-líneas"
7933
7934 \end_inset
7935
7936 .
7937 \end_layout
7938
7939 \begin_layout Section
7940 Flechas
7941 \begin_inset Index
7942 status collapsed
7943
7944 \begin_layout Plain Layout
7945 Flechas
7946 \end_layout
7947
7948 \end_inset
7949
7950
7951 \end_layout
7952
7953 \begin_layout Standard
7954 Las flechas se pueden insertar con el botón 
7955 \begin_inset Graphics
7956         filename ../../images/math/leftarrow.png
7957         scale 85
7958
7959 \end_inset
7960
7961  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7962  siguientes.
7963 \end_layout
7964
7965 \begin_layout Subsection
7966 Flechas horizontales
7967 \begin_inset Index
7968 status collapsed
7969
7970 \begin_layout Plain Layout
7971 Flechas ! horizontales
7972 \end_layout
7973
7974 \end_inset
7975
7976
7977 \end_layout
7978
7979 \begin_layout Standard
7980 \begin_inset space \hfill{}
7981 \end_inset
7982
7983
7984 \begin_inset Tabular
7985 <lyxtabular version="3" rows="8" columns="2">
7986 <features>
7987 <column alignment="center" valignment="top" width="0pt">
7988 <column alignment="center" valignment="top" width="0pt">
7989 <row>
7990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 Comando
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 Resultado
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 </row>
8009 <row>
8010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014
8015 \backslash
8016 gets
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025 \begin_inset Formula $\gets$
8026 \end_inset
8027
8028
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 </row>
8034 <row>
8035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039
8040 \backslash
8041 Leftarrow
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050 \begin_inset Formula $\Leftarrow$
8051 \end_inset
8052
8053
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 </row>
8059 <row>
8060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064
8065 \backslash
8066 longleftarrow
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 \begin_inset Formula $\longleftarrow$
8076 \end_inset
8077
8078
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 </row>
8084 <row>
8085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089
8090 \backslash
8091 Longleftarrow
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 \begin_inset Formula $\Longleftarrow$
8101 \end_inset
8102
8103
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 </row>
8109 <row>
8110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114
8115 \backslash
8116 leftharpoonup
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 \begin_inset Formula $\leftharpoonup$
8126 \end_inset
8127
8128
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 </row>
8134 <row>
8135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139
8140 \backslash
8141 leftharpoondown
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 \begin_inset Formula $\leftharpoondown$
8151 \end_inset
8152
8153
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 </row>
8159 <row>
8160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164
8165 \backslash
8166 hookleftarrow
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 \begin_inset Formula $\hookleftarrow$
8176 \end_inset
8177
8178
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 </row>
8184 </lyxtabular>
8185
8186 \end_inset
8187
8188
8189 \begin_inset space \hfill{}
8190 \end_inset
8191
8192
8193 \begin_inset Tabular
8194 <lyxtabular version="3" rows="8" columns="2">
8195 <features>
8196 <column alignment="center" valignment="top" width="0pt">
8197 <column alignment="center" valignment="top" width="0pt">
8198 <row>
8199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 Comando
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 Resultado
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \backslash
8225 to
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 \begin_inset Formula $\to$
8235 \end_inset
8236
8237
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 <row>
8244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248
8249 \backslash
8250 Rightarrow
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 \begin_inset Formula $\Rightarrow$
8260 \end_inset
8261
8262
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 </row>
8268 <row>
8269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273
8274 \backslash
8275 longrightarrow
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 \begin_inset Formula $\longrightarrow$
8285 \end_inset
8286
8287
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \backslash
8300 Longrightarrow
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 \begin_inset Formula $\Longrightarrow$
8310 \end_inset
8311
8312
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 </row>
8318 <row>
8319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323
8324 \backslash
8325 rightharpoonup
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 \begin_inset Formula $\rightharpoonup$
8335 \end_inset
8336
8337
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 </row>
8343 <row>
8344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348
8349 \backslash
8350 rightharpoondown
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 \begin_inset Formula $\rightharpoondown$
8360 \end_inset
8361
8362
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 </row>
8368 <row>
8369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373
8374 \backslash
8375 hookrightarrow
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 \begin_inset Formula $\hookrightarrow$
8385 \end_inset
8386
8387
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 </row>
8393 </lyxtabular>
8394
8395 \end_inset
8396
8397
8398 \begin_inset space \hfill{}
8399 \end_inset
8400
8401
8402 \end_layout
8403
8404 \begin_layout Standard
8405 \begin_inset space \hfill{}
8406 \end_inset
8407
8408
8409 \begin_inset Tabular
8410 <lyxtabular version="3" rows="6" columns="2">
8411 <features>
8412 <column alignment="center" valignment="top" width="0pt">
8413 <column alignment="center" valignment="top" width="0pt">
8414 <row>
8415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419 Comando
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 Resultado
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 </row>
8434 <row>
8435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439
8440 \backslash
8441 leftrightarrow
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 \begin_inset Formula $\leftrightarrow$
8451 \end_inset
8452
8453
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 </row>
8459 <row>
8460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464
8465 \backslash
8466 Leftrightarrow
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 \begin_inset Formula $\Leftrightarrow$
8476 \end_inset
8477
8478
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 </row>
8484 <row>
8485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489
8490 \backslash
8491 longleftrightarrow
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 \begin_inset Formula $\longleftrightarrow$
8501 \end_inset
8502
8503
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 <row>
8510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514
8515 \backslash
8516 Longleftrightarrow
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 \begin_inset Formula $\Longleftrightarrow$
8526 \end_inset
8527
8528
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 </row>
8534 <row>
8535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539
8540 \backslash
8541 rightleftharpoons
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 \begin_inset Formula $\rightleftharpoons$
8551 \end_inset
8552
8553
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 </row>
8559 </lyxtabular>
8560
8561 \end_inset
8562
8563
8564 \begin_inset space \hspace{}
8565 \length 25pt
8566 \end_inset
8567
8568
8569 \begin_inset space \hfill{}
8570 \end_inset
8571
8572
8573 \begin_inset Tabular
8574 <lyxtabular version="3" rows="5" columns="2">
8575 <features>
8576 <column alignment="center" valignment="top" width="0pt">
8577 <column alignment="center" valignment="top" width="0pt">
8578 <row>
8579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 Comando
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 Resultado
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row>
8599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603
8604 \backslash
8605 mapsto
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 \begin_inset Formula $\mapsto$
8615 \end_inset
8616
8617
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 </row>
8623 <row>
8624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628
8629 \backslash
8630 longmapsto
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 \begin_inset Formula $\longmapsto$
8640 \end_inset
8641
8642
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 </row>
8648 <row>
8649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653
8654 \backslash
8655 leadsto
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 \begin_inset Formula $\leadsto$
8665 \end_inset
8666
8667
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 </row>
8673 <row>
8674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678
8679 \backslash
8680 dasharrow
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 \begin_inset Formula $\dasharrow$
8690 \end_inset
8691
8692
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 </row>
8698 </lyxtabular>
8699
8700 \end_inset
8701
8702
8703 \begin_inset space \hfill{}
8704 \end_inset
8705
8706
8707 \begin_inset VSpace medskip
8708 \end_inset
8709
8710
8711 \end_layout
8712
8713 \begin_layout Standard
8714 Las flechas que se utilizan como acentos, p.
8715 \begin_inset space \thinspace{}
8716 \end_inset
8717
8718 e.
8719  en vectores, se describen en 
8720 \begin_inset CommandInset ref
8721 LatexCommand ref
8722 reference "sec:Acentos"
8723
8724 \end_inset
8725
8726 .
8727  
8728 \begin_inset VSpace bigskip
8729 \end_inset
8730
8731
8732 \end_layout
8733
8734 \begin_layout Standard
8735 Además hay las flechas etiquetadas
8736 \begin_inset Index
8737 status collapsed
8738
8739 \begin_layout Plain Layout
8740 Flechas ! etiquetadas
8741 \end_layout
8742
8743 \end_inset
8744
8745  
8746 \series bold
8747
8748 \backslash
8749 xleftarrow
8750 \series default
8751
8752 \begin_inset Index
8753 status collapsed
8754
8755 \begin_layout Plain Layout
8756 Comandos ! X ! 
8757 \backslash
8758 xleftarrow
8759 \end_layout
8760
8761 \end_inset
8762
8763  y 
8764 \series bold
8765
8766 \backslash
8767 xrightarrow
8768 \series default
8769
8770 \begin_inset Index
8771 status collapsed
8772
8773 \begin_layout Plain Layout
8774 Comandos ! X ! 
8775 \backslash
8776 xrightarrow
8777 \begin_inset ERT
8778 status collapsed
8779
8780 \begin_layout Plain Layout
8781
8782
8783 \backslash
8784 vspace{4mm}
8785 \end_layout
8786
8787 \end_inset
8788
8789
8790 \end_layout
8791
8792 \end_inset
8793
8794 .
8795  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8796  con dos marcos azules donde se puede insertar la etiqueta.
8797  La longitud de la flecha se adapta a la anchura de la etiqueta.
8798 \end_layout
8799
8800 \begin_layout Standard
8801 \noindent
8802 \align center
8803 \begin_inset Tabular
8804 <lyxtabular version="3" rows="3" columns="2">
8805 <features>
8806 <column alignment="center" valignment="top" width="0">
8807 <column alignment="center" valignment="top" width="0">
8808 <row>
8809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 Comando
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822 Resultado
8823 \begin_inset Note Note
8824 status collapsed
8825
8826 \begin_layout Plain Layout
8827
8828 \series bold
8829
8830 \backslash
8831 raisebox
8832 \series default
8833  se usa sólo como espaciador
8834 \end_layout
8835
8836 \end_inset
8837
8838
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 </row>
8844 <row>
8845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 F(a)
8850 \backslash
8851 xleftarrow
8852 \begin_inset ERT
8853 status collapsed
8854
8855 \begin_layout Plain Layout
8856
8857
8858 \backslash
8859 spce 
8860 \end_layout
8861
8862 \end_inset
8863
8864 x=a
8865 \begin_inset Formula $\downarrow$
8866 \end_inset
8867
8868 x>0
8869 \begin_inset Formula $\to$
8870 \end_inset
8871
8872 F(x)
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8882 \end_inset
8883
8884
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 </row>
8890 <row>
8891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 F(x)
8896 \backslash
8897 xrightarrow
8898 \begin_inset ERT
8899 status collapsed
8900
8901 \begin_layout Plain Layout
8902
8903
8904 \backslash
8905 spce 
8906 \end_layout
8907
8908 \end_inset
8909
8910 x=a
8911 \begin_inset Formula $\downarrow$
8912 \end_inset
8913
8914 x>0
8915 \begin_inset Formula $\to$
8916 \end_inset
8917
8918 F(a)
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8928 \end_inset
8929
8930
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 </row>
8936 </lyxtabular>
8937
8938 \end_inset
8939
8940
8941 \end_layout
8942
8943 \begin_layout Subsection
8944 Flechas verticales y diagonales
8945 \begin_inset Index
8946 status collapsed
8947
8948 \begin_layout Plain Layout
8949 Flechas ! diagonales
8950 \end_layout
8951
8952 \end_inset
8953
8954
8955 \begin_inset Index
8956 status collapsed
8957
8958 \begin_layout Plain Layout
8959 Flechas ! verticales
8960 \end_layout
8961
8962 \end_inset
8963
8964
8965 \end_layout
8966
8967 \begin_layout Standard
8968 \begin_inset space \hfill{}
8969 \end_inset
8970
8971
8972 \begin_inset Tabular
8973 <lyxtabular version="3" rows="7" columns="2">
8974 <features>
8975 <column alignment="center" valignment="top" width="0pt">
8976 <column alignment="center" valignment="top" width="0pt">
8977 <row>
8978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 Comando
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 Resultado
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 </row>
8997 <row>
8998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002
9003 \backslash
9004 uparrow
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 \begin_inset Formula $\uparrow$
9014 \end_inset
9015
9016
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 </row>
9022 <row>
9023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027
9028 \backslash
9029 Uparrow
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 \begin_inset Formula $\Uparrow$
9039 \end_inset
9040
9041
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 </row>
9047 <row>
9048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052
9053 \backslash
9054 updownarrow
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063 \begin_inset Formula $\updownarrow$
9064 \end_inset
9065
9066
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 </row>
9072 <row>
9073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077
9078 \backslash
9079 Updownarrow
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 \begin_inset Formula $\Updownarrow$
9089 \end_inset
9090
9091
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102
9103 \backslash
9104 Downarrow
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 \begin_inset Formula $\Downarrow$
9114 \end_inset
9115
9116
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 </row>
9122 <row>
9123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127
9128 \backslash
9129 downarrow
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 \begin_inset Formula $\downarrow$
9139 \end_inset
9140
9141
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 </row>
9147 </lyxtabular>
9148
9149 \end_inset
9150
9151
9152 \begin_inset space \hfill{}
9153 \end_inset
9154
9155
9156 \begin_inset Tabular
9157 <lyxtabular version="3" rows="5" columns="2">
9158 <features>
9159 <column alignment="center" valignment="top" width="0pt">
9160 <column alignment="center" valignment="top" width="0pt">
9161 <row>
9162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 Comando
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 Resultado
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 </row>
9181 <row>
9182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186
9187 \backslash
9188 nearrow
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 \begin_inset Formula $\nearrow$
9198 \end_inset
9199
9200
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 </row>
9206 <row>
9207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211
9212 \backslash
9213 searrow
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 \begin_inset Formula $\searrow$
9223 \end_inset
9224
9225
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 </row>
9231 <row>
9232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236
9237 \backslash
9238 swarrow
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247 \begin_inset Formula $\swarrow$
9248 \end_inset
9249
9250
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 </row>
9256 <row>
9257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261
9262 \backslash
9263 nwarrow
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272 \begin_inset Formula $\nwarrow$
9273 \end_inset
9274
9275
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 </row>
9281 </lyxtabular>
9282
9283 \end_inset
9284
9285
9286 \begin_inset space \hfill{}
9287 \end_inset
9288
9289
9290 \end_layout
9291
9292 \begin_layout Standard
9293 \begin_inset VSpace medskip
9294 \end_inset
9295
9296
9297 \end_layout
9298
9299 \begin_layout Standard
9300 Las flechas verticales también se pueden usar como delimitadores junto con
9301  los comandos descritos en
9302 \begin_inset space ~
9303 \end_inset
9304
9305
9306 \begin_inset CommandInset ref
9307 LatexCommand ref
9308 reference "sub:Tamaño-manual-de"
9309
9310 \end_inset
9311
9312  y 
9313 \begin_inset CommandInset ref
9314 LatexCommand ref
9315 reference "sub:Tamaño-automático-de"
9316
9317 \end_inset
9318
9319 .
9320 \end_layout
9321
9322 \begin_layout Standard
9323
9324 \end_layout
9325
9326 \begin_layout Section
9327 Acentos
9328 \begin_inset CommandInset label
9329 LatexCommand label
9330 name "sec:Acentos"
9331
9332 \end_inset
9333
9334
9335 \begin_inset Index
9336 status collapsed
9337
9338 \begin_layout Plain Layout
9339 Acentos
9340 \end_layout
9341
9342 \end_inset
9343
9344
9345 \end_layout
9346
9347 \begin_layout Standard
9348 Los acentos se pueden insertar con el botón 
9349 \begin_inset Graphics
9350         filename ../../images/math/hat.png
9351         scale 85
9352
9353 \end_inset
9354
9355  o mediante los comandos listados en las siguientes subsecciones.
9356 \end_layout
9357
9358 \begin_layout Subsection
9359 Acentos para un carácter
9360 \begin_inset ERT
9361 status collapsed
9362
9363 \begin_layout Plain Layout
9364
9365
9366 \backslash
9367 texorpdfstring{
9368 \end_layout
9369
9370 \end_inset
9371
9372
9373 \begin_inset Foot
9374 status collapsed
9375
9376 \begin_layout Plain Layout
9377 Para acentos en texto, véase 
9378 \begin_inset CommandInset ref
9379 LatexCommand ref
9380 reference "sub:Acentos-en-texto"
9381
9382 \end_inset
9383
9384
9385 \end_layout
9386
9387 \end_inset
9388
9389
9390 \begin_inset ERT
9391 status collapsed
9392
9393 \begin_layout Plain Layout
9394
9395 }{}
9396 \end_layout
9397
9398 \end_inset
9399
9400
9401 \begin_inset Note Note
9402 status collapsed
9403
9404 \begin_layout Plain Layout
9405
9406 \backslash
9407 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
9408  PDF.
9409 \end_layout
9410
9411 \begin_layout Plain Layout
9412 Más sobre 
9413 \backslash
9414 texorpdfstring en la sección 
9415 \begin_inset CommandInset ref
9416 LatexCommand ref
9417 reference "sub:Ecuaciones-en-encabezados"
9418
9419 \end_inset
9420
9421 .
9422 \end_layout
9423
9424 \end_inset
9425
9426
9427 \begin_inset CommandInset label
9428 LatexCommand label
9429 name "sub:Acentos-para-un"
9430
9431 \end_inset
9432
9433
9434 \begin_inset Index
9435 status collapsed
9436
9437 \begin_layout Plain Layout
9438 Acentos ! para un carácter
9439 \end_layout
9440
9441 \end_inset
9442
9443
9444 \end_layout
9445
9446 \begin_layout Standard
9447 \begin_inset space \hfill{}
9448 \end_inset
9449
9450
9451 \begin_inset Tabular
9452 <lyxtabular version="3" rows="8" columns="2">
9453 <features>
9454 <column alignment="center" valignment="top" width="0pt">
9455 <column alignment="center" valignment="top" width="0pt">
9456 <row>
9457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 Comando
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470 Resultado
9471 \begin_inset Note Note
9472 status collapsed
9473
9474 \begin_layout Plain Layout
9475
9476 \series bold
9477
9478 \backslash
9479 raisebox
9480 \series default
9481  se usa sólo como espaciador
9482 \end_layout
9483
9484 \end_inset
9485
9486
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 </row>
9492 <row>
9493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9494 \begin_inset Text
9495
9496 \begin_layout Plain Layout
9497
9498 \backslash
9499 dot
9500 \begin_inset ERT
9501 status collapsed
9502
9503 \begin_layout Plain Layout
9504
9505
9506 \backslash
9507 spce 
9508 \end_layout
9509
9510 \end_inset
9511
9512 A
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9522 \end_inset
9523
9524
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 </row>
9530 <row>
9531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535
9536 \backslash
9537 ddot
9538 \begin_inset ERT
9539 status collapsed
9540
9541 \begin_layout Plain Layout
9542
9543
9544 \backslash
9545 spce 
9546 \end_layout
9547
9548 \end_inset
9549
9550 A
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9560 \end_inset
9561
9562
9563 \end_layout
9564
9565 \end_inset
9566 </cell>
9567 </row>
9568 <row>
9569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573
9574 \backslash
9575 dddot
9576 \begin_inset ERT
9577 status collapsed
9578
9579 \begin_layout Plain Layout
9580
9581
9582 \backslash
9583 spce 
9584 \end_layout
9585
9586 \end_inset
9587
9588 A
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9598 \end_inset
9599
9600
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 </row>
9606 <row>
9607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Plain Layout
9611
9612 \backslash
9613 ddddot{A
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9623 \end_inset
9624
9625
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 </row>
9631 <row>
9632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636
9637 \backslash
9638 vec
9639 \begin_inset ERT
9640 status collapsed
9641
9642 \begin_layout Plain Layout
9643
9644
9645 \backslash
9646 spce 
9647 \end_layout
9648
9649 \end_inset
9650
9651 A
9652 \begin_inset Index
9653 status collapsed
9654
9655 \begin_layout Plain Layout
9656 Vectores
9657 \end_layout
9658
9659 \end_inset
9660
9661
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9671 \end_inset
9672
9673
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 </row>
9679 <row>
9680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684
9685 \backslash
9686 bar
9687 \begin_inset ERT
9688 status collapsed
9689
9690 \begin_layout Plain Layout
9691
9692
9693 \backslash
9694 spce 
9695 \end_layout
9696
9697 \end_inset
9698
9699 A
9700 \end_layout
9701
9702 \end_inset
9703 </cell>
9704 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9705 \begin_inset Text
9706
9707 \begin_layout Plain Layout
9708 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9709 \end_inset
9710
9711
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 </row>
9717 <row>
9718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Plain Layout
9722
9723 \backslash
9724 mathring
9725 \begin_inset ERT
9726 status collapsed
9727
9728 \begin_layout Plain Layout
9729
9730
9731 \backslash
9732 spce 
9733 \end_layout
9734
9735 \end_inset
9736
9737 A
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9747 \end_inset
9748
9749
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 </row>
9755 </lyxtabular>
9756
9757 \end_inset
9758
9759
9760 \begin_inset space \hfill{}
9761 \end_inset
9762
9763
9764 \begin_inset Tabular
9765 <lyxtabular version="3" rows="7" columns="2">
9766 <features>
9767 <column alignment="center" valignment="top" width="0pt">
9768 <column alignment="center" valignment="top" width="0pt">
9769 <row>
9770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Plain Layout
9774 Comando
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783 Resultado
9784 \begin_inset Note Note
9785 status collapsed
9786
9787 \begin_layout Plain Layout
9788
9789 \series bold
9790
9791 \backslash
9792 raisebox
9793 \series default
9794  se usa sólo como espaciador
9795 \end_layout
9796
9797 \end_inset
9798
9799
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 </row>
9805 <row>
9806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9807 \begin_inset Text
9808
9809 \begin_layout Plain Layout
9810
9811 \backslash
9812 tilde
9813 \begin_inset ERT
9814 status collapsed
9815
9816 \begin_layout Plain Layout
9817
9818
9819 \backslash
9820 spce 
9821 \end_layout
9822
9823 \end_inset
9824
9825 A
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9835 \end_inset
9836
9837
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 </row>
9843 <row>
9844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848
9849 \backslash
9850 hat
9851 \begin_inset ERT
9852 status collapsed
9853
9854 \begin_layout Plain Layout
9855
9856
9857 \backslash
9858 spce 
9859 \end_layout
9860
9861 \end_inset
9862
9863 A
9864 \end_layout
9865
9866 \end_inset
9867 </cell>
9868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9873 \end_inset
9874
9875
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 </row>
9881 <row>
9882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886
9887 \backslash
9888 check
9889 \begin_inset ERT
9890 status collapsed
9891
9892 \begin_layout Plain Layout
9893
9894
9895 \backslash
9896 spce 
9897 \end_layout
9898
9899 \end_inset
9900
9901 A
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9911 \end_inset
9912
9913
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 </row>
9919 <row>
9920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \backslash
9926 acute
9927 \begin_inset ERT
9928 status collapsed
9929
9930 \begin_layout Plain Layout
9931
9932
9933 \backslash
9934 spce 
9935 \end_layout
9936
9937 \end_inset
9938
9939 A
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9949 \end_inset
9950
9951
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 </row>
9957 <row>
9958 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962
9963 \backslash
9964 grave
9965 \begin_inset ERT
9966 status collapsed
9967
9968 \begin_layout Plain Layout
9969
9970
9971 \backslash
9972 spce 
9973 \end_layout
9974
9975 \end_inset
9976
9977 A
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9987 \end_inset
9988
9989
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 </row>
9995 <row>
9996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000
10001 \backslash
10002 breve
10003 \begin_inset ERT
10004 status collapsed
10005
10006 \begin_layout Plain Layout
10007
10008
10009 \backslash
10010 spce 
10011 \end_layout
10012
10013 \end_inset
10014
10015 A
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10025 \end_inset
10026
10027
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 </row>
10033 </lyxtabular>
10034
10035 \end_inset
10036
10037
10038 \begin_inset space \hfill{}
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \begin_layout Standard
10045 \begin_inset VSpace bigskip
10046 \end_inset
10047
10048
10049 \end_layout
10050
10051 \begin_layout Standard
10052 En ecuaciones se pueden insertar acentos como é directamente.
10053  LyX los transformará al comando de acento correspondiente.
10054  Para poner diéresis
10055 \begin_inset Index
10056 status collapsed
10057
10058 \begin_layout Plain Layout
10059 Dieresis@Diéresis
10060 \end_layout
10061
10062 \end_inset
10063
10064  es mejor insertar comillas antes de la vocal.
10065  Estos dos caracteres son considerados por LaTeX como 
10066 \emph on
10067 un solo
10068 \emph default
10069  carácter si la parte de la ecuación con la diéresis se marca en idioma
10070  alemán.
10071 \begin_inset Foot
10072 status collapsed
10073
10074 \begin_layout Plain Layout
10075 O algún otro idioma que use acentos, p.
10076 \begin_inset space \thinspace{}
10077 \end_inset
10078
10079 e.
10080  catalán.
10081  Aunque esto no funciona en español por algún conflicto con el estilo 
10082 \series bold
10083 spanish
10084 \series default
10085  de 
10086 \series bold
10087 babel
10088 \series default
10089 , no es necesario: se puede escribir 
10090 \begin_inset Formula $ï$
10091 \end_inset
10092
10093  en una ecuación igual que se hace en texto normal, ï.
10094  (
10095 \emph on
10096 N.
10097 \begin_inset space \thinspace{}
10098 \end_inset
10099
10100 del t.
10101 \emph default
10102 )
10103 \end_layout
10104
10105 \end_inset
10106
10107  A diferencia de 
10108 \series bold
10109
10110 \backslash
10111 ddot
10112 \series default
10113 , con este método se generan diéresis 
10114 \begin_inset Quotes fld
10115 \end_inset
10116
10117 reales
10118 \begin_inset Quotes frd
10119 \end_inset
10120
10121 , como se demuestra en el siguiente ejemplo:
10122 \begin_inset VSpace -2mm
10123 \end_inset
10124
10125
10126 \end_layout
10127
10128 \begin_layout Standard
10129 \noindent
10130 \align center
10131 \begin_inset Tabular
10132 <lyxtabular version="3" rows="3" columns="2">
10133 <features>
10134 <column alignment="center" valignment="top" width="0">
10135 <column alignment="center" valignment="top" width="0">
10136 <row>
10137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 Comando
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150 Resultado
10151 \begin_inset Note Note
10152 status collapsed
10153
10154 \begin_layout Plain Layout
10155
10156 \series bold
10157
10158 \backslash
10159 raisebox
10160 \series default
10161  se usa sólo como espaciador.
10162 \end_layout
10163
10164 \end_inset
10165
10166
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 </row>
10172 <row>
10173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177 ï
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186 \begin_inset Formula $ï$
10187 \end_inset
10188
10189
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 </row>
10195 <row>
10196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200
10201 \backslash
10202 ddot
10203 \begin_inset ERT
10204 status collapsed
10205
10206 \begin_layout Plain Layout
10207
10208
10209 \backslash
10210 spce 
10211 \end_layout
10212
10213 \end_inset
10214
10215 i
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10225 \end_inset
10226
10227
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 </row>
10233 </lyxtabular>
10234
10235 \end_inset
10236
10237
10238 \end_layout
10239
10240 \begin_layout Standard
10241 Otra ventaja frente a 
10242 \series bold
10243
10244 \backslash
10245 ddot
10246 \series default
10247  es que la diéresis puede convertirse directamente a texto matemático, porque
10248  los anteriores comandos para acentos 
10249 \emph on
10250 no están permitidos en texto matemático
10251 \emph default
10252 .
10253  Para convertir un carácter acentuado a texto matemático, se debe convertir
10254  sólo el carácter bajo el acento.
10255  Esto también se aplica para otras conversiones, p.
10256 \begin_inset space \thinspace{}
10257 \end_inset
10258
10259 e.
10260 \begin_inset space ~
10261 \end_inset
10262
10263 cursiva o negrita.
10264 \end_layout
10265
10266 \begin_layout Standard
10267 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10268 \end_layout
10269
10270 \begin_layout Subsection
10271 Acentos para operadores
10272 \begin_inset Index
10273 status collapsed
10274
10275 \begin_layout Plain Layout
10276 Acentos ! en operadores
10277 \end_layout
10278
10279 \end_inset
10280
10281
10282 \end_layout
10283
10284 \begin_layout Standard
10285 Con los comandos 
10286 \series bold
10287
10288 \backslash
10289 overset
10290 \series default
10291
10292 \begin_inset Index
10293 status collapsed
10294
10295 \begin_layout Plain Layout
10296 Comandos ! O ! 
10297 \backslash
10298 overset
10299 \end_layout
10300
10301 \end_inset
10302
10303  y 
10304 \series bold
10305
10306 \backslash
10307 underset
10308 \series default
10309
10310 \begin_inset Index
10311 status collapsed
10312
10313 \begin_layout Plain Layout
10314 Comandos ! U ! 
10315 \backslash
10316 underset
10317 \end_layout
10318
10319 \end_inset
10320
10321  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10322  Con el comando 
10323 \series bold
10324
10325 \backslash
10326 sideset
10327 \series default
10328
10329 \begin_inset Index
10330 status collapsed
10331
10332 \begin_layout Plain Layout
10333 Comandos ! S ! 
10334 \backslash
10335 sideset
10336 \end_layout
10337
10338 \end_inset
10339
10340  se pueden poner caracteres delante y detrás de un operador.
10341  El esquema del comando es:
10342 \end_layout
10343
10344 \begin_layout Standard
10345
10346 \series bold
10347
10348 \backslash
10349 sideset{carácter
10350 \series default
10351  
10352 \series bold
10353 anterior}{carácter posterior}
10354 \end_layout
10355
10356 \begin_layout Standard
10357
10358 \series bold
10359
10360 \backslash
10361 sideset
10362 \series default
10363  siempre debe estar delante del operador que debe acentuarse.
10364  Se puede acentuar con varios caracteres e incluso con otros operadores
10365  y símbolos.
10366  Para colocar con
10367 \series bold
10368  
10369 \backslash
10370 sideset
10371 \series default
10372  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10373  el primer par de llaves, pero sin quitarlas.
10374  
10375 \end_layout
10376
10377 \begin_layout Standard
10378 Por ejemplo, el comando 
10379 \series bold
10380
10381 \backslash
10382 sideset{
10383 \begin_inset Formula $\to$
10384 \end_inset
10385
10386
10387 \backslash
10388 {
10389 \series default
10390 '
10391 \series bold
10392
10393 \begin_inset Formula $\to$
10394 \end_inset
10395
10396
10397 \backslash
10398 sum_k=1
10399 \begin_inset ERT
10400 status collapsed
10401
10402 \begin_layout Plain Layout
10403
10404
10405 \backslash
10406 spce 
10407 \end_layout
10408
10409 \end_inset
10410
10411
10412 \series default
10413 ^
10414 \series bold
10415
10416 \begin_inset ERT
10417 status collapsed
10418
10419 \begin_layout Plain Layout
10420
10421
10422 \backslash
10423 spce 
10424 \end_layout
10425
10426 \end_inset
10427
10428 n
10429 \series default
10430  genera:
10431 \begin_inset Formula \[
10432 \sideset{}{'}\sum_{k=1}^{n}\]
10433
10434 \end_inset
10435
10436
10437 \end_layout
10438
10439 \begin_layout Standard
10440 El comando 
10441 \series bold
10442
10443 \backslash
10444 overset
10445 \begin_inset ERT
10446 status collapsed
10447
10448 \begin_layout Plain Layout
10449
10450
10451 \backslash
10452 spce 
10453 \end_layout
10454
10455 \end_inset
10456
10457
10458 \backslash
10459 maltese
10460 \begin_inset ERT
10461 status collapsed
10462
10463 \begin_layout Plain Layout
10464
10465
10466 \backslash
10467 spce 
10468 \end_layout
10469
10470 \end_inset
10471
10472
10473 \series default
10474
10475 \begin_inset Formula $\uparrow$
10476 \end_inset
10477
10478
10479 \series bold
10480 a
10481 \series default
10482  genera:
10483 \begin_inset Formula \[
10484 \overset{a}{\maltese}\]
10485
10486 \end_inset
10487
10488
10489 \end_layout
10490
10491 \begin_layout Standard
10492 Como se ve en el último ejemplo, con 
10493 \series bold
10494
10495 \backslash
10496 overset
10497 \series default
10498  y 
10499 \series bold
10500
10501 \backslash
10502 underset
10503 \series default
10504  también se pueden acentuar símbolos y caracteres; con 
10505 \series bold
10506
10507 \backslash
10508 sideset
10509 \series default
10510  esto no es posible.
10511 \end_layout
10512
10513 \begin_layout Subsection
10514 Acentos para varios caracteres
10515 \begin_inset Index
10516 status collapsed
10517
10518 \begin_layout Plain Layout
10519 Acentos ! en varios caracteres
10520 \end_layout
10521
10522 \end_inset
10523
10524
10525 \end_layout
10526
10527 \begin_layout Standard
10528 \begin_inset space \hfill{}
10529 \end_inset
10530
10531
10532 \begin_inset Tabular
10533 <lyxtabular version="3" rows="5" columns="2">
10534 <features>
10535 <column alignment="center" valignment="top" width="0pt">
10536 <column alignment="center" valignment="top" width="0pt">
10537 <row>
10538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 Comando
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551 Resultado
10552 \begin_inset Note Note
10553 status collapsed
10554
10555 \begin_layout Plain Layout
10556
10557 \series bold
10558
10559 \backslash
10560 raisebox
10561 \series default
10562  se usa sólo como espaciador
10563 \end_layout
10564
10565 \end_inset
10566
10567
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 </row>
10573 <row>
10574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578
10579 \backslash
10580 overleftarrow
10581 \begin_inset ERT
10582 status collapsed
10583
10584 \begin_layout Plain Layout
10585
10586
10587 \backslash
10588 spce 
10589 \end_layout
10590
10591 \end_inset
10592
10593 A=B
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10603 \end_inset
10604
10605
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row>
10612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \backslash
10618 underleftarrow
10619 \begin_inset ERT
10620 status collapsed
10621
10622 \begin_layout Plain Layout
10623
10624
10625 \backslash
10626 spce 
10627 \end_layout
10628
10629 \end_inset
10630
10631 A=B
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10641 \end_inset
10642
10643
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 </row>
10649 <row>
10650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654
10655 \backslash
10656 overleftrightarrow
10657 \begin_inset ERT
10658 status collapsed
10659
10660 \begin_layout Plain Layout
10661
10662
10663 \backslash
10664 spce 
10665 \end_layout
10666
10667 \end_inset
10668
10669 A=B
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10679 \end_inset
10680
10681
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 </row>
10687 <row>
10688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692
10693 \backslash
10694 underleftrightarrow
10695 \begin_inset ERT
10696 status collapsed
10697
10698 \begin_layout Plain Layout
10699
10700
10701 \backslash
10702 spce 
10703 \end_layout
10704
10705 \end_inset
10706
10707 A=B
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10717 \end_inset
10718
10719
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 </row>
10725 </lyxtabular>
10726
10727 \end_inset
10728
10729
10730 \begin_inset space \hfill{}
10731 \end_inset
10732
10733
10734 \begin_inset Tabular
10735 <lyxtabular version="3" rows="5" columns="2">
10736 <features>
10737 <column alignment="center" valignment="top" width="0pt">
10738 <column alignment="center" valignment="top" width="0pt">
10739 <row>
10740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744 Comando
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 Resultado
10754 \begin_inset Note Note
10755 status collapsed
10756
10757 \begin_layout Plain Layout
10758
10759 \series bold
10760
10761 \backslash
10762 raisebox
10763 \series default
10764  se usa sólo como espaciador
10765 \end_layout
10766
10767 \end_inset
10768
10769
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 </row>
10775 <row>
10776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780
10781 \backslash
10782 overrightarrow
10783 \begin_inset ERT
10784 status collapsed
10785
10786 \begin_layout Plain Layout
10787
10788
10789 \backslash
10790 spce 
10791 \end_layout
10792
10793 \end_inset
10794
10795 A=B
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10805 \end_inset
10806
10807
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 </row>
10813 <row>
10814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818
10819 \backslash
10820 underrightarrow
10821 \begin_inset ERT
10822 status collapsed
10823
10824 \begin_layout Plain Layout
10825
10826
10827 \backslash
10828 spce 
10829 \end_layout
10830
10831 \end_inset
10832
10833 A=B
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10843 \end_inset
10844
10845
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 </row>
10851 <row>
10852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856
10857 \backslash
10858 widetilde
10859 \begin_inset ERT
10860 status collapsed
10861
10862 \begin_layout Plain Layout
10863
10864
10865 \backslash
10866 spce 
10867 \end_layout
10868
10869 \end_inset
10870
10871 A=B
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10881 \end_inset
10882
10883
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 </row>
10889 <row>
10890 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894
10895 \backslash
10896 widehat
10897 \begin_inset ERT
10898 status collapsed
10899
10900 \begin_layout Plain Layout
10901
10902
10903 \backslash
10904 spce 
10905 \end_layout
10906
10907 \end_inset
10908
10909 A=B
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10919 \end_inset
10920
10921
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 </row>
10927 </lyxtabular>
10928
10929 \end_inset
10930
10931
10932 \begin_inset space \hfill{}
10933 \end_inset
10934
10935
10936 \end_layout
10937
10938 \begin_layout Standard
10939 \begin_inset VSpace medskip
10940 \end_inset
10941
10942
10943 \end_layout
10944
10945 \begin_layout Standard
10946 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10947  Pero los acentos 
10948 \series bold
10949
10950 \backslash
10951 widetilde
10952 \series default
10953  y 
10954 \series bold
10955
10956 \backslash
10957 widehat
10958 \series default
10959  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10960  ejemplo:
10961 \begin_inset Formula \[
10962 \widetilde{A+B=C-D}\]
10963
10964 \end_inset
10965
10966
10967 \end_layout
10968
10969 \begin_layout Standard
10970 Con los comandos 
10971 \series bold
10972
10973 \backslash
10974 overset
10975 \series default
10976
10977 \begin_inset Index
10978 status collapsed
10979
10980 \begin_layout Plain Layout
10981 Comandos ! O ! 
10982 \backslash
10983 overset
10984 \end_layout
10985
10986 \end_inset
10987
10988  y 
10989 \series bold
10990
10991 \backslash
10992 underset
10993 \series default
10994
10995 \begin_inset Index
10996 status collapsed
10997
10998 \begin_layout Plain Layout
10999 Comandos ! U ! 
11000 \backslash
11001 underset
11002 \end_layout
11003
11004 \end_inset
11005
11006 , descritos en la subsección anterior, también se pueden acentuar varios
11007  caracteres.
11008  El comando 
11009 \series bold
11010
11011 \backslash
11012 underset
11013 \begin_inset ERT
11014 status collapsed
11015
11016 \begin_layout Plain Layout
11017
11018
11019 \backslash
11020 spce 
11021 \end_layout
11022
11023 \end_inset
11024
11025 A=B
11026 \begin_inset Formula $\downarrow$
11027 \end_inset
11028
11029 ***
11030 \series default
11031  da:
11032 \begin_inset Formula \[
11033 \underset{***}{A=B}\]
11034
11035 \end_inset
11036
11037
11038 \end_layout
11039
11040 \begin_layout Section
11041 Espacios
11042 \begin_inset CommandInset label
11043 LatexCommand label
11044 name "sec:Espacio"
11045
11046 \end_inset
11047
11048
11049 \begin_inset Index
11050 status collapsed
11051
11052 \begin_layout Plain Layout
11053 Espacio ! horizontal
11054 \end_layout
11055
11056 \end_inset
11057
11058
11059 \end_layout
11060
11061 \begin_layout Subsection
11062 Espacio predefinido
11063 \begin_inset CommandInset label
11064 LatexCommand label
11065 name "sub:Espacio-predefinido"
11066
11067 \end_inset
11068
11069
11070 \begin_inset Index
11071 status collapsed
11072
11073 \begin_layout Plain Layout
11074 Espacio ! horizontal ! predefinido
11075 \end_layout
11076
11077 \end_inset
11078
11079
11080 \end_layout
11081
11082 \begin_layout Standard
11083 A veces es necesario insertar espacio horizontal en una ecuación.
11084  Esto se hace insertando un espacio protegido (atajo 
11085 \family sans
11086 Ctrl+Espacio
11087 \family default
11088 ).
11089  Aparece un 
11090 \begin_inset Quotes fld
11091 \end_inset
11092
11093
11094 \color black
11095
11096 \begin_inset ERT
11097 status collapsed
11098
11099 \begin_layout Plain Layout
11100
11101
11102 \backslash
11103 spce 
11104 \end_layout
11105
11106 \end_inset
11107
11108
11109 \color inherit
11110
11111 \begin_inset Quotes frd
11112 \end_inset
11113
11114 , y pulsando 
11115 \family sans
11116 Espacio
11117 \family default
11118  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11119  espacio.
11120  También se pueden insertar espacios mediante el botón 
11121 \begin_inset Graphics
11122         filename ../../images/math/space.png
11123         scale 85
11124
11125 \end_inset
11126
11127  de la barra de ecuaciones o con comandos especiales.
11128  Independientemente del comando insertado, se puede seleccionar de nuevo
11129  el tamaño pulsando acto seguido 
11130 \family sans
11131 Espacio.
11132  
11133 \end_layout
11134
11135 \begin_layout Standard
11136 \noindent
11137 \align center
11138 \begin_inset VSpace -5mm
11139 \end_inset
11140
11141
11142 \begin_inset Tabular
11143 <lyxtabular version="3" rows="3" columns="7">
11144 <features>
11145 <column alignment="center" valignment="middle" width="6.8cm">
11146 <column alignment="center" valignment="top" width="0">
11147 <column alignment="center" valignment="top" width="0">
11148 <column alignment="center" valignment="top" width="0">
11149 <column alignment="center" valignment="top" width="0">
11150 <column alignment="center" valignment="top" width="0">
11151 <column alignment="center" valignment="top" width="0">
11152 <row>
11153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11154 \begin_inset Text
11155
11156 \begin_layout Plain Layout
11157 Comando
11158 \end_layout
11159
11160 \end_inset
11161 </cell>
11162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11163 \begin_inset Text
11164
11165 \begin_layout Plain Layout
11166
11167 \backslash
11168 ,
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177
11178 \backslash
11179 :
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188
11189 \backslash
11190 ;
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199
11200 \backslash
11201 quad
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210
11211 \backslash
11212 qquad
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221
11222 \backslash
11223 !
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 </row>
11229 <row>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 Número de pulsaciones de 
11235 \family sans
11236 Espacio
11237 \family default
11238  tras insertar el espacio protegido
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 0
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 1
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 2
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 3
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 4
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292 5
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 </row>
11298 <row>
11299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303 Resultado
11304 \end_layout
11305
11306 \end_inset
11307 </cell>
11308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312 \begin_inset Formula $A\, B$
11313 \end_inset
11314
11315
11316 \end_layout
11317
11318 \end_inset
11319 </cell>
11320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11321 \begin_inset Text
11322
11323 \begin_layout Plain Layout
11324 \begin_inset Formula $A\: B$
11325 \end_inset
11326
11327
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
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 \begin_inset Formula $A\; B$
11337 \end_inset
11338
11339
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348 \begin_inset Formula $A\quad B$
11349 \end_inset
11350
11351
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11357 \begin_inset Text
11358
11359 \begin_layout Plain Layout
11360 \begin_inset Formula $A\qquad B$
11361 \end_inset
11362
11363
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 \begin_inset Formula $A\! B$
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 </row>
11381 </lyxtabular>
11382
11383 \end_inset
11384
11385
11386 \end_layout
11387
11388 \begin_layout Standard
11389 El último tamaño parece no generar espacio.
11390  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11391  negativo.
11392  Hay otros dos espacios negativos:
11393 \end_layout
11394
11395 \begin_layout Standard
11396 \align center
11397 \begin_inset Tabular
11398 <lyxtabular version="3" rows="3" columns="3">
11399 <features>
11400 <column alignment="center" valignment="middle" width="6.8cm">
11401 <column alignment="center" valignment="top" width="0pt">
11402 <column alignment="center" valignment="top" width="0pt">
11403 <row>
11404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 Comando
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417
11418 \backslash
11419 negmedspace
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428
11429 \backslash
11430 negthickspace
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 </row>
11436 <row>
11437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 Número de pulsaciones de 
11442 \family sans
11443 Espacio
11444 \family default
11445  tras insertar el espacio protegido
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 6
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 7
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 </row>
11469 <row>
11470 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 Resultado
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 \begin_inset Formula $A\negmedspace B$
11484 \end_inset
11485
11486
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Plain Layout
11495 \begin_inset Formula $A\negthickspace B$
11496 \end_inset
11497
11498
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 </row>
11504 </lyxtabular>
11505
11506 \end_inset
11507
11508
11509 \end_layout
11510
11511 \begin_layout Standard
11512 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11513  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11514 \begin_inset space \thinspace{}
11515 \end_inset
11516
11517 e., para operadores suma: 
11518 \end_layout
11519
11520 \begin_layout Standard
11521 \noindent
11522 \align center
11523 \begin_inset Tabular
11524 <lyxtabular version="3" rows="3" columns="2">
11525 <features>
11526 <column alignment="center" valignment="top" width="0">
11527 <column alignment="center" valignment="top" width="0">
11528 <row>
11529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 Comando
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542 Resultado
11543 \begin_inset Note Note
11544 status collapsed
11545
11546 \begin_layout Plain Layout
11547
11548 \series bold
11549
11550 \backslash
11551 raisebox
11552 \series default
11553  se usa sólo como espaciador
11554 \end_layout
11555
11556 \end_inset
11557
11558
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 </row>
11564 <row>
11565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569
11570 \backslash
11571 sum
11572 \backslash
11573 sum
11574 \begin_inset ERT
11575 status collapsed
11576
11577 \begin_layout Plain Layout
11578
11579
11580 \backslash
11581 spce 
11582 \end_layout
11583
11584 \end_inset
11585
11586 f_kl
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11596 \end_inset
11597
11598
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 </row>
11604 <row>
11605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Plain Layout
11609
11610 \backslash
11611 sum
11612 \backslash
11613 negmedspace
11614 \backslash
11615 sum
11616 \begin_inset ERT
11617 status collapsed
11618
11619 \begin_layout Plain Layout
11620
11621
11622 \backslash
11623 spce 
11624 \end_layout
11625
11626 \end_inset
11627
11628 f_kl
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11638 \end_inset
11639
11640
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 </row>
11646 </lyxtabular>
11647
11648 \end_inset
11649
11650
11651 \end_layout
11652
11653 \begin_layout Standard
11654 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11655  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11656  El siguiente ejemplo lo ilustra:
11657 \end_layout
11658
11659 \begin_layout Standard
11660 \noindent
11661 \align center
11662 \begin_inset Tabular
11663 <lyxtabular version="3" rows="2" columns="2">
11664 <features>
11665 <column alignment="center" valignment="top" width="0">
11666 <column alignment="center" valignment="top" width="0">
11667 <row>
11668 <cell alignment="center" valignment="top" usebox="none">
11669 \begin_inset Text
11670
11671 \begin_layout Plain Layout
11672 ecuación normal
11673 \end_layout
11674
11675 \end_inset
11676 </cell>
11677 <cell alignment="center" valignment="top" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681 \begin_inset Formula $A=B$
11682 \end_inset
11683
11684
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 </row>
11690 <row>
11691 <cell alignment="center" valignment="top" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695 \begin_inset Note Note
11696 status collapsed
11697
11698 \begin_layout Plain Layout
11699
11700 \series bold
11701
11702 \backslash
11703 raisebox
11704 \series default
11705  se usa sólo como espaciador
11706 \end_layout
11707
11708 \end_inset
11709
11710
11711 \begin_inset Formula $\raisebox{5mm}{}$
11712 \end_inset
11713
11714 ecuación sin espacio
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 <cell alignment="center" valignment="top" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723 \begin_inset Formula $A{=}B$
11724 \end_inset
11725
11726
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 </row>
11732 </lyxtabular>
11733
11734 \end_inset
11735
11736
11737 \end_layout
11738
11739 \begin_layout Standard
11740 El comando para la segunda ecuación es: 
11741 \series bold
11742 A
11743 \backslash
11744 {=
11745 \begin_inset Formula $\rightarrow$
11746 \end_inset
11747
11748 B
11749 \series default
11750  
11751 \begin_inset VSpace bigskip
11752 \end_inset
11753
11754
11755 \end_layout
11756
11757 \begin_layout Standard
11758 Para las unidades físicas hacen falta espacios, porque entre el valor y
11759  su unidad se pone un espacio más pequeño que el normal.
11760  Para unidades en el texto se inserta con el menú 
11761 \family sans
11762 Insertar\SpecialChar \menuseparator
11763 Formato\SpecialChar \menuseparator
11764 Espacio
11765 \begin_inset space ~
11766 \end_inset
11767
11768 delgado
11769 \family default
11770  (atajo 
11771 \family sans
11772 Ctrl+Mayúscula+Espacio
11773 \family default
11774 ).
11775 \end_layout
11776
11777 \begin_layout Standard
11778 Un ejemplo para visualizar la diferencia:
11779 \end_layout
11780
11781 \begin_layout Standard
11782 \begin_inset Tabular
11783 <lyxtabular version="3" rows="2" columns="2">
11784 <features>
11785 <column alignment="center" valignment="top" width="0">
11786 <column alignment="left" valignment="top" width="0">
11787 <row>
11788 <cell alignment="center" valignment="top" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792 24 kW
11793 \begin_inset Formula $\cdot$
11794 \end_inset
11795
11796 h
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 <cell alignment="center" valignment="top" usebox="none">
11802 \begin_inset Text
11803
11804 \begin_layout Plain Layout
11805 espacio entre valor y unidad 
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 </row>
11811 <row>
11812 <cell alignment="center" valignment="top" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 24
11817 \begin_inset space \thinspace{}
11818 \end_inset
11819
11820 kW
11821 \begin_inset Formula $\cdot$
11822 \end_inset
11823
11824 h
11825 \end_layout
11826
11827 \end_inset
11828 </cell>
11829 <cell alignment="center" valignment="top" usebox="none">
11830 \begin_inset Text
11831
11832 \begin_layout Plain Layout
11833 espacio delgado entre valor y unidad
11834 \end_layout
11835
11836 \end_inset
11837 </cell>
11838 </row>
11839 </lyxtabular>
11840
11841 \end_inset
11842
11843
11844 \end_layout
11845
11846 \begin_layout Subsection
11847 Espacio variable
11848 \begin_inset ERT
11849 status collapsed
11850
11851 \begin_layout Plain Layout
11852
11853
11854 \backslash
11855 texorpdfstring{
11856 \end_layout
11857
11858 \end_inset
11859
11860
11861 \begin_inset Foot
11862 status collapsed
11863
11864 \begin_layout Plain Layout
11865 Para espacio vertical en ecuaciones véase 
11866 \begin_inset CommandInset ref
11867 LatexCommand ref
11868 reference "sub:Separación-de-líneas"
11869
11870 \end_inset
11871
11872
11873 \end_layout
11874
11875 \end_inset
11876
11877
11878 \begin_inset ERT
11879 status collapsed
11880
11881 \begin_layout Plain Layout
11882
11883 }{}
11884 \end_layout
11885
11886 \end_inset
11887
11888
11889 \begin_inset Note Note
11890 status collapsed
11891
11892 \begin_layout Plain Layout
11893
11894 \backslash
11895 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11896  PDF.
11897 \end_layout
11898
11899 \begin_layout Plain Layout
11900 Más sobre 
11901 \backslash
11902 texorpdfstring en la sección 
11903 \begin_inset CommandInset ref
11904 LatexCommand ref
11905 reference "sub:Ecuaciones-en-encabezados"
11906
11907 \end_inset
11908
11909 .
11910 \end_layout
11911
11912 \end_inset
11913
11914
11915 \begin_inset CommandInset label
11916 LatexCommand label
11917 name "sub:Espacio-variable"
11918
11919 \end_inset
11920
11921
11922 \begin_inset Index
11923 status collapsed
11924
11925 \begin_layout Plain Layout
11926 Espacio ! horizontal ! variable
11927 \end_layout
11928
11929 \end_inset
11930
11931
11932 \end_layout
11933
11934 \begin_layout Standard
11935 En LyX se puede insertar espacio con una longitud definida con el comando
11936  
11937 \series bold
11938
11939 \backslash
11940 hspace
11941 \series default
11942
11943 \begin_inset Index
11944 status collapsed
11945
11946 \begin_layout Plain Layout
11947 Comandos ! H ! 
11948 \backslash
11949 hspace
11950 \end_layout
11951
11952 \end_inset
11953
11954 .
11955  Aparece un 
11956 \begin_inset Quotes fld
11957 \end_inset
11958
11959
11960 \color black
11961
11962 \begin_inset ERT
11963 status collapsed
11964
11965 \begin_layout Plain Layout
11966
11967
11968 \backslash
11969 spce 
11970 \end_layout
11971
11972 \end_inset
11973
11974
11975 \color inherit
11976
11977 \begin_inset Quotes frd
11978 \end_inset
11979
11980  largo.
11981  La longitud se puede ajustar haciendo clic izquierdo sobre el 
11982 \begin_inset Quotes fld
11983 \end_inset
11984
11985
11986 \color black
11987
11988 \begin_inset ERT
11989 status collapsed
11990
11991 \begin_layout Plain Layout
11992
11993
11994 \backslash
11995 spce 
11996 \end_layout
11997
11998 \end_inset
11999
12000
12001 \color inherit
12002
12003 \begin_inset Quotes frd
12004 \end_inset
12005
12006 .
12007  La longitud también puede ser negativa.
12008  Para insertar en una ecuación tanto espacio como esté disponible se usa
12009  el comando 
12010 \series bold
12011
12012 \backslash
12013 hfill
12014 \series default
12015
12016 \begin_inset Index
12017 status collapsed
12018
12019 \begin_layout Plain Layout
12020 Comandos ! H ! 
12021 \backslash
12022 hfill
12023 \end_layout
12024
12025 \end_inset
12026
12027 .
12028 \begin_inset VSpace -1mm
12029 \end_inset
12030
12031
12032 \end_layout
12033
12034 \begin_layout Standard
12035 \noindent
12036 \align center
12037 \begin_inset Tabular
12038 <lyxtabular version="3" rows="4" columns="2">
12039 <features>
12040 <column alignment="center" valignment="top" width="0">
12041 <column alignment="center" valignment="top" width="0">
12042 <row>
12043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12044 \begin_inset Text
12045
12046 \begin_layout Plain Layout
12047 Comando (
12048 \backslash
12049 hspace longitud)
12050 \end_layout
12051
12052 \end_inset
12053 </cell>
12054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12055 \begin_inset Text
12056
12057 \begin_layout Plain Layout
12058 Resultado
12059 \end_layout
12060
12061 \end_inset
12062 </cell>
12063 </row>
12064 <row>
12065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12066 \begin_inset Text
12067
12068 \begin_layout Plain Layout
12069 A=B
12070 \backslash
12071 hspace
12072 \begin_inset ERT
12073 status collapsed
12074
12075 \begin_layout Plain Layout
12076
12077
12078 \backslash
12079 spce 
12080 \end_layout
12081
12082 \end_inset
12083
12084
12085 \begin_inset Formula $\to$
12086 \end_inset
12087
12088 A
12089 \backslash
12090 not=C (3
12091 \begin_inset space \thinspace{}
12092 \end_inset
12093
12094 cm)
12095 \end_layout
12096
12097 \end_inset
12098 </cell>
12099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12104 \end_inset
12105
12106
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 </row>
12112 <row>
12113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117 A
12118 \backslash
12119 hspace
12120 \begin_inset ERT
12121 status collapsed
12122
12123 \begin_layout Plain Layout
12124
12125
12126 \backslash
12127 spce 
12128 \end_layout
12129
12130 \end_inset
12131
12132
12133 \begin_inset Formula $\to$
12134 \end_inset
12135
12136 A
12137 \backslash
12138 not=A (-1
12139 \begin_inset space \thinspace{}
12140 \end_inset
12141
12142 mm)
12143 \end_layout
12144
12145 \end_inset
12146 </cell>
12147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12148 \begin_inset Text
12149
12150 \begin_layout Plain Layout
12151 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12152 \end_inset
12153
12154
12155 \end_layout
12156
12157 \end_inset
12158 </cell>
12159 </row>
12160 <row>
12161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12162 \begin_inset Text
12163
12164 \begin_layout Plain Layout
12165 A=A
12166 \backslash
12167 hfill
12168 \begin_inset ERT
12169 status collapsed
12170
12171 \begin_layout Plain Layout
12172
12173
12174 \backslash
12175 spce 
12176 \end_layout
12177
12178 \end_inset
12179
12180 B=B
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12186 \begin_inset Text
12187
12188 \begin_layout Plain Layout
12189 \begin_inset Formula $A=A\hfill B=B$
12190 \end_inset
12191
12192
12193 \end_layout
12194
12195 \end_inset
12196 </cell>
12197 </row>
12198 </lyxtabular>
12199
12200 \end_inset
12201
12202
12203 \end_layout
12204
12205 \begin_layout Standard
12206 En el último ejemplo el espacio disponible viene dado por la entrada más
12207  larga de columna en la tabla.
12208  En una ecuación en línea el espacio depende de la longitud de la línea
12209  en la que se inserta 
12210 \series bold
12211
12212 \backslash
12213 hfill
12214 \series default
12215 .
12216  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12217  
12218 \series bold
12219
12220 \backslash
12221 hfill
12222 \series default
12223  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12224 \series bold
12225 Sangrado
12226 \series default
12227 .
12228  (Los estilos de ecuaciones se explican en
12229 \begin_inset space ~
12230 \end_inset
12231
12232
12233 \begin_inset CommandInset ref
12234 LatexCommand ref
12235 reference "sec:Estilos-de-ecuación"
12236
12237 \end_inset
12238
12239 ).
12240 \end_layout
12241
12242 \begin_layout Standard
12243 Además de 
12244 \series bold
12245
12246 \backslash
12247 hfill
12248 \series default
12249  hay los comandos 
12250 \series bold
12251
12252 \backslash
12253 dotfill
12254 \series default
12255  y 
12256 \series bold
12257
12258 \backslash
12259 hrulefill
12260 \series default
12261  que llenan el espacio con un patrón, véase un ejemplo en
12262 \begin_inset space ~
12263 \end_inset
12264
12265
12266 \begin_inset CommandInset ref
12267 LatexCommand ref
12268 reference "sub:Puntos"
12269
12270 \end_inset
12271
12272 .
12273 \end_layout
12274
12275 \begin_layout Standard
12276 Para texto se puede insertar espacio variable con el menú 
12277 \family sans
12278 Insertar\SpecialChar \menuseparator
12279 Formato\SpecialChar \menuseparator
12280 Espacio
12281 \begin_inset space ~
12282 \end_inset
12283
12284 horizontal
12285 \family default
12286 :
12287 \end_layout
12288
12289 \begin_layout Standard
12290 En esta línea hay un espacio
12291 \begin_inset space \hspace{}
12292 \length 2cm
12293 \end_inset
12294
12295 de 2
12296 \begin_inset space \thinspace{}
12297 \end_inset
12298
12299 cm.
12300 \end_layout
12301
12302 \begin_layout Standard
12303 En esta línea hay un
12304 \begin_inset space \hfill{}
12305 \end_inset
12306
12307 espacio máximo.
12308 \end_layout
12309
12310 \begin_layout Subsection
12311 Espacio adicional en ecuaciones en línea
12312 \begin_inset Index
12313 status collapsed
12314
12315 \begin_layout Plain Layout
12316 Espacio ! adicional en línea
12317 \end_layout
12318
12319 \end_inset
12320
12321
12322 \end_layout
12323
12324 \begin_layout Standard
12325 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12326  
12327 \series bold
12328
12329 \backslash
12330 mathsurround
12331 \begin_inset Index
12332 status collapsed
12333
12334 \begin_layout Plain Layout
12335 Comandos ! M ! 
12336 \backslash
12337 mathsurround
12338 \end_layout
12339
12340 \end_inset
12341
12342
12343 \series default
12344 .
12345  El valor de una longitud se establece con el comando 
12346 \series bold
12347
12348 \backslash
12349 setlength
12350 \series default
12351
12352 \begin_inset Index
12353 status collapsed
12354
12355 \begin_layout Plain Layout
12356 Comandos ! S ! 
12357 \backslash
12358 setlength
12359 \end_layout
12360
12361 \end_inset
12362
12363  según el siguiente esquema:
12364 \end_layout
12365
12366 \begin_layout Standard
12367
12368 \series bold
12369
12370 \backslash
12371 setlength{nombre de la longitud}{valor}
12372 \end_layout
12373
12374 \begin_layout Standard
12375 Para poner a 
12376 \series bold
12377
12378 \backslash
12379 mathsurround
12380 \series default
12381  un valor de 5
12382 \begin_inset space \thinspace{}
12383 \end_inset
12384
12385 mm, se inserta el comando
12386 \end_layout
12387
12388 \begin_layout Standard
12389
12390 \series bold
12391
12392 \backslash
12393 setlength{
12394 \backslash
12395 mathsurround}{5mm}
12396 \end_layout
12397
12398 \begin_layout Standard
12399 en modo TeX.
12400  Se establecerá un espacio de 5
12401 \begin_inset space \thinspace{}
12402 \end_inset
12403
12404 mm alrededor de todas las ecuaciones en línea:
12405 \begin_inset ERT
12406 status collapsed
12407
12408 \begin_layout Plain Layout
12409
12410
12411 \backslash
12412 setlength{
12413 \backslash
12414 mathsurround}{5mm}
12415 \end_layout
12416
12417 \end_inset
12418
12419
12420 \end_layout
12421
12422 \begin_layout Standard
12423 En esta línea hay una ecuación 
12424 \begin_inset Formula $A=B$
12425 \end_inset
12426
12427  rodeada por espacios de 5
12428 \begin_inset space \thinspace{}
12429 \end_inset
12430
12431 mm.
12432 \begin_inset ERT
12433 status collapsed
12434
12435 \begin_layout Plain Layout
12436
12437
12438 \backslash
12439 setlength{
12440 \backslash
12441 mathsurround}{0mm}
12442 \end_layout
12443
12444 \end_inset
12445
12446
12447 \end_layout
12448
12449 \begin_layout Standard
12450 Para volver al espacio predeterminado, 
12451 \series bold
12452
12453 \backslash
12454 mathsurround
12455 \series default
12456  se restablece al valor 0
12457 \begin_inset space \thinspace{}
12458 \end_inset
12459
12460 pt.
12461 \end_layout
12462
12463 \begin_layout Section
12464 Cuadros y marcos
12465 \begin_inset Index
12466 status collapsed
12467
12468 \begin_layout Plain Layout
12469 Marcos
12470 \end_layout
12471
12472 \end_inset
12473
12474
12475 \begin_inset Index
12476 status collapsed
12477
12478 \begin_layout Plain Layout
12479 Marcos|see
12480 \begin_inset ERT
12481 status collapsed
12482
12483 \begin_layout Plain Layout
12484
12485 {
12486 \end_layout
12487
12488 \end_inset
12489
12490 Cuadros
12491 \begin_inset ERT
12492 status collapsed
12493
12494 \begin_layout Plain Layout
12495
12496 }
12497 \end_layout
12498
12499 \end_inset
12500
12501
12502 \end_layout
12503
12504 \end_inset
12505
12506
12507 \end_layout
12508
12509 \begin_layout Standard
12510 Los cuadros para texto se describen en el capítulo 
12511 \emph on
12512 Cuadros
12513 \emph default
12514  del manual 
12515 \emph on
12516 Objetos insertados
12517 \emph default
12518 .
12519 \end_layout
12520
12521 \begin_layout Subsection
12522 Cuadros con marco
12523 \begin_inset CommandInset label
12524 LatexCommand label
12525 name "sub:Cuadros-con-marco"
12526
12527 \end_inset
12528
12529
12530 \begin_inset Index
12531 status collapsed
12532
12533 \begin_layout Plain Layout
12534 Cuadros ! con marco
12535 \end_layout
12536
12537 \end_inset
12538
12539
12540 \end_layout
12541
12542 \begin_layout Standard
12543 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12544 \series bold
12545
12546 \backslash
12547 fbox
12548 \series default
12549
12550 \begin_inset Index
12551 status collapsed
12552
12553 \begin_layout Plain Layout
12554 Comandos ! F ! 
12555 \backslash
12556 fbox
12557 \end_layout
12558
12559 \end_inset
12560
12561  y 
12562 \series bold
12563
12564 \backslash
12565 boxed
12566 \series default
12567
12568 \begin_inset Index
12569 status collapsed
12570
12571 \begin_layout Plain Layout
12572 Comandos ! B ! 
12573 \backslash
12574 boxed
12575 \end_layout
12576
12577 \end_inset
12578
12579 .
12580 \end_layout
12581
12582 \begin_layout Standard
12583 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12584  azul en un marco donde se introduce parte de una ecuación.
12585  Para 
12586 \series bold
12587
12588 \backslash
12589 fbox
12590 \series default
12591  hay que generar una ecuación adicional con 
12592 \family sans
12593 Ctrl+M
12594 \family default
12595  dentro del recuadro, porque si no el contenido del mismo sería considerado
12596  texto matemático.
12597  Si se usa 
12598 \series bold
12599
12600 \backslash
12601 boxed
12602 \series default
12603  la nueva ecuación se genera automáticamente dentro del marco.
12604 \end_layout
12605
12606 \begin_layout Standard
12607 El comando 
12608 \series bold
12609
12610 \backslash
12611 fbox
12612 \series default
12613  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12614  ecuación tendría siempre el tamaño del texto.
12615  Por otra parte, 
12616 \series bold
12617
12618 \backslash
12619 fboxed
12620 \series default
12621  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12622  siempre el tamaño de una ecuación presentada.
12623 \end_layout
12624
12625 \begin_layout Standard
12626 El comando 
12627 \series bold
12628
12629 \backslash
12630 framebox
12631 \series default
12632
12633 \begin_inset Index
12634 status collapsed
12635
12636 \begin_layout Plain Layout
12637 Comandos ! F ! 
12638 \backslash
12639 framebox
12640 \end_layout
12641
12642 \end_inset
12643
12644  es una extensión de 
12645 \series bold
12646
12647 \backslash
12648 fbox
12649 \series default
12650 , que permite especificar además la anchura del marco yla alineación.
12651  
12652 \series bold
12653
12654 \backslash
12655 framebox
12656 \series default
12657  se usa con el siguiente esquema: 
12658 \end_layout
12659
12660 \begin_layout Standard
12661
12662 \series bold
12663
12664 \backslash
12665 framebox[anchura del marco][posición]{contenido del cuadro}
12666 \end_layout
12667
12668 \begin_layout Standard
12669 La posición puede ser 
12670 \emph on
12671 l
12672 \emph default
12673  o 
12674 \emph on
12675 r
12676 \emph default
12677
12678 \emph on
12679 l
12680 \emph default
12681  alinea la ecuación a la izquierda del cuadro, 
12682 \emph on
12683 r
12684 \emph default
12685  la alinea a la derecha.
12686  Si no se da posición la ecuación será centrada.
12687 \begin_inset Newline newline
12688 \end_inset
12689
12690 Si no se pone anchura tampoco puede darse posición.
12691  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12692  con 
12693 \series bold
12694
12695 \backslash
12696 fbox
12697 \series default
12698 .
12699  
12700 \end_layout
12701
12702 \begin_layout Standard
12703 Cuando se inserta el comando 
12704 \series bold
12705
12706 \backslash
12707 framebox
12708 \series default
12709  aparece un recuadro con tres marcos azules.
12710  Los dos primeros marcos están encerrados entre corchetes e indican los
12711  dos argumentos opcionales.
12712  El tercer marco es para partes de la ecuación, como para 
12713 \series bold
12714
12715 \backslash
12716 fbox
12717 \series default
12718 .
12719 \end_layout
12720
12721 \begin_layout Standard
12722 \noindent
12723 \align center
12724 \begin_inset Tabular
12725 <lyxtabular version="3" rows="5" columns="2">
12726 <features>
12727 <column alignment="center" valignment="top" width="0">
12728 <column alignment="center" valignment="top" width="0">
12729 <row>
12730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734 Comando
12735 \end_layout
12736
12737 \end_inset
12738 </cell>
12739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12740 \begin_inset Text
12741
12742 \begin_layout Plain Layout
12743 Resultado
12744 \begin_inset Note Note
12745 status collapsed
12746
12747 \begin_layout Plain Layout
12748
12749 \series bold
12750
12751 \backslash
12752 raisebox
12753 \series default
12754  se usa sólo como espaciador
12755 \end_layout
12756
12757 \end_inset
12758
12759
12760 \end_layout
12761
12762 \end_inset
12763 </cell>
12764 </row>
12765 <row>
12766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12767 \begin_inset Text
12768
12769 \begin_layout Plain Layout
12770
12771 \backslash
12772 fbox
12773 \begin_inset ERT
12774 status collapsed
12775
12776 \begin_layout Plain Layout
12777
12778
12779 \backslash
12780 spce 
12781 \end_layout
12782
12783 \end_inset
12784
12785
12786 \family sans
12787 Ctrl+M
12788 \family default
12789  
12790 \backslash
12791 int
12792 \begin_inset ERT
12793 status collapsed
12794
12795 \begin_layout Plain Layout
12796
12797
12798 \backslash
12799 spce 
12800 \end_layout
12801
12802 \end_inset
12803
12804 A=B
12805 \end_layout
12806
12807 \end_inset
12808 </cell>
12809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12810 \begin_inset Text
12811
12812 \begin_layout Plain Layout
12813 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12814 \end_inset
12815
12816
12817 \end_layout
12818
12819 \end_inset
12820 </cell>
12821 </row>
12822 <row>
12823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827
12828 \backslash
12829 boxed
12830 \begin_inset ERT
12831 status collapsed
12832
12833 \begin_layout Plain Layout
12834
12835
12836 \backslash
12837 spce 
12838 \end_layout
12839
12840 \end_inset
12841
12842
12843 \backslash
12844 int
12845 \begin_inset ERT
12846 status collapsed
12847
12848 \begin_layout Plain Layout
12849
12850
12851 \backslash
12852 spce 
12853 \end_layout
12854
12855 \end_inset
12856
12857 A=B
12858 \end_layout
12859
12860 \end_inset
12861 </cell>
12862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12867 \end_inset
12868
12869
12870 \end_layout
12871
12872 \end_inset
12873 </cell>
12874 </row>
12875 <row>
12876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12877 \begin_inset Text
12878
12879 \begin_layout Plain Layout
12880 A+
12881 \backslash
12882 fbox
12883 \begin_inset ERT
12884 status collapsed
12885
12886 \begin_layout Plain Layout
12887
12888
12889 \backslash
12890 spce 
12891 \end_layout
12892
12893 \end_inset
12894
12895 B
12896 \end_layout
12897
12898 \end_inset
12899 </cell>
12900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12901 \begin_inset Text
12902
12903 \begin_layout Plain Layout
12904 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12905 \end_inset
12906
12907
12908 \end_layout
12909
12910 \end_inset
12911 </cell>
12912 </row>
12913 <row>
12914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12915 \begin_inset Text
12916
12917 \begin_layout Plain Layout
12918
12919 \backslash
12920 framebox
12921 \begin_inset ERT
12922 status collapsed
12923
12924 \begin_layout Plain Layout
12925
12926
12927 \backslash
12928 spce 
12929 \end_layout
12930
12931 \end_inset
12932
12933 20mm
12934 \begin_inset Formula $\to$
12935 \end_inset
12936
12937
12938 \begin_inset Formula $\to$
12939 \end_inset
12940
12941
12942 \family sans
12943 Ctrl+M
12944 \family default
12945  
12946 \backslash
12947 frac
12948 \begin_inset ERT
12949 status collapsed
12950
12951 \begin_layout Plain Layout
12952
12953
12954 \backslash
12955 spce 
12956 \end_layout
12957
12958 \end_inset
12959
12960 A
12961 \begin_inset Formula $\downarrow$
12962 \end_inset
12963
12964 B
12965 \end_layout
12966
12967 \end_inset
12968 </cell>
12969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12970 \begin_inset Text
12971
12972 \begin_layout Plain Layout
12973 \begin_inset Formula $\raisebox{6mm}{}$
12974 \end_inset
12975
12976
12977 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12978 \end_inset
12979
12980
12981 \begin_inset Formula $\raisebox{-4mm}{}$
12982 \end_inset
12983
12984
12985 \end_layout
12986
12987 \end_inset
12988 </cell>
12989 </row>
12990 </lyxtabular>
12991
12992 \end_inset
12993
12994
12995 \end_layout
12996
12997 \begin_layout Standard
12998 El grosor del marco también se puede ajustar.
12999  Para ello hay que insertar los siguientes comandos en modo TeX antes de
13000  la fórmula:
13001 \end_layout
13002
13003 \begin_layout Standard
13004
13005 \series bold
13006
13007 \backslash
13008 fboxrule
13009 \series default
13010  
13011 \series bold
13012
13013 \begin_inset Quotes fld
13014 \end_inset
13015
13016 grosor
13017 \begin_inset Quotes frd
13018 \end_inset
13019
13020
13021 \series default
13022  
13023 \series bold
13024
13025 \backslash
13026 fboxsep
13027 \series default
13028  
13029 \series bold
13030
13031 \begin_inset Quotes fld
13032 \end_inset
13033
13034 distancia
13035 \begin_inset Quotes frd
13036 \end_inset
13037
13038
13039 \end_layout
13040
13041 \begin_layout Standard
13042 \begin_inset Quotes fld
13043 \end_inset
13044
13045 distancia
13046 \begin_inset Quotes frd
13047 \end_inset
13048
13049  especifica la distancia mínima entre el marco y el primer carácter en el
13050  cuadro.
13051  Un ejemplo de esto es la siguiente ecuación enmarcada:
13052 \begin_inset ERT
13053 status collapsed
13054
13055 \begin_layout Plain Layout
13056
13057
13058 \backslash
13059 fboxrule 2mm 
13060 \backslash
13061 fboxsep 3mm
13062 \end_layout
13063
13064 \end_inset
13065
13066
13067 \begin_inset Formula \[
13068 \boxed{A+B=C}\]
13069
13070 \end_inset
13071
13072
13073 \end_layout
13074
13075 \begin_layout Standard
13076 Delante de esta ecuación se han insertado los comandos
13077 \end_layout
13078
13079 \begin_layout Standard
13080
13081 \series bold
13082
13083 \backslash
13084 fboxrule
13085 \series default
13086  
13087 \series bold
13088 2mm
13089 \series default
13090  
13091 \series bold
13092
13093 \backslash
13094 fboxsep
13095 \series default
13096  
13097 \series bold
13098 3mm
13099 \end_layout
13100
13101 \begin_layout Standard
13102 en modo TeX.
13103  Los valores dados se usan para todos los cuadros siguientes.
13104 \end_layout
13105
13106 \begin_layout Standard
13107 Para volver al tamaño estándar del marco se inserta el comando
13108 \end_layout
13109
13110 \begin_layout Standard
13111
13112 \series bold
13113
13114 \backslash
13115 fboxrule
13116 \series default
13117  
13118 \series bold
13119 0.4pt
13120 \series default
13121  
13122 \series bold
13123
13124 \backslash
13125 fboxsep
13126 \series default
13127  
13128 \series bold
13129 3pt
13130 \series default
13131
13132 \begin_inset ERT
13133 status collapsed
13134
13135 \begin_layout Plain Layout
13136
13137
13138 \backslash
13139 fboxrule 0.4pt 
13140 \backslash
13141 fboxsep 3pt
13142 \end_layout
13143
13144 \end_inset
13145
13146
13147 \end_layout
13148
13149 \begin_layout Standard
13150 en modo TeX antes de la ecuación siguiente.
13151 \end_layout
13152
13153 \begin_layout Subsection
13154 Cuadros sin marco
13155 \begin_inset CommandInset label
13156 LatexCommand label
13157 name "sub:Cuadros-sin-marco"
13158
13159 \end_inset
13160
13161
13162 \begin_inset Index
13163 status collapsed
13164
13165 \begin_layout Plain Layout
13166 Cuadros ! sin marco
13167 \end_layout
13168
13169 \end_inset
13170
13171
13172 \end_layout
13173
13174 \begin_layout Standard
13175 Para cuadros sin marco hay los comandos: 
13176 \series bold
13177
13178 \backslash
13179 mbox
13180 \series default
13181
13182 \begin_inset Index
13183 status collapsed
13184
13185 \begin_layout Plain Layout
13186 Comandos ! M ! 
13187 \backslash
13188 mbox
13189 \end_layout
13190
13191 \end_inset
13192
13193
13194 \series bold
13195
13196 \backslash
13197 makebox
13198 \series default
13199
13200 \begin_inset Index
13201 status collapsed
13202
13203 \begin_layout Plain Layout
13204 Comandos ! M ! 
13205 \backslash
13206 makebox
13207 \end_layout
13208
13209 \end_inset
13210
13211  y 
13212 \series bold
13213
13214 \backslash
13215 raisebox
13216 \series default
13217
13218 \begin_inset Index
13219 status collapsed
13220
13221 \begin_layout Plain Layout
13222 Comandos ! R ! 
13223 \backslash
13224 raisebox
13225 \end_layout
13226
13227 \end_inset
13228
13229 .
13230 \end_layout
13231
13232 \begin_layout Standard
13233 Con 
13234 \series bold
13235
13236 \backslash
13237 raisebox
13238 \series default
13239  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13240  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13241  
13242 \series bold
13243
13244 \backslash
13245 raisebox
13246 \series default
13247  se usa con el siguiente esquema: 
13248 \end_layout
13249
13250 \begin_layout Standard
13251
13252 \series bold
13253
13254 \backslash
13255 raisebox{altura}{contenido del marco}
13256 \end_layout
13257
13258 \begin_layout Standard
13259 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13260  extra, como con 
13261 \series bold
13262
13263 \backslash
13264 fbox
13265 \series default
13266 .
13267  
13268 \begin_inset Note Greyedout
13269 status open
13270
13271 \begin_layout Plain Layout
13272
13273 \series bold
13274 Nota
13275 \series default
13276 : Para
13277 \series bold
13278
13279 \backslash
13280 raisebox
13281 \series default
13282  se ha creado esta ecuación extra tecleando 
13283 \family sans
13284 Ctrl+M
13285 \family default
13286  dos veces en vez de una porque LyX aún no soporta 
13287 \series bold
13288
13289 \backslash
13290 raisebox
13291 \series default
13292  directamente.
13293 \end_layout
13294
13295 \end_inset
13296
13297
13298 \end_layout
13299
13300 \begin_layout Standard
13301 \align center
13302 \begin_inset Tabular
13303 <lyxtabular version="3" rows="4" columns="2">
13304 <features>
13305 <column alignment="center" valignment="top" width="0">
13306 <column alignment="center" valignment="top" width="0">
13307 <row>
13308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13309 \begin_inset Text
13310
13311 \begin_layout Plain Layout
13312 Comando
13313 \end_layout
13314
13315 \end_inset
13316 </cell>
13317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13318 \begin_inset Text
13319
13320 \begin_layout Plain Layout
13321 Resultado
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 </row>
13327 <row>
13328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Plain Layout
13332 H
13333 \backslash
13334 raisebox{2mm
13335 \begin_inset Formula $\to$
13336 \end_inset
13337
13338
13339 \backslash
13340 {al
13341 \begin_inset Formula $\to$
13342 \end_inset
13343
13344  lo
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13354 \end_inset
13355
13356
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 </row>
13362 <row>
13363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367 H
13368 \backslash
13369 raisebox{-2mm
13370 \begin_inset Formula $\to$
13371 \end_inset
13372
13373
13374 \backslash
13375 {al
13376 \begin_inset Formula $\to$
13377 \end_inset
13378
13379 lo
13380 \end_layout
13381
13382 \end_inset
13383 </cell>
13384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13385 \begin_inset Text
13386
13387 \begin_layout Plain Layout
13388 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13389 \end_inset
13390
13391
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 </row>
13397 <row>
13398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13399 \begin_inset Text
13400
13401 \begin_layout Plain Layout
13402 A=
13403 \backslash
13404 raisebox{-2mm
13405 \begin_inset Formula $\to$
13406 \end_inset
13407
13408
13409 \backslash
13410 {
13411 \family sans
13412 Ctrl+M Ctrl+M
13413 \family default
13414  
13415 \backslash
13416 sqrt
13417 \begin_inset ERT
13418 status collapsed
13419
13420 \begin_layout Plain Layout
13421
13422
13423 \backslash
13424 spce 
13425 \end_layout
13426
13427 \end_inset
13428
13429
13430 \end_layout
13431
13432 \end_inset
13433 </cell>
13434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Plain Layout
13438 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13439 \end_inset
13440
13441
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 </row>
13447 </lyxtabular>
13448
13449 \end_inset
13450
13451
13452 \end_layout
13453
13454 \begin_layout Standard
13455 El comando 
13456 \series bold
13457
13458 \backslash
13459 mbox
13460 \series default
13461  es equivalente a 
13462 \series bold
13463
13464 \backslash
13465 fbox
13466 \series default
13467  y 
13468 \series bold
13469
13470 \backslash
13471 makebox
13472 \series default
13473  es equivalente a 
13474 \series bold
13475
13476 \backslash
13477 framebox
13478 \series default
13479 , con la diferencia de que no hay marco.
13480 \end_layout
13481
13482 \begin_layout Subsection
13483 Cuadros coloreados
13484 \begin_inset CommandInset label
13485 LatexCommand label
13486 name "sub:Cuadros-coloreados"
13487
13488 \end_inset
13489
13490
13491 \begin_inset Index
13492 status collapsed
13493
13494 \begin_layout Plain Layout
13495 Cuadros ! coloreados
13496 \end_layout
13497
13498 \end_inset
13499
13500
13501 \end_layout
13502
13503 \begin_layout Standard
13504 Para poder usar todos los comandos explicados en esta sección hay que cargar
13505  en el preámbulo LaTeX el paquete LaTeX 
13506 \series bold
13507 color
13508 \series default
13509
13510 \begin_inset Foot
13511 status collapsed
13512
13513 \begin_layout Plain Layout
13514 El paquete LaTeX 
13515 \series bold
13516 color
13517 \series default
13518  forma parte de toda distribución LaTeX estándar.
13519 \end_layout
13520
13521 \end_inset
13522
13523
13524 \begin_inset Index
13525 status collapsed
13526
13527 \begin_layout Plain Layout
13528 Paquetes ! color
13529 \end_layout
13530
13531 \end_inset
13532
13533 , con la línea
13534 \begin_inset Foot
13535 status collapsed
13536
13537 \begin_layout Plain Layout
13538 Cuando hay texto coloreado con un color predefinido en alguna parte del
13539  documento, LyX carga automáticamente el paquete LaTeX 
13540 \series bold
13541 color
13542 \series default
13543 .
13544  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13545  origina problemas.
13546 \end_layout
13547
13548 \end_inset
13549
13550
13551 \begin_inset Note Note
13552 status collapsed
13553
13554 \begin_layout Plain Layout
13555 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13556  en el preámbulo LaTeX.
13557 \end_layout
13558
13559 \end_inset
13560
13561
13562 \end_layout
13563
13564 \begin_layout Standard
13565
13566 \series bold
13567
13568 \backslash
13569 usepackage{color}
13570 \begin_inset VSpace medskip
13571 \end_inset
13572
13573
13574 \end_layout
13575
13576 \begin_layout Standard
13577 Para colorear cuadros se usa el comando 
13578 \series bold
13579
13580 \backslash
13581 colorbox
13582 \series default
13583
13584 \begin_inset Index
13585 status collapsed
13586
13587 \begin_layout Plain Layout
13588 Comandos ! C ! 
13589 \backslash
13590 colorbox
13591 \end_layout
13592
13593 \end_inset
13594
13595  con el siguiente esquema:
13596 \end_layout
13597
13598 \begin_layout Standard
13599
13600 \series bold
13601
13602 \backslash
13603 colorbox{color}{contenido del cuadro}
13604 \end_layout
13605
13606 \begin_layout Standard
13607 El contenido del cuadro puede ser otro cuadro, y también un 
13608 \backslash
13609
13610 \series bold
13611 colorbox
13612 \series default
13613  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13614  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13615  como con 
13616 \series bold
13617
13618 \backslash
13619 raisebox
13620 \series default
13621 .
13622 \begin_inset Foot
13623 status collapsed
13624
13625 \begin_layout Plain Layout
13626 Esto también se aplica para el comando 
13627 \series bold
13628
13629 \backslash
13630 fcolorbox
13631 \series default
13632 .
13633 \end_layout
13634
13635 \end_inset
13636
13637  
13638 \end_layout
13639
13640 \begin_layout Standard
13641 Se puede elegir uno de los siguientes colores predefinidos:
13642 \end_layout
13643
13644 \begin_layout Standard
13645
13646 \series bold
13647 black
13648 \series default
13649
13650 \series bold
13651 blue
13652 \series default
13653
13654 \series bold
13655 cyan
13656 \series default
13657
13658 \series bold
13659 green
13660 \series default
13661
13662 \series bold
13663 magenta
13664 \series default
13665
13666 \series bold
13667 red
13668 \series default
13669
13670 \series bold
13671 white
13672 \series default
13673
13674 \series bold
13675 yellow
13676 \end_layout
13677
13678 \begin_layout Standard
13679 \align center
13680 \begin_inset Tabular
13681 <lyxtabular version="3" rows="4" columns="2">
13682 <features>
13683 <column alignment="center" valignment="top" width="0">
13684 <column alignment="center" valignment="top" width="0">
13685 <row>
13686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13687 \begin_inset Text
13688
13689 \begin_layout Plain Layout
13690 Comando
13691 \end_layout
13692
13693 \end_inset
13694 </cell>
13695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13696 \begin_inset Text
13697
13698 \begin_layout Plain Layout
13699 Resultado
13700 \begin_inset Note Note
13701 status collapsed
13702
13703 \begin_layout Plain Layout
13704
13705 \series bold
13706
13707 \backslash
13708 raisebox
13709 \series default
13710  se usa sólo como espaciador
13711 \end_layout
13712
13713 \end_inset
13714
13715
13716 \end_layout
13717
13718 \end_inset
13719 </cell>
13720 </row>
13721 <row>
13722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726
13727 \backslash
13728 colorbox{yellow
13729 \begin_inset Formula $\to$
13730 \end_inset
13731
13732
13733 \backslash
13734 {A=B
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13744 \end_inset
13745
13746
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 </row>
13752 <row>
13753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757
13758 \backslash
13759 colorbox{green
13760 \begin_inset Formula $\to$
13761 \end_inset
13762
13763
13764 \backslash
13765 {
13766 \backslash
13767 fbox
13768 \begin_inset ERT
13769 status collapsed
13770
13771 \begin_layout Plain Layout
13772
13773
13774 \backslash
13775 spce 
13776 \end_layout
13777
13778 \end_inset
13779
13780 A=B
13781 \end_layout
13782
13783 \end_inset
13784 </cell>
13785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13786 \begin_inset Text
13787
13788 \begin_layout Plain Layout
13789 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13790 \end_inset
13791
13792
13793 \end_layout
13794
13795 \end_inset
13796 </cell>
13797 </row>
13798 <row>
13799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13800 \begin_inset Text
13801
13802 \begin_layout Plain Layout
13803
13804 \backslash
13805 fbox
13806 \begin_inset ERT
13807 status collapsed
13808
13809 \begin_layout Plain Layout
13810
13811
13812 \backslash
13813 spce 
13814 \end_layout
13815
13816 \end_inset
13817
13818
13819 \backslash
13820 colorbox{green
13821 \begin_inset Formula $\to$
13822 \end_inset
13823
13824
13825 \backslash
13826 {
13827 \family sans
13828 Ctrl+M Ctrl+M
13829 \family default
13830  
13831 \backslash
13832 int
13833 \begin_inset ERT
13834 status collapsed
13835
13836 \begin_layout Plain Layout
13837
13838
13839 \backslash
13840 spce 
13841 \end_layout
13842
13843 \end_inset
13844
13845 C=D
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13855 \end_inset
13856
13857
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 </row>
13863 </lyxtabular>
13864
13865 \end_inset
13866
13867
13868 \end_layout
13869
13870 \begin_layout Standard
13871
13872 \series bold
13873
13874 \backslash
13875 colorbox
13876 \series default
13877  sólo colorea el cuadro pero no los caracteres.
13878  Para colorear todos los caracteres se selecciona toda la ecuación y se
13879  elige un color en el diálogo 
13880 \family sans
13881 Estilo
13882 \begin_inset space ~
13883 \end_inset
13884
13885 del
13886 \begin_inset space ~
13887 \end_inset
13888
13889 texto
13890 \family default
13891 .
13892  El diálogo puede abrirse con el botón 
13893 \begin_inset Graphics
13894         filename ../../images/dialog-show_character.png
13895         scale 85
13896
13897 \end_inset
13898
13899  de la barra de herramientas o con el menú 
13900 \family sans
13901 Editar\SpecialChar \menuseparator
13902 Estilo
13903 \begin_inset space ~
13904 \end_inset
13905
13906 del
13907 \begin_inset space ~
13908 \end_inset
13909
13910 texto\SpecialChar \menuseparator
13911 Personalizado
13912 \family default
13913 .
13914  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13915  Si el número de la ecuación debe tener otro color que el de los caracteres
13916  de la ecuación, el color debe cambiarse dentro de la ecuación.
13917 \end_layout
13918
13919 \begin_layout Standard
13920 Un ejemplo:
13921 \color red
13922
13923 \begin_inset Formula \begin{equation}
13924 {\color{red}\int A=B}\label{eq:rojo}\end{equation}
13925
13926 \end_inset
13927
13928
13929 \end_layout
13930
13931 \begin_layout Standard
13932
13933 \color green
13934 \begin_inset Formula \begin{equation}
13935 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}\end{equation}
13936
13937 \end_inset
13938
13939
13940 \end_layout
13941
13942 \begin_layout Standard
13943 La ecuación 
13944 \begin_inset CommandInset ref
13945 LatexCommand eqref
13946 reference "eq:rojo"
13947
13948 \end_inset
13949
13950  está toda coloreada en rojo.
13951 \begin_inset Newline newline
13952 \end_inset
13953
13954 La ecuación 
13955 \begin_inset CommandInset ref
13956 LatexCommand eqref
13957 reference "eq:rojoverde"
13958
13959 \end_inset
13960
13961  se ha coloreado en primer lugar toda en verde para colorear el número de
13962  la ecuación.
13963  Posteriormente se han coloreado en rojo los caracteres.
13964 \family sans
13965
13966 \begin_inset VSpace bigskip
13967 \end_inset
13968
13969
13970 \end_layout
13971
13972 \begin_layout Standard
13973 Para colorear diferente el marco y el resto del cuadro se usa el comando
13974  
13975 \series bold
13976
13977 \backslash
13978 fcolorbox
13979 \series default
13980
13981 \begin_inset Index
13982 status collapsed
13983
13984 \begin_layout Plain Layout
13985 Comandos ! F ! 
13986 \backslash
13987 fcolorbox
13988 \end_layout
13989
13990 \end_inset
13991
13992  con el siguiente esquema:
13993 \end_layout
13994
13995 \begin_layout Standard
13996
13997 \series bold
13998
13999 \backslash
14000 fcolorbox{color del marco}{color}{contenido del cuadro}
14001 \end_layout
14002
14003 \begin_layout Standard
14004 Así pues 
14005 \series bold
14006
14007 \backslash
14008 fcolorbox
14009 \series default
14010  es una extensión del comando 
14011 \series bold
14012
14013 \backslash
14014 colorbox
14015 \series default
14016 .
14017  La anchura del marco se establece, como para 
14018 \series bold
14019
14020 \backslash
14021 framebox
14022 \series default
14023 , con 
14024 \series bold
14025
14026 \backslash
14027 fboxrule
14028 \series default
14029  y 
14030 \series bold
14031
14032 \backslash
14033 fboxsep
14034 \series default
14035 .
14036  Un ejemplo:
14037 \begin_inset ERT
14038 status collapsed
14039
14040 \begin_layout Plain Layout
14041
14042
14043 \backslash
14044 fboxrule 1mm 
14045 \backslash
14046 fboxsep 1mm
14047 \end_layout
14048
14049 \end_inset
14050
14051
14052 \begin_inset Formula \[
14053 \fcolorbox{cyan}{magenta}{A=B}\]
14054
14055 \end_inset
14056
14057
14058 \end_layout
14059
14060 \begin_layout Standard
14061 \begin_inset ERT
14062 status collapsed
14063
14064 \begin_layout Plain Layout
14065
14066
14067 \backslash
14068 fboxrule 0.4pt 
14069 \backslash
14070 fboxsep 3pt
14071 \end_layout
14072
14073 \end_inset
14074
14075
14076 \end_layout
14077
14078 \begin_layout Standard
14079 Esta ecuación se ha compuesto con el comando
14080 \begin_inset Newline newline
14081 \end_inset
14082
14083
14084 \series bold
14085
14086 \backslash
14087 fcolorbox{cyan
14088 \begin_inset Formula $\to$
14089 \end_inset
14090
14091
14092 \backslash
14093 {magenta
14094 \begin_inset Formula $\to$
14095 \end_inset
14096
14097
14098 \backslash
14099 {A=B
14100 \end_layout
14101
14102 \begin_layout Standard
14103 \begin_inset VSpace bigskip
14104 \end_inset
14105
14106
14107 \end_layout
14108
14109 \begin_layout Standard
14110 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14111 \end_layout
14112
14113 \begin_layout Standard
14114 Por ejemplo, se puede definir el color 
14115 \begin_inset Quotes fld
14116 \end_inset
14117
14118
14119 \series bold
14120 verdeoscuro
14121 \series default
14122
14123 \begin_inset Quotes frd
14124 \end_inset
14125
14126  con la línea de preámbulo LaTeX:
14127 \end_layout
14128
14129 \begin_layout Standard
14130
14131 \series bold
14132
14133 \backslash
14134 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14135 \series default
14136
14137 \begin_inset Index
14138 status collapsed
14139
14140 \begin_layout Plain Layout
14141 Comandos ! D ! 
14142 \backslash
14143 definecolor
14144 \end_layout
14145
14146 \end_inset
14147
14148
14149 \end_layout
14150
14151 \begin_layout Standard
14152
14153 \series bold
14154 cmyk
14155 \series default
14156  es el espacio de color referido a los colores 
14157 \series bold
14158 cyan
14159 \series default
14160
14161 \series bold
14162 magenta
14163 \series default
14164
14165 \series bold
14166 yellow
14167 \series default
14168  y 
14169 \series bold
14170 black
14171 \series default
14172 .
14173  Los cuatro números separados por coma son el factor de cuota para los colores
14174  correspondientes del espacio de color.
14175  Los factores pueden estar en el rango 0-1.
14176  En vez de 
14177 \series bold
14178 cmyk
14179 \series default
14180  se puede usar el espacio de color 
14181 \series bold
14182 rgb
14183 \series default
14184 , que se refiere a 
14185 \series bold
14186 red
14187 \series default
14188
14189 \series bold
14190 green
14191 \series default
14192  y 
14193 \series bold
14194 blue
14195 \series default
14196 , así pues en este caso hay tres factores de cuota para los correspondientes
14197  colores.
14198  Además hay el espacio de color 
14199 \series bold
14200 gray
14201 \series default
14202  con un factor de cuota para el valor gris.
14203 \end_layout
14204
14205 \begin_layout Standard
14206 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14207 \series bold
14208 verdeoscuro
14209 \series default
14210  y los caracteres en color amarillo:
14211 \color black
14212
14213 \begin_inset Formula \begin{equation}
14214 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14215
14216 \end_inset
14217
14218
14219 \end_layout
14220
14221 \begin_layout Standard
14222 Los colores personalizados también se pueden usar para texto con la ayuda
14223  del comando 
14224 \series bold
14225
14226 \backslash
14227 textcolor
14228 \series default
14229
14230 \begin_inset Index
14231 status collapsed
14232
14233 \begin_layout Plain Layout
14234 Texto ! coloreado
14235 \end_layout
14236
14237 \end_inset
14238
14239
14240 \end_layout
14241
14242 \begin_layout Standard
14243 \begin_inset ERT
14244 status collapsed
14245
14246 \begin_layout Plain Layout
14247
14248
14249 \backslash
14250 textcolor{verdeoscuro}{
14251 \end_layout
14252
14253 \end_inset
14254
14255 Esta frase en 
14256 \begin_inset Quotes fld
14257 \end_inset
14258
14259 verdeoscuro
14260 \begin_inset Quotes frd
14261 \end_inset
14262
14263 .
14264 \begin_inset ERT
14265 status collapsed
14266
14267 \begin_layout Plain Layout
14268
14269 }
14270 \end_layout
14271
14272 \end_inset
14273
14274
14275 \end_layout
14276
14277 \begin_layout Standard
14278
14279 \series bold
14280
14281 \backslash
14282 textcolor
14283 \series default
14284
14285 \begin_inset Index
14286 status collapsed
14287
14288 \begin_layout Plain Layout
14289 Comandos ! T ! 
14290 \backslash
14291 textcolor
14292 \end_layout
14293
14294 \end_inset
14295
14296  se usa con el esquema 
14297 \series bold
14298
14299 \backslash
14300 textcolor{color}{caracteres a colorear}
14301 \series default
14302 .
14303 \end_layout
14304
14305 \begin_layout Subsection
14306 Cuadros de párrafo
14307 \begin_inset CommandInset label
14308 LatexCommand label
14309 name "sub:Cuadros-de-párrafo"
14310
14311 \end_inset
14312
14313
14314 \begin_inset Index
14315 status collapsed
14316
14317 \begin_layout Plain Layout
14318 Cuadros ! para párrafos
14319 \end_layout
14320
14321 \end_inset
14322
14323
14324 \end_layout
14325
14326 \begin_layout Standard
14327 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14328  de párrafo (parbox), se puede generar con el menú 
14329 \family sans
14330 Insertar\SpecialChar \menuseparator
14331 Cuadro
14332 \family default
14333  o con el botón 
14334 \begin_inset Graphics
14335         filename ../../images/box-insert.png
14336         scale 85
14337
14338 \end_inset
14339
14340  de la barra de herramientas.
14341 \end_layout
14342
14343 \begin_layout Standard
14344 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14345 \begin_inset VSpace medskip
14346 \end_inset
14347
14348 Esta línea contiene 
14349 \begin_inset Box Boxed
14350 position "c"
14351 hor_pos "c"
14352 has_inner_box 1
14353 inner_pos "c"
14354 use_parbox 1
14355 width "5cm"
14356 special "none"
14357 height "1in"
14358 height_special "totalheight"
14359 status collapsed
14360
14361 \begin_layout Plain Layout
14362 Esto es un cuadro de párrafo.
14363  Tiene exactamente 5
14364 \begin_inset space \thinspace{}
14365 \end_inset
14366
14367 cm de largo y además puede contener ecuaciones: 
14368 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14369 \end_inset
14370
14371
14372 \end_layout
14373
14374 \end_inset
14375
14376
14377 \begin_inset space ~
14378 \end_inset
14379
14380  un cuadro de párrafo.
14381 \begin_inset VSpace medskip
14382 \end_inset
14383
14384 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14385  Surge un diálogo con las propiedades del cuadro.
14386  En este caso: 
14387 \emph on
14388 Decoración
14389 \emph default
14390 : Marco rectangular, 
14391 \emph on
14392 Cuadro interior
14393 \emph default
14394 : Párrafo, 
14395 \emph on
14396 Ancho
14397 \emph default
14398 : 5
14399 \begin_inset space \thinspace{}
14400 \end_inset
14401
14402 cm, 
14403 \emph on
14404 Alineación Vertical
14405 \emph default
14406  
14407 \emph on
14408 Cuadro
14409 \emph default
14410 : Medio.
14411 \end_layout
14412
14413 \begin_layout Standard
14414 \begin_inset VSpace medskip
14415 \end_inset
14416
14417 En LaTeX, un cuadro de párrafo se inserta con el comando 
14418 \series bold
14419
14420 \backslash
14421 parbox
14422 \series default
14423
14424 \begin_inset Index
14425 status collapsed
14426
14427 \begin_layout Plain Layout
14428 Comandos ! P ! 
14429 \backslash
14430 parbox
14431 \end_layout
14432
14433 \end_inset
14434
14435  con el esquema siguiente:
14436 \end_layout
14437
14438 \begin_layout Standard
14439
14440 \series bold
14441
14442 \backslash
14443 parbox[posición]{anchura}{contenido}
14444 \end_layout
14445
14446 \begin_layout Standard
14447 Son posibles las posiciones 
14448 \emph on
14449 b
14450 \emph default
14451  y 
14452 \emph on
14453 t
14454 \emph default
14455
14456 \emph on
14457 b
14458 \emph default
14459  por 
14460 \begin_inset Quotes fld
14461 \end_inset
14462
14463 bottom
14464 \begin_inset Quotes frd
14465 \end_inset
14466
14467  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14468  Con 
14469 \emph on
14470 t
14471 \emph default
14472 , por 
14473 \begin_inset Quotes fld
14474 \end_inset
14475
14476 top
14477 \begin_inset Quotes frd
14478 \end_inset
14479
14480  (arriba), la alineación se hace con la primera línea.
14481  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14482  
14483 \emph on
14484 Cuadros
14485 \emph default
14486  del manual 
14487 \emph on
14488 Objetos insertados
14489 \emph default
14490  para ejemplos.
14491 \end_layout
14492
14493 \begin_layout Standard
14494 \begin_inset VSpace bigskip
14495 \end_inset
14496
14497 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14498  ponerse en un cuadro de párrafo.
14499  Para ello se inserta el comando
14500 \begin_inset Newline newline
14501 \end_inset
14502
14503
14504 \series bold
14505
14506 \backslash
14507 fbox{
14508 \backslash
14509 parbox{
14510 \backslash
14511 linewidth-2
14512 \backslash
14513 fboxsep-2
14514 \backslash
14515 fboxrule}{
14516 \begin_inset Newline newline
14517 \end_inset
14518
14519
14520 \series default
14521 en modo TeX delante de la ecuación.
14522  Aquí 
14523 \series bold
14524
14525 \backslash
14526 linewidth
14527 \begin_inset Index
14528 status collapsed
14529
14530 \begin_layout Plain Layout
14531 Comandos ! L ! 
14532 \backslash
14533 linewidth
14534 \end_layout
14535
14536 \end_inset
14537
14538
14539 \series default
14540  es la anchura de línea establecida para el documento.
14541  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14542  anchura dos veces la separación del marco y el grosor.
14543  Como LyX no lo hace automáticamente debido a un fallo,
14544 \begin_inset Foot
14545 status collapsed
14546
14547 \begin_layout Plain Layout
14548 \begin_inset CommandInset href
14549 LatexCommand href
14550 name "LyX-bug #4483"
14551 target "http://www.lyx.org/trac/ticket/4483"
14552
14553 \end_inset
14554
14555
14556 \end_layout
14557
14558 \end_inset
14559
14560  hay que usar modo TeX.
14561  Para poder multiplicar y restar en los argumentos hay que cargar en el
14562  preámbulo LaTeX el paquete LaTeX 
14563 \series bold
14564 calc
14565 \series default
14566 ,
14567 \begin_inset Foot
14568 status collapsed
14569
14570 \begin_layout Plain Layout
14571
14572 \series bold
14573 calc
14574 \series default
14575  es parte de toda instalación LaTeX estándar.
14576 \end_layout
14577
14578 \end_inset
14579
14580
14581 \begin_inset Index
14582 status collapsed
14583
14584 \begin_layout Plain Layout
14585 Paquetes ! calc
14586 \end_layout
14587
14588 \end_inset
14589
14590  con la línea
14591 \end_layout
14592
14593 \begin_layout Standard
14594
14595 \series bold
14596
14597 \backslash
14598 usepackage{calc}
14599 \end_layout
14600
14601 \begin_layout Standard
14602 Detrás de la ecuación se cierran ambos cuadros con 
14603 \series bold
14604 }}
14605 \series default
14606  en modo TeX.
14607  Aquí hay un ejemplo:
14608 \begin_inset ERT
14609 status collapsed
14610
14611 \begin_layout Plain Layout
14612
14613
14614 \backslash
14615 fboxsep 5mm 
14616 \backslash
14617 fboxrule 5mm
14618 \end_layout
14619
14620 \end_inset
14621
14622
14623 \end_layout
14624
14625 \begin_layout Standard
14626 \begin_inset ERT
14627 status collapsed
14628
14629 \begin_layout Plain Layout
14630
14631
14632 \backslash
14633 fbox{
14634 \backslash
14635 parbox{
14636 \backslash
14637 linewidth-2
14638 \backslash
14639 fboxsep-2
14640 \backslash
14641 fboxrule}{
14642 \end_layout
14643
14644 \end_inset
14645
14646
14647 \begin_inset Formula \begin{equation}
14648 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14649
14650 \end_inset
14651
14652
14653 \end_layout
14654
14655 \begin_layout Standard
14656 \begin_inset ERT
14657 status collapsed
14658
14659 \begin_layout Plain Layout
14660
14661 }}
14662 \end_layout
14663
14664 \end_inset
14665
14666
14667 \begin_inset ERT
14668 status collapsed
14669
14670 \begin_layout Plain Layout
14671
14672
14673 \backslash
14674 fboxrule 0.4pt 
14675 \backslash
14676 fboxsep 3pt
14677 \end_layout
14678
14679 \end_inset
14680
14681
14682 \end_layout
14683
14684 \begin_layout Standard
14685 \begin_inset VSpace medskip
14686 \end_inset
14687
14688
14689 \end_layout
14690
14691 \begin_layout Standard
14692 Como se ha usado el cuadro de párrafo como argumento de 
14693 \series bold
14694
14695 \backslash
14696 fbox
14697 \series default
14698 , en este caso no hay diferencia entre 
14699 \series bold
14700
14701 \backslash
14702 fbox
14703 \series default
14704  y 
14705 \series bold
14706
14707 \backslash
14708 boxed
14709 \series default
14710 .
14711  
14712 \end_layout
14713
14714 \begin_layout Standard
14715 \begin_inset VSpace bigskip
14716 \end_inset
14717
14718
14719 \end_layout
14720
14721 \begin_layout Standard
14722 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14723  Para hacerlo, se usa 
14724 \series bold
14725
14726 \backslash
14727 parbox
14728 \series default
14729  en combinación con el comando 
14730 \series bold
14731
14732 \backslash
14733 tag
14734 \series default
14735 .
14736  (Véase más sobre 
14737 \series bold
14738
14739 \backslash
14740 tag
14741 \series default
14742  en 
14743 \begin_inset CommandInset ref
14744 LatexCommand ref
14745 reference "sub:Numeración-personalizada"
14746
14747 \end_inset
14748
14749 ).
14750 \end_layout
14751
14752 \begin_layout Standard
14753 Un ejemplo de ecuación comentada con 
14754 \series bold
14755
14756 \backslash
14757 parbox
14758 \series default
14759 :
14760 \end_layout
14761
14762 \begin_layout Standard
14763 \begin_inset ERT
14764 status collapsed
14765
14766 \begin_layout Plain Layout
14767
14768
14769 \backslash
14770 [5x-7b=3b
14771 \backslash
14772 tag*{
14773 \backslash
14774 parbox{5cm}{
14775 \end_layout
14776
14777 \end_inset
14778
14779 Esto es una descripción.
14780  Está claramente separada de la ecuación y es multilínea.
14781 \begin_inset ERT
14782 status collapsed
14783
14784 \begin_layout Plain Layout
14785
14786 }}
14787 \backslash
14788 ]
14789 \end_layout
14790
14791 \end_inset
14792
14793
14794 \end_layout
14795
14796 \begin_layout Standard
14797 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14798  no soporta el comando 
14799 \series bold
14800
14801 \backslash
14802 parbox
14803 \series default
14804  en ecuaciones.
14805  La ecuación se compone con la siguiente secuencia de comandos:
14806 \end_layout
14807
14808 \begin_layout Standard
14809 El comando 
14810 \series bold
14811
14812 \backslash
14813 [5x-7b=3b
14814 \backslash
14815 tag*
14816 \backslash
14817 {
14818 \backslash
14819 parbox{5cm}{
14820 \series default
14821  se inserta en modo TeX.
14822 \begin_inset Foot
14823 status collapsed
14824
14825 \begin_layout Plain Layout
14826 Si se usa el estilo de ecuación 
14827 \series bold
14828 Sangrado
14829 \series default
14830
14831 \series bold
14832
14833 \backslash
14834 tag*
14835 \backslash
14836
14837 \series default
14838  se puede reemplazar por 
14839 \series bold
14840
14841 \backslash
14842 hfill
14843 \series default
14844 .
14845  (Véanse los estilos de ecuación en 
14846 \begin_inset CommandInset ref
14847 LatexCommand ref
14848 reference "sec:Estilos-de-ecuación"
14849
14850 \end_inset
14851
14852 ).
14853 \end_layout
14854
14855 \end_inset
14856
14857  Después sigue la descripción en texto normal, y por último 
14858 \series bold
14859 }}
14860 \backslash
14861 ]
14862 \series default
14863  en modo TeX.
14864  Aquí los comandos 
14865 \series bold
14866
14867 \backslash
14868 [
14869 \series default
14870  y 
14871 \series bold
14872
14873 \backslash
14874 ]
14875 \series default
14876  crean una ecuación presentada.
14877 \end_layout
14878
14879 \begin_layout Standard
14880 Las ventajas de 
14881 \series bold
14882
14883 \backslash
14884 parbox
14885 \series default
14886  pueden verse en este ejemplo que se ha 
14887 \begin_inset Quotes fld
14888 \end_inset
14889
14890 comentado
14891 \begin_inset Quotes frd
14892 \end_inset
14893
14894  usando el modo texto matemático:
14895 \begin_inset Formula \[
14896 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}\]
14897
14898 \end_inset
14899
14900
14901 \end_layout
14902
14903 \begin_layout Section
14904 Operadores
14905 \begin_inset Index
14906 status collapsed
14907
14908 \begin_layout Plain Layout
14909 Operadores
14910 \end_layout
14911
14912 \end_inset
14913
14914
14915 \end_layout
14916
14917 \begin_layout Subsection
14918 Operadores grandes
14919 \begin_inset CommandInset label
14920 LatexCommand label
14921 name "sub:Operadores-grandes"
14922
14923 \end_inset
14924
14925
14926 \begin_inset Index
14927 status collapsed
14928
14929 \begin_layout Plain Layout
14930 Operadores ! grandes
14931 \end_layout
14932
14933 \end_inset
14934
14935
14936 \begin_inset Index
14937 status collapsed
14938
14939 \begin_layout Plain Layout
14940 Sumatorios
14941 \end_layout
14942
14943 \end_inset
14944
14945
14946 \begin_inset Index
14947 status collapsed
14948
14949 \begin_layout Plain Layout
14950 Integrales
14951 \end_layout
14952
14953 \end_inset
14954
14955
14956 \end_layout
14957
14958 \begin_layout Standard
14959 Para poder usar todos los comandos de integrales listados aquí, debe estar
14960  marcada la opción 
14961 \family sans
14962 Usar paquete esint automáticamente
14963 \family default
14964  en el apartado 
14965 \family sans
14966 Ecuaciones
14967 \family default
14968  de la configuración del documento.
14969  
14970 \end_layout
14971
14972 \begin_layout Standard
14973 \begin_inset space \hfill{}
14974 \end_inset
14975
14976
14977 \begin_inset Tabular
14978 <lyxtabular version="3" rows="11" columns="2">
14979 <features>
14980 <column alignment="center" valignment="top" width="0pt">
14981 <column alignment="center" valignment="top" width="0pt">
14982 <row>
14983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987 Comando
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Plain Layout
14996 Resultado
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 </row>
15002 <row>
15003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Plain Layout
15007
15008 \backslash
15009 int
15010 \begin_inset Index
15011 status collapsed
15012
15013 \begin_layout Plain Layout
15014 Comandos ! I ! 
15015 \backslash
15016 int
15017 \end_layout
15018
15019 \end_inset
15020
15021
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030 \begin_inset Formula $\int$
15031 \end_inset
15032
15033
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 </row>
15039 <row>
15040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044
15045 \backslash
15046 oint
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Plain Layout
15055 \begin_inset Formula $\oint$
15056 \end_inset
15057
15058
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 </row>
15064 <row>
15065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069
15070 \backslash
15071 ointctrclockwise
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080 \begin_inset Formula $\ointctrclockwise$
15081 \end_inset
15082
15083
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 </row>
15089 <row>
15090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094
15095 \backslash
15096 ointclockwise
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105 \begin_inset Formula $\ointclockwise$
15106 \end_inset
15107
15108
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 </row>
15114 <row>
15115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119
15120 \backslash
15121 sqint
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Plain Layout
15130 \begin_inset Formula $\sqint$
15131 \end_inset
15132
15133
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 </row>
15139 <row>
15140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144
15145 \backslash
15146 fint
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155  
15156 \begin_inset Formula $\fint$
15157 \end_inset
15158
15159
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 </row>
15165 <row>
15166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170
15171 \backslash
15172 landupint
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181  
15182 \begin_inset Formula $\landupint$
15183 \end_inset
15184
15185
15186 \end_layout
15187
15188 \end_inset
15189 </cell>
15190 </row>
15191 <row>
15192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196
15197 \backslash
15198 landdownint
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15204 \begin_inset Text
15205
15206 \begin_layout Plain Layout
15207  
15208 \begin_inset Formula $\landdownint$
15209 \end_inset
15210
15211
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 </row>
15217 <row>
15218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222
15223 \backslash
15224 bigcap
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Plain Layout
15233 \begin_inset Formula $\bigcap$
15234 \end_inset
15235
15236
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 </row>
15242 <row>
15243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247
15248 \backslash
15249 bigcup
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15255 \begin_inset Text
15256
15257 \begin_layout Plain Layout
15258 \begin_inset Formula $\bigcup$
15259 \end_inset
15260
15261
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 </row>
15267 </lyxtabular>
15268
15269 \end_inset
15270
15271
15272 \begin_inset space \hfill{}
15273 \end_inset
15274
15275
15276 \begin_inset Tabular
15277 <lyxtabular version="3" rows="11" columns="2">
15278 <features>
15279 <column alignment="center" valignment="top" width="0pt">
15280 <column alignment="center" valignment="top" width="0pt">
15281 <row>
15282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15283 \begin_inset Text
15284
15285 \begin_layout Plain Layout
15286 Comando
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15292 \begin_inset Text
15293
15294 \begin_layout Plain Layout
15295 Resultado
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 </row>
15301 <row>
15302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15303 \begin_inset Text
15304
15305 \begin_layout Plain Layout
15306
15307 \backslash
15308 sum
15309 \begin_inset Index
15310 status collapsed
15311
15312 \begin_layout Plain Layout
15313 Comandos ! S ! 
15314 \backslash
15315 sum
15316 \end_layout
15317
15318 \end_inset
15319
15320
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329 \begin_inset Formula $\sum$
15330 \end_inset
15331
15332
15333 \end_layout
15334
15335 \end_inset
15336 </cell>
15337 </row>
15338 <row>
15339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343
15344 \backslash
15345 prod
15346 \begin_inset Index
15347 status collapsed
15348
15349 \begin_layout Plain Layout
15350 Comandos ! P ! 
15351 \backslash
15352 prod
15353 \end_layout
15354
15355 \end_inset
15356
15357
15358 \end_layout
15359
15360 \end_inset
15361 </cell>
15362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15363 \begin_inset Text
15364
15365 \begin_layout Plain Layout
15366 \begin_inset Formula $\prod$
15367 \end_inset
15368
15369
15370 \end_layout
15371
15372 \end_inset
15373 </cell>
15374 </row>
15375 <row>
15376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Plain Layout
15380
15381 \backslash
15382 coprod
15383 \end_layout
15384
15385 \end_inset
15386 </cell>
15387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15388 \begin_inset Text
15389
15390 \begin_layout Plain Layout
15391 \begin_inset Formula $\coprod$
15392 \end_inset
15393
15394
15395 \end_layout
15396
15397 \end_inset
15398 </cell>
15399 </row>
15400 <row>
15401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15402 \begin_inset Text
15403
15404 \begin_layout Plain Layout
15405
15406 \backslash
15407 bigodot
15408 \end_layout
15409
15410 \end_inset
15411 </cell>
15412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15413 \begin_inset Text
15414
15415 \begin_layout Plain Layout
15416 \begin_inset Formula $\bigodot$
15417 \end_inset
15418
15419
15420 \end_layout
15421
15422 \end_inset
15423 </cell>
15424 </row>
15425 <row>
15426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430
15431 \backslash
15432 bigotimes
15433 \end_layout
15434
15435 \end_inset
15436 </cell>
15437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15438 \begin_inset Text
15439
15440 \begin_layout Plain Layout
15441 \begin_inset Formula $\bigotimes$
15442 \end_inset
15443
15444
15445 \end_layout
15446
15447 \end_inset
15448 </cell>
15449 </row>
15450 <row>
15451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455
15456 \backslash
15457 bigoplus
15458 \end_layout
15459
15460 \end_inset
15461 </cell>
15462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15463 \begin_inset Text
15464
15465 \begin_layout Plain Layout
15466 \begin_inset Formula $\bigoplus$
15467 \end_inset
15468
15469
15470 \end_layout
15471
15472 \end_inset
15473 </cell>
15474 </row>
15475 <row>
15476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Plain Layout
15480
15481 \backslash
15482 bigwedge
15483 \end_layout
15484
15485 \end_inset
15486 </cell>
15487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15488 \begin_inset Text
15489
15490 \begin_layout Plain Layout
15491 \begin_inset Formula $\bigwedge$
15492 \end_inset
15493
15494
15495 \end_layout
15496
15497 \end_inset
15498 </cell>
15499 </row>
15500 <row>
15501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15502 \begin_inset Text
15503
15504 \begin_layout Plain Layout
15505
15506 \backslash
15507 bigvee
15508 \end_layout
15509
15510 \end_inset
15511 </cell>
15512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15513 \begin_inset Text
15514
15515 \begin_layout Plain Layout
15516 \begin_inset Formula $\bigvee$
15517 \end_inset
15518
15519
15520 \end_layout
15521
15522 \end_inset
15523 </cell>
15524 </row>
15525 <row>
15526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15527 \begin_inset Text
15528
15529 \begin_layout Plain Layout
15530
15531 \backslash
15532 bigsqcup
15533 \end_layout
15534
15535 \end_inset
15536 </cell>
15537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541 \begin_inset Formula $\bigsqcup$
15542 \end_inset
15543
15544
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 </row>
15550 <row>
15551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555
15556 \backslash
15557 biguplus
15558 \end_layout
15559
15560 \end_inset
15561 </cell>
15562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15563 \begin_inset Text
15564
15565 \begin_layout Plain Layout
15566 \begin_inset Formula $\biguplus$
15567 \end_inset
15568
15569
15570 \end_layout
15571
15572 \end_inset
15573 </cell>
15574 </row>
15575 </lyxtabular>
15576
15577 \end_inset
15578
15579
15580 \begin_inset space \hfill{}
15581 \end_inset
15582
15583
15584 \end_layout
15585
15586 \begin_layout Standard
15587 Todos los operadores grandes se pueden insertar con el botón 
15588 \begin_inset Graphics
15589         filename ../../images/math/intop.png
15590         scale 85
15591
15592 \end_inset
15593
15594  de la barra de ecuaciones.
15595 \end_layout
15596
15597 \begin_layout Standard
15598 Estos operadores son llamados grandes porque son mayores que los operadores
15599  binarios de aspecto semejante.
15600  Todos los operadores grandes pueden tener límites, como se describe en
15601  la subsección siguiente.
15602 \end_layout
15603
15604 \begin_layout Standard
15605 Para todos los operadores de integral hay una segunda versión disponible,
15606  terminando en 
15607 \series bold
15608 op
15609 \series default
15610
15611 \series bold
15612
15613 \backslash
15614 intop
15615 \series default
15616
15617 \series bold
15618
15619 \backslash
15620 ointop
15621 \series default
15622  etc.
15623  Estos operadores difieren de 
15624 \series bold
15625
15626 \backslash
15627 int
15628 \series default
15629 , etc., en el estilo en que se presentan los límites, véase
15630 \series bold
15631  
15632 \series default
15633
15634 \begin_inset CommandInset ref
15635 LatexCommand ref
15636 reference "sub:Límites-de-operadores"
15637
15638 \end_inset
15639
15640 .
15641 \end_layout
15642
15643 \begin_layout Subsubsection*
15644 Sugerencias para las integrales
15645 \end_layout
15646
15647 \begin_layout Standard
15648 La letra 
15649 \emph on
15650 d
15651 \emph default
15652  en una integral es un operador, por consiguiente debe escribirse en redonda.
15653  Esto se hace resaltando la 
15654 \emph on
15655 d
15656 \emph default
15657  y usando el atajo de teclado 
15658 \family sans
15659 Alt+C
15660 \begin_inset space ~
15661 \end_inset
15662
15663 R
15664 \family default
15665 .
15666 \begin_inset Foot
15667 status collapsed
15668
15669 \begin_layout Plain Layout
15670 véase estilos de letras en 
15671 \begin_inset CommandInset ref
15672 LatexCommand ref
15673 reference "sub:Estilos-de-fuentes"
15674
15675 \end_inset
15676
15677  
15678 \end_layout
15679
15680 \end_inset
15681
15682  Delante de la 
15683 \emph on
15684 d
15685 \emph default
15686  se inserta un espacio delgado, como es habitual en los operadores.
15687  Un ejemplo:
15688 \end_layout
15689
15690 \begin_layout Standard
15691 incorrecto: 
15692 \begin_inset Formula $\int A(x)dx$
15693 \end_inset
15694
15695
15696 \begin_inset Newline newline
15697 \end_inset
15698
15699
15700 \begin_inset ERT
15701 status collapsed
15702
15703 \begin_layout Plain Layout
15704
15705
15706 \backslash
15707 hphantom{in}
15708 \end_layout
15709
15710 \end_inset
15711
15712 correcto: 
15713 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15714 \end_inset
15715
15716
15717 \end_layout
15718
15719 \begin_layout Standard
15720 \begin_inset Newpage pagebreak
15721 \end_inset
15722
15723
15724 \end_layout
15725
15726 \begin_layout Standard
15727 Para integrales múltiples hay los siguientes comandos:
15728 \begin_inset VSpace medskip
15729 \end_inset
15730
15731
15732 \end_layout
15733
15734 \begin_layout Standard
15735 \begin_inset space \hfill{}
15736 \end_inset
15737
15738
15739 \begin_inset Tabular
15740 <lyxtabular version="3" rows="4" columns="2">
15741 <features>
15742 <column alignment="center" valignment="top" width="0">
15743 <column alignment="center" valignment="top" width="0">
15744 <row>
15745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749 Comando
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 Resultado
15759 \begin_inset Note Note
15760 status collapsed
15761
15762 \begin_layout Plain Layout
15763
15764 \series bold
15765
15766 \backslash
15767 raisebox
15768 \series default
15769  se usa sólo como espaciador
15770 \end_layout
15771
15772 \end_inset
15773
15774
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 </row>
15780 <row>
15781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785
15786 \backslash
15787 iint
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15797 \end_inset
15798
15799
15800 \end_layout
15801
15802 \end_inset
15803 </cell>
15804 </row>
15805 <row>
15806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810
15811 \backslash
15812 oiint
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15822 \end_inset
15823
15824
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 </row>
15830 <row>
15831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835
15836 \backslash
15837 sqiint
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15847 \end_inset
15848
15849
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 </row>
15855 </lyxtabular>
15856
15857 \end_inset
15858
15859
15860 \begin_inset space \hfill{}
15861 \end_inset
15862
15863
15864 \begin_inset Tabular
15865 <lyxtabular version="3" rows="4" columns="2">
15866 <features>
15867 <column alignment="center" valignment="top" width="0">
15868 <column alignment="center" valignment="top" width="0">
15869 <row>
15870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Plain Layout
15874 Comando
15875 \end_layout
15876
15877 \end_inset
15878 </cell>
15879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883 Resultado
15884 \begin_inset Note Note
15885 status collapsed
15886
15887 \begin_layout Plain Layout
15888
15889 \series bold
15890
15891 \backslash
15892 raisebox
15893 \series default
15894  se usa sólo como espaciador
15895 \end_layout
15896
15897 \end_inset
15898
15899
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 </row>
15905 <row>
15906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910
15911 \backslash
15912 iiint
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15918 \begin_inset Text
15919
15920 \begin_layout Plain Layout
15921 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15922 \end_inset
15923
15924
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 </row>
15930 <row>
15931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935
15936 \backslash
15937 iiiint
15938 \end_layout
15939
15940 \end_inset
15941 </cell>
15942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15943 \begin_inset Text
15944
15945 \begin_layout Plain Layout
15946 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15947 \end_inset
15948
15949
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 </row>
15955 <row>
15956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Plain Layout
15960
15961 \backslash
15962 dotsint
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15972 \end_inset
15973
15974
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 </row>
15980 </lyxtabular>
15981
15982 \end_inset
15983
15984
15985 \begin_inset space \hfill{}
15986 \end_inset
15987
15988
15989 \end_layout
15990
15991 \begin_layout Subsection
15992 Límites de operadores
15993 \begin_inset CommandInset label
15994 LatexCommand label
15995 name "sub:Límites-de-operadores"
15996
15997 \end_inset
15998
15999
16000 \begin_inset Index
16001 status collapsed
16002
16003 \begin_layout Plain Layout
16004 Operadores ! límites de
16005 \end_layout
16006
16007 \end_inset
16008
16009
16010 \end_layout
16011
16012 \begin_layout Standard
16013 Los límites se crean mediante superíndices y subíndices:
16014 \end_layout
16015
16016 \begin_layout Standard
16017 \noindent
16018 \align center
16019 \begin_inset Tabular
16020 <lyxtabular version="3" rows="2" columns="2">
16021 <features>
16022 <column alignment="center" valignment="top" width="0">
16023 <column alignment="center" valignment="top" width="0">
16024 <row>
16025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 Comando
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038 Resultado
16039 \begin_inset Note Note
16040 status collapsed
16041
16042 \begin_layout Plain Layout
16043
16044 \series bold
16045
16046 \backslash
16047 raisebox
16048 \series default
16049  se usa sólo como espaciador
16050 \end_layout
16051
16052 \end_inset
16053
16054
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 </row>
16060 <row>
16061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065
16066 \backslash
16067 prod^
16068 \backslash
16069 infty
16070 \begin_inset ERT
16071 status collapsed
16072
16073 \begin_layout Plain Layout
16074
16075
16076 \backslash
16077 spce 
16078 \end_layout
16079
16080 \end_inset
16081
16082
16083 \begin_inset Formula $\to$
16084 \end_inset
16085
16086 _0
16087 \begin_inset Formula $\to$
16088 \end_inset
16089
16090 A(x)
16091 \end_layout
16092
16093 \end_inset
16094 </cell>
16095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16096 \begin_inset Text
16097
16098 \begin_layout Plain Layout
16099 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16100 \end_inset
16101
16102
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 </row>
16108 </lyxtabular>
16109
16110 \end_inset
16111
16112
16113 \end_layout
16114
16115 \begin_layout Standard
16116 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16117  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16118 \end_layout
16119
16120 \begin_layout Standard
16121 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16122  directamente detrás del operador y se elige 
16123 \series bold
16124 Alineado
16125 \series default
16126  en el menú 
16127 \family sans
16128 Editar\SpecialChar \menuseparator
16129 Ecuación\SpecialChar \menuseparator
16130 Cambiar tipo de límites
16131 \family default
16132  (atajo 
16133 \family sans
16134 Alt+M
16135 \begin_inset space ~
16136 \end_inset
16137
16138 L
16139 \family default
16140 ).
16141  Un ejemplo:
16142 \end_layout
16143
16144 \begin_layout Standard
16145 El tipo de límites por omisión es:
16146 \begin_inset Formula \[
16147 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16148
16149 \end_inset
16150
16151
16152 \end_layout
16153
16154 \begin_layout Standard
16155 Así se ven si se cambia el tipo de límites a 
16156 \series bold
16157 Alineado
16158 \series default
16159 :
16160 \begin_inset Formula \[
16161 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16162
16163 \end_inset
16164
16165
16166 \end_layout
16167
16168 \begin_layout Standard
16169 En integrales, excepto las que terminan en 
16170 \series bold
16171 op
16172 \series default
16173  como 
16174 \series bold
16175
16176 \backslash
16177 intop
16178 \series default
16179
16180 \series bold
16181
16182 \backslash
16183 ointop
16184 \series default
16185 , etc., los límites se colocan por omisión junto al operador.
16186  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16187  operador.
16188  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16189 \series bold
16190 Presentado
16191 \series default
16192  para poner el límite debajo:
16193 \begin_inset Formula \begin{equation}
16194 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}\end{equation}
16195
16196 \end_inset
16197
16198
16199 \begin_inset VSpace medskip
16200 \end_inset
16201
16202 Para especificar condiciones en los límites se usan los comandos 
16203 \series bold
16204
16205 \backslash
16206 subarray
16207 \series default
16208
16209 \begin_inset Index
16210 status collapsed
16211
16212 \begin_layout Plain Layout
16213 Comandos ! S ! 
16214 \backslash
16215 subarray
16216 \end_layout
16217
16218 \end_inset
16219
16220  y 
16221 \series bold
16222
16223 \backslash
16224 substack
16225 \series default
16226
16227 \begin_inset Index
16228 status collapsed
16229
16230 \begin_layout Plain Layout
16231 Comandos ! S ! 
16232 \backslash
16233 substack
16234 \end_layout
16235
16236 \end_inset
16237
16238 .
16239  Por ejemplo, para componer la expresión
16240 \begin_inset Formula \begin{equation}
16241 \sum_{\begin{subarray}{c}
16242 0<k<1000\\
16243 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16244
16245 \end_inset
16246
16247 se ha hecho lo siguiente: primero se escribe el comando 
16248 \series bold
16249
16250 \backslash
16251 sum^n
16252 \series default
16253
16254 \begin_inset ERT
16255 status collapsed
16256
16257 \begin_layout Plain Layout
16258
16259
16260 \backslash
16261 spce 
16262 \end_layout
16263
16264 \end_inset
16265
16266
16267 \series bold
16268 _
16269 \series default
16270 .
16271  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16272  se inserta el comando 
16273 \series bold
16274
16275 \backslash
16276 subarray
16277 \series default
16278
16279 \begin_inset ERT
16280 status collapsed
16281
16282 \begin_layout Plain Layout
16283
16284
16285 \backslash
16286 spce 
16287 \end_layout
16288
16289 \end_inset
16290
16291 .
16292  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16293  distintas.
16294  Cada línea nueva se crea con un salto de línea (
16295 \family sans
16296 Ctrl+Retorno
16297 \family default
16298 ).
16299  Si ahora se escribe en ella
16300 \begin_inset Newline newline
16301 \end_inset
16302
16303
16304 \series bold
16305 0<k<1000 Ctrl+Retorno
16306 \begin_inset Newline newline
16307 \end_inset
16308
16309
16310 \series default
16311 aparece debajo un nuevo marco para la línea nueva.
16312 \end_layout
16313
16314 \begin_layout Standard
16315 La alineación de las líneas puede cambiarse a la izquierda con la 
16316 \family sans
16317 barra de herramientas de tabla
16318 \family default
16319  o con el menú 
16320 \family sans
16321 Editar\SpecialChar \menuseparator
16322 Filas y columnas
16323 \family default
16324 .
16325  Para obtener alineación derecha se inserta 
16326 \series bold
16327
16328 \backslash
16329 hfill
16330 \series default
16331
16332 \begin_inset ERT
16333 status collapsed
16334
16335 \begin_layout Plain Layout
16336
16337
16338 \backslash
16339 spce 
16340 \end_layout
16341
16342 \end_inset
16343
16344  al principio de la línea.
16345 \end_layout
16346
16347 \begin_layout Standard
16348 El comando 
16349 \series bold
16350
16351 \backslash
16352 substack
16353 \series default
16354  es equivalente a 
16355 \series bold
16356
16357 \backslash
16358 subarray
16359 \series default
16360  con la diferencia de que las líneas están siempre centradas.
16361 \begin_inset VSpace bigskip
16362 \end_inset
16363
16364
16365 \end_layout
16366
16367 \begin_layout Standard
16368 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16369  siguientes, como en la ecuación 
16370 \begin_inset CommandInset ref
16371 LatexCommand eqref
16372 reference "eq:substack"
16373
16374 \end_inset
16375
16376 , porque éstos se colocan junto a los límites.
16377 \end_layout
16378
16379 \begin_layout Standard
16380 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16381 \end_layout
16382
16383 \begin_layout Standard
16384
16385 \series bold
16386
16387 \backslash
16388 def
16389 \backslash
16390 clap#1{
16391 \backslash
16392 hbox to 0pt{
16393 \backslash
16394 hss #1
16395 \backslash
16396 hss}}
16397 \begin_inset Newline newline
16398 \end_inset
16399
16400
16401 \backslash
16402 def
16403 \backslash
16404 mathclap {
16405 \backslash
16406 mathpalette 
16407 \backslash
16408 mathclapinternal}
16409 \begin_inset Newline newline
16410 \end_inset
16411
16412
16413 \backslash
16414 def
16415 \backslash
16416 mathclapinternal #1#2{
16417 \backslash
16418 clap{$
16419 \backslash
16420 mathsurround =0pt #1{#2}$}}
16421 \end_layout
16422
16423 \begin_layout Standard
16424 En ella se define el comando 
16425 \series bold
16426
16427 \backslash
16428 mathclap
16429 \series default
16430
16431 \begin_inset Index
16432 status collapsed
16433
16434 \begin_layout Plain Layout
16435 Comandos ! M ! 
16436 \backslash
16437 mathclap
16438 \end_layout
16439
16440 \end_inset
16441
16442  que establece la anchura del límite en 0
16443 \begin_inset space \thinspace{}
16444 \end_inset
16445
16446 pt.
16447  El esquema del comando es:
16448 \end_layout
16449
16450 \begin_layout Standard
16451
16452 \series bold
16453
16454 \backslash
16455 mathclap{límite}
16456 \end_layout
16457
16458 \begin_layout Standard
16459 donde el límite puede consistir en varias condiciones.
16460 \end_layout
16461
16462 \begin_layout Standard
16463 Aplicado en la ecuación 
16464 \begin_inset CommandInset ref
16465 LatexCommand eqref
16466 reference "eq:substack"
16467
16468 \end_inset
16469
16470  se usa el comando
16471 \end_layout
16472
16473 \begin_layout Standard
16474
16475 \series bold
16476
16477 \backslash
16478 sum_
16479 \backslash
16480 mathclap{
16481 \backslash
16482 substack
16483 \begin_inset ERT
16484 status collapsed
16485
16486 \begin_layout Plain Layout
16487
16488
16489 \backslash
16490 spce 
16491 \end_layout
16492
16493 \end_inset
16494
16495 0<k<1000 Ctrl+Retorno
16496 \end_layout
16497
16498 \begin_layout Standard
16499 para componer el límite inferior.
16500  Ahora el sumando está junto al sumatorio:
16501 \begin_inset Formula \[
16502 \sum_{\mathclap{\substack{0<k<1000\\
16503 \\k\,\in\,\mathbb{N}}
16504 }}^{n}k^{-2}\]
16505
16506 \end_inset
16507
16508
16509 \begin_inset VSpace bigskip
16510 \end_inset
16511
16512 Cómo utilizar un límite para varios operadores se describe en la 
16513 \begin_inset CommandInset ref
16514 LatexCommand ref
16515 reference "sub:Operadores-de-usuario"
16516
16517 \end_inset
16518
16519 .
16520 \end_layout
16521
16522 \begin_layout Standard
16523 \begin_inset Newpage newpage
16524 \end_inset
16525
16526
16527 \end_layout
16528
16529 \begin_layout Subsection
16530 Operadores binarios
16531 \begin_inset CommandInset label
16532 LatexCommand label
16533 name "sub:Operadores-binarios"
16534
16535 \end_inset
16536
16537
16538 \begin_inset Index
16539 status collapsed
16540
16541 \begin_layout Plain Layout
16542 Operadores ! binarios
16543 \end_layout
16544
16545 \end_inset
16546
16547
16548 \end_layout
16549
16550 \begin_layout Standard
16551 Los operadores binarios se rodean por espacios si llevan un carácter delante
16552  o detrás.
16553 \begin_inset VSpace medskip
16554 \end_inset
16555
16556
16557 \end_layout
16558
16559 \begin_layout Standard
16560 \begin_inset space \hfill{}
16561 \end_inset
16562
16563
16564 \begin_inset Tabular
16565 <lyxtabular version="3" rows="13" columns="2">
16566 <features>
16567 <column alignment="center" valignment="top" width="0pt">
16568 <column alignment="center" valignment="top" width="0pt">
16569 <row>
16570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574 Comando
16575 \begin_inset Note Note
16576 status collapsed
16577
16578 \begin_layout Plain Layout
16579
16580 \series bold
16581
16582 \backslash
16583 raisebox
16584 \series default
16585  se usa sólo como espaciador
16586 \end_layout
16587
16588 \end_inset
16589
16590
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599 Operador
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 </row>
16605 <row>
16606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610 +
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619 \begin_inset Formula $+$
16620 \end_inset
16621
16622
16623 \end_layout
16624
16625 \end_inset
16626 </cell>
16627 </row>
16628 <row>
16629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633 -
16634 \end_layout
16635
16636 \end_inset
16637 </cell>
16638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Plain Layout
16642 \begin_inset Formula $-$
16643 \end_inset
16644
16645
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 </row>
16651 <row>
16652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Plain Layout
16656
16657 \backslash
16658 pm
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667 \begin_inset Formula $\pm$
16668 \end_inset
16669
16670
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 </row>
16676 <row>
16677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16678 \begin_inset Text
16679
16680 \begin_layout Plain Layout
16681
16682 \backslash
16683 mp
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16689 \begin_inset Text
16690
16691 \begin_layout Plain Layout
16692 \begin_inset Formula $\mp$
16693 \end_inset
16694
16695
16696 \end_layout
16697
16698 \end_inset
16699 </cell>
16700 </row>
16701 <row>
16702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706
16707 \backslash
16708 cdot
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16714 \begin_inset Text
16715
16716 \begin_layout Plain Layout
16717 \begin_inset Formula $\cdot$
16718 \end_inset
16719
16720
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 </row>
16726 <row>
16727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731
16732 \backslash
16733 times
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16739 \begin_inset Text
16740
16741 \begin_layout Plain Layout
16742 \begin_inset Formula $\times$
16743 \end_inset
16744
16745
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 </row>
16751 <row>
16752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756
16757 \backslash
16758 div
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767 \begin_inset Formula $\div$
16768 \end_inset
16769
16770
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 </row>
16776 <row>
16777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781 \begin_inset ERT
16782 status collapsed
16783
16784 \begin_layout Plain Layout
16785
16786
16787 \backslash
16788 raisebox{-1.2mm}{
16789 \end_layout
16790
16791 \end_inset
16792
16793 *
16794 \begin_inset ERT
16795 status collapsed
16796
16797 \begin_layout Plain Layout
16798
16799 }
16800 \end_layout
16801
16802 \end_inset
16803
16804
16805 \end_layout
16806
16807 \end_inset
16808 </cell>
16809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16810 \begin_inset Text
16811
16812 \begin_layout Plain Layout
16813 \begin_inset Formula $*$
16814 \end_inset
16815
16816
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 </row>
16822 <row>
16823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827
16828 \backslash
16829 star
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838 \begin_inset Formula $\star$
16839 \end_inset
16840
16841
16842 \end_layout
16843
16844 \end_inset
16845 </cell>
16846 </row>
16847 <row>
16848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852
16853 \backslash
16854 circ
16855 \end_layout
16856
16857 \end_inset
16858 </cell>
16859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16860 \begin_inset Text
16861
16862 \begin_layout Plain Layout
16863 \begin_inset Formula $\circ$
16864 \end_inset
16865
16866
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 </row>
16872 <row>
16873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16874 \begin_inset Text
16875
16876 \begin_layout Plain Layout
16877
16878 \backslash
16879 diamond
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888 \begin_inset Formula $\diamond$
16889 \end_inset
16890
16891
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 </row>
16897 <row>
16898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16899 \begin_inset Text
16900
16901 \begin_layout Plain Layout
16902
16903 \backslash
16904 bullet
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Plain Layout
16913 \begin_inset Formula $\bullet$
16914 \end_inset
16915
16916
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 </row>
16922 </lyxtabular>
16923
16924 \end_inset
16925
16926
16927 \begin_inset space \hfill{}
16928 \end_inset
16929
16930
16931 \begin_inset Tabular
16932 <lyxtabular version="3" rows="13" columns="2">
16933 <features>
16934 <column alignment="center" valignment="top" width="0pt">
16935 <column alignment="center" valignment="top" width="0pt">
16936 <row>
16937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 Comando
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 Operador
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 </row>
16956 <row>
16957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961
16962 \backslash
16963 nabla
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972 \begin_inset Formula $\nabla$
16973 \end_inset
16974
16975
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 </row>
16981 <row>
16982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986
16987 \backslash
16988 bigtriangledown
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997 \begin_inset Formula $\bigtriangledown$
16998 \end_inset
16999
17000
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 </row>
17006 <row>
17007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011
17012 \backslash
17013 bigtriangleup
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022 \begin_inset Formula $\bigtriangleup$
17023 \end_inset
17024
17025
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 </row>
17031 <row>
17032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Plain Layout
17036
17037 \backslash
17038 Box
17039 \end_layout
17040
17041 \end_inset
17042 </cell>
17043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047 \begin_inset Formula $\Box$
17048 \end_inset
17049
17050
17051 \end_layout
17052
17053 \end_inset
17054 </cell>
17055 </row>
17056 <row>
17057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061
17062 \backslash
17063 cap 
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072 \begin_inset Formula $\cap$
17073 \end_inset
17074
17075
17076 \end_layout
17077
17078 \end_inset
17079 </cell>
17080 </row>
17081 <row>
17082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17083 \begin_inset Text
17084
17085 \begin_layout Plain Layout
17086
17087 \backslash
17088 cup
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097 \begin_inset Formula $\cup$
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 </row>
17106 <row>
17107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Plain Layout
17111
17112 \backslash
17113 dagger
17114 \end_layout
17115
17116 \end_inset
17117 </cell>
17118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17119 \begin_inset Text
17120
17121 \begin_layout Plain Layout
17122 \begin_inset Formula $\dagger$
17123 \end_inset
17124
17125
17126 \end_layout
17127
17128 \end_inset
17129 </cell>
17130 </row>
17131 <row>
17132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136
17137 \backslash
17138 ddagger
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147 \begin_inset Formula $\ddagger$
17148 \end_inset
17149
17150
17151 \end_layout
17152
17153 \end_inset
17154 </cell>
17155 </row>
17156 <row>
17157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout Plain Layout
17161
17162 \backslash
17163 wr
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172 \begin_inset Formula $\wr$
17173 \end_inset
17174
17175
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 </row>
17181 <row>
17182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186
17187 \backslash
17188 bigcirc
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197 \begin_inset Formula $\bigcirc$
17198 \end_inset
17199
17200
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 </row>
17206 <row>
17207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211
17212 \backslash
17213 wedge
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Plain Layout
17222 \begin_inset Formula $\wedge$
17223 \end_inset
17224
17225
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 </row>
17231 <row>
17232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236
17237 \backslash
17238 vee
17239 \end_layout
17240
17241 \end_inset
17242 </cell>
17243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247 \begin_inset Formula $\vee$
17248 \end_inset
17249
17250
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 </row>
17256 </lyxtabular>
17257
17258 \end_inset
17259
17260
17261 \begin_inset space \hfill{}
17262 \end_inset
17263
17264
17265 \begin_inset Tabular
17266 <lyxtabular version="3" rows="13" columns="2">
17267 <features>
17268 <column alignment="center" valignment="top" width="0pt">
17269 <column alignment="center" valignment="top" width="0pt">
17270 <row>
17271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17272 \begin_inset Text
17273
17274 \begin_layout Plain Layout
17275 Comando
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284 Operador
17285 \end_layout
17286
17287 \end_inset
17288 </cell>
17289 </row>
17290 <row>
17291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295
17296 \backslash
17297 oplus
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306 \begin_inset Formula $\oplus$
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 </row>
17315 <row>
17316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320
17321 \backslash
17322 ominus
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331 \begin_inset Formula $\ominus$
17332 \end_inset
17333
17334
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 </row>
17340 <row>
17341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345
17346 \backslash
17347 otimes
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356 \begin_inset Formula $\otimes$
17357 \end_inset
17358
17359
17360 \end_layout
17361
17362 \end_inset
17363 </cell>
17364 </row>
17365 <row>
17366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370
17371 \backslash
17372 oslash
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381 \begin_inset Formula $\oslash$
17382 \end_inset
17383
17384
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 </row>
17390 <row>
17391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395
17396 \backslash
17397 odot
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406 \begin_inset Formula $\odot$
17407 \end_inset
17408
17409
17410 \end_layout
17411
17412 \end_inset
17413 </cell>
17414 </row>
17415 <row>
17416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17417 \begin_inset Text
17418
17419 \begin_layout Plain Layout
17420
17421 \backslash
17422 amalg
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431 \begin_inset Formula $\amalg$
17432 \end_inset
17433
17434
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 </row>
17440 <row>
17441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445
17446 \backslash
17447 uplus
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 \begin_inset Formula $\uplus$
17457 \end_inset
17458
17459
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 </row>
17465 <row>
17466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470
17471 \backslash
17472 setminus
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Plain Layout
17481 \begin_inset Formula $\setminus$
17482 \end_inset
17483
17484
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 </row>
17490 <row>
17491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17492 \begin_inset Text
17493
17494 \begin_layout Plain Layout
17495
17496 \backslash
17497 sqcap
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506 \begin_inset Formula $\sqcap$
17507 \end_inset
17508
17509
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 </row>
17515 <row>
17516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520
17521 \backslash
17522 sqcup
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531 \begin_inset Formula $\sqcup$
17532 \end_inset
17533
17534
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 </row>
17540 <row>
17541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17542 \begin_inset Text
17543
17544 \begin_layout Plain Layout
17545
17546 \backslash
17547 triangleleft
17548 \end_layout
17549
17550 \end_inset
17551 </cell>
17552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556 \begin_inset Formula $\triangleleft$
17557 \end_inset
17558
17559
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 </row>
17565 <row>
17566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17567 \begin_inset Text
17568
17569 \begin_layout Plain Layout
17570
17571 \backslash
17572 triangleright
17573 \end_layout
17574
17575 \end_inset
17576 </cell>
17577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17578 \begin_inset Text
17579
17580 \begin_layout Plain Layout
17581 \begin_inset Formula $\triangleright$
17582 \end_inset
17583
17584
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 </row>
17590 </lyxtabular>
17591
17592 \end_inset
17593
17594
17595 \begin_inset space \hfill{}
17596 \end_inset
17597
17598
17599 \end_layout
17600
17601 \begin_layout Standard
17602 Todos los operadores binarios se pueden insertar también con el botón 
17603 \begin_inset Graphics
17604         filename ../../images/math/pm.png
17605         scale 85
17606
17607 \end_inset
17608
17609  de la barra de ecuaciones.
17610 \end_layout
17611
17612 \begin_layout Standard
17613 Para imprimir el operador Laplace se pueden usar 
17614 \series bold
17615
17616 \backslash
17617 Delta
17618 \series default
17619  o 
17620 \series bold
17621
17622 \backslash
17623 nabla
17624 \series default
17625 ^
17626 \series bold
17627 2
17628 \series default
17629  (
17630 \begin_inset Formula $\nabla^{2}$
17631 \end_inset
17632
17633 ) en vez de 
17634 \series bold
17635
17636 \backslash
17637 bigtriangleup
17638 \series default
17639 .
17640 \end_layout
17641
17642 \begin_layout Standard
17643 El carácter 
17644 \family sans
17645 Separador de menú
17646 \family default
17647  del menú 
17648 \family sans
17649 Insertar\SpecialChar \menuseparator
17650 Carácter especial
17651 \family default
17652  es el operador 
17653 \series bold
17654
17655 \backslash
17656 triangleright
17657 \series default
17658 .
17659 \end_layout
17660
17661 \begin_layout Subsection
17662 Operadores definidos por el usuario
17663 \begin_inset CommandInset label
17664 LatexCommand label
17665 name "sub:Operadores-de-usuario"
17666
17667 \end_inset
17668
17669
17670 \begin_inset Index
17671 status collapsed
17672
17673 \begin_layout Plain Layout
17674 Operadores ! personalizados
17675 \end_layout
17676
17677 \end_inset
17678
17679
17680 \end_layout
17681
17682 \begin_layout Standard
17683 Con ayuda del comando 
17684 \series bold
17685
17686 \backslash
17687 DeclareMathOperator
17688 \series default
17689
17690 \begin_inset Index
17691 status collapsed
17692
17693 \begin_layout Plain Layout
17694 Comandos ! D ! 
17695 \backslash
17696 dbinom@
17697 \backslash
17698 DeclareMathOperator
17699 \end_layout
17700
17701 \end_inset
17702
17703  se pueden definir operadores personalizados en el preámbulo LaTeX.
17704  Su esquema es:
17705 \end_layout
17706
17707 \begin_layout Standard
17708
17709 \series bold
17710
17711 \backslash
17712 DeclareMathOperator{comando nuevo}{presentación}
17713 \end_layout
17714
17715 \begin_layout Standard
17716 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17717  en la salida.
17718  Para definir un operador grande hay que añadirle un * detrás.
17719  Todos los operadores grandes personalizados pueden tener límites como se
17720  describe en 
17721 \begin_inset CommandInset ref
17722 LatexCommand ref
17723 reference "sub:Límites-de-operadores"
17724
17725 \end_inset
17726
17727 .
17728 \end_layout
17729
17730 \begin_layout Standard
17731 Por ejemplo, la línea en el preámbulo LaTeX
17732 \end_layout
17733
17734 \begin_layout Standard
17735
17736 \series bold
17737
17738 \backslash
17739 DeclareMathOperator*{
17740 \backslash
17741 Lozenge}{
17742 \backslash
17743 blacklozenge}
17744 \end_layout
17745
17746 \begin_layout Standard
17747 define el comando 
17748 \series bold
17749
17750 \backslash
17751 Lozenge
17752 \series default
17753 , que inserta un operador grande que es el símbolo blacklozenge de la 
17754 \begin_inset CommandInset ref
17755 LatexCommand ref
17756 reference "sub:Símbolos-misceláneos"
17757
17758 \end_inset
17759
17760 .
17761 \begin_inset Formula \[
17762 \Lozenge_{n=1}^{\infty}\]
17763
17764 \end_inset
17765
17766 El comando para esta expresión es: 
17767 \series bold
17768
17769 \backslash
17770 Lozenge^
17771 \backslash
17772 infty
17773 \begin_inset Formula $\rightarrow$
17774 \end_inset
17775
17776 _n=1
17777 \begin_inset VSpace bigskip
17778 \end_inset
17779
17780
17781 \end_layout
17782
17783 \begin_layout Standard
17784 Si los operadores personalizados no se van a usar varias veces en el documento,
17785  se pueden también definir con los comandos 
17786 \series bold
17787
17788 \backslash
17789 mathop
17790 \series default
17791
17792 \begin_inset Index
17793 status collapsed
17794
17795 \begin_layout Plain Layout
17796 Comandos ! M ! 
17797 \backslash
17798 mathop
17799 \end_layout
17800
17801 \end_inset
17802
17803  y 
17804 \series bold
17805
17806 \backslash
17807 mathbin
17808 \series default
17809
17810 \begin_inset Index
17811 status collapsed
17812
17813 \begin_layout Plain Layout
17814 Comandos ! M ! 
17815 \backslash
17816 mathbin
17817 \end_layout
17818
17819 \end_inset
17820
17821 , con el siguiente esquema:
17822 \end_layout
17823
17824 \begin_layout Standard
17825
17826 \series bold
17827
17828 \backslash
17829 mathop{presentación}
17830 \series default
17831  y 
17832 \series bold
17833
17834 \backslash
17835 mathbin{presentación}
17836 \end_layout
17837
17838 \begin_layout Standard
17839
17840 \series bold
17841
17842 \backslash
17843 mathop
17844 \series default
17845  define operadores grandes, 
17846 \series bold
17847
17848 \backslash
17849 mathbin
17850 \series default
17851  operadores binarios.
17852 \end_layout
17853
17854 \begin_layout Standard
17855
17856 \series bold
17857
17858 \backslash
17859 mathop
17860 \series default
17861  se puede usar, p.e., para poner un límite a varios operadores:
17862 \begin_inset Formula \[
17863 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17864
17865 \end_inset
17866
17867
17868 \end_layout
17869
17870 \begin_layout Standard
17871 El comando para la expresión anterior es:
17872 \begin_inset Newline newline
17873 \end_inset
17874
17875
17876 \series bold
17877
17878 \backslash
17879 mathop{
17880 \backslash
17881 sum
17882 \backslash
17883 negmedspace
17884 \backslash
17885 sum
17886 \series default
17887
17888 \begin_inset ERT
17889 status collapsed
17890
17891 \begin_layout Plain Layout
17892
17893
17894 \backslash
17895 spce 
17896 \end_layout
17897
17898 \end_inset
17899
17900
17901 \series bold
17902
17903 \begin_inset Formula $\to$
17904 \end_inset
17905
17906 ^N
17907 \series default
17908
17909 \begin_inset ERT
17910 status collapsed
17911
17912 \begin_layout Plain Layout
17913
17914
17915 \backslash
17916 spce 
17917 \end_layout
17918
17919 \end_inset
17920
17921
17922 \series bold
17923 _i,j=1
17924 \end_layout
17925
17926 \begin_layout Section
17927 Fuentes
17928 \begin_inset Index
17929 status collapsed
17930
17931 \begin_layout Plain Layout
17932 Fuentes
17933 \end_layout
17934
17935 \end_inset
17936
17937
17938 \end_layout
17939
17940 \begin_layout Subsection
17941 Estilos de fuentes
17942 \begin_inset CommandInset label
17943 LatexCommand label
17944 name "sub:Estilos-de-fuentes"
17945
17946 \end_inset
17947
17948
17949 \begin_inset Index
17950 status collapsed
17951
17952 \begin_layout Plain Layout
17953 Fuentes ! estilos de
17954 \end_layout
17955
17956 \end_inset
17957
17958
17959 \end_layout
17960
17961 \begin_layout Standard
17962 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17963  estilos:
17964 \end_layout
17965
17966 \begin_layout Standard
17967 \begin_inset VSpace -2mm
17968 \end_inset
17969
17970
17971 \end_layout
17972
17973 \begin_layout Standard
17974 \align center
17975 \begin_inset Tabular
17976 <lyxtabular version="3" rows="6" columns="3">
17977 <features>
17978 <column alignment="center" valignment="top" width="0">
17979 <column alignment="center" valignment="top" width="0">
17980 <column alignment="center" valignment="top" width="0">
17981 <row>
17982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17983 \begin_inset Text
17984
17985 \begin_layout Plain Layout
17986 Comando
17987 \end_layout
17988
17989 \end_inset
17990 </cell>
17991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17992 \begin_inset Text
17993
17994 \begin_layout Plain Layout
17995 Resultado
17996 \end_layout
17997
17998 \end_inset
17999 </cell>
18000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18001 \begin_inset Text
18002
18003 \begin_layout Plain Layout
18004 atajo
18005 \end_layout
18006
18007 \end_inset
18008 </cell>
18009 </row>
18010 <row>
18011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18012 \begin_inset Text
18013
18014 \begin_layout Plain Layout
18015
18016 \backslash
18017 mathbb
18018 \series bold
18019
18020 \begin_inset ERT
18021 status collapsed
18022
18023 \begin_layout Plain Layout
18024
18025
18026 \backslash
18027 spce 
18028 \end_layout
18029
18030 \end_inset
18031
18032
18033 \series default
18034 ABC
18035 \end_layout
18036
18037 \end_inset
18038 </cell>
18039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18040 \begin_inset Text
18041
18042 \begin_layout Plain Layout
18043 \begin_inset Formula $\mathbb{ABC}$
18044 \end_inset
18045
18046
18047 \end_layout
18048
18049 \end_inset
18050 </cell>
18051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18052 \begin_inset Text
18053
18054 \begin_layout Plain Layout
18055
18056 \family sans
18057 Alt+C C
18058 \end_layout
18059
18060 \end_inset
18061 </cell>
18062 </row>
18063 <row>
18064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18065 \begin_inset Text
18066
18067 \begin_layout Plain Layout
18068
18069 \backslash
18070 mathbf
18071 \series bold
18072
18073 \begin_inset ERT
18074 status collapsed
18075
18076 \begin_layout Plain Layout
18077
18078
18079 \backslash
18080 spce 
18081 \end_layout
18082
18083 \end_inset
18084
18085
18086 \series default
18087 AbC
18088 \end_layout
18089
18090 \end_inset
18091 </cell>
18092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18093 \begin_inset Text
18094
18095 \begin_layout Plain Layout
18096 \begin_inset Formula $\mathbf{AbC}$
18097 \end_inset
18098
18099
18100 \end_layout
18101
18102 \end_inset
18103 </cell>
18104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18105 \begin_inset Text
18106
18107 \begin_layout Plain Layout
18108
18109 \family sans
18110 Ctrl+B
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 </row>
18116 <row>
18117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18118 \begin_inset Text
18119
18120 \begin_layout Plain Layout
18121
18122 \backslash
18123 boldsymbol
18124 \series bold
18125
18126 \begin_inset ERT
18127 status collapsed
18128
18129 \begin_layout Plain Layout
18130
18131
18132 \backslash
18133 spce 
18134 \end_layout
18135
18136 \end_inset
18137
18138
18139 \series default
18140 AbC
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149 \begin_inset Formula $\boldsymbol{AbC}$
18150 \end_inset
18151
18152
18153 \end_layout
18154
18155 \end_inset
18156 </cell>
18157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18158 \begin_inset Text
18159
18160 \begin_layout Plain Layout
18161
18162 \family sans
18163 Ctrl+Alt+B , Alt+C B
18164 \end_layout
18165
18166 \end_inset
18167 </cell>
18168 </row>
18169 <row>
18170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174
18175 \backslash
18176 mathcal
18177 \series bold
18178
18179 \begin_inset ERT
18180 status collapsed
18181
18182 \begin_layout Plain Layout
18183
18184
18185 \backslash
18186 spce 
18187 \end_layout
18188
18189 \end_inset
18190
18191
18192 \series default
18193 ABC
18194 \end_layout
18195
18196 \end_inset
18197 </cell>
18198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18199 \begin_inset Text
18200
18201 \begin_layout Plain Layout
18202 \begin_inset Formula $\mathcal{ABC}$
18203 \end_inset
18204
18205
18206 \end_layout
18207
18208 \end_inset
18209 </cell>
18210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18211 \begin_inset Text
18212
18213 \begin_layout Plain Layout
18214
18215 \family sans
18216 Ctrl+E , Alt+C E
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 </row>
18222 <row>
18223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227
18228 \backslash
18229 mathfrak
18230 \series bold
18231
18232 \begin_inset ERT
18233 status collapsed
18234
18235 \begin_layout Plain Layout
18236
18237
18238 \backslash
18239 spce 
18240 \end_layout
18241
18242 \end_inset
18243
18244
18245 \series default
18246 AbC
18247 \end_layout
18248
18249 \end_inset
18250 </cell>
18251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Plain Layout
18255 \begin_inset Formula $\mathfrak{AbC}$
18256 \end_inset
18257
18258
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267 -
18268 \end_layout
18269
18270 \end_inset
18271 </cell>
18272 </row>
18273 </lyxtabular>
18274
18275 \end_inset
18276
18277
18278 \end_layout
18279
18280 \begin_layout Standard
18281 \align center
18282 \begin_inset Tabular
18283 <lyxtabular version="3" rows="5" columns="3">
18284 <features>
18285 <column alignment="center" valignment="top" width="0">
18286 <column alignment="center" valignment="top" width="0">
18287 <column alignment="center" valignment="top" width="0">
18288 <row>
18289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18290 \begin_inset Text
18291
18292 \begin_layout Plain Layout
18293 Comando
18294 \end_layout
18295
18296 \end_inset
18297 </cell>
18298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18299 \begin_inset Text
18300
18301 \begin_layout Plain Layout
18302 Resultado
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18308 \begin_inset Text
18309
18310 \begin_layout Plain Layout
18311 atajo
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 </row>
18317 <row>
18318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18319 \begin_inset Text
18320
18321 \begin_layout Plain Layout
18322
18323 \backslash
18324 mathit
18325 \series bold
18326
18327 \begin_inset ERT
18328 status collapsed
18329
18330 \begin_layout Plain Layout
18331
18332
18333 \backslash
18334 spce 
18335 \end_layout
18336
18337 \end_inset
18338
18339
18340 \series default
18341 AbC
18342 \end_layout
18343
18344 \end_inset
18345 </cell>
18346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18347 \begin_inset Text
18348
18349 \begin_layout Plain Layout
18350 \begin_inset Formula $\mathit{AbC}$
18351 \end_inset
18352
18353
18354 \end_layout
18355
18356 \end_inset
18357 </cell>
18358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362 -
18363 \end_layout
18364
18365 \end_inset
18366 </cell>
18367 </row>
18368 <row>
18369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373
18374 \backslash
18375 mathrm
18376 \series bold
18377
18378 \begin_inset ERT
18379 status collapsed
18380
18381 \begin_layout Plain Layout
18382
18383
18384 \backslash
18385 spce 
18386 \end_layout
18387
18388 \end_inset
18389
18390
18391 \series default
18392 AbC
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401 \begin_inset Formula $\mathrm{AbC}$
18402 \end_inset
18403
18404
18405 \end_layout
18406
18407 \end_inset
18408 </cell>
18409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18410 \begin_inset Text
18411
18412 \begin_layout Plain Layout
18413
18414 \family sans
18415 Alt+C R
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 </row>
18421 <row>
18422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426
18427 \backslash
18428 mathsf
18429 \series bold
18430
18431 \begin_inset ERT
18432 status collapsed
18433
18434 \begin_layout Plain Layout
18435
18436
18437 \backslash
18438 spce 
18439 \end_layout
18440
18441 \end_inset
18442
18443
18444 \series default
18445 AbC
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18451 \begin_inset Text
18452
18453 \begin_layout Plain Layout
18454 \begin_inset Formula $\mathsf{AbC}$
18455 \end_inset
18456
18457
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18463 \begin_inset Text
18464
18465 \begin_layout Plain Layout
18466
18467 \family sans
18468 Alt+C S
18469 \end_layout
18470
18471 \end_inset
18472 </cell>
18473 </row>
18474 <row>
18475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18476 \begin_inset Text
18477
18478 \begin_layout Plain Layout
18479
18480 \backslash
18481 mathtt
18482 \series bold
18483
18484 \begin_inset ERT
18485 status collapsed
18486
18487 \begin_layout Plain Layout
18488
18489
18490 \backslash
18491 spce 
18492 \end_layout
18493
18494 \end_inset
18495
18496
18497 \series default
18498 AbC
18499 \end_layout
18500
18501 \end_inset
18502 </cell>
18503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18504 \begin_inset Text
18505
18506 \begin_layout Plain Layout
18507 \begin_inset Formula $\mathtt{AbC}$
18508 \end_inset
18509
18510
18511 \end_layout
18512
18513 \end_inset
18514 </cell>
18515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18516 \begin_inset Text
18517
18518 \begin_layout Plain Layout
18519
18520 \family sans
18521 Ctrl+Mayúsculas+P
18522 \end_layout
18523
18524 \end_inset
18525 </cell>
18526 </row>
18527 </lyxtabular>
18528
18529 \end_inset
18530
18531
18532 \end_layout
18533
18534 \begin_layout Standard
18535 \begin_inset Note Greyedout
18536 status open
18537
18538 \begin_layout Plain Layout
18539
18540 \series bold
18541 Nota
18542 \series default
18543 : Los estilos 
18544 \series bold
18545
18546 \backslash
18547 mathbb
18548 \series default
18549  y 
18550 \series bold
18551
18552 \backslash
18553 mathcal
18554 \series default
18555  sólo se aplican a letras mayúsculas.
18556 \end_layout
18557
18558 \end_inset
18559
18560
18561 \end_layout
18562
18563 \begin_layout Standard
18564 El estilo predeterminado es 
18565 \series bold
18566
18567 \backslash
18568 mathnormal
18569 \series default
18570 .
18571 \end_layout
18572
18573 \begin_layout Standard
18574 Los comandos de estilo funcionan también en estructuras matemáticas:
18575 \begin_inset Formula \[
18576 \mathfrak{A=\frac{b}{C}}\]
18577
18578 \end_inset
18579
18580
18581 \end_layout
18582
18583 \begin_layout Standard
18584 Los caracteres en texto matemático no aparecen en un estilo de letra de
18585  ecuaciones sino en el estilo 
18586 \series bold
18587
18588 \backslash
18589 textrm
18590 \series default
18591 .
18592  Este estilo no se puede poner correctamente con el diálogo de estilo de
18593  texto por un fallo de LyX.
18594 \begin_inset Foot
18595 status collapsed
18596
18597 \begin_layout Plain Layout
18598 \begin_inset CommandInset href
18599 LatexCommand href
18600 name "LyX-bug #4629"
18601 target "http://www.lyx.org/trac/ticket/4629"
18602
18603 \end_inset
18604
18605
18606 \end_layout
18607
18608 \end_inset
18609
18610
18611 \end_layout
18612
18613 \begin_layout Standard
18614 En vez de comandos se puede usar el menú 
18615 \family sans
18616 Editar\SpecialChar \menuseparator
18617 Ecuación\SpecialChar \menuseparator
18618 Estilo del texto
18619 \family default
18620  o el botón 
18621 \begin_inset Graphics
18622         filename ../../images/math/font.png
18623         scale 85
18624
18625 \end_inset
18626
18627 .
18628 \end_layout
18629
18630 \begin_layout Subsection
18631 Ecuaciones en negrita
18632 \begin_inset CommandInset label
18633 LatexCommand label
18634 name "sub:Ecuaciones-en-negrita"
18635
18636 \end_inset
18637
18638
18639 \begin_inset Index
18640 status collapsed
18641
18642 \begin_layout Plain Layout
18643 Ecuación ! en negrita
18644 \end_layout
18645
18646 \end_inset
18647
18648
18649 \end_layout
18650
18651 \begin_layout Standard
18652 Para poner en negrita una ecuación completa no se puede usar el comando
18653  
18654 \series bold
18655
18656 \backslash
18657 mathbf
18658 \series default
18659 , porque no funciona con minúsculas griegas.
18660  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18661 \begin_inset Formula \[
18662 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}\]
18663
18664 \end_inset
18665
18666
18667 \end_layout
18668
18669 \begin_layout Standard
18670 Para presentar la ecuación correctamente se usa el comando 
18671 \series bold
18672 boldsymbol
18673 \series default
18674 :
18675 \begin_inset Formula \[
18676 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}\]
18677
18678 \end_inset
18679
18680
18681 \end_layout
18682
18683 \begin_layout Standard
18684 También es posible poner la fórmula en un 
18685 \series bold
18686 entorno boldmath
18687 \series default
18688 , que se inserta con el comando 
18689 \series bold
18690
18691 \backslash
18692 boldmath
18693 \series default
18694
18695 \begin_inset Index
18696 status collapsed
18697
18698 \begin_layout Plain Layout
18699 Comandos ! B ! 
18700 \backslash
18701 boldmath
18702 \end_layout
18703
18704 \end_inset
18705
18706  en modo TeX.
18707  Para finalizar el entorno se usa el comando 
18708 \series bold
18709
18710 \backslash
18711 unboldmath
18712 \series default
18713
18714 \begin_inset Index
18715 status collapsed
18716
18717 \begin_layout Plain Layout
18718 Comandos ! U ! 
18719 \backslash
18720 unboldmath
18721 \end_layout
18722
18723 \end_inset
18724
18725  en modo TeX.
18726 \begin_inset ERT
18727 status collapsed
18728
18729 \begin_layout Plain Layout
18730
18731
18732 \backslash
18733 boldmath
18734 \end_layout
18735
18736 \end_inset
18737
18738
18739 \begin_inset Formula \[
18740 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}\]
18741
18742 \end_inset
18743
18744
18745 \end_layout
18746
18747 \begin_layout Standard
18748 \begin_inset ERT
18749 status collapsed
18750
18751 \begin_layout Plain Layout
18752
18753
18754 \backslash
18755 unboldmath
18756 \end_layout
18757
18758 \end_inset
18759
18760
18761 \end_layout
18762
18763 \begin_layout Subsection
18764 Ecuaciones coloreadas
18765 \begin_inset Index
18766 status collapsed
18767
18768 \begin_layout Plain Layout
18769 Ecuación ! coloreada
18770 \end_layout
18771
18772 \end_inset
18773
18774
18775 \end_layout
18776
18777 \begin_layout Standard
18778 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
18779  o una parte de una ecuación y usa el diálogo 
18780 \family sans
18781 Estilo del texto
18782 \family default
18783 .
18784  Aquí hay una ecuación en magenta:
18785 \begin_inset Formula \[
18786 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18787
18788 \end_inset
18789
18790 También puedes definir tus propios colores como se describe en
18791 \begin_inset space ~
18792 \end_inset
18793
18794
18795 \begin_inset CommandInset ref
18796 LatexCommand ref
18797 reference "sub:Cuadros-coloreados"
18798
18799 \end_inset
18800
18801 .
18802  Pueden usarse con el comando en código TeX 
18803 \series bold
18804
18805 \backslash
18806 textcolor
18807 \series default
18808
18809 \begin_inset Index
18810 status collapsed
18811
18812 \begin_layout Plain Layout
18813 Comandos ! T ! 
18814 \backslash
18815 textcolor
18816 \end_layout
18817
18818 \end_inset
18819
18820  según el esquema
18821 \end_layout
18822
18823 \begin_layout Standard
18824
18825 \series bold
18826
18827 \backslash
18828 textcolor{color}{caracteres o ecuación}
18829 \end_layout
18830
18831 \begin_layout Standard
18832 \begin_inset Newpage pagebreak
18833 \end_inset
18834
18835
18836 \end_layout
18837
18838 \begin_layout Standard
18839 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
18840 e en rojo:
18841 \end_layout
18842
18843 \begin_layout Standard
18844 \begin_inset ERT
18845 status collapsed
18846
18847 \begin_layout Plain Layout
18848
18849
18850 \backslash
18851 textcolor{verdeoscuro}{
18852 \end_layout
18853
18854 \end_inset
18855
18856
18857 \begin_inset Formula \[
18858 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18859
18860 \end_inset
18861
18862
18863 \begin_inset ERT
18864 status collapsed
18865
18866 \begin_layout Plain Layout
18867
18868 }
18869 \end_layout
18870
18871 \end_inset
18872
18873
18874 \end_layout
18875
18876 \begin_layout Standard
18877 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
18878  a ecuaciones completas.
18879 \begin_inset Foot
18880 status collapsed
18881
18882 \begin_layout Plain Layout
18883 \begin_inset CommandInset href
18884 LatexCommand href
18885 name "LyX-bug #5269"
18886 target "http://www.lyx.org/trac/ticket/5269"
18887
18888 \end_inset
18889
18890
18891 \end_layout
18892
18893 \end_inset
18894
18895
18896 \end_layout
18897
18898 \begin_layout Subsection
18899 Tamaños de fuentes
18900 \begin_inset CommandInset label
18901 LatexCommand label
18902 name "sub:Tamaños-de-fuentes"
18903
18904 \end_inset
18905
18906
18907 \begin_inset Index
18908 status collapsed
18909
18910 \begin_layout Plain Layout
18911 Fuentes ! tamaño
18912 \end_layout
18913
18914 \end_inset
18915
18916
18917 \end_layout
18918
18919 \begin_layout Standard
18920 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18921  siguientes comandos de tamaño:
18922 \end_layout
18923
18924 \begin_layout Standard
18925
18926 \series bold
18927
18928 \backslash
18929 Huge
18930 \series default
18931
18932 \series bold
18933
18934 \backslash
18935 huge
18936 \series default
18937
18938 \series bold
18939
18940 \backslash
18941 LARGE
18942 \series default
18943
18944 \series bold
18945
18946 \backslash
18947 Large
18948 \series default
18949
18950 \series bold
18951
18952 \backslash
18953 large
18954 \series default
18955
18956 \series bold
18957
18958 \backslash
18959 normalsize
18960 \series default
18961
18962 \series bold
18963
18964 \backslash
18965 small
18966 \series default
18967 ,
18968 \begin_inset Newline newline
18969 \end_inset
18970
18971
18972 \series bold
18973
18974 \backslash
18975 footnotesize
18976 \series default
18977
18978 \series bold
18979
18980 \backslash
18981 scriptsize
18982 \series default
18983 , y 
18984 \series bold
18985
18986 \backslash
18987 tiny
18988 \end_layout
18989
18990 \begin_layout Standard
18991 El tamaño dado por los comandos depende del tamaño base de la fuente en
18992  el documento, dado por el comando 
18993 \series bold
18994
18995 \backslash
18996 normalsize
18997 \series default
18998 .
18999  Los demás comandos producen tamaños menores o mayores que 
19000 \series bold
19001
19002 \backslash
19003 normalsize
19004 \series default
19005 .
19006  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
19007  Si, por ejemplo, la fuente del documento es de 12
19008 \begin_inset space \thinspace{}
19009 \end_inset
19010
19011 pt, el comando 
19012 \series bold
19013
19014 \backslash
19015 Huge
19016 \series default
19017  da el mismo tamaño que 
19018 \series bold
19019
19020 \backslash
19021 huge
19022 \series default
19023 .
19024 \end_layout
19025
19026 \begin_layout Standard
19027 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
19028  a todas las ecuaciones y texto siguientes.
19029  Para volver al tamaño anterior hay que insertar el comando 
19030 \series bold
19031
19032 \backslash
19033 normalsize
19034 \series default
19035  en modo TeX detrás de la ecuación.
19036  
19037 \end_layout
19038
19039 \begin_layout Standard
19040 Dentro de una fórmula el tamaño sólo se puede cambiar para símbolos o letras
19041  en texto matemático.
19042  Para hacerlo se inserta el comando en texto matemático.
19043  Todos los caracteres siguientes, hasta el final del texto matemático o
19044  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19045  Dos ejemplos:
19046 \end_layout
19047
19048 \begin_layout Standard
19049 \begin_inset VSpace -2mm
19050 \end_inset
19051
19052
19053 \end_layout
19054
19055 \begin_layout Standard
19056 \begin_inset ERT
19057 status collapsed
19058
19059 \begin_layout Plain Layout
19060
19061
19062 \backslash
19063 huge
19064 \end_layout
19065
19066 \end_inset
19067
19068
19069 \begin_inset Formula \[
19070 A=\frac{B}{c}\cdot\maltese\]
19071
19072 \end_inset
19073
19074
19075 \begin_inset Formula \[
19076 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19077
19078 \end_inset
19079
19080
19081 \end_layout
19082
19083 \begin_layout Standard
19084 \begin_inset ERT
19085 status collapsed
19086
19087 \begin_layout Plain Layout
19088
19089
19090 \backslash
19091 normalsize
19092 \end_layout
19093
19094 \end_inset
19095
19096
19097 \begin_inset VSpace medskip
19098 \end_inset
19099
19100
19101 \end_layout
19102
19103 \begin_layout Standard
19104 Antes de las ecuaciones se ha insertado el comando 
19105 \series bold
19106
19107 \backslash
19108 huge
19109 \series default
19110 .
19111  Para la segunda ecuación el comando es:
19112 \begin_inset Newline newline
19113 \end_inset
19114
19115
19116 \series bold
19117
19118 \backslash
19119 maltese
19120 \begin_inset ERT
19121 status collapsed
19122
19123 \begin_layout Plain Layout
19124
19125
19126 \backslash
19127 spce 
19128 \end_layout
19129
19130 \end_inset
19131
19132 A Alt+M M 
19133 \backslash
19134 Large
19135 \begin_inset ERT
19136 status collapsed
19137
19138 \begin_layout Plain Layout
19139
19140
19141 \backslash
19142 spce 
19143 \end_layout
19144
19145 \end_inset
19146
19147
19148 \backslash
19149 maltese
19150 \begin_inset ERT
19151 status collapsed
19152
19153 \begin_layout Plain Layout
19154
19155
19156 \backslash
19157 spce 
19158 \end_layout
19159
19160 \end_inset
19161
19162
19163 \backslash
19164 textit
19165 \begin_inset ERT
19166 status collapsed
19167
19168 \begin_layout Plain Layout
19169
19170
19171 \backslash
19172 spce 
19173 \end_layout
19174
19175 \end_inset
19176
19177 A
19178 \begin_inset Formula $\to$
19179 \end_inset
19180
19181
19182 \begin_inset Formula $\to$
19183 \end_inset
19184
19185
19186 \begin_inset Newline newline
19187 \end_inset
19188
19189
19190 \begin_inset space \hspace*{}
19191 \length 1cm
19192 \end_inset
19193
19194 Alt+M M 
19195 \backslash
19196 tiny
19197 \begin_inset ERT
19198 status collapsed
19199
19200 \begin_layout Plain Layout
19201
19202
19203 \backslash
19204 spce 
19205 \end_layout
19206
19207 \end_inset
19208
19209
19210 \backslash
19211 maltese
19212 \begin_inset ERT
19213 status collapsed
19214
19215 \begin_layout Plain Layout
19216
19217
19218 \backslash
19219 spce 
19220 \end_layout
19221
19222 \end_inset
19223
19224
19225 \backslash
19226 textit
19227 \begin_inset ERT
19228 status collapsed
19229
19230 \begin_layout Plain Layout
19231
19232
19233 \backslash
19234 spce 
19235 \end_layout
19236
19237 \end_inset
19238
19239 A
19240 \end_layout
19241
19242 \begin_layout Standard
19243 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19244  el tamaño por omisión.
19245 \end_layout
19246
19247 \begin_layout Section
19248 Letras griegas
19249 \begin_inset Index
19250 status collapsed
19251
19252 \begin_layout Plain Layout
19253 Letras griegas
19254 \end_layout
19255
19256 \end_inset
19257
19258
19259 \end_layout
19260
19261 \begin_layout Standard
19262 Todas las letras griegas se pueden insertar además mediante el botón 
19263 \begin_inset Graphics
19264         filename ../../images/math/alpha.png
19265         scale 85
19266
19267 \end_inset
19268
19269  de la barra de ecuaciones.
19270 \end_layout
19271
19272 \begin_layout Subsection
19273 Minúsculas
19274 \begin_inset Index
19275 status collapsed
19276
19277 \begin_layout Plain Layout
19278 Letras griegas ! minúsculas
19279 \end_layout
19280
19281 \end_inset
19282
19283
19284 \end_layout
19285
19286 \begin_layout Standard
19287 \begin_inset space \hfill{}
19288 \end_inset
19289
19290
19291 \begin_inset Tabular
19292 <lyxtabular version="3" rows="11" columns="2">
19293 <features>
19294 <column alignment="center" valignment="top" width="0pt">
19295 <column alignment="center" valignment="top" width="0pt">
19296 <row>
19297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301 Comando
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19307 \begin_inset Text
19308
19309 \begin_layout Plain Layout
19310 Símbolo
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 </row>
19316 <row>
19317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321
19322 \backslash
19323 alpha
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332 \begin_inset Formula $\alpha$
19333 \end_inset
19334
19335
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 </row>
19341 <row>
19342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346
19347 \backslash
19348 beta
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357 \begin_inset Formula $\beta$
19358 \end_inset
19359
19360
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 </row>
19366 <row>
19367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19368 \begin_inset Text
19369
19370 \begin_layout Plain Layout
19371
19372 \backslash
19373 gamma
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382 \begin_inset Formula $\gamma$
19383 \end_inset
19384
19385
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 </row>
19391 <row>
19392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19393 \begin_inset Text
19394
19395 \begin_layout Plain Layout
19396
19397 \backslash
19398 delta
19399 \end_layout
19400
19401 \end_inset
19402 </cell>
19403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19404 \begin_inset Text
19405
19406 \begin_layout Plain Layout
19407 \begin_inset Formula $\delta$
19408 \end_inset
19409
19410
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 </row>
19416 <row>
19417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19418 \begin_inset Text
19419
19420 \begin_layout Plain Layout
19421
19422 \backslash
19423 epsilon
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19429 \begin_inset Text
19430
19431 \begin_layout Plain Layout
19432 \begin_inset Formula $\epsilon$
19433 \end_inset
19434
19435
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 </row>
19441 <row>
19442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19443 \begin_inset Text
19444
19445 \begin_layout Plain Layout
19446
19447 \backslash
19448 varepsilon
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19454 \begin_inset Text
19455
19456 \begin_layout Plain Layout
19457 \begin_inset Formula $\varepsilon$
19458 \end_inset
19459
19460
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 </row>
19466 <row>
19467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19468 \begin_inset Text
19469
19470 \begin_layout Plain Layout
19471
19472 \backslash
19473 zeta
19474 \end_layout
19475
19476 \end_inset
19477 </cell>
19478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19479 \begin_inset Text
19480
19481 \begin_layout Plain Layout
19482 \begin_inset Formula $\zeta$
19483 \end_inset
19484
19485
19486 \end_layout
19487
19488 \end_inset
19489 </cell>
19490 </row>
19491 <row>
19492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19493 \begin_inset Text
19494
19495 \begin_layout Plain Layout
19496
19497 \backslash
19498 eta
19499 \end_layout
19500
19501 \end_inset
19502 </cell>
19503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Plain Layout
19507 \begin_inset Formula $\eta$
19508 \end_inset
19509
19510
19511 \end_layout
19512
19513 \end_inset
19514 </cell>
19515 </row>
19516 <row>
19517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19518 \begin_inset Text
19519
19520 \begin_layout Plain Layout
19521
19522 \backslash
19523 theta
19524 \end_layout
19525
19526 \end_inset
19527 </cell>
19528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19529 \begin_inset Text
19530
19531 \begin_layout Plain Layout
19532 \begin_inset Formula $\theta$
19533 \end_inset
19534
19535
19536 \end_layout
19537
19538 \end_inset
19539 </cell>
19540 </row>
19541 <row>
19542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19543 \begin_inset Text
19544
19545 \begin_layout Plain Layout
19546
19547 \backslash
19548 vartheta
19549 \end_layout
19550
19551 \end_inset
19552 </cell>
19553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19554 \begin_inset Text
19555
19556 \begin_layout Plain Layout
19557 \begin_inset Formula $\vartheta$
19558 \end_inset
19559
19560
19561 \end_layout
19562
19563 \end_inset
19564 </cell>
19565 </row>
19566 </lyxtabular>
19567
19568 \end_inset
19569
19570
19571 \begin_inset space \hfill{}
19572 \end_inset
19573
19574
19575 \begin_inset Tabular
19576 <lyxtabular version="3" rows="12" columns="2">
19577 <features>
19578 <column alignment="center" valignment="top" width="0pt">
19579 <column alignment="center" valignment="top" width="0pt">
19580 <row>
19581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19582 \begin_inset Text
19583
19584 \begin_layout Plain Layout
19585 Comando
19586 \end_layout
19587
19588 \end_inset
19589 </cell>
19590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19591 \begin_inset Text
19592
19593 \begin_layout Plain Layout
19594 Símbolo
19595 \end_layout
19596
19597 \end_inset
19598 </cell>
19599 </row>
19600 <row>
19601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605
19606 \backslash
19607 iota
19608 \end_layout
19609
19610 \end_inset
19611 </cell>
19612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19613 \begin_inset Text
19614
19615 \begin_layout Plain Layout
19616 \begin_inset Formula $\iota$
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \end_inset
19623 </cell>
19624 </row>
19625 <row>
19626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19627 \begin_inset Text
19628
19629 \begin_layout Plain Layout
19630
19631 \backslash
19632 kappa
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641 \begin_inset Formula $\kappa$
19642 \end_inset
19643
19644
19645 \end_layout
19646
19647 \end_inset
19648 </cell>
19649 </row>
19650 <row>
19651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19652 \begin_inset Text
19653
19654 \begin_layout Plain Layout
19655
19656 \backslash
19657 varkappa
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666 \begin_inset Formula $\varkappa$
19667 \end_inset
19668
19669
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 </row>
19675 <row>
19676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680
19681 \backslash
19682 lambda
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691 \begin_inset Formula $\lambda$
19692 \end_inset
19693
19694
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 </row>
19700 <row>
19701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705
19706 \backslash
19707 mu
19708 \end_layout
19709
19710 \end_inset
19711 </cell>
19712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716 \begin_inset Formula $\mu$
19717 \end_inset
19718
19719
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 </row>
19725 <row>
19726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730
19731 \backslash
19732 nu
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741 \begin_inset Formula $\nu$
19742 \end_inset
19743
19744
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 </row>
19750 <row>
19751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755
19756 \backslash
19757 xi
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766 \begin_inset Formula $\xi$
19767 \end_inset
19768
19769
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 </row>
19775 <row>
19776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780 o
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789 \begin_inset Formula $o$
19790 \end_inset
19791
19792
19793 \end_layout
19794
19795 \end_inset
19796 </cell>
19797 </row>
19798 <row>
19799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19800 \begin_inset Text
19801
19802 \begin_layout Plain Layout
19803
19804 \backslash
19805 pi
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19811 \begin_inset Text
19812
19813 \begin_layout Plain Layout
19814 \begin_inset Formula $\pi$
19815 \end_inset
19816
19817
19818 \end_layout
19819
19820 \end_inset
19821 </cell>
19822 </row>
19823 <row>
19824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828
19829 \backslash
19830 varpi
19831 \end_layout
19832
19833 \end_inset
19834 </cell>
19835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19836 \begin_inset Text
19837
19838 \begin_layout Plain Layout
19839 \begin_inset Formula $\varpi$
19840 \end_inset
19841
19842
19843 \end_layout
19844
19845 \end_inset
19846 </cell>
19847 </row>
19848 <row>
19849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19850 \begin_inset Text
19851
19852 \begin_layout Plain Layout
19853
19854 \backslash
19855 rho
19856 \end_layout
19857
19858 \end_inset
19859 </cell>
19860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19861 \begin_inset Text
19862
19863 \begin_layout Plain Layout
19864 \begin_inset Formula $\rho$
19865 \end_inset
19866
19867
19868 \end_layout
19869
19870 \end_inset
19871 </cell>
19872 </row>
19873 </lyxtabular>
19874
19875 \end_inset
19876
19877
19878 \begin_inset space \hfill{}
19879 \end_inset
19880
19881
19882 \begin_inset Tabular
19883 <lyxtabular version="3" rows="11" columns="2">
19884 <features>
19885 <column alignment="center" valignment="top" width="0pt">
19886 <column alignment="center" valignment="top" width="0pt">
19887 <row>
19888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892 Comando
19893 \end_layout
19894
19895 \end_inset
19896 </cell>
19897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19898 \begin_inset Text
19899
19900 \begin_layout Plain Layout
19901 Símbolo
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 </row>
19907 <row>
19908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912
19913 \backslash
19914 varrho
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923 \begin_inset Formula $\varrho$
19924 \end_inset
19925
19926
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 </row>
19932 <row>
19933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937
19938 \backslash
19939 sigma
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948 \begin_inset Formula $\sigma$
19949 \end_inset
19950
19951
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 </row>
19957 <row>
19958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Plain Layout
19962
19963 \backslash
19964 varsigma
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973 \begin_inset Formula $\varsigma$
19974 \end_inset
19975
19976
19977 \end_layout
19978
19979 \end_inset
19980 </cell>
19981 </row>
19982 <row>
19983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19984 \begin_inset Text
19985
19986 \begin_layout Plain Layout
19987
19988 \backslash
19989 tau
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998 \begin_inset Formula $\tau$
19999 \end_inset
20000
20001
20002 \end_layout
20003
20004 \end_inset
20005 </cell>
20006 </row>
20007 <row>
20008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20009 \begin_inset Text
20010
20011 \begin_layout Plain Layout
20012
20013 \backslash
20014 upsilon
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023 \begin_inset Formula $\upsilon$
20024 \end_inset
20025
20026
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 </row>
20032 <row>
20033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Plain Layout
20037
20038 \backslash
20039 phi
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20045 \begin_inset Text
20046
20047 \begin_layout Plain Layout
20048 \begin_inset Formula $\phi$
20049 \end_inset
20050
20051
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 </row>
20057 <row>
20058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062
20063 \backslash
20064 varphi
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073 \begin_inset Formula $\varphi$
20074 \end_inset
20075
20076
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 </row>
20082 <row>
20083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20084 \begin_inset Text
20085
20086 \begin_layout Plain Layout
20087
20088 \backslash
20089 chi
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098 \begin_inset Formula $\chi$
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \end_inset
20105 </cell>
20106 </row>
20107 <row>
20108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20109 \begin_inset Text
20110
20111 \begin_layout Plain Layout
20112
20113 \backslash
20114 psi
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Plain Layout
20123 \begin_inset Formula $\psi$
20124 \end_inset
20125
20126
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 </row>
20132 <row>
20133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20134 \begin_inset Text
20135
20136 \begin_layout Plain Layout
20137
20138 \backslash
20139 omega
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148 \begin_inset Formula $\omega$
20149 \end_inset
20150
20151
20152 \end_layout
20153
20154 \end_inset
20155 </cell>
20156 </row>
20157 </lyxtabular>
20158
20159 \end_inset
20160
20161
20162 \begin_inset space \hfill{}
20163 \end_inset
20164
20165
20166 \end_layout
20167
20168 \begin_layout Standard
20169 \begin_inset VSpace medskip
20170 \end_inset
20171
20172
20173 \end_layout
20174
20175 \begin_layout Standard
20176 Cómo escribir letras griegas en redonda se explica en 
20177 \begin_inset CommandInset ref
20178 LatexCommand ref
20179 reference "sub:Griegas-en-redonda"
20180
20181 \end_inset
20182
20183 .
20184 \end_layout
20185
20186 \begin_layout Subsection
20187 Mayúsculas
20188 \begin_inset Index
20189 status collapsed
20190
20191 \begin_layout Plain Layout
20192 Letras griegas ! mayúsculas
20193 \end_layout
20194
20195 \end_inset
20196
20197
20198 \end_layout
20199
20200 \begin_layout Standard
20201 \begin_inset space \hfill{}
20202 \end_inset
20203
20204
20205 \begin_inset Tabular
20206 <lyxtabular version="3" rows="7" columns="2">
20207 <features>
20208 <column alignment="center" valignment="top" width="0pt">
20209 <column alignment="center" valignment="top" width="0pt">
20210 <row>
20211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20212 \begin_inset Text
20213
20214 \begin_layout Plain Layout
20215 Comando
20216 \end_layout
20217
20218 \end_inset
20219 </cell>
20220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20221 \begin_inset Text
20222
20223 \begin_layout Plain Layout
20224 Símbolo
20225 \end_layout
20226
20227 \end_inset
20228 </cell>
20229 </row>
20230 <row>
20231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Plain Layout
20235
20236 \backslash
20237 Gamma
20238 \end_layout
20239
20240 \end_inset
20241 </cell>
20242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20243 \begin_inset Text
20244
20245 \begin_layout Plain Layout
20246 \begin_inset Formula $\Gamma$
20247 \end_inset
20248
20249
20250 \end_layout
20251
20252 \end_inset
20253 </cell>
20254 </row>
20255 <row>
20256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20257 \begin_inset Text
20258
20259 \begin_layout Plain Layout
20260
20261 \backslash
20262 Delta
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271 \begin_inset Formula $\Delta$
20272 \end_inset
20273
20274
20275 \end_layout
20276
20277 \end_inset
20278 </cell>
20279 </row>
20280 <row>
20281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20282 \begin_inset Text
20283
20284 \begin_layout Plain Layout
20285
20286 \backslash
20287 Theta
20288 \end_layout
20289
20290 \end_inset
20291 </cell>
20292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20293 \begin_inset Text
20294
20295 \begin_layout Plain Layout
20296 \begin_inset Formula $\Theta$
20297 \end_inset
20298
20299
20300 \end_layout
20301
20302 \end_inset
20303 </cell>
20304 </row>
20305 <row>
20306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310
20311 \backslash
20312 Lambda
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321 \begin_inset Formula $\Lambda$
20322 \end_inset
20323
20324
20325 \end_layout
20326
20327 \end_inset
20328 </cell>
20329 </row>
20330 <row>
20331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335
20336 \backslash
20337 Xi
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346 \begin_inset Formula $\Xi$
20347 \end_inset
20348
20349
20350 \end_layout
20351
20352 \end_inset
20353 </cell>
20354 </row>
20355 <row>
20356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360
20361 \backslash
20362 Pi
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371 \begin_inset Formula $\Pi$
20372 \end_inset
20373
20374
20375 \end_layout
20376
20377 \end_inset
20378 </cell>
20379 </row>
20380 </lyxtabular>
20381
20382 \end_inset
20383
20384
20385 \begin_inset space \hfill{}
20386 \end_inset
20387
20388
20389 \begin_inset Tabular
20390 <lyxtabular version="3" rows="6" columns="2">
20391 <features>
20392 <column alignment="center" valignment="top" width="0pt">
20393 <column alignment="center" valignment="top" width="0pt">
20394 <row>
20395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399 Comando
20400 \end_layout
20401
20402 \end_inset
20403 </cell>
20404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20405 \begin_inset Text
20406
20407 \begin_layout Plain Layout
20408 Símbolo
20409 \end_layout
20410
20411 \end_inset
20412 </cell>
20413 </row>
20414 <row>
20415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20416 \begin_inset Text
20417
20418 \begin_layout Plain Layout
20419
20420 \backslash
20421 Sigma
20422 \end_layout
20423
20424 \end_inset
20425 </cell>
20426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20427 \begin_inset Text
20428
20429 \begin_layout Plain Layout
20430 \begin_inset Formula $\Sigma$
20431 \end_inset
20432
20433
20434 \end_layout
20435
20436 \end_inset
20437 </cell>
20438 </row>
20439 <row>
20440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20441 \begin_inset Text
20442
20443 \begin_layout Plain Layout
20444
20445 \backslash
20446 Upsilon
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20452 \begin_inset Text
20453
20454 \begin_layout Plain Layout
20455 \begin_inset Formula $\Upsilon$
20456 \end_inset
20457
20458
20459 \end_layout
20460
20461 \end_inset
20462 </cell>
20463 </row>
20464 <row>
20465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20466 \begin_inset Text
20467
20468 \begin_layout Plain Layout
20469
20470 \backslash
20471 Phi
20472 \end_layout
20473
20474 \end_inset
20475 </cell>
20476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20477 \begin_inset Text
20478
20479 \begin_layout Plain Layout
20480 \begin_inset Formula $\Phi$
20481 \end_inset
20482
20483
20484 \end_layout
20485
20486 \end_inset
20487 </cell>
20488 </row>
20489 <row>
20490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20491 \begin_inset Text
20492
20493 \begin_layout Plain Layout
20494
20495 \backslash
20496 Psi
20497 \end_layout
20498
20499 \end_inset
20500 </cell>
20501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20502 \begin_inset Text
20503
20504 \begin_layout Plain Layout
20505 \begin_inset Formula $\Psi$
20506 \end_inset
20507
20508
20509 \end_layout
20510
20511 \end_inset
20512 </cell>
20513 </row>
20514 <row>
20515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20516 \begin_inset Text
20517
20518 \begin_layout Plain Layout
20519
20520 \backslash
20521 Omega
20522 \end_layout
20523
20524 \end_inset
20525 </cell>
20526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20527 \begin_inset Text
20528
20529 \begin_layout Plain Layout
20530 \begin_inset Formula $\Omega$
20531 \end_inset
20532
20533
20534 \end_layout
20535
20536 \end_inset
20537 </cell>
20538 </row>
20539 </lyxtabular>
20540
20541 \end_inset
20542
20543
20544 \begin_inset space \hfill{}
20545 \end_inset
20546
20547
20548 \end_layout
20549
20550 \begin_layout Standard
20551 \begin_inset VSpace medskip
20552 \end_inset
20553
20554
20555 \end_layout
20556
20557 \begin_layout Standard
20558 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20559  cuando se desarrolló TeX.
20560  Para obtener mayúsculas en cursiva, inicia cada comando con 
20561 \series bold
20562 var
20563 \series default
20564 .
20565  Por ejemplo, el comando 
20566 \series bold
20567
20568 \backslash
20569 varGamma
20570 \series default
20571  genera: 
20572 \begin_inset Formula $\varGamma$
20573 \end_inset
20574
20575
20576 \end_layout
20577
20578 \begin_layout Subsection
20579 Letras en negrita
20580 \begin_inset Index
20581 status collapsed
20582
20583 \begin_layout Plain Layout
20584 Letras griegas ! en negrita
20585 \end_layout
20586
20587 \end_inset
20588
20589
20590 \end_layout
20591
20592 \begin_layout Standard
20593 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
20594  Sólo se pueden poner en negrita con el comando 
20595 \series bold
20596
20597 \backslash
20598 boldsymbol
20599 \series default
20600
20601 \begin_inset Index
20602 status collapsed
20603
20604 \begin_layout Plain Layout
20605 Comandos ! B ! 
20606 \backslash
20607 boldsymbol
20608 \end_layout
20609
20610 \end_inset
20611
20612 .
20613 \end_layout
20614
20615 \begin_layout Standard
20616 \align center
20617 \begin_inset Tabular
20618 <lyxtabular version="3" rows="3" columns="2">
20619 <features>
20620 <column alignment="center" valignment="top" width="0">
20621 <column alignment="center" valignment="top" width="0">
20622 <row>
20623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20624 \begin_inset Text
20625
20626 \begin_layout Plain Layout
20627 Comando
20628 \end_layout
20629
20630 \end_inset
20631 </cell>
20632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20633 \begin_inset Text
20634
20635 \begin_layout Plain Layout
20636 Símbolo
20637 \end_layout
20638
20639 \end_inset
20640 </cell>
20641 </row>
20642 <row>
20643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647
20648 \backslash
20649 Upsilon
20650 \backslash
20651 boldsymbol
20652 \backslash
20653 Upsilon
20654 \end_layout
20655
20656 \end_inset
20657 </cell>
20658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20663 \end_inset
20664
20665
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 </row>
20671 <row>
20672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676
20677 \backslash
20678 theta
20679 \backslash
20680 boldsymbol
20681 \backslash
20682 theta
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20688 \begin_inset Text
20689
20690 \begin_layout Plain Layout
20691 \begin_inset Formula $\theta\boldsymbol{\theta}$
20692 \end_inset
20693
20694
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 </row>
20700 </lyxtabular>
20701
20702 \end_inset
20703
20704
20705 \end_layout
20706
20707 \begin_layout Section
20708 Símbolos
20709 \begin_inset ERT
20710 status collapsed
20711
20712 \begin_layout Plain Layout
20713
20714
20715 \backslash
20716 texorpdfstring{
20717 \end_layout
20718
20719 \end_inset
20720
20721
20722 \begin_inset Foot
20723 status collapsed
20724
20725 \begin_layout Plain Layout
20726 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20727  LaTeX en 
20728 \begin_inset CommandInset citation
20729 LatexCommand cite
20730 key "Symbole"
20731
20732 \end_inset
20733
20734 .
20735 \end_layout
20736
20737 \end_inset
20738
20739
20740 \begin_inset ERT
20741 status collapsed
20742
20743 \begin_layout Plain Layout
20744
20745 }{}
20746 \end_layout
20747
20748 \end_inset
20749
20750
20751 \begin_inset Note Note
20752 status collapsed
20753
20754 \begin_layout Plain Layout
20755
20756 \backslash
20757 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20758  PDF.
20759 \end_layout
20760
20761 \begin_layout Plain Layout
20762 Más sobre 
20763 \backslash
20764 texorpdfstring en la sección 
20765 \begin_inset CommandInset ref
20766 LatexCommand ref
20767 reference "sub:Ecuaciones-en-encabezados"
20768
20769 \end_inset
20770
20771 .
20772 \end_layout
20773
20774 \end_inset
20775
20776
20777 \begin_inset Index
20778 status collapsed
20779
20780 \begin_layout Plain Layout
20781 Símbolos
20782 \end_layout
20783
20784 \end_inset
20785
20786
20787 \end_layout
20788
20789 \begin_layout Standard
20790 Muchos de los símbolos listados en esta sección se pueden insertar además
20791  mediante los botones 
20792 \begin_inset Graphics
20793         filename ../../images/math/nabla.png
20794         scale 85
20795
20796 \end_inset
20797
20798  y 
20799 \begin_inset Graphics
20800         filename ../../images/math/digamma.png
20801         scale 85
20802
20803 \end_inset
20804
20805  de la barra de ecuaciones.
20806 \end_layout
20807
20808 \begin_layout Subsection
20809 Símbolos matemáticos
20810 \begin_inset CommandInset label
20811 LatexCommand label
20812 name "sub:Símbolos-matemáticos"
20813
20814 \end_inset
20815
20816
20817 \begin_inset Index
20818 status collapsed
20819
20820 \begin_layout Plain Layout
20821 Símbolos ! matemáticos
20822 \end_layout
20823
20824 \end_inset
20825
20826
20827 \end_layout
20828
20829 \begin_layout Standard
20830 \begin_inset space \hfill{}
20831 \end_inset
20832
20833
20834 \begin_inset Tabular
20835 <lyxtabular version="3" rows="10" columns="2">
20836 <features>
20837 <column alignment="center" valignment="top" width="0pt">
20838 <column alignment="center" valignment="top" width="0pt">
20839 <row>
20840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20841 \begin_inset Text
20842
20843 \begin_layout Plain Layout
20844 Comando
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20850 \begin_inset Text
20851
20852 \begin_layout Plain Layout
20853 Símbolo
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 </row>
20859 <row>
20860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20861 \begin_inset Text
20862
20863 \begin_layout Plain Layout
20864
20865 \backslash
20866 neg
20867 \end_layout
20868
20869 \end_inset
20870 </cell>
20871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20872 \begin_inset Text
20873
20874 \begin_layout Plain Layout
20875 \begin_inset Formula $\neg$
20876 \end_inset
20877
20878
20879 \end_layout
20880
20881 \end_inset
20882 </cell>
20883 </row>
20884 <row>
20885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20886 \begin_inset Text
20887
20888 \begin_layout Plain Layout
20889
20890 \backslash
20891 Im
20892 \end_layout
20893
20894 \end_inset
20895 </cell>
20896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20897 \begin_inset Text
20898
20899 \begin_layout Plain Layout
20900 \begin_inset Formula $\Im$
20901 \end_inset
20902
20903
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 </row>
20909 <row>
20910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20911 \begin_inset Text
20912
20913 \begin_layout Plain Layout
20914
20915 \backslash
20916 Re
20917 \end_layout
20918
20919 \end_inset
20920 </cell>
20921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20922 \begin_inset Text
20923
20924 \begin_layout Plain Layout
20925 \begin_inset Formula $\Re$
20926 \end_inset
20927
20928
20929 \end_layout
20930
20931 \end_inset
20932 </cell>
20933 </row>
20934 <row>
20935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20936 \begin_inset Text
20937
20938 \begin_layout Plain Layout
20939
20940 \backslash
20941 aleph
20942 \end_layout
20943
20944 \end_inset
20945 </cell>
20946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20947 \begin_inset Text
20948
20949 \begin_layout Plain Layout
20950 \begin_inset Formula $\aleph$
20951 \end_inset
20952
20953
20954 \end_layout
20955
20956 \end_inset
20957 </cell>
20958 </row>
20959 <row>
20960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20961 \begin_inset Text
20962
20963 \begin_layout Plain Layout
20964
20965 \backslash
20966 partial
20967 \end_layout
20968
20969 \end_inset
20970 </cell>
20971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20972 \begin_inset Text
20973
20974 \begin_layout Plain Layout
20975 \begin_inset Formula $\partial$
20976 \end_inset
20977
20978
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 </row>
20984 <row>
20985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20986 \begin_inset Text
20987
20988 \begin_layout Plain Layout
20989
20990 \backslash
20991 infty
20992 \end_layout
20993
20994 \end_inset
20995 </cell>
20996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20997 \begin_inset Text
20998
20999 \begin_layout Plain Layout
21000 \begin_inset Formula $\infty$
21001 \end_inset
21002
21003
21004 \end_layout
21005
21006 \end_inset
21007 </cell>
21008 </row>
21009 <row>
21010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21011 \begin_inset Text
21012
21013 \begin_layout Plain Layout
21014
21015 \backslash
21016 wp
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21022 \begin_inset Text
21023
21024 \begin_layout Plain Layout
21025 \begin_inset Formula $\wp$
21026 \end_inset
21027
21028
21029 \end_layout
21030
21031 \end_inset
21032 </cell>
21033 </row>
21034 <row>
21035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21036 \begin_inset Text
21037
21038 \begin_layout Plain Layout
21039
21040 \backslash
21041 imath
21042 \end_layout
21043
21044 \end_inset
21045 </cell>
21046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21047 \begin_inset Text
21048
21049 \begin_layout Plain Layout
21050 \begin_inset Formula $\imath$
21051 \end_inset
21052
21053
21054 \end_layout
21055
21056 \end_inset
21057 </cell>
21058 </row>
21059 <row>
21060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21061 \begin_inset Text
21062
21063 \begin_layout Plain Layout
21064
21065 \backslash
21066 jmath
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21072 \begin_inset Text
21073
21074 \begin_layout Plain Layout
21075 \begin_inset Formula $\jmath$
21076 \end_inset
21077
21078
21079 \end_layout
21080
21081 \end_inset
21082 </cell>
21083 </row>
21084 </lyxtabular>
21085
21086 \end_inset
21087
21088
21089 \begin_inset space \hfill{}
21090 \end_inset
21091
21092
21093 \begin_inset Tabular
21094 <lyxtabular version="3" rows="10" columns="2">
21095 <features>
21096 <column alignment="center" valignment="top" width="0pt">
21097 <column alignment="center" valignment="top" width="0pt">
21098 <row>
21099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103 Comando
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112 Símbolo
21113 \begin_inset Note Note
21114 status collapsed
21115
21116 \begin_layout Plain Layout
21117
21118 \series bold
21119
21120 \backslash
21121 raisebox
21122 \series default
21123  se usa sólo como espaciador
21124 \end_layout
21125
21126 \end_inset
21127
21128
21129 \end_layout
21130
21131 \end_inset
21132 </cell>
21133 </row>
21134 <row>
21135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21136 \begin_inset Text
21137
21138 \begin_layout Plain Layout
21139
21140 \backslash
21141 forall
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21147 \begin_inset Text
21148
21149 \begin_layout Plain Layout
21150 \begin_inset Formula $\forall$
21151 \end_inset
21152
21153
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 </row>
21159 <row>
21160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21161 \begin_inset Text
21162
21163 \begin_layout Plain Layout
21164
21165 \backslash
21166 exists
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21172 \begin_inset Text
21173
21174 \begin_layout Plain Layout
21175 \begin_inset Formula $\exists$
21176 \end_inset
21177
21178
21179 \end_layout
21180
21181 \end_inset
21182 </cell>
21183 </row>
21184 <row>
21185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21186 \begin_inset Text
21187
21188 \begin_layout Plain Layout
21189
21190 \backslash
21191 nexists
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200 \begin_inset Formula $\nexists$
21201 \end_inset
21202
21203
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 </row>
21209 <row>
21210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21211 \begin_inset Text
21212
21213 \begin_layout Plain Layout
21214
21215 \backslash
21216 emptyset
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21222 \begin_inset Text
21223
21224 \begin_layout Plain Layout
21225 \begin_inset Formula $\emptyset$
21226 \end_inset
21227
21228
21229 \end_layout
21230
21231 \end_inset
21232 </cell>
21233 </row>
21234 <row>
21235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21236 \begin_inset Text
21237
21238 \begin_layout Plain Layout
21239
21240 \backslash
21241 varnothing
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21247 \begin_inset Text
21248
21249 \begin_layout Plain Layout
21250 \begin_inset Formula $\varnothing$
21251 \end_inset
21252
21253
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 </row>
21259 <row>
21260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21261 \begin_inset Text
21262
21263 \begin_layout Plain Layout
21264
21265 \backslash
21266 dag
21267 \end_layout
21268
21269 \end_inset
21270 </cell>
21271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21272 \begin_inset Text
21273
21274 \begin_layout Plain Layout
21275 \begin_inset Formula $\dag$
21276 \end_inset
21277
21278
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 </row>
21284 <row>
21285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21286 \begin_inset Text
21287
21288 \begin_layout Plain Layout
21289
21290 \backslash
21291 ddag
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Plain Layout
21300 \begin_inset Formula $\ddag$
21301 \end_inset
21302
21303
21304 \end_layout
21305
21306 \end_inset
21307 </cell>
21308 </row>
21309 <row>
21310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21311 \begin_inset Text
21312
21313 \begin_layout Plain Layout
21314
21315 \backslash
21316 complement
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Plain Layout
21325 \begin_inset ERT
21326 status collapsed
21327
21328 \begin_layout Plain Layout
21329
21330
21331 \backslash
21332 raisebox{-0.8mm}{
21333 \end_layout
21334
21335 \end_inset
21336
21337
21338 \begin_inset Formula $\complement$
21339 \end_inset
21340
21341
21342 \begin_inset ERT
21343 status collapsed
21344
21345 \begin_layout Plain Layout
21346
21347 }
21348 \end_layout
21349
21350 \end_inset
21351
21352
21353 \end_layout
21354
21355 \end_inset
21356 </cell>
21357 </row>
21358 <row>
21359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363
21364 \backslash
21365 Bbbk
21366 \end_layout
21367
21368 \end_inset
21369 </cell>
21370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21371 \begin_inset Text
21372
21373 \begin_layout Plain Layout
21374 \begin_inset Formula $\Bbbk$
21375 \end_inset
21376
21377
21378 \end_layout
21379
21380 \end_inset
21381 </cell>
21382 </row>
21383 </lyxtabular>
21384
21385 \end_inset
21386
21387
21388 \begin_inset space \hfill{}
21389 \end_inset
21390
21391
21392 \begin_inset Tabular
21393 <lyxtabular version="3" rows="10" columns="2">
21394 <features>
21395 <column alignment="center" valignment="top" width="0pt">
21396 <column alignment="center" valignment="top" width="0pt">
21397 <row>
21398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21399 \begin_inset Text
21400
21401 \begin_layout Plain Layout
21402 Comando
21403 \end_layout
21404
21405 \end_inset
21406 </cell>
21407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21408 \begin_inset Text
21409
21410 \begin_layout Plain Layout
21411 Símbolo
21412 \end_layout
21413
21414 \end_inset
21415 </cell>
21416 </row>
21417 <row>
21418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21419 \begin_inset Text
21420
21421 \begin_layout Plain Layout
21422
21423 \backslash
21424 prime
21425 \end_layout
21426
21427 \end_inset
21428 </cell>
21429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433 \begin_inset Formula $\prime$
21434 \end_inset
21435
21436
21437 \end_layout
21438
21439 \end_inset
21440 </cell>
21441 </row>
21442 <row>
21443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447
21448 \backslash
21449 backprime
21450 \end_layout
21451
21452 \end_inset
21453 </cell>
21454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21455 \begin_inset Text
21456
21457 \begin_layout Plain Layout
21458 \begin_inset Formula $\backprime$
21459 \end_inset
21460
21461
21462 \end_layout
21463
21464 \end_inset
21465 </cell>
21466 </row>
21467 <row>
21468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21469 \begin_inset Text
21470
21471 \begin_layout Plain Layout
21472
21473 \backslash
21474 mho
21475 \end_layout
21476
21477 \end_inset
21478 </cell>
21479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483 \begin_inset Formula $\mho$
21484 \end_inset
21485
21486
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 </row>
21492 <row>
21493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21494 \begin_inset Text
21495
21496 \begin_layout Plain Layout
21497
21498 \backslash
21499 triangle
21500 \end_layout
21501
21502 \end_inset
21503 </cell>
21504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21505 \begin_inset Text
21506
21507 \begin_layout Plain Layout
21508 \begin_inset Formula $\triangle$
21509 \end_inset
21510
21511
21512 \end_layout
21513
21514 \end_inset
21515 </cell>
21516 </row>
21517 <row>
21518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522
21523 \backslash
21524 angle
21525 \end_layout
21526
21527 \end_inset
21528 </cell>
21529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533 \begin_inset Formula $\angle$
21534 \end_inset
21535
21536
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 </row>
21542 <row>
21543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547
21548 \backslash
21549 measuredangle
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558 \begin_inset Formula $\measuredangle$
21559 \end_inset
21560
21561
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 </row>
21567 <row>
21568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572
21573 \backslash
21574 sphericalangle
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583 \begin_inset Formula $\sphericalangle$
21584 \end_inset
21585
21586
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 </row>
21592 <row>
21593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597
21598 \backslash
21599 top
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608 \begin_inset Formula $\top$
21609 \end_inset
21610
21611
21612 \end_layout
21613
21614 \end_inset
21615 </cell>
21616 </row>
21617 <row>
21618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622
21623 \backslash
21624 bot
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633 \begin_inset Formula $\bot$
21634 \end_inset
21635
21636
21637 \end_layout
21638
21639 \end_inset
21640 </cell>
21641 </row>
21642 </lyxtabular>
21643
21644 \end_inset
21645
21646
21647 \begin_inset space \hfill{}
21648 \end_inset
21649
21650
21651 \end_layout
21652
21653 \begin_layout Subsection
21654 Símbolos misceláneos
21655 \begin_inset CommandInset label
21656 LatexCommand label
21657 name "sub:Símbolos-misceláneos"
21658
21659 \end_inset
21660
21661
21662 \begin_inset Index
21663 status collapsed
21664
21665 \begin_layout Plain Layout
21666 Símbolos ! misceláneos
21667 \end_layout
21668
21669 \end_inset
21670
21671
21672 \end_layout
21673
21674 \begin_layout Standard
21675 \noindent
21676 \align center
21677 \begin_inset Tabular
21678 <lyxtabular version="3" rows="10" columns="2">
21679 <features>
21680 <column alignment="center" valignment="top" width="0pt">
21681 <column alignment="center" valignment="top" width="0pt">
21682 <row>
21683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 Comando
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21693 \begin_inset Text
21694
21695 \begin_layout Plain Layout
21696 Símbolo
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 </row>
21702 <row>
21703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21704 \begin_inset Text
21705
21706 \begin_layout Plain Layout
21707
21708 \backslash
21709 flat
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718 \begin_inset Formula $\flat$
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 </row>
21727 <row>
21728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732
21733 \backslash
21734 natural
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743 \begin_inset Formula $\natural$
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 </row>
21752 <row>
21753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21754 \begin_inset Text
21755
21756 \begin_layout Plain Layout
21757
21758 \backslash
21759 sharp
21760 \end_layout
21761
21762 \end_inset
21763 </cell>
21764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21765 \begin_inset Text
21766
21767 \begin_layout Plain Layout
21768 \begin_inset Formula $\sharp$
21769 \end_inset
21770
21771
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 </row>
21777 <row>
21778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21779 \begin_inset Text
21780
21781 \begin_layout Plain Layout
21782
21783 \backslash
21784 surd
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793 \begin_inset Formula $\surd$
21794 \end_inset
21795
21796
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 </row>
21802 <row>
21803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21804 \begin_inset Text
21805
21806 \begin_layout Plain Layout
21807
21808 \backslash
21809 checkmark
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout Plain Layout
21818 \begin_inset Formula $\checkmark$
21819 \end_inset
21820
21821
21822 \end_layout
21823
21824 \end_inset
21825 </cell>
21826 </row>
21827 <row>
21828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832
21833 \backslash
21834 yen
21835 \end_layout
21836
21837 \end_inset
21838 </cell>
21839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21840 \begin_inset Text
21841
21842 \begin_layout Plain Layout
21843 \begin_inset Formula $\yen$
21844 \end_inset
21845
21846
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 </row>
21852 <row>
21853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21854 \begin_inset Text
21855
21856 \begin_layout Plain Layout
21857
21858 \backslash
21859 pounds
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868 \begin_inset Formula $\pounds$
21869 \end_inset
21870
21871
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 </row>
21877 <row>
21878 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882 $
21883 \end_layout
21884
21885 \end_inset
21886 </cell>
21887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21888 \begin_inset Text
21889
21890 \begin_layout Plain Layout
21891 \begin_inset Formula $\$$
21892 \end_inset
21893
21894
21895 \end_layout
21896
21897 \end_inset
21898 </cell>
21899 </row>
21900 <row>
21901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21902 \begin_inset Text
21903
21904 \begin_layout Plain Layout
21905 §
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914 \begin_inset Formula $§$
21915 \end_inset
21916
21917
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 </row>
21923 </lyxtabular>
21924
21925 \end_inset
21926
21927
21928 \begin_inset Tabular
21929 <lyxtabular version="3" rows="10" columns="2">
21930 <features>
21931 <column alignment="center" valignment="top" width="0">
21932 <column alignment="center" valignment="top" width="0">
21933 <row>
21934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 Comando
21939 \end_layout
21940
21941 \end_inset
21942 </cell>
21943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21944 \begin_inset Text
21945
21946 \begin_layout Plain Layout
21947 Símbolo
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 </row>
21953 <row>
21954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958
21959 \backslash
21960 hbar
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21966 \begin_inset Text
21967
21968 \begin_layout Plain Layout
21969 \begin_inset Formula $\hbar$
21970 \end_inset
21971
21972
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 </row>
21978 <row>
21979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21980 \begin_inset Text
21981
21982 \begin_layout Plain Layout
21983
21984 \backslash
21985 hslash
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21991 \begin_inset Text
21992
21993 \begin_layout Plain Layout
21994 \begin_inset Formula $\hslash$
21995 \end_inset
21996
21997
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 </row>
22003 <row>
22004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008
22009 \backslash
22010 clubsuit
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22016 \begin_inset Text
22017
22018 \begin_layout Plain Layout
22019 \begin_inset Formula $\clubsuit$
22020 \end_inset
22021
22022
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 </row>
22028 <row>
22029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033
22034 \backslash
22035 spadesuit
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22041 \begin_inset Text
22042
22043 \begin_layout Plain Layout
22044 \begin_inset Formula $\spadesuit$
22045 \end_inset
22046
22047
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 </row>
22053 <row>
22054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22055 \begin_inset Text
22056
22057 \begin_layout Plain Layout
22058
22059 \backslash
22060 bigstar
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069 \begin_inset Formula $\bigstar$
22070 \end_inset
22071
22072
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 </row>
22078 <row>
22079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22080 \begin_inset Text
22081
22082 \begin_layout Plain Layout
22083
22084 \backslash
22085 blacklozenge
22086 \end_layout
22087
22088 \end_inset
22089 </cell>
22090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22091 \begin_inset Text
22092
22093 \begin_layout Plain Layout
22094 \begin_inset Formula $\blacklozenge$
22095 \end_inset
22096
22097
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 </row>
22103 <row>
22104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22105 \begin_inset Text
22106
22107 \begin_layout Plain Layout
22108
22109 \backslash
22110 blacktriangle
22111 \end_layout
22112
22113 \end_inset
22114 </cell>
22115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22116 \begin_inset Text
22117
22118 \begin_layout Plain Layout
22119 \begin_inset Formula $\blacktriangle$
22120 \end_inset
22121
22122
22123 \end_layout
22124
22125 \end_inset
22126 </cell>
22127 </row>
22128 <row>
22129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22130 \begin_inset Text
22131
22132 \begin_layout Plain Layout
22133
22134 \backslash
22135 blacktiangledown
22136 \end_layout
22137
22138 \end_inset
22139 </cell>
22140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22141 \begin_inset Text
22142
22143 \begin_layout Plain Layout
22144 \begin_inset Formula $\blacktriangledown$
22145 \end_inset
22146
22147
22148 \end_layout
22149
22150 \end_inset
22151 </cell>
22152 </row>
22153 <row>
22154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158
22159 \backslash
22160 bullet
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169 \begin_inset Formula $\bullet$
22170 \end_inset
22171
22172
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 </row>
22178 </lyxtabular>
22179
22180 \end_inset
22181
22182
22183 \begin_inset Tabular
22184 <lyxtabular version="3" rows="10" columns="2">
22185 <features>
22186 <column alignment="center" valignment="top" width="0pt">
22187 <column alignment="center" valignment="top" width="0pt">
22188 <row>
22189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193 Comando
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22199 \begin_inset Text
22200
22201 \begin_layout Plain Layout
22202 Símbolo
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 </row>
22208 <row>
22209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213
22214 \backslash
22215 diamondsuit
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22221 \begin_inset Text
22222
22223 \begin_layout Plain Layout
22224 \begin_inset Formula $\diamondsuit$
22225 \end_inset
22226
22227
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 </row>
22233 <row>
22234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22235 \begin_inset Text
22236
22237 \begin_layout Plain Layout
22238
22239 \backslash
22240 Diamond
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249 \begin_inset Formula $\Diamond$
22250 \end_inset
22251
22252
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 </row>
22258 <row>
22259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22260 \begin_inset Text
22261
22262 \begin_layout Plain Layout
22263
22264 \backslash
22265 heartsuit
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22271 \begin_inset Text
22272
22273 \begin_layout Plain Layout
22274 \begin_inset Formula $\heartsuit$
22275 \end_inset
22276
22277
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 </row>
22283 <row>
22284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22285 \begin_inset Text
22286
22287 \begin_layout Plain Layout
22288
22289 \backslash
22290 P
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22296 \begin_inset Text
22297
22298 \begin_layout Plain Layout
22299 \begin_inset Formula $\P$
22300 \end_inset
22301
22302
22303 \end_layout
22304
22305 \end_inset
22306 </cell>
22307 </row>
22308 <row>
22309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313
22314 \backslash
22315 copyright
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324 \begin_inset Formula $\copyright$
22325 \end_inset
22326
22327
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 </row>
22333 <row>
22334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338
22339 \backslash
22340 circledR
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349 \begin_inset Formula $\circledR$
22350 \end_inset
22351
22352
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 </row>
22358 <row>
22359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363
22364 \backslash
22365 maltese
22366 \end_layout
22367
22368 \end_inset
22369 </cell>
22370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22371 \begin_inset Text
22372
22373 \begin_layout Plain Layout
22374 \begin_inset Formula $\maltese$
22375 \end_inset
22376
22377
22378 \end_layout
22379
22380 \end_inset
22381 </cell>
22382 </row>
22383 <row>
22384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388
22389 \backslash
22390 diagup
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 \begin_inset Formula $\diagup$
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 </row>
22408 <row>
22409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413
22414 \backslash
22415 diagdown
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424 \begin_inset Formula $\diagdown$
22425 \end_inset
22426
22427
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 </row>
22433 </lyxtabular>
22434
22435 \end_inset
22436
22437
22438 \end_layout
22439
22440 \begin_layout Standard
22441 \begin_inset VSpace medskip
22442 \end_inset
22443
22444
22445 \end_layout
22446
22447 \begin_layout Standard
22448 Hay más símbolos en 
22449 \begin_inset CommandInset ref
22450 LatexCommand ref
22451 reference "sub:Caracteres-especiales-misceláneos"
22452
22453 \end_inset
22454
22455 .
22456 \end_layout
22457
22458 \begin_layout Standard
22459 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22460 \begin_inset CommandInset ref
22461 LatexCommand ref
22462 reference "sub:Tamaños-de-fuentes"
22463
22464 \end_inset
22465
22466
22467 \end_layout
22468
22469 \begin_layout Subsection
22470 El símbolo del euro, €
22471 \begin_inset Index
22472 status collapsed
22473
22474 \begin_layout Plain Layout
22475 Símbolos ! euro
22476 \end_layout
22477
22478 \end_inset
22479
22480
22481 \begin_inset Index
22482 status collapsed
22483
22484 \begin_layout Plain Layout
22485
22486 \backslash
22487 @
22488 \begin_inset ERT
22489 status collapsed
22490
22491 \begin_layout Plain Layout
22492
22493
22494 \backslash
22495 officialeuro
22496 \end_layout
22497
22498 \end_inset
22499
22500
22501 \end_layout
22502
22503 \end_inset
22504
22505
22506 \end_layout
22507
22508 \begin_layout Standard
22509 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22510  LaTeX 
22511 \series bold
22512 eurosym
22513 \series default
22514
22515 \begin_inset Index
22516 status collapsed
22517
22518 \begin_layout Plain Layout
22519 Paquetes ! eurosym
22520 \end_layout
22521
22522 \end_inset
22523
22524 , y cargado en el preámbulo LaTeX con la línea
22525 \end_layout
22526
22527 \begin_layout Standard
22528
22529 \series bold
22530
22531 \backslash
22532 usepackage[gennarrow]{eurosym}
22533 \end_layout
22534
22535 \begin_layout Standard
22536 Actualmente también se puede insertar con el comando 
22537 \series bold
22538
22539 \backslash
22540 euro
22541 \series default
22542
22543 \begin_inset Index
22544 status collapsed
22545
22546 \begin_layout Plain Layout
22547 Comandos ! E ! 
22548 \backslash
22549 euro
22550 \end_layout
22551
22552 \end_inset
22553
22554 .
22555 \end_layout
22556
22557 \begin_layout Standard
22558 El símbolo del euro puede insertarse directamente con la tecla € en texto
22559  matemático sin tener 
22560 \series bold
22561 eurosym
22562 \series default
22563  instalado.
22564  Si 
22565 \series bold
22566 eurosym
22567 \series default
22568  está instalado, se puede insertar 
22569 \series bold
22570
22571 \backslash
22572 euro
22573 \series default
22574  en modo TeX.
22575  El símbolo oficial de la moneda se puede insertar con el comando 
22576 \series bold
22577
22578 \backslash
22579 officialeuro
22580 \series default
22581
22582 \begin_inset Index
22583 status collapsed
22584
22585 \begin_layout Plain Layout
22586 Comandos ! O ! 
22587 \backslash
22588 officialeuro
22589 \end_layout
22590
22591 \end_inset
22592
22593 , que sólo está disponible en modo TeX.
22594 \end_layout
22595
22596 \begin_layout Standard
22597 \begin_inset ERT
22598 status collapsed
22599
22600 \begin_layout Plain Layout
22601
22602
22603 \backslash
22604 ifeurosym
22605 \end_layout
22606
22607 \end_inset
22608
22609
22610 \begin_inset Note Note
22611 status collapsed
22612
22613 \begin_layout Plain Layout
22614 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
22615 \series bold
22616 eurosym
22617 \series default
22618 .
22619 \end_layout
22620
22621 \end_inset
22622
22623
22624 \end_layout
22625
22626 \begin_layout Standard
22627 Un vistazo a los diferentes símbolos del euro.
22628 \end_layout
22629
22630 \begin_layout Standard
22631 \noindent
22632 \align center
22633 \begin_inset Tabular
22634 <lyxtabular version="3" rows="4" columns="3">
22635 <features>
22636 <column alignment="center" valignment="top" width="0">
22637 <column alignment="center" valignment="top" width="0">
22638 <column alignment="center" valignment="top" width="0">
22639 <row>
22640 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653 Comando
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662 Símbolo
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 </row>
22668 <row>
22669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 ecuación
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682
22683 \backslash
22684 euro
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693 \begin_inset Formula $\euro$
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 </row>
22702 <row>
22703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22704 \begin_inset Text
22705
22706 \begin_layout Plain Layout
22707 texto matemático
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725 \begin_inset Formula $\mbox{€}$
22726 \end_inset
22727
22728
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 </row>
22734 <row>
22735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739 modo TeX
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748
22749 \backslash
22750 officialeuro
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759 \begin_inset ERT
22760 status collapsed
22761
22762 \begin_layout Plain Layout
22763
22764
22765 \backslash
22766 officialeuro
22767 \end_layout
22768
22769 \end_inset
22770
22771
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 </row>
22777 </lyxtabular>
22778
22779 \end_inset
22780
22781
22782 \end_layout
22783
22784 \begin_layout Standard
22785 \begin_inset ERT
22786 status collapsed
22787
22788 \begin_layout Plain Layout
22789
22790
22791 \backslash
22792 else
22793 \end_layout
22794
22795 \end_inset
22796
22797
22798 \begin_inset Note Note
22799 status collapsed
22800
22801 \begin_layout Plain Layout
22802 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22803 \series bold
22804 eurosym
22805 \series default
22806 :
22807 \end_layout
22808
22809 \end_inset
22810
22811
22812 \end_layout
22813
22814 \begin_layout Standard
22815 Para ver la salida completa de esta subsección debe estar instalado el paquete
22816  LaTeX 
22817 \series bold
22818 eurosym
22819 \series default
22820 .
22821 \end_layout
22822
22823 \begin_layout Standard
22824 \begin_inset ERT
22825 status collapsed
22826
22827 \begin_layout Plain Layout
22828
22829
22830 \backslash
22831 fi
22832 \end_layout
22833
22834 \end_inset
22835
22836
22837 \end_layout
22838
22839 \begin_layout Section
22840 Relaciones
22841 \begin_inset CommandInset label
22842 LatexCommand label
22843 name "sec:Relaciones"
22844
22845 \end_inset
22846
22847
22848 \begin_inset Index
22849 status collapsed
22850
22851 \begin_layout Plain Layout
22852 Relaciones
22853 \end_layout
22854
22855 \end_inset
22856
22857
22858 \begin_inset Index
22859 status collapsed
22860
22861 \begin_layout Plain Layout
22862 Comparaciones|see
22863 \begin_inset ERT
22864 status collapsed
22865
22866 \begin_layout Plain Layout
22867
22868 {
22869 \end_layout
22870
22871 \end_inset
22872
22873 Relaciones
22874 \begin_inset ERT
22875 status collapsed
22876
22877 \begin_layout Plain Layout
22878
22879 }
22880 \end_layout
22881
22882 \end_inset
22883
22884
22885 \end_layout
22886
22887 \end_inset
22888
22889
22890 \end_layout
22891
22892 \begin_layout Standard
22893 Todas las relaciones se pueden insertar también con el botón 
22894 \begin_inset Graphics
22895         filename ../../images/math/leq.png
22896         scale 85
22897
22898 \end_inset
22899
22900  de la barra de ecuaciones.
22901 \end_layout
22902
22903 \begin_layout Standard
22904 \begin_inset space \hfill{}
22905 \end_inset
22906
22907
22908 \begin_inset Tabular
22909 <lyxtabular version="3" rows="17" columns="2">
22910 <features>
22911 <column alignment="center" valignment="top" width="0pt">
22912 <column alignment="center" valignment="top" width="0pt">
22913 <row>
22914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918 Comando
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22924 \begin_inset Text
22925
22926 \begin_layout Plain Layout
22927 Relación
22928 \end_layout
22929
22930 \end_inset
22931 </cell>
22932 </row>
22933 <row>
22934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938 <
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947 \begin_inset Formula $<$
22948 \end_inset
22949
22950
22951 \end_layout
22952
22953 \end_inset
22954 </cell>
22955 </row>
22956 <row>
22957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961
22962 \backslash
22963 le
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22969 \begin_inset Text
22970
22971 \begin_layout Plain Layout
22972 \begin_inset Formula $\le$
22973 \end_inset
22974
22975
22976 \end_layout
22977
22978 \end_inset
22979 </cell>
22980 </row>
22981 <row>
22982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22983 \begin_inset Text
22984
22985 \begin_layout Plain Layout
22986
22987 \backslash
22988 ll
22989 \end_layout
22990
22991 \end_inset
22992 </cell>
22993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22994 \begin_inset Text
22995
22996 \begin_layout Plain Layout
22997 \begin_inset Formula $\ll$
22998 \end_inset
22999
23000
23001 \end_layout
23002
23003 \end_inset
23004 </cell>
23005 </row>
23006 <row>
23007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23008 \begin_inset Text
23009
23010 \begin_layout Plain Layout
23011
23012 \backslash
23013 prec
23014 \end_layout
23015
23016 \end_inset
23017 </cell>
23018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23019 \begin_inset Text
23020
23021 \begin_layout Plain Layout
23022 \begin_inset Formula $\prec$
23023 \end_inset
23024
23025
23026 \end_layout
23027
23028 \end_inset
23029 </cell>
23030 </row>
23031 <row>
23032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036
23037 \backslash
23038 preceq
23039 \end_layout
23040
23041 \end_inset
23042 </cell>
23043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23044 \begin_inset Text
23045
23046 \begin_layout Plain Layout
23047 \begin_inset Formula $\preceq$
23048 \end_inset
23049
23050
23051 \end_layout
23052
23053 \end_inset
23054 </cell>
23055 </row>
23056 <row>
23057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061
23062 \backslash
23063 subset
23064 \end_layout
23065
23066 \end_inset
23067 </cell>
23068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23069 \begin_inset Text
23070
23071 \begin_layout Plain Layout
23072 \begin_inset Formula $\subset$
23073 \end_inset
23074
23075
23076 \end_layout
23077
23078 \end_inset
23079 </cell>
23080 </row>
23081 <row>
23082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086
23087 \backslash
23088 subseteq
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23094 \begin_inset Text
23095
23096 \begin_layout Plain Layout
23097 \begin_inset Formula $\subseteq$
23098 \end_inset
23099
23100
23101 \end_layout
23102
23103 \end_inset
23104 </cell>
23105 </row>
23106 <row>
23107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111
23112 \backslash
23113 sqsubseteq
23114 \end_layout
23115
23116 \end_inset
23117 </cell>
23118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Plain Layout
23122 \begin_inset Formula $\sqsubseteq$
23123 \end_inset
23124
23125
23126 \end_layout
23127
23128 \end_inset
23129 </cell>
23130 </row>
23131 <row>
23132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23133 \begin_inset Text
23134
23135 \begin_layout Plain Layout
23136
23137 \backslash
23138 in
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147 \begin_inset Formula $\in$
23148 \end_inset
23149
23150
23151 \end_layout
23152
23153 \end_inset
23154 </cell>
23155 </row>
23156 <row>
23157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161
23162 \backslash
23163 vdash
23164 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172 \begin_inset Formula $\vdash$
23173 \end_inset
23174
23175
23176 \end_layout
23177
23178 \end_inset
23179 </cell>
23180 </row>
23181 <row>
23182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186
23187 \backslash
23188 smile
23189 \end_layout
23190
23191 \end_inset
23192 </cell>
23193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23194 \begin_inset Text
23195
23196 \begin_layout Plain Layout
23197 \begin_inset Formula $\smile$
23198 \end_inset
23199
23200
23201 \end_layout
23202
23203 \end_inset
23204 </cell>
23205 </row>
23206 <row>
23207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23208 \begin_inset Text
23209
23210 \begin_layout Plain Layout
23211
23212 \backslash
23213 lhd
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23219 \begin_inset Text
23220
23221 \begin_layout Plain Layout
23222 \begin_inset Formula $\lhd$
23223 \end_inset
23224
23225
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 </row>
23231 <row>
23232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236
23237 \backslash
23238 unlhd
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247 \begin_inset Formula $\unlhd$
23248 \end_inset
23249
23250
23251 \end_layout
23252
23253 \end_inset
23254 </cell>
23255 </row>
23256 <row>
23257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261
23262 \backslash
23263 gtrless
23264 \end_layout
23265
23266 \end_inset
23267 </cell>
23268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272 \begin_inset Formula $\gtrless$
23273 \end_inset
23274
23275
23276 \end_layout
23277
23278 \end_inset
23279 </cell>
23280 </row>
23281 <row>
23282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23283 \begin_inset Text
23284
23285 \begin_layout Plain Layout
23286
23287 \backslash
23288 mid
23289 \end_layout
23290
23291 \end_inset
23292 </cell>
23293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23294 \begin_inset Text
23295
23296 \begin_layout Plain Layout
23297 \begin_inset Formula $\mid$
23298 \end_inset
23299
23300
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 </row>
23306 <row>
23307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23308 \begin_inset Text
23309
23310 \begin_layout Plain Layout
23311
23312 \backslash
23313 nmid
23314 \end_layout
23315
23316 \end_inset
23317 </cell>
23318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23319 \begin_inset Text
23320
23321 \begin_layout Plain Layout
23322 \begin_inset Formula $\nmid$
23323 \end_inset
23324
23325
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 </row>
23331 </lyxtabular>
23332
23333 \end_inset
23334
23335
23336 \begin_inset space \hfill{}
23337 \end_inset
23338
23339
23340 \begin_inset Tabular
23341 <lyxtabular version="3" rows="17" columns="2">
23342 <features>
23343 <column alignment="center" valignment="top" width="0pt">
23344 <column alignment="center" valignment="top" width="0pt">
23345 <row>
23346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350 Comando
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359 Relación
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 </row>
23365 <row>
23366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23367 \begin_inset Text
23368
23369 \begin_layout Plain Layout
23370 =
23371 \end_layout
23372
23373 \end_inset
23374 </cell>
23375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23376 \begin_inset Text
23377
23378 \begin_layout Plain Layout
23379 \begin_inset Formula $=$
23380 \end_inset
23381
23382
23383 \end_layout
23384
23385 \end_inset
23386 </cell>
23387 </row>
23388 <row>
23389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23390 \begin_inset Text
23391
23392 \begin_layout Plain Layout
23393
23394 \backslash
23395 not=
23396 \end_layout
23397
23398 \end_inset
23399 </cell>
23400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23401 \begin_inset Text
23402
23403 \begin_layout Plain Layout
23404 \begin_inset Formula $\not=$
23405 \end_inset
23406
23407
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 </row>
23413 <row>
23414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23415 \begin_inset Text
23416
23417 \begin_layout Plain Layout
23418
23419 \backslash
23420 equiv
23421 \end_layout
23422
23423 \end_inset
23424 </cell>
23425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23426 \begin_inset Text
23427
23428 \begin_layout Plain Layout
23429 \begin_inset Formula $\equiv$
23430 \end_inset
23431
23432
23433 \end_layout
23434
23435 \end_inset
23436 </cell>
23437 </row>
23438 <row>
23439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443
23444 \backslash
23445 sim
23446 \end_layout
23447
23448 \end_inset
23449 </cell>
23450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23451 \begin_inset Text
23452
23453 \begin_layout Plain Layout
23454 \begin_inset Formula $\sim$
23455 \end_inset
23456
23457
23458 \end_layout
23459
23460 \end_inset
23461 </cell>
23462 </row>
23463 <row>
23464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468
23469 \backslash
23470 simeq
23471 \end_layout
23472
23473 \end_inset
23474 </cell>
23475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23476 \begin_inset Text
23477
23478 \begin_layout Plain Layout
23479 \begin_inset Formula $\simeq$
23480 \end_inset
23481
23482
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 </row>
23488 <row>
23489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23490 \begin_inset Text
23491
23492 \begin_layout Plain Layout
23493
23494 \backslash
23495 approx
23496 \end_layout
23497
23498 \end_inset
23499 </cell>
23500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23501 \begin_inset Text
23502
23503 \begin_layout Plain Layout
23504 \begin_inset Formula $\approx$
23505 \end_inset
23506
23507
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 </row>
23513 <row>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518
23519 \backslash
23520 cong
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23526 \begin_inset Text
23527
23528 \begin_layout Plain Layout
23529 \begin_inset Formula $\cong$
23530 \end_inset
23531
23532
23533 \end_layout
23534
23535 \end_inset
23536 </cell>
23537 </row>
23538 <row>
23539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543
23544 \backslash
23545 bowtie
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23551 \begin_inset Text
23552
23553 \begin_layout Plain Layout
23554 \begin_inset Formula $\bowtie$
23555 \end_inset
23556
23557
23558 \end_layout
23559
23560 \end_inset
23561 </cell>
23562 </row>
23563 <row>
23564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568
23569 \backslash
23570 notin
23571 \end_layout
23572
23573 \end_inset
23574 </cell>
23575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23576 \begin_inset Text
23577
23578 \begin_layout Plain Layout
23579 \begin_inset Formula $\notin$
23580 \end_inset
23581
23582
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 </row>
23588 <row>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593
23594 \backslash
23595 perp
23596 \end_layout
23597
23598 \end_inset
23599 </cell>
23600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23601 \begin_inset Text
23602
23603 \begin_layout Plain Layout
23604 \begin_inset Formula $\perp$
23605 \end_inset
23606
23607
23608 \end_layout
23609
23610 \end_inset
23611 </cell>
23612 </row>
23613 <row>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618
23619 \backslash
23620 propto
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629 \begin_inset Formula $\propto$
23630 \end_inset
23631
23632
23633 \end_layout
23634
23635 \end_inset
23636 </cell>
23637 </row>
23638 <row>
23639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23640 \begin_inset Text
23641
23642 \begin_layout Plain Layout
23643
23644 \backslash
23645 asymp
23646 \end_layout
23647
23648 \end_inset
23649 </cell>
23650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654 \begin_inset Formula $\asymp$
23655 \end_inset
23656
23657
23658 \end_layout
23659
23660 \end_inset
23661 </cell>
23662 </row>
23663 <row>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668
23669 \backslash
23670 doteq
23671 \end_layout
23672
23673 \end_inset
23674 </cell>
23675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23676 \begin_inset Text
23677
23678 \begin_layout Plain Layout
23679 \begin_inset Formula $\doteq$
23680 \end_inset
23681
23682
23683 \end_layout
23684
23685 \end_inset
23686 </cell>
23687 </row>
23688 <row>
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693
23694 \backslash
23695 circeq
23696 \end_layout
23697
23698 \end_inset
23699 </cell>
23700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704 \begin_inset Formula $\circeq$
23705 \end_inset
23706
23707
23708 \end_layout
23709
23710 \end_inset
23711 </cell>
23712 </row>
23713 <row>
23714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718
23719 \backslash
23720 models
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729 \begin_inset Formula $\models$
23730 \end_inset
23731
23732
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 </row>
23738 <row>
23739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743
23744 \backslash
23745 widehat=
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754 \begin_inset Formula $\widehat{=}$
23755 \end_inset
23756
23757
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 </row>
23763 </lyxtabular>
23764
23765 \end_inset
23766
23767
23768 \begin_inset space \hfill{}
23769 \end_inset
23770
23771
23772 \begin_inset Tabular
23773 <lyxtabular version="3" rows="17" columns="2">
23774 <features>
23775 <column alignment="center" valignment="top" width="0pt">
23776 <column alignment="center" valignment="top" width="0pt">
23777 <row>
23778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23779 \begin_inset Text
23780
23781 \begin_layout Plain Layout
23782 Comando
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791 Relación
23792 \end_layout
23793
23794 \end_inset
23795 </cell>
23796 </row>
23797 <row>
23798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23799 \begin_inset Text
23800
23801 \begin_layout Plain Layout
23802 >
23803 \end_layout
23804
23805 \end_inset
23806 </cell>
23807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23808 \begin_inset Text
23809
23810 \begin_layout Plain Layout
23811 \begin_inset Formula $>$
23812 \end_inset
23813
23814
23815 \end_layout
23816
23817 \end_inset
23818 </cell>
23819 </row>
23820 <row>
23821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23822 \begin_inset Text
23823
23824 \begin_layout Plain Layout
23825
23826 \backslash
23827 ge
23828 \end_layout
23829
23830 \end_inset
23831 </cell>
23832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23833 \begin_inset Text
23834
23835 \begin_layout Plain Layout
23836 \begin_inset Formula $\ge$
23837 \end_inset
23838
23839
23840 \end_layout
23841
23842 \end_inset
23843 </cell>
23844 </row>
23845 <row>
23846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23847 \begin_inset Text
23848
23849 \begin_layout Plain Layout
23850
23851 \backslash
23852 gg
23853 \end_layout
23854
23855 \end_inset
23856 </cell>
23857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23858 \begin_inset Text
23859
23860 \begin_layout Plain Layout
23861 \begin_inset Formula $\gg$
23862 \end_inset
23863
23864
23865 \end_layout
23866
23867 \end_inset
23868 </cell>
23869 </row>
23870 <row>
23871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23872 \begin_inset Text
23873
23874 \begin_layout Plain Layout
23875
23876 \backslash
23877 succ
23878 \end_layout
23879
23880 \end_inset
23881 </cell>
23882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23883 \begin_inset Text
23884
23885 \begin_layout Plain Layout
23886 \begin_inset Formula $\succ$
23887 \end_inset
23888
23889
23890 \end_layout
23891
23892 \end_inset
23893 </cell>
23894 </row>
23895 <row>
23896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23897 \begin_inset Text
23898
23899 \begin_layout Plain Layout
23900
23901 \backslash
23902 succeq
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23908 \begin_inset Text
23909
23910 \begin_layout Plain Layout
23911 \begin_inset Formula $\succeq$
23912 \end_inset
23913
23914
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 </row>
23920 <row>
23921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925
23926 \backslash
23927 supset
23928 \end_layout
23929
23930 \end_inset
23931 </cell>
23932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23933 \begin_inset Text
23934
23935 \begin_layout Plain Layout
23936 \begin_inset Formula $\supset$
23937 \end_inset
23938
23939
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 </row>
23945 <row>
23946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23947 \begin_inset Text
23948
23949 \begin_layout Plain Layout
23950
23951 \backslash
23952 supseteq
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23958 \begin_inset Text
23959
23960 \begin_layout Plain Layout
23961 \begin_inset Formula $\supseteq$
23962 \end_inset
23963
23964
23965 \end_layout
23966
23967 \end_inset
23968 </cell>
23969 </row>
23970 <row>
23971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23972 \begin_inset Text
23973
23974 \begin_layout Plain Layout
23975
23976 \backslash
23977 sqsupseteq
23978 \end_layout
23979
23980 \end_inset
23981 </cell>
23982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23983 \begin_inset Text
23984
23985 \begin_layout Plain Layout
23986 \begin_inset Formula $\sqsupseteq$
23987 \end_inset
23988
23989
23990 \end_layout
23991
23992 \end_inset
23993 </cell>
23994 </row>
23995 <row>
23996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23997 \begin_inset Text
23998
23999 \begin_layout Plain Layout
24000
24001 \backslash
24002 ni
24003 \end_layout
24004
24005 \end_inset
24006 </cell>
24007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24008 \begin_inset Text
24009
24010 \begin_layout Plain Layout
24011 \begin_inset Formula $\ni$
24012 \end_inset
24013
24014
24015 \end_layout
24016
24017 \end_inset
24018 </cell>
24019 </row>
24020 <row>
24021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24022 \begin_inset Text
24023
24024 \begin_layout Plain Layout
24025
24026 \backslash
24027 dashv
24028 \end_layout
24029
24030 \end_inset
24031 </cell>
24032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24033 \begin_inset Text
24034
24035 \begin_layout Plain Layout
24036 \begin_inset Formula $\dashv$
24037 \end_inset
24038
24039
24040 \end_layout
24041
24042 \end_inset
24043 </cell>
24044 </row>
24045 <row>
24046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Plain Layout
24050
24051 \backslash
24052 frown
24053 \end_layout
24054
24055 \end_inset
24056 </cell>
24057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24058 \begin_inset Text
24059
24060 \begin_layout Plain Layout
24061 \begin_inset Formula $\frown$
24062 \end_inset
24063
24064
24065 \end_layout
24066
24067 \end_inset
24068 </cell>
24069 </row>
24070 <row>
24071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075
24076 \backslash
24077 rhd
24078 \end_layout
24079
24080 \end_inset
24081 </cell>
24082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24083 \begin_inset Text
24084
24085 \begin_layout Plain Layout
24086 \begin_inset Formula $\rhd$
24087 \end_inset
24088
24089
24090 \end_layout
24091
24092 \end_inset
24093 </cell>
24094 </row>
24095 <row>
24096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24097 \begin_inset Text
24098
24099 \begin_layout Plain Layout
24100
24101 \backslash
24102 unrhd
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24108 \begin_inset Text
24109
24110 \begin_layout Plain Layout
24111 \begin_inset Formula $\unrhd$
24112 \end_inset
24113
24114
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 </row>
24120 <row>
24121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125
24126 \backslash
24127 lessgtr
24128 \end_layout
24129
24130 \end_inset
24131 </cell>
24132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24133 \begin_inset Text
24134
24135 \begin_layout Plain Layout
24136 \begin_inset Formula $\lessgtr$
24137 \end_inset
24138
24139
24140 \end_layout
24141
24142 \end_inset
24143 </cell>
24144 </row>
24145 <row>
24146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24147 \begin_inset Text
24148
24149 \begin_layout Plain Layout
24150
24151 \backslash
24152 parallel
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161 \begin_inset Formula $\parallel$
24162 \end_inset
24163
24164
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 </row>
24170 <row>
24171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175
24176 \backslash
24177 nparallel
24178 \end_layout
24179
24180 \end_inset
24181 </cell>
24182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24183 \begin_inset Text
24184
24185 \begin_layout Plain Layout
24186 \begin_inset Formula $\nparallel$
24187 \end_inset
24188
24189
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 </row>
24195 </lyxtabular>
24196
24197 \end_inset
24198
24199
24200 \begin_inset space \hfill{}
24201 \end_inset
24202
24203
24204 \end_layout
24205
24206 \begin_layout Standard
24207 \begin_inset VSpace medskip
24208 \end_inset
24209
24210
24211 \end_layout
24212
24213 \begin_layout Standard
24214 Los caracteres 
24215 \series bold
24216
24217 \backslash
24218 lhd
24219 \series default
24220  y 
24221 \series bold
24222
24223 \backslash
24224 rhd
24225 \series default
24226  son mayores que los operadores de aspecto similar 
24227 \series bold
24228
24229 \backslash
24230 triangleleft
24231 \series default
24232  y 
24233 \series bold
24234
24235 \backslash
24236 triangleright
24237 \series default
24238 , respectivamente.
24239 \end_layout
24240
24241 \begin_layout Standard
24242 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24243 \end_layout
24244
24245 \begin_layout Standard
24246 Se pueden componer relaciones con etiquetas con el comando 
24247 \series bold
24248
24249 \backslash
24250 stackrel
24251 \series default
24252
24253 \begin_inset Index
24254 status collapsed
24255
24256 \begin_layout Plain Layout
24257 Comandos ! S ! 
24258 \backslash
24259 stackrel
24260 \end_layout
24261
24262 \end_inset
24263
24264 :
24265 \end_layout
24266
24267 \begin_layout Standard
24268 \align center
24269 \begin_inset Tabular
24270 <lyxtabular version="3" rows="2" columns="2">
24271 <features>
24272 <column alignment="center" valignment="top" width="0">
24273 <column alignment="center" valignment="top" width="0">
24274 <row>
24275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24276 \begin_inset Text
24277
24278 \begin_layout Plain Layout
24279 Comando
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24285 \begin_inset Text
24286
24287 \begin_layout Plain Layout
24288 Resultado
24289 \begin_inset Note Note
24290 status collapsed
24291
24292 \begin_layout Plain Layout
24293
24294 \series bold
24295
24296 \backslash
24297 raisebox
24298 \series default
24299  se usa sólo como espaciador
24300 \end_layout
24301
24302 \end_inset
24303
24304
24305 \end_layout
24306
24307 \end_inset
24308 </cell>
24309 </row>
24310 <row>
24311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315 A(r)
24316 \backslash
24317 stackrel
24318 \begin_inset ERT
24319 status collapsed
24320
24321 \begin_layout Plain Layout
24322
24323
24324 \backslash
24325 spce 
24326 \end_layout
24327
24328 \end_inset
24329
24330 r
24331 \backslash
24332 to
24333 \backslash
24334 infty
24335 \begin_inset ERT
24336 status collapsed
24337
24338 \begin_layout Plain Layout
24339
24340
24341 \backslash
24342 spce 
24343 \end_layout
24344
24345 \end_inset
24346
24347
24348 \begin_inset Formula $\downarrow$
24349 \end_inset
24350
24351
24352 \backslash
24353 approx
24354 \begin_inset ERT
24355 status collapsed
24356
24357 \begin_layout Plain Layout
24358
24359
24360 \backslash
24361 spce 
24362 \end_layout
24363
24364 \end_inset
24365
24366
24367 \begin_inset ERT
24368 status collapsed
24369
24370 \begin_layout Plain Layout
24371
24372
24373 \backslash
24374 spce 
24375 \end_layout
24376
24377 \end_inset
24378
24379 B
24380 \end_layout
24381
24382 \end_inset
24383 </cell>
24384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24385 \begin_inset Text
24386
24387 \begin_layout Plain Layout
24388 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24389 \end_inset
24390
24391
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 </row>
24397 </lyxtabular>
24398
24399 \end_inset
24400
24401
24402 \end_layout
24403
24404 \begin_layout Section
24405 Funciones
24406 \end_layout
24407
24408 \begin_layout Subsection
24409 Funciones predefinidas
24410 \begin_inset CommandInset label
24411 LatexCommand label
24412 name "sub:Funciones-predefinidas"
24413
24414 \end_inset
24415
24416
24417 \begin_inset Index
24418 status collapsed
24419
24420 \begin_layout Plain Layout
24421 Funciones ! predefinidas
24422 \end_layout
24423
24424 \end_inset
24425
24426
24427 \begin_inset Index
24428 status collapsed
24429
24430 \begin_layout Plain Layout
24431 Funciones ! en español
24432 \end_layout
24433
24434 \end_inset
24435
24436
24437 \end_layout
24438
24439 \begin_layout Standard
24440 En general las variables se escriben en 
24441 \emph on
24442 cursiva
24443 \emph default
24444  en expresiones matemáticas, pero no los nombres de las funciones, porque
24445  
24446 \begin_inset Formula $sen$
24447 \end_inset
24448
24449  podría confundirse con 
24450 \begin_inset Formula $s\cdot e\cdot n$
24451 \end_inset
24452
24453 .
24454  Por eso hay funciones predefinidas, que además se separan un poco del factor
24455  precedente.
24456  Se insertan como comandos con una barra inversa  delante de su nombre.
24457 \end_layout
24458
24459 \begin_layout Standard
24460 \align center
24461 \begin_inset Tabular
24462 <lyxtabular version="3" rows="2" columns="4">
24463 <features>
24464 <column alignment="center" valignment="top" width="0pt">
24465 <column alignment="center" valignment="top" width="0pt">
24466 <column alignment="center" valignment="top" width="0pt">
24467 <column alignment="center" valignment="top" width="0pt">
24468 <row>
24469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24470 \begin_inset Text
24471
24472 \begin_layout Plain Layout
24473 Comando
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482 Resultado
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24488 \begin_inset Text
24489
24490 \begin_layout Plain Layout
24491 Comando
24492 \end_layout
24493
24494 \end_inset
24495 </cell>
24496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24497 \begin_inset Text
24498
24499 \begin_layout Plain Layout
24500 Resultado
24501 \end_layout
24502
24503 \end_inset
24504 </cell>
24505 </row>
24506 <row>
24507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24508 \begin_inset Text
24509
24510 \begin_layout Plain Layout
24511 Asen(x)+B
24512 \end_layout
24513
24514 \end_inset
24515 </cell>
24516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24517 \begin_inset Text
24518
24519 \begin_layout Plain Layout
24520 \begin_inset Formula $Asen(x)+B$
24521 \end_inset
24522
24523
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532 A
24533 \backslash
24534 sen(x)+B
24535 \end_layout
24536
24537 \end_inset
24538 </cell>
24539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24540 \begin_inset Text
24541
24542 \begin_layout Plain Layout
24543 \begin_inset Formula $A\sen(x)+B$
24544 \end_inset
24545
24546
24547 \end_layout
24548
24549 \end_inset
24550 </cell>
24551 </row>
24552 </lyxtabular>
24553
24554 \end_inset
24555
24556
24557 \end_layout
24558
24559 \begin_layout Standard
24560 Las funciones siguientes están predefinidas:
24561 \begin_inset Foot
24562 status collapsed
24563
24564 \begin_layout Plain Layout
24565 Se han añadido los comandos equivalentes suministrados por el estilo 
24566 \series bold
24567 spanish
24568 \series default
24569  de 
24570 \series bold
24571 babel
24572 \series default
24573 , adaptados a las convenciones hispanohablantes.
24574  Además, en su caso, las funciones serán acentuadas automáticamente en la
24575  salida, p.
24576 \begin_inset space \thinspace{}
24577 \end_inset
24578
24579 e.
24580  
24581 \begin_inset Quotes fld
24582 \end_inset
24583
24584 lím
24585 \begin_inset Quotes frd
24586 \end_inset
24587
24588  o 
24589 \begin_inset Quotes fld
24590 \end_inset
24591
24592 máx
24593 \begin_inset Quotes frd
24594 \end_inset
24595
24596 .
24597  Más información en 
24598 \begin_inset CommandInset citation
24599 LatexCommand cite
24600 key "spanish"
24601
24602 \end_inset
24603
24604 .
24605  (
24606 \emph on
24607 N.
24608 \begin_inset space \thinspace{}
24609 \end_inset
24610
24611 del t.
24612 \emph default
24613 )
24614 \end_layout
24615
24616 \end_inset
24617
24618
24619 \end_layout
24620
24621 \begin_layout Standard
24622 \begin_inset VSpace -2mm
24623 \end_inset
24624
24625
24626 \end_layout
24627
24628 \begin_layout Standard
24629 \align center
24630 \begin_inset Tabular
24631 <lyxtabular version="3" rows="9" columns="7">
24632 <features>
24633 <column alignment="center" valignment="top" width="0pt">
24634 <column alignment="center" valignment="top" width="0pt">
24635 <column alignment="center" valignment="top" width="0pt">
24636 <column alignment="center" valignment="top" width="0pt">
24637 <column alignment="center" valignment="top" width="0pt">
24638 <column alignment="center" valignment="top" width="0pt">
24639 <column alignment="center" valignment="top" width="0pt">
24640 <row>
24641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24642 \begin_inset Text
24643
24644 \begin_layout Plain Layout
24645 Comando
24646 \end_layout
24647
24648 \end_inset
24649 </cell>
24650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24651 \begin_inset Text
24652
24653 \begin_layout Plain Layout
24654 español
24655 \end_layout
24656
24657 \end_inset
24658 </cell>
24659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24660 \begin_inset Text
24661
24662 \begin_layout Plain Layout
24663 Comando
24664 \end_layout
24665
24666 \end_inset
24667 </cell>
24668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24669 \begin_inset Text
24670
24671 \begin_layout Plain Layout
24672 español
24673 \end_layout
24674
24675 \end_inset
24676 </cell>
24677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24678 \begin_inset Text
24679
24680 \begin_layout Plain Layout
24681 Comando
24682 \end_layout
24683
24684 \end_inset
24685 </cell>
24686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24687 \begin_inset Text
24688
24689 \begin_layout Plain Layout
24690 español
24691 \end_layout
24692
24693 \end_inset
24694 </cell>
24695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24696 \begin_inset Text
24697
24698 \begin_layout Plain Layout
24699 Comando
24700 \end_layout
24701
24702 \end_inset
24703 </cell>
24704 </row>
24705 <row>
24706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24707 \begin_inset Text
24708
24709 \begin_layout Plain Layout
24710
24711 \backslash
24712 sin
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721
24722 \backslash
24723 sen
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24729 \begin_inset Text
24730
24731 \begin_layout Plain Layout
24732
24733 \backslash
24734 sinh
24735 \end_layout
24736
24737 \end_inset
24738 </cell>
24739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24740 \begin_inset Text
24741
24742 \begin_layout Plain Layout
24743
24744 \backslash
24745 senh
24746 \end_layout
24747
24748 \end_inset
24749 </cell>
24750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24751 \begin_inset Text
24752
24753 \begin_layout Plain Layout
24754
24755 \backslash
24756 arcsin
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Plain Layout
24765
24766 \backslash
24767 arcsen
24768 \end_layout
24769
24770 \end_inset
24771 </cell>
24772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24773 \begin_inset Text
24774
24775 \begin_layout Plain Layout
24776
24777 \backslash
24778 sup
24779 \end_layout
24780
24781 \end_inset
24782 </cell>
24783 </row>
24784 <row>
24785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24786 \begin_inset Text
24787
24788 \begin_layout Plain Layout
24789
24790 \backslash
24791 cos
24792 \end_layout
24793
24794 \end_inset
24795 </cell>
24796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24797 \begin_inset Text
24798
24799 \begin_layout Plain Layout
24800
24801 \end_layout
24802
24803 \end_inset
24804 </cell>
24805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24806 \begin_inset Text
24807
24808 \begin_layout Plain Layout
24809
24810 \backslash
24811 cosh
24812 \end_layout
24813
24814 \end_inset
24815 </cell>
24816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24817 \begin_inset Text
24818
24819 \begin_layout Plain Layout
24820
24821 \end_layout
24822
24823 \end_inset
24824 </cell>
24825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24826 \begin_inset Text
24827
24828 \begin_layout Plain Layout
24829
24830 \backslash
24831 arccos
24832 \end_layout
24833
24834 \end_inset
24835 </cell>
24836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Plain Layout
24840
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849
24850 \backslash
24851 inf
24852 \end_layout
24853
24854 \end_inset
24855 </cell>
24856 </row>
24857 <row>
24858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24859 \begin_inset Text
24860
24861 \begin_layout Plain Layout
24862
24863 \backslash
24864 tan
24865 \end_layout
24866
24867 \end_inset
24868 </cell>
24869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24870 \begin_inset Text
24871
24872 \begin_layout Plain Layout
24873
24874 \backslash
24875 tg
24876 \end_layout
24877
24878 \end_inset
24879 </cell>
24880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24881 \begin_inset Text
24882
24883 \begin_layout Plain Layout
24884
24885 \backslash
24886 tanh
24887 \end_layout
24888
24889 \end_inset
24890 </cell>
24891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895
24896 \backslash
24897 tgh
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906
24907 \backslash
24908 arctan
24909 \end_layout
24910
24911 \end_inset
24912 </cell>
24913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24914 \begin_inset Text
24915
24916 \begin_layout Plain Layout
24917
24918 \backslash
24919 arctg
24920 \end_layout
24921
24922 \end_inset
24923 </cell>
24924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24925 \begin_inset Text
24926
24927 \begin_layout Plain Layout
24928
24929 \backslash
24930 lim
24931 \end_layout
24932
24933 \end_inset
24934 </cell>
24935 </row>
24936 <row>
24937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24938 \begin_inset Text
24939
24940 \begin_layout Plain Layout
24941
24942 \backslash
24943 cot
24944 \end_layout
24945
24946 \end_inset
24947 </cell>
24948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24949 \begin_inset Text
24950
24951 \begin_layout Plain Layout
24952
24953 \backslash
24954 cotg
24955 \end_layout
24956
24957 \end_inset
24958 </cell>
24959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24960 \begin_inset Text
24961
24962 \begin_layout Plain Layout
24963
24964 \backslash
24965 coth
24966 \end_layout
24967
24968 \end_inset
24969 </cell>
24970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24971 \begin_inset Text
24972
24973 \begin_layout Plain Layout
24974
24975 \end_layout
24976
24977 \end_inset
24978 </cell>
24979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24980 \begin_inset Text
24981
24982 \begin_layout Plain Layout
24983
24984 \backslash
24985 arg
24986 \end_layout
24987
24988 \end_inset
24989 </cell>
24990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24991 \begin_inset Text
24992
24993 \begin_layout Plain Layout
24994
24995 \end_layout
24996
24997 \end_inset
24998 </cell>
24999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25000 \begin_inset Text
25001
25002 \begin_layout Plain Layout
25003
25004 \backslash
25005 liminf
25006 \end_layout
25007
25008 \end_inset
25009 </cell>
25010 </row>
25011 <row>
25012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25013 \begin_inset Text
25014
25015 \begin_layout Plain Layout
25016
25017 \backslash
25018 sec
25019 \end_layout
25020
25021 \end_inset
25022 </cell>
25023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25024 \begin_inset Text
25025
25026 \begin_layout Plain Layout
25027
25028 \end_layout
25029
25030 \end_inset
25031 </cell>
25032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25033 \begin_inset Text
25034
25035 \begin_layout Plain Layout
25036
25037 \backslash
25038 min
25039 \end_layout
25040
25041 \end_inset
25042 </cell>
25043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25044 \begin_inset Text
25045
25046 \begin_layout Plain Layout
25047
25048 \end_layout
25049
25050 \end_inset
25051 </cell>
25052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25053 \begin_inset Text
25054
25055 \begin_layout Plain Layout
25056
25057 \backslash
25058 deg
25059 \end_layout
25060
25061 \end_inset
25062 </cell>
25063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067
25068 \end_layout
25069
25070 \end_inset
25071 </cell>
25072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076
25077 \backslash
25078 limsup
25079 \end_layout
25080
25081 \end_inset
25082 </cell>
25083 </row>
25084 <row>
25085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25086 \begin_inset Text
25087
25088 \begin_layout Plain Layout
25089
25090 \backslash
25091 csc
25092 \end_layout
25093
25094 \end_inset
25095 </cell>
25096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25097 \begin_inset Text
25098
25099 \begin_layout Plain Layout
25100
25101 \backslash
25102 cosec
25103 \end_layout
25104
25105 \end_inset
25106 </cell>
25107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25108 \begin_inset Text
25109
25110 \begin_layout Plain Layout
25111
25112 \backslash
25113 max
25114 \end_layout
25115
25116 \end_inset
25117 </cell>
25118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Plain Layout
25122
25123 \end_layout
25124
25125 \end_inset
25126 </cell>
25127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25128 \begin_inset Text
25129
25130 \begin_layout Plain Layout
25131
25132 \backslash
25133 det
25134 \end_layout
25135
25136 \end_inset
25137 </cell>
25138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25139 \begin_inset Text
25140
25141 \begin_layout Plain Layout
25142
25143 \end_layout
25144
25145 \end_inset
25146 </cell>
25147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25148 \begin_inset Text
25149
25150 \begin_layout Plain Layout
25151
25152 \backslash
25153 Pr
25154 \end_layout
25155
25156 \end_inset
25157 </cell>
25158 </row>
25159 <row>
25160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25161 \begin_inset Text
25162
25163 \begin_layout Plain Layout
25164
25165 \backslash
25166 ln
25167 \end_layout
25168
25169 \end_inset
25170 </cell>
25171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25172 \begin_inset Text
25173
25174 \begin_layout Plain Layout
25175
25176 \end_layout
25177
25178 \end_inset
25179 </cell>
25180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25181 \begin_inset Text
25182
25183 \begin_layout Plain Layout
25184
25185 \backslash
25186 exp
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25192 \begin_inset Text
25193
25194 \begin_layout Plain Layout
25195
25196 \end_layout
25197
25198 \end_inset
25199 </cell>
25200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25201 \begin_inset Text
25202
25203 \begin_layout Plain Layout
25204
25205 \backslash
25206 dim
25207 \end_layout
25208
25209 \end_inset
25210 </cell>
25211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25212 \begin_inset Text
25213
25214 \begin_layout Plain Layout
25215
25216 \end_layout
25217
25218 \end_inset
25219 </cell>
25220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25221 \begin_inset Text
25222
25223 \begin_layout Plain Layout
25224
25225 \backslash
25226 hom
25227 \end_layout
25228
25229 \end_inset
25230 </cell>
25231 </row>
25232 <row>
25233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25234 \begin_inset Text
25235
25236 \begin_layout Plain Layout
25237
25238 \backslash
25239 lg
25240 \end_layout
25241
25242 \end_inset
25243 </cell>
25244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25245 \begin_inset Text
25246
25247 \begin_layout Plain Layout
25248
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25254 \begin_inset Text
25255
25256 \begin_layout Plain Layout
25257
25258 \backslash
25259 log
25260 \end_layout
25261
25262 \end_inset
25263 </cell>
25264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25265 \begin_inset Text
25266
25267 \begin_layout Plain Layout
25268
25269 \end_layout
25270
25271 \end_inset
25272 </cell>
25273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25274 \begin_inset Text
25275
25276 \begin_layout Plain Layout
25277
25278 \backslash
25279 ker
25280 \end_layout
25281
25282 \end_inset
25283 </cell>
25284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25285 \begin_inset Text
25286
25287 \begin_layout Plain Layout
25288
25289 \end_layout
25290
25291 \end_inset
25292 </cell>
25293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25294 \begin_inset Text
25295
25296 \begin_layout Plain Layout
25297
25298 \backslash
25299 gcd
25300 \end_layout
25301
25302 \end_inset
25303 </cell>
25304 </row>
25305 </lyxtabular>
25306
25307 \end_inset
25308
25309
25310 \end_layout
25311
25312 \begin_layout Standard
25313 También se pueden insertar con el botón 
25314 \begin_inset Graphics
25315         filename ../../images/math/functions.png
25316         scale 85
25317
25318 \end_inset
25319
25320  de la barra de ecuaciones.
25321 \end_layout
25322
25323 \begin_layout Subsection
25324 Funciones definidas por el usuario
25325 \begin_inset Index
25326 status collapsed
25327
25328 \begin_layout Plain Layout
25329 Funciones ! personalizadas
25330 \end_layout
25331
25332 \end_inset
25333
25334
25335 \end_layout
25336
25337 \begin_layout Standard
25338 Para usar una función no predefinida, como por ejemplo la función signo,
25339  sgn(x), hay dos posibilidades:
25340 \end_layout
25341
25342 \begin_layout Itemize
25343 Define la función añadiendo al preámbulo LaTeX la línea
25344 \begin_inset Foot
25345 status collapsed
25346
25347 \begin_layout Plain Layout
25348 Más sobre 
25349 \series bold
25350
25351 \backslash
25352 DeclareMathOperator
25353 \series default
25354  en 
25355 \begin_inset CommandInset ref
25356 LatexCommand ref
25357 reference "sub:Operadores-de-usuario"
25358
25359 \end_inset
25360
25361
25362 \end_layout
25363
25364 \end_inset
25365
25366
25367 \begin_inset Newline newline
25368 \end_inset
25369
25370
25371 \begin_inset VSpace -3mm
25372 \end_inset
25373
25374
25375 \begin_inset Newline newline
25376 \end_inset
25377
25378
25379 \series bold
25380
25381 \backslash
25382 DeclareMathOperator{
25383 \backslash
25384 sgn}{sgn}
25385 \series default
25386
25387 \begin_inset Index
25388 status collapsed
25389
25390 \begin_layout Plain Layout
25391 Comandos ! D ! 
25392 \backslash
25393 dbinom@
25394 \backslash
25395 DeclareMathOperator
25396 \end_layout
25397
25398 \end_inset
25399
25400
25401 \begin_inset Newline newline
25402 \end_inset
25403
25404
25405 \begin_inset VSpace -2mm
25406 \end_inset
25407
25408
25409 \begin_inset Newline newline
25410 \end_inset
25411
25412 Ahora la función recién definida se puede obtener con el comando 
25413 \series bold
25414
25415 \backslash
25416 sgn
25417 \series default
25418 .
25419 \end_layout
25420
25421 \begin_layout Itemize
25422 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25423  en nuestro ejemplo las letras 
25424 \emph on
25425 sgn
25426 \emph default
25427 , y cámbialo a texto matemático.
25428  Entre el factor precedente y la función se inserta un espacio.
25429 \end_layout
25430
25431 \begin_layout Standard
25432 El resultado con ambos métodos es el mismo que con una función predefinida:
25433 \begin_inset Foot
25434 status collapsed
25435
25436 \begin_layout Plain Layout
25437 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25438  negro.
25439 \end_layout
25440
25441 \end_inset
25442
25443
25444 \end_layout
25445
25446 \begin_layout Standard
25447 \align center
25448 \begin_inset Tabular
25449 <lyxtabular version="3" rows="3" columns="2">
25450 <features>
25451 <column alignment="center" valignment="top" width="0pt">
25452 <column alignment="center" valignment="top" width="0pt">
25453 <row>
25454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25455 \begin_inset Text
25456
25457 \begin_layout Plain Layout
25458 Comando
25459 \end_layout
25460
25461 \end_inset
25462 </cell>
25463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25464 \begin_inset Text
25465
25466 \begin_layout Plain Layout
25467 Resultado
25468 \end_layout
25469
25470 \end_inset
25471 </cell>
25472 </row>
25473 <row>
25474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25475 \begin_inset Text
25476
25477 \begin_layout Plain Layout
25478 A
25479 \backslash
25480 sgn(x)+B
25481 \end_layout
25482
25483 \end_inset
25484 </cell>
25485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25486 \begin_inset Text
25487
25488 \begin_layout Plain Layout
25489 \begin_inset Formula $A\sgn(x)+B$
25490 \end_inset
25491
25492
25493 \end_layout
25494
25495 \end_inset
25496 </cell>
25497 </row>
25498 <row>
25499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Plain Layout
25503 A
25504 \backslash
25505 ,
25506 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
25507 \end_inset
25508
25509 (x)+B
25510 \end_layout
25511
25512 \end_inset
25513 </cell>
25514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25515 \begin_inset Text
25516
25517 \begin_layout Plain Layout
25518 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25519 \end_inset
25520
25521
25522 \end_layout
25523
25524 \end_inset
25525 </cell>
25526 </row>
25527 </lyxtabular>
25528
25529 \end_inset
25530
25531
25532 \end_layout
25533
25534 \begin_layout Standard
25535 El primer método es preferible si la función se va a usar varias veces.
25536 \end_layout
25537
25538 \begin_layout Subsection
25539 Límites
25540 \begin_inset Index
25541 status collapsed
25542
25543 \begin_layout Plain Layout
25544 Limites@Límites
25545 \end_layout
25546
25547 \end_inset
25548
25549
25550 \end_layout
25551
25552 \begin_layout Standard
25553 Para límites, además de 
25554 \series bold
25555
25556 \backslash
25557 lim
25558 \series default
25559
25560 \begin_inset Index
25561 status collapsed
25562
25563 \begin_layout Plain Layout
25564 Comandos ! L ! 
25565 \backslash
25566 lim
25567 \end_layout
25568
25569 \end_inset
25570
25571
25572 \series bold
25573
25574 \backslash
25575 liminf
25576 \series default
25577  y 
25578 \series bold
25579
25580 \backslash
25581 limsup
25582 \series default
25583  están definidas las siguientes funciones:
25584 \series bold
25585  
25586 \end_layout
25587
25588 \begin_layout Standard
25589 \noindent
25590 \align center
25591 \begin_inset Tabular
25592 <lyxtabular version="3" rows="5" columns="2">
25593 <features>
25594 <column alignment="center" valignment="top" width="0">
25595 <column alignment="center" valignment="top" width="0">
25596 <row>
25597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25598 \begin_inset Text
25599
25600 \begin_layout Plain Layout
25601 Comando
25602 \end_layout
25603
25604 \end_inset
25605 </cell>
25606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25607 \begin_inset Text
25608
25609 \begin_layout Plain Layout
25610 Resultado
25611 \begin_inset Note Note
25612 status collapsed
25613
25614 \begin_layout Plain Layout
25615
25616 \series bold
25617
25618 \backslash
25619 raisebox
25620 \series default
25621  se usa sólo como espaciador
25622 \end_layout
25623
25624 \end_inset
25625
25626
25627 \end_layout
25628
25629 \end_inset
25630 </cell>
25631 </row>
25632 <row>
25633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Plain Layout
25637
25638 \backslash
25639 varliminf
25640 \end_layout
25641
25642 \end_inset
25643 </cell>
25644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25645 \begin_inset Text
25646
25647 \begin_layout Plain Layout
25648 \begin_inset Formula $\varliminf$
25649 \end_inset
25650
25651
25652 \end_layout
25653
25654 \end_inset
25655 </cell>
25656 </row>
25657 <row>
25658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25659 \begin_inset Text
25660
25661 \begin_layout Plain Layout
25662
25663 \backslash
25664 varlimsup
25665 \end_layout
25666
25667 \end_inset
25668 </cell>
25669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25670 \begin_inset Text
25671
25672 \begin_layout Plain Layout
25673 \begin_inset Formula $\varlimsup$
25674 \end_inset
25675
25676
25677 \end_layout
25678
25679 \end_inset
25680 </cell>
25681 </row>
25682 <row>
25683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25684 \begin_inset Text
25685
25686 \begin_layout Plain Layout
25687
25688 \backslash
25689 varprojlim
25690 \end_layout
25691
25692 \end_inset
25693 </cell>
25694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25695 \begin_inset Text
25696
25697 \begin_layout Plain Layout
25698 \begin_inset Formula $\varprojlim$
25699 \end_inset
25700
25701
25702 \end_layout
25703
25704 \end_inset
25705 </cell>
25706 </row>
25707 <row>
25708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25709 \begin_inset Text
25710
25711 \begin_layout Plain Layout
25712
25713 \backslash
25714 varinjlim
25715 \end_layout
25716
25717 \end_inset
25718 </cell>
25719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25720 \begin_inset Text
25721
25722 \begin_layout Plain Layout
25723 \begin_inset Formula $\varinjlim$
25724 \end_inset
25725
25726
25727 \begin_inset Formula $\raisebox{-2.5mm}{}$
25728 \end_inset
25729
25730
25731 \end_layout
25732
25733 \end_inset
25734 </cell>
25735 </row>
25736 </lyxtabular>
25737
25738 \end_inset
25739
25740
25741 \end_layout
25742
25743 \begin_layout Standard
25744 \begin_inset VSpace medskip
25745 \end_inset
25746
25747
25748 \end_layout
25749
25750 \begin_layout Standard
25751 El límite se crea insertando un subíndice.
25752  Se imprime a la derecha junto a la función en una fórmula en línea:
25753 \end_layout
25754
25755 \begin_layout Standard
25756 \noindent
25757 \align center
25758 \begin_inset Tabular
25759 <lyxtabular version="3" rows="2" columns="2">
25760 <features>
25761 <column alignment="center" valignment="top" width="0pt">
25762 <column alignment="center" valignment="top" width="0pt">
25763 <row>
25764 <cell alignment="center" valignment="top" usebox="none">
25765 \begin_inset Text
25766
25767 \begin_layout Plain Layout
25768 Comando
25769 \end_layout
25770
25771 \end_inset
25772 </cell>
25773 <cell alignment="center" valignment="top" usebox="none">
25774 \begin_inset Text
25775
25776 \begin_layout Plain Layout
25777 \begin_inset space \hspace{}
25778 \length 1cm
25779 \end_inset
25780
25781 Resultado
25782 \begin_inset Note Note
25783 status collapsed
25784
25785 \begin_layout Plain Layout
25786
25787 \series bold
25788
25789 \backslash
25790 raisebox
25791 \series default
25792  se usa sólo como espaciador
25793 \end_layout
25794
25795 \end_inset
25796
25797
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 </row>
25803 <row>
25804 <cell alignment="center" valignment="top" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808
25809 \backslash
25810 lim_x
25811 \backslash
25812 to
25813 \begin_inset ERT
25814 status collapsed
25815
25816 \begin_layout Plain Layout
25817
25818
25819 \backslash
25820 spce 
25821 \end_layout
25822
25823 \end_inset
25824
25825 A
25826 \begin_inset ERT
25827 status collapsed
25828
25829 \begin_layout Plain Layout
25830
25831
25832 \backslash
25833 spce 
25834 \end_layout
25835
25836 \end_inset
25837
25838 x=B
25839 \end_layout
25840
25841 \end_inset
25842 </cell>
25843 <cell alignment="center" valignment="top" usebox="none">
25844 \begin_inset Text
25845
25846 \begin_layout Plain Layout
25847 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
25848 \end_inset
25849
25850
25851 \end_layout
25852
25853 \end_inset
25854 </cell>
25855 </row>
25856 </lyxtabular>
25857
25858 \end_inset
25859
25860
25861 \end_layout
25862
25863 \begin_layout Standard
25864 En una ecuación presentada el límite se imprime debajo, como es habitual:
25865 \begin_inset Formula \[
25866 \lim\limits _{x\rightarrow A}=B\]
25867
25868 \end_inset
25869
25870
25871 \end_layout
25872
25873 \begin_layout Subsection
25874 Función módulo
25875 \begin_inset Index
25876 status collapsed
25877
25878 \begin_layout Plain Layout
25879 Funciones ! módulo
25880 \end_layout
25881
25882 \end_inset
25883
25884
25885 \end_layout
25886
25887 \begin_layout Standard
25888 La función módulo es especial, porque existe en cuatro variantes.
25889 \end_layout
25890
25891 \begin_layout Standard
25892 En una ecuación presentada:
25893 \begin_inset Formula \begin{align*}
25894 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25895 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25896 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25897 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25898 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25899
25900 \end_inset
25901
25902 En una ecuación en línea se pone menos espacio delante del nombre de la
25903  función para todas las variantes.
25904 \end_layout
25905
25906 \begin_layout Section
25907 Caracteres especiales
25908 \begin_inset Index
25909 status collapsed
25910
25911 \begin_layout Plain Layout
25912 Caracteres especiales
25913 \end_layout
25914
25915 \end_inset
25916
25917
25918 \end_layout
25919
25920 \begin_layout Subsection
25921 Caracteres especiales en texto matemático
25922 \end_layout
25923
25924 \begin_layout Standard
25925 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25926  TeX:
25927 \end_layout
25928
25929 \begin_layout Standard
25930 \begin_inset space \hfill{}
25931 \end_inset
25932
25933
25934 \begin_inset Tabular
25935 <lyxtabular version="3" rows="8" columns="2">
25936 <features>
25937 <column alignment="block" valignment="top" width="0">
25938 <column alignment="block" valignment="top" width="0">
25939 <row>
25940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25941 \begin_inset Text
25942
25943 \begin_layout Plain Layout
25944 Comando
25945 \end_layout
25946
25947 \end_inset
25948 </cell>
25949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25950 \begin_inset Text
25951
25952 \begin_layout Plain Layout
25953 Resultado
25954 \end_layout
25955
25956 \end_inset
25957 </cell>
25958 </row>
25959 <row>
25960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25961 \begin_inset Text
25962
25963 \begin_layout Plain Layout
25964
25965 \backslash
25966 oe
25967 \end_layout
25968
25969 \end_inset
25970 </cell>
25971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25972 \begin_inset Text
25973
25974 \begin_layout Plain Layout
25975 \begin_inset Formula $\textrm{œ}$
25976 \end_inset
25977
25978
25979 \end_layout
25980
25981 \end_inset
25982 </cell>
25983 </row>
25984 <row>
25985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25986 \begin_inset Text
25987
25988 \begin_layout Plain Layout
25989
25990 \backslash
25991 OE
25992 \end_layout
25993
25994 \end_inset
25995 </cell>
25996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25997 \begin_inset Text
25998
25999 \begin_layout Plain Layout
26000 \begin_inset Formula $\textrm{Œ}$
26001 \end_inset
26002
26003
26004 \end_layout
26005
26006 \end_inset
26007 </cell>
26008 </row>
26009 <row>
26010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26011 \begin_inset Text
26012
26013 \begin_layout Plain Layout
26014
26015 \backslash
26016 ae
26017 \end_layout
26018
26019 \end_inset
26020 </cell>
26021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26022 \begin_inset Text
26023
26024 \begin_layout Plain Layout
26025 \begin_inset Formula $\textrm{æ}$
26026 \end_inset
26027
26028
26029 \end_layout
26030
26031 \end_inset
26032 </cell>
26033 </row>
26034 <row>
26035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26036 \begin_inset Text
26037
26038 \begin_layout Plain Layout
26039
26040 \backslash
26041 AE
26042 \end_layout
26043
26044 \end_inset
26045 </cell>
26046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26047 \begin_inset Text
26048
26049 \begin_layout Plain Layout
26050 \begin_inset Formula $\textrm{Æ}$
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \end_inset
26057 </cell>
26058 </row>
26059 <row>
26060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26061 \begin_inset Text
26062
26063 \begin_layout Plain Layout
26064
26065 \backslash
26066 aa
26067 \end_layout
26068
26069 \end_inset
26070 </cell>
26071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26072 \begin_inset Text
26073
26074 \begin_layout Plain Layout
26075 \begin_inset Formula $\textrm{\aa}$
26076 \end_inset
26077
26078
26079 \end_layout
26080
26081 \end_inset
26082 </cell>
26083 </row>
26084 <row>
26085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26086 \begin_inset Text
26087
26088 \begin_layout Plain Layout
26089
26090 \backslash
26091 AA
26092 \begin_inset Index
26093 status collapsed
26094
26095 \begin_layout Plain Layout
26096
26097 \backslash
26098 @
26099 \begin_inset ERT
26100 status collapsed
26101
26102 \begin_layout Plain Layout
26103
26104
26105 \backslash
26106 textrm{
26107 \backslash
26108 AA}
26109 \end_layout
26110
26111 \end_inset
26112
26113
26114 \end_layout
26115
26116 \end_inset
26117
26118
26119 \end_layout
26120
26121 \end_inset
26122 </cell>
26123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26124 \begin_inset Text
26125
26126 \begin_layout Plain Layout
26127 \begin_inset Formula $\textrm{Å}$
26128 \end_inset
26129
26130
26131 \end_layout
26132
26133 \end_inset
26134 </cell>
26135 </row>
26136 <row>
26137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26138 \begin_inset Text
26139
26140 \begin_layout Plain Layout
26141
26142 \backslash
26143 i
26144 \end_layout
26145
26146 \end_inset
26147 </cell>
26148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Plain Layout
26152 \begin_inset Formula $\textrm{ı}$
26153 \end_inset
26154
26155
26156 \end_layout
26157
26158 \end_inset
26159 </cell>
26160 </row>
26161 </lyxtabular>
26162
26163 \end_inset
26164
26165
26166 \begin_inset space \hfill{}
26167 \end_inset
26168
26169
26170 \begin_inset Tabular
26171 <lyxtabular version="3" rows="8" columns="2">
26172 <features>
26173 <column alignment="block" valignment="top" width="0">
26174 <column alignment="center" valignment="top" width="0">
26175 <row>
26176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26177 \begin_inset Text
26178
26179 \begin_layout Plain Layout
26180 Comando
26181 \begin_inset Note Note
26182 status collapsed
26183
26184 \begin_layout Plain Layout
26185
26186 \series bold
26187
26188 \backslash
26189 raisebox
26190 \series default
26191  se usa sólo como espaciador
26192 \end_layout
26193
26194 \end_inset
26195
26196
26197 \end_layout
26198
26199 \end_inset
26200 </cell>
26201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26202 \begin_inset Text
26203
26204 \begin_layout Plain Layout
26205 Resultado
26206 \end_layout
26207
26208 \end_inset
26209 </cell>
26210 </row>
26211 <row>
26212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26213 \begin_inset Text
26214
26215 \begin_layout Plain Layout
26216
26217 \backslash
26218 o
26219 \end_layout
26220
26221 \end_inset
26222 </cell>
26223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26224 \begin_inset Text
26225
26226 \begin_layout Plain Layout
26227 \begin_inset Formula $\textrm{ø}$
26228 \end_inset
26229
26230
26231 \end_layout
26232
26233 \end_inset
26234 </cell>
26235 </row>
26236 <row>
26237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26238 \begin_inset Text
26239
26240 \begin_layout Plain Layout
26241
26242 \backslash
26243 O
26244 \end_layout
26245
26246 \end_inset
26247 </cell>
26248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26249 \begin_inset Text
26250
26251 \begin_layout Plain Layout
26252 \begin_inset Formula $\textrm{Ø}$
26253 \end_inset
26254
26255
26256 \end_layout
26257
26258 \end_inset
26259 </cell>
26260 </row>
26261 <row>
26262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26263 \begin_inset Text
26264
26265 \begin_layout Plain Layout
26266
26267 \backslash
26268 l
26269 \end_layout
26270
26271 \end_inset
26272 </cell>
26273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26274 \begin_inset Text
26275
26276 \begin_layout Plain Layout
26277 \begin_inset Formula $\textrm{ł}$
26278 \end_inset
26279
26280
26281 \end_layout
26282
26283 \end_inset
26284 </cell>
26285 </row>
26286 <row>
26287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26288 \begin_inset Text
26289
26290 \begin_layout Plain Layout
26291
26292 \backslash
26293 L
26294 \end_layout
26295
26296 \end_inset
26297 </cell>
26298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26299 \begin_inset Text
26300
26301 \begin_layout Plain Layout
26302 \begin_inset Formula $\textrm{Ł}$
26303 \end_inset
26304
26305
26306 \end_layout
26307
26308 \end_inset
26309 </cell>
26310 </row>
26311 <row>
26312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26313 \begin_inset Text
26314
26315 \begin_layout Plain Layout
26316 !
26317 \begin_inset space \hspace{}
26318 \length 0mm
26319 \end_inset
26320
26321 `
26322 \begin_inset ERT
26323 status collapsed
26324
26325 \begin_layout Plain Layout
26326
26327
26328 \backslash
26329 spce 
26330 \end_layout
26331
26332 \end_inset
26333
26334
26335 \end_layout
26336
26337 \end_inset
26338 </cell>
26339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26340 \begin_inset Text
26341
26342 \begin_layout Plain Layout
26343 \begin_inset Formula $\textrm{!`}$
26344 \end_inset
26345
26346
26347 \end_layout
26348
26349 \end_inset
26350 </cell>
26351 </row>
26352 <row>
26353 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26354 \begin_inset Text
26355
26356 \begin_layout Plain Layout
26357 ?
26358 \begin_inset space \hspace{}
26359 \length 0mm
26360 \end_inset
26361
26362 `
26363 \begin_inset ERT
26364 status collapsed
26365
26366 \begin_layout Plain Layout
26367
26368
26369 \backslash
26370 spce 
26371 \end_layout
26372
26373 \end_inset
26374
26375
26376 \end_layout
26377
26378 \end_inset
26379 </cell>
26380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26381 \begin_inset Text
26382
26383 \begin_layout Plain Layout
26384 \begin_inset Formula $\textrm{?`}$
26385 \end_inset
26386
26387
26388 \end_layout
26389
26390 \end_inset
26391 </cell>
26392 </row>
26393 <row>
26394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26395 \begin_inset Text
26396
26397 \begin_layout Plain Layout
26398
26399 \backslash
26400 j
26401 \end_layout
26402
26403 \end_inset
26404 </cell>
26405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Plain Layout
26409 \begin_inset Formula $\textrm{ȷ}$
26410 \end_inset
26411
26412
26413 \end_layout
26414
26415 \end_inset
26416 </cell>
26417 </row>
26418 </lyxtabular>
26419
26420 \end_inset
26421
26422
26423 \begin_inset space \hfill{}
26424 \end_inset
26425
26426
26427 \end_layout
26428
26429 \begin_layout Standard
26430 Los caracteres 
26431 \begin_inset Formula $\textrm{\textrm{Å}}$
26432 \end_inset
26433
26434  y 
26435 \begin_inset Formula $\textrm{\textrm{Ø}}$
26436 \end_inset
26437
26438  también se pueden insertar mediante el botón 
26439 \begin_inset Graphics
26440         filename ../../images/math/digamma.png
26441         scale 85
26442
26443 \end_inset
26444
26445  de la barra de ecuaciones.
26446 \end_layout
26447
26448 \begin_layout Standard
26449 Los comandos 
26450 \series bold
26451 !
26452 \begin_inset space \hspace{}
26453 \length 0mm
26454 \end_inset
26455
26456 `
26457 \series default
26458  y 
26459 \series bold
26460 ?
26461 \begin_inset space \hspace{}
26462 \length 0mm
26463 \end_inset
26464
26465 `
26466 \series default
26467  son una excepción porque se pueden insertar directamente a texto en LyX.
26468  
26469 \end_layout
26470
26471 \begin_layout Subsection
26472 Acentos en texto
26473 \begin_inset CommandInset label
26474 LatexCommand label
26475 name "sub:Acentos-en-texto"
26476
26477 \end_inset
26478
26479
26480 \begin_inset Index
26481 status collapsed
26482
26483 \begin_layout Plain Layout
26484 Acentos ! en texto
26485 \end_layout
26486
26487 \end_inset
26488
26489
26490 \end_layout
26491
26492 \begin_layout Standard
26493 Con los siguientes comandos se pueden acentuar todas las letras.
26494  Los comandos deben ponerse en modo TeX.
26495 \end_layout
26496
26497 \begin_layout Standard
26498 \begin_inset space \hfill{}
26499 \end_inset
26500
26501
26502 \begin_inset Tabular
26503 <lyxtabular version="3" rows="8" columns="2">
26504 <features>
26505 <column alignment="block" valignment="top" width="0">
26506 <column alignment="block" valignment="top" width="0">
26507 <row>
26508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26509 \begin_inset Text
26510
26511 \begin_layout Plain Layout
26512 Comando
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26518 \begin_inset Text
26519
26520 \begin_layout Plain Layout
26521 Resultado
26522 \end_layout
26523
26524 \end_inset
26525 </cell>
26526 </row>
26527 <row>
26528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26529 \begin_inset Text
26530
26531 \begin_layout Plain Layout
26532
26533 \backslash
26534
26535 \begin_inset Quotes grd
26536 \end_inset
26537
26538 e
26539 \end_layout
26540
26541 \end_inset
26542 </cell>
26543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26544 \begin_inset Text
26545
26546 \begin_layout Plain Layout
26547 \begin_inset ERT
26548 status collapsed
26549
26550 \begin_layout Plain Layout
26551
26552
26553 \backslash
26554 "e
26555 \end_layout
26556
26557 \end_inset
26558
26559
26560 \end_layout
26561
26562 \end_inset
26563 </cell>
26564 </row>
26565 <row>
26566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26567 \begin_inset Text
26568
26569 \begin_layout Plain Layout
26570
26571 \backslash
26572 `e
26573 \end_layout
26574
26575 \end_inset
26576 </cell>
26577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26578 \begin_inset Text
26579
26580 \begin_layout Plain Layout
26581 \begin_inset ERT
26582 status collapsed
26583
26584 \begin_layout Plain Layout
26585
26586
26587 \backslash
26588 `e
26589 \end_layout
26590
26591 \end_inset
26592
26593
26594 \end_layout
26595
26596 \end_inset
26597 </cell>
26598 </row>
26599 <row>
26600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26601 \begin_inset Text
26602
26603 \begin_layout Plain Layout
26604
26605 \backslash
26606 ^
26607 \begin_inset ERT
26608 status collapsed
26609
26610 \begin_layout Plain Layout
26611
26612
26613 \backslash
26614 spce 
26615 \end_layout
26616
26617 \end_inset
26618
26619 e
26620 \end_layout
26621
26622 \end_inset
26623 </cell>
26624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26625 \begin_inset Text
26626
26627 \begin_layout Plain Layout
26628 \begin_inset ERT
26629 status collapsed
26630
26631 \begin_layout Plain Layout
26632
26633
26634 \backslash
26635 ^e
26636 \end_layout
26637
26638 \end_inset
26639
26640
26641 \end_layout
26642
26643 \end_inset
26644 </cell>
26645 </row>
26646 <row>
26647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26648 \begin_inset Text
26649
26650 \begin_layout Plain Layout
26651
26652 \backslash
26653 =e
26654 \end_layout
26655
26656 \end_inset
26657 </cell>
26658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26659 \begin_inset Text
26660
26661 \begin_layout Plain Layout
26662 \begin_inset ERT
26663 status collapsed
26664
26665 \begin_layout Plain Layout
26666
26667
26668 \backslash
26669 =e
26670 \end_layout
26671
26672 \end_inset
26673
26674
26675 \end_layout
26676
26677 \end_inset
26678 </cell>
26679 </row>
26680 <row>
26681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Plain Layout
26685
26686 \backslash
26687 u
26688 \begin_inset ERT
26689 status collapsed
26690
26691 \begin_layout Plain Layout
26692
26693
26694 \backslash
26695 spce 
26696 \end_layout
26697
26698 \end_inset
26699
26700 e
26701 \end_layout
26702
26703 \end_inset
26704 </cell>
26705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26706 \begin_inset Text
26707
26708 \begin_layout Plain Layout
26709 \begin_inset ERT
26710 status collapsed
26711
26712 \begin_layout Plain Layout
26713
26714
26715 \backslash
26716 u e
26717 \end_layout
26718
26719 \end_inset
26720
26721
26722 \end_layout
26723
26724 \end_inset
26725 </cell>
26726 </row>
26727 <row>
26728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26729 \begin_inset Text
26730
26731 \begin_layout Plain Layout
26732
26733 \backslash
26734 b
26735 \begin_inset ERT
26736 status collapsed
26737
26738 \begin_layout Plain Layout
26739
26740
26741 \backslash
26742 spce 
26743 \end_layout
26744
26745 \end_inset
26746
26747 e
26748 \end_layout
26749
26750 \end_inset
26751 </cell>
26752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26753 \begin_inset Text
26754
26755 \begin_layout Plain Layout
26756 \begin_inset ERT
26757 status collapsed
26758
26759 \begin_layout Plain Layout
26760
26761
26762 \backslash
26763 b e
26764 \end_layout
26765
26766 \end_inset
26767
26768
26769 \end_layout
26770
26771 \end_inset
26772 </cell>
26773 </row>
26774 <row>
26775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26776 \begin_inset Text
26777
26778 \begin_layout Plain Layout
26779
26780 \backslash
26781 t
26782 \begin_inset ERT
26783 status collapsed
26784
26785 \begin_layout Plain Layout
26786
26787
26788 \backslash
26789 spce 
26790 \end_layout
26791
26792 \end_inset
26793
26794 ee
26795 \end_layout
26796
26797 \end_inset
26798 </cell>
26799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26800 \begin_inset Text
26801
26802 \begin_layout Plain Layout
26803 \begin_inset ERT
26804 status collapsed
26805
26806 \begin_layout Plain Layout
26807
26808
26809 \backslash
26810 t ee
26811 \end_layout
26812
26813 \end_inset
26814
26815
26816 \end_layout
26817
26818 \end_inset
26819 </cell>
26820 </row>
26821 </lyxtabular>
26822
26823 \end_inset
26824
26825
26826 \begin_inset space \hfill{}
26827 \end_inset
26828
26829
26830 \begin_inset Tabular
26831 <lyxtabular version="3" rows="8" columns="2">
26832 <features>
26833 <column alignment="block" valignment="top" width="0">
26834 <column alignment="center" valignment="top" width="0">
26835 <row>
26836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26837 \begin_inset Text
26838
26839 \begin_layout Plain Layout
26840 Comando
26841 \end_layout
26842
26843 \end_inset
26844 </cell>
26845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26846 \begin_inset Text
26847
26848 \begin_layout Plain Layout
26849 Resultado
26850 \end_layout
26851
26852 \end_inset
26853 </cell>
26854 </row>
26855 <row>
26856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26857 \begin_inset Text
26858
26859 \begin_layout Plain Layout
26860
26861 \backslash
26862 H
26863 \begin_inset ERT
26864 status collapsed
26865
26866 \begin_layout Plain Layout
26867
26868
26869 \backslash
26870 spce 
26871 \end_layout
26872
26873 \end_inset
26874
26875 e
26876 \end_layout
26877
26878 \end_inset
26879 </cell>
26880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26881 \begin_inset Text
26882
26883 \begin_layout Plain Layout
26884 \begin_inset ERT
26885 status collapsed
26886
26887 \begin_layout Plain Layout
26888
26889
26890 \backslash
26891 H e
26892 \end_layout
26893
26894 \end_inset
26895
26896
26897 \end_layout
26898
26899 \end_inset
26900 </cell>
26901 </row>
26902 <row>
26903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26904 \begin_inset Text
26905
26906 \begin_layout Plain Layout
26907
26908 \backslash
26909 'e
26910 \end_layout
26911
26912 \end_inset
26913 </cell>
26914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26915 \begin_inset Text
26916
26917 \begin_layout Plain Layout
26918 \begin_inset ERT
26919 status collapsed
26920
26921 \begin_layout Plain Layout
26922
26923
26924 \backslash
26925 'e
26926 \end_layout
26927
26928 \end_inset
26929
26930
26931 \end_layout
26932
26933 \end_inset
26934 </cell>
26935 </row>
26936 <row>
26937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26938 \begin_inset Text
26939
26940 \begin_layout Plain Layout
26941
26942 \backslash
26943 ~e
26944 \begin_inset Index
26945 status collapsed
26946
26947 \begin_layout Plain Layout
26948 Tilde
26949 \end_layout
26950
26951 \end_inset
26952
26953
26954 \end_layout
26955
26956 \end_inset
26957 </cell>
26958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26959 \begin_inset Text
26960
26961 \begin_layout Plain Layout
26962 \begin_inset ERT
26963 status collapsed
26964
26965 \begin_layout Plain Layout
26966
26967
26968 \backslash
26969 ~e
26970 \end_layout
26971
26972 \end_inset
26973
26974
26975 \end_layout
26976
26977 \end_inset
26978 </cell>
26979 </row>
26980 <row>
26981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26982 \begin_inset Text
26983
26984 \begin_layout Plain Layout
26985
26986 \backslash
26987 .e
26988 \end_layout
26989
26990 \end_inset
26991 </cell>
26992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26993 \begin_inset Text
26994
26995 \begin_layout Plain Layout
26996 \begin_inset ERT
26997 status collapsed
26998
26999 \begin_layout Plain Layout
27000
27001
27002 \backslash
27003 .e
27004 \end_layout
27005
27006 \end_inset
27007
27008
27009 \end_layout
27010
27011 \end_inset
27012 </cell>
27013 </row>
27014 <row>
27015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27016 \begin_inset Text
27017
27018 \begin_layout Plain Layout
27019
27020 \backslash
27021 v
27022 \begin_inset ERT
27023 status collapsed
27024
27025 \begin_layout Plain Layout
27026
27027
27028 \backslash
27029 spce 
27030 \end_layout
27031
27032 \end_inset
27033
27034 e
27035 \end_layout
27036
27037 \end_inset
27038 </cell>
27039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27040 \begin_inset Text
27041
27042 \begin_layout Plain Layout
27043 \begin_inset ERT
27044 status collapsed
27045
27046 \begin_layout Plain Layout
27047
27048
27049 \backslash
27050 v e
27051 \end_layout
27052
27053 \end_inset
27054
27055
27056 \end_layout
27057
27058 \end_inset
27059 </cell>
27060 </row>
27061 <row>
27062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27063 \begin_inset Text
27064
27065 \begin_layout Plain Layout
27066
27067 \backslash
27068 d
27069 \begin_inset ERT
27070 status collapsed
27071
27072 \begin_layout Plain Layout
27073
27074
27075 \backslash
27076 spce 
27077 \end_layout
27078
27079 \end_inset
27080
27081 e
27082 \end_layout
27083
27084 \end_inset
27085 </cell>
27086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27087 \begin_inset Text
27088
27089 \begin_layout Plain Layout
27090 \begin_inset ERT
27091 status collapsed
27092
27093 \begin_layout Plain Layout
27094
27095
27096 \backslash
27097 d e
27098 \end_layout
27099
27100 \end_inset
27101
27102
27103 \end_layout
27104
27105 \end_inset
27106 </cell>
27107 </row>
27108 <row>
27109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27110 \begin_inset Text
27111
27112 \begin_layout Plain Layout
27113
27114 \backslash
27115 c
27116 \begin_inset ERT
27117 status collapsed
27118
27119 \begin_layout Plain Layout
27120
27121
27122 \backslash
27123 spce 
27124 \end_layout
27125
27126 \end_inset
27127
27128 e
27129 \end_layout
27130
27131 \end_inset
27132 </cell>
27133 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27134 \begin_inset Text
27135
27136 \begin_layout Plain Layout
27137 \begin_inset ERT
27138 status collapsed
27139
27140 \begin_layout Plain Layout
27141
27142
27143 \backslash
27144 c e
27145 \end_layout
27146
27147 \end_inset
27148
27149
27150 \end_layout
27151
27152 \end_inset
27153 </cell>
27154 </row>
27155 </lyxtabular>
27156
27157 \end_inset
27158
27159
27160 \begin_inset space \hfill{}
27161 \end_inset
27162
27163
27164 \end_layout
27165
27166 \begin_layout Standard
27167 \begin_inset VSpace medskip
27168 \end_inset
27169
27170
27171 \end_layout
27172
27173 \begin_layout Standard
27174 Con el comando 
27175 \series bold
27176
27177 \backslash
27178 t
27179 \series default
27180  también se pueden acentuar dos caracteres distintos.
27181  El comando 
27182 \series bold
27183
27184 \backslash
27185 t
27186 \begin_inset ERT
27187 status collapsed
27188
27189 \begin_layout Plain Layout
27190
27191
27192 \backslash
27193 spce 
27194 \end_layout
27195
27196 \end_inset
27197
27198 sz
27199 \series default
27200  genera 
27201 \begin_inset ERT
27202 status collapsed
27203
27204 \begin_layout Plain Layout
27205
27206
27207 \backslash
27208 t sz
27209 \end_layout
27210
27211 \end_inset
27212
27213
27214 \end_layout
27215
27216 \begin_layout Standard
27217 Los acentos 
27218 \series bold
27219 `
27220 \series default
27221  , 
27222 \series bold
27223 '
27224 \series default
27225  y 
27226 \series bold
27227 ^
27228 \series default
27229  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27230  TeX.
27231  Lo mismo se aplica a la tilde
27232 \begin_inset Foot
27233 status collapsed
27234
27235 \begin_layout Plain Layout
27236 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27237 \end_layout
27238
27239 \end_inset
27240
27241  con 
27242 \emph on
27243 a
27244 \emph default
27245
27246 \emph on
27247 o
27248 \emph default
27249  y 
27250 \emph on
27251 n.
27252 \end_layout
27253
27254 \begin_layout Standard
27255 Los comandos 
27256 \series bold
27257
27258 \backslash
27259 b
27260 \series default
27261  , 
27262 \series bold
27263
27264 \backslash
27265 c
27266 \series default
27267  , 
27268 \series bold
27269
27270 \backslash
27271 d
27272 \series default
27273  , 
27274 \series bold
27275
27276 \backslash
27277 H
27278 \series default
27279  , 
27280 \series bold
27281
27282 \backslash
27283 t
27284 \series default
27285  , 
27286 \series bold
27287
27288 \backslash
27289 u
27290 \series default
27291  , 
27292 \series bold
27293
27294 \backslash
27295 v
27296 \series default
27297 , y acentos insertados directamente con el teclado también están disponibles
27298  en texto matemático.
27299  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27300  
27301 \begin_inset CommandInset ref
27302 LatexCommand ref
27303 reference "sub:Acentos-para-un"
27304
27305 \end_inset
27306
27307 .
27308 \end_layout
27309
27310 \begin_layout Standard
27311 \begin_inset VSpace bigskip
27312 \end_inset
27313
27314
27315 \end_layout
27316
27317 \begin_layout Standard
27318 Además, con el comando 
27319 \series bold
27320
27321 \backslash
27322 textcircled
27323 \series default
27324
27325 \begin_inset Index
27326 status collapsed
27327
27328 \begin_layout Plain Layout
27329 Comandos ! T ! 
27330 \backslash
27331 textcircled
27332 \end_layout
27333
27334 \end_inset
27335
27336  se pueden insertar en un círculo todos los números y letras, de forma parecida
27337  al símbolo copyright.
27338 \end_layout
27339
27340 \begin_layout Standard
27341 \noindent
27342 \align center
27343 \begin_inset Tabular
27344 <lyxtabular version="3" rows="3" columns="2">
27345 <features>
27346 <column alignment="center" valignment="top" width="0">
27347 <column alignment="center" valignment="top" width="0">
27348 <row>
27349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27350 \begin_inset Text
27351
27352 \begin_layout Plain Layout
27353 Comando
27354 \end_layout
27355
27356 \end_inset
27357 </cell>
27358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27359 \begin_inset Text
27360
27361 \begin_layout Plain Layout
27362 Resultado
27363 \begin_inset Note Note
27364 status collapsed
27365
27366 \begin_layout Plain Layout
27367
27368 \series bold
27369
27370 \backslash
27371 raisebox
27372 \series default
27373  se usa sólo como espaciador
27374 \end_layout
27375
27376 \end_inset
27377
27378
27379 \end_layout
27380
27381 \end_inset
27382 </cell>
27383 </row>
27384 <row>
27385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27386 \begin_inset Text
27387
27388 \begin_layout Plain Layout
27389
27390 \backslash
27391 textcircled{w}
27392 \end_layout
27393
27394 \end_inset
27395 </cell>
27396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27397 \begin_inset Text
27398
27399 \begin_layout Plain Layout
27400 \begin_inset ERT
27401 status collapsed
27402
27403 \begin_layout Plain Layout
27404
27405
27406 \backslash
27407 textcircled{w}
27408 \end_layout
27409
27410 \end_inset
27411
27412
27413 \end_layout
27414
27415 \end_inset
27416 </cell>
27417 </row>
27418 <row>
27419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27420 \begin_inset Text
27421
27422 \begin_layout Plain Layout
27423
27424 \backslash
27425 Large 
27426 \backslash
27427 textcircled{
27428 \backslash
27429 normalsize
27430 \backslash
27431 protect
27432 \backslash
27433 raisebox{-1.5pt}{W}}
27434 \end_layout
27435
27436 \end_inset
27437 </cell>
27438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27439 \begin_inset Text
27440
27441 \begin_layout Plain Layout
27442 \begin_inset Formula $\raisebox{4.5mm}{}$
27443 \end_inset
27444
27445
27446 \begin_inset ERT
27447 status collapsed
27448
27449 \begin_layout Plain Layout
27450
27451
27452 \backslash
27453 Large 
27454 \backslash
27455 textcircled{
27456 \backslash
27457 normalsize
27458 \backslash
27459 protect
27460 \backslash
27461 raisebox{-1.5pt}W}
27462 \end_layout
27463
27464 \end_inset
27465
27466
27467 \begin_inset Formula $\raisebox{-2mm}{}$
27468 \end_inset
27469
27470
27471 \end_layout
27472
27473 \end_inset
27474 </cell>
27475 </row>
27476 </lyxtabular>
27477
27478 \end_inset
27479
27480
27481 \end_layout
27482
27483 \begin_layout Standard
27484 Hay que tener cuidado que el carácter se ajuste al círculo.
27485  Por eso 
27486 \series bold
27487
27488 \backslash
27489 Large
27490 \begin_inset Foot
27491 status collapsed
27492
27493 \begin_layout Plain Layout
27494 véase 
27495 \begin_inset CommandInset ref
27496 LatexCommand ref
27497 reference "sub:Tamaños-de-fuentes"
27498
27499 \end_inset
27500
27501
27502 \end_layout
27503
27504 \end_inset
27505
27506
27507 \series default
27508  especifica el tamaño del círculo.
27509  Con ayuda de 
27510 \series bold
27511
27512 \backslash
27513 raisebox
27514 \begin_inset Foot
27515 status collapsed
27516
27517 \begin_layout Plain Layout
27518 véase 
27519 \begin_inset CommandInset ref
27520 LatexCommand ref
27521 reference "sub:Cuadros-sin-marco"
27522
27523 \end_inset
27524
27525
27526 \end_layout
27527
27528 \end_inset
27529
27530
27531 \series default
27532  se puede centrar el carácter.
27533 \end_layout
27534
27535 \begin_layout Subsection
27536 Números en estilo antiguo
27537 \begin_inset Index
27538 status collapsed
27539
27540 \begin_layout Plain Layout
27541 Numeros@Números ! en estilo antiguo
27542 \end_layout
27543
27544 \end_inset
27545
27546
27547 \end_layout
27548
27549 \begin_layout Standard
27550 Los números en estilo antiguo o elzevirianos se componen con el comando
27551  
27552 \series bold
27553
27554 \backslash
27555 oldstylenums
27556 \series default
27557
27558 \begin_inset Index
27559 status collapsed
27560
27561 \begin_layout Plain Layout
27562 Comandos ! O ! 
27563 \backslash
27564 oldstylenums
27565 \end_layout
27566
27567 \end_inset
27568
27569 .
27570  El comando se puede usar en ecuaciones y en modo TeX.
27571  Su esquema es:
27572 \end_layout
27573
27574 \begin_layout Standard
27575
27576 \series bold
27577
27578 \backslash
27579 oldstylenums{número}
27580 \end_layout
27581
27582 \begin_layout Standard
27583 El comando 
27584 \series bold
27585
27586 \backslash
27587 oldstylenums{0123456789}
27588 \series default
27589  genera: 
27590 \begin_inset Formula $\oldstylenums{0123456789}$
27591 \end_inset
27592
27593
27594 \end_layout
27595
27596 \begin_layout Subsection
27597 Caracteres especiales misceláneos
27598 \begin_inset CommandInset label
27599 LatexCommand label
27600 name "sub:Caracteres-especiales-misceláneos"
27601
27602 \end_inset
27603
27604
27605 \begin_inset Index
27606 status collapsed
27607
27608 \begin_layout Plain Layout
27609 Caracteres especiales ! misceláneos
27610 \end_layout
27611
27612 \end_inset
27613
27614
27615 \end_layout
27616
27617 \begin_layout Standard
27618 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
27619  comandos:
27620 \end_layout
27621
27622 \begin_layout Standard
27623 \noindent
27624 \align center
27625 \begin_inset Tabular
27626 <lyxtabular version="3" rows="4" columns="2">
27627 <features>
27628 <column alignment="center" valignment="top" width="0">
27629 <column alignment="center" valignment="top" width="0">
27630 <row>
27631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27632 \begin_inset Text
27633
27634 \begin_layout Plain Layout
27635 Comando
27636 \end_layout
27637
27638 \end_inset
27639 </cell>
27640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27641 \begin_inset Text
27642
27643 \begin_layout Plain Layout
27644 Resultado
27645 \end_layout
27646
27647 \end_inset
27648 </cell>
27649 </row>
27650 <row>
27651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27652 \begin_inset Text
27653
27654 \begin_layout Plain Layout
27655
27656 \backslash
27657 ^
27658 \begin_inset ERT
27659 status collapsed
27660
27661 \begin_layout Plain Layout
27662
27663
27664 \backslash
27665 spce 
27666 \end_layout
27667
27668 \end_inset
27669
27670
27671 \end_layout
27672
27673 \end_inset
27674 </cell>
27675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27676 \begin_inset Text
27677
27678 \begin_layout Plain Layout
27679 \begin_inset Formula $\mathcircumflex$
27680 \end_inset
27681
27682
27683 \end_layout
27684
27685 \end_inset
27686 </cell>
27687 </row>
27688 <row>
27689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27690 \begin_inset Text
27691
27692 \begin_layout Plain Layout
27693
27694 \backslash
27695 _
27696 \end_layout
27697
27698 \end_inset
27699 </cell>
27700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27701 \begin_inset Text
27702
27703 \begin_layout Plain Layout
27704 \begin_inset Formula $\_$
27705 \end_inset
27706
27707
27708 \end_layout
27709
27710 \end_inset
27711 </cell>
27712 </row>
27713 <row>
27714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27715 \begin_inset Text
27716
27717 \begin_layout Plain Layout
27718 ^
27719 \begin_inset ERT
27720 status collapsed
27721
27722 \begin_layout Plain Layout
27723
27724
27725 \backslash
27726 spce 
27727 \end_layout
27728
27729 \end_inset
27730
27731
27732 \backslash
27733 circ
27734 \begin_inset Index
27735 status collapsed
27736
27737 \begin_layout Plain Layout
27738
27739 \backslash
27740
27741 \end_layout
27742
27743 \end_inset
27744
27745
27746 \end_layout
27747
27748 \end_inset
27749 </cell>
27750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27751 \begin_inset Text
27752
27753 \begin_layout Plain Layout
27754 \begin_inset Formula $^{\circ}$
27755 \end_inset
27756
27757
27758 \end_layout
27759
27760 \end_inset
27761 </cell>
27762 </row>
27763 </lyxtabular>
27764
27765 \end_inset
27766
27767
27768 \end_layout
27769
27770 \begin_layout Standard
27771 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
27772  LaTeX contiene la línea:
27773 \begin_inset Foot
27774 status collapsed
27775
27776 \begin_layout Plain Layout
27777 Más sobre este asunto en 
27778 \begin_inset CommandInset ref
27779 LatexCommand ref
27780 reference "sub:Caracteres-de-texto"
27781
27782 \end_inset
27783
27784
27785 \end_layout
27786
27787 \end_inset
27788
27789  
27790 \end_layout
27791
27792 \begin_layout Standard
27793
27794 \series bold
27795
27796 \backslash
27797 DeclareInputtext{176}{
27798 \backslash
27799 ifmmode^
27800 \backslash
27801 circ
27802 \backslash
27803 else
27804 \backslash
27805 textdegree
27806 \backslash
27807 fi}
27808 \end_layout
27809
27810 \begin_layout Section
27811 Estilos de ecuación
27812 \begin_inset CommandInset label
27813 LatexCommand label
27814 name "sec:Estilos-de-ecuación"
27815
27816 \end_inset
27817
27818
27819 \begin_inset Index
27820 status collapsed
27821
27822 \begin_layout Plain Layout
27823 Ecuación ! estilos de
27824 \end_layout
27825
27826 \end_inset
27827
27828
27829 \end_layout
27830
27831 \begin_layout Itemize
27832 Hay dos estilos diferentes de alineación:
27833 \end_layout
27834
27835 \begin_deeper
27836 \begin_layout Description
27837 Centrado es el estándar predefinido
27838 \end_layout
27839
27840 \begin_layout Description
27841 Sangrado para este estilo debe insertarse la opción de clase 
27842 \series bold
27843 fleqn
27844 \series default
27845  en el menú 
27846 \family sans
27847 Documento\SpecialChar \menuseparator
27848 Configuración
27849 \family default
27850  bajo 
27851 \family sans
27852 Clase de documento
27853 \end_layout
27854
27855 \begin_layout Standard
27856 Cuando se usa 
27857 \series bold
27858 Sangrado
27859 \series default
27860 , éste se puede ajustar con la longitud 
27861 \series bold
27862
27863 \backslash
27864 mathindent
27865 \series default
27866
27867 \begin_inset Index
27868 status collapsed
27869
27870 \begin_layout Plain Layout
27871 Comandos ! M ! 
27872 \backslash
27873 mathindent
27874 \end_layout
27875
27876 \end_inset
27877
27878 .
27879  Para 15
27880 \begin_inset space \thinspace{}
27881 \end_inset
27882
27883 mm, p.
27884 \begin_inset space \thinspace{}
27885 \end_inset
27886
27887 e., se inserta esta línea de comando en el preámbulo LaTeX:
27888 \end_layout
27889
27890 \begin_layout Standard
27891
27892 \series bold
27893
27894 \backslash
27895 setlength{
27896 \backslash
27897 mathindent}{15mm}
27898 \end_layout
27899
27900 \begin_layout Standard
27901 Si no se especifica longitud se usa el valor predeterminado de 30
27902 \begin_inset space \thinspace{}
27903 \end_inset
27904
27905 pt.
27906 \end_layout
27907
27908 \end_deeper
27909 \begin_layout Itemize
27910 Y dos estilos diferentes de numeración:
27911 \end_layout
27912
27913 \begin_deeper
27914 \begin_layout Description
27915 Derecha es el estándar predefinido
27916 \end_layout
27917
27918 \begin_layout Description
27919 Izquierda para este estilo debe insertarse la opción de clase 
27920 \series bold
27921 leqno
27922 \series default
27923  en el menú 
27924 \family sans
27925 Documento\SpecialChar \menuseparator
27926 Configuración
27927 \family default
27928  bajo 
27929 \family sans
27930 Clase de documento
27931 \end_layout
27932
27933 \end_deeper
27934 \begin_layout Standard
27935
27936 \series bold
27937 fleqn
27938 \series default
27939  y 
27940 \series bold
27941 leqno
27942 \series default
27943  también se pueden usar juntos.
27944  En ese caso se insertan ambas opciones, separadas por una coma.
27945 \end_layout
27946
27947 \begin_layout Standard
27948 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
27949  documento.
27950  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27951  estilo 
27952 \series bold
27953 Centrado
27954 \series default
27955  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27956 \begin_inset CommandInset ref
27957 LatexCommand ref
27958 reference "sub:Entorno-flalign"
27959
27960 \end_inset
27961
27962 .
27963 \end_layout
27964
27965 \begin_layout Section
27966 Ecuaciones multilínea
27967 \begin_inset CommandInset label
27968 LatexCommand label
27969 name "sec:Ecuaciones-multilínea"
27970
27971 \end_inset
27972
27973
27974 \begin_inset Index
27975 status collapsed
27976
27977 \begin_layout Plain Layout
27978 Ecuación ! multilínea
27979 \end_layout
27980
27981 \end_inset
27982
27983
27984 \end_layout
27985
27986 \begin_layout Subsection
27987 General
27988 \end_layout
27989
27990 \begin_layout Standard
27991 En LyX se generan nuevas líneas en una ecuación con 
27992 \family sans
27993 \series bold
27994 Ctrl+Retorno
27995 \family default
27996 \series default
27997 .
27998  Esto crea un 
27999 \series bold
28000 entorno eqnarray
28001 \series default
28002 , que se describe en
28003 \begin_inset space ~
28004 \end_inset
28005
28006
28007 \begin_inset CommandInset ref
28008 LatexCommand ref
28009 reference "sub:Entorno-eqnarray"
28010
28011 \end_inset
28012
28013  o, si se ha marcado la opción 
28014 \family sans
28015 Usar
28016 \begin_inset space ~
28017 \end_inset
28018
28019 el
28020 \begin_inset space ~
28021 \end_inset
28022
28023 paquete
28024 \begin_inset space ~
28025 \end_inset
28026
28027 de
28028 \begin_inset space ~
28029 \end_inset
28030
28031 ecuaciones
28032 \begin_inset space ~
28033 \end_inset
28034
28035 AMS
28036 \family default
28037  en la configuración del documento
28038 \family sans
28039 , un 
28040 \series bold
28041 entorno
28042 \family default
28043 \series default
28044  
28045 \series bold
28046 align
28047 \series default
28048 , que se describe en
28049 \begin_inset space ~
28050 \end_inset
28051
28052
28053 \begin_inset CommandInset ref
28054 LatexCommand ref
28055 reference "sub:Entorno-align-estándar"
28056
28057 \end_inset
28058
28059 .
28060 \end_layout
28061
28062 \begin_layout Standard
28063 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28064  el menú 
28065 \family sans
28066 Insertar\SpecialChar \menuseparator
28067 Ecuación
28068 \family default
28069 .
28070  En las siguientes secciones se describen estos entornos.
28071 \end_layout
28072
28073 \begin_layout Standard
28074 En todos los entornos de ecuación multilínea la combinación 
28075 \family sans
28076 Ctrl+Retorno
28077 \family default
28078  genera una línea nueva.
28079  Para añadir o quitar líneas se pueden usar los botones 
28080 \begin_inset Graphics
28081         filename ../../images/tabular-feature_append-row.png
28082         scale 85
28083
28084 \end_inset
28085
28086  o 
28087 \begin_inset Graphics
28088         filename ../../images/tabular-feature_delete-row.png
28089         scale 85
28090
28091 \end_inset
28092
28093 de la barra de herramientas, respectivamente, o el menú 
28094 \family sans
28095 Editar\SpecialChar \menuseparator
28096 Filas y columnas
28097 \family default
28098 .
28099 \end_layout
28100
28101 \begin_layout Subsubsection
28102 Separación de líneas
28103 \begin_inset CommandInset label
28104 LatexCommand label
28105 name "sub:Separación-de-líneas"
28106
28107 \end_inset
28108
28109
28110 \begin_inset Index
28111 status collapsed
28112
28113 \begin_layout Plain Layout
28114 Ecuación ! multilínea ! separación de filas
28115 \end_layout
28116
28117 \end_inset
28118
28119
28120 \end_layout
28121
28122 \begin_layout Standard
28123 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28124 \begin_inset Formula \begin{eqnarray*}
28125 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}\\
28126 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*}
28127
28128 \end_inset
28129
28130 En LaTeX un espacio adicional para una línea se especifica como argumento
28131  opcional del comando de nueva línea.
28132  Esto aún no es posible en LYX,
28133 \begin_inset Foot
28134 status collapsed
28135
28136 \begin_layout Plain Layout
28137 véase 
28138 \begin_inset CommandInset href
28139 LatexCommand href
28140 name "LyX-bug #1505"
28141 target "http://www.lyx.org/trac/ticket/1505"
28142
28143 \end_inset
28144
28145
28146 \end_layout
28147
28148 \end_inset
28149
28150  por lo que toda la ecuación debe insertarse en modo TeX.
28151  Para añadir espacio en nuestro ejemplo se inserta el comando 
28152 \series bold
28153
28154 \backslash
28155
28156 \backslash
28157 [3mm]
28158 \series default
28159  al final de la primera línea.
28160  Así: 
28161 \begin_inset ERT
28162 status collapsed
28163
28164 \begin_layout Plain Layout
28165
28166
28167 \backslash
28168 begin{eqnarray*}
28169 \end_layout
28170
28171 \begin_layout Plain Layout
28172
28173 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28174  = & 
28175 \backslash
28176 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28177 \backslash
28178
28179 \backslash
28180 [3mm]
28181 \end_layout
28182
28183 \begin_layout Plain Layout
28184
28185 4x^{2}
28186 \backslash
28187 left(B^{2}+x_{0}^{2}
28188 \backslash
28189 right)+4x_{0}x
28190 \backslash
28191 left(D-B^{2}
28192 \backslash
28193 right)+B^{2}
28194 \backslash
28195 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28196 \backslash
28197 right) & = & 0
28198 \end_layout
28199
28200 \begin_layout Plain Layout
28201
28202
28203 \backslash
28204 end{eqnarray*}
28205 \end_layout
28206
28207 \end_inset
28208
28209
28210 \begin_inset VSpace bigskip
28211 \end_inset
28212
28213
28214 \end_layout
28215
28216 \begin_layout Standard
28217 Para obtener separación en todas las líneas hay que cambiar la longitud
28218  
28219 \series bold
28220
28221 \backslash
28222 jot
28223 \series default
28224
28225 \begin_inset Index
28226 status collapsed
28227
28228 \begin_layout Plain Layout
28229 Comandos ! J ! 
28230 \backslash
28231 jot
28232 \end_layout
28233
28234 \end_inset
28235
28236 .
28237  La definición es: 
28238 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28239 \end_inset
28240
28241 .
28242  El valor predeterminado para 
28243 \series bold
28244
28245 \backslash
28246 jot
28247 \series default
28248  es 3
28249 \begin_inset space \thinspace{}
28250 \end_inset
28251
28252 pt.
28253  Para establecer una separación adicional de 3
28254 \begin_inset space \thinspace{}
28255 \end_inset
28256
28257 mm como en el ejemplo anterior, se inserta el comando
28258 \end_layout
28259
28260 \begin_layout Standard
28261
28262 \series bold
28263
28264 \backslash
28265 setlength{
28266 \backslash
28267 jot}{3mm+3pt}
28268 \end_layout
28269
28270 \begin_layout Standard
28271 en modo TeX antes de la ecuación.
28272  Es necesario cargar el paquete 
28273 \series bold
28274 calc
28275 \series default
28276
28277 \begin_inset Foot
28278 status collapsed
28279
28280 \begin_layout Plain Layout
28281
28282 \series bold
28283 calc
28284 \series default
28285  forma parte de toda instalación LaTeX estándar.
28286 \end_layout
28287
28288 \end_inset
28289
28290
28291 \begin_inset Index
28292 status collapsed
28293
28294 \begin_layout Plain Layout
28295 Paquetes ! calc
28296 \end_layout
28297
28298 \end_inset
28299
28300  en el preámbulo con la línea
28301 \end_layout
28302
28303 \begin_layout Standard
28304
28305 \series bold
28306
28307 \backslash
28308 usepackage{calc}
28309 \end_layout
28310
28311 \begin_layout Standard
28312 Se obtiene:
28313 \begin_inset ERT
28314 status collapsed
28315
28316 \begin_layout Plain Layout
28317
28318
28319 \backslash
28320 setlength{
28321 \backslash
28322 jot}{3mm+3pt}
28323 \end_layout
28324
28325 \end_inset
28326
28327
28328 \begin_inset Formula \begin{eqnarray*}
28329 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}\\
28330 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*}
28331
28332 \end_inset
28333
28334
28335 \begin_inset ERT
28336 status collapsed
28337
28338 \begin_layout Plain Layout
28339
28340
28341 \backslash
28342 setlength{
28343 \backslash
28344 jot}{3pt}
28345 \end_layout
28346
28347 \end_inset
28348
28349  Para volver a la distancia predeterminada, 
28350 \series bold
28351
28352 \backslash
28353 jot
28354 \series default
28355  se establece en 3
28356 \begin_inset space \thinspace{}
28357 \end_inset
28358
28359 pt.
28360 \end_layout
28361
28362 \begin_layout Subsubsection
28363 Separación de columnas
28364 \begin_inset CommandInset label
28365 LatexCommand label
28366 name "sub:Separación-de-columnas"
28367
28368 \end_inset
28369
28370
28371 \begin_inset Index
28372 status collapsed
28373
28374 \begin_layout Plain Layout
28375 Ecuación ! multilínea !separación de columnas
28376 \end_layout
28377
28378 \end_inset
28379
28380
28381 \end_layout
28382
28383 \begin_layout Standard
28384 Una ecuación multilínea forma una matriz.
28385  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28386  columnas.
28387  Cambiando la separación de columnas en este entorno se puede cambiar el
28388  espacio junto al signo de relación.
28389 \end_layout
28390
28391 \begin_layout Standard
28392 La separación de columnas se especifica con la longitud
28393 \series bold
28394  
28395 \backslash
28396 arraycolsep
28397 \series default
28398
28399 \begin_inset Index
28400 status collapsed
28401
28402 \begin_layout Plain Layout
28403 Comandos ! A ! 
28404 \backslash
28405 arraycolsep
28406 \end_layout
28407
28408 \end_inset
28409
28410  según:
28411 \begin_inset Newline newline
28412 \end_inset
28413
28414 separación de columnas = 2
28415 \begin_inset space \thinspace{}
28416 \end_inset
28417
28418
28419 \series bold
28420
28421 \backslash
28422 arraycolsep
28423 \series default
28424
28425 \begin_inset Newline newline
28426 \end_inset
28427
28428 Así, el comando en modo TeX
28429 \end_layout
28430
28431 \begin_layout Standard
28432
28433 \series bold
28434
28435 \backslash
28436 setlength{
28437 \backslash
28438 arraycolsep}{1cm}
28439 \end_layout
28440
28441 \begin_layout Standard
28442 establece para todas las ecuaciones siguientes una separación de columnas
28443  de 2
28444 \begin_inset space \thinspace{}
28445 \end_inset
28446
28447 cm.
28448  Para volver al valor predefinido, 
28449 \series bold
28450
28451 \backslash
28452 arraycolsep
28453 \series default
28454  se pone en 5
28455 \begin_inset space \thinspace{}
28456 \end_inset
28457
28458 pt.
28459 \end_layout
28460
28461 \begin_layout Standard
28462 Una ecuación con separación de 2
28463 \begin_inset space \thinspace{}
28464 \end_inset
28465
28466 cm entre columnas:
28467 \begin_inset ERT
28468 status collapsed
28469
28470 \begin_layout Plain Layout
28471
28472
28473 \backslash
28474 setlength{
28475 \backslash
28476 arraycolsep}{1cm}
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 Una ecuación con la separación predefinida para matrices, 10
28489 \begin_inset space \thinspace{}
28490 \end_inset
28491
28492 pt:
28493 \begin_inset ERT
28494 status collapsed
28495
28496 \begin_layout Plain Layout
28497
28498
28499 \backslash
28500 setlength{
28501 \backslash
28502 arraycolsep}{5pt}
28503 \end_layout
28504
28505 \end_inset
28506
28507
28508 \begin_inset Formula \begin{eqnarray*}
28509 A & = & B\\
28510 C & \ne & A\end{eqnarray*}
28511
28512 \end_inset
28513
28514
28515 \end_layout
28516
28517 \begin_layout Subsubsection
28518 Ecuaciones largas
28519 \begin_inset Index
28520 status collapsed
28521
28522 \begin_layout Plain Layout
28523 Ecuación ! larga
28524 \end_layout
28525
28526 \end_inset
28527
28528
28529 \end_layout
28530
28531 \begin_layout Standard
28532 Se pueden componer ecuaciones largas mediante estos métodos:
28533 \end_layout
28534
28535 \begin_layout Itemize
28536 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28537  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28538 \begin_inset Formula \begin{eqnarray}
28539 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 \\
28540  &  & -\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}
28541
28542 \end_inset
28543
28544 El signo menos al principio de la segunda línea normalmente no aparece como
28545  operador porque es el primer carácter de la línea.
28546  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28547  Para evitarlo se ha insertado 3
28548 \begin_inset space \thinspace{}
28549 \end_inset
28550
28551 pt de espacio detrás del menos con el comando 
28552 \series bold
28553
28554 \backslash
28555 hspace
28556 \series default
28557 .
28558 \begin_inset Foot
28559 status collapsed
28560
28561 \begin_layout Plain Layout
28562 véase más sobre 
28563 \series bold
28564
28565 \backslash
28566 hspace
28567 \series default
28568  en 
28569 \begin_inset CommandInset ref
28570 LatexCommand ref
28571 reference "sub:Espacio-variable"
28572
28573 \end_inset
28574
28575
28576 \end_layout
28577
28578 \end_inset
28579
28580
28581 \begin_inset Index
28582 status collapsed
28583
28584 \begin_layout Plain Layout
28585 Comandos ! H ! 
28586 \backslash
28587 hspace
28588 \end_layout
28589
28590 \end_inset
28591
28592
28593 \end_layout
28594
28595 \begin_layout Itemize
28596 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28597 \series bold
28598
28599 \backslash
28600 lefteqn
28601 \series default
28602
28603 \begin_inset Index
28604 status collapsed
28605
28606 \begin_layout Plain Layout
28607 Comandos ! L ! 
28608 \backslash
28609 lefteqn
28610 \end_layout
28611
28612 \end_inset
28613
28614 .
28615  Se inserta en la primer columna de la primera línea y hace que todas las
28616  inserciones posteriores sobreescriban las columnas siguientes:
28617 \begin_inset Formula \begin{eqnarray}
28618 \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 \\
28619  &  & -\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 \\
28620  &  & =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}
28621
28622 \end_inset
28623
28624 Tras la inserción de 
28625 \series bold
28626
28627 \backslash
28628 lefteqn
28629 \series default
28630  el cursor está en un marco púrpura un poco a la izquierda del azul.
28631  La ecuación se inserta en éste.
28632 \begin_inset Newline newline
28633 \end_inset
28634
28635 El contenido de las restantes líneas se inserta en la segunda columna o
28636  en otra.
28637  A mayor número de columna donde se inserte, mayor sangrado.
28638 \begin_inset VSpace medskip
28639 \end_inset
28640
28641
28642 \begin_inset Newline newline
28643 \end_inset
28644
28645
28646 \begin_inset Note Greyedout
28647 status collapsed
28648
28649 \begin_layout Plain Layout
28650 Ten en cuenta lo siguiente si usas 
28651 \series bold
28652
28653 \backslash
28654 lefteqn
28655 \series default
28656 :
28657 \end_layout
28658
28659 \begin_layout Itemize
28660 La ecuación no usa la anchura total de la página.
28661  Cuando se añade, p.
28662 \begin_inset space \thinspace{}
28663 \end_inset
28664
28665 e., el término 
28666 \begin_inset Formula $-B^{2}$
28667 \end_inset
28668
28669  en la primera línea del ejemplo, debería estar fuera del margen.
28670  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28671  principio de la primera línea.
28672 \end_layout
28673
28674 \begin_layout Itemize
28675 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28676  primera línea.
28677 \begin_inset Foot
28678 status collapsed
28679
28680 \begin_layout Plain Layout
28681 \begin_inset CommandInset href
28682 LatexCommand href
28683 name "LyX-bug #1429"
28684 target "http://www.lyx.org/trac/ticket/1429"
28685
28686 \end_inset
28687
28688
28689 \end_layout
28690
28691 \end_inset
28692
28693  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28694  teclas de flecha.
28695 \end_layout
28696
28697 \end_inset
28698
28699  
28700 \end_layout
28701
28702 \begin_layout Itemize
28703 Se describen otros métodos para escribir fórmulas largas en 
28704 \begin_inset CommandInset ref
28705 LatexCommand ref
28706 reference "sub:Entorno-multilínea"
28707
28708 \end_inset
28709
28710  y 
28711 \begin_inset CommandInset ref
28712 LatexCommand ref
28713 reference "sub:Partes-de-una-multilínea"
28714
28715 \end_inset
28716
28717 .
28718 \end_layout
28719
28720 \begin_layout Subsubsection
28721 Delimitadores multilínea
28722 \begin_inset CommandInset label
28723 LatexCommand label
28724 name "sub:Delimitadores-multilínea"
28725
28726 \end_inset
28727
28728
28729 \begin_inset Index
28730 status collapsed
28731
28732 \begin_layout Plain Layout
28733 Delimitadores ! para varias líneas
28734 \end_layout
28735
28736 \end_inset
28737
28738
28739 \end_layout
28740
28741 \begin_layout Standard
28742 Para poner delimitadores que cubran varias líneas hay un problema:
28743 \begin_inset Formula \begin{eqnarray*}
28744 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28745  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28746
28747 \end_inset
28748
28749 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28750 res con tamaño variable no abarcan líneas múltiples.
28751 \end_layout
28752
28753 \begin_layout Standard
28754 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28755  primera línea se finaliza con 
28756 \series bold
28757
28758 \backslash
28759 right.
28760 \series default
28761
28762 \begin_inset Index
28763 status collapsed
28764
28765 \begin_layout Plain Layout
28766 Comandos ! R ! 
28767 \backslash
28768 right
28769 \end_layout
28770
28771 \end_inset
28772
28773  y la segunda con 
28774 \series bold
28775
28776 \backslash
28777 left.
28778 \series default
28779 .
28780 \begin_inset Foot
28781 status collapsed
28782
28783 \begin_layout Plain Layout
28784 Más sobre 
28785 \series bold
28786
28787 \backslash
28788 left.
28789
28790 \series default
28791  y 
28792 \series bold
28793
28794 \backslash
28795 right.
28796
28797 \series default
28798  en 
28799 \begin_inset CommandInset ref
28800 LatexCommand ref
28801 reference "sub:Tamaño-automático-de"
28802
28803 \end_inset
28804
28805
28806 \end_layout
28807
28808 \end_inset
28809
28810
28811 \begin_inset Index
28812 status collapsed
28813
28814 \begin_layout Plain Layout
28815 Comandos ! L ! 
28816 \backslash
28817 left
28818 \end_layout
28819
28820 \end_inset
28821
28822  Después de 
28823 \series bold
28824
28825 \backslash
28826 left.
28827
28828 \series default
28829  se inserta el comando 
28830 \series bold
28831
28832 \backslash
28833 vphantom
28834 \series default
28835
28836 \begin_inset ERT
28837 status collapsed
28838
28839 \begin_layout Plain Layout
28840
28841
28842 \backslash
28843 spce 
28844 \end_layout
28845
28846 \end_inset
28847
28848
28849 \series bold
28850
28851 \backslash
28852 prod
28853 \series default
28854 ^
28855 \begin_inset ERT
28856 status collapsed
28857
28858 \begin_layout Plain Layout
28859
28860
28861 \backslash
28862 spce 
28863 \end_layout
28864
28865 \end_inset
28866
28867
28868 \series bold
28869
28870 \backslash
28871 infty
28872 \series default
28873
28874 \begin_inset ERT
28875 status collapsed
28876
28877 \begin_layout Plain Layout
28878
28879
28880 \backslash
28881 spce 
28882 \end_layout
28883
28884 \end_inset
28885
28886
28887 \series bold
28888
28889 \begin_inset Formula $\downarrow$
28890 \end_inset
28891
28892 _R=1}
28893 \series default
28894
28895 \begin_inset Index
28896 status collapsed
28897
28898 \begin_layout Plain Layout
28899 Comandos ! V ! 
28900 \backslash
28901 vphantom
28902 \end_layout
28903
28904 \end_inset
28905
28906 , porque el operador de multiplicación con sus límites es el símbolo mayor
28907  en la primera línea y ese debería ser el tamaño para el delimitador en
28908  la segunda línea.
28909 \end_layout
28910
28911 \begin_layout Standard
28912 El resultado es: 
28913 \begin_inset Formula \begin{eqnarray*}
28914 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28915  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28916
28917 \end_inset
28918
28919
28920 \end_layout
28921
28922 \begin_layout Subsection
28923 Entornos align
28924 \end_layout
28925
28926 \begin_layout Standard
28927 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28928  Son especialmente apropiados para poner ecuaciones adosadas.
28929 \end_layout
28930
28931 \begin_layout Standard
28932 Los entornos align constan de columnas.
28933  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28934  En un entorno align se puede numerar cada línea.
28935 \end_layout
28936
28937 \begin_layout Standard
28938 Los entornos align se crean con el menú 
28939 \family sans
28940 Insertar\SpecialChar \menuseparator
28941 Ecuación
28942 \family default
28943 .
28944  Una ecuación existente se puede convertir a align con el menú 
28945 \family sans
28946 Editar\SpecialChar \menuseparator
28947 Ecuación\SpecialChar \menuseparator
28948 Cambiar tipo de ecuación
28949 \family default
28950 .
28951 \end_layout
28952
28953 \begin_layout Standard
28954 Para añadir o quitar columnas se pueden usar los botones 
28955 \begin_inset Graphics
28956         filename ../../images/tabular-feature_append-row.png
28957         scale 85
28958
28959 \end_inset
28960
28961  o 
28962 \begin_inset Graphics
28963         filename ../../images/tabular-feature_delete-row.png
28964         scale 85
28965
28966 \end_inset
28967
28968 de la barra de ecuaciones o el menú 
28969 \family sans
28970 Editar\SpecialChar \menuseparator
28971 Filas y columnas
28972 \family default
28973 .
28974 \end_layout
28975
28976 \begin_layout Subsubsection
28977 Entorno align estándar
28978 \begin_inset CommandInset label
28979 LatexCommand label
28980 name "sub:Entorno-align-estándar"
28981
28982 \end_inset
28983
28984
28985 \begin_inset Index
28986 status collapsed
28987
28988 \begin_layout Plain Layout
28989 Ecuación ! multilínea ! entorno align
28990 \end_layout
28991
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \begin_layout Standard
28998 Este entorno align se crea pulsando 
28999 \family sans
29000 Ctrl+Retorno
29001 \family default
29002  en una ecuación o con el menú 
29003 \family sans
29004 Insertar\SpecialChar \menuseparator
29005 Ecuación\SpecialChar \menuseparator
29006 Entorno AMS align
29007 \family default
29008 .
29009 \end_layout
29010
29011 \begin_layout Standard
29012 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29013  align de cuatro columnas:
29014 \begin_inset Formula \begin{align*}
29015 A & =\sen(B) & C & =D\\
29016 C & \neq A & B & \neq D\end{align*}
29017
29018 \end_inset
29019
29020 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29021  un 
29022 \series bold
29023
29024 \backslash
29025 hfill
29026 \series default
29027
29028 \begin_inset Foot
29029 status collapsed
29030
29031 \begin_layout Plain Layout
29032 Más sobre 
29033 \series bold
29034
29035 \backslash
29036 hfill
29037 \series default
29038  en 
29039 \begin_inset CommandInset ref
29040 LatexCommand ref
29041 reference "sub:Espacio-variable"
29042
29043 \end_inset
29044
29045
29046 \end_layout
29047
29048 \end_inset
29049
29050  antes de la primera y detrás de cada columna par.
29051  Si se pone en estilo 
29052 \series bold
29053 Sangrado
29054 \series default
29055 ,
29056 \begin_inset Foot
29057 status collapsed
29058
29059 \begin_layout Plain Layout
29060 véase estilos de ecuación en 
29061 \begin_inset CommandInset ref
29062 LatexCommand ref
29063 reference "sec:Estilos-de-ecuación"
29064
29065 \end_inset
29066
29067
29068 \end_layout
29069
29070 \end_inset
29071
29072  la ecuación queda sin el 
29073 \series bold
29074
29075 \backslash
29076 hfill
29077 \series default
29078  ante la primera columna.
29079 \end_layout
29080
29081 \begin_layout Subsubsection
29082 Entorno alignat
29083 \begin_inset Index
29084 status collapsed
29085
29086 \begin_layout Plain Layout
29087 Ecuación ! multilínea ! entorno alignat
29088 \end_layout
29089
29090 \end_inset
29091
29092
29093 \end_layout
29094
29095 \begin_layout Standard
29096 El entorno alignat no tiene separación predefinida de columnas.
29097  Se puede insertar manualmente con los espacios descritos en 
29098 \begin_inset CommandInset ref
29099 LatexCommand ref
29100 reference "sec:Espacio"
29101
29102 \end_inset
29103
29104 .
29105 \end_layout
29106
29107 \begin_layout Standard
29108 El ejemplo anterior en el entorno alignat, con un espacio de 1
29109 \begin_inset space \thinspace{}
29110 \end_inset
29111
29112 cm al comienzo da la segunda ecuación:
29113 \begin_inset Formula \begin{alignat*}{2}
29114 A & =\sen(B)\hspace{1cm} & C & =D\\
29115 C & \neq A & B & \neq D\end{alignat*}
29116
29117 \end_inset
29118
29119 Como cada columna puede tener un espacio diferente, este entorno es especialment
29120 e apropiado para poner tres o más ecuaciones adosadas.
29121 \end_layout
29122
29123 \begin_layout Subsubsection
29124 Entorno flalign
29125 \begin_inset CommandInset label
29126 LatexCommand label
29127 name "sub:Entorno-flalign"
29128
29129 \end_inset
29130
29131
29132 \begin_inset Index
29133 status collapsed
29134
29135 \begin_layout Plain Layout
29136 Ecuación ! multilínea ! entorno flalign
29137 \end_layout
29138
29139 \end_inset
29140
29141
29142 \end_layout
29143
29144 \begin_layout Standard
29145 En este entorno las dos primeras columnas están siempre tan a la izquierda
29146  como sea posible y las dos últimas a la derecha.
29147  Ejemplo:
29148 \begin_inset Formula \begin{flalign*}
29149 A & =1 & B & =2 & C & =3\\
29150 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4\end{flalign*}
29151
29152 \end_inset
29153
29154 En un entorno flalign con un número impar de columnas, en la última de las
29155  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29156  alineadas a la izquierda, aunque se use el estilo 
29157 \series bold
29158 Centrado
29159 \series default
29160 .
29161  Un ejemplo de fórmula sangrada 
29162 \begin_inset CommandInset ref
29163 LatexCommand eqref
29164 reference "eq:IntVol"
29165
29166 \end_inset
29167
29168 :
29169 \begin_inset Formula \begin{flalign}
29170 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
29171
29172 \end_inset
29173
29174 Las dos primeras columnas contienen la fórmula.
29175  Para sangrarla como con el estilo 
29176 \series bold
29177 Sangrado
29178 \series default
29179 , se añade un espacio de 30
29180 \begin_inset space \thinspace{}
29181 \end_inset
29182
29183 pt al comienzo de la primera columna.
29184  
29185 \end_layout
29186
29187 \begin_layout Subsection
29188 Entorno eqnarray
29189 \begin_inset CommandInset label
29190 LatexCommand label
29191 name "sub:Entorno-eqnarray"
29192
29193 \end_inset
29194
29195
29196 \begin_inset Index
29197 status collapsed
29198
29199 \begin_layout Plain Layout
29200 Ecuación ! multilínea ! entorno eqnarray
29201 \end_layout
29202
29203 \end_inset
29204
29205
29206 \begin_inset Index
29207 status collapsed
29208
29209 \begin_layout Plain Layout
29210 Ecuación ! multilínea ! entorno eqnarray
29211 \end_layout
29212
29213 \end_inset
29214
29215
29216 \end_layout
29217
29218 \begin_layout Standard
29219 Al introducir este entorno aparecen tres marcos azules.
29220  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29221  El contenido del marco central está centrado y algo más pequeño, porque
29222  está diseñado para insertar sólo caracteres de relación.
29223 \begin_inset Formula \begin{eqnarray*}
29224 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29225 AB & AB & AB\\
29226 A & = & A\end{eqnarray*}
29227
29228 \end_inset
29229
29230
29231 \end_layout
29232
29233 \begin_layout Subsection
29234 Entorno gather
29235 \begin_inset Index
29236 status collapsed
29237
29238 \begin_layout Plain Layout
29239 Ecuación ! multilínea ! entorno gather
29240 \end_layout
29241
29242 \end_inset
29243
29244
29245 \end_layout
29246
29247 \begin_layout Standard
29248 Este entorno consta de una sola columna centrada.
29249  Se puede numerar cada línea.
29250 \begin_inset Formula \begin{gather}
29251 A=1\\
29252 X=\mbox{-}1\end{gather}
29253
29254 \end_inset
29255
29256
29257 \end_layout
29258
29259 \begin_layout Subsection
29260 Entorno multilínea
29261 \begin_inset CommandInset label
29262 LatexCommand label
29263 name "sub:Entorno-multilínea"
29264
29265 \end_inset
29266
29267
29268 \begin_inset Index
29269 status collapsed
29270
29271 \begin_layout Plain Layout
29272 Ecuación ! multilínea ! entorno multilínea
29273 \end_layout
29274
29275 \end_inset
29276
29277
29278 \end_layout
29279
29280 \begin_layout Standard
29281 El entorno multilínea, como gather, consta de una sola columna.
29282  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29283  Las demás están centradas.
29284  Por tanto este entorno es apropiado para ecuaciones largas.
29285  Como ejemplo, la ecuación
29286 \begin_inset space ~
29287 \end_inset
29288
29289
29290 \begin_inset CommandInset ref
29291 LatexCommand eqref
29292 reference "eq:lefteqn"
29293
29294 \end_inset
29295
29296  en entorno multilínea:
29297 \begin_inset Formula \begin{multline}
29298 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}\\
29299 -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}\\
29300 =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}
29301
29302 \end_inset
29303
29304 En la salida sólo aparece numerada la última (primera) línea si la numeración
29305  del documento es a la derecha (izquierda).
29306 \begin_inset Foot
29307 status collapsed
29308
29309 \begin_layout Plain Layout
29310 véanse los estilos de numeración en 
29311 \begin_inset CommandInset ref
29312 LatexCommand ref
29313 reference "sec:Estilos-de-ecuación"
29314
29315 \end_inset
29316
29317
29318 \end_layout
29319
29320 \end_inset
29321
29322
29323 \end_layout
29324
29325 \begin_layout Standard
29326 Con los comandos 
29327 \series bold
29328
29329 \backslash
29330 shoveright
29331 \begin_inset Index
29332 status collapsed
29333
29334 \begin_layout Plain Layout
29335 Comandos ! S ! 
29336 \backslash
29337 shoveright
29338 \end_layout
29339
29340 \end_inset
29341
29342
29343 \series default
29344  y 
29345 \series bold
29346
29347 \backslash
29348 shoveleft
29349 \series default
29350
29351 \begin_inset Index
29352 status collapsed
29353
29354 \begin_layout Plain Layout
29355 Comandos ! S ! 
29356 \backslash
29357 shoveleft
29358 \end_layout
29359
29360 \end_inset
29361
29362 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29363 ente.
29364  Los comandos se usan como sigue:
29365 \end_layout
29366
29367 \begin_layout Standard
29368
29369 \series bold
29370
29371 \backslash
29372 shoveright{contenido de la línea}
29373 \series default
29374  y 
29375 \series bold
29376
29377 \backslash
29378 shoveleft{contenido de la línea}
29379 \end_layout
29380
29381 \begin_layout Standard
29382 \begin_inset VSpace medskip
29383 \end_inset
29384
29385
29386 \end_layout
29387
29388 \begin_layout Standard
29389 La longitud 
29390 \series bold
29391
29392 \backslash
29393 multlinegap
29394 \series default
29395
29396 \begin_inset Index
29397 status collapsed
29398
29399 \begin_layout Plain Layout
29400 Comandos ! M ! 
29401 \backslash
29402 multlinegap
29403 \end_layout
29404
29405 \end_inset
29406
29407  especifica la distancia de la primera línea desde el margen izquierdo de
29408  la página.
29409  Esta longitud es 0
29410 \begin_inset space \thinspace{}
29411 \end_inset
29412
29413 pt por omisión.
29414 \end_layout
29415
29416 \begin_layout Standard
29417 Como ejemplo la ecuación anterior con el comando
29418 \end_layout
29419
29420 \begin_layout Standard
29421
29422 \series bold
29423
29424 \backslash
29425 setlength{
29426 \backslash
29427 multlinegap}{2cm}
29428 \end_layout
29429
29430 \begin_layout Standard
29431 insertado previamente en modo TeX:
29432 \begin_inset ERT
29433 status collapsed
29434
29435 \begin_layout Plain Layout
29436
29437
29438 \backslash
29439 setlength{
29440 \backslash
29441 multlinegap}{2cm}
29442 \end_layout
29443
29444 \end_inset
29445
29446
29447 \begin_inset Formula \begin{multline}
29448 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}\\
29449 \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}}\\
29450 =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}
29451
29452 \end_inset
29453
29454
29455 \begin_inset ERT
29456 status collapsed
29457
29458 \begin_layout Plain Layout
29459
29460
29461 \backslash
29462 setlength{
29463 \backslash
29464 multlinegap}{0pt}
29465 \end_layout
29466
29467 \end_inset
29468
29469 La segunda línea se ha alineado a la izquierda con 
29470 \series bold
29471
29472 \backslash
29473 shoveleft
29474 \series default
29475 .
29476 \end_layout
29477
29478 \begin_layout Subsection
29479 Partes de una ecuación multilínea
29480 \begin_inset CommandInset label
29481 LatexCommand label
29482 name "sub:Partes-de-una-multilínea"
29483
29484 \end_inset
29485
29486
29487 \begin_inset Index
29488 status collapsed
29489
29490 \begin_layout Plain Layout
29491 Ecuación ! multilínea ! partes de
29492 \end_layout
29493
29494 \end_inset
29495
29496
29497 \end_layout
29498
29499 \begin_layout Standard
29500 Para mostrar sólo partes de una ecuación multilínea usa uno de los siguientes
29501  entornos: 
29502 \series bold
29503 aligned
29504 \series default
29505
29506 \series bold
29507 alignedat
29508 \series default
29509
29510 \series bold
29511 gathered
29512 \series default
29513  o 
29514 \series bold
29515 split
29516 \series default
29517 .
29518  Se pueden elegir en el menú 
29519 \family sans
29520 Insertar\SpecialChar \menuseparator
29521 Ecuación
29522 \family default
29523  o usando los comandos aquí descritos.
29524 \end_layout
29525
29526 \begin_layout Standard
29527 Los tres primeros tienen las mismas propiedades que los correspondientes
29528  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29529  Un ejemplo:
29530 \begin_inset Formula \[
29531 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29532 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29533 \right\} \mbox{Relaciones de incertidumbre}\]
29534
29535 \end_inset
29536
29537 Para componer esta expresión se inserta una ecuación presentada y en ella
29538  se introduce el comando 
29539 \series bold
29540
29541 \backslash
29542 aligned
29543 \series default
29544
29545 \begin_inset Index
29546 status collapsed
29547
29548 \begin_layout Plain Layout
29549 Comandos ! A ! 
29550 \backslash
29551 aligned
29552 \end_layout
29553
29554 \end_inset
29555
29556 .
29557  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29558  añadir filas y columnas.
29559  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29560  como la llave.
29561 \end_layout
29562
29563 \begin_layout Standard
29564 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29565  se alinean horizontalmente.
29566  Usar aligned en una ecuación presentada tiene la ventaja de que el número
29567  de ecuación se centra verticalmente con las líneas.
29568  Como ejemplo, la ecuación 
29569 \begin_inset CommandInset ref
29570 LatexCommand eqref
29571 reference "eq:cortolargo"
29572
29573 \end_inset
29574
29575  en entorno aligned: 
29576 \begin_inset Formula \begin{equation}
29577 \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}|}\\
29578  & -\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}
29579 \end{equation}
29580
29581 \end_inset
29582
29583 Para usar los entornos 
29584 \series bold
29585 alignedat
29586 \series default
29587
29588 \series bold
29589 gathered
29590 \series default
29591 , o 
29592 \series bold
29593 split
29594 \series default
29595 , se insertan respectivamente los comandos
29596 \series bold
29597  
29598 \backslash
29599 alignedat
29600 \series default
29601 ,
29602 \begin_inset Index
29603 status collapsed
29604
29605 \begin_layout Plain Layout
29606 Comandos ! A ! 
29607 \backslash
29608 alignedat
29609 \end_layout
29610
29611 \end_inset
29612
29613  
29614 \series bold
29615
29616 \backslash
29617 gathered
29618 \series default
29619
29620 \begin_inset Index
29621 status collapsed
29622
29623 \begin_layout Plain Layout
29624 Comandos ! G ! 
29625 \backslash
29626 gathered
29627 \end_layout
29628
29629 \end_inset
29630
29631 , o 
29632 \series bold
29633
29634 \backslash
29635 split
29636 \series default
29637
29638 \begin_inset Index
29639 status collapsed
29640
29641 \begin_layout Plain Layout
29642 Comandos ! S ! 
29643 \backslash
29644 split
29645 \end_layout
29646
29647 \end_inset
29648
29649 .
29650  El entorno split tiene las mismas propiedades que aligned pero sólo puede
29651  tener dos columnas.
29652 \end_layout
29653
29654 \begin_layout Subsection
29655 Texto en ecuaciones multilínea
29656 \begin_inset CommandInset label
29657 LatexCommand label
29658 name "sub:Texto-en-multilínea"
29659
29660 \end_inset
29661
29662
29663 \begin_inset Index
29664 status collapsed
29665
29666 \begin_layout Plain Layout
29667 Texto ! en ecuaciones
29668 \end_layout
29669
29670 \end_inset
29671
29672
29673 \begin_inset Index
29674 status collapsed
29675
29676 \begin_layout Plain Layout
29677 Ecuación ! multilínea ! texto en
29678 \end_layout
29679
29680 \end_inset
29681
29682
29683 \end_layout
29684
29685 \begin_layout Standard
29686 En los entornos Align, multilínea y gather, se puede insertar texto que
29687  se mostrará en una línea separada y que no afecta la alineación de columna.
29688  Para esto se usa el comando 
29689 \series bold
29690
29691 \backslash
29692 intertext
29693 \series default
29694
29695 \begin_inset Index
29696 status collapsed
29697
29698 \begin_layout Plain Layout
29699 Comandos ! I ! 
29700 \backslash
29701 intertext
29702 \end_layout
29703
29704 \end_inset
29705
29706  con el siguiente esquema:
29707 \end_layout
29708
29709 \begin_layout Standard
29710
29711 \series bold
29712
29713 \backslash
29714 intertext{texto}
29715 \end_layout
29716
29717 \begin_layout Standard
29718 El texto no debería ocupar más de una línea porque no se puede partir con
29719  guión.
29720  Como LyX aún no soporta 
29721 \series bold
29722
29723 \backslash
29724 intertext
29725 \series default
29726  directamente, el texto se escribe como texto matemático.
29727  
29728 \series bold
29729
29730 \backslash
29731 intertext
29732 \series default
29733  debe por tanto estar al comienzo de una línea y en la salida se presenta
29734  sobre esta línea.
29735  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29736 \begin_inset Formula \begin{align}
29737 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29738 \intertext{\text{el integrando es simétrico para \ensuremath{\phi=\pi}, por tanto}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29739
29740 \end_inset
29741
29742
29743 \end_layout
29744
29745 \begin_layout Section
29746 Numeración de ecuaciones
29747 \begin_inset Index
29748 status collapsed
29749
29750 \begin_layout Plain Layout
29751 Ecuación ! numeración|see
29752 \begin_inset ERT
29753 status collapsed
29754
29755 \begin_layout Plain Layout
29756
29757 {
29758 \end_layout
29759
29760 \end_inset
29761
29762 Numeración de ecuaciones
29763 \begin_inset ERT
29764 status collapsed
29765
29766 \begin_layout Plain Layout
29767
29768 }
29769 \end_layout
29770
29771 \end_inset
29772
29773
29774 \end_layout
29775
29776 \end_inset
29777
29778
29779 \begin_inset Index
29780 status collapsed
29781
29782 \begin_layout Plain Layout
29783 Numeración de ecuaciones
29784 \end_layout
29785
29786 \end_inset
29787
29788
29789 \end_layout
29790
29791 \begin_layout Subsection
29792 General
29793 \end_layout
29794
29795 \begin_layout Standard
29796 Las ecuaciones numeradas se insertan con el menú 
29797 \family sans
29798 Insertar\SpecialChar \menuseparator
29799 Ecuación
29800 \family default
29801  
29802 \family sans
29803 \SpecialChar \menuseparator
29804 Ecuación
29805 \begin_inset space ~
29806 \end_inset
29807
29808 numerada
29809 \family default
29810  (atajo 
29811 \family sans
29812 Ctrl+Alt
29813 \begin_inset space ~
29814 \end_inset
29815
29816 N
29817 \family default
29818 ).
29819  Ecuaciones existentes se pueden numerar con el menú 
29820 \family sans
29821 Editar\SpecialChar \menuseparator
29822 Ecuación\SpecialChar \menuseparator
29823 Conmutar
29824 \begin_inset space ~
29825 \end_inset
29826
29827 numeración
29828 \family default
29829  (atajo
29830 \family sans
29831  Alt+M
29832 \begin_inset space ~
29833 \end_inset
29834
29835 N
29836 \family default
29837 ).
29838  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29839  En la salida se muestra el número real.
29840 \end_layout
29841
29842 \begin_layout Standard
29843 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29844  líneas.
29845  No obstante, la numeración se puede controlar en cada línea con el menú
29846  
29847 \family sans
29848 Editar\SpecialChar \menuseparator
29849 Ecuación\SpecialChar \menuseparator
29850 Conmutar
29851 \begin_inset space ~
29852 \end_inset
29853
29854 numeración
29855 \begin_inset space ~
29856 \end_inset
29857
29858 de
29859 \begin_inset space ~
29860 \end_inset
29861
29862 línea
29863 \family default
29864  (atajo
29865 \family sans
29866  Alt+M
29867 \begin_inset space ~
29868 \end_inset
29869
29870 Mayúsculas+N
29871 \family default
29872 ).
29873 \end_layout
29874
29875 \begin_layout Standard
29876 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29877  distintos, véase 
29878 \begin_inset CommandInset ref
29879 LatexCommand ref
29880 reference "sec:Estilos-de-ecuación"
29881
29882 \end_inset
29883
29884 .
29885 \end_layout
29886
29887 \begin_layout Subsection
29888 Referencias cruzadas
29889 \begin_inset Index
29890 status collapsed
29891
29892 \begin_layout Plain Layout
29893 Ecuación ! referencias cruzadas a
29894 \end_layout
29895
29896 \end_inset
29897
29898
29899 \end_layout
29900
29901 \begin_layout Standard
29902 Todas las ecuaciones con etiqueta se pueden referenciar.
29903  La etiqueta se añade con el menú 
29904 \family sans
29905 Insertar\SpecialChar \menuseparator
29906 Etiqueta
29907 \family default
29908  o con el botón 
29909 \begin_inset Graphics
29910         filename ../../images/label-insert.png
29911         scale 85
29912
29913 \end_inset
29914
29915  de la barra de herramientas.
29916  El cursor debe estar dentro de una ecuación en modo presentación.
29917  Surge un diálogo con el prefijo 
29918 \series bold
29919 eq:
29920 \series default
29921 , detrás del cual se escribe el texto de la etiqueta.
29922  El prefijo significa 
29923 \begin_inset Quotes fld
29924 \end_inset
29925
29926 equation
29927 \begin_inset Quotes frd
29928 \end_inset
29929
29930  y hace más fácil encontrar etiquetas en documentos extensos porque así
29931  se distingue p.
29932 \begin_inset space \thinspace{}
29933 \end_inset
29934
29935 e.
29936 \begin_inset space ~
29937 \end_inset
29938
29939 de las etiquetas de sección.
29940  Para cambiar una etiqueta se usa de nuevo el menú 
29941 \family sans
29942 Insertar\SpecialChar \menuseparator
29943 Etiqueta
29944 \family default
29945 .
29946 \end_layout
29947
29948 \begin_layout Standard
29949 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29950  ecuación.
29951  Una ecuación con etiqueta se numera siempre.
29952 \end_layout
29953
29954 \begin_layout Standard
29955 Las referencias cruzadas se insertan mediante el menú 
29956 \family sans
29957 Insertar\SpecialChar \menuseparator
29958 Referencia cruzada
29959 \family default
29960  o con el botón 
29961 \begin_inset Graphics
29962         filename ../../images/dialog-show-new-inset_ref.png
29963         scale 85
29964
29965 \end_inset
29966
29967 .
29968  Una referencia a una ecuación aparece en la salida con su número.
29969  Si en el diálogo de referencia cruzada se elige el formato 
29970 \series bold
29971 (<referencia>)
29972 \series default
29973 , la referencia se muestra en la salida entre paréntesis.
29974  
29975 \begin_inset Newline newline
29976 \end_inset
29977
29978 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29979  a la ecuación de referencia.
29980 \end_layout
29981
29982 \begin_layout Standard
29983 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29984  siguientes:
29985 \begin_inset Note Note
29986 status collapsed
29987
29988 \begin_layout Plain Layout
29989 Observa los distintos tipos de referencias cruzadas.
29990 \end_layout
29991
29992 \end_inset
29993
29994
29995 \end_layout
29996
29997 \begin_layout Standard
29998 Las ecuaciones 
29999 \begin_inset CommandInset ref
30000 LatexCommand eqref
30001 reference "eq:tag"
30002
30003 \end_inset
30004
30005  y 
30006 \begin_inset CommandInset ref
30007 LatexCommand eqref
30008 reference "eq:c"
30009
30010 \end_inset
30011
30012  son equivalentes.
30013  En (
30014 \begin_inset CommandInset ref
30015 LatexCommand ref
30016 reference "eq:Lat"
30017
30018 \end_inset
30019
30020 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30021 \begin_inset CommandInset ref
30022 LatexCommand ref
30023 reference "eq:Rom"
30024
30025 \end_inset
30026
30027 ).
30028 \begin_inset VSpace medskip
30029 \end_inset
30030
30031
30032 \end_layout
30033
30034 \begin_layout Standard
30035 Si el argumento de 
30036 \series bold
30037
30038 \backslash
30039 tag
30040 \begin_inset Foot
30041 status collapsed
30042
30043 \begin_layout Plain Layout
30044
30045 \series bold
30046
30047 \backslash
30048 tag
30049 \series default
30050  se describe en 
30051 \begin_inset CommandInset ref
30052 LatexCommand ref
30053 reference "sub:Numeración-personalizada"
30054
30055 \end_inset
30056
30057
30058 \end_layout
30059
30060 \end_inset
30061
30062
30063 \series default
30064  contiene un marco, como se describe en la 
30065 \begin_inset CommandInset ref
30066 LatexCommand ref
30067 reference "sub:Cuadros-de-párrafo"
30068
30069 \end_inset
30070
30071 , no se puede referenciar la ecuación.
30072 \end_layout
30073
30074 \begin_layout Subsection
30075 Subnumeración
30076 \begin_inset Index
30077 status collapsed
30078
30079 \begin_layout Plain Layout
30080 Numeración de ecuaciones ! subnumeración
30081 \end_layout
30082
30083 \end_inset
30084
30085
30086 \end_layout
30087
30088 \begin_layout Standard
30089 Con ayuda de los comandos 
30090 \series bold
30091
30092 \backslash
30093 begin{subequations}
30094 \series default
30095  y 
30096 \series bold
30097
30098 \backslash
30099 end{subequations}
30100 \series default
30101  en modo TeX se pueden subnumerar ecuaciones.
30102 \end_layout
30103
30104 \begin_layout Standard
30105 Ejemplo:
30106 \begin_inset Formula \begin{equation}
30107 A=C-B\label{eq:a}\end{equation}
30108
30109 \end_inset
30110
30111
30112 \begin_inset ERT
30113 status collapsed
30114
30115 \begin_layout Plain Layout
30116
30117
30118 \backslash
30119 addtocounter{equation}{-1}
30120 \end_layout
30121
30122 \end_inset
30123
30124
30125 \begin_inset ERT
30126 status collapsed
30127
30128 \begin_layout Plain Layout
30129
30130
30131 \backslash
30132 begin{subequations}
30133 \end_layout
30134
30135 \end_inset
30136
30137
30138 \begin_inset VSpace -5mm
30139 \end_inset
30140
30141
30142 \begin_inset Formula \begin{equation}
30143 B=C-A\label{eq:b}\end{equation}
30144
30145 \end_inset
30146
30147
30148 \begin_inset Formula \begin{equation}
30149 C=A+B\label{eq:c}\end{equation}
30150
30151 \end_inset
30152
30153
30154 \end_layout
30155
30156 \begin_layout Standard
30157 \begin_inset ERT
30158 status collapsed
30159
30160 \begin_layout Plain Layout
30161
30162
30163 \backslash
30164 end{subequations}
30165 \end_layout
30166
30167 \end_inset
30168
30169
30170 \end_layout
30171
30172 \begin_layout Standard
30173 Para este ejemplo se ha hecho lo siguiente:
30174 \end_layout
30175
30176 \begin_layout Enumerate
30177 se inserta la primera ecuación
30178 \end_layout
30179
30180 \begin_layout Enumerate
30181 después de ella se inserta
30182 \series bold
30183
30184 \begin_inset Newline newline
30185 \end_inset
30186
30187
30188 \backslash
30189 addtocounter{equation}{-1} 
30190 \backslash
30191 begin{subequations}
30192 \begin_inset Index
30193 status collapsed
30194
30195 \begin_layout Plain Layout
30196 Comandos ! A ! 
30197 \backslash
30198 addtocounter
30199 \end_layout
30200
30201 \end_inset
30202
30203
30204 \end_layout
30205
30206 \begin_layout Enumerate
30207 se inserta la segunda ecuación
30208 \end_layout
30209
30210 \begin_layout Enumerate
30211 se inserta la tercera ecuación
30212 \end_layout
30213
30214 \begin_layout Enumerate
30215 se inserta 
30216 \series bold
30217
30218 \backslash
30219 end{subequations}
30220 \series default
30221  tras la tercera ecuación
30222 \end_layout
30223
30224 \begin_layout Standard
30225 Toda ecuación entre los comandos 
30226 \series bold
30227
30228 \backslash
30229 begin
30230 \series default
30231  y 
30232 \series bold
30233
30234 \backslash
30235 end
30236 \series default
30237  se subnumera con a, b, c\SpecialChar \ldots{}
30238  En ecuaciones multilínea se subnumerará cada línea.
30239  Todas las ecuaciones subnumeradas son tratadas como 
30240 \emph on
30241 una
30242 \emph default
30243  ecuación numerada.
30244  Pero como cada ecuación numerada aumenta el contador 
30245 \series bold
30246 equation
30247 \series default
30248  en uno, hay que disminuir el comando 
30249 \series bold
30250
30251 \backslash
30252 addtocounter
30253 \series default
30254 .
30255  De lo contrario, las ecuaciones 
30256 \begin_inset CommandInset ref
30257 LatexCommand eqref
30258 reference "eq:a"
30259
30260 \end_inset
30261
30262
30263 \begin_inset CommandInset ref
30264 LatexCommand eqref
30265 reference "eq:b"
30266
30267 \end_inset
30268
30269
30270 \begin_inset CommandInset ref
30271 LatexCommand eqref
30272 reference "eq:c"
30273
30274 \end_inset
30275
30276  se numerarían 
30277 \begin_inset CommandInset ref
30278 LatexCommand eqref
30279 reference "eq:a"
30280
30281 \end_inset
30282
30283
30284 \begin_inset CommandInset ref
30285 LatexCommand eqref
30286 reference "eq:d"
30287
30288 \end_inset
30289
30290
30291 \begin_inset CommandInset ref
30292 LatexCommand eqref
30293 reference "eq:f"
30294
30295 \end_inset
30296
30297 .
30298 \end_layout
30299
30300 \begin_layout Standard
30301 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30302  ecuaciones.
30303  Para evitarlo se inserta ese espacio vertical de -5
30304 \begin_inset space \thinspace{}
30305 \end_inset
30306
30307 mm detrás del comando 
30308 \series bold
30309
30310 \backslash
30311 begin{subequations}
30312 \series default
30313 .
30314
30315 \series bold
30316  
30317 \series default
30318 Si se usa el estilo 
30319 \series bold
30320 Sangrado
30321 \series default
30322
30323 \begin_inset Foot
30324 status collapsed
30325
30326 \begin_layout Plain Layout
30327 véase estilos de ecuación en 
30328 \begin_inset CommandInset ref
30329 LatexCommand ref
30330 reference "sec:Estilos-de-ecuación"
30331
30332 \end_inset
30333
30334
30335 \end_layout
30336
30337 \end_inset
30338
30339 , entonces se inserta -7
30340 \begin_inset space \thinspace{}
30341 \end_inset
30342
30343 mm.
30344 \end_layout
30345
30346 \begin_layout Standard
30347 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30348  de la segunda línea:
30349 \begin_inset ERT
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353
30354
30355 \backslash
30356 begin{subequations}
30357 \end_layout
30358
30359 \end_inset
30360
30361
30362 \begin_inset Formula \begin{eqnarray}
30363 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30364  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30365  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
30366
30367 \end_inset
30368
30369
30370 \begin_inset ERT
30371 status collapsed
30372
30373 \begin_layout Plain Layout
30374
30375
30376 \backslash
30377 end{subequations}
30378 \end_layout
30379
30380 \end_inset
30381
30382
30383 \end_layout
30384
30385 \begin_layout Subsection
30386 Numeración definida por el usuario
30387 \begin_inset CommandInset label
30388 LatexCommand label
30389 name "sub:Numeración-personalizada"
30390
30391 \end_inset
30392
30393
30394 \begin_inset Index
30395 status collapsed
30396
30397 \begin_layout Plain Layout
30398 Numeración de ecuaciones ! personalizada
30399 \end_layout
30400
30401 \end_inset
30402
30403
30404 \end_layout
30405
30406 \begin_layout Standard
30407 Con la numeración estándar el número se coloca entre paréntesis.
30408  Para reemplazar los paréntesis con barras verticales, p.
30409 \begin_inset space \thinspace{}
30410 \end_inset
30411
30412 e., se añade al preámbulo LaTeX la línea: 
30413 \end_layout
30414
30415 \begin_layout Standard
30416
30417 \series bold
30418
30419 \backslash
30420 def
30421 \backslash
30422 tagform@#1{
30423 \backslash
30424 maketag@@@{|#1|}}
30425 \series default
30426
30427 \begin_inset Note Note
30428 status collapsed
30429
30430 \begin_layout Plain Layout
30431 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30432  Para activarlo, quita el % del principio.
30433 \end_layout
30434
30435 \end_inset
30436
30437
30438 \end_layout
30439
30440 \begin_layout Standard
30441 Para usar otros caracteres, se reemplazan las barras al lado de 
30442 \series bold
30443 #1
30444 \series default
30445  por ellos.
30446  Para obtener sólo el número de ecuación se omiten las barras verticales.
30447 \begin_inset VSpace bigskip
30448 \end_inset
30449
30450
30451 \end_layout
30452
30453 \begin_layout Standard
30454 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30455  consecutivo, se usa el comando 
30456 \series bold
30457
30458 \backslash
30459 tag
30460 \begin_inset Index
30461 status collapsed
30462
30463 \begin_layout Plain Layout
30464 Comandos ! T ! 
30465 \backslash
30466 tag
30467 \end_layout
30468
30469 \end_inset
30470
30471
30472 \series default
30473 :
30474 \begin_inset Formula \begin{equation}
30475 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30476
30477 \end_inset
30478
30479 En este ejemplo se ha insertado el comando
30480 \series bold
30481  
30482 \backslash
30483 tag
30484 \begin_inset ERT
30485 status collapsed
30486
30487 \begin_layout Plain Layout
30488
30489
30490 \backslash
30491 spce 
30492 \end_layout
30493
30494 \end_inset
30495
30496 algo
30497 \series default
30498  en la ecuación.
30499 \end_layout
30500
30501 \begin_layout Standard
30502 Si se usa en su lugar el comando con asterisco 
30503 \series bold
30504
30505 \backslash
30506 tag*
30507 \begin_inset ERT
30508 status collapsed
30509
30510 \begin_layout Plain Layout
30511
30512
30513 \backslash
30514 spce 
30515 \end_layout
30516
30517 \end_inset
30518
30519 algo
30520 \series default
30521  no se imprimen los paréntesis:
30522 \begin_inset Formula \[
30523 A+B=C\tag*{algo}\]
30524
30525 \end_inset
30526
30527
30528 \end_layout
30529
30530 \begin_layout Standard
30531 \begin_inset VSpace bigskip
30532 \end_inset
30533
30534
30535 \end_layout
30536
30537 \begin_layout Standard
30538 Para reiniciar la numeración en nuevas partes o secciones del documento
30539  se usan los siguientes comandos:
30540 \end_layout
30541
30542 \begin_layout Standard
30543
30544 \series bold
30545
30546 \backslash
30547 @addtoreset{equation}{part}
30548 \series default
30549
30550 \begin_inset Index
30551 status collapsed
30552
30553 \begin_layout Plain Layout
30554 Comandos ! 
30555 \begin_inset ERT
30556 status collapsed
30557
30558 \begin_layout Plain Layout
30559
30560 "
30561 \end_layout
30562
30563 \end_inset
30564
30565 @
30566 \begin_inset ERT
30567 status collapsed
30568
30569 \begin_layout Plain Layout
30570
30571 "
30572 \end_layout
30573
30574 \end_inset
30575
30576  ! 
30577 \backslash
30578
30579 \begin_inset ERT
30580 status collapsed
30581
30582 \begin_layout Plain Layout
30583
30584 "
30585 \end_layout
30586
30587 \end_inset
30588
30589 @
30590 \begin_inset ERT
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594
30595 "
30596 \end_layout
30597
30598 \end_inset
30599
30600 addtoreset
30601 \end_layout
30602
30603 \end_inset
30604
30605
30606 \begin_inset Newline newline
30607 \end_inset
30608
30609
30610 \series bold
30611
30612 \backslash
30613 @addtoreset{equation}{section}
30614 \end_layout
30615
30616 \begin_layout Standard
30617 Pata poder usar estos comandos en modo TeX, el carácter 
30618 \begin_inset Quotes fld
30619 \end_inset
30620
30621 @
30622 \begin_inset Quotes frd
30623 \end_inset
30624
30625  debe 
30626 \begin_inset Quotes fld
30627 \end_inset
30628
30629 activarse
30630 \begin_inset Quotes frd
30631 \end_inset
30632
30633  para LaTeX con el comando 
30634 \series bold
30635
30636 \backslash
30637 makeatletter
30638 \series default
30639 .
30640  El comando 
30641 \series bold
30642
30643 \backslash
30644 makeatother
30645 \series default
30646  deshace esto.
30647  Así pues, la secuencia de comandos en modo TeX es:
30648 \end_layout
30649
30650 \begin_layout Standard
30651
30652 \series bold
30653
30654 \backslash
30655 makeatletter
30656 \begin_inset Newline newline
30657 \end_inset
30658
30659
30660 \backslash
30661 @addtoreset{equation}{section}
30662 \begin_inset Newline newline
30663 \end_inset
30664
30665
30666 \backslash
30667 makeatother
30668 \end_layout
30669
30670 \begin_layout Standard
30671 En el preámbulo LaTeX se pueden omitir 
30672 \series bold
30673
30674 \backslash
30675 makeatletter
30676 \series default
30677  y 
30678 \series bold
30679
30680 \backslash
30681 makeatother
30682 \series default
30683  pues son automáticamente insertados por LyX.
30684 \end_layout
30685
30686 \begin_layout Standard
30687 Para el comando 
30688 \series bold
30689
30690 \backslash
30691 @addtoreset
30692 \series default
30693 ,
30694 \series bold
30695  
30696 \series default
30697 hay que cargar en el preámbulo LaTeX el archivo 
30698 \series bold
30699 remreset.sty
30700 \series default
30701
30702 \begin_inset Foot
30703 status collapsed
30704
30705 \begin_layout Plain Layout
30706
30707 \series bold
30708 remreset
30709 \series default
30710  es parte del paquete LaTeX 
30711 \series bold
30712 carlisle
30713 \series default
30714
30715 \begin_inset Index
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719 Paquetes ! carlisle
30720 \end_layout
30721
30722 \end_inset
30723
30724 , incluido en las instalaciones estándar de LaTeX.
30725 \end_layout
30726
30727 \end_inset
30728
30729
30730 \begin_inset Index
30731 status collapsed
30732
30733 \begin_layout Plain Layout
30734 Paquetes ! remreset
30735 \end_layout
30736
30737 \end_inset
30738
30739  con la línea
30740 \end_layout
30741
30742 \begin_layout Standard
30743
30744 \series bold
30745
30746 \backslash
30747 usepackage{remreset}
30748 \end_layout
30749
30750 \begin_layout Standard
30751 Entonces se puede usar el comando 
30752 \series bold
30753
30754 \backslash
30755 @removefromreset
30756 \series default
30757
30758 \begin_inset Index
30759 status collapsed
30760
30761 \begin_layout Plain Layout
30762 Comandos ! 
30763 \begin_inset ERT
30764 status collapsed
30765
30766 \begin_layout Plain Layout
30767
30768 "
30769 \end_layout
30770
30771 \end_inset
30772
30773 @
30774 \begin_inset ERT
30775 status collapsed
30776
30777 \begin_layout Plain Layout
30778
30779 "
30780 \end_layout
30781
30782 \end_inset
30783
30784  ! 
30785 \backslash
30786
30787 \begin_inset ERT
30788 status collapsed
30789
30790 \begin_layout Plain Layout
30791
30792 "
30793 \end_layout
30794
30795 \end_inset
30796
30797 @
30798 \begin_inset ERT
30799 status collapsed
30800
30801 \begin_layout Plain Layout
30802
30803 "
30804 \end_layout
30805
30806 \end_inset
30807
30808 removefromreset
30809 \end_layout
30810
30811 \end_inset
30812
30813  con el mismo esquema que 
30814 \series bold
30815
30816 \backslash
30817 @addtoreset
30818 \series default
30819 .
30820 \begin_inset VSpace bigskip
30821 \end_inset
30822
30823
30824 \end_layout
30825
30826 \begin_layout Standard
30827 A veces las ecuaciones deberían numerarse de la siguiente manera:
30828 \end_layout
30829
30830 \begin_layout Standard
30831
30832 \family typewriter
30833 (número de sección.número de ecuación)
30834 \end_layout
30835
30836 \begin_layout Standard
30837 El número de ecuación empezaría con 
30838 \begin_inset Quotes fld
30839 \end_inset
30840
30841 1
30842 \begin_inset Quotes frd
30843 \end_inset
30844
30845  en cada sección.
30846 \end_layout
30847
30848 \begin_layout Standard
30849 Para este caso hay el comando 
30850 \series bold
30851
30852 \backslash
30853 numberwithin
30854 \series default
30855
30856 \begin_inset Index
30857 status collapsed
30858
30859 \begin_layout Plain Layout
30860 Comandos ! N ! 
30861 \backslash
30862 numberwithin
30863 \end_layout
30864
30865 \end_inset
30866
30867 , que se usa con el esquema:
30868 \end_layout
30869
30870 \begin_layout Standard
30871
30872 \series bold
30873
30874 \backslash
30875 numberwithin{counter}{sectioning}
30876 \end_layout
30877
30878 \begin_layout Standard
30879 \begin_inset Quotes fld
30880 \end_inset
30881
30882 counter
30883 \begin_inset Quotes frd
30884 \end_inset
30885
30886  indica qué clase de numeración es afectada, 
30887 \begin_inset Quotes fld
30888 \end_inset
30889
30890 sectioning
30891 \begin_inset Quotes frd
30892 \end_inset
30893
30894  indica qué número va delante del punto.
30895  
30896 \end_layout
30897
30898 \begin_layout Standard
30899 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
30900  en el preámbulo LaTeX:
30901 \end_layout
30902
30903 \begin_layout Standard
30904
30905 \series bold
30906
30907 \backslash
30908 numberwithin{equation}{section}
30909 \end_layout
30910
30911 \begin_layout Standard
30912 Este es el resultado::
30913 \begin_inset ERT
30914 status collapsed
30915
30916 \begin_layout Plain Layout
30917
30918
30919 \backslash
30920 numberwithin{equation}{section}
30921 \end_layout
30922
30923 \end_inset
30924
30925
30926 \begin_inset Formula \begin{equation}
30927 A+B=C\end{equation}
30928
30929 \end_inset
30930
30931
30932 \end_layout
30933
30934 \begin_layout Standard
30935 Para numerar tablas de modo que, p.
30936 \begin_inset space \thinspace{}
30937 \end_inset
30938
30939 e., 
30940 \begin_inset Quotes fld
30941 \end_inset
30942
30943 sectioning
30944 \begin_inset Quotes frd
30945 \end_inset
30946
30947  sea el número de la parte se usa
30948 \begin_inset Newline newline
30949 \end_inset
30950
30951
30952 \series bold
30953
30954 \backslash
30955 numberwithin{table}{part}
30956 \end_layout
30957
30958 \begin_layout Standard
30959 Para volver a la numeración estándar o evitar esta clase numeración cuando
30960  es definida por la clase de documento, se inserta el siguiente comando
30961  en código TeX o en el preámbulo LaTeX:
30962 \end_layout
30963
30964 \begin_layout Standard
30965
30966 \series bold
30967
30968 \backslash
30969 renewcommand{
30970 \backslash
30971 theequation}{
30972 \backslash
30973 arabic{equation}}
30974 \begin_inset Index
30975 status collapsed
30976
30977 \begin_layout Plain Layout
30978 Comandos ! A ! 
30979 \backslash
30980 arabic
30981 \end_layout
30982
30983 \end_inset
30984
30985
30986 \series default
30987
30988 \begin_inset ERT
30989 status collapsed
30990
30991 \begin_layout Plain Layout
30992
30993
30994 \backslash
30995 renewcommand{
30996 \backslash
30997 theequation}{
30998 \backslash
30999 arabic{equation}}
31000 \end_layout
31001
31002 \end_inset
31003
31004
31005 \series bold
31006
31007 \begin_inset Newline newline
31008 \end_inset
31009
31010
31011 \series default
31012 o
31013 \series bold
31014
31015 \begin_inset Newline newline
31016 \end_inset
31017
31018
31019 \backslash
31020 renewcommand{
31021 \backslash
31022 thetable}{
31023 \backslash
31024 arabic{table}}
31025 \end_layout
31026
31027 \begin_layout Standard
31028
31029 \series bold
31030
31031 \backslash
31032 numberwithin
31033 \series default
31034  usa internamente el comando 
31035 \series bold
31036
31037 \backslash
31038 @addtoreset
31039 \series default
31040 , descrito arriba, que también debe ser restaurado.
31041 \begin_inset ERT
31042 status collapsed
31043
31044 \begin_layout Plain Layout
31045
31046
31047 \backslash
31048 makeatletter
31049 \end_layout
31050
31051 \begin_layout Plain Layout
31052
31053
31054 \backslash
31055 @removefromreset{equation}{section}
31056 \end_layout
31057
31058 \begin_layout Plain Layout
31059
31060
31061 \backslash
31062 makeatother
31063 \end_layout
31064
31065 \end_inset
31066
31067
31068 \end_layout
31069
31070 \begin_layout Subsection
31071 Numeración con números romanos y letras
31072 \begin_inset Index
31073 status collapsed
31074
31075 \begin_layout Plain Layout
31076 Numeración de ecuaciones ! con números romanos
31077 \end_layout
31078
31079 \end_inset
31080
31081
31082 \begin_inset Index
31083 status collapsed
31084
31085 \begin_layout Plain Layout
31086 Numeración de ecuaciones ! con letras
31087 \end_layout
31088
31089 \end_inset
31090
31091
31092 \end_layout
31093
31094 \begin_layout Standard
31095 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31096  Por ejemplo, para numerar con romanos en minúscula,
31097 \begin_inset Foot
31098 status collapsed
31099
31100 \begin_layout Plain Layout
31101 Como en español no se usan romanos en minúscula, el estilo 
31102 \series bold
31103 spanish
31104 \series default
31105  del sistema 
31106 \series bold
31107 babel
31108 \series default
31109  redefine 
31110 \series bold
31111
31112 \backslash
31113 roman
31114 \series default
31115  para que los dé en versalitas.
31116  Véase 
31117 \begin_inset CommandInset citation
31118 LatexCommand cite
31119 key "spanish"
31120
31121 \end_inset
31122
31123  (
31124 \emph on
31125 N.
31126 \begin_inset space \thinspace{}
31127 \end_inset
31128
31129 del t
31130 \emph default
31131 ).
31132 \end_layout
31133
31134 \end_inset
31135
31136  se inserta el comando
31137 \end_layout
31138
31139 \begin_layout Standard
31140
31141 \series bold
31142
31143 \backslash
31144 renewcommand{
31145 \backslash
31146 theequation}{
31147 \backslash
31148 roman{equation}}
31149 \end_layout
31150
31151 \begin_layout Standard
31152 antes de la ecuación en modo TeX.
31153  
31154 \series bold
31155
31156 \backslash
31157 renewcommand
31158 \series default
31159
31160 \begin_inset Index
31161 status collapsed
31162
31163 \begin_layout Plain Layout
31164 Comandos ! R ! 
31165 \backslash
31166 renewcommand
31167 \end_layout
31168
31169 \end_inset
31170
31171  redefine el comando predefinido 
31172 \series bold
31173
31174 \backslash
31175 theequation
31176 \series default
31177  como 
31178 \series bold
31179
31180 \backslash
31181 roman{equation}
31182 \series default
31183 .
31184 \begin_inset Foot
31185 status collapsed
31186
31187 \begin_layout Plain Layout
31188 El comando 
31189 \series bold
31190
31191 \backslash
31192 renewcommand
31193 \series default
31194  tiene el mismo esquema que el comando 
31195 \series bold
31196
31197 \backslash
31198 newcommand
31199 \series default
31200 , descrito en 
31201 \begin_inset CommandInset ref
31202 LatexCommand ref
31203 reference "sub:El-comando-newcommand"
31204
31205 \end_inset
31206
31207 .
31208 \end_layout
31209
31210 \end_inset
31211
31212  
31213 \series bold
31214 equation
31215 \series default
31216  es el contador de ecuaciones.
31217  Si se usa el comando 
31218 \series bold
31219
31220 \backslash
31221 the
31222 \series default
31223  como prefijo de un contador, el valor del contador sale en números arábigos.
31224  Si una ecuación es numerada, LaTeX pone internamente el comando 
31225 \series bold
31226
31227 \backslash
31228 theequation
31229 \series default
31230  detrás de la ecuación.
31231  
31232 \series bold
31233
31234 \backslash
31235 roman{equation}
31236 \series default
31237
31238 \begin_inset Index
31239 status collapsed
31240
31241 \begin_layout Plain Layout
31242 Comandos ! R ! 
31243 \backslash
31244 roman
31245 \end_layout
31246
31247 \end_inset
31248
31249  pone el contador en romanos en minúscula.
31250 \end_layout
31251
31252 \begin_layout Standard
31253 Todas las ecuaciones siguientes a 
31254 \series bold
31255
31256 \backslash
31257 renew
31258 \series default
31259 c
31260 \series bold
31261 ommand
31262 \series default
31263  se numerarán en romanos.
31264  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31265  cambiando 
31266 \series bold
31267
31268 \backslash
31269 roman
31270 \series default
31271  por 
31272 \series bold
31273
31274 \backslash
31275 Roman
31276 \series default
31277
31278 \begin_inset Index
31279 status collapsed
31280
31281 \begin_layout Plain Layout
31282 Comandos ! R ! 
31283 \backslash
31284 roman@
31285 \backslash
31286 Roman
31287 \end_layout
31288
31289 \end_inset
31290
31291 .
31292  Para 
31293 \begin_inset Quotes fld
31294 \end_inset
31295
31296 numerar
31297 \begin_inset Quotes frd
31298 \end_inset
31299
31300  con minúsculas latinas hay el comando 
31301 \series bold
31302
31303 \backslash
31304 alph
31305 \series default
31306
31307 \begin_inset Index
31308 status collapsed
31309
31310 \begin_layout Plain Layout
31311 Comandos ! A ! 
31312 \backslash
31313 alph
31314 \end_layout
31315
31316 \end_inset
31317
31318 , y para mayúsculas el comando 
31319 \series bold
31320
31321 \backslash
31322 Alph
31323 \series default
31324
31325 \begin_inset Index
31326 status collapsed
31327
31328 \begin_layout Plain Layout
31329 Comandos ! A ! 
31330 \backslash
31331 alph@
31332 \backslash
31333 Alph
31334 \end_layout
31335
31336 \end_inset
31337
31338 .
31339 \end_layout
31340
31341 \begin_layout Standard
31342 \begin_inset Note Greyedout
31343 status collapsed
31344
31345 \begin_layout Plain Layout
31346
31347 \series bold
31348 Nota:
31349 \series default
31350  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31351 \end_layout
31352
31353 \end_inset
31354
31355
31356 \end_layout
31357
31358 \begin_layout Standard
31359 \begin_inset ERT
31360 status collapsed
31361
31362 \begin_layout Plain Layout
31363
31364
31365 \backslash
31366 renewcommand{
31367 \backslash
31368 theequation}{
31369 \backslash
31370 roman{equation}}
31371 \end_layout
31372
31373 \end_inset
31374
31375
31376 \begin_inset Formula \begin{equation}
31377 A=\textrm{romanos en minúscula}\end{equation}
31378
31379 \end_inset
31380
31381
31382 \begin_inset ERT
31383 status collapsed
31384
31385 \begin_layout Plain Layout
31386
31387
31388 \backslash
31389 renewcommand{
31390 \backslash
31391 theequation}{
31392 \backslash
31393 Roman{equation}}
31394 \end_layout
31395
31396 \end_inset
31397
31398
31399 \begin_inset Formula \begin{equation}
31400 B=\textrm{romanos en mayúscula}\label{eq:Rom}\end{equation}
31401
31402 \end_inset
31403
31404
31405 \begin_inset ERT
31406 status collapsed
31407
31408 \begin_layout Plain Layout
31409
31410
31411 \backslash
31412 renewcommand{
31413 \backslash
31414 theequation}{
31415 \backslash
31416 alph{equation}}
31417 \end_layout
31418
31419 \end_inset
31420
31421
31422 \begin_inset Formula \begin{equation}
31423 C=\textrm{latinas en minúscula}\end{equation}
31424
31425 \end_inset
31426
31427
31428 \begin_inset ERT
31429 status collapsed
31430
31431 \begin_layout Plain Layout
31432
31433
31434 \backslash
31435 renewcommand{
31436 \backslash
31437 theequation}{
31438 \backslash
31439 Alph{equation}}
31440 \end_layout
31441
31442 \end_inset
31443
31444
31445 \begin_inset Formula \begin{equation}
31446 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31447
31448 \end_inset
31449
31450
31451 \end_layout
31452
31453 \begin_layout Standard
31454 Para volver a la numeración por omisión se inserta el comando:
31455 \end_layout
31456
31457 \begin_layout Standard
31458
31459 \series bold
31460
31461 \backslash
31462 renewcommand{
31463 \backslash
31464 theequation}{
31465 \backslash
31466 arabic{equation}}
31467 \begin_inset Index
31468 status collapsed
31469
31470 \begin_layout Plain Layout
31471 Comandos ! A ! 
31472 \backslash
31473 arabic
31474 \end_layout
31475
31476 \end_inset
31477
31478
31479 \end_layout
31480
31481 \begin_layout Standard
31482 \begin_inset ERT
31483 status collapsed
31484
31485 \begin_layout Plain Layout
31486
31487
31488 \backslash
31489 renewcommand{
31490 \backslash
31491 theequation}{
31492 \backslash
31493 arabic{equation}}
31494 \end_layout
31495
31496 \end_inset
31497
31498
31499 \begin_inset Formula \begin{equation}
31500 E=\mbox{arábigos}\end{equation}
31501
31502 \end_inset
31503
31504
31505 \end_layout
31506
31507 \begin_layout Standard
31508 \begin_inset VSpace medskip
31509 \end_inset
31510
31511
31512 \end_layout
31513
31514 \begin_layout Standard
31515 Como ves, las ecuaciones se numeran consecutivamente independientemente
31516  del estilo de numeración.
31517  Cuando la numeración haya de empezar con 
31518 \begin_inset Quotes fld
31519 \end_inset
31520
31521 1
31522 \begin_inset Quotes frd
31523 \end_inset
31524
31525  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31526  Una descripción sobre esto se encuentra en el archivo 
31527 \begin_inset CommandInset href
31528 LatexCommand href
31529 name "Formula-numbering.lyx"
31530 target "run:Formula-numbering.lyx"
31531
31532 \end_inset
31533
31534 .
31535 \end_layout
31536
31537 \begin_layout Section
31538 Símbolos y ecuaciones químicas
31539 \begin_inset CommandInset label
31540 LatexCommand label
31541 name "sub:Símbolos-y-ecuaciones-químicas"
31542
31543 \end_inset
31544
31545
31546 \begin_inset Index
31547 status collapsed
31548
31549 \begin_layout Plain Layout
31550 Química ! símbolos
31551 \end_layout
31552
31553 \end_inset
31554
31555
31556 \begin_inset Index
31557 status collapsed
31558
31559 \begin_layout Plain Layout
31560 Química ! caracteres
31561 \end_layout
31562
31563 \end_inset
31564
31565
31566 \begin_inset Index
31567 status collapsed
31568
31569 \begin_layout Plain Layout
31570 Ecuación ! química|see
31571 \begin_inset ERT
31572 status collapsed
31573
31574 \begin_layout Plain Layout
31575
31576 {
31577 \end_layout
31578
31579 \end_inset
31580
31581 Química
31582 \begin_inset ERT
31583 status collapsed
31584
31585 \begin_layout Plain Layout
31586
31587 }
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \end_layout
31594
31595 \end_inset
31596
31597
31598 \begin_inset Index
31599 status collapsed
31600
31601 \begin_layout Plain Layout
31602 Química ! iones
31603 \end_layout
31604
31605 \end_inset
31606
31607
31608 \begin_inset Index
31609 status collapsed
31610
31611 \begin_layout Plain Layout
31612 Iones|see
31613 \begin_inset ERT
31614 status collapsed
31615
31616 \begin_layout Plain Layout
31617
31618 {
31619 \end_layout
31620
31621 \end_inset
31622
31623 Química
31624 \begin_inset ERT
31625 status collapsed
31626
31627 \begin_layout Plain Layout
31628
31629 }
31630 \end_layout
31631
31632 \end_inset
31633
31634
31635 \end_layout
31636
31637 \end_inset
31638
31639
31640 \begin_inset Index
31641 status collapsed
31642
31643 \begin_layout Plain Layout
31644 Química ! reacción
31645 \end_layout
31646
31647 \end_inset
31648
31649
31650 \end_layout
31651
31652 \begin_layout Standard
31653 Un ejemplo de texto de química:
31654 \end_layout
31655
31656 \begin_layout Quote
31657 El ión 
31658 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31659 \end_inset
31660
31661  reacciona con dos iones 
31662 \begin_inset Formula $\mathrm{Na^{+}}$
31663 \end_inset
31664
31665  para dar sulfato de sodio 
31666 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
31667 \end_inset
31668
31669 .
31670  La ecuación química es:
31671 \begin_inset Formula \begin{equation}
31672 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}\end{equation}
31673
31674 \end_inset
31675
31676
31677 \end_layout
31678
31679 \begin_layout Standard
31680 Esta ecuación química puede componerse directamente en modo ecuación.
31681  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
31682  y con el atajo 
31683 \family sans
31684 Alt+C
31685 \begin_inset space ~
31686 \end_inset
31687
31688 R
31689 \family default
31690  se cambia en redonda.
31691 \begin_inset Foot
31692 status collapsed
31693
31694 \begin_layout Plain Layout
31695 véase estilos de fuentes en 
31696 \begin_inset CommandInset ref
31697 LatexCommand ref
31698 reference "sub:Estilos-de-fuentes"
31699
31700 \end_inset
31701
31702 .
31703 \end_layout
31704
31705 \end_inset
31706
31707
31708 \end_layout
31709
31710 \begin_layout Standard
31711 Para escribir ecuaciones químicas es más conveniente usar el comando 
31712 \series bold
31713
31714 \backslash
31715 ce
31716 \series default
31717
31718 \begin_inset Index
31719 status collapsed
31720
31721 \begin_layout Plain Layout
31722 Comandos ! C ! 
31723 \backslash
31724 ce
31725 \end_layout
31726
31727 \end_inset
31728
31729 , que está disponible si está instalado el paquete LaTeX 
31730 \series bold
31731 mhchem
31732 \series default
31733
31734 \begin_inset Index
31735 status collapsed
31736
31737 \begin_layout Plain Layout
31738 Paquetes ! mhchem
31739 \end_layout
31740
31741 \end_inset
31742
31743 .
31744  
31745 \begin_inset ERT
31746 status collapsed
31747
31748 \begin_layout Plain Layout
31749
31750
31751 \backslash
31752 ifmhchem 
31753 \end_layout
31754
31755 \end_inset
31756
31757
31758 \begin_inset Note Note
31759 status open
31760
31761 \begin_layout Plain Layout
31762 Lo siguiente sólo se podrá ver si está instalado el paquete LaTeX 
31763 \series bold
31764 mhchem
31765 \series default
31766 :
31767 \end_layout
31768
31769 \end_inset
31770
31771 Al insertar  
31772 \series bold
31773
31774 \backslash
31775 ce
31776 \series default
31777  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
31778   ecuaciones químicas de una forma intuitiva.
31779 \end_layout
31780
31781 \begin_layout Standard
31782 \align center
31783 \begin_inset Tabular
31784 <lyxtabular version="3" rows="9" columns="2">
31785 <features>
31786 <column alignment="center" valignment="top" width="0">
31787 <column alignment="center" valignment="top" width="0">
31788 <row>
31789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31790 \begin_inset Text
31791
31792 \begin_layout Plain Layout
31793 Comando
31794 \end_layout
31795
31796 \end_inset
31797 </cell>
31798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31799 \begin_inset Text
31800
31801 \begin_layout Plain Layout
31802 Resultado
31803 \begin_inset Note Note
31804 status collapsed
31805
31806 \begin_layout Plain Layout
31807
31808 \series bold
31809
31810 \backslash
31811 raisebox
31812 \series default
31813  se usa sólo como espaciador
31814 \end_layout
31815
31816 \end_inset
31817
31818
31819 \end_layout
31820
31821 \end_inset
31822 </cell>
31823 </row>
31824 <row>
31825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31826 \begin_inset Text
31827
31828 \begin_layout Plain Layout
31829
31830 \backslash
31831 ce
31832 \begin_inset ERT
31833 status collapsed
31834
31835 \begin_layout Plain Layout
31836
31837
31838 \backslash
31839 spce 
31840 \end_layout
31841
31842 \end_inset
31843
31844 H2CO3
31845 \end_layout
31846
31847 \end_inset
31848 </cell>
31849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31850 \begin_inset Text
31851
31852 \begin_layout Plain Layout
31853 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31854 \end_inset
31855
31856
31857 \end_layout
31858
31859 \end_inset
31860 </cell>
31861 </row>
31862 <row>
31863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31864 \begin_inset Text
31865
31866 \begin_layout Plain Layout
31867
31868 \backslash
31869 ce
31870 \begin_inset ERT
31871 status collapsed
31872
31873 \begin_layout Plain Layout
31874
31875
31876 \backslash
31877 spce 
31878 \end_layout
31879
31880 \end_inset
31881
31882 SO4^2-
31883 \end_layout
31884
31885 \end_inset
31886 </cell>
31887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31888 \begin_inset Text
31889
31890 \begin_layout Plain Layout
31891 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31892 \end_inset
31893
31894
31895 \end_layout
31896
31897 \end_inset
31898 </cell>
31899 </row>
31900 <row>
31901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31902 \begin_inset Text
31903
31904 \begin_layout Plain Layout
31905
31906 \backslash
31907 ce
31908 \begin_inset ERT
31909 status collapsed
31910
31911 \begin_layout Plain Layout
31912
31913
31914 \backslash
31915 spce 
31916 \end_layout
31917
31918 \end_inset
31919
31920 (NH4)2S
31921 \end_layout
31922
31923 \end_inset
31924 </cell>
31925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31926 \begin_inset Text
31927
31928 \begin_layout Plain Layout
31929 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31930 \end_inset
31931
31932
31933 \end_layout
31934
31935 \end_inset
31936 </cell>
31937 </row>
31938 <row>
31939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31940 \begin_inset Text
31941
31942 \begin_layout Plain Layout
31943
31944 \backslash
31945 ce
31946 \begin_inset ERT
31947 status collapsed
31948
31949 \begin_layout Plain Layout
31950
31951
31952 \backslash
31953 spce 
31954 \end_layout
31955
31956 \end_inset
31957
31958 KCr(SO4)2.12H2O
31959 \end_layout
31960
31961 \end_inset
31962 </cell>
31963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31964 \begin_inset Text
31965
31966 \begin_layout Plain Layout
31967 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31968 \end_inset
31969
31970
31971 \end_layout
31972
31973 \end_inset
31974 </cell>
31975 </row>
31976 <row>
31977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31978 \begin_inset Text
31979
31980 \begin_layout Plain Layout
31981
31982 \backslash
31983 ce
31984 \begin_inset ERT
31985 status collapsed
31986
31987 \begin_layout Plain Layout
31988
31989
31990 \backslash
31991 spce 
31992 \end_layout
31993
31994 \end_inset
31995
31996 A-B
31997 \backslash
31998 dbond
31999 \begin_inset ERT
32000 status collapsed
32001
32002 \begin_layout Plain Layout
32003
32004
32005 \backslash
32006 spce 
32007 \end_layout
32008
32009 \end_inset
32010
32011 C
32012 \backslash
32013 tbond
32014 \begin_inset ERT
32015 status collapsed
32016
32017 \begin_layout Plain Layout
32018
32019
32020 \backslash
32021 spce 
32022 \end_layout
32023
32024 \end_inset
32025
32026 D
32027 \end_layout
32028
32029 \end_inset
32030 </cell>
32031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32032 \begin_inset Text
32033
32034 \begin_layout Plain Layout
32035 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32036 \end_inset
32037
32038
32039 \end_layout
32040
32041 \end_inset
32042 </cell>
32043 </row>
32044 <row>
32045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32046 \begin_inset Text
32047
32048 \begin_layout Plain Layout
32049
32050 \backslash
32051 ce
32052 \begin_inset ERT
32053 status collapsed
32054
32055 \begin_layout Plain Layout
32056
32057
32058 \backslash
32059 spce 
32060 \end_layout
32061
32062 \end_inset
32063
32064 ^227
32065 \begin_inset Formula $\downarrow$
32066 \end_inset
32067
32068 _90
32069 \begin_inset Formula $\to$
32070 \end_inset
32071
32072 Th+
32073 \end_layout
32074
32075 \end_inset
32076 </cell>
32077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32078 \begin_inset Text
32079
32080 \begin_layout Plain Layout
32081 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32082 \end_inset
32083
32084
32085 \end_layout
32086
32087 \end_inset
32088 </cell>
32089 </row>
32090 <row>
32091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32092 \begin_inset Text
32093
32094 \begin_layout Plain Layout
32095
32096 \backslash
32097 ce
32098 \begin_inset ERT
32099 status collapsed
32100
32101 \begin_layout Plain Layout
32102
32103
32104 \backslash
32105 spce 
32106 \end_layout
32107
32108 \end_inset
32109
32110 CO2
32111 \begin_inset ERT
32112 status collapsed
32113
32114 \begin_layout Plain Layout
32115
32116
32117 \backslash
32118 spce 
32119 \end_layout
32120
32121 \end_inset
32122
32123 +
32124 \begin_inset ERT
32125 status collapsed
32126
32127 \begin_layout Plain Layout
32128
32129
32130 \backslash
32131 spce 
32132 \end_layout
32133
32134 \end_inset
32135
32136 C
32137 \begin_inset ERT
32138 status collapsed
32139
32140 \begin_layout Plain Layout
32141
32142
32143 \backslash
32144 spce 
32145 \end_layout
32146
32147 \end_inset
32148
32149 <=>
32150 \begin_inset ERT
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154
32155
32156 \backslash
32157 spce 
32158 \end_layout
32159
32160 \end_inset
32161
32162 2CO
32163 \end_layout
32164
32165 \end_inset
32166 </cell>
32167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32168 \begin_inset Text
32169
32170 \begin_layout Plain Layout
32171 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32172 \end_inset
32173
32174
32175 \end_layout
32176
32177 \end_inset
32178 </cell>
32179 </row>
32180 <row>
32181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32182 \begin_inset Text
32183
32184 \begin_layout Plain Layout
32185
32186 \backslash
32187 ce
32188 \begin_inset ERT
32189 status collapsed
32190
32191 \begin_layout Plain Layout
32192
32193
32194 \backslash
32195 spce 
32196 \end_layout
32197
32198 \end_inset
32199
32200 CO2
32201 \begin_inset ERT
32202 status collapsed
32203
32204 \begin_layout Plain Layout
32205
32206
32207 \backslash
32208 spce 
32209 \end_layout
32210
32211 \end_inset
32212
32213 +
32214 \begin_inset ERT
32215 status collapsed
32216
32217 \begin_layout Plain Layout
32218
32219
32220 \backslash
32221 spce 
32222 \end_layout
32223
32224 \end_inset
32225
32226 C
32227 \begin_inset ERT
32228 status collapsed
32229
32230 \begin_layout Plain Layout
32231
32232
32233 \backslash
32234 spce 
32235 \end_layout
32236
32237 \end_inset
32238
32239 ->[
32240 \backslash
32241 alpha][
32242 \backslash
32243 beta]
32244 \begin_inset ERT
32245 status collapsed
32246
32247 \begin_layout Plain Layout
32248
32249
32250 \backslash
32251 spce 
32252 \end_layout
32253
32254 \end_inset
32255
32256 2CO}
32257 \end_layout
32258
32259 \end_inset
32260 </cell>
32261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32262 \begin_inset Text
32263
32264 \begin_layout Plain Layout
32265 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32266 \end_inset
32267
32268
32269 \end_layout
32270
32271 \end_inset
32272 </cell>
32273 </row>
32274 </lyxtabular>
32275
32276 \end_inset
32277
32278
32279 \end_layout
32280
32281 \begin_layout Standard
32282 \begin_inset Note Greyedout
32283 status open
32284
32285 \begin_layout Plain Layout
32286
32287 \series bold
32288 Nota:
32289 \series default
32290  Insertar una ecuación en un marco  
32291 \series bold
32292
32293 \backslash
32294 ce
32295 \series default
32296  provocará errores de LaTeX.
32297  En estos casos hay que usar código TeX, como en  
32298 \series bold
32299
32300 \backslash
32301 ce{$
32302 \backslash
32303 mu
32304 \backslash
32305 hyphen$Cl}
32306 \series default
32307
32308 \begin_inset ERT
32309 status collapsed
32310
32311 \begin_layout Plain Layout
32312
32313
32314 \backslash
32315 ce{$
32316 \backslash
32317 mu
32318 \backslash
32319 hyphen$Cl}
32320 \end_layout
32321
32322 \end_inset
32323
32324  
32325 \end_layout
32326
32327 \end_inset
32328
32329
32330 \end_layout
32331
32332 \begin_layout Standard
32333 El comando 
32334 \series bold
32335
32336 \backslash
32337 ce
32338 \series default
32339  para la ecuación
32340 \begin_inset space ~
32341 \end_inset
32342
32343
32344 \begin_inset CommandInset ref
32345 LatexCommand eqref
32346 reference "eq:reaccion-quimica"
32347
32348 \end_inset
32349
32350  es
32351 \begin_inset Newline newline
32352 \end_inset
32353
32354
32355 \series bold
32356  
32357 \backslash
32358 ce
32359 \begin_inset ERT
32360 status collapsed
32361
32362 \begin_layout Plain Layout
32363
32364
32365 \backslash
32366 spce 
32367 \end_layout
32368
32369 \end_inset
32370
32371 2Na+
32372 \begin_inset ERT
32373 status collapsed
32374
32375 \begin_layout Plain Layout
32376
32377
32378 \backslash
32379 spce 
32380 \end_layout
32381
32382 \end_inset
32383
32384 +
32385 \begin_inset ERT
32386 status collapsed
32387
32388 \begin_layout Plain Layout
32389
32390
32391 \backslash
32392 spce 
32393 \end_layout
32394
32395 \end_inset
32396
32397 SO4^2-
32398 \begin_inset ERT
32399 status collapsed
32400
32401 \begin_layout Plain Layout
32402
32403
32404 \backslash
32405 spce 
32406 \end_layout
32407
32408 \end_inset
32409
32410
32411 \begin_inset ERT
32412 status collapsed
32413
32414 \begin_layout Plain Layout
32415
32416
32417 \backslash
32418 spce 
32419 \end_layout
32420
32421 \end_inset
32422
32423 ->
32424 \begin_inset ERT
32425 status collapsed
32426
32427 \begin_layout Plain Layout
32428
32429
32430 \backslash
32431 spce 
32432 \end_layout
32433
32434 \end_inset
32435
32436 Na2SO4
32437 \end_layout
32438
32439 \begin_layout Standard
32440 Para componer ecuaciones químicas multilínea primero se crea una ecuación
32441  multilínea, tal como se describe en la 
32442 \begin_inset CommandInset ref
32443 LatexCommand ref
32444 reference "sec:Ecuaciones-multilínea"
32445
32446 \end_inset
32447
32448 .
32449  Después se utiliza el comando 
32450 \series bold
32451 /ce
32452 \series default
32453  en cada cuadrito azul de la ecuación.
32454  
32455 \begin_inset CommandInset ref
32456 LatexCommand eqref
32457 reference "eq:TEOS-reac-1"
32458
32459 \end_inset
32460
32461  y 
32462 \begin_inset CommandInset ref
32463 LatexCommand eqref
32464 reference "eq:TEOS-reac-2"
32465
32466 \end_inset
32467
32468  son un ejemplo de reacción química multifase en la que cada ecuación tiene
32469  su propio número.
32470 \begin_inset Formula \begin{eqnarray}
32471 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
32472 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}\end{eqnarray}
32473
32474 \end_inset
32475
32476
32477 \end_layout
32478
32479 \begin_layout Standard
32480 Además de 
32481 \series bold
32482
32483 \backslash
32484 ce
32485 \series default
32486  el paquete 
32487 \series bold
32488 mhchem
32489 \series default
32490  suministra el comando 
32491 \series bold
32492
32493 \backslash
32494 cf
32495 \series default
32496
32497 \begin_inset Index
32498 status collapsed
32499
32500 \begin_layout Plain Layout
32501 Comandos ! C ! 
32502 \backslash
32503 cf
32504 \end_layout
32505
32506 \end_inset
32507
32508  que ha de utilizarse en casos especiales.
32509  Para más información sobre 
32510 \series bold
32511
32512 \backslash
32513 cf
32514 \series default
32515  y más ejemplos echa un vistazo a la documentación de 
32516 \series bold
32517 mhchem
32518 \series default
32519
32520 \begin_inset CommandInset citation
32521 LatexCommand cite
32522 key "mhchem"
32523
32524 \end_inset
32525
32526 .
32527 \end_layout
32528
32529 \begin_layout Standard
32530 \begin_inset ERT
32531 status collapsed
32532
32533 \begin_layout Plain Layout
32534
32535
32536 \backslash
32537 else
32538 \end_layout
32539
32540 \end_inset
32541
32542
32543 \begin_inset Note Note
32544 status open
32545
32546 \begin_layout Plain Layout
32547 Lo que sigue se verá en la salida si el paquete LaTeX 
32548 \series bold
32549 mhchem
32550 \series default
32551  no está instalado:
32552 \end_layout
32553
32554 \end_inset
32555
32556
32557 \end_layout
32558
32559 \begin_layout Standard
32560 Debes instalar el paquete LaTeX 
32561 \series bold
32562 mhchem
32563 \series default
32564  para ver en la salida el resto de esta subsección.
32565 \end_layout
32566
32567 \begin_layout Standard
32568 \begin_inset ERT
32569 status collapsed
32570
32571 \begin_layout Plain Layout
32572
32573
32574 \backslash
32575 fi
32576 \end_layout
32577
32578 \end_inset
32579
32580
32581 \end_layout
32582
32583 \begin_layout Section
32584 Diagramas
32585 \end_layout
32586
32587 \begin_layout Standard
32588 Lyx soporta dos tipos de diagramas conmutativos: 
32589 \series bold
32590 amscd
32591 \series default
32592  y 
32593 \series bold
32594 xymatrix
32595 \series default
32596 , que se explican a continuación.
32597 \end_layout
32598
32599 \begin_layout Subsection
32600 Diagramas amscd
32601 \begin_inset Index
32602 status collapsed
32603
32604 \begin_layout Plain Layout
32605 Diagramas ! amscd
32606 \end_layout
32607
32608 \end_inset
32609
32610
32611 \end_layout
32612
32613 \begin_layout Standard
32614 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
32615  verticales y horizontales:
32616 \begin_inset Formula \[
32617 \begin{CD}A@)))B@)))C\\
32618 @AAA@.@VVV\\
32619 F@(((E@(((D\end{CD}\]
32620
32621 \end_inset
32622
32623 Para obtener el diagrama se inserta en la ecuación el comando 
32624 \series bold
32625
32626 \backslash
32627 CD
32628 \begin_inset Index
32629 status collapsed
32630
32631 \begin_layout Plain Layout
32632 Comandos ! C ! 
32633 \backslash
32634 CD
32635 \end_layout
32636
32637 \end_inset
32638
32639
32640 \series default
32641 .
32642  Surge un marco azul entre dos líneas de trazos en el que se insertan a
32643  continuación comandos.
32644  Con 
32645 \family sans
32646 Ctrl+Retorno
32647 \family default
32648  se inicia una nueva línea.
32649  En las líneas impares se insertan relaciones horizontales, en las pares
32650  verticales.
32651 \end_layout
32652
32653 \begin_layout Standard
32654 Para componer las relaciones hay los siguientes comandos:
32655 \begin_inset Foot
32656 status collapsed
32657
32658 \begin_layout Plain Layout
32659 \begin_inset CommandInset label
32660 LatexCommand label
32661 name "fn:sinónimos"
32662
32663 \end_inset
32664
32665 Los comandos con 
32666 \family sans
32667 '
32668 \series bold
32669 >
32670 \series default
32671 '
32672 \family default
32673  o 
32674 \family sans
32675 '
32676 \series bold
32677 <
32678 \series default
32679 '
32680 \family default
32681  pueden generar errores con el estilo 
32682 \series bold
32683 spanish
32684 \series default
32685  de 
32686 \series bold
32687 babel
32688 \series default
32689 .
32690  Para evitarlo se pueden sustituir por sus sinónimos 
32691 \family sans
32692 '
32693 \series bold
32694 )
32695 \series default
32696 '
32697 \family default
32698  y 
32699 \family sans
32700 '
32701 \series bold
32702 (
32703 \series default
32704 '
32705 \family default
32706  respectivamente.
32707  Véase 
32708 \begin_inset CommandInset citation
32709 LatexCommand cite
32710 key "spanish"
32711
32712 \end_inset
32713
32714 .
32715  (
32716 \emph on
32717 N.
32718 \begin_inset space \thinspace{}
32719 \end_inset
32720
32721 del t.
32722 \emph default
32723 )
32724 \end_layout
32725
32726 \end_inset
32727
32728
32729 \end_layout
32730
32731 \begin_layout Itemize
32732
32733 \series bold
32734 @<<<
32735 \series default
32736  genera una flecha hacia la izquierda, 
32737 \series bold
32738 @>>>
32739 \series default
32740  una hacia la derecha, y 
32741 \series bold
32742 @=
32743 \series default
32744  un signo igual largo
32745 \end_layout
32746
32747 \begin_layout Itemize
32748
32749 \series bold
32750 @AAA
32751 \series default
32752  genera una flecha hacia arriba, 
32753 \series bold
32754 @VVV
32755 \series default
32756  una hacia abajo, y 
32757 \series bold
32758 @|
32759 \series default
32760  un signo igual vertical
32761 \end_layout
32762
32763 \begin_layout Itemize
32764
32765 \series bold
32766 @.
32767
32768 \series default
32769  genera una ubicación vacía para relaciones inexistentes
32770 \end_layout
32771
32772 \begin_layout Standard
32773 Todas las flechas pueden etiquetarse como sigue:
32774 \end_layout
32775
32776 \begin_layout Itemize
32777 Si se inserta texto entre el primero y el segundo 
32778 \series bold
32779 <
32780 \series default
32781  o 
32782 \series bold
32783 >
32784 \series default
32785 , respectivamente, se muestra sobre la flecha.
32786  Si se inserta entre el segundo y el tercero, bajo la flecha.
32787 \end_layout
32788
32789 \begin_layout Itemize
32790 Para flechas verticales, si se inserta texto entre la primera y la segunda
32791  
32792 \series bold
32793 A
32794 \series default
32795  o 
32796 \series bold
32797 V
32798 \series default
32799 , respectivamente, se muestra al lado izquierdo de la flecha.
32800  Si se inserta entre la segunda y la tercera, al lado derecho.
32801  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
32802 \end_layout
32803
32804 \begin_layout Standard
32805 Como ejemplo un diagrama con todas las relaciones posibles:
32806 \begin_inset Formula \[
32807 \begin{CD}A@)j))B@))k)C@=F\\
32808 @AmAA@.@VV{V}V@|\\
32809 D@((j\,(E@)k))F@=C\end{CD}\]
32810
32811 \end_inset
32812
32813 El comando para este diagrama es:
32814 \begin_inset Newline newline
32815 \end_inset
32816
32817
32818 \series bold
32819
32820 \backslash
32821 CD
32822 \begin_inset ERT
32823 status collapsed
32824
32825 \begin_layout Plain Layout
32826
32827
32828 \backslash
32829 spce 
32830 \end_layout
32831
32832 \end_inset
32833
32834 A@>j>>B@>>k>C@=F Ctrl+Retorno
32835 \begin_inset Newline newline
32836 \end_inset
32837
32838
32839 \begin_inset ERT
32840 status collapsed
32841
32842 \begin_layout Plain Layout
32843
32844
32845 \backslash
32846 hphantom{
32847 \end_layout
32848
32849 \end_inset
32850
32851
32852 \backslash
32853 CD
32854 \begin_inset ERT
32855 status collapsed
32856
32857 \begin_layout Plain Layout
32858
32859
32860 \backslash
32861 spce 
32862 \end_layout
32863
32864 \end_inset
32865
32866
32867 \begin_inset ERT
32868 status collapsed
32869
32870 \begin_layout Plain Layout
32871
32872 }
32873 \end_layout
32874
32875 \end_inset
32876
32877 @AmAA@.@VV
32878 \backslash
32879 {V
32880 \series default
32881
32882 \begin_inset Formula $\to$
32883 \end_inset
32884
32885
32886 \series bold
32887 V@| Ctrl+Retorno
32888 \begin_inset Newline newline
32889 \end_inset
32890
32891
32892 \begin_inset ERT
32893 status collapsed
32894
32895 \begin_layout Plain Layout
32896
32897
32898 \backslash
32899 hphantom{
32900 \end_layout
32901
32902 \end_inset
32903
32904
32905 \backslash
32906 CD
32907 \begin_inset ERT
32908 status collapsed
32909
32910 \begin_layout Plain Layout
32911
32912
32913 \backslash
32914 spce 
32915 \end_layout
32916
32917 \end_inset
32918
32919
32920 \begin_inset ERT
32921 status collapsed
32922
32923 \begin_layout Plain Layout
32924
32925 }
32926 \end_layout
32927
32928 \end_inset
32929
32930 D@<<j<E@>k>>F@=C
32931 \end_layout
32932
32933 \begin_layout Subsection
32934 Diagramas xymatrix
32935 \begin_inset Index
32936 status collapsed
32937
32938 \begin_layout Plain Layout
32939 Diagramas ! xymatrix
32940 \end_layout
32941
32942 \end_inset
32943
32944
32945 \end_layout
32946
32947 \begin_layout Standard
32948 Para usar matrices xy debe estar instalado el paquete LaTeX 
32949 \series bold
32950 xypic
32951 \series default
32952 .
32953  Una matriz xy se crea insertando el comando 
32954 \series bold
32955
32956 \backslash
32957 xymatrix
32958 \series default
32959  en una ecuación.
32960  Después podrás añadir nuevas columnas y filas como en matrices normales,
32961  véase
32962 \begin_inset space ~
32963 \end_inset
32964
32965
32966 \begin_inset CommandInset ref
32967 LatexCommand ref
32968 reference "sec:Matrices"
32969
32970 \end_inset
32971
32972 .
32973 \end_layout
32974
32975 \begin_layout Standard
32976 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
32977  y curvadas, y mucho más.
32978  Todas las posibilidades para generar diagramas conmutativos y decoraciones
32979  se explican en el 
32980 \emph on
32981 Manual de XY-pic
32982 \emph default
32983  que se encuentra en el menú 
32984 \family sans
32985 Ayuda\SpecialChar \menuseparator
32986 Manuales
32987 \begin_inset space ~
32988 \end_inset
32989
32990 específicos
32991 \family default
32992 .
32993 \end_layout
32994
32995 \begin_layout Standard
32996 \begin_inset Newpage newpage
32997 \end_inset
32998
32999
33000 \end_layout
33001
33002 \begin_layout Section
33003 Comandos definidos por el usuario
33004 \begin_inset Index
33005 status collapsed
33006
33007 \begin_layout Plain Layout
33008 Comandos de usuario
33009 \end_layout
33010
33011 \end_inset
33012
33013
33014 \end_layout
33015
33016 \begin_layout Standard
33017 \begin_inset Note Greyedout
33018 status collapsed
33019
33020 \begin_layout Plain Layout
33021
33022 \series bold
33023 Nota:
33024 \series default
33025  Los nombres de los comandos definidos por el usuario y macros solo pueden
33026  contener letras latinas.
33027 \end_layout
33028
33029 \end_inset
33030
33031
33032 \end_layout
33033
33034 \begin_layout Subsection
33035 El comando 
33036 \backslash
33037 newcommand
33038 \begin_inset CommandInset label
33039 LatexCommand label
33040 name "sub:El-comando-newcommand"
33041
33042 \end_inset
33043
33044
33045 \begin_inset Index
33046 status collapsed
33047
33048 \begin_layout Plain Layout
33049 Comandos de usuario ! 
33050 \backslash
33051 newcommand
33052 \end_layout
33053
33054 \end_inset
33055
33056
33057 \begin_inset Index
33058 status collapsed
33059
33060 \begin_layout Plain Layout
33061 Comandos ! N ! 
33062 \backslash
33063 newcommand
33064 \end_layout
33065
33066 \end_inset
33067
33068
33069 \end_layout
33070
33071 \begin_layout Standard
33072 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
33073  Pero es posible definir nuevos comandos más cortos con el comando 
33074 \series bold
33075
33076 \backslash
33077 newcommand
33078 \series default
33079 .
33080  
33081 \end_layout
33082
33083 \begin_layout Standard
33084 El esquema del comando 
33085 \series bold
33086
33087 \backslash
33088 newcommand
33089 \series default
33090  es:
33091 \end_layout
33092
33093 \begin_layout Standard
33094
33095 \series bold
33096
33097 \backslash
33098 newcommand{nombre nuevo de comando}[número de argumentos]
33099 \begin_inset Newline newline
33100 \end_inset
33101
33102
33103 \begin_inset ERT
33104 status collapsed
33105
33106 \begin_layout Plain Layout
33107
33108
33109 \backslash
33110 phantom{
33111 \end_layout
33112
33113 \end_inset
33114
33115
33116 \backslash
33117 newcommand
33118 \begin_inset ERT
33119 status collapsed
33120
33121 \begin_layout Plain Layout
33122
33123 }
33124 \end_layout
33125
33126 \end_inset
33127
33128 [valor opcional]{definición de comando}
33129 \end_layout
33130
33131 \begin_layout Standard
33132 \begin_inset Note Greyedout
33133 status collapsed
33134
33135 \begin_layout Plain Layout
33136
33137 \series bold
33138 Nota:
33139 \series default
33140  Asegúrate de que el nombre del nuevo comando no está definido ya en el
33141  documento o en paquetes LaTeX que uses.
33142  Si p.
33143 \begin_inset space \thinspace{}
33144 \end_inset
33145
33146 e.
33147  defines el comando 
33148 \series bold
33149
33150 \backslash
33151 le
33152 \series default
33153  para 
33154 \series bold
33155
33156 \backslash
33157 Leftarrow,
33158 \series default
33159  se producirán errores porque 
33160 \series bold
33161
33162 \backslash
33163 le
33164 \series default
33165  ya existe como comando para 
33166 \begin_inset Quotes fld
33167 \end_inset
33168
33169
33170 \begin_inset Formula $\le$
33171 \end_inset
33172
33173
33174 \begin_inset Quotes frd
33175 \end_inset
33176
33177 .
33178
33179 \series bold
33180  
33181 \end_layout
33182
33183 \end_inset
33184
33185
33186 \end_layout
33187
33188 \begin_layout Standard
33189 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
33190  argumentos debería tener el nuevo comando.
33191  Con el valor opcional se puede predefinir un valor para un argumento opcional.
33192  Cuando se hace esto, el 
33193 \emph on
33194 primer
33195 \emph default
33196  argumento del nuevo comando es automáticamente opcional.
33197 \end_layout
33198
33199 \begin_layout Standard
33200 Veamos unos ejemplos:
33201 \end_layout
33202
33203 \begin_layout Itemize
33204 Para definir el comando 
33205 \series bold
33206
33207 \backslash
33208 gr
33209 \series default
33210  para 
33211 \series bold
33212
33213 \backslash
33214 Longrightarrow
33215 \series default
33216 , la línea de preámbulo LaTeX es:
33217 \begin_inset VSpace medskip
33218 \end_inset
33219
33220
33221 \begin_inset Newline newline
33222 \end_inset
33223
33224
33225 \series bold
33226
33227 \backslash
33228 newcommand{
33229 \backslash
33230 gr}{
33231 \backslash
33232 Longrightarrow}
33233 \end_layout
33234
33235 \begin_layout Itemize
33236 Para definir el comando 
33237 \series bold
33238
33239 \backslash
33240 us
33241 \series default
33242  para 
33243 \series bold
33244
33245 \backslash
33246 underline
33247 \series default
33248 , el argumento (que sería subrayado) debe tenerse en cuenta.
33249  Para esto la línea de preámbulo es:
33250 \begin_inset VSpace medskip
33251 \end_inset
33252
33253
33254 \begin_inset Newline newline
33255 \end_inset
33256
33257
33258 \series bold
33259
33260 \backslash
33261 newcommand{
33262 \backslash
33263 us}[1]{
33264 \backslash
33265 underline{#1}}
33266 \series default
33267
33268 \begin_inset VSpace medskip
33269 \end_inset
33270
33271
33272 \begin_inset Newline newline
33273 \end_inset
33274
33275 El carácter 
33276 \series bold
33277 #
33278 \series default
33279  actúa como colocador del argumento, el 
33280 \series bold
33281 1
33282 \series default
33283  indica que es el colocador para el primer argumento.
33284 \end_layout
33285
33286 \begin_layout Itemize
33287 Para 
33288 \series bold
33289
33290 \backslash
33291 framebox
33292 \series default
33293  se puede p.
33294 \begin_inset space \thinspace{}
33295 \end_inset
33296
33297 e.
33298  definir el comando 
33299 \series bold
33300
33301 \backslash
33302 fb
33303 \series default
33304 :
33305 \begin_inset VSpace medskip
33306 \end_inset
33307
33308
33309 \begin_inset Newline newline
33310 \end_inset
33311
33312
33313 \series bold
33314
33315 \backslash
33316 newcommand{
33317 \backslash
33318 fb}[3]{
33319 \backslash
33320 framebox#1#2{$#3$}}
33321 \series default
33322
33323 \begin_inset VSpace medskip
33324 \end_inset
33325
33326
33327 \begin_inset Newline newline
33328 \end_inset
33329
33330 Los dos signos dólar generan la ecuación extra necesaria para 
33331 \series bold
33332
33333 \backslash
33334 framebox
33335 \series default
33336 , véase 
33337 \begin_inset CommandInset ref
33338 LatexCommand ref
33339 reference "sub:Cuadros-con-marco"
33340
33341 \end_inset
33342
33343 .
33344 \end_layout
33345
33346 \begin_layout Itemize
33347 Para crear un nuevo comando para 
33348 \series bold
33349
33350 \backslash
33351 fcolorbox
33352 \series default
33353  donde no es necesario especificar el color para el cuadro, el argumento
33354  para el color se define opcional:
33355 \begin_inset VSpace medskip
33356 \end_inset
33357
33358
33359 \begin_inset Newline newline
33360 \end_inset
33361
33362
33363 \series bold
33364
33365 \backslash
33366 newcommand{
33367 \backslash
33368 cb}[3][white]{
33369 \backslash
33370 fcolorbox{#2}{#1}{$#3$}}
33371 \series default
33372
33373 \begin_inset VSpace medskip
33374 \end_inset
33375
33376
33377 \begin_inset Newline newline
33378 \end_inset
33379
33380 Si el color no es especificado al usar 
33381 \series bold
33382
33383 \backslash
33384 cb
33385 \series default
33386 , se elige el color 
33387 \series bold
33388 white
33389 \series default
33390  predefinido.
33391 \end_layout
33392
33393 \begin_layout Standard
33394 Un ensayo con los nuevos comandos definidos:
33395 \end_layout
33396
33397 \begin_layout Standard
33398 \noindent
33399 \align center
33400 \begin_inset Tabular
33401 <lyxtabular version="3" rows="6" columns="2">
33402 <features>
33403 <column alignment="center" valignment="top" width="0">
33404 <column alignment="center" valignment="top" width="0">
33405 <row>
33406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33407 \begin_inset Text
33408
33409 \begin_layout Plain Layout
33410 Comando
33411 \end_layout
33412
33413 \end_inset
33414 </cell>
33415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33416 \begin_inset Text
33417
33418 \begin_layout Plain Layout
33419 Resultado
33420 \begin_inset Note Note
33421 status collapsed
33422
33423 \begin_layout Plain Layout
33424
33425 \series bold
33426
33427 \backslash
33428 raisebox
33429 \series default
33430  se usa sólo como espaciador
33431 \end_layout
33432
33433 \end_inset
33434
33435
33436 \end_layout
33437
33438 \end_inset
33439 </cell>
33440 </row>
33441 <row>
33442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33443 \begin_inset Text
33444
33445 \begin_layout Plain Layout
33446 A
33447 \backslash
33448 gr
33449 \begin_inset ERT
33450 status collapsed
33451
33452 \begin_layout Plain Layout
33453
33454
33455 \backslash
33456 spce 
33457 \end_layout
33458
33459 \end_inset
33460
33461 B
33462 \end_layout
33463
33464 \end_inset
33465 </cell>
33466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33467 \begin_inset Text
33468
33469 \begin_layout Plain Layout
33470 \begin_inset Formula $A\gr B$
33471 \end_inset
33472
33473
33474 \end_layout
33475
33476 \end_inset
33477 </cell>
33478 </row>
33479 <row>
33480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33481 \begin_inset Text
33482
33483 \begin_layout Plain Layout
33484
33485 \backslash
33486 us{ABcd
33487 \end_layout
33488
33489 \end_inset
33490 </cell>
33491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33492 \begin_inset Text
33493
33494 \begin_layout Plain Layout
33495 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33496 \end_inset
33497
33498
33499 \end_layout
33500
33501 \end_inset
33502 </cell>
33503 </row>
33504 <row>
33505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33506 \begin_inset Text
33507
33508 \begin_layout Plain Layout
33509
33510 \backslash
33511 fb{[2cm]
33512 \begin_inset Formula $\to$
33513 \end_inset
33514
33515
33516 \backslash
33517 {
33518 \begin_inset Formula $\to$
33519 \end_inset
33520
33521
33522 \backslash
33523 {
33524 \backslash
33525 int
33526 \begin_inset ERT
33527 status collapsed
33528
33529 \begin_layout Plain Layout
33530
33531
33532 \backslash
33533 spce 
33534 \end_layout
33535
33536 \end_inset
33537
33538 A=B
33539 \end_layout
33540
33541 \end_inset
33542 </cell>
33543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33544 \begin_inset Text
33545
33546 \begin_layout Plain Layout
33547 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33548 \end_inset
33549
33550
33551 \end_layout
33552
33553 \end_inset
33554 </cell>
33555 </row>
33556 <row>
33557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33558 \begin_inset Text
33559
33560 \begin_layout Plain Layout
33561
33562 \backslash
33563 cb{red
33564 \begin_inset Formula $\to$
33565 \end_inset
33566
33567
33568 \backslash
33569 {
33570 \backslash
33571 int
33572 \begin_inset ERT
33573 status collapsed
33574
33575 \begin_layout Plain Layout
33576
33577
33578 \backslash
33579 spce 
33580 \end_layout
33581
33582 \end_inset
33583
33584 A=B
33585 \end_layout
33586
33587 \end_inset
33588 </cell>
33589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33590 \begin_inset Text
33591
33592 \begin_layout Plain Layout
33593 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33594 \end_inset
33595
33596
33597 \end_layout
33598
33599 \end_inset
33600 </cell>
33601 </row>
33602 <row>
33603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33604 \begin_inset Text
33605
33606 \begin_layout Plain Layout
33607
33608 \backslash
33609 cb[green]
33610 \backslash
33611 {red
33612 \begin_inset Formula $\to$
33613 \end_inset
33614
33615
33616 \backslash
33617 {
33618 \backslash
33619 int
33620 \begin_inset ERT
33621 status collapsed
33622
33623 \begin_layout Plain Layout
33624
33625
33626 \backslash
33627 spce 
33628 \end_layout
33629
33630 \end_inset
33631
33632 A=B
33633 \end_layout
33634
33635 \end_inset
33636 </cell>
33637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33638 \begin_inset Text
33639
33640 \begin_layout Plain Layout
33641 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33642 \end_inset
33643
33644
33645 \end_layout
33646
33647 \end_inset
33648 </cell>
33649 </row>
33650 </lyxtabular>
33651
33652 \end_inset
33653
33654
33655 \end_layout
33656
33657 \begin_layout Subsection
33658 Macros de ecuaciones
33659 \begin_inset Index
33660 status collapsed
33661
33662 \begin_layout Plain Layout
33663 Comandos de usuario ! Macros de ecuaciones
33664 \end_layout
33665
33666 \end_inset
33667
33668
33669 \begin_inset Index
33670 status collapsed
33671
33672 \begin_layout Plain Layout
33673 Macros
33674 \end_layout
33675
33676 \end_inset
33677
33678
33679 \end_layout
33680
33681 \begin_layout Standard
33682 Los comandos definidos por el usuario son especialmente convenientes para
33683  expresiones complejas.
33684  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
33685  el mismo tipo de solución se repite varias veces.
33686  La forma general de una ecuación de segundo grado es:
33687 \begin_inset Formula \[
33688 0=\lambda^{2}+p\lambda+q\]
33689
33690 \end_inset
33691
33692 La forma general de la solución es:
33693 \begin_inset Formula \[
33694 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
33695
33696 \end_inset
33697
33698
33699 \end_layout
33700
33701 \begin_layout Standard
33702 Para definir un comando para la ecuación de la solución, en donde solo hay
33703  que especificar los tres parámetros 
33704 \begin_inset Formula $\lambda$
33705 \end_inset
33706
33707
33708 \begin_inset Formula $p$
33709 \end_inset
33710
33711 , y 
33712 \begin_inset Formula $q$
33713 \end_inset
33714
33715 , y el índice de 
33716 \begin_inset Formula $\lambda$
33717 \end_inset
33718
33719  puede darse opcionalmente, la línea de preámbulo LaTeX es
33720 \begin_inset Newline newline
33721 \end_inset
33722
33723
33724 \series bold
33725
33726 \backslash
33727 newcommand{
33728 \backslash
33729 qG}[4][1,
33730 \backslash
33731 ,2]{#2_{#1}=-
33732 \backslash
33733 frac{#3}{2}
33734 \backslash
33735 pm
33736 \begin_inset Newline newline
33737 \end_inset
33738
33739
33740 \begin_inset ERT
33741 status collapsed
33742
33743 \begin_layout Plain Layout
33744
33745
33746 \backslash
33747 hphantom{
33748 \end_layout
33749
33750 \end_inset
33751
33752
33753 \backslash
33754 newcommand
33755 \begin_inset ERT
33756 status collapsed
33757
33758 \begin_layout Plain Layout
33759
33760 }
33761 \end_layout
33762
33763 \end_inset
33764
33765
33766 \backslash
33767 sqrt{
33768 \backslash
33769 frac{#3^{2}}{4}-#4}}
33770 \end_layout
33771
33772 \begin_layout Standard
33773 Para generar la solución se inserta el comando
33774 \begin_inset Newline newline
33775 \end_inset
33776
33777
33778 \series bold
33779
33780 \backslash
33781 qG{
33782 \backslash
33783 lambda
33784 \begin_inset Formula $\to$
33785 \end_inset
33786
33787
33788 \backslash
33789 {p
33790 \begin_inset Formula $\to$
33791 \end_inset
33792
33793
33794 \backslash
33795 {q
33796 \series default
33797  en una ecuación
33798 \series bold
33799 .
33800 \end_layout
33801
33802 \begin_layout Standard
33803 La definición del nuevo comando no es intuitiva porque hay que conocer los
33804  esquemas de todos los comandos LaTeX usados, p.
33805 \begin_inset space \thinspace{}
33806 \end_inset
33807
33808 e., que una fracción se inserta en LaTeX como
33809 \series bold
33810  
33811 \backslash
33812 frac{numerador}{denominador}
33813 \series default
33814 .
33815  Además, uno puede olvidar fácilmente una llave en la definición y no puede
33816  ver en LyX lo que el nuevo comando está haciendo.
33817  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
33818  ecuación en vez del comando
33819 \series bold
33820  
33821 \backslash
33822 newcommand
33823 \series default
33824 .
33825 \end_layout
33826
33827 \begin_layout Standard
33828 Una macro de ecuación se crea con el menú 
33829 \family sans
33830 Insertar\SpecialChar \menuseparator
33831 Ecuación\SpecialChar \menuseparator
33832 Macro
33833 \family default
33834  o con el botón 
33835 \begin_inset Graphics
33836         filename ../../images/math-macro_newmacroname_newcommand.png
33837         scale 85
33838
33839 \end_inset
33840
33841  de la barra de herramientas.
33842  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
33843  como el siguiente donde se define la macro:
33844 \begin_inset Newline newline
33845 \end_inset
33846
33847
33848 \end_layout
33849
33850 \begin_layout Standard
33851 \begin_inset space \hspace*{\fill}
33852 \end_inset
33853
33854
33855 \begin_inset Graphics
33856         filename ../clipart/macrobox.png
33857
33858 \end_inset
33859
33860
33861 \begin_inset space \hspace*{\fill}
33862 \end_inset
33863
33864
33865 \begin_inset Newline newline
33866 \end_inset
33867
33868
33869 \begin_inset FormulaMacro
33870 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33871 \end_inset
33872
33873
33874 \backslash
33875 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
33876  En el primer marco azul se inserta la ecuación buscada.
33877  Con el comando 
33878 \series bold
33879
33880 \backslash
33881 #númerodeargumento
33882 \series default
33883 , , o con el botón 
33884 \begin_inset Graphics
33885         filename ../../images/math-macro-add-param.png
33886         scale 85
33887
33888 \end_inset
33889
33890  de la barra de herramientas de macros se inserta un colocador de argumento,
33891  p.
33892 \begin_inset space \thinspace{}
33893 \end_inset
33894
33895 e
33896 \begin_inset space \space{}
33897 \end_inset
33898
33899
33900 \series bold
33901
33902 \backslash
33903 #1
33904 \series default
33905 .
33906  Los colocadores de argumento se muestran en rojo.
33907  Se pueden poner 9 argumentos como máximo.
33908  Con el botón 
33909 \begin_inset Graphics
33910         filename ../../images/math-macro-add-optional-param.png
33911         scale 85
33912
33913 \end_inset
33914
33915  se crean argumentos opcionales.
33916  El primer argumento no opcional puede transformarse en opcional con el
33917  botón 
33918 \begin_inset Graphics
33919         filename ../../images/math-macro-make-optional.png
33920         scale 85
33921
33922 \end_inset
33923
33924 .
33925  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
33926  Normalmente quieres verlo tal como está definido, así que el recuadro se
33927  deja vacío.
33928  Pero si has creado una macro que necesita mucho espacio en la pantalla,
33929  en dicho recuadro puedes insertar, por ejemplo
33930 \begin_inset Newline newline
33931 \end_inset
33932
33933
33934 \series bold
33935 qG: 
33936 \backslash
33937 #1
33938 \series default
33939  
33940 \series bold
33941 ,
33942 \series default
33943  
33944 \series bold
33945
33946 \backslash
33947 #2
33948 \series default
33949  
33950 \series bold
33951 ,
33952 \series default
33953  
33954 \series bold
33955
33956 \backslash
33957 #3, 
33958 \backslash
33959 #4
33960 \begin_inset Newline newline
33961 \end_inset
33962
33963
33964 \series default
33965 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
33966  en LyX, lo que conlleva una visualización mejor.
33967  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
33968 \begin_inset Newline newline
33969 \end_inset
33970
33971 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
33972  macros individuales situando el cursor en la macro y usando el menú 
33973 \family sans
33974 Ver\SpecialChar \menuseparator
33975 (Des)plegar macro de ecuación.
33976 \end_layout
33977
33978 \begin_layout Standard
33979 Para usar una macro, se inserta el nombre de la misma como comando en una
33980  ecuación, en nuestro caso 
33981 \series bold
33982
33983 \backslash
33984 qG
33985 \series default
33986 .
33987  Nuestra macro se muestra en LyX así:
33988 \begin_inset Newline newline
33989 \end_inset
33990
33991
33992 \begin_inset space \hspace*{\fill}
33993 \end_inset
33994
33995
33996 \begin_inset Graphics
33997         filename ../clipart/macrouse.png
33998
33999 \end_inset
34000
34001
34002 \begin_inset space \hspace*{\fill}
34003 \end_inset
34004
34005
34006 \begin_inset Newline newline
34007 \end_inset
34008
34009 Aquí tenemos nuestro ejemplo de macro con los argumentos 
34010 \begin_inset Formula $x$
34011 \end_inset
34012
34013
34014 \begin_inset Formula $\ln(x)$
34015 \end_inset
34016
34017 , y 
34018 \begin_inset Formula $B$
34019 \end_inset
34020
34021 :
34022 \end_layout
34023
34024 \begin_layout Standard
34025 \begin_inset Formula \[
34026 \qG x{\ln(x)}B\]
34027
34028 \end_inset
34029
34030
34031 \end_layout
34032
34033 \begin_layout Standard
34034 LyX ofrece en el menú 
34035 \family sans
34036 Herramientas
34037 \family default
34038 \SpecialChar \menuseparator
34039
34040 \family sans
34041 Preferencias\SpecialChar \menuseparator
34042 Edición\SpecialChar \menuseparator
34043 Control
34044 \family default
34045  diferentes estilos para editar macros.
34046  Para encontrar el estilo que más te convenga, elige un estilo y pon el
34047  cursor en una macro para ver la diferencia.
34048 \end_layout
34049
34050 \begin_layout Standard
34051 Una macro de ecuación se transforma internamente en un comando 
34052 \series bold
34053
34054 \backslash
34055 newcommand
34056 \series default
34057  cuando se exporta el documento.
34058  El comando creado 
34059 \series bold
34060
34061 \backslash
34062 newcommand
34063 \series default
34064  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
34065  usar en ecuaciones que estén en recuadros de definición de macros en el
34066  documento.
34067  
34068 \end_layout
34069
34070 \begin_layout Standard
34071 Las macros de ecuación también pueden crearse directamente a partir de un
34072  comando
34073 \series bold
34074  
34075 \backslash
34076 newcommand
34077 \series default
34078 .
34079  Por ejemplo, escribiendo el comando
34080 \begin_inset Newline newline
34081 \end_inset
34082
34083
34084 \series bold
34085
34086 \backslash
34087 newcommand{
34088 \backslash
34089 larrow}[2]{
34090 \backslash
34091 xleftarrow[#2]{#1}}
34092 \begin_inset Newline newline
34093 \end_inset
34094
34095
34096 \series default
34097 como texto normal en LyX, seleccionándolo completamente y usando a continuación
34098  el atajo 
34099 \family sans
34100 Ctrl+M
34101 \family default
34102 , el comando se transformará en una macro de ecuación.
34103  Al emplear este método debes tener cuidado en escribir correctamente el
34104  comando 
34105 \series bold
34106
34107 \backslash
34108 newcommand
34109 \series default
34110 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
34111  
34112 \end_layout
34113
34114 \begin_layout Standard
34115 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
34116  en definiciones de macros se manejan incorrectamente.
34117  Por eso el ejemplo 
34118 \series bold
34119
34120 \backslash
34121 fb
34122 \series default
34123  de 
34124 \begin_inset CommandInset ref
34125 LatexCommand ref
34126 reference "sub:El-comando-newcommand"
34127
34128 \end_inset
34129
34130  no puede crearse como macro.
34131 \end_layout
34132
34133 \begin_layout Standard
34134 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
34135  la barra de herramientas de macros:
34136 \end_layout
34137
34138 \begin_layout Standard
34139 \begin_inset VSpace defskip
34140 \end_inset
34141
34142
34143 \end_layout
34144
34145 \begin_layout Standard
34146 \begin_inset Graphics
34147         filename ../clipart/MacroToolbar.png
34148
34149 \end_inset
34150
34151
34152 \begin_inset Index
34153 status collapsed
34154
34155 \begin_layout Plain Layout
34156 Macros ! Barra de herramientas
34157 \end_layout
34158
34159 \end_inset
34160
34161
34162 \end_layout
34163
34164 \begin_layout Standard
34165 \begin_inset VSpace defskip
34166 \end_inset
34167
34168
34169 \end_layout
34170
34171 \begin_layout Standard
34172 La barra de herramientas de macros contiene los siguientes botones:
34173 \end_layout
34174
34175 \begin_layout Standard
34176 \begin_inset VSpace defskip
34177 \end_inset
34178
34179
34180 \end_layout
34181
34182 \begin_layout Standard
34183 \begin_inset Tabular
34184 <lyxtabular version="3" rows="9" columns="2">
34185 <features islongtable="true">
34186 <column alignment="left" valignment="top" width="0">
34187 <column alignment="left" valignment="top" width="85col%">
34188 <row interlinespace="2.5mm">
34189 <cell alignment="center" valignment="top" usebox="none">
34190 \begin_inset Text
34191
34192 \begin_layout Plain Layout
34193 \begin_inset Graphics
34194         filename ../../images/math-macro-remove-param.png
34195         BoundingBox 0bp 5bp 20bp 25bp
34196         rotateOrigin center
34197
34198 \end_inset
34199
34200
34201 \end_layout
34202
34203 \end_inset
34204 </cell>
34205 <cell alignment="center" valignment="top" usebox="none">
34206 \begin_inset Text
34207
34208 \begin_layout Plain Layout
34209
34210 \family sans
34211 Editar\SpecialChar \menuseparator
34212 Ecuación\SpecialChar \menuseparator
34213 Definición de macro\SpecialChar \menuseparator
34214 Quitar último argumento
34215 \end_layout
34216
34217 \end_inset
34218 </cell>
34219 </row>
34220 <row interlinespace="2.5mm">
34221 <cell alignment="center" valignment="top" usebox="none">
34222 \begin_inset Text
34223
34224 \begin_layout Plain Layout
34225 \begin_inset Graphics
34226         filename ../../images/math-macro-add-param.png
34227         BoundingBox 0bp 5bp 20bp 25bp
34228         rotateOrigin center
34229
34230 \end_inset
34231
34232
34233 \end_layout
34234
34235 \end_inset
34236 </cell>
34237 <cell alignment="center" valignment="top" usebox="none">
34238 \begin_inset Text
34239
34240 \begin_layout Plain Layout
34241
34242 \family sans
34243 Editar\SpecialChar \menuseparator
34244 Ecuación\SpecialChar \menuseparator
34245 Definición de macro\SpecialChar \menuseparator
34246 Añadir argumento
34247 \end_layout
34248
34249 \end_inset
34250 </cell>
34251 </row>
34252 <row interlinespace="2.5mm">
34253 <cell alignment="center" valignment="top" usebox="none">
34254 \begin_inset Text
34255
34256 \begin_layout Plain Layout
34257 \begin_inset Graphics
34258         filename ../../images/math-macro-make-optional.png
34259         BoundingBox 0bp 5bp 20bp 25bp
34260         rotateOrigin center
34261
34262 \end_inset
34263
34264
34265 \end_layout
34266
34267 \end_inset
34268 </cell>
34269 <cell alignment="center" valignment="top" usebox="none">
34270 \begin_inset Text
34271
34272 \begin_layout Plain Layout
34273
34274 \family sans
34275 Editar\SpecialChar \menuseparator
34276 Ecuación\SpecialChar \menuseparator
34277 Definición de macro\SpecialChar \menuseparator
34278 Hacer opcional el primer
34279 \begin_inset Newline newline
34280 \end_inset
34281
34282
34283 \begin_inset ERT
34284 status collapsed
34285
34286 \begin_layout Plain Layout
34287
34288
34289 \backslash
34290 hphantom{
34291 \end_layout
34292
34293 \end_inset
34294
34295 Editar\SpecialChar \menuseparator
34296 Ecuación\SpecialChar \menuseparator
34297 Definición de macro\SpecialChar \menuseparator
34298
34299 \begin_inset ERT
34300 status collapsed
34301
34302 \begin_layout Plain Layout
34303
34304 }
34305 \end_layout
34306
34307 \end_inset
34308
34309 argumento no opcional
34310 \end_layout
34311
34312 \end_inset
34313 </cell>
34314 </row>
34315 <row interlinespace="2.5mm">
34316 <cell alignment="center" valignment="top" usebox="none">
34317 \begin_inset Text
34318
34319 \begin_layout Plain Layout
34320 \begin_inset Graphics
34321         filename ../../images/math-macro-make-nonoptional.png
34322         BoundingBox 0bp 5bp 20bp 25bp
34323         rotateOrigin center
34324
34325 \end_inset
34326
34327
34328 \end_layout
34329
34330 \end_inset
34331 </cell>
34332 <cell alignment="center" valignment="top" usebox="none">
34333 \begin_inset Text
34334
34335 \begin_layout Plain Layout
34336
34337 \family sans
34338 Editar\SpecialChar \menuseparator
34339 Ecuación\SpecialChar \menuseparator
34340 Definición de macro\SpecialChar \menuseparator
34341 Hacer no opcional el primer
34342 \begin_inset Newline newline
34343 \end_inset
34344
34345
34346 \begin_inset ERT
34347 status collapsed
34348
34349 \begin_layout Plain Layout
34350
34351
34352 \backslash
34353 hphantom{
34354 \end_layout
34355
34356 \end_inset
34357
34358 Editar\SpecialChar \menuseparator
34359 Ecuación\SpecialChar \menuseparator
34360 Definición de macro\SpecialChar \menuseparator
34361
34362 \begin_inset ERT
34363 status collapsed
34364
34365 \begin_layout Plain Layout
34366
34367 }
34368 \end_layout
34369
34370 \end_inset
34371
34372 argumento opcional
34373 \end_layout
34374
34375 \end_inset
34376 </cell>
34377 </row>
34378 <row interlinespace="2.5mm">
34379 <cell alignment="center" valignment="top" usebox="none">
34380 \begin_inset Text
34381
34382 \begin_layout Plain Layout
34383 \begin_inset Graphics
34384         filename ../../images/math-macro-remove-optional-param.png
34385         BoundingBox 0bp 5bp 20bp 25bp
34386         rotateOrigin center
34387
34388 \end_inset
34389
34390
34391 \end_layout
34392
34393 \end_inset
34394 </cell>
34395 <cell alignment="center" valignment="top" usebox="none">
34396 \begin_inset Text
34397
34398 \begin_layout Plain Layout
34399
34400 \family sans
34401 Editar\SpecialChar \menuseparator
34402 Ecuación\SpecialChar \menuseparator
34403 Definición de macro\SpecialChar \menuseparator
34404 Quitar argumento opcional
34405 \end_layout
34406
34407 \end_inset
34408 </cell>
34409 </row>
34410 <row interlinespace="2.5mm">
34411 <cell alignment="center" valignment="top" usebox="none">
34412 \begin_inset Text
34413
34414 \begin_layout Plain Layout
34415 \begin_inset Graphics
34416         filename ../../images/math-macro-add-optional-param.png
34417         BoundingBox 0bp 5bp 20bp 25bp
34418         rotateOrigin center
34419
34420 \end_inset
34421
34422
34423 \end_layout
34424
34425 \end_inset
34426 </cell>
34427 <cell alignment="center" valignment="top" usebox="none">
34428 \begin_inset Text
34429
34430 \begin_layout Plain Layout
34431
34432 \family sans
34433 Editar\SpecialChar \menuseparator
34434 Ecuación\SpecialChar \menuseparator
34435 Definición de macro\SpecialChar \menuseparator
34436 Insertar argumento opcional
34437 \end_layout
34438
34439 \end_inset
34440 </cell>
34441 </row>
34442 <row interlinespace="2.5mm">
34443 <cell alignment="center" valignment="top" usebox="none">
34444 \begin_inset Text
34445
34446 \begin_layout Plain Layout
34447 \begin_inset Graphics
34448         filename ../../images/math-macro-remove-greedy-param.png
34449         BoundingBox 0bp 5bp 20bp 25bp
34450         rotateOrigin center
34451
34452 \end_inset
34453
34454
34455 \end_layout
34456
34457 \end_inset
34458 </cell>
34459 <cell alignment="center" valignment="top" usebox="none">
34460 \begin_inset Text
34461
34462 \begin_layout Plain Layout
34463
34464 \family sans
34465 Editar\SpecialChar \menuseparator
34466 Ecuación\SpecialChar \menuseparator
34467 Definición de macro\SpecialChar \menuseparator
34468 Quitar último argumento
34469 \begin_inset Newline newline
34470 \end_inset
34471
34472
34473 \begin_inset ERT
34474 status collapsed
34475
34476 \begin_layout Plain Layout
34477
34478
34479 \backslash
34480 hphantom{
34481 \end_layout
34482
34483 \end_inset
34484
34485 Editar\SpecialChar \menuseparator
34486 Ecuación\SpecialChar \menuseparator
34487 Definición de macro\SpecialChar \menuseparator
34488
34489 \begin_inset ERT
34490 status collapsed
34491
34492 \begin_layout Plain Layout
34493
34494 }
34495 \end_layout
34496
34497 \end_inset
34498
34499 yendo hacia la derecha
34500 \end_layout
34501
34502 \end_inset
34503 </cell>
34504 </row>
34505 <row interlinespace="2.5mm">
34506 <cell alignment="center" valignment="top" usebox="none">
34507 \begin_inset Text
34508
34509 \begin_layout Plain Layout
34510 \begin_inset Graphics
34511         filename ../../images/math-macro-append-greedy-param.png
34512         BoundingBox 0bp 5bp 20bp 25bp
34513         rotateOrigin center
34514
34515 \end_inset
34516
34517
34518 \end_layout
34519
34520 \end_inset
34521 </cell>
34522 <cell alignment="center" valignment="top" usebox="none">
34523 \begin_inset Text
34524
34525 \begin_layout Plain Layout
34526
34527 \family sans
34528 Editar\SpecialChar \menuseparator
34529 Ecuación\SpecialChar \menuseparator
34530 Definición de macro\SpecialChar \menuseparator
34531 Añadir argumento comiendo
34532 \begin_inset Newline newline
34533 \end_inset
34534
34535
34536 \begin_inset ERT
34537 status collapsed
34538
34539 \begin_layout Plain Layout
34540
34541
34542 \backslash
34543 hphantom{
34544 \end_layout
34545
34546 \end_inset
34547
34548 Editar\SpecialChar \menuseparator
34549 Ecuación\SpecialChar \menuseparator
34550 Definición de macro\SpecialChar \menuseparator
34551
34552 \begin_inset ERT
34553 status collapsed
34554
34555 \begin_layout Plain Layout
34556
34557 }
34558 \end_layout
34559
34560 \end_inset
34561
34562 desde la derecha
34563 \end_layout
34564
34565 \end_inset
34566 </cell>
34567 </row>
34568 <row interlinespace="2.5mm">
34569 <cell alignment="center" valignment="top" usebox="none">
34570 \begin_inset Text
34571
34572 \begin_layout Plain Layout
34573 \begin_inset Graphics
34574         filename ../../images/math-macro-add-greedy-optional-param.png
34575         BoundingBox 0bp 5bp 20bp 25bp
34576         rotateOrigin center
34577
34578 \end_inset
34579
34580
34581 \end_layout
34582
34583 \end_inset
34584 </cell>
34585 <cell alignment="center" valignment="top" usebox="none">
34586 \begin_inset Text
34587
34588 \begin_layout Plain Layout
34589
34590 \family sans
34591 Editar\SpecialChar \menuseparator
34592 Ecuación\SpecialChar \menuseparator
34593 Definición de macro\SpecialChar \menuseparator
34594 Añadir argumento opcional
34595 \begin_inset Newline newline
34596 \end_inset
34597
34598
34599 \begin_inset ERT
34600 status collapsed
34601
34602 \begin_layout Plain Layout
34603
34604
34605 \backslash
34606 hphantom{
34607 \end_layout
34608
34609 \end_inset
34610
34611 Editar\SpecialChar \menuseparator
34612 Ecuación\SpecialChar \menuseparator
34613 Definición de macro\SpecialChar \menuseparator
34614
34615 \begin_inset ERT
34616 status collapsed
34617
34618 \begin_layout Plain Layout
34619
34620 }
34621 \end_layout
34622
34623 \end_inset
34624
34625 comiendo desde la derecha
34626 \end_layout
34627
34628 \end_inset
34629 </cell>
34630 </row>
34631 </lyxtabular>
34632
34633 \end_inset
34634
34635
34636 \end_layout
34637
34638 \begin_layout Standard
34639 \noindent
34640 \align center
34641 \begin_inset Newpage newpage
34642 \end_inset
34643
34644
34645 \end_layout
34646
34647 \begin_layout Section
34648 Indicaciones
34649 \begin_inset ERT
34650 status collapsed
34651
34652 \begin_layout Plain Layout
34653
34654
34655 \backslash
34656 texorpdfstring{
34657 \end_layout
34658
34659 \end_inset
34660
34661
34662 \begin_inset Foot
34663 status collapsed
34664
34665 \begin_layout Plain Layout
34666 Otras sugerencias útiles para matemáticas en 
34667 \begin_inset CommandInset citation
34668 LatexCommand cite
34669 key "Voss"
34670
34671 \end_inset
34672
34673 .
34674 \end_layout
34675
34676 \end_inset
34677
34678
34679 \begin_inset ERT
34680 status collapsed
34681
34682 \begin_layout Plain Layout
34683
34684 }{}
34685 \end_layout
34686
34687 \end_inset
34688
34689
34690 \begin_inset Note Note
34691 status collapsed
34692
34693 \begin_layout Plain Layout
34694
34695 \backslash
34696 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
34697  PDF.
34698 \end_layout
34699
34700 \begin_layout Plain Layout
34701 Más sobre 
34702 \backslash
34703 texorpdfstring hay en la sección 
34704 \begin_inset CommandInset ref
34705 LatexCommand ref
34706 reference "sub:Ecuaciones-en-encabezados"
34707
34708 \end_inset
34709
34710 .
34711 \end_layout
34712
34713 \end_inset
34714
34715
34716 \begin_inset Index
34717 status collapsed
34718
34719 \begin_layout Plain Layout
34720 Indicaciones
34721 \end_layout
34722
34723 \end_inset
34724
34725
34726 \end_layout
34727
34728 \begin_layout Subsection
34729 Números negativos
34730 \begin_inset Index
34731 status collapsed
34732
34733 \begin_layout Plain Layout
34734 Numeros@Números ! negativos
34735 \end_layout
34736
34737 \end_inset
34738
34739
34740 \end_layout
34741
34742 \begin_layout Standard
34743 Los números negativos a veces se ven feos en las ecuaciones porque el signo
34744  menos delante del número tiene la misma longitud que el operador signo
34745  menos.
34746  Si se escribe el número negativo en texto normal el signo menos aparece
34747  correctamente.
34748 \end_layout
34749
34750 \begin_layout Standard
34751 Así pues, el problema desaparece si se convierte el signo menos a texto
34752  matemático.
34753 \end_layout
34754
34755 \begin_layout Standard
34756 Un ejemplo para visualizar el problema:
34757 \end_layout
34758
34759 \begin_layout Standard
34760 \noindent
34761 \align center
34762 \begin_inset Tabular
34763 <lyxtabular version="3" rows="3" columns="2">
34764 <features>
34765 <column alignment="center" valignment="top" width="0">
34766 <column alignment="center" valignment="top" width="0">
34767 <row>
34768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34769 \begin_inset Text
34770
34771 \begin_layout Plain Layout
34772 texto normal:
34773 \end_layout
34774
34775 \end_inset
34776 </cell>
34777 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34778 \begin_inset Text
34779
34780 \begin_layout Plain Layout
34781 x = -2
34782 \end_layout
34783
34784 \end_inset
34785 </cell>
34786 </row>
34787 <row>
34788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34789 \begin_inset Text
34790
34791 \begin_layout Plain Layout
34792 ecuación:
34793 \end_layout
34794
34795 \end_inset
34796 </cell>
34797 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34798 \begin_inset Text
34799
34800 \begin_layout Plain Layout
34801 \begin_inset Formula $x=-2$
34802 \end_inset
34803
34804
34805 \end_layout
34806
34807 \end_inset
34808 </cell>
34809 </row>
34810 <row>
34811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34812 \begin_inset Text
34813
34814 \begin_layout Plain Layout
34815 solución:
34816 \end_layout
34817
34818 \end_inset
34819 </cell>
34820 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34821 \begin_inset Text
34822
34823 \begin_layout Plain Layout
34824 \begin_inset Formula $x=\mbox{-}2$
34825 \end_inset
34826
34827
34828 \end_layout
34829
34830 \end_inset
34831 </cell>
34832 </row>
34833 </lyxtabular>
34834
34835 \end_inset
34836
34837
34838 \end_layout
34839
34840 \begin_layout Subsection
34841 Coma como separador decimal
34842 \begin_inset Index
34843 status collapsed
34844
34845 \begin_layout Plain Layout
34846 Coma decimal
34847 \end_layout
34848
34849 \end_inset
34850
34851
34852 \end_layout
34853
34854 \begin_layout Standard
34855 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
34856  de grupos numéricos.
34857  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
34858 \end_layout
34859
34860 \begin_layout Standard
34861 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
34862  
34863 \family sans
34864 Ctrl+M
34865 \family default
34866 ).
34867 \end_layout
34868
34869 \begin_layout Standard
34870 Para usar las comas en todas las fórmulas del documento como separador decimal,
34871  se carga el archivo 
34872 \series bold
34873 icomma.sty
34874 \series default
34875
34876 \begin_inset Foot
34877 status collapsed
34878
34879 \begin_layout Plain Layout
34880
34881 \series bold
34882 icomma
34883 \series default
34884  forma parte del paquete LaTeX 
34885 \series bold
34886 was
34887 \series default
34888
34889 \begin_inset Index
34890 status collapsed
34891
34892 \begin_layout Plain Layout
34893 Paquetes ! was
34894 \begin_inset ERT
34895 status collapsed
34896
34897 \begin_layout Plain Layout
34898
34899
34900 \backslash
34901 vspace{4mm}
34902 \end_layout
34903
34904 \end_inset
34905
34906
34907 \end_layout
34908
34909 \end_inset
34910
34911 .
34912 \end_layout
34913
34914 \end_inset
34915
34916
34917 \begin_inset Index
34918 status collapsed
34919
34920 \begin_layout Plain Layout
34921 Paquetes ! icomma
34922 \end_layout
34923
34924 \end_inset
34925
34926  en el preámbulo LaTeX con la línea: 
34927 \end_layout
34928
34929 \begin_layout Standard
34930
34931 \series bold
34932
34933 \backslash
34934 usepackage{icomma}
34935 \end_layout
34936
34937 \begin_layout Subsection
34938 Vectores físicos
34939 \begin_inset CommandInset label
34940 LatexCommand label
34941 name "sub:Vectores-físicos"
34942
34943 \end_inset
34944
34945
34946 \begin_inset Index
34947 status collapsed
34948
34949 \begin_layout Plain Layout
34950 Vectores físicos
34951 \end_layout
34952
34953 \end_inset
34954
34955
34956 \end_layout
34957
34958 \begin_layout Standard
34959 El paquete LaTeX 
34960 \series bold
34961 braket
34962 \series default
34963
34964 \begin_inset Foot
34965 status collapsed
34966
34967 \begin_layout Plain Layout
34968
34969 \series bold
34970 braket
34971 \series default
34972  se incluye en las instalaciones estándar de LaTeX.
34973 \end_layout
34974
34975 \end_inset
34976
34977
34978 \begin_inset Index
34979 status collapsed
34980
34981 \begin_layout Plain Layout
34982 Paquetes ! braket
34983 \end_layout
34984
34985 \end_inset
34986
34987  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
34988 \end_layout
34989
34990 \begin_layout Standard
34991
34992 \series bold
34993
34994 \backslash
34995 usepackage{braket}
34996 \end_layout
34997
34998 \begin_layout Standard
34999 \begin_inset ERT
35000 status collapsed
35001
35002 \begin_layout Plain Layout
35003
35004
35005 \backslash
35006 ifbraket 
35007 \end_layout
35008
35009 \end_inset
35010
35011
35012 \begin_inset Note Note
35013 status open
35014
35015 \begin_layout Plain Layout
35016 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
35017 \series bold
35018 braket
35019 \series default
35020  está instalado.
35021 \end_layout
35022
35023 \end_inset
35024
35025
35026 \end_layout
35027
35028 \begin_layout Standard
35029 Están definidos los siguientes comandos:
35030 \end_layout
35031
35032 \begin_layout Standard
35033 \noindent
35034 \align center
35035 \begin_inset Tabular
35036 <lyxtabular version="3" rows="4" columns="2">
35037 <features>
35038 <column alignment="center" valignment="top" width="0">
35039 <column alignment="center" valignment="top" width="0">
35040 <row>
35041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35042 \begin_inset Text
35043
35044 \begin_layout Plain Layout
35045 Comando
35046 \end_layout
35047
35048 \end_inset
35049 </cell>
35050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35051 \begin_inset Text
35052
35053 \begin_layout Plain Layout
35054 Resultado
35055 \end_layout
35056
35057 \end_inset
35058 </cell>
35059 </row>
35060 <row>
35061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35062 \begin_inset Text
35063
35064 \begin_layout Plain Layout
35065
35066 \backslash
35067 Bra{
35068 \backslash
35069 psi
35070 \end_layout
35071
35072 \end_inset
35073 </cell>
35074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35075 \begin_inset Text
35076
35077 \begin_layout Plain Layout
35078 \begin_inset Formula $\Bra{\psi}$
35079 \end_inset
35080
35081
35082 \end_layout
35083
35084 \end_inset
35085 </cell>
35086 </row>
35087 <row>
35088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35089 \begin_inset Text
35090
35091 \begin_layout Plain Layout
35092
35093 \backslash
35094 Ket{
35095 \backslash
35096 psi
35097 \end_layout
35098
35099 \end_inset
35100 </cell>
35101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35102 \begin_inset Text
35103
35104 \begin_layout Plain Layout
35105 \begin_inset Formula $\Ket{\psi}$
35106 \end_inset
35107
35108
35109 \end_layout
35110
35111 \end_inset
35112 </cell>
35113 </row>
35114 <row>
35115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35116 \begin_inset Text
35117
35118 \begin_layout Plain Layout
35119
35120 \backslash
35121 Braket{
35122 \backslash
35123 psi|
35124 \backslash
35125 phi
35126 \end_layout
35127
35128 \end_inset
35129 </cell>
35130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35131 \begin_inset Text
35132
35133 \begin_layout Plain Layout
35134 \begin_inset Formula $\Braket{\psi|\phi}$
35135 \end_inset
35136
35137
35138 \end_layout
35139
35140 \end_inset
35141 </cell>
35142 </row>
35143 </lyxtabular>
35144
35145 \end_inset
35146
35147
35148 \end_layout
35149
35150 \begin_layout Standard
35151 El comando 
35152 \series bold
35153
35154 \backslash
35155 Braket
35156 \series default
35157  asegura que todas las barras verticales tienen el tamaño de los delimitadores
35158  circundantes:
35159 \begin_inset Formula \[
35160 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
35161
35162 \end_inset
35163
35164
35165 \begin_inset ERT
35166 status collapsed
35167
35168 \begin_layout Plain Layout
35169
35170
35171 \backslash
35172 else
35173 \end_layout
35174
35175 \end_inset
35176
35177
35178 \begin_inset Note Note
35179 status open
35180
35181 \begin_layout Plain Layout
35182 Lo que sigue se verá en la salida si el paquete LaTeX 
35183 \series bold
35184 braket
35185 \series default
35186  no está instalado:
35187 \end_layout
35188
35189 \end_inset
35190
35191
35192 \end_layout
35193
35194 \begin_layout Standard
35195 Debes instalar el paquete LaTeX 
35196 \series bold
35197 braket
35198 \series default
35199  para ver en la salida el resto de esta subsección.
35200 \end_layout
35201
35202 \begin_layout Standard
35203 \begin_inset ERT
35204 status collapsed
35205
35206 \begin_layout Plain Layout
35207
35208
35209 \backslash
35210 fi
35211 \end_layout
35212
35213 \end_inset
35214
35215
35216 \end_layout
35217
35218 \begin_layout Standard
35219 El efecto de 
35220 \series bold
35221
35222 \backslash
35223 Braket
35224 \series default
35225  también se puede conseguir con el comando 
35226 \series bold
35227
35228 \backslash
35229 middle
35230 \series default
35231 , que se describe en 
35232 \begin_inset CommandInset ref
35233 LatexCommand ref
35234 reference "sub:Tamaño-automático-de"
35235
35236 \end_inset
35237
35238 .
35239 \end_layout
35240
35241 \begin_layout Subsection
35242 Fracciones definidas por el usuario
35243 \begin_inset CommandInset label
35244 LatexCommand label
35245 name "sub:Fracciones-personalizadas"
35246
35247 \end_inset
35248
35249
35250 \begin_inset Index
35251 status collapsed
35252
35253 \begin_layout Plain Layout
35254 Fracciones ! personalizadas
35255 \end_layout
35256
35257 \end_inset
35258
35259
35260 \end_layout
35261
35262 \begin_layout Standard
35263 Para definir comandos personalizados para fracciones, se usa el comando
35264  
35265 \series bold
35266
35267 \backslash
35268 genfrac
35269 \series default
35270
35271 \begin_inset Index
35272 status collapsed
35273
35274 \begin_layout Plain Layout
35275 Comandos ! G ! 
35276 \backslash
35277 genfrac
35278 \end_layout
35279
35280 \end_inset
35281
35282  con el siguiente esquema:
35283 \end_layout
35284
35285 \begin_layout Standard
35286
35287 \series bold
35288
35289 \backslash
35290 genfrac{delimitador izquierdo}{delimitador derecho}{grosor raya de
35291 \begin_inset Newline newline
35292 \end_inset
35293
35294
35295 \begin_inset ERT
35296 status collapsed
35297
35298 \begin_layout Plain Layout
35299
35300
35301 \backslash
35302 phantom{
35303 \end_layout
35304
35305 \end_inset
35306
35307
35308 \backslash
35309 genfrac{
35310 \begin_inset ERT
35311 status collapsed
35312
35313 \begin_layout Plain Layout
35314
35315 }
35316 \end_layout
35317
35318 \end_inset
35319
35320 fracción}{estilo}{numerador}{denominador}
35321 \end_layout
35322
35323 \begin_layout Standard
35324 El estilo es un número en el rango 0-3.
35325 \end_layout
35326
35327 \begin_layout Standard
35328 \align center
35329 \begin_inset Tabular
35330 <lyxtabular version="3" rows="5" columns="2">
35331 <features>
35332 <column alignment="center" valignment="top" width="0">
35333 <column alignment="center" valignment="top" width="0">
35334 <row>
35335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35336 \begin_inset Text
35337
35338 \begin_layout Plain Layout
35339 Número
35340 \end_layout
35341
35342 \end_inset
35343 </cell>
35344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35345 \begin_inset Text
35346
35347 \begin_layout Plain Layout
35348 Estilo (tamaño)
35349 \end_layout
35350
35351 \end_inset
35352 </cell>
35353 </row>
35354 <row>
35355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35356 \begin_inset Text
35357
35358 \begin_layout Plain Layout
35359 0
35360 \end_layout
35361
35362 \end_inset
35363 </cell>
35364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35365 \begin_inset Text
35366
35367 \begin_layout Plain Layout
35368 ecuación presentada
35369 \end_layout
35370
35371 \end_inset
35372 </cell>
35373 </row>
35374 <row>
35375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35376 \begin_inset Text
35377
35378 \begin_layout Plain Layout
35379 1
35380 \end_layout
35381
35382 \end_inset
35383 </cell>
35384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35385 \begin_inset Text
35386
35387 \begin_layout Plain Layout
35388 ecuación en línea
35389 \end_layout
35390
35391 \end_inset
35392 </cell>
35393 </row>
35394 <row>
35395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35396 \begin_inset Text
35397
35398 \begin_layout Plain Layout
35399 2
35400 \end_layout
35401
35402 \end_inset
35403 </cell>
35404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35405 \begin_inset Text
35406
35407 \begin_layout Plain Layout
35408 pequeño
35409 \end_layout
35410
35411 \end_inset
35412 </cell>
35413 </row>
35414 <row>
35415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35416 \begin_inset Text
35417
35418 \begin_layout Plain Layout
35419 3
35420 \end_layout
35421
35422 \end_inset
35423 </cell>
35424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35425 \begin_inset Text
35426
35427 \begin_layout Plain Layout
35428 muy pequeño
35429 \end_layout
35430
35431 \end_inset
35432 </cell>
35433 </row>
35434 </lyxtabular>
35435
35436 \end_inset
35437
35438
35439 \end_layout
35440
35441 \begin_layout Standard
35442 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
35443  
35444 \series bold
35445
35446 \backslash
35447 frac
35448 \series default
35449 .
35450 \end_layout
35451
35452 \begin_layout Standard
35453 Si no se pone grosor de la raya de fracción se usará el valor predefinido
35454  de 0.4
35455 \begin_inset space \thinspace{}
35456 \end_inset
35457
35458 pt.
35459 \end_layout
35460
35461 \begin_layout Standard
35462 Por ejemplo, los comandos 
35463 \series bold
35464
35465 \backslash
35466 dfrac
35467 \series default
35468  y 
35469 \series bold
35470
35471 \backslash
35472 tbinom
35473 \series default
35474  de la 
35475 \begin_inset CommandInset ref
35476 LatexCommand ref
35477 reference "sub:Fracciones"
35478
35479 \end_inset
35480
35481  se definen con los comandos:
35482 \end_layout
35483
35484 \begin_layout Standard
35485
35486 \series bold
35487
35488 \backslash
35489 newcommand{
35490 \backslash
35491 dfrac}[2]{
35492 \backslash
35493 genfrac{}{}{}{0}{#1}{#2}}
35494 \end_layout
35495
35496 \begin_layout Standard
35497 y
35498 \end_layout
35499
35500 \begin_layout Standard
35501
35502 \series bold
35503
35504 \backslash
35505 newcommand{
35506 \backslash
35507 tbinom}[2]{
35508 \backslash
35509 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35510 \end_layout
35511
35512 \begin_layout Standard
35513 \begin_inset VSpace medskip
35514 \end_inset
35515
35516
35517 \end_layout
35518
35519 \begin_layout Standard
35520 Para definir una fracción en la que el grosor de la raya se pueda definir
35521  como argumento opcional, se inserta la siguiente línea en el preámbulo
35522  LaTeX:
35523 \end_layout
35524
35525 \begin_layout Standard
35526
35527 \series bold
35528
35529 \backslash
35530 newcommand{
35531 \backslash
35532 fracS}[3][]{
35533 \backslash
35534 genfrac{}{}{#1}{}{#2}{#3}}
35535 \end_layout
35536
35537 \begin_layout Standard
35538 Un ensayo:
35539 \begin_inset Formula \begin{align*}
35540 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35541 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
35542
35543 \end_inset
35544
35545 Como se puede ver, la distancia del numerador y el denominador a la raya
35546  de fracción se redondea a unas tres veces el grosor de la raya.
35547 \end_layout
35548
35549 \begin_layout Subsection
35550 Ecuaciones canceladas
35551 \begin_inset Index
35552 status collapsed
35553
35554 \begin_layout Plain Layout
35555 Ecuación ! cancelada
35556 \end_layout
35557
35558 \end_inset
35559
35560
35561 \end_layout
35562
35563 \begin_layout Standard
35564 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
35565  
35566 \series bold
35567 cancel
35568 \series default
35569
35570 \begin_inset Foot
35571 status collapsed
35572
35573 \begin_layout Plain Layout
35574
35575 \series bold
35576 cancel
35577 \series default
35578  forma parte de las distribuciones estándar de LaTeX.
35579 \end_layout
35580
35581 \end_inset
35582
35583
35584 \begin_inset Index
35585 status collapsed
35586
35587 \begin_layout Plain Layout
35588 Paquetes ! cancel
35589 \end_layout
35590
35591 \end_inset
35592
35593  con la línea de preámbulo LaTeX
35594 \end_layout
35595
35596 \begin_layout Standard
35597
35598 \series bold
35599
35600 \backslash
35601 usepackage[samesize]{cancel}
35602 \end_layout
35603
35604 \begin_layout Standard
35605 Hay cuatro formas de cancelar ecuaciones:
35606 \end_layout
35607
35608 \begin_layout Standard
35609 \align center
35610 \begin_inset Tabular
35611 <lyxtabular version="3" rows="5" columns="2">
35612 <features>
35613 <column alignment="center" valignment="top" width="0">
35614 <column alignment="center" valignment="top" width="0">
35615 <row>
35616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35617 \begin_inset Text
35618
35619 \begin_layout Plain Layout
35620 Comando
35621 \end_layout
35622
35623 \end_inset
35624 </cell>
35625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35626 \begin_inset Text
35627
35628 \begin_layout Plain Layout
35629 Resultado
35630 \begin_inset Note Note
35631 status collapsed
35632
35633 \begin_layout Plain Layout
35634 El
35635 \series bold
35636  
35637 \series default
35638 espacio y 
35639 \series bold
35640
35641 \backslash
35642 raisebox
35643 \series default
35644  se usa sólo como espaciador
35645 \end_layout
35646
35647 \end_inset
35648
35649
35650 \end_layout
35651
35652 \end_inset
35653 </cell>
35654 </row>
35655 <row>
35656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35657 \begin_inset Text
35658
35659 \begin_layout Plain Layout
35660
35661 \backslash
35662 cancel{
35663 \backslash
35664 int
35665 \begin_inset ERT
35666 status collapsed
35667
35668 \begin_layout Plain Layout
35669
35670
35671 \backslash
35672 spce 
35673 \end_layout
35674
35675 \end_inset
35676
35677 A=B
35678 \end_layout
35679
35680 \end_inset
35681 </cell>
35682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35683 \begin_inset Text
35684
35685 \begin_layout Plain Layout
35686 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35687 \end_inset
35688
35689
35690 \end_layout
35691
35692 \end_inset
35693 </cell>
35694 </row>
35695 <row>
35696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35697 \begin_inset Text
35698
35699 \begin_layout Plain Layout
35700
35701 \backslash
35702 bcancel{
35703 \backslash
35704 int
35705 \begin_inset ERT
35706 status collapsed
35707
35708 \begin_layout Plain Layout
35709
35710
35711 \backslash
35712 spce 
35713 \end_layout
35714
35715 \end_inset
35716
35717 A=B
35718 \end_layout
35719
35720 \end_inset
35721 </cell>
35722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35723 \begin_inset Text
35724
35725 \begin_layout Plain Layout
35726 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35727 \end_inset
35728
35729
35730 \end_layout
35731
35732 \end_inset
35733 </cell>
35734 </row>
35735 <row>
35736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35737 \begin_inset Text
35738
35739 \begin_layout Plain Layout
35740
35741 \backslash
35742 xcancel{
35743 \backslash
35744 int
35745 \begin_inset ERT
35746 status collapsed
35747
35748 \begin_layout Plain Layout
35749
35750
35751 \backslash
35752 spce 
35753 \end_layout
35754
35755 \end_inset
35756
35757 A=B
35758 \end_layout
35759
35760 \end_inset
35761 </cell>
35762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35763 \begin_inset Text
35764
35765 \begin_layout Plain Layout
35766 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35767 \end_inset
35768
35769
35770 \end_layout
35771
35772 \end_inset
35773 </cell>
35774 </row>
35775 <row>
35776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35777 \begin_inset Text
35778
35779 \begin_layout Plain Layout
35780
35781 \backslash
35782 cancelto{1
35783 \begin_inset Formula $\to$
35784 \end_inset
35785
35786
35787 \backslash
35788 {
35789 \backslash
35790 int
35791 \begin_inset ERT
35792 status collapsed
35793
35794 \begin_layout Plain Layout
35795
35796
35797 \backslash
35798 spce 
35799 \end_layout
35800
35801 \end_inset
35802
35803 A=B
35804 \end_layout
35805
35806 \end_inset
35807 </cell>
35808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35809 \begin_inset Text
35810
35811 \begin_layout Plain Layout
35812 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35813 \end_inset
35814
35815
35816 \end_layout
35817
35818 \end_inset
35819 </cell>
35820 </row>
35821 </lyxtabular>
35822
35823 \end_inset
35824
35825
35826 \end_layout
35827
35828 \begin_layout Standard
35829
35830 \series bold
35831
35832 \backslash
35833 cancelto
35834 \series default
35835  es especialmente apropiada para visualizar la simplificación de fracciones
35836  en una ecuación:
35837 \begin_inset Formula \[
35838 \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}}}\]
35839
35840 \end_inset
35841
35842
35843 \end_layout
35844
35845 \begin_layout Subsection
35846 Ecuaciones en encabezados de sección
35847 \begin_inset CommandInset label
35848 LatexCommand label
35849 name "sub:Ecuaciones-en-encabezados"
35850
35851 \end_inset
35852
35853
35854 \begin_inset Index
35855 status collapsed
35856
35857 \begin_layout Plain Layout
35858 Ecuación ! en encabezados de sección
35859 \end_layout
35860
35861 \end_inset
35862
35863
35864 \end_layout
35865
35866 \begin_layout Standard
35867 Si se quiere poner una ecuación en un encabezado de sección hay que tener
35868  en cuenta lo siguiente:
35869 \end_layout
35870
35871 \begin_layout Standard
35872 \begin_inset Note Greyedout
35873 status open
35874
35875 \begin_layout Plain Layout
35876 Si el soporte para 
35877 \series bold
35878 hyperref
35879 \series default
35880
35881 \begin_inset Index
35882 status collapsed
35883
35884 \begin_layout Plain Layout
35885 Paquetes ! hyperref
35886 \end_layout
35887
35888 \end_inset
35889
35890  está activado en la configuración del documento, 
35891 \family sans
35892 Propiedades
35893 \begin_inset space ~
35894 \end_inset
35895
35896
35897 \family default
35898 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
35899  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
35900  texto del marcador, porque se infringen las convenciones PDF.
35901 \end_layout
35902
35903 \end_inset
35904
35905
35906 \end_layout
35907
35908 \begin_layout Standard
35909 Estos problemas se pueden solucionar insertando al final del encabezado
35910  un título breve con el menú 
35911 \family sans
35912 Insertar\SpecialChar \menuseparator
35913 Título
35914 \begin_inset space ~
35915 \end_inset
35916
35917 breve
35918 \family default
35919 .
35920  Los títulos breves se usan como alternativa para encabezados de sección
35921  con más de una línea para mantener el buen aspecto del índice.
35922  En éste sólo aparece el título breve y por tanto también en los marcadores.
35923 \end_layout
35924
35925 \begin_layout Standard
35926 Si hay que poner ecuaciones en el índice y se usa 
35927 \series bold
35928 hyperref
35929 \series default
35930 , se puede insertar el siguiente comando en modo TeX:
35931 \end_layout
35932
35933 \begin_layout Standard
35934
35935 \series bold
35936
35937 \backslash
35938 texorpdfstring{parte}{alternativa}
35939 \begin_inset Index
35940 status collapsed
35941
35942 \begin_layout Plain Layout
35943 Comandos ! T ! 
35944 \backslash
35945 texorpdfstring
35946 \end_layout
35947
35948 \end_inset
35949
35950
35951 \end_layout
35952
35953 \begin_layout Standard
35954 parte se refiere a la parte del encabezado que no debería aparecer en el
35955  marcador PDF.
35956  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
35957  La alternativa se usa para el marcador en vez de la parte.
35958 \end_layout
35959
35960 \begin_layout Standard
35961 Aquí hay dos ejemplos de encabezados con ecuación:
35962 \end_layout
35963
35964 \begin_layout Standard
35965 \begin_inset VSpace -3mm
35966 \end_inset
35967
35968
35969 \end_layout
35970
35971 \begin_layout Standard
35972 \begin_inset ERT
35973 status collapsed
35974
35975 \begin_layout Plain Layout
35976
35977
35978 \backslash
35979 boldmath 
35980 \end_layout
35981
35982 \end_inset
35983
35984
35985 \end_layout
35986
35987 \begin_layout Subsubsection
35988 Encabezado sin ecuación en el índice 
35989 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35990 \end_inset
35991
35992
35993 \begin_inset OptArg
35994 status collapsed
35995
35996 \begin_layout Plain Layout
35997 Encabezado sin ecuación en el índice
35998 \end_layout
35999
36000 \end_inset
36001
36002
36003 \end_layout
36004
36005 \begin_layout Subsubsection
36006 Encabezado con ecuación en el índice
36007 \begin_inset ERT
36008 status collapsed
36009
36010 \begin_layout Plain Layout
36011
36012
36013 \backslash
36014 texorpdfstring{
36015 \end_layout
36016
36017 \end_inset
36018
36019  
36020 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36021 \end_inset
36022
36023
36024 \begin_inset ERT
36025 status collapsed
36026
36027 \begin_layout Plain Layout
36028
36029 }{}
36030 \end_layout
36031
36032 \end_inset
36033
36034
36035 \end_layout
36036
36037 \begin_layout Standard
36038 \begin_inset ERT
36039 status collapsed
36040
36041 \begin_layout Plain Layout
36042
36043
36044 \backslash
36045 unboldmath 
36046 \end_layout
36047
36048 \end_inset
36049
36050 En el primer encabezado se ha puesto un título breve, en el segundo un 
36051 \series bold
36052
36053 \backslash
36054 texorpdfstring
36055 \series default
36056 .
36057 \end_layout
36058
36059 \begin_layout Standard
36060 Para obtener el mismo formato que en los demás encabezados se han puesto
36061  ambos en un entorno 
36062 \series bold
36063 boldmath
36064 \series default
36065 .
36066 \begin_inset Foot
36067 status collapsed
36068
36069 \begin_layout Plain Layout
36070 véase 
36071 \begin_inset CommandInset ref
36072 LatexCommand ref
36073 reference "sub:Ecuaciones-en-negrita"
36074
36075 \end_inset
36076
36077
36078 \end_layout
36079
36080 \end_inset
36081
36082
36083 \end_layout
36084
36085 \begin_layout Subsection
36086 Ecuaciones en texto multicolumna
36087 \begin_inset Index
36088 status collapsed
36089
36090 \begin_layout Plain Layout
36091 Ecuación ! en texto multicolumna
36092 \end_layout
36093
36094 \end_inset
36095
36096
36097 \end_layout
36098
36099 \begin_layout Standard
36100 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
36101  para ajustarse a la columna y entonces es preciso abarcar la anchura total
36102  de la página.
36103  Esto se hace usando el paquete LaTeX 
36104 \series bold
36105 multicol
36106 \series default
36107 ,
36108 \begin_inset Foot
36109 status collapsed
36110
36111 \begin_layout Plain Layout
36112
36113 \series bold
36114 multicol
36115 \series default
36116  forma parte de las distribuciones LaTeX estándar.
36117 \end_layout
36118
36119 \end_inset
36120
36121
36122 \begin_inset Index
36123 status collapsed
36124
36125 \begin_layout Plain Layout
36126 Paquetes ! multicol
36127 \end_layout
36128
36129 \end_inset
36130
36131  que se carga en el preámbulo LaTeX con la línea
36132 \end_layout
36133
36134 \begin_layout Standard
36135
36136 \series bold
36137
36138 \backslash
36139 usepackage{multicol}
36140 \end_layout
36141
36142 \begin_layout Standard
36143 \begin_inset Note Greyedout
36144 status collapsed
36145
36146 \begin_layout Plain Layout
36147 Ten en cuenta que la opción 
36148 \family sans
36149 Documento
36150 \begin_inset space ~
36151 \end_inset
36152
36153 con
36154 \begin_inset space ~
36155 \end_inset
36156
36157 dos
36158 \begin_inset space ~
36159 \end_inset
36160
36161 caras
36162 \family default
36163 , bajo 
36164 \family sans
36165 Diseño
36166 \begin_inset space ~
36167 \end_inset
36168
36169 de
36170 \begin_inset space ~
36171 \end_inset
36172
36173 página 
36174 \family default
36175 en el menú 
36176 \family sans
36177 Documento\SpecialChar \menuseparator
36178 Configuración
36179 \family default
36180  
36181 \emph on
36182 debe
36183 \emph default
36184  estar desmarcada.
36185 \end_layout
36186
36187 \end_inset
36188
36189
36190 \end_layout
36191
36192 \begin_layout Standard
36193 Antes del texto multicolumna se inserta en modo TeX el comando
36194 \end_layout
36195
36196 \begin_layout Standard
36197
36198 \series bold
36199
36200 \backslash
36201 begin{multicols}{número de columnas}
36202 \end_layout
36203
36204 \begin_layout Standard
36205 El número de columnas está en el rango 2-10.
36206  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
36207  TeX el comando
36208 \end_layout
36209
36210 \begin_layout Standard
36211
36212 \series bold
36213
36214 \backslash
36215 end{multicols}
36216 \end_layout
36217
36218 \begin_layout Standard
36219 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
36220  Para quitarlo se inserta un espacio vertical de -6
36221 \begin_inset space \thinspace{}
36222 \end_inset
36223
36224 mm antes de la ecuación.
36225  Si se usa el estilo 
36226 \series bold
36227 Sangrado
36228 \series default
36229 ,
36230 \begin_inset Foot
36231 status collapsed
36232
36233 \begin_layout Plain Layout
36234 véase estilos de ecuación en 
36235 \begin_inset CommandInset ref
36236 LatexCommand ref
36237 reference "sec:Estilos-de-ecuación"
36238
36239 \end_inset
36240
36241
36242 \end_layout
36243
36244 \end_inset
36245
36246  se inserta un espacio de -9
36247 \begin_inset space \thinspace{}
36248 \end_inset
36249
36250 mm.
36251 \end_layout
36252
36253 \begin_layout Standard
36254 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
36255 \end_layout
36256
36257 \begin_layout Standard
36258
36259 \lang german
36260 \begin_inset ERT
36261 status collapsed
36262
36263 \begin_layout Plain Layout
36264
36265
36266 \backslash
36267 begin{multicols}{2}
36268 \end_layout
36269
36270 \end_inset
36271
36272 Das Spektrum wird fouriertransformiert.
36273  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36274 , Lösungsmittel) zu trennen.
36275  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36276  nun das Aussehen des Ausgangssignals.
36277  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36278  über alle Phasen integrieren muss.
36279  Sei nun 
36280 \begin_inset Formula $S$
36281 \end_inset
36282
36283  unser normiertes Ausgangssignal und 
36284 \begin_inset Formula $P$
36285 \end_inset
36286
36287  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36288 \begin_inset ERT
36289 status collapsed
36290
36291 \begin_layout Plain Layout
36292
36293
36294 \backslash
36295 end{multicols}
36296 \end_layout
36297
36298 \end_inset
36299
36300
36301 \begin_inset VSpace -6mm
36302 \end_inset
36303
36304
36305 \begin_inset Formula \begin{equation}
36306 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
36307
36308 \end_inset
36309
36310
36311 \begin_inset ERT
36312 status collapsed
36313
36314 \begin_layout Plain Layout
36315
36316
36317 \backslash
36318 begin{multicols}{2}
36319 \end_layout
36320
36321 \end_inset
36322
36323 wobei 
36324 \begin_inset Formula $S_{0}$
36325 \end_inset
36326
36327  das Signal ohne Gradient ist und die Normierungsbedingung 
36328 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36329 \end_inset
36330
36331  gilt.
36332  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36333  Direkt nach dem 
36334 \begin_inset Formula $\nicefrac{\pi}{2}$
36335 \end_inset
36336
36337
36338 \begin_inset space \thinspace{}
36339 \end_inset
36340
36341 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36342  das Signal zusätzlich abschwächt.
36343  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36344  
36345 \begin_inset Formula $T_{2}$
36346 \end_inset
36347
36348 -Zeit.
36349 \end_layout
36350
36351 \begin_layout Standard
36352
36353 \lang german
36354 \begin_inset ERT
36355 status collapsed
36356
36357 \begin_layout Plain Layout
36358
36359
36360 \backslash
36361 end{multicols}
36362 \end_layout
36363
36364 \end_inset
36365
36366
36367 \end_layout
36368
36369 \begin_layout Subsection
36370 Ecuaciones con descripción de variables
36371 \begin_inset Index
36372 status collapsed
36373
36374 \begin_layout Plain Layout
36375 Ecuación ! con descripción de variables
36376 \end_layout
36377
36378 \end_inset
36379
36380
36381 \end_layout
36382
36383 \begin_layout Standard
36384 Para describir variables en una ecuación, como en la fórmula 
36385 \begin_inset CommandInset ref
36386 LatexCommand eqref
36387 reference "eq:within"
36388
36389 \end_inset
36390
36391 , se inserta una matriz 2×
36392 \begin_inset Formula $n$
36393 \end_inset
36394
36395  con columnas alineadas a la izquierda para las 
36396 \emph on
36397
36398 \begin_inset Formula $n$
36399 \end_inset
36400
36401
36402 \emph default
36403  variables usadas.
36404 \begin_inset Foot
36405 status collapsed
36406
36407 \begin_layout Plain Layout
36408 véase matrices en 
36409 \begin_inset CommandInset ref
36410 LatexCommand ref
36411 reference "sec:Matrices"
36412
36413 \end_inset
36414
36415
36416 \end_layout
36417
36418 \end_inset
36419
36420  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
36421  
36422 \series bold
36423
36424 \backslash
36425 footnotesize
36426 \series default
36427  antes de la matriz.
36428 \begin_inset Foot
36429 status collapsed
36430
36431 \begin_layout Plain Layout
36432 véase tamaños de fuentes en 
36433 \begin_inset CommandInset ref
36434 LatexCommand ref
36435 reference "sub:Tamaños-de-fuentes"
36436
36437 \end_inset
36438
36439 .
36440 \end_layout
36441
36442 \end_inset
36443
36444
36445 \end_layout
36446
36447 \begin_layout Standard
36448 Si se usa el estilo 
36449 \series bold
36450 Sangrado
36451 \series default
36452 ,
36453 \begin_inset Foot
36454 status collapsed
36455
36456 \begin_layout Plain Layout
36457 véase estilos de ecuación en 
36458 \begin_inset CommandInset ref
36459 LatexCommand ref
36460 reference "sec:Estilos-de-ecuación"
36461
36462 \end_inset
36463
36464
36465 \end_layout
36466
36467 \end_inset
36468
36469  se inserta un 
36470 \series bold
36471
36472 \backslash
36473 hfill
36474 \series default
36475
36476 \begin_inset Foot
36477 status collapsed
36478
36479 \begin_layout Plain Layout
36480
36481 \series bold
36482
36483 \backslash
36484 hfill
36485 \series default
36486  sólo funciona en ecuaciones en estilo 
36487 \series bold
36488 Sangrado
36489 \series default
36490 , véase 
36491 \begin_inset CommandInset ref
36492 LatexCommand ref
36493 reference "sub:Espacio-variable"
36494
36495 \end_inset
36496
36497
36498 \end_layout
36499
36500 \end_inset
36501
36502  delante y detrás de la matriz para que tenga la misma separación con la
36503  ecuación y con el margen.
36504 \end_layout
36505
36506 \begin_layout Standard
36507 Si se usa el estilo 
36508 \series bold
36509 Centrado
36510 \series default
36511  se emplea el método descrito en la 
36512 \begin_inset CommandInset ref
36513 LatexCommand ref
36514 reference "sub:Entorno-flalign"
36515
36516 \end_inset
36517
36518  para sangrar la ecuación.
36519  La ecuación 
36520 \begin_inset CommandInset ref
36521 LatexCommand eqref
36522 reference "eq:within"
36523
36524 \end_inset
36525
36526  consta de cinco columnas ya que las dos primeras contienen la fórmula,
36527  la tercera la matriz y la última una llave TeX vacía.
36528 \begin_inset Formula \begin{flalign}
36529 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
36530 \rho & \mbox{densidad}\\
36531 V & \mbox{volumen}\\
36532 g & \mbox{aceleración gravitatoria}\end{array} &  & {}\label{eq:within}\end{flalign}
36533
36534 \end_inset
36535
36536
36537 \end_layout
36538
36539 \begin_layout Subsection
36540 Letras griegas minúsculas en redonda
36541 \begin_inset CommandInset label
36542 LatexCommand label
36543 name "sub:Griegas-en-redonda"
36544
36545 \end_inset
36546
36547
36548 \begin_inset Index
36549 status collapsed
36550
36551 \begin_layout Plain Layout
36552 Letras griegas ! en redonda
36553 \end_layout
36554
36555 \end_inset
36556
36557
36558 \end_layout
36559
36560 \begin_layout Standard
36561 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
36562  cursiva.
36563  Pero para símbolos de partículas elementales como piones y neutrinos hacen
36564  falta letras griegas en redonda.
36565  El archivo 
36566 \series bold
36567 upgreek.sty
36568 \series default
36569
36570 \begin_inset Foot
36571 status collapsed
36572
36573 \begin_layout Plain Layout
36574
36575 \series bold
36576 upgreek
36577 \series default
36578  forma parte del paquete LaTeX 
36579 \series bold
36580 was
36581 \series default
36582
36583 \begin_inset Index
36584 status collapsed
36585
36586 \begin_layout Plain Layout
36587 Paquetes ! was
36588 \begin_inset ERT
36589 status collapsed
36590
36591 \begin_layout Plain Layout
36592
36593
36594 \backslash
36595 vspace{4mm}
36596 \end_layout
36597
36598 \end_inset
36599
36600
36601 \end_layout
36602
36603 \end_inset
36604
36605 .
36606 \end_layout
36607
36608 \end_inset
36609
36610
36611 \begin_inset Index
36612 status collapsed
36613
36614 \begin_layout Plain Layout
36615 Paquetes ! upgreek
36616 \end_layout
36617
36618 \end_inset
36619
36620 , que se carga en el preámbulo LaTeX con la línea
36621 \end_layout
36622
36623 \begin_layout Standard
36624
36625 \series bold
36626
36627 \backslash
36628 usepackage{upgreek}
36629 \end_layout
36630
36631 \begin_layout Standard
36632 las suministra.
36633  
36634 \begin_inset ERT
36635 status collapsed
36636
36637 \begin_layout Plain Layout
36638
36639
36640 \backslash
36641 ifupgreek 
36642 \end_layout
36643
36644 \end_inset
36645
36646
36647 \begin_inset Note Note
36648 status open
36649
36650 \begin_layout Plain Layout
36651 Lo siguinente sólo se podrá ver si está instalado el paquete LaTeX 
36652 \series bold
36653 upgreek
36654 \series default
36655 :
36656 \end_layout
36657
36658 \end_inset
36659
36660  Se imprimen con el comando de la letra correspondiente precedido de 
36661 \series bold
36662 up
36663 \series default
36664 .
36665  Por ejemplo, el comando 
36666 \series bold
36667
36668 \backslash
36669 uptau
36670 \series default
36671  genera: 
36672 \begin_inset Formula $\uptau$
36673 \end_inset
36674
36675
36676 \end_layout
36677
36678 \begin_layout Standard
36679 Con estos comandos se pueden escribir reacciones entre partículas elementales:
36680 \begin_inset Formula \[
36681 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}\]
36682
36683 \end_inset
36684
36685
36686 \end_layout
36687
36688 \begin_layout Standard
36689 Las letras en redonda son más remarcadas y más grandes que las correspondientes
36690  en cursiva.
36691  Por tanto no deberían emplearse para unidades como 
36692 \begin_inset Quotes fld
36693 \end_inset
36694
36695 µm
36696 \begin_inset Quotes frd
36697 \end_inset
36698
36699 .
36700 \end_layout
36701
36702 \begin_layout Standard
36703 \begin_inset ERT
36704 status collapsed
36705
36706 \begin_layout Plain Layout
36707
36708
36709 \backslash
36710 else 
36711 \end_layout
36712
36713 \end_inset
36714
36715
36716 \begin_inset Note Note
36717 status open
36718
36719 \begin_layout Plain Layout
36720 Lo siguiente se mostrará si el paquete LaTeX 
36721 \series bold
36722 upgreek
36723 \series default
36724  no está instalado:
36725 \end_layout
36726
36727 \end_inset
36728
36729
36730 \end_layout
36731
36732 \begin_layout Standard
36733 Debes instalar el paquete LaTeX 
36734 \series bold
36735 upgreek
36736 \series default
36737  para ver en la salida el resto de esta subsección.
36738  
36739 \end_layout
36740
36741 \begin_layout Standard
36742 \begin_inset ERT
36743 status collapsed
36744
36745 \begin_layout Plain Layout
36746
36747
36748 \backslash
36749 fi
36750 \end_layout
36751
36752 \end_inset
36753
36754
36755 \end_layout
36756
36757 \begin_layout Subsection
36758 Caracteres de texto en ecuaciones
36759 \begin_inset CommandInset label
36760 LatexCommand label
36761 name "sub:Caracteres-de-texto"
36762
36763 \end_inset
36764
36765
36766 \begin_inset Index
36767 status collapsed
36768
36769 \begin_layout Plain Layout
36770 Texto ! en ecuaciones
36771 \end_layout
36772
36773 \end_inset
36774
36775
36776 \end_layout
36777
36778 \begin_layout Standard
36779 En algunos casos podrías querer insertar caracteres de texto directamente
36780  en ecuaciones.
36781  Por ejemplo, cuando se usa con frecuencia el punto centrado 
36782 \begin_inset Formula $\cdot$
36783 \end_inset
36784
36785  en expresiones como 
36786 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
36787 \end_inset
36788
36789 , habría que insertar el comando 
36790 \series bold
36791
36792 \backslash
36793 cdot
36794 \series default
36795
36796 \begin_inset Foot
36797 status collapsed
36798
36799 \begin_layout Plain Layout
36800 véase 
36801 \begin_inset CommandInset ref
36802 LatexCommand ref
36803 reference "sub:Operadores-binarios"
36804
36805 \end_inset
36806
36807
36808 \end_layout
36809
36810 \end_inset
36811
36812  continuamente, porque este carácter está definido en todas las codificaciones
36813  como carácter de texto.
36814  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
36815 \end_layout
36816
36817 \begin_layout Standard
36818
36819 \series bold
36820
36821 \backslash
36822 Declare Inputtext{183}{
36823 \backslash
36824 ifmmode
36825 \backslash
36826 cdot
36827 \backslash
36828 else
36829 \backslash
36830 textperiodcentered
36831 \backslash
36832 f\SpecialChar \textcompwordmark{}
36833 i}
36834 \end_layout
36835
36836 \begin_layout Standard
36837 La codificación de caracteres (menú 
36838 \family sans
36839 Documento\SpecialChar \menuseparator
36840 Configuración\SpecialChar \menuseparator
36841 Idioma
36842 \family default
36843 ) especifica el carácter que se muestra al pulsar una tecla.
36844  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
36845  
36846 \series bold
36847
36848 \backslash
36849 textperiodcentered
36850 \series default
36851 .
36852  Pero este comando no está disponible en ecuaciones así que obtendrías errores
36853  de LaTeX.
36854  Con la codificación cambiada se escoge automáticamente el comando correcto,
36855  dependiendo de si el carácter se ha insertado en una ecuación o no.
36856 \end_layout
36857
36858 \begin_layout Standard
36859 La codificación de diversos caracteres se guarda en archivos de definición.
36860  Por ejemplo la codificación 
36861 \series bold
36862 latin9
36863 \series default
36864  se define en el archivo 
36865 \series bold
36866 latin9.def
36867 \series default
36868  que está en el directorio de LaTeX.
36869  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
36870  archivo de definición, de lo contrario nuestros documentos no podrían ser
36871  editados en otros ordenadores.
36872 \begin_inset VSpace medskip
36873 \end_inset
36874
36875
36876 \end_layout
36877
36878 \begin_layout Standard
36879 Además del punto centrado, en este documento se ha definido el símbolo grado
36880  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
36881  directamente en una fórmula:
36882 \end_layout
36883
36884 \begin_layout Standard
36885
36886 \series bold
36887
36888 \backslash
36889 DeclareInputtext{176}{
36890 \backslash
36891 ifmmode^
36892 \backslash
36893 circ
36894 \backslash
36895 else
36896 \backslash
36897 textdegree
36898 \backslash
36899 f\SpecialChar \textcompwordmark{}
36900 i}
36901 \begin_inset Newpage newpage
36902 \end_inset
36903
36904
36905 \end_layout
36906
36907 \begin_layout Section
36908 \start_of_appendix
36909 Notas sobre tipografía
36910 \begin_inset Index
36911 status collapsed
36912
36913 \begin_layout Plain Layout
36914 Tipografía, notas
36915 \end_layout
36916
36917 \end_inset
36918
36919
36920 \end_layout
36921
36922 \begin_layout Standard
36923 Esta sección es un resumen de las normas tipográficas ISO más importantes.
36924 \begin_inset Foot
36925 status collapsed
36926
36927 \begin_layout Plain Layout
36928 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
36929  
36930 \begin_inset Quotes fld
36931 \end_inset
36932
36933 Duden
36934 \begin_inset Quotes frd
36935 \end_inset
36936
36937  
36938 \begin_inset CommandInset citation
36939 LatexCommand cite
36940 key "Duden"
36941
36942 \end_inset
36943
36944 , que incluye algunas de las normas ISO.
36945  
36946 \begin_inset Newline newline
36947 \end_inset
36948
36949 (
36950 \emph on
36951 N.
36952 \begin_inset space \thinspace{}
36953 \end_inset
36954
36955 del t.
36956 \emph default
36957 : Para documentación en español sobre el tema, véase 
36958 \begin_inset CommandInset citation
36959 LatexCommand cite
36960 key "Bezos"
36961
36962 \end_inset
36963
36964 .)
36965 \end_layout
36966
36967 \end_inset
36968
36969
36970 \end_layout
36971
36972 \begin_layout Itemize
36973 Las unidades físicas se escriben 
36974 \emph on
36975 siempre 
36976 \emph default
36977 en redonda
36978 \begin_inset Foot
36979 status collapsed
36980
36981 \begin_layout Plain Layout
36982 véase estilos de fuentes en 
36983 \begin_inset CommandInset ref
36984 LatexCommand ref
36985 reference "sub:Estilos-de-fuentes"
36986
36987 \end_inset
36988
36989
36990 \end_layout
36991
36992 \end_inset
36993
36994 : 30
36995 \begin_inset space \thinspace{}
36996 \end_inset
36997
36998 km/h
36999 \begin_inset Newline newline
37000 \end_inset
37001
37002 Entre el valor y la unidad hay un espacio delgado, véase 
37003 \begin_inset CommandInset ref
37004 LatexCommand ref
37005 reference "sub:Espacio-predefinido"
37006
37007 \end_inset
37008
37009 .
37010 \begin_inset Newline newline
37011 \end_inset
37012
37013 Esta norma la cumple automáticamente el comando 
37014 \series bold
37015
37016 \backslash
37017 unittwo
37018 \series default
37019 .
37020  Si se introduce en una fórmula aparecen dos cuadros.
37021  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
37022  como antes, 
37023 \begin_inset Formula $\unit[30]{km/h}$
37024 \end_inset
37025
37026
37027 \begin_inset space \thinspace{}
37028 \end_inset
37029
37030 .
37031  Ten en cuenta que 
37032 \series bold
37033
37034 \backslash
37035 unittwo
37036 \series default
37037  no es un auténtico comando LaTeX, sino el comando 
37038 \series bold
37039
37040 \backslash
37041 unit[value]{unit}
37042 \series default
37043 , por tanto no lo puedes usar en código TeX.
37044 \end_layout
37045
37046 \begin_layout Itemize
37047 Los signos por ciento y por mil se escriben como las unidades físicas:
37048 \begin_inset Newline newline
37049 \end_inset
37050
37051 1,2
37052 \begin_inset space \thinspace{}
37053 \end_inset
37054
37055 ‰ de alcohol en sangre.
37056 \end_layout
37057
37058 \begin_layout Itemize
37059 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
37060  otra unidad: 15
37061 \begin_inset space \thinspace{}
37062 \end_inset
37063
37064 °C
37065 \end_layout
37066
37067 \begin_layout Itemize
37068 En números con más de cuatro dígitos se inserta un espacio delgado para
37069  separarlos en grupos de tres cifras: 18
37070 \begin_inset space \thinspace{}
37071 \end_inset
37072
37073 473
37074 \begin_inset space \thinspace{}
37075 \end_inset
37076
37077 588
37078 \end_layout
37079
37080 \begin_layout Itemize
37081 Para dimensiones como 120×90×40
37082 \begin_inset space \thinspace{}
37083 \end_inset
37084
37085 cm se usa el aspa de multiplicar 
37086 \begin_inset Quotes fld
37087 \end_inset
37088
37089 ×
37090 \begin_inset Quotes frd
37091 \end_inset
37092
37093 .
37094  Está disponible en el menú 
37095 \family sans
37096 Insertar\SpecialChar \menuseparator
37097 Carácter especial
37098 \family default
37099 \SpecialChar \menuseparator
37100
37101 \family sans
37102 Símbolos
37103 \family default
37104  o bien mediante el comando 
37105 \series bold
37106
37107 \backslash
37108 times
37109 \series default
37110 .
37111  Se puede insertar directamente con cierta combinación de teclas.
37112 \end_layout
37113
37114 \begin_layout Itemize
37115 Las funciones con nombres que constan de varias letras se escriben en redonda
37116  para evitar confusiones, véase 
37117 \begin_inset CommandInset ref
37118 LatexCommand ref
37119 reference "sub:Funciones-predefinidas"
37120
37121 \end_inset
37122
37123 .
37124 \end_layout
37125
37126 \begin_layout Itemize
37127 Los índices que constan de varias letras se escriben en redonda: 
37128 \begin_inset Formula $E_{\mathrm{cin}}$
37129 \end_inset
37130
37131
37132 \begin_inset Newline newline
37133 \end_inset
37134
37135 Los componentes de una matriz se escriben en cursiva: 
37136 \begin_inset Formula $\hat{H}_{kl}$
37137 \end_inset
37138
37139
37140 \end_layout
37141
37142 \begin_layout Itemize
37143 El operador de diferenciación/integración 'd', el número de Euler 'e' y
37144  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
37145 s con otras variables.
37146 \end_layout
37147
37148 \begin_layout Itemize
37149 El carácter que indica una transformación 
37150 \noun on
37151 Fourier
37152 \noun default
37153  se inserta con el comando 
37154 \series bold
37155
37156 \backslash
37157 mathscr
37158 \begin_inset ERT
37159 status collapsed
37160
37161 \begin_layout Plain Layout
37162
37163
37164 \backslash
37165 spce 
37166 \end_layout
37167
37168 \end_inset
37169
37170
37171 \backslash
37172 {F
37173 \series default
37174
37175 \begin_inset Index
37176 status collapsed
37177
37178 \begin_layout Plain Layout
37179 Comandos ! M ! 
37180 \backslash
37181 mathscr
37182 \end_layout
37183
37184 \end_inset
37185
37186  o mediante el menú
37187 \family sans
37188  Insertar\SpecialChar \menuseparator
37189 Carácter especial
37190 \family default
37191 \SpecialChar \menuseparator
37192
37193 \family sans
37194 Símbolos\SpecialChar \menuseparator
37195 Símbolos de letra
37196 \family default
37197
37198 \begin_inset Formula $\mathscr{F}$
37199 \end_inset
37200
37201
37202 \begin_inset Newline newline
37203 \end_inset
37204
37205 Para poder usar el comando 
37206 \series bold
37207
37208 \backslash
37209 mathscr
37210 \series default
37211 , hay que cargar el paquete LaTeX
37212 \series bold
37213  mathrsfs
37214 \series default
37215
37216 \begin_inset Index
37217 status collapsed
37218
37219 \begin_layout Plain Layout
37220 Paquetes ! mathrsfs
37221 \end_layout
37222
37223 \end_inset
37224
37225  en el preámbulo LaTeX mediante la línea 
37226 \series bold
37227
37228 \backslash
37229 usepackage{mathrsfs}
37230 \series default
37231 .
37232 \end_layout
37233
37234 \begin_layout Standard
37235 \begin_inset Newpage newpage
37236 \end_inset
37237
37238
37239 \end_layout
37240
37241 \begin_layout Section
37242 Sinónimos
37243 \begin_inset Index
37244 status collapsed
37245
37246 \begin_layout Plain Layout
37247 Sinónimos
37248 \end_layout
37249
37250 \end_inset
37251
37252
37253 \end_layout
37254
37255 \begin_layout Standard
37256 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
37257  como los que se recogen en esta lista:
37258 \begin_inset Foot
37259 status collapsed
37260
37261 \begin_layout Plain Layout
37262 véase también 
37263 \begin_inset CommandInset ref
37264 LatexCommand ref
37265 reference "fn:sinónimos"
37266
37267 \end_inset
37268
37269 .
37270 \end_layout
37271
37272 \end_inset
37273
37274
37275 \end_layout
37276
37277 \begin_layout Standard
37278
37279 \end_layout
37280
37281 \begin_layout Standard
37282 \begin_inset VSpace bigskip
37283 \end_inset
37284
37285
37286 \begin_inset space \hfill{}
37287 \end_inset
37288
37289
37290 \begin_inset Tabular
37291 <lyxtabular version="3" rows="12" columns="2">
37292 <features>
37293 <column alignment="center" valignment="top" width="0pt">
37294 <column alignment="center" valignment="top" width="0pt">
37295 <row>
37296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37297 \begin_inset Text
37298
37299 \begin_layout Plain Layout
37300 Comando
37301 \end_layout
37302
37303 \end_inset
37304 </cell>
37305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37306 \begin_inset Text
37307
37308 \begin_layout Plain Layout
37309 equivalente a
37310 \begin_inset Note Note
37311 status collapsed
37312
37313 \begin_layout Plain Layout
37314
37315 \series bold
37316
37317 \backslash
37318 raisebox
37319 \series default
37320  se usa sólo como espaciador
37321 \end_layout
37322
37323 \end_inset
37324
37325
37326 \end_layout
37327
37328 \end_inset
37329 </cell>
37330 </row>
37331 <row>
37332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37333 \begin_inset Text
37334
37335 \begin_layout Plain Layout
37336
37337 \backslash
37338 ast
37339 \end_layout
37340
37341 \end_inset
37342 </cell>
37343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37344 \begin_inset Text
37345
37346 \begin_layout Plain Layout
37347 \begin_inset ERT
37348 status collapsed
37349
37350 \begin_layout Plain Layout
37351
37352
37353 \backslash
37354 raisebox{-1.2mm}{
37355 \end_layout
37356
37357 \end_inset
37358
37359 *
37360 \begin_inset ERT
37361 status collapsed
37362
37363 \begin_layout Plain Layout
37364
37365 }
37366 \end_layout
37367
37368 \end_inset
37369
37370
37371 \end_layout
37372
37373 \end_inset
37374 </cell>
37375 </row>
37376 <row>
37377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37378 \begin_inset Text
37379
37380 \begin_layout Plain Layout
37381
37382 \backslash
37383 choose
37384 \end_layout
37385
37386 \end_inset
37387 </cell>
37388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37389 \begin_inset Text
37390
37391 \begin_layout Plain Layout
37392
37393 \backslash
37394 binom
37395 \end_layout
37396
37397 \end_inset
37398 </cell>
37399 </row>
37400 <row>
37401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37402 \begin_inset Text
37403
37404 \begin_layout Plain Layout
37405
37406 \backslash
37407 geq
37408 \end_layout
37409
37410 \end_inset
37411 </cell>
37412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37413 \begin_inset Text
37414
37415 \begin_layout Plain Layout
37416
37417 \backslash
37418 ge
37419 \end_layout
37420
37421 \end_inset
37422 </cell>
37423 </row>
37424 <row>
37425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37426 \begin_inset Text
37427
37428 \begin_layout Plain Layout
37429
37430 \backslash
37431 lbrace
37432 \end_layout
37433
37434 \end_inset
37435 </cell>
37436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37437 \begin_inset Text
37438
37439 \begin_layout Plain Layout
37440 {
37441 \end_layout
37442
37443 \end_inset
37444 </cell>
37445 </row>
37446 <row>
37447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37448 \begin_inset Text
37449
37450 \begin_layout Plain Layout
37451
37452 \backslash
37453 lbracket
37454 \end_layout
37455
37456 \end_inset
37457 </cell>
37458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37459 \begin_inset Text
37460
37461 \begin_layout Plain Layout
37462 [
37463 \end_layout
37464
37465 \end_inset
37466 </cell>
37467 </row>
37468 <row>
37469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37470 \begin_inset Text
37471
37472 \begin_layout Plain Layout
37473
37474 \backslash
37475 leftarrow
37476 \end_layout
37477
37478 \end_inset
37479 </cell>
37480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37481 \begin_inset Text
37482
37483 \begin_layout Plain Layout
37484
37485 \backslash
37486 gets
37487 \end_layout
37488
37489 \end_inset
37490 </cell>
37491 </row>
37492 <row>
37493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37494 \begin_inset Text
37495
37496 \begin_layout Plain Layout
37497
37498 \backslash
37499 leq
37500 \end_layout
37501
37502 \end_inset
37503 </cell>
37504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37505 \begin_inset Text
37506
37507 \begin_layout Plain Layout
37508
37509 \backslash
37510 le
37511 \end_layout
37512
37513 \end_inset
37514 </cell>
37515 </row>
37516 <row>
37517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37518 \begin_inset Text
37519
37520 \begin_layout Plain Layout
37521
37522 \backslash
37523 lor
37524 \end_layout
37525
37526 \end_inset
37527 </cell>
37528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37529 \begin_inset Text
37530
37531 \begin_layout Plain Layout
37532
37533 \backslash
37534 vee
37535 \end_layout
37536
37537 \end_inset
37538 </cell>
37539 </row>
37540 <row>
37541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37542 \begin_inset Text
37543
37544 \begin_layout Plain Layout
37545
37546 \backslash
37547 neq
37548 \end_layout
37549
37550 \end_inset
37551 </cell>
37552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37553 \begin_inset Text
37554
37555 \begin_layout Plain Layout
37556
37557 \backslash
37558 not=
37559 \end_layout
37560
37561 \end_inset
37562 </cell>
37563 </row>
37564 <row>
37565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37566 \begin_inset Text
37567
37568 \begin_layout Plain Layout
37569
37570 \backslash
37571 slash
37572 \end_layout
37573
37574 \end_inset
37575 </cell>
37576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37577 \begin_inset Text
37578
37579 \begin_layout Plain Layout
37580 /
37581 \end_layout
37582
37583 \end_inset
37584 </cell>
37585 </row>
37586 <row>
37587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37588 \begin_inset Text
37589
37590 \begin_layout Plain Layout
37591
37592 \backslash
37593 vert
37594 \end_layout
37595
37596 \end_inset
37597 </cell>
37598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37599 \begin_inset Text
37600
37601 \begin_layout Plain Layout
37602 |
37603 \end_layout
37604
37605 \end_inset
37606 </cell>
37607 </row>
37608 </lyxtabular>
37609
37610 \end_inset
37611
37612
37613 \begin_inset space \hfill{}
37614 \end_inset
37615
37616
37617 \begin_inset Tabular
37618 <lyxtabular version="3" rows="12" columns="2">
37619 <features>
37620 <column alignment="center" valignment="top" width="0pt">
37621 <column alignment="center" valignment="top" width="0pt">
37622 <row>
37623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37624 \begin_inset Text
37625
37626 \begin_layout Plain Layout
37627 Comando
37628 \end_layout
37629
37630 \end_inset
37631 </cell>
37632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37633 \begin_inset Text
37634
37635 \begin_layout Plain Layout
37636 equivalente a
37637 \end_layout
37638
37639 \end_inset
37640 </cell>
37641 </row>
37642 <row>
37643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37644 \begin_inset Text
37645
37646 \begin_layout Plain Layout
37647
37648 \backslash
37649 backslash
37650 \end_layout
37651
37652 \end_inset
37653 </cell>
37654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37655 \begin_inset Text
37656
37657 \begin_layout Plain Layout
37658
37659 \backslash
37660
37661 \backslash
37662
37663 \end_layout
37664
37665 \end_inset
37666 </cell>
37667 </row>
37668 <row>
37669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37670 \begin_inset Text
37671
37672 \begin_layout Plain Layout
37673
37674 \backslash
37675 dasharrow
37676 \end_layout
37677
37678 \end_inset
37679 </cell>
37680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37681 \begin_inset Text
37682
37683 \begin_layout Plain Layout
37684
37685 \backslash
37686 dashrightarrow
37687 \end_layout
37688
37689 \end_inset
37690 </cell>
37691 </row>
37692 <row>
37693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37694 \begin_inset Text
37695
37696 \begin_layout Plain Layout
37697
37698 \backslash
37699 land
37700 \end_layout
37701
37702 \end_inset
37703 </cell>
37704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37705 \begin_inset Text
37706
37707 \begin_layout Plain Layout
37708
37709 \backslash
37710 wedge
37711 \end_layout
37712
37713 \end_inset
37714 </cell>
37715 </row>
37716 <row>
37717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37718 \begin_inset Text
37719
37720 \begin_layout Plain Layout
37721
37722 \backslash
37723 rbrace
37724 \end_layout
37725
37726 \end_inset
37727 </cell>
37728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37729 \begin_inset Text
37730
37731 \begin_layout Plain Layout
37732 }
37733 \end_layout
37734
37735 \end_inset
37736 </cell>
37737 </row>
37738 <row>
37739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37740 \begin_inset Text
37741
37742 \begin_layout Plain Layout
37743
37744 \backslash
37745 rbracket
37746 \end_layout
37747
37748 \end_inset
37749 </cell>
37750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37751 \begin_inset Text
37752
37753 \begin_layout Plain Layout
37754 ]
37755 \end_layout
37756
37757 \end_inset
37758 </cell>
37759 </row>
37760 <row>
37761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37762 \begin_inset Text
37763
37764 \begin_layout Plain Layout
37765
37766 \backslash
37767 rightarrow
37768 \end_layout
37769
37770 \end_inset
37771 </cell>
37772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37773 \begin_inset Text
37774
37775 \begin_layout Plain Layout
37776
37777 \backslash
37778 to
37779 \end_layout
37780
37781 \end_inset
37782 </cell>
37783 </row>
37784 <row>
37785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37786 \begin_inset Text
37787
37788 \begin_layout Plain Layout
37789
37790 \backslash
37791 lnot
37792 \end_layout
37793
37794 \end_inset
37795 </cell>
37796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37797 \begin_inset Text
37798
37799 \begin_layout Plain Layout
37800
37801 \backslash
37802 neg
37803 \end_layout
37804
37805 \end_inset
37806 </cell>
37807 </row>
37808 <row>
37809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37810 \begin_inset Text
37811
37812 \begin_layout Plain Layout
37813
37814 \backslash
37815 ne
37816 \end_layout
37817
37818 \end_inset
37819 </cell>
37820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37821 \begin_inset Text
37822
37823 \begin_layout Plain Layout
37824
37825 \backslash
37826 not=
37827 \end_layout
37828
37829 \end_inset
37830 </cell>
37831 </row>
37832 <row>
37833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37834 \begin_inset Text
37835
37836 \begin_layout Plain Layout
37837
37838 \backslash
37839 owns
37840 \end_layout
37841
37842 \end_inset
37843 </cell>
37844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37845 \begin_inset Text
37846
37847 \begin_layout Plain Layout
37848
37849 \backslash
37850 ni
37851 \end_layout
37852
37853 \end_inset
37854 </cell>
37855 </row>
37856 <row>
37857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37858 \begin_inset Text
37859
37860 \begin_layout Plain Layout
37861
37862 \backslash
37863 square
37864 \end_layout
37865
37866 \end_inset
37867 </cell>
37868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37869 \begin_inset Text
37870
37871 \begin_layout Plain Layout
37872
37873 \backslash
37874 Box
37875 \end_layout
37876
37877 \end_inset
37878 </cell>
37879 </row>
37880 <row>
37881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37882 \begin_inset Text
37883
37884 \begin_layout Plain Layout
37885
37886 \backslash
37887 Vert
37888 \end_layout
37889
37890 \end_inset
37891 </cell>
37892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37893 \begin_inset Text
37894
37895 \begin_layout Plain Layout
37896
37897 \backslash
37898 |
37899 \end_layout
37900
37901 \end_inset
37902 </cell>
37903 </row>
37904 </lyxtabular>
37905
37906 \end_inset
37907
37908
37909 \begin_inset space \hfill{}
37910 \end_inset
37911
37912
37913 \end_layout
37914
37915 \begin_layout Standard
37916 \begin_inset Newpage newpage
37917 \end_inset
37918
37919
37920 \end_layout
37921
37922 \begin_layout Bibliography
37923 \begin_inset CommandInset bibitem
37924 LatexCommand bibitem
37925 key "TLC2"
37926
37927 \end_inset
37928
37929
37930 \shape smallcaps
37931 Mittelbach, F.
37932  ; Goossens, M.
37933 \shape default
37934
37935 \shape italic
37936 The LaTeX Companion
37937 \shape default
37938 .
37939  Addison Wesley, 2004
37940 \end_layout
37941
37942 \begin_layout Bibliography
37943 \begin_inset CommandInset bibitem
37944 LatexCommand bibitem
37945 key "Mathmode"
37946
37947 \end_inset
37948
37949
37950 \begin_inset CommandInset href
37951 LatexCommand href
37952 name "Descripción"
37953 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37954
37955 \end_inset
37956
37957  de habilidades matemáticas de LaTeX
37958 \end_layout
37959
37960 \begin_layout Bibliography
37961 \begin_inset CommandInset bibitem
37962 LatexCommand bibitem
37963 key "Voss"
37964
37965 \end_inset
37966
37967
37968 \begin_inset CommandInset href
37969 LatexCommand href
37970 name "Página web"
37971 target "http://tug.org/TeXnik/"
37972
37973 \end_inset
37974
37975  con sugerencias y consejos de LaTeX
37976 \end_layout
37977
37978 \begin_layout Bibliography
37979 \begin_inset CommandInset bibitem
37980 LatexCommand bibitem
37981 key "AMS"
37982
37983 \end_inset
37984
37985
37986 \begin_inset CommandInset href
37987 LatexCommand href
37988 name "Descripción"
37989 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37990
37991 \end_inset
37992
37993  de 
37994 \begin_inset ERT
37995 status collapsed
37996
37997 \begin_layout Plain Layout
37998
37999
38000 \backslash
38001 AmS
38002 \end_layout
38003
38004 \end_inset
38005
38006 -LaTeX
38007 \end_layout
38008
38009 \begin_layout Bibliography
38010 \begin_inset CommandInset bibitem
38011 LatexCommand bibitem
38012 key "Symbole"
38013
38014 \end_inset
38015
38016
38017 \begin_inset CommandInset href
38018 LatexCommand href
38019 name "Lista"
38020 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38021
38022 \end_inset
38023
38024  de todos los símbolos disponibles con paquetes LaTeX
38025 \end_layout
38026
38027 \begin_layout Bibliography
38028 \begin_inset CommandInset bibitem
38029 LatexCommand bibitem
38030 key "hyperref"
38031
38032 \end_inset
38033
38034
38035 \begin_inset CommandInset href
38036 LatexCommand href
38037 name "Documentación"
38038 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38039
38040 \end_inset
38041
38042  del paquete LaTeX 
38043 \series bold
38044 hyperref
38045 \series default
38046
38047 \begin_inset Index
38048 status collapsed
38049
38050 \begin_layout Plain Layout
38051 Paquetes ! hyperref
38052 \end_layout
38053
38054 \end_inset
38055
38056
38057 \end_layout
38058
38059 \begin_layout Bibliography
38060 \begin_inset CommandInset bibitem
38061 LatexCommand bibitem
38062 key "mhchem"
38063
38064 \end_inset
38065
38066
38067 \begin_inset CommandInset href
38068 LatexCommand href
38069 name "Documentación"
38070 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38071
38072 \end_inset
38073
38074  del paquete LaTeX 
38075 \series bold
38076 mhchem
38077 \series default
38078
38079 \begin_inset Index
38080 status collapsed
38081
38082 \begin_layout Plain Layout
38083 Paquetes ! mhchem
38084 \end_layout
38085
38086 \end_inset
38087
38088
38089 \end_layout
38090
38091 \begin_layout Bibliography
38092 \begin_inset CommandInset bibitem
38093 LatexCommand bibitem
38094 key "Mathclap"
38095
38096 \end_inset
38097
38098
38099 \begin_inset CommandInset href
38100 LatexCommand href
38101 name "Descripción"
38102 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38103
38104 \end_inset
38105
38106  del comando 
38107 \series bold
38108
38109 \backslash
38110 mathclap
38111 \series default
38112 , descrito en 
38113 \begin_inset CommandInset ref
38114 LatexCommand ref
38115 reference "sub:Límites-de-operadores"
38116
38117 \end_inset
38118
38119
38120 \begin_inset Index
38121 status collapsed
38122
38123 \begin_layout Plain Layout
38124 Comandos ! M ! 
38125 \backslash
38126 mathclap
38127 \end_layout
38128
38129 \end_inset
38130
38131
38132 \end_layout
38133
38134 \begin_layout Bibliography
38135 \begin_inset CommandInset bibitem
38136 LatexCommand bibitem
38137 key "Duden"
38138
38139 \end_inset
38140
38141
38142 \emph on
38143 Duden Band 1
38144 \emph default
38145 .
38146  22.
38147  Auflage, Duden 2001
38148 \end_layout
38149
38150 \begin_layout Bibliography
38151 \begin_inset CommandInset bibitem
38152 LatexCommand bibitem
38153 key "spanish"
38154
38155 \end_inset
38156
38157
38158 \begin_inset CommandInset href
38159 LatexCommand href
38160 name "Página web"
38161 target "http://www.tex-tipografia.com/spanish.html"
38162
38163 \end_inset
38164
38165  del estilo 
38166 \series bold
38167 spanish
38168 \family sans
38169 \series default
38170  
38171 \family default
38172 incluido en el paquete 
38173 \series bold
38174 babel
38175 \end_layout
38176
38177 \begin_layout Bibliography
38178 \begin_inset CommandInset bibitem
38179 LatexCommand bibitem
38180 key "Bezos"
38181
38182 \end_inset
38183
38184
38185 \begin_inset CommandInset href
38186 LatexCommand href
38187 name "Documento"
38188 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
38189
38190 \end_inset
38191
38192  sobre ortotipografía y notaciones matemáticas en español
38193 \end_layout
38194
38195 \begin_layout Standard
38196
38197 \family sans
38198 \series bold
38199 \begin_inset CommandInset index_print
38200 LatexCommand printindex
38201
38202 \end_inset
38203
38204
38205 \end_layout
38206
38207 \end_body
38208 \end_document