]> git.lyx.org Git - features.git/blob - lib/doc/es/Math.lyx
Math.lyx: describe how to create multiline chemical equations
[features.git] / lib / doc / es / Math.lyx
1 #LyX 1.6.4svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasspanish{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{sec.\negthinspace}
47  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
49
50 % don't load packages twice
51 % see first footnote in sec. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % the pages of the TOC are numbered roman
55 % and a PDF-bookmark for the TOC is added
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % used in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % for multiple table row and column cells
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % needed in sec. 19.4
83 \usepackage{remreset}
84
85 % center multirows (e.g. in sec. 13.3)
86 \renewcommand{\multirowsetup}{\centering}
87
88 % define a color, used in sec.9.3
89 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
90
91 % declare operators (see sec. 10.4 and sec. 15.2)
92 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
93 \DeclareMathOperator{\sgn}{sgn}
94
95 \newcommand{\spce}{\textvisiblespace}
96
97 % example definitions for sec. 20.1 
98 \newcommand{\gr}{\Longrightarrow}
99 \newcommand{\us}[1]{\underline{#1}}
100 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
101 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
102 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
103
104 % example macro from sec. 19.4
105 %\def\tagform@#1{\maketag@@@{|#1|}}
106
107 % macro from sec. 10.2
108 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
109 \def\mathclap {\mathpalette \mathclapinternal}
110 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
111
112 % redefine the greyed out note
113 \renewenvironment{lyxgreyedout}
114  {\textcolor{blue}\bgroup}{\egroup}
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % check for package eurosym
121 % used for the Euro symbol
122 \newboolean{eurosym}
123 \IfFileExists{eurosym.sty}
124  {\usepackage[gennarrow]{eurosym}
125   \setboolean{eurosym}{true}}
126  {\setboolean{eurosym}{false}}
127
128 % needed in sec. 22.4
129 % check for package braket
130 \newboolean{braket}
131 \IfFileExists{braket.sty}
132  {\usepackage{braket}
133   \setboolean{braket}{true}}
134  {\setboolean{braket}{false}}
135
136 % needed in sec. 22.10
137 % check for package upgreek
138 \newboolean{upgreek}
139 \IfFileExists{upgreek.sty}
140  {\usepackage{upgreek}
141   \setboolean{upgreek}{true}}
142  {\setboolean{upgreek}{false}}
143 \end_preamble
144 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
145 \use_default_options false
146 \language spanish
147 \inputencoding auto
148 \font_roman default
149 \font_sans default
150 \font_typewriter default
151 \font_default_family default
152 \font_sc false
153 \font_osf false
154 \font_sf_scale 100
155 \font_tt_scale 100
156
157 \graphics default
158 \paperfontsize 12
159 \spacing single
160 \use_hyperref true
161 \pdf_title "Manual detallado de Matemáticas en LyX"
162 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
163 \pdf_subject "LyX-documentation about math"
164 \pdf_keywords "LyX, Mathed"
165 \pdf_bookmarks true
166 \pdf_bookmarksnumbered true
167 \pdf_bookmarksopen true
168 \pdf_bookmarksopenlevel 1
169 \pdf_breaklinks false
170 \pdf_pdfborder false
171 \pdf_colorlinks true
172 \pdf_backref false
173 \pdf_pdfusetitle false
174 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
175 \papersize a4paper
176 \use_geometry false
177 \use_amsmath 2
178 \use_esint 1
179 \cite_engine basic
180 \use_bibtopic false
181 \paperorientation portrait
182 \secnumdepth 4
183 \tocdepth 3
184 \paragraph_separation skip
185 \defskip medskip
186 \quotes_language french
187 \papercolumns 1
188 \papersides 2
189 \paperpagestyle plain
190 \bullet 1 0 6 -1
191 \bullet 2 2 35 -1
192 \bullet 3 2 7 -1
193 \tracking_changes false
194 \output_changes false
195 \author "" 
196 \author "" 
197 \end_header
198
199 \begin_body
200
201 \begin_layout Title
202 Manual detallado de
203 \begin_inset Newline newline
204 \end_inset
205
206 Matemáticas en LyX
207 \end_layout
208
209 \begin_layout Author
210 por el Equipo LyX
211 \begin_inset Foot
212 status collapsed
213
214 \begin_layout Plain Layout
215 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
216  lista de correo de documentación de LyX
217 \family typewriter
218
219 \begin_inset CommandInset href
220 LatexCommand href
221 name "lyx-docs@lists.lyx.org"
222 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
223
224 \end_inset
225
226
227 \end_layout
228
229 \end_inset
230
231
232 \begin_inset Note Note
233 status collapsed
234
235 \begin_layout Plain Layout
236 autor: Uwe Stöhr, traducción: Ignacio Garcia
237 \end_layout
238
239 \end_inset
240
241
242 \begin_inset Newline newline
243 \end_inset
244
245
246 \begin_inset Newline newline
247 \end_inset
248
249 Versión 1.6.x
250 \end_layout
251
252 \begin_layout Standard
253 \begin_inset CommandInset toc
254 LatexCommand tableofcontents
255
256 \end_inset
257
258
259 \end_layout
260
261 \begin_layout Standard
262 \begin_inset Note Note
263 status collapsed
264
265 \begin_layout Plain Layout
266 Para exportar este documento a PDF, PS, o DVI deben estar instalados los
267  paquetes LaTeX 
268 \series bold
269 eurosym
270 \series default
271
272 \series bold
273 multirow
274 \series default
275  y 
276 \series bold
277 was
278 \series default
279 .
280  Si no están instalados también puedes exportar el documento pero las secciones
281  en que se requieren dichos paquetes no aparecerán en la salida.
282 \end_layout
283
284 \begin_layout Plain Layout
285 La última versión PDF de este documento está disponible en:
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \series bold
291 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
292 \end_layout
293
294 \end_inset
295
296
297 \begin_inset Newpage newpage
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Section
304 Introducción
305 \end_layout
306
307 \begin_layout Standard
308 Este documento explica las características matemáticas de LyX y además es
309  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
310  Las explicaciones están diseñadas para el uso de comandos.
311  Por consiguiente es preciso que hayas leído la sección 
312 \emph on
313 Ecuaciones matemáticas
314 \emph default
315  de la 
316 \emph on
317 Guía del usuario
318 \emph default
319 .
320 \end_layout
321
322 \begin_layout Standard
323 La mayoría de caracteres y muchas estructuras explicadas en este manual
324  también son accesibles mediante el menú 
325 \family sans
326 Insertar\SpecialChar \menuseparator
327 Ecuación
328 \family default
329  o la barra de herramientas
330 \family sans
331  Ecuaciones
332 \family default
333 .
334  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
335  mucho más rápido usar comandos que la barra de herramientas.
336  Por tanto este manual está enfocado al uso de comandos, aunque también
337  se mencionan los botones correspondientes de las barras de herramientas
338  cuando están disponibles.
339 \end_layout
340
341 \begin_layout Standard
342 Si no se especifica lo contrario los comandos sólo están disponibles dentro
343  de las fórmulas.
344  Para poder usar todos los comandos explicados en este documento, debe usarse
345  la opción 
346 \family sans
347 Usar el paquete de ecuaciones AMS
348 \family default
349  en la configuración del documento (menú 
350 \family sans
351 Documento\SpecialChar \menuseparator
352 Configuración\SpecialChar \menuseparator
353 Ecuaciones
354 \family default
355 )
356 \begin_inset Foot
357 status collapsed
358
359 \begin_layout Plain Layout
360 La opción 
361 \family sans
362 Usar el paquete de ecuaciones AMS automáticamente
363 \family default
364  sólo usa ecuaciones 
365 \begin_inset ERT
366 status collapsed
367
368 \begin_layout Plain Layout
369
370
371 \backslash
372 AmS 
373 \end_layout
374
375 \end_inset
376
377
378 \begin_inset space ~
379 \end_inset
380
381  si las estructuras matemáticas son soportadas por LyX.
382 \end_layout
383
384 \end_inset
385
386 .
387 \end_layout
388
389 \begin_layout Standard
390 Este documento no recoge todos los comandos de ecuaciones 
391 \begin_inset ERT
392 status collapsed
393
394 \begin_layout Plain Layout
395
396
397 \backslash
398 AmS 
399 \end_layout
400
401 \end_inset
402
403
404 \begin_inset Foot
405 status collapsed
406
407 \begin_layout Plain Layout
408 En el archivo 
409 \family sans
410
411 \begin_inset CommandInset href
412 LatexCommand href
413 name "amsguide.ps"
414 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
415
416 \end_inset
417
418
419 \family default
420 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
421  lista con todos los comandos de ecuaciones 
422 \begin_inset ERT
423 status collapsed
424
425 \begin_layout Plain Layout
426
427
428 \backslash
429 AmS 
430 \end_layout
431
432 \end_inset
433
434 .
435 \end_layout
436
437 \end_inset
438
439  por razones de claridad.
440 \end_layout
441
442 \begin_layout Section
443 Instrucciones generales
444 \end_layout
445
446 \begin_layout Standard
447 Para crear una ecuación en línea
448 \begin_inset Index
449 status collapsed
450
451 \begin_layout Plain Layout
452 Ecuación ! en línea
453 \end_layout
454
455 \end_inset
456
457  insertada en una línea de texto, teclea una de las combinaciones 
458 \family sans
459 Ctrl+M, Alt+C M, Alt+M M
460 \family default
461  o pulsa el botón 
462 \begin_inset Graphics
463         filename ../../images/math-mode.png
464         scale 85
465
466 \end_inset
467
468  de la barra de herramientas.
469 \begin_inset Newline newline
470 \end_inset
471
472 Para crear una ecuación en estilo presentación
473 \begin_inset Index
474 status collapsed
475
476 \begin_layout Plain Layout
477 Ecuación ! presentada
478 \end_layout
479
480 \end_inset
481
482 , que se verá más grande y en su propio párrafo, teclea
483 \family sans
484  
485 \family default
486 una de estas combinaciones: 
487 \family sans
488 Ctrl+Mayúsculas+M, Alt+M D.
489 \end_layout
490
491 \begin_layout Standard
492 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
493  dentro de la ecuación y teclea
494 \family sans
495  Ctrl+M, Alt+C M, Alt+M M 
496 \family default
497 o usa el menú 
498 \family sans
499 Editar\SpecialChar \menuseparator
500 Ecuación\SpecialChar \menuseparator
501 Cambiar tipo de ecuación
502 \family default
503 .
504  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
505 \end_layout
506
507 \begin_layout Standard
508 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
509  presentada, escribe el comando 
510 \series bold
511
512 \backslash
513 displaystyle
514 \series default
515
516 \begin_inset Index
517 status collapsed
518
519 \begin_layout Plain Layout
520 Comandos ! D ! 
521 \backslash
522 displaystyle
523 \end_layout
524
525 \end_inset
526
527  en la ecuación y pulsa espacio.
528  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
529  de la ecuación.
530 \end_layout
531
532 \begin_layout Standard
533 En las tablas sólo se permiten ecuaciones en línea.
534 \end_layout
535
536 \begin_layout Standard
537 Las barras 
538 \family sans
539 Ecuaciones
540 \family default
541  y 
542 \family sans
543 Panel de ecuaciones 
544 \family default
545 se pueden visualizar mediante el menú 
546 \family sans
547 Ver\SpecialChar \menuseparator
548 Barras de herramientas
549 \family default
550 .
551  Si ahí pulsas en 
552 \begin_inset Quotes fld
553 \end_inset
554
555 Ecuaciones
556 \begin_inset Quotes frd
557 \end_inset
558
559  y/o en 
560 \begin_inset Quotes fld
561 \end_inset
562
563 Panel de ecuaciones
564 \begin_inset Quotes frd
565 \end_inset
566
567 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
568  estado se visualiza en el menú de las barras de herramientas con una marca.
569  Si en este estado pulsas de nuevo sobre 
570 \begin_inset Quotes fld
571 \end_inset
572
573 Ecuaciones
574 \begin_inset Quotes frd
575 \end_inset
576
577  y/o 
578 \begin_inset Quotes fld
579 \end_inset
580
581 Panel de ecuaciones
582 \begin_inset Quotes frd
583 \end_inset
584
585  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
586  de una ecuación; este estado se indica añadiendo a las entradas del menú
587  la palabra 
588 \begin_inset Quotes fld
589 \end_inset
590
591 (auto)
592 \begin_inset Quotes frd
593 \end_inset
594
595 .
596  
597 \end_layout
598
599 \begin_layout Standard
600 El modo TeX
601 \begin_inset Index
602 status collapsed
603
604 \begin_layout Plain Layout
605 T@TeX ! modo
606 \end_layout
607
608 \end_inset
609
610  se invoca pulsando el botón 
611 \begin_inset Graphics
612         filename ../../images/ert-insert.png
613         scale 85
614
615 \end_inset
616
617  de la barra de herramientas o con el menú 
618 \family sans
619 Insertar\SpecialChar \menuseparator
620 Código Te
621 \begin_inset ERT
622 status collapsed
623
624 \begin_layout Plain Layout
625
626 {}
627 \end_layout
628
629 \end_inset
630
631 X
632 \family default
633 , (atajo 
634 \family sans
635 Ctrl+L
636 \family default
637 ).
638 \begin_inset Note Note
639 status collapsed
640
641 \begin_layout Plain Layout
642 En LyX hay tres 
643 \begin_inset Quotes fld
644 \end_inset
645
646 nombres propios
647 \begin_inset Quotes frd
648 \end_inset
649
650  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
651  LaTeX y LyX.
652 \end_layout
653
654 \begin_layout Plain Layout
655 Para evitar que estas palabras sean reconocidas como tales nombres propios,
656  se inserta un par de llaves TeX.
657  
658 \end_layout
659
660 \end_inset
661
662
663 \end_layout
664
665 \begin_layout Standard
666 Para cambiar el preámbulo LaTeX
667 \begin_inset Index
668 status collapsed
669
670 \begin_layout Plain Layout
671 LaTeX preámbulo
672 \end_layout
673
674 \end_inset
675
676 , usa el menú 
677 \family sans
678 Documento\SpecialChar \menuseparator
679 Configuración\SpecialChar \menuseparator
680 Preámbulo LaT
681 \begin_inset ERT
682 status collapsed
683
684 \begin_layout Plain Layout
685
686 {}
687 \end_layout
688
689 \end_inset
690
691 eX
692 \family default
693 .
694 \end_layout
695
696 \begin_layout Standard
697 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
698  multilínea, se pueden usar los menús 
699 \family sans
700 Editar\SpecialChar \menuseparator
701 Ecuación
702 \family default
703  y 
704 \family sans
705 Editar\SpecialChar \menuseparator
706 Filas y columnas
707 \family default
708  o la barra de herramientas de 
709 \family sans
710 Tabla
711 \family default
712 .
713  Cuando las líneas y columnas se intercambian mediante el menú, la columna
714  o línea en la que está se cambia con la columna de la derecha o con la
715  línea de abajo, respectivamente.
716  Si el cursor está en la última columna o fila, el cambio se hace con la
717  columna de la izquierda o la línea de arriba.
718 \end_layout
719
720 \begin_layout Standard
721 Para escribir texto en fórmulas se usa 
722 \emph on
723 texto de ecuaciones
724 \emph default
725
726 \begin_inset Index
727 status collapsed
728
729 \begin_layout Plain Layout
730 Texto ! en ecuaciones
731 \end_layout
732
733 \end_inset
734
735 .
736 \begin_inset Foot
737 status collapsed
738
739 \begin_layout Plain Layout
740 Para ecuaciones multilínea se usa el comando 
741 \series bold
742
743 \backslash
744 intertext
745 \series default
746 , véase
747 \begin_inset space ~
748 \end_inset
749
750
751 \begin_inset CommandInset ref
752 LatexCommand ref
753 reference "sub:Texto-en-multilínea"
754
755 \end_inset
756
757 .
758 \end_layout
759
760 \end_inset
761
762  Este modo se invoca con el atajo 
763 \family sans
764 Alt+M
765 \begin_inset space ~
766 \end_inset
767
768 M
769 \family default
770  o
771 \family sans
772  Ctrl+M
773 \family default
774  o insertando el comando 
775 \series bold
776
777 \backslash
778 text
779 \series default
780
781 \begin_inset Index
782 status collapsed
783
784 \begin_layout Plain Layout
785 Comandos ! T ! 
786 \backslash
787 text
788 \end_layout
789
790 \end_inset
791
792 .
793  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
794  partes de la ecuación que se ven en azul.
795  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
796 a de otras partes de la fórmula.
797 \end_layout
798
799 \begin_layout Subsection*
800 Esquema de comandos
801 \end_layout
802
803 \begin_layout Standard
804 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
805  siguiente esquema:
806 \end_layout
807
808 \begin_layout Standard
809
810 \series bold
811
812 \backslash
813 nombre_del_comando[argumento opcional]{argumento requerido}
814 \end_layout
815
816 \begin_layout Standard
817 Un comando empieza siempre por una barra inversa, 
818 \begin_inset Quotes fld
819 \end_inset
820
821
822 \series bold
823
824 \backslash
825
826 \series default
827
828 \begin_inset Quotes frd
829 \end_inset
830
831 .
832  Para omitir argumentos opcionales, quita también los corchetes asociados.
833  En este documento, las llaves que encierran los argumentos requeridos se
834  denominan llaves TeX
835 \begin_inset Index
836 status collapsed
837
838 \begin_layout Plain Layout
839 T@TeX ! llaves
840 \end_layout
841
842 \end_inset
843
844 .
845  Si en una ecuación añades una llave de apertura al nombre de un comando,
846  LyX crea automáticamente una llave TeX.
847  En todos los demás casos las llaves TeX se crean en las ecuaciones con
848  el comando 
849 \series bold
850
851 \backslash
852 {
853 \series default
854 .
855  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
856  que se muestran en azul.
857  En modo TeX no hace falta comando para poner llaves TeX.
858  Las llaves TeX no aparecen en la salida.
859 \end_layout
860
861 \begin_layout Standard
862 En el caso de comandos sin argumentos, como los comandos para símbolos que
863  se introducen en modo TeX, 
864 \emph on
865 siempre
866 \emph default
867  debe teclearse un espacio tras el comando para finalizarlo.
868  Este espacio no aparece en la salida.
869  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
870  de un espacio protegido en texto normal.
871 \end_layout
872
873 \begin_layout Standard
874 Un espacio protegido se inserta con 
875 \family sans
876 Ctrl+Espacio
877 \family default
878 .
879 \begin_inset Newpage newpage
880 \end_inset
881
882
883 \end_layout
884
885 \begin_layout Subsection*
886 Explicación de la sintaxis
887 \end_layout
888
889 \begin_layout Itemize
890 El símbolo 
891 \begin_inset ERT
892 status collapsed
893
894 \begin_layout Plain Layout
895
896
897 \backslash
898 spce 
899 \end_layout
900
901 \end_inset
902
903
904 \begin_inset Foot
905 status collapsed
906
907 \begin_layout Plain Layout
908 Este carácter, espacio visible, se puede componer con el comando 
909 \series bold
910
911 \backslash
912 textvisiblespace
913 \series default
914
915 \begin_inset Index
916 status collapsed
917
918 \begin_layout Plain Layout
919 Comandos ! T ! 
920 \backslash
921 textvisiblespace
922 \end_layout
923
924 \end_inset
925
926  insertado en código TeX.
927 \end_layout
928
929 \end_inset
930
931  indica que hay que teclear un espacio.
932 \end_layout
933
934 \begin_layout Itemize
935 Una flecha como 
936 \begin_inset Formula $\rightarrow$
937 \end_inset
938
939  indica el uso de la correspondiente tecla de flecha.
940  
941 \end_layout
942
943 \begin_layout Subsection*
944 Unidades disponibles
945 \end_layout
946
947 \begin_layout Standard
948 \align center
949 \begin_inset Float table
950 placement H
951 wide false
952 sideways false
953 status open
954
955 \begin_layout Plain Layout
956 \align center
957 \begin_inset Caption
958
959 \begin_layout Plain Layout
960 \begin_inset CommandInset label
961 LatexCommand label
962 name "tab:Unidades-disponibles"
963
964 \end_inset
965
966 Unidades disponibles
967 \end_layout
968
969 \end_inset
970
971
972 \end_layout
973
974 \begin_layout Plain Layout
975 \align center
976 \begin_inset Tabular
977 <lyxtabular version="3" rows="13" columns="2">
978 <features>
979 <column alignment="center" valignment="top" width="0">
980 <column alignment="center" valignment="top" width="0">
981 <row>
982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
983 \begin_inset Text
984
985 \begin_layout Plain Layout
986 Unidad
987 \end_layout
988
989 \end_inset
990 </cell>
991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
992 \begin_inset Text
993
994 \begin_layout Plain Layout
995 Nombre / Descripción
996 \end_layout
997
998 \end_inset
999 </cell>
1000 </row>
1001 <row>
1002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1003 \begin_inset Text
1004
1005 \begin_layout Plain Layout
1006 mm
1007 \end_layout
1008
1009 \end_inset
1010 </cell>
1011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1012 \begin_inset Text
1013
1014 \begin_layout Plain Layout
1015 Milímetro
1016 \end_layout
1017
1018 \end_inset
1019 </cell>
1020 </row>
1021 <row>
1022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1023 \begin_inset Text
1024
1025 \begin_layout Plain Layout
1026 cm
1027 \end_layout
1028
1029 \end_inset
1030 </cell>
1031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1032 \begin_inset Text
1033
1034 \begin_layout Plain Layout
1035 Centímetro
1036 \end_layout
1037
1038 \end_inset
1039 </cell>
1040 </row>
1041 <row>
1042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1043 \begin_inset Text
1044
1045 \begin_layout Plain Layout
1046 in
1047 \end_layout
1048
1049 \end_inset
1050 </cell>
1051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1052 \begin_inset Text
1053
1054 \begin_layout Plain Layout
1055 Pulgada (1
1056 \begin_inset space \thinspace{}
1057 \end_inset
1058
1059 in = 2,54
1060 \begin_inset space \thinspace{}
1061 \end_inset
1062
1063 cm)
1064 \end_layout
1065
1066 \end_inset
1067 </cell>
1068 </row>
1069 <row>
1070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 pt
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1080 \begin_inset Text
1081
1082 \begin_layout Plain Layout
1083 Punto (72.27
1084 \begin_inset space \thinspace{}
1085 \end_inset
1086
1087 pt = 1
1088 \begin_inset space \thinspace{}
1089 \end_inset
1090
1091 in)
1092 \end_layout
1093
1094 \end_inset
1095 </cell>
1096 </row>
1097 <row>
1098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1099 \begin_inset Text
1100
1101 \begin_layout Plain Layout
1102 pc
1103 \end_layout
1104
1105 \end_inset
1106 </cell>
1107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1108 \begin_inset Text
1109
1110 \begin_layout Plain Layout
1111 Pica (1
1112 \begin_inset space \thinspace{}
1113 \end_inset
1114
1115 pc = 12
1116 \begin_inset space \thinspace{}
1117 \end_inset
1118
1119 pt)
1120 \end_layout
1121
1122 \end_inset
1123 </cell>
1124 </row>
1125 <row>
1126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1127 \begin_inset Text
1128
1129 \begin_layout Plain Layout
1130 sp
1131 \end_layout
1132
1133 \end_inset
1134 </cell>
1135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1136 \begin_inset Text
1137
1138 \begin_layout Plain Layout
1139 Punto escalado (65536
1140 \begin_inset space \thinspace{}
1141 \end_inset
1142
1143 sp = 1
1144 \begin_inset space \thinspace{}
1145 \end_inset
1146
1147 pt)
1148 \end_layout
1149
1150 \end_inset
1151 </cell>
1152 </row>
1153 <row>
1154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1155 \begin_inset Text
1156
1157 \begin_layout Plain Layout
1158 bp
1159 \end_layout
1160
1161 \end_inset
1162 </cell>
1163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1164 \begin_inset Text
1165
1166 \begin_layout Plain Layout
1167 Punto grande (72
1168 \begin_inset space \thinspace{}
1169 \end_inset
1170
1171 bp = 1
1172 \begin_inset space \thinspace{}
1173 \end_inset
1174
1175 in)
1176 \end_layout
1177
1178 \end_inset
1179 </cell>
1180 </row>
1181 <row>
1182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1183 \begin_inset Text
1184
1185 \begin_layout Plain Layout
1186 dd
1187 \end_layout
1188
1189 \end_inset
1190 </cell>
1191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1192 \begin_inset Text
1193
1194 \begin_layout Plain Layout
1195 Didot (1
1196 \begin_inset space \thinspace{}
1197 \end_inset
1198
1199 dd 
1200 \begin_inset Formula $\approx$
1201 \end_inset
1202
1203  0.376
1204 \begin_inset space \thinspace{}
1205 \end_inset
1206
1207 mm)
1208 \end_layout
1209
1210 \end_inset
1211 </cell>
1212 </row>
1213 <row>
1214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1215 \begin_inset Text
1216
1217 \begin_layout Plain Layout
1218 cc
1219 \end_layout
1220
1221 \end_inset
1222 </cell>
1223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1224 \begin_inset Text
1225
1226 \begin_layout Plain Layout
1227 Cicero (1
1228 \begin_inset space \thinspace{}
1229 \end_inset
1230
1231 cc = 12
1232 \begin_inset space \thinspace{}
1233 \end_inset
1234
1235 dd)
1236 \end_layout
1237
1238 \end_inset
1239 </cell>
1240 </row>
1241 <row>
1242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1243 \begin_inset Text
1244
1245 \begin_layout Plain Layout
1246 ex
1247 \end_layout
1248
1249 \end_inset
1250 </cell>
1251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1252 \begin_inset Text
1253
1254 \begin_layout Plain Layout
1255 Altura de la letra 
1256 \begin_inset Quotes fld
1257 \end_inset
1258
1259
1260 \emph on
1261 x
1262 \emph default
1263
1264 \begin_inset Quotes frd
1265 \end_inset
1266
1267  en la fuente actual
1268 \end_layout
1269
1270 \end_inset
1271 </cell>
1272 </row>
1273 <row>
1274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1275 \begin_inset Text
1276
1277 \begin_layout Plain Layout
1278 em
1279 \end_layout
1280
1281 \end_inset
1282 </cell>
1283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1284 \begin_inset Text
1285
1286 \begin_layout Plain Layout
1287 Anchura de la letra 
1288 \begin_inset Quotes fld
1289 \end_inset
1290
1291
1292 \emph on
1293 M
1294 \emph default
1295
1296 \begin_inset Quotes frd
1297 \end_inset
1298
1299  en la fuente actual
1300 \end_layout
1301
1302 \end_inset
1303 </cell>
1304 </row>
1305 <row>
1306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1307 \begin_inset Text
1308
1309 \begin_layout Plain Layout
1310 mu
1311 \end_layout
1312
1313 \end_inset
1314 </cell>
1315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1316 \begin_inset Text
1317
1318 \begin_layout Plain Layout
1319 Unidad matemática (1
1320 \begin_inset space \thinspace{}
1321 \end_inset
1322
1323 mu = 
1324 \begin_inset Formula $\nicefrac{1}{18}$
1325 \end_inset
1326
1327
1328 \begin_inset space \thinspace{}
1329 \end_inset
1330
1331 em)
1332 \end_layout
1333
1334 \end_inset
1335 </cell>
1336 </row>
1337 </lyxtabular>
1338
1339 \end_inset
1340
1341
1342 \end_layout
1343
1344 \end_inset
1345
1346
1347 \end_layout
1348
1349 \begin_layout Standard
1350 \align center
1351 \begin_inset Newpage newpage
1352 \end_inset
1353
1354
1355 \end_layout
1356
1357 \begin_layout Section
1358 Funciones básicas
1359 \end_layout
1360
1361 \begin_layout Subsection
1362 Exponentes
1363 \begin_inset Index
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367 Exponentes
1368 \end_layout
1369
1370 \end_inset
1371
1372  e índices
1373 \begin_inset Index
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377 Indices@Índices
1378 \end_layout
1379
1380 \end_inset
1381
1382
1383 \begin_inset Index
1384 status collapsed
1385
1386 \begin_layout Plain Layout
1387 Superíndices|see
1388 \begin_inset ERT
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392
1393 {
1394 \end_layout
1395
1396 \end_inset
1397
1398 Exponentes
1399 \begin_inset ERT
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403
1404 }
1405 \end_layout
1406
1407 \end_inset
1408
1409
1410 \end_layout
1411
1412 \end_inset
1413
1414
1415 \begin_inset Index
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 Subíndices|see
1420 \begin_inset ERT
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424
1425 {
1426 \end_layout
1427
1428 \end_inset
1429
1430 Índices
1431 \begin_inset ERT
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435
1436 }
1437 \end_layout
1438
1439 \end_inset
1440
1441
1442 \end_layout
1443
1444 \end_inset
1445
1446
1447 \end_layout
1448
1449 \begin_layout Standard
1450 Los índices se componen con un guión bajo 
1451 \begin_inset Quotes fld
1452 \end_inset
1453
1454 _
1455 \begin_inset Quotes frd
1456 \end_inset
1457
1458  o con el botón de la barra de herramientas de ecuaciones 
1459 \begin_inset Graphics
1460         filename ../../images/math-subscript.png
1461         scale 85
1462
1463 \end_inset
1464
1465 , los exponentes con un circunflejo 
1466 \begin_inset Quotes fld
1467 \end_inset
1468
1469 ^
1470 \begin_inset Quotes frd
1471 \end_inset
1472
1473  o con el botón de la barra de herramientas de ecuaciones 
1474 \begin_inset Graphics
1475         filename ../../images/math-superscript.png
1476         scale 85
1477
1478 \end_inset
1479
1480 .
1481 \end_layout
1482
1483 \begin_layout Standard
1484 \noindent
1485 \align center
1486 \begin_inset Tabular
1487 <lyxtabular version="3" rows="4" columns="2">
1488 <features>
1489 <column alignment="center" valignment="top" width="0">
1490 <column alignment="center" valignment="top" width="0">
1491 <row>
1492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1493 \begin_inset Text
1494
1495 \begin_layout Plain Layout
1496 Comando
1497 \end_layout
1498
1499 \end_inset
1500 </cell>
1501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1502 \begin_inset Text
1503
1504 \begin_layout Plain Layout
1505 Resultado
1506 \begin_inset Note Note
1507 status collapsed
1508
1509 \begin_layout Plain Layout
1510
1511 \series bold
1512
1513 \backslash
1514 raisebox
1515 \series default
1516  sólo se usa como espaciador.
1517 \end_layout
1518
1519 \end_inset
1520
1521
1522 \end_layout
1523
1524 \end_inset
1525 </cell>
1526 </row>
1527 <row>
1528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Plain Layout
1532 B_V
1533 \end_layout
1534
1535 \end_inset
1536 </cell>
1537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1538 \begin_inset Text
1539
1540 \begin_layout Plain Layout
1541 \begin_inset Formula $B_{V}$
1542 \end_inset
1543
1544
1545 \end_layout
1546
1547 \end_inset
1548 </cell>
1549 </row>
1550 <row>
1551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1552 \begin_inset Text
1553
1554 \begin_layout Plain Layout
1555 B^V
1556 \end_layout
1557
1558 \end_inset
1559 </cell>
1560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1561 \begin_inset Text
1562
1563 \begin_layout Plain Layout
1564 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1565 \end_inset
1566
1567
1568 \end_layout
1569
1570 \end_inset
1571 </cell>
1572 </row>
1573 <row>
1574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1575 \begin_inset Text
1576
1577 \begin_layout Plain Layout
1578 B^
1579 \begin_inset ERT
1580 status collapsed
1581
1582 \begin_layout Plain Layout
1583
1584
1585 \backslash
1586 spce 
1587 \end_layout
1588
1589 \end_inset
1590
1591 A
1592 \end_layout
1593
1594 \end_inset
1595 </cell>
1596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1597 \begin_inset Text
1598
1599 \begin_layout Plain Layout
1600 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1601 \end_inset
1602
1603
1604 \end_layout
1605
1606 \end_inset
1607 </cell>
1608 </row>
1609 </lyxtabular>
1610
1611 \end_inset
1612
1613
1614 \end_layout
1615
1616 \begin_layout Standard
1617 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1618  caso acentuará las vocales y no funcionará como exponente.
1619 \begin_inset Foot
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623 Dependiendo de la configuración del teclado esto puede suceder también con
1624  otros caracteres además de las vocales.
1625 \end_layout
1626
1627 \end_inset
1628
1629  Para conseguir exponentes en estos casos debes pulsar 
1630 \family sans
1631 Espacio
1632 \family default
1633  tras el circunflejo, como en el último ejemplo.
1634  
1635 \end_layout
1636
1637 \begin_layout Subsection
1638 Fracciones
1639 \begin_inset CommandInset label
1640 LatexCommand label
1641 name "sub:Fracciones"
1642
1643 \end_inset
1644
1645
1646 \begin_inset Index
1647 status collapsed
1648
1649 \begin_layout Plain Layout
1650 Fracciones
1651 \end_layout
1652
1653 \end_inset
1654
1655
1656 \end_layout
1657
1658 \begin_layout Standard
1659 Las fracciones se generan con el comando 
1660 \series bold
1661
1662 \backslash
1663 frac
1664 \series default
1665
1666 \begin_inset Index
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670 Comandos ! F ! 
1671 \backslash
1672 frac
1673 \end_layout
1674
1675 \end_inset
1676
1677  o con el botón 
1678 \begin_inset Graphics
1679         filename ../../images/math/frac.png
1680         scale 50
1681
1682 \end_inset
1683
1684  de la barra de herramientas.
1685  El tamaño de fuente se ajusta automáticamente, dependiendo de si la fracción
1686  está en línea o en estilo presentación.
1687  Con el botón 
1688 \begin_inset Graphics
1689         filename ../../images/math/frac-square.png
1690         scale 85
1691
1692 \end_inset
1693
1694 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1695  de fracciones.
1696 \end_layout
1697
1698 \begin_layout Standard
1699 Con el comando 
1700 \series bold
1701
1702 \backslash
1703 dfrac
1704 \series default
1705
1706 \begin_inset Index
1707 status collapsed
1708
1709 \begin_layout Plain Layout
1710 Comandos ! D ! 
1711 \backslash
1712 dfrac
1713 \end_layout
1714
1715 \end_inset
1716
1717  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1718  presentación.
1719  Con 
1720 \series bold
1721
1722 \backslash
1723 tfrac
1724 \series default
1725
1726 \begin_inset Index
1727 status collapsed
1728
1729 \begin_layout Plain Layout
1730 Comandos ! T ! 
1731 \backslash
1732 tfrac
1733 \end_layout
1734
1735 \end_inset
1736
1737  la fracción tiene siempre el tamaño del estilo en línea.
1738  Un ejemplo:
1739 \end_layout
1740
1741 \begin_layout Standard
1742 Una línea con la fracción 
1743 \begin_inset Formula $\frac{1}{2}$
1744 \end_inset
1745
1746  creada con el comando 
1747 \series bold
1748
1749 \backslash
1750 frac
1751 \series default
1752 .
1753  
1754 \end_layout
1755
1756 \begin_layout Standard
1757 Una línea con la fracción 
1758 \begin_inset Formula $\dfrac{1}{2}$
1759 \end_inset
1760
1761  creada con el comando 
1762 \series bold
1763
1764 \backslash
1765 dfrac
1766 \series default
1767 .
1768 \end_layout
1769
1770 \begin_layout Standard
1771 \noindent
1772 \align center
1773 \begin_inset Tabular
1774 <lyxtabular version="3" rows="4" columns="2">
1775 <features>
1776 <column alignment="center" valignment="top" width="0">
1777 <column alignment="center" valignment="top" width="0">
1778 <row>
1779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783 Comando
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792 Resultado
1793 \begin_inset Note Note
1794 status collapsed
1795
1796 \begin_layout Plain Layout
1797
1798 \series bold
1799
1800 \backslash
1801 raisebox
1802 \series default
1803  se usa sólo como espaciador
1804 \end_layout
1805
1806 \end_inset
1807
1808
1809 \end_layout
1810
1811 \end_inset
1812 </cell>
1813 </row>
1814 <row>
1815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1816 \begin_inset Text
1817
1818 \begin_layout Plain Layout
1819
1820 \backslash
1821 frac
1822 \begin_inset ERT
1823 status collapsed
1824
1825 \begin_layout Plain Layout
1826
1827
1828 \backslash
1829 spce 
1830 \end_layout
1831
1832 \end_inset
1833
1834 A
1835 \begin_inset Formula $\downarrow$
1836 \end_inset
1837
1838 B
1839 \end_layout
1840
1841 \end_inset
1842 </cell>
1843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1848 \end_inset
1849
1850
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 </row>
1856 <row>
1857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861
1862 \backslash
1863 dfrac
1864 \begin_inset ERT
1865 status collapsed
1866
1867 \begin_layout Plain Layout
1868
1869
1870 \backslash
1871 spce 
1872 \end_layout
1873
1874 \end_inset
1875
1876 A
1877 \begin_inset Formula $\downarrow$
1878 \end_inset
1879
1880 B
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1890 \end_inset
1891
1892
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 </row>
1898 <row>
1899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1900 \begin_inset Text
1901
1902 \begin_layout Plain Layout
1903
1904 \backslash
1905 dfrac
1906 \begin_inset ERT
1907 status collapsed
1908
1909 \begin_layout Plain Layout
1910
1911
1912 \backslash
1913 spce 
1914 \end_layout
1915
1916 \end_inset
1917
1918 e^
1919 \begin_inset ERT
1920 status collapsed
1921
1922 \begin_layout Plain Layout
1923
1924
1925 \backslash
1926 spce 
1927 \end_layout
1928
1929 \end_inset
1930
1931
1932 \backslash
1933 frac
1934 \begin_inset ERT
1935 status collapsed
1936
1937 \begin_layout Plain Layout
1938
1939
1940 \backslash
1941 spce 
1942 \end_layout
1943
1944 \end_inset
1945
1946 1
1947 \begin_inset Formula $\downarrow$
1948 \end_inset
1949
1950 2
1951 \begin_inset Formula $\downarrow$
1952 \end_inset
1953
1954 3
1955 \end_layout
1956
1957 \end_inset
1958 </cell>
1959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1960 \begin_inset Text
1961
1962 \begin_layout Plain Layout
1963 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1964 \end_inset
1965
1966
1967 \end_layout
1968
1969 \end_inset
1970 </cell>
1971 </row>
1972 </lyxtabular>
1973
1974 \end_inset
1975
1976
1977 \begin_inset VSpace bigskip
1978 \end_inset
1979
1980
1981 \end_layout
1982
1983 \begin_layout Standard
1984 Para fracciones anidadas se puede usar el comando 
1985 \series bold
1986
1987 \backslash
1988 cfrac
1989 \series default
1990
1991 \begin_inset Index
1992 status collapsed
1993
1994 \begin_layout Plain Layout
1995 Comandos ! C ! 
1996 \backslash
1997 cfrac
1998 \end_layout
1999
2000 \end_inset
2001
2002 .
2003  Un ejemplo:
2004 \begin_inset VSpace -3mm
2005 \end_inset
2006
2007
2008 \end_layout
2009
2010 \begin_layout Standard
2011 \begin_inset Formula \begin{align*}
2012 \textrm{creada con \textbf{\textbackslash frac} } &  & \textrm{creada con }\mathbf{\textbackslash\textbf{cfrac}}\\
2013 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2014
2015 \end_inset
2016
2017
2018 \end_layout
2019
2020 \begin_layout Standard
2021 El comando para el ejemplo de arriba es:
2022 \end_layout
2023
2024 \begin_layout Standard
2025
2026 \series bold
2027
2028 \backslash
2029 cfrac
2030 \begin_inset ERT
2031 status collapsed
2032
2033 \begin_layout Plain Layout
2034
2035
2036 \backslash
2037 spce 
2038 \end_layout
2039
2040 \end_inset
2041
2042 A
2043 \begin_inset Formula $\downarrow$
2044 \end_inset
2045
2046 B+
2047 \backslash
2048 cfrac
2049 \begin_inset ERT
2050 status collapsed
2051
2052 \begin_layout Plain Layout
2053
2054
2055 \backslash
2056 spce 
2057 \end_layout
2058
2059 \end_inset
2060
2061 C+
2062 \backslash
2063 cfrac
2064 \begin_inset ERT
2065 status collapsed
2066
2067 \begin_layout Plain Layout
2068
2069
2070 \backslash
2071 spce 
2072 \end_layout
2073
2074 \end_inset
2075
2076 E
2077 \begin_inset Formula $\downarrow$
2078 \end_inset
2079
2080 F
2081 \begin_inset Formula $\downarrow$
2082 \end_inset
2083
2084 D
2085 \end_layout
2086
2087 \begin_layout Standard
2088 \begin_inset VSpace medskip
2089 \end_inset
2090
2091
2092 \end_layout
2093
2094 \begin_layout Standard
2095
2096 \series bold
2097
2098 \backslash
2099 cfrac
2100 \series default
2101  compone la fracción siempre en el tamaño del estilo presentación, también
2102  cuando es parte de otra fracción.
2103 \end_layout
2104
2105 \begin_layout Standard
2106 Es posible especificar la alineación del numerador.
2107  El comando 
2108 \series bold
2109
2110 \backslash
2111 cfracleft
2112 \series default
2113  se usa para alinearlo a la izquierda, el comando 
2114 \series bold
2115
2116 \backslash
2117 cfracright
2118 \series default
2119  para alinearlo a la derecha, 
2120 \series bold
2121
2122 \backslash
2123 cfrac
2124 \series default
2125  centra el numerador.
2126 \end_layout
2127
2128 \begin_layout Standard
2129 Estas fracciones muestran las distintas alineaciones:
2130 \end_layout
2131
2132 \begin_layout Standard
2133 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2134 \end_inset
2135
2136  ; 
2137 \begin_inset Formula $\cfrac{A}{B+C}$
2138 \end_inset
2139
2140  ; 
2141 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2142 \end_inset
2143
2144
2145 \end_layout
2146
2147 \begin_layout Standard
2148 \noindent
2149 \begin_inset Note Greyedout
2150 status open
2151
2152 \begin_layout Plain Layout
2153
2154 \series bold
2155 Nota
2156 \series default
2157
2158 \series bold
2159
2160 \backslash
2161 cfracleft
2162 \series default
2163  y
2164 \series bold
2165  
2166 \backslash
2167 cfracright
2168 \series default
2169  no son comandos LaTeX reales sino sustituciones del comando 
2170 \series bold
2171
2172 \backslash
2173 cfrac[posición del numerador]{numerador}{denominador}
2174 \series default
2175  .
2176  Por tanto no puedes usarlos código TeX.
2177 \end_layout
2178
2179 \end_inset
2180
2181
2182 \begin_inset VSpace medskip
2183 \end_inset
2184
2185
2186 \end_layout
2187
2188 \begin_layout Standard
2189 Muchas veces es adecuado combinar 
2190 \series bold
2191
2192 \backslash
2193 cfrac
2194 \series default
2195  y 
2196 \series bold
2197
2198 \backslash
2199 frac
2200 \series default
2201 :
2202 \begin_inset Formula \[
2203 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2204
2205 \end_inset
2206
2207
2208 \end_layout
2209
2210 \begin_layout Standard
2211 Para componer fracciones en línea con raya de fracción inclinada puedes
2212  usar el comando 
2213 \series bold
2214
2215 \backslash
2216 nicefrac
2217 \series default
2218
2219 \begin_inset Index
2220 status collapsed
2221
2222 \begin_layout Plain Layout
2223 Comandos ! N ! 
2224 \backslash
2225 nicefrac
2226 \end_layout
2227
2228 \end_inset
2229
2230
2231 \begin_inset Formula $\nicefrac{5}{31}$
2232 \end_inset
2233
2234  Hay además el comando 
2235 \series bold
2236
2237 \backslash
2238 unitfracthree
2239 \series default
2240  que permite escribir una fracción en combinación con un número: 
2241 \begin_inset Formula $\unitfrac[2]{1}{3}$
2242 \end_inset
2243
2244
2245 \end_layout
2246
2247 \begin_layout Standard
2248 \begin_inset Note Greyedout
2249 status open
2250
2251 \begin_layout Plain Layout
2252
2253 \series bold
2254 Nota
2255 \series default
2256
2257 \series bold
2258
2259 \backslash
2260 unitfracthree
2261 \series default
2262  no es un comando LaTeX auténtico, sino un equivalente al comando
2263 \begin_inset Newline newline
2264 \end_inset
2265
2266
2267 \series bold
2268
2269 \backslash
2270 unitfrac[número]{numerador}{denominador}
2271 \series default
2272  .
2273  Por tanto no puedes usarlo en código TeX.
2274 \end_layout
2275
2276 \end_inset
2277
2278
2279 \end_layout
2280
2281 \begin_layout Standard
2282 En la 
2283 \begin_inset CommandInset ref
2284 LatexCommand ref
2285 reference "sub:Fracciones-personalizadas"
2286
2287 \end_inset
2288
2289  se explica cómo componer fracciones personalizadas en las que la raya de
2290  fracción se puede cambiar.
2291  
2292 \end_layout
2293
2294 \begin_layout Subsection
2295 Raíces
2296 \begin_inset Index
2297 status collapsed
2298
2299 \begin_layout Plain Layout
2300 Raíces
2301 \end_layout
2302
2303 \end_inset
2304
2305
2306 \end_layout
2307
2308 \begin_layout Standard
2309 Las raíces cuadradas se componen con 
2310 \series bold
2311
2312 \backslash
2313 sqrt
2314 \series default
2315
2316 \begin_inset Index
2317 status collapsed
2318
2319 \begin_layout Plain Layout
2320 Comandos ! S ! 
2321 \backslash
2322 sqrt
2323 \end_layout
2324
2325 \end_inset
2326
2327  o con el botón 
2328 \begin_inset Graphics
2329         filename ../../images/math/sqrt.png
2330         scale 85
2331
2332 \end_inset
2333
2334  de la barra de  ecuaciones; todas las demás raíces con el comando 
2335 \series bold
2336
2337 \backslash
2338 root
2339 \series default
2340
2341 \begin_inset Index
2342 status collapsed
2343
2344 \begin_layout Plain Layout
2345 Comandos ! R ! 
2346 \backslash
2347 root
2348 \end_layout
2349
2350 \end_inset
2351
2352  o con el botón 
2353 \begin_inset Graphics
2354         filename ../../images/math/root.png
2355         scale 85
2356
2357 \end_inset
2358
2359 .
2360 \end_layout
2361
2362 \begin_layout Standard
2363 \noindent
2364 \align center
2365 \begin_inset Tabular
2366 <lyxtabular version="3" rows="3" columns="2">
2367 <features>
2368 <column alignment="center" valignment="top" width="0">
2369 <column alignment="center" valignment="top" width="0">
2370 <row>
2371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2372 \begin_inset Text
2373
2374 \begin_layout Plain Layout
2375 Comando
2376 \end_layout
2377
2378 \end_inset
2379 </cell>
2380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2381 \begin_inset Text
2382
2383 \begin_layout Plain Layout
2384 Resultado
2385 \begin_inset Note Note
2386 status collapsed
2387
2388 \begin_layout Plain Layout
2389
2390 \series bold
2391
2392 \backslash
2393 raisebox
2394 \series default
2395  se usa sólo como espaciador
2396 \end_layout
2397
2398 \end_inset
2399
2400
2401 \end_layout
2402
2403 \end_inset
2404 </cell>
2405 </row>
2406 <row>
2407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2408 \begin_inset Text
2409
2410 \begin_layout Plain Layout
2411
2412 \backslash
2413 sqrt
2414 \begin_inset ERT
2415 status collapsed
2416
2417 \begin_layout Plain Layout
2418
2419
2420 \backslash
2421 spce 
2422 \end_layout
2423
2424 \end_inset
2425
2426 A-B
2427 \end_layout
2428
2429 \end_inset
2430 </cell>
2431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2432 \begin_inset Text
2433
2434 \begin_layout Plain Layout
2435 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2436 \end_inset
2437
2438
2439 \end_layout
2440
2441 \end_inset
2442 </cell>
2443 </row>
2444 <row>
2445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2446 \begin_inset Text
2447
2448 \begin_layout Plain Layout
2449
2450 \backslash
2451 root
2452 \begin_inset ERT
2453 status collapsed
2454
2455 \begin_layout Plain Layout
2456
2457
2458 \backslash
2459 spce 
2460 \end_layout
2461
2462 \end_inset
2463
2464 3
2465 \begin_inset Formula $\downarrow$
2466 \end_inset
2467
2468 A-B
2469 \end_layout
2470
2471 \end_inset
2472 </cell>
2473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2474 \begin_inset Text
2475
2476 \begin_layout Plain Layout
2477 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2478 \end_inset
2479
2480
2481 \end_layout
2482
2483 \end_inset
2484 </cell>
2485 </row>
2486 </lyxtabular>
2487
2488 \end_inset
2489
2490
2491 \end_layout
2492
2493 \begin_layout Standard
2494 Una raíz cuadrada se compone también con 
2495 \series bold
2496
2497 \backslash
2498 root
2499 \series default
2500  dejando vacío el campo del índice.
2501 \end_layout
2502
2503 \begin_layout Standard
2504 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2505  la raíz: 
2506 \begin_inset Formula $\sqrt[\beta]{B}$
2507 \end_inset
2508
2509
2510 \begin_inset Newline newline
2511 \end_inset
2512
2513 La 
2514 \begin_inset Formula $\beta$
2515 \end_inset
2516
2517  toca la raíz.
2518  Para evitar esto se usan los comandos 
2519 \series bold
2520
2521 \backslash
2522 leftroot
2523 \series default
2524
2525 \begin_inset Index
2526 status collapsed
2527
2528 \begin_layout Plain Layout
2529 Comandos ! L ! 
2530 \backslash
2531 leftroot
2532 \end_layout
2533
2534 \end_inset
2535
2536  y 
2537 \series bold
2538
2539 \backslash
2540 uproot
2541 \series default
2542
2543 \begin_inset Index
2544 status collapsed
2545
2546 \begin_layout Plain Layout
2547 Comandos ! U ! 
2548 \backslash
2549 uproot
2550 \end_layout
2551
2552 \end_inset
2553
2554  con el esquema siguiente:
2555 \end_layout
2556
2557 \begin_layout Standard
2558
2559 \series bold
2560
2561 \backslash
2562 leftroot{distancia}
2563 \series default
2564  y 
2565 \series bold
2566
2567 \backslash
2568 uproot{distancia}
2569 \end_layout
2570
2571 \begin_layout Standard
2572 Distancia es el número de Puntos Grandes (
2573 \begin_inset Quotes fld
2574 \end_inset
2575
2576 Big Points
2577 \begin_inset Quotes frd
2578 \end_inset
2579
2580 , unidad bp; 
2581 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2582 \end_inset
2583
2584 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2585  Los comandos se escriben en el índice.
2586  Así, el comando:
2587 \begin_inset Newline newline
2588 \end_inset
2589
2590
2591 \series bold
2592
2593 \backslash
2594 root
2595 \backslash
2596 leftroot{-1
2597 \begin_inset Formula $\to$
2598 \end_inset
2599
2600
2601 \backslash
2602 uproot{2
2603 \begin_inset Formula $\to$
2604 \end_inset
2605
2606
2607 \backslash
2608 beta
2609 \begin_inset ERT
2610 status collapsed
2611
2612 \begin_layout Plain Layout
2613
2614
2615 \backslash
2616 spce 
2617 \end_layout
2618
2619 \end_inset
2620
2621
2622 \begin_inset Formula $\to$
2623 \end_inset
2624
2625 B
2626 \begin_inset Newline newline
2627 \end_inset
2628
2629
2630 \series default
2631 genera una fórmula correctamente tipografiada: 
2632 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2633 \end_inset
2634
2635
2636 \end_layout
2637
2638 \begin_layout Subsection
2639 Coeficientes de un binomio
2640 \begin_inset Index
2641 status collapsed
2642
2643 \begin_layout Plain Layout
2644 Binomios
2645 \end_layout
2646
2647 \end_inset
2648
2649
2650 \end_layout
2651
2652 \begin_layout Standard
2653 Los coeficientes de un binomio se insertan con el comando 
2654 \series bold
2655
2656 \backslash
2657 binom
2658 \series default
2659
2660 \begin_inset Index
2661 status collapsed
2662
2663 \begin_layout Plain Layout
2664 Comandos ! B ! 
2665 \backslash
2666 binom
2667 \end_layout
2668
2669 \end_inset
2670
2671  o con el submenú del botón 
2672 \begin_inset Graphics
2673         filename ../../images/math/frac-square.png
2674         scale 85
2675
2676 \end_inset
2677
2678 de la barra de herramientas de ecuaciones.
2679  Como en las fracciones, además de 
2680 \series bold
2681
2682 \backslash
2683 binom
2684 \series default
2685  hay los comandos 
2686 \series bold
2687
2688 \backslash
2689 dbinom
2690 \begin_inset Index
2691 status collapsed
2692
2693 \begin_layout Plain Layout
2694 Comandos ! D ! 
2695 \backslash
2696 dbinom
2697 \end_layout
2698
2699 \end_inset
2700
2701
2702 \series default
2703  y 
2704 \series bold
2705
2706 \backslash
2707 tbinom
2708 \series default
2709
2710 \begin_inset Index
2711 status collapsed
2712
2713 \begin_layout Plain Layout
2714 Comandos ! T ! 
2715 \backslash
2716 tbinom
2717 \end_layout
2718
2719 \end_inset
2720
2721 .
2722  Para otros delimitadores de coeficientes de un binomio hay los comandos
2723  
2724 \series bold
2725
2726 \backslash
2727 brace
2728 \series default
2729
2730 \begin_inset Index
2731 status collapsed
2732
2733 \begin_layout Plain Layout
2734 Comandos ! B ! 
2735 \backslash
2736 brace
2737 \end_layout
2738
2739 \end_inset
2740
2741  y 
2742 \series bold
2743
2744 \backslash
2745 brack
2746 \series default
2747
2748 \begin_inset Index
2749 status collapsed
2750
2751 \begin_layout Plain Layout
2752 Comandos ! B ! 
2753 \backslash
2754 brack
2755 \end_layout
2756
2757 \end_inset
2758
2759 .
2760 \end_layout
2761
2762 \begin_layout Standard
2763 \noindent
2764 \align center
2765 \begin_inset Tabular
2766 <lyxtabular version="3" rows="6" columns="2">
2767 <features>
2768 <column alignment="center" valignment="top" width="0">
2769 <column alignment="center" valignment="top" width="0">
2770 <row>
2771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2772 \begin_inset Text
2773
2774 \begin_layout Plain Layout
2775 Comando
2776 \end_layout
2777
2778 \end_inset
2779 </cell>
2780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2781 \begin_inset Text
2782
2783 \begin_layout Plain Layout
2784 Resultado
2785 \begin_inset Note Note
2786 status collapsed
2787
2788 \begin_layout Plain Layout
2789
2790 \series bold
2791
2792 \backslash
2793 raisebox
2794 \series default
2795  se usa sólo como espaciador
2796 \end_layout
2797
2798 \end_inset
2799
2800
2801 \end_layout
2802
2803 \end_inset
2804 </cell>
2805 </row>
2806 <row>
2807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2808 \begin_inset Text
2809
2810 \begin_layout Plain Layout
2811
2812 \backslash
2813 binom
2814 \begin_inset ERT
2815 status collapsed
2816
2817 \begin_layout Plain Layout
2818
2819
2820 \backslash
2821 spce 
2822 \end_layout
2823
2824 \end_inset
2825
2826 A
2827 \begin_inset Formula $\downarrow$
2828 \end_inset
2829
2830 B
2831 \end_layout
2832
2833 \end_inset
2834 </cell>
2835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2836 \begin_inset Text
2837
2838 \begin_layout Plain Layout
2839 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2840 \end_inset
2841
2842
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 </row>
2848 <row>
2849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2850 \begin_inset Text
2851
2852 \begin_layout Plain Layout
2853
2854 \backslash
2855 dbinom
2856 \begin_inset ERT
2857 status collapsed
2858
2859 \begin_layout Plain Layout
2860
2861
2862 \backslash
2863 spce 
2864 \end_layout
2865
2866 \end_inset
2867
2868 A
2869 \begin_inset Formula $\downarrow$
2870 \end_inset
2871
2872 B
2873 \end_layout
2874
2875 \end_inset
2876 </cell>
2877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2878 \begin_inset Text
2879
2880 \begin_layout Plain Layout
2881 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2882 \end_inset
2883
2884
2885 \end_layout
2886
2887 \end_inset
2888 </cell>
2889 </row>
2890 <row>
2891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Plain Layout
2895
2896 \backslash
2897 tbinom
2898 \begin_inset ERT
2899 status collapsed
2900
2901 \begin_layout Plain Layout
2902
2903
2904 \backslash
2905 spce 
2906 \end_layout
2907
2908 \end_inset
2909
2910 A
2911 \begin_inset Formula $\downarrow$
2912 \end_inset
2913
2914 B
2915 \end_layout
2916
2917 \end_inset
2918 </cell>
2919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2920 \begin_inset Text
2921
2922 \begin_layout Plain Layout
2923 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2924 \end_inset
2925
2926
2927 \end_layout
2928
2929 \end_inset
2930 </cell>
2931 </row>
2932 <row>
2933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2934 \begin_inset Text
2935
2936 \begin_layout Plain Layout
2937
2938 \backslash
2939 brack
2940 \begin_inset ERT
2941 status collapsed
2942
2943 \begin_layout Plain Layout
2944
2945
2946 \backslash
2947 spce 
2948 \end_layout
2949
2950 \end_inset
2951
2952 A
2953 \begin_inset Formula $\downarrow$
2954 \end_inset
2955
2956 B
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Plain Layout
2965 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2966 \end_inset
2967
2968
2969 \end_layout
2970
2971 \end_inset
2972 </cell>
2973 </row>
2974 <row>
2975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2976 \begin_inset Text
2977
2978 \begin_layout Plain Layout
2979
2980 \backslash
2981 brace
2982 \begin_inset ERT
2983 status collapsed
2984
2985 \begin_layout Plain Layout
2986
2987
2988 \backslash
2989 spce 
2990 \end_layout
2991
2992 \end_inset
2993
2994 A
2995 \begin_inset Formula $\downarrow$
2996 \end_inset
2997
2998 B
2999 \end_layout
3000
3001 \end_inset
3002 </cell>
3003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3008 \end_inset
3009
3010
3011 \end_layout
3012
3013 \end_inset
3014 </cell>
3015 </row>
3016 </lyxtabular>
3017
3018 \end_inset
3019
3020
3021 \begin_inset Newpage newpage
3022 \end_inset
3023
3024
3025 \end_layout
3026
3027 \begin_layout Subsection
3028 Diferenciaciones de casos
3029 \begin_inset Index
3030 status collapsed
3031
3032 \begin_layout Plain Layout
3033 Casos
3034 \end_layout
3035
3036 \end_inset
3037
3038
3039 \end_layout
3040
3041 \begin_layout Standard
3042 \noindent
3043 \align center
3044 \begin_inset Tabular
3045 <lyxtabular version="3" rows="3" columns="2">
3046 <features>
3047 <column alignment="center" valignment="top" width="0">
3048 <column alignment="center" valignment="top" width="0">
3049 <row>
3050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Plain Layout
3054 Comando
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063 Resultado
3064 \end_layout
3065
3066 \end_inset
3067 </cell>
3068 </row>
3069 <row>
3070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3071 \begin_inset Text
3072
3073 \begin_layout Plain Layout
3074
3075 \backslash
3076 cases
3077 \begin_inset ERT
3078 status collapsed
3079
3080 \begin_layout Plain Layout
3081
3082
3083 \backslash
3084 spce 
3085 \end_layout
3086
3087 \end_inset
3088
3089 A
3090 \begin_inset Formula $\to$
3091 \end_inset
3092
3093 B>0
3094 \begin_inset Index
3095 status collapsed
3096
3097 \begin_layout Plain Layout
3098 Comandos ! C ! 
3099 \backslash
3100 cases
3101 \end_layout
3102
3103 \end_inset
3104
3105
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114 \begin_inset Formula $\begin{cases}
3115 A & B>0\end{cases}$
3116 \end_inset
3117
3118
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 </row>
3124 <row>
3125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129
3130 \backslash
3131 cases
3132 \begin_inset ERT
3133 status collapsed
3134
3135 \begin_layout Plain Layout
3136
3137
3138 \backslash
3139 spce 
3140 \end_layout
3141
3142 \end_inset
3143
3144
3145 \family sans
3146 Ctrl+Retorno
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155 \begin_inset Formula $\begin{cases}
3156 A & \textrm{para }x>0\\
3157 B & \textrm{para }x=0\end{cases}$
3158 \end_inset
3159
3160
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 </row>
3166 </lyxtabular>
3167
3168 \end_inset
3169
3170
3171 \end_layout
3172
3173 \begin_layout Standard
3174 Después de insertar 
3175 \series bold
3176
3177 \backslash
3178 cases
3179 \series default
3180  o usar el botón 
3181 \begin_inset Graphics
3182         filename ../../images/math/cases.png
3183         scale 85
3184
3185 \end_inset
3186
3187  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3188 \family sans
3189 Ctrl+Retorno
3190 \family default
3191  o con el botón
3192 \family sans
3193  
3194 \family default
3195
3196 \begin_inset Graphics
3197         filename ../../images/tabular-feature_append-row.png
3198         scale 85
3199
3200 \end_inset
3201
3202  de la barra de tablas.
3203 \end_layout
3204
3205 \begin_layout Standard
3206 El comando 
3207 \series bold
3208
3209 \backslash
3210 cases
3211 \series default
3212  también está disponible en el menú 
3213 \family sans
3214 Insertar\SpecialChar \menuseparator
3215 Ecuación\SpecialChar \menuseparator
3216 Entorno casos
3217 \family default
3218 .
3219 \end_layout
3220
3221 \begin_layout Subsection
3222 Negaciones
3223 \begin_inset Index
3224 status collapsed
3225
3226 \begin_layout Plain Layout
3227 Negaciones
3228 \end_layout
3229
3230 \end_inset
3231
3232
3233 \end_layout
3234
3235 \begin_layout Standard
3236 Con el comando 
3237 \series bold
3238
3239 \backslash
3240 not
3241 \series default
3242
3243 \begin_inset Index
3244 status collapsed
3245
3246 \begin_layout Plain Layout
3247 Comandos ! N ! 
3248 \backslash
3249 not
3250 \end_layout
3251
3252 \end_inset
3253
3254  todo carácter se puede mostrar cancelado.
3255  Los caracteres son casi tachados con una barra inclinada.
3256 \end_layout
3257
3258 \begin_layout Standard
3259 \noindent
3260 \align center
3261 \begin_inset Tabular
3262 <lyxtabular version="3" rows="4" columns="2">
3263 <features>
3264 <column alignment="center" valignment="top" width="0">
3265 <column alignment="center" valignment="top" width="0">
3266 <row>
3267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3268 \begin_inset Text
3269
3270 \begin_layout Plain Layout
3271 Comando
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280 Resultado
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 </row>
3286 <row>
3287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Plain Layout
3291
3292 \backslash
3293 not=
3294 \end_layout
3295
3296 \end_inset
3297 </cell>
3298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3299 \begin_inset Text
3300
3301 \begin_layout Plain Layout
3302 \begin_inset Formula $\not=$
3303 \end_inset
3304
3305
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 </row>
3311 <row>
3312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316
3317 \backslash
3318 not 
3319 \backslash
3320 le
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329 \begin_inset Formula $\not\le$
3330 \end_inset
3331
3332
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 </row>
3338 <row>
3339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343
3344 \backslash
3345 not 
3346 \backslash
3347 parallel
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356 \begin_inset Formula $\not\parallel$
3357 \end_inset
3358
3359
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 </row>
3365 </lyxtabular>
3366
3367 \end_inset
3368
3369
3370 \end_layout
3371
3372 \begin_layout Standard
3373 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3374  Por tanto para algunas negaciones hay comandos especiales (véase 
3375 \begin_inset CommandInset ref
3376 LatexCommand ref
3377 reference "sub:Símbolos-matemáticos"
3378
3379 \end_inset
3380
3381  y 
3382 \begin_inset CommandInset ref
3383 LatexCommand ref
3384 reference "sec:Relaciones"
3385
3386 \end_inset
3387
3388 ).
3389 \end_layout
3390
3391 \begin_layout Subsection
3392 Espacios reservados 
3393 \begin_inset CommandInset label
3394 LatexCommand label
3395 name "sub:Espacios-reservados"
3396
3397 \end_inset
3398
3399
3400 \begin_inset Index
3401 status collapsed
3402
3403 \begin_layout Plain Layout
3404 Espacios reservados
3405 \end_layout
3406
3407 \end_inset
3408
3409
3410 \begin_inset Index
3411 status collapsed
3412
3413 \begin_layout Plain Layout
3414 Química ! isótopos
3415 \end_layout
3416
3417 \end_inset
3418
3419
3420 \begin_inset Index
3421 status collapsed
3422
3423 \begin_layout Plain Layout
3424 Isótopos|see
3425 \begin_inset ERT
3426 status collapsed
3427
3428 \begin_layout Plain Layout
3429
3430 {
3431 \end_layout
3432
3433 \end_inset
3434
3435 Química
3436 \begin_inset ERT
3437 status collapsed
3438
3439 \begin_layout Plain Layout
3440
3441 }
3442 \end_layout
3443
3444 \end_inset
3445
3446
3447 \end_layout
3448
3449 \end_inset
3450
3451
3452 \end_layout
3453
3454 \begin_layout Standard
3455 En la presentación de, p.
3456 \begin_inset space \thinspace{}
3457 \end_inset
3458
3459 e., isótopos,
3460 \begin_inset Foot
3461 status collapsed
3462
3463 \begin_layout Plain Layout
3464 Más sobre símbolos químicos en 
3465 \begin_inset CommandInset ref
3466 LatexCommand ref
3467 reference "sub:Símbolos-y-ecuaciones-químicas"
3468
3469 \end_inset
3470
3471
3472 \end_layout
3473
3474 \end_inset
3475
3476  surge el problema siguiente:
3477 \end_layout
3478
3479 \begin_layout Standard
3480 \noindent
3481 \align center
3482 \begin_inset Tabular
3483 <lyxtabular version="3" rows="2" columns="2">
3484 <features>
3485 <column alignment="center" valignment="top" width="0">
3486 <column alignment="center" valignment="top" width="0">
3487 <row>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Índices generados con sub- y superíndices:
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3502 \end_inset
3503
3504
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 </row>
3510 <row>
3511 <cell alignment="center" valignment="top" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 Índices correctos:
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3525 \end_inset
3526
3527
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 </row>
3533 </lyxtabular>
3534
3535 \end_inset
3536
3537
3538 \begin_inset Note Note
3539 status collapsed
3540
3541 \begin_layout Plain Layout
3542
3543 \series bold
3544
3545 \backslash
3546 raisebox
3547 \series default
3548  se usa sólo como espaciador
3549 \end_layout
3550
3551 \end_inset
3552
3553
3554 \end_layout
3555
3556 \begin_layout Standard
3557 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3558  del índice más largo.
3559  Para evitarlo está el comando 
3560 \series bold
3561
3562 \backslash
3563 phantom
3564 \series default
3565
3566 \begin_inset Index
3567 status collapsed
3568
3569 \begin_layout Plain Layout
3570 Comandos ! P ! 
3571 \backslash
3572 phantom
3573 \end_layout
3574
3575 \end_inset
3576
3577  o el botón 
3578 \begin_inset space ~
3579 \end_inset
3580
3581
3582 \begin_inset Graphics
3583         filename ../../images/math/phantom.png
3584         scale 85
3585
3586 \end_inset
3587
3588  del submenú de espaciado de ecuaciones
3589 \begin_inset Foot
3590 status collapsed
3591
3592 \begin_layout Plain Layout
3593 Botón 
3594 \begin_inset Graphics
3595         filename ../../images/math/space.png
3596         scale 85
3597
3598 \end_inset
3599
3600  de la barra de ecuaciones
3601 \end_layout
3602
3603 \end_inset
3604
3605 , que genera uno o más espacios reservados.
3606  Al insertar 
3607 \series bold
3608
3609 \backslash
3610 phantom
3611 \series default
3612  aparece un pequeño marco azul con dos flechas rojas superpuestas
3613 \begin_inset Formula $\phantom{}$
3614 \end_inset
3615
3616 .
3617  Las flechas indican que se reservará un espacio equivalente a la anchura
3618  y altura totales del contenido del marco.
3619  Los espacios reservados son correspondientes al tamaño de los caracteres.
3620 \end_layout
3621
3622 \begin_layout Standard
3623 \noindent
3624 \align center
3625 \begin_inset Tabular
3626 <lyxtabular version="3" rows="4" columns="2">
3627 <features>
3628 <column alignment="center" valignment="top" width="0">
3629 <column alignment="center" valignment="top" width="0">
3630 <row>
3631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635 Comando
3636 \end_layout
3637
3638 \end_inset
3639 </cell>
3640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3641 \begin_inset Text
3642
3643 \begin_layout Plain Layout
3644 Resultado
3645 \begin_inset Note Note
3646 status collapsed
3647
3648 \begin_layout Plain Layout
3649
3650 \series bold
3651
3652 \backslash
3653 raisebox
3654 \series default
3655  se usa sólo como espaciador
3656 \end_layout
3657
3658 \end_inset
3659
3660
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 </row>
3666 <row>
3667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 ^19
3672 \begin_inset ERT
3673 status collapsed
3674
3675 \begin_layout Plain Layout
3676
3677
3678 \backslash
3679 spce 
3680 \end_layout
3681
3682 \end_inset
3683
3684 _
3685 \backslash
3686 phantom
3687 \begin_inset ERT
3688 status collapsed
3689
3690 \begin_layout Plain Layout
3691
3692
3693 \backslash
3694 spce 
3695 \end_layout
3696
3697 \end_inset
3698
3699 1
3700 \begin_inset Formula $\rightarrow$
3701 \end_inset
3702
3703 9
3704 \begin_inset ERT
3705 status collapsed
3706
3707 \begin_layout Plain Layout
3708
3709
3710 \backslash
3711 spce 
3712 \end_layout
3713
3714 \end_inset
3715
3716 F
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3726 \end_inset
3727
3728
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 </row>
3734 <row>
3735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739 ^235
3740 \begin_inset ERT
3741 status collapsed
3742
3743 \begin_layout Plain Layout
3744
3745
3746 \backslash
3747 spce 
3748 \end_layout
3749
3750 \end_inset
3751
3752 _
3753 \backslash
3754 phantom
3755 \begin_inset ERT
3756 status collapsed
3757
3758 \begin_layout Plain Layout
3759
3760
3761 \backslash
3762 spce 
3763 \end_layout
3764
3765 \end_inset
3766
3767 23
3768 \begin_inset Formula $\rightarrow$
3769 \end_inset
3770
3771 9
3772 \begin_inset ERT
3773 status collapsed
3774
3775 \begin_layout Plain Layout
3776
3777
3778 \backslash
3779 spce 
3780 \end_layout
3781
3782 \end_inset
3783
3784 F
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3794 \end_inset
3795
3796
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 </row>
3802 <row>
3803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807
3808 \backslash
3809 Lambda^
3810 \begin_inset ERT
3811 status collapsed
3812
3813 \begin_layout Plain Layout
3814
3815
3816 \backslash
3817 spce 
3818 \end_layout
3819
3820 \end_inset
3821
3822
3823 \backslash
3824 phantom
3825 \begin_inset ERT
3826 status collapsed
3827
3828 \begin_layout Plain Layout
3829
3830
3831 \backslash
3832 spce 
3833 \end_layout
3834
3835 \end_inset
3836
3837 ii
3838 \begin_inset Formula $\rightarrow$
3839 \end_inset
3840
3841 t
3842 \begin_inset ERT
3843 status collapsed
3844
3845 \begin_layout Plain Layout
3846
3847
3848 \backslash
3849 spce 
3850 \end_layout
3851
3852 \end_inset
3853
3854 _MMt
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3864 \end_inset
3865
3866
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 </row>
3872 </lyxtabular>
3873
3874 \end_inset
3875
3876
3877 \end_layout
3878
3879 \begin_layout Standard
3880 Además hay los comandos 
3881 \series bold
3882
3883 \backslash
3884 vphantom
3885 \series default
3886
3887 \begin_inset Index
3888 status collapsed
3889
3890 \begin_layout Plain Layout
3891 Comandos ! V ! 
3892 \backslash
3893 vphantom
3894 \end_layout
3895
3896 \end_inset
3897
3898  (botón 
3899 \begin_inset space ~
3900 \end_inset
3901
3902
3903 \begin_inset Graphics
3904         filename ../../images/math/vphantom.png
3905         scale 85
3906
3907 \end_inset
3908
3909 ) y 
3910 \series bold
3911
3912 \backslash
3913 hphantom
3914 \series default
3915
3916 \begin_inset Index
3917 status collapsed
3918
3919 \begin_layout Plain Layout
3920 Comandos ! H ! 
3921 \backslash
3922 hphantom
3923 \end_layout
3924
3925 \end_inset
3926
3927  (botón 
3928 \begin_inset space ~
3929 \end_inset
3930
3931
3932 \begin_inset Graphics
3933         filename ../../images/math/hphantom.png
3934         scale 85
3935
3936 \end_inset
3937
3938 ).
3939  
3940 \series bold
3941
3942 \backslash
3943 hphantom
3944 \series default
3945  genera espacio en el marco sólo para la altura máxima de los caracteres,
3946  no para su anchura.
3947  
3948 \series bold
3949
3950 \backslash
3951 vphantom
3952 \series default
3953  genera espacio sólo para la anchura del contenido del marco.
3954  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3955 \end_layout
3956
3957 \begin_layout Standard
3958 Por ejemplo, 
3959 \series bold
3960
3961 \backslash
3962 vphantom
3963 \series default
3964
3965 \begin_inset ERT
3966 status collapsed
3967
3968 \begin_layout Plain Layout
3969
3970
3971 \backslash
3972 spce 
3973 \end_layout
3974
3975 \end_inset
3976
3977
3978 \series bold
3979 a
3980 \backslash
3981 int
3982 \series default
3983  genera espacio de la altura del signo de la integral,
3984 \begin_inset Foot
3985 status collapsed
3986
3987 \begin_layout Plain Layout
3988 El comando 
3989 \series bold
3990
3991 \backslash
3992 int
3993 \series default
3994  genera un signo de integral, véase 
3995 \begin_inset CommandInset ref
3996 LatexCommand ref
3997 reference "sub:Operadores-grandes"
3998
3999 \end_inset
4000
4001
4002 \end_layout
4003
4004 \end_inset
4005
4006  porque este es el carácter más largo.
4007  En la 
4008 \begin_inset CommandInset ref
4009 LatexCommand ref
4010 reference "sub:Delimitadores-multilínea"
4011
4012 \end_inset
4013
4014  hay un ejemplo de aplicación.
4015 \end_layout
4016
4017 \begin_layout Subsection
4018 Líneas
4019 \begin_inset Index
4020 status collapsed
4021
4022 \begin_layout Plain Layout
4023 Lineas@Líneas
4024 \end_layout
4025
4026 \end_inset
4027
4028
4029 \begin_inset Index
4030 status collapsed
4031
4032 \begin_layout Plain Layout
4033 Ecuación ! sub- o superrayada
4034 \end_layout
4035
4036 \end_inset
4037
4038
4039 \end_layout
4040
4041 \begin_layout Standard
4042 \noindent
4043 \align center
4044 \begin_inset Tabular
4045 <lyxtabular version="3" rows="4" columns="2">
4046 <features>
4047 <column alignment="center" valignment="top" width="0">
4048 <column alignment="center" valignment="top" width="0">
4049 <row>
4050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054 Comando
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 Resultado
4064 \begin_inset Note Note
4065 status collapsed
4066
4067 \begin_layout Plain Layout
4068
4069 \series bold
4070
4071 \backslash
4072 raisebox
4073 \series default
4074  se usa sólo como espaciador
4075 \end_layout
4076
4077 \end_inset
4078
4079
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 </row>
4085 <row>
4086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090
4091 \backslash
4092 overline
4093 \begin_inset ERT
4094 status collapsed
4095
4096 \begin_layout Plain Layout
4097
4098
4099 \backslash
4100 spce 
4101 \end_layout
4102
4103 \end_inset
4104
4105 A+B
4106 \begin_inset Index
4107 status collapsed
4108
4109 \begin_layout Plain Layout
4110 Comandos ! O ! 
4111 \backslash
4112 overline
4113 \end_layout
4114
4115 \end_inset
4116
4117
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4127 \end_inset
4128
4129
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 </row>
4135 <row>
4136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Plain Layout
4140
4141 \backslash
4142 underline
4143 \begin_inset ERT
4144 status collapsed
4145
4146 \begin_layout Plain Layout
4147
4148
4149 \backslash
4150 spce 
4151 \end_layout
4152
4153 \end_inset
4154
4155 A+B
4156 \begin_inset Index
4157 status collapsed
4158
4159 \begin_layout Plain Layout
4160 Comandos ! U ! 
4161 \backslash
4162 underline
4163 \end_layout
4164
4165 \end_inset
4166
4167
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4177 \end_inset
4178
4179
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190
4191 \backslash
4192 overline
4193 \begin_inset ERT
4194 status collapsed
4195
4196 \begin_layout Plain Layout
4197
4198
4199 \backslash
4200 spce 
4201 \end_layout
4202
4203 \end_inset
4204
4205
4206 \backslash
4207 underline
4208 \begin_inset ERT
4209 status collapsed
4210
4211 \begin_layout Plain Layout
4212
4213
4214 \backslash
4215 spce 
4216 \end_layout
4217
4218 \end_inset
4219
4220 A+B
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4230 \end_inset
4231
4232
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 </row>
4238 </lyxtabular>
4239
4240 \end_inset
4241
4242
4243 \end_layout
4244
4245 \begin_layout Standard
4246 En el último ejemplo es indiferente poner primero 
4247 \series bold
4248
4249 \backslash
4250 overline
4251 \series default
4252  o 
4253 \series bold
4254
4255 \backslash
4256 underline
4257 \series default
4258 .
4259 \end_layout
4260
4261 \begin_layout Standard
4262 Para poner doble subrayado, p.
4263 \begin_inset space \thinspace{}
4264 \end_inset
4265
4266 e.
4267  en resultados, se usa 
4268 \series bold
4269
4270 \backslash
4271 underline
4272 \series default
4273  dos veces.
4274 \end_layout
4275
4276 \begin_layout Standard
4277 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4278 \begin_inset VSpace bigskip
4279 \end_inset
4280
4281 Se pueden crear líneas personalizadas con el comando 
4282 \series bold
4283
4284 \backslash
4285 rule
4286 \series default
4287
4288 \begin_inset Index
4289 status collapsed
4290
4291 \begin_layout Plain Layout
4292 Comandos ! R ! 
4293 \backslash
4294 rule
4295 \end_layout
4296
4297 \end_inset
4298
4299  con el esquema siguiente:
4300 \end_layout
4301
4302 \begin_layout Standard
4303
4304 \series bold
4305
4306 \backslash
4307 rule[hueco vertical]{longitud}{grosor}
4308 \end_layout
4309
4310 \begin_layout Standard
4311 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4312  si el valor es negativo).
4313  Las unidades disponibles para los valores están listadas en
4314 \begin_inset space ~
4315 \end_inset
4316
4317
4318 \begin_inset CommandInset ref
4319 LatexCommand ref
4320 reference "tab:Unidades-disponibles"
4321
4322 \end_inset
4323
4324 .
4325  A continuación hay dos ejemplos de líneas creadas con los comandos
4326 \series bold
4327
4328 \begin_inset Newline newline
4329 \end_inset
4330
4331
4332 \backslash
4333 rule[-2ex]{3cm}{2pt}
4334 \series default
4335  y 
4336 \series bold
4337
4338 \backslash
4339 rule{2cm}{1pt}
4340 \series default
4341 :
4342 \end_layout
4343
4344 \begin_layout Standard
4345 Esto es una frase 
4346 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4347 \end_inset
4348
4349  con dos líneas.
4350 \end_layout
4351
4352 \begin_layout Standard
4353
4354 \series bold
4355
4356 \backslash
4357 rule
4358 \series default
4359  también se puede usar para texto si se inserta en modo TeX.
4360 \end_layout
4361
4362 \begin_layout Subsection
4363 Puntos
4364 \begin_inset CommandInset label
4365 LatexCommand label
4366 name "sub:Puntos"
4367
4368 \end_inset
4369
4370
4371 \begin_inset Index
4372 status collapsed
4373
4374 \begin_layout Plain Layout
4375 Puntos
4376 \end_layout
4377
4378 \end_inset
4379
4380
4381 \end_layout
4382
4383 \begin_layout Standard
4384 Hay distintos tipos de puntos disponibles.
4385 \begin_inset Foot
4386 status collapsed
4387
4388 \begin_layout Plain Layout
4389 En la barra de herramientas de ecuaciones, en el panel del botón 
4390 \begin_inset Graphics
4391         filename ../../images/math/ldots.png
4392         scale 85
4393
4394 \end_inset
4395
4396 .
4397 \end_layout
4398
4399 \end_inset
4400
4401  Para continuación en enumeraciones se usan puntos bajos, (
4402 \series bold
4403
4404 \backslash
4405 ldots
4406 \series default
4407
4408 \begin_inset Index
4409 status collapsed
4410
4411 \begin_layout Plain Layout
4412 Comandos ! L ! 
4413 \backslash
4414 ldots
4415 \end_layout
4416
4417 \end_inset
4418
4419 ), mientras que para operaciones se usan puntos centrados a la misma altura
4420  que los operadores, (
4421 \series bold
4422
4423 \backslash
4424 cdots
4425 \series default
4426
4427 \begin_inset Index
4428 status collapsed
4429
4430 \begin_layout Plain Layout
4431 Comandos ! C ! 
4432 \backslash
4433 cdots
4434 \end_layout
4435
4436 \end_inset
4437
4438 ).
4439  Si se usa el comando 
4440 \series bold
4441
4442 \backslash
4443 dots
4444 \series default
4445
4446 \begin_inset Index
4447 status collapsed
4448
4449 \begin_layout Plain Layout
4450 Comandos ! D ! 
4451 \backslash
4452 dots
4453 \end_layout
4454
4455 \end_inset
4456
4457 , LaTeX decide el tipo a usar en función del carácter siguiente.
4458 \end_layout
4459
4460 \begin_layout Standard
4461 \align center
4462 \begin_inset Tabular
4463 <lyxtabular version="3" rows="8" columns="2">
4464 <features>
4465 <column alignment="center" valignment="top" width="0pt">
4466 <column alignment="center" valignment="top" width="0pt">
4467 <row>
4468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 Comando
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481 Resultado
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 </row>
4487 <row>
4488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492 A_1
4493 \begin_inset ERT
4494 status collapsed
4495
4496 \begin_layout Plain Layout
4497
4498
4499 \backslash
4500 spce 
4501 \end_layout
4502
4503 \end_inset
4504
4505 ,
4506 \backslash
4507 dots
4508 \begin_inset ERT
4509 status collapsed
4510
4511 \begin_layout Plain Layout
4512
4513
4514 \backslash
4515 spce 
4516 \end_layout
4517
4518 \end_inset
4519
4520 ,A_n
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 \begin_inset Formula $A_{1},\dots,A_{n}$
4530 \end_inset
4531
4532
4533 \end_layout
4534
4535 \end_inset
4536 </cell>
4537 </row>
4538 <row>
4539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543 A_1
4544 \begin_inset ERT
4545 status collapsed
4546
4547 \begin_layout Plain Layout
4548
4549
4550 \backslash
4551 spce 
4552 \end_layout
4553
4554 \end_inset
4555
4556 +
4557 \backslash
4558 dots
4559 \begin_inset ERT
4560 status collapsed
4561
4562 \begin_layout Plain Layout
4563
4564
4565 \backslash
4566 spce 
4567 \end_layout
4568
4569 \end_inset
4570
4571 +A_n
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 \begin_inset Formula $A_{1}+\dots+A_{n}$
4581 \end_inset
4582
4583
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 </row>
4589 <row>
4590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594 A_1
4595 \begin_inset ERT
4596 status collapsed
4597
4598 \begin_layout Plain Layout
4599
4600
4601 \backslash
4602 spce 
4603 \end_layout
4604
4605 \end_inset
4606
4607 ,
4608 \backslash
4609 ldots
4610 \begin_inset ERT
4611 status collapsed
4612
4613 \begin_layout Plain Layout
4614
4615
4616 \backslash
4617 spce 
4618 \end_layout
4619
4620 \end_inset
4621
4622 ,A_n
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 \begin_inset Formula $A_{1},\ldots,A_{n}$
4632 \end_inset
4633
4634
4635 \end_layout
4636
4637 \end_inset
4638 </cell>
4639 </row>
4640 <row>
4641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 A_1
4646 \begin_inset ERT
4647 status collapsed
4648
4649 \begin_layout Plain Layout
4650
4651
4652 \backslash
4653 spce 
4654 \end_layout
4655
4656 \end_inset
4657
4658 +
4659 \backslash
4660 cdots
4661 \begin_inset ERT
4662 status collapsed
4663
4664 \begin_layout Plain Layout
4665
4666
4667 \backslash
4668 spce 
4669 \end_layout
4670
4671 \end_inset
4672
4673 +A_n
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4683 \end_inset
4684
4685
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 </row>
4691 <row>
4692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4693 \begin_inset Text
4694
4695 \begin_layout Plain Layout
4696
4697 \backslash
4698 vdots
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 \begin_inset Formula $\vdots$
4708 \end_inset
4709
4710
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 </row>
4716 <row>
4717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721
4722 \backslash
4723 ddots
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 \begin_inset Formula $\ddots$
4733 \end_inset
4734
4735
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 </row>
4741 <row>
4742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746 Matriz
4747 \begin_inset space \thinspace{}
4748 \end_inset
4749
4750 3×3 con los distintos puntos
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 \begin_inset Formula $\begin{array}{ccc}
4760 A_{11} & \cdots & A_{1m}\\
4761 \vdots & \ddots & \vdots\\
4762 A_{n1} & \cdots & A_{nm}\end{array}$
4763 \end_inset
4764
4765
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 </row>
4771 </lyxtabular>
4772
4773 \end_inset
4774
4775
4776 \end_layout
4777
4778 \begin_layout Standard
4779 Los puntos suspensivos disponibles en el menú 
4780 \family sans
4781 Insertar\SpecialChar \menuseparator
4782 Carácter especial
4783 \family default
4784  son 
4785 \series bold
4786
4787 \backslash
4788 ldots
4789 \series default
4790 .
4791 \begin_inset VSpace medskip
4792 \end_inset
4793
4794
4795 \end_layout
4796
4797 \begin_layout Standard
4798 Hay puntos específicos para matrices que se extienden por varias columnas.
4799  Se generan con el comando 
4800 \series bold
4801
4802 \backslash
4803 hdotsfor
4804 \series default
4805
4806 \begin_inset Index
4807 status collapsed
4808
4809 \begin_layout Plain Layout
4810 Comandos ! H ! 
4811 \backslash
4812 hdotsfor
4813 \end_layout
4814
4815 \end_inset
4816
4817 , que tiene el siguiente esquema:
4818 \end_layout
4819
4820 \begin_layout Standard
4821
4822 \series bold
4823
4824 \backslash
4825 hdotsfor[distancia]{número de columnas}
4826 \end_layout
4827
4828 \begin_layout Standard
4829 Número de columnas especifica cuántas columnas deben abarcarse.
4830  Distancia es un factor para la separación entre los puntos.
4831 \end_layout
4832
4833 \begin_layout Standard
4834 En la siguiente matriz se ha insertado el comando 
4835 \series bold
4836
4837 \backslash
4838 hdotsfor[2]{4}
4839 \series default
4840  en el primer recuadro de la segunda línea para obtener puntos separados
4841  una distancia equivalente a dos veces la del comando 
4842 \series bold
4843
4844 \backslash
4845 dots
4846 \series default
4847 .
4848 \begin_inset Formula \[
4849 \left(\begin{array}{cccc}
4850 A & B & C & D\\
4851 \hdotsfor[2]{4}\\
4852 q & w & e & r\end{array}\right)\]
4853
4854 \end_inset
4855
4856
4857 \end_layout
4858
4859 \begin_layout Standard
4860 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4861  de lo contrario se producen errores de LaTeX.
4862 \end_layout
4863
4864 \begin_layout Standard
4865 \begin_inset VSpace bigskip
4866 \end_inset
4867
4868
4869 \end_layout
4870
4871 \begin_layout Standard
4872 Además, con el comando 
4873 \series bold
4874
4875 \backslash
4876 dotfill
4877 \series default
4878
4879 \begin_inset Index
4880 status collapsed
4881
4882 \begin_layout Plain Layout
4883 Comandos ! D ! 
4884 \backslash
4885 dotfill
4886 \end_layout
4887
4888 \end_inset
4889
4890  puedes completar con puntos una línea.
4891  El efecto de este tipo de comandos es como el de 
4892 \series bold
4893
4894 \backslash
4895 hfill
4896 \series default
4897 , véase 
4898 \begin_inset CommandInset ref
4899 LatexCommand ref
4900 reference "sub:Espacio-variable"
4901
4902 \end_inset
4903
4904 .
4905 \end_layout
4906
4907 \begin_layout Standard
4908 Por ejemplo el comando 
4909 \series bold
4910 A
4911 \backslash
4912 dotfill
4913 \series default
4914
4915 \begin_inset ERT
4916 status collapsed
4917
4918 \begin_layout Plain Layout
4919
4920
4921 \backslash
4922 spce 
4923 \end_layout
4924
4925 \end_inset
4926
4927
4928 \series bold
4929 B
4930 \series default
4931  genera
4932 \end_layout
4933
4934 \begin_layout Standard
4935 \begin_inset Formula $A\dotfill B$
4936 \end_inset
4937
4938
4939 \end_layout
4940
4941 \begin_layout Standard
4942 Un comando análogo a 
4943 \series bold
4944
4945 \backslash
4946 dotfill
4947 \series default
4948  para rellenar con una línea es 
4949 \series bold
4950
4951 \backslash
4952 hrulefill
4953 \series default
4954
4955 \begin_inset Index
4956 status collapsed
4957
4958 \begin_layout Plain Layout
4959 Comandos ! H ! 
4960 \backslash
4961 hrulefill
4962 \end_layout
4963
4964 \end_inset
4965
4966 :
4967 \end_layout
4968
4969 \begin_layout Standard
4970 \begin_inset Formula $A\hrulefill B$
4971 \end_inset
4972
4973
4974 \end_layout
4975
4976 \begin_layout Standard
4977 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4978 \end_layout
4979
4980 \begin_layout Section
4981 Matrices
4982 \begin_inset CommandInset label
4983 LatexCommand label
4984 name "sec:Matrices"
4985
4986 \end_inset
4987
4988
4989 \begin_inset Index
4990 status collapsed
4991
4992 \begin_layout Plain Layout
4993 Matrices
4994 \end_layout
4995
4996 \end_inset
4997
4998
4999 \end_layout
5000
5001 \begin_layout Standard
5002 Se pueden insertar con el botón 
5003 \begin_inset Graphics
5004         filename ../../images/dialog-show_mathmatrix.png
5005         scale 85
5006
5007 \end_inset
5008
5009  de la barra de ecuaciones o con el menú 
5010 \family sans
5011 Insertar\SpecialChar \menuseparator
5012 Ecuación\SpecialChar \menuseparator
5013 Matriz
5014 \family default
5015 .
5016  Aparece una ventana en la que se pide el número de filas y columnas y la
5017  alineación.
5018  La alineación vertical sólo es relevante para matrices en línea:
5019 \end_layout
5020
5021 \begin_layout Standard
5022 Esta primera matriz tiene alineación superior 
5023 \begin_inset Formula $\begin{array}[t]{cccc}
5024 A & D & G & J\\
5025 B & E & H & K\\
5026 D & F & I & L\end{array}$
5027 \end_inset
5028
5029  , la segunda alineación central 
5030 \begin_inset Formula $\begin{array}{cccc}
5031 A & D & G & J\\
5032 B & E & H & K\\
5033 D & F & I & L\end{array}$
5034 \end_inset
5035
5036  , y la tercera alineación inferior 
5037 \begin_inset Formula $\begin{array}[b]{cccc}
5038 A & D & G & J\\
5039 B & E & H & K\\
5040 D & F & I & L\end{array}$
5041 \end_inset
5042
5043 .
5044 \end_layout
5045
5046 \begin_layout Standard
5047 La alineación horizontal especifica cómo deben alinearse las entradas de
5048  la columna.
5049  Se determina mediante una letra para cada columna.
5050  
5051 \emph on
5052 l
5053 \emph default
5054  indica alineación a la izquierda, 
5055 \emph on
5056 c
5057 \emph default
5058  alineación centrada y 
5059 \emph on
5060 r
5061 \emph default
5062  alineación a la derecha.
5063  Por ejemplo, para componer una matriz
5064 \begin_inset space ~
5065 \end_inset
5066
5067 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
5068  centradas y la última a la derecha, se anota 
5069 \series bold
5070 lccr
5071 \series default
5072  en la alineación horizontal.
5073  Normalmente todas las columnas de una matriz están centradas, por tanto
5074  el valor por omisión es 
5075 \series bold
5076 c
5077 \series default
5078  para todas ellas.
5079 \end_layout
5080
5081 \begin_layout Standard
5082 Alineación horizontal:
5083 \end_layout
5084
5085 \begin_layout Standard
5086
5087 \series bold
5088 lll
5089 \series default
5090  : 
5091 \begin_inset Formula $\begin{array}{lll}
5092 10000 & D & G\\
5093 B & 10000 & H\\
5094 C & F & 10000\end{array}$
5095 \end_inset
5096
5097  , 
5098 \series bold
5099 ccc 
5100 \series default
5101
5102 \begin_inset Formula $\begin{array}{ccc}
5103 10000 & D & G\\
5104 B & 10000 & H\\
5105 C & F & 10000\end{array}$
5106 \end_inset
5107
5108  
5109 \series bold
5110 ,
5111 \series default
5112  
5113 \series bold
5114 rrr 
5115 \series default
5116
5117 \begin_inset Formula $\begin{array}{rrr}
5118 10000 & D & G\\
5119 B & 10000 & H\\
5120 C & F & 10000\end{array}$
5121 \end_inset
5122
5123
5124 \end_layout
5125
5126 \begin_layout Standard
5127 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
5128  botones 
5129 \begin_inset Graphics
5130         filename ../../images/tabular-feature_append-row.png
5131         scale 85
5132
5133 \end_inset
5134
5135
5136 \begin_inset Graphics
5137         filename ../../images/tabular-feature_delete-row.png
5138         scale 85
5139
5140 \end_inset
5141
5142 , etc.
5143  de la barra de ecuaciones o el menú 
5144 \family sans
5145 Editar\SpecialChar \menuseparator
5146 Filas y columnas
5147 \family default
5148 .
5149  También se pueden añadir filas nuevas con 
5150 \family sans
5151 Ctrl+Retorno
5152 \family default
5153 .
5154 \end_layout
5155
5156 \begin_layout Standard
5157 \begin_inset VSpace bigskip
5158 \end_inset
5159
5160
5161 \end_layout
5162
5163 \begin_layout Standard
5164 Se pueden poner paréntesis alrededor de una matriz con los comandos 
5165 \series bold
5166
5167 \backslash
5168 left
5169 \series default
5170
5171 \begin_inset Index
5172 status collapsed
5173
5174 \begin_layout Plain Layout
5175 Comandos ! L ! 
5176 \backslash
5177 left
5178 \end_layout
5179
5180 \end_inset
5181
5182  y 
5183 \series bold
5184
5185 \backslash
5186 right
5187 \series default
5188
5189 \begin_inset Index
5190 status collapsed
5191
5192 \begin_layout Plain Layout
5193 Comandos ! R ! 
5194 \backslash
5195 right
5196 \end_layout
5197
5198 \end_inset
5199
5200  (atajo 
5201 \family sans
5202 Alt+M
5203 \begin_inset space ~
5204 \end_inset
5205
5206 Paréntesis
5207 \family default
5208 ), véase 
5209 \begin_inset CommandInset ref
5210 LatexCommand ref
5211 reference "sub:Tamaño-automático-de"
5212
5213 \end_inset
5214
5215 , o usando los comandos siguientes:
5216 \end_layout
5217
5218 \begin_layout Standard
5219 \begin_inset VSpace medskip
5220 \end_inset
5221
5222
5223 \end_layout
5224
5225 \begin_layout Standard
5226 \begin_inset space \hfill{}
5227 \end_inset
5228
5229
5230 \begin_inset Tabular
5231 <lyxtabular version="3" rows="4" columns="2">
5232 <features>
5233 <column alignment="center" valignment="top" width="0">
5234 <column alignment="center" valignment="top" width="0">
5235 <row>
5236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240 Comando
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249 Resultado
5250 \begin_inset Note Note
5251 status collapsed
5252
5253 \begin_layout Plain Layout
5254
5255 \series bold
5256
5257 \backslash
5258 raisebox
5259 \series default
5260  se usa sólo como espaciador
5261 \end_layout
5262
5263 \end_inset
5264
5265
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 </row>
5271 <row>
5272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276
5277 \backslash
5278 bmatrix
5279 \begin_inset ERT
5280 status collapsed
5281
5282 \begin_layout Plain Layout
5283
5284
5285 \backslash
5286 spce 
5287 \end_layout
5288
5289 \end_inset
5290
5291 2
5292 \series bold
5293 ×
5294 \series default
5295 2
5296 \begin_inset space \thinspace{}
5297 \end_inset
5298
5299 matriz
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5309 0 & \textrm{-}\mathrm{i}\\
5310 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5311 \end_inset
5312
5313
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 </row>
5319 <row>
5320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324
5325 \backslash
5326 Bmatrix
5327 \begin_inset ERT
5328 status collapsed
5329
5330 \begin_layout Plain Layout
5331
5332
5333 \backslash
5334 spce 
5335 \end_layout
5336
5337 \end_inset
5338
5339 2×2
5340 \begin_inset space \thinspace{}
5341 \end_inset
5342
5343 matriz
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5353 0 & \textrm{-}\mathrm{i}\\
5354 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5355 \end_inset
5356
5357
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 </row>
5363 <row>
5364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368
5369 \backslash
5370 pmatrix
5371 \begin_inset ERT
5372 status collapsed
5373
5374 \begin_layout Plain Layout
5375
5376
5377 \backslash
5378 spce 
5379 \end_layout
5380
5381 \end_inset
5382
5383 2
5384 \series bold
5385 ×
5386 \series default
5387 2
5388 \begin_inset space \thinspace{}
5389 \end_inset
5390
5391 matriz
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5401 0 & \textrm{-}\mathrm{i}\\
5402 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5403 \end_inset
5404
5405
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 </row>
5411 </lyxtabular>
5412
5413 \end_inset
5414
5415
5416 \begin_inset space \hfill{}
5417 \end_inset
5418
5419
5420 \begin_inset Tabular
5421 <lyxtabular version="3" rows="4" columns="2">
5422 <features>
5423 <column alignment="center" valignment="top" width="0">
5424 <column alignment="center" valignment="top" width="0">
5425 <row>
5426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 Comando
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 Resultado
5440 \begin_inset Note Note
5441 status collapsed
5442
5443 \begin_layout Plain Layout
5444
5445 \series bold
5446
5447 \backslash
5448 raisebox
5449 \series default
5450  se usa sólo como espaciador
5451 \end_layout
5452
5453 \end_inset
5454
5455
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 </row>
5461 <row>
5462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466
5467 \backslash
5468 vmatrix
5469 \begin_inset ERT
5470 status collapsed
5471
5472 \begin_layout Plain Layout
5473
5474
5475 \backslash
5476 spce 
5477 \end_layout
5478
5479 \end_inset
5480
5481 2
5482 \series bold
5483 ×
5484 \series default
5485 2
5486 \begin_inset space \thinspace{}
5487 \end_inset
5488
5489 matriz
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Plain Layout
5498 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5499 0 & \textrm{-}\mathrm{i}\\
5500 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5501 \end_inset
5502
5503
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 </row>
5509 <row>
5510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514
5515 \backslash
5516 Vmatrix
5517 \begin_inset ERT
5518 status collapsed
5519
5520 \begin_layout Plain Layout
5521
5522
5523 \backslash
5524 spce 
5525 \end_layout
5526
5527 \end_inset
5528
5529 2
5530 \series bold
5531 ×
5532 \series default
5533 2
5534 \begin_inset space \thinspace{}
5535 \end_inset
5536
5537 matriz
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5547 0 & \textrm{-}\mathrm{i}\\
5548 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5549 \end_inset
5550
5551
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 </row>
5557 <row>
5558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562
5563 \backslash
5564 matrix
5565 \begin_inset ERT
5566 status collapsed
5567
5568 \begin_layout Plain Layout
5569
5570
5571 \backslash
5572 spce 
5573 \end_layout
5574
5575 \end_inset
5576
5577 2
5578 \series bold
5579 ×
5580 \series default
5581 2
5582 \begin_inset space \thinspace{}
5583 \end_inset
5584
5585 matriz
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5595 0 & \textrm{-}\mathrm{i}\\
5596 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5597 \end_inset
5598
5599
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 </row>
5605 </lyxtabular>
5606
5607 \end_inset
5608
5609
5610 \begin_inset space \hfill{}
5611 \end_inset
5612
5613
5614 \end_layout
5615
5616 \begin_layout Standard
5617 \begin_inset VSpace medskip
5618 \end_inset
5619
5620
5621 \end_layout
5622
5623 \begin_layout Standard
5624 Cuando se inserta p.
5625 \begin_inset space \thinspace{}
5626 \end_inset
5627
5628 e.
5629 \begin_inset space ~
5630 \end_inset
5631
5632
5633 \series bold
5634
5635 \backslash
5636 vmatrix
5637 \series default
5638 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5639  la matriz.
5640 \end_layout
5641
5642 \begin_layout Standard
5643 \begin_inset VSpace bigskip
5644 \end_inset
5645
5646
5647 \end_layout
5648
5649 \begin_layout Standard
5650 Como todas las ecuaciones multilínea son matrices, la longitud 
5651 \series bold
5652
5653 \backslash
5654 arraycolsep
5655 \series default
5656
5657 \begin_inset Index
5658 status collapsed
5659
5660 \begin_layout Plain Layout
5661 Comandos ! A ! 
5662 \backslash
5663 arraycolsep
5664 \end_layout
5665
5666 \end_inset
5667
5668 , que se describe en 
5669 \begin_inset CommandInset ref
5670 LatexCommand ref
5671 reference "sub:Separación-de-columnas"
5672
5673 \end_inset
5674
5675 , también se puede usar para cambiar la separación de las columnas en una
5676  matriz.
5677  Para cambiar la separación de las filas, se usa el comando 
5678 \series bold
5679
5680 \backslash
5681 arraystretch
5682 \series default
5683
5684 \begin_inset Index
5685 status collapsed
5686
5687 \begin_layout Plain Layout
5688 Comandos ! A ! 
5689 \backslash
5690 arraystretch
5691 \end_layout
5692
5693 \end_inset
5694
5695  de la siguiente manera:
5696 \end_layout
5697
5698 \begin_layout Standard
5699
5700 \series bold
5701
5702 \backslash
5703 renewcommand{
5704 \backslash
5705 arraystretch}{factor de separación}
5706 \begin_inset Index
5707 status collapsed
5708
5709 \begin_layout Plain Layout
5710 Comandos ! R ! 
5711 \backslash
5712 renewcommand
5713 \end_layout
5714
5715 \end_inset
5716
5717
5718 \end_layout
5719
5720 \begin_layout Standard
5721 El comando 
5722 \series bold
5723
5724 \backslash
5725 renewcommand
5726 \series default
5727  asigna el factor de separación al comando predefinido 
5728 \series bold
5729
5730 \backslash
5731 arraystretch
5732 \series default
5733 .
5734  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5735  Además, éste se usa para todas las matrices siguientes.
5736  Para volver a la separación original, asigna factor 1 a 
5737 \series bold
5738
5739 \backslash
5740 arraystretch
5741 \series default
5742 .
5743 \end_layout
5744
5745 \begin_layout Standard
5746 Para poner matrices en línea se usa el comando 
5747 \series bold
5748
5749 \backslash
5750 smallmatrix
5751 \series default
5752
5753 \begin_inset Index
5754 status collapsed
5755
5756 \begin_layout Plain Layout
5757 Comandos ! S ! 
5758 \backslash
5759 smallmatrix
5760 \end_layout
5761
5762 \end_inset
5763
5764 .
5765  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5766  se inserta la matriz.
5767  
5768 \end_layout
5769
5770 \begin_layout Standard
5771 Esto es una matriz 
5772 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5773 C & D\end{smallmatrix}\right)$
5774 \end_inset
5775
5776  en línea.
5777 \end_layout
5778
5779 \begin_layout Section
5780 Delimitadores
5781 \begin_inset Index
5782 status collapsed
5783
5784 \begin_layout Plain Layout
5785 Delimitadores
5786 \end_layout
5787
5788 \end_inset
5789
5790
5791 \end_layout
5792
5793 \begin_layout Subsection
5794 Delimitadores verticales
5795 \begin_inset Index
5796 status collapsed
5797
5798 \begin_layout Plain Layout
5799 Delimitadores ! verticales
5800 \end_layout
5801
5802 \end_inset
5803
5804
5805 \end_layout
5806
5807 \begin_layout Standard
5808 \begin_inset space \hfill{}
5809 \end_inset
5810
5811
5812 \begin_inset Tabular
5813 <lyxtabular version="3" rows="9" columns="2">
5814 <features>
5815 <column alignment="center" valignment="top" width="0pt">
5816 <column alignment="center" valignment="top" width="0pt">
5817 <row>
5818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 Comando
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 Resultado
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 </row>
5837 <row>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 (
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 \begin_inset Formula $($
5852 \end_inset
5853
5854
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 </row>
5860 <row>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 {
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 \begin_inset Formula $\{$
5875 \end_inset
5876
5877
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 </row>
5883 <row>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 [
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 \begin_inset Formula $[$
5898 \end_inset
5899
5900
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 </row>
5906 <row>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911
5912 \backslash
5913 langle
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922 \begin_inset Formula $\langle$
5923 \end_inset
5924
5925
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 </row>
5931 <row>
5932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936
5937 \backslash
5938 lceil
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947 \begin_inset Formula $\lceil$
5948 \end_inset
5949
5950
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 </row>
5956 <row>
5957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961
5962 \backslash
5963 lfloor
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 \begin_inset Formula $\lfloor$
5973 \end_inset
5974
5975
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 </row>
5981 <row>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 /
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 \begin_inset Formula $/$
5996 \end_inset
5997
5998
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 </row>
6004 <row>
6005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 |
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 \begin_inset Formula $|$
6019 \end_inset
6020
6021
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 </row>
6027 </lyxtabular>
6028
6029 \end_inset
6030
6031
6032 \begin_inset space \hfill{}
6033 \end_inset
6034
6035
6036 \begin_inset Tabular
6037 <lyxtabular version="3" rows="9" columns="2">
6038 <features>
6039 <column alignment="center" valignment="top" width="0pt">
6040 <column alignment="center" valignment="top" width="0pt">
6041 <row>
6042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Plain Layout
6046 Comando
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055 Resultado
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 </row>
6061 <row>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 )
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 \begin_inset Formula $)$
6076 \end_inset
6077
6078
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 </row>
6084 <row>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 }
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 \begin_inset Formula $\}$
6099 \end_inset
6100
6101
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 </row>
6107 <row>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112 ]
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 \begin_inset Formula $]$
6122 \end_inset
6123
6124
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 </row>
6130 <row>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135
6136 \backslash
6137 rangle
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146 \begin_inset Formula $\rangle$
6147 \end_inset
6148
6149
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 </row>
6155 <row>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160
6161 \backslash
6162 rceil
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 \begin_inset Formula $\rceil$
6172 \end_inset
6173
6174
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 </row>
6180 <row>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185
6186 \backslash
6187 rfloor
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196 \begin_inset Formula $\rfloor$
6197 \end_inset
6198
6199
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 </row>
6205 <row>
6206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210
6211 \backslash
6212
6213 \backslash
6214
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 \begin_inset Formula $\backslash$
6224 \end_inset
6225
6226
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 </row>
6232 <row>
6233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6234 \begin_inset Text
6235
6236 \begin_layout Plain Layout
6237
6238 \backslash
6239 |
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 \begin_inset Formula $\|$
6249 \end_inset
6250
6251
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 </row>
6257 </lyxtabular>
6258
6259 \end_inset
6260
6261
6262 \begin_inset space \hfill{}
6263 \end_inset
6264
6265
6266 \end_layout
6267
6268 \begin_layout Standard
6269 \begin_inset Note Greyedout
6270 status open
6271
6272 \begin_layout Plain Layout
6273
6274 \series bold
6275 Nota
6276 \series default
6277 : En modo TeX hay que usar el comando 
6278 \series bold
6279
6280 \backslash
6281 textbackslash
6282 \series default
6283
6284 \begin_inset Index
6285 status collapsed
6286
6287 \begin_layout Plain Layout
6288 Comandos ! T ! 
6289 \backslash
6290 textbackslash
6291 \end_layout
6292
6293 \end_inset
6294
6295  para la barra invertida, porque si no el comando 
6296 \series bold
6297
6298 \backslash
6299
6300 \backslash
6301
6302 \series default
6303  genera un salto de línea.
6304 \end_layout
6305
6306 \end_inset
6307
6308
6309 \end_layout
6310
6311 \begin_layout Standard
6312 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6313  descritos en las dos subsecciones siguientes.
6314  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6315  < y > en vez de los comandos 
6316 \series bold
6317
6318 \backslash
6319 langle
6320 \series default
6321  y 
6322 \series bold
6323
6324 \backslash
6325 rangle
6326 \series default
6327 .
6328  
6329 \end_layout
6330
6331 \begin_layout Subsubsection
6332 Tamaño manual de los delimitadores
6333 \begin_inset CommandInset label
6334 LatexCommand label
6335 name "sub:Tamaño-manual-de"
6336
6337 \end_inset
6338
6339
6340 \begin_inset Index
6341 status collapsed
6342
6343 \begin_layout Plain Layout
6344 Delimitadores ! tamaño manual
6345 \end_layout
6346
6347 \end_inset
6348
6349
6350 \end_layout
6351
6352 \begin_layout Standard
6353 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6354  LaTeX 
6355 \series bold
6356
6357 \backslash
6358 big
6359 \series default
6360
6361 \begin_inset Index
6362 status collapsed
6363
6364 \begin_layout Plain Layout
6365 Comandos ! B ! 
6366 \backslash
6367 big
6368 \end_layout
6369
6370 \end_inset
6371
6372
6373 \series bold
6374
6375 \backslash
6376 Big
6377 \series default
6378
6379 \series bold
6380
6381 \backslash
6382 bigg
6383 \series default
6384 , y 
6385 \series bold
6386
6387 \backslash
6388 Bigg
6389 \series default
6390 .
6391  
6392 \series bold
6393
6394 \backslash
6395 big
6396 \series default
6397  indica el tamaño menor y 
6398 \series bold
6399
6400 \backslash
6401 Bigg
6402 \series default
6403  el mayor.
6404 \end_layout
6405
6406 \begin_layout Standard
6407 Estos comandos se usan para resaltar niveles de delimitación:
6408 \end_layout
6409
6410 \begin_layout Standard
6411 \noindent
6412 \align center
6413 \begin_inset Tabular
6414 <lyxtabular version="3" rows="2" columns="2">
6415 <features>
6416 <column alignment="center" valignment="top" width="0">
6417 <column alignment="center" valignment="top" width="0">
6418 <row>
6419 <cell alignment="center" valignment="top" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423 todos los delimitadores de igual tamaño:
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 <cell alignment="center" valignment="top" usebox="none">
6429 \begin_inset Text
6430
6431 \begin_layout Plain Layout
6432 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6433 \end_inset
6434
6435
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 </row>
6441 <row>
6442 <cell alignment="center" valignment="top" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446 así tiene mejor aspecto:
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 <cell alignment="center" valignment="top" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Plain Layout
6455 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6456 \end_inset
6457
6458
6459 \end_layout
6460
6461 \end_inset
6462 </cell>
6463 </row>
6464 </lyxtabular>
6465
6466 \end_inset
6467
6468
6469 \begin_inset Note Note
6470 status collapsed
6471
6472 \begin_layout Plain Layout
6473
6474 \series bold
6475
6476 \backslash
6477 raisebox
6478 \series default
6479  se usa sólo como espaciador
6480 \end_layout
6481
6482 \end_inset
6483
6484
6485 \end_layout
6486
6487 \begin_layout Standard
6488 Para la segunda expresión se ha empleado el comando 
6489 \series bold
6490
6491 \backslash
6492 Big((A+B)(A-B)
6493 \backslash
6494 Big)^
6495 \series default
6496
6497 \begin_inset ERT
6498 status collapsed
6499
6500 \begin_layout Plain Layout
6501
6502
6503 \backslash
6504 spce 
6505 \end_layout
6506
6507 \end_inset
6508
6509
6510 \series bold
6511 C
6512 \series default
6513 .
6514 \end_layout
6515
6516 \begin_layout Standard
6517 He aquí una visión conjunta de todos los tamaños y delimitadores:
6518 \end_layout
6519
6520 \begin_layout Standard
6521 \noindent
6522 \align center
6523
6524 \backslash
6525 Bigg(
6526 \backslash
6527 exp
6528 \backslash
6529 bigg<
6530 \backslash
6531 Big[
6532 \backslash
6533 big{
6534 \backslash
6535 ln(3x)
6536 \backslash
6537 big}^2
6538 \begin_inset ERT
6539 status collapsed
6540
6541 \begin_layout Plain Layout
6542
6543
6544 \backslash
6545 spce 
6546 \end_layout
6547
6548 \end_inset
6549
6550
6551 \backslash
6552 sen(x)
6553 \backslash
6554 Big]^
6555 \begin_inset ERT
6556 status collapsed
6557
6558 \begin_layout Plain Layout
6559
6560
6561 \backslash
6562 spce 
6563 \end_layout
6564
6565 \end_inset
6566
6567 A
6568 \begin_inset ERT
6569 status collapsed
6570
6571 \begin_layout Plain Layout
6572
6573
6574 \backslash
6575 spce 
6576 \end_layout
6577
6578 \end_inset
6579
6580
6581 \backslash
6582 bigg>
6583 \backslash
6584 Bigg)^0,5
6585 \begin_inset Formula \[
6586 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}\]
6587
6588 \end_inset
6589
6590
6591 \end_layout
6592
6593 \begin_layout Standard
6594 Además de los comandos 
6595 \series bold
6596
6597 \backslash
6598 big
6599 \series default
6600  hay la variante 
6601 \series bold
6602
6603 \backslash
6604 bigm
6605 \series default
6606
6607 \begin_inset Index
6608 status collapsed
6609
6610 \begin_layout Plain Layout
6611 Comandos ! B ! 
6612 \backslash
6613 bigm
6614 \end_layout
6615
6616 \end_inset
6617
6618 , que añade un poco más de espacio entre el delimitador y su contenido,
6619  y la variante 
6620 \series bold
6621
6622 \backslash
6623 bigl
6624 \series default
6625 -
6626 \series bold
6627
6628 \backslash
6629 bigr
6630 \series default
6631
6632 \begin_inset Index
6633 status collapsed
6634
6635 \begin_layout Plain Layout
6636 Comandos ! B ! 
6637 \backslash
6638 bigl - 
6639 \backslash
6640 bigr
6641 \end_layout
6642
6643 \end_inset
6644
6645 , que no añade espacio adicional.
6646  La 
6647 \emph on
6648 l
6649 \emph default
6650  al final del comando 
6651 \series bold
6652
6653 \backslash
6654 bigl 
6655 \series default
6656 es para el delimitador izquierdo, la 
6657 \emph on
6658 r
6659 \emph default
6660  es para el delimitador derecho.
6661  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6662  apertura o de cierre.
6663 \end_layout
6664
6665 \begin_layout Standard
6666 En el siguiente cuadro hay una comparación de las variantes:
6667 \end_layout
6668
6669 \begin_layout Standard
6670 \noindent
6671 \align center
6672 \begin_inset Tabular
6673 <lyxtabular version="3" rows="5" columns="2">
6674 <features>
6675 <column alignment="center" valignment="top" width="0">
6676 <column alignment="center" valignment="top" width="0">
6677 <row>
6678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 Comando
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691 Resultado
6692 \begin_inset Note Note
6693 status collapsed
6694
6695 \begin_layout Plain Layout
6696
6697 \series bold
6698
6699 \backslash
6700 raisebox
6701 \series default
6702  se usa sólo como espaciador
6703 \end_layout
6704
6705 \end_inset
6706
6707
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 </row>
6713 <row>
6714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718
6719 \backslash
6720 Bigm(
6721 \backslash
6722 bigm(
6723 \backslash
6724 ln(3x)
6725 \backslash
6726 bigm)^2
6727 \series bold
6728
6729 \begin_inset ERT
6730 status collapsed
6731
6732 \begin_layout Plain Layout
6733
6734
6735 \backslash
6736 spce 
6737 \end_layout
6738
6739 \end_inset
6740
6741
6742 \series default
6743
6744 \backslash
6745 Bigm)
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6755 \end_inset
6756
6757
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 </row>
6763 <row>
6764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768
6769 \backslash
6770 Big(
6771 \backslash
6772 big(
6773 \backslash
6774 ln(3x)
6775 \backslash
6776 big)^2
6777 \series bold
6778
6779 \begin_inset ERT
6780 status collapsed
6781
6782 \begin_layout Plain Layout
6783
6784
6785 \backslash
6786 spce 
6787 \end_layout
6788
6789 \end_inset
6790
6791
6792 \series default
6793
6794 \backslash
6795 Big)
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6805 \end_inset
6806
6807
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 </row>
6813 <row>
6814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818
6819 \backslash
6820 Bigl(
6821 \backslash
6822 bigl(
6823 \backslash
6824 ln(3x)
6825 \backslash
6826 bigr)^2
6827 \series bold
6828
6829 \begin_inset ERT
6830 status collapsed
6831
6832 \begin_layout Plain Layout
6833
6834
6835 \backslash
6836 spce 
6837 \end_layout
6838
6839 \end_inset
6840
6841
6842 \series default
6843
6844 \backslash
6845 Bigr)
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6855 \end_inset
6856
6857
6858 \end_layout
6859
6860 \end_inset
6861 </cell>
6862 </row>
6863 <row>
6864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868
6869 \backslash
6870 bigl)
6871 \backslash
6872 ln(3x)
6873 \backslash
6874 bigr(
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6884 \end_inset
6885
6886
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 </row>
6892 </lyxtabular>
6893
6894 \end_inset
6895
6896
6897 \end_layout
6898
6899 \begin_layout Subsubsection
6900 Tamaño automático de los delimitadores
6901 \begin_inset CommandInset label
6902 LatexCommand label
6903 name "sub:Tamaño-automático-de"
6904
6905 \end_inset
6906
6907
6908 \begin_inset Index
6909 status collapsed
6910
6911 \begin_layout Plain Layout
6912 Delimitadores ! tamaño automático
6913 \end_layout
6914
6915 \end_inset
6916
6917
6918 \end_layout
6919
6920 \begin_layout Standard
6921 Se pueden insertar delimitadores de tamaño variable con los comandos 
6922 \series bold
6923
6924 \backslash
6925 left
6926 \series default
6927
6928 \begin_inset Index
6929 status collapsed
6930
6931 \begin_layout Plain Layout
6932 Comandos ! L ! 
6933 \backslash
6934 left
6935 \end_layout
6936
6937 \end_inset
6938
6939  y 
6940 \series bold
6941
6942 \backslash
6943 right
6944 \series default
6945
6946 \begin_inset Index
6947 status collapsed
6948
6949 \begin_layout Plain Layout
6950 Comandos ! R ! 
6951 \backslash
6952 right
6953 \end_layout
6954
6955 \end_inset
6956
6957  o con el botón de la barra de ecuaciones 
6958 \begin_inset Graphics
6959         filename ../../images/dialog-show_mathdelimiter.png
6960         scale 85
6961
6962 \end_inset
6963
6964 .
6965  El delimitador deseado se debe insertar directamente detrás de 
6966 \series bold
6967
6968 \backslash
6969 left
6970 \series default
6971  y 
6972 \series bold
6973
6974 \backslash
6975 right
6976 \series default
6977 .
6978  El tamaño se calculará automáticamente después para la salida.
6979  
6980 \end_layout
6981
6982 \begin_layout Standard
6983 \noindent
6984 \align center
6985 delimitador normal: El comando 
6986 \series bold
6987
6988 \backslash
6989 ln(
6990 \backslash
6991 frac
6992 \series default
6993
6994 \begin_inset ERT
6995 status collapsed
6996
6997 \begin_layout Plain Layout
6998
6999
7000 \backslash
7001 spce 
7002 \end_layout
7003
7004 \end_inset
7005
7006
7007 \series bold
7008 A
7009 \begin_inset Formula $\downarrow$
7010 \end_inset
7011
7012 C
7013 \series default
7014
7015 \begin_inset ERT
7016 status collapsed
7017
7018 \begin_layout Plain Layout
7019
7020
7021 \backslash
7022 spce
7023 \end_layout
7024
7025 \end_inset
7026
7027
7028 \series bold
7029 )
7030 \series default
7031  genera
7032 \begin_inset Formula \[
7033 \ln(\frac{A}{C})\]
7034
7035 \end_inset
7036
7037
7038 \end_layout
7039
7040 \begin_layout Standard
7041 \noindent
7042 \align center
7043 delimitador multilínea: El comando 
7044 \series bold
7045
7046 \backslash
7047 ln
7048 \backslash
7049 left(
7050 \backslash
7051 frac
7052 \series default
7053
7054 \begin_inset ERT
7055 status collapsed
7056
7057 \begin_layout Plain Layout
7058
7059
7060 \backslash
7061 spce 
7062 \end_layout
7063
7064 \end_inset
7065
7066
7067 \series bold
7068 A
7069 \begin_inset Formula $\downarrow$
7070 \end_inset
7071
7072 C
7073 \series default
7074
7075 \begin_inset ERT
7076 status collapsed
7077
7078 \begin_layout Plain Layout
7079
7080
7081 \backslash
7082 spce 
7083 \end_layout
7084
7085 \end_inset
7086
7087
7088 \series bold
7089
7090 \backslash
7091 right)
7092 \series default
7093  genera
7094 \begin_inset Formula \[
7095 \ln\left(\frac{A}{C}\right)\]
7096
7097 \end_inset
7098
7099
7100 \end_layout
7101
7102 \begin_layout Standard
7103 En lugar de 
7104 \series bold
7105
7106 \backslash
7107 left
7108 \series default
7109  y 
7110 \series bold
7111
7112 \backslash
7113 right
7114 \series default
7115  se puede usar el atajo 
7116 \family sans
7117 Alt+M
7118 \begin_inset space ~
7119 \end_inset
7120
7121 Corchete
7122 \family default
7123 .
7124  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
7125  real del delimitador y además se genera el correspondiente delimitador
7126  de cierre.
7127 \begin_inset Newline newline
7128 \end_inset
7129
7130 El comando para el último ejemplo sería 
7131 \series bold
7132
7133 \backslash
7134 ln Alt+M
7135 \series default
7136  
7137 \series bold
7138 (
7139 \backslash
7140 frac
7141 \begin_inset ERT
7142 status collapsed
7143
7144 \begin_layout Plain Layout
7145
7146
7147 \backslash
7148 spce 
7149 \end_layout
7150
7151 \end_inset
7152
7153 A
7154 \begin_inset Formula $\downarrow$
7155 \end_inset
7156
7157
7158 \end_layout
7159
7160 \begin_layout Standard
7161 Para omitir uno de los dos delimitadores se inserta un punto.
7162  Por ejemplo, el comando 
7163 \series bold
7164
7165 \backslash
7166 left.
7167 \backslash
7168 frac
7169 \series default
7170
7171 \begin_inset ERT
7172 status collapsed
7173
7174 \begin_layout Plain Layout
7175
7176
7177 \backslash
7178 spce 
7179 \end_layout
7180
7181 \end_inset
7182
7183
7184 \series bold
7185 A
7186 \begin_inset Formula $\downarrow$
7187 \end_inset
7188
7189 B
7190 \series default
7191
7192 \begin_inset ERT
7193 status collapsed
7194
7195 \begin_layout Plain Layout
7196
7197
7198 \backslash
7199 spce 
7200 \end_layout
7201
7202 \end_inset
7203
7204
7205 \series bold
7206
7207 \backslash
7208 right}
7209 \series default
7210  da lugar a:
7211 \begin_inset Formula \[
7212 \left.\frac{A}{B}\right\} \]
7213
7214 \end_inset
7215
7216
7217 \end_layout
7218
7219 \begin_layout Standard
7220 LyX convertirá los comandos 
7221 \series bold
7222
7223 \backslash
7224 left
7225 \series default
7226  y 
7227 \series bold
7228
7229 \backslash
7230 right
7231 \series default
7232  a su tamaño adecuado cuando el documento sea recargado y el delimitador
7233  omitido aparecerá como línea de trazos.
7234  
7235 \begin_inset VSpace bigskip
7236 \end_inset
7237
7238
7239 \end_layout
7240
7241 \begin_layout Standard
7242 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
7243  de LaTeX, el comando 
7244 \series bold
7245
7246 \backslash
7247 middle
7248 \series default
7249
7250 \begin_inset Index
7251 status collapsed
7252
7253 \begin_layout Plain Layout
7254 Comandos ! M ! 
7255 \backslash
7256 middle
7257 \end_layout
7258
7259 \end_inset
7260
7261  está también disponible para todos los delimitadores y límites.
7262  Con este comando la altura del siguiente carácter se adapta a la de los
7263  delimitadores circundantes, lo que es necesario, p.
7264 \begin_inset space \thinspace{}
7265 \end_inset
7266
7267 e., para vectores físicos: 
7268 \begin_inset Formula \[
7269 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7270
7271 \end_inset
7272
7273
7274 \end_layout
7275
7276 \begin_layout Standard
7277 Para vectores físicos hay un paquete LaTeX especial que se describe en 
7278 \begin_inset CommandInset ref
7279 LatexCommand ref
7280 reference "sub:Vectores-físicos"
7281
7282 \end_inset
7283
7284 .
7285 \end_layout
7286
7287 \begin_layout Subsection
7288 Delimitadores horizontales
7289 \begin_inset Index
7290 status collapsed
7291
7292 \begin_layout Plain Layout
7293 Delimitadores ! horizontales
7294 \end_layout
7295
7296 \end_inset
7297
7298
7299 \end_layout
7300
7301 \begin_layout Standard
7302 \noindent
7303 \align center
7304 \begin_inset Tabular
7305 <lyxtabular version="3" rows="4" columns="2">
7306 <features>
7307 <column alignment="center" valignment="top" width="0">
7308 <column alignment="center" valignment="top" width="0">
7309 <row>
7310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314 Comando
7315 \begin_inset Note Note
7316 status collapsed
7317
7318 \begin_layout Plain Layout
7319
7320 \series bold
7321
7322 \backslash
7323 raisebox
7324 \series default
7325  se usa sólo como espaciador
7326 \end_layout
7327
7328 \end_inset
7329
7330
7331 \end_layout
7332
7333 \end_inset
7334 </cell>
7335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339 Resultado
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 </row>
7345 <row>
7346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 \begin_inset ERT
7351 status collapsed
7352
7353 \begin_layout Plain Layout
7354
7355
7356 \backslash
7357 raisebox{2.3mm}{
7358 \end_layout
7359
7360 \end_inset
7361
7362
7363 \backslash
7364 overbrace
7365 \begin_inset ERT
7366 status collapsed
7367
7368 \begin_layout Plain Layout
7369
7370
7371 \backslash
7372 spce 
7373 \end_layout
7374
7375 \end_inset
7376
7377 A+B
7378 \begin_inset ERT
7379 status collapsed
7380
7381 \begin_layout Plain Layout
7382
7383
7384 \backslash
7385 spce 
7386 \end_layout
7387
7388 \end_inset
7389
7390 ^
7391 \begin_inset ERT
7392 status collapsed
7393
7394 \begin_layout Plain Layout
7395
7396
7397 \backslash
7398 spce 
7399 \end_layout
7400
7401 \end_inset
7402
7403 3
7404 \begin_inset ERT
7405 status collapsed
7406
7407 \begin_layout Plain Layout
7408
7409 }
7410 \end_layout
7411
7412 \end_inset
7413
7414
7415 \begin_inset Index
7416 status collapsed
7417
7418 \begin_layout Plain Layout
7419 Comandos ! O ! 
7420 \backslash
7421 overbrace
7422 \end_layout
7423
7424 \end_inset
7425
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435 \begin_inset Formula $\overbrace{A+B}^{3}$
7436 \end_inset
7437
7438
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 </row>
7444 <row>
7445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 \begin_inset ERT
7450 status collapsed
7451
7452 \begin_layout Plain Layout
7453
7454
7455 \backslash
7456 raisebox{-2.2mm}{
7457 \end_layout
7458
7459 \end_inset
7460
7461
7462 \backslash
7463 underbrace
7464 \begin_inset ERT
7465 status collapsed
7466
7467 \begin_layout Plain Layout
7468
7469
7470 \backslash
7471 spce 
7472 \end_layout
7473
7474 \end_inset
7475
7476 A+B
7477 \begin_inset ERT
7478 status collapsed
7479
7480 \begin_layout Plain Layout
7481
7482
7483 \backslash
7484 spce 
7485 \end_layout
7486
7487 \end_inset
7488
7489 _5
7490 \begin_inset ERT
7491 status collapsed
7492
7493 \begin_layout Plain Layout
7494
7495 }
7496 \end_layout
7497
7498 \end_inset
7499
7500
7501 \begin_inset Index
7502 status collapsed
7503
7504 \begin_layout Plain Layout
7505 Comandos ! U ! 
7506 \backslash
7507 underbrace
7508 \end_layout
7509
7510 \end_inset
7511
7512
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521 \begin_inset Formula $\underbrace{A+B}_{5}$
7522 \end_inset
7523
7524
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 </row>
7530 <row>
7531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535
7536 \backslash
7537 overbrace
7538 \begin_inset ERT
7539 status collapsed
7540
7541 \begin_layout Plain Layout
7542
7543
7544 \backslash
7545 spce 
7546 \end_layout
7547
7548 \end_inset
7549
7550
7551 \backslash
7552 underbrace
7553 \begin_inset ERT
7554 status collapsed
7555
7556 \begin_layout Plain Layout
7557
7558
7559 \backslash
7560 spce 
7561 \end_layout
7562
7563 \end_inset
7564
7565 A+B_w
7566 \begin_inset ERT
7567 status collapsed
7568
7569 \begin_layout Plain Layout
7570
7571
7572 \backslash
7573 spce 
7574 \end_layout
7575
7576 \end_inset
7577
7578
7579 \begin_inset ERT
7580 status collapsed
7581
7582 \begin_layout Plain Layout
7583
7584
7585 \backslash
7586 spce 
7587 \end_layout
7588
7589 \end_inset
7590
7591 _7
7592 \begin_inset ERT
7593 status collapsed
7594
7595 \begin_layout Plain Layout
7596
7597
7598 \backslash
7599 spce 
7600 \end_layout
7601
7602 \end_inset
7603
7604
7605 \begin_inset ERT
7606 status collapsed
7607
7608 \begin_layout Plain Layout
7609
7610
7611 \backslash
7612 spce 
7613 \end_layout
7614
7615 \end_inset
7616
7617 ^
7618 \begin_inset ERT
7619 status collapsed
7620
7621 \begin_layout Plain Layout
7622
7623
7624 \backslash
7625 spce 
7626 \end_layout
7627
7628 \end_inset
7629
7630 C
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7640 \end_inset
7641
7642
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 </row>
7648 </lyxtabular>
7649
7650 \end_inset
7651
7652
7653 \end_layout
7654
7655 \begin_layout Standard
7656 En el último ejemplo no importa en qué orden se introducen los comandos
7657  
7658 \series bold
7659
7660 \backslash
7661 overbrace
7662 \series default
7663  y 
7664 \series bold
7665
7666 \backslash
7667 underbrace
7668 \series default
7669 .
7670 \begin_inset VSpace bigskip
7671 \end_inset
7672
7673
7674 \end_layout
7675
7676 \begin_layout Standard
7677 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7678  multilínea, como se describe en
7679 \begin_inset space ~
7680 \end_inset
7681
7682
7683 \begin_inset CommandInset ref
7684 LatexCommand ref
7685 reference "sec:Ecuaciones-multilínea"
7686
7687 \end_inset
7688
7689 :
7690 \begin_inset Formula \begin{eqnarray*}
7691 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7692  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7693
7694 \end_inset
7695
7696 En la primera fila se insertan la ecuación y la primera llave.
7697  Aquí es importante insertar el comando de espacio
7698 \begin_inset Foot
7699 status collapsed
7700
7701 \begin_layout Plain Layout
7702 Los comandos para espacios se explican en 
7703 \begin_inset CommandInset ref
7704 LatexCommand ref
7705 reference "sub:Espacio-predefinido"
7706
7707 \end_inset
7708
7709
7710 \end_layout
7711
7712 \end_inset
7713
7714  
7715 \series bold
7716
7717 \backslash
7718 :
7719 \series default
7720  antes de la primera
7721 \series bold
7722  
7723 \series default
7724
7725 \begin_inset Formula $d$
7726 \end_inset
7727
7728 , porque la llave que termina detrás de 
7729 \begin_inset Formula $q$
7730 \end_inset
7731
7732  impide que el siguiente 
7733 \begin_inset Quotes fld
7734 \end_inset
7735
7736 +
7737 \begin_inset Quotes frd
7738 \end_inset
7739
7740  esté rodeado de espacio.
7741 \begin_inset Foot
7742 status collapsed
7743
7744 \begin_layout Plain Layout
7745 Debido a que la llave no es considerada como carácter, véase 
7746 \begin_inset CommandInset ref
7747 LatexCommand ref
7748 reference "sub:Operadores-binarios"
7749
7750 \end_inset
7751
7752
7753 \end_layout
7754
7755 \end_inset
7756
7757  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7758  de 
7759 \begin_inset Formula $b$
7760 \end_inset
7761
7762  se inserta antes el comando 
7763 \series bold
7764
7765 \backslash
7766 hphantom{gggg+
7767 \backslash
7768 :}
7769 \series default
7770 .
7771 \begin_inset Foot
7772 status collapsed
7773
7774 \begin_layout Plain Layout
7775 Más sobre 
7776 \series bold
7777
7778 \backslash
7779 hphantom
7780 \series default
7781  en 
7782 \begin_inset CommandInset ref
7783 LatexCommand ref
7784 reference "sub:Espacios-reservados"
7785
7786 \end_inset
7787
7788
7789 \end_layout
7790
7791 \end_inset
7792
7793  Ese espacio es necesario porque el signo 
7794 \begin_inset Quotes fld
7795 \end_inset
7796
7797 +
7798 \begin_inset Quotes frd
7799 \end_inset
7800
7801  va seguido de un espacio en la ecuación.
7802  La llave se coloca bajo el comando 
7803 \series bold
7804
7805 \backslash
7806 hphantom{bbqq+dddd}
7807 \series default
7808 .
7809  
7810 \end_layout
7811
7812 \begin_layout Standard
7813 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7814  ejemplo:
7815 \begin_inset ERT
7816 status collapsed
7817
7818 \begin_layout Plain Layout
7819
7820
7821 \backslash
7822 setlength{
7823 \backslash
7824 jot}{-6pt}
7825 \end_layout
7826
7827 \end_inset
7828
7829
7830 \begin_inset Formula \begin{eqnarray*}
7831  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7832 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7833
7834 \end_inset
7835
7836
7837 \begin_inset ERT
7838 status collapsed
7839
7840 \begin_layout Plain Layout
7841
7842
7843 \backslash
7844 setlength{
7845 \backslash
7846 jot}{3pt}
7847 \end_layout
7848
7849 \end_inset
7850
7851 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7852  anterior, con la diferencia de que la llave está encima.
7853  La segunda fila contiene la ecuación junto con la segunda llave.
7854  Para evitar que haya demasiado espacio entre la llave superior en la primera
7855  fila y la ecuación hay que reducirlo.
7856  Esto no es fácil de hacer debido a un fallo de LyX.
7857 \begin_inset Foot
7858 status collapsed
7859
7860 \begin_layout Plain Layout
7861 \begin_inset CommandInset href
7862 LatexCommand href
7863 name "LyX-bug #1505"
7864 target "http://www.lyx.org/trac/ticket/1505"
7865
7866 \end_inset
7867
7868
7869 \end_layout
7870
7871 \end_inset
7872
7873  Una solución es cambiar la separación global de filas en la ecuación, 
7874 \series bold
7875
7876 \backslash
7877 jot
7878 \series default
7879
7880 \begin_inset Index
7881 status collapsed
7882
7883 \begin_layout Plain Layout
7884 Comandos ! J ! 
7885 \backslash
7886 jot
7887 \end_layout
7888
7889 \end_inset
7890
7891 , en -6
7892 \begin_inset space \thinspace{}
7893 \end_inset
7894
7895 pt insertando antes de la ecuación el comando 
7896 \series bold
7897
7898 \backslash
7899 setlength{
7900 \backslash
7901 jot}{-6pt}
7902 \series default
7903  en modo TeX.
7904  Después de la ecuación se vuelve al valor normal 3
7905 \begin_inset space \thinspace{}
7906 \end_inset
7907
7908 pt de 
7909 \series bold
7910
7911 \backslash
7912 jot
7913 \series default
7914  usando el mismo comando.
7915  Más información sobre separación de filas en ecuaciones en
7916 \begin_inset space ~
7917 \end_inset
7918
7919
7920 \begin_inset CommandInset ref
7921 LatexCommand ref
7922 reference "sub:Separación-de-líneas"
7923
7924 \end_inset
7925
7926 .
7927 \end_layout
7928
7929 \begin_layout Section
7930 Flechas
7931 \begin_inset Index
7932 status collapsed
7933
7934 \begin_layout Plain Layout
7935 Flechas
7936 \end_layout
7937
7938 \end_inset
7939
7940
7941 \end_layout
7942
7943 \begin_layout Standard
7944 Las flechas se pueden insertar con el botón 
7945 \begin_inset Graphics
7946         filename ../../images/math/leftarrow.png
7947         scale 85
7948
7949 \end_inset
7950
7951  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7952  siguientes.
7953 \end_layout
7954
7955 \begin_layout Subsection
7956 Flechas horizontales
7957 \begin_inset Index
7958 status collapsed
7959
7960 \begin_layout Plain Layout
7961 Flechas ! horizontales
7962 \end_layout
7963
7964 \end_inset
7965
7966
7967 \end_layout
7968
7969 \begin_layout Standard
7970 \begin_inset space \hfill{}
7971 \end_inset
7972
7973
7974 \begin_inset Tabular
7975 <lyxtabular version="3" rows="8" columns="2">
7976 <features>
7977 <column alignment="center" valignment="top" width="0pt">
7978 <column alignment="center" valignment="top" width="0pt">
7979 <row>
7980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984 Comando
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 Resultado
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 </row>
7999 <row>
8000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004
8005 \backslash
8006 gets
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015 \begin_inset Formula $\gets$
8016 \end_inset
8017
8018
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 </row>
8024 <row>
8025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029
8030 \backslash
8031 Leftarrow
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 \begin_inset Formula $\Leftarrow$
8041 \end_inset
8042
8043
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 </row>
8049 <row>
8050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054
8055 \backslash
8056 longleftarrow
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 \begin_inset Formula $\longleftarrow$
8066 \end_inset
8067
8068
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 </row>
8074 <row>
8075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079
8080 \backslash
8081 Longleftarrow
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090 \begin_inset Formula $\Longleftarrow$
8091 \end_inset
8092
8093
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 </row>
8099 <row>
8100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104
8105 \backslash
8106 leftharpoonup
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 \begin_inset Formula $\leftharpoonup$
8116 \end_inset
8117
8118
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \backslash
8131 leftharpoondown
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 \begin_inset Formula $\leftharpoondown$
8141 \end_inset
8142
8143
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 </row>
8149 <row>
8150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154
8155 \backslash
8156 hookleftarrow
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 \begin_inset Formula $\hookleftarrow$
8166 \end_inset
8167
8168
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 </lyxtabular>
8175
8176 \end_inset
8177
8178
8179 \begin_inset space \hfill{}
8180 \end_inset
8181
8182
8183 \begin_inset Tabular
8184 <lyxtabular version="3" rows="8" columns="2">
8185 <features>
8186 <column alignment="center" valignment="top" width="0pt">
8187 <column alignment="center" valignment="top" width="0pt">
8188 <row>
8189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 Comando
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 Resultado
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213
8214 \backslash
8215 to
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 \begin_inset Formula $\to$
8225 \end_inset
8226
8227
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 <row>
8234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238
8239 \backslash
8240 Rightarrow
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 \begin_inset Formula $\Rightarrow$
8250 \end_inset
8251
8252
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 </row>
8258 <row>
8259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263
8264 \backslash
8265 longrightarrow
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 \begin_inset Formula $\longrightarrow$
8275 \end_inset
8276
8277
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 </row>
8283 <row>
8284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288
8289 \backslash
8290 Longrightarrow
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 \begin_inset Formula $\Longrightarrow$
8300 \end_inset
8301
8302
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row>
8309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313
8314 \backslash
8315 rightharpoonup
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 \begin_inset Formula $\rightharpoonup$
8325 \end_inset
8326
8327
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 <row>
8334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338
8339 \backslash
8340 rightharpoondown
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 \begin_inset Formula $\rightharpoondown$
8350 \end_inset
8351
8352
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 </row>
8358 <row>
8359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363
8364 \backslash
8365 hookrightarrow
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 \begin_inset Formula $\hookrightarrow$
8375 \end_inset
8376
8377
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 </lyxtabular>
8384
8385 \end_inset
8386
8387
8388 \begin_inset space \hfill{}
8389 \end_inset
8390
8391
8392 \end_layout
8393
8394 \begin_layout Standard
8395 \begin_inset space \hfill{}
8396 \end_inset
8397
8398
8399 \begin_inset Tabular
8400 <lyxtabular version="3" rows="6" columns="2">
8401 <features>
8402 <column alignment="center" valignment="top" width="0pt">
8403 <column alignment="center" valignment="top" width="0pt">
8404 <row>
8405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 Comando
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 Resultado
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 </row>
8424 <row>
8425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429
8430 \backslash
8431 leftrightarrow
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 \begin_inset Formula $\leftrightarrow$
8441 \end_inset
8442
8443
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 </row>
8449 <row>
8450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454
8455 \backslash
8456 Leftrightarrow
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 \begin_inset Formula $\Leftrightarrow$
8466 \end_inset
8467
8468
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row>
8475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \backslash
8481 longleftrightarrow
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 \begin_inset Formula $\longleftrightarrow$
8491 \end_inset
8492
8493
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \backslash
8506 Longleftrightarrow
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 \begin_inset Formula $\Longleftrightarrow$
8516 \end_inset
8517
8518
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row>
8525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529
8530 \backslash
8531 rightleftharpoons
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 \begin_inset Formula $\rightleftharpoons$
8541 \end_inset
8542
8543
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 </lyxtabular>
8550
8551 \end_inset
8552
8553
8554 \begin_inset space \hspace{}
8555 \length 25pt
8556 \end_inset
8557
8558
8559 \begin_inset space \hfill{}
8560 \end_inset
8561
8562
8563 \begin_inset Tabular
8564 <lyxtabular version="3" rows="5" columns="2">
8565 <features>
8566 <column alignment="center" valignment="top" width="0pt">
8567 <column alignment="center" valignment="top" width="0pt">
8568 <row>
8569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 Comando
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 Resultado
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 </row>
8588 <row>
8589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593
8594 \backslash
8595 mapsto
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 \begin_inset Formula $\mapsto$
8605 \end_inset
8606
8607
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 </row>
8613 <row>
8614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618
8619 \backslash
8620 longmapsto
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 \begin_inset Formula $\longmapsto$
8630 \end_inset
8631
8632
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 </row>
8638 <row>
8639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643
8644 \backslash
8645 leadsto
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 \begin_inset Formula $\leadsto$
8655 \end_inset
8656
8657
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668
8669 \backslash
8670 dasharrow
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 \begin_inset Formula $\dasharrow$
8680 \end_inset
8681
8682
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 </row>
8688 </lyxtabular>
8689
8690 \end_inset
8691
8692
8693 \begin_inset space \hfill{}
8694 \end_inset
8695
8696
8697 \begin_inset VSpace medskip
8698 \end_inset
8699
8700
8701 \end_layout
8702
8703 \begin_layout Standard
8704 Las flechas que se utilizan como acentos, p.
8705 \begin_inset space \thinspace{}
8706 \end_inset
8707
8708 e.
8709  en vectores, se describen en 
8710 \begin_inset CommandInset ref
8711 LatexCommand ref
8712 reference "sec:Acentos"
8713
8714 \end_inset
8715
8716 .
8717  
8718 \begin_inset VSpace bigskip
8719 \end_inset
8720
8721
8722 \end_layout
8723
8724 \begin_layout Standard
8725 Además hay las flechas etiquetadas
8726 \begin_inset Index
8727 status collapsed
8728
8729 \begin_layout Plain Layout
8730 Flechas ! etiquetadas
8731 \end_layout
8732
8733 \end_inset
8734
8735  
8736 \series bold
8737
8738 \backslash
8739 xleftarrow
8740 \series default
8741
8742 \begin_inset Index
8743 status collapsed
8744
8745 \begin_layout Plain Layout
8746 Comandos ! X ! 
8747 \backslash
8748 xleftarrow
8749 \end_layout
8750
8751 \end_inset
8752
8753  y 
8754 \series bold
8755
8756 \backslash
8757 xrightarrow
8758 \series default
8759
8760 \begin_inset Index
8761 status collapsed
8762
8763 \begin_layout Plain Layout
8764 Comandos ! X ! 
8765 \backslash
8766 xrightarrow
8767 \begin_inset ERT
8768 status collapsed
8769
8770 \begin_layout Plain Layout
8771
8772
8773 \backslash
8774 vspace{4mm}
8775 \end_layout
8776
8777 \end_inset
8778
8779
8780 \end_layout
8781
8782 \end_inset
8783
8784 .
8785  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8786  con dos marcos azules donde se puede insertar la etiqueta.
8787  La longitud de la flecha se adapta a la anchura de la etiqueta.
8788 \end_layout
8789
8790 \begin_layout Standard
8791 \noindent
8792 \align center
8793 \begin_inset Tabular
8794 <lyxtabular version="3" rows="3" columns="2">
8795 <features>
8796 <column alignment="center" valignment="top" width="0">
8797 <column alignment="center" valignment="top" width="0">
8798 <row>
8799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 Comando
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 Resultado
8813 \begin_inset Note Note
8814 status collapsed
8815
8816 \begin_layout Plain Layout
8817
8818 \series bold
8819
8820 \backslash
8821 raisebox
8822 \series default
8823  se usa sólo como espaciador
8824 \end_layout
8825
8826 \end_inset
8827
8828
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 </row>
8834 <row>
8835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 F(a)
8840 \backslash
8841 xleftarrow
8842 \begin_inset ERT
8843 status collapsed
8844
8845 \begin_layout Plain Layout
8846
8847
8848 \backslash
8849 spce 
8850 \end_layout
8851
8852 \end_inset
8853
8854 x=a
8855 \begin_inset Formula $\downarrow$
8856 \end_inset
8857
8858 x>0
8859 \begin_inset Formula $\to$
8860 \end_inset
8861
8862 F(x)
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8872 \end_inset
8873
8874
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 </row>
8880 <row>
8881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 F(x)
8886 \backslash
8887 xrightarrow
8888 \begin_inset ERT
8889 status collapsed
8890
8891 \begin_layout Plain Layout
8892
8893
8894 \backslash
8895 spce 
8896 \end_layout
8897
8898 \end_inset
8899
8900 x=a
8901 \begin_inset Formula $\downarrow$
8902 \end_inset
8903
8904 x>0
8905 \begin_inset Formula $\to$
8906 \end_inset
8907
8908 F(a)
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8918 \end_inset
8919
8920
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 </row>
8926 </lyxtabular>
8927
8928 \end_inset
8929
8930
8931 \end_layout
8932
8933 \begin_layout Subsection
8934 Flechas verticales y diagonales
8935 \begin_inset Index
8936 status collapsed
8937
8938 \begin_layout Plain Layout
8939 Flechas ! diagonales
8940 \end_layout
8941
8942 \end_inset
8943
8944
8945 \begin_inset Index
8946 status collapsed
8947
8948 \begin_layout Plain Layout
8949 Flechas ! verticales
8950 \end_layout
8951
8952 \end_inset
8953
8954
8955 \end_layout
8956
8957 \begin_layout Standard
8958 \begin_inset space \hfill{}
8959 \end_inset
8960
8961
8962 \begin_inset Tabular
8963 <lyxtabular version="3" rows="7" columns="2">
8964 <features>
8965 <column alignment="center" valignment="top" width="0pt">
8966 <column alignment="center" valignment="top" width="0pt">
8967 <row>
8968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 Comando
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 Resultado
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 </row>
8987 <row>
8988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992
8993 \backslash
8994 uparrow
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 \begin_inset Formula $\uparrow$
9004 \end_inset
9005
9006
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 </row>
9012 <row>
9013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017
9018 \backslash
9019 Uparrow
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 \begin_inset Formula $\Uparrow$
9029 \end_inset
9030
9031
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 </row>
9037 <row>
9038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042
9043 \backslash
9044 updownarrow
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053 \begin_inset Formula $\updownarrow$
9054 \end_inset
9055
9056
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 </row>
9062 <row>
9063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067
9068 \backslash
9069 Updownarrow
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 \begin_inset Formula $\Updownarrow$
9079 \end_inset
9080
9081
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 </row>
9087 <row>
9088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092
9093 \backslash
9094 Downarrow
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 \begin_inset Formula $\Downarrow$
9104 \end_inset
9105
9106
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 </row>
9112 <row>
9113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117
9118 \backslash
9119 downarrow
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 \begin_inset Formula $\downarrow$
9129 \end_inset
9130
9131
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 </row>
9137 </lyxtabular>
9138
9139 \end_inset
9140
9141
9142 \begin_inset space \hfill{}
9143 \end_inset
9144
9145
9146 \begin_inset Tabular
9147 <lyxtabular version="3" rows="5" columns="2">
9148 <features>
9149 <column alignment="center" valignment="top" width="0pt">
9150 <column alignment="center" valignment="top" width="0pt">
9151 <row>
9152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156 Comando
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165 Resultado
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 </row>
9171 <row>
9172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176
9177 \backslash
9178 nearrow
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187 \begin_inset Formula $\nearrow$
9188 \end_inset
9189
9190
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 </row>
9196 <row>
9197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201
9202 \backslash
9203 searrow
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212 \begin_inset Formula $\searrow$
9213 \end_inset
9214
9215
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row>
9222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \backslash
9228 swarrow
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 \begin_inset Formula $\swarrow$
9238 \end_inset
9239
9240
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 </row>
9246 <row>
9247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251
9252 \backslash
9253 nwarrow
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 \begin_inset Formula $\nwarrow$
9263 \end_inset
9264
9265
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 </row>
9271 </lyxtabular>
9272
9273 \end_inset
9274
9275
9276 \begin_inset space \hfill{}
9277 \end_inset
9278
9279
9280 \end_layout
9281
9282 \begin_layout Standard
9283 \begin_inset VSpace medskip
9284 \end_inset
9285
9286
9287 \end_layout
9288
9289 \begin_layout Standard
9290 Las flechas verticales también se pueden usar como delimitadores junto con
9291  los comandos descritos en
9292 \begin_inset space ~
9293 \end_inset
9294
9295
9296 \begin_inset CommandInset ref
9297 LatexCommand ref
9298 reference "sub:Tamaño-manual-de"
9299
9300 \end_inset
9301
9302  y 
9303 \begin_inset CommandInset ref
9304 LatexCommand ref
9305 reference "sub:Tamaño-automático-de"
9306
9307 \end_inset
9308
9309 .
9310 \end_layout
9311
9312 \begin_layout Standard
9313
9314 \end_layout
9315
9316 \begin_layout Section
9317 Acentos
9318 \begin_inset CommandInset label
9319 LatexCommand label
9320 name "sec:Acentos"
9321
9322 \end_inset
9323
9324
9325 \begin_inset Index
9326 status collapsed
9327
9328 \begin_layout Plain Layout
9329 Acentos
9330 \end_layout
9331
9332 \end_inset
9333
9334
9335 \end_layout
9336
9337 \begin_layout Standard
9338 Los acentos se pueden insertar con el botón 
9339 \begin_inset Graphics
9340         filename ../../images/math/hat.png
9341         scale 85
9342
9343 \end_inset
9344
9345  o mediante los comandos listados en las siguientes subsecciones.
9346 \end_layout
9347
9348 \begin_layout Subsection
9349 Acentos para un carácter
9350 \begin_inset ERT
9351 status collapsed
9352
9353 \begin_layout Plain Layout
9354
9355
9356 \backslash
9357 texorpdfstring{
9358 \end_layout
9359
9360 \end_inset
9361
9362
9363 \begin_inset Foot
9364 status collapsed
9365
9366 \begin_layout Plain Layout
9367 Para acentos en texto, véase 
9368 \begin_inset CommandInset ref
9369 LatexCommand ref
9370 reference "sub:Acentos-en-texto"
9371
9372 \end_inset
9373
9374
9375 \end_layout
9376
9377 \end_inset
9378
9379
9380 \begin_inset ERT
9381 status collapsed
9382
9383 \begin_layout Plain Layout
9384
9385 }{}
9386 \end_layout
9387
9388 \end_inset
9389
9390
9391 \begin_inset Note Note
9392 status collapsed
9393
9394 \begin_layout Plain Layout
9395
9396 \backslash
9397 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
9398  PDF.
9399 \end_layout
9400
9401 \begin_layout Plain Layout
9402 Más sobre 
9403 \backslash
9404 texorpdfstring en la sección 
9405 \begin_inset CommandInset ref
9406 LatexCommand ref
9407 reference "sub:Ecuaciones-en-encabezados"
9408
9409 \end_inset
9410
9411 .
9412 \end_layout
9413
9414 \end_inset
9415
9416
9417 \begin_inset CommandInset label
9418 LatexCommand label
9419 name "sub:Acentos-para-un"
9420
9421 \end_inset
9422
9423
9424 \begin_inset Index
9425 status collapsed
9426
9427 \begin_layout Plain Layout
9428 Acentos ! para un carácter
9429 \end_layout
9430
9431 \end_inset
9432
9433
9434 \end_layout
9435
9436 \begin_layout Standard
9437 \begin_inset space \hfill{}
9438 \end_inset
9439
9440
9441 \begin_inset Tabular
9442 <lyxtabular version="3" rows="8" columns="2">
9443 <features>
9444 <column alignment="center" valignment="top" width="0pt">
9445 <column alignment="center" valignment="top" width="0pt">
9446 <row>
9447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451 Comando
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460 Resultado
9461 \begin_inset Note Note
9462 status collapsed
9463
9464 \begin_layout Plain Layout
9465
9466 \series bold
9467
9468 \backslash
9469 raisebox
9470 \series default
9471  se usa sólo como espaciador
9472 \end_layout
9473
9474 \end_inset
9475
9476
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 </row>
9482 <row>
9483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487
9488 \backslash
9489 dot
9490 \begin_inset ERT
9491 status collapsed
9492
9493 \begin_layout Plain Layout
9494
9495
9496 \backslash
9497 spce 
9498 \end_layout
9499
9500 \end_inset
9501
9502 A
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9512 \end_inset
9513
9514
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 </row>
9520 <row>
9521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525
9526 \backslash
9527 ddot
9528 \begin_inset ERT
9529 status collapsed
9530
9531 \begin_layout Plain Layout
9532
9533
9534 \backslash
9535 spce 
9536 \end_layout
9537
9538 \end_inset
9539
9540 A
9541 \end_layout
9542
9543 \end_inset
9544 </cell>
9545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Plain Layout
9549 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9550 \end_inset
9551
9552
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 </row>
9558 <row>
9559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9560 \begin_inset Text
9561
9562 \begin_layout Plain Layout
9563
9564 \backslash
9565 dddot
9566 \begin_inset ERT
9567 status collapsed
9568
9569 \begin_layout Plain Layout
9570
9571
9572 \backslash
9573 spce 
9574 \end_layout
9575
9576 \end_inset
9577
9578 A
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9588 \end_inset
9589
9590
9591 \end_layout
9592
9593 \end_inset
9594 </cell>
9595 </row>
9596 <row>
9597 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601
9602 \backslash
9603 ddddot{A
9604 \end_layout
9605
9606 \end_inset
9607 </cell>
9608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Plain Layout
9612 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9613 \end_inset
9614
9615
9616 \end_layout
9617
9618 \end_inset
9619 </cell>
9620 </row>
9621 <row>
9622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626
9627 \backslash
9628 vec
9629 \begin_inset ERT
9630 status collapsed
9631
9632 \begin_layout Plain Layout
9633
9634
9635 \backslash
9636 spce 
9637 \end_layout
9638
9639 \end_inset
9640
9641 A
9642 \begin_inset Index
9643 status collapsed
9644
9645 \begin_layout Plain Layout
9646 Vectores
9647 \end_layout
9648
9649 \end_inset
9650
9651
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9657 \begin_inset Text
9658
9659 \begin_layout Plain Layout
9660 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9661 \end_inset
9662
9663
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 </row>
9669 <row>
9670 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674
9675 \backslash
9676 bar
9677 \begin_inset ERT
9678 status collapsed
9679
9680 \begin_layout Plain Layout
9681
9682
9683 \backslash
9684 spce 
9685 \end_layout
9686
9687 \end_inset
9688
9689 A
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9699 \end_inset
9700
9701
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 </row>
9707 <row>
9708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712
9713 \backslash
9714 mathring
9715 \begin_inset ERT
9716 status collapsed
9717
9718 \begin_layout Plain Layout
9719
9720
9721 \backslash
9722 spce 
9723 \end_layout
9724
9725 \end_inset
9726
9727 A
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9737 \end_inset
9738
9739
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 </row>
9745 </lyxtabular>
9746
9747 \end_inset
9748
9749
9750 \begin_inset space \hfill{}
9751 \end_inset
9752
9753
9754 \begin_inset Tabular
9755 <lyxtabular version="3" rows="7" columns="2">
9756 <features>
9757 <column alignment="center" valignment="top" width="0pt">
9758 <column alignment="center" valignment="top" width="0pt">
9759 <row>
9760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764 Comando
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Plain Layout
9773 Resultado
9774 \begin_inset Note Note
9775 status collapsed
9776
9777 \begin_layout Plain Layout
9778
9779 \series bold
9780
9781 \backslash
9782 raisebox
9783 \series default
9784  se usa sólo como espaciador
9785 \end_layout
9786
9787 \end_inset
9788
9789
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 </row>
9795 <row>
9796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800
9801 \backslash
9802 tilde
9803 \begin_inset ERT
9804 status collapsed
9805
9806 \begin_layout Plain Layout
9807
9808
9809 \backslash
9810 spce 
9811 \end_layout
9812
9813 \end_inset
9814
9815 A
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9825 \end_inset
9826
9827
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 </row>
9833 <row>
9834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838
9839 \backslash
9840 hat
9841 \begin_inset ERT
9842 status collapsed
9843
9844 \begin_layout Plain Layout
9845
9846
9847 \backslash
9848 spce 
9849 \end_layout
9850
9851 \end_inset
9852
9853 A
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9863 \end_inset
9864
9865
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 </row>
9871 <row>
9872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876
9877 \backslash
9878 check
9879 \begin_inset ERT
9880 status collapsed
9881
9882 \begin_layout Plain Layout
9883
9884
9885 \backslash
9886 spce 
9887 \end_layout
9888
9889 \end_inset
9890
9891 A
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9901 \end_inset
9902
9903
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 </row>
9909 <row>
9910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914
9915 \backslash
9916 acute
9917 \begin_inset ERT
9918 status collapsed
9919
9920 \begin_layout Plain Layout
9921
9922
9923 \backslash
9924 spce 
9925 \end_layout
9926
9927 \end_inset
9928
9929 A
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9939 \end_inset
9940
9941
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 </row>
9947 <row>
9948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952
9953 \backslash
9954 grave
9955 \begin_inset ERT
9956 status collapsed
9957
9958 \begin_layout Plain Layout
9959
9960
9961 \backslash
9962 spce 
9963 \end_layout
9964
9965 \end_inset
9966
9967 A
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9977 \end_inset
9978
9979
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 </row>
9985 <row>
9986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990
9991 \backslash
9992 breve
9993 \begin_inset ERT
9994 status collapsed
9995
9996 \begin_layout Plain Layout
9997
9998
9999 \backslash
10000 spce 
10001 \end_layout
10002
10003 \end_inset
10004
10005 A
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10015 \end_inset
10016
10017
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 </row>
10023 </lyxtabular>
10024
10025 \end_inset
10026
10027
10028 \begin_inset space \hfill{}
10029 \end_inset
10030
10031
10032 \end_layout
10033
10034 \begin_layout Standard
10035 \begin_inset VSpace bigskip
10036 \end_inset
10037
10038
10039 \end_layout
10040
10041 \begin_layout Standard
10042 En ecuaciones se pueden insertar acentos como é directamente.
10043  LyX los transformará al comando de acento correspondiente.
10044  Para poner diéresis
10045 \begin_inset Index
10046 status collapsed
10047
10048 \begin_layout Plain Layout
10049 Dieresis@Diéresis
10050 \end_layout
10051
10052 \end_inset
10053
10054  es mejor insertar comillas antes de la vocal.
10055  Estos dos caracteres son considerados por LaTeX como 
10056 \emph on
10057 un solo
10058 \emph default
10059  carácter si la parte de la ecuación con la diéresis se marca en idioma
10060  alemán.
10061 \begin_inset Foot
10062 status collapsed
10063
10064 \begin_layout Plain Layout
10065 O algún otro idioma que use acentos, p.
10066 \begin_inset space \thinspace{}
10067 \end_inset
10068
10069 e.
10070  catalán.
10071  Aunque esto no funciona en español por algún conflicto con el estilo 
10072 \series bold
10073 spanish
10074 \series default
10075  de 
10076 \series bold
10077 babel
10078 \series default
10079 , no es necesario: se puede escribir 
10080 \begin_inset Formula $ï$
10081 \end_inset
10082
10083  en una ecuación igual que se hace en texto normal, ï.
10084  (
10085 \emph on
10086 N.
10087 \begin_inset space \thinspace{}
10088 \end_inset
10089
10090 del t.
10091 \emph default
10092 )
10093 \end_layout
10094
10095 \end_inset
10096
10097  A diferencia de 
10098 \series bold
10099
10100 \backslash
10101 ddot
10102 \series default
10103 , con este método se generan diéresis 
10104 \begin_inset Quotes fld
10105 \end_inset
10106
10107 reales
10108 \begin_inset Quotes frd
10109 \end_inset
10110
10111 , como se demuestra en el siguiente ejemplo:
10112 \begin_inset VSpace -2mm
10113 \end_inset
10114
10115
10116 \end_layout
10117
10118 \begin_layout Standard
10119 \noindent
10120 \align center
10121 \begin_inset Tabular
10122 <lyxtabular version="3" rows="3" columns="2">
10123 <features>
10124 <column alignment="center" valignment="top" width="0">
10125 <column alignment="center" valignment="top" width="0">
10126 <row>
10127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131 Comando
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 Resultado
10141 \begin_inset Note Note
10142 status collapsed
10143
10144 \begin_layout Plain Layout
10145
10146 \series bold
10147
10148 \backslash
10149 raisebox
10150 \series default
10151  se usa sólo como espaciador.
10152 \end_layout
10153
10154 \end_inset
10155
10156
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 </row>
10162 <row>
10163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167 ï
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 \begin_inset Formula $ï$
10177 \end_inset
10178
10179
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 </row>
10185 <row>
10186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190
10191 \backslash
10192 ddot
10193 \begin_inset ERT
10194 status collapsed
10195
10196 \begin_layout Plain Layout
10197
10198
10199 \backslash
10200 spce 
10201 \end_layout
10202
10203 \end_inset
10204
10205 i
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10215 \end_inset
10216
10217
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 </row>
10223 </lyxtabular>
10224
10225 \end_inset
10226
10227
10228 \end_layout
10229
10230 \begin_layout Standard
10231 Otra ventaja frente a 
10232 \series bold
10233
10234 \backslash
10235 ddot
10236 \series default
10237  es que la diéresis puede convertirse directamente a texto matemático, porque
10238  los anteriores comandos para acentos 
10239 \emph on
10240 no están permitidos en texto matemático
10241 \emph default
10242 .
10243  Para convertir un carácter acentuado a texto matemático, se debe convertir
10244  sólo el carácter bajo el acento.
10245  Esto también se aplica para otras conversiones, p.
10246 \begin_inset space \thinspace{}
10247 \end_inset
10248
10249 e.
10250 \begin_inset space ~
10251 \end_inset
10252
10253 cursiva o negrita.
10254 \end_layout
10255
10256 \begin_layout Standard
10257 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
10258 \end_layout
10259
10260 \begin_layout Subsection
10261 Acentos para operadores
10262 \begin_inset Index
10263 status collapsed
10264
10265 \begin_layout Plain Layout
10266 Acentos ! en operadores
10267 \end_layout
10268
10269 \end_inset
10270
10271
10272 \end_layout
10273
10274 \begin_layout Standard
10275 Con los comandos 
10276 \series bold
10277
10278 \backslash
10279 overset
10280 \series default
10281
10282 \begin_inset Index
10283 status collapsed
10284
10285 \begin_layout Plain Layout
10286 Comandos ! O ! 
10287 \backslash
10288 overset
10289 \end_layout
10290
10291 \end_inset
10292
10293  y 
10294 \series bold
10295
10296 \backslash
10297 underset
10298 \series default
10299
10300 \begin_inset Index
10301 status collapsed
10302
10303 \begin_layout Plain Layout
10304 Comandos ! U ! 
10305 \backslash
10306 underset
10307 \end_layout
10308
10309 \end_inset
10310
10311  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
10312  Con el comando 
10313 \series bold
10314
10315 \backslash
10316 sideset
10317 \series default
10318
10319 \begin_inset Index
10320 status collapsed
10321
10322 \begin_layout Plain Layout
10323 Comandos ! S ! 
10324 \backslash
10325 sideset
10326 \end_layout
10327
10328 \end_inset
10329
10330  se pueden poner caracteres delante y detrás de un operador.
10331  El esquema del comando es:
10332 \end_layout
10333
10334 \begin_layout Standard
10335
10336 \series bold
10337
10338 \backslash
10339 sideset{carácter
10340 \series default
10341  
10342 \series bold
10343 anterior}{carácter posterior}
10344 \end_layout
10345
10346 \begin_layout Standard
10347
10348 \series bold
10349
10350 \backslash
10351 sideset
10352 \series default
10353  siempre debe estar delante del operador que debe acentuarse.
10354  Se puede acentuar con varios caracteres e incluso con otros operadores
10355  y símbolos.
10356  Para colocar con
10357 \series bold
10358  
10359 \backslash
10360 sideset
10361 \series default
10362  caracteres sólo detrás del operador, por ejemplo, no se escribe nada en
10363  el primer par de llaves, pero sin quitarlas.
10364  
10365 \end_layout
10366
10367 \begin_layout Standard
10368 Por ejemplo, el comando 
10369 \series bold
10370
10371 \backslash
10372 sideset{
10373 \begin_inset Formula $\to$
10374 \end_inset
10375
10376
10377 \backslash
10378 {
10379 \series default
10380 '
10381 \series bold
10382
10383 \begin_inset Formula $\to$
10384 \end_inset
10385
10386
10387 \backslash
10388 sum_k=1
10389 \begin_inset ERT
10390 status collapsed
10391
10392 \begin_layout Plain Layout
10393
10394
10395 \backslash
10396 spce 
10397 \end_layout
10398
10399 \end_inset
10400
10401
10402 \series default
10403 ^
10404 \series bold
10405
10406 \begin_inset ERT
10407 status collapsed
10408
10409 \begin_layout Plain Layout
10410
10411
10412 \backslash
10413 spce 
10414 \end_layout
10415
10416 \end_inset
10417
10418 n
10419 \series default
10420  genera:
10421 \begin_inset Formula \[
10422 \sideset{}{'}\sum_{k=1}^{n}\]
10423
10424 \end_inset
10425
10426
10427 \end_layout
10428
10429 \begin_layout Standard
10430 El comando 
10431 \series bold
10432
10433 \backslash
10434 overset
10435 \begin_inset ERT
10436 status collapsed
10437
10438 \begin_layout Plain Layout
10439
10440
10441 \backslash
10442 spce 
10443 \end_layout
10444
10445 \end_inset
10446
10447
10448 \backslash
10449 maltese
10450 \begin_inset ERT
10451 status collapsed
10452
10453 \begin_layout Plain Layout
10454
10455
10456 \backslash
10457 spce 
10458 \end_layout
10459
10460 \end_inset
10461
10462
10463 \series default
10464
10465 \begin_inset Formula $\uparrow$
10466 \end_inset
10467
10468
10469 \series bold
10470 a
10471 \series default
10472  genera:
10473 \begin_inset Formula \[
10474 \overset{a}{\maltese}\]
10475
10476 \end_inset
10477
10478
10479 \end_layout
10480
10481 \begin_layout Standard
10482 Como se ve en el último ejemplo, con 
10483 \series bold
10484
10485 \backslash
10486 overset
10487 \series default
10488  y 
10489 \series bold
10490
10491 \backslash
10492 underset
10493 \series default
10494  también se pueden acentuar símbolos y caracteres; con 
10495 \series bold
10496
10497 \backslash
10498 sideset
10499 \series default
10500  esto no es posible.
10501 \end_layout
10502
10503 \begin_layout Subsection
10504 Acentos para varios caracteres
10505 \begin_inset Index
10506 status collapsed
10507
10508 \begin_layout Plain Layout
10509 Acentos ! en varios caracteres
10510 \end_layout
10511
10512 \end_inset
10513
10514
10515 \end_layout
10516
10517 \begin_layout Standard
10518 \begin_inset space \hfill{}
10519 \end_inset
10520
10521
10522 \begin_inset Tabular
10523 <lyxtabular version="3" rows="5" columns="2">
10524 <features>
10525 <column alignment="center" valignment="top" width="0pt">
10526 <column alignment="center" valignment="top" width="0pt">
10527 <row>
10528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 Comando
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541 Resultado
10542 \begin_inset Note Note
10543 status collapsed
10544
10545 \begin_layout Plain Layout
10546
10547 \series bold
10548
10549 \backslash
10550 raisebox
10551 \series default
10552  se usa sólo como espaciador
10553 \end_layout
10554
10555 \end_inset
10556
10557
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 </row>
10563 <row>
10564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568
10569 \backslash
10570 overleftarrow
10571 \begin_inset ERT
10572 status collapsed
10573
10574 \begin_layout Plain Layout
10575
10576
10577 \backslash
10578 spce 
10579 \end_layout
10580
10581 \end_inset
10582
10583 A=B
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10593 \end_inset
10594
10595
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 </row>
10601 <row>
10602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606
10607 \backslash
10608 underleftarrow
10609 \begin_inset ERT
10610 status collapsed
10611
10612 \begin_layout Plain Layout
10613
10614
10615 \backslash
10616 spce 
10617 \end_layout
10618
10619 \end_inset
10620
10621 A=B
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10631 \end_inset
10632
10633
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 </row>
10639 <row>
10640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644
10645 \backslash
10646 overleftrightarrow
10647 \begin_inset ERT
10648 status collapsed
10649
10650 \begin_layout Plain Layout
10651
10652
10653 \backslash
10654 spce 
10655 \end_layout
10656
10657 \end_inset
10658
10659 A=B
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10669 \end_inset
10670
10671
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 </row>
10677 <row>
10678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682
10683 \backslash
10684 underleftrightarrow
10685 \begin_inset ERT
10686 status collapsed
10687
10688 \begin_layout Plain Layout
10689
10690
10691 \backslash
10692 spce 
10693 \end_layout
10694
10695 \end_inset
10696
10697 A=B
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10707 \end_inset
10708
10709
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 </lyxtabular>
10716
10717 \end_inset
10718
10719
10720 \begin_inset space \hfill{}
10721 \end_inset
10722
10723
10724 \begin_inset Tabular
10725 <lyxtabular version="3" rows="5" columns="2">
10726 <features>
10727 <column alignment="center" valignment="top" width="0pt">
10728 <column alignment="center" valignment="top" width="0pt">
10729 <row>
10730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734 Comando
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743 Resultado
10744 \begin_inset Note Note
10745 status collapsed
10746
10747 \begin_layout Plain Layout
10748
10749 \series bold
10750
10751 \backslash
10752 raisebox
10753 \series default
10754  se usa sólo como espaciador
10755 \end_layout
10756
10757 \end_inset
10758
10759
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 </row>
10765 <row>
10766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770
10771 \backslash
10772 overrightarrow
10773 \begin_inset ERT
10774 status collapsed
10775
10776 \begin_layout Plain Layout
10777
10778
10779 \backslash
10780 spce 
10781 \end_layout
10782
10783 \end_inset
10784
10785 A=B
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10795 \end_inset
10796
10797
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 </row>
10803 <row>
10804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808
10809 \backslash
10810 underrightarrow
10811 \begin_inset ERT
10812 status collapsed
10813
10814 \begin_layout Plain Layout
10815
10816
10817 \backslash
10818 spce 
10819 \end_layout
10820
10821 \end_inset
10822
10823 A=B
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Plain Layout
10832 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10833 \end_inset
10834
10835
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 </row>
10841 <row>
10842 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846
10847 \backslash
10848 widetilde
10849 \begin_inset ERT
10850 status collapsed
10851
10852 \begin_layout Plain Layout
10853
10854
10855 \backslash
10856 spce 
10857 \end_layout
10858
10859 \end_inset
10860
10861 A=B
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10871 \end_inset
10872
10873
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 </row>
10879 <row>
10880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884
10885 \backslash
10886 widehat
10887 \begin_inset ERT
10888 status collapsed
10889
10890 \begin_layout Plain Layout
10891
10892
10893 \backslash
10894 spce 
10895 \end_layout
10896
10897 \end_inset
10898
10899 A=B
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10909 \end_inset
10910
10911
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 </row>
10917 </lyxtabular>
10918
10919 \end_inset
10920
10921
10922 \begin_inset space \hfill{}
10923 \end_inset
10924
10925
10926 \end_layout
10927
10928 \begin_layout Standard
10929 \begin_inset VSpace medskip
10930 \end_inset
10931
10932
10933 \end_layout
10934
10935 \begin_layout Standard
10936 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10937  Pero los acentos 
10938 \series bold
10939
10940 \backslash
10941 widetilde
10942 \series default
10943  y 
10944 \series bold
10945
10946 \backslash
10947 widehat
10948 \series default
10949  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10950  ejemplo:
10951 \begin_inset Formula \[
10952 \widetilde{A+B=C-D}\]
10953
10954 \end_inset
10955
10956
10957 \end_layout
10958
10959 \begin_layout Standard
10960 Con los comandos 
10961 \series bold
10962
10963 \backslash
10964 overset
10965 \series default
10966
10967 \begin_inset Index
10968 status collapsed
10969
10970 \begin_layout Plain Layout
10971 Comandos ! O ! 
10972 \backslash
10973 overset
10974 \end_layout
10975
10976 \end_inset
10977
10978  y 
10979 \series bold
10980
10981 \backslash
10982 underset
10983 \series default
10984
10985 \begin_inset Index
10986 status collapsed
10987
10988 \begin_layout Plain Layout
10989 Comandos ! U ! 
10990 \backslash
10991 underset
10992 \end_layout
10993
10994 \end_inset
10995
10996 , descritos en la subsección anterior, también se pueden acentuar varios
10997  caracteres.
10998  El comando 
10999 \series bold
11000
11001 \backslash
11002 underset
11003 \begin_inset ERT
11004 status collapsed
11005
11006 \begin_layout Plain Layout
11007
11008
11009 \backslash
11010 spce 
11011 \end_layout
11012
11013 \end_inset
11014
11015 A=B
11016 \begin_inset Formula $\downarrow$
11017 \end_inset
11018
11019 ***
11020 \series default
11021  da:
11022 \begin_inset Formula \[
11023 \underset{***}{A=B}\]
11024
11025 \end_inset
11026
11027
11028 \end_layout
11029
11030 \begin_layout Section
11031 Espacios
11032 \begin_inset CommandInset label
11033 LatexCommand label
11034 name "sec:Espacio"
11035
11036 \end_inset
11037
11038
11039 \begin_inset Index
11040 status collapsed
11041
11042 \begin_layout Plain Layout
11043 Espacio ! horizontal
11044 \end_layout
11045
11046 \end_inset
11047
11048
11049 \end_layout
11050
11051 \begin_layout Subsection
11052 Espacio predefinido
11053 \begin_inset CommandInset label
11054 LatexCommand label
11055 name "sub:Espacio-predefinido"
11056
11057 \end_inset
11058
11059
11060 \begin_inset Index
11061 status collapsed
11062
11063 \begin_layout Plain Layout
11064 Espacio ! horizontal ! predefinido
11065 \end_layout
11066
11067 \end_inset
11068
11069
11070 \end_layout
11071
11072 \begin_layout Standard
11073 A veces es necesario insertar espacio horizontal en una ecuación.
11074  Esto se hace insertando un espacio protegido (atajo 
11075 \family sans
11076 Ctrl+Espacio
11077 \family default
11078 ).
11079  Aparece un 
11080 \begin_inset Quotes fld
11081 \end_inset
11082
11083
11084 \color black
11085
11086 \begin_inset ERT
11087 status collapsed
11088
11089 \begin_layout Plain Layout
11090
11091
11092 \backslash
11093 spce 
11094 \end_layout
11095
11096 \end_inset
11097
11098
11099 \color inherit
11100
11101 \begin_inset Quotes frd
11102 \end_inset
11103
11104 , y pulsando 
11105 \family sans
11106 Espacio
11107 \family default
11108  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
11109  espacio.
11110  También se pueden insertar espacios mediante el botón 
11111 \begin_inset Graphics
11112         filename ../../images/math/space.png
11113         scale 85
11114
11115 \end_inset
11116
11117  de la barra de ecuaciones o con comandos especiales.
11118  Independientemente del comando insertado, se puede seleccionar de nuevo
11119  el tamaño pulsando acto seguido 
11120 \family sans
11121 Espacio.
11122  
11123 \end_layout
11124
11125 \begin_layout Standard
11126 \noindent
11127 \align center
11128 \begin_inset VSpace -5mm
11129 \end_inset
11130
11131
11132 \begin_inset Tabular
11133 <lyxtabular version="3" rows="3" columns="7">
11134 <features>
11135 <column alignment="center" valignment="middle" width="6.8cm">
11136 <column alignment="center" valignment="top" width="0">
11137 <column alignment="center" valignment="top" width="0">
11138 <column alignment="center" valignment="top" width="0">
11139 <column alignment="center" valignment="top" width="0">
11140 <column alignment="center" valignment="top" width="0">
11141 <column alignment="center" valignment="top" width="0">
11142 <row>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 Comando
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156
11157 \backslash
11158 ,
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167
11168 \backslash
11169 :
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178
11179 \backslash
11180 ;
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189
11190 \backslash
11191 quad
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200
11201 \backslash
11202 qquad
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211
11212 \backslash
11213 !
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 </row>
11219 <row>
11220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 Número de pulsaciones de 
11225 \family sans
11226 Espacio
11227 \family default
11228  tras insertar el espacio protegido
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237 0
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 1
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 2
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 3
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 4
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 5
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 </row>
11288 <row>
11289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 Resultado
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 \begin_inset Formula $A\, B$
11303 \end_inset
11304
11305
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314 \begin_inset Formula $A\: B$
11315 \end_inset
11316
11317
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 \begin_inset Formula $A\; B$
11327 \end_inset
11328
11329
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338 \begin_inset Formula $A\quad B$
11339 \end_inset
11340
11341
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350 \begin_inset Formula $A\qquad B$
11351 \end_inset
11352
11353
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 \begin_inset Formula $A\! B$
11363 \end_inset
11364
11365
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 </row>
11371 </lyxtabular>
11372
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \begin_layout Standard
11379 El último tamaño parece no generar espacio.
11380  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
11381  negativo.
11382  Hay otros dos espacios negativos:
11383 \end_layout
11384
11385 \begin_layout Standard
11386 \align center
11387 \begin_inset Tabular
11388 <lyxtabular version="3" rows="3" columns="3">
11389 <features>
11390 <column alignment="center" valignment="middle" width="6.8cm">
11391 <column alignment="center" valignment="top" width="0pt">
11392 <column alignment="center" valignment="top" width="0pt">
11393 <row>
11394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 Comando
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407
11408 \backslash
11409 negmedspace
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418
11419 \backslash
11420 negthickspace
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 </row>
11426 <row>
11427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 Número de pulsaciones de 
11432 \family sans
11433 Espacio
11434 \family default
11435  tras insertar el espacio protegido
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 6
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 7
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 </row>
11459 <row>
11460 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 Resultado
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 \begin_inset Formula $A\negmedspace B$
11474 \end_inset
11475
11476
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11482 \begin_inset Text
11483
11484 \begin_layout Plain Layout
11485 \begin_inset Formula $A\negthickspace B$
11486 \end_inset
11487
11488
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 </row>
11494 </lyxtabular>
11495
11496 \end_inset
11497
11498
11499 \end_layout
11500
11501 \begin_layout Standard
11502 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
11503  Así, se pueden usar para forzar ligaduras, lo que es apropiado, p.
11504 \begin_inset space \thinspace{}
11505 \end_inset
11506
11507 e., para operadores suma: 
11508 \end_layout
11509
11510 \begin_layout Standard
11511 \noindent
11512 \align center
11513 \begin_inset Tabular
11514 <lyxtabular version="3" rows="3" columns="2">
11515 <features>
11516 <column alignment="center" valignment="top" width="0">
11517 <column alignment="center" valignment="top" width="0">
11518 <row>
11519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 Comando
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 Resultado
11533 \begin_inset Note Note
11534 status collapsed
11535
11536 \begin_layout Plain Layout
11537
11538 \series bold
11539
11540 \backslash
11541 raisebox
11542 \series default
11543  se usa sólo como espaciador
11544 \end_layout
11545
11546 \end_inset
11547
11548
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 </row>
11554 <row>
11555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559
11560 \backslash
11561 sum
11562 \backslash
11563 sum
11564 \begin_inset ERT
11565 status collapsed
11566
11567 \begin_layout Plain Layout
11568
11569
11570 \backslash
11571 spce 
11572 \end_layout
11573
11574 \end_inset
11575
11576 f_kl
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11586 \end_inset
11587
11588
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 </row>
11594 <row>
11595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599
11600 \backslash
11601 sum
11602 \backslash
11603 negmedspace
11604 \backslash
11605 sum
11606 \begin_inset ERT
11607 status collapsed
11608
11609 \begin_layout Plain Layout
11610
11611
11612 \backslash
11613 spce 
11614 \end_layout
11615
11616 \end_inset
11617
11618 f_kl
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11628 \end_inset
11629
11630
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 </row>
11636 </lyxtabular>
11637
11638 \end_inset
11639
11640
11641 \end_layout
11642
11643 \begin_layout Standard
11644 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
11645  Para suprimirlos, el signo igual se coloca entre llaves TeX.
11646  El siguiente ejemplo lo ilustra:
11647 \end_layout
11648
11649 \begin_layout Standard
11650 \noindent
11651 \align center
11652 \begin_inset Tabular
11653 <lyxtabular version="3" rows="2" columns="2">
11654 <features>
11655 <column alignment="center" valignment="top" width="0">
11656 <column alignment="center" valignment="top" width="0">
11657 <row>
11658 <cell alignment="center" valignment="top" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 ecuación normal
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 \begin_inset Formula $A=B$
11672 \end_inset
11673
11674
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 </row>
11680 <row>
11681 <cell alignment="center" valignment="top" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 \begin_inset Note Note
11686 status collapsed
11687
11688 \begin_layout Plain Layout
11689
11690 \series bold
11691
11692 \backslash
11693 raisebox
11694 \series default
11695  se usa sólo como espaciador
11696 \end_layout
11697
11698 \end_inset
11699
11700
11701 \begin_inset Formula $\raisebox{5mm}{}$
11702 \end_inset
11703
11704 ecuación sin espacio
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 <cell alignment="center" valignment="top" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713 \begin_inset Formula $A{=}B$
11714 \end_inset
11715
11716
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 </row>
11722 </lyxtabular>
11723
11724 \end_inset
11725
11726
11727 \end_layout
11728
11729 \begin_layout Standard
11730 El comando para la segunda ecuación es: 
11731 \series bold
11732 A
11733 \backslash
11734 {=
11735 \begin_inset Formula $\rightarrow$
11736 \end_inset
11737
11738 B
11739 \series default
11740  
11741 \begin_inset VSpace bigskip
11742 \end_inset
11743
11744
11745 \end_layout
11746
11747 \begin_layout Standard
11748 Para las unidades físicas hacen falta espacios, porque entre el valor y
11749  su unidad se pone un espacio más pequeño que el normal.
11750  Para unidades en el texto se inserta con el menú 
11751 \family sans
11752 Insertar\SpecialChar \menuseparator
11753 Formato\SpecialChar \menuseparator
11754 Espacio
11755 \begin_inset space ~
11756 \end_inset
11757
11758 delgado
11759 \family default
11760  (atajo 
11761 \family sans
11762 Ctrl+Mayúscula+Espacio
11763 \family default
11764 ).
11765 \end_layout
11766
11767 \begin_layout Standard
11768 Un ejemplo para visualizar la diferencia:
11769 \end_layout
11770
11771 \begin_layout Standard
11772 \begin_inset Tabular
11773 <lyxtabular version="3" rows="2" columns="2">
11774 <features>
11775 <column alignment="center" valignment="top" width="0">
11776 <column alignment="left" valignment="top" width="0">
11777 <row>
11778 <cell alignment="center" valignment="top" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 24 kW
11783 \begin_inset Formula $\cdot$
11784 \end_inset
11785
11786 h
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 <cell alignment="center" valignment="top" usebox="none">
11792 \begin_inset Text
11793
11794 \begin_layout Plain Layout
11795 espacio entre valor y unidad 
11796 \end_layout
11797
11798 \end_inset
11799 </cell>
11800 </row>
11801 <row>
11802 <cell alignment="center" valignment="top" usebox="none">
11803 \begin_inset Text
11804
11805 \begin_layout Plain Layout
11806 24
11807 \begin_inset space \thinspace{}
11808 \end_inset
11809
11810 kW
11811 \begin_inset Formula $\cdot$
11812 \end_inset
11813
11814 h
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 <cell alignment="center" valignment="top" usebox="none">
11820 \begin_inset Text
11821
11822 \begin_layout Plain Layout
11823 espacio delgado entre valor y unidad
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 </row>
11829 </lyxtabular>
11830
11831 \end_inset
11832
11833
11834 \end_layout
11835
11836 \begin_layout Subsection
11837 Espacio variable
11838 \begin_inset ERT
11839 status collapsed
11840
11841 \begin_layout Plain Layout
11842
11843
11844 \backslash
11845 texorpdfstring{
11846 \end_layout
11847
11848 \end_inset
11849
11850
11851 \begin_inset Foot
11852 status collapsed
11853
11854 \begin_layout Plain Layout
11855 Para espacio vertical en ecuaciones véase 
11856 \begin_inset CommandInset ref
11857 LatexCommand ref
11858 reference "sub:Separación-de-líneas"
11859
11860 \end_inset
11861
11862
11863 \end_layout
11864
11865 \end_inset
11866
11867
11868 \begin_inset ERT
11869 status collapsed
11870
11871 \begin_layout Plain Layout
11872
11873 }{}
11874 \end_layout
11875
11876 \end_inset
11877
11878
11879 \begin_inset Note Note
11880 status collapsed
11881
11882 \begin_layout Plain Layout
11883
11884 \backslash
11885 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11886  PDF.
11887 \end_layout
11888
11889 \begin_layout Plain Layout
11890 Más sobre 
11891 \backslash
11892 texorpdfstring en la sección 
11893 \begin_inset CommandInset ref
11894 LatexCommand ref
11895 reference "sub:Ecuaciones-en-encabezados"
11896
11897 \end_inset
11898
11899 .
11900 \end_layout
11901
11902 \end_inset
11903
11904
11905 \begin_inset CommandInset label
11906 LatexCommand label
11907 name "sub:Espacio-variable"
11908
11909 \end_inset
11910
11911
11912 \begin_inset Index
11913 status collapsed
11914
11915 \begin_layout Plain Layout
11916 Espacio ! horizontal ! variable
11917 \end_layout
11918
11919 \end_inset
11920
11921
11922 \end_layout
11923
11924 \begin_layout Standard
11925 En LyX se puede insertar espacio con una longitud definida con el comando
11926  
11927 \series bold
11928
11929 \backslash
11930 hspace
11931 \series default
11932
11933 \begin_inset Index
11934 status collapsed
11935
11936 \begin_layout Plain Layout
11937 Comandos ! H ! 
11938 \backslash
11939 hspace
11940 \end_layout
11941
11942 \end_inset
11943
11944 .
11945  Aparece un 
11946 \begin_inset Quotes fld
11947 \end_inset
11948
11949
11950 \color black
11951
11952 \begin_inset ERT
11953 status collapsed
11954
11955 \begin_layout Plain Layout
11956
11957
11958 \backslash
11959 spce 
11960 \end_layout
11961
11962 \end_inset
11963
11964
11965 \color inherit
11966
11967 \begin_inset Quotes frd
11968 \end_inset
11969
11970  largo.
11971  La longitud se puede ajustar haciendo clic izquierdo sobre el 
11972 \begin_inset Quotes fld
11973 \end_inset
11974
11975
11976 \color black
11977
11978 \begin_inset ERT
11979 status collapsed
11980
11981 \begin_layout Plain Layout
11982
11983
11984 \backslash
11985 spce 
11986 \end_layout
11987
11988 \end_inset
11989
11990
11991 \color inherit
11992
11993 \begin_inset Quotes frd
11994 \end_inset
11995
11996 .
11997  La longitud también puede ser negativa.
11998  Para insertar en una ecuación tanto espacio como esté disponible se usa
11999  el comando 
12000 \series bold
12001
12002 \backslash
12003 hfill
12004 \series default
12005
12006 \begin_inset Index
12007 status collapsed
12008
12009 \begin_layout Plain Layout
12010 Comandos ! H ! 
12011 \backslash
12012 hfill
12013 \end_layout
12014
12015 \end_inset
12016
12017 .
12018 \begin_inset VSpace -1mm
12019 \end_inset
12020
12021
12022 \end_layout
12023
12024 \begin_layout Standard
12025 \noindent
12026 \align center
12027 \begin_inset Tabular
12028 <lyxtabular version="3" rows="4" columns="2">
12029 <features>
12030 <column alignment="center" valignment="top" width="0">
12031 <column alignment="center" valignment="top" width="0">
12032 <row>
12033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12034 \begin_inset Text
12035
12036 \begin_layout Plain Layout
12037 Comando (
12038 \backslash
12039 hspace longitud)
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12045 \begin_inset Text
12046
12047 \begin_layout Plain Layout
12048 Resultado
12049 \end_layout
12050
12051 \end_inset
12052 </cell>
12053 </row>
12054 <row>
12055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12056 \begin_inset Text
12057
12058 \begin_layout Plain Layout
12059 A=B
12060 \backslash
12061 hspace
12062 \begin_inset ERT
12063 status collapsed
12064
12065 \begin_layout Plain Layout
12066
12067
12068 \backslash
12069 spce 
12070 \end_layout
12071
12072 \end_inset
12073
12074
12075 \begin_inset Formula $\to$
12076 \end_inset
12077
12078 A
12079 \backslash
12080 not=C (3
12081 \begin_inset space \thinspace{}
12082 \end_inset
12083
12084 cm)
12085 \end_layout
12086
12087 \end_inset
12088 </cell>
12089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12090 \begin_inset Text
12091
12092 \begin_layout Plain Layout
12093 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12094 \end_inset
12095
12096
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 </row>
12102 <row>
12103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107 A
12108 \backslash
12109 hspace
12110 \begin_inset ERT
12111 status collapsed
12112
12113 \begin_layout Plain Layout
12114
12115
12116 \backslash
12117 spce 
12118 \end_layout
12119
12120 \end_inset
12121
12122
12123 \begin_inset Formula $\to$
12124 \end_inset
12125
12126 A
12127 \backslash
12128 not=A (-1
12129 \begin_inset space \thinspace{}
12130 \end_inset
12131
12132 mm)
12133 \end_layout
12134
12135 \end_inset
12136 </cell>
12137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12138 \begin_inset Text
12139
12140 \begin_layout Plain Layout
12141 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12142 \end_inset
12143
12144
12145 \end_layout
12146
12147 \end_inset
12148 </cell>
12149 </row>
12150 <row>
12151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12152 \begin_inset Text
12153
12154 \begin_layout Plain Layout
12155 A=A
12156 \backslash
12157 hfill
12158 \begin_inset ERT
12159 status collapsed
12160
12161 \begin_layout Plain Layout
12162
12163
12164 \backslash
12165 spce 
12166 \end_layout
12167
12168 \end_inset
12169
12170 B=B
12171 \end_layout
12172
12173 \end_inset
12174 </cell>
12175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12176 \begin_inset Text
12177
12178 \begin_layout Plain Layout
12179 \begin_inset Formula $A=A\hfill B=B$
12180 \end_inset
12181
12182
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 </row>
12188 </lyxtabular>
12189
12190 \end_inset
12191
12192
12193 \end_layout
12194
12195 \begin_layout Standard
12196 En el último ejemplo el espacio disponible viene dado por la entrada más
12197  larga de columna en la tabla.
12198  En una ecuación en línea el espacio depende de la longitud de la línea
12199  en la que se inserta 
12200 \series bold
12201
12202 \backslash
12203 hfill
12204 \series default
12205 .
12206  Así, cuando la línea ocupa toda la anchura no se creará espacio.
12207  
12208 \series bold
12209
12210 \backslash
12211 hfill
12212 \series default
12213  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
12214 \series bold
12215 Sangrado
12216 \series default
12217 .
12218  (Los estilos de ecuaciones se explican en
12219 \begin_inset space ~
12220 \end_inset
12221
12222
12223 \begin_inset CommandInset ref
12224 LatexCommand ref
12225 reference "sec:Estilos-de-ecuación"
12226
12227 \end_inset
12228
12229 ).
12230 \end_layout
12231
12232 \begin_layout Standard
12233 Además de 
12234 \series bold
12235
12236 \backslash
12237 hfill
12238 \series default
12239  hay los comandos 
12240 \series bold
12241
12242 \backslash
12243 dotfill
12244 \series default
12245  y 
12246 \series bold
12247
12248 \backslash
12249 hrulefill
12250 \series default
12251  que llenan el espacio con un patrón, véase un ejemplo en
12252 \begin_inset space ~
12253 \end_inset
12254
12255
12256 \begin_inset CommandInset ref
12257 LatexCommand ref
12258 reference "sub:Puntos"
12259
12260 \end_inset
12261
12262 .
12263 \end_layout
12264
12265 \begin_layout Standard
12266 Para texto se puede insertar espacio variable con el menú 
12267 \family sans
12268 Insertar\SpecialChar \menuseparator
12269 Formato\SpecialChar \menuseparator
12270 Espacio
12271 \begin_inset space ~
12272 \end_inset
12273
12274 horizontal
12275 \family default
12276 :
12277 \end_layout
12278
12279 \begin_layout Standard
12280 En esta línea hay un espacio
12281 \begin_inset space \hspace{}
12282 \length 2cm
12283 \end_inset
12284
12285 de 2
12286 \begin_inset space \thinspace{}
12287 \end_inset
12288
12289 cm.
12290 \end_layout
12291
12292 \begin_layout Standard
12293 En esta línea hay un
12294 \begin_inset space \hfill{}
12295 \end_inset
12296
12297 espacio máximo.
12298 \end_layout
12299
12300 \begin_layout Subsection
12301 Espacio adicional en ecuaciones en línea
12302 \begin_inset Index
12303 status collapsed
12304
12305 \begin_layout Plain Layout
12306 Espacio ! adicional en línea
12307 \end_layout
12308
12309 \end_inset
12310
12311
12312 \end_layout
12313
12314 \begin_layout Standard
12315 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
12316  
12317 \series bold
12318
12319 \backslash
12320 mathsurround
12321 \begin_inset Index
12322 status collapsed
12323
12324 \begin_layout Plain Layout
12325 Comandos ! M ! 
12326 \backslash
12327 mathsurround
12328 \end_layout
12329
12330 \end_inset
12331
12332
12333 \series default
12334 .
12335  El valor de una longitud se establece con el comando 
12336 \series bold
12337
12338 \backslash
12339 setlength
12340 \series default
12341
12342 \begin_inset Index
12343 status collapsed
12344
12345 \begin_layout Plain Layout
12346 Comandos ! S ! 
12347 \backslash
12348 setlength
12349 \end_layout
12350
12351 \end_inset
12352
12353  según el siguiente esquema:
12354 \end_layout
12355
12356 \begin_layout Standard
12357
12358 \series bold
12359
12360 \backslash
12361 setlength{nombre de la longitud}{valor}
12362 \end_layout
12363
12364 \begin_layout Standard
12365 Para poner a 
12366 \series bold
12367
12368 \backslash
12369 mathsurround
12370 \series default
12371  un valor de 5
12372 \begin_inset space \thinspace{}
12373 \end_inset
12374
12375 mm, se inserta el comando
12376 \end_layout
12377
12378 \begin_layout Standard
12379
12380 \series bold
12381
12382 \backslash
12383 setlength{
12384 \backslash
12385 mathsurround}{5mm}
12386 \end_layout
12387
12388 \begin_layout Standard
12389 en modo TeX.
12390  Se establecerá un espacio de 5
12391 \begin_inset space \thinspace{}
12392 \end_inset
12393
12394 mm alrededor de todas las ecuaciones en línea:
12395 \begin_inset ERT
12396 status collapsed
12397
12398 \begin_layout Plain Layout
12399
12400
12401 \backslash
12402 setlength{
12403 \backslash
12404 mathsurround}{5mm}
12405 \end_layout
12406
12407 \end_inset
12408
12409
12410 \end_layout
12411
12412 \begin_layout Standard
12413 En esta línea hay una ecuación 
12414 \begin_inset Formula $A=B$
12415 \end_inset
12416
12417  rodeada por espacios de 5
12418 \begin_inset space \thinspace{}
12419 \end_inset
12420
12421 mm.
12422 \begin_inset ERT
12423 status collapsed
12424
12425 \begin_layout Plain Layout
12426
12427
12428 \backslash
12429 setlength{
12430 \backslash
12431 mathsurround}{0mm}
12432 \end_layout
12433
12434 \end_inset
12435
12436
12437 \end_layout
12438
12439 \begin_layout Standard
12440 Para volver al espacio predeterminado, 
12441 \series bold
12442
12443 \backslash
12444 mathsurround
12445 \series default
12446  se restablece al valor 0
12447 \begin_inset space \thinspace{}
12448 \end_inset
12449
12450 pt.
12451 \end_layout
12452
12453 \begin_layout Section
12454 Cuadros y marcos
12455 \begin_inset Index
12456 status collapsed
12457
12458 \begin_layout Plain Layout
12459 Marcos
12460 \end_layout
12461
12462 \end_inset
12463
12464
12465 \begin_inset Index
12466 status collapsed
12467
12468 \begin_layout Plain Layout
12469 Marcos|see
12470 \begin_inset ERT
12471 status collapsed
12472
12473 \begin_layout Plain Layout
12474
12475 {
12476 \end_layout
12477
12478 \end_inset
12479
12480 Cuadros
12481 \begin_inset ERT
12482 status collapsed
12483
12484 \begin_layout Plain Layout
12485
12486 }
12487 \end_layout
12488
12489 \end_inset
12490
12491
12492 \end_layout
12493
12494 \end_inset
12495
12496
12497 \end_layout
12498
12499 \begin_layout Standard
12500 Los cuadros para texto se describen en el capítulo 
12501 \emph on
12502 Cuadros
12503 \emph default
12504  del manual 
12505 \emph on
12506 Objetos insertados
12507 \emph default
12508 .
12509 \end_layout
12510
12511 \begin_layout Subsection
12512 Cuadros con marco
12513 \begin_inset CommandInset label
12514 LatexCommand label
12515 name "sub:Cuadros-con-marco"
12516
12517 \end_inset
12518
12519
12520 \begin_inset Index
12521 status collapsed
12522
12523 \begin_layout Plain Layout
12524 Cuadros ! con marco
12525 \end_layout
12526
12527 \end_inset
12528
12529
12530 \end_layout
12531
12532 \begin_layout Standard
12533 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
12534 \series bold
12535
12536 \backslash
12537 fbox
12538 \series default
12539
12540 \begin_inset Index
12541 status collapsed
12542
12543 \begin_layout Plain Layout
12544 Comandos ! F ! 
12545 \backslash
12546 fbox
12547 \end_layout
12548
12549 \end_inset
12550
12551  y 
12552 \series bold
12553
12554 \backslash
12555 boxed
12556 \series default
12557
12558 \begin_inset Index
12559 status collapsed
12560
12561 \begin_layout Plain Layout
12562 Comandos ! B ! 
12563 \backslash
12564 boxed
12565 \end_layout
12566
12567 \end_inset
12568
12569 .
12570 \end_layout
12571
12572 \begin_layout Standard
12573 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
12574  azul en un marco donde se introduce parte de una ecuación.
12575  Para 
12576 \series bold
12577
12578 \backslash
12579 fbox
12580 \series default
12581  hay que generar una ecuación adicional con 
12582 \family sans
12583 Ctrl+M
12584 \family default
12585  dentro del recuadro, porque si no el contenido del mismo sería considerado
12586  texto matemático.
12587  Si se usa 
12588 \series bold
12589
12590 \backslash
12591 boxed
12592 \series default
12593  la nueva ecuación se genera automáticamente dentro del marco.
12594 \end_layout
12595
12596 \begin_layout Standard
12597 El comando 
12598 \series bold
12599
12600 \backslash
12601 fbox
12602 \series default
12603  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
12604  ecuación tendría siempre el tamaño del texto.
12605  Por otra parte, 
12606 \series bold
12607
12608 \backslash
12609 fboxed
12610 \series default
12611  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
12612  siempre el tamaño de una ecuación presentada.
12613 \end_layout
12614
12615 \begin_layout Standard
12616 El comando 
12617 \series bold
12618
12619 \backslash
12620 framebox
12621 \series default
12622
12623 \begin_inset Index
12624 status collapsed
12625
12626 \begin_layout Plain Layout
12627 Comandos ! F ! 
12628 \backslash
12629 framebox
12630 \end_layout
12631
12632 \end_inset
12633
12634  es una extensión de 
12635 \series bold
12636
12637 \backslash
12638 fbox
12639 \series default
12640 , que permite especificar además la anchura del marco yla alineación.
12641  
12642 \series bold
12643
12644 \backslash
12645 framebox
12646 \series default
12647  se usa con el siguiente esquema: 
12648 \end_layout
12649
12650 \begin_layout Standard
12651
12652 \series bold
12653
12654 \backslash
12655 framebox[anchura del marco][posición]{contenido del cuadro}
12656 \end_layout
12657
12658 \begin_layout Standard
12659 La posición puede ser 
12660 \emph on
12661 l
12662 \emph default
12663  o 
12664 \emph on
12665 r
12666 \emph default
12667
12668 \emph on
12669 l
12670 \emph default
12671  alinea la ecuación a la izquierda del cuadro, 
12672 \emph on
12673 r
12674 \emph default
12675  la alinea a la derecha.
12676  Si no se da posición la ecuación será centrada.
12677 \begin_inset Newline newline
12678 \end_inset
12679
12680 Si no se pone anchura tampoco puede darse posición.
12681  En este caso la anchura del marco se ajusta al contenido del cuadro, como
12682  con 
12683 \series bold
12684
12685 \backslash
12686 fbox
12687 \series default
12688 .
12689  
12690 \end_layout
12691
12692 \begin_layout Standard
12693 Cuando se inserta el comando 
12694 \series bold
12695
12696 \backslash
12697 framebox
12698 \series default
12699  aparece un recuadro con tres marcos azules.
12700  Los dos primeros marcos están encerrados entre corchetes e indican los
12701  dos argumentos opcionales.
12702  El tercer marco es para partes de la ecuación, como para 
12703 \series bold
12704
12705 \backslash
12706 fbox
12707 \series default
12708 .
12709 \end_layout
12710
12711 \begin_layout Standard
12712 \noindent
12713 \align center
12714 \begin_inset Tabular
12715 <lyxtabular version="3" rows="5" columns="2">
12716 <features>
12717 <column alignment="center" valignment="top" width="0">
12718 <column alignment="center" valignment="top" width="0">
12719 <row>
12720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12721 \begin_inset Text
12722
12723 \begin_layout Plain Layout
12724 Comando
12725 \end_layout
12726
12727 \end_inset
12728 </cell>
12729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12730 \begin_inset Text
12731
12732 \begin_layout Plain Layout
12733 Resultado
12734 \begin_inset Note Note
12735 status collapsed
12736
12737 \begin_layout Plain Layout
12738
12739 \series bold
12740
12741 \backslash
12742 raisebox
12743 \series default
12744  se usa sólo como espaciador
12745 \end_layout
12746
12747 \end_inset
12748
12749
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 </row>
12755 <row>
12756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760
12761 \backslash
12762 fbox
12763 \begin_inset ERT
12764 status collapsed
12765
12766 \begin_layout Plain Layout
12767
12768
12769 \backslash
12770 spce 
12771 \end_layout
12772
12773 \end_inset
12774
12775
12776 \family sans
12777 Ctrl+M
12778 \family default
12779  
12780 \backslash
12781 int
12782 \begin_inset ERT
12783 status collapsed
12784
12785 \begin_layout Plain Layout
12786
12787
12788 \backslash
12789 spce 
12790 \end_layout
12791
12792 \end_inset
12793
12794 A=B
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Plain Layout
12803 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12804 \end_inset
12805
12806
12807 \end_layout
12808
12809 \end_inset
12810 </cell>
12811 </row>
12812 <row>
12813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817
12818 \backslash
12819 boxed
12820 \begin_inset ERT
12821 status collapsed
12822
12823 \begin_layout Plain Layout
12824
12825
12826 \backslash
12827 spce 
12828 \end_layout
12829
12830 \end_inset
12831
12832
12833 \backslash
12834 int
12835 \begin_inset ERT
12836 status collapsed
12837
12838 \begin_layout Plain Layout
12839
12840
12841 \backslash
12842 spce 
12843 \end_layout
12844
12845 \end_inset
12846
12847 A=B
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12857 \end_inset
12858
12859
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 </row>
12865 <row>
12866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 A+
12871 \backslash
12872 fbox
12873 \begin_inset ERT
12874 status collapsed
12875
12876 \begin_layout Plain Layout
12877
12878
12879 \backslash
12880 spce 
12881 \end_layout
12882
12883 \end_inset
12884
12885 B
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12895 \end_inset
12896
12897
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 </row>
12903 <row>
12904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12905 \begin_inset Text
12906
12907 \begin_layout Plain Layout
12908
12909 \backslash
12910 framebox
12911 \begin_inset ERT
12912 status collapsed
12913
12914 \begin_layout Plain Layout
12915
12916
12917 \backslash
12918 spce 
12919 \end_layout
12920
12921 \end_inset
12922
12923 20mm
12924 \begin_inset Formula $\to$
12925 \end_inset
12926
12927
12928 \begin_inset Formula $\to$
12929 \end_inset
12930
12931
12932 \family sans
12933 Ctrl+M
12934 \family default
12935  
12936 \backslash
12937 frac
12938 \begin_inset ERT
12939 status collapsed
12940
12941 \begin_layout Plain Layout
12942
12943
12944 \backslash
12945 spce 
12946 \end_layout
12947
12948 \end_inset
12949
12950 A
12951 \begin_inset Formula $\downarrow$
12952 \end_inset
12953
12954 B
12955 \end_layout
12956
12957 \end_inset
12958 </cell>
12959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12960 \begin_inset Text
12961
12962 \begin_layout Plain Layout
12963 \begin_inset Formula $\raisebox{6mm}{}$
12964 \end_inset
12965
12966
12967 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12968 \end_inset
12969
12970
12971 \begin_inset Formula $\raisebox{-4mm}{}$
12972 \end_inset
12973
12974
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 </row>
12980 </lyxtabular>
12981
12982 \end_inset
12983
12984
12985 \end_layout
12986
12987 \begin_layout Standard
12988 El grosor del marco también se puede ajustar.
12989  Para ello hay que insertar los siguientes comandos en modo TeX antes de
12990  la fórmula:
12991 \end_layout
12992
12993 \begin_layout Standard
12994
12995 \series bold
12996
12997 \backslash
12998 fboxrule
12999 \series default
13000  
13001 \series bold
13002
13003 \begin_inset Quotes fld
13004 \end_inset
13005
13006 grosor
13007 \begin_inset Quotes frd
13008 \end_inset
13009
13010
13011 \series default
13012  
13013 \series bold
13014
13015 \backslash
13016 fboxsep
13017 \series default
13018  
13019 \series bold
13020
13021 \begin_inset Quotes fld
13022 \end_inset
13023
13024 distancia
13025 \begin_inset Quotes frd
13026 \end_inset
13027
13028
13029 \end_layout
13030
13031 \begin_layout Standard
13032 \begin_inset Quotes fld
13033 \end_inset
13034
13035 distancia
13036 \begin_inset Quotes frd
13037 \end_inset
13038
13039  especifica la distancia mínima entre el marco y el primer carácter en el
13040  cuadro.
13041  Un ejemplo de esto es la siguiente ecuación enmarcada:
13042 \begin_inset ERT
13043 status collapsed
13044
13045 \begin_layout Plain Layout
13046
13047
13048 \backslash
13049 fboxrule 2mm 
13050 \backslash
13051 fboxsep 3mm
13052 \end_layout
13053
13054 \end_inset
13055
13056
13057 \begin_inset Formula \[
13058 \boxed{A+B=C}\]
13059
13060 \end_inset
13061
13062
13063 \end_layout
13064
13065 \begin_layout Standard
13066 Delante de esta ecuación se han insertado los comandos
13067 \end_layout
13068
13069 \begin_layout Standard
13070
13071 \series bold
13072
13073 \backslash
13074 fboxrule
13075 \series default
13076  
13077 \series bold
13078 2mm
13079 \series default
13080  
13081 \series bold
13082
13083 \backslash
13084 fboxsep
13085 \series default
13086  
13087 \series bold
13088 3mm
13089 \end_layout
13090
13091 \begin_layout Standard
13092 en modo TeX.
13093  Los valores dados se usan para todos los cuadros siguientes.
13094 \end_layout
13095
13096 \begin_layout Standard
13097 Para volver al tamaño estándar del marco se inserta el comando
13098 \end_layout
13099
13100 \begin_layout Standard
13101
13102 \series bold
13103
13104 \backslash
13105 fboxrule
13106 \series default
13107  
13108 \series bold
13109 0.4pt
13110 \series default
13111  
13112 \series bold
13113
13114 \backslash
13115 fboxsep
13116 \series default
13117  
13118 \series bold
13119 3pt
13120 \series default
13121
13122 \begin_inset ERT
13123 status collapsed
13124
13125 \begin_layout Plain Layout
13126
13127
13128 \backslash
13129 fboxrule 0.4pt 
13130 \backslash
13131 fboxsep 3pt
13132 \end_layout
13133
13134 \end_inset
13135
13136
13137 \end_layout
13138
13139 \begin_layout Standard
13140 en modo TeX antes de la ecuación siguiente.
13141 \end_layout
13142
13143 \begin_layout Subsection
13144 Cuadros sin marco
13145 \begin_inset CommandInset label
13146 LatexCommand label
13147 name "sub:Cuadros-sin-marco"
13148
13149 \end_inset
13150
13151
13152 \begin_inset Index
13153 status collapsed
13154
13155 \begin_layout Plain Layout
13156 Cuadros ! sin marco
13157 \end_layout
13158
13159 \end_inset
13160
13161
13162 \end_layout
13163
13164 \begin_layout Standard
13165 Para cuadros sin marco hay los comandos: 
13166 \series bold
13167
13168 \backslash
13169 mbox
13170 \series default
13171
13172 \begin_inset Index
13173 status collapsed
13174
13175 \begin_layout Plain Layout
13176 Comandos ! M ! 
13177 \backslash
13178 mbox
13179 \end_layout
13180
13181 \end_inset
13182
13183
13184 \series bold
13185
13186 \backslash
13187 makebox
13188 \series default
13189
13190 \begin_inset Index
13191 status collapsed
13192
13193 \begin_layout Plain Layout
13194 Comandos ! M ! 
13195 \backslash
13196 makebox
13197 \end_layout
13198
13199 \end_inset
13200
13201  y 
13202 \series bold
13203
13204 \backslash
13205 raisebox
13206 \series default
13207
13208 \begin_inset Index
13209 status collapsed
13210
13211 \begin_layout Plain Layout
13212 Comandos ! R ! 
13213 \backslash
13214 raisebox
13215 \end_layout
13216
13217 \end_inset
13218
13219 .
13220 \end_layout
13221
13222 \begin_layout Standard
13223 Con 
13224 \series bold
13225
13226 \backslash
13227 raisebox
13228 \series default
13229  se puede poner un cuadro subíndice o superíndice, pero a diferencia de
13230  los normales, los caracteres en el cuadro mantienen su tamaño de fuente.
13231  
13232 \series bold
13233
13234 \backslash
13235 raisebox
13236 \series default
13237  se usa con el siguiente esquema: 
13238 \end_layout
13239
13240 \begin_layout Standard
13241
13242 \series bold
13243
13244 \backslash
13245 raisebox{altura}{contenido del marco}
13246 \end_layout
13247
13248 \begin_layout Standard
13249 Cuando el cuadro tenga que contener una ecuación, hace falta una ecuación
13250  extra, como con 
13251 \series bold
13252
13253 \backslash
13254 fbox
13255 \series default
13256 .
13257  
13258 \begin_inset Note Greyedout
13259 status open
13260
13261 \begin_layout Plain Layout
13262
13263 \series bold
13264 Nota
13265 \series default
13266 : Para
13267 \series bold
13268
13269 \backslash
13270 raisebox
13271 \series default
13272  se ha creado esta ecuación extra tecleando 
13273 \family sans
13274 Ctrl+M
13275 \family default
13276  dos veces en vez de una porque LyX aún no soporta 
13277 \series bold
13278
13279 \backslash
13280 raisebox
13281 \series default
13282  directamente.
13283 \end_layout
13284
13285 \end_inset
13286
13287
13288 \end_layout
13289
13290 \begin_layout Standard
13291 \align center
13292 \begin_inset Tabular
13293 <lyxtabular version="3" rows="4" columns="2">
13294 <features>
13295 <column alignment="center" valignment="top" width="0">
13296 <column alignment="center" valignment="top" width="0">
13297 <row>
13298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13299 \begin_inset Text
13300
13301 \begin_layout Plain Layout
13302 Comando
13303 \end_layout
13304
13305 \end_inset
13306 </cell>
13307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13308 \begin_inset Text
13309
13310 \begin_layout Plain Layout
13311 Resultado
13312 \end_layout
13313
13314 \end_inset
13315 </cell>
13316 </row>
13317 <row>
13318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13319 \begin_inset Text
13320
13321 \begin_layout Plain Layout
13322 H
13323 \backslash
13324 raisebox{2mm
13325 \begin_inset Formula $\to$
13326 \end_inset
13327
13328
13329 \backslash
13330 {al
13331 \begin_inset Formula $\to$
13332 \end_inset
13333
13334  lo
13335 \end_layout
13336
13337 \end_inset
13338 </cell>
13339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13340 \begin_inset Text
13341
13342 \begin_layout Plain Layout
13343 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13344 \end_inset
13345
13346
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 </row>
13352 <row>
13353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Plain Layout
13357 H
13358 \backslash
13359 raisebox{-2mm
13360 \begin_inset Formula $\to$
13361 \end_inset
13362
13363
13364 \backslash
13365 {al
13366 \begin_inset Formula $\to$
13367 \end_inset
13368
13369 lo
13370 \end_layout
13371
13372 \end_inset
13373 </cell>
13374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13375 \begin_inset Text
13376
13377 \begin_layout Plain Layout
13378 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13379 \end_inset
13380
13381
13382 \end_layout
13383
13384 \end_inset
13385 </cell>
13386 </row>
13387 <row>
13388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392 A=
13393 \backslash
13394 raisebox{-2mm
13395 \begin_inset Formula $\to$
13396 \end_inset
13397
13398
13399 \backslash
13400 {
13401 \family sans
13402 Ctrl+M Ctrl+M
13403 \family default
13404  
13405 \backslash
13406 sqrt
13407 \begin_inset ERT
13408 status collapsed
13409
13410 \begin_layout Plain Layout
13411
13412
13413 \backslash
13414 spce 
13415 \end_layout
13416
13417 \end_inset
13418
13419
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13429 \end_inset
13430
13431
13432 \end_layout
13433
13434 \end_inset
13435 </cell>
13436 </row>
13437 </lyxtabular>
13438
13439 \end_inset
13440
13441
13442 \end_layout
13443
13444 \begin_layout Standard
13445 El comando 
13446 \series bold
13447
13448 \backslash
13449 mbox
13450 \series default
13451  es equivalente a 
13452 \series bold
13453
13454 \backslash
13455 fbox
13456 \series default
13457  y 
13458 \series bold
13459
13460 \backslash
13461 makebox
13462 \series default
13463  es equivalente a 
13464 \series bold
13465
13466 \backslash
13467 framebox
13468 \series default
13469 , con la diferencia de que no hay marco.
13470 \end_layout
13471
13472 \begin_layout Subsection
13473 Cuadros coloreados
13474 \begin_inset CommandInset label
13475 LatexCommand label
13476 name "sub:Cuadros-coloreados"
13477
13478 \end_inset
13479
13480
13481 \begin_inset Index
13482 status collapsed
13483
13484 \begin_layout Plain Layout
13485 Cuadros ! coloreados
13486 \end_layout
13487
13488 \end_inset
13489
13490
13491 \end_layout
13492
13493 \begin_layout Standard
13494 Para poder usar todos los comandos explicados en esta sección hay que cargar
13495  en el preámbulo LaTeX el paquete LaTeX 
13496 \series bold
13497 color
13498 \series default
13499
13500 \begin_inset Foot
13501 status collapsed
13502
13503 \begin_layout Plain Layout
13504 El paquete LaTeX 
13505 \series bold
13506 color
13507 \series default
13508  forma parte de toda distribución LaTeX estándar.
13509 \end_layout
13510
13511 \end_inset
13512
13513
13514 \begin_inset Index
13515 status collapsed
13516
13517 \begin_layout Plain Layout
13518 Paquetes ! color
13519 \end_layout
13520
13521 \end_inset
13522
13523 , con la línea
13524 \begin_inset Foot
13525 status collapsed
13526
13527 \begin_layout Plain Layout
13528 Cuando hay texto coloreado con un color predefinido en alguna parte del
13529  documento, LyX carga automáticamente el paquete LaTeX 
13530 \series bold
13531 color
13532 \series default
13533 .
13534  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
13535  origina problemas.
13536 \end_layout
13537
13538 \end_inset
13539
13540
13541 \begin_inset Note Note
13542 status collapsed
13543
13544 \begin_layout Plain Layout
13545 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
13546  en el preámbulo LaTeX.
13547 \end_layout
13548
13549 \end_inset
13550
13551
13552 \end_layout
13553
13554 \begin_layout Standard
13555
13556 \series bold
13557
13558 \backslash
13559 usepackage{color}
13560 \begin_inset VSpace medskip
13561 \end_inset
13562
13563
13564 \end_layout
13565
13566 \begin_layout Standard
13567 Para colorear cuadros se usa el comando 
13568 \series bold
13569
13570 \backslash
13571 colorbox
13572 \series default
13573
13574 \begin_inset Index
13575 status collapsed
13576
13577 \begin_layout Plain Layout
13578 Comandos ! C ! 
13579 \backslash
13580 colorbox
13581 \end_layout
13582
13583 \end_inset
13584
13585  con el siguiente esquema:
13586 \end_layout
13587
13588 \begin_layout Standard
13589
13590 \series bold
13591
13592 \backslash
13593 colorbox{color}{contenido del cuadro}
13594 \end_layout
13595
13596 \begin_layout Standard
13597 El contenido del cuadro puede ser otro cuadro, y también un 
13598 \backslash
13599
13600 \series bold
13601 colorbox
13602 \series default
13603  puede ser parte de otro cuadro (véanse los ejemplos 2º y 3º).
13604  Si el cuadro debe contener una ecuación debe crearse una ecuación extra,
13605  como con 
13606 \series bold
13607
13608 \backslash
13609 raisebox
13610 \series default
13611 .
13612 \begin_inset Foot
13613 status collapsed
13614
13615 \begin_layout Plain Layout
13616 Esto también se aplica para el comando 
13617 \series bold
13618
13619 \backslash
13620 fcolorbox
13621 \series default
13622 .
13623 \end_layout
13624
13625 \end_inset
13626
13627  
13628 \end_layout
13629
13630 \begin_layout Standard
13631 Se puede elegir uno de los siguientes colores predefinidos:
13632 \end_layout
13633
13634 \begin_layout Standard
13635
13636 \series bold
13637 black
13638 \series default
13639
13640 \series bold
13641 blue
13642 \series default
13643
13644 \series bold
13645 cyan
13646 \series default
13647
13648 \series bold
13649 green
13650 \series default
13651
13652 \series bold
13653 magenta
13654 \series default
13655
13656 \series bold
13657 red
13658 \series default
13659
13660 \series bold
13661 white
13662 \series default
13663
13664 \series bold
13665 yellow
13666 \end_layout
13667
13668 \begin_layout Standard
13669 \align center
13670 \begin_inset Tabular
13671 <lyxtabular version="3" rows="4" columns="2">
13672 <features>
13673 <column alignment="center" valignment="top" width="0">
13674 <column alignment="center" valignment="top" width="0">
13675 <row>
13676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Plain Layout
13680 Comando
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689 Resultado
13690 \begin_inset Note Note
13691 status collapsed
13692
13693 \begin_layout Plain Layout
13694
13695 \series bold
13696
13697 \backslash
13698 raisebox
13699 \series default
13700  se usa sólo como espaciador
13701 \end_layout
13702
13703 \end_inset
13704
13705
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 </row>
13711 <row>
13712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716
13717 \backslash
13718 colorbox{yellow
13719 \begin_inset Formula $\to$
13720 \end_inset
13721
13722
13723 \backslash
13724 {A=B
13725 \end_layout
13726
13727 \end_inset
13728 </cell>
13729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13734 \end_inset
13735
13736
13737 \end_layout
13738
13739 \end_inset
13740 </cell>
13741 </row>
13742 <row>
13743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13744 \begin_inset Text
13745
13746 \begin_layout Plain Layout
13747
13748 \backslash
13749 colorbox{green
13750 \begin_inset Formula $\to$
13751 \end_inset
13752
13753
13754 \backslash
13755 {
13756 \backslash
13757 fbox
13758 \begin_inset ERT
13759 status collapsed
13760
13761 \begin_layout Plain Layout
13762
13763
13764 \backslash
13765 spce 
13766 \end_layout
13767
13768 \end_inset
13769
13770 A=B
13771 \end_layout
13772
13773 \end_inset
13774 </cell>
13775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13780 \end_inset
13781
13782
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 </row>
13788 <row>
13789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793
13794 \backslash
13795 fbox
13796 \begin_inset ERT
13797 status collapsed
13798
13799 \begin_layout Plain Layout
13800
13801
13802 \backslash
13803 spce 
13804 \end_layout
13805
13806 \end_inset
13807
13808
13809 \backslash
13810 colorbox{green
13811 \begin_inset Formula $\to$
13812 \end_inset
13813
13814
13815 \backslash
13816 {
13817 \family sans
13818 Ctrl+M Ctrl+M
13819 \family default
13820  
13821 \backslash
13822 int
13823 \begin_inset ERT
13824 status collapsed
13825
13826 \begin_layout Plain Layout
13827
13828
13829 \backslash
13830 spce 
13831 \end_layout
13832
13833 \end_inset
13834
13835 C=D
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Plain Layout
13844 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13845 \end_inset
13846
13847
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 </row>
13853 </lyxtabular>
13854
13855 \end_inset
13856
13857
13858 \end_layout
13859
13860 \begin_layout Standard
13861
13862 \series bold
13863
13864 \backslash
13865 colorbox
13866 \series default
13867  sólo colorea el cuadro pero no los caracteres.
13868  Para colorear todos los caracteres se selecciona toda la ecuación y se
13869  elige un color en el diálogo 
13870 \family sans
13871 Estilo
13872 \begin_inset space ~
13873 \end_inset
13874
13875 del
13876 \begin_inset space ~
13877 \end_inset
13878
13879 texto
13880 \family default
13881 .
13882  El diálogo puede abrirse con el botón 
13883 \begin_inset Graphics
13884         filename ../../images/dialog-show_character.png
13885         scale 85
13886
13887 \end_inset
13888
13889  de la barra de herramientas o con el menú 
13890 \family sans
13891 Editar\SpecialChar \menuseparator
13892 Estilo
13893 \begin_inset space ~
13894 \end_inset
13895
13896 del
13897 \begin_inset space ~
13898 \end_inset
13899
13900 texto\SpecialChar \menuseparator
13901 Personalizado
13902 \family default
13903 .
13904  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
13905  Si el número de la ecuación debe tener otro color que el de los caracteres
13906  de la ecuación, el color debe cambiarse dentro de la ecuación.
13907 \end_layout
13908
13909 \begin_layout Standard
13910 Un ejemplo:
13911 \color red
13912
13913 \begin_inset Formula \begin{equation}
13914 {\color{red}\int A=B}\label{eq:rojo}\end{equation}
13915
13916 \end_inset
13917
13918
13919 \end_layout
13920
13921 \begin_layout Standard
13922
13923 \color green
13924 \begin_inset Formula \begin{equation}
13925 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}\end{equation}
13926
13927 \end_inset
13928
13929
13930 \end_layout
13931
13932 \begin_layout Standard
13933 La ecuación 
13934 \begin_inset CommandInset ref
13935 LatexCommand eqref
13936 reference "eq:rojo"
13937
13938 \end_inset
13939
13940  está toda coloreada en rojo.
13941 \begin_inset Newline newline
13942 \end_inset
13943
13944 La ecuación 
13945 \begin_inset CommandInset ref
13946 LatexCommand eqref
13947 reference "eq:rojoverde"
13948
13949 \end_inset
13950
13951  se ha coloreado en primer lugar toda en verde para colorear el número de
13952  la ecuación.
13953  Posteriormente se han coloreado en rojo los caracteres.
13954 \family sans
13955
13956 \begin_inset VSpace bigskip
13957 \end_inset
13958
13959
13960 \end_layout
13961
13962 \begin_layout Standard
13963 Para colorear diferente el marco y el resto del cuadro se usa el comando
13964  
13965 \series bold
13966
13967 \backslash
13968 fcolorbox
13969 \series default
13970
13971 \begin_inset Index
13972 status collapsed
13973
13974 \begin_layout Plain Layout
13975 Comandos ! F ! 
13976 \backslash
13977 fcolorbox
13978 \end_layout
13979
13980 \end_inset
13981
13982  con el siguiente esquema:
13983 \end_layout
13984
13985 \begin_layout Standard
13986
13987 \series bold
13988
13989 \backslash
13990 fcolorbox{color del marco}{color}{contenido del cuadro}
13991 \end_layout
13992
13993 \begin_layout Standard
13994 Así pues 
13995 \series bold
13996
13997 \backslash
13998 fcolorbox
13999 \series default
14000  es una extensión del comando 
14001 \series bold
14002
14003 \backslash
14004 colorbox
14005 \series default
14006 .
14007  La anchura del marco se establece, como para 
14008 \series bold
14009
14010 \backslash
14011 framebox
14012 \series default
14013 , con 
14014 \series bold
14015
14016 \backslash
14017 fboxrule
14018 \series default
14019  y 
14020 \series bold
14021
14022 \backslash
14023 fboxsep
14024 \series default
14025 .
14026  Un ejemplo:
14027 \begin_inset ERT
14028 status collapsed
14029
14030 \begin_layout Plain Layout
14031
14032
14033 \backslash
14034 fboxrule 1mm 
14035 \backslash
14036 fboxsep 1mm
14037 \end_layout
14038
14039 \end_inset
14040
14041
14042 \begin_inset Formula \[
14043 \fcolorbox{cyan}{magenta}{A=B}\]
14044
14045 \end_inset
14046
14047
14048 \end_layout
14049
14050 \begin_layout Standard
14051 \begin_inset ERT
14052 status collapsed
14053
14054 \begin_layout Plain Layout
14055
14056
14057 \backslash
14058 fboxrule 0.4pt 
14059 \backslash
14060 fboxsep 3pt
14061 \end_layout
14062
14063 \end_inset
14064
14065
14066 \end_layout
14067
14068 \begin_layout Standard
14069 Esta ecuación se ha compuesto con el comando
14070 \begin_inset Newline newline
14071 \end_inset
14072
14073
14074 \series bold
14075
14076 \backslash
14077 fcolorbox{cyan
14078 \begin_inset Formula $\to$
14079 \end_inset
14080
14081
14082 \backslash
14083 {magenta
14084 \begin_inset Formula $\to$
14085 \end_inset
14086
14087
14088 \backslash
14089 {A=B
14090 \end_layout
14091
14092 \begin_layout Standard
14093 \begin_inset VSpace bigskip
14094 \end_inset
14095
14096
14097 \end_layout
14098
14099 \begin_layout Standard
14100 Para usar colores distintos de los predefinidos deben ser definidos previamente.
14101 \end_layout
14102
14103 \begin_layout Standard
14104 Por ejemplo, se puede definir el color 
14105 \begin_inset Quotes fld
14106 \end_inset
14107
14108
14109 \series bold
14110 verdeoscuro
14111 \series default
14112
14113 \begin_inset Quotes frd
14114 \end_inset
14115
14116  con la línea de preámbulo LaTeX:
14117 \end_layout
14118
14119 \begin_layout Standard
14120
14121 \series bold
14122
14123 \backslash
14124 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14125 \series default
14126
14127 \begin_inset Index
14128 status collapsed
14129
14130 \begin_layout Plain Layout
14131 Comandos ! D ! 
14132 \backslash
14133 definecolor
14134 \end_layout
14135
14136 \end_inset
14137
14138
14139 \end_layout
14140
14141 \begin_layout Standard
14142
14143 \series bold
14144 cmyk
14145 \series default
14146  es el espacio de color referido a los colores 
14147 \series bold
14148 cyan
14149 \series default
14150
14151 \series bold
14152 magenta
14153 \series default
14154
14155 \series bold
14156 yellow
14157 \series default
14158  y 
14159 \series bold
14160 black
14161 \series default
14162 .
14163  Los cuatro números separados por coma son el factor de cuota para los colores
14164  correspondientes del espacio de color.
14165  Los factores pueden estar en el rango 0-1.
14166  En vez de 
14167 \series bold
14168 cmyk
14169 \series default
14170  se puede usar el espacio de color 
14171 \series bold
14172 rgb
14173 \series default
14174 , que se refiere a 
14175 \series bold
14176 red
14177 \series default
14178
14179 \series bold
14180 green
14181 \series default
14182  y 
14183 \series bold
14184 blue
14185 \series default
14186 , así pues en este caso hay tres factores de cuota para los correspondientes
14187  colores.
14188  Además hay el espacio de color 
14189 \series bold
14190 gray
14191 \series default
14192  con un factor de cuota para el valor gris.
14193 \end_layout
14194
14195 \begin_layout Standard
14196 Como ejemplo he aquí un cuadro enmarcado con el nuevo color definido 
14197 \series bold
14198 verdeoscuro
14199 \series default
14200  y los caracteres en color amarillo:
14201 \color black
14202
14203 \begin_inset Formula \begin{equation}
14204 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14205
14206 \end_inset
14207
14208
14209 \end_layout
14210
14211 \begin_layout Standard
14212 Los colores personalizados también se pueden usar para texto con la ayuda
14213  del comando 
14214 \series bold
14215
14216 \backslash
14217 textcolor
14218 \series default
14219
14220 \begin_inset Index
14221 status collapsed
14222
14223 \begin_layout Plain Layout
14224 Texto ! coloreado
14225 \end_layout
14226
14227 \end_inset
14228
14229
14230 \end_layout
14231
14232 \begin_layout Standard
14233 \begin_inset ERT
14234 status collapsed
14235
14236 \begin_layout Plain Layout
14237
14238
14239 \backslash
14240 textcolor{verdeoscuro}{
14241 \end_layout
14242
14243 \end_inset
14244
14245 Esta frase en 
14246 \begin_inset Quotes fld
14247 \end_inset
14248
14249 verdeoscuro
14250 \begin_inset Quotes frd
14251 \end_inset
14252
14253 .
14254 \begin_inset ERT
14255 status collapsed
14256
14257 \begin_layout Plain Layout
14258
14259 }
14260 \end_layout
14261
14262 \end_inset
14263
14264
14265 \end_layout
14266
14267 \begin_layout Standard
14268
14269 \series bold
14270
14271 \backslash
14272 textcolor
14273 \series default
14274
14275 \begin_inset Index
14276 status collapsed
14277
14278 \begin_layout Plain Layout
14279 Comandos ! T ! 
14280 \backslash
14281 textcolor
14282 \end_layout
14283
14284 \end_inset
14285
14286  se usa con el esquema 
14287 \series bold
14288
14289 \backslash
14290 textcolor{color}{caracteres a colorear}
14291 \series default
14292 .
14293 \end_layout
14294
14295 \begin_layout Subsection
14296 Cuadros de párrafo
14297 \begin_inset CommandInset label
14298 LatexCommand label
14299 name "sub:Cuadros-de-párrafo"
14300
14301 \end_inset
14302
14303
14304 \begin_inset Index
14305 status collapsed
14306
14307 \begin_layout Plain Layout
14308 Cuadros ! para párrafos
14309 \end_layout
14310
14311 \end_inset
14312
14313
14314 \end_layout
14315
14316 \begin_layout Standard
14317 Un cuadro que puede contener varias líneas y párrafos, denominado cuadro
14318  de párrafo (parbox), se puede generar con el menú 
14319 \family sans
14320 Insertar\SpecialChar \menuseparator
14321 Cuadro
14322 \family default
14323  o con el botón 
14324 \begin_inset Graphics
14325         filename ../../images/box-insert.png
14326         scale 85
14327
14328 \end_inset
14329
14330  de la barra de herramientas.
14331 \end_layout
14332
14333 \begin_layout Standard
14334 El siguiente ejemplo muestra un cuadro de párrafo enmarcado en una línea:
14335 \begin_inset VSpace medskip
14336 \end_inset
14337
14338 Esta línea contiene 
14339 \begin_inset Box Boxed
14340 position "c"
14341 hor_pos "c"
14342 has_inner_box 1
14343 inner_pos "c"
14344 use_parbox 1
14345 width "5cm"
14346 special "none"
14347 height "1in"
14348 height_special "totalheight"
14349 status collapsed
14350
14351 \begin_layout Plain Layout
14352 Esto es un cuadro de párrafo.
14353  Tiene exactamente 5
14354 \begin_inset space \thinspace{}
14355 \end_inset
14356
14357 cm de largo y además puede contener ecuaciones: 
14358 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14359 \end_inset
14360
14361
14362 \end_layout
14363
14364 \end_inset
14365
14366
14367 \begin_inset space ~
14368 \end_inset
14369
14370  un cuadro de párrafo.
14371 \begin_inset VSpace medskip
14372 \end_inset
14373
14374 Ese cuadro se compone haciendo clic derecho sobre el rectángulo gris insertado.
14375  Surge un diálogo con las propiedades del cuadro.
14376  En este caso: 
14377 \emph on
14378 Decoración
14379 \emph default
14380 : Marco rectangular, 
14381 \emph on
14382 Cuadro interior
14383 \emph default
14384 : Párrafo, 
14385 \emph on
14386 Ancho
14387 \emph default
14388 : 5
14389 \begin_inset space \thinspace{}
14390 \end_inset
14391
14392 cm, 
14393 \emph on
14394 Alineación Vertical
14395 \emph default
14396  
14397 \emph on
14398 Cuadro
14399 \emph default
14400 : Medio.
14401 \end_layout
14402
14403 \begin_layout Standard
14404 \begin_inset VSpace medskip
14405 \end_inset
14406
14407 En LaTeX, un cuadro de párrafo se inserta con el comando 
14408 \series bold
14409
14410 \backslash
14411 parbox
14412 \series default
14413
14414 \begin_inset Index
14415 status collapsed
14416
14417 \begin_layout Plain Layout
14418 Comandos ! P ! 
14419 \backslash
14420 parbox
14421 \end_layout
14422
14423 \end_inset
14424
14425  con el esquema siguiente:
14426 \end_layout
14427
14428 \begin_layout Standard
14429
14430 \series bold
14431
14432 \backslash
14433 parbox[posición]{anchura}{contenido}
14434 \end_layout
14435
14436 \begin_layout Standard
14437 Son posibles las posiciones 
14438 \emph on
14439 b
14440 \emph default
14441  y 
14442 \emph on
14443 t
14444 \emph default
14445
14446 \emph on
14447 b
14448 \emph default
14449  por 
14450 \begin_inset Quotes fld
14451 \end_inset
14452
14453 bottom
14454 \begin_inset Quotes frd
14455 \end_inset
14456
14457  (abajo), que alinea la última línea del cuadro con el texto de alrededor.
14458  Con 
14459 \emph on
14460 t
14461 \emph default
14462 , por 
14463 \begin_inset Quotes fld
14464 \end_inset
14465
14466 top
14467 \begin_inset Quotes frd
14468 \end_inset
14469
14470  (arriba), la alineación se hace con la primera línea.
14471  Si no se da posición, el cuadro se centrará verticalmente, véase la sección
14472  
14473 \emph on
14474 Cuadros
14475 \emph default
14476  del manual 
14477 \emph on
14478 Objetos insertados
14479 \emph default
14480  para ejemplos.
14481 \end_layout
14482
14483 \begin_layout Standard
14484 \begin_inset VSpace bigskip
14485 \end_inset
14486
14487 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
14488  ponerse en un cuadro de párrafo.
14489  Para ello se inserta el comando
14490 \begin_inset Newline newline
14491 \end_inset
14492
14493
14494 \series bold
14495
14496 \backslash
14497 fbox{
14498 \backslash
14499 parbox{
14500 \backslash
14501 linewidth-2
14502 \backslash
14503 fboxsep-2
14504 \backslash
14505 fboxrule}{
14506 \begin_inset Newline newline
14507 \end_inset
14508
14509
14510 \series default
14511 en modo TeX delante de la ecuación.
14512  Aquí 
14513 \series bold
14514
14515 \backslash
14516 linewidth
14517 \begin_inset Index
14518 status collapsed
14519
14520 \begin_layout Plain Layout
14521 Comandos ! L ! 
14522 \backslash
14523 linewidth
14524 \end_layout
14525
14526 \end_inset
14527
14528
14529 \series default
14530  es la anchura de línea establecida para el documento.
14531  Como el marco está por fuera del cuadro de párrafo, hay que restar de dicha
14532  anchura dos veces la separación del marco y el grosor.
14533  Como LyX no lo hace automáticamente debido a un fallo,
14534 \begin_inset Foot
14535 status collapsed
14536
14537 \begin_layout Plain Layout
14538 \begin_inset CommandInset href
14539 LatexCommand href
14540 name "LyX-bug #4483"
14541 target "http://www.lyx.org/trac/ticket/4483"
14542
14543 \end_inset
14544
14545
14546 \end_layout
14547
14548 \end_inset
14549
14550  hay que usar modo TeX.
14551  Para poder multiplicar y restar en los argumentos hay que cargar en el
14552  preámbulo LaTeX el paquete LaTeX 
14553 \series bold
14554 calc
14555 \series default
14556 ,
14557 \begin_inset Foot
14558 status collapsed
14559
14560 \begin_layout Plain Layout
14561
14562 \series bold
14563 calc
14564 \series default
14565  es parte de toda instalación LaTeX estándar.
14566 \end_layout
14567
14568 \end_inset
14569
14570
14571 \begin_inset Index
14572 status collapsed
14573
14574 \begin_layout Plain Layout
14575 Paquetes ! calc
14576 \end_layout
14577
14578 \end_inset
14579
14580  con la línea
14581 \end_layout
14582
14583 \begin_layout Standard
14584
14585 \series bold
14586
14587 \backslash
14588 usepackage{calc}
14589 \end_layout
14590
14591 \begin_layout Standard
14592 Detrás de la ecuación se cierran ambos cuadros con 
14593 \series bold
14594 }}
14595 \series default
14596  en modo TeX.
14597  Aquí hay un ejemplo:
14598 \begin_inset ERT
14599 status collapsed
14600
14601 \begin_layout Plain Layout
14602
14603
14604 \backslash
14605 fboxsep 5mm 
14606 \backslash
14607 fboxrule 5mm
14608 \end_layout
14609
14610 \end_inset
14611
14612
14613 \end_layout
14614
14615 \begin_layout Standard
14616 \begin_inset ERT
14617 status collapsed
14618
14619 \begin_layout Plain Layout
14620
14621
14622 \backslash
14623 fbox{
14624 \backslash
14625 parbox{
14626 \backslash
14627 linewidth-2
14628 \backslash
14629 fboxsep-2
14630 \backslash
14631 fboxrule}{
14632 \end_layout
14633
14634 \end_inset
14635
14636
14637 \begin_inset Formula \begin{equation}
14638 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14639
14640 \end_inset
14641
14642
14643 \end_layout
14644
14645 \begin_layout Standard
14646 \begin_inset ERT
14647 status collapsed
14648
14649 \begin_layout Plain Layout
14650
14651 }}
14652 \end_layout
14653
14654 \end_inset
14655
14656
14657 \begin_inset ERT
14658 status collapsed
14659
14660 \begin_layout Plain Layout
14661
14662
14663 \backslash
14664 fboxrule 0.4pt 
14665 \backslash
14666 fboxsep 3pt
14667 \end_layout
14668
14669 \end_inset
14670
14671
14672 \end_layout
14673
14674 \begin_layout Standard
14675 \begin_inset VSpace medskip
14676 \end_inset
14677
14678
14679 \end_layout
14680
14681 \begin_layout Standard
14682 Como se ha usado el cuadro de párrafo como argumento de 
14683 \series bold
14684
14685 \backslash
14686 fbox
14687 \series default
14688 , en este caso no hay diferencia entre 
14689 \series bold
14690
14691 \backslash
14692 fbox
14693 \series default
14694  y 
14695 \series bold
14696
14697 \backslash
14698 boxed
14699 \series default
14700 .
14701  
14702 \end_layout
14703
14704 \begin_layout Standard
14705 \begin_inset VSpace bigskip
14706 \end_inset
14707
14708
14709 \end_layout
14710
14711 \begin_layout Standard
14712 Los cuadros de párrafo son muy útiles para comentar ecuaciones directamente.
14713  Para hacerlo, se usa 
14714 \series bold
14715
14716 \backslash
14717 parbox
14718 \series default
14719  en combinación con el comando 
14720 \series bold
14721
14722 \backslash
14723 tag
14724 \series default
14725 .
14726  (Véase más sobre 
14727 \series bold
14728
14729 \backslash
14730 tag
14731 \series default
14732  en 
14733 \begin_inset CommandInset ref
14734 LatexCommand ref
14735 reference "sub:Numeración-personalizada"
14736
14737 \end_inset
14738
14739 ).
14740 \end_layout
14741
14742 \begin_layout Standard
14743 Un ejemplo de ecuación comentada con 
14744 \series bold
14745
14746 \backslash
14747 parbox
14748 \series default
14749 :
14750 \end_layout
14751
14752 \begin_layout Standard
14753 \begin_inset ERT
14754 status collapsed
14755
14756 \begin_layout Plain Layout
14757
14758
14759 \backslash
14760 [5x-7b=3b
14761 \backslash
14762 tag*{
14763 \backslash
14764 parbox{5cm}{
14765 \end_layout
14766
14767 \end_inset
14768
14769 Esto es una descripción.
14770  Está claramente separada de la ecuación y es multilínea.
14771 \begin_inset ERT
14772 status collapsed
14773
14774 \begin_layout Plain Layout
14775
14776 }}
14777 \backslash
14778 ]
14779 \end_layout
14780
14781 \end_inset
14782
14783
14784 \end_layout
14785
14786 \begin_layout Standard
14787 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
14788  no soporta el comando 
14789 \series bold
14790
14791 \backslash
14792 parbox
14793 \series default
14794  en ecuaciones.
14795  La ecuación se compone con la siguiente secuencia de comandos:
14796 \end_layout
14797
14798 \begin_layout Standard
14799 El comando 
14800 \series bold
14801
14802 \backslash
14803 [5x-7b=3b
14804 \backslash
14805 tag*
14806 \backslash
14807 {
14808 \backslash
14809 parbox{5cm}{
14810 \series default
14811  se inserta en modo TeX.
14812 \begin_inset Foot
14813 status collapsed
14814
14815 \begin_layout Plain Layout
14816 Si se usa el estilo de ecuación 
14817 \series bold
14818 Sangrado
14819 \series default
14820
14821 \series bold
14822
14823 \backslash
14824 tag*
14825 \backslash
14826
14827 \series default
14828  se puede reemplazar por 
14829 \series bold
14830
14831 \backslash
14832 hfill
14833 \series default
14834 .
14835  (Véanse los estilos de ecuación en 
14836 \begin_inset CommandInset ref
14837 LatexCommand ref
14838 reference "sec:Estilos-de-ecuación"
14839
14840 \end_inset
14841
14842 ).
14843 \end_layout
14844
14845 \end_inset
14846
14847  Después sigue la descripción en texto normal, y por último 
14848 \series bold
14849 }}
14850 \backslash
14851 ]
14852 \series default
14853  en modo TeX.
14854  Aquí los comandos 
14855 \series bold
14856
14857 \backslash
14858 [
14859 \series default
14860  y 
14861 \series bold
14862
14863 \backslash
14864 ]
14865 \series default
14866  crean una ecuación presentada.
14867 \end_layout
14868
14869 \begin_layout Standard
14870 Las ventajas de 
14871 \series bold
14872
14873 \backslash
14874 parbox
14875 \series default
14876  pueden verse en este ejemplo que se ha 
14877 \begin_inset Quotes fld
14878 \end_inset
14879
14880 comentado
14881 \begin_inset Quotes frd
14882 \end_inset
14883
14884  usando el modo texto matemático:
14885 \begin_inset Formula \[
14886 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}\]
14887
14888 \end_inset
14889
14890
14891 \end_layout
14892
14893 \begin_layout Section
14894 Operadores
14895 \begin_inset Index
14896 status collapsed
14897
14898 \begin_layout Plain Layout
14899 Operadores
14900 \end_layout
14901
14902 \end_inset
14903
14904
14905 \end_layout
14906
14907 \begin_layout Subsection
14908 Operadores grandes
14909 \begin_inset CommandInset label
14910 LatexCommand label
14911 name "sub:Operadores-grandes"
14912
14913 \end_inset
14914
14915
14916 \begin_inset Index
14917 status collapsed
14918
14919 \begin_layout Plain Layout
14920 Operadores ! grandes
14921 \end_layout
14922
14923 \end_inset
14924
14925
14926 \begin_inset Index
14927 status collapsed
14928
14929 \begin_layout Plain Layout
14930 Sumatorios
14931 \end_layout
14932
14933 \end_inset
14934
14935
14936 \begin_inset Index
14937 status collapsed
14938
14939 \begin_layout Plain Layout
14940 Integrales
14941 \end_layout
14942
14943 \end_inset
14944
14945
14946 \end_layout
14947
14948 \begin_layout Standard
14949 Para poder usar todos los comandos de integrales listados aquí, debe estar
14950  marcada la opción 
14951 \family sans
14952 Usar paquete esint automáticamente
14953 \family default
14954  en el apartado 
14955 \family sans
14956 Ecuaciones
14957 \family default
14958  de la configuración del documento.
14959  
14960 \end_layout
14961
14962 \begin_layout Standard
14963 \begin_inset space \hfill{}
14964 \end_inset
14965
14966
14967 \begin_inset Tabular
14968 <lyxtabular version="3" rows="11" columns="2">
14969 <features>
14970 <column alignment="center" valignment="top" width="0pt">
14971 <column alignment="center" valignment="top" width="0pt">
14972 <row>
14973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977 Comando
14978 \end_layout
14979
14980 \end_inset
14981 </cell>
14982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14983 \begin_inset Text
14984
14985 \begin_layout Plain Layout
14986 Resultado
14987 \end_layout
14988
14989 \end_inset
14990 </cell>
14991 </row>
14992 <row>
14993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997
14998 \backslash
14999 int
15000 \begin_inset Index
15001 status collapsed
15002
15003 \begin_layout Plain Layout
15004 Comandos ! I ! 
15005 \backslash
15006 int
15007 \end_layout
15008
15009 \end_inset
15010
15011
15012 \end_layout
15013
15014 \end_inset
15015 </cell>
15016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15017 \begin_inset Text
15018
15019 \begin_layout Plain Layout
15020 \begin_inset Formula $\int$
15021 \end_inset
15022
15023
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 </row>
15029 <row>
15030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034
15035 \backslash
15036 oint
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Plain Layout
15045 \begin_inset Formula $\oint$
15046 \end_inset
15047
15048
15049 \end_layout
15050
15051 \end_inset
15052 </cell>
15053 </row>
15054 <row>
15055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059
15060 \backslash
15061 ointctrclockwise
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070 \begin_inset Formula $\ointctrclockwise$
15071 \end_inset
15072
15073
15074 \end_layout
15075
15076 \end_inset
15077 </cell>
15078 </row>
15079 <row>
15080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084
15085 \backslash
15086 ointclockwise
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095 \begin_inset Formula $\ointclockwise$
15096 \end_inset
15097
15098
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 </row>
15104 <row>
15105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Plain Layout
15109
15110 \backslash
15111 sqint
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15117 \begin_inset Text
15118
15119 \begin_layout Plain Layout
15120 \begin_inset Formula $\sqint$
15121 \end_inset
15122
15123
15124 \end_layout
15125
15126 \end_inset
15127 </cell>
15128 </row>
15129 <row>
15130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134
15135 \backslash
15136 fint
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145  
15146 \begin_inset Formula $\fint$
15147 \end_inset
15148
15149
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 </row>
15155 <row>
15156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160
15161 \backslash
15162 landupint
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15168 \begin_inset Text
15169
15170 \begin_layout Plain Layout
15171  
15172 \begin_inset Formula $\landupint$
15173 \end_inset
15174
15175
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 </row>
15181 <row>
15182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15183 \begin_inset Text
15184
15185 \begin_layout Plain Layout
15186
15187 \backslash
15188 landdownint
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15194 \begin_inset Text
15195
15196 \begin_layout Plain Layout
15197  
15198 \begin_inset Formula $\landdownint$
15199 \end_inset
15200
15201
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 </row>
15207 <row>
15208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212
15213 \backslash
15214 bigcap
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223 \begin_inset Formula $\bigcap$
15224 \end_inset
15225
15226
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 </row>
15232 <row>
15233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237
15238 \backslash
15239 bigcup
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248 \begin_inset Formula $\bigcup$
15249 \end_inset
15250
15251
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 </row>
15257 </lyxtabular>
15258
15259 \end_inset
15260
15261
15262 \begin_inset space \hfill{}
15263 \end_inset
15264
15265
15266 \begin_inset Tabular
15267 <lyxtabular version="3" rows="11" columns="2">
15268 <features>
15269 <column alignment="center" valignment="top" width="0pt">
15270 <column alignment="center" valignment="top" width="0pt">
15271 <row>
15272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276 Comando
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285 Resultado
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 </row>
15291 <row>
15292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296
15297 \backslash
15298 sum
15299 \begin_inset Index
15300 status collapsed
15301
15302 \begin_layout Plain Layout
15303 Comandos ! S ! 
15304 \backslash
15305 sum
15306 \end_layout
15307
15308 \end_inset
15309
15310
15311 \end_layout
15312
15313 \end_inset
15314 </cell>
15315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15316 \begin_inset Text
15317
15318 \begin_layout Plain Layout
15319 \begin_inset Formula $\sum$
15320 \end_inset
15321
15322
15323 \end_layout
15324
15325 \end_inset
15326 </cell>
15327 </row>
15328 <row>
15329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15330 \begin_inset Text
15331
15332 \begin_layout Plain Layout
15333
15334 \backslash
15335 prod
15336 \begin_inset Index
15337 status collapsed
15338
15339 \begin_layout Plain Layout
15340 Comandos ! P ! 
15341 \backslash
15342 prod
15343 \end_layout
15344
15345 \end_inset
15346
15347
15348 \end_layout
15349
15350 \end_inset
15351 </cell>
15352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15353 \begin_inset Text
15354
15355 \begin_layout Plain Layout
15356 \begin_inset Formula $\prod$
15357 \end_inset
15358
15359
15360 \end_layout
15361
15362 \end_inset
15363 </cell>
15364 </row>
15365 <row>
15366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15367 \begin_inset Text
15368
15369 \begin_layout Plain Layout
15370
15371 \backslash
15372 coprod
15373 \end_layout
15374
15375 \end_inset
15376 </cell>
15377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15378 \begin_inset Text
15379
15380 \begin_layout Plain Layout
15381 \begin_inset Formula $\coprod$
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 </row>
15390 <row>
15391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15392 \begin_inset Text
15393
15394 \begin_layout Plain Layout
15395
15396 \backslash
15397 bigodot
15398 \end_layout
15399
15400 \end_inset
15401 </cell>
15402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15403 \begin_inset Text
15404
15405 \begin_layout Plain Layout
15406 \begin_inset Formula $\bigodot$
15407 \end_inset
15408
15409
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 </row>
15415 <row>
15416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15417 \begin_inset Text
15418
15419 \begin_layout Plain Layout
15420
15421 \backslash
15422 bigotimes
15423 \end_layout
15424
15425 \end_inset
15426 </cell>
15427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15428 \begin_inset Text
15429
15430 \begin_layout Plain Layout
15431 \begin_inset Formula $\bigotimes$
15432 \end_inset
15433
15434
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 </row>
15440 <row>
15441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15442 \begin_inset Text
15443
15444 \begin_layout Plain Layout
15445
15446 \backslash
15447 bigoplus
15448 \end_layout
15449
15450 \end_inset
15451 </cell>
15452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15453 \begin_inset Text
15454
15455 \begin_layout Plain Layout
15456 \begin_inset Formula $\bigoplus$
15457 \end_inset
15458
15459
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 </row>
15465 <row>
15466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470
15471 \backslash
15472 bigwedge
15473 \end_layout
15474
15475 \end_inset
15476 </cell>
15477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15478 \begin_inset Text
15479
15480 \begin_layout Plain Layout
15481 \begin_inset Formula $\bigwedge$
15482 \end_inset
15483
15484
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 </row>
15490 <row>
15491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15492 \begin_inset Text
15493
15494 \begin_layout Plain Layout
15495
15496 \backslash
15497 bigvee
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506 \begin_inset Formula $\bigvee$
15507 \end_inset
15508
15509
15510 \end_layout
15511
15512 \end_inset
15513 </cell>
15514 </row>
15515 <row>
15516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15517 \begin_inset Text
15518
15519 \begin_layout Plain Layout
15520
15521 \backslash
15522 bigsqcup
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Plain Layout
15531 \begin_inset Formula $\bigsqcup$
15532 \end_inset
15533
15534
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 </row>
15540 <row>
15541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545
15546 \backslash
15547 biguplus
15548 \end_layout
15549
15550 \end_inset
15551 </cell>
15552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15553 \begin_inset Text
15554
15555 \begin_layout Plain Layout
15556 \begin_inset Formula $\biguplus$
15557 \end_inset
15558
15559
15560 \end_layout
15561
15562 \end_inset
15563 </cell>
15564 </row>
15565 </lyxtabular>
15566
15567 \end_inset
15568
15569
15570 \begin_inset space \hfill{}
15571 \end_inset
15572
15573
15574 \end_layout
15575
15576 \begin_layout Standard
15577 Todos los operadores grandes se pueden insertar con el botón 
15578 \begin_inset Graphics
15579         filename ../../images/math/intop.png
15580         scale 85
15581
15582 \end_inset
15583
15584  de la barra de ecuaciones.
15585 \end_layout
15586
15587 \begin_layout Standard
15588 Estos operadores son llamados grandes porque son mayores que los operadores
15589  binarios de aspecto semejante.
15590  Todos los operadores grandes pueden tener límites, como se describe en
15591  la subsección siguiente.
15592 \end_layout
15593
15594 \begin_layout Standard
15595 Para todos los operadores de integral hay una segunda versión disponible,
15596  terminando en 
15597 \series bold
15598 op
15599 \series default
15600
15601 \series bold
15602
15603 \backslash
15604 intop
15605 \series default
15606
15607 \series bold
15608
15609 \backslash
15610 ointop
15611 \series default
15612  etc.
15613  Estos operadores difieren de 
15614 \series bold
15615
15616 \backslash
15617 int
15618 \series default
15619 , etc., en el estilo en que se presentan los límites, véase
15620 \series bold
15621  
15622 \series default
15623
15624 \begin_inset CommandInset ref
15625 LatexCommand ref
15626 reference "sub:Límites-de-operadores"
15627
15628 \end_inset
15629
15630 .
15631 \end_layout
15632
15633 \begin_layout Subsubsection*
15634 Sugerencias para las integrales
15635 \end_layout
15636
15637 \begin_layout Standard
15638 La letra 
15639 \emph on
15640 d
15641 \emph default
15642  en una integral es un operador, por consiguiente debe escribirse en redonda.
15643  Esto se hace resaltando la 
15644 \emph on
15645 d
15646 \emph default
15647  y usando el atajo de teclado 
15648 \family sans
15649 Alt+C
15650 \begin_inset space ~
15651 \end_inset
15652
15653 R
15654 \family default
15655 .
15656 \begin_inset Foot
15657 status collapsed
15658
15659 \begin_layout Plain Layout
15660 véase estilos de letras en 
15661 \begin_inset CommandInset ref
15662 LatexCommand ref
15663 reference "sub:Estilos-de-fuentes"
15664
15665 \end_inset
15666
15667  
15668 \end_layout
15669
15670 \end_inset
15671
15672  Delante de la 
15673 \emph on
15674 d
15675 \emph default
15676  se inserta un espacio delgado, como es habitual en los operadores.
15677  Un ejemplo:
15678 \end_layout
15679
15680 \begin_layout Standard
15681 incorrecto: 
15682 \begin_inset Formula $\int A(x)dx$
15683 \end_inset
15684
15685
15686 \begin_inset Newline newline
15687 \end_inset
15688
15689
15690 \begin_inset ERT
15691 status collapsed
15692
15693 \begin_layout Plain Layout
15694
15695
15696 \backslash
15697 hphantom{in}
15698 \end_layout
15699
15700 \end_inset
15701
15702 correcto: 
15703 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15704 \end_inset
15705
15706
15707 \end_layout
15708
15709 \begin_layout Standard
15710 \begin_inset Newpage pagebreak
15711 \end_inset
15712
15713
15714 \end_layout
15715
15716 \begin_layout Standard
15717 Para integrales múltiples hay los siguientes comandos:
15718 \begin_inset VSpace medskip
15719 \end_inset
15720
15721
15722 \end_layout
15723
15724 \begin_layout Standard
15725 \begin_inset space \hfill{}
15726 \end_inset
15727
15728
15729 \begin_inset Tabular
15730 <lyxtabular version="3" rows="4" columns="2">
15731 <features>
15732 <column alignment="center" valignment="top" width="0">
15733 <column alignment="center" valignment="top" width="0">
15734 <row>
15735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Plain Layout
15739 Comando
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout Plain Layout
15748 Resultado
15749 \begin_inset Note Note
15750 status collapsed
15751
15752 \begin_layout Plain Layout
15753
15754 \series bold
15755
15756 \backslash
15757 raisebox
15758 \series default
15759  se usa sólo como espaciador
15760 \end_layout
15761
15762 \end_inset
15763
15764
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 </row>
15770 <row>
15771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15772 \begin_inset Text
15773
15774 \begin_layout Plain Layout
15775
15776 \backslash
15777 iint
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15783 \begin_inset Text
15784
15785 \begin_layout Plain Layout
15786 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15787 \end_inset
15788
15789
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 </row>
15795 <row>
15796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15797 \begin_inset Text
15798
15799 \begin_layout Plain Layout
15800
15801 \backslash
15802 oiint
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15812 \end_inset
15813
15814
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 </row>
15820 <row>
15821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825
15826 \backslash
15827 sqiint
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15833 \begin_inset Text
15834
15835 \begin_layout Plain Layout
15836 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15837 \end_inset
15838
15839
15840 \end_layout
15841
15842 \end_inset
15843 </cell>
15844 </row>
15845 </lyxtabular>
15846
15847 \end_inset
15848
15849
15850 \begin_inset space \hfill{}
15851 \end_inset
15852
15853
15854 \begin_inset Tabular
15855 <lyxtabular version="3" rows="4" columns="2">
15856 <features>
15857 <column alignment="center" valignment="top" width="0">
15858 <column alignment="center" valignment="top" width="0">
15859 <row>
15860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864 Comando
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873 Resultado
15874 \begin_inset Note Note
15875 status collapsed
15876
15877 \begin_layout Plain Layout
15878
15879 \series bold
15880
15881 \backslash
15882 raisebox
15883 \series default
15884  se usa sólo como espaciador
15885 \end_layout
15886
15887 \end_inset
15888
15889
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 </row>
15895 <row>
15896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900
15901 \backslash
15902 iiint
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Plain Layout
15911 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15912 \end_inset
15913
15914
15915 \end_layout
15916
15917 \end_inset
15918 </cell>
15919 </row>
15920 <row>
15921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Plain Layout
15925
15926 \backslash
15927 iiiint
15928 \end_layout
15929
15930 \end_inset
15931 </cell>
15932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15933 \begin_inset Text
15934
15935 \begin_layout Plain Layout
15936 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15937 \end_inset
15938
15939
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 </row>
15945 <row>
15946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950
15951 \backslash
15952 dotsint
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15958 \begin_inset Text
15959
15960 \begin_layout Plain Layout
15961 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15962 \end_inset
15963
15964
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 </row>
15970 </lyxtabular>
15971
15972 \end_inset
15973
15974
15975 \begin_inset space \hfill{}
15976 \end_inset
15977
15978
15979 \end_layout
15980
15981 \begin_layout Subsection
15982 Límites de operadores
15983 \begin_inset CommandInset label
15984 LatexCommand label
15985 name "sub:Límites-de-operadores"
15986
15987 \end_inset
15988
15989
15990 \begin_inset Index
15991 status collapsed
15992
15993 \begin_layout Plain Layout
15994 Operadores ! límites de
15995 \end_layout
15996
15997 \end_inset
15998
15999
16000 \end_layout
16001
16002 \begin_layout Standard
16003 Los límites se crean mediante superíndices y subíndices:
16004 \end_layout
16005
16006 \begin_layout Standard
16007 \noindent
16008 \align center
16009 \begin_inset Tabular
16010 <lyxtabular version="3" rows="2" columns="2">
16011 <features>
16012 <column alignment="center" valignment="top" width="0">
16013 <column alignment="center" valignment="top" width="0">
16014 <row>
16015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 Comando
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 Resultado
16029 \begin_inset Note Note
16030 status collapsed
16031
16032 \begin_layout Plain Layout
16033
16034 \series bold
16035
16036 \backslash
16037 raisebox
16038 \series default
16039  se usa sólo como espaciador
16040 \end_layout
16041
16042 \end_inset
16043
16044
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 </row>
16050 <row>
16051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055
16056 \backslash
16057 prod^
16058 \backslash
16059 infty
16060 \begin_inset ERT
16061 status collapsed
16062
16063 \begin_layout Plain Layout
16064
16065
16066 \backslash
16067 spce 
16068 \end_layout
16069
16070 \end_inset
16071
16072
16073 \begin_inset Formula $\to$
16074 \end_inset
16075
16076 _0
16077 \begin_inset Formula $\to$
16078 \end_inset
16079
16080 A(x)
16081 \end_layout
16082
16083 \end_inset
16084 </cell>
16085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16090 \end_inset
16091
16092
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 </row>
16098 </lyxtabular>
16099
16100 \end_inset
16101
16102
16103 \end_layout
16104
16105 \begin_layout Standard
16106 En ecuaciones en línea los límites se colocan al lado derecho del operador.
16107  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
16108 \end_layout
16109
16110 \begin_layout Standard
16111 Para forzar que los límites se coloquen junto al operador, se pone el cursor
16112  directamente detrás del operador y se elige 
16113 \series bold
16114 Alineado
16115 \series default
16116  en el menú 
16117 \family sans
16118 Editar\SpecialChar \menuseparator
16119 Ecuación\SpecialChar \menuseparator
16120 Cambiar tipo de límites
16121 \family default
16122  (atajo 
16123 \family sans
16124 Alt+M
16125 \begin_inset space ~
16126 \end_inset
16127
16128 L
16129 \family default
16130 ).
16131  Un ejemplo:
16132 \end_layout
16133
16134 \begin_layout Standard
16135 El tipo de límites por omisión es:
16136 \begin_inset Formula \[
16137 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16138
16139 \end_inset
16140
16141
16142 \end_layout
16143
16144 \begin_layout Standard
16145 Así se ven si se cambia el tipo de límites a 
16146 \series bold
16147 Alineado
16148 \series default
16149 :
16150 \begin_inset Formula \[
16151 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16152
16153 \end_inset
16154
16155
16156 \end_layout
16157
16158 \begin_layout Standard
16159 En integrales, excepto las que terminan en 
16160 \series bold
16161 op
16162 \series default
16163  como 
16164 \series bold
16165
16166 \backslash
16167 intop
16168 \series default
16169
16170 \series bold
16171
16172 \backslash
16173 ointop
16174 \series default
16175 , etc., los límites se colocan por omisión junto al operador.
16176  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
16177  operador.
16178  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
16179 \series bold
16180 Presentado
16181 \series default
16182  para poner el límite debajo:
16183 \begin_inset Formula \begin{equation}
16184 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}\end{equation}
16185
16186 \end_inset
16187
16188
16189 \begin_inset VSpace medskip
16190 \end_inset
16191
16192 Para especificar condiciones en los límites se usan los comandos 
16193 \series bold
16194
16195 \backslash
16196 subarray
16197 \series default
16198
16199 \begin_inset Index
16200 status collapsed
16201
16202 \begin_layout Plain Layout
16203 Comandos ! S ! 
16204 \backslash
16205 subarray
16206 \end_layout
16207
16208 \end_inset
16209
16210  y 
16211 \series bold
16212
16213 \backslash
16214 substack
16215 \series default
16216
16217 \begin_inset Index
16218 status collapsed
16219
16220 \begin_layout Plain Layout
16221 Comandos ! S ! 
16222 \backslash
16223 substack
16224 \end_layout
16225
16226 \end_inset
16227
16228 .
16229  Por ejemplo, para componer la expresión
16230 \begin_inset Formula \begin{equation}
16231 \sum_{\begin{subarray}{c}
16232 0<k<1000\\
16233 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16234
16235 \end_inset
16236
16237 se ha hecho lo siguiente: primero se escribe el comando 
16238 \series bold
16239
16240 \backslash
16241 sum^n
16242 \series default
16243
16244 \begin_inset ERT
16245 status collapsed
16246
16247 \begin_layout Plain Layout
16248
16249
16250 \backslash
16251 spce 
16252 \end_layout
16253
16254 \end_inset
16255
16256
16257 \series bold
16258 _
16259 \series default
16260 .
16261  Ahora el cursor está en un cuadro azul bajo el operador sumatorio y ahí
16262  se inserta el comando 
16263 \series bold
16264
16265 \backslash
16266 subarray
16267 \series default
16268
16269 \begin_inset ERT
16270 status collapsed
16271
16272 \begin_layout Plain Layout
16273
16274
16275 \backslash
16276 spce 
16277 \end_layout
16278
16279 \end_inset
16280
16281 .
16282  Ahora el cuadro azul está en un marco púrpura donde pueden escribirse líneas
16283  distintas.
16284  Cada línea nueva se crea con un salto de línea (
16285 \family sans
16286 Ctrl+Retorno
16287 \family default
16288 ).
16289  Si ahora se escribe en ella
16290 \begin_inset Newline newline
16291 \end_inset
16292
16293
16294 \series bold
16295 0<k<1000 Ctrl+Retorno
16296 \begin_inset Newline newline
16297 \end_inset
16298
16299
16300 \series default
16301 aparece debajo un nuevo marco para la línea nueva.
16302 \end_layout
16303
16304 \begin_layout Standard
16305 La alineación de las líneas puede cambiarse a la izquierda con la 
16306 \family sans
16307 barra de herramientas de tabla
16308 \family default
16309  o con el menú 
16310 \family sans
16311 Editar\SpecialChar \menuseparator
16312 Filas y columnas
16313 \family default
16314 .
16315  Para obtener alineación derecha se inserta 
16316 \series bold
16317
16318 \backslash
16319 hfill
16320 \series default
16321
16322 \begin_inset ERT
16323 status collapsed
16324
16325 \begin_layout Plain Layout
16326
16327
16328 \backslash
16329 spce 
16330 \end_layout
16331
16332 \end_inset
16333
16334  al principio de la línea.
16335 \end_layout
16336
16337 \begin_layout Standard
16338 El comando 
16339 \series bold
16340
16341 \backslash
16342 substack
16343 \series default
16344  es equivalente a 
16345 \series bold
16346
16347 \backslash
16348 subarray
16349 \series default
16350  con la diferencia de que las líneas están siempre centradas.
16351 \begin_inset VSpace bigskip
16352 \end_inset
16353
16354
16355 \end_layout
16356
16357 \begin_layout Standard
16358 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
16359  siguientes, como en la ecuación 
16360 \begin_inset CommandInset ref
16361 LatexCommand eqref
16362 reference "eq:substack"
16363
16364 \end_inset
16365
16366 , porque éstos se colocan junto a los límites.
16367 \end_layout
16368
16369 \begin_layout Standard
16370 Para evitarlo se puede usar la siguiente macro en el preámbulo:
16371 \end_layout
16372
16373 \begin_layout Standard
16374
16375 \series bold
16376
16377 \backslash
16378 def
16379 \backslash
16380 clap#1{
16381 \backslash
16382 hbox to 0pt{
16383 \backslash
16384 hss #1
16385 \backslash
16386 hss}}
16387 \begin_inset Newline newline
16388 \end_inset
16389
16390
16391 \backslash
16392 def
16393 \backslash
16394 mathclap {
16395 \backslash
16396 mathpalette 
16397 \backslash
16398 mathclapinternal}
16399 \begin_inset Newline newline
16400 \end_inset
16401
16402
16403 \backslash
16404 def
16405 \backslash
16406 mathclapinternal #1#2{
16407 \backslash
16408 clap{$
16409 \backslash
16410 mathsurround =0pt #1{#2}$}}
16411 \end_layout
16412
16413 \begin_layout Standard
16414 En ella se define el comando 
16415 \series bold
16416
16417 \backslash
16418 mathclap
16419 \series default
16420
16421 \begin_inset Index
16422 status collapsed
16423
16424 \begin_layout Plain Layout
16425 Comandos ! M ! 
16426 \backslash
16427 mathclap
16428 \end_layout
16429
16430 \end_inset
16431
16432  que establece la anchura del límite en 0
16433 \begin_inset space \thinspace{}
16434 \end_inset
16435
16436 pt.
16437  El esquema del comando es:
16438 \end_layout
16439
16440 \begin_layout Standard
16441
16442 \series bold
16443
16444 \backslash
16445 mathclap{límite}
16446 \end_layout
16447
16448 \begin_layout Standard
16449 donde el límite puede consistir en varias condiciones.
16450 \end_layout
16451
16452 \begin_layout Standard
16453 Aplicado en la ecuación 
16454 \begin_inset CommandInset ref
16455 LatexCommand eqref
16456 reference "eq:substack"
16457
16458 \end_inset
16459
16460  se usa el comando
16461 \end_layout
16462
16463 \begin_layout Standard
16464
16465 \series bold
16466
16467 \backslash
16468 sum_
16469 \backslash
16470 mathclap{
16471 \backslash
16472 substack
16473 \begin_inset ERT
16474 status collapsed
16475
16476 \begin_layout Plain Layout
16477
16478
16479 \backslash
16480 spce 
16481 \end_layout
16482
16483 \end_inset
16484
16485 0<k<1000 Ctrl+Retorno
16486 \end_layout
16487
16488 \begin_layout Standard
16489 para componer el límite inferior.
16490  Ahora el sumando está junto al sumatorio:
16491 \begin_inset Formula \[
16492 \sum_{\mathclap{\substack{0<k<1000\\
16493 \\k\,\in\,\mathbb{N}}
16494 }}^{n}k^{-2}\]
16495
16496 \end_inset
16497
16498
16499 \begin_inset VSpace bigskip
16500 \end_inset
16501
16502 Cómo utilizar un límite para varios operadores se describe en la 
16503 \begin_inset CommandInset ref
16504 LatexCommand ref
16505 reference "sub:Operadores-de-usuario"
16506
16507 \end_inset
16508
16509 .
16510 \end_layout
16511
16512 \begin_layout Standard
16513 \begin_inset Newpage newpage
16514 \end_inset
16515
16516
16517 \end_layout
16518
16519 \begin_layout Subsection
16520 Operadores binarios
16521 \begin_inset CommandInset label
16522 LatexCommand label
16523 name "sub:Operadores-binarios"
16524
16525 \end_inset
16526
16527
16528 \begin_inset Index
16529 status collapsed
16530
16531 \begin_layout Plain Layout
16532 Operadores ! binarios
16533 \end_layout
16534
16535 \end_inset
16536
16537
16538 \end_layout
16539
16540 \begin_layout Standard
16541 Los operadores binarios se rodean por espacios si llevan un carácter delante
16542  o detrás.
16543 \begin_inset VSpace medskip
16544 \end_inset
16545
16546
16547 \end_layout
16548
16549 \begin_layout Standard
16550 \begin_inset space \hfill{}
16551 \end_inset
16552
16553
16554 \begin_inset Tabular
16555 <lyxtabular version="3" rows="13" columns="2">
16556 <features>
16557 <column alignment="center" valignment="top" width="0pt">
16558 <column alignment="center" valignment="top" width="0pt">
16559 <row>
16560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Plain Layout
16564 Comando
16565 \begin_inset Note Note
16566 status collapsed
16567
16568 \begin_layout Plain Layout
16569
16570 \series bold
16571
16572 \backslash
16573 raisebox
16574 \series default
16575  se usa sólo como espaciador
16576 \end_layout
16577
16578 \end_inset
16579
16580
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 Operador
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 </row>
16595 <row>
16596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 +
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609 \begin_inset Formula $+$
16610 \end_inset
16611
16612
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 </row>
16618 <row>
16619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623 -
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16629 \begin_inset Text
16630
16631 \begin_layout Plain Layout
16632 \begin_inset Formula $-$
16633 \end_inset
16634
16635
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 </row>
16641 <row>
16642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Plain Layout
16646
16647 \backslash
16648 pm
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657 \begin_inset Formula $\pm$
16658 \end_inset
16659
16660
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 </row>
16666 <row>
16667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671
16672 \backslash
16673 mp
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682 \begin_inset Formula $\mp$
16683 \end_inset
16684
16685
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 </row>
16691 <row>
16692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Plain Layout
16696
16697 \backslash
16698 cdot
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707 \begin_inset Formula $\cdot$
16708 \end_inset
16709
16710
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 </row>
16716 <row>
16717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16718 \begin_inset Text
16719
16720 \begin_layout Plain Layout
16721
16722 \backslash
16723 times
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732 \begin_inset Formula $\times$
16733 \end_inset
16734
16735
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 </row>
16741 <row>
16742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Plain Layout
16746
16747 \backslash
16748 div
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757 \begin_inset Formula $\div$
16758 \end_inset
16759
16760
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 </row>
16766 <row>
16767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771 \begin_inset ERT
16772 status collapsed
16773
16774 \begin_layout Plain Layout
16775
16776
16777 \backslash
16778 raisebox{-1.2mm}{
16779 \end_layout
16780
16781 \end_inset
16782
16783 *
16784 \begin_inset ERT
16785 status collapsed
16786
16787 \begin_layout Plain Layout
16788
16789 }
16790 \end_layout
16791
16792 \end_inset
16793
16794
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803 \begin_inset Formula $*$
16804 \end_inset
16805
16806
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 </row>
16812 <row>
16813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16814 \begin_inset Text
16815
16816 \begin_layout Plain Layout
16817
16818 \backslash
16819 star
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828 \begin_inset Formula $\star$
16829 \end_inset
16830
16831
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 </row>
16837 <row>
16838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16839 \begin_inset Text
16840
16841 \begin_layout Plain Layout
16842
16843 \backslash
16844 circ
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853 \begin_inset Formula $\circ$
16854 \end_inset
16855
16856
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 </row>
16862 <row>
16863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867
16868 \backslash
16869 diamond
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878 \begin_inset Formula $\diamond$
16879 \end_inset
16880
16881
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 </row>
16887 <row>
16888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Plain Layout
16892
16893 \backslash
16894 bullet
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903 \begin_inset Formula $\bullet$
16904 \end_inset
16905
16906
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 </row>
16912 </lyxtabular>
16913
16914 \end_inset
16915
16916
16917 \begin_inset space \hfill{}
16918 \end_inset
16919
16920
16921 \begin_inset Tabular
16922 <lyxtabular version="3" rows="13" columns="2">
16923 <features>
16924 <column alignment="center" valignment="top" width="0pt">
16925 <column alignment="center" valignment="top" width="0pt">
16926 <row>
16927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Plain Layout
16931 Comando
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940 Operador
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 </row>
16946 <row>
16947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951
16952 \backslash
16953 nabla
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962 \begin_inset Formula $\nabla$
16963 \end_inset
16964
16965
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 </row>
16971 <row>
16972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976
16977 \backslash
16978 bigtriangledown
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987 \begin_inset Formula $\bigtriangledown$
16988 \end_inset
16989
16990
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 </row>
16996 <row>
16997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001
17002 \backslash
17003 bigtriangleup
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012 \begin_inset Formula $\bigtriangleup$
17013 \end_inset
17014
17015
17016 \end_layout
17017
17018 \end_inset
17019 </cell>
17020 </row>
17021 <row>
17022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17023 \begin_inset Text
17024
17025 \begin_layout Plain Layout
17026
17027 \backslash
17028 Box
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037 \begin_inset Formula $\Box$
17038 \end_inset
17039
17040
17041 \end_layout
17042
17043 \end_inset
17044 </cell>
17045 </row>
17046 <row>
17047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051
17052 \backslash
17053 cap 
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062 \begin_inset Formula $\cap$
17063 \end_inset
17064
17065
17066 \end_layout
17067
17068 \end_inset
17069 </cell>
17070 </row>
17071 <row>
17072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17073 \begin_inset Text
17074
17075 \begin_layout Plain Layout
17076
17077 \backslash
17078 cup
17079 \end_layout
17080
17081 \end_inset
17082 </cell>
17083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17084 \begin_inset Text
17085
17086 \begin_layout Plain Layout
17087 \begin_inset Formula $\cup$
17088 \end_inset
17089
17090
17091 \end_layout
17092
17093 \end_inset
17094 </cell>
17095 </row>
17096 <row>
17097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17098 \begin_inset Text
17099
17100 \begin_layout Plain Layout
17101
17102 \backslash
17103 dagger
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112 \begin_inset Formula $\dagger$
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 </row>
17121 <row>
17122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17123 \begin_inset Text
17124
17125 \begin_layout Plain Layout
17126
17127 \backslash
17128 ddagger
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17134 \begin_inset Text
17135
17136 \begin_layout Plain Layout
17137 \begin_inset Formula $\ddagger$
17138 \end_inset
17139
17140
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 </row>
17146 <row>
17147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17148 \begin_inset Text
17149
17150 \begin_layout Plain Layout
17151
17152 \backslash
17153 wr
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162 \begin_inset Formula $\wr$
17163 \end_inset
17164
17165
17166 \end_layout
17167
17168 \end_inset
17169 </cell>
17170 </row>
17171 <row>
17172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17173 \begin_inset Text
17174
17175 \begin_layout Plain Layout
17176
17177 \backslash
17178 bigcirc
17179 \end_layout
17180
17181 \end_inset
17182 </cell>
17183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17184 \begin_inset Text
17185
17186 \begin_layout Plain Layout
17187 \begin_inset Formula $\bigcirc$
17188 \end_inset
17189
17190
17191 \end_layout
17192
17193 \end_inset
17194 </cell>
17195 </row>
17196 <row>
17197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201
17202 \backslash
17203 wedge
17204 \end_layout
17205
17206 \end_inset
17207 </cell>
17208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17209 \begin_inset Text
17210
17211 \begin_layout Plain Layout
17212 \begin_inset Formula $\wedge$
17213 \end_inset
17214
17215
17216 \end_layout
17217
17218 \end_inset
17219 </cell>
17220 </row>
17221 <row>
17222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17223 \begin_inset Text
17224
17225 \begin_layout Plain Layout
17226
17227 \backslash
17228 vee
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237 \begin_inset Formula $\vee$
17238 \end_inset
17239
17240
17241 \end_layout
17242
17243 \end_inset
17244 </cell>
17245 </row>
17246 </lyxtabular>
17247
17248 \end_inset
17249
17250
17251 \begin_inset space \hfill{}
17252 \end_inset
17253
17254
17255 \begin_inset Tabular
17256 <lyxtabular version="3" rows="13" columns="2">
17257 <features>
17258 <column alignment="center" valignment="top" width="0pt">
17259 <column alignment="center" valignment="top" width="0pt">
17260 <row>
17261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265 Comando
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17271 \begin_inset Text
17272
17273 \begin_layout Plain Layout
17274 Operador
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 </row>
17280 <row>
17281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285
17286 \backslash
17287 oplus
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296 \begin_inset Formula $\oplus$
17297 \end_inset
17298
17299
17300 \end_layout
17301
17302 \end_inset
17303 </cell>
17304 </row>
17305 <row>
17306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310
17311 \backslash
17312 ominus
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321 \begin_inset Formula $\ominus$
17322 \end_inset
17323
17324
17325 \end_layout
17326
17327 \end_inset
17328 </cell>
17329 </row>
17330 <row>
17331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Plain Layout
17335
17336 \backslash
17337 otimes
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346 \begin_inset Formula $\otimes$
17347 \end_inset
17348
17349
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 </row>
17355 <row>
17356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360
17361 \backslash
17362 oslash
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371 \begin_inset Formula $\oslash$
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 </row>
17380 <row>
17381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385
17386 \backslash
17387 odot
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396 \begin_inset Formula $\odot$
17397 \end_inset
17398
17399
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 </row>
17405 <row>
17406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410
17411 \backslash
17412 amalg
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 \begin_inset Formula $\amalg$
17422 \end_inset
17423
17424
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 </row>
17430 <row>
17431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435
17436 \backslash
17437 uplus
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446 \begin_inset Formula $\uplus$
17447 \end_inset
17448
17449
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 </row>
17455 <row>
17456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17457 \begin_inset Text
17458
17459 \begin_layout Plain Layout
17460
17461 \backslash
17462 setminus
17463 \end_layout
17464
17465 \end_inset
17466 </cell>
17467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17468 \begin_inset Text
17469
17470 \begin_layout Plain Layout
17471 \begin_inset Formula $\setminus$
17472 \end_inset
17473
17474
17475 \end_layout
17476
17477 \end_inset
17478 </cell>
17479 </row>
17480 <row>
17481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17482 \begin_inset Text
17483
17484 \begin_layout Plain Layout
17485
17486 \backslash
17487 sqcap
17488 \end_layout
17489
17490 \end_inset
17491 </cell>
17492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496 \begin_inset Formula $\sqcap$
17497 \end_inset
17498
17499
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 </row>
17505 <row>
17506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510
17511 \backslash
17512 sqcup
17513 \end_layout
17514
17515 \end_inset
17516 </cell>
17517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521 \begin_inset Formula $\sqcup$
17522 \end_inset
17523
17524
17525 \end_layout
17526
17527 \end_inset
17528 </cell>
17529 </row>
17530 <row>
17531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17532 \begin_inset Text
17533
17534 \begin_layout Plain Layout
17535
17536 \backslash
17537 triangleleft
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546 \begin_inset Formula $\triangleleft$
17547 \end_inset
17548
17549
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 </row>
17555 <row>
17556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17557 \begin_inset Text
17558
17559 \begin_layout Plain Layout
17560
17561 \backslash
17562 triangleright
17563 \end_layout
17564
17565 \end_inset
17566 </cell>
17567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17568 \begin_inset Text
17569
17570 \begin_layout Plain Layout
17571 \begin_inset Formula $\triangleright$
17572 \end_inset
17573
17574
17575 \end_layout
17576
17577 \end_inset
17578 </cell>
17579 </row>
17580 </lyxtabular>
17581
17582 \end_inset
17583
17584
17585 \begin_inset space \hfill{}
17586 \end_inset
17587
17588
17589 \end_layout
17590
17591 \begin_layout Standard
17592 Todos los operadores binarios se pueden insertar también con el botón 
17593 \begin_inset Graphics
17594         filename ../../images/math/pm.png
17595         scale 85
17596
17597 \end_inset
17598
17599  de la barra de ecuaciones.
17600 \end_layout
17601
17602 \begin_layout Standard
17603 Para imprimir el operador Laplace se pueden usar 
17604 \series bold
17605
17606 \backslash
17607 Delta
17608 \series default
17609  o 
17610 \series bold
17611
17612 \backslash
17613 nabla
17614 \series default
17615 ^
17616 \series bold
17617 2
17618 \series default
17619  (
17620 \begin_inset Formula $\nabla^{2}$
17621 \end_inset
17622
17623 ) en vez de 
17624 \series bold
17625
17626 \backslash
17627 bigtriangleup
17628 \series default
17629 .
17630 \end_layout
17631
17632 \begin_layout Standard
17633 El carácter 
17634 \family sans
17635 Separador de menú
17636 \family default
17637  del menú 
17638 \family sans
17639 Insertar\SpecialChar \menuseparator
17640 Carácter especial
17641 \family default
17642  es el operador 
17643 \series bold
17644
17645 \backslash
17646 triangleright
17647 \series default
17648 .
17649 \end_layout
17650
17651 \begin_layout Subsection
17652 Operadores definidos por el usuario
17653 \begin_inset CommandInset label
17654 LatexCommand label
17655 name "sub:Operadores-de-usuario"
17656
17657 \end_inset
17658
17659
17660 \begin_inset Index
17661 status collapsed
17662
17663 \begin_layout Plain Layout
17664 Operadores ! personalizados
17665 \end_layout
17666
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \begin_layout Standard
17673 Con ayuda del comando 
17674 \series bold
17675
17676 \backslash
17677 DeclareMathOperator
17678 \series default
17679
17680 \begin_inset Index
17681 status collapsed
17682
17683 \begin_layout Plain Layout
17684 Comandos ! D ! 
17685 \backslash
17686 dbinom@
17687 \backslash
17688 DeclareMathOperator
17689 \end_layout
17690
17691 \end_inset
17692
17693  se pueden definir operadores personalizados en el preámbulo LaTeX.
17694  Su esquema es:
17695 \end_layout
17696
17697 \begin_layout Standard
17698
17699 \series bold
17700
17701 \backslash
17702 DeclareMathOperator{comando nuevo}{presentación}
17703 \end_layout
17704
17705 \begin_layout Standard
17706 Presentación puede ser un carácter o símbolo que define el aspecto del operador
17707  en la salida.
17708  Para definir un operador grande hay que añadirle un * detrás.
17709  Todos los operadores grandes personalizados pueden tener límites como se
17710  describe en 
17711 \begin_inset CommandInset ref
17712 LatexCommand ref
17713 reference "sub:Límites-de-operadores"
17714
17715 \end_inset
17716
17717 .
17718 \end_layout
17719
17720 \begin_layout Standard
17721 Por ejemplo, la línea en el preámbulo LaTeX
17722 \end_layout
17723
17724 \begin_layout Standard
17725
17726 \series bold
17727
17728 \backslash
17729 DeclareMathOperator*{
17730 \backslash
17731 Lozenge}{
17732 \backslash
17733 blacklozenge}
17734 \end_layout
17735
17736 \begin_layout Standard
17737 define el comando 
17738 \series bold
17739
17740 \backslash
17741 Lozenge
17742 \series default
17743 , que inserta un operador grande que es el símbolo blacklozenge de la 
17744 \begin_inset CommandInset ref
17745 LatexCommand ref
17746 reference "sub:Símbolos-misceláneos"
17747
17748 \end_inset
17749
17750 .
17751 \begin_inset Formula \[
17752 \Lozenge_{n=1}^{\infty}\]
17753
17754 \end_inset
17755
17756 El comando para esta expresión es: 
17757 \series bold
17758
17759 \backslash
17760 Lozenge^
17761 \backslash
17762 infty
17763 \begin_inset Formula $\rightarrow$
17764 \end_inset
17765
17766 _n=1
17767 \begin_inset VSpace bigskip
17768 \end_inset
17769
17770
17771 \end_layout
17772
17773 \begin_layout Standard
17774 Si los operadores personalizados no se van a usar varias veces en el documento,
17775  se pueden también definir con los comandos 
17776 \series bold
17777
17778 \backslash
17779 mathop
17780 \series default
17781
17782 \begin_inset Index
17783 status collapsed
17784
17785 \begin_layout Plain Layout
17786 Comandos ! M ! 
17787 \backslash
17788 mathop
17789 \end_layout
17790
17791 \end_inset
17792
17793  y 
17794 \series bold
17795
17796 \backslash
17797 mathbin
17798 \series default
17799
17800 \begin_inset Index
17801 status collapsed
17802
17803 \begin_layout Plain Layout
17804 Comandos ! M ! 
17805 \backslash
17806 mathbin
17807 \end_layout
17808
17809 \end_inset
17810
17811 , con el siguiente esquema:
17812 \end_layout
17813
17814 \begin_layout Standard
17815
17816 \series bold
17817
17818 \backslash
17819 mathop{presentación}
17820 \series default
17821  y 
17822 \series bold
17823
17824 \backslash
17825 mathbin{presentación}
17826 \end_layout
17827
17828 \begin_layout Standard
17829
17830 \series bold
17831
17832 \backslash
17833 mathop
17834 \series default
17835  define operadores grandes, 
17836 \series bold
17837
17838 \backslash
17839 mathbin
17840 \series default
17841  operadores binarios.
17842 \end_layout
17843
17844 \begin_layout Standard
17845
17846 \series bold
17847
17848 \backslash
17849 mathop
17850 \series default
17851  se puede usar, p.e., para poner un límite a varios operadores:
17852 \begin_inset Formula \[
17853 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17854
17855 \end_inset
17856
17857
17858 \end_layout
17859
17860 \begin_layout Standard
17861 El comando para la expresión anterior es:
17862 \begin_inset Newline newline
17863 \end_inset
17864
17865
17866 \series bold
17867
17868 \backslash
17869 mathop{
17870 \backslash
17871 sum
17872 \backslash
17873 negmedspace
17874 \backslash
17875 sum
17876 \series default
17877
17878 \begin_inset ERT
17879 status collapsed
17880
17881 \begin_layout Plain Layout
17882
17883
17884 \backslash
17885 spce 
17886 \end_layout
17887
17888 \end_inset
17889
17890
17891 \series bold
17892
17893 \begin_inset Formula $\to$
17894 \end_inset
17895
17896 ^N
17897 \series default
17898
17899 \begin_inset ERT
17900 status collapsed
17901
17902 \begin_layout Plain Layout
17903
17904
17905 \backslash
17906 spce 
17907 \end_layout
17908
17909 \end_inset
17910
17911
17912 \series bold
17913 _i,j=1
17914 \end_layout
17915
17916 \begin_layout Section
17917 Fuentes
17918 \begin_inset Index
17919 status collapsed
17920
17921 \begin_layout Plain Layout
17922 Fuentes
17923 \end_layout
17924
17925 \end_inset
17926
17927
17928 \end_layout
17929
17930 \begin_layout Subsection
17931 Estilos de fuentes
17932 \begin_inset CommandInset label
17933 LatexCommand label
17934 name "sub:Estilos-de-fuentes"
17935
17936 \end_inset
17937
17938
17939 \begin_inset Index
17940 status collapsed
17941
17942 \begin_layout Plain Layout
17943 Fuentes ! estilos de
17944 \end_layout
17945
17946 \end_inset
17947
17948
17949 \end_layout
17950
17951 \begin_layout Standard
17952 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17953  estilos:
17954 \end_layout
17955
17956 \begin_layout Standard
17957 \begin_inset VSpace -2mm
17958 \end_inset
17959
17960
17961 \end_layout
17962
17963 \begin_layout Standard
17964 \align center
17965 \begin_inset Tabular
17966 <lyxtabular version="3" rows="6" columns="3">
17967 <features>
17968 <column alignment="center" valignment="top" width="0">
17969 <column alignment="center" valignment="top" width="0">
17970 <column alignment="center" valignment="top" width="0">
17971 <row>
17972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17973 \begin_inset Text
17974
17975 \begin_layout Plain Layout
17976 Comando
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 Resultado
17986 \end_layout
17987
17988 \end_inset
17989 </cell>
17990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Plain Layout
17994 atajo
17995 \end_layout
17996
17997 \end_inset
17998 </cell>
17999 </row>
18000 <row>
18001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18002 \begin_inset Text
18003
18004 \begin_layout Plain Layout
18005
18006 \backslash
18007 mathbb
18008 \series bold
18009
18010 \begin_inset ERT
18011 status collapsed
18012
18013 \begin_layout Plain Layout
18014
18015
18016 \backslash
18017 spce 
18018 \end_layout
18019
18020 \end_inset
18021
18022
18023 \series default
18024 ABC
18025 \end_layout
18026
18027 \end_inset
18028 </cell>
18029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18030 \begin_inset Text
18031
18032 \begin_layout Plain Layout
18033 \begin_inset Formula $\mathbb{ABC}$
18034 \end_inset
18035
18036
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18042 \begin_inset Text
18043
18044 \begin_layout Plain Layout
18045
18046 \family sans
18047 Alt+C C
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 </row>
18053 <row>
18054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18055 \begin_inset Text
18056
18057 \begin_layout Plain Layout
18058
18059 \backslash
18060 mathbf
18061 \series bold
18062
18063 \begin_inset ERT
18064 status collapsed
18065
18066 \begin_layout Plain Layout
18067
18068
18069 \backslash
18070 spce 
18071 \end_layout
18072
18073 \end_inset
18074
18075
18076 \series default
18077 AbC
18078 \end_layout
18079
18080 \end_inset
18081 </cell>
18082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18083 \begin_inset Text
18084
18085 \begin_layout Plain Layout
18086 \begin_inset Formula $\mathbf{AbC}$
18087 \end_inset
18088
18089
18090 \end_layout
18091
18092 \end_inset
18093 </cell>
18094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098
18099 \family sans
18100 Ctrl+B
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 </row>
18106 <row>
18107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout Plain Layout
18111
18112 \backslash
18113 boldsymbol
18114 \series bold
18115
18116 \begin_inset ERT
18117 status collapsed
18118
18119 \begin_layout Plain Layout
18120
18121
18122 \backslash
18123 spce 
18124 \end_layout
18125
18126 \end_inset
18127
18128
18129 \series default
18130 AbC
18131 \end_layout
18132
18133 \end_inset
18134 </cell>
18135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18136 \begin_inset Text
18137
18138 \begin_layout Plain Layout
18139 \begin_inset Formula $\boldsymbol{AbC}$
18140 \end_inset
18141
18142
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18148 \begin_inset Text
18149
18150 \begin_layout Plain Layout
18151
18152 \family sans
18153 Ctrl+Alt+B , Alt+C B
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 </row>
18159 <row>
18160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18161 \begin_inset Text
18162
18163 \begin_layout Plain Layout
18164
18165 \backslash
18166 mathcal
18167 \series bold
18168
18169 \begin_inset ERT
18170 status collapsed
18171
18172 \begin_layout Plain Layout
18173
18174
18175 \backslash
18176 spce 
18177 \end_layout
18178
18179 \end_inset
18180
18181
18182 \series default
18183 ABC
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192 \begin_inset Formula $\mathcal{ABC}$
18193 \end_inset
18194
18195
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204
18205 \family sans
18206 Ctrl+E , Alt+C E
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 </row>
18212 <row>
18213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18214 \begin_inset Text
18215
18216 \begin_layout Plain Layout
18217
18218 \backslash
18219 mathfrak
18220 \series bold
18221
18222 \begin_inset ERT
18223 status collapsed
18224
18225 \begin_layout Plain Layout
18226
18227
18228 \backslash
18229 spce 
18230 \end_layout
18231
18232 \end_inset
18233
18234
18235 \series default
18236 AbC
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 \begin_inset Formula $\mathfrak{AbC}$
18246 \end_inset
18247
18248
18249 \end_layout
18250
18251 \end_inset
18252 </cell>
18253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18254 \begin_inset Text
18255
18256 \begin_layout Plain Layout
18257 -
18258 \end_layout
18259
18260 \end_inset
18261 </cell>
18262 </row>
18263 </lyxtabular>
18264
18265 \end_inset
18266
18267
18268 \end_layout
18269
18270 \begin_layout Standard
18271 \align center
18272 \begin_inset Tabular
18273 <lyxtabular version="3" rows="5" columns="3">
18274 <features>
18275 <column alignment="center" valignment="top" width="0">
18276 <column alignment="center" valignment="top" width="0">
18277 <column alignment="center" valignment="top" width="0">
18278 <row>
18279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18280 \begin_inset Text
18281
18282 \begin_layout Plain Layout
18283 Comando
18284 \end_layout
18285
18286 \end_inset
18287 </cell>
18288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292 Resultado
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 atajo
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 </row>
18307 <row>
18308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18309 \begin_inset Text
18310
18311 \begin_layout Plain Layout
18312
18313 \backslash
18314 mathit
18315 \series bold
18316
18317 \begin_inset ERT
18318 status collapsed
18319
18320 \begin_layout Plain Layout
18321
18322
18323 \backslash
18324 spce 
18325 \end_layout
18326
18327 \end_inset
18328
18329
18330 \series default
18331 AbC
18332 \end_layout
18333
18334 \end_inset
18335 </cell>
18336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18337 \begin_inset Text
18338
18339 \begin_layout Plain Layout
18340 \begin_inset Formula $\mathit{AbC}$
18341 \end_inset
18342
18343
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18349 \begin_inset Text
18350
18351 \begin_layout Plain Layout
18352 -
18353 \end_layout
18354
18355 \end_inset
18356 </cell>
18357 </row>
18358 <row>
18359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363
18364 \backslash
18365 mathrm
18366 \series bold
18367
18368 \begin_inset ERT
18369 status collapsed
18370
18371 \begin_layout Plain Layout
18372
18373
18374 \backslash
18375 spce 
18376 \end_layout
18377
18378 \end_inset
18379
18380
18381 \series default
18382 AbC
18383 \end_layout
18384
18385 \end_inset
18386 </cell>
18387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18388 \begin_inset Text
18389
18390 \begin_layout Plain Layout
18391 \begin_inset Formula $\mathrm{AbC}$
18392 \end_inset
18393
18394
18395 \end_layout
18396
18397 \end_inset
18398 </cell>
18399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18400 \begin_inset Text
18401
18402 \begin_layout Plain Layout
18403
18404 \family sans
18405 Alt+C R
18406 \end_layout
18407
18408 \end_inset
18409 </cell>
18410 </row>
18411 <row>
18412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18413 \begin_inset Text
18414
18415 \begin_layout Plain Layout
18416
18417 \backslash
18418 mathsf
18419 \series bold
18420
18421 \begin_inset ERT
18422 status collapsed
18423
18424 \begin_layout Plain Layout
18425
18426
18427 \backslash
18428 spce 
18429 \end_layout
18430
18431 \end_inset
18432
18433
18434 \series default
18435 AbC
18436 \end_layout
18437
18438 \end_inset
18439 </cell>
18440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18441 \begin_inset Text
18442
18443 \begin_layout Plain Layout
18444 \begin_inset Formula $\mathsf{AbC}$
18445 \end_inset
18446
18447
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456
18457 \family sans
18458 Alt+C S
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 </row>
18464 <row>
18465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18466 \begin_inset Text
18467
18468 \begin_layout Plain Layout
18469
18470 \backslash
18471 mathtt
18472 \series bold
18473
18474 \begin_inset ERT
18475 status collapsed
18476
18477 \begin_layout Plain Layout
18478
18479
18480 \backslash
18481 spce 
18482 \end_layout
18483
18484 \end_inset
18485
18486
18487 \series default
18488 AbC
18489 \end_layout
18490
18491 \end_inset
18492 </cell>
18493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18494 \begin_inset Text
18495
18496 \begin_layout Plain Layout
18497 \begin_inset Formula $\mathtt{AbC}$
18498 \end_inset
18499
18500
18501 \end_layout
18502
18503 \end_inset
18504 </cell>
18505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18506 \begin_inset Text
18507
18508 \begin_layout Plain Layout
18509
18510 \family sans
18511 Ctrl+Mayúsculas+P
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 </row>
18517 </lyxtabular>
18518
18519 \end_inset
18520
18521
18522 \end_layout
18523
18524 \begin_layout Standard
18525 \begin_inset Note Greyedout
18526 status open
18527
18528 \begin_layout Plain Layout
18529
18530 \series bold
18531 Nota
18532 \series default
18533 : Los estilos 
18534 \series bold
18535
18536 \backslash
18537 mathbb
18538 \series default
18539  y 
18540 \series bold
18541
18542 \backslash
18543 mathcal
18544 \series default
18545  sólo se aplican a letras mayúsculas.
18546 \end_layout
18547
18548 \end_inset
18549
18550
18551 \end_layout
18552
18553 \begin_layout Standard
18554 El estilo predeterminado es 
18555 \series bold
18556
18557 \backslash
18558 mathnormal
18559 \series default
18560 .
18561 \end_layout
18562
18563 \begin_layout Standard
18564 Los comandos de estilo funcionan también en estructuras matemáticas:
18565 \begin_inset Formula \[
18566 \mathfrak{A=\frac{b}{C}}\]
18567
18568 \end_inset
18569
18570
18571 \end_layout
18572
18573 \begin_layout Standard
18574 Los caracteres en texto matemático no aparecen en un estilo de letra de
18575  ecuaciones sino en el estilo 
18576 \series bold
18577
18578 \backslash
18579 textrm
18580 \series default
18581 .
18582  Este estilo no se puede poner correctamente con el diálogo de estilo de
18583  texto por un fallo de LyX.
18584 \begin_inset Foot
18585 status collapsed
18586
18587 \begin_layout Plain Layout
18588 \begin_inset CommandInset href
18589 LatexCommand href
18590 name "LyX-bug #4629"
18591 target "http://www.lyx.org/trac/ticket/4629"
18592
18593 \end_inset
18594
18595
18596 \end_layout
18597
18598 \end_inset
18599
18600
18601 \end_layout
18602
18603 \begin_layout Standard
18604 En vez de comandos se puede usar el menú 
18605 \family sans
18606 Editar\SpecialChar \menuseparator
18607 Ecuación\SpecialChar \menuseparator
18608 Estilo del texto
18609 \family default
18610  o el botón 
18611 \begin_inset Graphics
18612         filename ../../images/math/font.png
18613         scale 85
18614
18615 \end_inset
18616
18617 .
18618 \end_layout
18619
18620 \begin_layout Subsection
18621 Ecuaciones en negrita
18622 \begin_inset CommandInset label
18623 LatexCommand label
18624 name "sub:Ecuaciones-en-negrita"
18625
18626 \end_inset
18627
18628
18629 \begin_inset Index
18630 status collapsed
18631
18632 \begin_layout Plain Layout
18633 Ecuación ! en negrita
18634 \end_layout
18635
18636 \end_inset
18637
18638
18639 \end_layout
18640
18641 \begin_layout Standard
18642 Para poner en negrita una ecuación completa no se puede usar el comando
18643  
18644 \series bold
18645
18646 \backslash
18647 mathbf
18648 \series default
18649 , porque no funciona con minúsculas griegas.
18650  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
18651 \begin_inset Formula \[
18652 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}\]
18653
18654 \end_inset
18655
18656
18657 \end_layout
18658
18659 \begin_layout Standard
18660 Para presentar la ecuación correctamente se usa el comando 
18661 \series bold
18662 boldsymbol
18663 \series default
18664 :
18665 \begin_inset Formula \[
18666 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}\]
18667
18668 \end_inset
18669
18670
18671 \end_layout
18672
18673 \begin_layout Standard
18674 También es posible poner la fórmula en un 
18675 \series bold
18676 entorno boldmath
18677 \series default
18678 , que se inserta con el comando 
18679 \series bold
18680
18681 \backslash
18682 boldmath
18683 \series default
18684
18685 \begin_inset Index
18686 status collapsed
18687
18688 \begin_layout Plain Layout
18689 Comandos ! B ! 
18690 \backslash
18691 boldmath
18692 \end_layout
18693
18694 \end_inset
18695
18696  en modo TeX.
18697  Para finalizar el entorno se usa el comando 
18698 \series bold
18699
18700 \backslash
18701 unboldmath
18702 \series default
18703
18704 \begin_inset Index
18705 status collapsed
18706
18707 \begin_layout Plain Layout
18708 Comandos ! U ! 
18709 \backslash
18710 unboldmath
18711 \end_layout
18712
18713 \end_inset
18714
18715  en modo TeX.
18716 \begin_inset ERT
18717 status collapsed
18718
18719 \begin_layout Plain Layout
18720
18721
18722 \backslash
18723 boldmath
18724 \end_layout
18725
18726 \end_inset
18727
18728
18729 \begin_inset Formula \[
18730 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}\]
18731
18732 \end_inset
18733
18734
18735 \end_layout
18736
18737 \begin_layout Standard
18738 \begin_inset ERT
18739 status collapsed
18740
18741 \begin_layout Plain Layout
18742
18743
18744 \backslash
18745 unboldmath
18746 \end_layout
18747
18748 \end_inset
18749
18750
18751 \end_layout
18752
18753 \begin_layout Subsection
18754 Ecuaciones coloreadas
18755 \begin_inset Index
18756 status collapsed
18757
18758 \begin_layout Plain Layout
18759 Ecuación ! coloreada
18760 \end_layout
18761
18762 \end_inset
18763
18764
18765 \end_layout
18766
18767 \begin_layout Standard
18768 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
18769  o una parte de una ecuación y usa el diálogo 
18770 \family sans
18771 Estilo del texto
18772 \family default
18773 .
18774  Aquí hay una ecuación en magenta:
18775 \begin_inset Formula \[
18776 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18777
18778 \end_inset
18779
18780 También puedes definir tus propios colores como se describe en
18781 \begin_inset space ~
18782 \end_inset
18783
18784
18785 \begin_inset CommandInset ref
18786 LatexCommand ref
18787 reference "sub:Cuadros-coloreados"
18788
18789 \end_inset
18790
18791 .
18792  Pueden usarse con el comando en código TeX 
18793 \series bold
18794
18795 \backslash
18796 textcolor
18797 \series default
18798
18799 \begin_inset Index
18800 status collapsed
18801
18802 \begin_layout Plain Layout
18803 Comandos ! T ! 
18804 \backslash
18805 textcolor
18806 \end_layout
18807
18808 \end_inset
18809
18810  según el esquema
18811 \end_layout
18812
18813 \begin_layout Standard
18814
18815 \series bold
18816
18817 \backslash
18818 textcolor{color}{caracteres o ecuación}
18819 \end_layout
18820
18821 \begin_layout Standard
18822 \begin_inset Newpage pagebreak
18823 \end_inset
18824
18825
18826 \end_layout
18827
18828 \begin_layout Standard
18829 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
18830 e en rojo:
18831 \end_layout
18832
18833 \begin_layout Standard
18834 \begin_inset ERT
18835 status collapsed
18836
18837 \begin_layout Plain Layout
18838
18839
18840 \backslash
18841 textcolor{verdeoscuro}{
18842 \end_layout
18843
18844 \end_inset
18845
18846
18847 \begin_inset Formula \[
18848 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18849
18850 \end_inset
18851
18852
18853 \begin_inset ERT
18854 status collapsed
18855
18856 \begin_layout Plain Layout
18857
18858 }
18859 \end_layout
18860
18861 \end_inset
18862
18863
18864 \end_layout
18865
18866 \begin_layout Standard
18867 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
18868  a ecuaciones completas.
18869 \begin_inset Foot
18870 status collapsed
18871
18872 \begin_layout Plain Layout
18873 \begin_inset CommandInset href
18874 LatexCommand href
18875 name "LyX-bug #5269"
18876 target "http://www.lyx.org/trac/ticket/5269"
18877
18878 \end_inset
18879
18880
18881 \end_layout
18882
18883 \end_inset
18884
18885
18886 \end_layout
18887
18888 \begin_layout Subsection
18889 Tamaños de fuentes
18890 \begin_inset CommandInset label
18891 LatexCommand label
18892 name "sub:Tamaños-de-fuentes"
18893
18894 \end_inset
18895
18896
18897 \begin_inset Index
18898 status collapsed
18899
18900 \begin_layout Plain Layout
18901 Fuentes ! tamaño
18902 \end_layout
18903
18904 \end_inset
18905
18906
18907 \end_layout
18908
18909 \begin_layout Standard
18910 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18911  siguientes comandos de tamaño:
18912 \end_layout
18913
18914 \begin_layout Standard
18915
18916 \series bold
18917
18918 \backslash
18919 Huge
18920 \series default
18921
18922 \series bold
18923
18924 \backslash
18925 huge
18926 \series default
18927
18928 \series bold
18929
18930 \backslash
18931 LARGE
18932 \series default
18933
18934 \series bold
18935
18936 \backslash
18937 Large
18938 \series default
18939
18940 \series bold
18941
18942 \backslash
18943 large
18944 \series default
18945
18946 \series bold
18947
18948 \backslash
18949 normalsize
18950 \series default
18951
18952 \series bold
18953
18954 \backslash
18955 small
18956 \series default
18957 ,
18958 \begin_inset Newline newline
18959 \end_inset
18960
18961
18962 \series bold
18963
18964 \backslash
18965 footnotesize
18966 \series default
18967
18968 \series bold
18969
18970 \backslash
18971 scriptsize
18972 \series default
18973 , y 
18974 \series bold
18975
18976 \backslash
18977 tiny
18978 \end_layout
18979
18980 \begin_layout Standard
18981 El tamaño dado por los comandos depende del tamaño base de la fuente en
18982  el documento, dado por el comando 
18983 \series bold
18984
18985 \backslash
18986 normalsize
18987 \series default
18988 .
18989  Los demás comandos producen tamaños menores o mayores que 
18990 \series bold
18991
18992 \backslash
18993 normalsize
18994 \series default
18995 .
18996  No obstante, puede que el tamaño de fuente no exceda de cierto valor.
18997  Si, por ejemplo, la fuente del documento es de 12
18998 \begin_inset space \thinspace{}
18999 \end_inset
19000
19001 pt, el comando 
19002 \series bold
19003
19004 \backslash
19005 Huge
19006 \series default
19007  da el mismo tamaño que 
19008 \series bold
19009
19010 \backslash
19011 huge
19012 \series default
19013 .
19014 \end_layout
19015
19016 \begin_layout Standard
19017 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
19018  a todas las ecuaciones y texto siguientes.
19019  Para volver al tamaño anterior hay que insertar el comando 
19020 \series bold
19021
19022 \backslash
19023 normalsize
19024 \series default
19025  en modo TeX detrás de la ecuación.
19026  
19027 \end_layout
19028
19029 \begin_layout Standard
19030 Dentro de una fórmula el tamaño sólo se puede cambiar para símbolos o letras
19031  en texto matemático.
19032  Para hacerlo se inserta el comando en texto matemático.
19033  Todos los caracteres siguientes, hasta el final del texto matemático o
19034  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
19035  Dos ejemplos:
19036 \end_layout
19037
19038 \begin_layout Standard
19039 \begin_inset VSpace -2mm
19040 \end_inset
19041
19042
19043 \end_layout
19044
19045 \begin_layout Standard
19046 \begin_inset ERT
19047 status collapsed
19048
19049 \begin_layout Plain Layout
19050
19051
19052 \backslash
19053 huge
19054 \end_layout
19055
19056 \end_inset
19057
19058
19059 \begin_inset Formula \[
19060 A=\frac{B}{c}\cdot\maltese\]
19061
19062 \end_inset
19063
19064
19065 \begin_inset Formula \[
19066 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19067
19068 \end_inset
19069
19070
19071 \end_layout
19072
19073 \begin_layout Standard
19074 \begin_inset ERT
19075 status collapsed
19076
19077 \begin_layout Plain Layout
19078
19079
19080 \backslash
19081 normalsize
19082 \end_layout
19083
19084 \end_inset
19085
19086
19087 \begin_inset VSpace medskip
19088 \end_inset
19089
19090
19091 \end_layout
19092
19093 \begin_layout Standard
19094 Antes de las ecuaciones se ha insertado el comando 
19095 \series bold
19096
19097 \backslash
19098 huge
19099 \series default
19100 .
19101  Para la segunda ecuación el comando es:
19102 \begin_inset Newline newline
19103 \end_inset
19104
19105
19106 \series bold
19107
19108 \backslash
19109 maltese
19110 \begin_inset ERT
19111 status collapsed
19112
19113 \begin_layout Plain Layout
19114
19115
19116 \backslash
19117 spce 
19118 \end_layout
19119
19120 \end_inset
19121
19122 A Alt+M M 
19123 \backslash
19124 Large
19125 \begin_inset ERT
19126 status collapsed
19127
19128 \begin_layout Plain Layout
19129
19130
19131 \backslash
19132 spce 
19133 \end_layout
19134
19135 \end_inset
19136
19137
19138 \backslash
19139 maltese
19140 \begin_inset ERT
19141 status collapsed
19142
19143 \begin_layout Plain Layout
19144
19145
19146 \backslash
19147 spce 
19148 \end_layout
19149
19150 \end_inset
19151
19152
19153 \backslash
19154 textit
19155 \begin_inset ERT
19156 status collapsed
19157
19158 \begin_layout Plain Layout
19159
19160
19161 \backslash
19162 spce 
19163 \end_layout
19164
19165 \end_inset
19166
19167 A
19168 \begin_inset Formula $\to$
19169 \end_inset
19170
19171
19172 \begin_inset Formula $\to$
19173 \end_inset
19174
19175
19176 \begin_inset Newline newline
19177 \end_inset
19178
19179
19180 \begin_inset space \hspace*{}
19181 \length 1cm
19182 \end_inset
19183
19184 Alt+M M 
19185 \backslash
19186 tiny
19187 \begin_inset ERT
19188 status collapsed
19189
19190 \begin_layout Plain Layout
19191
19192
19193 \backslash
19194 spce 
19195 \end_layout
19196
19197 \end_inset
19198
19199
19200 \backslash
19201 maltese
19202 \begin_inset ERT
19203 status collapsed
19204
19205 \begin_layout Plain Layout
19206
19207
19208 \backslash
19209 spce 
19210 \end_layout
19211
19212 \end_inset
19213
19214
19215 \backslash
19216 textit
19217 \begin_inset ERT
19218 status collapsed
19219
19220 \begin_layout Plain Layout
19221
19222
19223 \backslash
19224 spce 
19225 \end_layout
19226
19227 \end_inset
19228
19229 A
19230 \end_layout
19231
19232 \begin_layout Standard
19233 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
19234  el tamaño por omisión.
19235 \end_layout
19236
19237 \begin_layout Section
19238 Letras griegas
19239 \begin_inset Index
19240 status collapsed
19241
19242 \begin_layout Plain Layout
19243 Letras griegas
19244 \end_layout
19245
19246 \end_inset
19247
19248
19249 \end_layout
19250
19251 \begin_layout Standard
19252 Todas las letras griegas se pueden insertar además mediante el botón 
19253 \begin_inset Graphics
19254         filename ../../images/math/alpha.png
19255         scale 85
19256
19257 \end_inset
19258
19259  de la barra de ecuaciones.
19260 \end_layout
19261
19262 \begin_layout Subsection
19263 Minúsculas
19264 \begin_inset Index
19265 status collapsed
19266
19267 \begin_layout Plain Layout
19268 Letras griegas ! minúsculas
19269 \end_layout
19270
19271 \end_inset
19272
19273
19274 \end_layout
19275
19276 \begin_layout Standard
19277 \begin_inset space \hfill{}
19278 \end_inset
19279
19280
19281 \begin_inset Tabular
19282 <lyxtabular version="3" rows="11" columns="2">
19283 <features>
19284 <column alignment="center" valignment="top" width="0pt">
19285 <column alignment="center" valignment="top" width="0pt">
19286 <row>
19287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19288 \begin_inset Text
19289
19290 \begin_layout Plain Layout
19291 Comando
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 Símbolo
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 </row>
19306 <row>
19307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311
19312 \backslash
19313 alpha
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322 \begin_inset Formula $\alpha$
19323 \end_inset
19324
19325
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 </row>
19331 <row>
19332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336
19337 \backslash
19338 beta
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347 \begin_inset Formula $\beta$
19348 \end_inset
19349
19350
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 </row>
19356 <row>
19357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361
19362 \backslash
19363 gamma
19364 \end_layout
19365
19366 \end_inset
19367 </cell>
19368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372 \begin_inset Formula $\gamma$
19373 \end_inset
19374
19375
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 </row>
19381 <row>
19382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19383 \begin_inset Text
19384
19385 \begin_layout Plain Layout
19386
19387 \backslash
19388 delta
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397 \begin_inset Formula $\delta$
19398 \end_inset
19399
19400
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 </row>
19406 <row>
19407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19408 \begin_inset Text
19409
19410 \begin_layout Plain Layout
19411
19412 \backslash
19413 epsilon
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422 \begin_inset Formula $\epsilon$
19423 \end_inset
19424
19425
19426 \end_layout
19427
19428 \end_inset
19429 </cell>
19430 </row>
19431 <row>
19432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19433 \begin_inset Text
19434
19435 \begin_layout Plain Layout
19436
19437 \backslash
19438 varepsilon
19439 \end_layout
19440
19441 \end_inset
19442 </cell>
19443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447 \begin_inset Formula $\varepsilon$
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 </row>
19456 <row>
19457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461
19462 \backslash
19463 zeta
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472 \begin_inset Formula $\zeta$
19473 \end_inset
19474
19475
19476 \end_layout
19477
19478 \end_inset
19479 </cell>
19480 </row>
19481 <row>
19482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19483 \begin_inset Text
19484
19485 \begin_layout Plain Layout
19486
19487 \backslash
19488 eta
19489 \end_layout
19490
19491 \end_inset
19492 </cell>
19493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19494 \begin_inset Text
19495
19496 \begin_layout Plain Layout
19497 \begin_inset Formula $\eta$
19498 \end_inset
19499
19500
19501 \end_layout
19502
19503 \end_inset
19504 </cell>
19505 </row>
19506 <row>
19507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19508 \begin_inset Text
19509
19510 \begin_layout Plain Layout
19511
19512 \backslash
19513 theta
19514 \end_layout
19515
19516 \end_inset
19517 </cell>
19518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19519 \begin_inset Text
19520
19521 \begin_layout Plain Layout
19522 \begin_inset Formula $\theta$
19523 \end_inset
19524
19525
19526 \end_layout
19527
19528 \end_inset
19529 </cell>
19530 </row>
19531 <row>
19532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19533 \begin_inset Text
19534
19535 \begin_layout Plain Layout
19536
19537 \backslash
19538 vartheta
19539 \end_layout
19540
19541 \end_inset
19542 </cell>
19543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547 \begin_inset Formula $\vartheta$
19548 \end_inset
19549
19550
19551 \end_layout
19552
19553 \end_inset
19554 </cell>
19555 </row>
19556 </lyxtabular>
19557
19558 \end_inset
19559
19560
19561 \begin_inset space \hfill{}
19562 \end_inset
19563
19564
19565 \begin_inset Tabular
19566 <lyxtabular version="3" rows="12" columns="2">
19567 <features>
19568 <column alignment="center" valignment="top" width="0pt">
19569 <column alignment="center" valignment="top" width="0pt">
19570 <row>
19571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575 Comando
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19581 \begin_inset Text
19582
19583 \begin_layout Plain Layout
19584 Símbolo
19585 \end_layout
19586
19587 \end_inset
19588 </cell>
19589 </row>
19590 <row>
19591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19592 \begin_inset Text
19593
19594 \begin_layout Plain Layout
19595
19596 \backslash
19597 iota
19598 \end_layout
19599
19600 \end_inset
19601 </cell>
19602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606 \begin_inset Formula $\iota$
19607 \end_inset
19608
19609
19610 \end_layout
19611
19612 \end_inset
19613 </cell>
19614 </row>
19615 <row>
19616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620
19621 \backslash
19622 kappa
19623 \end_layout
19624
19625 \end_inset
19626 </cell>
19627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631 \begin_inset Formula $\kappa$
19632 \end_inset
19633
19634
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 </row>
19640 <row>
19641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19642 \begin_inset Text
19643
19644 \begin_layout Plain Layout
19645
19646 \backslash
19647 varkappa
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656 \begin_inset Formula $\varkappa$
19657 \end_inset
19658
19659
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 </row>
19665 <row>
19666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19667 \begin_inset Text
19668
19669 \begin_layout Plain Layout
19670
19671 \backslash
19672 lambda
19673 \end_layout
19674
19675 \end_inset
19676 </cell>
19677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19678 \begin_inset Text
19679
19680 \begin_layout Plain Layout
19681 \begin_inset Formula $\lambda$
19682 \end_inset
19683
19684
19685 \end_layout
19686
19687 \end_inset
19688 </cell>
19689 </row>
19690 <row>
19691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19692 \begin_inset Text
19693
19694 \begin_layout Plain Layout
19695
19696 \backslash
19697 mu
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706 \begin_inset Formula $\mu$
19707 \end_inset
19708
19709
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 </row>
19715 <row>
19716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720
19721 \backslash
19722 nu
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731 \begin_inset Formula $\nu$
19732 \end_inset
19733
19734
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 </row>
19740 <row>
19741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19742 \begin_inset Text
19743
19744 \begin_layout Plain Layout
19745
19746 \backslash
19747 xi
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756 \begin_inset Formula $\xi$
19757 \end_inset
19758
19759
19760 \end_layout
19761
19762 \end_inset
19763 </cell>
19764 </row>
19765 <row>
19766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770 o
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19776 \begin_inset Text
19777
19778 \begin_layout Plain Layout
19779 \begin_inset Formula $o$
19780 \end_inset
19781
19782
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 </row>
19788 <row>
19789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19790 \begin_inset Text
19791
19792 \begin_layout Plain Layout
19793
19794 \backslash
19795 pi
19796 \end_layout
19797
19798 \end_inset
19799 </cell>
19800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19801 \begin_inset Text
19802
19803 \begin_layout Plain Layout
19804 \begin_inset Formula $\pi$
19805 \end_inset
19806
19807
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 </row>
19813 <row>
19814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818
19819 \backslash
19820 varpi
19821 \end_layout
19822
19823 \end_inset
19824 </cell>
19825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19826 \begin_inset Text
19827
19828 \begin_layout Plain Layout
19829 \begin_inset Formula $\varpi$
19830 \end_inset
19831
19832
19833 \end_layout
19834
19835 \end_inset
19836 </cell>
19837 </row>
19838 <row>
19839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19840 \begin_inset Text
19841
19842 \begin_layout Plain Layout
19843
19844 \backslash
19845 rho
19846 \end_layout
19847
19848 \end_inset
19849 </cell>
19850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19851 \begin_inset Text
19852
19853 \begin_layout Plain Layout
19854 \begin_inset Formula $\rho$
19855 \end_inset
19856
19857
19858 \end_layout
19859
19860 \end_inset
19861 </cell>
19862 </row>
19863 </lyxtabular>
19864
19865 \end_inset
19866
19867
19868 \begin_inset space \hfill{}
19869 \end_inset
19870
19871
19872 \begin_inset Tabular
19873 <lyxtabular version="3" rows="11" columns="2">
19874 <features>
19875 <column alignment="center" valignment="top" width="0pt">
19876 <column alignment="center" valignment="top" width="0pt">
19877 <row>
19878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882 Comando
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891 Símbolo
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 </row>
19897 <row>
19898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902
19903 \backslash
19904 varrho
19905 \end_layout
19906
19907 \end_inset
19908 </cell>
19909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913 \begin_inset Formula $\varrho$
19914 \end_inset
19915
19916
19917 \end_layout
19918
19919 \end_inset
19920 </cell>
19921 </row>
19922 <row>
19923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19924 \begin_inset Text
19925
19926 \begin_layout Plain Layout
19927
19928 \backslash
19929 sigma
19930 \end_layout
19931
19932 \end_inset
19933 </cell>
19934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938 \begin_inset Formula $\sigma$
19939 \end_inset
19940
19941
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 </row>
19947 <row>
19948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19949 \begin_inset Text
19950
19951 \begin_layout Plain Layout
19952
19953 \backslash
19954 varsigma
19955 \end_layout
19956
19957 \end_inset
19958 </cell>
19959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19960 \begin_inset Text
19961
19962 \begin_layout Plain Layout
19963 \begin_inset Formula $\varsigma$
19964 \end_inset
19965
19966
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 </row>
19972 <row>
19973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19974 \begin_inset Text
19975
19976 \begin_layout Plain Layout
19977
19978 \backslash
19979 tau
19980 \end_layout
19981
19982 \end_inset
19983 </cell>
19984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19985 \begin_inset Text
19986
19987 \begin_layout Plain Layout
19988 \begin_inset Formula $\tau$
19989 \end_inset
19990
19991
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 </row>
19997 <row>
19998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19999 \begin_inset Text
20000
20001 \begin_layout Plain Layout
20002
20003 \backslash
20004 upsilon
20005 \end_layout
20006
20007 \end_inset
20008 </cell>
20009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20010 \begin_inset Text
20011
20012 \begin_layout Plain Layout
20013 \begin_inset Formula $\upsilon$
20014 \end_inset
20015
20016
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 </row>
20022 <row>
20023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027
20028 \backslash
20029 phi
20030 \end_layout
20031
20032 \end_inset
20033 </cell>
20034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038 \begin_inset Formula $\phi$
20039 \end_inset
20040
20041
20042 \end_layout
20043
20044 \end_inset
20045 </cell>
20046 </row>
20047 <row>
20048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052
20053 \backslash
20054 varphi
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset Formula $\varphi$
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 </row>
20072 <row>
20073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077
20078 \backslash
20079 chi
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088 \begin_inset Formula $\chi$
20089 \end_inset
20090
20091
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 </row>
20097 <row>
20098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102
20103 \backslash
20104 psi
20105 \end_layout
20106
20107 \end_inset
20108 </cell>
20109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20110 \begin_inset Text
20111
20112 \begin_layout Plain Layout
20113 \begin_inset Formula $\psi$
20114 \end_inset
20115
20116
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 </row>
20122 <row>
20123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127
20128 \backslash
20129 omega
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Plain Layout
20138 \begin_inset Formula $\omega$
20139 \end_inset
20140
20141
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 </row>
20147 </lyxtabular>
20148
20149 \end_inset
20150
20151
20152 \begin_inset space \hfill{}
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \begin_layout Standard
20159 \begin_inset VSpace medskip
20160 \end_inset
20161
20162
20163 \end_layout
20164
20165 \begin_layout Standard
20166 Cómo escribir letras griegas en redonda se explica en 
20167 \begin_inset CommandInset ref
20168 LatexCommand ref
20169 reference "sub:Griegas-en-redonda"
20170
20171 \end_inset
20172
20173 .
20174 \end_layout
20175
20176 \begin_layout Subsection
20177 Mayúsculas
20178 \begin_inset Index
20179 status collapsed
20180
20181 \begin_layout Plain Layout
20182 Letras griegas ! mayúsculas
20183 \end_layout
20184
20185 \end_inset
20186
20187
20188 \end_layout
20189
20190 \begin_layout Standard
20191 \begin_inset space \hfill{}
20192 \end_inset
20193
20194
20195 \begin_inset Tabular
20196 <lyxtabular version="3" rows="7" columns="2">
20197 <features>
20198 <column alignment="center" valignment="top" width="0pt">
20199 <column alignment="center" valignment="top" width="0pt">
20200 <row>
20201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205 Comando
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20211 \begin_inset Text
20212
20213 \begin_layout Plain Layout
20214 Símbolo
20215 \end_layout
20216
20217 \end_inset
20218 </cell>
20219 </row>
20220 <row>
20221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20222 \begin_inset Text
20223
20224 \begin_layout Plain Layout
20225
20226 \backslash
20227 Gamma
20228 \end_layout
20229
20230 \end_inset
20231 </cell>
20232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236 \begin_inset Formula $\Gamma$
20237 \end_inset
20238
20239
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 </row>
20245 <row>
20246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20247 \begin_inset Text
20248
20249 \begin_layout Plain Layout
20250
20251 \backslash
20252 Delta
20253 \end_layout
20254
20255 \end_inset
20256 </cell>
20257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261 \begin_inset Formula $\Delta$
20262 \end_inset
20263
20264
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 </row>
20270 <row>
20271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275
20276 \backslash
20277 Theta
20278 \end_layout
20279
20280 \end_inset
20281 </cell>
20282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Plain Layout
20286 \begin_inset Formula $\Theta$
20287 \end_inset
20288
20289
20290 \end_layout
20291
20292 \end_inset
20293 </cell>
20294 </row>
20295 <row>
20296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20297 \begin_inset Text
20298
20299 \begin_layout Plain Layout
20300
20301 \backslash
20302 Lambda
20303 \end_layout
20304
20305 \end_inset
20306 </cell>
20307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311 \begin_inset Formula $\Lambda$
20312 \end_inset
20313
20314
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 </row>
20320 <row>
20321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20322 \begin_inset Text
20323
20324 \begin_layout Plain Layout
20325
20326 \backslash
20327 Xi
20328 \end_layout
20329
20330 \end_inset
20331 </cell>
20332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20333 \begin_inset Text
20334
20335 \begin_layout Plain Layout
20336 \begin_inset Formula $\Xi$
20337 \end_inset
20338
20339
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 </row>
20345 <row>
20346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20347 \begin_inset Text
20348
20349 \begin_layout Plain Layout
20350
20351 \backslash
20352 Pi
20353 \end_layout
20354
20355 \end_inset
20356 </cell>
20357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20358 \begin_inset Text
20359
20360 \begin_layout Plain Layout
20361 \begin_inset Formula $\Pi$
20362 \end_inset
20363
20364
20365 \end_layout
20366
20367 \end_inset
20368 </cell>
20369 </row>
20370 </lyxtabular>
20371
20372 \end_inset
20373
20374
20375 \begin_inset space \hfill{}
20376 \end_inset
20377
20378
20379 \begin_inset Tabular
20380 <lyxtabular version="3" rows="6" columns="2">
20381 <features>
20382 <column alignment="center" valignment="top" width="0pt">
20383 <column alignment="center" valignment="top" width="0pt">
20384 <row>
20385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389 Comando
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398 Símbolo
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 </row>
20404 <row>
20405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409
20410 \backslash
20411 Sigma
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420 \begin_inset Formula $\Sigma$
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 </row>
20429 <row>
20430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434
20435 \backslash
20436 Upsilon
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445 \begin_inset Formula $\Upsilon$
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 </row>
20454 <row>
20455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459
20460 \backslash
20461 Phi
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470 \begin_inset Formula $\Phi$
20471 \end_inset
20472
20473
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 </row>
20479 <row>
20480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \backslash
20486 Psi
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 \begin_inset Formula $\Psi$
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 <row>
20505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509
20510 \backslash
20511 Omega
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 \begin_inset Formula $\Omega$
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 </lyxtabular>
20530
20531 \end_inset
20532
20533
20534 \begin_inset space \hfill{}
20535 \end_inset
20536
20537
20538 \end_layout
20539
20540 \begin_layout Standard
20541 \begin_inset VSpace medskip
20542 \end_inset
20543
20544
20545 \end_layout
20546
20547 \begin_layout Standard
20548 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
20549  cuando se desarrolló TeX.
20550  Para obtener mayúsculas en cursiva, inicia cada comando con 
20551 \series bold
20552 var
20553 \series default
20554 .
20555  Por ejemplo, el comando 
20556 \series bold
20557
20558 \backslash
20559 varGamma
20560 \series default
20561  genera: 
20562 \begin_inset Formula $\varGamma$
20563 \end_inset
20564
20565
20566 \end_layout
20567
20568 \begin_layout Subsection
20569 Letras en negrita
20570 \begin_inset Index
20571 status collapsed
20572
20573 \begin_layout Plain Layout
20574 Letras griegas ! en negrita
20575 \end_layout
20576
20577 \end_inset
20578
20579
20580 \end_layout
20581
20582 \begin_layout Standard
20583 Las letras griegas no admiten diferentes estilos de fuente como las latinas.
20584  Sólo se pueden poner en negrita con el comando 
20585 \series bold
20586
20587 \backslash
20588 boldsymbol
20589 \series default
20590
20591 \begin_inset Index
20592 status collapsed
20593
20594 \begin_layout Plain Layout
20595 Comandos ! B ! 
20596 \backslash
20597 boldsymbol
20598 \end_layout
20599
20600 \end_inset
20601
20602 .
20603 \end_layout
20604
20605 \begin_layout Standard
20606 \align center
20607 \begin_inset Tabular
20608 <lyxtabular version="3" rows="3" columns="2">
20609 <features>
20610 <column alignment="center" valignment="top" width="0">
20611 <column alignment="center" valignment="top" width="0">
20612 <row>
20613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20614 \begin_inset Text
20615
20616 \begin_layout Plain Layout
20617 Comando
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20623 \begin_inset Text
20624
20625 \begin_layout Plain Layout
20626 Símbolo
20627 \end_layout
20628
20629 \end_inset
20630 </cell>
20631 </row>
20632 <row>
20633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637
20638 \backslash
20639 Upsilon
20640 \backslash
20641 boldsymbol
20642 \backslash
20643 Upsilon
20644 \end_layout
20645
20646 \end_inset
20647 </cell>
20648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20649 \begin_inset Text
20650
20651 \begin_layout Plain Layout
20652 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20653 \end_inset
20654
20655
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 </row>
20661 <row>
20662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666
20667 \backslash
20668 theta
20669 \backslash
20670 boldsymbol
20671 \backslash
20672 theta
20673 \end_layout
20674
20675 \end_inset
20676 </cell>
20677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20678 \begin_inset Text
20679
20680 \begin_layout Plain Layout
20681 \begin_inset Formula $\theta\boldsymbol{\theta}$
20682 \end_inset
20683
20684
20685 \end_layout
20686
20687 \end_inset
20688 </cell>
20689 </row>
20690 </lyxtabular>
20691
20692 \end_inset
20693
20694
20695 \end_layout
20696
20697 \begin_layout Section
20698 Símbolos
20699 \begin_inset ERT
20700 status collapsed
20701
20702 \begin_layout Plain Layout
20703
20704
20705 \backslash
20706 texorpdfstring{
20707 \end_layout
20708
20709 \end_inset
20710
20711
20712 \begin_inset Foot
20713 status collapsed
20714
20715 \begin_layout Plain Layout
20716 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20717  LaTeX en 
20718 \begin_inset CommandInset citation
20719 LatexCommand cite
20720 key "Symbole"
20721
20722 \end_inset
20723
20724 .
20725 \end_layout
20726
20727 \end_inset
20728
20729
20730 \begin_inset ERT
20731 status collapsed
20732
20733 \begin_layout Plain Layout
20734
20735 }{}
20736 \end_layout
20737
20738 \end_inset
20739
20740
20741 \begin_inset Note Note
20742 status collapsed
20743
20744 \begin_layout Plain Layout
20745
20746 \backslash
20747 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20748  PDF.
20749 \end_layout
20750
20751 \begin_layout Plain Layout
20752 Más sobre 
20753 \backslash
20754 texorpdfstring en la sección 
20755 \begin_inset CommandInset ref
20756 LatexCommand ref
20757 reference "sub:Ecuaciones-en-encabezados"
20758
20759 \end_inset
20760
20761 .
20762 \end_layout
20763
20764 \end_inset
20765
20766
20767 \begin_inset Index
20768 status collapsed
20769
20770 \begin_layout Plain Layout
20771 Símbolos
20772 \end_layout
20773
20774 \end_inset
20775
20776
20777 \end_layout
20778
20779 \begin_layout Standard
20780 Muchos de los símbolos listados en esta sección se pueden insertar además
20781  mediante los botones 
20782 \begin_inset Graphics
20783         filename ../../images/math/nabla.png
20784         scale 85
20785
20786 \end_inset
20787
20788  y 
20789 \begin_inset Graphics
20790         filename ../../images/math/digamma.png
20791         scale 85
20792
20793 \end_inset
20794
20795  de la barra de ecuaciones.
20796 \end_layout
20797
20798 \begin_layout Subsection
20799 Símbolos matemáticos
20800 \begin_inset CommandInset label
20801 LatexCommand label
20802 name "sub:Símbolos-matemáticos"
20803
20804 \end_inset
20805
20806
20807 \begin_inset Index
20808 status collapsed
20809
20810 \begin_layout Plain Layout
20811 Símbolos ! matemáticos
20812 \end_layout
20813
20814 \end_inset
20815
20816
20817 \end_layout
20818
20819 \begin_layout Standard
20820 \begin_inset space \hfill{}
20821 \end_inset
20822
20823
20824 \begin_inset Tabular
20825 <lyxtabular version="3" rows="10" columns="2">
20826 <features>
20827 <column alignment="center" valignment="top" width="0pt">
20828 <column alignment="center" valignment="top" width="0pt">
20829 <row>
20830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834 Comando
20835 \end_layout
20836
20837 \end_inset
20838 </cell>
20839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20840 \begin_inset Text
20841
20842 \begin_layout Plain Layout
20843 Símbolo
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 </row>
20849 <row>
20850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20851 \begin_inset Text
20852
20853 \begin_layout Plain Layout
20854
20855 \backslash
20856 neg
20857 \end_layout
20858
20859 \end_inset
20860 </cell>
20861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Plain Layout
20865 \begin_inset Formula $\neg$
20866 \end_inset
20867
20868
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 </row>
20874 <row>
20875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20876 \begin_inset Text
20877
20878 \begin_layout Plain Layout
20879
20880 \backslash
20881 Im
20882 \end_layout
20883
20884 \end_inset
20885 </cell>
20886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890 \begin_inset Formula $\Im$
20891 \end_inset
20892
20893
20894 \end_layout
20895
20896 \end_inset
20897 </cell>
20898 </row>
20899 <row>
20900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904
20905 \backslash
20906 Re
20907 \end_layout
20908
20909 \end_inset
20910 </cell>
20911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Plain Layout
20915 \begin_inset Formula $\Re$
20916 \end_inset
20917
20918
20919 \end_layout
20920
20921 \end_inset
20922 </cell>
20923 </row>
20924 <row>
20925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929
20930 \backslash
20931 aleph
20932 \end_layout
20933
20934 \end_inset
20935 </cell>
20936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940 \begin_inset Formula $\aleph$
20941 \end_inset
20942
20943
20944 \end_layout
20945
20946 \end_inset
20947 </cell>
20948 </row>
20949 <row>
20950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20951 \begin_inset Text
20952
20953 \begin_layout Plain Layout
20954
20955 \backslash
20956 partial
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965 \begin_inset Formula $\partial$
20966 \end_inset
20967
20968
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 </row>
20974 <row>
20975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979
20980 \backslash
20981 infty
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990 \begin_inset Formula $\infty$
20991 \end_inset
20992
20993
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 </row>
20999 <row>
21000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21001 \begin_inset Text
21002
21003 \begin_layout Plain Layout
21004
21005 \backslash
21006 wp
21007 \end_layout
21008
21009 \end_inset
21010 </cell>
21011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21012 \begin_inset Text
21013
21014 \begin_layout Plain Layout
21015 \begin_inset Formula $\wp$
21016 \end_inset
21017
21018
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 </row>
21024 <row>
21025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21026 \begin_inset Text
21027
21028 \begin_layout Plain Layout
21029
21030 \backslash
21031 imath
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040 \begin_inset Formula $\imath$
21041 \end_inset
21042
21043
21044 \end_layout
21045
21046 \end_inset
21047 </cell>
21048 </row>
21049 <row>
21050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054
21055 \backslash
21056 jmath
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065 \begin_inset Formula $\jmath$
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 </row>
21074 </lyxtabular>
21075
21076 \end_inset
21077
21078
21079 \begin_inset space \hfill{}
21080 \end_inset
21081
21082
21083 \begin_inset Tabular
21084 <lyxtabular version="3" rows="10" columns="2">
21085 <features>
21086 <column alignment="center" valignment="top" width="0pt">
21087 <column alignment="center" valignment="top" width="0pt">
21088 <row>
21089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093 Comando
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102 Símbolo
21103 \begin_inset Note Note
21104 status collapsed
21105
21106 \begin_layout Plain Layout
21107
21108 \series bold
21109
21110 \backslash
21111 raisebox
21112 \series default
21113  se usa sólo como espaciador
21114 \end_layout
21115
21116 \end_inset
21117
21118
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 </row>
21124 <row>
21125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129
21130 \backslash
21131 forall
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140 \begin_inset Formula $\forall$
21141 \end_inset
21142
21143
21144 \end_layout
21145
21146 \end_inset
21147 </cell>
21148 </row>
21149 <row>
21150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154
21155 \backslash
21156 exists
21157 \end_layout
21158
21159 \end_inset
21160 </cell>
21161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21162 \begin_inset Text
21163
21164 \begin_layout Plain Layout
21165 \begin_inset Formula $\exists$
21166 \end_inset
21167
21168
21169 \end_layout
21170
21171 \end_inset
21172 </cell>
21173 </row>
21174 <row>
21175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21176 \begin_inset Text
21177
21178 \begin_layout Plain Layout
21179
21180 \backslash
21181 nexists
21182 \end_layout
21183
21184 \end_inset
21185 </cell>
21186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21187 \begin_inset Text
21188
21189 \begin_layout Plain Layout
21190 \begin_inset Formula $\nexists$
21191 \end_inset
21192
21193
21194 \end_layout
21195
21196 \end_inset
21197 </cell>
21198 </row>
21199 <row>
21200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204
21205 \backslash
21206 emptyset
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21212 \begin_inset Text
21213
21214 \begin_layout Plain Layout
21215 \begin_inset Formula $\emptyset$
21216 \end_inset
21217
21218
21219 \end_layout
21220
21221 \end_inset
21222 </cell>
21223 </row>
21224 <row>
21225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21226 \begin_inset Text
21227
21228 \begin_layout Plain Layout
21229
21230 \backslash
21231 varnothing
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240 \begin_inset Formula $\varnothing$
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \end_inset
21247 </cell>
21248 </row>
21249 <row>
21250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254
21255 \backslash
21256 dag
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21262 \begin_inset Text
21263
21264 \begin_layout Plain Layout
21265 \begin_inset Formula $\dag$
21266 \end_inset
21267
21268
21269 \end_layout
21270
21271 \end_inset
21272 </cell>
21273 </row>
21274 <row>
21275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21276 \begin_inset Text
21277
21278 \begin_layout Plain Layout
21279
21280 \backslash
21281 ddag
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21287 \begin_inset Text
21288
21289 \begin_layout Plain Layout
21290 \begin_inset Formula $\ddag$
21291 \end_inset
21292
21293
21294 \end_layout
21295
21296 \end_inset
21297 </cell>
21298 </row>
21299 <row>
21300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21301 \begin_inset Text
21302
21303 \begin_layout Plain Layout
21304
21305 \backslash
21306 complement
21307 \end_layout
21308
21309 \end_inset
21310 </cell>
21311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21312 \begin_inset Text
21313
21314 \begin_layout Plain Layout
21315 \begin_inset ERT
21316 status collapsed
21317
21318 \begin_layout Plain Layout
21319
21320
21321 \backslash
21322 raisebox{-0.8mm}{
21323 \end_layout
21324
21325 \end_inset
21326
21327
21328 \begin_inset Formula $\complement$
21329 \end_inset
21330
21331
21332 \begin_inset ERT
21333 status collapsed
21334
21335 \begin_layout Plain Layout
21336
21337 }
21338 \end_layout
21339
21340 \end_inset
21341
21342
21343 \end_layout
21344
21345 \end_inset
21346 </cell>
21347 </row>
21348 <row>
21349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353
21354 \backslash
21355 Bbbk
21356 \end_layout
21357
21358 \end_inset
21359 </cell>
21360 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21361 \begin_inset Text
21362
21363 \begin_layout Plain Layout
21364 \begin_inset Formula $\Bbbk$
21365 \end_inset
21366
21367
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 </row>
21373 </lyxtabular>
21374
21375 \end_inset
21376
21377
21378 \begin_inset space \hfill{}
21379 \end_inset
21380
21381
21382 \begin_inset Tabular
21383 <lyxtabular version="3" rows="10" columns="2">
21384 <features>
21385 <column alignment="center" valignment="top" width="0pt">
21386 <column alignment="center" valignment="top" width="0pt">
21387 <row>
21388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392 Comando
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21398 \begin_inset Text
21399
21400 \begin_layout Plain Layout
21401 Símbolo
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 </row>
21407 <row>
21408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21409 \begin_inset Text
21410
21411 \begin_layout Plain Layout
21412
21413 \backslash
21414 prime
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423 \begin_inset Formula $\prime$
21424 \end_inset
21425
21426
21427 \end_layout
21428
21429 \end_inset
21430 </cell>
21431 </row>
21432 <row>
21433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21434 \begin_inset Text
21435
21436 \begin_layout Plain Layout
21437
21438 \backslash
21439 backprime
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448 \begin_inset Formula $\backprime$
21449 \end_inset
21450
21451
21452 \end_layout
21453
21454 \end_inset
21455 </cell>
21456 </row>
21457 <row>
21458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21459 \begin_inset Text
21460
21461 \begin_layout Plain Layout
21462
21463 \backslash
21464 mho
21465 \end_layout
21466
21467 \end_inset
21468 </cell>
21469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Plain Layout
21473 \begin_inset Formula $\mho$
21474 \end_inset
21475
21476
21477 \end_layout
21478
21479 \end_inset
21480 </cell>
21481 </row>
21482 <row>
21483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21484 \begin_inset Text
21485
21486 \begin_layout Plain Layout
21487
21488 \backslash
21489 triangle
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21495 \begin_inset Text
21496
21497 \begin_layout Plain Layout
21498 \begin_inset Formula $\triangle$
21499 \end_inset
21500
21501
21502 \end_layout
21503
21504 \end_inset
21505 </cell>
21506 </row>
21507 <row>
21508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512
21513 \backslash
21514 angle
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21520 \begin_inset Text
21521
21522 \begin_layout Plain Layout
21523 \begin_inset Formula $\angle$
21524 \end_inset
21525
21526
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 </row>
21532 <row>
21533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21534 \begin_inset Text
21535
21536 \begin_layout Plain Layout
21537
21538 \backslash
21539 measuredangle
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21545 \begin_inset Text
21546
21547 \begin_layout Plain Layout
21548 \begin_inset Formula $\measuredangle$
21549 \end_inset
21550
21551
21552 \end_layout
21553
21554 \end_inset
21555 </cell>
21556 </row>
21557 <row>
21558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21559 \begin_inset Text
21560
21561 \begin_layout Plain Layout
21562
21563 \backslash
21564 sphericalangle
21565 \end_layout
21566
21567 \end_inset
21568 </cell>
21569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21570 \begin_inset Text
21571
21572 \begin_layout Plain Layout
21573 \begin_inset Formula $\sphericalangle$
21574 \end_inset
21575
21576
21577 \end_layout
21578
21579 \end_inset
21580 </cell>
21581 </row>
21582 <row>
21583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21584 \begin_inset Text
21585
21586 \begin_layout Plain Layout
21587
21588 \backslash
21589 top
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598 \begin_inset Formula $\top$
21599 \end_inset
21600
21601
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 </row>
21607 <row>
21608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612
21613 \backslash
21614 bot
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623 \begin_inset Formula $\bot$
21624 \end_inset
21625
21626
21627 \end_layout
21628
21629 \end_inset
21630 </cell>
21631 </row>
21632 </lyxtabular>
21633
21634 \end_inset
21635
21636
21637 \begin_inset space \hfill{}
21638 \end_inset
21639
21640
21641 \end_layout
21642
21643 \begin_layout Subsection
21644 Símbolos misceláneos
21645 \begin_inset CommandInset label
21646 LatexCommand label
21647 name "sub:Símbolos-misceláneos"
21648
21649 \end_inset
21650
21651
21652 \begin_inset Index
21653 status collapsed
21654
21655 \begin_layout Plain Layout
21656 Símbolos ! misceláneos
21657 \end_layout
21658
21659 \end_inset
21660
21661
21662 \end_layout
21663
21664 \begin_layout Standard
21665 \noindent
21666 \align center
21667 \begin_inset Tabular
21668 <lyxtabular version="3" rows="10" columns="2">
21669 <features>
21670 <column alignment="center" valignment="top" width="0pt">
21671 <column alignment="center" valignment="top" width="0pt">
21672 <row>
21673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 Comando
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686 Símbolo
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 </row>
21692 <row>
21693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697
21698 \backslash
21699 flat
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708 \begin_inset Formula $\flat$
21709 \end_inset
21710
21711
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 </row>
21717 <row>
21718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722
21723 \backslash
21724 natural
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733 \begin_inset Formula $\natural$
21734 \end_inset
21735
21736
21737 \end_layout
21738
21739 \end_inset
21740 </cell>
21741 </row>
21742 <row>
21743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21744 \begin_inset Text
21745
21746 \begin_layout Plain Layout
21747
21748 \backslash
21749 sharp
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21755 \begin_inset Text
21756
21757 \begin_layout Plain Layout
21758 \begin_inset Formula $\sharp$
21759 \end_inset
21760
21761
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 </row>
21767 <row>
21768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772
21773 \backslash
21774 surd
21775 \end_layout
21776
21777 \end_inset
21778 </cell>
21779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21780 \begin_inset Text
21781
21782 \begin_layout Plain Layout
21783 \begin_inset Formula $\surd$
21784 \end_inset
21785
21786
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 </row>
21792 <row>
21793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21794 \begin_inset Text
21795
21796 \begin_layout Plain Layout
21797
21798 \backslash
21799 checkmark
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21805 \begin_inset Text
21806
21807 \begin_layout Plain Layout
21808 \begin_inset Formula $\checkmark$
21809 \end_inset
21810
21811
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 </row>
21817 <row>
21818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21819 \begin_inset Text
21820
21821 \begin_layout Plain Layout
21822
21823 \backslash
21824 yen
21825 \end_layout
21826
21827 \end_inset
21828 </cell>
21829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21830 \begin_inset Text
21831
21832 \begin_layout Plain Layout
21833 \begin_inset Formula $\yen$
21834 \end_inset
21835
21836
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 </row>
21842 <row>
21843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21844 \begin_inset Text
21845
21846 \begin_layout Plain Layout
21847
21848 \backslash
21849 pounds
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21855 \begin_inset Text
21856
21857 \begin_layout Plain Layout
21858 \begin_inset Formula $\pounds$
21859 \end_inset
21860
21861
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 </row>
21867 <row>
21868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout Plain Layout
21872 $
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881 \begin_inset Formula $\$$
21882 \end_inset
21883
21884
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 </row>
21890 <row>
21891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895 §
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21901 \begin_inset Text
21902
21903 \begin_layout Plain Layout
21904 \begin_inset Formula $§$
21905 \end_inset
21906
21907
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 </row>
21913 </lyxtabular>
21914
21915 \end_inset
21916
21917
21918 \begin_inset Tabular
21919 <lyxtabular version="3" rows="10" columns="2">
21920 <features>
21921 <column alignment="center" valignment="top" width="0">
21922 <column alignment="center" valignment="top" width="0">
21923 <row>
21924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Plain Layout
21928 Comando
21929 \end_layout
21930
21931 \end_inset
21932 </cell>
21933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21934 \begin_inset Text
21935
21936 \begin_layout Plain Layout
21937 Símbolo
21938 \end_layout
21939
21940 \end_inset
21941 </cell>
21942 </row>
21943 <row>
21944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21945 \begin_inset Text
21946
21947 \begin_layout Plain Layout
21948
21949 \backslash
21950 hbar
21951 \end_layout
21952
21953 \end_inset
21954 </cell>
21955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959 \begin_inset Formula $\hbar$
21960 \end_inset
21961
21962
21963 \end_layout
21964
21965 \end_inset
21966 </cell>
21967 </row>
21968 <row>
21969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21970 \begin_inset Text
21971
21972 \begin_layout Plain Layout
21973
21974 \backslash
21975 hslash
21976 \end_layout
21977
21978 \end_inset
21979 </cell>
21980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984 \begin_inset Formula $\hslash$
21985 \end_inset
21986
21987
21988 \end_layout
21989
21990 \end_inset
21991 </cell>
21992 </row>
21993 <row>
21994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21995 \begin_inset Text
21996
21997 \begin_layout Plain Layout
21998
21999 \backslash
22000 clubsuit
22001 \end_layout
22002
22003 \end_inset
22004 </cell>
22005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22006 \begin_inset Text
22007
22008 \begin_layout Plain Layout
22009 \begin_inset Formula $\clubsuit$
22010 \end_inset
22011
22012
22013 \end_layout
22014
22015 \end_inset
22016 </cell>
22017 </row>
22018 <row>
22019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22020 \begin_inset Text
22021
22022 \begin_layout Plain Layout
22023
22024 \backslash
22025 spadesuit
22026 \end_layout
22027
22028 \end_inset
22029 </cell>
22030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22031 \begin_inset Text
22032
22033 \begin_layout Plain Layout
22034 \begin_inset Formula $\spadesuit$
22035 \end_inset
22036
22037
22038 \end_layout
22039
22040 \end_inset
22041 </cell>
22042 </row>
22043 <row>
22044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22045 \begin_inset Text
22046
22047 \begin_layout Plain Layout
22048
22049 \backslash
22050 bigstar
22051 \end_layout
22052
22053 \end_inset
22054 </cell>
22055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22056 \begin_inset Text
22057
22058 \begin_layout Plain Layout
22059 \begin_inset Formula $\bigstar$
22060 \end_inset
22061
22062
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 </row>
22068 <row>
22069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22070 \begin_inset Text
22071
22072 \begin_layout Plain Layout
22073
22074 \backslash
22075 blacklozenge
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22081 \begin_inset Text
22082
22083 \begin_layout Plain Layout
22084 \begin_inset Formula $\blacklozenge$
22085 \end_inset
22086
22087
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 </row>
22093 <row>
22094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098
22099 \backslash
22100 blacktriangle
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109 \begin_inset Formula $\blacktriangle$
22110 \end_inset
22111
22112
22113 \end_layout
22114
22115 \end_inset
22116 </cell>
22117 </row>
22118 <row>
22119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123
22124 \backslash
22125 blacktiangledown
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22131 \begin_inset Text
22132
22133 \begin_layout Plain Layout
22134 \begin_inset Formula $\blacktriangledown$
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 </row>
22143 <row>
22144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148
22149 \backslash
22150 bullet
22151 \end_layout
22152
22153 \end_inset
22154 </cell>
22155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159 \begin_inset Formula $\bullet$
22160 \end_inset
22161
22162
22163 \end_layout
22164
22165 \end_inset
22166 </cell>
22167 </row>
22168 </lyxtabular>
22169
22170 \end_inset
22171
22172
22173 \begin_inset Tabular
22174 <lyxtabular version="3" rows="10" columns="2">
22175 <features>
22176 <column alignment="center" valignment="top" width="0pt">
22177 <column alignment="center" valignment="top" width="0pt">
22178 <row>
22179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183 Comando
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192 Símbolo
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 </row>
22198 <row>
22199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203
22204 \backslash
22205 diamondsuit
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214 \begin_inset Formula $\diamondsuit$
22215 \end_inset
22216
22217
22218 \end_layout
22219
22220 \end_inset
22221 </cell>
22222 </row>
22223 <row>
22224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22225 \begin_inset Text
22226
22227 \begin_layout Plain Layout
22228
22229 \backslash
22230 Diamond
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22236 \begin_inset Text
22237
22238 \begin_layout Plain Layout
22239 \begin_inset Formula $\Diamond$
22240 \end_inset
22241
22242
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 </row>
22248 <row>
22249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22250 \begin_inset Text
22251
22252 \begin_layout Plain Layout
22253
22254 \backslash
22255 heartsuit
22256 \end_layout
22257
22258 \end_inset
22259 </cell>
22260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22261 \begin_inset Text
22262
22263 \begin_layout Plain Layout
22264 \begin_inset Formula $\heartsuit$
22265 \end_inset
22266
22267
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 </row>
22273 <row>
22274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22275 \begin_inset Text
22276
22277 \begin_layout Plain Layout
22278
22279 \backslash
22280 P
22281 \end_layout
22282
22283 \end_inset
22284 </cell>
22285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22286 \begin_inset Text
22287
22288 \begin_layout Plain Layout
22289 \begin_inset Formula $\P$
22290 \end_inset
22291
22292
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 </row>
22298 <row>
22299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22300 \begin_inset Text
22301
22302 \begin_layout Plain Layout
22303
22304 \backslash
22305 copyright
22306 \end_layout
22307
22308 \end_inset
22309 </cell>
22310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22311 \begin_inset Text
22312
22313 \begin_layout Plain Layout
22314 \begin_inset Formula $\copyright$
22315 \end_inset
22316
22317
22318 \end_layout
22319
22320 \end_inset
22321 </cell>
22322 </row>
22323 <row>
22324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22325 \begin_inset Text
22326
22327 \begin_layout Plain Layout
22328
22329 \backslash
22330 circledR
22331 \end_layout
22332
22333 \end_inset
22334 </cell>
22335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22336 \begin_inset Text
22337
22338 \begin_layout Plain Layout
22339 \begin_inset Formula $\circledR$
22340 \end_inset
22341
22342
22343 \end_layout
22344
22345 \end_inset
22346 </cell>
22347 </row>
22348 <row>
22349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22350 \begin_inset Text
22351
22352 \begin_layout Plain Layout
22353
22354 \backslash
22355 maltese
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364 \begin_inset Formula $\maltese$
22365 \end_inset
22366
22367
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 </row>
22373 <row>
22374 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378
22379 \backslash
22380 diagup
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389 \begin_inset Formula $\diagup$
22390 \end_inset
22391
22392
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 </row>
22398 <row>
22399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22400 \begin_inset Text
22401
22402 \begin_layout Plain Layout
22403
22404 \backslash
22405 diagdown
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414 \begin_inset Formula $\diagdown$
22415 \end_inset
22416
22417
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 </row>
22423 </lyxtabular>
22424
22425 \end_inset
22426
22427
22428 \end_layout
22429
22430 \begin_layout Standard
22431 \begin_inset VSpace medskip
22432 \end_inset
22433
22434
22435 \end_layout
22436
22437 \begin_layout Standard
22438 Hay más símbolos en 
22439 \begin_inset CommandInset ref
22440 LatexCommand ref
22441 reference "sub:Caracteres-especiales-misceláneos"
22442
22443 \end_inset
22444
22445 .
22446 \end_layout
22447
22448 \begin_layout Standard
22449 Algunos símbolos pueden presentarse en distintos tamaños, véase 
22450 \begin_inset CommandInset ref
22451 LatexCommand ref
22452 reference "sub:Tamaños-de-fuentes"
22453
22454 \end_inset
22455
22456
22457 \end_layout
22458
22459 \begin_layout Subsection
22460 El símbolo del euro, €
22461 \begin_inset Index
22462 status collapsed
22463
22464 \begin_layout Plain Layout
22465 Símbolos ! euro
22466 \end_layout
22467
22468 \end_inset
22469
22470
22471 \begin_inset Index
22472 status collapsed
22473
22474 \begin_layout Plain Layout
22475
22476 \backslash
22477 @
22478 \begin_inset ERT
22479 status collapsed
22480
22481 \begin_layout Plain Layout
22482
22483
22484 \backslash
22485 officialeuro
22486 \end_layout
22487
22488 \end_inset
22489
22490
22491 \end_layout
22492
22493 \end_inset
22494
22495
22496 \end_layout
22497
22498 \begin_layout Standard
22499 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
22500  LaTeX 
22501 \series bold
22502 eurosym
22503 \series default
22504
22505 \begin_inset Index
22506 status collapsed
22507
22508 \begin_layout Plain Layout
22509 Paquetes ! eurosym
22510 \end_layout
22511
22512 \end_inset
22513
22514 , y cargado en el preámbulo LaTeX con la línea
22515 \end_layout
22516
22517 \begin_layout Standard
22518
22519 \series bold
22520
22521 \backslash
22522 usepackage[gennarrow]{eurosym}
22523 \end_layout
22524
22525 \begin_layout Standard
22526 Actualmente también se puede insertar con el comando 
22527 \series bold
22528
22529 \backslash
22530 euro
22531 \series default
22532
22533 \begin_inset Index
22534 status collapsed
22535
22536 \begin_layout Plain Layout
22537 Comandos ! E ! 
22538 \backslash
22539 euro
22540 \end_layout
22541
22542 \end_inset
22543
22544 .
22545 \end_layout
22546
22547 \begin_layout Standard
22548 El símbolo del euro puede insertarse directamente con la tecla € en texto
22549  matemático sin tener 
22550 \series bold
22551 eurosym
22552 \series default
22553  instalado.
22554  Si 
22555 \series bold
22556 eurosym
22557 \series default
22558  está instalado, se puede insertar 
22559 \series bold
22560
22561 \backslash
22562 euro
22563 \series default
22564  en modo TeX.
22565  El símbolo oficial de la moneda se puede insertar con el comando 
22566 \series bold
22567
22568 \backslash
22569 officialeuro
22570 \series default
22571
22572 \begin_inset Index
22573 status collapsed
22574
22575 \begin_layout Plain Layout
22576 Comandos ! O ! 
22577 \backslash
22578 officialeuro
22579 \end_layout
22580
22581 \end_inset
22582
22583 , que sólo está disponible en modo TeX.
22584 \end_layout
22585
22586 \begin_layout Standard
22587 \begin_inset ERT
22588 status collapsed
22589
22590 \begin_layout Plain Layout
22591
22592
22593 \backslash
22594 ifeurosym
22595 \end_layout
22596
22597 \end_inset
22598
22599
22600 \begin_inset Note Note
22601 status collapsed
22602
22603 \begin_layout Plain Layout
22604 La tabla siguiente sólo se mostrará si está instalado el paquete LaTeX 
22605 \series bold
22606 eurosym
22607 \series default
22608 .
22609 \end_layout
22610
22611 \end_inset
22612
22613
22614 \end_layout
22615
22616 \begin_layout Standard
22617 Un vistazo a los diferentes símbolos del euro.
22618 \end_layout
22619
22620 \begin_layout Standard
22621 \noindent
22622 \align center
22623 \begin_inset Tabular
22624 <lyxtabular version="3" rows="4" columns="3">
22625 <features>
22626 <column alignment="center" valignment="top" width="0">
22627 <column alignment="center" valignment="top" width="0">
22628 <column alignment="center" valignment="top" width="0">
22629 <row>
22630 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643 Comando
22644 \end_layout
22645
22646 \end_inset
22647 </cell>
22648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652 Símbolo
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 </row>
22658 <row>
22659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22660 \begin_inset Text
22661
22662 \begin_layout Plain Layout
22663 ecuación
22664 \end_layout
22665
22666 \end_inset
22667 </cell>
22668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672
22673 \backslash
22674 euro
22675 \end_layout
22676
22677 \end_inset
22678 </cell>
22679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22680 \begin_inset Text
22681
22682 \begin_layout Plain Layout
22683 \begin_inset Formula $\euro$
22684 \end_inset
22685
22686
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 </row>
22692 <row>
22693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697 texto matemático
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22712 \begin_inset Text
22713
22714 \begin_layout Plain Layout
22715 \begin_inset Formula $\mbox{€}$
22716 \end_inset
22717
22718
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 </row>
22724 <row>
22725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729 modo TeX
22730 \end_layout
22731
22732 \end_inset
22733 </cell>
22734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738
22739 \backslash
22740 officialeuro
22741 \end_layout
22742
22743 \end_inset
22744 </cell>
22745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22746 \begin_inset Text
22747
22748 \begin_layout Plain Layout
22749 \begin_inset ERT
22750 status collapsed
22751
22752 \begin_layout Plain Layout
22753
22754
22755 \backslash
22756 officialeuro
22757 \end_layout
22758
22759 \end_inset
22760
22761
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 </row>
22767 </lyxtabular>
22768
22769 \end_inset
22770
22771
22772 \end_layout
22773
22774 \begin_layout Standard
22775 \begin_inset ERT
22776 status collapsed
22777
22778 \begin_layout Plain Layout
22779
22780
22781 \backslash
22782 else
22783 \end_layout
22784
22785 \end_inset
22786
22787
22788 \begin_inset Note Note
22789 status collapsed
22790
22791 \begin_layout Plain Layout
22792 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22793 \series bold
22794 eurosym
22795 \series default
22796 :
22797 \end_layout
22798
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \begin_layout Standard
22805 Para ver la salida completa de esta subsección debe estar instalado el paquete
22806  LaTeX 
22807 \series bold
22808 eurosym
22809 \series default
22810 .
22811 \end_layout
22812
22813 \begin_layout Standard
22814 \begin_inset ERT
22815 status collapsed
22816
22817 \begin_layout Plain Layout
22818
22819
22820 \backslash
22821 fi
22822 \end_layout
22823
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \begin_layout Section
22830 Relaciones
22831 \begin_inset CommandInset label
22832 LatexCommand label
22833 name "sec:Relaciones"
22834
22835 \end_inset
22836
22837
22838 \begin_inset Index
22839 status collapsed
22840
22841 \begin_layout Plain Layout
22842 Relaciones
22843 \end_layout
22844
22845 \end_inset
22846
22847
22848 \begin_inset Index
22849 status collapsed
22850
22851 \begin_layout Plain Layout
22852 Comparaciones|see
22853 \begin_inset ERT
22854 status collapsed
22855
22856 \begin_layout Plain Layout
22857
22858 {
22859 \end_layout
22860
22861 \end_inset
22862
22863 Relaciones
22864 \begin_inset ERT
22865 status collapsed
22866
22867 \begin_layout Plain Layout
22868
22869 }
22870 \end_layout
22871
22872 \end_inset
22873
22874
22875 \end_layout
22876
22877 \end_inset
22878
22879
22880 \end_layout
22881
22882 \begin_layout Standard
22883 Todas las relaciones se pueden insertar también con el botón 
22884 \begin_inset Graphics
22885         filename ../../images/math/leq.png
22886         scale 85
22887
22888 \end_inset
22889
22890  de la barra de ecuaciones.
22891 \end_layout
22892
22893 \begin_layout Standard
22894 \begin_inset space \hfill{}
22895 \end_inset
22896
22897
22898 \begin_inset Tabular
22899 <lyxtabular version="3" rows="17" columns="2">
22900 <features>
22901 <column alignment="center" valignment="top" width="0pt">
22902 <column alignment="center" valignment="top" width="0pt">
22903 <row>
22904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908 Comando
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22914 \begin_inset Text
22915
22916 \begin_layout Plain Layout
22917 Relación
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 </row>
22923 <row>
22924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928 <
22929 \end_layout
22930
22931 \end_inset
22932 </cell>
22933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937 \begin_inset Formula $<$
22938 \end_inset
22939
22940
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 </row>
22946 <row>
22947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22948 \begin_inset Text
22949
22950 \begin_layout Plain Layout
22951
22952 \backslash
22953 le
22954 \end_layout
22955
22956 \end_inset
22957 </cell>
22958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22959 \begin_inset Text
22960
22961 \begin_layout Plain Layout
22962 \begin_inset Formula $\le$
22963 \end_inset
22964
22965
22966 \end_layout
22967
22968 \end_inset
22969 </cell>
22970 </row>
22971 <row>
22972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Plain Layout
22976
22977 \backslash
22978 ll
22979 \end_layout
22980
22981 \end_inset
22982 </cell>
22983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987 \begin_inset Formula $\ll$
22988 \end_inset
22989
22990
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 </row>
22996 <row>
22997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22998 \begin_inset Text
22999
23000 \begin_layout Plain Layout
23001
23002 \backslash
23003 prec
23004 \end_layout
23005
23006 \end_inset
23007 </cell>
23008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23009 \begin_inset Text
23010
23011 \begin_layout Plain Layout
23012 \begin_inset Formula $\prec$
23013 \end_inset
23014
23015
23016 \end_layout
23017
23018 \end_inset
23019 </cell>
23020 </row>
23021 <row>
23022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026
23027 \backslash
23028 preceq
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037 \begin_inset Formula $\preceq$
23038 \end_inset
23039
23040
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 </row>
23046 <row>
23047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23048 \begin_inset Text
23049
23050 \begin_layout Plain Layout
23051
23052 \backslash
23053 subset
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062 \begin_inset Formula $\subset$
23063 \end_inset
23064
23065
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 </row>
23071 <row>
23072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23073 \begin_inset Text
23074
23075 \begin_layout Plain Layout
23076
23077 \backslash
23078 subseteq
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087 \begin_inset Formula $\subseteq$
23088 \end_inset
23089
23090
23091 \end_layout
23092
23093 \end_inset
23094 </cell>
23095 </row>
23096 <row>
23097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23098 \begin_inset Text
23099
23100 \begin_layout Plain Layout
23101
23102 \backslash
23103 sqsubseteq
23104 \end_layout
23105
23106 \end_inset
23107 </cell>
23108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112 \begin_inset Formula $\sqsubseteq$
23113 \end_inset
23114
23115
23116 \end_layout
23117
23118 \end_inset
23119 </cell>
23120 </row>
23121 <row>
23122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126
23127 \backslash
23128 in
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137 \begin_inset Formula $\in$
23138 \end_inset
23139
23140
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 </row>
23146 <row>
23147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151
23152 \backslash
23153 vdash
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162 \begin_inset Formula $\vdash$
23163 \end_inset
23164
23165
23166 \end_layout
23167
23168 \end_inset
23169 </cell>
23170 </row>
23171 <row>
23172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23173 \begin_inset Text
23174
23175 \begin_layout Plain Layout
23176
23177 \backslash
23178 smile
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187 \begin_inset Formula $\smile$
23188 \end_inset
23189
23190
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 </row>
23196 <row>
23197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201
23202 \backslash
23203 lhd
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212 \begin_inset Formula $\lhd$
23213 \end_inset
23214
23215
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 </row>
23221 <row>
23222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226
23227 \backslash
23228 unlhd
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237 \begin_inset Formula $\unlhd$
23238 \end_inset
23239
23240
23241 \end_layout
23242
23243 \end_inset
23244 </cell>
23245 </row>
23246 <row>
23247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251
23252 \backslash
23253 gtrless
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262 \begin_inset Formula $\gtrless$
23263 \end_inset
23264
23265
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 </row>
23271 <row>
23272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276
23277 \backslash
23278 mid
23279 \end_layout
23280
23281 \end_inset
23282 </cell>
23283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287 \begin_inset Formula $\mid$
23288 \end_inset
23289
23290
23291 \end_layout
23292
23293 \end_inset
23294 </cell>
23295 </row>
23296 <row>
23297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23298 \begin_inset Text
23299
23300 \begin_layout Plain Layout
23301
23302 \backslash
23303 nmid
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312 \begin_inset Formula $\nmid$
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \end_inset
23319 </cell>
23320 </row>
23321 </lyxtabular>
23322
23323 \end_inset
23324
23325
23326 \begin_inset space \hfill{}
23327 \end_inset
23328
23329
23330 \begin_inset Tabular
23331 <lyxtabular version="3" rows="17" columns="2">
23332 <features>
23333 <column alignment="center" valignment="top" width="0pt">
23334 <column alignment="center" valignment="top" width="0pt">
23335 <row>
23336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23337 \begin_inset Text
23338
23339 \begin_layout Plain Layout
23340 Comando
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23346 \begin_inset Text
23347
23348 \begin_layout Plain Layout
23349 Relación
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 </row>
23355 <row>
23356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360 =
23361 \end_layout
23362
23363 \end_inset
23364 </cell>
23365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369 \begin_inset Formula $=$
23370 \end_inset
23371
23372
23373 \end_layout
23374
23375 \end_inset
23376 </cell>
23377 </row>
23378 <row>
23379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23380 \begin_inset Text
23381
23382 \begin_layout Plain Layout
23383
23384 \backslash
23385 not=
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394 \begin_inset Formula $\not=$
23395 \end_inset
23396
23397
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 </row>
23403 <row>
23404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23405 \begin_inset Text
23406
23407 \begin_layout Plain Layout
23408
23409 \backslash
23410 equiv
23411 \end_layout
23412
23413 \end_inset
23414 </cell>
23415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419 \begin_inset Formula $\equiv$
23420 \end_inset
23421
23422
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 </row>
23428 <row>
23429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23430 \begin_inset Text
23431
23432 \begin_layout Plain Layout
23433
23434 \backslash
23435 sim
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444 \begin_inset Formula $\sim$
23445 \end_inset
23446
23447
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 </row>
23453 <row>
23454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458
23459 \backslash
23460 simeq
23461 \end_layout
23462
23463 \end_inset
23464 </cell>
23465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469 \begin_inset Formula $\simeq$
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 </row>
23478 <row>
23479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23480 \begin_inset Text
23481
23482 \begin_layout Plain Layout
23483
23484 \backslash
23485 approx
23486 \end_layout
23487
23488 \end_inset
23489 </cell>
23490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494 \begin_inset Formula $\approx$
23495 \end_inset
23496
23497
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 </row>
23503 <row>
23504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508
23509 \backslash
23510 cong
23511 \end_layout
23512
23513 \end_inset
23514 </cell>
23515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519 \begin_inset Formula $\cong$
23520 \end_inset
23521
23522
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 </row>
23528 <row>
23529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23530 \begin_inset Text
23531
23532 \begin_layout Plain Layout
23533
23534 \backslash
23535 bowtie
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544 \begin_inset Formula $\bowtie$
23545 \end_inset
23546
23547
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 </row>
23553 <row>
23554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558
23559 \backslash
23560 notin
23561 \end_layout
23562
23563 \end_inset
23564 </cell>
23565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569 \begin_inset Formula $\notin$
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 </row>
23578 <row>
23579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583
23584 \backslash
23585 perp
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594 \begin_inset Formula $\perp$
23595 \end_inset
23596
23597
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 </row>
23603 <row>
23604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23605 \begin_inset Text
23606
23607 \begin_layout Plain Layout
23608
23609 \backslash
23610 propto
23611 \end_layout
23612
23613 \end_inset
23614 </cell>
23615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619 \begin_inset Formula $\propto$
23620 \end_inset
23621
23622
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 </row>
23628 <row>
23629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23630 \begin_inset Text
23631
23632 \begin_layout Plain Layout
23633
23634 \backslash
23635 asymp
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644 \begin_inset Formula $\asymp$
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 </row>
23653 <row>
23654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658
23659 \backslash
23660 doteq
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669 \begin_inset Formula $\doteq$
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 </row>
23678 <row>
23679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683
23684 \backslash
23685 circeq
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694 \begin_inset Formula $\circeq$
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 </row>
23703 <row>
23704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708
23709 \backslash
23710 models
23711 \end_layout
23712
23713 \end_inset
23714 </cell>
23715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719 \begin_inset Formula $\models$
23720 \end_inset
23721
23722
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 </row>
23728 <row>
23729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733
23734 \backslash
23735 widehat=
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744 \begin_inset Formula $\widehat{=}$
23745 \end_inset
23746
23747
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 </row>
23753 </lyxtabular>
23754
23755 \end_inset
23756
23757
23758 \begin_inset space \hfill{}
23759 \end_inset
23760
23761
23762 \begin_inset Tabular
23763 <lyxtabular version="3" rows="17" columns="2">
23764 <features>
23765 <column alignment="center" valignment="top" width="0pt">
23766 <column alignment="center" valignment="top" width="0pt">
23767 <row>
23768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23769 \begin_inset Text
23770
23771 \begin_layout Plain Layout
23772 Comando
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23778 \begin_inset Text
23779
23780 \begin_layout Plain Layout
23781 Relación
23782 \end_layout
23783
23784 \end_inset
23785 </cell>
23786 </row>
23787 <row>
23788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23789 \begin_inset Text
23790
23791 \begin_layout Plain Layout
23792 >
23793 \end_layout
23794
23795 \end_inset
23796 </cell>
23797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801 \begin_inset Formula $>$
23802 \end_inset
23803
23804
23805 \end_layout
23806
23807 \end_inset
23808 </cell>
23809 </row>
23810 <row>
23811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23812 \begin_inset Text
23813
23814 \begin_layout Plain Layout
23815
23816 \backslash
23817 ge
23818 \end_layout
23819
23820 \end_inset
23821 </cell>
23822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826 \begin_inset Formula $\ge$
23827 \end_inset
23828
23829
23830 \end_layout
23831
23832 \end_inset
23833 </cell>
23834 </row>
23835 <row>
23836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23837 \begin_inset Text
23838
23839 \begin_layout Plain Layout
23840
23841 \backslash
23842 gg
23843 \end_layout
23844
23845 \end_inset
23846 </cell>
23847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23848 \begin_inset Text
23849
23850 \begin_layout Plain Layout
23851 \begin_inset Formula $\gg$
23852 \end_inset
23853
23854
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 </row>
23860 <row>
23861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23862 \begin_inset Text
23863
23864 \begin_layout Plain Layout
23865
23866 \backslash
23867 succ
23868 \end_layout
23869
23870 \end_inset
23871 </cell>
23872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Plain Layout
23876 \begin_inset Formula $\succ$
23877 \end_inset
23878
23879
23880 \end_layout
23881
23882 \end_inset
23883 </cell>
23884 </row>
23885 <row>
23886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23887 \begin_inset Text
23888
23889 \begin_layout Plain Layout
23890
23891 \backslash
23892 succeq
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901 \begin_inset Formula $\succeq$
23902 \end_inset
23903
23904
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 </row>
23910 <row>
23911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23912 \begin_inset Text
23913
23914 \begin_layout Plain Layout
23915
23916 \backslash
23917 supset
23918 \end_layout
23919
23920 \end_inset
23921 </cell>
23922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926 \begin_inset Formula $\supset$
23927 \end_inset
23928
23929
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 </row>
23935 <row>
23936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23937 \begin_inset Text
23938
23939 \begin_layout Plain Layout
23940
23941 \backslash
23942 supseteq
23943 \end_layout
23944
23945 \end_inset
23946 </cell>
23947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23948 \begin_inset Text
23949
23950 \begin_layout Plain Layout
23951 \begin_inset Formula $\supseteq$
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 </row>
23960 <row>
23961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23962 \begin_inset Text
23963
23964 \begin_layout Plain Layout
23965
23966 \backslash
23967 sqsupseteq
23968 \end_layout
23969
23970 \end_inset
23971 </cell>
23972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23973 \begin_inset Text
23974
23975 \begin_layout Plain Layout
23976 \begin_inset Formula $\sqsupseteq$
23977 \end_inset
23978
23979
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 </row>
23985 <row>
23986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23987 \begin_inset Text
23988
23989 \begin_layout Plain Layout
23990
23991 \backslash
23992 ni
23993 \end_layout
23994
23995 \end_inset
23996 </cell>
23997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23998 \begin_inset Text
23999
24000 \begin_layout Plain Layout
24001 \begin_inset Formula $\ni$
24002 \end_inset
24003
24004
24005 \end_layout
24006
24007 \end_inset
24008 </cell>
24009 </row>
24010 <row>
24011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24012 \begin_inset Text
24013
24014 \begin_layout Plain Layout
24015
24016 \backslash
24017 dashv
24018 \end_layout
24019
24020 \end_inset
24021 </cell>
24022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24023 \begin_inset Text
24024
24025 \begin_layout Plain Layout
24026 \begin_inset Formula $\dashv$
24027 \end_inset
24028
24029
24030 \end_layout
24031
24032 \end_inset
24033 </cell>
24034 </row>
24035 <row>
24036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24037 \begin_inset Text
24038
24039 \begin_layout Plain Layout
24040
24041 \backslash
24042 frown
24043 \end_layout
24044
24045 \end_inset
24046 </cell>
24047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24048 \begin_inset Text
24049
24050 \begin_layout Plain Layout
24051 \begin_inset Formula $\frown$
24052 \end_inset
24053
24054
24055 \end_layout
24056
24057 \end_inset
24058 </cell>
24059 </row>
24060 <row>
24061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24062 \begin_inset Text
24063
24064 \begin_layout Plain Layout
24065
24066 \backslash
24067 rhd
24068 \end_layout
24069
24070 \end_inset
24071 </cell>
24072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24073 \begin_inset Text
24074
24075 \begin_layout Plain Layout
24076 \begin_inset Formula $\rhd$
24077 \end_inset
24078
24079
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 </row>
24085 <row>
24086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24087 \begin_inset Text
24088
24089 \begin_layout Plain Layout
24090
24091 \backslash
24092 unrhd
24093 \end_layout
24094
24095 \end_inset
24096 </cell>
24097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24098 \begin_inset Text
24099
24100 \begin_layout Plain Layout
24101 \begin_inset Formula $\unrhd$
24102 \end_inset
24103
24104
24105 \end_layout
24106
24107 \end_inset
24108 </cell>
24109 </row>
24110 <row>
24111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24112 \begin_inset Text
24113
24114 \begin_layout Plain Layout
24115
24116 \backslash
24117 lessgtr
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Plain Layout
24126 \begin_inset Formula $\lessgtr$
24127 \end_inset
24128
24129
24130 \end_layout
24131
24132 \end_inset
24133 </cell>
24134 </row>
24135 <row>
24136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24137 \begin_inset Text
24138
24139 \begin_layout Plain Layout
24140
24141 \backslash
24142 parallel
24143 \end_layout
24144
24145 \end_inset
24146 </cell>
24147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24148 \begin_inset Text
24149
24150 \begin_layout Plain Layout
24151 \begin_inset Formula $\parallel$
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \end_inset
24158 </cell>
24159 </row>
24160 <row>
24161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24162 \begin_inset Text
24163
24164 \begin_layout Plain Layout
24165
24166 \backslash
24167 nparallel
24168 \end_layout
24169
24170 \end_inset
24171 </cell>
24172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24173 \begin_inset Text
24174
24175 \begin_layout Plain Layout
24176 \begin_inset Formula $\nparallel$
24177 \end_inset
24178
24179
24180 \end_layout
24181
24182 \end_inset
24183 </cell>
24184 </row>
24185 </lyxtabular>
24186
24187 \end_inset
24188
24189
24190 \begin_inset space \hfill{}
24191 \end_inset
24192
24193
24194 \end_layout
24195
24196 \begin_layout Standard
24197 \begin_inset VSpace medskip
24198 \end_inset
24199
24200
24201 \end_layout
24202
24203 \begin_layout Standard
24204 Los caracteres 
24205 \series bold
24206
24207 \backslash
24208 lhd
24209 \series default
24210  y 
24211 \series bold
24212
24213 \backslash
24214 rhd
24215 \series default
24216  son mayores que los operadores de aspecto similar 
24217 \series bold
24218
24219 \backslash
24220 triangleleft
24221 \series default
24222  y 
24223 \series bold
24224
24225 \backslash
24226 triangleright
24227 \series default
24228 , respectivamente.
24229 \end_layout
24230
24231 \begin_layout Standard
24232 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
24233 \end_layout
24234
24235 \begin_layout Standard
24236 Se pueden componer relaciones con etiquetas con el comando 
24237 \series bold
24238
24239 \backslash
24240 stackrel
24241 \series default
24242
24243 \begin_inset Index
24244 status collapsed
24245
24246 \begin_layout Plain Layout
24247 Comandos ! S ! 
24248 \backslash
24249 stackrel
24250 \end_layout
24251
24252 \end_inset
24253
24254 :
24255 \end_layout
24256
24257 \begin_layout Standard
24258 \align center
24259 \begin_inset Tabular
24260 <lyxtabular version="3" rows="2" columns="2">
24261 <features>
24262 <column alignment="center" valignment="top" width="0">
24263 <column alignment="center" valignment="top" width="0">
24264 <row>
24265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24266 \begin_inset Text
24267
24268 \begin_layout Plain Layout
24269 Comando
24270 \end_layout
24271
24272 \end_inset
24273 </cell>
24274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24275 \begin_inset Text
24276
24277 \begin_layout Plain Layout
24278 Resultado
24279 \begin_inset Note Note
24280 status collapsed
24281
24282 \begin_layout Plain Layout
24283
24284 \series bold
24285
24286 \backslash
24287 raisebox
24288 \series default
24289  se usa sólo como espaciador
24290 \end_layout
24291
24292 \end_inset
24293
24294
24295 \end_layout
24296
24297 \end_inset
24298 </cell>
24299 </row>
24300 <row>
24301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305 A(r)
24306 \backslash
24307 stackrel
24308 \begin_inset ERT
24309 status collapsed
24310
24311 \begin_layout Plain Layout
24312
24313
24314 \backslash
24315 spce 
24316 \end_layout
24317
24318 \end_inset
24319
24320 r
24321 \backslash
24322 to
24323 \backslash
24324 infty
24325 \begin_inset ERT
24326 status collapsed
24327
24328 \begin_layout Plain Layout
24329
24330
24331 \backslash
24332 spce 
24333 \end_layout
24334
24335 \end_inset
24336
24337
24338 \begin_inset Formula $\downarrow$
24339 \end_inset
24340
24341
24342 \backslash
24343 approx
24344 \begin_inset ERT
24345 status collapsed
24346
24347 \begin_layout Plain Layout
24348
24349
24350 \backslash
24351 spce 
24352 \end_layout
24353
24354 \end_inset
24355
24356
24357 \begin_inset ERT
24358 status collapsed
24359
24360 \begin_layout Plain Layout
24361
24362
24363 \backslash
24364 spce 
24365 \end_layout
24366
24367 \end_inset
24368
24369 B
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24379 \end_inset
24380
24381
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 </row>
24387 </lyxtabular>
24388
24389 \end_inset
24390
24391
24392 \end_layout
24393
24394 \begin_layout Section
24395 Funciones
24396 \end_layout
24397
24398 \begin_layout Subsection
24399 Funciones predefinidas
24400 \begin_inset CommandInset label
24401 LatexCommand label
24402 name "sub:Funciones-predefinidas"
24403
24404 \end_inset
24405
24406
24407 \begin_inset Index
24408 status collapsed
24409
24410 \begin_layout Plain Layout
24411 Funciones ! predefinidas
24412 \end_layout
24413
24414 \end_inset
24415
24416
24417 \begin_inset Index
24418 status collapsed
24419
24420 \begin_layout Plain Layout
24421 Funciones ! en español
24422 \end_layout
24423
24424 \end_inset
24425
24426
24427 \end_layout
24428
24429 \begin_layout Standard
24430 En general las variables se escriben en 
24431 \emph on
24432 cursiva
24433 \emph default
24434  en expresiones matemáticas, pero no los nombres de las funciones, porque
24435  
24436 \begin_inset Formula $sen$
24437 \end_inset
24438
24439  podría confundirse con 
24440 \begin_inset Formula $s\cdot e\cdot n$
24441 \end_inset
24442
24443 .
24444  Por eso hay funciones predefinidas, que además se separan un poco del factor
24445  precedente.
24446  Se insertan como comandos con una barra inversa  delante de su nombre.
24447 \end_layout
24448
24449 \begin_layout Standard
24450 \align center
24451 \begin_inset Tabular
24452 <lyxtabular version="3" rows="2" columns="4">
24453 <features>
24454 <column alignment="center" valignment="top" width="0pt">
24455 <column alignment="center" valignment="top" width="0pt">
24456 <column alignment="center" valignment="top" width="0pt">
24457 <column alignment="center" valignment="top" width="0pt">
24458 <row>
24459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24460 \begin_inset Text
24461
24462 \begin_layout Plain Layout
24463 Comando
24464 \end_layout
24465
24466 \end_inset
24467 </cell>
24468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24469 \begin_inset Text
24470
24471 \begin_layout Plain Layout
24472 Resultado
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481 Comando
24482 \end_layout
24483
24484 \end_inset
24485 </cell>
24486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24487 \begin_inset Text
24488
24489 \begin_layout Plain Layout
24490 Resultado
24491 \end_layout
24492
24493 \end_inset
24494 </cell>
24495 </row>
24496 <row>
24497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24498 \begin_inset Text
24499
24500 \begin_layout Plain Layout
24501 Asen(x)+B
24502 \end_layout
24503
24504 \end_inset
24505 </cell>
24506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24507 \begin_inset Text
24508
24509 \begin_layout Plain Layout
24510 \begin_inset Formula $Asen(x)+B$
24511 \end_inset
24512
24513
24514 \end_layout
24515
24516 \end_inset
24517 </cell>
24518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24519 \begin_inset Text
24520
24521 \begin_layout Plain Layout
24522 A
24523 \backslash
24524 sen(x)+B
24525 \end_layout
24526
24527 \end_inset
24528 </cell>
24529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24530 \begin_inset Text
24531
24532 \begin_layout Plain Layout
24533 \begin_inset Formula $A\sen(x)+B$
24534 \end_inset
24535
24536
24537 \end_layout
24538
24539 \end_inset
24540 </cell>
24541 </row>
24542 </lyxtabular>
24543
24544 \end_inset
24545
24546
24547 \end_layout
24548
24549 \begin_layout Standard
24550 Las funciones siguientes están predefinidas:
24551 \begin_inset Foot
24552 status collapsed
24553
24554 \begin_layout Plain Layout
24555 Se han añadido los comandos equivalentes suministrados por el estilo 
24556 \series bold
24557 spanish
24558 \series default
24559  de 
24560 \series bold
24561 babel
24562 \series default
24563 , adaptados a las convenciones hispanohablantes.
24564  Además, en su caso, las funciones serán acentuadas automáticamente en la
24565  salida, p.
24566 \begin_inset space \thinspace{}
24567 \end_inset
24568
24569 e.
24570  
24571 \begin_inset Quotes fld
24572 \end_inset
24573
24574 lím
24575 \begin_inset Quotes frd
24576 \end_inset
24577
24578  o 
24579 \begin_inset Quotes fld
24580 \end_inset
24581
24582 máx
24583 \begin_inset Quotes frd
24584 \end_inset
24585
24586 .
24587  Más información en 
24588 \begin_inset CommandInset citation
24589 LatexCommand cite
24590 key "spanish"
24591
24592 \end_inset
24593
24594 .
24595  (
24596 \emph on
24597 N.
24598 \begin_inset space \thinspace{}
24599 \end_inset
24600
24601 del t.
24602 \emph default
24603 )
24604 \end_layout
24605
24606 \end_inset
24607
24608
24609 \end_layout
24610
24611 \begin_layout Standard
24612 \begin_inset VSpace -2mm
24613 \end_inset
24614
24615
24616 \end_layout
24617
24618 \begin_layout Standard
24619 \align center
24620 \begin_inset Tabular
24621 <lyxtabular version="3" rows="9" columns="7">
24622 <features>
24623 <column alignment="center" valignment="top" width="0pt">
24624 <column alignment="center" valignment="top" width="0pt">
24625 <column alignment="center" valignment="top" width="0pt">
24626 <column alignment="center" valignment="top" width="0pt">
24627 <column alignment="center" valignment="top" width="0pt">
24628 <column alignment="center" valignment="top" width="0pt">
24629 <column alignment="center" valignment="top" width="0pt">
24630 <row>
24631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24632 \begin_inset Text
24633
24634 \begin_layout Plain Layout
24635 Comando
24636 \end_layout
24637
24638 \end_inset
24639 </cell>
24640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24641 \begin_inset Text
24642
24643 \begin_layout Plain Layout
24644 español
24645 \end_layout
24646
24647 \end_inset
24648 </cell>
24649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24650 \begin_inset Text
24651
24652 \begin_layout Plain Layout
24653 Comando
24654 \end_layout
24655
24656 \end_inset
24657 </cell>
24658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24659 \begin_inset Text
24660
24661 \begin_layout Plain Layout
24662 español
24663 \end_layout
24664
24665 \end_inset
24666 </cell>
24667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671 Comando
24672 \end_layout
24673
24674 \end_inset
24675 </cell>
24676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24677 \begin_inset Text
24678
24679 \begin_layout Plain Layout
24680 español
24681 \end_layout
24682
24683 \end_inset
24684 </cell>
24685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24686 \begin_inset Text
24687
24688 \begin_layout Plain Layout
24689 Comando
24690 \end_layout
24691
24692 \end_inset
24693 </cell>
24694 </row>
24695 <row>
24696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24697 \begin_inset Text
24698
24699 \begin_layout Plain Layout
24700
24701 \backslash
24702 sin
24703 \end_layout
24704
24705 \end_inset
24706 </cell>
24707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24708 \begin_inset Text
24709
24710 \begin_layout Plain Layout
24711
24712 \backslash
24713 sen
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24719 \begin_inset Text
24720
24721 \begin_layout Plain Layout
24722
24723 \backslash
24724 sinh
24725 \end_layout
24726
24727 \end_inset
24728 </cell>
24729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24730 \begin_inset Text
24731
24732 \begin_layout Plain Layout
24733
24734 \backslash
24735 senh
24736 \end_layout
24737
24738 \end_inset
24739 </cell>
24740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24741 \begin_inset Text
24742
24743 \begin_layout Plain Layout
24744
24745 \backslash
24746 arcsin
24747 \end_layout
24748
24749 \end_inset
24750 </cell>
24751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24752 \begin_inset Text
24753
24754 \begin_layout Plain Layout
24755
24756 \backslash
24757 arcsen
24758 \end_layout
24759
24760 \end_inset
24761 </cell>
24762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24763 \begin_inset Text
24764
24765 \begin_layout Plain Layout
24766
24767 \backslash
24768 sup
24769 \end_layout
24770
24771 \end_inset
24772 </cell>
24773 </row>
24774 <row>
24775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779
24780 \backslash
24781 cos
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24796 \begin_inset Text
24797
24798 \begin_layout Plain Layout
24799
24800 \backslash
24801 cosh
24802 \end_layout
24803
24804 \end_inset
24805 </cell>
24806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24807 \begin_inset Text
24808
24809 \begin_layout Plain Layout
24810
24811 \end_layout
24812
24813 \end_inset
24814 </cell>
24815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24816 \begin_inset Text
24817
24818 \begin_layout Plain Layout
24819
24820 \backslash
24821 arccos
24822 \end_layout
24823
24824 \end_inset
24825 </cell>
24826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24827 \begin_inset Text
24828
24829 \begin_layout Plain Layout
24830
24831 \end_layout
24832
24833 \end_inset
24834 </cell>
24835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24836 \begin_inset Text
24837
24838 \begin_layout Plain Layout
24839
24840 \backslash
24841 inf
24842 \end_layout
24843
24844 \end_inset
24845 </cell>
24846 </row>
24847 <row>
24848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24849 \begin_inset Text
24850
24851 \begin_layout Plain Layout
24852
24853 \backslash
24854 tan
24855 \end_layout
24856
24857 \end_inset
24858 </cell>
24859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24860 \begin_inset Text
24861
24862 \begin_layout Plain Layout
24863
24864 \backslash
24865 tg
24866 \end_layout
24867
24868 \end_inset
24869 </cell>
24870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874
24875 \backslash
24876 tanh
24877 \end_layout
24878
24879 \end_inset
24880 </cell>
24881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Plain Layout
24885
24886 \backslash
24887 tgh
24888 \end_layout
24889
24890 \end_inset
24891 </cell>
24892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Plain Layout
24896
24897 \backslash
24898 arctan
24899 \end_layout
24900
24901 \end_inset
24902 </cell>
24903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24904 \begin_inset Text
24905
24906 \begin_layout Plain Layout
24907
24908 \backslash
24909 arctg
24910 \end_layout
24911
24912 \end_inset
24913 </cell>
24914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24915 \begin_inset Text
24916
24917 \begin_layout Plain Layout
24918
24919 \backslash
24920 lim
24921 \end_layout
24922
24923 \end_inset
24924 </cell>
24925 </row>
24926 <row>
24927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24928 \begin_inset Text
24929
24930 \begin_layout Plain Layout
24931
24932 \backslash
24933 cot
24934 \end_layout
24935
24936 \end_inset
24937 </cell>
24938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24939 \begin_inset Text
24940
24941 \begin_layout Plain Layout
24942
24943 \backslash
24944 cotg
24945 \end_layout
24946
24947 \end_inset
24948 </cell>
24949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953
24954 \backslash
24955 coth
24956 \end_layout
24957
24958 \end_inset
24959 </cell>
24960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Plain Layout
24964
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Plain Layout
24973
24974 \backslash
24975 arg
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24981 \begin_inset Text
24982
24983 \begin_layout Plain Layout
24984
24985 \end_layout
24986
24987 \end_inset
24988 </cell>
24989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24990 \begin_inset Text
24991
24992 \begin_layout Plain Layout
24993
24994 \backslash
24995 liminf
24996 \end_layout
24997
24998 \end_inset
24999 </cell>
25000 </row>
25001 <row>
25002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Plain Layout
25006
25007 \backslash
25008 sec
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25014 \begin_inset Text
25015
25016 \begin_layout Plain Layout
25017
25018 \end_layout
25019
25020 \end_inset
25021 </cell>
25022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25023 \begin_inset Text
25024
25025 \begin_layout Plain Layout
25026
25027 \backslash
25028 min
25029 \end_layout
25030
25031 \end_inset
25032 </cell>
25033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25034 \begin_inset Text
25035
25036 \begin_layout Plain Layout
25037
25038 \end_layout
25039
25040 \end_inset
25041 </cell>
25042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046
25047 \backslash
25048 deg
25049 \end_layout
25050
25051 \end_inset
25052 </cell>
25053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25054 \begin_inset Text
25055
25056 \begin_layout Plain Layout
25057
25058 \end_layout
25059
25060 \end_inset
25061 </cell>
25062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25063 \begin_inset Text
25064
25065 \begin_layout Plain Layout
25066
25067 \backslash
25068 limsup
25069 \end_layout
25070
25071 \end_inset
25072 </cell>
25073 </row>
25074 <row>
25075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25076 \begin_inset Text
25077
25078 \begin_layout Plain Layout
25079
25080 \backslash
25081 csc
25082 \end_layout
25083
25084 \end_inset
25085 </cell>
25086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25087 \begin_inset Text
25088
25089 \begin_layout Plain Layout
25090
25091 \backslash
25092 cosec
25093 \end_layout
25094
25095 \end_inset
25096 </cell>
25097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25098 \begin_inset Text
25099
25100 \begin_layout Plain Layout
25101
25102 \backslash
25103 max
25104 \end_layout
25105
25106 \end_inset
25107 </cell>
25108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25109 \begin_inset Text
25110
25111 \begin_layout Plain Layout
25112
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25118 \begin_inset Text
25119
25120 \begin_layout Plain Layout
25121
25122 \backslash
25123 det
25124 \end_layout
25125
25126 \end_inset
25127 </cell>
25128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25129 \begin_inset Text
25130
25131 \begin_layout Plain Layout
25132
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25138 \begin_inset Text
25139
25140 \begin_layout Plain Layout
25141
25142 \backslash
25143 Pr
25144 \end_layout
25145
25146 \end_inset
25147 </cell>
25148 </row>
25149 <row>
25150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154
25155 \backslash
25156 ln
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25171 \begin_inset Text
25172
25173 \begin_layout Plain Layout
25174
25175 \backslash
25176 exp
25177 \end_layout
25178
25179 \end_inset
25180 </cell>
25181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25182 \begin_inset Text
25183
25184 \begin_layout Plain Layout
25185
25186 \end_layout
25187
25188 \end_inset
25189 </cell>
25190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25191 \begin_inset Text
25192
25193 \begin_layout Plain Layout
25194
25195 \backslash
25196 dim
25197 \end_layout
25198
25199 \end_inset
25200 </cell>
25201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Plain Layout
25205
25206 \end_layout
25207
25208 \end_inset
25209 </cell>
25210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25211 \begin_inset Text
25212
25213 \begin_layout Plain Layout
25214
25215 \backslash
25216 hom
25217 \end_layout
25218
25219 \end_inset
25220 </cell>
25221 </row>
25222 <row>
25223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25224 \begin_inset Text
25225
25226 \begin_layout Plain Layout
25227
25228 \backslash
25229 lg
25230 \end_layout
25231
25232 \end_inset
25233 </cell>
25234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25235 \begin_inset Text
25236
25237 \begin_layout Plain Layout
25238
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25244 \begin_inset Text
25245
25246 \begin_layout Plain Layout
25247
25248 \backslash
25249 log
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Plain Layout
25258
25259 \end_layout
25260
25261 \end_inset
25262 </cell>
25263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25264 \begin_inset Text
25265
25266 \begin_layout Plain Layout
25267
25268 \backslash
25269 ker
25270 \end_layout
25271
25272 \end_inset
25273 </cell>
25274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25275 \begin_inset Text
25276
25277 \begin_layout Plain Layout
25278
25279 \end_layout
25280
25281 \end_inset
25282 </cell>
25283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25284 \begin_inset Text
25285
25286 \begin_layout Plain Layout
25287
25288 \backslash
25289 gcd
25290 \end_layout
25291
25292 \end_inset
25293 </cell>
25294 </row>
25295 </lyxtabular>
25296
25297 \end_inset
25298
25299
25300 \end_layout
25301
25302 \begin_layout Standard
25303 También se pueden insertar con el botón 
25304 \begin_inset Graphics
25305         filename ../../images/math/functions.png
25306         scale 85
25307
25308 \end_inset
25309
25310  de la barra de ecuaciones.
25311 \end_layout
25312
25313 \begin_layout Subsection
25314 Funciones definidas por el usuario
25315 \begin_inset Index
25316 status collapsed
25317
25318 \begin_layout Plain Layout
25319 Funciones ! personalizadas
25320 \end_layout
25321
25322 \end_inset
25323
25324
25325 \end_layout
25326
25327 \begin_layout Standard
25328 Para usar una función no predefinida, como por ejemplo la función signo,
25329  sgn(x), hay dos posibilidades:
25330 \end_layout
25331
25332 \begin_layout Itemize
25333 Define la función añadiendo al preámbulo LaTeX la línea
25334 \begin_inset Foot
25335 status collapsed
25336
25337 \begin_layout Plain Layout
25338 Más sobre 
25339 \series bold
25340
25341 \backslash
25342 DeclareMathOperator
25343 \series default
25344  en 
25345 \begin_inset CommandInset ref
25346 LatexCommand ref
25347 reference "sub:Operadores-de-usuario"
25348
25349 \end_inset
25350
25351
25352 \end_layout
25353
25354 \end_inset
25355
25356
25357 \begin_inset Newline newline
25358 \end_inset
25359
25360
25361 \begin_inset VSpace -3mm
25362 \end_inset
25363
25364
25365 \begin_inset Newline newline
25366 \end_inset
25367
25368
25369 \series bold
25370
25371 \backslash
25372 DeclareMathOperator{
25373 \backslash
25374 sgn}{sgn}
25375 \series default
25376
25377 \begin_inset Index
25378 status collapsed
25379
25380 \begin_layout Plain Layout
25381 Comandos ! D ! 
25382 \backslash
25383 dbinom@
25384 \backslash
25385 DeclareMathOperator
25386 \end_layout
25387
25388 \end_inset
25389
25390
25391 \begin_inset Newline newline
25392 \end_inset
25393
25394
25395 \begin_inset VSpace -2mm
25396 \end_inset
25397
25398
25399 \begin_inset Newline newline
25400 \end_inset
25401
25402 Ahora la función recién definida se puede obtener con el comando 
25403 \series bold
25404
25405 \backslash
25406 sgn
25407 \series default
25408 .
25409 \end_layout
25410
25411 \begin_layout Itemize
25412 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
25413  en nuestro ejemplo las letras 
25414 \emph on
25415 sgn
25416 \emph default
25417 , y cámbialo a texto matemático.
25418  Entre el factor precedente y la función se inserta un espacio.
25419 \end_layout
25420
25421 \begin_layout Standard
25422 El resultado con ambos métodos es el mismo que con una función predefinida:
25423 \begin_inset Foot
25424 status collapsed
25425
25426 \begin_layout Plain Layout
25427 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
25428  negro.
25429 \end_layout
25430
25431 \end_inset
25432
25433
25434 \end_layout
25435
25436 \begin_layout Standard
25437 \align center
25438 \begin_inset Tabular
25439 <lyxtabular version="3" rows="3" columns="2">
25440 <features>
25441 <column alignment="center" valignment="top" width="0pt">
25442 <column alignment="center" valignment="top" width="0pt">
25443 <row>
25444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25445 \begin_inset Text
25446
25447 \begin_layout Plain Layout
25448 Comando
25449 \end_layout
25450
25451 \end_inset
25452 </cell>
25453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25454 \begin_inset Text
25455
25456 \begin_layout Plain Layout
25457 Resultado
25458 \end_layout
25459
25460 \end_inset
25461 </cell>
25462 </row>
25463 <row>
25464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25465 \begin_inset Text
25466
25467 \begin_layout Plain Layout
25468 A
25469 \backslash
25470 sgn(x)+B
25471 \end_layout
25472
25473 \end_inset
25474 </cell>
25475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25476 \begin_inset Text
25477
25478 \begin_layout Plain Layout
25479 \begin_inset Formula $A\sgn(x)+B$
25480 \end_inset
25481
25482
25483 \end_layout
25484
25485 \end_inset
25486 </cell>
25487 </row>
25488 <row>
25489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25490 \begin_inset Text
25491
25492 \begin_layout Plain Layout
25493 A
25494 \backslash
25495 ,
25496 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
25497 \end_inset
25498
25499 (x)+B
25500 \end_layout
25501
25502 \end_inset
25503 </cell>
25504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25505 \begin_inset Text
25506
25507 \begin_layout Plain Layout
25508 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
25509 \end_inset
25510
25511
25512 \end_layout
25513
25514 \end_inset
25515 </cell>
25516 </row>
25517 </lyxtabular>
25518
25519 \end_inset
25520
25521
25522 \end_layout
25523
25524 \begin_layout Standard
25525 El primer método es preferible si la función se va a usar varias veces.
25526 \end_layout
25527
25528 \begin_layout Subsection
25529 Límites
25530 \begin_inset Index
25531 status collapsed
25532
25533 \begin_layout Plain Layout
25534 Limites@Límites
25535 \end_layout
25536
25537 \end_inset
25538
25539
25540 \end_layout
25541
25542 \begin_layout Standard
25543 Para límites, además de 
25544 \series bold
25545
25546 \backslash
25547 lim
25548 \series default
25549
25550 \begin_inset Index
25551 status collapsed
25552
25553 \begin_layout Plain Layout
25554 Comandos ! L ! 
25555 \backslash
25556 lim
25557 \end_layout
25558
25559 \end_inset
25560
25561
25562 \series bold
25563
25564 \backslash
25565 liminf
25566 \series default
25567  y 
25568 \series bold
25569
25570 \backslash
25571 limsup
25572 \series default
25573  están definidas las siguientes funciones:
25574 \series bold
25575  
25576 \end_layout
25577
25578 \begin_layout Standard
25579 \noindent
25580 \align center
25581 \begin_inset Tabular
25582 <lyxtabular version="3" rows="5" columns="2">
25583 <features>
25584 <column alignment="center" valignment="top" width="0">
25585 <column alignment="center" valignment="top" width="0">
25586 <row>
25587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25588 \begin_inset Text
25589
25590 \begin_layout Plain Layout
25591 Comando
25592 \end_layout
25593
25594 \end_inset
25595 </cell>
25596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25597 \begin_inset Text
25598
25599 \begin_layout Plain Layout
25600 Resultado
25601 \begin_inset Note Note
25602 status collapsed
25603
25604 \begin_layout Plain Layout
25605
25606 \series bold
25607
25608 \backslash
25609 raisebox
25610 \series default
25611  se usa sólo como espaciador
25612 \end_layout
25613
25614 \end_inset
25615
25616
25617 \end_layout
25618
25619 \end_inset
25620 </cell>
25621 </row>
25622 <row>
25623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25624 \begin_inset Text
25625
25626 \begin_layout Plain Layout
25627
25628 \backslash
25629 varliminf
25630 \end_layout
25631
25632 \end_inset
25633 </cell>
25634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25635 \begin_inset Text
25636
25637 \begin_layout Plain Layout
25638 \begin_inset Formula $\varliminf$
25639 \end_inset
25640
25641
25642 \end_layout
25643
25644 \end_inset
25645 </cell>
25646 </row>
25647 <row>
25648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25649 \begin_inset Text
25650
25651 \begin_layout Plain Layout
25652
25653 \backslash
25654 varlimsup
25655 \end_layout
25656
25657 \end_inset
25658 </cell>
25659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25660 \begin_inset Text
25661
25662 \begin_layout Plain Layout
25663 \begin_inset Formula $\varlimsup$
25664 \end_inset
25665
25666
25667 \end_layout
25668
25669 \end_inset
25670 </cell>
25671 </row>
25672 <row>
25673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25674 \begin_inset Text
25675
25676 \begin_layout Plain Layout
25677
25678 \backslash
25679 varprojlim
25680 \end_layout
25681
25682 \end_inset
25683 </cell>
25684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25685 \begin_inset Text
25686
25687 \begin_layout Plain Layout
25688 \begin_inset Formula $\varprojlim$
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \end_inset
25695 </cell>
25696 </row>
25697 <row>
25698 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25699 \begin_inset Text
25700
25701 \begin_layout Plain Layout
25702
25703 \backslash
25704 varinjlim
25705 \end_layout
25706
25707 \end_inset
25708 </cell>
25709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25710 \begin_inset Text
25711
25712 \begin_layout Plain Layout
25713 \begin_inset Formula $\varinjlim$
25714 \end_inset
25715
25716
25717 \begin_inset Formula $\raisebox{-2.5mm}{}$
25718 \end_inset
25719
25720
25721 \end_layout
25722
25723 \end_inset
25724 </cell>
25725 </row>
25726 </lyxtabular>
25727
25728 \end_inset
25729
25730
25731 \end_layout
25732
25733 \begin_layout Standard
25734 \begin_inset VSpace medskip
25735 \end_inset
25736
25737
25738 \end_layout
25739
25740 \begin_layout Standard
25741 El límite se crea insertando un subíndice.
25742  Se imprime a la derecha junto a la función en una fórmula en línea:
25743 \end_layout
25744
25745 \begin_layout Standard
25746 \noindent
25747 \align center
25748 \begin_inset Tabular
25749 <lyxtabular version="3" rows="2" columns="2">
25750 <features>
25751 <column alignment="center" valignment="top" width="0pt">
25752 <column alignment="center" valignment="top" width="0pt">
25753 <row>
25754 <cell alignment="center" valignment="top" usebox="none">
25755 \begin_inset Text
25756
25757 \begin_layout Plain Layout
25758 Comando
25759 \end_layout
25760
25761 \end_inset
25762 </cell>
25763 <cell alignment="center" valignment="top" usebox="none">
25764 \begin_inset Text
25765
25766 \begin_layout Plain Layout
25767 \begin_inset space \hspace{}
25768 \length 1cm
25769 \end_inset
25770
25771 Resultado
25772 \begin_inset Note Note
25773 status collapsed
25774
25775 \begin_layout Plain Layout
25776
25777 \series bold
25778
25779 \backslash
25780 raisebox
25781 \series default
25782  se usa sólo como espaciador
25783 \end_layout
25784
25785 \end_inset
25786
25787
25788 \end_layout
25789
25790 \end_inset
25791 </cell>
25792 </row>
25793 <row>
25794 <cell alignment="center" valignment="top" usebox="none">
25795 \begin_inset Text
25796
25797 \begin_layout Plain Layout
25798
25799 \backslash
25800 lim_x
25801 \backslash
25802 to
25803 \begin_inset ERT
25804 status collapsed
25805
25806 \begin_layout Plain Layout
25807
25808
25809 \backslash
25810 spce 
25811 \end_layout
25812
25813 \end_inset
25814
25815 A
25816 \begin_inset ERT
25817 status collapsed
25818
25819 \begin_layout Plain Layout
25820
25821
25822 \backslash
25823 spce 
25824 \end_layout
25825
25826 \end_inset
25827
25828 x=B
25829 \end_layout
25830
25831 \end_inset
25832 </cell>
25833 <cell alignment="center" valignment="top" usebox="none">
25834 \begin_inset Text
25835
25836 \begin_layout Plain Layout
25837 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
25838 \end_inset
25839
25840
25841 \end_layout
25842
25843 \end_inset
25844 </cell>
25845 </row>
25846 </lyxtabular>
25847
25848 \end_inset
25849
25850
25851 \end_layout
25852
25853 \begin_layout Standard
25854 En una ecuación presentada el límite se imprime debajo, como es habitual:
25855 \begin_inset Formula \[
25856 \lim\limits _{x\rightarrow A}=B\]
25857
25858 \end_inset
25859
25860
25861 \end_layout
25862
25863 \begin_layout Subsection
25864 Función módulo
25865 \begin_inset Index
25866 status collapsed
25867
25868 \begin_layout Plain Layout
25869 Funciones ! módulo
25870 \end_layout
25871
25872 \end_inset
25873
25874
25875 \end_layout
25876
25877 \begin_layout Standard
25878 La función módulo es especial, porque existe en cuatro variantes.
25879 \end_layout
25880
25881 \begin_layout Standard
25882 En una ecuación presentada:
25883 \begin_inset Formula \begin{align*}
25884 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25885 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25886 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25887 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25888 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25889
25890 \end_inset
25891
25892 En una ecuación en línea se pone menos espacio delante del nombre de la
25893  función para todas las variantes.
25894 \end_layout
25895
25896 \begin_layout Section
25897 Caracteres especiales
25898 \begin_inset Index
25899 status collapsed
25900
25901 \begin_layout Plain Layout
25902 Caracteres especiales
25903 \end_layout
25904
25905 \end_inset
25906
25907
25908 \end_layout
25909
25910 \begin_layout Subsection
25911 Caracteres especiales en texto matemático
25912 \end_layout
25913
25914 \begin_layout Standard
25915 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25916  TeX:
25917 \end_layout
25918
25919 \begin_layout Standard
25920 \begin_inset space \hfill{}
25921 \end_inset
25922
25923
25924 \begin_inset Tabular
25925 <lyxtabular version="3" rows="8" columns="2">
25926 <features>
25927 <column alignment="block" valignment="top" width="0">
25928 <column alignment="block" valignment="top" width="0">
25929 <row>
25930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25931 \begin_inset Text
25932
25933 \begin_layout Plain Layout
25934 Comando
25935 \end_layout
25936
25937 \end_inset
25938 </cell>
25939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25940 \begin_inset Text
25941
25942 \begin_layout Plain Layout
25943 Resultado
25944 \end_layout
25945
25946 \end_inset
25947 </cell>
25948 </row>
25949 <row>
25950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25951 \begin_inset Text
25952
25953 \begin_layout Plain Layout
25954
25955 \backslash
25956 oe
25957 \end_layout
25958
25959 \end_inset
25960 </cell>
25961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25962 \begin_inset Text
25963
25964 \begin_layout Plain Layout
25965 \begin_inset Formula $\textrm{œ}$
25966 \end_inset
25967
25968
25969 \end_layout
25970
25971 \end_inset
25972 </cell>
25973 </row>
25974 <row>
25975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25976 \begin_inset Text
25977
25978 \begin_layout Plain Layout
25979
25980 \backslash
25981 OE
25982 \end_layout
25983
25984 \end_inset
25985 </cell>
25986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25987 \begin_inset Text
25988
25989 \begin_layout Plain Layout
25990 \begin_inset Formula $\textrm{Œ}$
25991 \end_inset
25992
25993
25994 \end_layout
25995
25996 \end_inset
25997 </cell>
25998 </row>
25999 <row>
26000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26001 \begin_inset Text
26002
26003 \begin_layout Plain Layout
26004
26005 \backslash
26006 ae
26007 \end_layout
26008
26009 \end_inset
26010 </cell>
26011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26012 \begin_inset Text
26013
26014 \begin_layout Plain Layout
26015 \begin_inset Formula $\textrm{æ}$
26016 \end_inset
26017
26018
26019 \end_layout
26020
26021 \end_inset
26022 </cell>
26023 </row>
26024 <row>
26025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26026 \begin_inset Text
26027
26028 \begin_layout Plain Layout
26029
26030 \backslash
26031 AE
26032 \end_layout
26033
26034 \end_inset
26035 </cell>
26036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26037 \begin_inset Text
26038
26039 \begin_layout Plain Layout
26040 \begin_inset Formula $\textrm{Æ}$
26041 \end_inset
26042
26043
26044 \end_layout
26045
26046 \end_inset
26047 </cell>
26048 </row>
26049 <row>
26050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26051 \begin_inset Text
26052
26053 \begin_layout Plain Layout
26054
26055 \backslash
26056 aa
26057 \end_layout
26058
26059 \end_inset
26060 </cell>
26061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26062 \begin_inset Text
26063
26064 \begin_layout Plain Layout
26065 \begin_inset Formula $\textrm{\aa}$
26066 \end_inset
26067
26068
26069 \end_layout
26070
26071 \end_inset
26072 </cell>
26073 </row>
26074 <row>
26075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26076 \begin_inset Text
26077
26078 \begin_layout Plain Layout
26079
26080 \backslash
26081 AA
26082 \begin_inset Index
26083 status collapsed
26084
26085 \begin_layout Plain Layout
26086
26087 \backslash
26088 @
26089 \begin_inset ERT
26090 status collapsed
26091
26092 \begin_layout Plain Layout
26093
26094
26095 \backslash
26096 textrm{
26097 \backslash
26098 AA}
26099 \end_layout
26100
26101 \end_inset
26102
26103
26104 \end_layout
26105
26106 \end_inset
26107
26108
26109 \end_layout
26110
26111 \end_inset
26112 </cell>
26113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26114 \begin_inset Text
26115
26116 \begin_layout Plain Layout
26117 \begin_inset Formula $\textrm{Å}$
26118 \end_inset
26119
26120
26121 \end_layout
26122
26123 \end_inset
26124 </cell>
26125 </row>
26126 <row>
26127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26128 \begin_inset Text
26129
26130 \begin_layout Plain Layout
26131
26132 \backslash
26133 i
26134 \end_layout
26135
26136 \end_inset
26137 </cell>
26138 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26139 \begin_inset Text
26140
26141 \begin_layout Plain Layout
26142 \begin_inset Formula $\textrm{ı}$
26143 \end_inset
26144
26145
26146 \end_layout
26147
26148 \end_inset
26149 </cell>
26150 </row>
26151 </lyxtabular>
26152
26153 \end_inset
26154
26155
26156 \begin_inset space \hfill{}
26157 \end_inset
26158
26159
26160 \begin_inset Tabular
26161 <lyxtabular version="3" rows="8" columns="2">
26162 <features>
26163 <column alignment="block" valignment="top" width="0">
26164 <column alignment="center" valignment="top" width="0">
26165 <row>
26166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26167 \begin_inset Text
26168
26169 \begin_layout Plain Layout
26170 Comando
26171 \begin_inset Note Note
26172 status collapsed
26173
26174 \begin_layout Plain Layout
26175
26176 \series bold
26177
26178 \backslash
26179 raisebox
26180 \series default
26181  se usa sólo como espaciador
26182 \end_layout
26183
26184 \end_inset
26185
26186
26187 \end_layout
26188
26189 \end_inset
26190 </cell>
26191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26192 \begin_inset Text
26193
26194 \begin_layout Plain Layout
26195 Resultado
26196 \end_layout
26197
26198 \end_inset
26199 </cell>
26200 </row>
26201 <row>
26202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26203 \begin_inset Text
26204
26205 \begin_layout Plain Layout
26206
26207 \backslash
26208 o
26209 \end_layout
26210
26211 \end_inset
26212 </cell>
26213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26214 \begin_inset Text
26215
26216 \begin_layout Plain Layout
26217 \begin_inset Formula $\textrm{ø}$
26218 \end_inset
26219
26220
26221 \end_layout
26222
26223 \end_inset
26224 </cell>
26225 </row>
26226 <row>
26227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26228 \begin_inset Text
26229
26230 \begin_layout Plain Layout
26231
26232 \backslash
26233 O
26234 \end_layout
26235
26236 \end_inset
26237 </cell>
26238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26239 \begin_inset Text
26240
26241 \begin_layout Plain Layout
26242 \begin_inset Formula $\textrm{Ø}$
26243 \end_inset
26244
26245
26246 \end_layout
26247
26248 \end_inset
26249 </cell>
26250 </row>
26251 <row>
26252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26253 \begin_inset Text
26254
26255 \begin_layout Plain Layout
26256
26257 \backslash
26258 l
26259 \end_layout
26260
26261 \end_inset
26262 </cell>
26263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26264 \begin_inset Text
26265
26266 \begin_layout Plain Layout
26267 \begin_inset Formula $\textrm{ł}$
26268 \end_inset
26269
26270
26271 \end_layout
26272
26273 \end_inset
26274 </cell>
26275 </row>
26276 <row>
26277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26278 \begin_inset Text
26279
26280 \begin_layout Plain Layout
26281
26282 \backslash
26283 L
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Plain Layout
26292 \begin_inset Formula $\textrm{Ł}$
26293 \end_inset
26294
26295
26296 \end_layout
26297
26298 \end_inset
26299 </cell>
26300 </row>
26301 <row>
26302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26303 \begin_inset Text
26304
26305 \begin_layout Plain Layout
26306 !
26307 \begin_inset space \hspace{}
26308 \length 0mm
26309 \end_inset
26310
26311 `
26312 \begin_inset ERT
26313 status collapsed
26314
26315 \begin_layout Plain Layout
26316
26317
26318 \backslash
26319 spce 
26320 \end_layout
26321
26322 \end_inset
26323
26324
26325 \end_layout
26326
26327 \end_inset
26328 </cell>
26329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26330 \begin_inset Text
26331
26332 \begin_layout Plain Layout
26333 \begin_inset Formula $\textrm{!`}$
26334 \end_inset
26335
26336
26337 \end_layout
26338
26339 \end_inset
26340 </cell>
26341 </row>
26342 <row>
26343 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26344 \begin_inset Text
26345
26346 \begin_layout Plain Layout
26347 ?
26348 \begin_inset space \hspace{}
26349 \length 0mm
26350 \end_inset
26351
26352 `
26353 \begin_inset ERT
26354 status collapsed
26355
26356 \begin_layout Plain Layout
26357
26358
26359 \backslash
26360 spce 
26361 \end_layout
26362
26363 \end_inset
26364
26365
26366 \end_layout
26367
26368 \end_inset
26369 </cell>
26370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26371 \begin_inset Text
26372
26373 \begin_layout Plain Layout
26374 \begin_inset Formula $\textrm{?`}$
26375 \end_inset
26376
26377
26378 \end_layout
26379
26380 \end_inset
26381 </cell>
26382 </row>
26383 <row>
26384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26385 \begin_inset Text
26386
26387 \begin_layout Plain Layout
26388
26389 \backslash
26390 j
26391 \end_layout
26392
26393 \end_inset
26394 </cell>
26395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26396 \begin_inset Text
26397
26398 \begin_layout Plain Layout
26399 \begin_inset Formula $\textrm{ȷ}$
26400 \end_inset
26401
26402
26403 \end_layout
26404
26405 \end_inset
26406 </cell>
26407 </row>
26408 </lyxtabular>
26409
26410 \end_inset
26411
26412
26413 \begin_inset space \hfill{}
26414 \end_inset
26415
26416
26417 \end_layout
26418
26419 \begin_layout Standard
26420 Los caracteres 
26421 \begin_inset Formula $\textrm{\textrm{Å}}$
26422 \end_inset
26423
26424  y 
26425 \begin_inset Formula $\textrm{\textrm{Ø}}$
26426 \end_inset
26427
26428  también se pueden insertar mediante el botón 
26429 \begin_inset Graphics
26430         filename ../../images/math/digamma.png
26431         scale 85
26432
26433 \end_inset
26434
26435  de la barra de ecuaciones.
26436 \end_layout
26437
26438 \begin_layout Standard
26439 Los comandos 
26440 \series bold
26441 !
26442 \begin_inset space \hspace{}
26443 \length 0mm
26444 \end_inset
26445
26446 `
26447 \series default
26448  y 
26449 \series bold
26450 ?
26451 \begin_inset space \hspace{}
26452 \length 0mm
26453 \end_inset
26454
26455 `
26456 \series default
26457  son una excepción porque se pueden insertar directamente a texto en LyX.
26458  
26459 \end_layout
26460
26461 \begin_layout Subsection
26462 Acentos en texto
26463 \begin_inset CommandInset label
26464 LatexCommand label
26465 name "sub:Acentos-en-texto"
26466
26467 \end_inset
26468
26469
26470 \begin_inset Index
26471 status collapsed
26472
26473 \begin_layout Plain Layout
26474 Acentos ! en texto
26475 \end_layout
26476
26477 \end_inset
26478
26479
26480 \end_layout
26481
26482 \begin_layout Standard
26483 Con los siguientes comandos se pueden acentuar todas las letras.
26484  Los comandos deben ponerse en modo TeX.
26485 \end_layout
26486
26487 \begin_layout Standard
26488 \begin_inset space \hfill{}
26489 \end_inset
26490
26491
26492 \begin_inset Tabular
26493 <lyxtabular version="3" rows="8" columns="2">
26494 <features>
26495 <column alignment="block" valignment="top" width="0">
26496 <column alignment="block" valignment="top" width="0">
26497 <row>
26498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26499 \begin_inset Text
26500
26501 \begin_layout Plain Layout
26502 Comando
26503 \end_layout
26504
26505 \end_inset
26506 </cell>
26507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26508 \begin_inset Text
26509
26510 \begin_layout Plain Layout
26511 Resultado
26512 \end_layout
26513
26514 \end_inset
26515 </cell>
26516 </row>
26517 <row>
26518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26519 \begin_inset Text
26520
26521 \begin_layout Plain Layout
26522
26523 \backslash
26524
26525 \begin_inset Quotes grd
26526 \end_inset
26527
26528 e
26529 \end_layout
26530
26531 \end_inset
26532 </cell>
26533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26534 \begin_inset Text
26535
26536 \begin_layout Plain Layout
26537 \begin_inset ERT
26538 status collapsed
26539
26540 \begin_layout Plain Layout
26541
26542
26543 \backslash
26544 "e
26545 \end_layout
26546
26547 \end_inset
26548
26549
26550 \end_layout
26551
26552 \end_inset
26553 </cell>
26554 </row>
26555 <row>
26556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26557 \begin_inset Text
26558
26559 \begin_layout Plain Layout
26560
26561 \backslash
26562 `e
26563 \end_layout
26564
26565 \end_inset
26566 </cell>
26567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26568 \begin_inset Text
26569
26570 \begin_layout Plain Layout
26571 \begin_inset ERT
26572 status collapsed
26573
26574 \begin_layout Plain Layout
26575
26576
26577 \backslash
26578 `e
26579 \end_layout
26580
26581 \end_inset
26582
26583
26584 \end_layout
26585
26586 \end_inset
26587 </cell>
26588 </row>
26589 <row>
26590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26591 \begin_inset Text
26592
26593 \begin_layout Plain Layout
26594
26595 \backslash
26596 ^
26597 \begin_inset ERT
26598 status collapsed
26599
26600 \begin_layout Plain Layout
26601
26602
26603 \backslash
26604 spce 
26605 \end_layout
26606
26607 \end_inset
26608
26609 e
26610 \end_layout
26611
26612 \end_inset
26613 </cell>
26614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26615 \begin_inset Text
26616
26617 \begin_layout Plain Layout
26618 \begin_inset ERT
26619 status collapsed
26620
26621 \begin_layout Plain Layout
26622
26623
26624 \backslash
26625 ^e
26626 \end_layout
26627
26628 \end_inset
26629
26630
26631 \end_layout
26632
26633 \end_inset
26634 </cell>
26635 </row>
26636 <row>
26637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26638 \begin_inset Text
26639
26640 \begin_layout Plain Layout
26641
26642 \backslash
26643 =e
26644 \end_layout
26645
26646 \end_inset
26647 </cell>
26648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26649 \begin_inset Text
26650
26651 \begin_layout Plain Layout
26652 \begin_inset ERT
26653 status collapsed
26654
26655 \begin_layout Plain Layout
26656
26657
26658 \backslash
26659 =e
26660 \end_layout
26661
26662 \end_inset
26663
26664
26665 \end_layout
26666
26667 \end_inset
26668 </cell>
26669 </row>
26670 <row>
26671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26672 \begin_inset Text
26673
26674 \begin_layout Plain Layout
26675
26676 \backslash
26677 u
26678 \begin_inset ERT
26679 status collapsed
26680
26681 \begin_layout Plain Layout
26682
26683
26684 \backslash
26685 spce 
26686 \end_layout
26687
26688 \end_inset
26689
26690 e
26691 \end_layout
26692
26693 \end_inset
26694 </cell>
26695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26696 \begin_inset Text
26697
26698 \begin_layout Plain Layout
26699 \begin_inset ERT
26700 status collapsed
26701
26702 \begin_layout Plain Layout
26703
26704
26705 \backslash
26706 u e
26707 \end_layout
26708
26709 \end_inset
26710
26711
26712 \end_layout
26713
26714 \end_inset
26715 </cell>
26716 </row>
26717 <row>
26718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26719 \begin_inset Text
26720
26721 \begin_layout Plain Layout
26722
26723 \backslash
26724 b
26725 \begin_inset ERT
26726 status collapsed
26727
26728 \begin_layout Plain Layout
26729
26730
26731 \backslash
26732 spce 
26733 \end_layout
26734
26735 \end_inset
26736
26737 e
26738 \end_layout
26739
26740 \end_inset
26741 </cell>
26742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26743 \begin_inset Text
26744
26745 \begin_layout Plain Layout
26746 \begin_inset ERT
26747 status collapsed
26748
26749 \begin_layout Plain Layout
26750
26751
26752 \backslash
26753 b e
26754 \end_layout
26755
26756 \end_inset
26757
26758
26759 \end_layout
26760
26761 \end_inset
26762 </cell>
26763 </row>
26764 <row>
26765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26766 \begin_inset Text
26767
26768 \begin_layout Plain Layout
26769
26770 \backslash
26771 t
26772 \begin_inset ERT
26773 status collapsed
26774
26775 \begin_layout Plain Layout
26776
26777
26778 \backslash
26779 spce 
26780 \end_layout
26781
26782 \end_inset
26783
26784 ee
26785 \end_layout
26786
26787 \end_inset
26788 </cell>
26789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26790 \begin_inset Text
26791
26792 \begin_layout Plain Layout
26793 \begin_inset ERT
26794 status collapsed
26795
26796 \begin_layout Plain Layout
26797
26798
26799 \backslash
26800 t ee
26801 \end_layout
26802
26803 \end_inset
26804
26805
26806 \end_layout
26807
26808 \end_inset
26809 </cell>
26810 </row>
26811 </lyxtabular>
26812
26813 \end_inset
26814
26815
26816 \begin_inset space \hfill{}
26817 \end_inset
26818
26819
26820 \begin_inset Tabular
26821 <lyxtabular version="3" rows="8" columns="2">
26822 <features>
26823 <column alignment="block" valignment="top" width="0">
26824 <column alignment="center" valignment="top" width="0">
26825 <row>
26826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26827 \begin_inset Text
26828
26829 \begin_layout Plain Layout
26830 Comando
26831 \end_layout
26832
26833 \end_inset
26834 </cell>
26835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26836 \begin_inset Text
26837
26838 \begin_layout Plain Layout
26839 Resultado
26840 \end_layout
26841
26842 \end_inset
26843 </cell>
26844 </row>
26845 <row>
26846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26847 \begin_inset Text
26848
26849 \begin_layout Plain Layout
26850
26851 \backslash
26852 H
26853 \begin_inset ERT
26854 status collapsed
26855
26856 \begin_layout Plain Layout
26857
26858
26859 \backslash
26860 spce 
26861 \end_layout
26862
26863 \end_inset
26864
26865 e
26866 \end_layout
26867
26868 \end_inset
26869 </cell>
26870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26871 \begin_inset Text
26872
26873 \begin_layout Plain Layout
26874 \begin_inset ERT
26875 status collapsed
26876
26877 \begin_layout Plain Layout
26878
26879
26880 \backslash
26881 H e
26882 \end_layout
26883
26884 \end_inset
26885
26886
26887 \end_layout
26888
26889 \end_inset
26890 </cell>
26891 </row>
26892 <row>
26893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26894 \begin_inset Text
26895
26896 \begin_layout Plain Layout
26897
26898 \backslash
26899 'e
26900 \end_layout
26901
26902 \end_inset
26903 </cell>
26904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26905 \begin_inset Text
26906
26907 \begin_layout Plain Layout
26908 \begin_inset ERT
26909 status collapsed
26910
26911 \begin_layout Plain Layout
26912
26913
26914 \backslash
26915 'e
26916 \end_layout
26917
26918 \end_inset
26919
26920
26921 \end_layout
26922
26923 \end_inset
26924 </cell>
26925 </row>
26926 <row>
26927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26928 \begin_inset Text
26929
26930 \begin_layout Plain Layout
26931
26932 \backslash
26933 ~e
26934 \begin_inset Index
26935 status collapsed
26936
26937 \begin_layout Plain Layout
26938 Tilde
26939 \end_layout
26940
26941 \end_inset
26942
26943
26944 \end_layout
26945
26946 \end_inset
26947 </cell>
26948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26949 \begin_inset Text
26950
26951 \begin_layout Plain Layout
26952 \begin_inset ERT
26953 status collapsed
26954
26955 \begin_layout Plain Layout
26956
26957
26958 \backslash
26959 ~e
26960 \end_layout
26961
26962 \end_inset
26963
26964
26965 \end_layout
26966
26967 \end_inset
26968 </cell>
26969 </row>
26970 <row>
26971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26972 \begin_inset Text
26973
26974 \begin_layout Plain Layout
26975
26976 \backslash
26977 .e
26978 \end_layout
26979
26980 \end_inset
26981 </cell>
26982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26983 \begin_inset Text
26984
26985 \begin_layout Plain Layout
26986 \begin_inset ERT
26987 status collapsed
26988
26989 \begin_layout Plain Layout
26990
26991
26992 \backslash
26993 .e
26994 \end_layout
26995
26996 \end_inset
26997
26998
26999 \end_layout
27000
27001 \end_inset
27002 </cell>
27003 </row>
27004 <row>
27005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27006 \begin_inset Text
27007
27008 \begin_layout Plain Layout
27009
27010 \backslash
27011 v
27012 \begin_inset ERT
27013 status collapsed
27014
27015 \begin_layout Plain Layout
27016
27017
27018 \backslash
27019 spce 
27020 \end_layout
27021
27022 \end_inset
27023
27024 e
27025 \end_layout
27026
27027 \end_inset
27028 </cell>
27029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27030 \begin_inset Text
27031
27032 \begin_layout Plain Layout
27033 \begin_inset ERT
27034 status collapsed
27035
27036 \begin_layout Plain Layout
27037
27038
27039 \backslash
27040 v e
27041 \end_layout
27042
27043 \end_inset
27044
27045
27046 \end_layout
27047
27048 \end_inset
27049 </cell>
27050 </row>
27051 <row>
27052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27053 \begin_inset Text
27054
27055 \begin_layout Plain Layout
27056
27057 \backslash
27058 d
27059 \begin_inset ERT
27060 status collapsed
27061
27062 \begin_layout Plain Layout
27063
27064
27065 \backslash
27066 spce 
27067 \end_layout
27068
27069 \end_inset
27070
27071 e
27072 \end_layout
27073
27074 \end_inset
27075 </cell>
27076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27077 \begin_inset Text
27078
27079 \begin_layout Plain Layout
27080 \begin_inset ERT
27081 status collapsed
27082
27083 \begin_layout Plain Layout
27084
27085
27086 \backslash
27087 d e
27088 \end_layout
27089
27090 \end_inset
27091
27092
27093 \end_layout
27094
27095 \end_inset
27096 </cell>
27097 </row>
27098 <row>
27099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27100 \begin_inset Text
27101
27102 \begin_layout Plain Layout
27103
27104 \backslash
27105 c
27106 \begin_inset ERT
27107 status collapsed
27108
27109 \begin_layout Plain Layout
27110
27111
27112 \backslash
27113 spce 
27114 \end_layout
27115
27116 \end_inset
27117
27118 e
27119 \end_layout
27120
27121 \end_inset
27122 </cell>
27123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27124 \begin_inset Text
27125
27126 \begin_layout Plain Layout
27127 \begin_inset ERT
27128 status collapsed
27129
27130 \begin_layout Plain Layout
27131
27132
27133 \backslash
27134 c e
27135 \end_layout
27136
27137 \end_inset
27138
27139
27140 \end_layout
27141
27142 \end_inset
27143 </cell>
27144 </row>
27145 </lyxtabular>
27146
27147 \end_inset
27148
27149
27150 \begin_inset space \hfill{}
27151 \end_inset
27152
27153
27154 \end_layout
27155
27156 \begin_layout Standard
27157 \begin_inset VSpace medskip
27158 \end_inset
27159
27160
27161 \end_layout
27162
27163 \begin_layout Standard
27164 Con el comando 
27165 \series bold
27166
27167 \backslash
27168 t
27169 \series default
27170  también se pueden acentuar dos caracteres distintos.
27171  El comando 
27172 \series bold
27173
27174 \backslash
27175 t
27176 \begin_inset ERT
27177 status collapsed
27178
27179 \begin_layout Plain Layout
27180
27181
27182 \backslash
27183 spce 
27184 \end_layout
27185
27186 \end_inset
27187
27188 sz
27189 \series default
27190  genera 
27191 \begin_inset ERT
27192 status collapsed
27193
27194 \begin_layout Plain Layout
27195
27196
27197 \backslash
27198 t sz
27199 \end_layout
27200
27201 \end_inset
27202
27203
27204 \end_layout
27205
27206 \begin_layout Standard
27207 Los acentos 
27208 \series bold
27209 `
27210 \series default
27211  , 
27212 \series bold
27213 '
27214 \series default
27215  y 
27216 \series bold
27217 ^
27218 \series default
27219  se pueden insertar directamente con el teclado sobre vocales sin usar modo
27220  TeX.
27221  Lo mismo se aplica a la tilde
27222 \begin_inset Foot
27223 status collapsed
27224
27225 \begin_layout Plain Layout
27226 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
27227 \end_layout
27228
27229 \end_inset
27230
27231  con 
27232 \emph on
27233 a
27234 \emph default
27235
27236 \emph on
27237 o
27238 \emph default
27239  y 
27240 \emph on
27241 n.
27242 \end_layout
27243
27244 \begin_layout Standard
27245 Los comandos 
27246 \series bold
27247
27248 \backslash
27249 b
27250 \series default
27251  , 
27252 \series bold
27253
27254 \backslash
27255 c
27256 \series default
27257  , 
27258 \series bold
27259
27260 \backslash
27261 d
27262 \series default
27263  , 
27264 \series bold
27265
27266 \backslash
27267 H
27268 \series default
27269  , 
27270 \series bold
27271
27272 \backslash
27273 t
27274 \series default
27275  , 
27276 \series bold
27277
27278 \backslash
27279 u
27280 \series default
27281  , 
27282 \series bold
27283
27284 \backslash
27285 v
27286 \series default
27287 , y acentos insertados directamente con el teclado también están disponibles
27288  en texto matemático.
27289  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
27290  
27291 \begin_inset CommandInset ref
27292 LatexCommand ref
27293 reference "sub:Acentos-para-un"
27294
27295 \end_inset
27296
27297 .
27298 \end_layout
27299
27300 \begin_layout Standard
27301 \begin_inset VSpace bigskip
27302 \end_inset
27303
27304
27305 \end_layout
27306
27307 \begin_layout Standard
27308 Además, con el comando 
27309 \series bold
27310
27311 \backslash
27312 textcircled
27313 \series default
27314
27315 \begin_inset Index
27316 status collapsed
27317
27318 \begin_layout Plain Layout
27319 Comandos ! T ! 
27320 \backslash
27321 textcircled
27322 \end_layout
27323
27324 \end_inset
27325
27326  se pueden insertar en un círculo todos los números y letras, de forma parecida
27327  al símbolo copyright.
27328 \end_layout
27329
27330 \begin_layout Standard
27331 \noindent
27332 \align center
27333 \begin_inset Tabular
27334 <lyxtabular version="3" rows="3" columns="2">
27335 <features>
27336 <column alignment="center" valignment="top" width="0">
27337 <column alignment="center" valignment="top" width="0">
27338 <row>
27339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27340 \begin_inset Text
27341
27342 \begin_layout Plain Layout
27343 Comando
27344 \end_layout
27345
27346 \end_inset
27347 </cell>
27348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27349 \begin_inset Text
27350
27351 \begin_layout Plain Layout
27352 Resultado
27353 \begin_inset Note Note
27354 status collapsed
27355
27356 \begin_layout Plain Layout
27357
27358 \series bold
27359
27360 \backslash
27361 raisebox
27362 \series default
27363  se usa sólo como espaciador
27364 \end_layout
27365
27366 \end_inset
27367
27368
27369 \end_layout
27370
27371 \end_inset
27372 </cell>
27373 </row>
27374 <row>
27375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27376 \begin_inset Text
27377
27378 \begin_layout Plain Layout
27379
27380 \backslash
27381 textcircled{w}
27382 \end_layout
27383
27384 \end_inset
27385 </cell>
27386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27387 \begin_inset Text
27388
27389 \begin_layout Plain Layout
27390 \begin_inset ERT
27391 status collapsed
27392
27393 \begin_layout Plain Layout
27394
27395
27396 \backslash
27397 textcircled{w}
27398 \end_layout
27399
27400 \end_inset
27401
27402
27403 \end_layout
27404
27405 \end_inset
27406 </cell>
27407 </row>
27408 <row>
27409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27410 \begin_inset Text
27411
27412 \begin_layout Plain Layout
27413
27414 \backslash
27415 Large 
27416 \backslash
27417 textcircled{
27418 \backslash
27419 normalsize
27420 \backslash
27421 protect
27422 \backslash
27423 raisebox{-1.5pt}{W}}
27424 \end_layout
27425
27426 \end_inset
27427 </cell>
27428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27429 \begin_inset Text
27430
27431 \begin_layout Plain Layout
27432 \begin_inset Formula $\raisebox{4.5mm}{}$
27433 \end_inset
27434
27435
27436 \begin_inset ERT
27437 status collapsed
27438
27439 \begin_layout Plain Layout
27440
27441
27442 \backslash
27443 Large 
27444 \backslash
27445 textcircled{
27446 \backslash
27447 normalsize
27448 \backslash
27449 protect
27450 \backslash
27451 raisebox{-1.5pt}W}
27452 \end_layout
27453
27454 \end_inset
27455
27456
27457 \begin_inset Formula $\raisebox{-2mm}{}$
27458 \end_inset
27459
27460
27461 \end_layout
27462
27463 \end_inset
27464 </cell>
27465 </row>
27466 </lyxtabular>
27467
27468 \end_inset
27469
27470
27471 \end_layout
27472
27473 \begin_layout Standard
27474 Hay que tener cuidado que el carácter se ajuste al círculo.
27475  Por eso 
27476 \series bold
27477
27478 \backslash
27479 Large
27480 \begin_inset Foot
27481 status collapsed
27482
27483 \begin_layout Plain Layout
27484 véase 
27485 \begin_inset CommandInset ref
27486 LatexCommand ref
27487 reference "sub:Tamaños-de-fuentes"
27488
27489 \end_inset
27490
27491
27492 \end_layout
27493
27494 \end_inset
27495
27496
27497 \series default
27498  especifica el tamaño del círculo.
27499  Con ayuda de 
27500 \series bold
27501
27502 \backslash
27503 raisebox
27504 \begin_inset Foot
27505 status collapsed
27506
27507 \begin_layout Plain Layout
27508 véase 
27509 \begin_inset CommandInset ref
27510 LatexCommand ref
27511 reference "sub:Cuadros-sin-marco"
27512
27513 \end_inset
27514
27515
27516 \end_layout
27517
27518 \end_inset
27519
27520
27521 \series default
27522  se puede centrar el carácter.
27523 \end_layout
27524
27525 \begin_layout Subsection
27526 Números en estilo antiguo
27527 \begin_inset Index
27528 status collapsed
27529
27530 \begin_layout Plain Layout
27531 Numeros@Números ! en estilo antiguo
27532 \end_layout
27533
27534 \end_inset
27535
27536
27537 \end_layout
27538
27539 \begin_layout Standard
27540 Los números en estilo antiguo o elzevirianos se componen con el comando
27541  
27542 \series bold
27543
27544 \backslash
27545 oldstylenums
27546 \series default
27547
27548 \begin_inset Index
27549 status collapsed
27550
27551 \begin_layout Plain Layout
27552 Comandos ! O ! 
27553 \backslash
27554 oldstylenums
27555 \end_layout
27556
27557 \end_inset
27558
27559 .
27560  El comando se puede usar en ecuaciones y en modo TeX.
27561  Su esquema es:
27562 \end_layout
27563
27564 \begin_layout Standard
27565
27566 \series bold
27567
27568 \backslash
27569 oldstylenums{número}
27570 \end_layout
27571
27572 \begin_layout Standard
27573 El comando 
27574 \series bold
27575
27576 \backslash
27577 oldstylenums{0123456789}
27578 \series default
27579  genera: 
27580 \begin_inset Formula $\oldstylenums{0123456789}$
27581 \end_inset
27582
27583
27584 \end_layout
27585
27586 \begin_layout Subsection
27587 Caracteres especiales misceláneos
27588 \begin_inset CommandInset label
27589 LatexCommand label
27590 name "sub:Caracteres-especiales-misceláneos"
27591
27592 \end_inset
27593
27594
27595 \begin_inset Index
27596 status collapsed
27597
27598 \begin_layout Plain Layout
27599 Caracteres especiales ! misceláneos
27600 \end_layout
27601
27602 \end_inset
27603
27604
27605 \end_layout
27606
27607 \begin_layout Standard
27608 Los siguientes caracteres sólo pueden insertarse en ecuaciones mediante
27609  comandos:
27610 \end_layout
27611
27612 \begin_layout Standard
27613 \noindent
27614 \align center
27615 \begin_inset Tabular
27616 <lyxtabular version="3" rows="4" columns="2">
27617 <features>
27618 <column alignment="center" valignment="top" width="0">
27619 <column alignment="center" valignment="top" width="0">
27620 <row>
27621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27622 \begin_inset Text
27623
27624 \begin_layout Plain Layout
27625 Comando
27626 \end_layout
27627
27628 \end_inset
27629 </cell>
27630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27631 \begin_inset Text
27632
27633 \begin_layout Plain Layout
27634 Resultado
27635 \end_layout
27636
27637 \end_inset
27638 </cell>
27639 </row>
27640 <row>
27641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27642 \begin_inset Text
27643
27644 \begin_layout Plain Layout
27645
27646 \backslash
27647 ^
27648 \begin_inset ERT
27649 status collapsed
27650
27651 \begin_layout Plain Layout
27652
27653
27654 \backslash
27655 spce 
27656 \end_layout
27657
27658 \end_inset
27659
27660
27661 \end_layout
27662
27663 \end_inset
27664 </cell>
27665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27666 \begin_inset Text
27667
27668 \begin_layout Plain Layout
27669 \begin_inset Formula $\mathcircumflex$
27670 \end_inset
27671
27672
27673 \end_layout
27674
27675 \end_inset
27676 </cell>
27677 </row>
27678 <row>
27679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27680 \begin_inset Text
27681
27682 \begin_layout Plain Layout
27683
27684 \backslash
27685 _
27686 \end_layout
27687
27688 \end_inset
27689 </cell>
27690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27691 \begin_inset Text
27692
27693 \begin_layout Plain Layout
27694 \begin_inset Formula $\_$
27695 \end_inset
27696
27697
27698 \end_layout
27699
27700 \end_inset
27701 </cell>
27702 </row>
27703 <row>
27704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27705 \begin_inset Text
27706
27707 \begin_layout Plain Layout
27708 ^
27709 \begin_inset ERT
27710 status collapsed
27711
27712 \begin_layout Plain Layout
27713
27714
27715 \backslash
27716 spce 
27717 \end_layout
27718
27719 \end_inset
27720
27721
27722 \backslash
27723 circ
27724 \begin_inset Index
27725 status collapsed
27726
27727 \begin_layout Plain Layout
27728
27729 \backslash
27730
27731 \end_layout
27732
27733 \end_inset
27734
27735
27736 \end_layout
27737
27738 \end_inset
27739 </cell>
27740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27741 \begin_inset Text
27742
27743 \begin_layout Plain Layout
27744 \begin_inset Formula $^{\circ}$
27745 \end_inset
27746
27747
27748 \end_layout
27749
27750 \end_inset
27751 </cell>
27752 </row>
27753 </lyxtabular>
27754
27755 \end_inset
27756
27757
27758 \end_layout
27759
27760 \begin_layout Standard
27761 El símbolo grado ° puede no obstante insertarse directamente si el preámbulo
27762  LaTeX contiene la línea:
27763 \begin_inset Foot
27764 status collapsed
27765
27766 \begin_layout Plain Layout
27767 Más sobre este asunto en 
27768 \begin_inset CommandInset ref
27769 LatexCommand ref
27770 reference "sub:Caracteres-de-texto"
27771
27772 \end_inset
27773
27774
27775 \end_layout
27776
27777 \end_inset
27778
27779  
27780 \end_layout
27781
27782 \begin_layout Standard
27783
27784 \series bold
27785
27786 \backslash
27787 DeclareInputtext{176}{
27788 \backslash
27789 ifmmode^
27790 \backslash
27791 circ
27792 \backslash
27793 else
27794 \backslash
27795 textdegree
27796 \backslash
27797 fi}
27798 \end_layout
27799
27800 \begin_layout Section
27801 Estilos de ecuación
27802 \begin_inset CommandInset label
27803 LatexCommand label
27804 name "sec:Estilos-de-ecuación"
27805
27806 \end_inset
27807
27808
27809 \begin_inset Index
27810 status collapsed
27811
27812 \begin_layout Plain Layout
27813 Ecuación ! estilos de
27814 \end_layout
27815
27816 \end_inset
27817
27818
27819 \end_layout
27820
27821 \begin_layout Itemize
27822 Hay dos estilos diferentes de alineación:
27823 \end_layout
27824
27825 \begin_deeper
27826 \begin_layout Description
27827 Centrado es el estándar predefinido
27828 \end_layout
27829
27830 \begin_layout Description
27831 Sangrado para este estilo debe insertarse la opción de clase 
27832 \series bold
27833 fleqn
27834 \series default
27835  en el menú 
27836 \family sans
27837 Documento\SpecialChar \menuseparator
27838 Configuración
27839 \family default
27840  bajo 
27841 \family sans
27842 Clase de documento
27843 \end_layout
27844
27845 \begin_layout Standard
27846 Cuando se usa 
27847 \series bold
27848 Sangrado
27849 \series default
27850 , éste se puede ajustar con la longitud 
27851 \series bold
27852
27853 \backslash
27854 mathindent
27855 \series default
27856
27857 \begin_inset Index
27858 status collapsed
27859
27860 \begin_layout Plain Layout
27861 Comandos ! M ! 
27862 \backslash
27863 mathindent
27864 \end_layout
27865
27866 \end_inset
27867
27868 .
27869  Para 15
27870 \begin_inset space \thinspace{}
27871 \end_inset
27872
27873 mm, p.
27874 \begin_inset space \thinspace{}
27875 \end_inset
27876
27877 e., se inserta esta línea de comando en el preámbulo LaTeX:
27878 \end_layout
27879
27880 \begin_layout Standard
27881
27882 \series bold
27883
27884 \backslash
27885 setlength{
27886 \backslash
27887 mathindent}{15mm}
27888 \end_layout
27889
27890 \begin_layout Standard
27891 Si no se especifica longitud se usa el valor predeterminado de 30
27892 \begin_inset space \thinspace{}
27893 \end_inset
27894
27895 pt.
27896 \end_layout
27897
27898 \end_deeper
27899 \begin_layout Itemize
27900 Y dos estilos diferentes de numeración:
27901 \end_layout
27902
27903 \begin_deeper
27904 \begin_layout Description
27905 Derecha es el estándar predefinido
27906 \end_layout
27907
27908 \begin_layout Description
27909 Izquierda para este estilo debe insertarse la opción de clase 
27910 \series bold
27911 leqno
27912 \series default
27913  en el menú 
27914 \family sans
27915 Documento\SpecialChar \menuseparator
27916 Configuración
27917 \family default
27918  bajo 
27919 \family sans
27920 Clase de documento
27921 \end_layout
27922
27923 \end_deeper
27924 \begin_layout Standard
27925
27926 \series bold
27927 fleqn
27928 \series default
27929  y 
27930 \series bold
27931 leqno
27932 \series default
27933  también se pueden usar juntos.
27934  En ese caso se insertan ambas opciones, separadas por una coma.
27935 \end_layout
27936
27937 \begin_layout Standard
27938 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
27939  documento.
27940  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
27941  estilo 
27942 \series bold
27943 Centrado
27944 \series default
27945  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27946 \begin_inset CommandInset ref
27947 LatexCommand ref
27948 reference "sub:Entorno-flalign"
27949
27950 \end_inset
27951
27952 .
27953 \end_layout
27954
27955 \begin_layout Section
27956 Ecuaciones multilínea
27957 \begin_inset CommandInset label
27958 LatexCommand label
27959 name "sec:Ecuaciones-multilínea"
27960
27961 \end_inset
27962
27963
27964 \begin_inset Index
27965 status collapsed
27966
27967 \begin_layout Plain Layout
27968 Ecuación ! multilínea
27969 \end_layout
27970
27971 \end_inset
27972
27973
27974 \end_layout
27975
27976 \begin_layout Subsection
27977 General
27978 \end_layout
27979
27980 \begin_layout Standard
27981 En LyX se generan nuevas líneas en una ecuación con 
27982 \family sans
27983 \series bold
27984 Ctrl+Retorno
27985 \family default
27986 \series default
27987 .
27988  Esto crea un 
27989 \series bold
27990 entorno eqnarray
27991 \series default
27992 , que se describe en
27993 \begin_inset space ~
27994 \end_inset
27995
27996
27997 \begin_inset CommandInset ref
27998 LatexCommand ref
27999 reference "sub:Entorno-eqnarray"
28000
28001 \end_inset
28002
28003  o, si se ha marcado la opción 
28004 \family sans
28005 Usar
28006 \begin_inset space ~
28007 \end_inset
28008
28009 el
28010 \begin_inset space ~
28011 \end_inset
28012
28013 paquete
28014 \begin_inset space ~
28015 \end_inset
28016
28017 de
28018 \begin_inset space ~
28019 \end_inset
28020
28021 ecuaciones
28022 \begin_inset space ~
28023 \end_inset
28024
28025 AMS
28026 \family default
28027  en la configuración del documento
28028 \family sans
28029 , un 
28030 \series bold
28031 entorno
28032 \family default
28033 \series default
28034  
28035 \series bold
28036 align
28037 \series default
28038 , que se describe en
28039 \begin_inset space ~
28040 \end_inset
28041
28042
28043 \begin_inset CommandInset ref
28044 LatexCommand ref
28045 reference "sub:Entorno-align-estándar"
28046
28047 \end_inset
28048
28049 .
28050 \end_layout
28051
28052 \begin_layout Standard
28053 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
28054  el menú 
28055 \family sans
28056 Insertar\SpecialChar \menuseparator
28057 Ecuación
28058 \family default
28059 .
28060  En las siguientes secciones se describen estos entornos.
28061 \end_layout
28062
28063 \begin_layout Standard
28064 En todos los entornos de ecuación multilínea la combinación 
28065 \family sans
28066 Ctrl+Retorno
28067 \family default
28068  genera una línea nueva.
28069  Para añadir o quitar líneas se pueden usar los botones 
28070 \begin_inset Graphics
28071         filename ../../images/tabular-feature_append-row.png
28072         scale 85
28073
28074 \end_inset
28075
28076  o 
28077 \begin_inset Graphics
28078         filename ../../images/tabular-feature_delete-row.png
28079         scale 85
28080
28081 \end_inset
28082
28083 de la barra de herramientas, respectivamente, o el menú 
28084 \family sans
28085 Editar\SpecialChar \menuseparator
28086 Filas y columnas
28087 \family default
28088 .
28089 \end_layout
28090
28091 \begin_layout Subsubsection
28092 Separación de líneas
28093 \begin_inset CommandInset label
28094 LatexCommand label
28095 name "sub:Separación-de-líneas"
28096
28097 \end_inset
28098
28099
28100 \begin_inset Index
28101 status collapsed
28102
28103 \begin_layout Plain Layout
28104 Ecuación ! multilínea ! separación de filas
28105 \end_layout
28106
28107 \end_inset
28108
28109
28110 \end_layout
28111
28112 \begin_layout Standard
28113 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
28114 \begin_inset Formula \begin{eqnarray*}
28115 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}\\
28116 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*}
28117
28118 \end_inset
28119
28120 En LaTeX un espacio adicional para una línea se especifica como argumento
28121  opcional del comando de nueva línea.
28122  Esto aún no es posible en LYX,
28123 \begin_inset Foot
28124 status collapsed
28125
28126 \begin_layout Plain Layout
28127 véase 
28128 \begin_inset CommandInset href
28129 LatexCommand href
28130 name "LyX-bug #1505"
28131 target "http://www.lyx.org/trac/ticket/1505"
28132
28133 \end_inset
28134
28135
28136 \end_layout
28137
28138 \end_inset
28139
28140  por lo que toda la ecuación debe insertarse en modo TeX.
28141  Para añadir espacio en nuestro ejemplo se inserta el comando 
28142 \series bold
28143
28144 \backslash
28145
28146 \backslash
28147 [3mm]
28148 \series default
28149  al final de la primera línea.
28150  Así: 
28151 \begin_inset ERT
28152 status collapsed
28153
28154 \begin_layout Plain Layout
28155
28156
28157 \backslash
28158 begin{eqnarray*}
28159 \end_layout
28160
28161 \begin_layout Plain Layout
28162
28163 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28164  = & 
28165 \backslash
28166 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28167 \backslash
28168
28169 \backslash
28170 [3mm]
28171 \end_layout
28172
28173 \begin_layout Plain Layout
28174
28175 4x^{2}
28176 \backslash
28177 left(B^{2}+x_{0}^{2}
28178 \backslash
28179 right)+4x_{0}x
28180 \backslash
28181 left(D-B^{2}
28182 \backslash
28183 right)+B^{2}
28184 \backslash
28185 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28186 \backslash
28187 right) & = & 0
28188 \end_layout
28189
28190 \begin_layout Plain Layout
28191
28192
28193 \backslash
28194 end{eqnarray*}
28195 \end_layout
28196
28197 \end_inset
28198
28199
28200 \begin_inset VSpace bigskip
28201 \end_inset
28202
28203
28204 \end_layout
28205
28206 \begin_layout Standard
28207 Para obtener separación en todas las líneas hay que cambiar la longitud
28208  
28209 \series bold
28210
28211 \backslash
28212 jot
28213 \series default
28214
28215 \begin_inset Index
28216 status collapsed
28217
28218 \begin_layout Plain Layout
28219 Comandos ! J ! 
28220 \backslash
28221 jot
28222 \end_layout
28223
28224 \end_inset
28225
28226 .
28227  La definición es: 
28228 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
28229 \end_inset
28230
28231 .
28232  El valor predeterminado para 
28233 \series bold
28234
28235 \backslash
28236 jot
28237 \series default
28238  es 3
28239 \begin_inset space \thinspace{}
28240 \end_inset
28241
28242 pt.
28243  Para establecer una separación adicional de 3
28244 \begin_inset space \thinspace{}
28245 \end_inset
28246
28247 mm como en el ejemplo anterior, se inserta el comando
28248 \end_layout
28249
28250 \begin_layout Standard
28251
28252 \series bold
28253
28254 \backslash
28255 setlength{
28256 \backslash
28257 jot}{3mm+3pt}
28258 \end_layout
28259
28260 \begin_layout Standard
28261 en modo TeX antes de la ecuación.
28262  Es necesario cargar el paquete 
28263 \series bold
28264 calc
28265 \series default
28266
28267 \begin_inset Foot
28268 status collapsed
28269
28270 \begin_layout Plain Layout
28271
28272 \series bold
28273 calc
28274 \series default
28275  forma parte de toda instalación LaTeX estándar.
28276 \end_layout
28277
28278 \end_inset
28279
28280
28281 \begin_inset Index
28282 status collapsed
28283
28284 \begin_layout Plain Layout
28285 Paquetes ! calc
28286 \end_layout
28287
28288 \end_inset
28289
28290  en el preámbulo con la línea
28291 \end_layout
28292
28293 \begin_layout Standard
28294
28295 \series bold
28296
28297 \backslash
28298 usepackage{calc}
28299 \end_layout
28300
28301 \begin_layout Standard
28302 Se obtiene:
28303 \begin_inset ERT
28304 status collapsed
28305
28306 \begin_layout Plain Layout
28307
28308
28309 \backslash
28310 setlength{
28311 \backslash
28312 jot}{3mm+3pt}
28313 \end_layout
28314
28315 \end_inset
28316
28317
28318 \begin_inset Formula \begin{eqnarray*}
28319 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}\\
28320 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*}
28321
28322 \end_inset
28323
28324
28325 \begin_inset ERT
28326 status collapsed
28327
28328 \begin_layout Plain Layout
28329
28330
28331 \backslash
28332 setlength{
28333 \backslash
28334 jot}{3pt}
28335 \end_layout
28336
28337 \end_inset
28338
28339  Para volver a la distancia predeterminada, 
28340 \series bold
28341
28342 \backslash
28343 jot
28344 \series default
28345  se establece en 3
28346 \begin_inset space \thinspace{}
28347 \end_inset
28348
28349 pt.
28350 \end_layout
28351
28352 \begin_layout Subsubsection
28353 Separación de columnas
28354 \begin_inset CommandInset label
28355 LatexCommand label
28356 name "sub:Separación-de-columnas"
28357
28358 \end_inset
28359
28360
28361 \begin_inset Index
28362 status collapsed
28363
28364 \begin_layout Plain Layout
28365 Ecuación ! multilínea !separación de columnas
28366 \end_layout
28367
28368 \end_inset
28369
28370
28371 \end_layout
28372
28373 \begin_layout Standard
28374 Una ecuación multilínea forma una matriz.
28375  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
28376  columnas.
28377  Cambiando la separación de columnas en este entorno se puede cambiar el
28378  espacio junto al signo de relación.
28379 \end_layout
28380
28381 \begin_layout Standard
28382 La separación de columnas se especifica con la longitud
28383 \series bold
28384  
28385 \backslash
28386 arraycolsep
28387 \series default
28388
28389 \begin_inset Index
28390 status collapsed
28391
28392 \begin_layout Plain Layout
28393 Comandos ! A ! 
28394 \backslash
28395 arraycolsep
28396 \end_layout
28397
28398 \end_inset
28399
28400  según:
28401 \begin_inset Newline newline
28402 \end_inset
28403
28404 separación de columnas = 2
28405 \begin_inset space \thinspace{}
28406 \end_inset
28407
28408
28409 \series bold
28410
28411 \backslash
28412 arraycolsep
28413 \series default
28414
28415 \begin_inset Newline newline
28416 \end_inset
28417
28418 Así, el comando en modo TeX
28419 \end_layout
28420
28421 \begin_layout Standard
28422
28423 \series bold
28424
28425 \backslash
28426 setlength{
28427 \backslash
28428 arraycolsep}{1cm}
28429 \end_layout
28430
28431 \begin_layout Standard
28432 establece para todas las ecuaciones siguientes una separación de columnas
28433  de 2
28434 \begin_inset space \thinspace{}
28435 \end_inset
28436
28437 cm.
28438  Para volver al valor predefinido, 
28439 \series bold
28440
28441 \backslash
28442 arraycolsep
28443 \series default
28444  se pone en 5
28445 \begin_inset space \thinspace{}
28446 \end_inset
28447
28448 pt.
28449 \end_layout
28450
28451 \begin_layout Standard
28452 Una ecuación con separación de 2
28453 \begin_inset space \thinspace{}
28454 \end_inset
28455
28456 cm entre columnas:
28457 \begin_inset ERT
28458 status collapsed
28459
28460 \begin_layout Plain Layout
28461
28462
28463 \backslash
28464 setlength{
28465 \backslash
28466 arraycolsep}{1cm}
28467 \end_layout
28468
28469 \end_inset
28470
28471
28472 \begin_inset Formula \begin{eqnarray*}
28473 A & = & B\\
28474 C & \ne & A\end{eqnarray*}
28475
28476 \end_inset
28477
28478 Una ecuación con la separación predefinida para matrices, 10
28479 \begin_inset space \thinspace{}
28480 \end_inset
28481
28482 pt:
28483 \begin_inset ERT
28484 status collapsed
28485
28486 \begin_layout Plain Layout
28487
28488
28489 \backslash
28490 setlength{
28491 \backslash
28492 arraycolsep}{5pt}
28493 \end_layout
28494
28495 \end_inset
28496
28497
28498 \begin_inset Formula \begin{eqnarray*}
28499 A & = & B\\
28500 C & \ne & A\end{eqnarray*}
28501
28502 \end_inset
28503
28504
28505 \end_layout
28506
28507 \begin_layout Subsubsection
28508 Ecuaciones largas
28509 \begin_inset Index
28510 status collapsed
28511
28512 \begin_layout Plain Layout
28513 Ecuación ! larga
28514 \end_layout
28515
28516 \end_inset
28517
28518
28519 \end_layout
28520
28521 \begin_layout Standard
28522 Se pueden componer ecuaciones largas mediante estos métodos:
28523 \end_layout
28524
28525 \begin_layout Itemize
28526 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
28527  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
28528 \begin_inset Formula \begin{eqnarray}
28529 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 \\
28530  &  & -\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}
28531
28532 \end_inset
28533
28534 El signo menos al principio de la segunda línea normalmente no aparece como
28535  operador porque es el primer carácter de la línea.
28536  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
28537  Para evitarlo se ha insertado 3
28538 \begin_inset space \thinspace{}
28539 \end_inset
28540
28541 pt de espacio detrás del menos con el comando 
28542 \series bold
28543
28544 \backslash
28545 hspace
28546 \series default
28547 .
28548 \begin_inset Foot
28549 status collapsed
28550
28551 \begin_layout Plain Layout
28552 véase más sobre 
28553 \series bold
28554
28555 \backslash
28556 hspace
28557 \series default
28558  en 
28559 \begin_inset CommandInset ref
28560 LatexCommand ref
28561 reference "sub:Espacio-variable"
28562
28563 \end_inset
28564
28565
28566 \end_layout
28567
28568 \end_inset
28569
28570
28571 \begin_inset Index
28572 status collapsed
28573
28574 \begin_layout Plain Layout
28575 Comandos ! H ! 
28576 \backslash
28577 hspace
28578 \end_layout
28579
28580 \end_inset
28581
28582
28583 \end_layout
28584
28585 \begin_layout Itemize
28586 Si ambos lados de la ecuación son demasiado largos se usa el comando 
28587 \series bold
28588
28589 \backslash
28590 lefteqn
28591 \series default
28592
28593 \begin_inset Index
28594 status collapsed
28595
28596 \begin_layout Plain Layout
28597 Comandos ! L ! 
28598 \backslash
28599 lefteqn
28600 \end_layout
28601
28602 \end_inset
28603
28604 .
28605  Se inserta en la primer columna de la primera línea y hace que todas las
28606  inserciones posteriores sobreescriban las columnas siguientes:
28607 \begin_inset Formula \begin{eqnarray}
28608 \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 \\
28609  &  & -\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 \\
28610  &  & =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}
28611
28612 \end_inset
28613
28614 Tras la inserción de 
28615 \series bold
28616
28617 \backslash
28618 lefteqn
28619 \series default
28620  el cursor está en un marco púrpura un poco a la izquierda del azul.
28621  La ecuación se inserta en éste.
28622 \begin_inset Newline newline
28623 \end_inset
28624
28625 El contenido de las restantes líneas se inserta en la segunda columna o
28626  en otra.
28627  A mayor número de columna donde se inserte, mayor sangrado.
28628 \begin_inset VSpace medskip
28629 \end_inset
28630
28631
28632 \begin_inset Newline newline
28633 \end_inset
28634
28635
28636 \begin_inset Note Greyedout
28637 status collapsed
28638
28639 \begin_layout Plain Layout
28640 Ten en cuenta lo siguiente si usas 
28641 \series bold
28642
28643 \backslash
28644 lefteqn
28645 \series default
28646 :
28647 \end_layout
28648
28649 \begin_layout Itemize
28650 La ecuación no usa la anchura total de la página.
28651  Cuando se añade, p.
28652 \begin_inset space \thinspace{}
28653 \end_inset
28654
28655 e., el término 
28656 \begin_inset Formula $-B^{2}$
28657 \end_inset
28658
28659  en la primera línea del ejemplo, debería estar fuera del margen.
28660  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
28661  principio de la primera línea.
28662 \end_layout
28663
28664 \begin_layout Itemize
28665 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
28666  primera línea.
28667 \begin_inset Foot
28668 status collapsed
28669
28670 \begin_layout Plain Layout
28671 \begin_inset CommandInset href
28672 LatexCommand href
28673 name "LyX-bug #1429"
28674 target "http://www.lyx.org/trac/ticket/1429"
28675
28676 \end_inset
28677
28678
28679 \end_layout
28680
28681 \end_inset
28682
28683  Sólo se puede poner el cursor al principio de la línea y moverlo con las
28684  teclas de flecha.
28685 \end_layout
28686
28687 \end_inset
28688
28689  
28690 \end_layout
28691
28692 \begin_layout Itemize
28693 Se describen otros métodos para escribir fórmulas largas en 
28694 \begin_inset CommandInset ref
28695 LatexCommand ref
28696 reference "sub:Entorno-multilínea"
28697
28698 \end_inset
28699
28700  y 
28701 \begin_inset CommandInset ref
28702 LatexCommand ref
28703 reference "sub:Partes-de-una-multilínea"
28704
28705 \end_inset
28706
28707 .
28708 \end_layout
28709
28710 \begin_layout Subsubsection
28711 Delimitadores multilínea
28712 \begin_inset CommandInset label
28713 LatexCommand label
28714 name "sub:Delimitadores-multilínea"
28715
28716 \end_inset
28717
28718
28719 \begin_inset Index
28720 status collapsed
28721
28722 \begin_layout Plain Layout
28723 Delimitadores ! para varias líneas
28724 \end_layout
28725
28726 \end_inset
28727
28728
28729 \end_layout
28730
28731 \begin_layout Standard
28732 Para poner delimitadores que cubran varias líneas hay un problema:
28733 \begin_inset Formula \begin{eqnarray*}
28734 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28735  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28736
28737 \end_inset
28738
28739 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
28740 res con tamaño variable no abarcan líneas múltiples.
28741 \end_layout
28742
28743 \begin_layout Standard
28744 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
28745  primera línea se finaliza con 
28746 \series bold
28747
28748 \backslash
28749 right.
28750 \series default
28751
28752 \begin_inset Index
28753 status collapsed
28754
28755 \begin_layout Plain Layout
28756 Comandos ! R ! 
28757 \backslash
28758 right
28759 \end_layout
28760
28761 \end_inset
28762
28763  y la segunda con 
28764 \series bold
28765
28766 \backslash
28767 left.
28768 \series default
28769 .
28770 \begin_inset Foot
28771 status collapsed
28772
28773 \begin_layout Plain Layout
28774 Más sobre 
28775 \series bold
28776
28777 \backslash
28778 left.
28779
28780 \series default
28781  y 
28782 \series bold
28783
28784 \backslash
28785 right.
28786
28787 \series default
28788  en 
28789 \begin_inset CommandInset ref
28790 LatexCommand ref
28791 reference "sub:Tamaño-automático-de"
28792
28793 \end_inset
28794
28795
28796 \end_layout
28797
28798 \end_inset
28799
28800
28801 \begin_inset Index
28802 status collapsed
28803
28804 \begin_layout Plain Layout
28805 Comandos ! L ! 
28806 \backslash
28807 left
28808 \end_layout
28809
28810 \end_inset
28811
28812  Después de 
28813 \series bold
28814
28815 \backslash
28816 left.
28817
28818 \series default
28819  se inserta el comando 
28820 \series bold
28821
28822 \backslash
28823 vphantom
28824 \series default
28825
28826 \begin_inset ERT
28827 status collapsed
28828
28829 \begin_layout Plain Layout
28830
28831
28832 \backslash
28833 spce 
28834 \end_layout
28835
28836 \end_inset
28837
28838
28839 \series bold
28840
28841 \backslash
28842 prod
28843 \series default
28844 ^
28845 \begin_inset ERT
28846 status collapsed
28847
28848 \begin_layout Plain Layout
28849
28850
28851 \backslash
28852 spce 
28853 \end_layout
28854
28855 \end_inset
28856
28857
28858 \series bold
28859
28860 \backslash
28861 infty
28862 \series default
28863
28864 \begin_inset ERT
28865 status collapsed
28866
28867 \begin_layout Plain Layout
28868
28869
28870 \backslash
28871 spce 
28872 \end_layout
28873
28874 \end_inset
28875
28876
28877 \series bold
28878
28879 \begin_inset Formula $\downarrow$
28880 \end_inset
28881
28882 _R=1}
28883 \series default
28884
28885 \begin_inset Index
28886 status collapsed
28887
28888 \begin_layout Plain Layout
28889 Comandos ! V ! 
28890 \backslash
28891 vphantom
28892 \end_layout
28893
28894 \end_inset
28895
28896 , porque el operador de multiplicación con sus límites es el símbolo mayor
28897  en la primera línea y ese debería ser el tamaño para el delimitador en
28898  la segunda línea.
28899 \end_layout
28900
28901 \begin_layout Standard
28902 El resultado es: 
28903 \begin_inset Formula \begin{eqnarray*}
28904 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28905  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28906
28907 \end_inset
28908
28909
28910 \end_layout
28911
28912 \begin_layout Subsection
28913 Entornos align
28914 \end_layout
28915
28916 \begin_layout Standard
28917 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
28918  Son especialmente apropiados para poner ecuaciones adosadas.
28919 \end_layout
28920
28921 \begin_layout Standard
28922 Los entornos align constan de columnas.
28923  Las columnas impares se alinean a la derecha, las pares a la izquierda.
28924  En un entorno align se puede numerar cada línea.
28925 \end_layout
28926
28927 \begin_layout Standard
28928 Los entornos align se crean con el menú 
28929 \family sans
28930 Insertar\SpecialChar \menuseparator
28931 Ecuación
28932 \family default
28933 .
28934  Una ecuación existente se puede convertir a align con el menú 
28935 \family sans
28936 Editar\SpecialChar \menuseparator
28937 Ecuación\SpecialChar \menuseparator
28938 Cambiar tipo de ecuación
28939 \family default
28940 .
28941 \end_layout
28942
28943 \begin_layout Standard
28944 Para añadir o quitar columnas se pueden usar los botones 
28945 \begin_inset Graphics
28946         filename ../../images/tabular-feature_append-row.png
28947         scale 85
28948
28949 \end_inset
28950
28951  o 
28952 \begin_inset Graphics
28953         filename ../../images/tabular-feature_delete-row.png
28954         scale 85
28955
28956 \end_inset
28957
28958 de la barra de ecuaciones o el menú 
28959 \family sans
28960 Editar\SpecialChar \menuseparator
28961 Filas y columnas
28962 \family default
28963 .
28964 \end_layout
28965
28966 \begin_layout Subsubsection
28967 Entorno align estándar
28968 \begin_inset CommandInset label
28969 LatexCommand label
28970 name "sub:Entorno-align-estándar"
28971
28972 \end_inset
28973
28974
28975 \begin_inset Index
28976 status collapsed
28977
28978 \begin_layout Plain Layout
28979 Ecuación ! multilínea ! entorno align
28980 \end_layout
28981
28982 \end_inset
28983
28984
28985 \end_layout
28986
28987 \begin_layout Standard
28988 Este entorno align se crea pulsando 
28989 \family sans
28990 Ctrl+Retorno
28991 \family default
28992  en una ecuación o con el menú 
28993 \family sans
28994 Insertar\SpecialChar \menuseparator
28995 Ecuación\SpecialChar \menuseparator
28996 Entorno AMS align
28997 \family default
28998 .
28999 \end_layout
29000
29001 \begin_layout Standard
29002 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
29003  align de cuatro columnas:
29004 \begin_inset Formula \begin{align*}
29005 A & =\sen(B) & C & =D\\
29006 C & \neq A & B & \neq D\end{align*}
29007
29008 \end_inset
29009
29010 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
29011  un 
29012 \series bold
29013
29014 \backslash
29015 hfill
29016 \series default
29017
29018 \begin_inset Foot
29019 status collapsed
29020
29021 \begin_layout Plain Layout
29022 Más sobre 
29023 \series bold
29024
29025 \backslash
29026 hfill
29027 \series default
29028  en 
29029 \begin_inset CommandInset ref
29030 LatexCommand ref
29031 reference "sub:Espacio-variable"
29032
29033 \end_inset
29034
29035
29036 \end_layout
29037
29038 \end_inset
29039
29040  antes de la primera y detrás de cada columna par.
29041  Si se pone en estilo 
29042 \series bold
29043 Sangrado
29044 \series default
29045 ,
29046 \begin_inset Foot
29047 status collapsed
29048
29049 \begin_layout Plain Layout
29050 véase estilos de ecuación en 
29051 \begin_inset CommandInset ref
29052 LatexCommand ref
29053 reference "sec:Estilos-de-ecuación"
29054
29055 \end_inset
29056
29057
29058 \end_layout
29059
29060 \end_inset
29061
29062  la ecuación queda sin el 
29063 \series bold
29064
29065 \backslash
29066 hfill
29067 \series default
29068  ante la primera columna.
29069 \end_layout
29070
29071 \begin_layout Subsubsection
29072 Entorno alignat
29073 \begin_inset Index
29074 status collapsed
29075
29076 \begin_layout Plain Layout
29077 Ecuación ! multilínea ! entorno alignat
29078 \end_layout
29079
29080 \end_inset
29081
29082
29083 \end_layout
29084
29085 \begin_layout Standard
29086 El entorno alignat no tiene separación predefinida de columnas.
29087  Se puede insertar manualmente con los espacios descritos en 
29088 \begin_inset CommandInset ref
29089 LatexCommand ref
29090 reference "sec:Espacio"
29091
29092 \end_inset
29093
29094 .
29095 \end_layout
29096
29097 \begin_layout Standard
29098 El ejemplo anterior en el entorno alignat, con un espacio de 1
29099 \begin_inset space \thinspace{}
29100 \end_inset
29101
29102 cm al comienzo da la segunda ecuación:
29103 \begin_inset Formula \begin{alignat*}{2}
29104 A & =\sen(B)\hspace{1cm} & C & =D\\
29105 C & \neq A & B & \neq D\end{alignat*}
29106
29107 \end_inset
29108
29109 Como cada columna puede tener un espacio diferente, este entorno es especialment
29110 e apropiado para poner tres o más ecuaciones adosadas.
29111 \end_layout
29112
29113 \begin_layout Subsubsection
29114 Entorno flalign
29115 \begin_inset CommandInset label
29116 LatexCommand label
29117 name "sub:Entorno-flalign"
29118
29119 \end_inset
29120
29121
29122 \begin_inset Index
29123 status collapsed
29124
29125 \begin_layout Plain Layout
29126 Ecuación ! multilínea ! entorno flalign
29127 \end_layout
29128
29129 \end_inset
29130
29131
29132 \end_layout
29133
29134 \begin_layout Standard
29135 En este entorno las dos primeras columnas están siempre tan a la izquierda
29136  como sea posible y las dos últimas a la derecha.
29137  Ejemplo:
29138 \begin_inset Formula \begin{flalign*}
29139 A & =1 & B & =2 & C & =3\\
29140 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4\end{flalign*}
29141
29142 \end_inset
29143
29144 En un entorno flalign con un número impar de columnas, en la última de las
29145  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
29146  alineadas a la izquierda, aunque se use el estilo 
29147 \series bold
29148 Centrado
29149 \series default
29150 .
29151  Un ejemplo de fórmula sangrada 
29152 \begin_inset CommandInset ref
29153 LatexCommand eqref
29154 reference "eq:IntVol"
29155
29156 \end_inset
29157
29158 :
29159 \begin_inset Formula \begin{flalign}
29160 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}\end{flalign}
29161
29162 \end_inset
29163
29164 Las dos primeras columnas contienen la fórmula.
29165  Para sangrarla como con el estilo 
29166 \series bold
29167 Sangrado
29168 \series default
29169 , se añade un espacio de 30
29170 \begin_inset space \thinspace{}
29171 \end_inset
29172
29173 pt al comienzo de la primera columna.
29174  
29175 \end_layout
29176
29177 \begin_layout Subsection
29178 Entorno eqnarray
29179 \begin_inset CommandInset label
29180 LatexCommand label
29181 name "sub:Entorno-eqnarray"
29182
29183 \end_inset
29184
29185
29186 \begin_inset Index
29187 status collapsed
29188
29189 \begin_layout Plain Layout
29190 Ecuación ! multilínea ! entorno eqnarray
29191 \end_layout
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 \end_layout
29207
29208 \begin_layout Standard
29209 Al introducir este entorno aparecen tres marcos azules.
29210  El contenido del primero se alinea a la derecha, el del último a la izquierda.
29211  El contenido del marco central está centrado y algo más pequeño, porque
29212  está diseñado para insertar sólo caracteres de relación.
29213 \begin_inset Formula \begin{eqnarray*}
29214 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29215 AB & AB & AB\\
29216 A & = & A\end{eqnarray*}
29217
29218 \end_inset
29219
29220
29221 \end_layout
29222
29223 \begin_layout Subsection
29224 Entorno gather
29225 \begin_inset Index
29226 status collapsed
29227
29228 \begin_layout Plain Layout
29229 Ecuación ! multilínea ! entorno gather
29230 \end_layout
29231
29232 \end_inset
29233
29234
29235 \end_layout
29236
29237 \begin_layout Standard
29238 Este entorno consta de una sola columna centrada.
29239  Se puede numerar cada línea.
29240 \begin_inset Formula \begin{gather}
29241 A=1\\
29242 X=\mbox{-}1\end{gather}
29243
29244 \end_inset
29245
29246
29247 \end_layout
29248
29249 \begin_layout Subsection
29250 Entorno multilínea
29251 \begin_inset CommandInset label
29252 LatexCommand label
29253 name "sub:Entorno-multilínea"
29254
29255 \end_inset
29256
29257
29258 \begin_inset Index
29259 status collapsed
29260
29261 \begin_layout Plain Layout
29262 Ecuación ! multilínea ! entorno multilínea
29263 \end_layout
29264
29265 \end_inset
29266
29267
29268 \end_layout
29269
29270 \begin_layout Standard
29271 El entorno multilínea, como gather, consta de una sola columna.
29272  Pero la primera línea está alineada a la izquierda, la última a la derecha.
29273  Las demás están centradas.
29274  Por tanto este entorno es apropiado para ecuaciones largas.
29275  Como ejemplo, la ecuación
29276 \begin_inset space ~
29277 \end_inset
29278
29279
29280 \begin_inset CommandInset ref
29281 LatexCommand eqref
29282 reference "eq:lefteqn"
29283
29284 \end_inset
29285
29286  en entorno multilínea:
29287 \begin_inset Formula \begin{multline}
29288 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}\\
29289 -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}\\
29290 =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}
29291
29292 \end_inset
29293
29294 En la salida sólo aparece numerada la última (primera) línea si la numeración
29295  del documento es a la derecha (izquierda).
29296 \begin_inset Foot
29297 status collapsed
29298
29299 \begin_layout Plain Layout
29300 véanse los estilos de numeración en 
29301 \begin_inset CommandInset ref
29302 LatexCommand ref
29303 reference "sec:Estilos-de-ecuación"
29304
29305 \end_inset
29306
29307
29308 \end_layout
29309
29310 \end_inset
29311
29312
29313 \end_layout
29314
29315 \begin_layout Standard
29316 Con los comandos 
29317 \series bold
29318
29319 \backslash
29320 shoveright
29321 \begin_inset Index
29322 status collapsed
29323
29324 \begin_layout Plain Layout
29325 Comandos ! S ! 
29326 \backslash
29327 shoveright
29328 \end_layout
29329
29330 \end_inset
29331
29332
29333 \series default
29334  y 
29335 \series bold
29336
29337 \backslash
29338 shoveleft
29339 \series default
29340
29341 \begin_inset Index
29342 status collapsed
29343
29344 \begin_layout Plain Layout
29345 Comandos ! S ! 
29346 \backslash
29347 shoveleft
29348 \end_layout
29349
29350 \end_inset
29351
29352 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
29353 ente.
29354  Los comandos se usan como sigue:
29355 \end_layout
29356
29357 \begin_layout Standard
29358
29359 \series bold
29360
29361 \backslash
29362 shoveright{contenido de la línea}
29363 \series default
29364  y 
29365 \series bold
29366
29367 \backslash
29368 shoveleft{contenido de la línea}
29369 \end_layout
29370
29371 \begin_layout Standard
29372 \begin_inset VSpace medskip
29373 \end_inset
29374
29375
29376 \end_layout
29377
29378 \begin_layout Standard
29379 La longitud 
29380 \series bold
29381
29382 \backslash
29383 multlinegap
29384 \series default
29385
29386 \begin_inset Index
29387 status collapsed
29388
29389 \begin_layout Plain Layout
29390 Comandos ! M ! 
29391 \backslash
29392 multlinegap
29393 \end_layout
29394
29395 \end_inset
29396
29397  especifica la distancia de la primera línea desde el margen izquierdo de
29398  la página.
29399  Esta longitud es 0
29400 \begin_inset space \thinspace{}
29401 \end_inset
29402
29403 pt por omisión.
29404 \end_layout
29405
29406 \begin_layout Standard
29407 Como ejemplo la ecuación anterior con el comando
29408 \end_layout
29409
29410 \begin_layout Standard
29411
29412 \series bold
29413
29414 \backslash
29415 setlength{
29416 \backslash
29417 multlinegap}{2cm}
29418 \end_layout
29419
29420 \begin_layout Standard
29421 insertado previamente en modo TeX:
29422 \begin_inset ERT
29423 status collapsed
29424
29425 \begin_layout Plain Layout
29426
29427
29428 \backslash
29429 setlength{
29430 \backslash
29431 multlinegap}{2cm}
29432 \end_layout
29433
29434 \end_inset
29435
29436
29437 \begin_inset Formula \begin{multline}
29438 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}\\
29439 \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}}\\
29440 =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}
29441
29442 \end_inset
29443
29444
29445 \begin_inset ERT
29446 status collapsed
29447
29448 \begin_layout Plain Layout
29449
29450
29451 \backslash
29452 setlength{
29453 \backslash
29454 multlinegap}{0pt}
29455 \end_layout
29456
29457 \end_inset
29458
29459 La segunda línea se ha alineado a la izquierda con 
29460 \series bold
29461
29462 \backslash
29463 shoveleft
29464 \series default
29465 .
29466 \end_layout
29467
29468 \begin_layout Subsection
29469 Partes de una ecuación multilínea
29470 \begin_inset CommandInset label
29471 LatexCommand label
29472 name "sub:Partes-de-una-multilínea"
29473
29474 \end_inset
29475
29476
29477 \begin_inset Index
29478 status collapsed
29479
29480 \begin_layout Plain Layout
29481 Ecuación ! multilínea ! partes de
29482 \end_layout
29483
29484 \end_inset
29485
29486
29487 \end_layout
29488
29489 \begin_layout Standard
29490 Para mostrar sólo partes de una ecuación multilínea usa uno de los siguientes
29491  entornos: 
29492 \series bold
29493 aligned
29494 \series default
29495
29496 \series bold
29497 alignedat
29498 \series default
29499
29500 \series bold
29501 gathered
29502 \series default
29503  o 
29504 \series bold
29505 split
29506 \series default
29507 .
29508  Se pueden elegir en el menú 
29509 \family sans
29510 Insertar\SpecialChar \menuseparator
29511 Ecuación
29512 \family default
29513  o usando los comandos aquí descritos.
29514 \end_layout
29515
29516 \begin_layout Standard
29517 Los tres primeros tienen las mismas propiedades que los correspondientes
29518  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
29519  Un ejemplo:
29520 \begin_inset Formula \[
29521 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29522 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29523 \right\} \mbox{Relaciones de incertidumbre}\]
29524
29525 \end_inset
29526
29527 Para componer esta expresión se inserta una ecuación presentada y en ella
29528  se introduce el comando 
29529 \series bold
29530
29531 \backslash
29532 aligned
29533 \series default
29534
29535 \begin_inset Index
29536 status collapsed
29537
29538 \begin_layout Plain Layout
29539 Comandos ! A ! 
29540 \backslash
29541 aligned
29542 \end_layout
29543
29544 \end_inset
29545
29546 .
29547  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
29548  añadir filas y columnas.
29549  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
29550  como la llave.
29551 \end_layout
29552
29553 \begin_layout Standard
29554 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
29555  se alinean horizontalmente.
29556  Usar aligned en una ecuación presentada tiene la ventaja de que el número
29557  de ecuación se centra verticalmente con las líneas.
29558  Como ejemplo, la ecuación 
29559 \begin_inset CommandInset ref
29560 LatexCommand eqref
29561 reference "eq:cortolargo"
29562
29563 \end_inset
29564
29565  en entorno aligned: 
29566 \begin_inset Formula \begin{equation}
29567 \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}|}\\
29568  & -\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}
29569 \end{equation}
29570
29571 \end_inset
29572
29573 Para usar los entornos 
29574 \series bold
29575 alignedat
29576 \series default
29577
29578 \series bold
29579 gathered
29580 \series default
29581 , o 
29582 \series bold
29583 split
29584 \series default
29585 , se insertan respectivamente los comandos
29586 \series bold
29587  
29588 \backslash
29589 alignedat
29590 \series default
29591 ,
29592 \begin_inset Index
29593 status collapsed
29594
29595 \begin_layout Plain Layout
29596 Comandos ! A ! 
29597 \backslash
29598 alignedat
29599 \end_layout
29600
29601 \end_inset
29602
29603  
29604 \series bold
29605
29606 \backslash
29607 gathered
29608 \series default
29609
29610 \begin_inset Index
29611 status collapsed
29612
29613 \begin_layout Plain Layout
29614 Comandos ! G ! 
29615 \backslash
29616 gathered
29617 \end_layout
29618
29619 \end_inset
29620
29621 , o 
29622 \series bold
29623
29624 \backslash
29625 split
29626 \series default
29627
29628 \begin_inset Index
29629 status collapsed
29630
29631 \begin_layout Plain Layout
29632 Comandos ! S ! 
29633 \backslash
29634 split
29635 \end_layout
29636
29637 \end_inset
29638
29639 .
29640  El entorno split tiene las mismas propiedades que aligned pero sólo puede
29641  tener dos columnas.
29642 \end_layout
29643
29644 \begin_layout Subsection
29645 Texto en ecuaciones multilínea
29646 \begin_inset CommandInset label
29647 LatexCommand label
29648 name "sub:Texto-en-multilínea"
29649
29650 \end_inset
29651
29652
29653 \begin_inset Index
29654 status collapsed
29655
29656 \begin_layout Plain Layout
29657 Texto ! en ecuaciones
29658 \end_layout
29659
29660 \end_inset
29661
29662
29663 \begin_inset Index
29664 status collapsed
29665
29666 \begin_layout Plain Layout
29667 Ecuación ! multilínea ! texto en
29668 \end_layout
29669
29670 \end_inset
29671
29672
29673 \end_layout
29674
29675 \begin_layout Standard
29676 En los entornos Align, multilínea y gather, se puede insertar texto que
29677  se mostrará en una línea separada y que no afecta la alineación de columna.
29678  Para esto se usa el comando 
29679 \series bold
29680
29681 \backslash
29682 intertext
29683 \series default
29684
29685 \begin_inset Index
29686 status collapsed
29687
29688 \begin_layout Plain Layout
29689 Comandos ! I ! 
29690 \backslash
29691 intertext
29692 \end_layout
29693
29694 \end_inset
29695
29696  con el siguiente esquema:
29697 \end_layout
29698
29699 \begin_layout Standard
29700
29701 \series bold
29702
29703 \backslash
29704 intertext{texto}
29705 \end_layout
29706
29707 \begin_layout Standard
29708 El texto no debería ocupar más de una línea porque no se puede partir con
29709  guión.
29710  Como LyX aún no soporta 
29711 \series bold
29712
29713 \backslash
29714 intertext
29715 \series default
29716  directamente, el texto se escribe como texto matemático.
29717  
29718 \series bold
29719
29720 \backslash
29721 intertext
29722 \series default
29723  debe por tanto estar al comienzo de una línea y en la salida se presenta
29724  sobre esta línea.
29725  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
29726 \begin_inset Formula \begin{align}
29727 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29728 \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}
29729
29730 \end_inset
29731
29732
29733 \end_layout
29734
29735 \begin_layout Section
29736 Numeración de ecuaciones
29737 \begin_inset Index
29738 status collapsed
29739
29740 \begin_layout Plain Layout
29741 Ecuación ! numeración|see
29742 \begin_inset ERT
29743 status collapsed
29744
29745 \begin_layout Plain Layout
29746
29747 {
29748 \end_layout
29749
29750 \end_inset
29751
29752 Numeración de ecuaciones
29753 \begin_inset ERT
29754 status collapsed
29755
29756 \begin_layout Plain Layout
29757
29758 }
29759 \end_layout
29760
29761 \end_inset
29762
29763
29764 \end_layout
29765
29766 \end_inset
29767
29768
29769 \begin_inset Index
29770 status collapsed
29771
29772 \begin_layout Plain Layout
29773 Numeración de ecuaciones
29774 \end_layout
29775
29776 \end_inset
29777
29778
29779 \end_layout
29780
29781 \begin_layout Subsection
29782 General
29783 \end_layout
29784
29785 \begin_layout Standard
29786 Las ecuaciones numeradas se insertan con el menú 
29787 \family sans
29788 Insertar\SpecialChar \menuseparator
29789 Ecuación
29790 \family default
29791  
29792 \family sans
29793 \SpecialChar \menuseparator
29794 Ecuación
29795 \begin_inset space ~
29796 \end_inset
29797
29798 numerada
29799 \family default
29800  (atajo 
29801 \family sans
29802 Ctrl+Alt
29803 \begin_inset space ~
29804 \end_inset
29805
29806 N
29807 \family default
29808 ).
29809  Ecuaciones existentes se pueden numerar con el menú 
29810 \family sans
29811 Editar\SpecialChar \menuseparator
29812 Ecuación\SpecialChar \menuseparator
29813 Conmutar
29814 \begin_inset space ~
29815 \end_inset
29816
29817 numeración
29818 \family default
29819  (atajo
29820 \family sans
29821  Alt+M
29822 \begin_inset space ~
29823 \end_inset
29824
29825 N
29826 \family default
29827 ).
29828  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
29829  En la salida se muestra el número real.
29830 \end_layout
29831
29832 \begin_layout Standard
29833 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
29834  líneas.
29835  No obstante, la numeración se puede controlar en cada línea con el menú
29836  
29837 \family sans
29838 Editar\SpecialChar \menuseparator
29839 Ecuación\SpecialChar \menuseparator
29840 Conmutar
29841 \begin_inset space ~
29842 \end_inset
29843
29844 numeración
29845 \begin_inset space ~
29846 \end_inset
29847
29848 de
29849 \begin_inset space ~
29850 \end_inset
29851
29852 línea
29853 \family default
29854  (atajo
29855 \family sans
29856  Alt+M
29857 \begin_inset space ~
29858 \end_inset
29859
29860 Mayúsculas+N
29861 \family default
29862 ).
29863 \end_layout
29864
29865 \begin_layout Standard
29866 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
29867  distintos, véase 
29868 \begin_inset CommandInset ref
29869 LatexCommand ref
29870 reference "sec:Estilos-de-ecuación"
29871
29872 \end_inset
29873
29874 .
29875 \end_layout
29876
29877 \begin_layout Subsection
29878 Referencias cruzadas
29879 \begin_inset Index
29880 status collapsed
29881
29882 \begin_layout Plain Layout
29883 Ecuación ! referencias cruzadas a
29884 \end_layout
29885
29886 \end_inset
29887
29888
29889 \end_layout
29890
29891 \begin_layout Standard
29892 Todas las ecuaciones con etiqueta se pueden referenciar.
29893  La etiqueta se añade con el menú 
29894 \family sans
29895 Insertar\SpecialChar \menuseparator
29896 Etiqueta
29897 \family default
29898  o con el botón 
29899 \begin_inset Graphics
29900         filename ../../images/label-insert.png
29901         scale 85
29902
29903 \end_inset
29904
29905  de la barra de herramientas.
29906  El cursor debe estar dentro de una ecuación en modo presentación.
29907  Surge un diálogo con el prefijo 
29908 \series bold
29909 eq:
29910 \series default
29911 , detrás del cual se escribe el texto de la etiqueta.
29912  El prefijo significa 
29913 \begin_inset Quotes fld
29914 \end_inset
29915
29916 equation
29917 \begin_inset Quotes frd
29918 \end_inset
29919
29920  y hace más fácil encontrar etiquetas en documentos extensos porque así
29921  se distingue p.
29922 \begin_inset space \thinspace{}
29923 \end_inset
29924
29925 e.
29926 \begin_inset space ~
29927 \end_inset
29928
29929 de las etiquetas de sección.
29930  Para cambiar una etiqueta se usa de nuevo el menú 
29931 \family sans
29932 Insertar\SpecialChar \menuseparator
29933 Etiqueta
29934 \family default
29935 .
29936 \end_layout
29937
29938 \begin_layout Standard
29939 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29940  ecuación.
29941  Una ecuación con etiqueta se numera siempre.
29942 \end_layout
29943
29944 \begin_layout Standard
29945 Las referencias cruzadas se insertan mediante el menú 
29946 \family sans
29947 Insertar\SpecialChar \menuseparator
29948 Referencia cruzada
29949 \family default
29950  o con el botón 
29951 \begin_inset Graphics
29952         filename ../../images/dialog-show-new-inset_ref.png
29953         scale 85
29954
29955 \end_inset
29956
29957 .
29958  Una referencia a una ecuación aparece en la salida con su número.
29959  Si en el diálogo de referencia cruzada se elige el formato 
29960 \series bold
29961 (<referencia>)
29962 \series default
29963 , la referencia se muestra en la salida entre paréntesis.
29964  
29965 \begin_inset Newline newline
29966 \end_inset
29967
29968 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29969  a la ecuación de referencia.
29970 \end_layout
29971
29972 \begin_layout Standard
29973 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29974  siguientes:
29975 \begin_inset Note Note
29976 status collapsed
29977
29978 \begin_layout Plain Layout
29979 Observa los distintos tipos de referencias cruzadas.
29980 \end_layout
29981
29982 \end_inset
29983
29984
29985 \end_layout
29986
29987 \begin_layout Standard
29988 Las ecuaciones 
29989 \begin_inset CommandInset ref
29990 LatexCommand eqref
29991 reference "eq:tag"
29992
29993 \end_inset
29994
29995  y 
29996 \begin_inset CommandInset ref
29997 LatexCommand eqref
29998 reference "eq:c"
29999
30000 \end_inset
30001
30002  son equivalentes.
30003  En (
30004 \begin_inset CommandInset ref
30005 LatexCommand ref
30006 reference "eq:Lat"
30007
30008 \end_inset
30009
30010 ) se usan mayúsculas latinas para la numeración, a diferencia de (
30011 \begin_inset CommandInset ref
30012 LatexCommand ref
30013 reference "eq:Rom"
30014
30015 \end_inset
30016
30017 ).
30018 \begin_inset VSpace medskip
30019 \end_inset
30020
30021
30022 \end_layout
30023
30024 \begin_layout Standard
30025 Si el argumento de 
30026 \series bold
30027
30028 \backslash
30029 tag
30030 \begin_inset Foot
30031 status collapsed
30032
30033 \begin_layout Plain Layout
30034
30035 \series bold
30036
30037 \backslash
30038 tag
30039 \series default
30040  se describe en 
30041 \begin_inset CommandInset ref
30042 LatexCommand ref
30043 reference "sub:Numeración-personalizada"
30044
30045 \end_inset
30046
30047
30048 \end_layout
30049
30050 \end_inset
30051
30052
30053 \series default
30054  contiene un marco, como se describe en la 
30055 \begin_inset CommandInset ref
30056 LatexCommand ref
30057 reference "sub:Cuadros-de-párrafo"
30058
30059 \end_inset
30060
30061 , no se puede referenciar la ecuación.
30062 \end_layout
30063
30064 \begin_layout Subsection
30065 Subnumeración
30066 \begin_inset Index
30067 status collapsed
30068
30069 \begin_layout Plain Layout
30070 Numeración de ecuaciones ! subnumeración
30071 \end_layout
30072
30073 \end_inset
30074
30075
30076 \end_layout
30077
30078 \begin_layout Standard
30079 Con ayuda de los comandos 
30080 \series bold
30081
30082 \backslash
30083 begin{subequations}
30084 \series default
30085  y 
30086 \series bold
30087
30088 \backslash
30089 end{subequations}
30090 \series default
30091  en modo TeX se pueden subnumerar ecuaciones.
30092 \end_layout
30093
30094 \begin_layout Standard
30095 Ejemplo:
30096 \begin_inset Formula \begin{equation}
30097 A=C-B\label{eq:a}\end{equation}
30098
30099 \end_inset
30100
30101
30102 \begin_inset ERT
30103 status collapsed
30104
30105 \begin_layout Plain Layout
30106
30107
30108 \backslash
30109 addtocounter{equation}{-1}
30110 \end_layout
30111
30112 \end_inset
30113
30114
30115 \begin_inset ERT
30116 status collapsed
30117
30118 \begin_layout Plain Layout
30119
30120
30121 \backslash
30122 begin{subequations}
30123 \end_layout
30124
30125 \end_inset
30126
30127
30128 \begin_inset VSpace -5mm
30129 \end_inset
30130
30131
30132 \begin_inset Formula \begin{equation}
30133 B=C-A\label{eq:b}\end{equation}
30134
30135 \end_inset
30136
30137
30138 \begin_inset Formula \begin{equation}
30139 C=A+B\label{eq:c}\end{equation}
30140
30141 \end_inset
30142
30143
30144 \end_layout
30145
30146 \begin_layout Standard
30147 \begin_inset ERT
30148 status collapsed
30149
30150 \begin_layout Plain Layout
30151
30152
30153 \backslash
30154 end{subequations}
30155 \end_layout
30156
30157 \end_inset
30158
30159
30160 \end_layout
30161
30162 \begin_layout Standard
30163 Para este ejemplo se ha hecho lo siguiente:
30164 \end_layout
30165
30166 \begin_layout Enumerate
30167 se inserta la primera ecuación
30168 \end_layout
30169
30170 \begin_layout Enumerate
30171 después de ella se inserta
30172 \series bold
30173
30174 \begin_inset Newline newline
30175 \end_inset
30176
30177
30178 \backslash
30179 addtocounter{equation}{-1} 
30180 \backslash
30181 begin{subequations}
30182 \begin_inset Index
30183 status collapsed
30184
30185 \begin_layout Plain Layout
30186 Comandos ! A ! 
30187 \backslash
30188 addtocounter
30189 \end_layout
30190
30191 \end_inset
30192
30193
30194 \end_layout
30195
30196 \begin_layout Enumerate
30197 se inserta la segunda ecuación
30198 \end_layout
30199
30200 \begin_layout Enumerate
30201 se inserta la tercera ecuación
30202 \end_layout
30203
30204 \begin_layout Enumerate
30205 se inserta 
30206 \series bold
30207
30208 \backslash
30209 end{subequations}
30210 \series default
30211  tras la tercera ecuación
30212 \end_layout
30213
30214 \begin_layout Standard
30215 Toda ecuación entre los comandos 
30216 \series bold
30217
30218 \backslash
30219 begin
30220 \series default
30221  y 
30222 \series bold
30223
30224 \backslash
30225 end
30226 \series default
30227  se subnumera con a, b, c\SpecialChar \ldots{}
30228  En ecuaciones multilínea se subnumerará cada línea.
30229  Todas las ecuaciones subnumeradas son tratadas como 
30230 \emph on
30231 una
30232 \emph default
30233  ecuación numerada.
30234  Pero como cada ecuación numerada aumenta el contador 
30235 \series bold
30236 equation
30237 \series default
30238  en uno, hay que disminuir el comando 
30239 \series bold
30240
30241 \backslash
30242 addtocounter
30243 \series default
30244 .
30245  De lo contrario, las ecuaciones 
30246 \begin_inset CommandInset ref
30247 LatexCommand eqref
30248 reference "eq:a"
30249
30250 \end_inset
30251
30252
30253 \begin_inset CommandInset ref
30254 LatexCommand eqref
30255 reference "eq:b"
30256
30257 \end_inset
30258
30259
30260 \begin_inset CommandInset ref
30261 LatexCommand eqref
30262 reference "eq:c"
30263
30264 \end_inset
30265
30266  se numerarían 
30267 \begin_inset CommandInset ref
30268 LatexCommand eqref
30269 reference "eq:a"
30270
30271 \end_inset
30272
30273
30274 \begin_inset CommandInset ref
30275 LatexCommand eqref
30276 reference "eq:d"
30277
30278 \end_inset
30279
30280
30281 \begin_inset CommandInset ref
30282 LatexCommand eqref
30283 reference "eq:f"
30284
30285 \end_inset
30286
30287 .
30288 \end_layout
30289
30290 \begin_layout Standard
30291 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
30292  ecuaciones.
30293  Para evitarlo se inserta ese espacio vertical de -5
30294 \begin_inset space \thinspace{}
30295 \end_inset
30296
30297 mm detrás del comando 
30298 \series bold
30299
30300 \backslash
30301 begin{subequations}
30302 \series default
30303 .
30304
30305 \series bold
30306  
30307 \series default
30308 Si se usa el estilo 
30309 \series bold
30310 Sangrado
30311 \series default
30312
30313 \begin_inset Foot
30314 status collapsed
30315
30316 \begin_layout Plain Layout
30317 véase estilos de ecuación en 
30318 \begin_inset CommandInset ref
30319 LatexCommand ref
30320 reference "sec:Estilos-de-ecuación"
30321
30322 \end_inset
30323
30324
30325 \end_layout
30326
30327 \end_inset
30328
30329 , entonces se inserta -7
30330 \begin_inset space \thinspace{}
30331 \end_inset
30332
30333 mm.
30334 \end_layout
30335
30336 \begin_layout Standard
30337 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
30338  de la segunda línea:
30339 \begin_inset ERT
30340 status collapsed
30341
30342 \begin_layout Plain Layout
30343
30344
30345 \backslash
30346 begin{subequations}
30347 \end_layout
30348
30349 \end_inset
30350
30351
30352 \begin_inset Formula \begin{eqnarray}
30353 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30354  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30355  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
30356
30357 \end_inset
30358
30359
30360 \begin_inset ERT
30361 status collapsed
30362
30363 \begin_layout Plain Layout
30364
30365
30366 \backslash
30367 end{subequations}
30368 \end_layout
30369
30370 \end_inset
30371
30372
30373 \end_layout
30374
30375 \begin_layout Subsection
30376 Numeración definida por el usuario
30377 \begin_inset CommandInset label
30378 LatexCommand label
30379 name "sub:Numeración-personalizada"
30380
30381 \end_inset
30382
30383
30384 \begin_inset Index
30385 status collapsed
30386
30387 \begin_layout Plain Layout
30388 Numeración de ecuaciones ! personalizada
30389 \end_layout
30390
30391 \end_inset
30392
30393
30394 \end_layout
30395
30396 \begin_layout Standard
30397 Con la numeración estándar el número se coloca entre paréntesis.
30398  Para reemplazar los paréntesis con barras verticales, p.
30399 \begin_inset space \thinspace{}
30400 \end_inset
30401
30402 e., se añade al preámbulo LaTeX la línea: 
30403 \end_layout
30404
30405 \begin_layout Standard
30406
30407 \series bold
30408
30409 \backslash
30410 def
30411 \backslash
30412 tagform@#1{
30413 \backslash
30414 maketag@@@{|#1|}}
30415 \series default
30416
30417 \begin_inset Note Note
30418 status collapsed
30419
30420 \begin_layout Plain Layout
30421 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
30422  Para activarlo, quita el % del principio.
30423 \end_layout
30424
30425 \end_inset
30426
30427
30428 \end_layout
30429
30430 \begin_layout Standard
30431 Para usar otros caracteres, se reemplazan las barras al lado de 
30432 \series bold
30433 #1
30434 \series default
30435  por ellos.
30436  Para obtener sólo el número de ecuación se omiten las barras verticales.
30437 \begin_inset VSpace bigskip
30438 \end_inset
30439
30440
30441 \end_layout
30442
30443 \begin_layout Standard
30444 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
30445  consecutivo, se usa el comando 
30446 \series bold
30447
30448 \backslash
30449 tag
30450 \begin_inset Index
30451 status collapsed
30452
30453 \begin_layout Plain Layout
30454 Comandos ! T ! 
30455 \backslash
30456 tag
30457 \end_layout
30458
30459 \end_inset
30460
30461
30462 \series default
30463 :
30464 \begin_inset Formula \begin{equation}
30465 A+B=C\tag{algo}\label{eq:tag}\end{equation}
30466
30467 \end_inset
30468
30469 En este ejemplo se ha insertado el comando
30470 \series bold
30471  
30472 \backslash
30473 tag
30474 \begin_inset ERT
30475 status collapsed
30476
30477 \begin_layout Plain Layout
30478
30479
30480 \backslash
30481 spce 
30482 \end_layout
30483
30484 \end_inset
30485
30486 algo
30487 \series default
30488  en la ecuación.
30489 \end_layout
30490
30491 \begin_layout Standard
30492 Si se usa en su lugar el comando con asterisco 
30493 \series bold
30494
30495 \backslash
30496 tag*
30497 \begin_inset ERT
30498 status collapsed
30499
30500 \begin_layout Plain Layout
30501
30502
30503 \backslash
30504 spce 
30505 \end_layout
30506
30507 \end_inset
30508
30509 algo
30510 \series default
30511  no se imprimen los paréntesis:
30512 \begin_inset Formula \[
30513 A+B=C\tag*{algo}\]
30514
30515 \end_inset
30516
30517
30518 \end_layout
30519
30520 \begin_layout Standard
30521 \begin_inset VSpace bigskip
30522 \end_inset
30523
30524
30525 \end_layout
30526
30527 \begin_layout Standard
30528 Para reiniciar la numeración en nuevas partes o secciones del documento
30529  se usan los siguientes comandos:
30530 \end_layout
30531
30532 \begin_layout Standard
30533
30534 \series bold
30535
30536 \backslash
30537 @addtoreset{equation}{part}
30538 \series default
30539
30540 \begin_inset Index
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544 Comandos ! 
30545 \begin_inset ERT
30546 status collapsed
30547
30548 \begin_layout Plain Layout
30549
30550 "
30551 \end_layout
30552
30553 \end_inset
30554
30555 @
30556 \begin_inset ERT
30557 status collapsed
30558
30559 \begin_layout Plain Layout
30560
30561 "
30562 \end_layout
30563
30564 \end_inset
30565
30566  ! 
30567 \backslash
30568
30569 \begin_inset ERT
30570 status collapsed
30571
30572 \begin_layout Plain Layout
30573
30574 "
30575 \end_layout
30576
30577 \end_inset
30578
30579 @
30580 \begin_inset ERT
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584
30585 "
30586 \end_layout
30587
30588 \end_inset
30589
30590 addtoreset
30591 \end_layout
30592
30593 \end_inset
30594
30595
30596 \begin_inset Newline newline
30597 \end_inset
30598
30599
30600 \series bold
30601
30602 \backslash
30603 @addtoreset{equation}{section}
30604 \end_layout
30605
30606 \begin_layout Standard
30607 Pata poder usar estos comandos en modo TeX, el carácter 
30608 \begin_inset Quotes fld
30609 \end_inset
30610
30611 @
30612 \begin_inset Quotes frd
30613 \end_inset
30614
30615  debe 
30616 \begin_inset Quotes fld
30617 \end_inset
30618
30619 activarse
30620 \begin_inset Quotes frd
30621 \end_inset
30622
30623  para LaTeX con el comando 
30624 \series bold
30625
30626 \backslash
30627 makeatletter
30628 \series default
30629 .
30630  El comando 
30631 \series bold
30632
30633 \backslash
30634 makeatother
30635 \series default
30636  deshace esto.
30637  Así pues, la secuencia de comandos en modo TeX es:
30638 \end_layout
30639
30640 \begin_layout Standard
30641
30642 \series bold
30643
30644 \backslash
30645 makeatletter
30646 \begin_inset Newline newline
30647 \end_inset
30648
30649
30650 \backslash
30651 @addtoreset{equation}{section}
30652 \begin_inset Newline newline
30653 \end_inset
30654
30655
30656 \backslash
30657 makeatother
30658 \end_layout
30659
30660 \begin_layout Standard
30661 En el preámbulo LaTeX se pueden omitir 
30662 \series bold
30663
30664 \backslash
30665 makeatletter
30666 \series default
30667  y 
30668 \series bold
30669
30670 \backslash
30671 makeatother
30672 \series default
30673  pues son automáticamente insertados por LyX.
30674 \end_layout
30675
30676 \begin_layout Standard
30677 Para el comando 
30678 \series bold
30679
30680 \backslash
30681 @addtoreset
30682 \series default
30683 ,
30684 \series bold
30685  
30686 \series default
30687 hay que cargar en el preámbulo LaTeX el archivo 
30688 \series bold
30689 remreset.sty
30690 \series default
30691
30692 \begin_inset Foot
30693 status collapsed
30694
30695 \begin_layout Plain Layout
30696
30697 \series bold
30698 remreset
30699 \series default
30700  es parte del paquete LaTeX 
30701 \series bold
30702 carlisle
30703 \series default
30704
30705 \begin_inset Index
30706 status collapsed
30707
30708 \begin_layout Plain Layout
30709 Paquetes ! carlisle
30710 \end_layout
30711
30712 \end_inset
30713
30714 , incluido en las instalaciones estándar de LaTeX.
30715 \end_layout
30716
30717 \end_inset
30718
30719
30720 \begin_inset Index
30721 status collapsed
30722
30723 \begin_layout Plain Layout
30724 Paquetes ! remreset
30725 \end_layout
30726
30727 \end_inset
30728
30729  con la línea
30730 \end_layout
30731
30732 \begin_layout Standard
30733
30734 \series bold
30735
30736 \backslash
30737 usepackage{remreset}
30738 \end_layout
30739
30740 \begin_layout Standard
30741 Entonces se puede usar el comando 
30742 \series bold
30743
30744 \backslash
30745 @removefromreset
30746 \series default
30747
30748 \begin_inset Index
30749 status collapsed
30750
30751 \begin_layout Plain Layout
30752 Comandos ! 
30753 \begin_inset ERT
30754 status collapsed
30755
30756 \begin_layout Plain Layout
30757
30758 "
30759 \end_layout
30760
30761 \end_inset
30762
30763 @
30764 \begin_inset ERT
30765 status collapsed
30766
30767 \begin_layout Plain Layout
30768
30769 "
30770 \end_layout
30771
30772 \end_inset
30773
30774  ! 
30775 \backslash
30776
30777 \begin_inset ERT
30778 status collapsed
30779
30780 \begin_layout Plain Layout
30781
30782 "
30783 \end_layout
30784
30785 \end_inset
30786
30787 @
30788 \begin_inset ERT
30789 status collapsed
30790
30791 \begin_layout Plain Layout
30792
30793 "
30794 \end_layout
30795
30796 \end_inset
30797
30798 removefromreset
30799 \end_layout
30800
30801 \end_inset
30802
30803  con el mismo esquema que 
30804 \series bold
30805
30806 \backslash
30807 @addtoreset
30808 \series default
30809 .
30810 \begin_inset VSpace bigskip
30811 \end_inset
30812
30813
30814 \end_layout
30815
30816 \begin_layout Standard
30817 A veces las ecuaciones deberían numerarse de la siguiente manera:
30818 \end_layout
30819
30820 \begin_layout Standard
30821
30822 \family typewriter
30823 (número de sección.número de ecuación)
30824 \end_layout
30825
30826 \begin_layout Standard
30827 El número de ecuación empezaría con 
30828 \begin_inset Quotes fld
30829 \end_inset
30830
30831 1
30832 \begin_inset Quotes frd
30833 \end_inset
30834
30835  en cada sección.
30836 \end_layout
30837
30838 \begin_layout Standard
30839 Para este caso hay el comando 
30840 \series bold
30841
30842 \backslash
30843 numberwithin
30844 \series default
30845
30846 \begin_inset Index
30847 status collapsed
30848
30849 \begin_layout Plain Layout
30850 Comandos ! N ! 
30851 \backslash
30852 numberwithin
30853 \end_layout
30854
30855 \end_inset
30856
30857 , que se usa con el esquema:
30858 \end_layout
30859
30860 \begin_layout Standard
30861
30862 \series bold
30863
30864 \backslash
30865 numberwithin{counter}{sectioning}
30866 \end_layout
30867
30868 \begin_layout Standard
30869 \begin_inset Quotes fld
30870 \end_inset
30871
30872 counter
30873 \begin_inset Quotes frd
30874 \end_inset
30875
30876  indica qué clase de numeración es afectada, 
30877 \begin_inset Quotes fld
30878 \end_inset
30879
30880 sectioning
30881 \begin_inset Quotes frd
30882 \end_inset
30883
30884  indica qué número va delante del punto.
30885  
30886 \end_layout
30887
30888 \begin_layout Standard
30889 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
30890  en el preámbulo LaTeX:
30891 \end_layout
30892
30893 \begin_layout Standard
30894
30895 \series bold
30896
30897 \backslash
30898 numberwithin{equation}{section}
30899 \end_layout
30900
30901 \begin_layout Standard
30902 Este es el resultado::
30903 \begin_inset ERT
30904 status collapsed
30905
30906 \begin_layout Plain Layout
30907
30908
30909 \backslash
30910 numberwithin{equation}{section}
30911 \end_layout
30912
30913 \end_inset
30914
30915
30916 \begin_inset Formula \begin{equation}
30917 A+B=C\end{equation}
30918
30919 \end_inset
30920
30921
30922 \end_layout
30923
30924 \begin_layout Standard
30925 Para numerar p.
30926 \begin_inset space \thinspace{}
30927 \end_inset
30928
30929 e.
30930 \begin_inset space ~
30931 \end_inset
30932
30933 tablas de modo que 
30934 \begin_inset Quotes fld
30935 \end_inset
30936
30937 sectioning
30938 \begin_inset Quotes frd
30939 \end_inset
30940
30941  es el número de la parte se usa
30942 \begin_inset Newline newline
30943 \end_inset
30944
30945
30946 \series bold
30947
30948 \backslash
30949 numberwithin{table}{part}
30950 \end_layout
30951
30952 \begin_layout Standard
30953 Para volver a la numeración estándar o evitar esta clase numeración cuando
30954  es definida por la clase de documento, se inserta el siguiente comando
30955  en código TeX o en el preámbulo LaTeX:
30956 \end_layout
30957
30958 \begin_layout Standard
30959
30960 \series bold
30961
30962 \backslash
30963 renewcommand{
30964 \backslash
30965 theequation}{
30966 \backslash
30967 arabic{equation}}
30968 \begin_inset Index
30969 status collapsed
30970
30971 \begin_layout Plain Layout
30972 Comandos ! A ! 
30973 \backslash
30974 arabic
30975 \end_layout
30976
30977 \end_inset
30978
30979
30980 \series default
30981
30982 \begin_inset ERT
30983 status collapsed
30984
30985 \begin_layout Plain Layout
30986
30987
30988 \backslash
30989 renewcommand{
30990 \backslash
30991 theequation}{
30992 \backslash
30993 arabic{equation}}
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \series bold
31000
31001 \begin_inset Newline newline
31002 \end_inset
31003
31004
31005 \series default
31006 o
31007 \series bold
31008
31009 \begin_inset Newline newline
31010 \end_inset
31011
31012
31013 \backslash
31014 renewcommand{
31015 \backslash
31016 thetable}{
31017 \backslash
31018 arabic{table}}
31019 \end_layout
31020
31021 \begin_layout Standard
31022
31023 \series bold
31024
31025 \backslash
31026 numberwithin
31027 \series default
31028  usa internamente el comando 
31029 \series bold
31030
31031 \backslash
31032 @addtoreset
31033 \series default
31034 , descrito arriba, que también necesita ser restaurado.
31035 \begin_inset ERT
31036 status collapsed
31037
31038 \begin_layout Plain Layout
31039
31040
31041 \backslash
31042 makeatletter
31043 \end_layout
31044
31045 \begin_layout Plain Layout
31046
31047
31048 \backslash
31049 @removefromreset{equation}{section}
31050 \end_layout
31051
31052 \begin_layout Plain Layout
31053
31054
31055 \backslash
31056 makeatother
31057 \end_layout
31058
31059 \end_inset
31060
31061
31062 \end_layout
31063
31064 \begin_layout Subsection
31065 Numeración con números romanos y letras
31066 \begin_inset Index
31067 status collapsed
31068
31069 \begin_layout Plain Layout
31070 Numeración de ecuaciones ! con números romanos
31071 \end_layout
31072
31073 \end_inset
31074
31075
31076 \begin_inset Index
31077 status collapsed
31078
31079 \begin_layout Plain Layout
31080 Numeración de ecuaciones ! con letras
31081 \end_layout
31082
31083 \end_inset
31084
31085
31086 \end_layout
31087
31088 \begin_layout Standard
31089 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
31090  Por ejemplo, para numerar con romanos en minúscula,
31091 \begin_inset Foot
31092 status collapsed
31093
31094 \begin_layout Plain Layout
31095 Como en español no se usan romanos en minúscula, el estilo 
31096 \series bold
31097 spanish
31098 \series default
31099  del sistema 
31100 \series bold
31101 babel
31102 \series default
31103  redefine 
31104 \series bold
31105
31106 \backslash
31107 roman
31108 \series default
31109  para que los dé en versalitas.
31110  Véase 
31111 \begin_inset CommandInset citation
31112 LatexCommand cite
31113 key "spanish"
31114
31115 \end_inset
31116
31117  (
31118 \emph on
31119 N.
31120 \begin_inset space \thinspace{}
31121 \end_inset
31122
31123 del t
31124 \emph default
31125 ).
31126 \end_layout
31127
31128 \end_inset
31129
31130  se inserta el comando
31131 \end_layout
31132
31133 \begin_layout Standard
31134
31135 \series bold
31136
31137 \backslash
31138 renewcommand{
31139 \backslash
31140 theequation}{
31141 \backslash
31142 roman{equation}}
31143 \end_layout
31144
31145 \begin_layout Standard
31146 antes de la ecuación en modo TeX.
31147  
31148 \series bold
31149
31150 \backslash
31151 renewcommand
31152 \series default
31153
31154 \begin_inset Index
31155 status collapsed
31156
31157 \begin_layout Plain Layout
31158 Comandos ! R ! 
31159 \backslash
31160 renewcommand
31161 \end_layout
31162
31163 \end_inset
31164
31165  redefine el comando predefinido 
31166 \series bold
31167
31168 \backslash
31169 theequation
31170 \series default
31171  como 
31172 \series bold
31173
31174 \backslash
31175 roman{equation}
31176 \series default
31177 .
31178 \begin_inset Foot
31179 status collapsed
31180
31181 \begin_layout Plain Layout
31182 El comando 
31183 \series bold
31184
31185 \backslash
31186 renewcommand
31187 \series default
31188  tiene el mismo esquema que el comando 
31189 \series bold
31190
31191 \backslash
31192 newcommand
31193 \series default
31194 , descrito en 
31195 \begin_inset CommandInset ref
31196 LatexCommand ref
31197 reference "sub:El-comando-newcommand"
31198
31199 \end_inset
31200
31201 .
31202 \end_layout
31203
31204 \end_inset
31205
31206  
31207 \series bold
31208 equation
31209 \series default
31210  es el contador de ecuaciones.
31211  Si se usa el comando 
31212 \series bold
31213
31214 \backslash
31215 the
31216 \series default
31217  como prefijo de un contador, el valor del contador sale en números arábigos.
31218  Si una ecuación es numerada, LaTeX pone internamente el comando 
31219 \series bold
31220
31221 \backslash
31222 theequation
31223 \series default
31224  detrás de la ecuación.
31225  
31226 \series bold
31227
31228 \backslash
31229 roman{equation}
31230 \series default
31231
31232 \begin_inset Index
31233 status collapsed
31234
31235 \begin_layout Plain Layout
31236 Comandos ! R ! 
31237 \backslash
31238 roman
31239 \end_layout
31240
31241 \end_inset
31242
31243  pone el contador en romanos en minúscula.
31244 \end_layout
31245
31246 \begin_layout Standard
31247 Todas las ecuaciones siguientes a 
31248 \series bold
31249
31250 \backslash
31251 renew
31252 \series default
31253 c
31254 \series bold
31255 ommand
31256 \series default
31257  se numerarán en romanos.
31258  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
31259  cambiando 
31260 \series bold
31261
31262 \backslash
31263 roman
31264 \series default
31265  por 
31266 \series bold
31267
31268 \backslash
31269 Roman
31270 \series default
31271  
31272 \begin_inset Index
31273 status collapsed
31274
31275 \begin_layout Plain Layout
31276 Comandos ! R ! 
31277 \backslash
31278 roman@
31279 \backslash
31280 Roman
31281 \end_layout
31282
31283 \end_inset
31284
31285 .
31286  Para 
31287 \begin_inset Quotes fld
31288 \end_inset
31289
31290 numerar
31291 \begin_inset Quotes frd
31292 \end_inset
31293
31294  con minúsculas latinas hay el comando 
31295 \series bold
31296
31297 \backslash
31298 alph
31299 \series default
31300
31301 \begin_inset Index
31302 status collapsed
31303
31304 \begin_layout Plain Layout
31305 Comandos ! A ! 
31306 \backslash
31307 alph
31308 \end_layout
31309
31310 \end_inset
31311
31312 , y para mayúsculas el comando 
31313 \series bold
31314
31315 \backslash
31316 Alph
31317 \series default
31318
31319 \begin_inset Index
31320 status collapsed
31321
31322 \begin_layout Plain Layout
31323 Comandos ! A ! 
31324 \backslash
31325 alph@
31326 \backslash
31327 Alph
31328 \end_layout
31329
31330 \end_inset
31331
31332 .
31333 \end_layout
31334
31335 \begin_layout Standard
31336 \begin_inset Note Greyedout
31337 status collapsed
31338
31339 \begin_layout Plain Layout
31340
31341 \series bold
31342 Nota:
31343 \series default
31344  Con letras latinas sólo se puede numerar hasta un máximo de 26 ecuaciones.
31345 \end_layout
31346
31347 \end_inset
31348
31349
31350 \begin_inset ERT
31351 status collapsed
31352
31353 \begin_layout Plain Layout
31354
31355
31356 \backslash
31357 renewcommand{
31358 \backslash
31359 theequation}{
31360 \backslash
31361 roman{equation}}
31362 \end_layout
31363
31364 \end_inset
31365
31366
31367 \begin_inset Formula \begin{equation}
31368 A=\textrm{romanos en minúscula}\label{eq:rom}\end{equation}
31369
31370 \end_inset
31371
31372
31373 \begin_inset ERT
31374 status collapsed
31375
31376 \begin_layout Plain Layout
31377
31378
31379 \backslash
31380 renewcommand{
31381 \backslash
31382 theequation}{
31383 \backslash
31384 Roman{equation}}
31385 \end_layout
31386
31387 \end_inset
31388
31389
31390 \begin_inset Formula \begin{equation}
31391 B=\textrm{romanos en mayúscula}\label{eq:Rom}\end{equation}
31392
31393 \end_inset
31394
31395
31396 \begin_inset ERT
31397 status collapsed
31398
31399 \begin_layout Plain Layout
31400
31401
31402 \backslash
31403 renewcommand{
31404 \backslash
31405 theequation}{
31406 \backslash
31407 alph{equation}}
31408 \end_layout
31409
31410 \end_inset
31411
31412
31413 \begin_inset Formula \begin{equation}
31414 C=\textrm{latinas en minúscula}\label{eq:lat}\end{equation}
31415
31416 \end_inset
31417
31418
31419 \begin_inset ERT
31420 status collapsed
31421
31422 \begin_layout Plain Layout
31423
31424
31425 \backslash
31426 renewcommand{
31427 \backslash
31428 theequation}{
31429 \backslash
31430 Alph{equation}}
31431 \end_layout
31432
31433 \end_inset
31434
31435
31436 \begin_inset Formula \begin{equation}
31437 D=\textrm{latinas en mayúscula}\label{eq:Lat}\end{equation}
31438
31439 \end_inset
31440
31441
31442 \end_layout
31443
31444 \begin_layout Standard
31445 Para volver a la numeración por omisión se inserta el comando:
31446 \end_layout
31447
31448 \begin_layout Standard
31449
31450 \series bold
31451
31452 \backslash
31453 renewcommand{
31454 \backslash
31455 theequation}{
31456 \backslash
31457 arabic{equation}}
31458 \begin_inset Index
31459 status collapsed
31460
31461 \begin_layout Plain Layout
31462 Comandos ! A ! 
31463 \backslash
31464 arabic
31465 \end_layout
31466
31467 \end_inset
31468
31469
31470 \end_layout
31471
31472 \begin_layout Standard
31473 \begin_inset ERT
31474 status collapsed
31475
31476 \begin_layout Plain Layout
31477
31478
31479 \backslash
31480 renewcommand{
31481 \backslash
31482 theequation}{
31483 \backslash
31484 arabic{equation}}
31485 \end_layout
31486
31487 \end_inset
31488
31489
31490 \begin_inset Formula \begin{equation}
31491 E=\mbox{arábigos}\label{eq:arab}\end{equation}
31492
31493 \end_inset
31494
31495
31496 \end_layout
31497
31498 \begin_layout Standard
31499 \begin_inset VSpace medskip
31500 \end_inset
31501
31502
31503 \end_layout
31504
31505 \begin_layout Standard
31506 Como ves, las ecuaciones se numeran consecutivamente independientemente
31507  del estilo de numeración.
31508  Cuando la numeración haya de empezar con 
31509 \begin_inset Quotes fld
31510 \end_inset
31511
31512 1
31513 \begin_inset Quotes frd
31514 \end_inset
31515
31516  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
31517  Una descripción sobre esto se encuentra en el archivo 
31518 \begin_inset CommandInset href
31519 LatexCommand href
31520 target "Formula-numbering.lyx"
31521
31522 \end_inset
31523
31524 .
31525 \end_layout
31526
31527 \begin_layout Section
31528 Símbolos y ecuaciones químicas
31529 \begin_inset CommandInset label
31530 LatexCommand label
31531 name "sub:Símbolos-y-ecuaciones-químicas"
31532
31533 \end_inset
31534
31535
31536 \begin_inset Index
31537 status collapsed
31538
31539 \begin_layout Plain Layout
31540 Química ! símbolos
31541 \end_layout
31542
31543 \end_inset
31544
31545
31546 \begin_inset Index
31547 status collapsed
31548
31549 \begin_layout Plain Layout
31550 Química ! caracteres
31551 \end_layout
31552
31553 \end_inset
31554
31555
31556 \begin_inset Index
31557 status collapsed
31558
31559 \begin_layout Plain Layout
31560 Ecuación ! química|see
31561 \begin_inset ERT
31562 status collapsed
31563
31564 \begin_layout Plain Layout
31565
31566 {
31567 \end_layout
31568
31569 \end_inset
31570
31571 Química
31572 \begin_inset ERT
31573 status collapsed
31574
31575 \begin_layout Plain Layout
31576
31577 }
31578 \end_layout
31579
31580 \end_inset
31581
31582
31583 \end_layout
31584
31585 \end_inset
31586
31587
31588 \begin_inset Index
31589 status collapsed
31590
31591 \begin_layout Plain Layout
31592 Química ! iones
31593 \end_layout
31594
31595 \end_inset
31596
31597
31598 \begin_inset Index
31599 status collapsed
31600
31601 \begin_layout Plain Layout
31602 Iones|see
31603 \begin_inset ERT
31604 status collapsed
31605
31606 \begin_layout Plain Layout
31607
31608 {
31609 \end_layout
31610
31611 \end_inset
31612
31613 Química
31614 \begin_inset ERT
31615 status collapsed
31616
31617 \begin_layout Plain Layout
31618
31619 }
31620 \end_layout
31621
31622 \end_inset
31623
31624
31625 \end_layout
31626
31627 \end_inset
31628
31629
31630 \begin_inset Index
31631 status collapsed
31632
31633 \begin_layout Plain Layout
31634 Química ! reacción
31635 \end_layout
31636
31637 \end_inset
31638
31639
31640 \end_layout
31641
31642 \begin_layout Standard
31643 Un ejemplo de texto de química:
31644 \end_layout
31645
31646 \begin_layout Quote
31647 El ión 
31648 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31649 \end_inset
31650
31651  reacciona con dos iones 
31652 \begin_inset Formula $\mathrm{Na^{+}}$
31653 \end_inset
31654
31655  para dar sulfato de sodio 
31656 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
31657 \end_inset
31658
31659 .
31660  La ecuación química es:
31661 \begin_inset Formula \begin{equation}
31662 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:quimica-reaccion}\end{equation}
31663
31664 \end_inset
31665
31666
31667 \end_layout
31668
31669 \begin_layout Standard
31670 Esta ecuación química puede componerse directamente en modo ecuación.
31671  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
31672  y con el atajo 
31673 \family sans
31674 Alt+C
31675 \begin_inset space ~
31676 \end_inset
31677
31678 R
31679 \family default
31680  se cambia en redonda.
31681 \begin_inset Foot
31682 status collapsed
31683
31684 \begin_layout Plain Layout
31685 véase estilos de fuentes en 
31686 \begin_inset CommandInset ref
31687 LatexCommand ref
31688 reference "sub:Estilos-de-fuentes"
31689
31690 \end_inset
31691
31692 .
31693 \end_layout
31694
31695 \end_inset
31696
31697
31698 \end_layout
31699
31700 \begin_layout Standard
31701 Para escribir ecuaciones químicas es más conveniente usar el comando 
31702 \series bold
31703
31704 \backslash
31705 ce
31706 \series default
31707
31708 \begin_inset Index
31709 status collapsed
31710
31711 \begin_layout Plain Layout
31712 Comandos ! C ! 
31713 \backslash
31714 ce
31715 \end_layout
31716
31717 \end_inset
31718
31719 , que está disponible si está instalado el paquete LaTeX 
31720 \series bold
31721 mhchem
31722 \series default
31723
31724 \begin_inset Index
31725 status collapsed
31726
31727 \begin_layout Plain Layout
31728 Paquetes ! mhchem
31729 \end_layout
31730
31731 \end_inset
31732
31733 .
31734  Al insertar  
31735 \series bold
31736
31737 \backslash
31738 ce
31739 \series default
31740  en modo matemático aparece un un nuevo marco azul en el que se pueden escribir
31741   ecuaciones químicas de una forma intuitiva.
31742 \end_layout
31743
31744 \begin_layout Standard
31745 \align center
31746 \begin_inset Tabular
31747 <lyxtabular version="3" rows="9" columns="2">
31748 <features>
31749 <column alignment="center" valignment="top" width="0">
31750 <column alignment="center" valignment="top" width="0">
31751 <row>
31752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31753 \begin_inset Text
31754
31755 \begin_layout Plain Layout
31756 Comando
31757 \end_layout
31758
31759 \end_inset
31760 </cell>
31761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31762 \begin_inset Text
31763
31764 \begin_layout Plain Layout
31765 Resultado
31766 \begin_inset Note Note
31767 status collapsed
31768
31769 \begin_layout Plain Layout
31770
31771 \series bold
31772
31773 \backslash
31774 raisebox
31775 \series default
31776  se usa sólo como espaciador
31777 \end_layout
31778
31779 \end_inset
31780
31781
31782 \end_layout
31783
31784 \end_inset
31785 </cell>
31786 </row>
31787 <row>
31788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31789 \begin_inset Text
31790
31791 \begin_layout Plain Layout
31792
31793 \backslash
31794 ce
31795 \begin_inset ERT
31796 status collapsed
31797
31798 \begin_layout Plain Layout
31799
31800
31801 \backslash
31802 spce 
31803 \end_layout
31804
31805 \end_inset
31806
31807 H2CO3
31808 \end_layout
31809
31810 \end_inset
31811 </cell>
31812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31813 \begin_inset Text
31814
31815 \begin_layout Plain Layout
31816 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31817 \end_inset
31818
31819
31820 \end_layout
31821
31822 \end_inset
31823 </cell>
31824 </row>
31825 <row>
31826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31827 \begin_inset Text
31828
31829 \begin_layout Plain Layout
31830
31831 \backslash
31832 ce
31833 \begin_inset ERT
31834 status collapsed
31835
31836 \begin_layout Plain Layout
31837
31838
31839 \backslash
31840 spce 
31841 \end_layout
31842
31843 \end_inset
31844
31845 SO4^2-
31846 \end_layout
31847
31848 \end_inset
31849 </cell>
31850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31851 \begin_inset Text
31852
31853 \begin_layout Plain Layout
31854 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31855 \end_inset
31856
31857
31858 \end_layout
31859
31860 \end_inset
31861 </cell>
31862 </row>
31863 <row>
31864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31865 \begin_inset Text
31866
31867 \begin_layout Plain Layout
31868
31869 \backslash
31870 ce
31871 \begin_inset ERT
31872 status collapsed
31873
31874 \begin_layout Plain Layout
31875
31876
31877 \backslash
31878 spce 
31879 \end_layout
31880
31881 \end_inset
31882
31883 (NH4)2S
31884 \end_layout
31885
31886 \end_inset
31887 </cell>
31888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31889 \begin_inset Text
31890
31891 \begin_layout Plain Layout
31892 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31893 \end_inset
31894
31895
31896 \end_layout
31897
31898 \end_inset
31899 </cell>
31900 </row>
31901 <row>
31902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31903 \begin_inset Text
31904
31905 \begin_layout Plain Layout
31906
31907 \backslash
31908 ce
31909 \begin_inset ERT
31910 status collapsed
31911
31912 \begin_layout Plain Layout
31913
31914
31915 \backslash
31916 spce 
31917 \end_layout
31918
31919 \end_inset
31920
31921 KCr(SO4)2.12H2O
31922 \end_layout
31923
31924 \end_inset
31925 </cell>
31926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31927 \begin_inset Text
31928
31929 \begin_layout Plain Layout
31930 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31931 \end_inset
31932
31933
31934 \end_layout
31935
31936 \end_inset
31937 </cell>
31938 </row>
31939 <row>
31940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31941 \begin_inset Text
31942
31943 \begin_layout Plain Layout
31944
31945 \backslash
31946 ce
31947 \begin_inset ERT
31948 status collapsed
31949
31950 \begin_layout Plain Layout
31951
31952
31953 \backslash
31954 spce 
31955 \end_layout
31956
31957 \end_inset
31958
31959 A-B
31960 \backslash
31961 dbond
31962 \begin_inset ERT
31963 status collapsed
31964
31965 \begin_layout Plain Layout
31966
31967
31968 \backslash
31969 spce 
31970 \end_layout
31971
31972 \end_inset
31973
31974 C
31975 \backslash
31976 tbond
31977 \begin_inset ERT
31978 status collapsed
31979
31980 \begin_layout Plain Layout
31981
31982
31983 \backslash
31984 spce 
31985 \end_layout
31986
31987 \end_inset
31988
31989 D
31990 \end_layout
31991
31992 \end_inset
31993 </cell>
31994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31995 \begin_inset Text
31996
31997 \begin_layout Plain Layout
31998 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31999 \end_inset
32000
32001
32002 \end_layout
32003
32004 \end_inset
32005 </cell>
32006 </row>
32007 <row>
32008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32009 \begin_inset Text
32010
32011 \begin_layout Plain Layout
32012
32013 \backslash
32014 ce
32015 \begin_inset ERT
32016 status collapsed
32017
32018 \begin_layout Plain Layout
32019
32020
32021 \backslash
32022 spce 
32023 \end_layout
32024
32025 \end_inset
32026
32027 ^227
32028 \begin_inset Formula $\downarrow$
32029 \end_inset
32030
32031 _90
32032 \begin_inset Formula $\to$
32033 \end_inset
32034
32035 Th+
32036 \end_layout
32037
32038 \end_inset
32039 </cell>
32040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32041 \begin_inset Text
32042
32043 \begin_layout Plain Layout
32044 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32045 \end_inset
32046
32047
32048 \end_layout
32049
32050 \end_inset
32051 </cell>
32052 </row>
32053 <row>
32054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32055 \begin_inset Text
32056
32057 \begin_layout Plain Layout
32058
32059 \backslash
32060 ce
32061 \begin_inset ERT
32062 status collapsed
32063
32064 \begin_layout Plain Layout
32065
32066
32067 \backslash
32068 spce 
32069 \end_layout
32070
32071 \end_inset
32072
32073 CO2
32074 \begin_inset ERT
32075 status collapsed
32076
32077 \begin_layout Plain Layout
32078
32079
32080 \backslash
32081 spce 
32082 \end_layout
32083
32084 \end_inset
32085
32086 +
32087 \begin_inset ERT
32088 status collapsed
32089
32090 \begin_layout Plain Layout
32091
32092
32093 \backslash
32094 spce 
32095 \end_layout
32096
32097 \end_inset
32098
32099 C
32100 \begin_inset ERT
32101 status collapsed
32102
32103 \begin_layout Plain Layout
32104
32105
32106 \backslash
32107 spce 
32108 \end_layout
32109
32110 \end_inset
32111
32112 <=>
32113 \begin_inset ERT
32114 status collapsed
32115
32116 \begin_layout Plain Layout
32117
32118
32119 \backslash
32120 spce 
32121 \end_layout
32122
32123 \end_inset
32124
32125 2CO
32126 \end_layout
32127
32128 \end_inset
32129 </cell>
32130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32131 \begin_inset Text
32132
32133 \begin_layout Plain Layout
32134 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32135 \end_inset
32136
32137
32138 \end_layout
32139
32140 \end_inset
32141 </cell>
32142 </row>
32143 <row>
32144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32145 \begin_inset Text
32146
32147 \begin_layout Plain Layout
32148
32149 \backslash
32150 ce
32151 \begin_inset ERT
32152 status collapsed
32153
32154 \begin_layout Plain Layout
32155
32156
32157 \backslash
32158 spce 
32159 \end_layout
32160
32161 \end_inset
32162
32163 CO2
32164 \begin_inset ERT
32165 status collapsed
32166
32167 \begin_layout Plain Layout
32168
32169
32170 \backslash
32171 spce 
32172 \end_layout
32173
32174 \end_inset
32175
32176 +
32177 \begin_inset ERT
32178 status collapsed
32179
32180 \begin_layout Plain Layout
32181
32182
32183 \backslash
32184 spce 
32185 \end_layout
32186
32187 \end_inset
32188
32189 C
32190 \begin_inset ERT
32191 status collapsed
32192
32193 \begin_layout Plain Layout
32194
32195
32196 \backslash
32197 spce 
32198 \end_layout
32199
32200 \end_inset
32201
32202 ->[
32203 \backslash
32204 alpha][
32205 \backslash
32206 beta]
32207 \begin_inset ERT
32208 status collapsed
32209
32210 \begin_layout Plain Layout
32211
32212
32213 \backslash
32214 spce 
32215 \end_layout
32216
32217 \end_inset
32218
32219 2CO}
32220 \end_layout
32221
32222 \end_inset
32223 </cell>
32224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32225 \begin_inset Text
32226
32227 \begin_layout Plain Layout
32228 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32229 \end_inset
32230
32231
32232 \end_layout
32233
32234 \end_inset
32235 </cell>
32236 </row>
32237 </lyxtabular>
32238
32239 \end_inset
32240
32241
32242 \end_layout
32243
32244 \begin_layout Standard
32245 \begin_inset Note Greyedout
32246 status open
32247
32248 \begin_layout Plain Layout
32249
32250 \series bold
32251 Nota:
32252 \series default
32253  Insertar una ecuación en un marco  
32254 \series bold
32255
32256 \backslash
32257 ce
32258 \series default
32259  provocará errores de LaTeX.
32260  En estos casos hay que usar código TeX, como en  
32261 \series bold
32262
32263 \backslash
32264 ce{$
32265 \backslash
32266 mu
32267 \backslash
32268 hyphen$Cl}
32269 \series default
32270
32271 \begin_inset ERT
32272 status collapsed
32273
32274 \begin_layout Plain Layout
32275
32276
32277 \backslash
32278 ce{$
32279 \backslash
32280 mu
32281 \backslash
32282 hyphen$Cl}
32283 \end_layout
32284
32285 \end_inset
32286
32287  
32288 \end_layout
32289
32290 \end_inset
32291
32292
32293 \end_layout
32294
32295 \begin_layout Standard
32296 El comando 
32297 \series bold
32298
32299 \backslash
32300 ce
32301 \series default
32302  para la ecuación
32303 \begin_inset space ~
32304 \end_inset
32305
32306
32307 \begin_inset CommandInset ref
32308 LatexCommand eqref
32309 reference "eq:quimica-reaccion"
32310
32311 \end_inset
32312
32313  es
32314 \begin_inset Newline newline
32315 \end_inset
32316
32317
32318 \series bold
32319  
32320 \backslash
32321 ce
32322 \begin_inset ERT
32323 status collapsed
32324
32325 \begin_layout Plain Layout
32326
32327
32328 \backslash
32329 spce 
32330 \end_layout
32331
32332 \end_inset
32333
32334 2Na+
32335 \begin_inset ERT
32336 status collapsed
32337
32338 \begin_layout Plain Layout
32339
32340
32341 \backslash
32342 spce 
32343 \end_layout
32344
32345 \end_inset
32346
32347 +
32348 \begin_inset ERT
32349 status collapsed
32350
32351 \begin_layout Plain Layout
32352
32353
32354 \backslash
32355 spce 
32356 \end_layout
32357
32358 \end_inset
32359
32360 SO4^2-
32361 \begin_inset ERT
32362 status collapsed
32363
32364 \begin_layout Plain Layout
32365
32366
32367 \backslash
32368 spce 
32369 \end_layout
32370
32371 \end_inset
32372
32373
32374 \begin_inset ERT
32375 status collapsed
32376
32377 \begin_layout Plain Layout
32378
32379
32380 \backslash
32381 spce 
32382 \end_layout
32383
32384 \end_inset
32385
32386 ->
32387 \begin_inset ERT
32388 status collapsed
32389
32390 \begin_layout Plain Layout
32391
32392
32393 \backslash
32394 spce 
32395 \end_layout
32396
32397 \end_inset
32398
32399 Na2SO4
32400 \end_layout
32401
32402 \begin_layout Standard
32403
32404 \lang english
32405 To create multiline chemical equations first a multiline formula is created
32406  as described in
32407 \lang spanish
32408  
32409 \begin_inset CommandInset ref
32410 LatexCommand ref
32411 reference "sec:Ecuaciones-multilínea"
32412
32413 \end_inset
32414
32415 .
32416  
32417 \lang english
32418 Afterwards the command 
32419 \series bold
32420
32421 \backslash
32422 ce
32423 \series default
32424  is used in every small blue box of the formula.
32425
32426 \lang spanish
32427  
32428 \begin_inset CommandInset ref
32429 LatexCommand eqref
32430 reference "eq:TEOS-reaction-1"
32431
32432 \end_inset
32433
32434  y 
32435 \begin_inset CommandInset ref
32436 LatexCommand eqref
32437 reference "eq:TEOS-reaction-2"
32438
32439 \end_inset
32440
32441  
32442 \lang english
32443 are an example of a multi-stage chemical reaction where every equation has
32444  its own number.
32445 \lang spanish
32446
32447 \begin_inset Formula \begin{eqnarray}
32448 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32449 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}\end{eqnarray}
32450
32451 \end_inset
32452
32453
32454 \end_layout
32455
32456 \begin_layout Standard
32457 Además de 
32458 \series bold
32459
32460 \backslash
32461 ce
32462 \series default
32463  el paquete 
32464 \series bold
32465 mhchem
32466 \series default
32467  suministra el comando 
32468 \series bold
32469
32470 \backslash
32471 cf
32472 \series default
32473
32474 \begin_inset Index
32475 status collapsed
32476
32477 \begin_layout Plain Layout
32478 Comandos ! C ! 
32479 \backslash
32480 cf
32481 \end_layout
32482
32483 \end_inset
32484
32485  que ha de utilizarse en casos especiales.
32486  Para más información sobre 
32487 \series bold
32488
32489 \backslash
32490 cf
32491 \series default
32492  y más ejemplos echa un vistazo a la documentación de 
32493 \series bold
32494 mhchem
32495 \series default
32496
32497 \begin_inset CommandInset citation
32498 LatexCommand cite
32499 key "mhchem"
32500
32501 \end_inset
32502
32503 .
32504 \end_layout
32505
32506 \begin_layout Section
32507 Diagramas
32508 \end_layout
32509
32510 \begin_layout Standard
32511 Lyx soporta dos tipos de diagramas conmutativos: 
32512 \series bold
32513 amscd
32514 \series default
32515  y 
32516 \series bold
32517 xymatrix
32518 \series default
32519 , que se explican a continuación.
32520 \end_layout
32521
32522 \begin_layout Subsection
32523 Diagramas amscd
32524 \begin_inset Index
32525 status collapsed
32526
32527 \begin_layout Plain Layout
32528 Diagramas ! amscd
32529 \end_layout
32530
32531 \end_inset
32532
32533
32534 \end_layout
32535
32536 \begin_layout Standard
32537 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
32538  verticales y horizontales:
32539 \begin_inset Formula \[
32540 \begin{CD}A@)))B@)))C\\
32541 @AAA@.@VVV\\
32542 F@(((E@(((D\end{CD}\]
32543
32544 \end_inset
32545
32546 Para obtener el diagrama se inserta en la ecuación el comando 
32547 \series bold
32548
32549 \backslash
32550 CD
32551 \begin_inset Index
32552 status collapsed
32553
32554 \begin_layout Plain Layout
32555 Comandos ! C ! 
32556 \backslash
32557 CD
32558 \end_layout
32559
32560 \end_inset
32561
32562
32563 \series default
32564 .
32565  Surge un marco azul entre dos líneas de trazos en el que se insertan a
32566  continuación comandos.
32567  Con 
32568 \family sans
32569 Ctrl+Retorno
32570 \family default
32571  se inicia una nueva línea.
32572  En las líneas impares se insertan relaciones horizontales, en las pares
32573  verticales.
32574 \end_layout
32575
32576 \begin_layout Standard
32577 Para componer las relaciones hay los siguientes comandos:
32578 \begin_inset Foot
32579 status collapsed
32580
32581 \begin_layout Plain Layout
32582 \begin_inset CommandInset label
32583 LatexCommand label
32584 name "fn:sinónimos"
32585
32586 \end_inset
32587
32588 Los comandos con 
32589 \family sans
32590 '
32591 \series bold
32592 >
32593 \series default
32594 '
32595 \family default
32596  o 
32597 \family sans
32598 '
32599 \series bold
32600 <
32601 \series default
32602 '
32603 \family default
32604  pueden generar errores con el estilo 
32605 \series bold
32606 spanish
32607 \series default
32608  de 
32609 \series bold
32610 babel
32611 \series default
32612 .
32613  Para evitarlo se pueden sustituir por sus sinónimos 
32614 \family sans
32615 '
32616 \series bold
32617 )
32618 \series default
32619 '
32620 \family default
32621  y 
32622 \family sans
32623 '
32624 \series bold
32625 (
32626 \series default
32627 '
32628 \family default
32629  respectivamente.
32630  Véase 
32631 \begin_inset CommandInset citation
32632 LatexCommand cite
32633 key "spanish"
32634
32635 \end_inset
32636
32637 .
32638  (
32639 \emph on
32640 N.
32641 \begin_inset space \thinspace{}
32642 \end_inset
32643
32644 del t.
32645 \emph default
32646 )
32647 \end_layout
32648
32649 \end_inset
32650
32651
32652 \end_layout
32653
32654 \begin_layout Itemize
32655
32656 \series bold
32657 @<<<
32658 \series default
32659  genera una flecha hacia la izquierda, 
32660 \series bold
32661 @>>>
32662 \series default
32663  una hacia la derecha, y 
32664 \series bold
32665 @=
32666 \series default
32667  un signo igual largo
32668 \end_layout
32669
32670 \begin_layout Itemize
32671
32672 \series bold
32673 @AAA
32674 \series default
32675  genera una flecha hacia arriba, 
32676 \series bold
32677 @VVV
32678 \series default
32679  una hacia abajo, y 
32680 \series bold
32681 @|
32682 \series default
32683  un signo igual vertical
32684 \end_layout
32685
32686 \begin_layout Itemize
32687
32688 \series bold
32689 @.
32690
32691 \series default
32692  genera una ubicación vacía para relaciones inexistentes
32693 \end_layout
32694
32695 \begin_layout Standard
32696 Todas las flechas pueden etiquetarse como sigue:
32697 \end_layout
32698
32699 \begin_layout Itemize
32700 Si se inserta texto entre el primero y el segundo 
32701 \series bold
32702 <
32703 \series default
32704  o 
32705 \series bold
32706 >
32707 \series default
32708 , respectivamente, se muestra sobre la flecha.
32709  Si se inserta entre el segundo y el tercero, bajo la flecha.
32710 \end_layout
32711
32712 \begin_layout Itemize
32713 Para flechas verticales, si se inserta texto entre la primera y la segunda
32714  
32715 \series bold
32716 A
32717 \series default
32718  o 
32719 \series bold
32720 V
32721 \series default
32722 , respectivamente, se muestra al lado izquierdo de la flecha.
32723  Si se inserta entre la segunda y la tercera, al lado derecho.
32724  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
32725 \end_layout
32726
32727 \begin_layout Standard
32728 Como ejemplo un diagrama con todas las relaciones posibles:
32729 \begin_inset Formula \[
32730 \begin{CD}A@)j))B@))k)C@=F\\
32731 @AmAA@.@VV{V}V@|\\
32732 D@((j\,(E@)k))F@=C\end{CD}\]
32733
32734 \end_inset
32735
32736 El comando para este diagrama es:
32737 \begin_inset Newline newline
32738 \end_inset
32739
32740
32741 \series bold
32742
32743 \backslash
32744 CD
32745 \begin_inset ERT
32746 status collapsed
32747
32748 \begin_layout Plain Layout
32749
32750
32751 \backslash
32752 spce 
32753 \end_layout
32754
32755 \end_inset
32756
32757 A@>j>>B@>>k>C@=F Ctrl+Retorno
32758 \begin_inset Newline newline
32759 \end_inset
32760
32761
32762 \begin_inset ERT
32763 status collapsed
32764
32765 \begin_layout Plain Layout
32766
32767
32768 \backslash
32769 hphantom{
32770 \end_layout
32771
32772 \end_inset
32773
32774
32775 \backslash
32776 CD
32777 \begin_inset ERT
32778 status collapsed
32779
32780 \begin_layout Plain Layout
32781
32782
32783 \backslash
32784 spce 
32785 \end_layout
32786
32787 \end_inset
32788
32789
32790 \begin_inset ERT
32791 status collapsed
32792
32793 \begin_layout Plain Layout
32794
32795 }
32796 \end_layout
32797
32798 \end_inset
32799
32800 @AmAA@.@VV
32801 \backslash
32802 {V
32803 \series default
32804
32805 \begin_inset Formula $\to$
32806 \end_inset
32807
32808
32809 \series bold
32810 V@| Ctrl+Retorno
32811 \begin_inset Newline newline
32812 \end_inset
32813
32814
32815 \begin_inset ERT
32816 status collapsed
32817
32818 \begin_layout Plain Layout
32819
32820
32821 \backslash
32822 hphantom{
32823 \end_layout
32824
32825 \end_inset
32826
32827
32828 \backslash
32829 CD
32830 \begin_inset ERT
32831 status collapsed
32832
32833 \begin_layout Plain Layout
32834
32835
32836 \backslash
32837 spce 
32838 \end_layout
32839
32840 \end_inset
32841
32842
32843 \begin_inset ERT
32844 status collapsed
32845
32846 \begin_layout Plain Layout
32847
32848 }
32849 \end_layout
32850
32851 \end_inset
32852
32853 D@<<j<E@>k>>F@=C
32854 \end_layout
32855
32856 \begin_layout Subsection
32857 Diagramas xymatrix
32858 \begin_inset Index
32859 status collapsed
32860
32861 \begin_layout Plain Layout
32862 Diagramas ! xymatrix
32863 \end_layout
32864
32865 \end_inset
32866
32867
32868 \end_layout
32869
32870 \begin_layout Standard
32871 Para usar matrices xy debe estar instalado el paquete LaTeX 
32872 \series bold
32873 xypic
32874 \series default
32875 .
32876  Una matriz xy se crea insertando el comando 
32877 \series bold
32878
32879 \backslash
32880 xymatrix
32881 \series default
32882  en una ecuación.
32883  Después podrás añadir nuevas columnas y filas como en matrices normales,
32884  véase
32885 \begin_inset space ~
32886 \end_inset
32887
32888
32889 \begin_inset CommandInset ref
32890 LatexCommand ref
32891 reference "sec:Matrices"
32892
32893 \end_inset
32894
32895 .
32896 \end_layout
32897
32898 \begin_layout Standard
32899 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
32900  y curvadas, y mucho más.
32901  Todas las posibilidades para generar diagramas conmutativos y decoraciones
32902  se explican en el 
32903 \emph on
32904 Manual de XY-pic
32905 \emph default
32906  que se encuentra en el menú 
32907 \family sans
32908 Ayuda\SpecialChar \menuseparator
32909 Manuales
32910 \begin_inset space ~
32911 \end_inset
32912
32913 específicos
32914 \family default
32915 .
32916 \end_layout
32917
32918 \begin_layout Standard
32919 \begin_inset Newpage newpage
32920 \end_inset
32921
32922
32923 \end_layout
32924
32925 \begin_layout Section
32926 Comandos definidos por el usuario
32927 \begin_inset Index
32928 status collapsed
32929
32930 \begin_layout Plain Layout
32931 Comandos de usuario
32932 \end_layout
32933
32934 \end_inset
32935
32936
32937 \end_layout
32938
32939 \begin_layout Standard
32940 \begin_inset Note Greyedout
32941 status collapsed
32942
32943 \begin_layout Plain Layout
32944
32945 \series bold
32946 Nota:
32947 \series default
32948  Los nombres de los comandos definidos por el usuario y macros solo pueden
32949  contener letras latinas.
32950 \end_layout
32951
32952 \end_inset
32953
32954
32955 \end_layout
32956
32957 \begin_layout Subsection
32958 El comando 
32959 \backslash
32960 newcommand
32961 \begin_inset CommandInset label
32962 LatexCommand label
32963 name "sub:El-comando-newcommand"
32964
32965 \end_inset
32966
32967
32968 \begin_inset Index
32969 status collapsed
32970
32971 \begin_layout Plain Layout
32972 Comandos de usuario ! 
32973 \backslash
32974 newcommand
32975 \end_layout
32976
32977 \end_inset
32978
32979
32980 \begin_inset Index
32981 status collapsed
32982
32983 \begin_layout Plain Layout
32984 Comandos ! N ! 
32985 \backslash
32986 newcommand
32987 \end_layout
32988
32989 \end_inset
32990
32991
32992 \end_layout
32993
32994 \begin_layout Standard
32995 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
32996  Pero es posible definir nuevos comandos más cortos con el comando 
32997 \series bold
32998
32999 \backslash
33000 newcommand
33001 \series default
33002 .
33003  
33004 \end_layout
33005
33006 \begin_layout Standard
33007 El esquema del comando 
33008 \series bold
33009
33010 \backslash
33011 newcommand
33012 \series default
33013  es:
33014 \end_layout
33015
33016 \begin_layout Standard
33017
33018 \series bold
33019
33020 \backslash
33021 newcommand{nombre nuevo de comando}[número de argumentos]
33022 \begin_inset Newline newline
33023 \end_inset
33024
33025
33026 \begin_inset ERT
33027 status collapsed
33028
33029 \begin_layout Plain Layout
33030
33031
33032 \backslash
33033 phantom{
33034 \end_layout
33035
33036 \end_inset
33037
33038
33039 \backslash
33040 newcommand
33041 \begin_inset ERT
33042 status collapsed
33043
33044 \begin_layout Plain Layout
33045
33046 }
33047 \end_layout
33048
33049 \end_inset
33050
33051 [valor opcional]{definición de comando}
33052 \end_layout
33053
33054 \begin_layout Standard
33055 \begin_inset Note Greyedout
33056 status collapsed
33057
33058 \begin_layout Plain Layout
33059
33060 \series bold
33061 Nota:
33062 \series default
33063  Asegúrate de que el nombre del nuevo comando no está definido ya en el
33064  documento o en paquetes LaTeX que uses.
33065  Si p.
33066 \begin_inset space \thinspace{}
33067 \end_inset
33068
33069 e.
33070  defines el comando 
33071 \series bold
33072
33073 \backslash
33074 le
33075 \series default
33076  para 
33077 \series bold
33078
33079 \backslash
33080 Leftarrow,
33081 \series default
33082  se producirán errores porque 
33083 \series bold
33084
33085 \backslash
33086 le
33087 \series default
33088  ya existe como comando para 
33089 \begin_inset Quotes fld
33090 \end_inset
33091
33092
33093 \begin_inset Formula $\le$
33094 \end_inset
33095
33096
33097 \begin_inset Quotes frd
33098 \end_inset
33099
33100 .
33101
33102 \series bold
33103  
33104 \end_layout
33105
33106 \end_inset
33107
33108
33109 \end_layout
33110
33111 \begin_layout Standard
33112 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
33113  argumentos debería tener el nuevo comando.
33114  Con el valor opcional se puede predefinir un valor para un argumento opcional.
33115  Cuando se hace esto, el 
33116 \emph on
33117 primer
33118 \emph default
33119  argumento del nuevo comando es automáticamente opcional.
33120 \end_layout
33121
33122 \begin_layout Standard
33123 Veamos unos ejemplos:
33124 \end_layout
33125
33126 \begin_layout Itemize
33127 Para definir el comando 
33128 \series bold
33129
33130 \backslash
33131 gr
33132 \series default
33133  para 
33134 \series bold
33135
33136 \backslash
33137 Longrightarrow
33138 \series default
33139 , la línea de preámbulo LaTeX es:
33140 \begin_inset VSpace medskip
33141 \end_inset
33142
33143
33144 \begin_inset Newline newline
33145 \end_inset
33146
33147
33148 \series bold
33149
33150 \backslash
33151 newcommand{
33152 \backslash
33153 gr}{
33154 \backslash
33155 Longrightarrow}
33156 \end_layout
33157
33158 \begin_layout Itemize
33159 Para definir el comando 
33160 \series bold
33161
33162 \backslash
33163 us
33164 \series default
33165  para 
33166 \series bold
33167
33168 \backslash
33169 underline
33170 \series default
33171 , el argumento (que sería subrayado) debe tenerse en cuenta.
33172  Para esto la línea de preámbulo es:
33173 \begin_inset VSpace medskip
33174 \end_inset
33175
33176
33177 \begin_inset Newline newline
33178 \end_inset
33179
33180
33181 \series bold
33182
33183 \backslash
33184 newcommand{
33185 \backslash
33186 us}[1]{
33187 \backslash
33188 underline{#1}}
33189 \series default
33190
33191 \begin_inset VSpace medskip
33192 \end_inset
33193
33194
33195 \begin_inset Newline newline
33196 \end_inset
33197
33198 El carácter 
33199 \series bold
33200 #
33201 \series default
33202  actúa como colocador del argumento, el 
33203 \series bold
33204 1
33205 \series default
33206  indica que es el colocador para el primer argumento.
33207 \end_layout
33208
33209 \begin_layout Itemize
33210 Para 
33211 \series bold
33212
33213 \backslash
33214 framebox
33215 \series default
33216  se puede p.
33217 \begin_inset space \thinspace{}
33218 \end_inset
33219
33220 e.
33221  definir el comando 
33222 \series bold
33223
33224 \backslash
33225 fb
33226 \series default
33227 :
33228 \begin_inset VSpace medskip
33229 \end_inset
33230
33231
33232 \begin_inset Newline newline
33233 \end_inset
33234
33235
33236 \series bold
33237
33238 \backslash
33239 newcommand{
33240 \backslash
33241 fb}[3]{
33242 \backslash
33243 framebox#1#2{$#3$}}
33244 \series default
33245
33246 \begin_inset VSpace medskip
33247 \end_inset
33248
33249
33250 \begin_inset Newline newline
33251 \end_inset
33252
33253 Los dos signos dólar generan la ecuación extra necesaria para 
33254 \series bold
33255
33256 \backslash
33257 framebox
33258 \series default
33259 , véase 
33260 \begin_inset CommandInset ref
33261 LatexCommand ref
33262 reference "sub:Cuadros-con-marco"
33263
33264 \end_inset
33265
33266 .
33267 \end_layout
33268
33269 \begin_layout Itemize
33270 Para crear un nuevo comando para 
33271 \series bold
33272
33273 \backslash
33274 fcolorbox
33275 \series default
33276  donde no es necesario especificar el color para el cuadro, el argumento
33277  para el color se define opcional:
33278 \begin_inset VSpace medskip
33279 \end_inset
33280
33281
33282 \begin_inset Newline newline
33283 \end_inset
33284
33285
33286 \series bold
33287
33288 \backslash
33289 newcommand{
33290 \backslash
33291 cb}[3][white]{
33292 \backslash
33293 fcolorbox{#2}{#1}{$#3$}}
33294 \series default
33295
33296 \begin_inset VSpace medskip
33297 \end_inset
33298
33299
33300 \begin_inset Newline newline
33301 \end_inset
33302
33303 Si el color no es especificado al usar 
33304 \series bold
33305
33306 \backslash
33307 cb
33308 \series default
33309 , se elige el color 
33310 \series bold
33311 white
33312 \series default
33313  predefinido.
33314 \end_layout
33315
33316 \begin_layout Standard
33317 Un ensayo con los nuevos comandos definidos:
33318 \end_layout
33319
33320 \begin_layout Standard
33321 \noindent
33322 \align center
33323 \begin_inset Tabular
33324 <lyxtabular version="3" rows="6" columns="2">
33325 <features>
33326 <column alignment="center" valignment="top" width="0">
33327 <column alignment="center" valignment="top" width="0">
33328 <row>
33329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33330 \begin_inset Text
33331
33332 \begin_layout Plain Layout
33333 Comando
33334 \end_layout
33335
33336 \end_inset
33337 </cell>
33338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33339 \begin_inset Text
33340
33341 \begin_layout Plain Layout
33342 Resultado
33343 \begin_inset Note Note
33344 status collapsed
33345
33346 \begin_layout Plain Layout
33347
33348 \series bold
33349
33350 \backslash
33351 raisebox
33352 \series default
33353  se usa sólo como espaciador
33354 \end_layout
33355
33356 \end_inset
33357
33358
33359 \end_layout
33360
33361 \end_inset
33362 </cell>
33363 </row>
33364 <row>
33365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33366 \begin_inset Text
33367
33368 \begin_layout Plain Layout
33369 A
33370 \backslash
33371 gr
33372 \begin_inset ERT
33373 status collapsed
33374
33375 \begin_layout Plain Layout
33376
33377
33378 \backslash
33379 spce 
33380 \end_layout
33381
33382 \end_inset
33383
33384 B
33385 \end_layout
33386
33387 \end_inset
33388 </cell>
33389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33390 \begin_inset Text
33391
33392 \begin_layout Plain Layout
33393 \begin_inset Formula $A\gr B$
33394 \end_inset
33395
33396
33397 \end_layout
33398
33399 \end_inset
33400 </cell>
33401 </row>
33402 <row>
33403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33404 \begin_inset Text
33405
33406 \begin_layout Plain Layout
33407
33408 \backslash
33409 us{ABcd
33410 \end_layout
33411
33412 \end_inset
33413 </cell>
33414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33415 \begin_inset Text
33416
33417 \begin_layout Plain Layout
33418 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33419 \end_inset
33420
33421
33422 \end_layout
33423
33424 \end_inset
33425 </cell>
33426 </row>
33427 <row>
33428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33429 \begin_inset Text
33430
33431 \begin_layout Plain Layout
33432
33433 \backslash
33434 fb{[2cm]
33435 \begin_inset Formula $\to$
33436 \end_inset
33437
33438
33439 \backslash
33440 {
33441 \begin_inset Formula $\to$
33442 \end_inset
33443
33444
33445 \backslash
33446 {
33447 \backslash
33448 int
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 A=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 $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
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 cb{red
33487 \begin_inset Formula $\to$
33488 \end_inset
33489
33490
33491 \backslash
33492 {
33493 \backslash
33494 int
33495 \begin_inset ERT
33496 status collapsed
33497
33498 \begin_layout Plain Layout
33499
33500
33501 \backslash
33502 spce 
33503 \end_layout
33504
33505 \end_inset
33506
33507 A=B
33508 \end_layout
33509
33510 \end_inset
33511 </cell>
33512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33513 \begin_inset Text
33514
33515 \begin_layout Plain Layout
33516 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33517 \end_inset
33518
33519
33520 \end_layout
33521
33522 \end_inset
33523 </cell>
33524 </row>
33525 <row>
33526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33527 \begin_inset Text
33528
33529 \begin_layout Plain Layout
33530
33531 \backslash
33532 cb[green]
33533 \backslash
33534 {red
33535 \begin_inset Formula $\to$
33536 \end_inset
33537
33538
33539 \backslash
33540 {
33541 \backslash
33542 int
33543 \begin_inset ERT
33544 status collapsed
33545
33546 \begin_layout Plain Layout
33547
33548
33549 \backslash
33550 spce 
33551 \end_layout
33552
33553 \end_inset
33554
33555 A=B
33556 \end_layout
33557
33558 \end_inset
33559 </cell>
33560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33561 \begin_inset Text
33562
33563 \begin_layout Plain Layout
33564 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33565 \end_inset
33566
33567
33568 \end_layout
33569
33570 \end_inset
33571 </cell>
33572 </row>
33573 </lyxtabular>
33574
33575 \end_inset
33576
33577
33578 \end_layout
33579
33580 \begin_layout Subsection
33581 Macros de ecuaciones
33582 \begin_inset Index
33583 status collapsed
33584
33585 \begin_layout Plain Layout
33586 Comandos de usuario ! Macros de ecuaciones
33587 \end_layout
33588
33589 \end_inset
33590
33591
33592 \begin_inset Index
33593 status collapsed
33594
33595 \begin_layout Plain Layout
33596 Macros
33597 \end_layout
33598
33599 \end_inset
33600
33601
33602 \end_layout
33603
33604 \begin_layout Standard
33605 Los comandos definidos por el usuario son especialmente convenientes para
33606  expresiones complejas.
33607  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
33608  el mismo tipo de solución se repite varias veces.
33609  La forma general de una ecuación de segundo grado es:
33610 \begin_inset Formula \[
33611 0=\lambda^{2}+p\lambda+q\]
33612
33613 \end_inset
33614
33615 La forma general de la solución es:
33616 \begin_inset Formula \[
33617 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
33618
33619 \end_inset
33620
33621
33622 \end_layout
33623
33624 \begin_layout Standard
33625 Para definir un comando para la ecuación de la solución, en donde solo hay
33626  que especificar los tres parámetros 
33627 \begin_inset Formula $\lambda$
33628 \end_inset
33629
33630
33631 \begin_inset Formula $p$
33632 \end_inset
33633
33634 , y 
33635 \begin_inset Formula $q$
33636 \end_inset
33637
33638 , y el índice de 
33639 \begin_inset Formula $\lambda$
33640 \end_inset
33641
33642  puede darse opcionalmente, la línea de preámbulo LaTeX es
33643 \begin_inset Newline newline
33644 \end_inset
33645
33646
33647 \series bold
33648
33649 \backslash
33650 newcommand{
33651 \backslash
33652 qG}[4][1,
33653 \backslash
33654 ,2]{#2_{#1}=-
33655 \backslash
33656 frac{#3}{2}
33657 \backslash
33658 pm
33659 \begin_inset Newline newline
33660 \end_inset
33661
33662
33663 \begin_inset ERT
33664 status collapsed
33665
33666 \begin_layout Plain Layout
33667
33668
33669 \backslash
33670 hphantom{
33671 \end_layout
33672
33673 \end_inset
33674
33675
33676 \backslash
33677 newcommand
33678 \begin_inset ERT
33679 status collapsed
33680
33681 \begin_layout Plain Layout
33682
33683 }
33684 \end_layout
33685
33686 \end_inset
33687
33688
33689 \backslash
33690 sqrt{
33691 \backslash
33692 frac{#3^{2}}{4}-#4}}
33693 \end_layout
33694
33695 \begin_layout Standard
33696 Para generar la solución se inserta el comando
33697 \begin_inset Newline newline
33698 \end_inset
33699
33700
33701 \series bold
33702
33703 \backslash
33704 qG{
33705 \backslash
33706 lambda
33707 \begin_inset Formula $\to$
33708 \end_inset
33709
33710
33711 \backslash
33712 {p
33713 \begin_inset Formula $\to$
33714 \end_inset
33715
33716
33717 \backslash
33718 {q
33719 \series default
33720  en una ecuación
33721 \series bold
33722 .
33723 \end_layout
33724
33725 \begin_layout Standard
33726 La definición del nuevo comando no es intuitiva porque hay que conocer los
33727  esquemas de todos los comandos LaTeX usados, p.
33728 \begin_inset space \thinspace{}
33729 \end_inset
33730
33731 e., que una fracción se inserta en LaTeX como
33732 \series bold
33733  
33734 \backslash
33735 frac{numerador}{denominador}
33736 \series default
33737 .
33738  Además, uno puede olvidar fácilmente una llave en la definición y no puede
33739  ver en LyX lo que el nuevo comando está haciendo.
33740  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
33741  ecuación en vez del comando
33742 \series bold
33743  
33744 \backslash
33745 newcommand
33746 \series default
33747 .
33748 \end_layout
33749
33750 \begin_layout Standard
33751 Una macro de ecuación se crea con el menú 
33752 \family sans
33753 Insertar\SpecialChar \menuseparator
33754 Ecuación\SpecialChar \menuseparator
33755 Macro
33756 \family default
33757  o con el botón 
33758 \begin_inset Graphics
33759         filename ../../images/math-macro_newmacroname_newcommand.png
33760         scale 85
33761
33762 \end_inset
33763
33764  de la barra de herramientas.
33765  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
33766  como el siguiente donde se define la macro:
33767 \begin_inset Newline newline
33768 \end_inset
33769
33770
33771 \end_layout
33772
33773 \begin_layout Standard
33774 \begin_inset space \hspace*{\fill}
33775 \end_inset
33776
33777
33778 \begin_inset Graphics
33779         filename ../clipart/macrobox.png
33780
33781 \end_inset
33782
33783
33784 \begin_inset space \hspace*{\fill}
33785 \end_inset
33786
33787
33788 \begin_inset Newline newline
33789 \end_inset
33790
33791
33792 \begin_inset FormulaMacro
33793 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33794 \end_inset
33795
33796
33797 \backslash
33798 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
33799  En el primer marco azul se inserta la ecuación buscada.
33800  Con el comando 
33801 \series bold
33802
33803 \backslash
33804 #númerodeargumento
33805 \series default
33806 , , o con el botón 
33807 \begin_inset Graphics
33808         filename ../../images/math-macro-add-param.png
33809         scale 85
33810
33811 \end_inset
33812
33813  de la barra de herramientas de macros se inserta un colocador de argumento,
33814  p.
33815 \begin_inset space \thinspace{}
33816 \end_inset
33817
33818 e
33819 \begin_inset space \space{}
33820 \end_inset
33821
33822
33823 \series bold
33824
33825 \backslash
33826 #1
33827 \series default
33828 .
33829  Los colocadores de argumento se muestran en rojo.
33830  Se pueden poner 9 argumentos como máximo.
33831  Con el botón 
33832 \begin_inset Graphics
33833         filename ../../images/math-macro-add-optional-param.png
33834         scale 85
33835
33836 \end_inset
33837
33838  se crean argumentos opcionales.
33839  El primer argumento no opcional puede transformarse en opcional con el
33840  botón 
33841 \begin_inset Graphics
33842         filename ../../images/math-macro-make-optional.png
33843         scale 85
33844
33845 \end_inset
33846
33847 .
33848  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
33849  Normalmente quieres verlo tal como está definido, así que el recuadro se
33850  deja vacío.
33851  Pero si has creado una macro que necesita mucho espacio en la pantalla,
33852  en dicho recuadro puedes insertar, por ejemplo
33853 \begin_inset Newline newline
33854 \end_inset
33855
33856
33857 \series bold
33858 qG: 
33859 \backslash
33860 #1
33861 \series default
33862  
33863 \series bold
33864 ,
33865 \series default
33866  
33867 \series bold
33868
33869 \backslash
33870 #2
33871 \series default
33872  
33873 \series bold
33874 ,
33875 \series default
33876  
33877 \series bold
33878
33879 \backslash
33880 #3, 
33881 \backslash
33882 #4
33883 \begin_inset Newline newline
33884 \end_inset
33885
33886
33887 \series default
33888 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
33889  en LyX, lo que conlleva una visualización mejor.
33890  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
33891 \begin_inset Newline newline
33892 \end_inset
33893
33894 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
33895  macros individuales situando el cursor en la macro y usando el menú 
33896 \family sans
33897 Ver\SpecialChar \menuseparator
33898 (Des)plegar macro de ecuación.
33899 \end_layout
33900
33901 \begin_layout Standard
33902 Para usar una macro, se inserta el nombre de la misma como comando en una
33903  ecuación, en nuestro caso 
33904 \series bold
33905
33906 \backslash
33907 qG
33908 \series default
33909 .
33910  Nuestra macro se muestra en LyX así:
33911 \begin_inset Newline newline
33912 \end_inset
33913
33914
33915 \begin_inset space \hspace*{\fill}
33916 \end_inset
33917
33918
33919 \begin_inset Graphics
33920         filename ../clipart/macrouse.png
33921
33922 \end_inset
33923
33924
33925 \begin_inset space \hspace*{\fill}
33926 \end_inset
33927
33928
33929 \begin_inset Newline newline
33930 \end_inset
33931
33932 Aquí tenemos nuestro ejemplo de macro con los argumentos 
33933 \begin_inset Formula $x$
33934 \end_inset
33935
33936
33937 \begin_inset Formula $\ln(x)$
33938 \end_inset
33939
33940 , y 
33941 \begin_inset Formula $B$
33942 \end_inset
33943
33944 :
33945 \end_layout
33946
33947 \begin_layout Standard
33948 \begin_inset Formula \[
33949 \qG x{\ln(x)}B\]
33950
33951 \end_inset
33952
33953
33954 \end_layout
33955
33956 \begin_layout Standard
33957 LyX ofrece en el menú 
33958 \family sans
33959 Herramientas
33960 \family default
33961 \SpecialChar \menuseparator
33962
33963 \family sans
33964 Preferencias\SpecialChar \menuseparator
33965 Edición\SpecialChar \menuseparator
33966 Control
33967 \family default
33968  diferentes estilos para editar macros.
33969  Para encontrar el estilo que más te convenga, elige un estilo y pon el
33970  cursor en una macro para ver la diferencia.
33971 \end_layout
33972
33973 \begin_layout Standard
33974 Una macro de ecuación se transforma internamente en un comando 
33975 \series bold
33976
33977 \backslash
33978 newcommand
33979 \series default
33980  cuando se exporta el documento.
33981  El comando creado 
33982 \series bold
33983
33984 \backslash
33985 newcommand
33986 \series default
33987  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
33988  usar en ecuaciones que estén en recuadros de definición de macros en el
33989  documento.
33990  
33991 \end_layout
33992
33993 \begin_layout Standard
33994 Las macros de ecuación también pueden crearse directamente a partir de un
33995  comando
33996 \series bold
33997  
33998 \backslash
33999 newcommand
34000 \series default
34001 .
34002  Por ejemplo, escribiendo el comando
34003 \begin_inset Newline newline
34004 \end_inset
34005
34006
34007 \series bold
34008
34009 \backslash
34010 newcommand{
34011 \backslash
34012 larrow}[2]{
34013 \backslash
34014 xleftarrow[#2]{#1}}
34015 \begin_inset Newline newline
34016 \end_inset
34017
34018
34019 \series default
34020 como texto normal en LyX, seleccionándolo completamente y usando a continuación
34021  el atajo 
34022 \family sans
34023 Ctrl+M
34024 \family default
34025 , el comando se transformará en una macro de ecuación.
34026  Al emplear este método debes tener cuidado en escribir correctamente el
34027  comando 
34028 \series bold
34029
34030 \backslash
34031 newcommand
34032 \series default
34033 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
34034  
34035 \end_layout
34036
34037 \begin_layout Standard
34038 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
34039  en definiciones de macros se manejan incorrectamente.
34040  Por eso el ejemplo 
34041 \series bold
34042
34043 \backslash
34044 fb
34045 \series default
34046  de 
34047 \begin_inset CommandInset ref
34048 LatexCommand ref
34049 reference "sub:El-comando-newcommand"
34050
34051 \end_inset
34052
34053  no puede crearse como macro.
34054 \end_layout
34055
34056 \begin_layout Standard
34057 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
34058  la barra de herramientas de macros:
34059 \end_layout
34060
34061 \begin_layout Standard
34062 \begin_inset VSpace defskip
34063 \end_inset
34064
34065
34066 \end_layout
34067
34068 \begin_layout Standard
34069 \begin_inset Graphics
34070         filename ../clipart/MacroToolbar.png
34071
34072 \end_inset
34073
34074
34075 \begin_inset Index
34076 status collapsed
34077
34078 \begin_layout Plain Layout
34079 Macros ! Barra de herramientas
34080 \end_layout
34081
34082 \end_inset
34083
34084
34085 \end_layout
34086
34087 \begin_layout Standard
34088 \begin_inset VSpace defskip
34089 \end_inset
34090
34091
34092 \end_layout
34093
34094 \begin_layout Standard
34095 La barra de herramientas de macros contiene los siguientes botones:
34096 \end_layout
34097
34098 \begin_layout Standard
34099 \begin_inset VSpace defskip
34100 \end_inset
34101
34102
34103 \end_layout
34104
34105 \begin_layout Standard
34106 \begin_inset Tabular
34107 <lyxtabular version="3" rows="9" columns="2">
34108 <features islongtable="true">
34109 <column alignment="left" valignment="top" width="0">
34110 <column alignment="left" valignment="top" width="85col%">
34111 <row interlinespace="2.5mm">
34112 <cell alignment="center" valignment="top" usebox="none">
34113 \begin_inset Text
34114
34115 \begin_layout Plain Layout
34116 \begin_inset Graphics
34117         filename ../../images/math-macro-remove-param.png
34118         BoundingBox 0bp 5bp 20bp 25bp
34119         rotateOrigin center
34120
34121 \end_inset
34122
34123
34124 \end_layout
34125
34126 \end_inset
34127 </cell>
34128 <cell alignment="center" valignment="top" usebox="none">
34129 \begin_inset Text
34130
34131 \begin_layout Plain Layout
34132
34133 \family sans
34134 Editar\SpecialChar \menuseparator
34135 Ecuación\SpecialChar \menuseparator
34136 Definición de macro\SpecialChar \menuseparator
34137 Quitar último argumento
34138 \end_layout
34139
34140 \end_inset
34141 </cell>
34142 </row>
34143 <row interlinespace="2.5mm">
34144 <cell alignment="center" valignment="top" usebox="none">
34145 \begin_inset Text
34146
34147 \begin_layout Plain Layout
34148 \begin_inset Graphics
34149         filename ../../images/math-macro-add-param.png
34150         BoundingBox 0bp 5bp 20bp 25bp
34151         rotateOrigin center
34152
34153 \end_inset
34154
34155
34156 \end_layout
34157
34158 \end_inset
34159 </cell>
34160 <cell alignment="center" valignment="top" usebox="none">
34161 \begin_inset Text
34162
34163 \begin_layout Plain Layout
34164
34165 \family sans
34166 Editar\SpecialChar \menuseparator
34167 Ecuación\SpecialChar \menuseparator
34168 Definición de macro\SpecialChar \menuseparator
34169 Añadir argumento
34170 \end_layout
34171
34172 \end_inset
34173 </cell>
34174 </row>
34175 <row interlinespace="2.5mm">
34176 <cell alignment="center" valignment="top" usebox="none">
34177 \begin_inset Text
34178
34179 \begin_layout Plain Layout
34180 \begin_inset Graphics
34181         filename ../../images/math-macro-make-optional.png
34182         BoundingBox 0bp 5bp 20bp 25bp
34183         rotateOrigin center
34184
34185 \end_inset
34186
34187
34188 \end_layout
34189
34190 \end_inset
34191 </cell>
34192 <cell alignment="center" valignment="top" usebox="none">
34193 \begin_inset Text
34194
34195 \begin_layout Plain Layout
34196
34197 \family sans
34198 Editar\SpecialChar \menuseparator
34199 Ecuación\SpecialChar \menuseparator
34200 Definición de macro\SpecialChar \menuseparator
34201 Hacer opcional el primer
34202 \begin_inset Newline newline
34203 \end_inset
34204
34205
34206 \begin_inset ERT
34207 status collapsed
34208
34209 \begin_layout Plain Layout
34210
34211
34212 \backslash
34213 hphantom{
34214 \end_layout
34215
34216 \end_inset
34217
34218 Editar\SpecialChar \menuseparator
34219 Ecuación\SpecialChar \menuseparator
34220 Definición de macro\SpecialChar \menuseparator
34221
34222 \begin_inset ERT
34223 status collapsed
34224
34225 \begin_layout Plain Layout
34226
34227 }
34228 \end_layout
34229
34230 \end_inset
34231
34232 argumento no opcional
34233 \end_layout
34234
34235 \end_inset
34236 </cell>
34237 </row>
34238 <row interlinespace="2.5mm">
34239 <cell alignment="center" valignment="top" usebox="none">
34240 \begin_inset Text
34241
34242 \begin_layout Plain Layout
34243 \begin_inset Graphics
34244         filename ../../images/math-macro-make-nonoptional.png
34245         BoundingBox 0bp 5bp 20bp 25bp
34246         rotateOrigin center
34247
34248 \end_inset
34249
34250
34251 \end_layout
34252
34253 \end_inset
34254 </cell>
34255 <cell alignment="center" valignment="top" usebox="none">
34256 \begin_inset Text
34257
34258 \begin_layout Plain Layout
34259
34260 \family sans
34261 Editar\SpecialChar \menuseparator
34262 Ecuación\SpecialChar \menuseparator
34263 Definición de macro\SpecialChar \menuseparator
34264 Hacer no opcional el primer
34265 \begin_inset Newline newline
34266 \end_inset
34267
34268
34269 \begin_inset ERT
34270 status collapsed
34271
34272 \begin_layout Plain Layout
34273
34274
34275 \backslash
34276 hphantom{
34277 \end_layout
34278
34279 \end_inset
34280
34281 Editar\SpecialChar \menuseparator
34282 Ecuación\SpecialChar \menuseparator
34283 Definición de macro\SpecialChar \menuseparator
34284
34285 \begin_inset ERT
34286 status collapsed
34287
34288 \begin_layout Plain Layout
34289
34290 }
34291 \end_layout
34292
34293 \end_inset
34294
34295 argumento opcional
34296 \end_layout
34297
34298 \end_inset
34299 </cell>
34300 </row>
34301 <row interlinespace="2.5mm">
34302 <cell alignment="center" valignment="top" usebox="none">
34303 \begin_inset Text
34304
34305 \begin_layout Plain Layout
34306 \begin_inset Graphics
34307         filename ../../images/math-macro-remove-optional-param.png
34308         BoundingBox 0bp 5bp 20bp 25bp
34309         rotateOrigin center
34310
34311 \end_inset
34312
34313
34314 \end_layout
34315
34316 \end_inset
34317 </cell>
34318 <cell alignment="center" valignment="top" usebox="none">
34319 \begin_inset Text
34320
34321 \begin_layout Plain Layout
34322
34323 \family sans
34324 Editar\SpecialChar \menuseparator
34325 Ecuación\SpecialChar \menuseparator
34326 Definición de macro\SpecialChar \menuseparator
34327 Quitar argumento opcional
34328 \end_layout
34329
34330 \end_inset
34331 </cell>
34332 </row>
34333 <row interlinespace="2.5mm">
34334 <cell alignment="center" valignment="top" usebox="none">
34335 \begin_inset Text
34336
34337 \begin_layout Plain Layout
34338 \begin_inset Graphics
34339         filename ../../images/math-macro-add-optional-param.png
34340         BoundingBox 0bp 5bp 20bp 25bp
34341         rotateOrigin center
34342
34343 \end_inset
34344
34345
34346 \end_layout
34347
34348 \end_inset
34349 </cell>
34350 <cell alignment="center" valignment="top" usebox="none">
34351 \begin_inset Text
34352
34353 \begin_layout Plain Layout
34354
34355 \family sans
34356 Editar\SpecialChar \menuseparator
34357 Ecuación\SpecialChar \menuseparator
34358 Definición de macro\SpecialChar \menuseparator
34359 Insertar argumento opcional
34360 \end_layout
34361
34362 \end_inset
34363 </cell>
34364 </row>
34365 <row interlinespace="2.5mm">
34366 <cell alignment="center" valignment="top" usebox="none">
34367 \begin_inset Text
34368
34369 \begin_layout Plain Layout
34370 \begin_inset Graphics
34371         filename ../../images/math-macro-remove-greedy-param.png
34372         BoundingBox 0bp 5bp 20bp 25bp
34373         rotateOrigin center
34374
34375 \end_inset
34376
34377
34378 \end_layout
34379
34380 \end_inset
34381 </cell>
34382 <cell alignment="center" valignment="top" usebox="none">
34383 \begin_inset Text
34384
34385 \begin_layout Plain Layout
34386
34387 \family sans
34388 Editar\SpecialChar \menuseparator
34389 Ecuación\SpecialChar \menuseparator
34390 Definición de macro\SpecialChar \menuseparator
34391 Quitar último argumento
34392 \begin_inset Newline newline
34393 \end_inset
34394
34395
34396 \begin_inset ERT
34397 status collapsed
34398
34399 \begin_layout Plain Layout
34400
34401
34402 \backslash
34403 hphantom{
34404 \end_layout
34405
34406 \end_inset
34407
34408 Editar\SpecialChar \menuseparator
34409 Ecuación\SpecialChar \menuseparator
34410 Definición de macro\SpecialChar \menuseparator
34411
34412 \begin_inset ERT
34413 status collapsed
34414
34415 \begin_layout Plain Layout
34416
34417 }
34418 \end_layout
34419
34420 \end_inset
34421
34422 yendo hacia la derecha
34423 \end_layout
34424
34425 \end_inset
34426 </cell>
34427 </row>
34428 <row interlinespace="2.5mm">
34429 <cell alignment="center" valignment="top" usebox="none">
34430 \begin_inset Text
34431
34432 \begin_layout Plain Layout
34433 \begin_inset Graphics
34434         filename ../../images/math-macro-append-greedy-param.png
34435         BoundingBox 0bp 5bp 20bp 25bp
34436         rotateOrigin center
34437
34438 \end_inset
34439
34440
34441 \end_layout
34442
34443 \end_inset
34444 </cell>
34445 <cell alignment="center" valignment="top" usebox="none">
34446 \begin_inset Text
34447
34448 \begin_layout Plain Layout
34449
34450 \family sans
34451 Editar\SpecialChar \menuseparator
34452 Ecuación\SpecialChar \menuseparator
34453 Definición de macro\SpecialChar \menuseparator
34454 Añadir argumento comiendo
34455 \begin_inset Newline newline
34456 \end_inset
34457
34458
34459 \begin_inset ERT
34460 status collapsed
34461
34462 \begin_layout Plain Layout
34463
34464
34465 \backslash
34466 hphantom{
34467 \end_layout
34468
34469 \end_inset
34470
34471 Editar\SpecialChar \menuseparator
34472 Ecuación\SpecialChar \menuseparator
34473 Definición de macro\SpecialChar \menuseparator
34474
34475 \begin_inset ERT
34476 status collapsed
34477
34478 \begin_layout Plain Layout
34479
34480 }
34481 \end_layout
34482
34483 \end_inset
34484
34485 desde la derecha
34486 \end_layout
34487
34488 \end_inset
34489 </cell>
34490 </row>
34491 <row interlinespace="2.5mm">
34492 <cell alignment="center" valignment="top" usebox="none">
34493 \begin_inset Text
34494
34495 \begin_layout Plain Layout
34496 \begin_inset Graphics
34497         filename ../../images/math-macro-add-greedy-optional-param.png
34498         BoundingBox 0bp 5bp 20bp 25bp
34499         rotateOrigin center
34500
34501 \end_inset
34502
34503
34504 \end_layout
34505
34506 \end_inset
34507 </cell>
34508 <cell alignment="center" valignment="top" usebox="none">
34509 \begin_inset Text
34510
34511 \begin_layout Plain Layout
34512
34513 \family sans
34514 Editar\SpecialChar \menuseparator
34515 Ecuación\SpecialChar \menuseparator
34516 Definición de macro\SpecialChar \menuseparator
34517 Añadir argumento opcional
34518 \begin_inset Newline newline
34519 \end_inset
34520
34521
34522 \begin_inset ERT
34523 status collapsed
34524
34525 \begin_layout Plain Layout
34526
34527
34528 \backslash
34529 hphantom{
34530 \end_layout
34531
34532 \end_inset
34533
34534 Editar\SpecialChar \menuseparator
34535 Ecuación\SpecialChar \menuseparator
34536 Definición de macro\SpecialChar \menuseparator
34537
34538 \begin_inset ERT
34539 status collapsed
34540
34541 \begin_layout Plain Layout
34542
34543 }
34544 \end_layout
34545
34546 \end_inset
34547
34548 comiendo desde la derecha
34549 \end_layout
34550
34551 \end_inset
34552 </cell>
34553 </row>
34554 </lyxtabular>
34555
34556 \end_inset
34557
34558
34559 \end_layout
34560
34561 \begin_layout Standard
34562 \noindent
34563 \align center
34564 \begin_inset Newpage newpage
34565 \end_inset
34566
34567
34568 \end_layout
34569
34570 \begin_layout Section
34571 Indicaciones
34572 \begin_inset ERT
34573 status collapsed
34574
34575 \begin_layout Plain Layout
34576
34577
34578 \backslash
34579 texorpdfstring{
34580 \end_layout
34581
34582 \end_inset
34583
34584
34585 \begin_inset Foot
34586 status collapsed
34587
34588 \begin_layout Plain Layout
34589 Otras sugerencias útiles para matemáticas en 
34590 \begin_inset CommandInset citation
34591 LatexCommand cite
34592 key "Voss"
34593
34594 \end_inset
34595
34596 .
34597 \end_layout
34598
34599 \end_inset
34600
34601
34602 \begin_inset ERT
34603 status collapsed
34604
34605 \begin_layout Plain Layout
34606
34607 }{}
34608 \end_layout
34609
34610 \end_inset
34611
34612
34613 \begin_inset Note Note
34614 status collapsed
34615
34616 \begin_layout Plain Layout
34617
34618 \backslash
34619 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
34620  PDF.
34621 \end_layout
34622
34623 \begin_layout Plain Layout
34624 Más sobre 
34625 \backslash
34626 texorpdfstring hay en la sección 
34627 \begin_inset CommandInset ref
34628 LatexCommand ref
34629 reference "sub:Ecuaciones-en-encabezados"
34630
34631 \end_inset
34632
34633 .
34634 \end_layout
34635
34636 \end_inset
34637
34638
34639 \begin_inset Index
34640 status collapsed
34641
34642 \begin_layout Plain Layout
34643 Indicaciones
34644 \end_layout
34645
34646 \end_inset
34647
34648
34649 \end_layout
34650
34651 \begin_layout Subsection
34652 Números negativos
34653 \begin_inset Index
34654 status collapsed
34655
34656 \begin_layout Plain Layout
34657 Numeros@Números ! negativos
34658 \end_layout
34659
34660 \end_inset
34661
34662
34663 \end_layout
34664
34665 \begin_layout Standard
34666 Los números negativos a veces se ven feos en las ecuaciones porque el signo
34667  menos delante del número tiene la misma longitud que el operador signo
34668  menos.
34669  Si se escribe el número negativo en texto normal el signo menos aparece
34670  correctamente.
34671 \end_layout
34672
34673 \begin_layout Standard
34674 Así pues, el problema desaparece si se convierte el signo menos a texto
34675  matemático.
34676 \end_layout
34677
34678 \begin_layout Standard
34679 Un ejemplo para visualizar el problema:
34680 \end_layout
34681
34682 \begin_layout Standard
34683 \noindent
34684 \align center
34685 \begin_inset Tabular
34686 <lyxtabular version="3" rows="3" columns="2">
34687 <features>
34688 <column alignment="center" valignment="top" width="0">
34689 <column alignment="center" valignment="top" width="0">
34690 <row>
34691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34692 \begin_inset Text
34693
34694 \begin_layout Plain Layout
34695 texto normal:
34696 \end_layout
34697
34698 \end_inset
34699 </cell>
34700 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34701 \begin_inset Text
34702
34703 \begin_layout Plain Layout
34704 x = -2
34705 \end_layout
34706
34707 \end_inset
34708 </cell>
34709 </row>
34710 <row>
34711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34712 \begin_inset Text
34713
34714 \begin_layout Plain Layout
34715 ecuación:
34716 \end_layout
34717
34718 \end_inset
34719 </cell>
34720 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34721 \begin_inset Text
34722
34723 \begin_layout Plain Layout
34724 \begin_inset Formula $x=-2$
34725 \end_inset
34726
34727
34728 \end_layout
34729
34730 \end_inset
34731 </cell>
34732 </row>
34733 <row>
34734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34735 \begin_inset Text
34736
34737 \begin_layout Plain Layout
34738 solución:
34739 \end_layout
34740
34741 \end_inset
34742 </cell>
34743 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34744 \begin_inset Text
34745
34746 \begin_layout Plain Layout
34747 \begin_inset Formula $x=\mbox{-}2$
34748 \end_inset
34749
34750
34751 \end_layout
34752
34753 \end_inset
34754 </cell>
34755 </row>
34756 </lyxtabular>
34757
34758 \end_inset
34759
34760
34761 \end_layout
34762
34763 \begin_layout Subsection
34764 Coma como separador decimal
34765 \begin_inset Index
34766 status collapsed
34767
34768 \begin_layout Plain Layout
34769 Coma decimal
34770 \end_layout
34771
34772 \end_inset
34773
34774
34775 \end_layout
34776
34777 \begin_layout Standard
34778 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
34779  de grupos numéricos.
34780  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
34781 \end_layout
34782
34783 \begin_layout Standard
34784 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
34785  
34786 \family sans
34787 Ctrl+M
34788 \family default
34789 ).
34790 \end_layout
34791
34792 \begin_layout Standard
34793 Para usar las comas en todas las fórmulas del documento como separador decimal,
34794  se carga el archivo 
34795 \series bold
34796 icomma.sty
34797 \series default
34798
34799 \begin_inset Foot
34800 status collapsed
34801
34802 \begin_layout Plain Layout
34803
34804 \series bold
34805 icomma
34806 \series default
34807  forma parte del paquete LaTeX 
34808 \series bold
34809 was
34810 \series default
34811
34812 \begin_inset Index
34813 status collapsed
34814
34815 \begin_layout Plain Layout
34816 Paquetes ! was
34817 \begin_inset ERT
34818 status collapsed
34819
34820 \begin_layout Plain Layout
34821
34822
34823 \backslash
34824 vspace{4mm}
34825 \end_layout
34826
34827 \end_inset
34828
34829
34830 \end_layout
34831
34832 \end_inset
34833
34834 .
34835 \end_layout
34836
34837 \end_inset
34838
34839
34840 \begin_inset Index
34841 status collapsed
34842
34843 \begin_layout Plain Layout
34844 Paquetes ! icomma
34845 \end_layout
34846
34847 \end_inset
34848
34849  en el preámbulo LaTeX con la línea: 
34850 \end_layout
34851
34852 \begin_layout Standard
34853
34854 \series bold
34855
34856 \backslash
34857 usepackage{icomma}
34858 \end_layout
34859
34860 \begin_layout Subsection
34861 Vectores físicos
34862 \begin_inset CommandInset label
34863 LatexCommand label
34864 name "sub:Vectores-físicos"
34865
34866 \end_inset
34867
34868
34869 \begin_inset Index
34870 status collapsed
34871
34872 \begin_layout Plain Layout
34873 Vectores físicos
34874 \end_layout
34875
34876 \end_inset
34877
34878
34879 \end_layout
34880
34881 \begin_layout Standard
34882 El paquete LaTeX 
34883 \series bold
34884 braket
34885 \series default
34886
34887 \begin_inset Foot
34888 status collapsed
34889
34890 \begin_layout Plain Layout
34891
34892 \series bold
34893 braket
34894 \series default
34895  se incluye en las instalaciones estándar de LaTeX.
34896 \end_layout
34897
34898 \end_inset
34899
34900
34901 \begin_inset Index
34902 status collapsed
34903
34904 \begin_layout Plain Layout
34905 Paquetes ! braket
34906 \end_layout
34907
34908 \end_inset
34909
34910  suministra vectores predefinidos; se carga con la línea de preámbulo LaTeX:
34911 \end_layout
34912
34913 \begin_layout Standard
34914
34915 \series bold
34916
34917 \backslash
34918 usepackage{braket}
34919 \end_layout
34920
34921 \begin_layout Standard
34922 \begin_inset ERT
34923 status collapsed
34924
34925 \begin_layout Plain Layout
34926
34927
34928 \backslash
34929 ifbraket 
34930 \end_layout
34931
34932 \end_inset
34933
34934
34935 \begin_inset Note Note
34936 status collapsed
34937
34938 \begin_layout Plain Layout
34939 La tabla siguiente sólo se mostrará en la salida si el paquete LaTeX 
34940 \series bold
34941 braket
34942 \series default
34943  está instalado.
34944 \end_layout
34945
34946 \end_inset
34947
34948
34949 \end_layout
34950
34951 \begin_layout Standard
34952 Están definidos los siguientes comandos:
34953 \end_layout
34954
34955 \begin_layout Standard
34956 \noindent
34957 \align center
34958 \begin_inset Tabular
34959 <lyxtabular version="3" rows="4" columns="2">
34960 <features>
34961 <column alignment="center" valignment="top" width="0">
34962 <column alignment="center" valignment="top" width="0">
34963 <row>
34964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34965 \begin_inset Text
34966
34967 \begin_layout Plain Layout
34968 Comando
34969 \end_layout
34970
34971 \end_inset
34972 </cell>
34973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34974 \begin_inset Text
34975
34976 \begin_layout Plain Layout
34977 Resultado
34978 \end_layout
34979
34980 \end_inset
34981 </cell>
34982 </row>
34983 <row>
34984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34985 \begin_inset Text
34986
34987 \begin_layout Plain Layout
34988
34989 \backslash
34990 Bra{
34991 \backslash
34992 psi
34993 \end_layout
34994
34995 \end_inset
34996 </cell>
34997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34998 \begin_inset Text
34999
35000 \begin_layout Plain Layout
35001 \begin_inset Formula $\Bra{\psi}$
35002 \end_inset
35003
35004
35005 \end_layout
35006
35007 \end_inset
35008 </cell>
35009 </row>
35010 <row>
35011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35012 \begin_inset Text
35013
35014 \begin_layout Plain Layout
35015
35016 \backslash
35017 Ket{
35018 \backslash
35019 psi
35020 \end_layout
35021
35022 \end_inset
35023 </cell>
35024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35025 \begin_inset Text
35026
35027 \begin_layout Plain Layout
35028 \begin_inset Formula $\Ket{\psi}$
35029 \end_inset
35030
35031
35032 \end_layout
35033
35034 \end_inset
35035 </cell>
35036 </row>
35037 <row>
35038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35039 \begin_inset Text
35040
35041 \begin_layout Plain Layout
35042
35043 \backslash
35044 Braket{
35045 \backslash
35046 psi|
35047 \backslash
35048 phi
35049 \end_layout
35050
35051 \end_inset
35052 </cell>
35053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35054 \begin_inset Text
35055
35056 \begin_layout Plain Layout
35057 \begin_inset Formula $\Braket{\psi|\phi}$
35058 \end_inset
35059
35060
35061 \end_layout
35062
35063 \end_inset
35064 </cell>
35065 </row>
35066 </lyxtabular>
35067
35068 \end_inset
35069
35070
35071 \end_layout
35072
35073 \begin_layout Standard
35074 El comando 
35075 \series bold
35076
35077 \backslash
35078 Braket
35079 \series default
35080  asegura que todas las barras verticales tienen el tamaño de los delimitadores
35081  circundantes:
35082 \begin_inset Formula \[
35083 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
35084
35085 \end_inset
35086
35087
35088 \begin_inset ERT
35089 status collapsed
35090
35091 \begin_layout Plain Layout
35092
35093
35094 \backslash
35095 else
35096 \end_layout
35097
35098 \end_inset
35099
35100
35101 \begin_inset Note Note
35102 status collapsed
35103
35104 \begin_layout Plain Layout
35105 Lo que sigue se verá en la salida si el paquete LaTeX 
35106 \series bold
35107 braket
35108 \series default
35109  no está instalado:
35110 \end_layout
35111
35112 \end_inset
35113
35114
35115 \end_layout
35116
35117 \begin_layout Standard
35118 Debes instalar el paquete LaTeX 
35119 \series bold
35120 braket
35121 \series default
35122  para ver en la salida el resto de esta subsección.
35123 \end_layout
35124
35125 \begin_layout Standard
35126 \begin_inset ERT
35127 status collapsed
35128
35129 \begin_layout Plain Layout
35130
35131
35132 \backslash
35133 fi
35134 \end_layout
35135
35136 \end_inset
35137
35138
35139 \end_layout
35140
35141 \begin_layout Standard
35142 El efecto de 
35143 \series bold
35144
35145 \backslash
35146 Braket
35147 \series default
35148  también se puede conseguir con el comando 
35149 \series bold
35150
35151 \backslash
35152 middle
35153 \series default
35154 , que se describe en 
35155 \begin_inset CommandInset ref
35156 LatexCommand ref
35157 reference "sub:Tamaño-automático-de"
35158
35159 \end_inset
35160
35161 .
35162 \end_layout
35163
35164 \begin_layout Subsection
35165 Fracciones definidas por el usuario
35166 \begin_inset CommandInset label
35167 LatexCommand label
35168 name "sub:Fracciones-personalizadas"
35169
35170 \end_inset
35171
35172
35173 \begin_inset Index
35174 status collapsed
35175
35176 \begin_layout Plain Layout
35177 Fracciones ! personalizadas
35178 \end_layout
35179
35180 \end_inset
35181
35182
35183 \end_layout
35184
35185 \begin_layout Standard
35186 Para definir comandos personalizados para fracciones, se usa el comando
35187  
35188 \series bold
35189
35190 \backslash
35191 genfrac
35192 \series default
35193
35194 \begin_inset Index
35195 status collapsed
35196
35197 \begin_layout Plain Layout
35198 Comandos ! G ! 
35199 \backslash
35200 genfrac
35201 \end_layout
35202
35203 \end_inset
35204
35205  con el siguiente esquema:
35206 \end_layout
35207
35208 \begin_layout Standard
35209
35210 \series bold
35211
35212 \backslash
35213 genfrac{delimitador izquierdo}{delimitador derecho}{grosor raya de
35214 \begin_inset Newline newline
35215 \end_inset
35216
35217
35218 \begin_inset ERT
35219 status collapsed
35220
35221 \begin_layout Plain Layout
35222
35223
35224 \backslash
35225 phantom{
35226 \end_layout
35227
35228 \end_inset
35229
35230
35231 \backslash
35232 genfrac{
35233 \begin_inset ERT
35234 status collapsed
35235
35236 \begin_layout Plain Layout
35237
35238 }
35239 \end_layout
35240
35241 \end_inset
35242
35243 fracción}{estilo}{numerador}{denominador}
35244 \end_layout
35245
35246 \begin_layout Standard
35247 El estilo es un número en el rango 0-3.
35248 \end_layout
35249
35250 \begin_layout Standard
35251 \align center
35252 \begin_inset Tabular
35253 <lyxtabular version="3" rows="5" columns="2">
35254 <features>
35255 <column alignment="center" valignment="top" width="0">
35256 <column alignment="center" valignment="top" width="0">
35257 <row>
35258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35259 \begin_inset Text
35260
35261 \begin_layout Plain Layout
35262 Número
35263 \end_layout
35264
35265 \end_inset
35266 </cell>
35267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35268 \begin_inset Text
35269
35270 \begin_layout Plain Layout
35271 Estilo (tamaño)
35272 \end_layout
35273
35274 \end_inset
35275 </cell>
35276 </row>
35277 <row>
35278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35279 \begin_inset Text
35280
35281 \begin_layout Plain Layout
35282 0
35283 \end_layout
35284
35285 \end_inset
35286 </cell>
35287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35288 \begin_inset Text
35289
35290 \begin_layout Plain Layout
35291 ecuación presentada
35292 \end_layout
35293
35294 \end_inset
35295 </cell>
35296 </row>
35297 <row>
35298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35299 \begin_inset Text
35300
35301 \begin_layout Plain Layout
35302 1
35303 \end_layout
35304
35305 \end_inset
35306 </cell>
35307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35308 \begin_inset Text
35309
35310 \begin_layout Plain Layout
35311 ecuación en línea
35312 \end_layout
35313
35314 \end_inset
35315 </cell>
35316 </row>
35317 <row>
35318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35319 \begin_inset Text
35320
35321 \begin_layout Plain Layout
35322 2
35323 \end_layout
35324
35325 \end_inset
35326 </cell>
35327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35328 \begin_inset Text
35329
35330 \begin_layout Plain Layout
35331 pequeño
35332 \end_layout
35333
35334 \end_inset
35335 </cell>
35336 </row>
35337 <row>
35338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35339 \begin_inset Text
35340
35341 \begin_layout Plain Layout
35342 3
35343 \end_layout
35344
35345 \end_inset
35346 </cell>
35347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35348 \begin_inset Text
35349
35350 \begin_layout Plain Layout
35351 muy pequeño
35352 \end_layout
35353
35354 \end_inset
35355 </cell>
35356 </row>
35357 </lyxtabular>
35358
35359 \end_inset
35360
35361
35362 \end_layout
35363
35364 \begin_layout Standard
35365 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
35366  
35367 \series bold
35368
35369 \backslash
35370 frac
35371 \series default
35372 .
35373 \end_layout
35374
35375 \begin_layout Standard
35376 Si no se pone grosor de la raya de fracción se usará el valor predefinido
35377  de 0.4
35378 \begin_inset space \thinspace{}
35379 \end_inset
35380
35381 pt.
35382 \end_layout
35383
35384 \begin_layout Standard
35385 Por ejemplo, los comandos 
35386 \series bold
35387
35388 \backslash
35389 dfrac
35390 \series default
35391  y 
35392 \series bold
35393
35394 \backslash
35395 tbinom
35396 \series default
35397  de la 
35398 \begin_inset CommandInset ref
35399 LatexCommand ref
35400 reference "sub:Fracciones"
35401
35402 \end_inset
35403
35404  se definen con los comandos:
35405 \end_layout
35406
35407 \begin_layout Standard
35408
35409 \series bold
35410
35411 \backslash
35412 newcommand{
35413 \backslash
35414 dfrac}[2]{
35415 \backslash
35416 genfrac{}{}{}{0}{#1}{#2}}
35417 \end_layout
35418
35419 \begin_layout Standard
35420 y
35421 \end_layout
35422
35423 \begin_layout Standard
35424
35425 \series bold
35426
35427 \backslash
35428 newcommand{
35429 \backslash
35430 tbinom}[2]{
35431 \backslash
35432 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35433 \end_layout
35434
35435 \begin_layout Standard
35436 \begin_inset VSpace medskip
35437 \end_inset
35438
35439
35440 \end_layout
35441
35442 \begin_layout Standard
35443 Para definir una fracción en la que el grosor de la raya se pueda definir
35444  como argumento opcional, se inserta la siguiente línea en el preámbulo
35445  LaTeX:
35446 \end_layout
35447
35448 \begin_layout Standard
35449
35450 \series bold
35451
35452 \backslash
35453 newcommand{
35454 \backslash
35455 fracS}[3][]{
35456 \backslash
35457 genfrac{}{}{#1}{}{#2}{#3}}
35458 \end_layout
35459
35460 \begin_layout Standard
35461 Un ensayo:
35462 \begin_inset Formula \begin{align*}
35463 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35464 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
35465
35466 \end_inset
35467
35468 Como se puede ver, la distancia del numerador y el denominador a la raya
35469  de fracción se redondea a unas tres veces el grosor de la raya.
35470 \end_layout
35471
35472 \begin_layout Subsection
35473 Ecuaciones canceladas
35474 \begin_inset Index
35475 status collapsed
35476
35477 \begin_layout Plain Layout
35478 Ecuación ! cancelada
35479 \end_layout
35480
35481 \end_inset
35482
35483
35484 \end_layout
35485
35486 \begin_layout Standard
35487 Para cancelar ecuaciones o partes de ellas hay que cargar el paquete LaTeX
35488  
35489 \series bold
35490 cancel
35491 \series default
35492
35493 \begin_inset Foot
35494 status collapsed
35495
35496 \begin_layout Plain Layout
35497
35498 \series bold
35499 cancel
35500 \series default
35501  forma parte de las distribuciones estándar de LaTeX.
35502 \end_layout
35503
35504 \end_inset
35505
35506
35507 \begin_inset Index
35508 status collapsed
35509
35510 \begin_layout Plain Layout
35511 Paquetes ! cancel
35512 \end_layout
35513
35514 \end_inset
35515
35516  con la línea de preámbulo LaTeX
35517 \end_layout
35518
35519 \begin_layout Standard
35520
35521 \series bold
35522
35523 \backslash
35524 usepackage[samesize]{cancel}
35525 \end_layout
35526
35527 \begin_layout Standard
35528 Hay cuatro formas de cancelar ecuaciones:
35529 \end_layout
35530
35531 \begin_layout Standard
35532 \align center
35533 \begin_inset Tabular
35534 <lyxtabular version="3" rows="5" columns="2">
35535 <features>
35536 <column alignment="center" valignment="top" width="0">
35537 <column alignment="center" valignment="top" width="0">
35538 <row>
35539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35540 \begin_inset Text
35541
35542 \begin_layout Plain Layout
35543 Comando
35544 \end_layout
35545
35546 \end_inset
35547 </cell>
35548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35549 \begin_inset Text
35550
35551 \begin_layout Plain Layout
35552 Resultado
35553 \begin_inset Note Note
35554 status collapsed
35555
35556 \begin_layout Plain Layout
35557 El
35558 \series bold
35559  
35560 \series default
35561 espacio y 
35562 \series bold
35563
35564 \backslash
35565 raisebox
35566 \series default
35567  se usa sólo como espaciador
35568 \end_layout
35569
35570 \end_inset
35571
35572
35573 \end_layout
35574
35575 \end_inset
35576 </cell>
35577 </row>
35578 <row>
35579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35580 \begin_inset Text
35581
35582 \begin_layout Plain Layout
35583
35584 \backslash
35585 cancel{
35586 \backslash
35587 int
35588 \begin_inset ERT
35589 status collapsed
35590
35591 \begin_layout Plain Layout
35592
35593
35594 \backslash
35595 spce 
35596 \end_layout
35597
35598 \end_inset
35599
35600 A=B
35601 \end_layout
35602
35603 \end_inset
35604 </cell>
35605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35606 \begin_inset Text
35607
35608 \begin_layout Plain Layout
35609 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35610 \end_inset
35611
35612
35613 \end_layout
35614
35615 \end_inset
35616 </cell>
35617 </row>
35618 <row>
35619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35620 \begin_inset Text
35621
35622 \begin_layout Plain Layout
35623
35624 \backslash
35625 bcancel{
35626 \backslash
35627 int
35628 \begin_inset ERT
35629 status collapsed
35630
35631 \begin_layout Plain Layout
35632
35633
35634 \backslash
35635 spce 
35636 \end_layout
35637
35638 \end_inset
35639
35640 A=B
35641 \end_layout
35642
35643 \end_inset
35644 </cell>
35645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35646 \begin_inset Text
35647
35648 \begin_layout Plain Layout
35649 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35650 \end_inset
35651
35652
35653 \end_layout
35654
35655 \end_inset
35656 </cell>
35657 </row>
35658 <row>
35659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35660 \begin_inset Text
35661
35662 \begin_layout Plain Layout
35663
35664 \backslash
35665 xcancel{
35666 \backslash
35667 int
35668 \begin_inset ERT
35669 status collapsed
35670
35671 \begin_layout Plain Layout
35672
35673
35674 \backslash
35675 spce 
35676 \end_layout
35677
35678 \end_inset
35679
35680 A=B
35681 \end_layout
35682
35683 \end_inset
35684 </cell>
35685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35686 \begin_inset Text
35687
35688 \begin_layout Plain Layout
35689 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35690 \end_inset
35691
35692
35693 \end_layout
35694
35695 \end_inset
35696 </cell>
35697 </row>
35698 <row>
35699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35700 \begin_inset Text
35701
35702 \begin_layout Plain Layout
35703
35704 \backslash
35705 cancelto{1
35706 \begin_inset Formula $\to$
35707 \end_inset
35708
35709
35710 \backslash
35711 {
35712 \backslash
35713 int
35714 \begin_inset ERT
35715 status collapsed
35716
35717 \begin_layout Plain Layout
35718
35719
35720 \backslash
35721 spce 
35722 \end_layout
35723
35724 \end_inset
35725
35726 A=B
35727 \end_layout
35728
35729 \end_inset
35730 </cell>
35731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35732 \begin_inset Text
35733
35734 \begin_layout Plain Layout
35735 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35736 \end_inset
35737
35738
35739 \end_layout
35740
35741 \end_inset
35742 </cell>
35743 </row>
35744 </lyxtabular>
35745
35746 \end_inset
35747
35748
35749 \end_layout
35750
35751 \begin_layout Standard
35752
35753 \series bold
35754
35755 \backslash
35756 cancelto
35757 \series default
35758  es especialmente apropiada para visualizar la simplificación de fracciones
35759  en una ecuación:
35760 \begin_inset Formula \[
35761 \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}}}\]
35762
35763 \end_inset
35764
35765
35766 \end_layout
35767
35768 \begin_layout Subsection
35769 Ecuaciones en encabezados de sección
35770 \begin_inset CommandInset label
35771 LatexCommand label
35772 name "sub:Ecuaciones-en-encabezados"
35773
35774 \end_inset
35775
35776
35777 \begin_inset Index
35778 status collapsed
35779
35780 \begin_layout Plain Layout
35781 Ecuación ! en encabezados de sección
35782 \end_layout
35783
35784 \end_inset
35785
35786
35787 \end_layout
35788
35789 \begin_layout Standard
35790 Si se quiere poner una ecuación en un encabezado de sección hay que tener
35791  en cuenta lo siguiente:
35792 \end_layout
35793
35794 \begin_layout Standard
35795 \begin_inset Note Greyedout
35796 status open
35797
35798 \begin_layout Plain Layout
35799 Si el soporte para 
35800 \series bold
35801 hyperref
35802 \series default
35803
35804 \begin_inset Index
35805 status collapsed
35806
35807 \begin_layout Plain Layout
35808 Paquetes ! hyperref
35809 \end_layout
35810
35811 \end_inset
35812
35813  está activado en la configuración del documento, 
35814 \family sans
35815 Propiedades
35816 \begin_inset space ~
35817 \end_inset
35818
35819
35820 \family default
35821 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
35822  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
35823  texto del marcador, porque se infringen las convenciones PDF.
35824 \end_layout
35825
35826 \end_inset
35827
35828
35829 \end_layout
35830
35831 \begin_layout Standard
35832 Estos problemas se pueden solucionar insertando al final del encabezado
35833  un título breve con el menú 
35834 \family sans
35835 Insertar\SpecialChar \menuseparator
35836 Título
35837 \begin_inset space ~
35838 \end_inset
35839
35840 breve
35841 \family default
35842 .
35843  Los títulos breves se usan como alternativa para encabezados de sección
35844  con más de una línea para mantener el buen aspecto del índice.
35845  En éste sólo aparece el título breve y por tanto también en los marcadores.
35846 \end_layout
35847
35848 \begin_layout Standard
35849 Si hay que poner ecuaciones en el índice y se usa 
35850 \series bold
35851 hyperref
35852 \series default
35853 , se puede insertar el siguiente comando en modo TeX:
35854 \end_layout
35855
35856 \begin_layout Standard
35857
35858 \series bold
35859
35860 \backslash
35861 texorpdfstring{parte}{alternativa}
35862 \begin_inset Index
35863 status collapsed
35864
35865 \begin_layout Plain Layout
35866 Comandos ! T ! 
35867 \backslash
35868 texorpdfstring
35869 \end_layout
35870
35871 \end_inset
35872
35873
35874 \end_layout
35875
35876 \begin_layout Standard
35877 parte se refiere a la parte del encabezado que no debería aparecer en el
35878  marcador PDF.
35879  Puede ser caracteres, ecuaciones, notas al pie, y también referencias cruzadas.
35880  La alternativa se usa para el marcador en vez de la parte.
35881 \end_layout
35882
35883 \begin_layout Standard
35884 Aquí hay dos ejemplos de encabezados con ecuación:
35885 \end_layout
35886
35887 \begin_layout Standard
35888 \begin_inset VSpace -3mm
35889 \end_inset
35890
35891
35892 \end_layout
35893
35894 \begin_layout Standard
35895 \begin_inset ERT
35896 status collapsed
35897
35898 \begin_layout Plain Layout
35899
35900
35901 \backslash
35902 boldmath 
35903 \end_layout
35904
35905 \end_inset
35906
35907
35908 \end_layout
35909
35910 \begin_layout Subsubsection
35911 Encabezado sin ecuación en el índice 
35912 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35913 \end_inset
35914
35915
35916 \begin_inset OptArg
35917 status collapsed
35918
35919 \begin_layout Plain Layout
35920 Encabezado sin ecuación en el índice
35921 \end_layout
35922
35923 \end_inset
35924
35925
35926 \end_layout
35927
35928 \begin_layout Subsubsection
35929 Encabezado con ecuación en el índice
35930 \begin_inset ERT
35931 status collapsed
35932
35933 \begin_layout Plain Layout
35934
35935
35936 \backslash
35937 texorpdfstring{
35938 \end_layout
35939
35940 \end_inset
35941
35942  
35943 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35944 \end_inset
35945
35946
35947 \begin_inset ERT
35948 status collapsed
35949
35950 \begin_layout Plain Layout
35951
35952 }{}
35953 \end_layout
35954
35955 \end_inset
35956
35957
35958 \end_layout
35959
35960 \begin_layout Standard
35961 \begin_inset ERT
35962 status collapsed
35963
35964 \begin_layout Plain Layout
35965
35966
35967 \backslash
35968 unboldmath 
35969 \end_layout
35970
35971 \end_inset
35972
35973 En el primer encabezado se ha puesto un título breve, en el segundo un 
35974 \series bold
35975
35976 \backslash
35977 texorpdfstring
35978 \series default
35979 .
35980 \end_layout
35981
35982 \begin_layout Standard
35983 Para obtener el mismo formato que en los demás encabezados se han puesto
35984  ambos en un entorno 
35985 \series bold
35986 boldmath
35987 \series default
35988 .
35989 \begin_inset Foot
35990 status collapsed
35991
35992 \begin_layout Plain Layout
35993 véase 
35994 \begin_inset CommandInset ref
35995 LatexCommand ref
35996 reference "sub:Ecuaciones-en-negrita"
35997
35998 \end_inset
35999
36000
36001 \end_layout
36002
36003 \end_inset
36004
36005
36006 \end_layout
36007
36008 \begin_layout Subsection
36009 Ecuaciones en texto multicolumna
36010 \begin_inset Index
36011 status collapsed
36012
36013 \begin_layout Plain Layout
36014 Ecuación ! en texto multicolumna
36015 \end_layout
36016
36017 \end_inset
36018
36019
36020 \end_layout
36021
36022 \begin_layout Standard
36023 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
36024  para ajustarse a la columna y entonces es preciso abarcar la anchura total
36025  de la página.
36026  Esto se hace usando el paquete LaTeX 
36027 \series bold
36028 multicol
36029 \series default
36030 ,
36031 \begin_inset Foot
36032 status collapsed
36033
36034 \begin_layout Plain Layout
36035
36036 \series bold
36037 multicol
36038 \series default
36039  forma parte de las distribuciones LaTeX estándar.
36040 \end_layout
36041
36042 \end_inset
36043
36044
36045 \begin_inset Index
36046 status collapsed
36047
36048 \begin_layout Plain Layout
36049 Paquetes ! multicol
36050 \end_layout
36051
36052 \end_inset
36053
36054  que se carga en el preámbulo LaTeX con la línea
36055 \end_layout
36056
36057 \begin_layout Standard
36058
36059 \series bold
36060
36061 \backslash
36062 usepackage{multicol}
36063 \end_layout
36064
36065 \begin_layout Standard
36066 \begin_inset Note Greyedout
36067 status collapsed
36068
36069 \begin_layout Plain Layout
36070 Ten en cuenta que la opción 
36071 \family sans
36072 Documento
36073 \begin_inset space ~
36074 \end_inset
36075
36076 con
36077 \begin_inset space ~
36078 \end_inset
36079
36080 dos
36081 \begin_inset space ~
36082 \end_inset
36083
36084 caras
36085 \family default
36086 , bajo 
36087 \family sans
36088 Diseño
36089 \begin_inset space ~
36090 \end_inset
36091
36092 de
36093 \begin_inset space ~
36094 \end_inset
36095
36096 página 
36097 \family default
36098 en el menú 
36099 \family sans
36100 Documento\SpecialChar \menuseparator
36101 Configuración
36102 \family default
36103  
36104 \emph on
36105 debe
36106 \emph default
36107  estar desmarcada.
36108 \end_layout
36109
36110 \end_inset
36111
36112
36113 \end_layout
36114
36115 \begin_layout Standard
36116 Antes del texto multicolumna se inserta en modo TeX el comando
36117 \end_layout
36118
36119 \begin_layout Standard
36120
36121 \series bold
36122
36123 \backslash
36124 begin{multicols}{número de columnas}
36125 \end_layout
36126
36127 \begin_layout Standard
36128 El número de columnas está en el rango 2-10.
36129  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
36130  TeX el comando
36131 \end_layout
36132
36133 \begin_layout Standard
36134
36135 \series bold
36136
36137 \backslash
36138 end{multicols}
36139 \end_layout
36140
36141 \begin_layout Standard
36142 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
36143  Para quitarlo se inserta un espacio vertical de -6
36144 \begin_inset space \thinspace{}
36145 \end_inset
36146
36147 mm antes de la ecuación.
36148  Si se usa el estilo 
36149 \series bold
36150 Sangrado
36151 \series default
36152 ,
36153 \begin_inset Foot
36154 status collapsed
36155
36156 \begin_layout Plain Layout
36157 véase estilos de ecuación en 
36158 \begin_inset CommandInset ref
36159 LatexCommand ref
36160 reference "sec:Estilos-de-ecuación"
36161
36162 \end_inset
36163
36164
36165 \end_layout
36166
36167 \end_inset
36168
36169  se inserta un espacio de -9
36170 \begin_inset space \thinspace{}
36171 \end_inset
36172
36173 mm.
36174 \end_layout
36175
36176 \begin_layout Standard
36177 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
36178 \end_layout
36179
36180 \begin_layout Standard
36181
36182 \lang german
36183 \begin_inset ERT
36184 status collapsed
36185
36186 \begin_layout Plain Layout
36187
36188
36189 \backslash
36190 begin{multicols}{2}
36191 \end_layout
36192
36193 \end_inset
36194
36195 Das Spektrum wird fouriertransformiert.
36196  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36197 , Lösungsmittel) zu trennen.
36198  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36199  nun das Aussehen des Ausgangssignals.
36200  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36201  über alle Phasen integrieren muss.
36202  Sei nun 
36203 \begin_inset Formula $S$
36204 \end_inset
36205
36206  unser normiertes Ausgangssignal und 
36207 \begin_inset Formula $P$
36208 \end_inset
36209
36210  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36211 \begin_inset ERT
36212 status collapsed
36213
36214 \begin_layout Plain Layout
36215
36216
36217 \backslash
36218 end{multicols}
36219 \end_layout
36220
36221 \end_inset
36222
36223
36224 \begin_inset VSpace -6mm
36225 \end_inset
36226
36227
36228 \begin_inset Formula \begin{equation}
36229 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
36230
36231 \end_inset
36232
36233
36234 \begin_inset ERT
36235 status collapsed
36236
36237 \begin_layout Plain Layout
36238
36239
36240 \backslash
36241 begin{multicols}{2}
36242 \end_layout
36243
36244 \end_inset
36245
36246 wobei 
36247 \begin_inset Formula $S_{0}$
36248 \end_inset
36249
36250  das Signal ohne Gradient ist und die Normierungsbedingung 
36251 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36252 \end_inset
36253
36254  gilt.
36255  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36256  Direkt nach dem 
36257 \begin_inset Formula $\nicefrac{\pi}{2}$
36258 \end_inset
36259
36260
36261 \begin_inset space \thinspace{}
36262 \end_inset
36263
36264 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36265  das Signal zusätzlich abschwächt.
36266  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36267  
36268 \begin_inset Formula $T_{2}$
36269 \end_inset
36270
36271 -Zeit.
36272 \end_layout
36273
36274 \begin_layout Standard
36275
36276 \lang german
36277 \begin_inset ERT
36278 status collapsed
36279
36280 \begin_layout Plain Layout
36281
36282
36283 \backslash
36284 end{multicols}
36285 \end_layout
36286
36287 \end_inset
36288
36289
36290 \end_layout
36291
36292 \begin_layout Subsection
36293 Ecuaciones con descripción de variables
36294 \begin_inset Index
36295 status collapsed
36296
36297 \begin_layout Plain Layout
36298 Ecuación ! con descripción de variables
36299 \end_layout
36300
36301 \end_inset
36302
36303
36304 \end_layout
36305
36306 \begin_layout Standard
36307 Para describir variables en una ecuación, como en la fórmula 
36308 \begin_inset CommandInset ref
36309 LatexCommand eqref
36310 reference "eq:within"
36311
36312 \end_inset
36313
36314 , se inserta una matriz 2×
36315 \begin_inset Formula $n$
36316 \end_inset
36317
36318  con columnas alineadas a la izquierda para las 
36319 \emph on
36320
36321 \begin_inset Formula $n$
36322 \end_inset
36323
36324
36325 \emph default
36326  variables usadas.
36327 \begin_inset Foot
36328 status collapsed
36329
36330 \begin_layout Plain Layout
36331 véase matrices en 
36332 \begin_inset CommandInset ref
36333 LatexCommand ref
36334 reference "sec:Matrices"
36335
36336 \end_inset
36337
36338
36339 \end_layout
36340
36341 \end_inset
36342
36343  Para poner la descripción en tamaño más pequeño se inserta, p.e, el comando
36344  
36345 \series bold
36346
36347 \backslash
36348 footnotesize
36349 \series default
36350  antes de la matriz.
36351 \begin_inset Foot
36352 status collapsed
36353
36354 \begin_layout Plain Layout
36355 véase tamaños de fuentes en 
36356 \begin_inset CommandInset ref
36357 LatexCommand ref
36358 reference "sub:Tamaños-de-fuentes"
36359
36360 \end_inset
36361
36362 .
36363 \end_layout
36364
36365 \end_inset
36366
36367
36368 \end_layout
36369
36370 \begin_layout Standard
36371 Si se usa el estilo 
36372 \series bold
36373 Sangrado
36374 \series default
36375 ,
36376 \begin_inset Foot
36377 status collapsed
36378
36379 \begin_layout Plain Layout
36380 véase estilos de ecuación en 
36381 \begin_inset CommandInset ref
36382 LatexCommand ref
36383 reference "sec:Estilos-de-ecuación"
36384
36385 \end_inset
36386
36387
36388 \end_layout
36389
36390 \end_inset
36391
36392  se inserta un 
36393 \series bold
36394
36395 \backslash
36396 hfill
36397 \series default
36398
36399 \begin_inset Foot
36400 status collapsed
36401
36402 \begin_layout Plain Layout
36403
36404 \series bold
36405
36406 \backslash
36407 hfill
36408 \series default
36409  sólo funciona en ecuaciones en estilo 
36410 \series bold
36411 Sangrado
36412 \series default
36413 , véase 
36414 \begin_inset CommandInset ref
36415 LatexCommand ref
36416 reference "sub:Espacio-variable"
36417
36418 \end_inset
36419
36420
36421 \end_layout
36422
36423 \end_inset
36424
36425  delante y detrás de la matriz para que tenga la misma separación con la
36426  ecuación y con el margen.
36427 \end_layout
36428
36429 \begin_layout Standard
36430 Si se usa el estilo 
36431 \series bold
36432 Centrado
36433 \series default
36434  se emplea el método descrito en la 
36435 \begin_inset CommandInset ref
36436 LatexCommand ref
36437 reference "sub:Entorno-flalign"
36438
36439 \end_inset
36440
36441  para sangrar la ecuación.
36442  La ecuación 
36443 \begin_inset CommandInset ref
36444 LatexCommand eqref
36445 reference "eq:within"
36446
36447 \end_inset
36448
36449  consta de cinco columnas ya que las dos primeras contienen la fórmula,
36450  la tercera la matriz y la última una llave TeX vacía.
36451 \begin_inset Formula \begin{flalign}
36452 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
36453 \rho & \mbox{densidad}\\
36454 V & \mbox{volumen}\\
36455 g & \mbox{aceleración gravitatoria}\end{array} &  & {}\label{eq:within}\end{flalign}
36456
36457 \end_inset
36458
36459
36460 \end_layout
36461
36462 \begin_layout Subsection
36463 Letras griegas minúsculas en redonda
36464 \begin_inset CommandInset label
36465 LatexCommand label
36466 name "sub:Griegas-en-redonda"
36467
36468 \end_inset
36469
36470
36471 \begin_inset Index
36472 status collapsed
36473
36474 \begin_layout Plain Layout
36475 Letras griegas ! en redonda
36476 \end_layout
36477
36478 \end_inset
36479
36480
36481 \end_layout
36482
36483 \begin_layout Standard
36484 La mayoría de las fuentes sólo suministran letras griegas minúsculas en
36485  cursiva.
36486  Pero para símbolos de partículas elementales como piones y neutrinos hacen
36487  falta letras griegas en redonda.
36488  El archivo 
36489 \series bold
36490 upgreek.sty
36491 \series default
36492
36493 \begin_inset Foot
36494 status collapsed
36495
36496 \begin_layout Plain Layout
36497
36498 \series bold
36499 upgreek
36500 \series default
36501  forma parte del paquete LaTeX 
36502 \series bold
36503 was
36504 \series default
36505
36506 \begin_inset Index
36507 status collapsed
36508
36509 \begin_layout Plain Layout
36510 Paquetes ! was
36511 \begin_inset ERT
36512 status collapsed
36513
36514 \begin_layout Plain Layout
36515
36516
36517 \backslash
36518 vspace{4mm}
36519 \end_layout
36520
36521 \end_inset
36522
36523
36524 \end_layout
36525
36526 \end_inset
36527
36528 .
36529 \end_layout
36530
36531 \end_inset
36532
36533
36534 \begin_inset Index
36535 status collapsed
36536
36537 \begin_layout Plain Layout
36538 Paquetes ! upgreek
36539 \end_layout
36540
36541 \end_inset
36542
36543 , que se carga en el preámbulo LaTeX con la línea
36544 \end_layout
36545
36546 \begin_layout Standard
36547
36548 \series bold
36549
36550 \backslash
36551 usepackage{upgreek}
36552 \end_layout
36553
36554 \begin_layout Standard
36555 las suministra.
36556  
36557 \begin_inset ERT
36558 status collapsed
36559
36560 \begin_layout Plain Layout
36561
36562
36563 \backslash
36564 ifupgreek 
36565 \end_layout
36566
36567 \end_inset
36568
36569
36570 \begin_inset Note Note
36571 status collapsed
36572
36573 \begin_layout Plain Layout
36574 La tabla siguiente sólo se podrá ver si está instalado el paquete LaTeX
36575  
36576 \series bold
36577 upgreek
36578 \series default
36579 .
36580 \end_layout
36581
36582 \end_inset
36583
36584  Se imprimen con el comando de la letra correspondiente precedido de 
36585 \series bold
36586 up
36587 \series default
36588 .
36589  Por ejemplo, el comando 
36590 \series bold
36591
36592 \backslash
36593 uptau
36594 \series default
36595  genera: 
36596 \begin_inset Formula $\uptau$
36597 \end_inset
36598
36599
36600 \end_layout
36601
36602 \begin_layout Standard
36603 Con estos comandos se pueden escribir reacciones entre partículas elementales:
36604 \begin_inset Formula \[
36605 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}\]
36606
36607 \end_inset
36608
36609
36610 \end_layout
36611
36612 \begin_layout Standard
36613 Las letras en redonda son más remarcadas y más grandes que las correspondientes
36614  en cursiva.
36615  Por tanto no deberían emplearse para unidades como 
36616 \begin_inset Quotes fld
36617 \end_inset
36618
36619 µm
36620 \begin_inset Quotes frd
36621 \end_inset
36622
36623 .
36624 \end_layout
36625
36626 \begin_layout Standard
36627 \begin_inset ERT
36628 status collapsed
36629
36630 \begin_layout Plain Layout
36631
36632
36633 \backslash
36634 else 
36635 \end_layout
36636
36637 \end_inset
36638
36639
36640 \begin_inset Note Note
36641 status collapsed
36642
36643 \begin_layout Plain Layout
36644 Lo siguiente se mostrará si el paquete LaTeX 
36645 \series bold
36646 upgreek
36647 \series default
36648  no está instalado:
36649 \end_layout
36650
36651 \end_inset
36652
36653
36654 \end_layout
36655
36656 \begin_layout Standard
36657 Debes instalar el paquete LaTeX 
36658 \series bold
36659 upgreek
36660 \series default
36661  para ver en la salida el resto de esta subsección.
36662  
36663 \end_layout
36664
36665 \begin_layout Standard
36666 \begin_inset ERT
36667 status collapsed
36668
36669 \begin_layout Plain Layout
36670
36671
36672 \backslash
36673 fi
36674 \end_layout
36675
36676 \end_inset
36677
36678
36679 \end_layout
36680
36681 \begin_layout Subsection
36682 Caracteres de texto en ecuaciones
36683 \begin_inset CommandInset label
36684 LatexCommand label
36685 name "sub:Caracteres-de-texto"
36686
36687 \end_inset
36688
36689
36690 \begin_inset Index
36691 status collapsed
36692
36693 \begin_layout Plain Layout
36694 Texto ! en ecuaciones
36695 \end_layout
36696
36697 \end_inset
36698
36699
36700 \end_layout
36701
36702 \begin_layout Standard
36703 En algunos casos podrías querer insertar caracteres de texto directamente
36704  en ecuaciones.
36705  Por ejemplo, cuando se usa con frecuencia el punto centrado 
36706 \begin_inset Formula $\cdot$
36707 \end_inset
36708
36709  en expresiones como 
36710 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
36711 \end_inset
36712
36713 , habría que insertar el comando 
36714 \series bold
36715
36716 \backslash
36717 cdot
36718 \series default
36719
36720 \begin_inset Foot
36721 status collapsed
36722
36723 \begin_layout Plain Layout
36724 véase 
36725 \begin_inset CommandInset ref
36726 LatexCommand ref
36727 reference "sub:Operadores-binarios"
36728
36729 \end_inset
36730
36731
36732 \end_layout
36733
36734 \end_inset
36735
36736  continuamente, porque este carácter está definido en todas las codificaciones
36737  como carácter de texto.
36738  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
36739 \end_layout
36740
36741 \begin_layout Standard
36742
36743 \series bold
36744
36745 \backslash
36746 Declare Inputtext{183}{
36747 \backslash
36748 ifmmode
36749 \backslash
36750 cdot
36751 \backslash
36752 else
36753 \backslash
36754 textperiodcentered
36755 \backslash
36756 f\SpecialChar \textcompwordmark{}
36757 i}
36758 \end_layout
36759
36760 \begin_layout Standard
36761 La codificación de caracteres (menú 
36762 \family sans
36763 Documento\SpecialChar \menuseparator
36764 Configuración\SpecialChar \menuseparator
36765 Idioma
36766 \family default
36767 ) especifica el carácter que se muestra al pulsar una tecla.
36768  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
36769  
36770 \series bold
36771
36772 \backslash
36773 textperiodcentered
36774 \series default
36775 .
36776  Pero este comando no está disponible en ecuaciones así que obtendrías errores
36777  de LaTeX.
36778  Con la codificación cambiada se escoge automáticamente el comando correcto,
36779  dependiendo de si el carácter se ha insertado en una ecuación o no.
36780 \end_layout
36781
36782 \begin_layout Standard
36783 La codificación de diversos caracteres se guarda en archivos de definición.
36784  Por ejemplo la codificación 
36785 \series bold
36786 latin9
36787 \series default
36788  se define en el archivo 
36789 \series bold
36790 latin9.def
36791 \series default
36792  que está en el directorio de LaTeX.
36793  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
36794  archivo de definición, de lo contrario nuestros documentos no podrían ser
36795  editados en otros ordenadores.
36796 \begin_inset VSpace medskip
36797 \end_inset
36798
36799
36800 \end_layout
36801
36802 \begin_layout Standard
36803 Además del punto centrado, en este documento se ha definido el símbolo grado
36804  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
36805  directamente en una fórmula:
36806 \end_layout
36807
36808 \begin_layout Standard
36809
36810 \series bold
36811
36812 \backslash
36813 DeclareInputtext{176}{
36814 \backslash
36815 ifmmode^
36816 \backslash
36817 circ
36818 \backslash
36819 else
36820 \backslash
36821 textdegree
36822 \backslash
36823 f\SpecialChar \textcompwordmark{}
36824 i}
36825 \begin_inset Newpage newpage
36826 \end_inset
36827
36828
36829 \end_layout
36830
36831 \begin_layout Section
36832 \start_of_appendix
36833 Notas sobre tipografía
36834 \begin_inset Index
36835 status collapsed
36836
36837 \begin_layout Plain Layout
36838 Tipografía, notas
36839 \end_layout
36840
36841 \end_inset
36842
36843
36844 \end_layout
36845
36846 \begin_layout Standard
36847 Esta sección es un resumen de las normas tipográficas ISO más importantes.
36848 \begin_inset Foot
36849 status collapsed
36850
36851 \begin_layout Plain Layout
36852 Este compendio se ha tomado parcialmente del diccionario semioficial alemán
36853  
36854 \begin_inset Quotes fld
36855 \end_inset
36856
36857 Duden
36858 \begin_inset Quotes frd
36859 \end_inset
36860
36861  
36862 \begin_inset CommandInset citation
36863 LatexCommand cite
36864 key "Duden"
36865
36866 \end_inset
36867
36868 , que incluye algunas de las normas ISO.
36869  
36870 \begin_inset Newline newline
36871 \end_inset
36872
36873 (
36874 \emph on
36875 N.
36876 \begin_inset space \thinspace{}
36877 \end_inset
36878
36879 del t.
36880 \emph default
36881 : Para documentación en español sobre el tema, véase 
36882 \begin_inset CommandInset citation
36883 LatexCommand cite
36884 key "Bezos"
36885
36886 \end_inset
36887
36888 .)
36889 \end_layout
36890
36891 \end_inset
36892
36893
36894 \end_layout
36895
36896 \begin_layout Itemize
36897 Las unidades físicas se escriben 
36898 \emph on
36899 siempre 
36900 \emph default
36901 en redonda
36902 \begin_inset Foot
36903 status collapsed
36904
36905 \begin_layout Plain Layout
36906 véase estilos de fuentes en 
36907 \begin_inset CommandInset ref
36908 LatexCommand ref
36909 reference "sub:Estilos-de-fuentes"
36910
36911 \end_inset
36912
36913
36914 \end_layout
36915
36916 \end_inset
36917
36918 : 30
36919 \begin_inset space \thinspace{}
36920 \end_inset
36921
36922 km/h
36923 \begin_inset Newline newline
36924 \end_inset
36925
36926 Entre el valor y la unidad hay un espacio delgado, véase 
36927 \begin_inset CommandInset ref
36928 LatexCommand ref
36929 reference "sub:Espacio-predefinido"
36930
36931 \end_inset
36932
36933 .
36934 \begin_inset Newline newline
36935 \end_inset
36936
36937 Esta norma la cumple automáticamente el comando 
36938 \series bold
36939
36940 \backslash
36941 unittwo
36942 \series default
36943 .
36944  Si se introduce en una fórmula aparecen dos cuadros.
36945  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
36946  como antes, 
36947 \begin_inset Formula $\unit[30]{km/h}$
36948 \end_inset
36949
36950
36951 \begin_inset space \thinspace{}
36952 \end_inset
36953
36954 .
36955  Ten en cuenta que 
36956 \series bold
36957
36958 \backslash
36959 unittwo
36960 \series default
36961  no es un auténtico comando LaTeX, sino el comando 
36962 \series bold
36963
36964 \backslash
36965 unit[value]{unit}
36966 \series default
36967 , por tanto no lo puedes usar en código TeX.
36968 \end_layout
36969
36970 \begin_layout Itemize
36971 Los signos por ciento y por mil se escriben como las unidades físicas:
36972 \begin_inset Newline newline
36973 \end_inset
36974
36975 1,2
36976 \begin_inset space \thinspace{}
36977 \end_inset
36978
36979 ‰ de alcohol en sangre.
36980 \end_layout
36981
36982 \begin_layout Itemize
36983 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
36984  otra unidad: 15
36985 \begin_inset space \thinspace{}
36986 \end_inset
36987
36988 °C
36989 \end_layout
36990
36991 \begin_layout Itemize
36992 En números con más de cuatro dígitos se inserta un espacio delgado para
36993  separarlos en grupos de tres cifras: 18
36994 \begin_inset space \thinspace{}
36995 \end_inset
36996
36997 473
36998 \begin_inset space \thinspace{}
36999 \end_inset
37000
37001 588
37002 \end_layout
37003
37004 \begin_layout Itemize
37005 Para dimensiones como 120×90×40
37006 \begin_inset space \thinspace{}
37007 \end_inset
37008
37009 cm se usa el aspa de multiplicar 
37010 \begin_inset Quotes fld
37011 \end_inset
37012
37013 ×
37014 \begin_inset Quotes frd
37015 \end_inset
37016
37017 .
37018  Está disponible en el menú 
37019 \family sans
37020 Insertar\SpecialChar \menuseparator
37021 Carácter especial
37022 \family default
37023 \SpecialChar \menuseparator
37024
37025 \family sans
37026 Símbolos
37027 \family default
37028 .
37029  Se puede insertar directamente con cierta combinación de teclas.
37030 \end_layout
37031
37032 \begin_layout Itemize
37033 Las funciones con nombres que constan de varias letras se escriben en redonda
37034  para evitar confusiones, véase 
37035 \begin_inset CommandInset ref
37036 LatexCommand ref
37037 reference "sub:Funciones-predefinidas"
37038
37039 \end_inset
37040
37041 .
37042 \end_layout
37043
37044 \begin_layout Itemize
37045 Los índices que constan de varias letras se escriben en redonda: 
37046 \begin_inset Formula $E_{\mathrm{cin}}$
37047 \end_inset
37048
37049
37050 \begin_inset Newline newline
37051 \end_inset
37052
37053 Los componentes de una matriz se escriben en cursiva: 
37054 \begin_inset Formula $\hat{H}_{kl}$
37055 \end_inset
37056
37057
37058 \end_layout
37059
37060 \begin_layout Itemize
37061 El operador de diferenciación/integración 'd', el número de Euler 'e' y
37062  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
37063 s con otras variables.
37064  
37065 \end_layout
37066
37067 \begin_layout Standard
37068 \begin_inset Newpage newpage
37069 \end_inset
37070
37071
37072 \end_layout
37073
37074 \begin_layout Section
37075 Sinónimos
37076 \begin_inset Index
37077 status collapsed
37078
37079 \begin_layout Plain Layout
37080 Sinónimos
37081 \end_layout
37082
37083 \end_inset
37084
37085
37086 \end_layout
37087
37088 \begin_layout Standard
37089 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
37090  como los que se recogen en esta lista:
37091 \begin_inset Foot
37092 status collapsed
37093
37094 \begin_layout Plain Layout
37095 véase también 
37096 \begin_inset CommandInset ref
37097 LatexCommand ref
37098 reference "fn:sinónimos"
37099
37100 \end_inset
37101
37102 .
37103 \end_layout
37104
37105 \end_inset
37106
37107
37108 \end_layout
37109
37110 \begin_layout Standard
37111
37112 \end_layout
37113
37114 \begin_layout Standard
37115 \begin_inset VSpace bigskip
37116 \end_inset
37117
37118
37119 \begin_inset space \hfill{}
37120 \end_inset
37121
37122
37123 \begin_inset Tabular
37124 <lyxtabular version="3" rows="12" columns="2">
37125 <features>
37126 <column alignment="center" valignment="top" width="0pt">
37127 <column alignment="center" valignment="top" width="0pt">
37128 <row>
37129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37130 \begin_inset Text
37131
37132 \begin_layout Plain Layout
37133 Comando
37134 \end_layout
37135
37136 \end_inset
37137 </cell>
37138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37139 \begin_inset Text
37140
37141 \begin_layout Plain Layout
37142 equivalente a
37143 \begin_inset Note Note
37144 status collapsed
37145
37146 \begin_layout Plain Layout
37147
37148 \series bold
37149
37150 \backslash
37151 raisebox
37152 \series default
37153  se usa sólo como espaciador
37154 \end_layout
37155
37156 \end_inset
37157
37158
37159 \end_layout
37160
37161 \end_inset
37162 </cell>
37163 </row>
37164 <row>
37165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37166 \begin_inset Text
37167
37168 \begin_layout Plain Layout
37169
37170 \backslash
37171 ast
37172 \end_layout
37173
37174 \end_inset
37175 </cell>
37176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37177 \begin_inset Text
37178
37179 \begin_layout Plain Layout
37180 \begin_inset ERT
37181 status collapsed
37182
37183 \begin_layout Plain Layout
37184
37185
37186 \backslash
37187 raisebox{-1.2mm}{
37188 \end_layout
37189
37190 \end_inset
37191
37192 *
37193 \begin_inset ERT
37194 status collapsed
37195
37196 \begin_layout Plain Layout
37197
37198 }
37199 \end_layout
37200
37201 \end_inset
37202
37203
37204 \end_layout
37205
37206 \end_inset
37207 </cell>
37208 </row>
37209 <row>
37210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37211 \begin_inset Text
37212
37213 \begin_layout Plain Layout
37214
37215 \backslash
37216 choose
37217 \end_layout
37218
37219 \end_inset
37220 </cell>
37221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37222 \begin_inset Text
37223
37224 \begin_layout Plain Layout
37225
37226 \backslash
37227 binom
37228 \end_layout
37229
37230 \end_inset
37231 </cell>
37232 </row>
37233 <row>
37234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37235 \begin_inset Text
37236
37237 \begin_layout Plain Layout
37238
37239 \backslash
37240 geq
37241 \end_layout
37242
37243 \end_inset
37244 </cell>
37245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37246 \begin_inset Text
37247
37248 \begin_layout Plain Layout
37249
37250 \backslash
37251 ge
37252 \end_layout
37253
37254 \end_inset
37255 </cell>
37256 </row>
37257 <row>
37258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37259 \begin_inset Text
37260
37261 \begin_layout Plain Layout
37262
37263 \backslash
37264 lbrace
37265 \end_layout
37266
37267 \end_inset
37268 </cell>
37269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37270 \begin_inset Text
37271
37272 \begin_layout Plain Layout
37273 {
37274 \end_layout
37275
37276 \end_inset
37277 </cell>
37278 </row>
37279 <row>
37280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37281 \begin_inset Text
37282
37283 \begin_layout Plain Layout
37284
37285 \backslash
37286 lbracket
37287 \end_layout
37288
37289 \end_inset
37290 </cell>
37291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37292 \begin_inset Text
37293
37294 \begin_layout Plain Layout
37295 [
37296 \end_layout
37297
37298 \end_inset
37299 </cell>
37300 </row>
37301 <row>
37302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37303 \begin_inset Text
37304
37305 \begin_layout Plain Layout
37306
37307 \backslash
37308 leftarrow
37309 \end_layout
37310
37311 \end_inset
37312 </cell>
37313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37314 \begin_inset Text
37315
37316 \begin_layout Plain Layout
37317
37318 \backslash
37319 gets
37320 \end_layout
37321
37322 \end_inset
37323 </cell>
37324 </row>
37325 <row>
37326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37327 \begin_inset Text
37328
37329 \begin_layout Plain Layout
37330
37331 \backslash
37332 leq
37333 \end_layout
37334
37335 \end_inset
37336 </cell>
37337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37338 \begin_inset Text
37339
37340 \begin_layout Plain Layout
37341
37342 \backslash
37343 le
37344 \end_layout
37345
37346 \end_inset
37347 </cell>
37348 </row>
37349 <row>
37350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37351 \begin_inset Text
37352
37353 \begin_layout Plain Layout
37354
37355 \backslash
37356 lor
37357 \end_layout
37358
37359 \end_inset
37360 </cell>
37361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37362 \begin_inset Text
37363
37364 \begin_layout Plain Layout
37365
37366 \backslash
37367 vee
37368 \end_layout
37369
37370 \end_inset
37371 </cell>
37372 </row>
37373 <row>
37374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37375 \begin_inset Text
37376
37377 \begin_layout Plain Layout
37378
37379 \backslash
37380 neq
37381 \end_layout
37382
37383 \end_inset
37384 </cell>
37385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37386 \begin_inset Text
37387
37388 \begin_layout Plain Layout
37389
37390 \backslash
37391 not=
37392 \end_layout
37393
37394 \end_inset
37395 </cell>
37396 </row>
37397 <row>
37398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37399 \begin_inset Text
37400
37401 \begin_layout Plain Layout
37402
37403 \backslash
37404 slash
37405 \end_layout
37406
37407 \end_inset
37408 </cell>
37409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37410 \begin_inset Text
37411
37412 \begin_layout Plain Layout
37413 /
37414 \end_layout
37415
37416 \end_inset
37417 </cell>
37418 </row>
37419 <row>
37420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37421 \begin_inset Text
37422
37423 \begin_layout Plain Layout
37424
37425 \backslash
37426 vert
37427 \end_layout
37428
37429 \end_inset
37430 </cell>
37431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37432 \begin_inset Text
37433
37434 \begin_layout Plain Layout
37435 |
37436 \end_layout
37437
37438 \end_inset
37439 </cell>
37440 </row>
37441 </lyxtabular>
37442
37443 \end_inset
37444
37445
37446 \begin_inset space \hfill{}
37447 \end_inset
37448
37449
37450 \begin_inset Tabular
37451 <lyxtabular version="3" rows="12" columns="2">
37452 <features>
37453 <column alignment="center" valignment="top" width="0pt">
37454 <column alignment="center" valignment="top" width="0pt">
37455 <row>
37456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37457 \begin_inset Text
37458
37459 \begin_layout Plain Layout
37460 Comando
37461 \end_layout
37462
37463 \end_inset
37464 </cell>
37465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37466 \begin_inset Text
37467
37468 \begin_layout Plain Layout
37469 equivalente a
37470 \end_layout
37471
37472 \end_inset
37473 </cell>
37474 </row>
37475 <row>
37476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37477 \begin_inset Text
37478
37479 \begin_layout Plain Layout
37480
37481 \backslash
37482 backslash
37483 \end_layout
37484
37485 \end_inset
37486 </cell>
37487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37488 \begin_inset Text
37489
37490 \begin_layout Plain Layout
37491
37492 \backslash
37493
37494 \backslash
37495
37496 \end_layout
37497
37498 \end_inset
37499 </cell>
37500 </row>
37501 <row>
37502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37503 \begin_inset Text
37504
37505 \begin_layout Plain Layout
37506
37507 \backslash
37508 dasharrow
37509 \end_layout
37510
37511 \end_inset
37512 </cell>
37513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37514 \begin_inset Text
37515
37516 \begin_layout Plain Layout
37517
37518 \backslash
37519 dashrightarrow
37520 \end_layout
37521
37522 \end_inset
37523 </cell>
37524 </row>
37525 <row>
37526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37527 \begin_inset Text
37528
37529 \begin_layout Plain Layout
37530
37531 \backslash
37532 land
37533 \end_layout
37534
37535 \end_inset
37536 </cell>
37537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37538 \begin_inset Text
37539
37540 \begin_layout Plain Layout
37541
37542 \backslash
37543 wedge
37544 \end_layout
37545
37546 \end_inset
37547 </cell>
37548 </row>
37549 <row>
37550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37551 \begin_inset Text
37552
37553 \begin_layout Plain Layout
37554
37555 \backslash
37556 rbrace
37557 \end_layout
37558
37559 \end_inset
37560 </cell>
37561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37562 \begin_inset Text
37563
37564 \begin_layout Plain Layout
37565 }
37566 \end_layout
37567
37568 \end_inset
37569 </cell>
37570 </row>
37571 <row>
37572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37573 \begin_inset Text
37574
37575 \begin_layout Plain Layout
37576
37577 \backslash
37578 rbracket
37579 \end_layout
37580
37581 \end_inset
37582 </cell>
37583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37584 \begin_inset Text
37585
37586 \begin_layout Plain Layout
37587 ]
37588 \end_layout
37589
37590 \end_inset
37591 </cell>
37592 </row>
37593 <row>
37594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37595 \begin_inset Text
37596
37597 \begin_layout Plain Layout
37598
37599 \backslash
37600 rightarrow
37601 \end_layout
37602
37603 \end_inset
37604 </cell>
37605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37606 \begin_inset Text
37607
37608 \begin_layout Plain Layout
37609
37610 \backslash
37611 to
37612 \end_layout
37613
37614 \end_inset
37615 </cell>
37616 </row>
37617 <row>
37618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37619 \begin_inset Text
37620
37621 \begin_layout Plain Layout
37622
37623 \backslash
37624 lnot
37625 \end_layout
37626
37627 \end_inset
37628 </cell>
37629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37630 \begin_inset Text
37631
37632 \begin_layout Plain Layout
37633
37634 \backslash
37635 neg
37636 \end_layout
37637
37638 \end_inset
37639 </cell>
37640 </row>
37641 <row>
37642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37643 \begin_inset Text
37644
37645 \begin_layout Plain Layout
37646
37647 \backslash
37648 ne
37649 \end_layout
37650
37651 \end_inset
37652 </cell>
37653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37654 \begin_inset Text
37655
37656 \begin_layout Plain Layout
37657
37658 \backslash
37659 not=
37660 \end_layout
37661
37662 \end_inset
37663 </cell>
37664 </row>
37665 <row>
37666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37667 \begin_inset Text
37668
37669 \begin_layout Plain Layout
37670
37671 \backslash
37672 owns
37673 \end_layout
37674
37675 \end_inset
37676 </cell>
37677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37678 \begin_inset Text
37679
37680 \begin_layout Plain Layout
37681
37682 \backslash
37683 ni
37684 \end_layout
37685
37686 \end_inset
37687 </cell>
37688 </row>
37689 <row>
37690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37691 \begin_inset Text
37692
37693 \begin_layout Plain Layout
37694
37695 \backslash
37696 square
37697 \end_layout
37698
37699 \end_inset
37700 </cell>
37701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37702 \begin_inset Text
37703
37704 \begin_layout Plain Layout
37705
37706 \backslash
37707 Box
37708 \end_layout
37709
37710 \end_inset
37711 </cell>
37712 </row>
37713 <row>
37714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37715 \begin_inset Text
37716
37717 \begin_layout Plain Layout
37718
37719 \backslash
37720 Vert
37721 \end_layout
37722
37723 \end_inset
37724 </cell>
37725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37726 \begin_inset Text
37727
37728 \begin_layout Plain Layout
37729
37730 \backslash
37731 |
37732 \end_layout
37733
37734 \end_inset
37735 </cell>
37736 </row>
37737 </lyxtabular>
37738
37739 \end_inset
37740
37741
37742 \begin_inset space \hfill{}
37743 \end_inset
37744
37745
37746 \end_layout
37747
37748 \begin_layout Standard
37749 \begin_inset Newpage newpage
37750 \end_inset
37751
37752
37753 \end_layout
37754
37755 \begin_layout Bibliography
37756 \begin_inset CommandInset bibitem
37757 LatexCommand bibitem
37758 key "TLC2"
37759
37760 \end_inset
37761
37762
37763 \shape smallcaps
37764 Mittelbach, F.
37765  ; Goossens, M.
37766 \shape default
37767
37768 \shape italic
37769 The LaTeX Companion
37770 \shape default
37771 .
37772  Addison Wesley, 2004
37773 \end_layout
37774
37775 \begin_layout Bibliography
37776 \begin_inset CommandInset bibitem
37777 LatexCommand bibitem
37778 key "Mathmode"
37779
37780 \end_inset
37781
37782
37783 \begin_inset CommandInset href
37784 LatexCommand href
37785 name "Descripción"
37786 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37787
37788 \end_inset
37789
37790  de habilidades matemáticas de LaTeX
37791 \end_layout
37792
37793 \begin_layout Bibliography
37794 \begin_inset CommandInset bibitem
37795 LatexCommand bibitem
37796 key "Voss"
37797
37798 \end_inset
37799
37800
37801 \begin_inset CommandInset href
37802 LatexCommand href
37803 name "Página web"
37804 target "http://tug.org/TeXnik/"
37805
37806 \end_inset
37807
37808  con sugerencias y consejos de LaTeX
37809 \end_layout
37810
37811 \begin_layout Bibliography
37812 \begin_inset CommandInset bibitem
37813 LatexCommand bibitem
37814 key "AMS"
37815
37816 \end_inset
37817
37818
37819 \begin_inset CommandInset href
37820 LatexCommand href
37821 name "Descripción"
37822 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37823
37824 \end_inset
37825
37826  de 
37827 \begin_inset ERT
37828 status collapsed
37829
37830 \begin_layout Plain Layout
37831
37832
37833 \backslash
37834 AmS
37835 \end_layout
37836
37837 \end_inset
37838
37839 -LaTeX
37840 \end_layout
37841
37842 \begin_layout Bibliography
37843 \begin_inset CommandInset bibitem
37844 LatexCommand bibitem
37845 key "Symbole"
37846
37847 \end_inset
37848
37849
37850 \begin_inset CommandInset href
37851 LatexCommand href
37852 name "Lista"
37853 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37854
37855 \end_inset
37856
37857  de todos los símbolos disponibles con paquetes LaTeX
37858 \end_layout
37859
37860 \begin_layout Bibliography
37861 \begin_inset CommandInset bibitem
37862 LatexCommand bibitem
37863 key "hyperref"
37864
37865 \end_inset
37866
37867
37868 \begin_inset CommandInset href
37869 LatexCommand href
37870 name "Documentación"
37871 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37872
37873 \end_inset
37874
37875  del paquete LaTeX 
37876 \series bold
37877 hyperref
37878 \series default
37879
37880 \begin_inset Index
37881 status collapsed
37882
37883 \begin_layout Plain Layout
37884 Paquetes ! hyperref
37885 \end_layout
37886
37887 \end_inset
37888
37889
37890 \end_layout
37891
37892 \begin_layout Bibliography
37893 \begin_inset CommandInset bibitem
37894 LatexCommand bibitem
37895 key "mhchem"
37896
37897 \end_inset
37898
37899
37900 \begin_inset CommandInset href
37901 LatexCommand href
37902 name "Documentación"
37903 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37904
37905 \end_inset
37906
37907  del paquete LaTeX 
37908 \series bold
37909 mhchem
37910 \series default
37911
37912 \begin_inset Index
37913 status collapsed
37914
37915 \begin_layout Plain Layout
37916 Paquetes ! mhchem
37917 \end_layout
37918
37919 \end_inset
37920
37921
37922 \end_layout
37923
37924 \begin_layout Bibliography
37925 \begin_inset CommandInset bibitem
37926 LatexCommand bibitem
37927 key "Mathclap"
37928
37929 \end_inset
37930
37931
37932 \begin_inset CommandInset href
37933 LatexCommand href
37934 name "Descripción"
37935 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37936
37937 \end_inset
37938
37939  del comando 
37940 \series bold
37941
37942 \backslash
37943 mathclap
37944 \series default
37945 , descrito en 
37946 \begin_inset CommandInset ref
37947 LatexCommand ref
37948 reference "sub:Límites-de-operadores"
37949
37950 \end_inset
37951
37952
37953 \begin_inset Index
37954 status collapsed
37955
37956 \begin_layout Plain Layout
37957 Comandos ! M ! 
37958 \backslash
37959 mathclap
37960 \end_layout
37961
37962 \end_inset
37963
37964
37965 \end_layout
37966
37967 \begin_layout Bibliography
37968 \begin_inset CommandInset bibitem
37969 LatexCommand bibitem
37970 key "Duden"
37971
37972 \end_inset
37973
37974
37975 \emph on
37976 Duden Band 1
37977 \emph default
37978 .
37979  22.
37980  Auflage, Duden 2001
37981 \end_layout
37982
37983 \begin_layout Bibliography
37984 \begin_inset CommandInset bibitem
37985 LatexCommand bibitem
37986 key "spanish"
37987
37988 \end_inset
37989
37990
37991 \begin_inset CommandInset href
37992 LatexCommand href
37993 name "Página web"
37994 target "http://www.tex-tipografia.com/spanish.html"
37995
37996 \end_inset
37997
37998  del estilo 
37999 \series bold
38000 spanish
38001 \family sans
38002 \series default
38003  
38004 \family default
38005 incluido en el paquete 
38006 \series bold
38007 babel
38008 \end_layout
38009
38010 \begin_layout Bibliography
38011 \begin_inset CommandInset bibitem
38012 LatexCommand bibitem
38013 key "Bezos"
38014
38015 \end_inset
38016
38017
38018 \begin_inset CommandInset href
38019 LatexCommand href
38020 name "Documento"
38021 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
38022
38023 \end_inset
38024
38025  sobre ortotipografía y notaciones matemáticas en español
38026 \end_layout
38027
38028 \begin_layout Standard
38029
38030 \family sans
38031 \series bold
38032 \begin_inset CommandInset index_print
38033 LatexCommand printindex
38034
38035 \end_inset
38036
38037
38038 \end_layout
38039
38040 \end_body
38041 \end_document