]> git.lyx.org Git - features.git/blob - lib/doc/es/Math.lyx
Math.lyx: fix a package loading logic mistake
[features.git] / lib / doc / es / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
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 % increase link area for cross-references and autoname them,
36 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
37 \addto\extrasspanish{%
38  \renewcommand*{\equationautorefname}[1]{}%
39  \renewcommand{\sectionautorefname}{sec.\negthinspace}%
40  \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
41  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
42 }
43
44 % don't load packages twice
45 % see first footnote in sec. 9.3
46 \@ifundefined{textcolor}{\usepackage{color}}{}
47
48 % the pages of the TOC are numbered roman
49 % and a PDF-bookmark for the TOC is added
50 \pagenumbering{roman}
51 \let\myTOC\tableofcontents
52 \renewcommand{\tableofcontents}{%
53  \vspace{1cm}
54  \pdfbookmark[1]{\contentsname}{}
55  \myTOC
56  \cleardoublepage
57  \pagenumbering{arabic}}
58
59 % insert additional vertical space of 1.5 mm between footnotes,
60 \let\myFoot\footnote
61 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
62
63 % provides caption formatting
64 \setkomafont{captionlabel}{\bfseries}
65
66 % enables calculation of values
67 \usepackage{calc}
68
69 % for multiple columns used in sec. 24.7
70 \usepackage{multicol}
71
72 % needed in sec. 19.4
73 \usepackage{remreset}
74
75 % for the Fourier transformation symbol
76 \usepackage{mathrsfs}
77
78 % define a color, used in sec.9.3
79 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
80
81 % declare operators (see sec. 10.4 and sec. 15.2)
82 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
83 \DeclareMathOperator{\sgn}{sgn}
84
85 % example definitions for sec. 20.1 
86 \newcommand{\gr}{\Longrightarrow}
87 \newcommand{\us}[1]{\underline{#1}}
88 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
89 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
90 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
91
92 % example macro from sec. 19.4
93 %\def\tagform@#1{\maketag@@@{|#1|}}
94
95 % macro from sec. 10.2
96 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
97 \def\mathclap {\mathpalette \mathclapinternal}
98 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
99
100
101 % ------------------------------------
102 % used to check for needed LaTeX packages
103 \usepackage{ifthen}
104
105 % check for package undertilde
106 % used for the command \utilde
107 \newboolean{undertilde}
108 \IfFileExists{undertilde.sty}
109  {\usepackage{undertilde}
110   \setboolean{undertilde}{true}}
111  {\setboolean{undertilde}{false}}
112
113 % check for package eurosym
114 % used for the Euro symbol
115 \newboolean{eurosym}
116 \IfFileExists{eurosym.sty}
117  {\usepackage[gennarrow]{eurosym}
118   \setboolean{eurosym}{true}}
119  {\setboolean{eurosym}{false}}
120
121 % check for package braket
122 % used for physical vectors
123 \newboolean{braket}
124 \IfFileExists{braket.sty}
125  {\usepackage{braket}
126   \setboolean{braket}{true}}
127  {\setboolean{braket}{false}}
128
129 % check for package cancel
130 \newboolean{cancel}
131 \IfFileExists{cancel.sty}
132  {\usepackage{cancel}
133   \setboolean{cancel}{true}}
134  {\setboolean{cancel}{false}}
135
136 % check for package upgreek
137 \newboolean{upgreek}
138 \IfFileExists{upgreek.sty}
139  {\usepackage{upgreek}
140   \setboolean{upgreek}{true}}
141  {\setboolean{upgreek}{false}}
142 \end_preamble
143 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
144 \use_default_options false
145 \maintain_unincluded_children false
146 \language spanish
147 \language_package default
148 \inputencoding auto
149 \fontencoding global
150 \font_roman default
151 \font_sans default
152 \font_typewriter default
153 \font_math auto
154 \font_default_family default
155 \use_non_tex_fonts false
156 \font_sc false
157 \font_osf false
158 \font_sf_scale 100
159 \font_tt_scale 100
160 \graphics default
161 \default_output_format default
162 \output_sync 0
163 \bibtex_command default
164 \index_command default
165 \paperfontsize 12
166 \spacing single
167 \use_hyperref true
168 \pdf_title "Manual detallado de Matemáticas en LyX"
169 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
170 \pdf_subject "LyX-documentation about math"
171 \pdf_keywords "LyX, Mathed"
172 \pdf_bookmarks true
173 \pdf_bookmarksnumbered true
174 \pdf_bookmarksopen true
175 \pdf_bookmarksopenlevel 1
176 \pdf_breaklinks false
177 \pdf_pdfborder false
178 \pdf_colorlinks true
179 \pdf_backref false
180 \pdf_pdfusetitle false
181 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
182 \papersize a4paper
183 \use_geometry false
184 \use_package amsmath 2
185 \use_package amssymb 2
186 \use_package cancel 0
187 \use_package esint 1
188 \use_package mathdots 1
189 \use_package mathtools 0
190 \use_package mhchem 1
191 \use_package stackrel 0
192 \use_package stmaryrd 0
193 \use_package undertilde 0
194 \cite_engine basic
195 \cite_engine_type default
196 \biblio_style plain
197 \use_bibtopic false
198 \use_indices false
199 \paperorientation portrait
200 \suppress_date false
201 \justification true
202 \use_refstyle 0
203 \notefontcolor #0000ff
204 \index Índice
205 \shortcut idx
206 \color #008000
207 \end_index
208 \secnumdepth 4
209 \tocdepth 3
210 \paragraph_separation skip
211 \defskip medskip
212 \quotes_language french
213 \papercolumns 1
214 \papersides 2
215 \paperpagestyle plain
216 \bullet 1 0 6 -1
217 \bullet 2 2 35 -1
218 \bullet 3 2 7 -1
219 \tracking_changes false
220 \output_changes false
221 \html_math_output 0
222 \html_css_as_file 0
223 \html_be_strict false
224 \end_header
225
226 \begin_body
227
228 \begin_layout Title
229 Manual detallado de
230 \begin_inset Newline newline
231 \end_inset
232
233 Matemáticas en LyX
234 \end_layout
235
236 \begin_layout Author
237 por el Equipo LyX
238 \begin_inset Foot
239 status collapsed
240
241 \begin_layout Plain Layout
242 Si tienes comentarios o correcciones de errores envíalos, por favor, a la
243  lista de correo de documentación de LyX
244 \family typewriter
245
246 \begin_inset CommandInset href
247 LatexCommand href
248 name "lyx-docs@lists.lyx.org"
249 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
250
251 \end_inset
252
253
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Note Note
260 status collapsed
261
262 \begin_layout Plain Layout
263 autor: Uwe Stöhr, traducción: Ignacio García
264 \end_layout
265
266 \end_inset
267
268
269 \begin_inset Newline newline
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276 Versión 2.1.x
277 \end_layout
278
279 \begin_layout Standard
280 \begin_inset CommandInset toc
281 LatexCommand tableofcontents
282
283 \end_inset
284
285
286 \end_layout
287
288 \begin_layout Standard
289 \begin_inset Note Note
290 status open
291
292 \begin_layout Plain Layout
293 Para exportar este documento a PDF, PS o DVI deberían estar instalados los
294  paquetes LaTeX 
295 \series bold
296 braket, cancel, eurosym, mathdots, mhchem, undertilde
297 \series default
298  y 
299 \series bold
300 was
301 \series default
302 .
303  Si
304 \series bold
305  
306 \series default
307 no están instalados también puedes exportar el documento pero las secciones
308  en que se requieren dichos paquetes no aparecerán en la salida.
309  
310 \series bold
311 mhchem
312 \series default
313  es una excepción: si no está instalado no se puede exportar este archivo.
314 \end_layout
315
316 \begin_layout Plain Layout
317 La última versión PDF de este documento está disponible en:
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \series bold
323 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
324 \end_layout
325
326 \end_inset
327
328
329 \begin_inset Newpage newpage
330 \end_inset
331
332
333 \end_layout
334
335 \begin_layout Section
336 Introducción
337 \end_layout
338
339 \begin_layout Standard
340 Este documento explica las características matemáticas de LyX y además es
341  una colección de comandos LaTeX para caracteres y estructuras matemáticas.
342  Las explicaciones están diseñadas para el uso de comandos.
343  Por consiguiente es preciso que hayas leído la sección 
344 \emph on
345 Ecuaciones matemáticas
346 \emph default
347  de la 
348 \emph on
349 Guía del usuario
350 \emph default
351 .
352 \end_layout
353
354 \begin_layout Standard
355 La mayoría de caracteres y muchas estructuras explicadas en este manual
356  también son accesibles mediante el menú 
357 \family sans
358 Insertar\SpecialChar \menuseparator
359 Ecuación
360 \family default
361  o la barra de herramientas
362 \family sans
363  Ecuaciones
364 \family default
365 .
366  Pero todo aquel que tenga que escribir muchas fórmulas observará que es
367  mucho más rápido usar comandos que la barra de herramientas.
368  Por tanto este manual está enfocado al uso de comandos, aunque también
369  se mencionan los botones correspondientes de las barras de herramientas
370  cuando están disponibles.
371 \end_layout
372
373 \begin_layout Standard
374 Si no se especifica lo contrario los comandos sólo están disponibles dentro
375  de las fórmulas.
376  Para poder usar todos los comandos explicados en este documento, debe usarse
377  la opción 
378 \family sans
379 Usar el paquete de ecuaciones AMS
380 \family default
381  en la configuración del documento (menú 
382 \family sans
383 Documento\SpecialChar \menuseparator
384 Configuración\SpecialChar \menuseparator
385 Opciones de ecuación
386 \family default
387 )
388 \begin_inset Foot
389 status collapsed
390
391 \begin_layout Plain Layout
392 La opción 
393 \family sans
394 Usar el paquete de ecuaciones AMS automáticamente
395 \family default
396  sólo usa ecuaciones 
397 \begin_inset ERT
398 status collapsed
399
400 \begin_layout Plain Layout
401
402
403 \backslash
404 AmS 
405 \end_layout
406
407 \end_inset
408
409
410 \begin_inset space ~
411 \end_inset
412
413  si las estructuras matemáticas son soportadas por LyX.
414 \end_layout
415
416 \end_inset
417
418 .
419 \end_layout
420
421 \begin_layout Standard
422 Este documento no recoge todos los comandos de ecuaciones 
423 \begin_inset ERT
424 status collapsed
425
426 \begin_layout Plain Layout
427
428
429 \backslash
430 AmS 
431 \end_layout
432
433 \end_inset
434
435
436 \begin_inset Foot
437 status collapsed
438
439 \begin_layout Plain Layout
440 En el archivo 
441 \family sans
442
443 \begin_inset CommandInset href
444 LatexCommand href
445 name "amsguide.ps"
446 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
447
448 \end_inset
449
450
451 \family default
452 , que forma parte de todas las distribuciones estándar de LaTeX, hay una
453  lista con todos los comandos de ecuaciones 
454 \begin_inset ERT
455 status collapsed
456
457 \begin_layout Plain Layout
458
459
460 \backslash
461 AmS 
462 \end_layout
463
464 \end_inset
465
466 .
467 \end_layout
468
469 \end_inset
470
471  por razones de claridad.
472 \end_layout
473
474 \begin_layout Section
475 Instrucciones generales
476 \end_layout
477
478 \begin_layout Standard
479 Para crear una ecuación en línea
480 \begin_inset Index idx
481 status collapsed
482
483 \begin_layout Plain Layout
484 Ecuación ! en línea
485 \end_layout
486
487 \end_inset
488
489  insertada en una línea de texto, teclea una de las combinaciones 
490 \family sans
491 Ctrl+M, Alt+C M, Alt+M M
492 \family default
493  o pulsa el botón 
494 \begin_inset Graphics
495         filename ../../images/math-mode.png
496         scale 85
497
498 \end_inset
499
500  de la barra de herramientas.
501 \begin_inset Newline newline
502 \end_inset
503
504 Para crear una ecuación en estilo presentación
505 \begin_inset Index idx
506 status collapsed
507
508 \begin_layout Plain Layout
509 Ecuación ! presentada
510 \end_layout
511
512 \end_inset
513
514 , que se verá más grande y en su propio párrafo, teclea
515 \family sans
516  
517 \family default
518 una de estas combinaciones: 
519 \family sans
520 Ctrl+Mayúsculas+M, Alt+M D.
521 \end_layout
522
523 \begin_layout Standard
524 Para cambiar una ecuación presentada a ecuación en línea, pon el cursor
525  dentro de la ecuación y teclea
526 \family sans
527  Ctrl+M, Alt+C M, Alt+M M 
528 \family default
529 o usa el menú 
530 \family sans
531 Editar\SpecialChar \menuseparator
532 Ecuación\SpecialChar \menuseparator
533 Cambiar tipo de ecuación
534 \family default
535 .
536  De igual forma se puede cambiar una ecuación en línea a estilo presentación.
537 \end_layout
538
539 \begin_layout Standard
540 Para mostrar partes de una ecuación en línea en el tamaño de una ecuación
541  presentada, escribe el comando 
542 \series bold
543
544 \backslash
545 displaystyle
546 \series default
547
548 \begin_inset Index idx
549 status collapsed
550
551 \begin_layout Plain Layout
552 Comandos ! D ! 
553 \backslash
554 displaystyle
555 \end_layout
556
557 \end_inset
558
559  en la ecuación y pulsa espacio.
560  Entonces aparece un nuevo marco azul en el que se inserta la parte deseada
561  de la ecuación.
562 \end_layout
563
564 \begin_layout Standard
565 En los cuadros sólo se permiten ecuaciones en línea.
566 \end_layout
567
568 \begin_layout Standard
569 Las barras 
570 \family sans
571 Ecuaciones
572 \family default
573  y 
574 \family sans
575 Paneles de ecuaciones 
576 \family default
577 se pueden visualizar mediante el menú 
578 \family sans
579 Ver\SpecialChar \menuseparator
580 Barras de herramientas
581 \family default
582 .
583  Si ahí pulsas en 
584 \begin_inset Quotes fld
585 \end_inset
586
587 Ecuaciones
588 \begin_inset Quotes frd
589 \end_inset
590
591  y/o en 
592 \begin_inset Quotes fld
593 \end_inset
594
595 Paneles de ecuaciones
596 \begin_inset Quotes frd
597 \end_inset
598
599 , una y/u otra se mostrarán de forma permanente en la parte inferior; este
600  estado se visualiza en el menú de las barras de herramientas con una marca.
601  Si en este estado pulsas de nuevo sobre 
602 \begin_inset Quotes fld
603 \end_inset
604
605 Ecuaciones
606 \begin_inset Quotes frd
607 \end_inset
608
609  y/o 
610 \begin_inset Quotes fld
611 \end_inset
612
613 Paneles de ecuaciones
614 \begin_inset Quotes frd
615 \end_inset
616
617  en el menú, las barras sólo se visualizarán cuando el cursor esté dentro
618  de una ecuación; este estado se indica añadiendo a las entradas del menú
619  la palabra 
620 \begin_inset Quotes fld
621 \end_inset
622
623 (auto)
624 \begin_inset Quotes frd
625 \end_inset
626
627 .
628  
629 \end_layout
630
631 \begin_layout Standard
632 El modo TeX
633 \begin_inset Index idx
634 status collapsed
635
636 \begin_layout Plain Layout
637 T@TeX ! modo
638 \end_layout
639
640 \end_inset
641
642  se inicia pulsando el botón 
643 \begin_inset Graphics
644         filename ../../images/ert-insert.png
645         scale 85
646
647 \end_inset
648
649  de la barra de herramientas o con el menú 
650 \family sans
651 Insertar\SpecialChar \menuseparator
652 Código Te
653 \begin_inset ERT
654 status collapsed
655
656 \begin_layout Plain Layout
657
658 {}
659 \end_layout
660
661 \end_inset
662
663 X
664 \family default
665 , (atajo 
666 \family sans
667 Ctrl+L
668 \family default
669 ).
670 \begin_inset Note Note
671 status collapsed
672
673 \begin_layout Plain Layout
674 En LyX hay tres 
675 \begin_inset Quotes fld
676 \end_inset
677
678 nombres propios
679 \begin_inset Quotes frd
680 \end_inset
681
682  que se ven en la salida con letras sobre o bajo la alineación normal: TeX,
683  LaTeX y LyX.
684 \end_layout
685
686 \begin_layout Plain Layout
687 Para evitar que estas palabras sean reconocidas como tales nombres propios,
688  se inserta un par de llaves TeX.
689  
690 \end_layout
691
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Standard
698 Para cambiar el preámbulo LaTeX
699 \begin_inset Index idx
700 status collapsed
701
702 \begin_layout Plain Layout
703 LaTeX, preámbulo
704 \end_layout
705
706 \end_inset
707
708 , usa el menú 
709 \family sans
710 Documento\SpecialChar \menuseparator
711 Configuración\SpecialChar \menuseparator
712 Preámbulo LaT
713 \begin_inset ERT
714 status collapsed
715
716 \begin_layout Plain Layout
717
718 {}
719 \end_layout
720
721 \end_inset
722
723 eX
724 \family default
725 .
726 \end_layout
727
728 \begin_layout Standard
729 Para editar posteriormente matrices, diferenciaciones de casos y ecuaciones
730  multilínea, se pueden usar los menús 
731 \family sans
732 Editar\SpecialChar \menuseparator
733 Ecuación
734 \family default
735  y 
736 \family sans
737 Editar\SpecialChar \menuseparator
738 Filas y columnas
739 \family default
740  o la barra de herramientas de 
741 \family sans
742 Cuadro
743 \family default
744 .
745  Cuando las líneas y columnas se intercambian mediante el menú, la columna
746  o línea en la que está se cambia con la columna de la derecha o con la
747  línea de abajo, respectivamente.
748  Si el cursor está en la última columna o fila, el cambio se hace con la
749  columna de la izquierda o la línea de arriba.
750 \end_layout
751
752 \begin_layout Standard
753 Para escribir texto en fórmulas se usa 
754 \emph on
755 texto de ecuaciones
756 \emph default
757
758 \begin_inset Index idx
759 status collapsed
760
761 \begin_layout Plain Layout
762 Texto ! en ecuaciones
763 \end_layout
764
765 \end_inset
766
767 .
768 \begin_inset Foot
769 status collapsed
770
771 \begin_layout Plain Layout
772 Para ecuaciones multilínea se usa el comando 
773 \series bold
774
775 \backslash
776 intertext
777 \series default
778 , véase
779 \begin_inset space ~
780 \end_inset
781
782
783 \begin_inset CommandInset ref
784 LatexCommand ref
785 reference "sub:Texto-en-multilínea"
786
787 \end_inset
788
789 .
790 \end_layout
791
792 \end_inset
793
794  Este modo se inicia con el atajo 
795 \family sans
796 Alt+M
797 \begin_inset space ~
798 \end_inset
799
800 M
801 \family default
802  o
803 \family sans
804  Ctrl+M
805 \family default
806  o insertando el comando 
807 \series bold
808
809 \backslash
810 text
811 \series default
812
813 \begin_inset Index idx
814 status collapsed
815
816 \begin_layout Plain Layout
817 Comandos ! T ! 
818 \backslash
819 text
820 \end_layout
821
822 \end_inset
823
824 .
825  El texto se ve en negro en LyX y por tanto puede distinguirse de otras
826  partes de la ecuación que se ven en azul.
827  En la salida, el texto en una ecuación se imprime en letra redonda, a diferenci
828 a de otras partes de la fórmula.
829 \end_layout
830
831 \begin_layout Subsection*
832 Esquema de comandos
833 \end_layout
834
835 \begin_layout Standard
836 La mayoría de los comandos LaTeX para estructuras matemáticas tienen el
837  siguiente esquema:
838 \end_layout
839
840 \begin_layout Standard
841
842 \series bold
843
844 \backslash
845 nombre_del_comando[argumento opcional]{argumento requerido}
846 \end_layout
847
848 \begin_layout Standard
849 Un comando empieza siempre por una barra inversa, 
850 \begin_inset Quotes fld
851 \end_inset
852
853
854 \series bold
855
856 \backslash
857
858 \series default
859
860 \begin_inset Quotes frd
861 \end_inset
862
863 .
864  Para omitir argumentos opcionales, quita también los corchetes asociados.
865  En este documento, las llaves que encierran los argumentos requeridos se
866  denominan llaves TeX
867 \begin_inset Index idx
868 status collapsed
869
870 \begin_layout Plain Layout
871 T@TeX ! llaves
872 \end_layout
873
874 \end_inset
875
876 .
877  Si en una ecuación añades una llave de apertura al nombre de un comando,
878  LyX crea automáticamente una llave TeX.
879  En todos los demás casos las llaves TeX se crean en las ecuaciones con
880  el comando 
881 \series bold
882
883 \backslash
884 {
885 \series default
886 .
887  Las llaves TeX se ven en rojo en LyX, a diferencia de las llaves normales,
888  que se muestran en azul.
889  En modo TeX no hace falta comando para poner llaves TeX.
890  Las llaves TeX no aparecen en la salida.
891 \end_layout
892
893 \begin_layout Standard
894 En el caso de comandos sin argumentos, como los comandos para símbolos que
895  se introducen en modo TeX, 
896 \emph on
897 siempre
898 \emph default
899  debe teclearse un espacio tras el comando para finalizarlo.
900  Este espacio no aparece en la salida.
901  Si ese espacio debiera mostrarse en la salida, el espacio debe ir seguido
902  de un espacio protegido en texto normal.
903 \end_layout
904
905 \begin_layout Standard
906 Un espacio protegido se inserta con 
907 \family sans
908 Ctrl+Espacio
909 \family default
910 .
911 \end_layout
912
913 \begin_layout Subsection*
914 Explicación de la sintaxis
915 \end_layout
916
917 \begin_layout Itemize
918 El símbolo 
919 \begin_inset space \textvisiblespace{}
920 \end_inset
921
922  indica que hay que teclear un espacio.
923 \end_layout
924
925 \begin_layout Itemize
926 Una flecha como 
927 \begin_inset Formula $\rightarrow$
928 \end_inset
929
930  indica el uso de la correspondiente tecla de flecha.
931  La tecla 
932 \family sans
933 Tab
934 \family default
935  se puede usar a menudo en vez de 
936 \begin_inset Formula $\rightarrow$
937 \end_inset
938
939  y 
940 \begin_inset Formula $\downarrow$
941 \end_inset
942
943 , y 
944 \family sans
945 Mayús+Tab
946 \family default
947  en vez de 
948 \begin_inset Formula $\leftarrow$
949 \end_inset
950
951  y 
952 \begin_inset Formula $\uparrow$
953 \end_inset
954
955 .
956 \end_layout
957
958 \begin_layout Subsection*
959 Unidades disponibles
960 \end_layout
961
962 \begin_layout Standard
963 \align center
964 \begin_inset Float table
965 placement H
966 wide false
967 sideways false
968 status open
969
970 \begin_layout Plain Layout
971 \align center
972 \begin_inset Caption Standard
973
974 \begin_layout Plain Layout
975 \begin_inset CommandInset label
976 LatexCommand label
977 name "tab:Unidades-disponibles"
978
979 \end_inset
980
981 Unidades disponibles
982 \end_layout
983
984 \end_inset
985
986
987 \end_layout
988
989 \begin_layout Plain Layout
990 \align center
991 \begin_inset Tabular
992 <lyxtabular version="3" rows="13" columns="2">
993 <features rotate="0" tabularvalignment="middle">
994 <column alignment="center" valignment="top">
995 <column alignment="center" valignment="top">
996 <row>
997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
998 \begin_inset Text
999
1000 \begin_layout Plain Layout
1001 Unidad
1002 \end_layout
1003
1004 \end_inset
1005 </cell>
1006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1007 \begin_inset Text
1008
1009 \begin_layout Plain Layout
1010 Nombre / Descripción
1011 \end_layout
1012
1013 \end_inset
1014 </cell>
1015 </row>
1016 <row>
1017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1018 \begin_inset Text
1019
1020 \begin_layout Plain Layout
1021 mm
1022 \end_layout
1023
1024 \end_inset
1025 </cell>
1026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1027 \begin_inset Text
1028
1029 \begin_layout Plain Layout
1030 Milímetro
1031 \end_layout
1032
1033 \end_inset
1034 </cell>
1035 </row>
1036 <row>
1037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1038 \begin_inset Text
1039
1040 \begin_layout Plain Layout
1041 cm
1042 \end_layout
1043
1044 \end_inset
1045 </cell>
1046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1047 \begin_inset Text
1048
1049 \begin_layout Plain Layout
1050 Centímetro
1051 \end_layout
1052
1053 \end_inset
1054 </cell>
1055 </row>
1056 <row>
1057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1058 \begin_inset Text
1059
1060 \begin_layout Plain Layout
1061 in
1062 \end_layout
1063
1064 \end_inset
1065 </cell>
1066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1067 \begin_inset Text
1068
1069 \begin_layout Plain Layout
1070 Pulgada (1
1071 \begin_inset space \thinspace{}
1072 \end_inset
1073
1074 in = 2,54
1075 \begin_inset space \thinspace{}
1076 \end_inset
1077
1078 cm)
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 </row>
1084 <row>
1085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1086 \begin_inset Text
1087
1088 \begin_layout Plain Layout
1089 pt
1090 \end_layout
1091
1092 \end_inset
1093 </cell>
1094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 Punto (72.27
1099 \begin_inset space \thinspace{}
1100 \end_inset
1101
1102 pt = 1
1103 \begin_inset space \thinspace{}
1104 \end_inset
1105
1106 in)
1107 \end_layout
1108
1109 \end_inset
1110 </cell>
1111 </row>
1112 <row>
1113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1114 \begin_inset Text
1115
1116 \begin_layout Plain Layout
1117 pc
1118 \end_layout
1119
1120 \end_inset
1121 </cell>
1122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1123 \begin_inset Text
1124
1125 \begin_layout Plain Layout
1126 Pica (1
1127 \begin_inset space \thinspace{}
1128 \end_inset
1129
1130 pc = 12
1131 \begin_inset space \thinspace{}
1132 \end_inset
1133
1134 pt)
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 </row>
1140 <row>
1141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1142 \begin_inset Text
1143
1144 \begin_layout Plain Layout
1145 sp
1146 \end_layout
1147
1148 \end_inset
1149 </cell>
1150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1151 \begin_inset Text
1152
1153 \begin_layout Plain Layout
1154 Punto escalado (65536
1155 \begin_inset space \thinspace{}
1156 \end_inset
1157
1158 sp = 1
1159 \begin_inset space \thinspace{}
1160 \end_inset
1161
1162 pt)
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 </row>
1168 <row>
1169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1170 \begin_inset Text
1171
1172 \begin_layout Plain Layout
1173 bp
1174 \end_layout
1175
1176 \end_inset
1177 </cell>
1178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1179 \begin_inset Text
1180
1181 \begin_layout Plain Layout
1182 Punto grande (72
1183 \begin_inset space \thinspace{}
1184 \end_inset
1185
1186 bp = 1
1187 \begin_inset space \thinspace{}
1188 \end_inset
1189
1190 in)
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 </row>
1196 <row>
1197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1198 \begin_inset Text
1199
1200 \begin_layout Plain Layout
1201 dd
1202 \end_layout
1203
1204 \end_inset
1205 </cell>
1206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1207 \begin_inset Text
1208
1209 \begin_layout Plain Layout
1210 Didot (1
1211 \begin_inset space \thinspace{}
1212 \end_inset
1213
1214 dd 
1215 \begin_inset Formula $\approx$
1216 \end_inset
1217
1218  0.376
1219 \begin_inset space \thinspace{}
1220 \end_inset
1221
1222 mm)
1223 \end_layout
1224
1225 \end_inset
1226 </cell>
1227 </row>
1228 <row>
1229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1230 \begin_inset Text
1231
1232 \begin_layout Plain Layout
1233 cc
1234 \end_layout
1235
1236 \end_inset
1237 </cell>
1238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1239 \begin_inset Text
1240
1241 \begin_layout Plain Layout
1242 Cicero (1
1243 \begin_inset space \thinspace{}
1244 \end_inset
1245
1246 cc = 12
1247 \begin_inset space \thinspace{}
1248 \end_inset
1249
1250 dd)
1251 \end_layout
1252
1253 \end_inset
1254 </cell>
1255 </row>
1256 <row>
1257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1258 \begin_inset Text
1259
1260 \begin_layout Plain Layout
1261 ex
1262 \end_layout
1263
1264 \end_inset
1265 </cell>
1266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1267 \begin_inset Text
1268
1269 \begin_layout Plain Layout
1270 Altura de la letra 
1271 \begin_inset Quotes fld
1272 \end_inset
1273
1274
1275 \emph on
1276 x
1277 \emph default
1278
1279 \begin_inset Quotes frd
1280 \end_inset
1281
1282  en la tipografía actual
1283 \end_layout
1284
1285 \end_inset
1286 </cell>
1287 </row>
1288 <row>
1289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1290 \begin_inset Text
1291
1292 \begin_layout Plain Layout
1293 em
1294 \end_layout
1295
1296 \end_inset
1297 </cell>
1298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1299 \begin_inset Text
1300
1301 \begin_layout Plain Layout
1302 Anchura de la letra 
1303 \begin_inset Quotes fld
1304 \end_inset
1305
1306
1307 \emph on
1308 M
1309 \emph default
1310
1311 \begin_inset Quotes frd
1312 \end_inset
1313
1314  en la tipografía actual
1315 \end_layout
1316
1317 \end_inset
1318 </cell>
1319 </row>
1320 <row>
1321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1322 \begin_inset Text
1323
1324 \begin_layout Plain Layout
1325 mu
1326 \end_layout
1327
1328 \end_inset
1329 </cell>
1330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1331 \begin_inset Text
1332
1333 \begin_layout Plain Layout
1334 Unidad matemática (1
1335 \begin_inset space \thinspace{}
1336 \end_inset
1337
1338 mu = 
1339 \begin_inset Formula $\nicefrac{1}{18}$
1340 \end_inset
1341
1342
1343 \begin_inset space \thinspace{}
1344 \end_inset
1345
1346 em)
1347 \end_layout
1348
1349 \end_inset
1350 </cell>
1351 </row>
1352 </lyxtabular>
1353
1354 \end_inset
1355
1356
1357 \end_layout
1358
1359 \end_inset
1360
1361
1362 \end_layout
1363
1364 \begin_layout Standard
1365 \align center
1366 \begin_inset Newpage newpage
1367 \end_inset
1368
1369
1370 \end_layout
1371
1372 \begin_layout Section
1373 Funciones básicas
1374 \end_layout
1375
1376 \begin_layout Subsection
1377 Exponentes
1378 \begin_inset Index idx
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382 Exponentes
1383 \end_layout
1384
1385 \end_inset
1386
1387  e índices
1388 \begin_inset Index idx
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392 Indices@Índices
1393 \end_layout
1394
1395 \end_inset
1396
1397
1398 \begin_inset Index idx
1399 status collapsed
1400
1401 \begin_layout Plain Layout
1402 Superíndices|see
1403 \begin_inset ERT
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407
1408 {
1409 \end_layout
1410
1411 \end_inset
1412
1413 Exponentes
1414 \begin_inset ERT
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418
1419 }
1420 \end_layout
1421
1422 \end_inset
1423
1424
1425 \end_layout
1426
1427 \end_inset
1428
1429
1430 \begin_inset Index idx
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434 Subíndices|see
1435 \begin_inset ERT
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439
1440 {
1441 \end_layout
1442
1443 \end_inset
1444
1445 Índices
1446 \begin_inset ERT
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450
1451 }
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \end_layout
1458
1459 \end_inset
1460
1461
1462 \end_layout
1463
1464 \begin_layout Standard
1465 Los subíndices se componen con un guión bajo 
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-subscript.png
1476         scale 85
1477
1478 \end_inset
1479
1480 , los superíndices con un circunflejo 
1481 \begin_inset Quotes fld
1482 \end_inset
1483
1484 ^
1485 \begin_inset Quotes frd
1486 \end_inset
1487
1488  o con el botón de la barra de herramientas de ecuaciones 
1489 \begin_inset Graphics
1490         filename ../../images/math-superscript.png
1491         scale 85
1492
1493 \end_inset
1494
1495 .
1496 \end_layout
1497
1498 \begin_layout Standard
1499 \noindent
1500 \align center
1501 \begin_inset Tabular
1502 <lyxtabular version="3" rows="4" columns="2">
1503 <features rotate="0" tabularvalignment="middle">
1504 <column alignment="center" valignment="top">
1505 <column alignment="center" valignment="top">
1506 <row>
1507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1508 \begin_inset Text
1509
1510 \begin_layout Plain Layout
1511 Comando
1512 \end_layout
1513
1514 \end_inset
1515 </cell>
1516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1517 \begin_inset Text
1518
1519 \begin_layout Plain Layout
1520 Resultado
1521 \begin_inset Note Note
1522 status open
1523
1524 \begin_layout Plain Layout
1525
1526 \series bold
1527
1528 \backslash
1529 raisebox
1530 \series default
1531  sólo se usa como espaciador.
1532 \end_layout
1533
1534 \end_inset
1535
1536
1537 \end_layout
1538
1539 \end_inset
1540 </cell>
1541 </row>
1542 <row>
1543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1544 \begin_inset Text
1545
1546 \begin_layout Plain Layout
1547 B_V
1548 \end_layout
1549
1550 \end_inset
1551 </cell>
1552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1553 \begin_inset Text
1554
1555 \begin_layout Plain Layout
1556 \begin_inset Formula $B_{V}$
1557 \end_inset
1558
1559
1560 \end_layout
1561
1562 \end_inset
1563 </cell>
1564 </row>
1565 <row>
1566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1567 \begin_inset Text
1568
1569 \begin_layout Plain Layout
1570 B^V
1571 \end_layout
1572
1573 \end_inset
1574 </cell>
1575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Plain Layout
1579 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1580 \end_inset
1581
1582
1583 \end_layout
1584
1585 \end_inset
1586 </cell>
1587 </row>
1588 <row>
1589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1590 \begin_inset Text
1591
1592 \begin_layout Plain Layout
1593 B^
1594 \begin_inset space \textvisiblespace{}
1595 \end_inset
1596
1597 A
1598 \end_layout
1599
1600 \end_inset
1601 </cell>
1602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1603 \begin_inset Text
1604
1605 \begin_layout Plain Layout
1606 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1607 \end_inset
1608
1609
1610 \end_layout
1611
1612 \end_inset
1613 </cell>
1614 </row>
1615 </lyxtabular>
1616
1617 \end_inset
1618
1619
1620 \end_layout
1621
1622 \begin_layout Standard
1623 Como en algunos idiomas la tecla circunflejo funciona como acento, en ese
1624  caso acentuará las vocales y no servirá para entrar en modo exponente.
1625 \begin_inset Foot
1626 status collapsed
1627
1628 \begin_layout Plain Layout
1629 Dependiendo de la configuración del teclado esto puede suceder también con
1630  otros caracteres además de las vocales.
1631 \end_layout
1632
1633 \end_inset
1634
1635  Para conseguir exponentes en estos casos debes pulsar 
1636 \family sans
1637 Espacio
1638 \family default
1639  tras el circunflejo, como en el último ejemplo, o dos circunflejos seguidos.
1640  
1641 \end_layout
1642
1643 \begin_layout Subsection
1644 Fracciones
1645 \begin_inset CommandInset label
1646 LatexCommand label
1647 name "sub:Fracciones"
1648
1649 \end_inset
1650
1651
1652 \begin_inset Index idx
1653 status collapsed
1654
1655 \begin_layout Plain Layout
1656 Fracciones
1657 \end_layout
1658
1659 \end_inset
1660
1661
1662 \end_layout
1663
1664 \begin_layout Standard
1665 Las fracciones se generan con el comando 
1666 \series bold
1667
1668 \backslash
1669 frac
1670 \series default
1671
1672 \begin_inset Index idx
1673 status collapsed
1674
1675 \begin_layout Plain Layout
1676 Comandos ! F ! 
1677 \backslash
1678 frac
1679 \end_layout
1680
1681 \end_inset
1682
1683  o con el botón 
1684 \begin_inset Graphics
1685         filename ../../images/math/frac.png
1686         scale 50
1687
1688 \end_inset
1689
1690  de la barra de herramientas.
1691  El tamaño de tipografía se ajusta automáticamente, dependiendo de si la
1692  fracción está en línea o en estilo presentación.
1693  Con el botón 
1694 \begin_inset Graphics
1695         filename ../../images/math/frac-square.png
1696         scale 85
1697
1698 \end_inset
1699
1700 de la barra de herramientas matemáticas puedes seleccionar distintos tipos
1701  de fracciones.
1702 \end_layout
1703
1704 \begin_layout Standard
1705 Con el comando 
1706 \series bold
1707
1708 \backslash
1709 dfrac
1710 \series default
1711
1712 \begin_inset Index idx
1713 status collapsed
1714
1715 \begin_layout Plain Layout
1716 Comandos ! D ! 
1717 \backslash
1718 dfrac
1719 \end_layout
1720
1721 \end_inset
1722
1723  se puede crear en cualquier caso una fracción que tenga el tamaño del estilo
1724  presentación.
1725  Con 
1726 \series bold
1727
1728 \backslash
1729 tfrac
1730 \series default
1731
1732 \begin_inset Index idx
1733 status collapsed
1734
1735 \begin_layout Plain Layout
1736 Comandos ! T ! 
1737 \backslash
1738 tfrac
1739 \end_layout
1740
1741 \end_inset
1742
1743  la fracción tiene siempre el tamaño del estilo en línea.
1744  Un ejemplo:
1745 \end_layout
1746
1747 \begin_layout Standard
1748 Una línea con la fracción 
1749 \begin_inset Formula $\frac{1}{2}$
1750 \end_inset
1751
1752  creada con el comando 
1753 \series bold
1754
1755 \backslash
1756 frac
1757 \series default
1758 .
1759  
1760 \end_layout
1761
1762 \begin_layout Standard
1763 Una línea con la fracción 
1764 \begin_inset Formula $\dfrac{1}{2}$
1765 \end_inset
1766
1767  creada con el comando 
1768 \series bold
1769
1770 \backslash
1771 dfrac
1772 \series default
1773 .
1774 \end_layout
1775
1776 \begin_layout Standard
1777 \noindent
1778 \align center
1779 \begin_inset Tabular
1780 <lyxtabular version="3" rows="4" columns="2">
1781 <features rotate="0" tabularvalignment="middle">
1782 <column alignment="center" valignment="top">
1783 <column alignment="center" valignment="top">
1784 <row>
1785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1786 \begin_inset Text
1787
1788 \begin_layout Plain Layout
1789 Comando
1790 \end_layout
1791
1792 \end_inset
1793 </cell>
1794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1795 \begin_inset Text
1796
1797 \begin_layout Plain Layout
1798 Resultado
1799 \begin_inset Note Note
1800 status collapsed
1801
1802 \begin_layout Plain Layout
1803
1804 \series bold
1805
1806 \backslash
1807 raisebox
1808 \series default
1809  se usa sólo como espaciador
1810 \end_layout
1811
1812 \end_inset
1813
1814
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 </row>
1820 <row>
1821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825
1826 \backslash
1827 frac
1828 \begin_inset space \textvisiblespace{}
1829 \end_inset
1830
1831 A
1832 \begin_inset Formula $\downarrow$
1833 \end_inset
1834
1835 B
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Plain Layout
1844 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1845 \end_inset
1846
1847
1848 \end_layout
1849
1850 \end_inset
1851 </cell>
1852 </row>
1853 <row>
1854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1855 \begin_inset Text
1856
1857 \begin_layout Plain Layout
1858
1859 \backslash
1860 dfrac
1861 \begin_inset space \textvisiblespace{}
1862 \end_inset
1863
1864 A
1865 \begin_inset Formula $\downarrow$
1866 \end_inset
1867
1868 B
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1878 \end_inset
1879
1880
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 </row>
1886 <row>
1887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1888 \begin_inset Text
1889
1890 \begin_layout Plain Layout
1891
1892 \backslash
1893 dfrac
1894 \begin_inset space \textvisiblespace{}
1895 \end_inset
1896
1897 e^
1898 \backslash
1899 frac
1900 \begin_inset space \textvisiblespace{}
1901 \end_inset
1902
1903 1
1904 \begin_inset Formula $\downarrow$
1905 \end_inset
1906
1907 2
1908 \begin_inset Formula $\downarrow$
1909 \end_inset
1910
1911 3
1912 \end_layout
1913
1914 \end_inset
1915 </cell>
1916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1917 \begin_inset Text
1918
1919 \begin_layout Plain Layout
1920 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1921 \end_inset
1922
1923
1924 \end_layout
1925
1926 \end_inset
1927 </cell>
1928 </row>
1929 </lyxtabular>
1930
1931 \end_inset
1932
1933
1934 \begin_inset VSpace bigskip
1935 \end_inset
1936
1937
1938 \end_layout
1939
1940 \begin_layout Standard
1941 Para fracciones anidadas se puede usar el comando 
1942 \series bold
1943
1944 \backslash
1945 cfrac
1946 \series default
1947
1948 \begin_inset Index idx
1949 status collapsed
1950
1951 \begin_layout Plain Layout
1952 Comandos ! C ! 
1953 \backslash
1954 cfrac
1955 \end_layout
1956
1957 \end_inset
1958
1959 .
1960  Un ejemplo:
1961 \begin_inset VSpace -3mm
1962 \end_inset
1963
1964
1965 \end_layout
1966
1967 \begin_layout Standard
1968 \begin_inset Formula 
1969 \begin{align*}
1970 \textrm{creada con \textbf{\textbackslash frac}} &  & \textrm{creada con \textbf{\textbackslash cfrac}}\\
1971 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1972 \end{align*}
1973
1974 \end_inset
1975
1976
1977 \end_layout
1978
1979 \begin_layout Standard
1980 El comando para el ejemplo de arriba es:
1981 \end_layout
1982
1983 \begin_layout Standard
1984
1985 \series bold
1986
1987 \backslash
1988 cfrac
1989 \begin_inset space \textvisiblespace{}
1990 \end_inset
1991
1992 A
1993 \begin_inset Formula $\downarrow$
1994 \end_inset
1995
1996 B+
1997 \backslash
1998 cfrac
1999 \begin_inset space \textvisiblespace{}
2000 \end_inset
2001
2002 C+
2003 \backslash
2004 cfrac
2005 \begin_inset space \textvisiblespace{}
2006 \end_inset
2007
2008 E
2009 \begin_inset Formula $\downarrow$
2010 \end_inset
2011
2012 F
2013 \begin_inset Formula $\downarrow$
2014 \end_inset
2015
2016 D
2017 \end_layout
2018
2019 \begin_layout Standard
2020 \begin_inset VSpace medskip
2021 \end_inset
2022
2023
2024 \end_layout
2025
2026 \begin_layout Standard
2027
2028 \series bold
2029
2030 \backslash
2031 cfrac
2032 \series default
2033  compone la fracción siempre en el tamaño del estilo presentación, también
2034  cuando es parte de otra fracción.
2035 \end_layout
2036
2037 \begin_layout Standard
2038 Es posible especificar la alineación del numerador.
2039  El comando 
2040 \series bold
2041
2042 \backslash
2043 cfracleft
2044 \series default
2045  se usa para alinearlo a la izquierda, el comando 
2046 \series bold
2047
2048 \backslash
2049 cfracright
2050 \series default
2051  para alinearlo a la derecha, 
2052 \series bold
2053
2054 \backslash
2055 cfrac
2056 \series default
2057  centra el numerador.
2058 \end_layout
2059
2060 \begin_layout Standard
2061 Estas fracciones muestran las distintas alineaciones:
2062 \end_layout
2063
2064 \begin_layout Standard
2065
2066 \series bold
2067 \begin_inset Formula 
2068 \[
2069 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2070 \]
2071
2072 \end_inset
2073
2074
2075 \end_layout
2076
2077 \begin_layout Standard
2078 \noindent
2079 \begin_inset Note Greyedout
2080 status open
2081
2082 \begin_layout Plain Layout
2083
2084 \series bold
2085 Nota
2086 \series default
2087
2088 \series bold
2089
2090 \backslash
2091 cfracleft
2092 \series default
2093  y
2094 \series bold
2095  
2096 \backslash
2097 cfracright
2098 \series default
2099  no son comandos LaTeX reales sino sustituciones del comando 
2100 \series bold
2101
2102 \backslash
2103 cfrac[posición del numerador]{numerador}{denominador}
2104 \series default
2105  .
2106  Por tanto no puedes usarlos código TeX.
2107 \end_layout
2108
2109 \end_inset
2110
2111
2112 \begin_inset VSpace medskip
2113 \end_inset
2114
2115
2116 \end_layout
2117
2118 \begin_layout Standard
2119 Muchas veces es adecuado combinar 
2120 \series bold
2121
2122 \backslash
2123 cfrac
2124 \series default
2125  y 
2126 \series bold
2127
2128 \backslash
2129 frac
2130 \series default
2131 :
2132 \begin_inset Formula 
2133 \[
2134 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2135 \]
2136
2137 \end_inset
2138
2139
2140 \end_layout
2141
2142 \begin_layout Standard
2143 Para componer fracciones en línea con raya de fracción inclinada puedes
2144  usar el comando 
2145 \series bold
2146
2147 \backslash
2148 nicefrac
2149 \series default
2150
2151 \begin_inset Index idx
2152 status collapsed
2153
2154 \begin_layout Plain Layout
2155 Comandos ! N ! 
2156 \backslash
2157 nicefrac
2158 \end_layout
2159
2160 \end_inset
2161
2162
2163 \begin_inset Formula $\nicefrac{5}{31}$
2164 \end_inset
2165
2166  Hay además el comando 
2167 \series bold
2168
2169 \backslash
2170 unitfracthree
2171 \series default
2172  que permite escribir una fracción en combinación con un número: 
2173 \begin_inset Formula $\unitfrac[2]{1}{3}$
2174 \end_inset
2175
2176
2177 \end_layout
2178
2179 \begin_layout Standard
2180 \begin_inset Note Greyedout
2181 status open
2182
2183 \begin_layout Plain Layout
2184
2185 \series bold
2186 Nota
2187 \series default
2188
2189 \series bold
2190
2191 \backslash
2192 unitfracthree
2193 \series default
2194  no es un comando LaTeX auténtico, sino un equivalente al comando
2195 \begin_inset Newline newline
2196 \end_inset
2197
2198
2199 \series bold
2200
2201 \backslash
2202 unitfrac[número]{numerador}{denominador}
2203 \series default
2204  .
2205  Por tanto no puedes usarlo en código TeX.
2206 \end_layout
2207
2208 \end_inset
2209
2210
2211 \end_layout
2212
2213 \begin_layout Standard
2214 En la 
2215 \begin_inset CommandInset ref
2216 LatexCommand ref
2217 reference "sub:Fracciones-personalizadas"
2218
2219 \end_inset
2220
2221  se explica cómo componer fracciones personalizadas en las que la raya de
2222  fracción se puede cambiar.
2223 \end_layout
2224
2225 \begin_layout Standard
2226 \begin_inset Newpage newpage
2227 \end_inset
2228
2229
2230 \end_layout
2231
2232 \begin_layout Subsection
2233 Raíces
2234 \begin_inset Index idx
2235 status collapsed
2236
2237 \begin_layout Plain Layout
2238 Raíces
2239 \end_layout
2240
2241 \end_inset
2242
2243
2244 \end_layout
2245
2246 \begin_layout Standard
2247 Las raíces cuadradas se componen con 
2248 \series bold
2249
2250 \backslash
2251 sqrt
2252 \series default
2253
2254 \begin_inset Index idx
2255 status collapsed
2256
2257 \begin_layout Plain Layout
2258 Comandos ! S ! 
2259 \backslash
2260 sqrt
2261 \end_layout
2262
2263 \end_inset
2264
2265  o con el botón 
2266 \begin_inset Graphics
2267         filename ../../images/math/sqrt.png
2268         scale 85
2269
2270 \end_inset
2271
2272  de la barra de ecuaciones; todas las demás raíces con el comando 
2273 \series bold
2274
2275 \backslash
2276 root
2277 \series default
2278
2279 \begin_inset Index idx
2280 status collapsed
2281
2282 \begin_layout Plain Layout
2283 Comandos ! R ! 
2284 \backslash
2285 root
2286 \end_layout
2287
2288 \end_inset
2289
2290  o con el botón 
2291 \begin_inset Graphics
2292         filename ../../images/math/root.png
2293         scale 85
2294
2295 \end_inset
2296
2297 .
2298 \end_layout
2299
2300 \begin_layout Standard
2301 \noindent
2302 \align center
2303 \begin_inset Tabular
2304 <lyxtabular version="3" rows="3" columns="2">
2305 <features rotate="0" tabularvalignment="middle">
2306 <column alignment="center" valignment="top">
2307 <column alignment="center" valignment="top">
2308 <row>
2309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2310 \begin_inset Text
2311
2312 \begin_layout Plain Layout
2313 Comando
2314 \end_layout
2315
2316 \end_inset
2317 </cell>
2318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2319 \begin_inset Text
2320
2321 \begin_layout Plain Layout
2322 Resultado
2323 \begin_inset Note Note
2324 status collapsed
2325
2326 \begin_layout Plain Layout
2327
2328 \series bold
2329
2330 \backslash
2331 raisebox
2332 \series default
2333  se usa sólo como espaciador
2334 \end_layout
2335
2336 \end_inset
2337
2338
2339 \end_layout
2340
2341 \end_inset
2342 </cell>
2343 </row>
2344 <row>
2345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2346 \begin_inset Text
2347
2348 \begin_layout Plain Layout
2349
2350 \backslash
2351 sqrt
2352 \begin_inset space \textvisiblespace{}
2353 \end_inset
2354
2355 A-B
2356 \end_layout
2357
2358 \end_inset
2359 </cell>
2360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2361 \begin_inset Text
2362
2363 \begin_layout Plain Layout
2364 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2365 \end_inset
2366
2367
2368 \end_layout
2369
2370 \end_inset
2371 </cell>
2372 </row>
2373 <row>
2374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2375 \begin_inset Text
2376
2377 \begin_layout Plain Layout
2378
2379 \backslash
2380 root
2381 \begin_inset space \textvisiblespace{}
2382 \end_inset
2383
2384 3
2385 \begin_inset Formula $\downarrow$
2386 \end_inset
2387
2388 A-B
2389 \end_layout
2390
2391 \end_inset
2392 </cell>
2393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2394 \begin_inset Text
2395
2396 \begin_layout Plain Layout
2397 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2398 \end_inset
2399
2400
2401 \end_layout
2402
2403 \end_inset
2404 </cell>
2405 </row>
2406 </lyxtabular>
2407
2408 \end_inset
2409
2410
2411 \end_layout
2412
2413 \begin_layout Standard
2414 Una raíz cuadrada se compone también con 
2415 \series bold
2416
2417 \backslash
2418 root
2419 \series default
2420  dejando vacío el campo del índice.
2421 \end_layout
2422
2423 \begin_layout Standard
2424 Con ciertos índices la distancia a la raíz es demasiado pequeña, como en
2425  la raíz: 
2426 \begin_inset Formula $\sqrt[\beta]{B}$
2427 \end_inset
2428
2429
2430 \begin_inset Newline newline
2431 \end_inset
2432
2433 La 
2434 \begin_inset Formula $\beta$
2435 \end_inset
2436
2437  toca la raíz.
2438  Para evitar esto se usan los comandos 
2439 \series bold
2440
2441 \backslash
2442 leftroot
2443 \series default
2444
2445 \begin_inset Index idx
2446 status collapsed
2447
2448 \begin_layout Plain Layout
2449 Comandos ! L ! 
2450 \backslash
2451 leftroot
2452 \end_layout
2453
2454 \end_inset
2455
2456  y 
2457 \series bold
2458
2459 \backslash
2460 uproot
2461 \series default
2462
2463 \begin_inset Index idx
2464 status collapsed
2465
2466 \begin_layout Plain Layout
2467 Comandos ! U ! 
2468 \backslash
2469 uproot
2470 \end_layout
2471
2472 \end_inset
2473
2474  con el esquema siguiente:
2475 \end_layout
2476
2477 \begin_layout Standard
2478
2479 \series bold
2480
2481 \backslash
2482 leftroot{distancia}
2483 \series default
2484  y 
2485 \series bold
2486
2487 \backslash
2488 uproot{distancia}
2489 \end_layout
2490
2491 \begin_layout Standard
2492 Distancia es el número de Puntos Grandes (
2493 \begin_inset Quotes fld
2494 \end_inset
2495
2496 Big Points
2497 \begin_inset Quotes frd
2498 \end_inset
2499
2500 , unidad bp; 
2501 \begin_inset Formula $\mathrm{72\, bp=1\, pulgada}$
2502 \end_inset
2503
2504 ) que debería moverse el índice a la izquierda o arriba, respectivamente.
2505  Los comandos se escriben en el índice.
2506  Así, el comando:
2507 \begin_inset Newline newline
2508 \end_inset
2509
2510
2511 \series bold
2512
2513 \backslash
2514 root
2515 \backslash
2516 leftroot{-1
2517 \begin_inset Formula $\to$
2518 \end_inset
2519
2520
2521 \backslash
2522 uproot{2
2523 \begin_inset Formula $\to$
2524 \end_inset
2525
2526
2527 \backslash
2528 beta
2529 \begin_inset space \textvisiblespace{}
2530 \end_inset
2531
2532
2533 \begin_inset Formula $\to$
2534 \end_inset
2535
2536 B
2537 \begin_inset Newline newline
2538 \end_inset
2539
2540
2541 \series default
2542 genera una fórmula correctamente tipografiada: 
2543 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2544 \end_inset
2545
2546
2547 \end_layout
2548
2549 \begin_layout Subsection
2550 Coeficientes de un binomio
2551 \begin_inset Index idx
2552 status collapsed
2553
2554 \begin_layout Plain Layout
2555 Binomios
2556 \end_layout
2557
2558 \end_inset
2559
2560
2561 \end_layout
2562
2563 \begin_layout Standard
2564 Los coeficientes de un binomio se insertan con el comando 
2565 \series bold
2566
2567 \backslash
2568 binom
2569 \series default
2570
2571 \begin_inset Index idx
2572 status collapsed
2573
2574 \begin_layout Plain Layout
2575 Comandos ! B ! 
2576 \backslash
2577 binom
2578 \end_layout
2579
2580 \end_inset
2581
2582  o con el submenú del botón 
2583 \begin_inset Graphics
2584         filename ../../images/math/frac-square.png
2585         scale 85
2586
2587 \end_inset
2588
2589 de la barra de herramientas de ecuaciones.
2590  Como en las fracciones, además de 
2591 \series bold
2592
2593 \backslash
2594 binom
2595 \series default
2596  hay los comandos 
2597 \series bold
2598
2599 \backslash
2600 dbinom
2601 \series default
2602
2603 \begin_inset Index idx
2604 status collapsed
2605
2606 \begin_layout Plain Layout
2607 Comandos ! D ! 
2608 \backslash
2609 dbinom
2610 \end_layout
2611
2612 \end_inset
2613
2614  y 
2615 \series bold
2616
2617 \backslash
2618 tbinom
2619 \series default
2620
2621 \begin_inset Index idx
2622 status collapsed
2623
2624 \begin_layout Plain Layout
2625 Comandos ! T ! 
2626 \backslash
2627 tbinom
2628 \end_layout
2629
2630 \end_inset
2631
2632 .
2633  Para otros delimitadores de coeficientes de un binomio hay los comandos
2634  
2635 \series bold
2636
2637 \backslash
2638 brace
2639 \series default
2640
2641 \begin_inset Index idx
2642 status collapsed
2643
2644 \begin_layout Plain Layout
2645 Comandos ! B ! 
2646 \backslash
2647 brace
2648 \end_layout
2649
2650 \end_inset
2651
2652  y 
2653 \series bold
2654
2655 \backslash
2656 brack
2657 \series default
2658
2659 \begin_inset Index idx
2660 status collapsed
2661
2662 \begin_layout Plain Layout
2663 Comandos ! B ! 
2664 \backslash
2665 brack
2666 \end_layout
2667
2668 \end_inset
2669
2670 .
2671 \end_layout
2672
2673 \begin_layout Standard
2674 \noindent
2675 \align center
2676 \begin_inset Tabular
2677 <lyxtabular version="3" rows="6" columns="2">
2678 <features rotate="0" tabularvalignment="middle">
2679 <column alignment="center" valignment="top">
2680 <column alignment="center" valignment="top">
2681 <row>
2682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2683 \begin_inset Text
2684
2685 \begin_layout Plain Layout
2686 Comando
2687 \end_layout
2688
2689 \end_inset
2690 </cell>
2691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2692 \begin_inset Text
2693
2694 \begin_layout Plain Layout
2695 Resultado
2696 \begin_inset Note Note
2697 status collapsed
2698
2699 \begin_layout Plain Layout
2700
2701 \series bold
2702
2703 \backslash
2704 raisebox
2705 \series default
2706  se usa sólo como espaciador
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \end_inset
2715 </cell>
2716 </row>
2717 <row>
2718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2719 \begin_inset Text
2720
2721 \begin_layout Plain Layout
2722
2723 \backslash
2724 binom
2725 \begin_inset space \textvisiblespace{}
2726 \end_inset
2727
2728 A
2729 \begin_inset Formula $\downarrow$
2730 \end_inset
2731
2732 B
2733 \end_layout
2734
2735 \end_inset
2736 </cell>
2737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2738 \begin_inset Text
2739
2740 \begin_layout Plain Layout
2741 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2742 \end_inset
2743
2744
2745 \end_layout
2746
2747 \end_inset
2748 </cell>
2749 </row>
2750 <row>
2751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2752 \begin_inset Text
2753
2754 \begin_layout Plain Layout
2755
2756 \backslash
2757 dbinom
2758 \begin_inset space \textvisiblespace{}
2759 \end_inset
2760
2761 A
2762 \begin_inset Formula $\downarrow$
2763 \end_inset
2764
2765 B
2766 \end_layout
2767
2768 \end_inset
2769 </cell>
2770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2771 \begin_inset Text
2772
2773 \begin_layout Plain Layout
2774 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2775 \end_inset
2776
2777
2778 \end_layout
2779
2780 \end_inset
2781 </cell>
2782 </row>
2783 <row>
2784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2785 \begin_inset Text
2786
2787 \begin_layout Plain Layout
2788
2789 \backslash
2790 tbinom
2791 \begin_inset space \textvisiblespace{}
2792 \end_inset
2793
2794 A
2795 \begin_inset Formula $\downarrow$
2796 \end_inset
2797
2798 B
2799 \end_layout
2800
2801 \end_inset
2802 </cell>
2803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Plain Layout
2807 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2808 \end_inset
2809
2810
2811 \end_layout
2812
2813 \end_inset
2814 </cell>
2815 </row>
2816 <row>
2817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2818 \begin_inset Text
2819
2820 \begin_layout Plain Layout
2821
2822 \backslash
2823 brack
2824 \begin_inset space \textvisiblespace{}
2825 \end_inset
2826
2827 A
2828 \begin_inset Formula $\downarrow$
2829 \end_inset
2830
2831 B
2832 \end_layout
2833
2834 \end_inset
2835 </cell>
2836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Plain Layout
2840 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2841 \end_inset
2842
2843
2844 \end_layout
2845
2846 \end_inset
2847 </cell>
2848 </row>
2849 <row>
2850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2851 \begin_inset Text
2852
2853 \begin_layout Plain Layout
2854
2855 \backslash
2856 brace
2857 \begin_inset space \textvisiblespace{}
2858 \end_inset
2859
2860 A
2861 \begin_inset Formula $\downarrow$
2862 \end_inset
2863
2864 B
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Plain Layout
2873 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2874 \end_inset
2875
2876
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 </row>
2882 </lyxtabular>
2883
2884 \end_inset
2885
2886
2887 \begin_inset Newpage newpage
2888 \end_inset
2889
2890
2891 \end_layout
2892
2893 \begin_layout Subsection
2894 Diferenciaciones de casos
2895 \begin_inset Index idx
2896 status collapsed
2897
2898 \begin_layout Plain Layout
2899 Casos
2900 \end_layout
2901
2902 \end_inset
2903
2904
2905 \end_layout
2906
2907 \begin_layout Standard
2908 \noindent
2909 \align center
2910 \begin_inset Tabular
2911 <lyxtabular version="3" rows="3" columns="2">
2912 <features rotate="0" tabularvalignment="middle">
2913 <column alignment="center" valignment="top">
2914 <column alignment="center" valignment="top">
2915 <row>
2916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2917 \begin_inset Text
2918
2919 \begin_layout Plain Layout
2920 Comando
2921 \end_layout
2922
2923 \end_inset
2924 </cell>
2925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2926 \begin_inset Text
2927
2928 \begin_layout Plain Layout
2929 Resultado
2930 \end_layout
2931
2932 \end_inset
2933 </cell>
2934 </row>
2935 <row>
2936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2937 \begin_inset Text
2938
2939 \begin_layout Plain Layout
2940
2941 \backslash
2942 cases
2943 \begin_inset space \textvisiblespace{}
2944 \end_inset
2945
2946 A
2947 \begin_inset Formula $\to$
2948 \end_inset
2949
2950 B>0
2951 \begin_inset Index idx
2952 status collapsed
2953
2954 \begin_layout Plain Layout
2955 Comandos ! C ! 
2956 \backslash
2957 cases
2958 \end_layout
2959
2960 \end_inset
2961
2962
2963 \end_layout
2964
2965 \end_inset
2966 </cell>
2967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971 \begin_inset Formula $\begin{cases}
2972 A & B>0\end{cases}$
2973 \end_inset
2974
2975
2976 \end_layout
2977
2978 \end_inset
2979 </cell>
2980 </row>
2981 <row>
2982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2983 \begin_inset Text
2984
2985 \begin_layout Plain Layout
2986
2987 \backslash
2988 cases
2989 \begin_inset space \textvisiblespace{}
2990 \end_inset
2991
2992
2993 \family sans
2994 Ctrl+Entrar
2995 \end_layout
2996
2997 \end_inset
2998 </cell>
2999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3000 \begin_inset Text
3001
3002 \begin_layout Plain Layout
3003 \begin_inset Formula $\begin{cases}
3004 A & \textrm{para }x>0\\
3005 B & \textrm{para }x=0
3006 \end{cases}$
3007 \end_inset
3008
3009
3010 \end_layout
3011
3012 \end_inset
3013 </cell>
3014 </row>
3015 </lyxtabular>
3016
3017 \end_inset
3018
3019
3020 \end_layout
3021
3022 \begin_layout Standard
3023 Después de insertar 
3024 \series bold
3025
3026 \backslash
3027 cases
3028 \series default
3029  o usar el botón 
3030 \begin_inset Graphics
3031         filename ../../images/math/cases.png
3032         scale 85
3033
3034 \end_inset
3035
3036  de la barra de ecuaciones puedes añadir líneas nuevas con el atajo 
3037 \family sans
3038 Ctrl+Entrar
3039 \family default
3040  o con el botón
3041 \family sans
3042  
3043 \family default
3044
3045 \begin_inset Graphics
3046         filename ../../images/tabular-feature_append-row.png
3047         scale 85
3048
3049 \end_inset
3050
3051  de la barra de cuadros.
3052 \end_layout
3053
3054 \begin_layout Standard
3055 El comando 
3056 \series bold
3057
3058 \backslash
3059 cases
3060 \series default
3061  también está disponible en el menú 
3062 \family sans
3063 Insertar\SpecialChar \menuseparator
3064 Ecuación\SpecialChar \menuseparator
3065 Entorno casos
3066 \family default
3067 .
3068 \end_layout
3069
3070 \begin_layout Subsection
3071 Negaciones
3072 \begin_inset Index idx
3073 status collapsed
3074
3075 \begin_layout Plain Layout
3076 Negaciones
3077 \end_layout
3078
3079 \end_inset
3080
3081
3082 \end_layout
3083
3084 \begin_layout Standard
3085 Con el comando 
3086 \series bold
3087
3088 \backslash
3089 not
3090 \series default
3091
3092 \begin_inset Index idx
3093 status collapsed
3094
3095 \begin_layout Plain Layout
3096 Comandos ! N ! 
3097 \backslash
3098 not
3099 \end_layout
3100
3101 \end_inset
3102
3103  todo carácter se puede mostrar cancelado.
3104  Los caracteres son casi tachados con una barra inclinada.
3105 \end_layout
3106
3107 \begin_layout Standard
3108 \noindent
3109 \align center
3110 \begin_inset Tabular
3111 <lyxtabular version="3" rows="4" columns="2">
3112 <features rotate="0" tabularvalignment="middle">
3113 <column alignment="center" valignment="top">
3114 <column alignment="center" valignment="top">
3115 <row>
3116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120 Comando
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129 Resultado
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 </row>
3135 <row>
3136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140
3141 \backslash
3142 not=
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 \begin_inset Formula $\not=$
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 </row>
3160 <row>
3161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165
3166 \backslash
3167 not 
3168 \backslash
3169 le
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178 \begin_inset Formula $\not\le$
3179 \end_inset
3180
3181
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 </row>
3187 <row>
3188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3189 \begin_inset Text
3190
3191 \begin_layout Plain Layout
3192
3193 \backslash
3194 not 
3195 \backslash
3196 parallel
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205 \begin_inset Formula $\not\parallel$
3206 \end_inset
3207
3208
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 </row>
3214 </lyxtabular>
3215
3216 \end_inset
3217
3218
3219 \end_layout
3220
3221 \begin_layout Standard
3222 El último ejemplo muestra que no todas las negaciones tienen buen aspecto.
3223  Por tanto para algunas negaciones hay comandos especiales (véase 
3224 \begin_inset CommandInset ref
3225 LatexCommand ref
3226 reference "sub:Símbolos-matemáticos"
3227
3228 \end_inset
3229
3230  y 
3231 \begin_inset CommandInset ref
3232 LatexCommand ref
3233 reference "sec:Relaciones"
3234
3235 \end_inset
3236
3237 ).
3238 \end_layout
3239
3240 \begin_layout Subsection
3241 Espacios reservados 
3242 \begin_inset CommandInset label
3243 LatexCommand label
3244 name "sub:Espacios-reservados"
3245
3246 \end_inset
3247
3248
3249 \begin_inset Index idx
3250 status collapsed
3251
3252 \begin_layout Plain Layout
3253 Espacios reservados
3254 \end_layout
3255
3256 \end_inset
3257
3258
3259 \begin_inset Index idx
3260 status collapsed
3261
3262 \begin_layout Plain Layout
3263 Química ! isótopos
3264 \end_layout
3265
3266 \end_inset
3267
3268
3269 \begin_inset Index idx
3270 status collapsed
3271
3272 \begin_layout Plain Layout
3273 Isótopos|see
3274 \begin_inset ERT
3275 status collapsed
3276
3277 \begin_layout Plain Layout
3278
3279 {
3280 \end_layout
3281
3282 \end_inset
3283
3284 Química
3285 \begin_inset ERT
3286 status collapsed
3287
3288 \begin_layout Plain Layout
3289
3290 }
3291 \end_layout
3292
3293 \end_inset
3294
3295
3296 \end_layout
3297
3298 \end_inset
3299
3300
3301 \end_layout
3302
3303 \begin_layout Standard
3304 En la presentación de, p.
3305 \begin_inset space \thinspace{}
3306 \end_inset
3307
3308 e., isótopos,
3309 \begin_inset Foot
3310 status collapsed
3311
3312 \begin_layout Plain Layout
3313 Más sobre símbolos químicos en 
3314 \begin_inset CommandInset ref
3315 LatexCommand ref
3316 reference "sub:Símbolos-y-ecuaciones-químicas"
3317
3318 \end_inset
3319
3320
3321 \end_layout
3322
3323 \end_inset
3324
3325  surge el problema siguiente:
3326 \end_layout
3327
3328 \begin_layout Standard
3329 \noindent
3330 \align center
3331 \begin_inset Tabular
3332 <lyxtabular version="3" rows="2" columns="2">
3333 <features rotate="0" tabularvalignment="middle">
3334 <column alignment="center" valignment="top">
3335 <column alignment="center" valignment="top">
3336 <row>
3337 <cell alignment="center" valignment="top" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341 Índices generados con sub- y superíndices:
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 <cell alignment="center" valignment="top" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350 \begin_inset Formula $_{9}^{19}\textrm{F}\raisebox{-3mm}{}$
3351 \end_inset
3352
3353
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 </row>
3359 <row>
3360 <cell alignment="center" valignment="top" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364 Índices correctos:
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 <cell alignment="center" valignment="top" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373 \begin_inset Formula $_{\phantom{1}9}^{19}\textrm{F}$
3374 \end_inset
3375
3376
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 </row>
3382 </lyxtabular>
3383
3384 \end_inset
3385
3386
3387 \begin_inset Note Note
3388 status collapsed
3389
3390 \begin_layout Plain Layout
3391
3392 \series bold
3393
3394 \backslash
3395 raisebox
3396 \series default
3397  se usa sólo como espaciador
3398 \end_layout
3399
3400 \end_inset
3401
3402
3403 \end_layout
3404
3405 \begin_layout Standard
3406 Por omisión, el índice más corto se coloca sobre o bajo el primer carácter
3407  del índice más largo.
3408  Para evitarlo está el comando 
3409 \series bold
3410
3411 \backslash
3412 phantom
3413 \series default
3414
3415 \begin_inset Index idx
3416 status collapsed
3417
3418 \begin_layout Plain Layout
3419 Comandos ! P ! 
3420 \backslash
3421 phantom
3422 \end_layout
3423
3424 \end_inset
3425
3426  o el botón 
3427 \begin_inset space ~
3428 \end_inset
3429
3430
3431 \begin_inset Graphics
3432         filename ../../images/math/phantom.png
3433         scale 85
3434
3435 \end_inset
3436
3437  del submenú de espacios en ecuaciones
3438 \begin_inset Foot
3439 status collapsed
3440
3441 \begin_layout Plain Layout
3442 Botón 
3443 \begin_inset Graphics
3444         filename ../../images/math/space.png
3445         scale 85
3446
3447 \end_inset
3448
3449  de la barra de ecuaciones
3450 \end_layout
3451
3452 \end_inset
3453
3454 , que genera uno o más espacios reservados.
3455  Al insertar 
3456 \series bold
3457
3458 \backslash
3459 phantom
3460 \series default
3461  aparece un pequeño marco azul con dos flechas rojas superpuestas
3462 \begin_inset Formula $\phantom{}$
3463 \end_inset
3464
3465 .
3466  Las flechas indican que se reservará un espacio equivalente a la anchura
3467  y altura totales del contenido del marco.
3468  Los espacios reservados son correspondientes al tamaño de los caracteres.
3469 \end_layout
3470
3471 \begin_layout Standard
3472 \noindent
3473 \align center
3474 \begin_inset Tabular
3475 <lyxtabular version="3" rows="4" columns="2">
3476 <features rotate="0" tabularvalignment="middle">
3477 <column alignment="center" valignment="top">
3478 <column alignment="center" valignment="top">
3479 <row>
3480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 Comando
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 Resultado
3494 \begin_inset Note Note
3495 status collapsed
3496
3497 \begin_layout Plain Layout
3498
3499 \series bold
3500
3501 \backslash
3502 raisebox
3503 \series default
3504  se usa sólo como espaciador
3505 \end_layout
3506
3507 \end_inset
3508
3509
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 </row>
3515 <row>
3516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3517 \begin_inset Text
3518
3519 \begin_layout Plain Layout
3520 ^19
3521 \begin_inset space \textvisiblespace{}
3522 \end_inset
3523
3524 _
3525 \backslash
3526 phantom
3527 \begin_inset space \textvisiblespace{}
3528 \end_inset
3529
3530 1
3531 \begin_inset Formula $\rightarrow$
3532 \end_inset
3533
3534 9
3535 \begin_inset space \textvisiblespace{}
3536 \end_inset
3537
3538 F
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\textrm{F}\raisebox{-2.5mm}{}$
3548 \end_inset
3549
3550
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 </row>
3556 <row>
3557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561 ^235
3562 \begin_inset space \textvisiblespace{}
3563 \end_inset
3564
3565 _
3566 \backslash
3567 phantom
3568 \begin_inset space \textvisiblespace{}
3569 \end_inset
3570
3571 23
3572 \begin_inset Formula $\rightarrow$
3573 \end_inset
3574
3575 9
3576 \begin_inset space \textvisiblespace{}
3577 \end_inset
3578
3579 F
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\textrm{F}\raisebox{-2.5mm}{}$
3589 \end_inset
3590
3591
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 </row>
3597 <row>
3598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602
3603 \backslash
3604 Lambda^
3605 \begin_inset space \textvisiblespace{}
3606 \end_inset
3607
3608
3609 \backslash
3610 phantom
3611 \begin_inset space \textvisiblespace{}
3612 \end_inset
3613
3614 ii
3615 \begin_inset Formula $\rightarrow$
3616 \end_inset
3617
3618 t
3619 \begin_inset space \textvisiblespace{}
3620 \end_inset
3621
3622 _MMt
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3632 \end_inset
3633
3634
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 </row>
3640 </lyxtabular>
3641
3642 \end_inset
3643
3644
3645 \end_layout
3646
3647 \begin_layout Standard
3648 Además hay los comandos 
3649 \series bold
3650
3651 \backslash
3652 vphantom
3653 \series default
3654
3655 \begin_inset Index idx
3656 status collapsed
3657
3658 \begin_layout Plain Layout
3659 Comandos ! V ! 
3660 \backslash
3661 vphantom
3662 \end_layout
3663
3664 \end_inset
3665
3666  (botón 
3667 \begin_inset space ~
3668 \end_inset
3669
3670
3671 \begin_inset Graphics
3672         filename ../../images/math/vphantom.png
3673         scale 85
3674
3675 \end_inset
3676
3677 ) y 
3678 \series bold
3679
3680 \backslash
3681 hphantom
3682 \series default
3683
3684 \begin_inset Index idx
3685 status collapsed
3686
3687 \begin_layout Plain Layout
3688 Comandos ! H ! 
3689 \backslash
3690 hphantom
3691 \end_layout
3692
3693 \end_inset
3694
3695  (botón 
3696 \begin_inset space ~
3697 \end_inset
3698
3699
3700 \begin_inset Graphics
3701         filename ../../images/math/hphantom.png
3702         scale 85
3703
3704 \end_inset
3705
3706 ).
3707  
3708 \series bold
3709
3710 \backslash
3711 hphantom
3712 \series default
3713  genera espacio en el marco sólo para la altura máxima de los caracteres,
3714  no para su anchura.
3715  
3716 \series bold
3717
3718 \backslash
3719 vphantom
3720 \series default
3721  genera espacio sólo para la anchura del contenido del marco.
3722  Por esto los marcos de estos comandos sólo tienen una flecha roja.
3723 \end_layout
3724
3725 \begin_layout Standard
3726 Por ejemplo, 
3727 \series bold
3728
3729 \backslash
3730 vphantom
3731 \series default
3732
3733 \begin_inset space \textvisiblespace{}
3734 \end_inset
3735
3736
3737 \series bold
3738 a
3739 \backslash
3740 int
3741 \series default
3742  genera espacio de la altura del signo de la integral,
3743 \begin_inset Foot
3744 status collapsed
3745
3746 \begin_layout Plain Layout
3747 El comando 
3748 \series bold
3749
3750 \backslash
3751 int
3752 \series default
3753  genera un signo de integral, véase 
3754 \begin_inset CommandInset ref
3755 LatexCommand ref
3756 reference "sub:Operadores-grandes"
3757
3758 \end_inset
3759
3760
3761 \end_layout
3762
3763 \end_inset
3764
3765  porque este es el carácter más largo.
3766  En la 
3767 \begin_inset CommandInset ref
3768 LatexCommand ref
3769 reference "sub:Delimitadores-multilínea"
3770
3771 \end_inset
3772
3773  hay un ejemplo de aplicación.
3774 \end_layout
3775
3776 \begin_layout Standard
3777 Los espacios reservados también se pueden usar para un texto cuando se insertan
3778  mediante el menú 
3779 \family sans
3780 Insertar\SpecialChar \menuseparator
3781 Formato\SpecialChar \menuseparator
3782 Fantasma
3783 \family default
3784 :
3785 \end_layout
3786
3787 \begin_layout Standard
3788 Esto es una frase.
3789 \begin_inset Newline newline
3790 \end_inset
3791
3792
3793 \begin_inset Phantom Phantom
3794 status open
3795
3796 \begin_layout Plain Layout
3797 Esto
3798 \end_layout
3799
3800 \end_inset
3801
3802  es una frase.
3803 \end_layout
3804
3805 \begin_layout Subsection
3806 Líneas
3807 \begin_inset Index idx
3808 status collapsed
3809
3810 \begin_layout Plain Layout
3811 Lineas@Líneas
3812 \end_layout
3813
3814 \end_inset
3815
3816
3817 \begin_inset Index idx
3818 status collapsed
3819
3820 \begin_layout Plain Layout
3821 Ecuación ! sub- o superrayada
3822 \end_layout
3823
3824 \end_inset
3825
3826
3827 \end_layout
3828
3829 \begin_layout Standard
3830 \noindent
3831 \align center
3832 \begin_inset Tabular
3833 <lyxtabular version="3" rows="4" columns="2">
3834 <features rotate="0" tabularvalignment="middle">
3835 <column alignment="center" valignment="top">
3836 <column alignment="center" valignment="top">
3837 <row>
3838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 Comando
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851 Resultado
3852 \begin_inset Note Note
3853 status collapsed
3854
3855 \begin_layout Plain Layout
3856
3857 \series bold
3858
3859 \backslash
3860 raisebox
3861 \series default
3862  se usa sólo como espaciador
3863 \end_layout
3864
3865 \end_inset
3866
3867
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 </row>
3873 <row>
3874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878
3879 \backslash
3880 overline
3881 \begin_inset space \textvisiblespace{}
3882 \end_inset
3883
3884 A+B
3885 \begin_inset Index idx
3886 status collapsed
3887
3888 \begin_layout Plain Layout
3889 Comandos ! O ! 
3890 \backslash
3891 overline
3892 \end_layout
3893
3894 \end_inset
3895
3896
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3906 \end_inset
3907
3908
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 </row>
3914 <row>
3915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919
3920 \backslash
3921 underline
3922 \begin_inset space \textvisiblespace{}
3923 \end_inset
3924
3925 A+B
3926 \begin_inset Index idx
3927 status collapsed
3928
3929 \begin_layout Plain Layout
3930 Comandos ! U ! 
3931 \backslash
3932 underline
3933 \end_layout
3934
3935 \end_inset
3936
3937
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3947 \end_inset
3948
3949
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 </row>
3955 <row>
3956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960
3961 \backslash
3962 overline
3963 \begin_inset space \textvisiblespace{}
3964 \end_inset
3965
3966
3967 \backslash
3968 underline
3969 \begin_inset space \textvisiblespace{}
3970 \end_inset
3971
3972 A+B
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
3982 \end_inset
3983
3984
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 </row>
3990 </lyxtabular>
3991
3992 \end_inset
3993
3994
3995 \end_layout
3996
3997 \begin_layout Standard
3998 En el último ejemplo es indiferente poner primero 
3999 \series bold
4000
4001 \backslash
4002 overline
4003 \series default
4004  o 
4005 \series bold
4006
4007 \backslash
4008 underline
4009 \series default
4010 .
4011 \end_layout
4012
4013 \begin_layout Standard
4014 Para poner doble subrayado, p.
4015 \begin_inset space \thinspace{}
4016 \end_inset
4017
4018 e.
4019  en resultados, se usa 
4020 \series bold
4021
4022 \backslash
4023 underline
4024 \series default
4025  dos veces.
4026 \end_layout
4027
4028 \begin_layout Standard
4029 Es posible colocar hasta 6 líneas sobre o bajo los caracteres.
4030 \begin_inset VSpace bigskip
4031 \end_inset
4032
4033 Se pueden crear líneas personalizadas con el comando 
4034 \series bold
4035
4036 \backslash
4037 rule
4038 \series default
4039
4040 \begin_inset Index idx
4041 status collapsed
4042
4043 \begin_layout Plain Layout
4044 Comandos ! R ! 
4045 \backslash
4046 rule
4047 \end_layout
4048
4049 \end_inset
4050
4051  con el esquema siguiente:
4052 \end_layout
4053
4054 \begin_layout Standard
4055
4056 \series bold
4057
4058 \backslash
4059 rule[hueco vertical]{longitud}{grosor}
4060 \end_layout
4061
4062 \begin_layout Standard
4063 El hueco vertical opcional desplaza la línea hacia arriba (o hacia abajo
4064  si el valor es negativo).
4065  Las unidades disponibles para los valores están listadas en
4066 \begin_inset space ~
4067 \end_inset
4068
4069
4070 \begin_inset CommandInset ref
4071 LatexCommand ref
4072 reference "tab:Unidades-disponibles"
4073
4074 \end_inset
4075
4076 .
4077  A continuación hay dos ejemplos de líneas creadas con los comandos
4078 \series bold
4079
4080 \begin_inset Newline newline
4081 \end_inset
4082
4083
4084 \backslash
4085 rule[-2ex]{3cm}{2pt}
4086 \series default
4087  y 
4088 \series bold
4089
4090 \backslash
4091 rule{2cm}{1pt}
4092 \series default
4093 :
4094 \end_layout
4095
4096 \begin_layout Standard
4097 Esto es una frase 
4098 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4099 \end_inset
4100
4101  con dos líneas.
4102 \end_layout
4103
4104 \begin_layout Standard
4105
4106 \series bold
4107
4108 \backslash
4109 rule
4110 \series default
4111  también se puede usar para texto insertando una línea mediante el menú
4112  
4113 \family sans
4114 Insertar\SpecialChar \menuseparator
4115 Formato\SpecialChar \menuseparator
4116 Línea horizontal
4117 \family default
4118 :
4119 \end_layout
4120
4121 \begin_layout Standard
4122 Esto es una frase 
4123 \begin_inset CommandInset line
4124 LatexCommand rule
4125 offset "0.5ex"
4126 width "3cm"
4127 height "1pt"
4128
4129 \end_inset
4130
4131  con una línea insertada.
4132 \end_layout
4133
4134 \begin_layout Subsection
4135 Puntos
4136 \begin_inset CommandInset label
4137 LatexCommand label
4138 name "sub:Puntos"
4139
4140 \end_inset
4141
4142
4143 \begin_inset Index idx
4144 status collapsed
4145
4146 \begin_layout Plain Layout
4147 Puntos
4148 \end_layout
4149
4150 \end_inset
4151
4152
4153 \end_layout
4154
4155 \begin_layout Standard
4156 Hay distintos tipos de puntos disponibles.
4157 \begin_inset Foot
4158 status open
4159
4160 \begin_layout Plain Layout
4161 En la barra de herramientas de ecuaciones, en el panel del botón 
4162 \begin_inset Graphics
4163         filename ../../images/math/ldots.png
4164         scale 85
4165
4166 \end_inset
4167
4168 .
4169 \end_layout
4170
4171 \end_inset
4172
4173  Para continuación en enumeraciones se usan puntos bajos, (
4174 \series bold
4175
4176 \backslash
4177 ldots
4178 \series default
4179
4180 \begin_inset Index idx
4181 status collapsed
4182
4183 \begin_layout Plain Layout
4184 Comandos ! L ! 
4185 \backslash
4186 ldots
4187 \end_layout
4188
4189 \end_inset
4190
4191 ), mientras que para operaciones se usan puntos centrados a la misma altura
4192  que los operadores, (
4193 \series bold
4194
4195 \backslash
4196 cdots
4197 \series default
4198
4199 \begin_inset Index idx
4200 status collapsed
4201
4202 \begin_layout Plain Layout
4203 Comandos ! C ! 
4204 \backslash
4205 cdots
4206 \end_layout
4207
4208 \end_inset
4209
4210 ).
4211  Si se usa el comando 
4212 \series bold
4213
4214 \backslash
4215 dots
4216 \series default
4217
4218 \begin_inset Index idx
4219 status collapsed
4220
4221 \begin_layout Plain Layout
4222 Comandos ! D ! 
4223 \backslash
4224 dots
4225 \end_layout
4226
4227 \end_inset
4228
4229 , LaTeX decide el tipo a usar en función del carácter siguiente.
4230 \end_layout
4231
4232 \begin_layout Standard
4233 \align center
4234 \begin_inset Tabular
4235 <lyxtabular version="3" rows="9" columns="2">
4236 <features rotate="0" tabularvalignment="middle">
4237 <column alignment="center" valignment="top" width="0pt">
4238 <column alignment="center" valignment="top" width="0pt">
4239 <row>
4240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244 Comando
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253 Resultado
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 </row>
4259 <row>
4260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264 A_1
4265 \begin_inset space \textvisiblespace{}
4266 \end_inset
4267
4268 ,
4269 \backslash
4270 dots
4271 \begin_inset space \textvisiblespace{}
4272 \end_inset
4273
4274 ,A_n
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283 \begin_inset Formula $A_{1},\dots,A_{n}$
4284 \end_inset
4285
4286
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 </row>
4292 <row>
4293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297 A_1
4298 \begin_inset space \textvisiblespace{}
4299 \end_inset
4300
4301 +
4302 \backslash
4303 dots
4304 \begin_inset space \textvisiblespace{}
4305 \end_inset
4306
4307 +A_n
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316 \begin_inset Formula $A_{1}+\dots+A_{n}$
4317 \end_inset
4318
4319
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 </row>
4325 <row>
4326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 A_1
4331 \begin_inset space \textvisiblespace{}
4332 \end_inset
4333
4334 ,
4335 \backslash
4336 ldots
4337 \begin_inset space \textvisiblespace{}
4338 \end_inset
4339
4340 ,A_n
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 \begin_inset Formula $A_{1},\ldots,A_{n}$
4350 \end_inset
4351
4352
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 </row>
4358 <row>
4359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 A_1
4364 \begin_inset space \textvisiblespace{}
4365 \end_inset
4366
4367 +
4368 \backslash
4369 cdots
4370 \begin_inset space \textvisiblespace{}
4371 \end_inset
4372
4373 +A_n
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4383 \end_inset
4384
4385
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 </row>
4391 <row>
4392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396
4397 \backslash
4398 vdots
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407 \begin_inset Formula $\vdots$
4408 \end_inset
4409
4410
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 </row>
4416 <row>
4417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421
4422 \backslash
4423 ddots
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 \begin_inset Formula $\ddots$
4433 \end_inset
4434
4435
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 </row>
4441 <row>
4442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446
4447 \backslash
4448 iddots
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457 \begin_inset Formula $\iddots$
4458 \end_inset
4459
4460
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 Matriz
4472 \begin_inset space \thinspace{}
4473 \end_inset
4474
4475 3×3 con los distintos puntos
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 \begin_inset Formula $\begin{array}{ccc}
4485 A_{11} & \cdots & A_{1m}\\
4486 \vdots & \ddots & \vdots\\
4487 A_{n1} & \cdots & A_{nm}
4488 \end{array}$
4489 \end_inset
4490
4491
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 </lyxtabular>
4498
4499 \end_inset
4500
4501
4502 \end_layout
4503
4504 \begin_layout Standard
4505 Los puntos suspensivos disponibles en el menú 
4506 \family sans
4507 Insertar\SpecialChar \menuseparator
4508 Carácter especial
4509 \family default
4510  son 
4511 \series bold
4512
4513 \backslash
4514 ldots
4515 \series default
4516 .
4517 \end_layout
4518
4519 \begin_layout Standard
4520 \begin_inset VSpace medskip
4521 \end_inset
4522
4523
4524 \end_layout
4525
4526 \begin_layout Standard
4527 Para usar 
4528 \series bold
4529
4530 \backslash
4531 iddots
4532 \series default
4533 , hay que marcar una de las opciones 
4534 \family sans
4535 Usar paquete mathdots (automáticamente)
4536 \family default
4537  en las 
4538 \family sans
4539 Opciones de ecuación
4540 \family default
4541  de la configuración del documento.
4542 \begin_inset Newline newline
4543 \end_inset
4544
4545 La opción 
4546 \family sans
4547 Usar paquete mathdots
4548 \family default
4549  mejorará el aspecto de todos los puntos en los documentos si su estilo
4550  o tamaño de tipografía no son los predeterminados.
4551 \end_layout
4552
4553 \begin_layout Standard
4554 \begin_inset VSpace medskip
4555 \end_inset
4556
4557 Hay puntos específicos para matrices que se extienden por varias columnas.
4558  Se generan con el comando 
4559 \series bold
4560
4561 \backslash
4562 hdotsfor
4563 \series default
4564
4565 \begin_inset Index idx
4566 status collapsed
4567
4568 \begin_layout Plain Layout
4569 Comandos ! H ! 
4570 \backslash
4571 hdotsfor
4572 \end_layout
4573
4574 \end_inset
4575
4576 , que tiene el siguiente esquema:
4577 \end_layout
4578
4579 \begin_layout Standard
4580
4581 \series bold
4582
4583 \backslash
4584 hdotsfor[distancia]{número de columnas}
4585 \end_layout
4586
4587 \begin_layout Standard
4588 Número de columnas especifica cuántas columnas deben abarcarse.
4589  Distancia es un factor para la separación entre los puntos.
4590 \end_layout
4591
4592 \begin_layout Standard
4593 En la siguiente matriz se ha insertado el comando 
4594 \series bold
4595
4596 \backslash
4597 hdotsfor[2]{4}
4598 \series default
4599  en el primer recuadro de la segunda línea para obtener puntos separados
4600  una distancia equivalente a dos veces la del comando 
4601 \series bold
4602
4603 \backslash
4604 dots
4605 \series default
4606 .
4607 \begin_inset Formula 
4608 \[
4609 \left(\begin{array}{cccc}
4610 A & B & C & D\\
4611 \hdotsfor[2]{4}\\
4612 q & w & e & r
4613 \end{array}\right)
4614 \]
4615
4616 \end_inset
4617
4618
4619 \end_layout
4620
4621 \begin_layout Standard
4622 Ten en cuenta que los campos abarcados de la matriz deben estar vacíos,
4623  de lo contrario se producen errores de LaTeX.
4624 \end_layout
4625
4626 \begin_layout Standard
4627 \begin_inset VSpace bigskip
4628 \end_inset
4629
4630
4631 \end_layout
4632
4633 \begin_layout Standard
4634 Además, con el comando 
4635 \series bold
4636
4637 \backslash
4638 dotfill
4639 \series default
4640
4641 \begin_inset Index idx
4642 status collapsed
4643
4644 \begin_layout Plain Layout
4645 Comandos ! D ! 
4646 \backslash
4647 dotfill
4648 \end_layout
4649
4650 \end_inset
4651
4652  puedes completar con puntos una línea.
4653  El efecto de este tipo de comandos es como el de 
4654 \series bold
4655
4656 \backslash
4657 hfill
4658 \series default
4659 , véase 
4660 \begin_inset CommandInset ref
4661 LatexCommand ref
4662 reference "sub:Espacio-variable"
4663
4664 \end_inset
4665
4666 .
4667 \end_layout
4668
4669 \begin_layout Standard
4670 Por ejemplo el comando 
4671 \series bold
4672 A
4673 \backslash
4674 dotfill
4675 \series default
4676
4677 \begin_inset space \textvisiblespace{}
4678 \end_inset
4679
4680
4681 \series bold
4682 B
4683 \series default
4684  genera
4685 \end_layout
4686
4687 \begin_layout Standard
4688 \begin_inset Formula $A\dotfill B$
4689 \end_inset
4690
4691
4692 \end_layout
4693
4694 \begin_layout Standard
4695 Un comando análogo a 
4696 \series bold
4697
4698 \backslash
4699 dotfill
4700 \series default
4701  para rellenar con una línea es 
4702 \series bold
4703
4704 \backslash
4705 hrulefill
4706 \series default
4707
4708 \begin_inset Index idx
4709 status collapsed
4710
4711 \begin_layout Plain Layout
4712 Comandos ! H ! 
4713 \backslash
4714 hrulefill
4715 \end_layout
4716
4717 \end_inset
4718
4719 :
4720 \end_layout
4721
4722 \begin_layout Standard
4723 \begin_inset Formula $A\hrulefill B$
4724 \end_inset
4725
4726
4727 \end_layout
4728
4729 \begin_layout Standard
4730 Para usar estos comandos en el texto, deben insertarse en modo TeX.
4731 \end_layout
4732
4733 \begin_layout Section
4734 Matrices
4735 \begin_inset CommandInset label
4736 LatexCommand label
4737 name "sec:Matrices"
4738
4739 \end_inset
4740
4741
4742 \begin_inset Index idx
4743 status collapsed
4744
4745 \begin_layout Plain Layout
4746 Matrices
4747 \end_layout
4748
4749 \end_inset
4750
4751
4752 \end_layout
4753
4754 \begin_layout Standard
4755 Se pueden insertar con el botón 
4756 \begin_inset Graphics
4757         filename ../../images/dialog-show_mathmatrix.png
4758         scale 85
4759
4760 \end_inset
4761
4762  de la barra de ecuaciones o con el menú 
4763 \family sans
4764 Insertar\SpecialChar \menuseparator
4765 Ecuación\SpecialChar \menuseparator
4766 Matriz
4767 \family default
4768 .
4769  Aparece una ventana en la que se pide el número de filas y columnas, la
4770  alineación y la decoración.
4771  La alineación vertical sólo es relevante para matrices en línea:
4772 \end_layout
4773
4774 \begin_layout Standard
4775 Esta primera matriz tiene alineación superior 
4776 \begin_inset Formula $\begin{array}[t]{cccc}
4777 A & D & G & J\\
4778 B & E & H & K\\
4779 D & F & I & L
4780 \end{array}$
4781 \end_inset
4782
4783  , la segunda alineación central 
4784 \begin_inset Formula $\begin{array}{cccc}
4785 A & D & G & J\\
4786 B & E & H & K\\
4787 D & F & I & L
4788 \end{array}$
4789 \end_inset
4790
4791  , y la tercera alineación inferior 
4792 \begin_inset Formula $\begin{array}[b]{cccc}
4793 A & D & G & J\\
4794 B & E & H & K\\
4795 D & F & I & L
4796 \end{array}$
4797 \end_inset
4798
4799 .
4800 \end_layout
4801
4802 \begin_layout Standard
4803 La alineación horizontal especifica cómo deben alinearse las entradas de
4804  la columna.
4805  Se determina mediante una letra para cada columna.
4806  
4807 \emph on
4808 l
4809 \emph default
4810  indica alineación a la izquierda, 
4811 \emph on
4812 c
4813 \emph default
4814  alineación centrada y 
4815 \emph on
4816 r
4817 \emph default
4818  alineación a la derecha.
4819  Por ejemplo, para componer una matriz
4820 \begin_inset space ~
4821 \end_inset
4822
4823 4×4 con la primera columna alineada a la izquierda, la segunda y la tercera
4824  centradas y la última a la derecha, se anota 
4825 \series bold
4826 lccr
4827 \series default
4828  en la alineación horizontal.
4829  Normalmente todas las columnas de una matriz están centradas, por tanto
4830  el valor por omisión es 
4831 \series bold
4832 c
4833 \series default
4834  para todas ellas.
4835 \end_layout
4836
4837 \begin_layout Standard
4838 Alineación horizontal:
4839 \end_layout
4840
4841 \begin_layout Standard
4842
4843 \series bold
4844 lll
4845 \series default
4846  : 
4847 \begin_inset Formula $\begin{array}{lll}
4848 10000 & D & G\\
4849 B & 10000 & H\\
4850 C & F & 10000
4851 \end{array}$
4852 \end_inset
4853
4854  , 
4855 \series bold
4856 ccc 
4857 \series default
4858
4859 \begin_inset Formula $\begin{array}{ccc}
4860 10000 & D & G\\
4861 B & 10000 & H\\
4862 C & F & 10000
4863 \end{array}$
4864 \end_inset
4865
4866  
4867 \series bold
4868 ,
4869 \series default
4870  
4871 \series bold
4872 rrr 
4873 \series default
4874
4875 \begin_inset Formula $\begin{array}{rrr}
4876 10000 & D & G\\
4877 B & 10000 & H\\
4878 C & F & 10000
4879 \end{array}$
4880 \end_inset
4881
4882
4883 \end_layout
4884
4885 \begin_layout Standard
4886 Para añadir o borrar filas y columnas posteriormente, se pueden usar los
4887  botones 
4888 \begin_inset Graphics
4889         filename ../../images/tabular-feature_append-row.png
4890         scale 85
4891
4892 \end_inset
4893
4894
4895 \begin_inset Graphics
4896         filename ../../images/tabular-feature_delete-row.png
4897         scale 85
4898
4899 \end_inset
4900
4901 , etc.
4902  de la barra de ecuaciones o el menú 
4903 \family sans
4904 Editar\SpecialChar \menuseparator
4905 Filas y columnas
4906 \family default
4907 .
4908  También se pueden añadir filas nuevas con 
4909 \family sans
4910 Ctrl+Entrar
4911 \family default
4912 .
4913 \end_layout
4914
4915 \begin_layout Standard
4916 \begin_inset VSpace bigskip
4917 \end_inset
4918
4919
4920 \end_layout
4921
4922 \begin_layout Standard
4923 La 
4924 \family sans
4925 Decoración
4926 \family default
4927  añade paréntesis en el estilo seleccionado alrededor de la matriz.
4928  Alternativamente, se pueden generar paréntesis con los comandos 
4929 \series bold
4930
4931 \backslash
4932 left
4933 \series default
4934
4935 \begin_inset Index idx
4936 status collapsed
4937
4938 \begin_layout Plain Layout
4939 Comandos ! L ! 
4940 \backslash
4941 left
4942 \end_layout
4943
4944 \end_inset
4945
4946  y 
4947 \series bold
4948
4949 \backslash
4950 right
4951 \series default
4952
4953 \begin_inset Index idx
4954 status collapsed
4955
4956 \begin_layout Plain Layout
4957 Comandos ! R ! 
4958 \backslash
4959 right
4960 \end_layout
4961
4962 \end_inset
4963
4964  (atajo 
4965 \family sans
4966 Alt+M
4967 \begin_inset space ~
4968 \end_inset
4969
4970 Paréntesis
4971 \family default
4972 ), véase 
4973 \begin_inset CommandInset ref
4974 LatexCommand ref
4975 reference "sub:Tamaño-automático-de"
4976
4977 \end_inset
4978
4979 , o usando los comandos siguientes:
4980 \end_layout
4981
4982 \begin_layout Standard
4983 \begin_inset VSpace medskip
4984 \end_inset
4985
4986
4987 \end_layout
4988
4989 \begin_layout Standard
4990 \begin_inset space \hfill{}
4991 \end_inset
4992
4993
4994 \begin_inset Tabular
4995 <lyxtabular version="3" rows="4" columns="2">
4996 <features rotate="0" tabularvalignment="middle">
4997 <column alignment="center" valignment="top">
4998 <column alignment="center" valignment="top">
4999 <row>
5000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004 Comando
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013 Resultado
5014 \begin_inset Note Note
5015 status collapsed
5016
5017 \begin_layout Plain Layout
5018
5019 \series bold
5020
5021 \backslash
5022 raisebox
5023 \series default
5024  se usa sólo como espaciador
5025 \end_layout
5026
5027 \end_inset
5028
5029
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 </row>
5035 <row>
5036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040
5041 \backslash
5042 bmatrix
5043 \begin_inset space \textvisiblespace{}
5044 \end_inset
5045
5046 2
5047 \series bold
5048 ×
5049 \series default
5050 2
5051 \begin_inset space \thinspace{}
5052 \end_inset
5053
5054 matriz
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5064 0 & \textrm{-}\mathrm{i}\\
5065 \mathrm{i} & 0
5066 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5067 \end_inset
5068
5069
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 </row>
5075 <row>
5076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080
5081 \backslash
5082 Bmatrix
5083 \begin_inset space \textvisiblespace{}
5084 \end_inset
5085
5086 2×2
5087 \begin_inset space \thinspace{}
5088 \end_inset
5089
5090 matriz
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Plain Layout
5099 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5100 0 & \textrm{-}\mathrm{i}\\
5101 \mathrm{i} & 0
5102 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5103 \end_inset
5104
5105
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 </row>
5111 <row>
5112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116
5117 \backslash
5118 pmatrix
5119 \begin_inset space \textvisiblespace{}
5120 \end_inset
5121
5122 2
5123 \series bold
5124 ×
5125 \series default
5126 2
5127 \begin_inset space \thinspace{}
5128 \end_inset
5129
5130 matriz
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5140 0 & \textrm{-}\mathrm{i}\\
5141 \mathrm{i} & 0
5142 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5143 \end_inset
5144
5145
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 </row>
5151 </lyxtabular>
5152
5153 \end_inset
5154
5155
5156 \begin_inset space \hfill{}
5157 \end_inset
5158
5159
5160 \begin_inset Tabular
5161 <lyxtabular version="3" rows="4" columns="2">
5162 <features rotate="0" tabularvalignment="middle">
5163 <column alignment="center" valignment="top">
5164 <column alignment="center" valignment="top">
5165 <row>
5166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170 Comando
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179 Resultado
5180 \begin_inset Note Note
5181 status collapsed
5182
5183 \begin_layout Plain Layout
5184
5185 \series bold
5186
5187 \backslash
5188 raisebox
5189 \series default
5190  se usa sólo como espaciador
5191 \end_layout
5192
5193 \end_inset
5194
5195
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 </row>
5201 <row>
5202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206
5207 \backslash
5208 vmatrix
5209 \begin_inset space \textvisiblespace{}
5210 \end_inset
5211
5212 2
5213 \series bold
5214 ×
5215 \series default
5216 2
5217 \begin_inset space \thinspace{}
5218 \end_inset
5219
5220 matriz
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5230 0 & \textrm{-}\mathrm{i}\\
5231 \mathrm{i} & 0
5232 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5233 \end_inset
5234
5235
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 </row>
5241 <row>
5242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246
5247 \backslash
5248 Vmatrix
5249 \begin_inset space \textvisiblespace{}
5250 \end_inset
5251
5252 2
5253 \series bold
5254 ×
5255 \series default
5256 2
5257 \begin_inset space \thinspace{}
5258 \end_inset
5259
5260 matriz
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5270 0 & \textrm{-}\mathrm{i}\\
5271 \mathrm{i} & 0
5272 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5273 \end_inset
5274
5275
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 </row>
5281 <row>
5282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286
5287 \backslash
5288 matrix
5289 \begin_inset space \textvisiblespace{}
5290 \end_inset
5291
5292 2
5293 \series bold
5294 ×
5295 \series default
5296 2
5297 \begin_inset space \thinspace{}
5298 \end_inset
5299
5300 matriz
5301 \end_layout
5302
5303 \end_inset
5304 </cell>
5305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5306 \begin_inset Text
5307
5308 \begin_layout Plain Layout
5309 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5310 0 & \textrm{-}\mathrm{i}\\
5311 \mathrm{i} & 0
5312 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5313 \end_inset
5314
5315
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 </row>
5321 </lyxtabular>
5322
5323 \end_inset
5324
5325
5326 \begin_inset space \hfill{}
5327 \end_inset
5328
5329
5330 \end_layout
5331
5332 \begin_layout Standard
5333 \begin_inset VSpace medskip
5334 \end_inset
5335
5336
5337 \end_layout
5338
5339 \begin_layout Standard
5340 Cuando se inserta p.
5341 \begin_inset space \thinspace{}
5342 \end_inset
5343
5344 e.
5345 \begin_inset space ~
5346 \end_inset
5347
5348
5349 \series bold
5350
5351 \backslash
5352 vmatrix
5353 \series default
5354 , aparece un recuadro azul entre dos líneas verticales donde se inserta
5355  la matriz.
5356 \begin_inset Newline newline
5357 \end_inset
5358
5359 Hay que tener en cuenta que las matrices decoradas ignoran el alineamiento
5360  vertical.
5361 \end_layout
5362
5363 \begin_layout Standard
5364 \begin_inset VSpace bigskip
5365 \end_inset
5366
5367
5368 \end_layout
5369
5370 \begin_layout Standard
5371 Como todas las ecuaciones multilínea son matrices, la longitud 
5372 \series bold
5373
5374 \backslash
5375 arraycolsep
5376 \series default
5377
5378 \begin_inset Index idx
5379 status collapsed
5380
5381 \begin_layout Plain Layout
5382 Comandos ! A ! 
5383 \backslash
5384 arraycolsep
5385 \end_layout
5386
5387 \end_inset
5388
5389 , que se describe en 
5390 \begin_inset CommandInset ref
5391 LatexCommand ref
5392 reference "sub:Separación-de-columnas"
5393
5394 \end_inset
5395
5396 , también se puede usar para cambiar la separación de las columnas en una
5397  matriz.
5398  Para cambiar la separación de las filas, se usa el comando 
5399 \series bold
5400
5401 \backslash
5402 arraystretch
5403 \series default
5404
5405 \begin_inset Index idx
5406 status collapsed
5407
5408 \begin_layout Plain Layout
5409 Comandos ! A ! 
5410 \backslash
5411 arraystretch
5412 \end_layout
5413
5414 \end_inset
5415
5416  de la siguiente manera:
5417 \end_layout
5418
5419 \begin_layout Standard
5420
5421 \series bold
5422
5423 \backslash
5424 renewcommand{
5425 \backslash
5426 arraystretch}{factor de separación}
5427 \begin_inset Index idx
5428 status collapsed
5429
5430 \begin_layout Plain Layout
5431 Comandos ! R ! 
5432 \backslash
5433 renewcommand
5434 \end_layout
5435
5436 \end_inset
5437
5438
5439 \end_layout
5440
5441 \begin_layout Standard
5442 El comando 
5443 \series bold
5444
5445 \backslash
5446 renewcommand
5447 \series default
5448  asigna el factor de separación al comando predefinido 
5449 \series bold
5450
5451 \backslash
5452 arraystretch
5453 \series default
5454 .
5455  Por ejemplo, para doblar la separación de las filas, pones factor 2.
5456  Además, éste se usa para todas las matrices siguientes.
5457  Para volver a la separación original, asigna factor 1 a 
5458 \series bold
5459
5460 \backslash
5461 arraystretch
5462 \series default
5463 .
5464 \end_layout
5465
5466 \begin_layout Standard
5467 Para poner matrices en línea se usa el comando 
5468 \series bold
5469
5470 \backslash
5471 smallmatrix
5472 \series default
5473
5474 \begin_inset Index idx
5475 status collapsed
5476
5477 \begin_layout Plain Layout
5478 Comandos ! S ! 
5479 \backslash
5480 smallmatrix
5481 \end_layout
5482
5483 \end_inset
5484
5485 .
5486  Al insertarlo aparece un recuadro azul con dos líneas de trazos en el que
5487  se inserta la matriz.
5488  
5489 \end_layout
5490
5491 \begin_layout Standard
5492 Esto es una matriz 
5493 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5494 C & D
5495 \end{smallmatrix}\right)$
5496 \end_inset
5497
5498  en línea.
5499 \end_layout
5500
5501 \begin_layout Section
5502 Delimitadores
5503 \begin_inset Index idx
5504 status collapsed
5505
5506 \begin_layout Plain Layout
5507 Delimitadores
5508 \end_layout
5509
5510 \end_inset
5511
5512
5513 \end_layout
5514
5515 \begin_layout Subsection
5516 Delimitadores verticales
5517 \begin_inset Index idx
5518 status collapsed
5519
5520 \begin_layout Plain Layout
5521 Delimitadores ! verticales
5522 \end_layout
5523
5524 \end_inset
5525
5526
5527 \end_layout
5528
5529 \begin_layout Standard
5530 \begin_inset space \hfill{}
5531 \end_inset
5532
5533
5534 \begin_inset Tabular
5535 <lyxtabular version="3" rows="9" columns="2">
5536 <features rotate="0" tabularvalignment="middle">
5537 <column alignment="center" valignment="top" width="0pt">
5538 <column alignment="center" valignment="top" width="0pt">
5539 <row>
5540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 Comando
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 Resultado
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 </row>
5559 <row>
5560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 (
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 \begin_inset Formula $($
5574 \end_inset
5575
5576
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 </row>
5582 <row>
5583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587 {
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Plain Layout
5596 \begin_inset Formula $\{$
5597 \end_inset
5598
5599
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 </row>
5605 <row>
5606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 [
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Plain Layout
5619 \begin_inset Formula $[$
5620 \end_inset
5621
5622
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 </row>
5628 <row>
5629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Plain Layout
5633
5634 \backslash
5635 langle
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 \begin_inset Formula $\langle$
5645 \end_inset
5646
5647
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 </row>
5653 <row>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658
5659 \backslash
5660 lceil
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669 \begin_inset Formula $\lceil$
5670 \end_inset
5671
5672
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 </row>
5678 <row>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683
5684 \backslash
5685 lfloor
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 \begin_inset Formula $\lfloor$
5695 \end_inset
5696
5697
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 </row>
5703 <row>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 /
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 \begin_inset Formula $/$
5718 \end_inset
5719
5720
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 </row>
5726 <row>
5727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 |
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 \begin_inset Formula $|$
5741 \end_inset
5742
5743
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 </row>
5749 </lyxtabular>
5750
5751 \end_inset
5752
5753
5754 \begin_inset space \hfill{}
5755 \end_inset
5756
5757
5758 \begin_inset Tabular
5759 <lyxtabular version="3" rows="9" columns="2">
5760 <features rotate="0" tabularvalignment="middle">
5761 <column alignment="center" valignment="top" width="0pt">
5762 <column alignment="center" valignment="top" width="0pt">
5763 <row>
5764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5765 \begin_inset Text
5766
5767 \begin_layout Plain Layout
5768 Comando
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 Resultado
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 </row>
5783 <row>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 )
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 \begin_inset Formula $)$
5798 \end_inset
5799
5800
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 </row>
5806 <row>
5807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 }
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 \begin_inset Formula $\}$
5821 \end_inset
5822
5823
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 </row>
5829 <row>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 ]
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 \begin_inset Formula $]$
5844 \end_inset
5845
5846
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 </row>
5852 <row>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857
5858 \backslash
5859 rangle
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 \begin_inset Formula $\rangle$
5869 \end_inset
5870
5871
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 </row>
5877 <row>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882
5883 \backslash
5884 rceil
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 \begin_inset Formula $\rceil$
5894 \end_inset
5895
5896
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 </row>
5902 <row>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907
5908 \backslash
5909 rfloor
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 \begin_inset Formula $\rfloor$
5919 \end_inset
5920
5921
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 </row>
5927 <row>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932
5933 \backslash
5934
5935 \backslash
5936
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 \begin_inset Formula $\backslash$
5946 \end_inset
5947
5948
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 </row>
5954 <row>
5955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959
5960 \backslash
5961 |
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 \begin_inset Formula $\|$
5971 \end_inset
5972
5973
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 </row>
5979 </lyxtabular>
5980
5981 \end_inset
5982
5983
5984 \begin_inset space \hfill{}
5985 \end_inset
5986
5987
5988 \end_layout
5989
5990 \begin_layout Standard
5991 \begin_inset Note Greyedout
5992 status open
5993
5994 \begin_layout Plain Layout
5995
5996 \series bold
5997 Nota
5998 \series default
5999 : En modo TeX hay que usar el comando 
6000 \series bold
6001
6002 \backslash
6003 textbackslash
6004 \series default
6005
6006 \begin_inset Index idx
6007 status collapsed
6008
6009 \begin_layout Plain Layout
6010 Comandos ! T ! 
6011 \backslash
6012 textbackslash
6013 \end_layout
6014
6015 \end_inset
6016
6017  para la barra invertida, porque si no el comando 
6018 \series bold
6019
6020 \backslash
6021
6022 \backslash
6023
6024 \series default
6025  genera un salto de línea.
6026 \end_layout
6027
6028 \end_inset
6029
6030
6031 \end_layout
6032
6033 \begin_layout Standard
6034 El tamaño de los caracteres listados arriba se puede ajustar con los comandos
6035  descritos en las dos subsecciones siguientes.
6036  Cuando se emplean esos comandos se pueden usar directamente los caracteres
6037  < y > en vez de los comandos 
6038 \series bold
6039
6040 \backslash
6041 langle
6042 \series default
6043  y 
6044 \series bold
6045
6046 \backslash
6047 rangle
6048 \series default
6049 .
6050  
6051 \end_layout
6052
6053 \begin_layout Subsubsection
6054 Tamaño manual de los delimitadores
6055 \begin_inset CommandInset label
6056 LatexCommand label
6057 name "sub:Tamaño-manual-de"
6058
6059 \end_inset
6060
6061
6062 \begin_inset Index idx
6063 status collapsed
6064
6065 \begin_layout Plain Layout
6066 Delimitadores ! tamaño manual
6067 \end_layout
6068
6069 \end_inset
6070
6071
6072 \end_layout
6073
6074 \begin_layout Standard
6075 El tamaño de los delimitadores se puede determinar manualmente con los comandos
6076  LaTeX 
6077 \series bold
6078
6079 \backslash
6080 big
6081 \series default
6082
6083 \begin_inset Index idx
6084 status collapsed
6085
6086 \begin_layout Plain Layout
6087 Comandos ! B ! 
6088 \backslash
6089 big
6090 \end_layout
6091
6092 \end_inset
6093
6094
6095 \series bold
6096
6097 \backslash
6098 Big
6099 \series default
6100
6101 \series bold
6102
6103 \backslash
6104 bigg
6105 \series default
6106 , y 
6107 \series bold
6108
6109 \backslash
6110 Bigg
6111 \series default
6112 .
6113  
6114 \series bold
6115
6116 \backslash
6117 big
6118 \series default
6119  indica el tamaño menor y 
6120 \series bold
6121
6122 \backslash
6123 Bigg
6124 \series default
6125  el mayor.
6126 \end_layout
6127
6128 \begin_layout Standard
6129 Estos comandos se usan para resaltar niveles de delimitación:
6130 \end_layout
6131
6132 \begin_layout Standard
6133 \noindent
6134 \align center
6135 \begin_inset Tabular
6136 <lyxtabular version="3" rows="2" columns="2">
6137 <features rotate="0" tabularvalignment="middle">
6138 <column alignment="center" valignment="top">
6139 <column alignment="center" valignment="top">
6140 <row>
6141 <cell alignment="center" valignment="top" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 todos los delimitadores de igual tamaño:
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 <cell alignment="center" valignment="top" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154 \begin_inset Formula $((A+B)(A-B))^{C}{\normalcolor \raisebox{-4mm}{}}$
6155 \end_inset
6156
6157
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 </row>
6163 <row>
6164 <cell alignment="center" valignment="top" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 así tiene mejor aspecto:
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6178 \end_inset
6179
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 </row>
6186 </lyxtabular>
6187
6188 \end_inset
6189
6190
6191 \begin_inset Note Note
6192 status collapsed
6193
6194 \begin_layout Plain Layout
6195
6196 \series bold
6197
6198 \backslash
6199 raisebox
6200 \series default
6201  se usa sólo como espaciador
6202 \end_layout
6203
6204 \end_inset
6205
6206
6207 \end_layout
6208
6209 \begin_layout Standard
6210 Para la segunda expresión se ha empleado el comando 
6211 \series bold
6212
6213 \backslash
6214 Big((A+B)(A-B)
6215 \backslash
6216 Big)^
6217 \series default
6218
6219 \begin_inset space \textvisiblespace{}
6220 \end_inset
6221
6222
6223 \series bold
6224 C
6225 \series default
6226 .
6227 \end_layout
6228
6229 \begin_layout Standard
6230 He aquí una visión conjunta de todos los tamaños y delimitadores:
6231 \end_layout
6232
6233 \begin_layout Standard
6234 \noindent
6235 \align center
6236
6237 \backslash
6238 Bigg(
6239 \backslash
6240 exp
6241 \backslash
6242 bigg<
6243 \backslash
6244 Big[
6245 \backslash
6246 big{
6247 \backslash
6248 ln(3x)
6249 \backslash
6250 big}^2
6251 \begin_inset space \textvisiblespace{}
6252 \end_inset
6253
6254
6255 \backslash
6256 sen(x)
6257 \backslash
6258 Big]^
6259 \begin_inset space \textvisiblespace{}
6260 \end_inset
6261
6262 A
6263 \begin_inset space \textvisiblespace{}
6264 \end_inset
6265
6266
6267 \backslash
6268 bigg>
6269 \backslash
6270 Bigg)^0,5
6271 \begin_inset Formula 
6272 \[
6273 \Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sen(x)\Big]^{A}\bigg>\Bigg)^{0,5}
6274 \]
6275
6276 \end_inset
6277
6278
6279 \end_layout
6280
6281 \begin_layout Standard
6282 Además de los comandos 
6283 \series bold
6284
6285 \backslash
6286 big
6287 \series default
6288  hay la variante 
6289 \series bold
6290
6291 \backslash
6292 bigm
6293 \series default
6294
6295 \begin_inset Index idx
6296 status collapsed
6297
6298 \begin_layout Plain Layout
6299 Comandos ! B ! 
6300 \backslash
6301 bigm
6302 \end_layout
6303
6304 \end_inset
6305
6306 , que añade un poco más de espacio entre el delimitador y su contenido,
6307  y la variante 
6308 \series bold
6309
6310 \backslash
6311 bigl
6312 \series default
6313 -
6314 \series bold
6315
6316 \backslash
6317 bigr
6318 \series default
6319
6320 \begin_inset Index idx
6321 status collapsed
6322
6323 \begin_layout Plain Layout
6324 Comandos ! B ! 
6325 \backslash
6326 bigl - 
6327 \backslash
6328 bigr
6329 \end_layout
6330
6331 \end_inset
6332
6333 , que no añade espacio adicional.
6334  La 
6335 \emph on
6336 l
6337 \emph default
6338  al final del comando 
6339 \series bold
6340
6341 \backslash
6342 bigl 
6343 \series default
6344 es para el delimitador izquierdo, la 
6345 \emph on
6346 r
6347 \emph default
6348  es para el delimitador derecho.
6349  Un delimitador izquierdo o derecho puede ser cada uno un delimitador de
6350  apertura o de cierre.
6351 \end_layout
6352
6353 \begin_layout Standard
6354 En el siguiente cuadro hay una comparación de las variantes:
6355 \end_layout
6356
6357 \begin_layout Standard
6358 \noindent
6359 \align center
6360 \begin_inset Tabular
6361 <lyxtabular version="3" rows="5" columns="2">
6362 <features rotate="0" tabularvalignment="middle">
6363 <column alignment="center" valignment="top">
6364 <column alignment="center" valignment="top">
6365 <row>
6366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370 Comando
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 Resultado
6380 \begin_inset Note Note
6381 status collapsed
6382
6383 \begin_layout Plain Layout
6384
6385 \series bold
6386
6387 \backslash
6388 raisebox
6389 \series default
6390  se usa sólo como espaciador
6391 \end_layout
6392
6393 \end_inset
6394
6395
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 </row>
6401 <row>
6402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406
6407 \backslash
6408 Bigm(
6409 \backslash
6410 bigm(
6411 \backslash
6412 ln(3x)
6413 \backslash
6414 bigm)^2
6415 \series bold
6416
6417 \begin_inset space \textvisiblespace{}
6418 \end_inset
6419
6420
6421 \series default
6422
6423 \backslash
6424 Bigm)
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6434 \end_inset
6435
6436
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 </row>
6442 <row>
6443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447
6448 \backslash
6449 Big(
6450 \backslash
6451 big(
6452 \backslash
6453 ln(3x)
6454 \backslash
6455 big)^2
6456 \series bold
6457
6458 \begin_inset space \textvisiblespace{}
6459 \end_inset
6460
6461
6462 \series default
6463
6464 \backslash
6465 Big)
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6471 \begin_inset Text
6472
6473 \begin_layout Plain Layout
6474 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6475 \end_inset
6476
6477
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 </row>
6483 <row>
6484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488
6489 \backslash
6490 Bigl(
6491 \backslash
6492 bigl(
6493 \backslash
6494 ln(3x)
6495 \backslash
6496 bigr)^2
6497 \series bold
6498
6499 \begin_inset space \textvisiblespace{}
6500 \end_inset
6501
6502
6503 \series default
6504
6505 \backslash
6506 Bigr)
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.2mm}{}$
6516 \end_inset
6517
6518
6519 \end_layout
6520
6521 \end_inset
6522 </cell>
6523 </row>
6524 <row>
6525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Plain Layout
6529
6530 \backslash
6531 bigl)
6532 \backslash
6533 ln(3x)
6534 \backslash
6535 bigr(
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6545 \end_inset
6546
6547
6548 \end_layout
6549
6550 \end_inset
6551 </cell>
6552 </row>
6553 </lyxtabular>
6554
6555 \end_inset
6556
6557
6558 \end_layout
6559
6560 \begin_layout Subsubsection
6561 Tamaño automático de los delimitadores
6562 \begin_inset CommandInset label
6563 LatexCommand label
6564 name "sub:Tamaño-automático-de"
6565
6566 \end_inset
6567
6568
6569 \begin_inset Index idx
6570 status collapsed
6571
6572 \begin_layout Plain Layout
6573 Delimitadores ! tamaño automático
6574 \end_layout
6575
6576 \end_inset
6577
6578
6579 \end_layout
6580
6581 \begin_layout Standard
6582 Se pueden insertar delimitadores de tamaño variable con los comandos 
6583 \series bold
6584
6585 \backslash
6586 left
6587 \series default
6588
6589 \begin_inset Index idx
6590 status collapsed
6591
6592 \begin_layout Plain Layout
6593 Comandos ! L ! 
6594 \backslash
6595 left
6596 \end_layout
6597
6598 \end_inset
6599
6600  y 
6601 \series bold
6602
6603 \backslash
6604 right
6605 \series default
6606
6607 \begin_inset Index idx
6608 status collapsed
6609
6610 \begin_layout Plain Layout
6611 Comandos ! R ! 
6612 \backslash
6613 right
6614 \end_layout
6615
6616 \end_inset
6617
6618  o con el botón de la barra de ecuaciones 
6619 \begin_inset Graphics
6620         filename ../../images/dialog-show_mathdelimiter.png
6621         scale 85
6622
6623 \end_inset
6624
6625 .
6626  El delimitador deseado se debe insertar directamente detrás de 
6627 \series bold
6628
6629 \backslash
6630 left
6631 \series default
6632  y 
6633 \series bold
6634
6635 \backslash
6636 right
6637 \series default
6638 .
6639  El tamaño se calculará automáticamente después para la salida.
6640  
6641 \end_layout
6642
6643 \begin_layout Standard
6644 \noindent
6645 \align center
6646 delimitador normal: El comando 
6647 \series bold
6648
6649 \backslash
6650 ln(
6651 \backslash
6652 frac
6653 \series default
6654
6655 \begin_inset space \textvisiblespace{}
6656 \end_inset
6657
6658
6659 \series bold
6660 A
6661 \begin_inset Formula $\downarrow$
6662 \end_inset
6663
6664 C
6665 \series default
6666
6667 \begin_inset space \textvisiblespace{}
6668 \end_inset
6669
6670
6671 \series bold
6672 )
6673 \series default
6674  genera
6675 \begin_inset Formula 
6676 \[
6677 \ln(\frac{A}{C})
6678 \]
6679
6680 \end_inset
6681
6682
6683 \end_layout
6684
6685 \begin_layout Standard
6686 \noindent
6687 \align center
6688 delimitador multilínea: El comando 
6689 \series bold
6690
6691 \backslash
6692 ln
6693 \backslash
6694 left(
6695 \backslash
6696 frac
6697 \series default
6698
6699 \begin_inset space \textvisiblespace{}
6700 \end_inset
6701
6702
6703 \series bold
6704 A
6705 \begin_inset Formula $\downarrow$
6706 \end_inset
6707
6708 C
6709 \series default
6710
6711 \begin_inset space \textvisiblespace{}
6712 \end_inset
6713
6714
6715 \series bold
6716
6717 \backslash
6718 right)
6719 \series default
6720  genera
6721 \begin_inset Formula 
6722 \[
6723 \ln\left(\frac{A}{C}\right)
6724 \]
6725
6726 \end_inset
6727
6728
6729 \end_layout
6730
6731 \begin_layout Standard
6732 En lugar de 
6733 \series bold
6734
6735 \backslash
6736 left
6737 \series default
6738  y 
6739 \series bold
6740
6741 \backslash
6742 right
6743 \series default
6744  se puede usar el atajo 
6745 \family sans
6746 Alt+M
6747 \begin_inset space ~
6748 \end_inset
6749
6750 Corchete
6751 \family default
6752 .
6753  Esto tiene la ventaja de que puedes ver inmediatamente en LyX el tamaño
6754  real del delimitador y además se genera el correspondiente delimitador
6755  de cierre.
6756 \begin_inset Newline newline
6757 \end_inset
6758
6759 El comando para el último ejemplo sería 
6760 \series bold
6761
6762 \backslash
6763 ln Alt+M
6764 \series default
6765  
6766 \series bold
6767 (
6768 \backslash
6769 frac
6770 \begin_inset space \textvisiblespace{}
6771 \end_inset
6772
6773 A
6774 \begin_inset Formula $\downarrow$
6775 \end_inset
6776
6777
6778 \end_layout
6779
6780 \begin_layout Standard
6781 Para omitir uno de los dos delimitadores se inserta un punto.
6782  Por ejemplo, el comando 
6783 \series bold
6784
6785 \backslash
6786 left.
6787 \backslash
6788 frac
6789 \series default
6790
6791 \begin_inset space \textvisiblespace{}
6792 \end_inset
6793
6794
6795 \series bold
6796 A
6797 \begin_inset Formula $\downarrow$
6798 \end_inset
6799
6800 B
6801 \series default
6802
6803 \begin_inset space \textvisiblespace{}
6804 \end_inset
6805
6806
6807 \series bold
6808
6809 \backslash
6810 right}
6811 \series default
6812  da lugar a:
6813 \begin_inset Formula 
6814 \[
6815 \left.\frac{A}{B}\right\} 
6816 \]
6817
6818 \end_inset
6819
6820
6821 \end_layout
6822
6823 \begin_layout Standard
6824 LyX convertirá los comandos 
6825 \series bold
6826
6827 \backslash
6828 left
6829 \series default
6830  y 
6831 \series bold
6832
6833 \backslash
6834 right
6835 \series default
6836  a su tamaño adecuado cuando el documento sea recargado y el delimitador
6837  omitido aparecerá como línea de trazos.
6838  
6839 \begin_inset VSpace bigskip
6840 \end_inset
6841
6842
6843 \end_layout
6844
6845 \begin_layout Standard
6846 Como todas las distribuciones habituales de LaTeX incluyen eTeX, una extensión
6847  de LaTeX, el comando 
6848 \series bold
6849
6850 \backslash
6851 middle
6852 \series default
6853
6854 \begin_inset Index idx
6855 status collapsed
6856
6857 \begin_layout Plain Layout
6858 Comandos ! M ! 
6859 \backslash
6860 middle
6861 \end_layout
6862
6863 \end_inset
6864
6865  está también disponible para todos los delimitadores y límites.
6866  Con este comando la altura del siguiente carácter se adapta a la de los
6867  delimitadores circundantes, lo que es necesario, p.
6868 \begin_inset space \thinspace{}
6869 \end_inset
6870
6871 e., para vectores cuánticos: 
6872 \begin_inset Formula 
6873 \[
6874 \left\langle \phi\;\middle|\; J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6875 \]
6876
6877 \end_inset
6878
6879
6880 \end_layout
6881
6882 \begin_layout Standard
6883 Para este tipo de vectores hay un paquete LaTeX específico que se describe
6884  en
6885 \begin_inset space ~
6886 \end_inset
6887
6888
6889 \begin_inset CommandInset ref
6890 LatexCommand ref
6891 reference "sub:Vectores-cuánticos"
6892
6893 \end_inset
6894
6895 .
6896 \end_layout
6897
6898 \begin_layout Subsection
6899 Delimitadores horizontales
6900 \begin_inset Index idx
6901 status collapsed
6902
6903 \begin_layout Plain Layout
6904 Delimitadores ! horizontales
6905 \end_layout
6906
6907 \end_inset
6908
6909
6910 \end_layout
6911
6912 \begin_layout Standard
6913 \noindent
6914 \align center
6915 \begin_inset Tabular
6916 <lyxtabular version="3" rows="4" columns="2">
6917 <features rotate="0" tabularvalignment="middle">
6918 <column alignment="center" valignment="top">
6919 <column alignment="center" valignment="top">
6920 <row>
6921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 Comando
6926 \begin_inset Note Note
6927 status collapsed
6928
6929 \begin_layout Plain Layout
6930
6931 \series bold
6932
6933 \backslash
6934 raisebox
6935 \series default
6936  se usa sólo como espaciador
6937 \end_layout
6938
6939 \end_inset
6940
6941
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 Resultado
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 </row>
6956 <row>
6957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961 \begin_inset ERT
6962 status collapsed
6963
6964 \begin_layout Plain Layout
6965
6966
6967 \backslash
6968 raisebox{2.3mm}{
6969 \end_layout
6970
6971 \end_inset
6972
6973
6974 \backslash
6975 overbrace
6976 \begin_inset space \textvisiblespace{}
6977 \end_inset
6978
6979 A+B
6980 \begin_inset space \textvisiblespace{}
6981 \end_inset
6982
6983 ^
6984 \begin_inset space \textvisiblespace{}
6985 \end_inset
6986
6987 3
6988 \begin_inset ERT
6989 status collapsed
6990
6991 \begin_layout Plain Layout
6992
6993 }
6994 \end_layout
6995
6996 \end_inset
6997
6998
6999 \begin_inset Index idx
7000 status collapsed
7001
7002 \begin_layout Plain Layout
7003 Comandos ! O ! 
7004 \backslash
7005 overbrace
7006 \end_layout
7007
7008 \end_inset
7009
7010
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 \begin_inset Formula $\overbrace{A+B}^{3}$
7020 \end_inset
7021
7022
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 </row>
7028 <row>
7029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 \begin_inset ERT
7034 status collapsed
7035
7036 \begin_layout Plain Layout
7037
7038
7039 \backslash
7040 raisebox{-2.2mm}{
7041 \end_layout
7042
7043 \end_inset
7044
7045
7046 \backslash
7047 underbrace
7048 \begin_inset space \textvisiblespace{}
7049 \end_inset
7050
7051 A+B
7052 \begin_inset space \textvisiblespace{}
7053 \end_inset
7054
7055 _5
7056 \begin_inset ERT
7057 status collapsed
7058
7059 \begin_layout Plain Layout
7060
7061 }
7062 \end_layout
7063
7064 \end_inset
7065
7066
7067 \begin_inset Index idx
7068 status collapsed
7069
7070 \begin_layout Plain Layout
7071 Comandos ! U ! 
7072 \backslash
7073 underbrace
7074 \end_layout
7075
7076 \end_inset
7077
7078
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 \begin_inset Formula $\underbrace{A+B}_{5}$
7088 \end_inset
7089
7090
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 </row>
7096 <row>
7097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7098 \begin_inset Text
7099
7100 \begin_layout Plain Layout
7101
7102 \backslash
7103 overbrace
7104 \begin_inset space \textvisiblespace{}
7105 \end_inset
7106
7107
7108 \backslash
7109 underbrace
7110 \begin_inset space \textvisiblespace{}
7111 \end_inset
7112
7113 A+B_w
7114 \begin_inset space \textvisiblespace{}
7115 \end_inset
7116
7117
7118 \begin_inset space \textvisiblespace{}
7119 \end_inset
7120
7121 _7
7122 \begin_inset space \textvisiblespace{}
7123 \end_inset
7124
7125
7126 \begin_inset space \textvisiblespace{}
7127 \end_inset
7128
7129 ^
7130 \begin_inset space \textvisiblespace{}
7131 \end_inset
7132
7133 C
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7143 \end_inset
7144
7145
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 </row>
7151 </lyxtabular>
7152
7153 \end_inset
7154
7155
7156 \end_layout
7157
7158 \begin_layout Standard
7159 En el último ejemplo no importa en qué orden se introducen los comandos
7160  
7161 \series bold
7162
7163 \backslash
7164 overbrace
7165 \series default
7166  y 
7167 \series bold
7168
7169 \backslash
7170 underbrace
7171 \series default
7172 .
7173 \begin_inset VSpace bigskip
7174 \end_inset
7175
7176
7177 \end_layout
7178
7179 \begin_layout Standard
7180 Si un delimitador debe estar superpuesto a otro, hay que usar ecuaciones
7181  multilínea, como se describe en
7182 \begin_inset space ~
7183 \end_inset
7184
7185
7186 \begin_inset CommandInset ref
7187 LatexCommand ref
7188 reference "sec:Ecuaciones-multilínea"
7189
7190 \end_inset
7191
7192 :
7193 \begin_inset Formula 
7194 \begin{eqnarray*}
7195 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7196  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7197 \end{eqnarray*}
7198
7199 \end_inset
7200
7201 En la primera fila se insertan la ecuación y la primera llave.
7202  Aquí es importante insertar el comando de espacio
7203 \begin_inset Foot
7204 status collapsed
7205
7206 \begin_layout Plain Layout
7207 Los comandos para espacios se explican en 
7208 \begin_inset CommandInset ref
7209 LatexCommand ref
7210 reference "sub:Espacio-predefinido"
7211
7212 \end_inset
7213
7214
7215 \end_layout
7216
7217 \end_inset
7218
7219  
7220 \series bold
7221
7222 \backslash
7223 :
7224 \series default
7225  antes de la primera
7226 \series bold
7227  
7228 \series default
7229
7230 \begin_inset Formula $d$
7231 \end_inset
7232
7233 , porque la llave que termina detrás de 
7234 \begin_inset Formula $q$
7235 \end_inset
7236
7237  impide que el siguiente 
7238 \begin_inset Quotes fld
7239 \end_inset
7240
7241 +
7242 \begin_inset Quotes frd
7243 \end_inset
7244
7245  esté rodeado de espacio.
7246 \begin_inset Foot
7247 status collapsed
7248
7249 \begin_layout Plain Layout
7250 Debido a que la llave no es considerada como carácter, véase 
7251 \begin_inset CommandInset ref
7252 LatexCommand ref
7253 reference "sub:Operadores-binarios"
7254
7255 \end_inset
7256
7257
7258 \end_layout
7259
7260 \end_inset
7261
7262  En la segunda fila se inserta la segunda llave: como debe comenzar antes
7263  de 
7264 \begin_inset Formula $b$
7265 \end_inset
7266
7267  se inserta antes el comando 
7268 \series bold
7269
7270 \backslash
7271 hphantom{gggg+
7272 \backslash
7273 :}
7274 \series default
7275 .
7276 \begin_inset Foot
7277 status collapsed
7278
7279 \begin_layout Plain Layout
7280 Más sobre 
7281 \series bold
7282
7283 \backslash
7284 hphantom
7285 \series default
7286  en 
7287 \begin_inset CommandInset ref
7288 LatexCommand ref
7289 reference "sub:Espacios-reservados"
7290
7291 \end_inset
7292
7293
7294 \end_layout
7295
7296 \end_inset
7297
7298  Ese espacio es necesario porque el signo 
7299 \begin_inset Quotes fld
7300 \end_inset
7301
7302 +
7303 \begin_inset Quotes frd
7304 \end_inset
7305
7306  va seguido de un espacio en la ecuación.
7307  La llave se coloca bajo el comando 
7308 \series bold
7309
7310 \backslash
7311 hphantom{bbqq+dddd}
7312 \series default
7313 .
7314  
7315 \end_layout
7316
7317 \begin_layout Standard
7318 Resulta más complicado cuando una llave debe solapar a otra como en el siguiente
7319  ejemplo:
7320 \begin_inset ERT
7321 status collapsed
7322
7323 \begin_layout Plain Layout
7324
7325
7326 \backslash
7327 setlength{
7328 \backslash
7329 jot}{-6pt}
7330 \end_layout
7331
7332 \end_inset
7333
7334
7335 \begin_inset Formula 
7336 \begin{eqnarray*}
7337  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7338 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7339 \end{eqnarray*}
7340
7341 \end_inset
7342
7343
7344 \begin_inset ERT
7345 status collapsed
7346
7347 \begin_layout Plain Layout
7348
7349
7350 \backslash
7351 setlength{
7352 \backslash
7353 jot}{3pt}
7354 \end_layout
7355
7356 \end_inset
7357
7358 La primera fila de la ecuación es igual que la segunda fila del ejemplo
7359  anterior, con la diferencia de que la llave está encima.
7360  La segunda fila contiene la ecuación junto con la segunda llave.
7361  Para evitar que haya demasiado espacio entre la llave superior en la primera
7362  fila y la ecuación hay que reducirlo.
7363  Esto no es fácil de hacer debido a un fallo de LyX.
7364 \begin_inset Foot
7365 status collapsed
7366
7367 \begin_layout Plain Layout
7368 \begin_inset CommandInset href
7369 LatexCommand href
7370 name "LyX-bug #1505"
7371 target "http://www.lyx.org/trac/ticket/1505"
7372
7373 \end_inset
7374
7375
7376 \end_layout
7377
7378 \end_inset
7379
7380  Una solución es cambiar la separación global de filas en la ecuación, 
7381 \series bold
7382
7383 \backslash
7384 jot
7385 \series default
7386
7387 \begin_inset Index idx
7388 status collapsed
7389
7390 \begin_layout Plain Layout
7391 Comandos ! J ! 
7392 \backslash
7393 jot
7394 \end_layout
7395
7396 \end_inset
7397
7398 , en -6
7399 \begin_inset space \thinspace{}
7400 \end_inset
7401
7402 pt insertando antes de la ecuación el comando 
7403 \series bold
7404
7405 \backslash
7406 setlength{
7407 \backslash
7408 jot}{-6pt}
7409 \series default
7410  en modo TeX.
7411  Después de la ecuación se vuelve al valor normal 3
7412 \begin_inset space \thinspace{}
7413 \end_inset
7414
7415 pt de 
7416 \series bold
7417
7418 \backslash
7419 jot
7420 \series default
7421  usando el mismo comando.
7422  Más información sobre separación de filas en ecuaciones en
7423 \begin_inset space ~
7424 \end_inset
7425
7426
7427 \begin_inset CommandInset ref
7428 LatexCommand ref
7429 reference "sub:Separación-de-líneas"
7430
7431 \end_inset
7432
7433 .
7434 \end_layout
7435
7436 \begin_layout Section
7437 Flechas
7438 \begin_inset Index idx
7439 status collapsed
7440
7441 \begin_layout Plain Layout
7442 Flechas
7443 \end_layout
7444
7445 \end_inset
7446
7447
7448 \end_layout
7449
7450 \begin_layout Standard
7451 Las flechas se pueden insertar con el botón 
7452 \begin_inset Graphics
7453         filename ../../images/math/leftarrow.png
7454         scale 85
7455
7456 \end_inset
7457
7458  de la barra de ecuaciones o mediante los comandos listados en las subsecciones
7459  siguientes.
7460 \end_layout
7461
7462 \begin_layout Subsection
7463 Flechas horizontales
7464 \begin_inset Index idx
7465 status collapsed
7466
7467 \begin_layout Plain Layout
7468 Flechas ! horizontales
7469 \end_layout
7470
7471 \end_inset
7472
7473
7474 \end_layout
7475
7476 \begin_layout Standard
7477 \begin_inset space \hfill{}
7478 \end_inset
7479
7480
7481 \begin_inset Tabular
7482 <lyxtabular version="3" rows="8" columns="2">
7483 <features rotate="0" tabularvalignment="middle">
7484 <column alignment="center" valignment="top" width="0pt">
7485 <column alignment="center" valignment="top" width="0pt">
7486 <row>
7487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 Comando
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 Resultado
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 </row>
7506 <row>
7507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511
7512 \backslash
7513 gets
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 \begin_inset Formula $\gets$
7523 \end_inset
7524
7525
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 </row>
7531 <row>
7532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536
7537 \backslash
7538 Leftarrow
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 \begin_inset Formula $\Leftarrow$
7548 \end_inset
7549
7550
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 </row>
7556 <row>
7557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561
7562 \backslash
7563 longleftarrow
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572 \begin_inset Formula $\longleftarrow$
7573 \end_inset
7574
7575
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 </row>
7581 <row>
7582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7583 \begin_inset Text
7584
7585 \begin_layout Plain Layout
7586
7587 \backslash
7588 Longleftarrow
7589 \end_layout
7590
7591 \end_inset
7592 </cell>
7593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7594 \begin_inset Text
7595
7596 \begin_layout Plain Layout
7597 \begin_inset Formula $\Longleftarrow$
7598 \end_inset
7599
7600
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 </row>
7606 <row>
7607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611
7612 \backslash
7613 leftharpoonup
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622 \begin_inset Formula $\leftharpoonup$
7623 \end_inset
7624
7625
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 </row>
7631 <row>
7632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636
7637 \backslash
7638 leftharpoondown
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647 \begin_inset Formula $\leftharpoondown$
7648 \end_inset
7649
7650
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 </row>
7656 <row>
7657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661
7662 \backslash
7663 hookleftarrow
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672 \begin_inset Formula $\hookleftarrow$
7673 \end_inset
7674
7675
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 </row>
7681 </lyxtabular>
7682
7683 \end_inset
7684
7685
7686 \begin_inset space \hfill{}
7687 \end_inset
7688
7689
7690 \begin_inset Tabular
7691 <lyxtabular version="3" rows="8" columns="2">
7692 <features rotate="0" tabularvalignment="middle">
7693 <column alignment="center" valignment="top" width="0pt">
7694 <column alignment="center" valignment="top" width="0pt">
7695 <row>
7696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Plain Layout
7700 Comando
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709 Resultado
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 </row>
7715 <row>
7716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720
7721 \backslash
7722 to
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731 \begin_inset Formula $\to$
7732 \end_inset
7733
7734
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 </row>
7740 <row>
7741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745
7746 \backslash
7747 Rightarrow
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756 \begin_inset Formula $\Rightarrow$
7757 \end_inset
7758
7759
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 </row>
7765 <row>
7766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770
7771 \backslash
7772 longrightarrow
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781 \begin_inset Formula $\longrightarrow$
7782 \end_inset
7783
7784
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 </row>
7790 <row>
7791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \backslash
7797 Longrightarrow
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806 \begin_inset Formula $\Longrightarrow$
7807 \end_inset
7808
7809
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 </row>
7815 <row>
7816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820
7821 \backslash
7822 rightharpoonup
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831 \begin_inset Formula $\rightharpoonup$
7832 \end_inset
7833
7834
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 </row>
7840 <row>
7841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845
7846 \backslash
7847 rightharpoondown
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856 \begin_inset Formula $\rightharpoondown$
7857 \end_inset
7858
7859
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 </row>
7865 <row>
7866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870
7871 \backslash
7872 hookrightarrow
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881 \begin_inset Formula $\hookrightarrow$
7882 \end_inset
7883
7884
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 </row>
7890 </lyxtabular>
7891
7892 \end_inset
7893
7894
7895 \begin_inset space \hfill{}
7896 \end_inset
7897
7898
7899 \end_layout
7900
7901 \begin_layout Standard
7902 \begin_inset space \hfill{}
7903 \end_inset
7904
7905
7906 \begin_inset Tabular
7907 <lyxtabular version="3" rows="6" columns="2">
7908 <features rotate="0" tabularvalignment="middle">
7909 <column alignment="center" valignment="top" width="0pt">
7910 <column alignment="center" valignment="top" width="0pt">
7911 <row>
7912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 Comando
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 Resultado
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 </row>
7931 <row>
7932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \backslash
7938 leftrightarrow
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947 \begin_inset Formula $\leftrightarrow$
7948 \end_inset
7949
7950
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 </row>
7956 <row>
7957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961
7962 \backslash
7963 Leftrightarrow
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972 \begin_inset Formula $\Leftrightarrow$
7973 \end_inset
7974
7975
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 </row>
7981 <row>
7982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986
7987 \backslash
7988 longleftrightarrow
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997 \begin_inset Formula $\longleftrightarrow$
7998 \end_inset
7999
8000
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 </row>
8006 <row>
8007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011
8012 \backslash
8013 Longleftrightarrow
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022 \begin_inset Formula $\Longleftrightarrow$
8023 \end_inset
8024
8025
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 </row>
8031 <row>
8032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036
8037 \backslash
8038 rightleftharpoons
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047 \begin_inset Formula $\rightleftharpoons$
8048 \end_inset
8049
8050
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 </row>
8056 </lyxtabular>
8057
8058 \end_inset
8059
8060
8061 \begin_inset space \hspace{}
8062 \length 25pt
8063 \end_inset
8064
8065
8066 \begin_inset space \hfill{}
8067 \end_inset
8068
8069
8070 \begin_inset Tabular
8071 <lyxtabular version="3" rows="5" columns="2">
8072 <features rotate="0" tabularvalignment="middle">
8073 <column alignment="center" valignment="top" width="0pt">
8074 <column alignment="center" valignment="top" width="0pt">
8075 <row>
8076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 Comando
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 Resultado
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 </row>
8095 <row>
8096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100
8101 \backslash
8102 mapsto
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 \begin_inset Formula $\mapsto$
8112 \end_inset
8113
8114
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 </row>
8120 <row>
8121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125
8126 \backslash
8127 longmapsto
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 \begin_inset Formula $\longmapsto$
8137 \end_inset
8138
8139
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 </row>
8145 <row>
8146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150
8151 \backslash
8152 leadsto
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161 \begin_inset Formula $\leadsto$
8162 \end_inset
8163
8164
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 </row>
8170 <row>
8171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175
8176 \backslash
8177 dasharrow
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 \begin_inset Formula $\dasharrow$
8187 \end_inset
8188
8189
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 </row>
8195 </lyxtabular>
8196
8197 \end_inset
8198
8199
8200 \begin_inset space \hfill{}
8201 \end_inset
8202
8203
8204 \begin_inset VSpace medskip
8205 \end_inset
8206
8207
8208 \end_layout
8209
8210 \begin_layout Standard
8211 Las flechas que se utilizan como acentos, p.
8212 \begin_inset space \thinspace{}
8213 \end_inset
8214
8215 e.
8216  en vectores, se describen en 
8217 \begin_inset CommandInset ref
8218 LatexCommand ref
8219 reference "sec:Acentos"
8220
8221 \end_inset
8222
8223 .
8224  
8225 \begin_inset VSpace bigskip
8226 \end_inset
8227
8228
8229 \end_layout
8230
8231 \begin_layout Standard
8232 Además hay las flechas etiquetadas
8233 \begin_inset Index idx
8234 status collapsed
8235
8236 \begin_layout Plain Layout
8237 Flechas ! etiquetadas
8238 \end_layout
8239
8240 \end_inset
8241
8242  
8243 \series bold
8244
8245 \backslash
8246 xleftarrow
8247 \series default
8248
8249 \begin_inset Index idx
8250 status collapsed
8251
8252 \begin_layout Plain Layout
8253 Comandos ! X ! 
8254 \backslash
8255 xleftarrow
8256 \end_layout
8257
8258 \end_inset
8259
8260  y 
8261 \series bold
8262
8263 \backslash
8264 xrightarrow
8265 \series default
8266
8267 \begin_inset Index idx
8268 status collapsed
8269
8270 \begin_layout Plain Layout
8271 Comandos ! X ! 
8272 \backslash
8273 xrightarrow
8274 \begin_inset ERT
8275 status collapsed
8276
8277 \begin_layout Plain Layout
8278
8279
8280 \backslash
8281 vspace{4mm}
8282 \end_layout
8283
8284 \end_inset
8285
8286
8287 \end_layout
8288
8289 \end_inset
8290
8291 .
8292  Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
8293  con dos marcos azules donde se puede insertar la etiqueta.
8294  La longitud de la flecha se adapta a la anchura de la etiqueta.
8295 \end_layout
8296
8297 \begin_layout Standard
8298 \noindent
8299 \align center
8300 \begin_inset Tabular
8301 <lyxtabular version="3" rows="3" columns="2">
8302 <features rotate="0" tabularvalignment="middle">
8303 <column alignment="center" valignment="top">
8304 <column alignment="center" valignment="top">
8305 <row>
8306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 Comando
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 Resultado
8320 \begin_inset Note Note
8321 status collapsed
8322
8323 \begin_layout Plain Layout
8324
8325 \series bold
8326
8327 \backslash
8328 raisebox
8329 \series default
8330  se usa sólo como espaciador
8331 \end_layout
8332
8333 \end_inset
8334
8335
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 </row>
8341 <row>
8342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 F(a)
8347 \backslash
8348 xleftarrow
8349 \begin_inset space \textvisiblespace{}
8350 \end_inset
8351
8352 x=a
8353 \begin_inset Formula $\downarrow$
8354 \end_inset
8355
8356 x>0
8357 \begin_inset Formula $\to$
8358 \end_inset
8359
8360 F(x)
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8370 \end_inset
8371
8372
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 </row>
8378 <row>
8379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 F(x)
8384 \backslash
8385 xrightarrow
8386 \begin_inset space \textvisiblespace{}
8387 \end_inset
8388
8389 x=a
8390 \begin_inset Formula $\downarrow$
8391 \end_inset
8392
8393 x>0
8394 \begin_inset Formula $\to$
8395 \end_inset
8396
8397 F(a)
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8407 \end_inset
8408
8409
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 </row>
8415 </lyxtabular>
8416
8417 \end_inset
8418
8419
8420 \end_layout
8421
8422 \begin_layout Subsection
8423 Flechas verticales y diagonales
8424 \begin_inset Index idx
8425 status collapsed
8426
8427 \begin_layout Plain Layout
8428 Flechas ! diagonales
8429 \end_layout
8430
8431 \end_inset
8432
8433
8434 \begin_inset Index idx
8435 status collapsed
8436
8437 \begin_layout Plain Layout
8438 Flechas ! verticales
8439 \end_layout
8440
8441 \end_inset
8442
8443
8444 \end_layout
8445
8446 \begin_layout Standard
8447 \begin_inset space \hfill{}
8448 \end_inset
8449
8450
8451 \begin_inset Tabular
8452 <lyxtabular version="3" rows="7" columns="2">
8453 <features rotate="0" tabularvalignment="middle">
8454 <column alignment="center" valignment="top" width="0pt">
8455 <column alignment="center" valignment="top" width="0pt">
8456 <row>
8457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 Comando
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 Resultado
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 </row>
8476 <row>
8477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481
8482 \backslash
8483 uparrow
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492 \begin_inset Formula $\uparrow$
8493 \end_inset
8494
8495
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 </row>
8501 <row>
8502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506
8507 \backslash
8508 Uparrow
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 \begin_inset Formula $\Uparrow$
8518 \end_inset
8519
8520
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 </row>
8526 <row>
8527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531
8532 \backslash
8533 updownarrow
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 \begin_inset Formula $\updownarrow$
8543 \end_inset
8544
8545
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 </row>
8551 <row>
8552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556
8557 \backslash
8558 Updownarrow
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 \begin_inset Formula $\Updownarrow$
8568 \end_inset
8569
8570
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 </row>
8576 <row>
8577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581
8582 \backslash
8583 Downarrow
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 \begin_inset Formula $\Downarrow$
8593 \end_inset
8594
8595
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \backslash
8608 downarrow
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 \begin_inset Formula $\downarrow$
8618 \end_inset
8619
8620
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 </row>
8626 </lyxtabular>
8627
8628 \end_inset
8629
8630
8631 \begin_inset space \hfill{}
8632 \end_inset
8633
8634
8635 \begin_inset Tabular
8636 <lyxtabular version="3" rows="5" columns="2">
8637 <features rotate="0" tabularvalignment="middle">
8638 <column alignment="center" valignment="top" width="0pt">
8639 <column alignment="center" valignment="top" width="0pt">
8640 <row>
8641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 Comando
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 Resultado
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 <row>
8661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665
8666 \backslash
8667 nearrow
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 \begin_inset Formula $\nearrow$
8677 \end_inset
8678
8679
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 </row>
8685 <row>
8686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690
8691 \backslash
8692 searrow
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 \begin_inset Formula $\searrow$
8702 \end_inset
8703
8704
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 </row>
8710 <row>
8711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715
8716 \backslash
8717 swarrow
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 \begin_inset Formula $\swarrow$
8727 \end_inset
8728
8729
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 </row>
8735 <row>
8736 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740
8741 \backslash
8742 nwarrow
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 \begin_inset Formula $\nwarrow$
8752 \end_inset
8753
8754
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 </row>
8760 </lyxtabular>
8761
8762 \end_inset
8763
8764
8765 \begin_inset space \hfill{}
8766 \end_inset
8767
8768
8769 \end_layout
8770
8771 \begin_layout Standard
8772 \begin_inset VSpace medskip
8773 \end_inset
8774
8775
8776 \end_layout
8777
8778 \begin_layout Standard
8779 Las flechas verticales también se pueden usar como delimitadores junto con
8780  los comandos descritos en
8781 \begin_inset space ~
8782 \end_inset
8783
8784
8785 \begin_inset CommandInset ref
8786 LatexCommand ref
8787 reference "sub:Tamaño-manual-de"
8788
8789 \end_inset
8790
8791  y 
8792 \begin_inset CommandInset ref
8793 LatexCommand ref
8794 reference "sub:Tamaño-automático-de"
8795
8796 \end_inset
8797
8798 .
8799 \end_layout
8800
8801 \begin_layout Standard
8802 \noindent
8803 \align center
8804 \begin_inset Newpage newpage
8805 \end_inset
8806
8807
8808 \end_layout
8809
8810 \begin_layout Section
8811 Acentos
8812 \begin_inset CommandInset label
8813 LatexCommand label
8814 name "sec:Acentos"
8815
8816 \end_inset
8817
8818
8819 \begin_inset Index idx
8820 status collapsed
8821
8822 \begin_layout Plain Layout
8823 Acentos
8824 \end_layout
8825
8826 \end_inset
8827
8828
8829 \end_layout
8830
8831 \begin_layout Standard
8832 Los acentos se pueden insertar con el botón 
8833 \begin_inset Graphics
8834         filename ../../images/math/hat.png
8835         scale 85
8836
8837 \end_inset
8838
8839  o mediante los comandos listados en las siguientes subsecciones.
8840 \end_layout
8841
8842 \begin_layout Subsection
8843 Acentos para un carácter
8844 \begin_inset ERT
8845 status collapsed
8846
8847 \begin_layout Plain Layout
8848
8849
8850 \backslash
8851 texorpdfstring{
8852 \end_layout
8853
8854 \end_inset
8855
8856
8857 \begin_inset Foot
8858 status collapsed
8859
8860 \begin_layout Plain Layout
8861 Para acentos en texto, véase 
8862 \begin_inset CommandInset ref
8863 LatexCommand ref
8864 reference "sub:Acentos-en-texto"
8865
8866 \end_inset
8867
8868
8869 \end_layout
8870
8871 \end_inset
8872
8873
8874 \begin_inset ERT
8875 status collapsed
8876
8877 \begin_layout Plain Layout
8878
8879 }{}
8880 \end_layout
8881
8882 \end_inset
8883
8884
8885 \begin_inset Note Note
8886 status collapsed
8887
8888 \begin_layout Plain Layout
8889
8890 \series bold
8891
8892 \backslash
8893 texorpdfstring
8894 \series default
8895  se usa para evitar que la nota al pie aparezca en los marcadores PDF.
8896 \end_layout
8897
8898 \begin_layout Plain Layout
8899 Más sobre 
8900 \series bold
8901
8902 \backslash
8903 texorpdfstring
8904 \series default
8905  en la sección 
8906 \begin_inset CommandInset ref
8907 LatexCommand ref
8908 reference "sub:Ecuaciones-en-encabezados"
8909
8910 \end_inset
8911
8912 .
8913 \end_layout
8914
8915 \end_inset
8916
8917
8918 \begin_inset CommandInset label
8919 LatexCommand label
8920 name "sub:Acentos-para-un"
8921
8922 \end_inset
8923
8924
8925 \begin_inset Index idx
8926 status collapsed
8927
8928 \begin_layout Plain Layout
8929 Acentos ! para un carácter
8930 \end_layout
8931
8932 \end_inset
8933
8934
8935 \end_layout
8936
8937 \begin_layout Standard
8938 \begin_inset space \hfill{}
8939 \end_inset
8940
8941
8942 \begin_inset Tabular
8943 <lyxtabular version="3" rows="8" columns="2">
8944 <features rotate="0" tabularvalignment="middle">
8945 <column alignment="center" valignment="top" width="0pt">
8946 <column alignment="center" valignment="top" width="0pt">
8947 <row>
8948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 Comando
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 Resultado
8962 \begin_inset Note Note
8963 status collapsed
8964
8965 \begin_layout Plain Layout
8966
8967 \series bold
8968
8969 \backslash
8970 raisebox
8971 \series default
8972  se usa sólo como espaciador
8973 \end_layout
8974
8975 \end_inset
8976
8977
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 </row>
8983 <row>
8984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988
8989 \backslash
8990 dot
8991 \begin_inset space \textvisiblespace{}
8992 \end_inset
8993
8994 A
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9004 \end_inset
9005
9006
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 </row>
9012 <row>
9013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017
9018 \backslash
9019 ddot
9020 \begin_inset space \textvisiblespace{}
9021 \end_inset
9022
9023 A
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9033 \end_inset
9034
9035
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 </row>
9041 <row>
9042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046
9047 \backslash
9048 dddot
9049 \begin_inset space \textvisiblespace{}
9050 \end_inset
9051
9052 A
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9062 \end_inset
9063
9064
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 </row>
9070 <row>
9071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075
9076 \backslash
9077 ddddot
9078 \begin_inset space \textvisiblespace{}
9079 \end_inset
9080
9081 A
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9091 \end_inset
9092
9093
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 </row>
9099 <row>
9100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104
9105 \backslash
9106 vec
9107 \begin_inset space \textvisiblespace{}
9108 \end_inset
9109
9110 A
9111 \begin_inset Index idx
9112 status collapsed
9113
9114 \begin_layout Plain Layout
9115 Vectores
9116 \end_layout
9117
9118 \end_inset
9119
9120
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9130 \end_inset
9131
9132
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 </row>
9138 <row>
9139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143
9144 \backslash
9145 bar
9146 \begin_inset space \textvisiblespace{}
9147 \end_inset
9148
9149 A
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9159 \end_inset
9160
9161
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 </row>
9167 <row>
9168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172
9173 \backslash
9174 mathring
9175 \begin_inset space \textvisiblespace{}
9176 \end_inset
9177
9178 A
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9188 \end_inset
9189
9190
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 </row>
9196 </lyxtabular>
9197
9198 \end_inset
9199
9200
9201 \begin_inset space \hfill{}
9202 \end_inset
9203
9204
9205 \begin_inset Tabular
9206 <lyxtabular version="3" rows="7" columns="2">
9207 <features rotate="0" tabularvalignment="middle">
9208 <column alignment="center" valignment="top" width="0pt">
9209 <column alignment="center" valignment="top" width="0pt">
9210 <row>
9211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 Comando
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 Resultado
9225 \begin_inset Note Note
9226 status collapsed
9227
9228 \begin_layout Plain Layout
9229
9230 \series bold
9231
9232 \backslash
9233 raisebox
9234 \series default
9235  se usa sólo como espaciador
9236 \end_layout
9237
9238 \end_inset
9239
9240
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 </row>
9246 <row>
9247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251
9252 \backslash
9253 tilde
9254 \begin_inset space \textvisiblespace{}
9255 \end_inset
9256
9257 A
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9267 \end_inset
9268
9269
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 </row>
9275 <row>
9276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Plain Layout
9280
9281 \backslash
9282 hat
9283 \begin_inset space \textvisiblespace{}
9284 \end_inset
9285
9286 A
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9296 \end_inset
9297
9298
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 </row>
9304 <row>
9305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309
9310 \backslash
9311 check
9312 \begin_inset space \textvisiblespace{}
9313 \end_inset
9314
9315 A
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9325 \end_inset
9326
9327
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 </row>
9333 <row>
9334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338
9339 \backslash
9340 acute
9341 \begin_inset space \textvisiblespace{}
9342 \end_inset
9343
9344 A
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9350 \begin_inset Text
9351
9352 \begin_layout Plain Layout
9353 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9354 \end_inset
9355
9356
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 </row>
9362 <row>
9363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367
9368 \backslash
9369 grave
9370 \begin_inset space \textvisiblespace{}
9371 \end_inset
9372
9373 A
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9383 \end_inset
9384
9385
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 </row>
9391 <row>
9392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396
9397 \backslash
9398 breve
9399 \begin_inset space \textvisiblespace{}
9400 \end_inset
9401
9402 A
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9412 \end_inset
9413
9414
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 </row>
9420 </lyxtabular>
9421
9422 \end_inset
9423
9424
9425 \begin_inset space \hfill{}
9426 \end_inset
9427
9428
9429 \end_layout
9430
9431 \begin_layout Standard
9432 \begin_inset VSpace bigskip
9433 \end_inset
9434
9435
9436 \end_layout
9437
9438 \begin_layout Standard
9439 En ecuaciones se pueden insertar acentos como 
9440 \begin_inset Quotes fld
9441 \end_inset
9442
9443 é
9444 \begin_inset Quotes frd
9445 \end_inset
9446
9447  directamente.
9448  LyX los transformará al comando de acento correspondiente.
9449  Para poner diéresis
9450 \begin_inset Index idx
9451 status collapsed
9452
9453 \begin_layout Plain Layout
9454 Dieresis@Diéresis
9455 \end_layout
9456
9457 \end_inset
9458
9459  es mejor insertar comillas antes de la vocal.
9460  Estos dos caracteres son considerados por LaTeX como 
9461 \emph on
9462 un solo
9463 \emph default
9464  carácter si la parte de la ecuación con la diéresis se marca en idioma
9465  alemán.
9466 \begin_inset Foot
9467 status collapsed
9468
9469 \begin_layout Plain Layout
9470 O algún otro idioma que use acentos, p.
9471 \begin_inset space \thinspace{}
9472 \end_inset
9473
9474 e.
9475  catalán.
9476  Aunque esto no funciona en español por algún conflicto con el estilo 
9477 \series bold
9478 spanish
9479 \series default
9480  de 
9481 \series bold
9482 babel
9483 \series default
9484 , no es necesario: se puede escribir 
9485 \begin_inset Formula $ï$
9486 \end_inset
9487
9488  en una ecuación igual que se hace en texto normal, ï.
9489  (
9490 \emph on
9491 N.
9492 \begin_inset space \thinspace{}
9493 \end_inset
9494
9495 del t.
9496 \emph default
9497 )
9498 \end_layout
9499
9500 \end_inset
9501
9502  A diferencia de 
9503 \series bold
9504
9505 \backslash
9506 ddot
9507 \series default
9508 , con este método se generan diéresis 
9509 \begin_inset Quotes fld
9510 \end_inset
9511
9512 reales
9513 \begin_inset Quotes frd
9514 \end_inset
9515
9516 , como se demuestra en el siguiente ejemplo:
9517 \begin_inset VSpace -2mm
9518 \end_inset
9519
9520
9521 \end_layout
9522
9523 \begin_layout Standard
9524 \noindent
9525 \align center
9526 \begin_inset Tabular
9527 <lyxtabular version="3" rows="3" columns="2">
9528 <features rotate="0" tabularvalignment="middle">
9529 <column alignment="center" valignment="top">
9530 <column alignment="center" valignment="top">
9531 <row>
9532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536 Comando
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545 Resultado
9546 \begin_inset Note Note
9547 status collapsed
9548
9549 \begin_layout Plain Layout
9550
9551 \series bold
9552
9553 \backslash
9554 raisebox
9555 \series default
9556  se usa sólo como espaciador.
9557 \end_layout
9558
9559 \end_inset
9560
9561
9562 \end_layout
9563
9564 \end_inset
9565 </cell>
9566 </row>
9567 <row>
9568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572 ï
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581 \begin_inset Formula $ï$
9582 \end_inset
9583
9584
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 </row>
9590 <row>
9591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595
9596 \backslash
9597 ddot
9598 \begin_inset space \textvisiblespace{}
9599 \end_inset
9600
9601 i
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9611 \end_inset
9612
9613
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 </row>
9619 </lyxtabular>
9620
9621 \end_inset
9622
9623
9624 \end_layout
9625
9626 \begin_layout Standard
9627 Otra ventaja frente a 
9628 \series bold
9629
9630 \backslash
9631 ddot
9632 \series default
9633  es que la diéresis puede convertirse directamente a texto matemático, porque
9634  los anteriores comandos para acentos 
9635 \emph on
9636 no están permitidos en texto matemático
9637 \emph default
9638 .
9639  Para convertir un carácter acentuado a texto matemático, se debe convertir
9640  sólo el carácter bajo el acento.
9641  Esto también se aplica para otras conversiones, p.
9642 \begin_inset space \thinspace{}
9643 \end_inset
9644
9645 e.
9646 \begin_inset space ~
9647 \end_inset
9648
9649 cursiva o negrita.
9650 \end_layout
9651
9652 \begin_layout Standard
9653 En texto matemático, la diéresis y otros acentos pueden insertarse directamente.
9654 \end_layout
9655
9656 \begin_layout Standard
9657 \begin_inset VSpace bigskip
9658 \end_inset
9659
9660
9661 \end_layout
9662
9663 \begin_layout Standard
9664
9665 \lang english
9666 LyX also supports a tilde under the character if the LaTeX-package
9667 \lang spanish
9668  
9669 \series bold
9670 undertilde
9671 \series default
9672
9673 \begin_inset Index idx
9674 status collapsed
9675
9676 \begin_layout Plain Layout
9677 Paquetes ! undertilde
9678 \end_layout
9679
9680 \end_inset
9681
9682  
9683 \lang english
9684 is installed on your system:
9685 \end_layout
9686
9687 \begin_layout Standard
9688 \begin_inset ERT
9689 status collapsed
9690
9691 \begin_layout Plain Layout
9692
9693
9694 \backslash
9695 ifundertilde 
9696 \end_layout
9697
9698 \end_inset
9699
9700
9701 \begin_inset Note Note
9702 status open
9703
9704 \begin_layout Plain Layout
9705 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
9706 \series bold
9707 undertilde
9708 \series default
9709  está instalado.
9710 \end_layout
9711
9712 \end_inset
9713
9714
9715 \end_layout
9716
9717 \begin_layout Standard
9718 \noindent
9719 \align center
9720 \begin_inset Tabular
9721 <lyxtabular version="3" rows="2" columns="2">
9722 <features rotate="0" tabularvalignment="middle">
9723 <column alignment="center" valignment="top" width="0pt">
9724 <column alignment="center" valignment="top" width="0pt">
9725 <row>
9726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730 Comando
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739 Resultado
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 </row>
9745 <row>
9746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750
9751 \backslash
9752 utilde
9753 \begin_inset space \textvisiblespace{}
9754 \end_inset
9755
9756 A
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9766 \end_inset
9767
9768
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 </row>
9774 </lyxtabular>
9775
9776 \end_inset
9777
9778
9779 \end_layout
9780
9781 \begin_layout Standard
9782 \begin_inset ERT
9783 status collapsed
9784
9785 \begin_layout Plain Layout
9786
9787
9788 \backslash
9789 else
9790 \end_layout
9791
9792 \end_inset
9793
9794
9795 \begin_inset Note Note
9796 status open
9797
9798 \begin_layout Plain Layout
9799 Lo que sigue se verá en la salida si el paquete LaTeX 
9800 \series bold
9801 undertilde
9802 \series default
9803  no está instalado:
9804 \end_layout
9805
9806 \end_inset
9807
9808
9809 \end_layout
9810
9811 \begin_layout Standard
9812 Debes instalar el paquete LaTeX 
9813 \series bold
9814 undertilde
9815 \series default
9816  para ver en la salida el resto de esta subsección.
9817 \end_layout
9818
9819 \begin_layout Standard
9820 \begin_inset ERT
9821 status collapsed
9822
9823 \begin_layout Plain Layout
9824
9825
9826 \backslash
9827 fi
9828 \end_layout
9829
9830 \end_inset
9831
9832
9833 \end_layout
9834
9835 \begin_layout Subsection
9836 Acentos para varios caracteres
9837 \begin_inset Index idx
9838 status collapsed
9839
9840 \begin_layout Plain Layout
9841 Acentos ! en varios caracteres
9842 \end_layout
9843
9844 \end_inset
9845
9846
9847 \end_layout
9848
9849 \begin_layout Standard
9850 \begin_inset space \hfill{}
9851 \end_inset
9852
9853
9854 \begin_inset Tabular
9855 <lyxtabular version="3" rows="5" columns="2">
9856 <features rotate="0" tabularvalignment="middle">
9857 <column alignment="center" valignment="top" width="0pt">
9858 <column alignment="center" valignment="top" width="0pt">
9859 <row>
9860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864 Comando
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873 Resultado
9874 \begin_inset Note Note
9875 status collapsed
9876
9877 \begin_layout Plain Layout
9878
9879 \series bold
9880
9881 \backslash
9882 raisebox
9883 \series default
9884  se usa sólo como espaciador
9885 \end_layout
9886
9887 \end_inset
9888
9889
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 </row>
9895 <row>
9896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900
9901 \backslash
9902 overleftarrow
9903 \begin_inset space \textvisiblespace{}
9904 \end_inset
9905
9906 A=B
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9916 \end_inset
9917
9918
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 </row>
9924 <row>
9925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929
9930 \backslash
9931 underleftarrow
9932 \begin_inset space \textvisiblespace{}
9933 \end_inset
9934
9935 A=B
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9945 \end_inset
9946
9947
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 </row>
9953 <row>
9954 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958
9959 \backslash
9960 overleftrightarrow
9961 \begin_inset space \textvisiblespace{}
9962 \end_inset
9963
9964 A=B
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9974 \end_inset
9975
9976
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 </row>
9982 <row>
9983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987
9988 \backslash
9989 underleftrightarrow
9990 \begin_inset space \textvisiblespace{}
9991 \end_inset
9992
9993 A=B
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10003 \end_inset
10004
10005
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 </row>
10011 </lyxtabular>
10012
10013 \end_inset
10014
10015
10016 \begin_inset space \hfill{}
10017 \end_inset
10018
10019
10020 \begin_inset Tabular
10021 <lyxtabular version="3" rows="5" columns="2">
10022 <features rotate="0" tabularvalignment="middle">
10023 <column alignment="center" valignment="top" width="0pt">
10024 <column alignment="center" valignment="top" width="0pt">
10025 <row>
10026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030 Comando
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039 Resultado
10040 \begin_inset Note Note
10041 status collapsed
10042
10043 \begin_layout Plain Layout
10044
10045 \series bold
10046
10047 \backslash
10048 raisebox
10049 \series default
10050  se usa sólo como espaciador
10051 \end_layout
10052
10053 \end_inset
10054
10055
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 </row>
10061 <row>
10062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066
10067 \backslash
10068 overrightarrow
10069 \begin_inset space \textvisiblespace{}
10070 \end_inset
10071
10072 A=B
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10082 \end_inset
10083
10084
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 </row>
10090 <row>
10091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095
10096 \backslash
10097 underrightarrow
10098 \begin_inset space \textvisiblespace{}
10099 \end_inset
10100
10101 A=B
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10111 \end_inset
10112
10113
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 </row>
10119 <row>
10120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124
10125 \backslash
10126 widetilde
10127 \begin_inset space \textvisiblespace{}
10128 \end_inset
10129
10130 A=B
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10140 \end_inset
10141
10142
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 </row>
10148 <row>
10149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153
10154 \backslash
10155 widehat
10156 \begin_inset space \textvisiblespace{}
10157 \end_inset
10158
10159 A=B
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10169 \end_inset
10170
10171
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 </row>
10177 </lyxtabular>
10178
10179 \end_inset
10180
10181
10182 \begin_inset space \hfill{}
10183 \end_inset
10184
10185
10186 \end_layout
10187
10188 \begin_layout Standard
10189 \begin_inset VSpace medskip
10190 \end_inset
10191
10192
10193 \end_layout
10194
10195 \begin_layout Standard
10196 Con estos comandos se pueden acentuar tantos caracteres como quieras.
10197  Pero los acentos 
10198 \series bold
10199
10200 \backslash
10201 widetilde
10202 \series default
10203  y 
10204 \series bold
10205
10206 \backslash
10207 widehat
10208 \series default
10209  sólo pueden abarcar tres caracteres en la salida, como se muestra en este
10210  ejemplo:
10211 \begin_inset Formula 
10212 \[
10213 \widetilde{A+B=C-D}
10214 \]
10215
10216 \end_inset
10217
10218
10219 \end_layout
10220
10221 \begin_layout Standard
10222 Con los comandos 
10223 \series bold
10224
10225 \backslash
10226 overset
10227 \series default
10228
10229 \begin_inset Index idx
10230 status collapsed
10231
10232 \begin_layout Plain Layout
10233 Comandos ! O ! 
10234 \backslash
10235 overset
10236 \end_layout
10237
10238 \end_inset
10239
10240  y 
10241 \series bold
10242
10243 \backslash
10244 underset
10245 \series default
10246
10247 \begin_inset Index idx
10248 status collapsed
10249
10250 \begin_layout Plain Layout
10251 Comandos ! U ! 
10252 \backslash
10253 underset
10254 \end_layout
10255
10256 \end_inset
10257
10258 , descritos en la subsección anterior, también se pueden acentuar varios
10259  caracteres.
10260  El comando 
10261 \series bold
10262
10263 \backslash
10264 underset
10265 \begin_inset space \textvisiblespace{}
10266 \end_inset
10267
10268 A=B
10269 \begin_inset Formula $\downarrow$
10270 \end_inset
10271
10272 ***
10273 \series default
10274  da:
10275 \begin_inset Formula 
10276 \[
10277 \underset{***}{A=B}
10278 \]
10279
10280 \end_inset
10281
10282
10283 \end_layout
10284
10285 \begin_layout Section
10286 Espacios
10287 \begin_inset CommandInset label
10288 LatexCommand label
10289 name "sec:Espacio"
10290
10291 \end_inset
10292
10293
10294 \begin_inset Index idx
10295 status collapsed
10296
10297 \begin_layout Plain Layout
10298 Espacio ! horizontal
10299 \end_layout
10300
10301 \end_inset
10302
10303
10304 \end_layout
10305
10306 \begin_layout Subsection
10307 Espacio predefinido
10308 \begin_inset CommandInset label
10309 LatexCommand label
10310 name "sub:Espacio-predefinido"
10311
10312 \end_inset
10313
10314
10315 \begin_inset Index idx
10316 status collapsed
10317
10318 \begin_layout Plain Layout
10319 Espacio ! horizontal ! predefinido
10320 \end_layout
10321
10322 \end_inset
10323
10324
10325 \end_layout
10326
10327 \begin_layout Standard
10328 A veces es necesario insertar espacio horizontal en una ecuación.
10329  Esto se hace insertando un espacio protegido (atajo 
10330 \family sans
10331 Ctrl+Espacio
10332 \family default
10333 ).
10334  Aparece un 
10335 \begin_inset Quotes fld
10336 \end_inset
10337
10338
10339 \color black
10340
10341 \begin_inset space \textvisiblespace{}
10342 \end_inset
10343
10344
10345 \color inherit
10346
10347 \begin_inset Quotes frd
10348 \end_inset
10349
10350 , y pulsando 
10351 \family sans
10352 Espacio
10353 \family default
10354  sucesivas veces se pueden seleccionar hasta ocho diferentes tamaños de
10355  espacio.
10356  También se pueden insertar espacios mediante el botón 
10357 \begin_inset Graphics
10358         filename ../../images/math/space.png
10359         scale 85
10360
10361 \end_inset
10362
10363  de la barra de ecuaciones o con comandos especiales.
10364  Independientemente del comando insertado, se puede seleccionar un nuevo
10365  tamaño pulsando acto seguido 
10366 \family sans
10367 Espacio.
10368  
10369 \end_layout
10370
10371 \begin_layout Standard
10372 \noindent
10373 \align center
10374 \begin_inset VSpace -5mm
10375 \end_inset
10376
10377
10378 \begin_inset Tabular
10379 <lyxtabular version="3" rows="3" columns="7">
10380 <features rotate="0" tabularvalignment="middle">
10381 <column alignment="center" valignment="middle" width="6.8cm">
10382 <column alignment="center" valignment="top">
10383 <column alignment="center" valignment="top">
10384 <column alignment="center" valignment="top">
10385 <column alignment="center" valignment="top">
10386 <column alignment="center" valignment="top">
10387 <column alignment="center" valignment="top">
10388 <row>
10389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393 Comando
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402
10403 \backslash
10404 ,
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413
10414 \backslash
10415 :
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424
10425 \backslash
10426 ;
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435
10436 \backslash
10437 quad
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446
10447 \backslash
10448 qquad
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457
10458 \backslash
10459 !
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 </row>
10465 <row>
10466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 Número de pulsaciones de 
10471 \family sans
10472 Espacio
10473 \family default
10474  tras insertar el espacio protegido
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 0
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 1
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 2
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510 3
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519 4
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 5
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 </row>
10534 <row>
10535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 Resultado
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548 \begin_inset Formula $A\, B$
10549 \end_inset
10550
10551
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560 \begin_inset Formula $A\: B$
10561 \end_inset
10562
10563
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 \begin_inset Formula $A\; B$
10573 \end_inset
10574
10575
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 \begin_inset Formula $A\quad B$
10585 \end_inset
10586
10587
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 \begin_inset Formula $A\qquad B$
10597 \end_inset
10598
10599
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608 \begin_inset Formula $A\! B$
10609 \end_inset
10610
10611
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 </row>
10617 </lyxtabular>
10618
10619 \end_inset
10620
10621
10622 \end_layout
10623
10624 \begin_layout Standard
10625 El último tamaño parece no generar espacio.
10626  A diferencia de los otros se muestra en rojo en LyX, porque es un espacio
10627  negativo.
10628  Hay otros dos espacios negativos:
10629 \end_layout
10630
10631 \begin_layout Standard
10632 \align center
10633 \begin_inset Tabular
10634 <lyxtabular version="3" rows="3" columns="3">
10635 <features rotate="0" tabularvalignment="middle">
10636 <column alignment="center" valignment="middle" width="6.8cm">
10637 <column alignment="center" valignment="top" width="0pt">
10638 <column alignment="center" valignment="top" width="0pt">
10639 <row>
10640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644 Comando
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653
10654 \backslash
10655 negmedspace
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664
10665 \backslash
10666 negthickspace
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 </row>
10672 <row>
10673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677 Número de pulsaciones de 
10678 \family sans
10679 Espacio
10680 \family default
10681  tras insertar el espacio protegido
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690 6
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699 7
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 </row>
10705 <row>
10706 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710 Resultado
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719 \begin_inset Formula $A\negmedspace B$
10720 \end_inset
10721
10722
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 \begin_inset Formula $A\negthickspace B$
10732 \end_inset
10733
10734
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 </row>
10740 </lyxtabular>
10741
10742 \end_inset
10743
10744
10745 \end_layout
10746
10747 \begin_layout Standard
10748 Los espacios negativos pueden llegar a solapar unos caracteres con otros.
10749  Así, se pueden usar para forzar ligaduras, lo que es apropiado, por ejemplo,
10750  para operadores suma: 
10751 \end_layout
10752
10753 \begin_layout Standard
10754 \noindent
10755 \align center
10756 \begin_inset Tabular
10757 <lyxtabular version="3" rows="3" columns="2">
10758 <features rotate="0" tabularvalignment="middle">
10759 <column alignment="center" valignment="top">
10760 <column alignment="center" valignment="top">
10761 <row>
10762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766 Comando
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775 Resultado
10776 \begin_inset Note Note
10777 status collapsed
10778
10779 \begin_layout Plain Layout
10780
10781 \series bold
10782
10783 \backslash
10784 raisebox
10785 \series default
10786  se usa sólo como espaciador
10787 \end_layout
10788
10789 \end_inset
10790
10791
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 </row>
10797 <row>
10798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802
10803 \backslash
10804 sum
10805 \backslash
10806 sum
10807 \begin_inset space \textvisiblespace{}
10808 \end_inset
10809
10810 f_kl
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10816 \begin_inset Text
10817
10818 \begin_layout Plain Layout
10819 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10820 \end_inset
10821
10822
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 </row>
10828 <row>
10829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833
10834 \backslash
10835 sum
10836 \backslash
10837 negmedspace
10838 \backslash
10839 sum
10840 \begin_inset space \textvisiblespace{}
10841 \end_inset
10842
10843 f_kl
10844 \end_layout
10845
10846 \end_inset
10847 </cell>
10848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10849 \begin_inset Text
10850
10851 \begin_layout Plain Layout
10852 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10853 \end_inset
10854
10855
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 </row>
10861 </lyxtabular>
10862
10863 \end_inset
10864
10865
10866 \end_layout
10867
10868 \begin_layout Standard
10869 Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
10870  Para suprimirlos, el signo igual se coloca entre llaves TeX.
10871  El siguiente ejemplo lo ilustra:
10872 \end_layout
10873
10874 \begin_layout Standard
10875 \noindent
10876 \align center
10877 \begin_inset Tabular
10878 <lyxtabular version="3" rows="2" columns="2">
10879 <features rotate="0" tabularvalignment="middle">
10880 <column alignment="center" valignment="top">
10881 <column alignment="center" valignment="top">
10882 <row>
10883 <cell alignment="center" valignment="top" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887 ecuación normal
10888 \end_layout
10889
10890 \end_inset
10891 </cell>
10892 <cell alignment="center" valignment="top" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896 \begin_inset Formula $A=B$
10897 \end_inset
10898
10899
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 </row>
10905 <row>
10906 <cell alignment="center" valignment="top" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 \begin_inset Note Note
10911 status collapsed
10912
10913 \begin_layout Plain Layout
10914
10915 \series bold
10916
10917 \backslash
10918 raisebox
10919 \series default
10920  se usa sólo como espaciador
10921 \end_layout
10922
10923 \end_inset
10924
10925
10926 \begin_inset Formula $\raisebox{5mm}{}$
10927 \end_inset
10928
10929 ecuación sin espacio
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 <cell alignment="center" valignment="top" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938 \begin_inset Formula $A{=}B$
10939 \end_inset
10940
10941
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 </row>
10947 </lyxtabular>
10948
10949 \end_inset
10950
10951
10952 \end_layout
10953
10954 \begin_layout Standard
10955 El comando para la segunda ecuación es: 
10956 \series bold
10957 A
10958 \backslash
10959 {=
10960 \begin_inset Formula $\rightarrow$
10961 \end_inset
10962
10963 B
10964 \series default
10965  
10966 \begin_inset VSpace bigskip
10967 \end_inset
10968
10969
10970 \end_layout
10971
10972 \begin_layout Standard
10973 Para las unidades físicas hacen falta espacios, porque entre el valor y
10974  su unidad se pone un espacio más pequeño que el normal.
10975  Para unidades en el texto se inserta con el menú 
10976 \family sans
10977 Insertar\SpecialChar \menuseparator
10978 Formato\SpecialChar \menuseparator
10979 Espacio
10980 \begin_inset space ~
10981 \end_inset
10982
10983 delgado
10984 \family default
10985  (atajo 
10986 \family sans
10987 Ctrl+Mayúscula+Espacio
10988 \family default
10989 ).
10990 \end_layout
10991
10992 \begin_layout Standard
10993 Un ejemplo para visualizar la diferencia:
10994 \end_layout
10995
10996 \begin_layout Standard
10997 \begin_inset Tabular
10998 <lyxtabular version="3" rows="2" columns="2">
10999 <features rotate="0" tabularvalignment="middle">
11000 <column alignment="center" valignment="top">
11001 <column alignment="left" valignment="top">
11002 <row>
11003 <cell alignment="center" valignment="top" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007 24 kW
11008 \begin_inset Formula $\cdot$
11009 \end_inset
11010
11011 h
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 espacio entre valor y unidad 
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 </row>
11026 <row>
11027 <cell alignment="center" valignment="top" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031 24
11032 \begin_inset space \thinspace{}
11033 \end_inset
11034
11035 kW
11036 \begin_inset Formula $\cdot$
11037 \end_inset
11038
11039 h
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 espacio delgado entre valor y unidad
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 </row>
11054 </lyxtabular>
11055
11056 \end_inset
11057
11058
11059 \end_layout
11060
11061 \begin_layout Subsection
11062 Espacio variable
11063 \begin_inset ERT
11064 status collapsed
11065
11066 \begin_layout Plain Layout
11067
11068
11069 \backslash
11070 texorpdfstring{
11071 \end_layout
11072
11073 \end_inset
11074
11075
11076 \begin_inset Foot
11077 status collapsed
11078
11079 \begin_layout Plain Layout
11080 Para espacio vertical en ecuaciones véase 
11081 \begin_inset CommandInset ref
11082 LatexCommand ref
11083 reference "sub:Separación-de-líneas"
11084
11085 \end_inset
11086
11087
11088 \end_layout
11089
11090 \end_inset
11091
11092
11093 \begin_inset ERT
11094 status collapsed
11095
11096 \begin_layout Plain Layout
11097
11098 }{}
11099 \end_layout
11100
11101 \end_inset
11102
11103
11104 \begin_inset Note Note
11105 status collapsed
11106
11107 \begin_layout Plain Layout
11108
11109 \backslash
11110 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
11111  PDF.
11112 \end_layout
11113
11114 \begin_layout Plain Layout
11115 Más sobre 
11116 \backslash
11117 texorpdfstring en la sección 
11118 \begin_inset CommandInset ref
11119 LatexCommand ref
11120 reference "sub:Ecuaciones-en-encabezados"
11121
11122 \end_inset
11123
11124 .
11125 \end_layout
11126
11127 \end_inset
11128
11129
11130 \begin_inset CommandInset label
11131 LatexCommand label
11132 name "sub:Espacio-variable"
11133
11134 \end_inset
11135
11136
11137 \begin_inset Index idx
11138 status collapsed
11139
11140 \begin_layout Plain Layout
11141 Espacio ! horizontal ! variable
11142 \end_layout
11143
11144 \end_inset
11145
11146
11147 \end_layout
11148
11149 \begin_layout Standard
11150 En LyX se puede insertar espacio con una longitud definida con el comando
11151  
11152 \series bold
11153
11154 \backslash
11155 hspace
11156 \series default
11157
11158 \begin_inset Index idx
11159 status collapsed
11160
11161 \begin_layout Plain Layout
11162 Comandos ! H ! 
11163 \backslash
11164 hspace
11165 \end_layout
11166
11167 \end_inset
11168
11169 .
11170  Aparece un 
11171 \begin_inset Quotes fld
11172 \end_inset
11173
11174
11175 \color black
11176
11177 \begin_inset space \textvisiblespace{}
11178 \end_inset
11179
11180
11181 \color inherit
11182
11183 \begin_inset Quotes frd
11184 \end_inset
11185
11186  largo.
11187  La longitud se puede ajustar haciendo clic izquierdo sobre el 
11188 \begin_inset Quotes fld
11189 \end_inset
11190
11191
11192 \color black
11193
11194 \begin_inset space \textvisiblespace{}
11195 \end_inset
11196
11197
11198 \color inherit
11199
11200 \begin_inset Quotes frd
11201 \end_inset
11202
11203 .
11204  La longitud también puede ser negativa.
11205  Para insertar en una ecuación tanto espacio como esté disponible se usa
11206  el comando 
11207 \series bold
11208
11209 \backslash
11210 hfill
11211 \series default
11212
11213 \begin_inset Index idx
11214 status collapsed
11215
11216 \begin_layout Plain Layout
11217 Comandos ! H ! 
11218 \backslash
11219 hfill
11220 \end_layout
11221
11222 \end_inset
11223
11224 .
11225 \begin_inset VSpace -1mm
11226 \end_inset
11227
11228
11229 \end_layout
11230
11231 \begin_layout Standard
11232 \noindent
11233 \align center
11234 \begin_inset Tabular
11235 <lyxtabular version="3" rows="4" columns="2">
11236 <features rotate="0" tabularvalignment="middle">
11237 <column alignment="center" valignment="top">
11238 <column alignment="center" valignment="top">
11239 <row>
11240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244 Comando (
11245 \backslash
11246 hspace longitud)
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 Resultado
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 </row>
11261 <row>
11262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 A=B
11267 \backslash
11268 hspace
11269 \begin_inset space \textvisiblespace{}
11270 \end_inset
11271
11272
11273 \begin_inset Formula $\to$
11274 \end_inset
11275
11276 A
11277 \backslash
11278 not=C (3
11279 \begin_inset space \thinspace{}
11280 \end_inset
11281
11282 cm)
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11292 \end_inset
11293
11294
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 </row>
11300 <row>
11301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305 A
11306 \backslash
11307 hspace
11308 \begin_inset space \textvisiblespace{}
11309 \end_inset
11310
11311
11312 \begin_inset Formula $\to$
11313 \end_inset
11314
11315 A
11316 \backslash
11317 not=A (-1
11318 \begin_inset space \thinspace{}
11319 \end_inset
11320
11321 mm)
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11331 \end_inset
11332
11333
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 </row>
11339 <row>
11340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11341 \begin_inset Text
11342
11343 \begin_layout Plain Layout
11344 A=A
11345 \backslash
11346 hfill
11347 \begin_inset space \textvisiblespace{}
11348 \end_inset
11349
11350 B=B
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359 \begin_inset Formula $A=A\hfill B=B$
11360 \end_inset
11361
11362
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 </row>
11368 </lyxtabular>
11369
11370 \end_inset
11371
11372
11373 \end_layout
11374
11375 \begin_layout Standard
11376 En el último ejemplo el espacio disponible viene dado por la entrada más
11377  larga de columna en el cuadro.
11378  En una ecuación en línea el espacio depende de la longitud de la línea
11379  en la que se inserta 
11380 \series bold
11381
11382 \backslash
11383 hfill
11384 \series default
11385 .
11386  Así, cuando la línea ocupa toda la anchura no se creará espacio.
11387  
11388 \series bold
11389
11390 \backslash
11391 hfill
11392 \series default
11393  sólo tiene efecto en ecuaciones presentadas cuando se usa el estilo 
11394 \series bold
11395 Sangrado
11396 \series default
11397 .
11398  (Los estilos de ecuaciones se explican en
11399 \begin_inset space ~
11400 \end_inset
11401
11402
11403 \begin_inset CommandInset ref
11404 LatexCommand ref
11405 reference "sec:Estilos-de-ecuación"
11406
11407 \end_inset
11408
11409 ).
11410 \end_layout
11411
11412 \begin_layout Standard
11413 Además de 
11414 \series bold
11415
11416 \backslash
11417 hfill
11418 \series default
11419  hay los comandos 
11420 \series bold
11421
11422 \backslash
11423 dotfill
11424 \series default
11425  y 
11426 \series bold
11427
11428 \backslash
11429 hrulefill
11430 \series default
11431  que llenan el espacio con un patrón, véase un ejemplo en
11432 \begin_inset space ~
11433 \end_inset
11434
11435
11436 \begin_inset CommandInset ref
11437 LatexCommand ref
11438 reference "sub:Puntos"
11439
11440 \end_inset
11441
11442 .
11443 \end_layout
11444
11445 \begin_layout Standard
11446 Para texto se puede insertar espacio variable con el menú 
11447 \family sans
11448 Insertar\SpecialChar \menuseparator
11449 Formato\SpecialChar \menuseparator
11450 Espacio
11451 \begin_inset space ~
11452 \end_inset
11453
11454 horizontal
11455 \family default
11456 :
11457 \end_layout
11458
11459 \begin_layout Standard
11460 En esta línea hay un espacio
11461 \begin_inset space \hspace{}
11462 \length 2cm
11463 \end_inset
11464
11465 de 2
11466 \begin_inset space \thinspace{}
11467 \end_inset
11468
11469 cm.
11470 \end_layout
11471
11472 \begin_layout Standard
11473 En esta línea hay un
11474 \begin_inset space \hfill{}
11475 \end_inset
11476
11477 espacio máximo.
11478 \end_layout
11479
11480 \begin_layout Subsection
11481 Espacio adicional en ecuaciones en línea
11482 \begin_inset Index idx
11483 status collapsed
11484
11485 \begin_layout Plain Layout
11486 Espacio ! adicional en línea
11487 \end_layout
11488
11489 \end_inset
11490
11491
11492 \end_layout
11493
11494 \begin_layout Standard
11495 El espacio que rodea a una ecuación en línea se puede ajustar con la longitud
11496  
11497 \series bold
11498
11499 \backslash
11500 mathsurround
11501 \series default
11502
11503 \begin_inset Index idx
11504 status collapsed
11505
11506 \begin_layout Plain Layout
11507 Comandos ! M ! 
11508 \backslash
11509 mathsurround
11510 \end_layout
11511
11512 \end_inset
11513
11514 .
11515  El valor de una longitud se establece con el comando 
11516 \series bold
11517
11518 \backslash
11519 setlength
11520 \series default
11521
11522 \begin_inset Index idx
11523 status collapsed
11524
11525 \begin_layout Plain Layout
11526 Comandos ! S ! 
11527 \backslash
11528 setlength
11529 \end_layout
11530
11531 \end_inset
11532
11533  según el siguiente esquema:
11534 \end_layout
11535
11536 \begin_layout Standard
11537
11538 \series bold
11539
11540 \backslash
11541 setlength{nombre de la longitud}{valor}
11542 \end_layout
11543
11544 \begin_layout Standard
11545 Para poner a 
11546 \series bold
11547
11548 \backslash
11549 mathsurround
11550 \series default
11551  un valor de 5
11552 \begin_inset space \thinspace{}
11553 \end_inset
11554
11555 mm, se inserta el comando
11556 \end_layout
11557
11558 \begin_layout Standard
11559
11560 \series bold
11561
11562 \backslash
11563 setlength{
11564 \backslash
11565 mathsurround}{5mm}
11566 \end_layout
11567
11568 \begin_layout Standard
11569 en modo TeX.
11570  Se establecerá un espacio de 5
11571 \begin_inset space \thinspace{}
11572 \end_inset
11573
11574 mm alrededor de todas las ecuaciones en línea:
11575 \begin_inset ERT
11576 status collapsed
11577
11578 \begin_layout Plain Layout
11579
11580
11581 \backslash
11582 setlength{
11583 \backslash
11584 mathsurround}{5mm}
11585 \end_layout
11586
11587 \end_inset
11588
11589
11590 \end_layout
11591
11592 \begin_layout Standard
11593 En esta línea hay una ecuación 
11594 \begin_inset Formula $A=B$
11595 \end_inset
11596
11597  rodeada por espacios de 5
11598 \begin_inset space \thinspace{}
11599 \end_inset
11600
11601 mm.
11602 \begin_inset ERT
11603 status collapsed
11604
11605 \begin_layout Plain Layout
11606
11607
11608 \backslash
11609 setlength{
11610 \backslash
11611 mathsurround}{0mm}
11612 \end_layout
11613
11614 \end_inset
11615
11616
11617 \end_layout
11618
11619 \begin_layout Standard
11620 Para volver al espacio predeterminado, 
11621 \series bold
11622
11623 \backslash
11624 mathsurround
11625 \series default
11626  se restablece al valor 0
11627 \begin_inset space \thinspace{}
11628 \end_inset
11629
11630 pt.
11631 \end_layout
11632
11633 \begin_layout Section
11634 Marcos y bordes
11635 \begin_inset Index idx
11636 status collapsed
11637
11638 \begin_layout Plain Layout
11639 Marcos
11640 \end_layout
11641
11642 \end_inset
11643
11644
11645 \end_layout
11646
11647 \begin_layout Standard
11648 Los marcos para texto se describen en el capítulo 
11649 \emph on
11650 Marcos
11651 \emph default
11652  del manual 
11653 \emph on
11654 Objetos insertados
11655 \emph default
11656 .
11657 \end_layout
11658
11659 \begin_layout Subsection
11660 Marcos con bordes
11661 \begin_inset CommandInset label
11662 LatexCommand label
11663 name "sub:Marcos-con-bordes"
11664
11665 \end_inset
11666
11667
11668 \begin_inset Index idx
11669 status collapsed
11670
11671 \begin_layout Plain Layout
11672 Marcos ! con bordes
11673 \end_layout
11674
11675 \end_inset
11676
11677
11678 \end_layout
11679
11680 \begin_layout Standard
11681 Es posible enmarcar ecuaciones o partes de ellas con los comandos 
11682 \series bold
11683
11684 \backslash
11685 fbox
11686 \series default
11687
11688 \begin_inset Index idx
11689 status collapsed
11690
11691 \begin_layout Plain Layout
11692 Comandos ! F ! 
11693 \backslash
11694 fbox
11695 \end_layout
11696
11697 \end_inset
11698
11699  y 
11700 \series bold
11701
11702 \backslash
11703 boxed
11704 \series default
11705
11706 \begin_inset Index idx
11707 status collapsed
11708
11709 \begin_layout Plain Layout
11710 Comandos ! B ! 
11711 \backslash
11712 boxed
11713 \end_layout
11714
11715 \end_inset
11716
11717 .
11718 \end_layout
11719
11720 \begin_layout Standard
11721 Cuando uno de estos comandos se inserta en una ecuación, aparece un recuadro
11722  azul en un marco donde se introducen partes de una ecuación.
11723  Para 
11724 \series bold
11725
11726 \backslash
11727 fbox
11728 \series default
11729  hay que generar una ecuación adicional con 
11730 \family sans
11731 Ctrl+M
11732 \family default
11733  dentro del recuadro, porque si no el contenido del mismo sería considerado
11734  texto matemático.
11735  Si se usa 
11736 \series bold
11737
11738 \backslash
11739 boxed
11740 \series default
11741  la nueva ecuación se genera automáticamente dentro del marco.
11742 \end_layout
11743
11744 \begin_layout Standard
11745 El comando 
11746 \series bold
11747
11748 \backslash
11749 fbox
11750 \series default
11751  no es adecuado para enmarcar ecuaciones en modo presentación, porque la
11752  ecuación tendría siempre el tamaño del texto.
11753  Por otra parte, 
11754 \series bold
11755
11756 \backslash
11757 fboxed
11758 \series default
11759  no es adecuada para enmarcar ecuaciones en línea porque la ecuación tendría
11760  siempre el tamaño de una ecuación presentada.
11761 \end_layout
11762
11763 \begin_layout Standard
11764 El comando 
11765 \series bold
11766
11767 \backslash
11768 framebox
11769 \series default
11770
11771 \begin_inset Index idx
11772 status collapsed
11773
11774 \begin_layout Plain Layout
11775 Comandos ! F ! 
11776 \backslash
11777 framebox
11778 \end_layout
11779
11780 \end_inset
11781
11782  es una extensión de 
11783 \series bold
11784
11785 \backslash
11786 fbox
11787 \series default
11788 , que permite especificar además la anchura del marco y la alineación.
11789  
11790 \series bold
11791
11792 \backslash
11793 framebox
11794 \series default
11795  se usa con el siguiente esquema: 
11796 \end_layout
11797
11798 \begin_layout Standard
11799
11800 \series bold
11801
11802 \backslash
11803 framebox[anchura del marco][posición]{contenido del cuadro}
11804 \end_layout
11805
11806 \begin_layout Standard
11807 La posición puede ser 
11808 \emph on
11809 l
11810 \emph default
11811  o 
11812 \emph on
11813 r
11814 \emph default
11815
11816 \emph on
11817 l
11818 \emph default
11819  alinea la ecuación a la izquierda del marcro, 
11820 \emph on
11821 r
11822 \emph default
11823  la alinea a la derecha.
11824  Si no se da posición la ecuación será centrada.
11825 \begin_inset Newline newline
11826 \end_inset
11827
11828 Si no se pone anchura tampoco puede darse posición.
11829  En este caso la anchura del borde se ajusta al contenido del cuadro, como
11830  con 
11831 \series bold
11832
11833 \backslash
11834 fbox
11835 \series default
11836 .
11837  
11838 \end_layout
11839
11840 \begin_layout Standard
11841 Cuando se inserta el comando 
11842 \series bold
11843
11844 \backslash
11845 framebox
11846 \series default
11847  aparece un recuadro con tres marcos azules.
11848  Los dos primeros marcos están encerrados entre corchetes e indican los
11849  dos argumentos opcionales.
11850  El tercer marco es para partes de la ecuación, como para 
11851 \series bold
11852
11853 \backslash
11854 fbox
11855 \series default
11856 .
11857 \end_layout
11858
11859 \begin_layout Standard
11860 \noindent
11861 \align center
11862 \begin_inset Tabular
11863 <lyxtabular version="3" rows="5" columns="2">
11864 <features rotate="0" tabularvalignment="middle">
11865 <column alignment="center" valignment="top">
11866 <column alignment="center" valignment="top">
11867 <row>
11868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11869 \begin_inset Text
11870
11871 \begin_layout Plain Layout
11872 Comando
11873 \end_layout
11874
11875 \end_inset
11876 </cell>
11877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11878 \begin_inset Text
11879
11880 \begin_layout Plain Layout
11881 Resultado
11882 \begin_inset Note Note
11883 status collapsed
11884
11885 \begin_layout Plain Layout
11886
11887 \series bold
11888
11889 \backslash
11890 raisebox
11891 \series default
11892  se usa sólo como espaciador
11893 \end_layout
11894
11895 \end_inset
11896
11897
11898 \end_layout
11899
11900 \end_inset
11901 </cell>
11902 </row>
11903 <row>
11904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908
11909 \backslash
11910 fbox
11911 \begin_inset space \textvisiblespace{}
11912 \end_inset
11913
11914
11915 \family sans
11916 Ctrl+M
11917 \family default
11918  
11919 \backslash
11920 int
11921 \begin_inset space \textvisiblespace{}
11922 \end_inset
11923
11924 A=B
11925 \end_layout
11926
11927 \end_inset
11928 </cell>
11929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11930 \begin_inset Text
11931
11932 \begin_layout Plain Layout
11933 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
11934 \end_inset
11935
11936
11937 \end_layout
11938
11939 \end_inset
11940 </cell>
11941 </row>
11942 <row>
11943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11944 \begin_inset Text
11945
11946 \begin_layout Plain Layout
11947
11948 \backslash
11949 boxed
11950 \begin_inset space \textvisiblespace{}
11951 \end_inset
11952
11953
11954 \backslash
11955 int
11956 \begin_inset space \textvisiblespace{}
11957 \end_inset
11958
11959 A=B
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11965 \begin_inset Text
11966
11967 \begin_layout Plain Layout
11968 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
11969 \end_inset
11970
11971
11972 \end_layout
11973
11974 \end_inset
11975 </cell>
11976 </row>
11977 <row>
11978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11979 \begin_inset Text
11980
11981 \begin_layout Plain Layout
11982 A+
11983 \backslash
11984 fbox
11985 \begin_inset space \textvisiblespace{}
11986 \end_inset
11987
11988 B
11989 \end_layout
11990
11991 \end_inset
11992 </cell>
11993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11994 \begin_inset Text
11995
11996 \begin_layout Plain Layout
11997 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
11998 \end_inset
11999
12000
12001 \end_layout
12002
12003 \end_inset
12004 </cell>
12005 </row>
12006 <row>
12007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12008 \begin_inset Text
12009
12010 \begin_layout Plain Layout
12011
12012 \backslash
12013 framebox
12014 \begin_inset space \textvisiblespace{}
12015 \end_inset
12016
12017 20mm
12018 \begin_inset Formula $\to$
12019 \end_inset
12020
12021
12022 \begin_inset Formula $\to$
12023 \end_inset
12024
12025
12026 \family sans
12027 Ctrl+M
12028 \family default
12029  
12030 \backslash
12031 frac
12032 \begin_inset space \textvisiblespace{}
12033 \end_inset
12034
12035 A
12036 \begin_inset Formula $\downarrow$
12037 \end_inset
12038
12039 B
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 \begin_inset Formula $\raisebox{6mm}{}$
12049 \end_inset
12050
12051
12052 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12053 \end_inset
12054
12055
12056 \begin_inset Formula $\raisebox{-4mm}{}$
12057 \end_inset
12058
12059
12060 \end_layout
12061
12062 \end_inset
12063 </cell>
12064 </row>
12065 </lyxtabular>
12066
12067 \end_inset
12068
12069
12070 \end_layout
12071
12072 \begin_layout Standard
12073 El grosor del borde también se puede ajustar.
12074  Para ello hay que insertar los siguientes comandos en modo TeX antes de
12075  la fórmula:
12076 \end_layout
12077
12078 \begin_layout Standard
12079
12080 \series bold
12081
12082 \backslash
12083 fboxrule
12084 \series default
12085  
12086 \series bold
12087
12088 \begin_inset Quotes fld
12089 \end_inset
12090
12091 grosor
12092 \begin_inset Quotes frd
12093 \end_inset
12094
12095
12096 \series default
12097  
12098 \series bold
12099
12100 \backslash
12101 fboxsep
12102 \series default
12103  
12104 \series bold
12105
12106 \begin_inset Quotes fld
12107 \end_inset
12108
12109 distancia
12110 \begin_inset Quotes frd
12111 \end_inset
12112
12113
12114 \end_layout
12115
12116 \begin_layout Standard
12117 \begin_inset Quotes fld
12118 \end_inset
12119
12120 distancia
12121 \begin_inset Quotes frd
12122 \end_inset
12123
12124  especifica la distancia mínima entre el borde y el primer carácter en el
12125  cuadro.
12126  Un ejemplo de esto es la siguiente ecuación enmarcada:
12127 \begin_inset ERT
12128 status collapsed
12129
12130 \begin_layout Plain Layout
12131
12132
12133 \backslash
12134 fboxrule 2mm 
12135 \backslash
12136 fboxsep 3mm
12137 \end_layout
12138
12139 \end_inset
12140
12141
12142 \begin_inset Formula 
12143 \[
12144 \boxed{A+B=C}
12145 \]
12146
12147 \end_inset
12148
12149
12150 \end_layout
12151
12152 \begin_layout Standard
12153 Delante de esta ecuación se han insertado los comandos
12154 \end_layout
12155
12156 \begin_layout Standard
12157
12158 \series bold
12159
12160 \backslash
12161 fboxrule
12162 \series default
12163  
12164 \series bold
12165 2mm
12166 \series default
12167  
12168 \series bold
12169
12170 \backslash
12171 fboxsep
12172 \series default
12173  
12174 \series bold
12175 3mm
12176 \end_layout
12177
12178 \begin_layout Standard
12179 en modo TeX.
12180  Los valores dados se usan para todos los marcos siguientes.
12181 \end_layout
12182
12183 \begin_layout Standard
12184 Para volver al tamaño estándar del marco se inserta el comando
12185 \end_layout
12186
12187 \begin_layout Standard
12188
12189 \series bold
12190
12191 \backslash
12192 fboxrule
12193 \series default
12194  
12195 \series bold
12196 0.4pt
12197 \series default
12198  
12199 \series bold
12200
12201 \backslash
12202 fboxsep
12203 \series default
12204  
12205 \series bold
12206 3pt
12207 \series default
12208
12209 \begin_inset ERT
12210 status collapsed
12211
12212 \begin_layout Plain Layout
12213
12214
12215 \backslash
12216 fboxrule 0.4pt 
12217 \backslash
12218 fboxsep 3pt
12219 \end_layout
12220
12221 \end_inset
12222
12223
12224 \end_layout
12225
12226 \begin_layout Standard
12227 en modo TeX antes de la ecuación siguiente.
12228 \end_layout
12229
12230 \begin_layout Subsection
12231 Marcos sin bordes
12232 \begin_inset CommandInset label
12233 LatexCommand label
12234 name "sub:Marcos-sin-bordes"
12235
12236 \end_inset
12237
12238
12239 \begin_inset Index idx
12240 status collapsed
12241
12242 \begin_layout Plain Layout
12243 Marcos ! sin borde
12244 \end_layout
12245
12246 \end_inset
12247
12248
12249 \end_layout
12250
12251 \begin_layout Standard
12252 Para marcos sin borde hay los comandos: 
12253 \series bold
12254
12255 \backslash
12256 mbox
12257 \series default
12258
12259 \begin_inset Index idx
12260 status collapsed
12261
12262 \begin_layout Plain Layout
12263 Comandos ! M ! 
12264 \backslash
12265 mbox
12266 \end_layout
12267
12268 \end_inset
12269
12270
12271 \series bold
12272
12273 \backslash
12274 makebox
12275 \series default
12276
12277 \begin_inset Index idx
12278 status collapsed
12279
12280 \begin_layout Plain Layout
12281 Comandos ! M ! 
12282 \backslash
12283 makebox
12284 \end_layout
12285
12286 \end_inset
12287
12288  y 
12289 \series bold
12290
12291 \backslash
12292 raisebox
12293 \series default
12294
12295 \begin_inset Index idx
12296 status collapsed
12297
12298 \begin_layout Plain Layout
12299 Comandos ! R ! 
12300 \backslash
12301 raisebox
12302 \end_layout
12303
12304 \end_inset
12305
12306 .
12307 \end_layout
12308
12309 \begin_layout Standard
12310 Con 
12311 \series bold
12312
12313 \backslash
12314 raisebox
12315 \series default
12316  se puede poner un marco subíndice o superíndice, pero a diferencia de los
12317  normales, los caracteres en el marco mantienen su tamaño de tipografía.
12318  
12319 \series bold
12320
12321 \backslash
12322 raisebox
12323 \series default
12324  se usa con el siguiente esquema: 
12325 \end_layout
12326
12327 \begin_layout Standard
12328
12329 \series bold
12330
12331 \backslash
12332 raisebox{altura}{contenido del marco}
12333 \end_layout
12334
12335 \begin_layout Standard
12336 Cuando el marco tenga que contener una ecuación, hace falta una ecuación
12337  extra, como con 
12338 \series bold
12339
12340 \backslash
12341 fbox
12342 \series default
12343 .
12344  
12345 \begin_inset Note Greyedout
12346 status open
12347
12348 \begin_layout Plain Layout
12349
12350 \series bold
12351 Nota
12352 \series default
12353 : Para
12354 \series bold
12355  
12356 \backslash
12357 raisebox
12358 \series default
12359  se ha creado esta ecuación extra tecleando 
12360 \family sans
12361 Ctrl+M
12362 \family default
12363  dos veces en vez de una porque LyX aún no soporta 
12364 \series bold
12365
12366 \backslash
12367 raisebox
12368 \series default
12369  directamente.
12370 \end_layout
12371
12372 \end_inset
12373
12374
12375 \end_layout
12376
12377 \begin_layout Standard
12378 \align center
12379 \begin_inset Tabular
12380 <lyxtabular version="3" rows="4" columns="2">
12381 <features rotate="0" tabularvalignment="middle">
12382 <column alignment="center" valignment="top">
12383 <column alignment="center" valignment="top">
12384 <row>
12385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12386 \begin_inset Text
12387
12388 \begin_layout Plain Layout
12389 Comando
12390 \end_layout
12391
12392 \end_inset
12393 </cell>
12394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12395 \begin_inset Text
12396
12397 \begin_layout Plain Layout
12398 Resultado
12399 \end_layout
12400
12401 \end_inset
12402 </cell>
12403 </row>
12404 <row>
12405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12406 \begin_inset Text
12407
12408 \begin_layout Plain Layout
12409 H
12410 \backslash
12411 raisebox{2mm
12412 \begin_inset Formula $\to$
12413 \end_inset
12414
12415
12416 \backslash
12417 {al
12418 \begin_inset Formula $\to$
12419 \end_inset
12420
12421  lo
12422 \end_layout
12423
12424 \end_inset
12425 </cell>
12426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12427 \begin_inset Text
12428
12429 \begin_layout Plain Layout
12430 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12431 \end_inset
12432
12433
12434 \end_layout
12435
12436 \end_inset
12437 </cell>
12438 </row>
12439 <row>
12440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12441 \begin_inset Text
12442
12443 \begin_layout Plain Layout
12444 H
12445 \backslash
12446 raisebox{-2mm
12447 \begin_inset Formula $\to$
12448 \end_inset
12449
12450
12451 \backslash
12452 {al
12453 \begin_inset Formula $\to$
12454 \end_inset
12455
12456 lo
12457 \end_layout
12458
12459 \end_inset
12460 </cell>
12461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12462 \begin_inset Text
12463
12464 \begin_layout Plain Layout
12465 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12466 \end_inset
12467
12468
12469 \end_layout
12470
12471 \end_inset
12472 </cell>
12473 </row>
12474 <row>
12475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12476 \begin_inset Text
12477
12478 \begin_layout Plain Layout
12479 A=
12480 \backslash
12481 raisebox{-2mm
12482 \begin_inset Formula $\to$
12483 \end_inset
12484
12485
12486 \backslash
12487 {
12488 \family sans
12489 Ctrl+M Ctrl+M
12490 \family default
12491  
12492 \backslash
12493 sqrt
12494 \begin_inset space \textvisiblespace{}
12495 \end_inset
12496
12497
12498 \end_layout
12499
12500 \end_inset
12501 </cell>
12502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12503 \begin_inset Text
12504
12505 \begin_layout Plain Layout
12506 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12507 \end_inset
12508
12509
12510 \end_layout
12511
12512 \end_inset
12513 </cell>
12514 </row>
12515 </lyxtabular>
12516
12517 \end_inset
12518
12519
12520 \end_layout
12521
12522 \begin_layout Standard
12523 El comando 
12524 \series bold
12525
12526 \backslash
12527 mbox
12528 \series default
12529  es equivalente a 
12530 \series bold
12531
12532 \backslash
12533 fbox
12534 \series default
12535  y 
12536 \series bold
12537
12538 \backslash
12539 makebox
12540 \series default
12541  es equivalente a 
12542 \series bold
12543
12544 \backslash
12545 framebox
12546 \series default
12547 , con la diferencia de que no hay marco.
12548 \end_layout
12549
12550 \begin_layout Subsection
12551 Marcos coloreados
12552 \begin_inset CommandInset label
12553 LatexCommand label
12554 name "sub:Marcos-coloreados"
12555
12556 \end_inset
12557
12558
12559 \begin_inset Index idx
12560 status collapsed
12561
12562 \begin_layout Plain Layout
12563 Marcos ! coloreados
12564 \end_layout
12565
12566 \end_inset
12567
12568
12569 \end_layout
12570
12571 \begin_layout Standard
12572 Para poder usar todos los comandos explicados en esta sección hay que cargar
12573  en el preámbulo LaTeX el paquete LaTeX 
12574 \series bold
12575 color
12576 \series default
12577
12578 \begin_inset Foot
12579 status collapsed
12580
12581 \begin_layout Plain Layout
12582 El paquete LaTeX 
12583 \series bold
12584 color
12585 \series default
12586  forma parte de toda distribución LaTeX estándar.
12587 \end_layout
12588
12589 \end_inset
12590
12591
12592 \begin_inset Index idx
12593 status collapsed
12594
12595 \begin_layout Plain Layout
12596 Paquetes ! color
12597 \end_layout
12598
12599 \end_inset
12600
12601 , con la línea
12602 \begin_inset Foot
12603 status collapsed
12604
12605 \begin_layout Plain Layout
12606 Cuando hay texto coloreado con un color predefinido en alguna parte del
12607  documento, LyX carga automáticamente el paquete LaTeX 
12608 \series bold
12609 color
12610 \series default
12611 .
12612  Por tanto es posible que el paquete sea cargado dos veces, pero esto no
12613  origina problemas.
12614 \end_layout
12615
12616 \end_inset
12617
12618
12619 \begin_inset Note Note
12620 status collapsed
12621
12622 \begin_layout Plain Layout
12623 Para evitar que el paquete sea cargado dos veces se ha insertado una macro
12624  en el preámbulo LaTeX.
12625 \end_layout
12626
12627 \end_inset
12628
12629
12630 \end_layout
12631
12632 \begin_layout Standard
12633
12634 \series bold
12635
12636 \backslash
12637 usepackage{color}
12638 \begin_inset VSpace medskip
12639 \end_inset
12640
12641
12642 \end_layout
12643
12644 \begin_layout Standard
12645 Para colorear marcos se usa el comando 
12646 \series bold
12647
12648 \backslash
12649 colorbox
12650 \series default
12651
12652 \begin_inset Index idx
12653 status collapsed
12654
12655 \begin_layout Plain Layout
12656 Comandos ! C ! 
12657 \backslash
12658 colorbox
12659 \end_layout
12660
12661 \end_inset
12662
12663  con el siguiente esquema:
12664 \end_layout
12665
12666 \begin_layout Standard
12667
12668 \series bold
12669
12670 \backslash
12671 colorbox{color}{contenido del marco}
12672 \end_layout
12673
12674 \begin_layout Standard
12675 El contenido del marco puede ser otro marco, y también un 
12676 \backslash
12677
12678 \series bold
12679 colorbox
12680 \series default
12681  puede ser parte de otro marco (véanse los ejemplos 2º y 3º).
12682  Si el marco debe contener una ecuación debe crearse una ecuación extra,
12683  como con 
12684 \series bold
12685
12686 \backslash
12687 raisebox
12688 \series default
12689 .
12690 \begin_inset Foot
12691 status collapsed
12692
12693 \begin_layout Plain Layout
12694 Esto también se aplica para el comando 
12695 \series bold
12696
12697 \backslash
12698 fcolorbox
12699 \series default
12700 .
12701 \end_layout
12702
12703 \end_inset
12704
12705  
12706 \end_layout
12707
12708 \begin_layout Standard
12709 Se puede elegir uno de los siguientes colores predefinidos:
12710 \end_layout
12711
12712 \begin_layout Standard
12713
12714 \series bold
12715 black
12716 \series default
12717
12718 \series bold
12719 blue
12720 \series default
12721
12722 \series bold
12723 cyan
12724 \series default
12725
12726 \series bold
12727 green
12728 \series default
12729
12730 \series bold
12731 magenta
12732 \series default
12733
12734 \series bold
12735 red
12736 \series default
12737
12738 \series bold
12739 white
12740 \series default
12741
12742 \series bold
12743 yellow
12744 \end_layout
12745
12746 \begin_layout Standard
12747 \align center
12748 \begin_inset Tabular
12749 <lyxtabular version="3" rows="4" columns="2">
12750 <features rotate="0" tabularvalignment="middle">
12751 <column alignment="center" valignment="top">
12752 <column alignment="center" valignment="top">
12753 <row>
12754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12755 \begin_inset Text
12756
12757 \begin_layout Plain Layout
12758 Comando
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Plain Layout
12767 Resultado
12768 \begin_inset Note Note
12769 status collapsed
12770
12771 \begin_layout Plain Layout
12772
12773 \series bold
12774
12775 \backslash
12776 raisebox
12777 \series default
12778  se usa sólo como espaciador
12779 \end_layout
12780
12781 \end_inset
12782
12783
12784 \end_layout
12785
12786 \end_inset
12787 </cell>
12788 </row>
12789 <row>
12790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Plain Layout
12794
12795 \backslash
12796 colorbox{yellow
12797 \begin_inset Formula $\to$
12798 \end_inset
12799
12800
12801 \backslash
12802 {A=B
12803 \end_layout
12804
12805 \end_inset
12806 </cell>
12807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12808 \begin_inset Text
12809
12810 \begin_layout Plain Layout
12811 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12812 \end_inset
12813
12814
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 </row>
12820 <row>
12821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12822 \begin_inset Text
12823
12824 \begin_layout Plain Layout
12825
12826 \backslash
12827 colorbox{green
12828 \begin_inset Formula $\to$
12829 \end_inset
12830
12831
12832 \backslash
12833 {
12834 \backslash
12835 fbox
12836 \begin_inset space \textvisiblespace{}
12837 \end_inset
12838
12839 A=B
12840 \end_layout
12841
12842 \end_inset
12843 </cell>
12844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12845 \begin_inset Text
12846
12847 \begin_layout Plain Layout
12848 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12849 \end_inset
12850
12851
12852 \end_layout
12853
12854 \end_inset
12855 </cell>
12856 </row>
12857 <row>
12858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12859 \begin_inset Text
12860
12861 \begin_layout Plain Layout
12862
12863 \backslash
12864 fbox
12865 \begin_inset space \textvisiblespace{}
12866 \end_inset
12867
12868
12869 \backslash
12870 colorbox{green
12871 \begin_inset Formula $\to$
12872 \end_inset
12873
12874
12875 \backslash
12876 {
12877 \family sans
12878 Ctrl+M Ctrl+M
12879 \family default
12880  
12881 \backslash
12882 int
12883 \begin_inset space \textvisiblespace{}
12884 \end_inset
12885
12886 C=D
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
12896 \end_inset
12897
12898
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 </row>
12904 </lyxtabular>
12905
12906 \end_inset
12907
12908
12909 \end_layout
12910
12911 \begin_layout Standard
12912
12913 \series bold
12914
12915 \backslash
12916 colorbox
12917 \series default
12918  sólo colorea el marco pero no los caracteres.
12919  Para colorear todos los caracteres se selecciona toda la ecuación y se
12920  elige un color en el diálogo 
12921 \family sans
12922 Estilo
12923 \begin_inset space ~
12924 \end_inset
12925
12926 del
12927 \begin_inset space ~
12928 \end_inset
12929
12930 texto
12931 \family default
12932 .
12933  El diálogo puede abrirse con el botón 
12934 \begin_inset Graphics
12935         filename ../../images/dialog-show_character.png
12936         scale 85
12937
12938 \end_inset
12939
12940  de la barra de herramientas o con el menú 
12941 \family sans
12942 Editar\SpecialChar \menuseparator
12943 Estilo
12944 \begin_inset space ~
12945 \end_inset
12946
12947 del
12948 \begin_inset space ~
12949 \end_inset
12950
12951 texto\SpecialChar \menuseparator
12952 Personalizado
12953 \family default
12954 .
12955  El número de la ecuación tendrá en ese caso el mismo color que la ecuación.
12956  Si el número de la ecuación debe tener otro color que el de los caracteres
12957  de la ecuación, el color debe cambiarse dentro de la ecuación.
12958 \end_layout
12959
12960 \begin_layout Standard
12961 Un ejemplo:
12962 \color red
12963
12964 \begin_inset Formula 
12965 \begin{equation}
12966 {\color{red}\int A=B}\label{eq:rojo}
12967 \end{equation}
12968
12969 \end_inset
12970
12971
12972 \color green
12973
12974 \begin_inset Formula 
12975 \begin{equation}
12976 {\color{green}{\color{red}\int A=B}}\label{eq:rojoverde}
12977 \end{equation}
12978
12979 \end_inset
12980
12981
12982 \end_layout
12983
12984 \begin_layout Standard
12985 La ecuación 
12986 \begin_inset CommandInset ref
12987 LatexCommand eqref
12988 reference "eq:rojo"
12989
12990 \end_inset
12991
12992  está toda coloreada en rojo.
12993 \begin_inset Newline newline
12994 \end_inset
12995
12996 La ecuación 
12997 \begin_inset CommandInset ref
12998 LatexCommand eqref
12999 reference "eq:rojoverde"
13000
13001 \end_inset
13002
13003  se ha coloreado en primer lugar toda en verde para colorear el número de
13004  la ecuación.
13005  Posteriormente se han coloreado en rojo los caracteres.
13006 \family sans
13007
13008 \begin_inset VSpace bigskip
13009 \end_inset
13010
13011
13012 \end_layout
13013
13014 \begin_layout Standard
13015 Para colorear diferente el borde y el marcose usa el comando 
13016 \series bold
13017
13018 \backslash
13019 fcolorbox
13020 \series default
13021
13022 \begin_inset Index idx
13023 status collapsed
13024
13025 \begin_layout Plain Layout
13026 Comandos ! F ! 
13027 \backslash
13028 fcolorbox
13029 \end_layout
13030
13031 \end_inset
13032
13033  con el siguiente esquema:
13034 \end_layout
13035
13036 \begin_layout Standard
13037
13038 \series bold
13039
13040 \backslash
13041 fcolorbox{color del borde}{color}{contenido del marco}
13042 \end_layout
13043
13044 \begin_layout Standard
13045 Así pues 
13046 \series bold
13047
13048 \backslash
13049 fcolorbox
13050 \series default
13051  es una extensión del comando 
13052 \series bold
13053
13054 \backslash
13055 colorbox
13056 \series default
13057 .
13058  La anchura del borde se establece, como para 
13059 \series bold
13060
13061 \backslash
13062 framebox
13063 \series default
13064 , con 
13065 \series bold
13066
13067 \backslash
13068 fboxrule
13069 \series default
13070  y 
13071 \series bold
13072
13073 \backslash
13074 fboxsep
13075 \series default
13076 .
13077  Un ejemplo:
13078 \begin_inset ERT
13079 status collapsed
13080
13081 \begin_layout Plain Layout
13082
13083
13084 \backslash
13085 fboxrule 1mm 
13086 \backslash
13087 fboxsep 1mm
13088 \end_layout
13089
13090 \end_inset
13091
13092
13093 \begin_inset Formula 
13094 \[
13095 \fcolorbox{cyan}{magenta}{A=B}
13096 \]
13097
13098 \end_inset
13099
13100
13101 \end_layout
13102
13103 \begin_layout Standard
13104 \begin_inset ERT
13105 status collapsed
13106
13107 \begin_layout Plain Layout
13108
13109
13110 \backslash
13111 fboxrule 0.4pt 
13112 \backslash
13113 fboxsep 3pt
13114 \end_layout
13115
13116 \end_inset
13117
13118
13119 \end_layout
13120
13121 \begin_layout Standard
13122 Esta ecuación se ha compuesto con el comando
13123 \begin_inset Newline newline
13124 \end_inset
13125
13126
13127 \series bold
13128
13129 \backslash
13130 fcolorbox{cyan
13131 \begin_inset Formula $\to$
13132 \end_inset
13133
13134
13135 \backslash
13136 {magenta
13137 \begin_inset Formula $\to$
13138 \end_inset
13139
13140
13141 \backslash
13142 {A=B
13143 \end_layout
13144
13145 \begin_layout Standard
13146 \begin_inset VSpace bigskip
13147 \end_inset
13148
13149
13150 \end_layout
13151
13152 \begin_layout Standard
13153 Para usar colores distintos de los predefinidos deben ser definidos previamente.
13154 \end_layout
13155
13156 \begin_layout Standard
13157 Por ejemplo, se puede definir el color 
13158 \begin_inset Quotes fld
13159 \end_inset
13160
13161
13162 \series bold
13163 verdeoscuro
13164 \series default
13165
13166 \begin_inset Quotes frd
13167 \end_inset
13168
13169  con la línea de preámbulo LaTeX:
13170 \end_layout
13171
13172 \begin_layout Standard
13173
13174 \series bold
13175
13176 \backslash
13177 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
13178 \series default
13179
13180 \begin_inset Index idx
13181 status collapsed
13182
13183 \begin_layout Plain Layout
13184 Comandos ! D ! 
13185 \backslash
13186 definecolor
13187 \end_layout
13188
13189 \end_inset
13190
13191
13192 \end_layout
13193
13194 \begin_layout Standard
13195
13196 \series bold
13197 cmyk
13198 \series default
13199  es el espacio de color referido a los colores 
13200 \series bold
13201 cyan
13202 \series default
13203
13204 \series bold
13205 magenta
13206 \series default
13207
13208 \series bold
13209 yellow
13210 \series default
13211  y 
13212 \series bold
13213 black
13214 \series default
13215 .
13216  Los cuatro números separados por coma son el factor de cuota para los colores
13217  correspondientes del espacio de color.
13218  Los factores pueden estar en el rango 0-1.
13219  En vez de 
13220 \series bold
13221 cmyk
13222 \series default
13223  se puede usar el espacio de color 
13224 \series bold
13225 rgb
13226 \series default
13227 , que se refiere a 
13228 \series bold
13229 red
13230 \series default
13231
13232 \series bold
13233 green
13234 \series default
13235  y 
13236 \series bold
13237 blue
13238 \series default
13239 , así pues en este caso hay tres factores de cuota para los correspondientes
13240  colores.
13241  Además hay el espacio de color 
13242 \series bold
13243 gray
13244 \series default
13245  con un factor de cuota para el valor gris.
13246 \end_layout
13247
13248 \begin_layout Standard
13249 Como ejemplo he aquí un marco con el nuevo color definido 
13250 \series bold
13251 verdeoscuro
13252 \series default
13253  y los caracteres en color amarillo:
13254 \color black
13255
13256 \begin_inset Formula 
13257 \begin{equation}
13258 \colorbox{verdeoscuro}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[3]{B}}{\ln\left(\frac{1}{3}\right)}}}
13259 \end{equation}
13260
13261 \end_inset
13262
13263
13264 \end_layout
13265
13266 \begin_layout Standard
13267 Los colores personalizados también se pueden usar para texto con la ayuda
13268  del comando 
13269 \series bold
13270
13271 \backslash
13272 textcolor
13273 \series default
13274
13275 \begin_inset Index idx
13276 status collapsed
13277
13278 \begin_layout Plain Layout
13279 Texto ! coloreado
13280 \end_layout
13281
13282 \end_inset
13283
13284
13285 \end_layout
13286
13287 \begin_layout Standard
13288 \begin_inset ERT
13289 status collapsed
13290
13291 \begin_layout Plain Layout
13292
13293
13294 \backslash
13295 textcolor{verdeoscuro}{
13296 \end_layout
13297
13298 \end_inset
13299
13300 Esta frase en 
13301 \begin_inset Quotes fld
13302 \end_inset
13303
13304 verdeoscuro
13305 \begin_inset Quotes frd
13306 \end_inset
13307
13308 .
13309 \begin_inset ERT
13310 status collapsed
13311
13312 \begin_layout Plain Layout
13313
13314 }
13315 \end_layout
13316
13317 \end_inset
13318
13319
13320 \end_layout
13321
13322 \begin_layout Standard
13323
13324 \series bold
13325
13326 \backslash
13327 textcolor
13328 \series default
13329
13330 \begin_inset Index idx
13331 status collapsed
13332
13333 \begin_layout Plain Layout
13334 Comandos ! T ! 
13335 \backslash
13336 textcolor
13337 \end_layout
13338
13339 \end_inset
13340
13341  se usa con el esquema 
13342 \series bold
13343
13344 \backslash
13345 textcolor{color}{caracteres a colorear}
13346 \series default
13347 .
13348 \end_layout
13349
13350 \begin_layout Subsection
13351 Marcos de párrafo
13352 \begin_inset CommandInset label
13353 LatexCommand label
13354 name "sub:Marcos-de-párrafo"
13355
13356 \end_inset
13357
13358
13359 \begin_inset Index idx
13360 status collapsed
13361
13362 \begin_layout Plain Layout
13363 Marcos ! para párrafos
13364 \end_layout
13365
13366 \end_inset
13367
13368
13369 \end_layout
13370
13371 \begin_layout Standard
13372 Un marco que puede contener varias líneas y párrafos, denominado marco de
13373  párrafo (parbox), se puede generar con el menú 
13374 \family sans
13375 Insertar\SpecialChar \menuseparator
13376 Marco
13377 \family default
13378  o con el botón 
13379 \begin_inset Graphics
13380         filename ../../images/box-insert.png
13381         scale 85
13382
13383 \end_inset
13384
13385  de la barra de herramientas.
13386 \end_layout
13387
13388 \begin_layout Standard
13389 El siguiente ejemplo muestra un marco de párrafo en línea:
13390 \begin_inset VSpace medskip
13391 \end_inset
13392
13393 Esta línea contiene 
13394 \begin_inset Box Boxed
13395 position "c"
13396 hor_pos "c"
13397 has_inner_box 1
13398 inner_pos "c"
13399 use_parbox 1
13400 use_makebox 0
13401 width "5cm"
13402 special "none"
13403 height "1in"
13404 height_special "totalheight"
13405 status collapsed
13406
13407 \begin_layout Plain Layout
13408 Esto es un marco de párrafo.
13409  Tiene exactamente 5
13410 \begin_inset space \thinspace{}
13411 \end_inset
13412
13413 cm de largo y además puede contener ecuaciones: 
13414 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13415 \end_inset
13416
13417
13418 \end_layout
13419
13420 \end_inset
13421
13422
13423 \begin_inset space ~
13424 \end_inset
13425
13426  un marco de párrafo.
13427 \begin_inset VSpace medskip
13428 \end_inset
13429
13430 Ese marco se compone haciendo clic derecho sobre el rectángulo gris insertado.
13431  Surge un diálogo con las propiedades del marco.
13432  En este caso: 
13433 \emph on
13434 Decoración
13435 \emph default
13436 : Marco rectangular, 
13437 \emph on
13438 marco interior
13439 \emph default
13440 : Párrafo, 
13441 \emph on
13442 Ancho
13443 \emph default
13444 : 5
13445 \begin_inset space \thinspace{}
13446 \end_inset
13447
13448 cm, 
13449 \emph on
13450 Alineación Vertical
13451 \emph default
13452  
13453 \emph on
13454 marco
13455 \emph default
13456 : Medio.
13457 \end_layout
13458
13459 \begin_layout Standard
13460 \begin_inset VSpace medskip
13461 \end_inset
13462
13463 En LaTeX, un marco de párrafo se inserta con el comando 
13464 \series bold
13465
13466 \backslash
13467 parbox
13468 \series default
13469
13470 \begin_inset Index idx
13471 status collapsed
13472
13473 \begin_layout Plain Layout
13474 Comandos ! P ! 
13475 \backslash
13476 parbox
13477 \end_layout
13478
13479 \end_inset
13480
13481  con el esquema siguiente:
13482 \end_layout
13483
13484 \begin_layout Standard
13485
13486 \series bold
13487
13488 \backslash
13489 parbox[posición]{anchura}{contenido}
13490 \end_layout
13491
13492 \begin_layout Standard
13493 Son posibles las posiciones 
13494 \emph on
13495 b
13496 \emph default
13497  y 
13498 \emph on
13499 t
13500 \emph default
13501
13502 \emph on
13503 b
13504 \emph default
13505  por 
13506 \begin_inset Quotes fld
13507 \end_inset
13508
13509 bottom
13510 \begin_inset Quotes frd
13511 \end_inset
13512
13513  (abajo), que alinea la última línea del marco con el texto de alrededor.
13514  Con 
13515 \emph on
13516 t
13517 \emph default
13518 , por 
13519 \begin_inset Quotes fld
13520 \end_inset
13521
13522 top
13523 \begin_inset Quotes frd
13524 \end_inset
13525
13526  (arriba), la alineación se hace con la primera línea.
13527  Si no se da posición, el marco se centrará verticalmente, véase la sección
13528  
13529 \emph on
13530 Marcos
13531 \emph default
13532  del manual 
13533 \emph on
13534 Objetos insertados
13535 \emph default
13536  para ejemplos.
13537 \end_layout
13538
13539 \begin_layout Standard
13540 \begin_inset VSpace bigskip
13541 \end_inset
13542
13543 Para enmarcar ecuaciones completas, incluso el número de la ecuación, deben
13544  ponerse en un marco de párrafo.
13545  Para ello se inserta el comando
13546 \begin_inset Newline newline
13547 \end_inset
13548
13549
13550 \series bold
13551
13552 \backslash
13553 fbox{
13554 \backslash
13555 parbox{
13556 \backslash
13557 linewidth-2
13558 \backslash
13559 fboxsep-2
13560 \backslash
13561 fboxrule}{
13562 \begin_inset Newline newline
13563 \end_inset
13564
13565
13566 \series default
13567 en modo TeX delante de la ecuación.
13568  Aquí 
13569 \series bold
13570
13571 \backslash
13572 linewidth
13573 \series default
13574
13575 \begin_inset Index idx
13576 status collapsed
13577
13578 \begin_layout Plain Layout
13579 Comandos ! L ! 
13580 \backslash
13581 linewidth
13582 \begin_inset ERT
13583 status open
13584
13585 \begin_layout Plain Layout
13586
13587
13588 \backslash
13589 vspace{5mm}
13590 \end_layout
13591
13592 \end_inset
13593
13594
13595 \end_layout
13596
13597 \end_inset
13598
13599  es la anchura de línea establecida para el documento.
13600  Como el marco está por fuera del marco de párrafo, hay que restar de dicha
13601  anchura dos veces la separación del marco y el grosor.
13602  Como LyX no lo hace automáticamente debido a un fallo,
13603 \begin_inset Foot
13604 status collapsed
13605
13606 \begin_layout Plain Layout
13607 \begin_inset CommandInset href
13608 LatexCommand href
13609 name "LyX-bug #4483"
13610 target "http://www.lyx.org/trac/ticket/4483"
13611
13612 \end_inset
13613
13614
13615 \end_layout
13616
13617 \end_inset
13618
13619  hay que usar modo TeX.
13620  Para poder multiplicar y restar en los argumentos hay que cargar en el
13621  preámbulo LaTeX el paquete LaTeX 
13622 \series bold
13623 calc
13624 \series default
13625 ,
13626 \begin_inset Foot
13627 status collapsed
13628
13629 \begin_layout Plain Layout
13630
13631 \series bold
13632 calc
13633 \series default
13634  es parte de toda instalación LaTeX estándar.
13635 \end_layout
13636
13637 \end_inset
13638
13639
13640 \begin_inset Index idx
13641 status collapsed
13642
13643 \begin_layout Plain Layout
13644 Paquetes ! calc
13645 \end_layout
13646
13647 \end_inset
13648
13649  con la línea
13650 \end_layout
13651
13652 \begin_layout Standard
13653
13654 \series bold
13655
13656 \backslash
13657 usepackage{calc}
13658 \end_layout
13659
13660 \begin_layout Standard
13661 Detrás de la ecuación se cierran ambos marcos con 
13662 \series bold
13663 }}
13664 \series default
13665  en modo TeX.
13666  Aquí hay un ejemplo:
13667 \begin_inset ERT
13668 status collapsed
13669
13670 \begin_layout Plain Layout
13671
13672
13673 \backslash
13674 fboxsep 5mm 
13675 \backslash
13676 fboxrule 5mm
13677 \end_layout
13678
13679 \end_inset
13680
13681
13682 \end_layout
13683
13684 \begin_layout Standard
13685 \begin_inset ERT
13686 status collapsed
13687
13688 \begin_layout Plain Layout
13689
13690
13691 \backslash
13692 fbox{
13693 \backslash
13694 parbox{
13695 \backslash
13696 linewidth-2
13697 \backslash
13698 fboxsep-2
13699 \backslash
13700 fboxrule}{
13701 \end_layout
13702
13703 \end_inset
13704
13705
13706 \begin_inset Formula 
13707 \begin{equation}
13708 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13709 \end{equation}
13710
13711 \end_inset
13712
13713
13714 \end_layout
13715
13716 \begin_layout Standard
13717 \begin_inset ERT
13718 status collapsed
13719
13720 \begin_layout Plain Layout
13721
13722 }}
13723 \end_layout
13724
13725 \end_inset
13726
13727
13728 \begin_inset ERT
13729 status collapsed
13730
13731 \begin_layout Plain Layout
13732
13733
13734 \backslash
13735 fboxrule 0.4pt 
13736 \backslash
13737 fboxsep 3pt
13738 \end_layout
13739
13740 \end_inset
13741
13742
13743 \end_layout
13744
13745 \begin_layout Standard
13746 \begin_inset VSpace medskip
13747 \end_inset
13748
13749
13750 \end_layout
13751
13752 \begin_layout Standard
13753 Como se ha usado el marco de párrafo como argumento de 
13754 \series bold
13755
13756 \backslash
13757 fbox
13758 \series default
13759 , en este caso no hay diferencia entre 
13760 \series bold
13761
13762 \backslash
13763 fbox
13764 \series default
13765  y 
13766 \series bold
13767
13768 \backslash
13769 boxed
13770 \series default
13771 .
13772  
13773 \end_layout
13774
13775 \begin_layout Standard
13776 \begin_inset VSpace bigskip
13777 \end_inset
13778
13779
13780 \end_layout
13781
13782 \begin_layout Standard
13783 Los marcos de párrafo son muy útiles para comentar ecuaciones directamente.
13784  Para hacerlo, se usa 
13785 \series bold
13786
13787 \backslash
13788 parbox
13789 \series default
13790  en combinación con el comando 
13791 \series bold
13792
13793 \backslash
13794 tag
13795 \series default
13796 .
13797  (Véase más sobre 
13798 \series bold
13799
13800 \backslash
13801 tag
13802 \series default
13803  en 
13804 \begin_inset CommandInset ref
13805 LatexCommand ref
13806 reference "sub:Numeración-personalizada"
13807
13808 \end_inset
13809
13810 ).
13811 \end_layout
13812
13813 \begin_layout Standard
13814 Un ejemplo de ecuación comentada con 
13815 \series bold
13816
13817 \backslash
13818 parbox
13819 \series default
13820 :
13821 \end_layout
13822
13823 \begin_layout Standard
13824 \begin_inset ERT
13825 status collapsed
13826
13827 \begin_layout Plain Layout
13828
13829
13830 \backslash
13831 [5x-7b=3b
13832 \backslash
13833 tag*{
13834 \backslash
13835 parbox{5cm}{
13836 \end_layout
13837
13838 \end_inset
13839
13840 Esto es una descripción.
13841  Está claramente separada de la ecuación y es multilínea.
13842 \begin_inset ERT
13843 status collapsed
13844
13845 \begin_layout Plain Layout
13846
13847 }}
13848 \backslash
13849 ]
13850 \end_layout
13851
13852 \end_inset
13853
13854
13855 \end_layout
13856
13857 \begin_layout Standard
13858 Tales ecuaciones deben insertarse completamente en modo TeX porque LyX aún
13859  no soporta el comando 
13860 \series bold
13861
13862 \backslash
13863 parbox
13864 \series default
13865  en ecuaciones.
13866  La ecuación se compone con la siguiente secuencia de comandos:
13867 \end_layout
13868
13869 \begin_layout Standard
13870 El comando 
13871 \series bold
13872
13873 \backslash
13874 [5x-7b=3b
13875 \backslash
13876 tag*
13877 \backslash
13878 {
13879 \backslash
13880 parbox{5cm}{
13881 \series default
13882  se inserta en modo TeX.
13883 \begin_inset Foot
13884 status collapsed
13885
13886 \begin_layout Plain Layout
13887 Si se usa el estilo de ecuación 
13888 \series bold
13889 Sangrado
13890 \series default
13891
13892 \series bold
13893
13894 \backslash
13895 tag*
13896 \backslash
13897
13898 \series default
13899  se puede reemplazar por 
13900 \series bold
13901
13902 \backslash
13903 hfill
13904 \series default
13905 .
13906  (Véanse los estilos de ecuación en 
13907 \begin_inset CommandInset ref
13908 LatexCommand ref
13909 reference "sec:Estilos-de-ecuación"
13910
13911 \end_inset
13912
13913 ).
13914 \end_layout
13915
13916 \end_inset
13917
13918  Después sigue la descripción en texto normal, y por último 
13919 \series bold
13920 }}
13921 \backslash
13922 ]
13923 \series default
13924  en modo TeX.
13925  Aquí los comandos 
13926 \series bold
13927
13928 \backslash
13929 [
13930 \series default
13931  y 
13932 \series bold
13933
13934 \backslash
13935 ]
13936 \series default
13937  crean una ecuación presentada.
13938 \end_layout
13939
13940 \begin_layout Standard
13941 Las ventajas de 
13942 \series bold
13943
13944 \backslash
13945 parbox
13946 \series default
13947  pueden verse en este ejemplo que se ha 
13948 \begin_inset Quotes fld
13949 \end_inset
13950
13951 comentado
13952 \begin_inset Quotes frd
13953 \end_inset
13954
13955  usando el modo texto matemático:
13956 \begin_inset Formula 
13957 \[
13958 5x-7b=3b\textrm{ Esto es una descripción. No está separada de la ecuación...}
13959 \]
13960
13961 \end_inset
13962
13963
13964 \end_layout
13965
13966 \begin_layout Section
13967 Operadores
13968 \begin_inset Index idx
13969 status collapsed
13970
13971 \begin_layout Plain Layout
13972 Operadores
13973 \end_layout
13974
13975 \end_inset
13976
13977
13978 \end_layout
13979
13980 \begin_layout Subsection
13981 Operadores grandes
13982 \begin_inset CommandInset label
13983 LatexCommand label
13984 name "sub:Operadores-grandes"
13985
13986 \end_inset
13987
13988
13989 \begin_inset Index idx
13990 status collapsed
13991
13992 \begin_layout Plain Layout
13993 Operadores ! grandes
13994 \end_layout
13995
13996 \end_inset
13997
13998
13999 \begin_inset Index idx
14000 status collapsed
14001
14002 \begin_layout Plain Layout
14003 Sumatorios
14004 \end_layout
14005
14006 \end_inset
14007
14008
14009 \begin_inset Index idx
14010 status collapsed
14011
14012 \begin_layout Plain Layout
14013 Integrales
14014 \end_layout
14015
14016 \end_inset
14017
14018
14019 \end_layout
14020
14021 \begin_layout Standard
14022 Para poder usar todos los comandos de integrales listados aquí, debe estar
14023  marcada la opción 
14024 \family sans
14025 Usar paquete esint automáticamente
14026 \family default
14027  en el apartado 
14028 \family sans
14029 Opciones de ecuación
14030 \family default
14031  de la configuración del documento.
14032  
14033 \end_layout
14034
14035 \begin_layout Standard
14036 \begin_inset space \hfill{}
14037 \end_inset
14038
14039
14040 \begin_inset Tabular
14041 <lyxtabular version="3" rows="11" columns="2">
14042 <features rotate="0" tabularvalignment="middle">
14043 <column alignment="center" valignment="top" width="0pt">
14044 <column alignment="center" valignment="top" width="0pt">
14045 <row>
14046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14047 \begin_inset Text
14048
14049 \begin_layout Plain Layout
14050 Comando
14051 \end_layout
14052
14053 \end_inset
14054 </cell>
14055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14056 \begin_inset Text
14057
14058 \begin_layout Plain Layout
14059 Resultado
14060 \end_layout
14061
14062 \end_inset
14063 </cell>
14064 </row>
14065 <row>
14066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14067 \begin_inset Text
14068
14069 \begin_layout Plain Layout
14070
14071 \backslash
14072 int
14073 \begin_inset Index idx
14074 status collapsed
14075
14076 \begin_layout Plain Layout
14077 Comandos ! I ! 
14078 \backslash
14079 int
14080 \end_layout
14081
14082 \end_inset
14083
14084
14085 \end_layout
14086
14087 \end_inset
14088 </cell>
14089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14090 \begin_inset Text
14091
14092 \begin_layout Plain Layout
14093 \begin_inset Formula $\int$
14094 \end_inset
14095
14096
14097 \end_layout
14098
14099 \end_inset
14100 </cell>
14101 </row>
14102 <row>
14103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14104 \begin_inset Text
14105
14106 \begin_layout Plain Layout
14107
14108 \backslash
14109 oint
14110 \end_layout
14111
14112 \end_inset
14113 </cell>
14114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14115 \begin_inset Text
14116
14117 \begin_layout Plain Layout
14118 \begin_inset Formula $\oint$
14119 \end_inset
14120
14121
14122 \end_layout
14123
14124 \end_inset
14125 </cell>
14126 </row>
14127 <row>
14128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14129 \begin_inset Text
14130
14131 \begin_layout Plain Layout
14132
14133 \backslash
14134 ointctrclockwise
14135 \end_layout
14136
14137 \end_inset
14138 </cell>
14139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14140 \begin_inset Text
14141
14142 \begin_layout Plain Layout
14143 \begin_inset Formula $\ointctrclockwise$
14144 \end_inset
14145
14146
14147 \end_layout
14148
14149 \end_inset
14150 </cell>
14151 </row>
14152 <row>
14153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14154 \begin_inset Text
14155
14156 \begin_layout Plain Layout
14157
14158 \backslash
14159 ointclockwise
14160 \end_layout
14161
14162 \end_inset
14163 </cell>
14164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14165 \begin_inset Text
14166
14167 \begin_layout Plain Layout
14168 \begin_inset Formula $\ointclockwise$
14169 \end_inset
14170
14171
14172 \end_layout
14173
14174 \end_inset
14175 </cell>
14176 </row>
14177 <row>
14178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14179 \begin_inset Text
14180
14181 \begin_layout Plain Layout
14182
14183 \backslash
14184 sqint
14185 \end_layout
14186
14187 \end_inset
14188 </cell>
14189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14190 \begin_inset Text
14191
14192 \begin_layout Plain Layout
14193 \begin_inset Formula $\sqint$
14194 \end_inset
14195
14196
14197 \end_layout
14198
14199 \end_inset
14200 </cell>
14201 </row>
14202 <row>
14203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Plain Layout
14207
14208 \backslash
14209 fint
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218  
14219 \begin_inset Formula $\fint$
14220 \end_inset
14221
14222
14223 \end_layout
14224
14225 \end_inset
14226 </cell>
14227 </row>
14228 <row>
14229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14230 \begin_inset Text
14231
14232 \begin_layout Plain Layout
14233
14234 \backslash
14235 landupint
14236 \end_layout
14237
14238 \end_inset
14239 </cell>
14240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14241 \begin_inset Text
14242
14243 \begin_layout Plain Layout
14244  
14245 \begin_inset Formula $\landupint$
14246 \end_inset
14247
14248
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 </row>
14254 <row>
14255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Plain Layout
14259
14260 \backslash
14261 landdownint
14262 \end_layout
14263
14264 \end_inset
14265 </cell>
14266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14267 \begin_inset Text
14268
14269 \begin_layout Plain Layout
14270  
14271 \begin_inset Formula $\landdownint$
14272 \end_inset
14273
14274
14275 \end_layout
14276
14277 \end_inset
14278 </cell>
14279 </row>
14280 <row>
14281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285
14286 \backslash
14287 bigcap
14288 \end_layout
14289
14290 \end_inset
14291 </cell>
14292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14293 \begin_inset Text
14294
14295 \begin_layout Plain Layout
14296 \begin_inset Formula $\bigcap$
14297 \end_inset
14298
14299
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 </row>
14305 <row>
14306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Plain Layout
14310
14311 \backslash
14312 bigcup
14313 \end_layout
14314
14315 \end_inset
14316 </cell>
14317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14318 \begin_inset Text
14319
14320 \begin_layout Plain Layout
14321 \begin_inset Formula $\bigcup$
14322 \end_inset
14323
14324
14325 \end_layout
14326
14327 \end_inset
14328 </cell>
14329 </row>
14330 </lyxtabular>
14331
14332 \end_inset
14333
14334
14335 \begin_inset space \hfill{}
14336 \end_inset
14337
14338
14339 \begin_inset Tabular
14340 <lyxtabular version="3" rows="11" columns="2">
14341 <features rotate="0" tabularvalignment="middle">
14342 <column alignment="center" valignment="top" width="0pt">
14343 <column alignment="center" valignment="top" width="0pt">
14344 <row>
14345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14346 \begin_inset Text
14347
14348 \begin_layout Plain Layout
14349 Comando
14350 \end_layout
14351
14352 \end_inset
14353 </cell>
14354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14355 \begin_inset Text
14356
14357 \begin_layout Plain Layout
14358 Resultado
14359 \end_layout
14360
14361 \end_inset
14362 </cell>
14363 </row>
14364 <row>
14365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14366 \begin_inset Text
14367
14368 \begin_layout Plain Layout
14369
14370 \backslash
14371 sum
14372 \begin_inset Index idx
14373 status collapsed
14374
14375 \begin_layout Plain Layout
14376 Comandos ! S ! 
14377 \backslash
14378 sum
14379 \end_layout
14380
14381 \end_inset
14382
14383
14384 \end_layout
14385
14386 \end_inset
14387 </cell>
14388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Plain Layout
14392 \begin_inset Formula $\sum$
14393 \end_inset
14394
14395
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 </row>
14401 <row>
14402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14403 \begin_inset Text
14404
14405 \begin_layout Plain Layout
14406
14407 \backslash
14408 prod
14409 \begin_inset Index idx
14410 status collapsed
14411
14412 \begin_layout Plain Layout
14413 Comandos ! P ! 
14414 \backslash
14415 prod
14416 \end_layout
14417
14418 \end_inset
14419
14420
14421 \end_layout
14422
14423 \end_inset
14424 </cell>
14425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14426 \begin_inset Text
14427
14428 \begin_layout Plain Layout
14429 \begin_inset Formula $\prod$
14430 \end_inset
14431
14432
14433 \end_layout
14434
14435 \end_inset
14436 </cell>
14437 </row>
14438 <row>
14439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14440 \begin_inset Text
14441
14442 \begin_layout Plain Layout
14443
14444 \backslash
14445 coprod
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14451 \begin_inset Text
14452
14453 \begin_layout Plain Layout
14454 \begin_inset Formula $\coprod$
14455 \end_inset
14456
14457
14458 \end_layout
14459
14460 \end_inset
14461 </cell>
14462 </row>
14463 <row>
14464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14465 \begin_inset Text
14466
14467 \begin_layout Plain Layout
14468
14469 \backslash
14470 bigodot
14471 \end_layout
14472
14473 \end_inset
14474 </cell>
14475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14476 \begin_inset Text
14477
14478 \begin_layout Plain Layout
14479 \begin_inset Formula $\bigodot$
14480 \end_inset
14481
14482
14483 \end_layout
14484
14485 \end_inset
14486 </cell>
14487 </row>
14488 <row>
14489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Plain Layout
14493
14494 \backslash
14495 bigotimes
14496 \end_layout
14497
14498 \end_inset
14499 </cell>
14500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14501 \begin_inset Text
14502
14503 \begin_layout Plain Layout
14504 \begin_inset Formula $\bigotimes$
14505 \end_inset
14506
14507
14508 \end_layout
14509
14510 \end_inset
14511 </cell>
14512 </row>
14513 <row>
14514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14515 \begin_inset Text
14516
14517 \begin_layout Plain Layout
14518
14519 \backslash
14520 bigoplus
14521 \end_layout
14522
14523 \end_inset
14524 </cell>
14525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14526 \begin_inset Text
14527
14528 \begin_layout Plain Layout
14529 \begin_inset Formula $\bigoplus$
14530 \end_inset
14531
14532
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 </row>
14538 <row>
14539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14540 \begin_inset Text
14541
14542 \begin_layout Plain Layout
14543
14544 \backslash
14545 bigwedge
14546 \end_layout
14547
14548 \end_inset
14549 </cell>
14550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14551 \begin_inset Text
14552
14553 \begin_layout Plain Layout
14554 \begin_inset Formula $\bigwedge$
14555 \end_inset
14556
14557
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 </row>
14563 <row>
14564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14565 \begin_inset Text
14566
14567 \begin_layout Plain Layout
14568
14569 \backslash
14570 bigvee
14571 \end_layout
14572
14573 \end_inset
14574 </cell>
14575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14576 \begin_inset Text
14577
14578 \begin_layout Plain Layout
14579 \begin_inset Formula $\bigvee$
14580 \end_inset
14581
14582
14583 \end_layout
14584
14585 \end_inset
14586 </cell>
14587 </row>
14588 <row>
14589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14590 \begin_inset Text
14591
14592 \begin_layout Plain Layout
14593
14594 \backslash
14595 bigsqcup
14596 \end_layout
14597
14598 \end_inset
14599 </cell>
14600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14601 \begin_inset Text
14602
14603 \begin_layout Plain Layout
14604 \begin_inset Formula $\bigsqcup$
14605 \end_inset
14606
14607
14608 \end_layout
14609
14610 \end_inset
14611 </cell>
14612 </row>
14613 <row>
14614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14615 \begin_inset Text
14616
14617 \begin_layout Plain Layout
14618
14619 \backslash
14620 biguplus
14621 \end_layout
14622
14623 \end_inset
14624 </cell>
14625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14626 \begin_inset Text
14627
14628 \begin_layout Plain Layout
14629 \begin_inset Formula $\biguplus$
14630 \end_inset
14631
14632
14633 \end_layout
14634
14635 \end_inset
14636 </cell>
14637 </row>
14638 </lyxtabular>
14639
14640 \end_inset
14641
14642
14643 \begin_inset space \hfill{}
14644 \end_inset
14645
14646
14647 \end_layout
14648
14649 \begin_layout Standard
14650 Todos los operadores grandes se pueden insertar con el botón 
14651 \begin_inset Graphics
14652         filename ../../images/math/intop.png
14653         scale 85
14654
14655 \end_inset
14656
14657  de la barra de ecuaciones.
14658 \end_layout
14659
14660 \begin_layout Standard
14661 Estos operadores son llamados grandes porque son mayores que los operadores
14662  binarios de aspecto semejante.
14663  Todos los operadores grandes pueden tener límites, como se describe en
14664  la subsección siguiente.
14665 \end_layout
14666
14667 \begin_layout Standard
14668 Para todos los operadores de integral hay una segunda versión disponible,
14669  terminando en 
14670 \series bold
14671 op
14672 \series default
14673
14674 \series bold
14675
14676 \backslash
14677 intop
14678 \series default
14679
14680 \series bold
14681
14682 \backslash
14683 ointop
14684 \series default
14685  etc.
14686  Estos operadores difieren de 
14687 \series bold
14688
14689 \backslash
14690 int
14691 \series default
14692 , etc., en el estilo en que se presentan los límites, véase
14693 \series bold
14694  
14695 \series default
14696
14697 \begin_inset CommandInset ref
14698 LatexCommand ref
14699 reference "sub:Límites-de-operadores"
14700
14701 \end_inset
14702
14703 .
14704 \end_layout
14705
14706 \begin_layout Subsubsection*
14707 Sugerencias para las integrales
14708 \end_layout
14709
14710 \begin_layout Standard
14711 La letra 
14712 \emph on
14713 d
14714 \emph default
14715  en una integral es un operador, por consiguiente debe escribirse en redonda.
14716  Esto se hace resaltando la 
14717 \emph on
14718 d
14719 \emph default
14720  y usando el atajo de teclado 
14721 \family sans
14722 Alt+C
14723 \begin_inset space ~
14724 \end_inset
14725
14726 R
14727 \family default
14728 .
14729 \begin_inset Foot
14730 status collapsed
14731
14732 \begin_layout Plain Layout
14733 véase estilos de letras en 
14734 \begin_inset CommandInset ref
14735 LatexCommand ref
14736 reference "sub:Estilos-de-tipografías"
14737
14738 \end_inset
14739
14740  
14741 \end_layout
14742
14743 \end_inset
14744
14745  Delante de la 
14746 \emph on
14747 d
14748 \emph default
14749  se inserta un espacio delgado, como es habitual en los operadores.
14750  Un ejemplo:
14751 \end_layout
14752
14753 \begin_layout Standard
14754 incorrecto: 
14755 \begin_inset Formula $\int A(x)dx$
14756 \end_inset
14757
14758
14759 \begin_inset Newline newline
14760 \end_inset
14761
14762
14763 \begin_inset Phantom HPhantom
14764 status open
14765
14766 \begin_layout Plain Layout
14767 in
14768 \end_layout
14769
14770 \end_inset
14771
14772 correcto: 
14773 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14774 \end_inset
14775
14776
14777 \end_layout
14778
14779 \begin_layout Standard
14780 Para integrales múltiples hay los siguientes comandos:
14781 \begin_inset VSpace medskip
14782 \end_inset
14783
14784
14785 \end_layout
14786
14787 \begin_layout Standard
14788 \begin_inset space \hfill{}
14789 \end_inset
14790
14791
14792 \begin_inset Tabular
14793 <lyxtabular version="3" rows="4" columns="2">
14794 <features rotate="0" tabularvalignment="middle">
14795 <column alignment="center" valignment="top">
14796 <column alignment="center" valignment="top">
14797 <row>
14798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14799 \begin_inset Text
14800
14801 \begin_layout Plain Layout
14802 Comando
14803 \end_layout
14804
14805 \end_inset
14806 </cell>
14807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14808 \begin_inset Text
14809
14810 \begin_layout Plain Layout
14811 Resultado
14812 \begin_inset Note Note
14813 status collapsed
14814
14815 \begin_layout Plain Layout
14816
14817 \series bold
14818
14819 \backslash
14820 raisebox
14821 \series default
14822  se usa sólo como espaciador
14823 \end_layout
14824
14825 \end_inset
14826
14827
14828 \end_layout
14829
14830 \end_inset
14831 </cell>
14832 </row>
14833 <row>
14834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14835 \begin_inset Text
14836
14837 \begin_layout Plain Layout
14838
14839 \backslash
14840 iint
14841 \end_layout
14842
14843 \end_inset
14844 </cell>
14845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
14850 \end_inset
14851
14852
14853 \end_layout
14854
14855 \end_inset
14856 </cell>
14857 </row>
14858 <row>
14859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14860 \begin_inset Text
14861
14862 \begin_layout Plain Layout
14863
14864 \backslash
14865 oiint
14866 \end_layout
14867
14868 \end_inset
14869 </cell>
14870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14871 \begin_inset Text
14872
14873 \begin_layout Plain Layout
14874 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
14875 \end_inset
14876
14877
14878 \end_layout
14879
14880 \end_inset
14881 </cell>
14882 </row>
14883 <row>
14884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14885 \begin_inset Text
14886
14887 \begin_layout Plain Layout
14888
14889 \backslash
14890 sqiint
14891 \end_layout
14892
14893 \end_inset
14894 </cell>
14895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14896 \begin_inset Text
14897
14898 \begin_layout Plain Layout
14899 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
14900 \end_inset
14901
14902
14903 \end_layout
14904
14905 \end_inset
14906 </cell>
14907 </row>
14908 </lyxtabular>
14909
14910 \end_inset
14911
14912
14913 \begin_inset space \hfill{}
14914 \end_inset
14915
14916
14917 \begin_inset Tabular
14918 <lyxtabular version="3" rows="4" columns="2">
14919 <features rotate="0" tabularvalignment="middle">
14920 <column alignment="center" valignment="top">
14921 <column alignment="center" valignment="top">
14922 <row>
14923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927 Comando
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Plain Layout
14936 Resultado
14937 \begin_inset Note Note
14938 status collapsed
14939
14940 \begin_layout Plain Layout
14941
14942 \series bold
14943
14944 \backslash
14945 raisebox
14946 \series default
14947  se usa sólo como espaciador
14948 \end_layout
14949
14950 \end_inset
14951
14952
14953 \end_layout
14954
14955 \end_inset
14956 </cell>
14957 </row>
14958 <row>
14959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963
14964 \backslash
14965 iiint
14966 \end_layout
14967
14968 \end_inset
14969 </cell>
14970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
14975 \end_inset
14976
14977
14978 \end_layout
14979
14980 \end_inset
14981 </cell>
14982 </row>
14983 <row>
14984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988
14989 \backslash
14990 iiiint
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14996 \begin_inset Text
14997
14998 \begin_layout Plain Layout
14999 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15000 \end_inset
15001
15002
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 </row>
15008 <row>
15009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013
15014 \backslash
15015 dotsint
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15025 \end_inset
15026
15027
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 </row>
15033 </lyxtabular>
15034
15035 \end_inset
15036
15037
15038 \begin_inset space \hfill{}
15039 \end_inset
15040
15041
15042 \end_layout
15043
15044 \begin_layout Subsection
15045 Límites de operadores
15046 \begin_inset CommandInset label
15047 LatexCommand label
15048 name "sub:Límites-de-operadores"
15049
15050 \end_inset
15051
15052
15053 \begin_inset Index idx
15054 status collapsed
15055
15056 \begin_layout Plain Layout
15057 Operadores ! límites de
15058 \end_layout
15059
15060 \end_inset
15061
15062
15063 \end_layout
15064
15065 \begin_layout Standard
15066 Los límites se crean mediante superíndices y subíndices:
15067 \end_layout
15068
15069 \begin_layout Standard
15070 \noindent
15071 \align center
15072 \begin_inset Tabular
15073 <lyxtabular version="3" rows="2" columns="2">
15074 <features rotate="0" tabularvalignment="middle">
15075 <column alignment="center" valignment="top">
15076 <column alignment="center" valignment="top">
15077 <row>
15078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15079 \begin_inset Text
15080
15081 \begin_layout Plain Layout
15082 Comando
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Plain Layout
15091 Resultado
15092 \begin_inset Note Note
15093 status collapsed
15094
15095 \begin_layout Plain Layout
15096
15097 \series bold
15098
15099 \backslash
15100 raisebox
15101 \series default
15102  se usa sólo como espaciador
15103 \end_layout
15104
15105 \end_inset
15106
15107
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 </row>
15113 <row>
15114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118
15119 \backslash
15120 prod^
15121 \backslash
15122 infty
15123 \begin_inset space \textvisiblespace{}
15124 \end_inset
15125
15126
15127 \begin_inset Formula $\to$
15128 \end_inset
15129
15130 _0
15131 \begin_inset Formula $\to$
15132 \end_inset
15133
15134 A(x)
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15144 \end_inset
15145
15146
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 </row>
15152 </lyxtabular>
15153
15154 \end_inset
15155
15156
15157 \end_layout
15158
15159 \begin_layout Standard
15160 En ecuaciones en línea los límites se colocan al lado derecho del operador.
15161  En ecuaciones presentadas se colocan encima y debajo, excepto en las integrales.
15162 \end_layout
15163
15164 \begin_layout Standard
15165 Para forzar que los límites se coloquen junto al operador, se pone el cursor
15166  directamente detrás del operador y se elige 
15167 \series bold
15168 Alineado
15169 \series default
15170  en el menú 
15171 \family sans
15172 Editar\SpecialChar \menuseparator
15173 Ecuación\SpecialChar \menuseparator
15174 Cambiar tipo de límites
15175 \family default
15176  (atajo 
15177 \family sans
15178 Alt+M
15179 \begin_inset space ~
15180 \end_inset
15181
15182 L
15183 \family default
15184 ).
15185  Un ejemplo:
15186 \end_layout
15187
15188 \begin_layout Standard
15189 El tipo de límites por omisión es:
15190 \begin_inset Formula 
15191 \[
15192 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15193 \]
15194
15195 \end_inset
15196
15197
15198 \end_layout
15199
15200 \begin_layout Standard
15201 Así se ven si se cambia el tipo de límites a 
15202 \series bold
15203 Alineado
15204 \series default
15205 :
15206 \begin_inset Formula 
15207 \[
15208 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15209 \]
15210
15211 \end_inset
15212
15213
15214 \end_layout
15215
15216 \begin_layout Standard
15217 En integrales, excepto las que terminan en 
15218 \series bold
15219 op
15220 \series default
15221  como 
15222 \series bold
15223
15224 \backslash
15225 intop
15226 \series default
15227
15228 \series bold
15229
15230 \backslash
15231 ointop
15232 \series default
15233 , etc., los límites se colocan por omisión junto al operador.
15234  Pero en integrales múltiples los límites se ponen con frecuencia bajo el
15235  operador.
15236  Por tanto, en el siguiente ejemplo se ha elegido el tipo 
15237 \series bold
15238 Presentado
15239 \series default
15240  para poner el límite debajo:
15241 \begin_inset Formula 
15242 \begin{equation}
15243 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:IntVol}
15244 \end{equation}
15245
15246 \end_inset
15247
15248
15249 \begin_inset VSpace medskip
15250 \end_inset
15251
15252 Para especificar condiciones en los límites se usan los comandos 
15253 \series bold
15254
15255 \backslash
15256 subarray
15257 \series default
15258
15259 \begin_inset Index idx
15260 status collapsed
15261
15262 \begin_layout Plain Layout
15263 Comandos ! S ! 
15264 \backslash
15265 subarray
15266 \end_layout
15267
15268 \end_inset
15269
15270  y 
15271 \series bold
15272
15273 \backslash
15274 substack
15275 \series default
15276
15277 \begin_inset Index idx
15278 status collapsed
15279
15280 \begin_layout Plain Layout
15281 Comandos ! S ! 
15282 \backslash
15283 substack
15284 \end_layout
15285
15286 \end_inset
15287
15288 .
15289  Por ejemplo, para componer la expresión
15290 \begin_inset Formula 
15291 \begin{equation}
15292 \sum_{\begin{subarray}{c}
15293 0<k<1000\\
15294 \\
15295 k\,\in\,\mathbb{N}
15296 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15297 \end{equation}
15298
15299 \end_inset
15300
15301 se ha hecho lo siguiente: primero se escribe el comando 
15302 \series bold
15303
15304 \backslash
15305 sum^n
15306 \series default
15307
15308 \begin_inset space \textvisiblespace{}
15309 \end_inset
15310
15311
15312 \series bold
15313 _
15314 \series default
15315 .
15316  Ahora el cursor está en un marco azul bajo el operador sumatorio y ahí
15317  se inserta el comando 
15318 \series bold
15319
15320 \backslash
15321 subarray
15322 \series default
15323
15324 \begin_inset space \textvisiblespace{}
15325 \end_inset
15326
15327 .
15328  Ahora el marco azul está en un marco púrpura donde pueden escribirse líneas
15329  distintas.
15330  Cada línea nueva se crea con un salto de línea (
15331 \family sans
15332 Ctrl+Entrar
15333 \family default
15334 ).
15335  Si ahora se teclea en ella
15336 \begin_inset Newline newline
15337 \end_inset
15338
15339
15340 \series bold
15341 0<k<1000 Ctrl+Entrar
15342 \begin_inset Newline newline
15343 \end_inset
15344
15345
15346 \series default
15347 aparece debajo un nuevo marco para la línea nueva.
15348 \end_layout
15349
15350 \begin_layout Standard
15351 La alineación de las líneas puede cambiarse a la izquierda con la 
15352 \family sans
15353 barra de herramientas de cuadros
15354 \family default
15355  o con el menú 
15356 \family sans
15357 Editar\SpecialChar \menuseparator
15358 Filas y columnas
15359 \family default
15360 .
15361  Para obtener alineación derecha se inserta 
15362 \series bold
15363
15364 \backslash
15365 hfill
15366 \series default
15367
15368 \begin_inset space \textvisiblespace{}
15369 \end_inset
15370
15371  al principio de la línea.
15372 \end_layout
15373
15374 \begin_layout Standard
15375 El comando 
15376 \series bold
15377
15378 \backslash
15379 substack
15380 \series default
15381  es equivalente a 
15382 \series bold
15383
15384 \backslash
15385 subarray
15386 \series default
15387  con la diferencia de que las líneas están siempre centradas.
15388 \begin_inset VSpace bigskip
15389 \end_inset
15390
15391
15392 \end_layout
15393
15394 \begin_layout Standard
15395 Puede ocurrir que haya demasiado espacio entre el operador y los caracteres
15396  siguientes, como en la ecuación 
15397 \begin_inset CommandInset ref
15398 LatexCommand eqref
15399 reference "eq:substack"
15400
15401 \end_inset
15402
15403 , porque éstos se colocan junto a los límites.
15404 \end_layout
15405
15406 \begin_layout Standard
15407 Para evitarlo se puede usar la siguiente macro en el preámbulo:
15408 \end_layout
15409
15410 \begin_layout Standard
15411
15412 \series bold
15413
15414 \backslash
15415 def
15416 \backslash
15417 clap#1{
15418 \backslash
15419 hbox to 0pt{
15420 \backslash
15421 hss #1
15422 \backslash
15423 hss}}
15424 \begin_inset Newline newline
15425 \end_inset
15426
15427
15428 \backslash
15429 def
15430 \backslash
15431 mathclap {
15432 \backslash
15433 mathpalette 
15434 \backslash
15435 mathclapinternal}
15436 \begin_inset Newline newline
15437 \end_inset
15438
15439
15440 \backslash
15441 def
15442 \backslash
15443 mathclapinternal #1#2{
15444 \backslash
15445 clap{$
15446 \backslash
15447 mathsurround =0pt #1{#2}$}}
15448 \end_layout
15449
15450 \begin_layout Standard
15451 En ella se define el comando 
15452 \series bold
15453
15454 \backslash
15455 mathclap
15456 \series default
15457
15458 \begin_inset Index idx
15459 status collapsed
15460
15461 \begin_layout Plain Layout
15462 Comandos ! M ! 
15463 \backslash
15464 mathclap
15465 \end_layout
15466
15467 \end_inset
15468
15469  que establece la anchura del límite en 0
15470 \begin_inset space \thinspace{}
15471 \end_inset
15472
15473 pt.
15474  El esquema del comando es:
15475 \end_layout
15476
15477 \begin_layout Standard
15478
15479 \series bold
15480
15481 \backslash
15482 mathclap{límite}
15483 \end_layout
15484
15485 \begin_layout Standard
15486 donde el límite puede consistir en varias condiciones.
15487 \end_layout
15488
15489 \begin_layout Standard
15490 Aplicado en la ecuación 
15491 \begin_inset CommandInset ref
15492 LatexCommand eqref
15493 reference "eq:substack"
15494
15495 \end_inset
15496
15497  se usa el comando
15498 \end_layout
15499
15500 \begin_layout Standard
15501
15502 \series bold
15503
15504 \backslash
15505 sum_
15506 \backslash
15507 mathclap{
15508 \backslash
15509 substack
15510 \begin_inset space \textvisiblespace{}
15511 \end_inset
15512
15513 0<k<1000 Ctrl+Entrar
15514 \end_layout
15515
15516 \begin_layout Standard
15517 para componer el límite inferior.
15518  Ahora el sumando está junto al sumatorio:
15519 \begin_inset Formula 
15520 \[
15521 \sum_{\mathclap{\substack{0<k<1000\\
15522 \\
15523 k\,\in\,\mathbb{N}
15524 }
15525 }}^{n}k^{-2}
15526 \]
15527
15528 \end_inset
15529
15530
15531 \begin_inset VSpace bigskip
15532 \end_inset
15533
15534 Cómo utilizar un límite para varios operadores se describe en la 
15535 \begin_inset CommandInset ref
15536 LatexCommand ref
15537 reference "sub:Operadores-de-usuario"
15538
15539 \end_inset
15540
15541 .
15542 \end_layout
15543
15544 \begin_layout Subsection
15545 Decoración para operadores
15546 \begin_inset Index idx
15547 status collapsed
15548
15549 \begin_layout Plain Layout
15550 Operadores ! Decoración
15551 \end_layout
15552
15553 \end_inset
15554
15555
15556 \end_layout
15557
15558 \begin_layout Standard
15559 Con los comandos 
15560 \series bold
15561
15562 \backslash
15563 overset
15564 \series default
15565
15566 \begin_inset Index idx
15567 status collapsed
15568
15569 \begin_layout Plain Layout
15570 Comandos ! O ! 
15571 \backslash
15572 overset
15573 \end_layout
15574
15575 \end_inset
15576
15577  y 
15578 \series bold
15579
15580 \backslash
15581 underset
15582 \series default
15583
15584 \begin_inset Index idx
15585 status collapsed
15586
15587 \begin_layout Plain Layout
15588 Comandos ! U ! 
15589 \backslash
15590 underset
15591 \end_layout
15592
15593 \end_inset
15594
15595  se pueden colocar caracteres sobre o bajo un operador, respectivamente.
15596  Con el comando 
15597 \series bold
15598
15599 \backslash
15600 sideset
15601 \series default
15602
15603 \begin_inset Index idx
15604 status collapsed
15605
15606 \begin_layout Plain Layout
15607 Comandos ! S ! 
15608 \backslash
15609 sideset
15610 \end_layout
15611
15612 \end_inset
15613
15614  se pueden poner caracteres delante y detrás de un operador grande.
15615  El esquema del comando es:
15616 \end_layout
15617
15618 \begin_layout Standard
15619
15620 \series bold
15621
15622 \backslash
15623 sideset{carácter
15624 \series default
15625  
15626 \series bold
15627 anterior}{carácter posterior}
15628 \end_layout
15629
15630 \begin_layout Standard
15631
15632 \series bold
15633
15634 \backslash
15635 sideset
15636 \series default
15637  siempre debe estar delante del operador.
15638  Se puede decorar con varios caracteres e incluso con otros operadores y
15639  símbolos.
15640  Para colocar con
15641 \series bold
15642  
15643 \backslash
15644 sideset
15645 \series default
15646  caracteres sólo detrás del operador grande, por ejemplo, no se escribe
15647  nada en el primer par de llaves, pero sin quitarlas.
15648  
15649 \end_layout
15650
15651 \begin_layout Standard
15652 Por ejemplo, el comando 
15653 \series bold
15654
15655 \backslash
15656 sideset{
15657 \begin_inset Formula $\to$
15658 \end_inset
15659
15660
15661 \backslash
15662 {
15663 \series default
15664 '
15665 \series bold
15666
15667 \begin_inset Formula $\to$
15668 \end_inset
15669
15670
15671 \backslash
15672 sum_k=1
15673 \begin_inset space \textvisiblespace{}
15674 \end_inset
15675
15676
15677 \series default
15678 ^
15679 \series bold
15680
15681 \begin_inset space \textvisiblespace{}
15682 \end_inset
15683
15684 n
15685 \series default
15686  genera:
15687 \begin_inset Formula 
15688 \[
15689 \sideset{}{'}\sum_{k=1}^{n}
15690 \]
15691
15692 \end_inset
15693
15694
15695 \end_layout
15696
15697 \begin_layout Standard
15698 \begin_inset Note Greyedout
15699 status open
15700
15701 \begin_layout Plain Layout
15702
15703 \series bold
15704 Nota: 
15705 \backslash
15706 sideset
15707 \series default
15708  sólo se puede usar para decorar operadores grandes, no permite operadores
15709  binarios.
15710 \end_layout
15711
15712 \end_inset
15713
15714
15715 \end_layout
15716
15717 \begin_layout Standard
15718 Con 
15719 \series bold
15720
15721 \backslash
15722 overset
15723 \series default
15724  y 
15725 \series bold
15726
15727 \backslash
15728 underset
15729 \series default
15730  también se pueden decorar símbolos y caracteres.
15731  Por ejemplo el comando 
15732 \series bold
15733
15734 \backslash
15735 overset
15736 \begin_inset space \textvisiblespace{}
15737 \end_inset
15738
15739
15740 \backslash
15741 maltese
15742 \begin_inset space \textvisiblespace{}
15743 \end_inset
15744
15745
15746 \series default
15747
15748 \begin_inset Formula $\uparrow$
15749 \end_inset
15750
15751
15752 \series bold
15753 a
15754 \series default
15755  genera:
15756 \begin_inset Formula 
15757 \[
15758 \overset{a}{\maltese}
15759 \]
15760
15761 \end_inset
15762
15763
15764 \end_layout
15765
15766 \begin_layout Subsection
15767 Operadores binarios
15768 \begin_inset CommandInset label
15769 LatexCommand label
15770 name "sub:Operadores-binarios"
15771
15772 \end_inset
15773
15774
15775 \begin_inset Index idx
15776 status collapsed
15777
15778 \begin_layout Plain Layout
15779 Operadores ! binarios
15780 \end_layout
15781
15782 \end_inset
15783
15784
15785 \end_layout
15786
15787 \begin_layout Standard
15788 Los operadores binarios se rodean por espacios si llevan un carácter delante
15789  o detrás.
15790 \begin_inset VSpace medskip
15791 \end_inset
15792
15793
15794 \end_layout
15795
15796 \begin_layout Standard
15797 \begin_inset space \hfill{}
15798 \end_inset
15799
15800
15801 \begin_inset Tabular
15802 <lyxtabular version="3" rows="13" columns="2">
15803 <features rotate="0" tabularvalignment="middle">
15804 <column alignment="center" valignment="top" width="0pt">
15805 <column alignment="center" valignment="top" width="0pt">
15806 <row>
15807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811 Comando
15812 \begin_inset Note Note
15813 status collapsed
15814
15815 \begin_layout Plain Layout
15816
15817 \series bold
15818
15819 \backslash
15820 raisebox
15821 \series default
15822  se usa sólo como espaciador
15823 \end_layout
15824
15825 \end_inset
15826
15827
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 Operador
15837 \end_layout
15838
15839 \end_inset
15840 </cell>
15841 </row>
15842 <row>
15843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15844 \begin_inset Text
15845
15846 \begin_layout Plain Layout
15847 +
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Plain Layout
15856 \begin_inset Formula $+$
15857 \end_inset
15858
15859
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 </row>
15865 <row>
15866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870 -
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15876 \begin_inset Text
15877
15878 \begin_layout Plain Layout
15879 \begin_inset Formula $-$
15880 \end_inset
15881
15882
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 </row>
15888 <row>
15889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893
15894 \backslash
15895 pm
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Plain Layout
15904 \begin_inset Formula $\pm$
15905 \end_inset
15906
15907
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 </row>
15913 <row>
15914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918
15919 \backslash
15920 mp
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929 \begin_inset Formula $\mp$
15930 \end_inset
15931
15932
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 </row>
15938 <row>
15939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Plain Layout
15943
15944 \backslash
15945 cdot
15946 \end_layout
15947
15948 \end_inset
15949 </cell>
15950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15951 \begin_inset Text
15952
15953 \begin_layout Plain Layout
15954 \begin_inset Formula $\cdot$
15955 \end_inset
15956
15957
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 </row>
15963 <row>
15964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968
15969 \backslash
15970 times
15971 \end_layout
15972
15973 \end_inset
15974 </cell>
15975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15976 \begin_inset Text
15977
15978 \begin_layout Plain Layout
15979 \begin_inset Formula $\times$
15980 \end_inset
15981
15982
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 </row>
15988 <row>
15989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15990 \begin_inset Text
15991
15992 \begin_layout Plain Layout
15993
15994 \backslash
15995 div
15996 \end_layout
15997
15998 \end_inset
15999 </cell>
16000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16001 \begin_inset Text
16002
16003 \begin_layout Plain Layout
16004 \begin_inset Formula $\div$
16005 \end_inset
16006
16007
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 </row>
16013 <row>
16014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Plain Layout
16018 \begin_inset ERT
16019 status collapsed
16020
16021 \begin_layout Plain Layout
16022
16023
16024 \backslash
16025 raisebox{-1.2mm}{
16026 \end_layout
16027
16028 \end_inset
16029
16030 *
16031 \begin_inset ERT
16032 status collapsed
16033
16034 \begin_layout Plain Layout
16035
16036 }
16037 \end_layout
16038
16039 \end_inset
16040
16041
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050 \begin_inset Formula $*$
16051 \end_inset
16052
16053
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 </row>
16059 <row>
16060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064
16065 \backslash
16066 star
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 \begin_inset Formula $\star$
16076 \end_inset
16077
16078
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 </row>
16084 <row>
16085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089
16090 \backslash
16091 circ
16092 \end_layout
16093
16094 \end_inset
16095 </cell>
16096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100 \begin_inset Formula $\circ$
16101 \end_inset
16102
16103
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 </row>
16109 <row>
16110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16111 \begin_inset Text
16112
16113 \begin_layout Plain Layout
16114
16115 \backslash
16116 diamond
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125 \begin_inset Formula $\diamond$
16126 \end_inset
16127
16128
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 </row>
16134 <row>
16135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139
16140 \backslash
16141 bullet
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Plain Layout
16150 \begin_inset Formula $\bullet$
16151 \end_inset
16152
16153
16154 \end_layout
16155
16156 \end_inset
16157 </cell>
16158 </row>
16159 </lyxtabular>
16160
16161 \end_inset
16162
16163
16164 \begin_inset space \hfill{}
16165 \end_inset
16166
16167
16168 \begin_inset Tabular
16169 <lyxtabular version="3" rows="13" columns="2">
16170 <features rotate="0" tabularvalignment="middle">
16171 <column alignment="center" valignment="top" width="0pt">
16172 <column alignment="center" valignment="top" width="0pt">
16173 <row>
16174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16175 \begin_inset Text
16176
16177 \begin_layout Plain Layout
16178 Comando
16179 \end_layout
16180
16181 \end_inset
16182 </cell>
16183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16184 \begin_inset Text
16185
16186 \begin_layout Plain Layout
16187 Operador
16188 \end_layout
16189
16190 \end_inset
16191 </cell>
16192 </row>
16193 <row>
16194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16195 \begin_inset Text
16196
16197 \begin_layout Plain Layout
16198
16199 \backslash
16200 nabla
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209 \begin_inset Formula $\nabla$
16210 \end_inset
16211
16212
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 </row>
16218 <row>
16219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16220 \begin_inset Text
16221
16222 \begin_layout Plain Layout
16223
16224 \backslash
16225 bigtriangledown
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16231 \begin_inset Text
16232
16233 \begin_layout Plain Layout
16234 \begin_inset Formula $\bigtriangledown$
16235 \end_inset
16236
16237
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 </row>
16243 <row>
16244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248
16249 \backslash
16250 bigtriangleup
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Plain Layout
16259 \begin_inset Formula $\bigtriangleup$
16260 \end_inset
16261
16262
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 </row>
16268 <row>
16269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Plain Layout
16273
16274 \backslash
16275 Box
16276 \end_layout
16277
16278 \end_inset
16279 </cell>
16280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16281 \begin_inset Text
16282
16283 \begin_layout Plain Layout
16284 \begin_inset Formula $\Box$
16285 \end_inset
16286
16287
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 </row>
16293 <row>
16294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298
16299 \backslash
16300 cap 
16301 \end_layout
16302
16303 \end_inset
16304 </cell>
16305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16306 \begin_inset Text
16307
16308 \begin_layout Plain Layout
16309 \begin_inset Formula $\cap$
16310 \end_inset
16311
16312
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 </row>
16318 <row>
16319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16320 \begin_inset Text
16321
16322 \begin_layout Plain Layout
16323
16324 \backslash
16325 cup
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334 \begin_inset Formula $\cup$
16335 \end_inset
16336
16337
16338 \end_layout
16339
16340 \end_inset
16341 </cell>
16342 </row>
16343 <row>
16344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16345 \begin_inset Text
16346
16347 \begin_layout Plain Layout
16348
16349 \backslash
16350 dagger
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16356 \begin_inset Text
16357
16358 \begin_layout Plain Layout
16359 \begin_inset Formula $\dagger$
16360 \end_inset
16361
16362
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 </row>
16368 <row>
16369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373
16374 \backslash
16375 ddagger
16376 \end_layout
16377
16378 \end_inset
16379 </cell>
16380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Plain Layout
16384 \begin_inset Formula $\ddagger$
16385 \end_inset
16386
16387
16388 \end_layout
16389
16390 \end_inset
16391 </cell>
16392 </row>
16393 <row>
16394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16395 \begin_inset Text
16396
16397 \begin_layout Plain Layout
16398
16399 \backslash
16400 wr
16401 \end_layout
16402
16403 \end_inset
16404 </cell>
16405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16406 \begin_inset Text
16407
16408 \begin_layout Plain Layout
16409 \begin_inset Formula $\wr$
16410 \end_inset
16411
16412
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 </row>
16418 <row>
16419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16420 \begin_inset Text
16421
16422 \begin_layout Plain Layout
16423
16424 \backslash
16425 bigcirc
16426 \end_layout
16427
16428 \end_inset
16429 </cell>
16430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Plain Layout
16434 \begin_inset Formula $\bigcirc$
16435 \end_inset
16436
16437
16438 \end_layout
16439
16440 \end_inset
16441 </cell>
16442 </row>
16443 <row>
16444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Plain Layout
16448
16449 \backslash
16450 wedge
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459 \begin_inset Formula $\wedge$
16460 \end_inset
16461
16462
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 </row>
16468 <row>
16469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473
16474 \backslash
16475 vee
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Plain Layout
16484 \begin_inset Formula $\vee$
16485 \end_inset
16486
16487
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 </row>
16493 </lyxtabular>
16494
16495 \end_inset
16496
16497
16498 \begin_inset space \hfill{}
16499 \end_inset
16500
16501
16502 \begin_inset Tabular
16503 <lyxtabular version="3" rows="13" columns="2">
16504 <features rotate="0" tabularvalignment="middle">
16505 <column alignment="center" valignment="top" width="0pt">
16506 <column alignment="center" valignment="top" width="0pt">
16507 <row>
16508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16509 \begin_inset Text
16510
16511 \begin_layout Plain Layout
16512 Comando
16513 \end_layout
16514
16515 \end_inset
16516 </cell>
16517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16518 \begin_inset Text
16519
16520 \begin_layout Plain Layout
16521 Operador
16522 \end_layout
16523
16524 \end_inset
16525 </cell>
16526 </row>
16527 <row>
16528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532
16533 \backslash
16534 oplus
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Plain Layout
16543 \begin_inset Formula $\oplus$
16544 \end_inset
16545
16546
16547 \end_layout
16548
16549 \end_inset
16550 </cell>
16551 </row>
16552 <row>
16553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557
16558 \backslash
16559 ominus
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568 \begin_inset Formula $\ominus$
16569 \end_inset
16570
16571
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 </row>
16577 <row>
16578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Plain Layout
16582
16583 \backslash
16584 otimes
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16590 \begin_inset Text
16591
16592 \begin_layout Plain Layout
16593 \begin_inset Formula $\otimes$
16594 \end_inset
16595
16596
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 </row>
16602 <row>
16603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Plain Layout
16607
16608 \backslash
16609 oslash
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618 \begin_inset Formula $\oslash$
16619 \end_inset
16620
16621
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 </row>
16627 <row>
16628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16629 \begin_inset Text
16630
16631 \begin_layout Plain Layout
16632
16633 \backslash
16634 odot
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Plain Layout
16643 \begin_inset Formula $\odot$
16644 \end_inset
16645
16646
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 </row>
16652 <row>
16653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657
16658 \backslash
16659 amalg
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668 \begin_inset Formula $\amalg$
16669 \end_inset
16670
16671
16672 \end_layout
16673
16674 \end_inset
16675 </cell>
16676 </row>
16677 <row>
16678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682
16683 \backslash
16684 uplus
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693 \begin_inset Formula $\uplus$
16694 \end_inset
16695
16696
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 </row>
16702 <row>
16703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707
16708 \backslash
16709 setminus
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718 \begin_inset Formula $\setminus$
16719 \end_inset
16720
16721
16722 \end_layout
16723
16724 \end_inset
16725 </cell>
16726 </row>
16727 <row>
16728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732
16733 \backslash
16734 sqcap
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743 \begin_inset Formula $\sqcap$
16744 \end_inset
16745
16746
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 </row>
16752 <row>
16753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757
16758 \backslash
16759 sqcup
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 \begin_inset Formula $\sqcup$
16769 \end_inset
16770
16771
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 </row>
16777 <row>
16778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Plain Layout
16782
16783 \backslash
16784 triangleleft
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Plain Layout
16793 \begin_inset Formula $\triangleleft$
16794 \end_inset
16795
16796
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 </row>
16802 <row>
16803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807
16808 \backslash
16809 triangleright
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818 \begin_inset Formula $\triangleright$
16819 \end_inset
16820
16821
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 </row>
16827 </lyxtabular>
16828
16829 \end_inset
16830
16831
16832 \begin_inset space \hfill{}
16833 \end_inset
16834
16835
16836 \end_layout
16837
16838 \begin_layout Standard
16839 Todos los operadores binarios se pueden insertar también con el botón 
16840 \begin_inset Graphics
16841         filename ../../images/math/pm.png
16842         scale 85
16843
16844 \end_inset
16845
16846  de la barra de ecuaciones.
16847 \end_layout
16848
16849 \begin_layout Standard
16850 Para imprimir el operador Laplace se pueden usar 
16851 \series bold
16852
16853 \backslash
16854 Delta
16855 \series default
16856  o 
16857 \series bold
16858
16859 \backslash
16860 nabla
16861 \series default
16862 ^
16863 \series bold
16864 2
16865 \series default
16866  (
16867 \begin_inset Formula $\nabla^{2}$
16868 \end_inset
16869
16870 ) en vez de 
16871 \series bold
16872
16873 \backslash
16874 bigtriangleup
16875 \series default
16876 .
16877 \end_layout
16878
16879 \begin_layout Standard
16880 El carácter 
16881 \family sans
16882 Separador de menú
16883 \family default
16884  del menú 
16885 \family sans
16886 Insertar\SpecialChar \menuseparator
16887 Carácter especial
16888 \family default
16889  es el operador 
16890 \series bold
16891
16892 \backslash
16893 triangleright
16894 \series default
16895 .
16896 \end_layout
16897
16898 \begin_layout Subsection
16899 Operadores definidos por el usuario
16900 \begin_inset CommandInset label
16901 LatexCommand label
16902 name "sub:Operadores-de-usuario"
16903
16904 \end_inset
16905
16906
16907 \begin_inset Index idx
16908 status collapsed
16909
16910 \begin_layout Plain Layout
16911 Operadores ! personalizados
16912 \end_layout
16913
16914 \end_inset
16915
16916
16917 \end_layout
16918
16919 \begin_layout Standard
16920 Con ayuda del comando 
16921 \series bold
16922
16923 \backslash
16924 DeclareMathOperator
16925 \series default
16926
16927 \begin_inset Index idx
16928 status collapsed
16929
16930 \begin_layout Plain Layout
16931 Comandos ! D ! 
16932 \backslash
16933 dbinom@
16934 \backslash
16935 DeclareMathOperator
16936 \end_layout
16937
16938 \end_inset
16939
16940  se pueden definir operadores personalizados en el preámbulo LaTeX.
16941  Su esquema es:
16942 \end_layout
16943
16944 \begin_layout Standard
16945
16946 \series bold
16947
16948 \backslash
16949 DeclareMathOperator{comando nuevo}{presentación}
16950 \end_layout
16951
16952 \begin_layout Standard
16953 Presentación puede ser un carácter o símbolo que define el aspecto del operador
16954  en la salida.
16955  Para definir un operador grande hay que añadirle un * detrás.
16956  Todos los operadores grandes personalizados pueden tener límites como se
16957  describe en 
16958 \begin_inset CommandInset ref
16959 LatexCommand ref
16960 reference "sub:Límites-de-operadores"
16961
16962 \end_inset
16963
16964 .
16965 \end_layout
16966
16967 \begin_layout Standard
16968 Por ejemplo, la línea en el preámbulo LaTeX
16969 \end_layout
16970
16971 \begin_layout Standard
16972
16973 \series bold
16974
16975 \backslash
16976 DeclareMathOperator*{
16977 \backslash
16978 Lozenge}{
16979 \backslash
16980 blacklozenge}
16981 \end_layout
16982
16983 \begin_layout Standard
16984 define el comando 
16985 \series bold
16986
16987 \backslash
16988 Lozenge
16989 \series default
16990 , que inserta un operador grande que es el símbolo blacklozenge de la 
16991 \begin_inset CommandInset ref
16992 LatexCommand ref
16993 reference "sub:Símbolos-misceláneos"
16994
16995 \end_inset
16996
16997 .
16998 \begin_inset Formula 
16999 \[
17000 \Lozenge_{n=1}^{\infty}
17001 \]
17002
17003 \end_inset
17004
17005 El comando para esta expresión es: 
17006 \series bold
17007
17008 \backslash
17009 Lozenge^
17010 \backslash
17011 infty
17012 \begin_inset Formula $\rightarrow$
17013 \end_inset
17014
17015 _n=1
17016 \begin_inset VSpace bigskip
17017 \end_inset
17018
17019
17020 \end_layout
17021
17022 \begin_layout Standard
17023 Si los operadores personalizados no se van a usar varias veces en el documento,
17024  se pueden también definir con los comandos 
17025 \series bold
17026
17027 \backslash
17028 mathop
17029 \series default
17030
17031 \begin_inset Index idx
17032 status collapsed
17033
17034 \begin_layout Plain Layout
17035 Comandos ! M ! 
17036 \backslash
17037 mathop
17038 \end_layout
17039
17040 \end_inset
17041
17042  y 
17043 \series bold
17044
17045 \backslash
17046 mathbin
17047 \series default
17048
17049 \begin_inset Index idx
17050 status collapsed
17051
17052 \begin_layout Plain Layout
17053 Comandos ! M ! 
17054 \backslash
17055 mathbin
17056 \end_layout
17057
17058 \end_inset
17059
17060 , con el siguiente esquema:
17061 \end_layout
17062
17063 \begin_layout Standard
17064
17065 \series bold
17066
17067 \backslash
17068 mathop{presentación}
17069 \series default
17070  y 
17071 \series bold
17072
17073 \backslash
17074 mathbin{presentación}
17075 \end_layout
17076
17077 \begin_layout Standard
17078
17079 \series bold
17080
17081 \backslash
17082 mathop
17083 \series default
17084  define operadores grandes, 
17085 \series bold
17086
17087 \backslash
17088 mathbin
17089 \series default
17090  operadores binarios.
17091 \end_layout
17092
17093 \begin_layout Standard
17094
17095 \series bold
17096
17097 \backslash
17098 mathop
17099 \series default
17100  se puede usar, p.e., para poner un límite a varios operadores:
17101 \begin_inset Formula 
17102 \[
17103 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17104 \]
17105
17106 \end_inset
17107
17108
17109 \end_layout
17110
17111 \begin_layout Standard
17112 El comando para la expresión anterior es:
17113 \begin_inset Newline newline
17114 \end_inset
17115
17116
17117 \series bold
17118
17119 \backslash
17120 mathop{
17121 \backslash
17122 sum
17123 \backslash
17124 negmedspace
17125 \backslash
17126 sum
17127 \series default
17128
17129 \begin_inset space \textvisiblespace{}
17130 \end_inset
17131
17132
17133 \series bold
17134
17135 \begin_inset Formula $\to$
17136 \end_inset
17137
17138 ^N
17139 \series default
17140
17141 \begin_inset space \textvisiblespace{}
17142 \end_inset
17143
17144
17145 \series bold
17146 _i,j=1
17147 \end_layout
17148
17149 \begin_layout Standard
17150 \begin_inset Newpage newpage
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \begin_layout Section
17157 Tipografías
17158 \begin_inset Index idx
17159 status collapsed
17160
17161 \begin_layout Plain Layout
17162 Tipografías
17163 \end_layout
17164
17165 \end_inset
17166
17167
17168 \end_layout
17169
17170 \begin_layout Subsection
17171 Estilos de tipografías
17172 \begin_inset CommandInset label
17173 LatexCommand label
17174 name "sub:Estilos-de-tipografías"
17175
17176 \end_inset
17177
17178
17179 \begin_inset Index idx
17180 status collapsed
17181
17182 \begin_layout Plain Layout
17183 Tipografías ! estilos de
17184 \end_layout
17185
17186 \end_inset
17187
17188
17189 \end_layout
17190
17191 \begin_layout Standard
17192 Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
17193  estilos:
17194 \end_layout
17195
17196 \begin_layout Standard
17197 \begin_inset VSpace -2mm
17198 \end_inset
17199
17200
17201 \end_layout
17202
17203 \begin_layout Standard
17204 \align center
17205 \begin_inset Tabular
17206 <lyxtabular version="3" rows="7" columns="3">
17207 <features rotate="0" tabularvalignment="middle">
17208 <column alignment="center" valignment="top">
17209 <column alignment="center" valignment="top">
17210 <column alignment="center" valignment="top">
17211 <row>
17212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17213 \begin_inset Text
17214
17215 \begin_layout Plain Layout
17216 Comando
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225 Resultado
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234 atajo
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 </row>
17240 <row>
17241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245
17246 \backslash
17247 mathbb
17248 \series bold
17249
17250 \begin_inset space \textvisiblespace{}
17251 \end_inset
17252
17253
17254 \series default
17255 ABC
17256 \end_layout
17257
17258 \end_inset
17259 </cell>
17260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17261 \begin_inset Text
17262
17263 \begin_layout Plain Layout
17264 \begin_inset Formula $\mathbb{ABC}$
17265 \end_inset
17266
17267
17268 \end_layout
17269
17270 \end_inset
17271 </cell>
17272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276
17277 \family sans
17278 Alt+C C
17279 \end_layout
17280
17281 \end_inset
17282 </cell>
17283 </row>
17284 <row>
17285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17286 \begin_inset Text
17287
17288 \begin_layout Plain Layout
17289
17290 \backslash
17291 mathbf
17292 \series bold
17293
17294 \begin_inset space \textvisiblespace{}
17295 \end_inset
17296
17297
17298 \series default
17299 AbC
17300 \end_layout
17301
17302 \end_inset
17303 </cell>
17304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17305 \begin_inset Text
17306
17307 \begin_layout Plain Layout
17308 \begin_inset Formula $\mathbf{AbC}$
17309 \end_inset
17310
17311
17312 \end_layout
17313
17314 \end_inset
17315 </cell>
17316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320
17321 \family sans
17322 Ctrl+B
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 </row>
17328 <row>
17329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17330 \begin_inset Text
17331
17332 \begin_layout Plain Layout
17333
17334 \backslash
17335 boldsymbol
17336 \series bold
17337
17338 \begin_inset space \textvisiblespace{}
17339 \end_inset
17340
17341
17342 \series default
17343 AbC
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 \begin_inset Formula $\boldsymbol{AbC}$
17353 \end_inset
17354
17355
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364
17365 \family sans
17366 Ctrl+Alt+B , Alt+C B
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 </row>
17372 <row>
17373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17374 \begin_inset Text
17375
17376 \begin_layout Plain Layout
17377
17378 \backslash
17379 mathcal
17380 \series bold
17381
17382 \begin_inset space \textvisiblespace{}
17383 \end_inset
17384
17385
17386 \series default
17387 ABC
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396 \begin_inset Formula $\mathcal{ABC}$
17397 \end_inset
17398
17399
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17405 \begin_inset Text
17406
17407 \begin_layout Plain Layout
17408
17409 \family sans
17410 Ctrl+E , Alt+C E
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 </row>
17416 <row>
17417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421
17422 \backslash
17423 mathfrak
17424 \series bold
17425
17426 \begin_inset space \textvisiblespace{}
17427 \end_inset
17428
17429
17430 \series default
17431 AbC
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440 \begin_inset Formula $\mathfrak{AbC}$
17441 \end_inset
17442
17443
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17449 \begin_inset Text
17450
17451 \begin_layout Plain Layout
17452 -
17453 \end_layout
17454
17455 \end_inset
17456 </cell>
17457 </row>
17458 <row>
17459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17460 \begin_inset Text
17461
17462 \begin_layout Plain Layout
17463
17464 \backslash
17465 mathscr
17466 \series bold
17467
17468 \begin_inset space \textvisiblespace{}
17469 \end_inset
17470
17471
17472 \series default
17473 AbC
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482 \begin_inset Formula $\mathscr{AbC}$
17483 \end_inset
17484
17485
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494 -
17495 \end_layout
17496
17497 \end_inset
17498 </cell>
17499 </row>
17500 </lyxtabular>
17501
17502 \end_inset
17503
17504
17505 \end_layout
17506
17507 \begin_layout Standard
17508 \align center
17509 \begin_inset Tabular
17510 <lyxtabular version="3" rows="5" columns="3">
17511 <features rotate="0" tabularvalignment="middle">
17512 <column alignment="center" valignment="top">
17513 <column alignment="center" valignment="top">
17514 <column alignment="center" valignment="top">
17515 <row>
17516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520 Comando
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17526 \begin_inset Text
17527
17528 \begin_layout Plain Layout
17529 Resultado
17530 \end_layout
17531
17532 \end_inset
17533 </cell>
17534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Plain Layout
17538 atajo
17539 \end_layout
17540
17541 \end_inset
17542 </cell>
17543 </row>
17544 <row>
17545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549
17550 \backslash
17551 mathit
17552 \series bold
17553
17554 \begin_inset space \textvisiblespace{}
17555 \end_inset
17556
17557
17558 \series default
17559 AbC
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568 \begin_inset Formula $\mathit{AbC}$
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580 -
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 </row>
17586 <row>
17587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591
17592 \backslash
17593 mathrm
17594 \series bold
17595
17596 \begin_inset space \textvisiblespace{}
17597 \end_inset
17598
17599
17600 \series default
17601 AbC
17602 \end_layout
17603
17604 \end_inset
17605 </cell>
17606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17607 \begin_inset Text
17608
17609 \begin_layout Plain Layout
17610 \begin_inset Formula $\mathrm{AbC}$
17611 \end_inset
17612
17613
17614 \end_layout
17615
17616 \end_inset
17617 </cell>
17618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622
17623 \family sans
17624 Alt+C R
17625 \end_layout
17626
17627 \end_inset
17628 </cell>
17629 </row>
17630 <row>
17631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17632 \begin_inset Text
17633
17634 \begin_layout Plain Layout
17635
17636 \backslash
17637 mathsf
17638 \series bold
17639
17640 \begin_inset space \textvisiblespace{}
17641 \end_inset
17642
17643
17644 \series default
17645 AbC
17646 \end_layout
17647
17648 \end_inset
17649 </cell>
17650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17651 \begin_inset Text
17652
17653 \begin_layout Plain Layout
17654 \begin_inset Formula $\mathsf{AbC}$
17655 \end_inset
17656
17657
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout Plain Layout
17666
17667 \family sans
17668 Alt+C S
17669 \end_layout
17670
17671 \end_inset
17672 </cell>
17673 </row>
17674 <row>
17675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17676 \begin_inset Text
17677
17678 \begin_layout Plain Layout
17679
17680 \backslash
17681 mathtt
17682 \series bold
17683
17684 \begin_inset space \textvisiblespace{}
17685 \end_inset
17686
17687
17688 \series default
17689 AbC
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17695 \begin_inset Text
17696
17697 \begin_layout Plain Layout
17698 \begin_inset Formula $\mathtt{AbC}$
17699 \end_inset
17700
17701
17702 \end_layout
17703
17704 \end_inset
17705 </cell>
17706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17707 \begin_inset Text
17708
17709 \begin_layout Plain Layout
17710
17711 \family sans
17712 Ctrl+Mayúsculas+P
17713 \end_layout
17714
17715 \end_inset
17716 </cell>
17717 </row>
17718 </lyxtabular>
17719
17720 \end_inset
17721
17722
17723 \end_layout
17724
17725 \begin_layout Standard
17726 \begin_inset Note Greyedout
17727 status open
17728
17729 \begin_layout Plain Layout
17730
17731 \series bold
17732 Nota
17733 \series default
17734 : Los estilos 
17735 \series bold
17736
17737 \backslash
17738 mathbb
17739 \series default
17740  y 
17741 \series bold
17742
17743 \backslash
17744 mathcal
17745 \series default
17746  sólo se aplican a letras mayúsculas.
17747 \end_layout
17748
17749 \end_inset
17750
17751
17752 \end_layout
17753
17754 \begin_layout Standard
17755 El estilo predeterminado es 
17756 \series bold
17757
17758 \backslash
17759 mathnormal
17760 \series default
17761 .
17762 \end_layout
17763
17764 \begin_layout Standard
17765 Los comandos de estilo funcionan también en estructuras matemáticas:
17766 \begin_inset Formula 
17767 \[
17768 \mathfrak{A=\frac{b}{C}}
17769 \]
17770
17771 \end_inset
17772
17773
17774 \end_layout
17775
17776 \begin_layout Standard
17777 Los caracteres en texto matemático no aparecen en un estilo tipográfico
17778  de ecuaciones sino en el estilo tipográfico de texto 
17779 \series bold
17780
17781 \backslash
17782 textrm
17783 \series default
17784 .
17785  Este estilo no se puede poner correctamente con el diálogo de estilo de
17786  texto por un fallo de LyX.
17787 \begin_inset Foot
17788 status open
17789
17790 \begin_layout Plain Layout
17791 \begin_inset CommandInset href
17792 LatexCommand href
17793 name "LyX-bug #4629"
17794 target "http://www.lyx.org/trac/ticket/4629"
17795
17796 \end_inset
17797
17798
17799 \end_layout
17800
17801 \end_inset
17802
17803
17804 \end_layout
17805
17806 \begin_layout Standard
17807 En vez de comandos se puede usar el menú 
17808 \family sans
17809 Editar\SpecialChar \menuseparator
17810 Ecuación\SpecialChar \menuseparator
17811 Estilo del texto
17812 \family default
17813  o el botón 
17814 \begin_inset Graphics
17815         filename ../../images/math/font.png
17816         scale 85
17817
17818 \end_inset
17819
17820 .
17821 \end_layout
17822
17823 \begin_layout Subsection
17824 Ecuaciones en negrita
17825 \begin_inset CommandInset label
17826 LatexCommand label
17827 name "sub:Ecuaciones-en-negrita"
17828
17829 \end_inset
17830
17831
17832 \begin_inset Index idx
17833 status collapsed
17834
17835 \begin_layout Plain Layout
17836 Ecuación ! en negrita
17837 \end_layout
17838
17839 \end_inset
17840
17841
17842 \end_layout
17843
17844 \begin_layout Standard
17845 Para poner en negrita una ecuación completa no se puede usar el comando
17846  
17847 \series bold
17848
17849 \backslash
17850 mathbf
17851 \series default
17852 , porque no funciona con minúsculas griegas.
17853  Además, siempre imprime en redonda las letras latinas, como en la ecuación:
17854 \begin_inset Formula 
17855 \[
17856 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash mathbf}
17857 \]
17858
17859 \end_inset
17860
17861
17862 \end_layout
17863
17864 \begin_layout Standard
17865 Para presentar la ecuación correctamente se usa el comando 
17866 \series bold
17867 boldsymbol
17868 \series default
17869 :
17870 \begin_inset Formula 
17871 \[
17872 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{ecuación con \textbackslash boldsymbol}
17873 \]
17874
17875 \end_inset
17876
17877
17878 \end_layout
17879
17880 \begin_layout Standard
17881 También es posible poner la fórmula en un 
17882 \series bold
17883 entorno boldmath
17884 \series default
17885 , que se inserta con el comando 
17886 \series bold
17887
17888 \backslash
17889 boldmath
17890 \series default
17891
17892 \begin_inset Index idx
17893 status collapsed
17894
17895 \begin_layout Plain Layout
17896 Comandos ! B ! 
17897 \backslash
17898 boldmath
17899 \end_layout
17900
17901 \end_inset
17902
17903  en modo TeX.
17904  Para finalizar el entorno se usa el comando 
17905 \series bold
17906
17907 \backslash
17908 unboldmath
17909 \series default
17910
17911 \begin_inset Index idx
17912 status collapsed
17913
17914 \begin_layout Plain Layout
17915 Comandos ! U ! 
17916 \backslash
17917 unboldmath
17918 \end_layout
17919
17920 \end_inset
17921
17922  en modo TeX.
17923 \begin_inset ERT
17924 status collapsed
17925
17926 \begin_layout Plain Layout
17927
17928
17929 \backslash
17930 boldmath
17931 \end_layout
17932
17933 \end_inset
17934
17935
17936 \begin_inset Formula 
17937 \[
17938 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{ecuación en un entorno boldmath}
17939 \]
17940
17941 \end_inset
17942
17943
17944 \end_layout
17945
17946 \begin_layout Standard
17947 \begin_inset ERT
17948 status collapsed
17949
17950 \begin_layout Plain Layout
17951
17952
17953 \backslash
17954 unboldmath
17955 \end_layout
17956
17957 \end_inset
17958
17959
17960 \end_layout
17961
17962 \begin_layout Subsection
17963 Ecuaciones coloreadas
17964 \begin_inset Index idx
17965 status collapsed
17966
17967 \begin_layout Plain Layout
17968 Ecuación ! coloreada
17969 \end_layout
17970
17971 \end_inset
17972
17973
17974 \end_layout
17975
17976 \begin_layout Standard
17977 Las ecuaciones se pueden colorear como texto normal: selecciona una ecuación
17978  o una parte de una ecuación y usa el diálogo 
17979 \family sans
17980 Estilo del texto
17981 \family default
17982 .
17983  Aquí hay una ecuación en magenta:
17984 \begin_inset Formula 
17985 \[
17986 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
17987 \]
17988
17989 \end_inset
17990
17991 También puedes definir tus propios colores como se describe en
17992 \begin_inset space ~
17993 \end_inset
17994
17995
17996 \begin_inset CommandInset ref
17997 LatexCommand ref
17998 reference "sub:Marcos-coloreados"
17999
18000 \end_inset
18001
18002 .
18003  Pueden usarse con el comando en código TeX 
18004 \series bold
18005
18006 \backslash
18007 textcolor
18008 \series default
18009
18010 \begin_inset Index idx
18011 status collapsed
18012
18013 \begin_layout Plain Layout
18014 Comandos ! T ! 
18015 \backslash
18016 textcolor
18017 \end_layout
18018
18019 \end_inset
18020
18021  según el esquema
18022 \end_layout
18023
18024 \begin_layout Standard
18025
18026 \series bold
18027
18028 \backslash
18029 textcolor{color}{caracteres o ecuación}
18030 \end_layout
18031
18032 \begin_layout Standard
18033 El ejemplo siguiente se ha coloreado completamente en verde oscuro y parcialment
18034 e en rojo:
18035 \end_layout
18036
18037 \begin_layout Standard
18038 \begin_inset ERT
18039 status collapsed
18040
18041 \begin_layout Plain Layout
18042
18043
18044 \backslash
18045 textcolor{verdeoscuro}{
18046 \end_layout
18047
18048 \end_inset
18049
18050
18051 \begin_inset Formula 
18052 \[
18053 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18054 \]
18055
18056 \end_inset
18057
18058
18059 \begin_inset ERT
18060 status collapsed
18061
18062 \begin_layout Plain Layout
18063
18064 }
18065 \end_layout
18066
18067 \end_inset
18068
18069
18070 \end_layout
18071
18072 \begin_layout Standard
18073 Debido a un error en LyX los colores personalizados se pueden aplicar sólo
18074  a ecuaciones completas.
18075 \begin_inset Foot
18076 status collapsed
18077
18078 \begin_layout Plain Layout
18079 \begin_inset CommandInset href
18080 LatexCommand href
18081 name "LyX-bug #5269"
18082 target "http://www.lyx.org/trac/ticket/5269"
18083
18084 \end_inset
18085
18086
18087 \end_layout
18088
18089 \end_inset
18090
18091
18092 \end_layout
18093
18094 \begin_layout Subsection
18095 Tamaños de tipografías
18096 \begin_inset CommandInset label
18097 LatexCommand label
18098 name "sub:Tamaños-de-tipografías"
18099
18100 \end_inset
18101
18102
18103 \begin_inset Index idx
18104 status collapsed
18105
18106 \begin_layout Plain Layout
18107 Tipografías ! tamaño
18108 \end_layout
18109
18110 \end_inset
18111
18112
18113 \end_layout
18114
18115 \begin_layout Standard
18116 Para los caracteres en ecuaciones hay, como para caracteres en texto, los
18117  siguientes comandos de tamaño:
18118 \end_layout
18119
18120 \begin_layout Standard
18121
18122 \series bold
18123
18124 \backslash
18125 Huge
18126 \series default
18127
18128 \series bold
18129
18130 \backslash
18131 huge
18132 \series default
18133
18134 \series bold
18135
18136 \backslash
18137 LARGE
18138 \series default
18139
18140 \series bold
18141
18142 \backslash
18143 Large
18144 \series default
18145
18146 \series bold
18147
18148 \backslash
18149 large
18150 \series default
18151
18152 \series bold
18153
18154 \backslash
18155 normalsize
18156 \series default
18157
18158 \series bold
18159
18160 \backslash
18161 small
18162 \series default
18163 ,
18164 \begin_inset Newline newline
18165 \end_inset
18166
18167
18168 \series bold
18169
18170 \backslash
18171 footnotesize
18172 \series default
18173
18174 \series bold
18175
18176 \backslash
18177 scriptsize
18178 \series default
18179 , y 
18180 \series bold
18181
18182 \backslash
18183 tiny
18184 \end_layout
18185
18186 \begin_layout Standard
18187 El tamaño dado por los comandos depende del tamaño base de la tipografía
18188  en el documento, dado por el comando 
18189 \series bold
18190
18191 \backslash
18192 normalsize
18193 \series default
18194 .
18195  Los demás comandos producen tamaños menores o mayores que 
18196 \series bold
18197
18198 \backslash
18199 normalsize
18200 \series default
18201 .
18202  No obstante, puede que el tamaño de tipografía no exceda de cierto valor.
18203  Si, por ejemplo, la tipografía del documento es de 12
18204 \begin_inset space \thinspace{}
18205 \end_inset
18206
18207 pt, el comando 
18208 \series bold
18209
18210 \backslash
18211 Huge
18212 \series default
18213  da el mismo tamaño que 
18214 \series bold
18215
18216 \backslash
18217 huge
18218 \series default
18219 .
18220 \end_layout
18221
18222 \begin_layout Standard
18223 Un comando de tamaño se inserta en modo TeX antes de la ecuación, y se aplica
18224  a todas las ecuaciones y texto siguientes.
18225  Para volver al tamaño anterior hay que insertar el comando 
18226 \series bold
18227
18228 \backslash
18229 normalsize
18230 \series default
18231  en modo TeX detrás de la ecuación.
18232 \end_layout
18233
18234 \begin_layout Standard
18235 Dentro de una ecuación, el tamaño se puede cambiar usando los siguientes
18236  comandos de tamaño:
18237 \end_layout
18238
18239 \begin_layout Standard
18240 \noindent
18241 \align center
18242 \begin_inset Tabular
18243 <lyxtabular version="3" rows="5" columns="2">
18244 <features rotate="0" tabularvalignment="middle">
18245 <column alignment="center" valignment="top">
18246 <column alignment="center" valignment="top">
18247 <row>
18248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18249 \begin_inset Text
18250
18251 \begin_layout Plain Layout
18252 Comando
18253 \end_layout
18254
18255 \end_inset
18256 </cell>
18257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18258 \begin_inset Text
18259
18260 \begin_layout Plain Layout
18261 Resultado
18262 \begin_inset Note Note
18263 status collapsed
18264
18265 \begin_layout Plain Layout
18266
18267 \series bold
18268
18269 \backslash
18270 raisebox
18271 \series default
18272  se usa sólo como espaciador
18273 \end_layout
18274
18275 \end_inset
18276
18277
18278 \end_layout
18279
18280 \end_inset
18281 </cell>
18282 </row>
18283 <row>
18284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18285 \begin_inset Text
18286
18287 \begin_layout Plain Layout
18288
18289 \backslash
18290 displaystyle
18291 \begin_inset Index idx
18292 status collapsed
18293
18294 \begin_layout Plain Layout
18295 Comandos ! D ! 
18296 \backslash
18297 displaystyle
18298 \end_layout
18299
18300 \end_inset
18301
18302
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18308 \begin_inset Text
18309
18310 \begin_layout Plain Layout
18311 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18312 \end_inset
18313
18314
18315 \end_layout
18316
18317 \end_inset
18318 </cell>
18319 </row>
18320 <row>
18321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18322 \begin_inset Text
18323
18324 \begin_layout Plain Layout
18325
18326 \backslash
18327 textstyle
18328 \end_layout
18329
18330 \end_inset
18331 </cell>
18332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18333 \begin_inset Text
18334
18335 \begin_layout Plain Layout
18336 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18337 \end_inset
18338
18339
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 </row>
18345 <row>
18346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18347 \begin_inset Text
18348
18349 \begin_layout Plain Layout
18350
18351 \backslash
18352 scriptstyle
18353 \end_layout
18354
18355 \end_inset
18356 </cell>
18357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18358 \begin_inset Text
18359
18360 \begin_layout Plain Layout
18361 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18362 \end_inset
18363
18364
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 </row>
18370 <row>
18371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375
18376 \backslash
18377 scriptscriptstyle
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 </row>
18395 </lyxtabular>
18396
18397 \end_inset
18398
18399
18400 \end_layout
18401
18402 \begin_layout Standard
18403 Después de introducir estos comandos, aparece un marco azul en el que se
18404  insertan las partes de la fórmula.
18405 \end_layout
18406
18407 \begin_layout Standard
18408 Hay un método más para cambiar el tamaño de tipografía, aunque solo funciona
18409  para símbolos o letras en texto matemático.
18410  Para usarlo se inserta en texto matemático uno de los comandos de tamaño
18411  de texto anteriores.
18412  Todos los caracteres siguientes, hasta el final del texto matemático o
18413  hasta otro comando de tamaño, tendrán el tamaño seleccionado.
18414  Dos ejemplos:
18415 \begin_inset VSpace -2mm
18416 \end_inset
18417
18418
18419 \end_layout
18420
18421 \begin_layout Standard
18422 \begin_inset ERT
18423 status collapsed
18424
18425 \begin_layout Plain Layout
18426
18427
18428 \backslash
18429 huge
18430 \end_layout
18431
18432 \end_inset
18433
18434
18435 \begin_inset Formula 
18436 \[
18437 A=\frac{B}{c}\cdot\maltese
18438 \]
18439
18440 \end_inset
18441
18442
18443 \begin_inset Formula 
18444 \[
18445 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18446 \]
18447
18448 \end_inset
18449
18450
18451 \end_layout
18452
18453 \begin_layout Standard
18454 \begin_inset ERT
18455 status collapsed
18456
18457 \begin_layout Plain Layout
18458
18459
18460 \backslash
18461 normalsize
18462 \end_layout
18463
18464 \end_inset
18465
18466
18467 \begin_inset VSpace medskip
18468 \end_inset
18469
18470
18471 \end_layout
18472
18473 \begin_layout Standard
18474 Antes de las ecuaciones se ha insertado el comando 
18475 \series bold
18476
18477 \backslash
18478 huge
18479 \series default
18480 .
18481  Para la segunda ecuación el comando es:
18482 \begin_inset Newline newline
18483 \end_inset
18484
18485
18486 \series bold
18487
18488 \backslash
18489 maltese
18490 \begin_inset space \textvisiblespace{}
18491 \end_inset
18492
18493 A Alt+M M 
18494 \backslash
18495 Large
18496 \begin_inset space \textvisiblespace{}
18497 \end_inset
18498
18499
18500 \backslash
18501 maltese
18502 \begin_inset space \textvisiblespace{}
18503 \end_inset
18504
18505
18506 \backslash
18507 textit
18508 \begin_inset space \textvisiblespace{}
18509 \end_inset
18510
18511 A
18512 \begin_inset Formula $\to$
18513 \end_inset
18514
18515
18516 \begin_inset Formula $\to$
18517 \end_inset
18518
18519
18520 \begin_inset Newline newline
18521 \end_inset
18522
18523
18524 \begin_inset space \hspace*{}
18525 \length 1cm
18526 \end_inset
18527
18528 Alt+M M 
18529 \backslash
18530 tiny
18531 \begin_inset space \textvisiblespace{}
18532 \end_inset
18533
18534
18535 \backslash
18536 maltese
18537 \begin_inset space \textvisiblespace{}
18538 \end_inset
18539
18540
18541 \backslash
18542 textit
18543 \begin_inset space \textvisiblespace{}
18544 \end_inset
18545
18546 A
18547 \end_layout
18548
18549 \begin_layout Standard
18550 Si un símbolo no se puede mostrar en distintos tamaños se usará siempre
18551  el tamaño por omisión.
18552 \end_layout
18553
18554 \begin_layout Section
18555 Letras griegas
18556 \begin_inset Index idx
18557 status collapsed
18558
18559 \begin_layout Plain Layout
18560 Letras griegas
18561 \end_layout
18562
18563 \end_inset
18564
18565
18566 \end_layout
18567
18568 \begin_layout Standard
18569 Las letras griegas se pueden insertar además mediante el botón 
18570 \begin_inset Graphics
18571         filename ../../images/math/alpha.png
18572         scale 85
18573
18574 \end_inset
18575
18576  de la barra de ecuaciones.
18577  Las normas internacionales de tipografía proponen que las letras griegas
18578  en ecuaciones deben escribirse en cursiva/inclinada.
18579  No obstante, en algunos idiomas, como francés o ruso, a veces se escriben
18580  en redonda.
18581  Para las normas en español, véase
18582 \begin_inset space ~
18583 \end_inset
18584
18585
18586 \begin_inset CommandInset citation
18587 LatexCommand cite
18588 key "Bezos"
18589
18590 \end_inset
18591
18592 .
18593 \end_layout
18594
18595 \begin_layout Subsection
18596 Minúsculas
18597 \begin_inset Index idx
18598 status collapsed
18599
18600 \begin_layout Plain Layout
18601 Letras griegas ! minúsculas
18602 \end_layout
18603
18604 \end_inset
18605
18606
18607 \end_layout
18608
18609 \begin_layout Standard
18610 \begin_inset space \hfill{}
18611 \end_inset
18612
18613
18614 \begin_inset Tabular
18615 <lyxtabular version="3" rows="11" columns="2">
18616 <features rotate="0" tabularvalignment="middle">
18617 <column alignment="center" valignment="top" width="0pt">
18618 <column alignment="center" valignment="top" width="0pt">
18619 <row>
18620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624 Comando
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18630 \begin_inset Text
18631
18632 \begin_layout Plain Layout
18633 Símbolo
18634 \end_layout
18635
18636 \end_inset
18637 </cell>
18638 </row>
18639 <row>
18640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644
18645 \backslash
18646 alpha
18647 \end_layout
18648
18649 \end_inset
18650 </cell>
18651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18652 \begin_inset Text
18653
18654 \begin_layout Plain Layout
18655 \begin_inset Formula $\alpha$
18656 \end_inset
18657
18658
18659 \end_layout
18660
18661 \end_inset
18662 </cell>
18663 </row>
18664 <row>
18665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18666 \begin_inset Text
18667
18668 \begin_layout Plain Layout
18669
18670 \backslash
18671 beta
18672 \end_layout
18673
18674 \end_inset
18675 </cell>
18676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18677 \begin_inset Text
18678
18679 \begin_layout Plain Layout
18680 \begin_inset Formula $\beta$
18681 \end_inset
18682
18683
18684 \end_layout
18685
18686 \end_inset
18687 </cell>
18688 </row>
18689 <row>
18690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18691 \begin_inset Text
18692
18693 \begin_layout Plain Layout
18694
18695 \backslash
18696 gamma
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18702 \begin_inset Text
18703
18704 \begin_layout Plain Layout
18705 \begin_inset Formula $\gamma$
18706 \end_inset
18707
18708
18709 \end_layout
18710
18711 \end_inset
18712 </cell>
18713 </row>
18714 <row>
18715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719
18720 \backslash
18721 delta
18722 \end_layout
18723
18724 \end_inset
18725 </cell>
18726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18727 \begin_inset Text
18728
18729 \begin_layout Plain Layout
18730 \begin_inset Formula $\delta$
18731 \end_inset
18732
18733
18734 \end_layout
18735
18736 \end_inset
18737 </cell>
18738 </row>
18739 <row>
18740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18741 \begin_inset Text
18742
18743 \begin_layout Plain Layout
18744
18745 \backslash
18746 epsilon
18747 \end_layout
18748
18749 \end_inset
18750 </cell>
18751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18752 \begin_inset Text
18753
18754 \begin_layout Plain Layout
18755 \begin_inset Formula $\epsilon$
18756 \end_inset
18757
18758
18759 \end_layout
18760
18761 \end_inset
18762 </cell>
18763 </row>
18764 <row>
18765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18766 \begin_inset Text
18767
18768 \begin_layout Plain Layout
18769
18770 \backslash
18771 varepsilon
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18777 \begin_inset Text
18778
18779 \begin_layout Plain Layout
18780 \begin_inset Formula $\varepsilon$
18781 \end_inset
18782
18783
18784 \end_layout
18785
18786 \end_inset
18787 </cell>
18788 </row>
18789 <row>
18790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18791 \begin_inset Text
18792
18793 \begin_layout Plain Layout
18794
18795 \backslash
18796 zeta
18797 \end_layout
18798
18799 \end_inset
18800 </cell>
18801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18802 \begin_inset Text
18803
18804 \begin_layout Plain Layout
18805 \begin_inset Formula $\zeta$
18806 \end_inset
18807
18808
18809 \end_layout
18810
18811 \end_inset
18812 </cell>
18813 </row>
18814 <row>
18815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18816 \begin_inset Text
18817
18818 \begin_layout Plain Layout
18819
18820 \backslash
18821 eta
18822 \end_layout
18823
18824 \end_inset
18825 </cell>
18826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18827 \begin_inset Text
18828
18829 \begin_layout Plain Layout
18830 \begin_inset Formula $\eta$
18831 \end_inset
18832
18833
18834 \end_layout
18835
18836 \end_inset
18837 </cell>
18838 </row>
18839 <row>
18840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844
18845 \backslash
18846 theta
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18852 \begin_inset Text
18853
18854 \begin_layout Plain Layout
18855 \begin_inset Formula $\theta$
18856 \end_inset
18857
18858
18859 \end_layout
18860
18861 \end_inset
18862 </cell>
18863 </row>
18864 <row>
18865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869
18870 \backslash
18871 vartheta
18872 \end_layout
18873
18874 \end_inset
18875 </cell>
18876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18877 \begin_inset Text
18878
18879 \begin_layout Plain Layout
18880 \begin_inset Formula $\vartheta$
18881 \end_inset
18882
18883
18884 \end_layout
18885
18886 \end_inset
18887 </cell>
18888 </row>
18889 </lyxtabular>
18890
18891 \end_inset
18892
18893
18894 \begin_inset space \hfill{}
18895 \end_inset
18896
18897
18898 \begin_inset Tabular
18899 <lyxtabular version="3" rows="12" columns="2">
18900 <features rotate="0" tabularvalignment="middle">
18901 <column alignment="center" valignment="top" width="0pt">
18902 <column alignment="center" valignment="top" width="0pt">
18903 <row>
18904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18905 \begin_inset Text
18906
18907 \begin_layout Plain Layout
18908 Comando
18909 \end_layout
18910
18911 \end_inset
18912 </cell>
18913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18914 \begin_inset Text
18915
18916 \begin_layout Plain Layout
18917 Símbolo
18918 \end_layout
18919
18920 \end_inset
18921 </cell>
18922 </row>
18923 <row>
18924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18925 \begin_inset Text
18926
18927 \begin_layout Plain Layout
18928
18929 \backslash
18930 iota
18931 \end_layout
18932
18933 \end_inset
18934 </cell>
18935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939 \begin_inset Formula $\iota$
18940 \end_inset
18941
18942
18943 \end_layout
18944
18945 \end_inset
18946 </cell>
18947 </row>
18948 <row>
18949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18950 \begin_inset Text
18951
18952 \begin_layout Plain Layout
18953
18954 \backslash
18955 kappa
18956 \end_layout
18957
18958 \end_inset
18959 </cell>
18960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18961 \begin_inset Text
18962
18963 \begin_layout Plain Layout
18964 \begin_inset Formula $\kappa$
18965 \end_inset
18966
18967
18968 \end_layout
18969
18970 \end_inset
18971 </cell>
18972 </row>
18973 <row>
18974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18975 \begin_inset Text
18976
18977 \begin_layout Plain Layout
18978
18979 \backslash
18980 varkappa
18981 \end_layout
18982
18983 \end_inset
18984 </cell>
18985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18986 \begin_inset Text
18987
18988 \begin_layout Plain Layout
18989 \begin_inset Formula $\varkappa$
18990 \end_inset
18991
18992
18993 \end_layout
18994
18995 \end_inset
18996 </cell>
18997 </row>
18998 <row>
18999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19000 \begin_inset Text
19001
19002 \begin_layout Plain Layout
19003
19004 \backslash
19005 lambda
19006 \end_layout
19007
19008 \end_inset
19009 </cell>
19010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19011 \begin_inset Text
19012
19013 \begin_layout Plain Layout
19014 \begin_inset Formula $\lambda$
19015 \end_inset
19016
19017
19018 \end_layout
19019
19020 \end_inset
19021 </cell>
19022 </row>
19023 <row>
19024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19025 \begin_inset Text
19026
19027 \begin_layout Plain Layout
19028
19029 \backslash
19030 mu
19031 \end_layout
19032
19033 \end_inset
19034 </cell>
19035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19036 \begin_inset Text
19037
19038 \begin_layout Plain Layout
19039 \begin_inset Formula $\mu$
19040 \end_inset
19041
19042
19043 \end_layout
19044
19045 \end_inset
19046 </cell>
19047 </row>
19048 <row>
19049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19050 \begin_inset Text
19051
19052 \begin_layout Plain Layout
19053
19054 \backslash
19055 nu
19056 \end_layout
19057
19058 \end_inset
19059 </cell>
19060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064 \begin_inset Formula $\nu$
19065 \end_inset
19066
19067
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 </row>
19073 <row>
19074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19075 \begin_inset Text
19076
19077 \begin_layout Plain Layout
19078
19079 \backslash
19080 xi
19081 \end_layout
19082
19083 \end_inset
19084 </cell>
19085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Plain Layout
19089 \begin_inset Formula $\xi$
19090 \end_inset
19091
19092
19093 \end_layout
19094
19095 \end_inset
19096 </cell>
19097 </row>
19098 <row>
19099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103 o
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19109 \begin_inset Text
19110
19111 \begin_layout Plain Layout
19112 \begin_inset Formula $o$
19113 \end_inset
19114
19115
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 </row>
19121 <row>
19122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126
19127 \backslash
19128 pi
19129 \end_layout
19130
19131 \end_inset
19132 </cell>
19133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19134 \begin_inset Text
19135
19136 \begin_layout Plain Layout
19137 \begin_inset Formula $\pi$
19138 \end_inset
19139
19140
19141 \end_layout
19142
19143 \end_inset
19144 </cell>
19145 </row>
19146 <row>
19147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19148 \begin_inset Text
19149
19150 \begin_layout Plain Layout
19151
19152 \backslash
19153 varpi
19154 \end_layout
19155
19156 \end_inset
19157 </cell>
19158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19159 \begin_inset Text
19160
19161 \begin_layout Plain Layout
19162 \begin_inset Formula $\varpi$
19163 \end_inset
19164
19165
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 </row>
19171 <row>
19172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19173 \begin_inset Text
19174
19175 \begin_layout Plain Layout
19176
19177 \backslash
19178 rho
19179 \end_layout
19180
19181 \end_inset
19182 </cell>
19183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19184 \begin_inset Text
19185
19186 \begin_layout Plain Layout
19187 \begin_inset Formula $\rho$
19188 \end_inset
19189
19190
19191 \end_layout
19192
19193 \end_inset
19194 </cell>
19195 </row>
19196 </lyxtabular>
19197
19198 \end_inset
19199
19200
19201 \begin_inset space \hfill{}
19202 \end_inset
19203
19204
19205 \begin_inset Tabular
19206 <lyxtabular version="3" rows="11" columns="2">
19207 <features rotate="0" tabularvalignment="middle">
19208 <column alignment="center" valignment="top" width="0pt">
19209 <column alignment="center" valignment="top" width="0pt">
19210 <row>
19211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19212 \begin_inset Text
19213
19214 \begin_layout Plain Layout
19215 Comando
19216 \end_layout
19217
19218 \end_inset
19219 </cell>
19220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224 Símbolo
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 </row>
19230 <row>
19231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235
19236 \backslash
19237 varrho
19238 \end_layout
19239
19240 \end_inset
19241 </cell>
19242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19243 \begin_inset Text
19244
19245 \begin_layout Plain Layout
19246 \begin_inset Formula $\varrho$
19247 \end_inset
19248
19249
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 </row>
19255 <row>
19256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260
19261 \backslash
19262 sigma
19263 \end_layout
19264
19265 \end_inset
19266 </cell>
19267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271 \begin_inset Formula $\sigma$
19272 \end_inset
19273
19274
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 </row>
19280 <row>
19281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19282 \begin_inset Text
19283
19284 \begin_layout Plain Layout
19285
19286 \backslash
19287 varsigma
19288 \end_layout
19289
19290 \end_inset
19291 </cell>
19292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296 \begin_inset Formula $\varsigma$
19297 \end_inset
19298
19299
19300 \end_layout
19301
19302 \end_inset
19303 </cell>
19304 </row>
19305 <row>
19306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19307 \begin_inset Text
19308
19309 \begin_layout Plain Layout
19310
19311 \backslash
19312 tau
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321 \begin_inset Formula $\tau$
19322 \end_inset
19323
19324
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 </row>
19330 <row>
19331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335
19336 \backslash
19337 upsilon
19338 \end_layout
19339
19340 \end_inset
19341 </cell>
19342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346 \begin_inset Formula $\upsilon$
19347 \end_inset
19348
19349
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 </row>
19355 <row>
19356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19357 \begin_inset Text
19358
19359 \begin_layout Plain Layout
19360
19361 \backslash
19362 phi
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19368 \begin_inset Text
19369
19370 \begin_layout Plain Layout
19371 \begin_inset Formula $\phi$
19372 \end_inset
19373
19374
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 </row>
19380 <row>
19381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19382 \begin_inset Text
19383
19384 \begin_layout Plain Layout
19385
19386 \backslash
19387 varphi
19388 \end_layout
19389
19390 \end_inset
19391 </cell>
19392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19393 \begin_inset Text
19394
19395 \begin_layout Plain Layout
19396 \begin_inset Formula $\varphi$
19397 \end_inset
19398
19399
19400 \end_layout
19401
19402 \end_inset
19403 </cell>
19404 </row>
19405 <row>
19406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19407 \begin_inset Text
19408
19409 \begin_layout Plain Layout
19410
19411 \backslash
19412 chi
19413 \end_layout
19414
19415 \end_inset
19416 </cell>
19417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19418 \begin_inset Text
19419
19420 \begin_layout Plain Layout
19421 \begin_inset Formula $\chi$
19422 \end_inset
19423
19424
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 </row>
19430 <row>
19431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435
19436 \backslash
19437 psi
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19443 \begin_inset Text
19444
19445 \begin_layout Plain Layout
19446 \begin_inset Formula $\psi$
19447 \end_inset
19448
19449
19450 \end_layout
19451
19452 \end_inset
19453 </cell>
19454 </row>
19455 <row>
19456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19457 \begin_inset Text
19458
19459 \begin_layout Plain Layout
19460
19461 \backslash
19462 omega
19463 \end_layout
19464
19465 \end_inset
19466 </cell>
19467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19468 \begin_inset Text
19469
19470 \begin_layout Plain Layout
19471 \begin_inset Formula $\omega$
19472 \end_inset
19473
19474
19475 \end_layout
19476
19477 \end_inset
19478 </cell>
19479 </row>
19480 </lyxtabular>
19481
19482 \end_inset
19483
19484
19485 \begin_inset space \hfill{}
19486 \end_inset
19487
19488
19489 \end_layout
19490
19491 \begin_layout Standard
19492 \begin_inset VSpace medskip
19493 \end_inset
19494
19495
19496 \end_layout
19497
19498 \begin_layout Standard
19499 Cómo escribir letras griegas especiales en redonda se explica en 
19500 \begin_inset CommandInset ref
19501 LatexCommand ref
19502 reference "sub:Griegas-en-redonda"
19503
19504 \end_inset
19505
19506 .
19507 \end_layout
19508
19509 \begin_layout Subsection
19510 Mayúsculas
19511 \begin_inset Index idx
19512 status collapsed
19513
19514 \begin_layout Plain Layout
19515 Letras griegas ! mayúsculas
19516 \end_layout
19517
19518 \end_inset
19519
19520
19521 \end_layout
19522
19523 \begin_layout Standard
19524 \begin_inset space \hfill{}
19525 \end_inset
19526
19527
19528 \begin_inset Tabular
19529 <lyxtabular version="3" rows="7" columns="2">
19530 <features rotate="0" tabularvalignment="middle">
19531 <column alignment="center" valignment="top" width="0pt">
19532 <column alignment="center" valignment="top" width="0pt">
19533 <row>
19534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19535 \begin_inset Text
19536
19537 \begin_layout Plain Layout
19538 Comando
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 Símbolo
19548 \end_layout
19549
19550 \end_inset
19551 </cell>
19552 </row>
19553 <row>
19554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19555 \begin_inset Text
19556
19557 \begin_layout Plain Layout
19558
19559 \backslash
19560 Gamma
19561 \end_layout
19562
19563 \end_inset
19564 </cell>
19565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Plain Layout
19569 \begin_inset Formula $\Gamma$
19570 \end_inset
19571
19572
19573 \end_layout
19574
19575 \end_inset
19576 </cell>
19577 </row>
19578 <row>
19579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19580 \begin_inset Text
19581
19582 \begin_layout Plain Layout
19583
19584 \backslash
19585 Delta
19586 \end_layout
19587
19588 \end_inset
19589 </cell>
19590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19591 \begin_inset Text
19592
19593 \begin_layout Plain Layout
19594 \begin_inset Formula $\Delta$
19595 \end_inset
19596
19597
19598 \end_layout
19599
19600 \end_inset
19601 </cell>
19602 </row>
19603 <row>
19604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19605 \begin_inset Text
19606
19607 \begin_layout Plain Layout
19608
19609 \backslash
19610 Theta
19611 \end_layout
19612
19613 \end_inset
19614 </cell>
19615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19616 \begin_inset Text
19617
19618 \begin_layout Plain Layout
19619 \begin_inset Formula $\Theta$
19620 \end_inset
19621
19622
19623 \end_layout
19624
19625 \end_inset
19626 </cell>
19627 </row>
19628 <row>
19629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19630 \begin_inset Text
19631
19632 \begin_layout Plain Layout
19633
19634 \backslash
19635 Lambda
19636 \end_layout
19637
19638 \end_inset
19639 </cell>
19640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19641 \begin_inset Text
19642
19643 \begin_layout Plain Layout
19644 \begin_inset Formula $\Lambda$
19645 \end_inset
19646
19647
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 </row>
19653 <row>
19654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19655 \begin_inset Text
19656
19657 \begin_layout Plain Layout
19658
19659 \backslash
19660 Xi
19661 \end_layout
19662
19663 \end_inset
19664 </cell>
19665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19666 \begin_inset Text
19667
19668 \begin_layout Plain Layout
19669 \begin_inset Formula $\Xi$
19670 \end_inset
19671
19672
19673 \end_layout
19674
19675 \end_inset
19676 </cell>
19677 </row>
19678 <row>
19679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19680 \begin_inset Text
19681
19682 \begin_layout Plain Layout
19683
19684 \backslash
19685 Pi
19686 \end_layout
19687
19688 \end_inset
19689 </cell>
19690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19691 \begin_inset Text
19692
19693 \begin_layout Plain Layout
19694 \begin_inset Formula $\Pi$
19695 \end_inset
19696
19697
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 </row>
19703 </lyxtabular>
19704
19705 \end_inset
19706
19707
19708 \begin_inset space \hfill{}
19709 \end_inset
19710
19711
19712 \begin_inset Tabular
19713 <lyxtabular version="3" rows="6" columns="2">
19714 <features rotate="0" tabularvalignment="middle">
19715 <column alignment="center" valignment="top" width="0pt">
19716 <column alignment="center" valignment="top" width="0pt">
19717 <row>
19718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19719 \begin_inset Text
19720
19721 \begin_layout Plain Layout
19722 Comando
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731 Símbolo
19732 \end_layout
19733
19734 \end_inset
19735 </cell>
19736 </row>
19737 <row>
19738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742
19743 \backslash
19744 Sigma
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19750 \begin_inset Text
19751
19752 \begin_layout Plain Layout
19753 \begin_inset Formula $\Sigma$
19754 \end_inset
19755
19756
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 </row>
19762 <row>
19763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19764 \begin_inset Text
19765
19766 \begin_layout Plain Layout
19767
19768 \backslash
19769 Upsilon
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19775 \begin_inset Text
19776
19777 \begin_layout Plain Layout
19778 \begin_inset Formula $\Upsilon$
19779 \end_inset
19780
19781
19782 \end_layout
19783
19784 \end_inset
19785 </cell>
19786 </row>
19787 <row>
19788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792
19793 \backslash
19794 Phi
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19800 \begin_inset Text
19801
19802 \begin_layout Plain Layout
19803 \begin_inset Formula $\Phi$
19804 \end_inset
19805
19806
19807 \end_layout
19808
19809 \end_inset
19810 </cell>
19811 </row>
19812 <row>
19813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817
19818 \backslash
19819 Psi
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828 \begin_inset Formula $\Psi$
19829 \end_inset
19830
19831
19832 \end_layout
19833
19834 \end_inset
19835 </cell>
19836 </row>
19837 <row>
19838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842
19843 \backslash
19844 Omega
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19850 \begin_inset Text
19851
19852 \begin_layout Plain Layout
19853 \begin_inset Formula $\Omega$
19854 \end_inset
19855
19856
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 </row>
19862 </lyxtabular>
19863
19864 \end_inset
19865
19866
19867 \begin_inset space \hfill{}
19868 \end_inset
19869
19870
19871 \end_layout
19872
19873 \begin_layout Standard
19874 \begin_inset VSpace medskip
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \begin_layout Standard
19881 Las mayúsculas griegas se imprimen en redonda debido a un fallo de diseño
19882  cuando se desarrolló TeX.
19883  Para obtener mayúsculas en cursiva, inicia cada comando con 
19884 \series bold
19885 var
19886 \series default
19887 .
19888  Por ejemplo, el comando 
19889 \series bold
19890
19891 \backslash
19892 varGamma
19893 \series default
19894  genera 
19895 \begin_inset Formula $\varGamma$
19896 \end_inset
19897
19898 .
19899  Otra forma es cargar el paquete 
19900 \series bold
19901 fixmath
19902 \series default
19903
19904 \begin_inset Foot
19905 status collapsed
19906
19907 \begin_layout Plain Layout
19908
19909 \series bold
19910 fixmath
19911 \series default
19912  forma parte del paquete LaTeX 
19913 \series bold
19914 was
19915 \series default
19916
19917 \begin_inset Index idx
19918 status collapsed
19919
19920 \begin_layout Plain Layout
19921 Paquetes ! was
19922 \begin_inset ERT
19923 status collapsed
19924
19925 \begin_layout Plain Layout
19926
19927
19928 \backslash
19929 vspace{4mm}
19930 \end_layout
19931
19932 \end_inset
19933
19934
19935 \end_layout
19936
19937 \end_inset
19938
19939 .
19940 \end_layout
19941
19942 \end_inset
19943
19944
19945 \begin_inset Index idx
19946 status collapsed
19947
19948 \begin_layout Plain Layout
19949 Paquetes ! fixmath
19950 \end_layout
19951
19952 \end_inset
19953
19954  con la línea siguiente en el preámbulo LaTeX
19955 \end_layout
19956
19957 \begin_layout Standard
19958
19959 \series bold
19960
19961 \backslash
19962 usepackage{fixmath}
19963 \end_layout
19964
19965 \begin_layout Standard
19966 Entonces, todas las mayúsculas griegas en el documento se imprimirán automáticam
19967 ente en cursiva.
19968 \end_layout
19969
19970 \begin_layout Subsection
19971 Letras en negrita
19972 \begin_inset Index idx
19973 status collapsed
19974
19975 \begin_layout Plain Layout
19976 Letras griegas ! en negrita
19977 \end_layout
19978
19979 \end_inset
19980
19981
19982 \end_layout
19983
19984 \begin_layout Standard
19985 Las letras griegas no admiten diferentes estilos de letra como las latinas.
19986  Sólo se pueden poner en negrita con el comando 
19987 \series bold
19988
19989 \backslash
19990 boldsymbol
19991 \series default
19992
19993 \begin_inset Index idx
19994 status collapsed
19995
19996 \begin_layout Plain Layout
19997 Comandos ! B ! 
19998 \backslash
19999 boldsymbol
20000 \end_layout
20001
20002 \end_inset
20003
20004 .
20005 \end_layout
20006
20007 \begin_layout Standard
20008 \align center
20009 \begin_inset Tabular
20010 <lyxtabular version="3" rows="3" columns="2">
20011 <features rotate="0" tabularvalignment="middle">
20012 <column alignment="center" valignment="top">
20013 <column alignment="center" valignment="top">
20014 <row>
20015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20016 \begin_inset Text
20017
20018 \begin_layout Plain Layout
20019 Comando
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028 Símbolo
20029 \end_layout
20030
20031 \end_inset
20032 </cell>
20033 </row>
20034 <row>
20035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039
20040 \backslash
20041 Upsilon
20042 \backslash
20043 boldsymbol
20044 \backslash
20045 Upsilon
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20051 \begin_inset Text
20052
20053 \begin_layout Plain Layout
20054 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20055 \end_inset
20056
20057
20058 \end_layout
20059
20060 \end_inset
20061 </cell>
20062 </row>
20063 <row>
20064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20065 \begin_inset Text
20066
20067 \begin_layout Plain Layout
20068
20069 \backslash
20070 theta
20071 \backslash
20072 boldsymbol
20073 \backslash
20074 theta
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20080 \begin_inset Text
20081
20082 \begin_layout Plain Layout
20083 \begin_inset Formula $\theta\boldsymbol{\theta}$
20084 \end_inset
20085
20086
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 </row>
20092 </lyxtabular>
20093
20094 \end_inset
20095
20096
20097 \end_layout
20098
20099 \begin_layout Section
20100 Símbolos
20101 \begin_inset ERT
20102 status collapsed
20103
20104 \begin_layout Plain Layout
20105
20106
20107 \backslash
20108 texorpdfstring{
20109 \end_layout
20110
20111 \end_inset
20112
20113
20114 \begin_inset Foot
20115 status collapsed
20116
20117 \begin_layout Plain Layout
20118 Se puede encontrar una lista con todos los símbolos de la mayoría de paquetes
20119  LaTeX en 
20120 \begin_inset CommandInset citation
20121 LatexCommand cite
20122 key "Symbols"
20123
20124 \end_inset
20125
20126 .
20127 \end_layout
20128
20129 \end_inset
20130
20131
20132 \begin_inset ERT
20133 status collapsed
20134
20135 \begin_layout Plain Layout
20136
20137 }{}
20138 \end_layout
20139
20140 \end_inset
20141
20142
20143 \begin_inset Note Note
20144 status collapsed
20145
20146 \begin_layout Plain Layout
20147
20148 \backslash
20149 texorpdfstring se usa para evitar que la nota al pie aparezca en los marcadores
20150  PDF.
20151 \end_layout
20152
20153 \begin_layout Plain Layout
20154 Más sobre 
20155 \backslash
20156 texorpdfstring en la sección 
20157 \begin_inset CommandInset ref
20158 LatexCommand ref
20159 reference "sub:Ecuaciones-en-encabezados"
20160
20161 \end_inset
20162
20163 .
20164 \end_layout
20165
20166 \end_inset
20167
20168
20169 \begin_inset Index idx
20170 status collapsed
20171
20172 \begin_layout Plain Layout
20173 Símbolos
20174 \end_layout
20175
20176 \end_inset
20177
20178
20179 \end_layout
20180
20181 \begin_layout Standard
20182 Muchos de los símbolos listados en esta sección se pueden insertar además
20183  mediante los botones 
20184 \begin_inset Graphics
20185         filename ../../images/math/nabla.png
20186         scale 85
20187
20188 \end_inset
20189
20190  y 
20191 \begin_inset Graphics
20192         filename ../../images/math/digamma.png
20193         scale 85
20194
20195 \end_inset
20196
20197  de la barra de ecuaciones.
20198 \end_layout
20199
20200 \begin_layout Subsection
20201 Símbolos matemáticos
20202 \begin_inset CommandInset label
20203 LatexCommand label
20204 name "sub:Símbolos-matemáticos"
20205
20206 \end_inset
20207
20208
20209 \begin_inset Index idx
20210 status collapsed
20211
20212 \begin_layout Plain Layout
20213 Símbolos ! matemáticos
20214 \end_layout
20215
20216 \end_inset
20217
20218
20219 \end_layout
20220
20221 \begin_layout Standard
20222 \begin_inset space \hfill{}
20223 \end_inset
20224
20225
20226 \begin_inset Tabular
20227 <lyxtabular version="3" rows="10" columns="2">
20228 <features rotate="0" tabularvalignment="middle">
20229 <column alignment="center" valignment="top" width="0pt">
20230 <column alignment="center" valignment="top" width="0pt">
20231 <row>
20232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236 Comando
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245 Símbolo
20246 \end_layout
20247
20248 \end_inset
20249 </cell>
20250 </row>
20251 <row>
20252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20253 \begin_inset Text
20254
20255 \begin_layout Plain Layout
20256
20257 \backslash
20258 neg
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20264 \begin_inset Text
20265
20266 \begin_layout Plain Layout
20267 \begin_inset Formula $\neg$
20268 \end_inset
20269
20270
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 </row>
20276 <row>
20277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281
20282 \backslash
20283 Im
20284 \end_layout
20285
20286 \end_inset
20287 </cell>
20288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20289 \begin_inset Text
20290
20291 \begin_layout Plain Layout
20292 \begin_inset Formula $\Im$
20293 \end_inset
20294
20295
20296 \end_layout
20297
20298 \end_inset
20299 </cell>
20300 </row>
20301 <row>
20302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Plain Layout
20306
20307 \backslash
20308 Re
20309 \end_layout
20310
20311 \end_inset
20312 </cell>
20313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20314 \begin_inset Text
20315
20316 \begin_layout Plain Layout
20317 \begin_inset Formula $\Re$
20318 \end_inset
20319
20320
20321 \end_layout
20322
20323 \end_inset
20324 </cell>
20325 </row>
20326 <row>
20327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20328 \begin_inset Text
20329
20330 \begin_layout Plain Layout
20331
20332 \backslash
20333 aleph
20334 \end_layout
20335
20336 \end_inset
20337 </cell>
20338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20339 \begin_inset Text
20340
20341 \begin_layout Plain Layout
20342 \begin_inset Formula $\aleph$
20343 \end_inset
20344
20345
20346 \end_layout
20347
20348 \end_inset
20349 </cell>
20350 </row>
20351 <row>
20352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20353 \begin_inset Text
20354
20355 \begin_layout Plain Layout
20356
20357 \backslash
20358 partial
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Plain Layout
20367 \begin_inset Formula $\partial$
20368 \end_inset
20369
20370
20371 \end_layout
20372
20373 \end_inset
20374 </cell>
20375 </row>
20376 <row>
20377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20378 \begin_inset Text
20379
20380 \begin_layout Plain Layout
20381
20382 \backslash
20383 infty
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20389 \begin_inset Text
20390
20391 \begin_layout Plain Layout
20392 \begin_inset Formula $\infty$
20393 \end_inset
20394
20395
20396 \end_layout
20397
20398 \end_inset
20399 </cell>
20400 </row>
20401 <row>
20402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20403 \begin_inset Text
20404
20405 \begin_layout Plain Layout
20406
20407 \backslash
20408 wp
20409 \end_layout
20410
20411 \end_inset
20412 </cell>
20413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20414 \begin_inset Text
20415
20416 \begin_layout Plain Layout
20417 \begin_inset Formula $\wp$
20418 \end_inset
20419
20420
20421 \end_layout
20422
20423 \end_inset
20424 </cell>
20425 </row>
20426 <row>
20427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20428 \begin_inset Text
20429
20430 \begin_layout Plain Layout
20431
20432 \backslash
20433 imath
20434 \end_layout
20435
20436 \end_inset
20437 </cell>
20438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20439 \begin_inset Text
20440
20441 \begin_layout Plain Layout
20442 \begin_inset Formula $\imath$
20443 \end_inset
20444
20445
20446 \end_layout
20447
20448 \end_inset
20449 </cell>
20450 </row>
20451 <row>
20452 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20453 \begin_inset Text
20454
20455 \begin_layout Plain Layout
20456
20457 \backslash
20458 jmath
20459 \end_layout
20460
20461 \end_inset
20462 </cell>
20463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467 \begin_inset Formula $\jmath$
20468 \end_inset
20469
20470
20471 \end_layout
20472
20473 \end_inset
20474 </cell>
20475 </row>
20476 </lyxtabular>
20477
20478 \end_inset
20479
20480
20481 \begin_inset space \hfill{}
20482 \end_inset
20483
20484
20485 \begin_inset Tabular
20486 <lyxtabular version="3" rows="10" columns="2">
20487 <features rotate="0" tabularvalignment="middle">
20488 <column alignment="center" valignment="top" width="0pt">
20489 <column alignment="center" valignment="top" width="0pt">
20490 <row>
20491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 Comando
20496 \end_layout
20497
20498 \end_inset
20499 </cell>
20500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20501 \begin_inset Text
20502
20503 \begin_layout Plain Layout
20504 Símbolo
20505 \begin_inset Note Note
20506 status collapsed
20507
20508 \begin_layout Plain Layout
20509
20510 \series bold
20511
20512 \backslash
20513 raisebox
20514 \series default
20515  se usa sólo como espaciador
20516 \end_layout
20517
20518 \end_inset
20519
20520
20521 \end_layout
20522
20523 \end_inset
20524 </cell>
20525 </row>
20526 <row>
20527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20528 \begin_inset Text
20529
20530 \begin_layout Plain Layout
20531
20532 \backslash
20533 forall
20534 \end_layout
20535
20536 \end_inset
20537 </cell>
20538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20539 \begin_inset Text
20540
20541 \begin_layout Plain Layout
20542 \begin_inset Formula $\forall$
20543 \end_inset
20544
20545
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 </row>
20551 <row>
20552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20553 \begin_inset Text
20554
20555 \begin_layout Plain Layout
20556
20557 \backslash
20558 exists
20559 \end_layout
20560
20561 \end_inset
20562 </cell>
20563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20564 \begin_inset Text
20565
20566 \begin_layout Plain Layout
20567 \begin_inset Formula $\exists$
20568 \end_inset
20569
20570
20571 \end_layout
20572
20573 \end_inset
20574 </cell>
20575 </row>
20576 <row>
20577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20578 \begin_inset Text
20579
20580 \begin_layout Plain Layout
20581
20582 \backslash
20583 nexists
20584 \end_layout
20585
20586 \end_inset
20587 </cell>
20588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20589 \begin_inset Text
20590
20591 \begin_layout Plain Layout
20592 \begin_inset Formula $\nexists$
20593 \end_inset
20594
20595
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 </row>
20601 <row>
20602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20603 \begin_inset Text
20604
20605 \begin_layout Plain Layout
20606
20607 \backslash
20608 emptyset
20609 \end_layout
20610
20611 \end_inset
20612 </cell>
20613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20614 \begin_inset Text
20615
20616 \begin_layout Plain Layout
20617 \begin_inset Formula $\emptyset$
20618 \end_inset
20619
20620
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 </row>
20626 <row>
20627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20628 \begin_inset Text
20629
20630 \begin_layout Plain Layout
20631
20632 \backslash
20633 varnothing
20634 \end_layout
20635
20636 \end_inset
20637 </cell>
20638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642 \begin_inset Formula $\varnothing$
20643 \end_inset
20644
20645
20646 \end_layout
20647
20648 \end_inset
20649 </cell>
20650 </row>
20651 <row>
20652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20653 \begin_inset Text
20654
20655 \begin_layout Plain Layout
20656
20657 \backslash
20658 dag
20659 \end_layout
20660
20661 \end_inset
20662 </cell>
20663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20664 \begin_inset Text
20665
20666 \begin_layout Plain Layout
20667 \begin_inset Formula $\dag$
20668 \end_inset
20669
20670
20671 \end_layout
20672
20673 \end_inset
20674 </cell>
20675 </row>
20676 <row>
20677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20678 \begin_inset Text
20679
20680 \begin_layout Plain Layout
20681
20682 \backslash
20683 ddag
20684 \end_layout
20685
20686 \end_inset
20687 </cell>
20688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20689 \begin_inset Text
20690
20691 \begin_layout Plain Layout
20692 \begin_inset Formula $\ddag$
20693 \end_inset
20694
20695
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 </row>
20701 <row>
20702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20703 \begin_inset Text
20704
20705 \begin_layout Plain Layout
20706
20707 \backslash
20708 complement
20709 \end_layout
20710
20711 \end_inset
20712 </cell>
20713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20714 \begin_inset Text
20715
20716 \begin_layout Plain Layout
20717 \begin_inset ERT
20718 status collapsed
20719
20720 \begin_layout Plain Layout
20721
20722
20723 \backslash
20724 raisebox{-0.8mm}{
20725 \end_layout
20726
20727 \end_inset
20728
20729
20730 \begin_inset Formula $\complement$
20731 \end_inset
20732
20733
20734 \begin_inset ERT
20735 status collapsed
20736
20737 \begin_layout Plain Layout
20738
20739 }
20740 \end_layout
20741
20742 \end_inset
20743
20744
20745 \end_layout
20746
20747 \end_inset
20748 </cell>
20749 </row>
20750 <row>
20751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20752 \begin_inset Text
20753
20754 \begin_layout Plain Layout
20755
20756 \backslash
20757 Bbbk
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20763 \begin_inset Text
20764
20765 \begin_layout Plain Layout
20766 \begin_inset Formula $\Bbbk$
20767 \end_inset
20768
20769
20770 \end_layout
20771
20772 \end_inset
20773 </cell>
20774 </row>
20775 </lyxtabular>
20776
20777 \end_inset
20778
20779
20780 \begin_inset space \hfill{}
20781 \end_inset
20782
20783
20784 \begin_inset Tabular
20785 <lyxtabular version="3" rows="10" columns="2">
20786 <features rotate="0" tabularvalignment="middle">
20787 <column alignment="center" valignment="top" width="0pt">
20788 <column alignment="center" valignment="top" width="0pt">
20789 <row>
20790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Plain Layout
20794 Comando
20795 \end_layout
20796
20797 \end_inset
20798 </cell>
20799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803 Símbolo
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 </row>
20809 <row>
20810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20811 \begin_inset Text
20812
20813 \begin_layout Plain Layout
20814
20815 \backslash
20816 prime
20817 \end_layout
20818
20819 \end_inset
20820 </cell>
20821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20822 \begin_inset Text
20823
20824 \begin_layout Plain Layout
20825 \begin_inset Formula $\prime$
20826 \end_inset
20827
20828
20829 \end_layout
20830
20831 \end_inset
20832 </cell>
20833 </row>
20834 <row>
20835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20836 \begin_inset Text
20837
20838 \begin_layout Plain Layout
20839
20840 \backslash
20841 backprime
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20847 \begin_inset Text
20848
20849 \begin_layout Plain Layout
20850 \begin_inset Formula $\backprime$
20851 \end_inset
20852
20853
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 </row>
20859 <row>
20860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20861 \begin_inset Text
20862
20863 \begin_layout Plain Layout
20864
20865 \backslash
20866 mho
20867 \end_layout
20868
20869 \end_inset
20870 </cell>
20871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20872 \begin_inset Text
20873
20874 \begin_layout Plain Layout
20875 \begin_inset Formula $\mho$
20876 \end_inset
20877
20878
20879 \end_layout
20880
20881 \end_inset
20882 </cell>
20883 </row>
20884 <row>
20885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20886 \begin_inset Text
20887
20888 \begin_layout Plain Layout
20889
20890 \backslash
20891 triangle
20892 \end_layout
20893
20894 \end_inset
20895 </cell>
20896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20897 \begin_inset Text
20898
20899 \begin_layout Plain Layout
20900 \begin_inset Formula $\triangle$
20901 \end_inset
20902
20903
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 </row>
20909 <row>
20910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20911 \begin_inset Text
20912
20913 \begin_layout Plain Layout
20914
20915 \backslash
20916 angle
20917 \end_layout
20918
20919 \end_inset
20920 </cell>
20921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20922 \begin_inset Text
20923
20924 \begin_layout Plain Layout
20925 \begin_inset Formula $\angle$
20926 \end_inset
20927
20928
20929 \end_layout
20930
20931 \end_inset
20932 </cell>
20933 </row>
20934 <row>
20935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20936 \begin_inset Text
20937
20938 \begin_layout Plain Layout
20939
20940 \backslash
20941 measuredangle
20942 \end_layout
20943
20944 \end_inset
20945 </cell>
20946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20947 \begin_inset Text
20948
20949 \begin_layout Plain Layout
20950 \begin_inset Formula $\measuredangle$
20951 \end_inset
20952
20953
20954 \end_layout
20955
20956 \end_inset
20957 </cell>
20958 </row>
20959 <row>
20960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20961 \begin_inset Text
20962
20963 \begin_layout Plain Layout
20964
20965 \backslash
20966 sphericalangle
20967 \end_layout
20968
20969 \end_inset
20970 </cell>
20971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20972 \begin_inset Text
20973
20974 \begin_layout Plain Layout
20975 \begin_inset Formula $\sphericalangle$
20976 \end_inset
20977
20978
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 </row>
20984 <row>
20985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20986 \begin_inset Text
20987
20988 \begin_layout Plain Layout
20989
20990 \backslash
20991 top
20992 \end_layout
20993
20994 \end_inset
20995 </cell>
20996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20997 \begin_inset Text
20998
20999 \begin_layout Plain Layout
21000 \begin_inset Formula $\top$
21001 \end_inset
21002
21003
21004 \end_layout
21005
21006 \end_inset
21007 </cell>
21008 </row>
21009 <row>
21010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21011 \begin_inset Text
21012
21013 \begin_layout Plain Layout
21014
21015 \backslash
21016 bot
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21022 \begin_inset Text
21023
21024 \begin_layout Plain Layout
21025 \begin_inset Formula $\bot$
21026 \end_inset
21027
21028
21029 \end_layout
21030
21031 \end_inset
21032 </cell>
21033 </row>
21034 </lyxtabular>
21035
21036 \end_inset
21037
21038
21039 \begin_inset space \hfill{}
21040 \end_inset
21041
21042
21043 \end_layout
21044
21045 \begin_layout Standard
21046 \noindent
21047 \align center
21048 \begin_inset Newpage newpage
21049 \end_inset
21050
21051
21052 \end_layout
21053
21054 \begin_layout Subsection
21055 Símbolos misceláneos
21056 \begin_inset CommandInset label
21057 LatexCommand label
21058 name "sub:Símbolos-misceláneos"
21059
21060 \end_inset
21061
21062
21063 \begin_inset Index idx
21064 status collapsed
21065
21066 \begin_layout Plain Layout
21067 Símbolos ! misceláneos
21068 \end_layout
21069
21070 \end_inset
21071
21072
21073 \end_layout
21074
21075 \begin_layout Standard
21076 \noindent
21077 \align center
21078 \begin_inset Tabular
21079 <lyxtabular version="3" rows="10" columns="2">
21080 <features rotate="0" tabularvalignment="middle">
21081 <column alignment="center" valignment="top" width="0pt">
21082 <column alignment="center" valignment="top" width="0pt">
21083 <row>
21084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088 Comando
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097 Símbolo
21098 \end_layout
21099
21100 \end_inset
21101 </cell>
21102 </row>
21103 <row>
21104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21105 \begin_inset Text
21106
21107 \begin_layout Plain Layout
21108
21109 \backslash
21110 flat
21111 \end_layout
21112
21113 \end_inset
21114 </cell>
21115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21116 \begin_inset Text
21117
21118 \begin_layout Plain Layout
21119 \begin_inset Formula $\flat$
21120 \end_inset
21121
21122
21123 \end_layout
21124
21125 \end_inset
21126 </cell>
21127 </row>
21128 <row>
21129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21130 \begin_inset Text
21131
21132 \begin_layout Plain Layout
21133
21134 \backslash
21135 natural
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21141 \begin_inset Text
21142
21143 \begin_layout Plain Layout
21144 \begin_inset Formula $\natural$
21145 \end_inset
21146
21147
21148 \end_layout
21149
21150 \end_inset
21151 </cell>
21152 </row>
21153 <row>
21154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21155 \begin_inset Text
21156
21157 \begin_layout Plain Layout
21158
21159 \backslash
21160 sharp
21161 \end_layout
21162
21163 \end_inset
21164 </cell>
21165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21166 \begin_inset Text
21167
21168 \begin_layout Plain Layout
21169 \begin_inset Formula $\sharp$
21170 \end_inset
21171
21172
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 </row>
21178 <row>
21179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21180 \begin_inset Text
21181
21182 \begin_layout Plain Layout
21183
21184 \backslash
21185 surd
21186 \end_layout
21187
21188 \end_inset
21189 </cell>
21190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21191 \begin_inset Text
21192
21193 \begin_layout Plain Layout
21194 \begin_inset Formula $\surd$
21195 \end_inset
21196
21197
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 </row>
21203 <row>
21204 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21205 \begin_inset Text
21206
21207 \begin_layout Plain Layout
21208
21209 \backslash
21210 checkmark
21211 \end_layout
21212
21213 \end_inset
21214 </cell>
21215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21216 \begin_inset Text
21217
21218 \begin_layout Plain Layout
21219 \begin_inset Formula $\checkmark$
21220 \end_inset
21221
21222
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 </row>
21228 <row>
21229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21230 \begin_inset Text
21231
21232 \begin_layout Plain Layout
21233
21234 \backslash
21235 yen
21236 \end_layout
21237
21238 \end_inset
21239 </cell>
21240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21241 \begin_inset Text
21242
21243 \begin_layout Plain Layout
21244 \begin_inset Formula $\yen$
21245 \end_inset
21246
21247
21248 \end_layout
21249
21250 \end_inset
21251 </cell>
21252 </row>
21253 <row>
21254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21255 \begin_inset Text
21256
21257 \begin_layout Plain Layout
21258
21259 \backslash
21260 pounds
21261 \end_layout
21262
21263 \end_inset
21264 </cell>
21265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21266 \begin_inset Text
21267
21268 \begin_layout Plain Layout
21269 \begin_inset Formula $\pounds$
21270 \end_inset
21271
21272
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 </row>
21278 <row>
21279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21280 \begin_inset Text
21281
21282 \begin_layout Plain Layout
21283 $
21284 \end_layout
21285
21286 \end_inset
21287 </cell>
21288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292 \begin_inset Formula $\$$
21293 \end_inset
21294
21295
21296 \end_layout
21297
21298 \end_inset
21299 </cell>
21300 </row>
21301 <row>
21302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Plain Layout
21306 §
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 Formula $§$
21316 \end_inset
21317
21318
21319 \end_layout
21320
21321 \end_inset
21322 </cell>
21323 </row>
21324 </lyxtabular>
21325
21326 \end_inset
21327
21328
21329 \begin_inset Tabular
21330 <lyxtabular version="3" rows="10" columns="2">
21331 <features rotate="0" tabularvalignment="middle">
21332 <column alignment="center" valignment="top">
21333 <column alignment="center" valignment="top">
21334 <row>
21335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21336 \begin_inset Text
21337
21338 \begin_layout Plain Layout
21339 Comando
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348 Símbolo
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 </row>
21354 <row>
21355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359
21360 \backslash
21361 hbar
21362 \end_layout
21363
21364 \end_inset
21365 </cell>
21366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21367 \begin_inset Text
21368
21369 \begin_layout Plain Layout
21370 \begin_inset Formula $\hbar$
21371 \end_inset
21372
21373
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 </row>
21379 <row>
21380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384
21385 \backslash
21386 hslash
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Plain Layout
21395 \begin_inset Formula $\hslash$
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 </row>
21404 <row>
21405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409
21410 \backslash
21411 clubsuit
21412 \end_layout
21413
21414 \end_inset
21415 </cell>
21416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21417 \begin_inset Text
21418
21419 \begin_layout Plain Layout
21420 \begin_inset Formula $\clubsuit$
21421 \end_inset
21422
21423
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 </row>
21429 <row>
21430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21431 \begin_inset Text
21432
21433 \begin_layout Plain Layout
21434
21435 \backslash
21436 spadesuit
21437 \end_layout
21438
21439 \end_inset
21440 </cell>
21441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21442 \begin_inset Text
21443
21444 \begin_layout Plain Layout
21445 \begin_inset Formula $\spadesuit$
21446 \end_inset
21447
21448
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 </row>
21454 <row>
21455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459
21460 \backslash
21461 bigstar
21462 \end_layout
21463
21464 \end_inset
21465 </cell>
21466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21467 \begin_inset Text
21468
21469 \begin_layout Plain Layout
21470 \begin_inset Formula $\bigstar$
21471 \end_inset
21472
21473
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 </row>
21479 <row>
21480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21481 \begin_inset Text
21482
21483 \begin_layout Plain Layout
21484
21485 \backslash
21486 blacklozenge
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21492 \begin_inset Text
21493
21494 \begin_layout Plain Layout
21495 \begin_inset Formula $\blacklozenge$
21496 \end_inset
21497
21498
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 </row>
21504 <row>
21505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21506 \begin_inset Text
21507
21508 \begin_layout Plain Layout
21509
21510 \backslash
21511 blacktriangle
21512 \end_layout
21513
21514 \end_inset
21515 </cell>
21516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21517 \begin_inset Text
21518
21519 \begin_layout Plain Layout
21520 \begin_inset Formula $\blacktriangle$
21521 \end_inset
21522
21523
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 </row>
21529 <row>
21530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534
21535 \backslash
21536 blacktiangledown
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545 \begin_inset Formula $\blacktriangledown$
21546 \end_inset
21547
21548
21549 \end_layout
21550
21551 \end_inset
21552 </cell>
21553 </row>
21554 <row>
21555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21556 \begin_inset Text
21557
21558 \begin_layout Plain Layout
21559
21560 \backslash
21561 bullet
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570 \begin_inset Formula $\bullet$
21571 \end_inset
21572
21573
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 </row>
21579 </lyxtabular>
21580
21581 \end_inset
21582
21583
21584 \begin_inset Tabular
21585 <lyxtabular version="3" rows="10" columns="2">
21586 <features rotate="0" tabularvalignment="middle">
21587 <column alignment="center" valignment="top" width="0pt">
21588 <column alignment="center" valignment="top" width="0pt">
21589 <row>
21590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594 Comando
21595 \end_layout
21596
21597 \end_inset
21598 </cell>
21599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603 Símbolo
21604 \end_layout
21605
21606 \end_inset
21607 </cell>
21608 </row>
21609 <row>
21610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21611 \begin_inset Text
21612
21613 \begin_layout Plain Layout
21614
21615 \backslash
21616 diamondsuit
21617 \end_layout
21618
21619 \end_inset
21620 </cell>
21621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21622 \begin_inset Text
21623
21624 \begin_layout Plain Layout
21625 \begin_inset Formula $\diamondsuit$
21626 \end_inset
21627
21628
21629 \end_layout
21630
21631 \end_inset
21632 </cell>
21633 </row>
21634 <row>
21635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21636 \begin_inset Text
21637
21638 \begin_layout Plain Layout
21639
21640 \backslash
21641 Diamond
21642 \end_layout
21643
21644 \end_inset
21645 </cell>
21646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650 \begin_inset Formula $\Diamond$
21651 \end_inset
21652
21653
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 </row>
21659 <row>
21660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21661 \begin_inset Text
21662
21663 \begin_layout Plain Layout
21664
21665 \backslash
21666 heartsuit
21667 \end_layout
21668
21669 \end_inset
21670 </cell>
21671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21672 \begin_inset Text
21673
21674 \begin_layout Plain Layout
21675 \begin_inset Formula $\heartsuit$
21676 \end_inset
21677
21678
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 </row>
21684 <row>
21685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21686 \begin_inset Text
21687
21688 \begin_layout Plain Layout
21689
21690 \backslash
21691 P
21692 \end_layout
21693
21694 \end_inset
21695 </cell>
21696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700 \begin_inset Formula $\P$
21701 \end_inset
21702
21703
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 </row>
21709 <row>
21710 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714
21715 \backslash
21716 copyright
21717 \end_layout
21718
21719 \end_inset
21720 </cell>
21721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725 \begin_inset Formula $\copyright$
21726 \end_inset
21727
21728
21729 \end_layout
21730
21731 \end_inset
21732 </cell>
21733 </row>
21734 <row>
21735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21736 \begin_inset Text
21737
21738 \begin_layout Plain Layout
21739
21740 \backslash
21741 circledR
21742 \end_layout
21743
21744 \end_inset
21745 </cell>
21746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750 \begin_inset Formula $\circledR$
21751 \end_inset
21752
21753
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 </row>
21759 <row>
21760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21761 \begin_inset Text
21762
21763 \begin_layout Plain Layout
21764
21765 \backslash
21766 maltese
21767 \end_layout
21768
21769 \end_inset
21770 </cell>
21771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775 \begin_inset Formula $\maltese$
21776 \end_inset
21777
21778
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 </row>
21784 <row>
21785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789
21790 \backslash
21791 diagup
21792 \end_layout
21793
21794 \end_inset
21795 </cell>
21796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800 \begin_inset Formula $\diagup$
21801 \end_inset
21802
21803
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 </row>
21809 <row>
21810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814
21815 \backslash
21816 diagdown
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825 \begin_inset Formula $\diagdown$
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 </row>
21834 </lyxtabular>
21835
21836 \end_inset
21837
21838
21839 \end_layout
21840
21841 \begin_layout Standard
21842 \begin_inset VSpace medskip
21843 \end_inset
21844
21845
21846 \end_layout
21847
21848 \begin_layout Standard
21849 Algunos símbolos pueden presentarse en distintos tamaños, véase 
21850 \begin_inset CommandInset ref
21851 LatexCommand ref
21852 reference "sub:Tamaños-de-tipografías"
21853
21854 \end_inset
21855
21856
21857 \end_layout
21858
21859 \begin_layout Subsection
21860 El símbolo del euro, €
21861 \begin_inset Index idx
21862 status collapsed
21863
21864 \begin_layout Plain Layout
21865 Símbolos ! euro
21866 \end_layout
21867
21868 \end_inset
21869
21870
21871 \begin_inset Index idx
21872 status collapsed
21873
21874 \begin_layout Plain Layout
21875
21876 \backslash
21877 @
21878 \begin_inset ERT
21879 status collapsed
21880
21881 \begin_layout Plain Layout
21882
21883
21884 \backslash
21885 officialeuro
21886 \end_layout
21887
21888 \end_inset
21889
21890
21891 \end_layout
21892
21893 \end_inset
21894
21895
21896 \end_layout
21897
21898 \begin_layout Standard
21899 Para usar el símbolo del euro en ecuaciones debe estar instalado el paquete
21900  LaTeX 
21901 \series bold
21902 eurosym
21903 \series default
21904
21905 \begin_inset Index idx
21906 status collapsed
21907
21908 \begin_layout Plain Layout
21909 Paquetes ! eurosym
21910 \end_layout
21911
21912 \end_inset
21913
21914 , y cargado en el preámbulo LaTeX con la línea
21915 \end_layout
21916
21917 \begin_layout Standard
21918
21919 \series bold
21920
21921 \backslash
21922 usepackage[gennarrow]{eurosym}
21923 \end_layout
21924
21925 \begin_layout Standard
21926 Actualmente también se puede insertar con el comando 
21927 \series bold
21928
21929 \backslash
21930 euro
21931 \series default
21932
21933 \begin_inset Index idx
21934 status collapsed
21935
21936 \begin_layout Plain Layout
21937 Comandos ! E ! 
21938 \backslash
21939 euro
21940 \end_layout
21941
21942 \end_inset
21943
21944 .
21945 \end_layout
21946
21947 \begin_layout Standard
21948 El símbolo del euro puede insertarse directamente con la tecla € en texto
21949  matemático sin tener 
21950 \series bold
21951 eurosym
21952 \series default
21953  instalado.
21954  Si 
21955 \series bold
21956 eurosym
21957 \series default
21958  está instalado, se puede insertar 
21959 \series bold
21960
21961 \backslash
21962 euro
21963 \series default
21964  en modo TeX.
21965  El símbolo oficial de la moneda se puede insertar con el comando 
21966 \series bold
21967
21968 \backslash
21969 officialeuro
21970 \series default
21971
21972 \begin_inset Index idx
21973 status collapsed
21974
21975 \begin_layout Plain Layout
21976 Comandos ! O ! 
21977 \backslash
21978 officialeuro
21979 \end_layout
21980
21981 \end_inset
21982
21983 , que sólo está disponible en modo TeX.
21984 \end_layout
21985
21986 \begin_layout Standard
21987 \begin_inset ERT
21988 status collapsed
21989
21990 \begin_layout Plain Layout
21991
21992
21993 \backslash
21994 ifeurosym
21995 \end_layout
21996
21997 \end_inset
21998
21999
22000 \begin_inset Note Note
22001 status collapsed
22002
22003 \begin_layout Plain Layout
22004 El cuadro siguiente sólo se mostrará si está instalado el paquete LaTeX
22005  
22006 \series bold
22007 eurosym
22008 \series default
22009 .
22010 \end_layout
22011
22012 \end_inset
22013
22014
22015 \end_layout
22016
22017 \begin_layout Standard
22018 Un vistazo a los diferentes símbolos del euro.
22019 \end_layout
22020
22021 \begin_layout Standard
22022 \noindent
22023 \align center
22024 \begin_inset Tabular
22025 <lyxtabular version="3" rows="4" columns="3">
22026 <features rotate="0" tabularvalignment="middle">
22027 <column alignment="center" valignment="top">
22028 <column alignment="center" valignment="top">
22029 <column alignment="center" valignment="top">
22030 <row>
22031 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22032 \begin_inset Text
22033
22034 \begin_layout Plain Layout
22035
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22041 \begin_inset Text
22042
22043 \begin_layout Plain Layout
22044 Comando
22045 \end_layout
22046
22047 \end_inset
22048 </cell>
22049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053 Símbolo
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 </row>
22059 <row>
22060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064 ecuación
22065 \end_layout
22066
22067 \end_inset
22068 </cell>
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 euro
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 $\euro$
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 texto matemático
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116 \begin_inset Formula $\mbox{€}$
22117 \end_inset
22118
22119
22120 \end_layout
22121
22122 \end_inset
22123 </cell>
22124 </row>
22125 <row>
22126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22127 \begin_inset Text
22128
22129 \begin_layout Plain Layout
22130 modo TeX
22131 \end_layout
22132
22133 \end_inset
22134 </cell>
22135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139
22140 \backslash
22141 officialeuro
22142 \end_layout
22143
22144 \end_inset
22145 </cell>
22146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22147 \begin_inset Text
22148
22149 \begin_layout Plain Layout
22150 \begin_inset ERT
22151 status collapsed
22152
22153 \begin_layout Plain Layout
22154
22155
22156 \backslash
22157 officialeuro
22158 \end_layout
22159
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 \end_layout
22174
22175 \begin_layout Standard
22176 \begin_inset ERT
22177 status collapsed
22178
22179 \begin_layout Plain Layout
22180
22181
22182 \backslash
22183 else
22184 \end_layout
22185
22186 \end_inset
22187
22188
22189 \begin_inset Note Note
22190 status collapsed
22191
22192 \begin_layout Plain Layout
22193 Se mostrará lo siguiente si no está instalado el paquete LaTeX 
22194 \series bold
22195 eurosym
22196 \series default
22197 :
22198 \end_layout
22199
22200 \end_inset
22201
22202
22203 \end_layout
22204
22205 \begin_layout Standard
22206 Para ver la salida completa de esta subsección debe estar instalado el paquete
22207  LaTeX 
22208 \series bold
22209 eurosym
22210 \series default
22211 .
22212 \end_layout
22213
22214 \begin_layout Standard
22215 \begin_inset ERT
22216 status collapsed
22217
22218 \begin_layout Plain Layout
22219
22220
22221 \backslash
22222 fi
22223 \end_layout
22224
22225 \end_inset
22226
22227
22228 \end_layout
22229
22230 \begin_layout Section
22231 Relaciones
22232 \begin_inset CommandInset label
22233 LatexCommand label
22234 name "sec:Relaciones"
22235
22236 \end_inset
22237
22238
22239 \begin_inset Index idx
22240 status collapsed
22241
22242 \begin_layout Plain Layout
22243 Relaciones
22244 \end_layout
22245
22246 \end_inset
22247
22248
22249 \begin_inset Index idx
22250 status collapsed
22251
22252 \begin_layout Plain Layout
22253 Comparaciones|see
22254 \begin_inset ERT
22255 status collapsed
22256
22257 \begin_layout Plain Layout
22258
22259 {
22260 \end_layout
22261
22262 \end_inset
22263
22264 Relaciones
22265 \begin_inset ERT
22266 status collapsed
22267
22268 \begin_layout Plain Layout
22269
22270 }
22271 \end_layout
22272
22273 \end_inset
22274
22275
22276 \end_layout
22277
22278 \end_inset
22279
22280
22281 \end_layout
22282
22283 \begin_layout Standard
22284 Todas las relaciones se pueden insertar también con el botón 
22285 \begin_inset Graphics
22286         filename ../../images/math/leq.png
22287         scale 85
22288
22289 \end_inset
22290
22291  de la barra de ecuaciones.
22292 \end_layout
22293
22294 \begin_layout Standard
22295 \begin_inset space \hfill{}
22296 \end_inset
22297
22298
22299 \begin_inset Tabular
22300 <lyxtabular version="3" rows="17" columns="2">
22301 <features rotate="0" tabularvalignment="middle">
22302 <column alignment="center" valignment="top" width="0pt">
22303 <column alignment="center" valignment="top" width="0pt">
22304 <row>
22305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309 Comando
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318 Relación
22319 \end_layout
22320
22321 \end_inset
22322 </cell>
22323 </row>
22324 <row>
22325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329 <
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338 \begin_inset Formula $<$
22339 \end_inset
22340
22341
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 </row>
22347 <row>
22348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22349 \begin_inset Text
22350
22351 \begin_layout Plain Layout
22352
22353 \backslash
22354 le
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363 \begin_inset Formula $\le$
22364 \end_inset
22365
22366
22367 \end_layout
22368
22369 \end_inset
22370 </cell>
22371 </row>
22372 <row>
22373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22374 \begin_inset Text
22375
22376 \begin_layout Plain Layout
22377
22378 \backslash
22379 ll
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388 \begin_inset Formula $\ll$
22389 \end_inset
22390
22391
22392 \end_layout
22393
22394 \end_inset
22395 </cell>
22396 </row>
22397 <row>
22398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22399 \begin_inset Text
22400
22401 \begin_layout Plain Layout
22402
22403 \backslash
22404 prec
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413 \begin_inset Formula $\prec$
22414 \end_inset
22415
22416
22417 \end_layout
22418
22419 \end_inset
22420 </cell>
22421 </row>
22422 <row>
22423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22424 \begin_inset Text
22425
22426 \begin_layout Plain Layout
22427
22428 \backslash
22429 preceq
22430 \end_layout
22431
22432 \end_inset
22433 </cell>
22434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438 \begin_inset Formula $\preceq$
22439 \end_inset
22440
22441
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 </row>
22447 <row>
22448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452
22453 \backslash
22454 subset
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463 \begin_inset Formula $\subset$
22464 \end_inset
22465
22466
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 </row>
22472 <row>
22473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477
22478 \backslash
22479 subseteq
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488 \begin_inset Formula $\subseteq$
22489 \end_inset
22490
22491
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 </row>
22497 <row>
22498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502
22503 \backslash
22504 sqsubseteq
22505 \end_layout
22506
22507 \end_inset
22508 </cell>
22509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513 \begin_inset Formula $\sqsubseteq$
22514 \end_inset
22515
22516
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 </row>
22522 <row>
22523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527
22528 \backslash
22529 in
22530 \end_layout
22531
22532 \end_inset
22533 </cell>
22534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538 \begin_inset Formula $\in$
22539 \end_inset
22540
22541
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 </row>
22547 <row>
22548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22549 \begin_inset Text
22550
22551 \begin_layout Plain Layout
22552
22553 \backslash
22554 vdash
22555 \end_layout
22556
22557 \end_inset
22558 </cell>
22559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22560 \begin_inset Text
22561
22562 \begin_layout Plain Layout
22563 \begin_inset Formula $\vdash$
22564 \end_inset
22565
22566
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 </row>
22572 <row>
22573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577
22578 \backslash
22579 smile
22580 \end_layout
22581
22582 \end_inset
22583 </cell>
22584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22585 \begin_inset Text
22586
22587 \begin_layout Plain Layout
22588 \begin_inset Formula $\smile$
22589 \end_inset
22590
22591
22592 \end_layout
22593
22594 \end_inset
22595 </cell>
22596 </row>
22597 <row>
22598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22599 \begin_inset Text
22600
22601 \begin_layout Plain Layout
22602
22603 \backslash
22604 lhd
22605 \end_layout
22606
22607 \end_inset
22608 </cell>
22609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613 \begin_inset Formula $\lhd$
22614 \end_inset
22615
22616
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 </row>
22622 <row>
22623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22624 \begin_inset Text
22625
22626 \begin_layout Plain Layout
22627
22628 \backslash
22629 unlhd
22630 \end_layout
22631
22632 \end_inset
22633 </cell>
22634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22635 \begin_inset Text
22636
22637 \begin_layout Plain Layout
22638 \begin_inset Formula $\unlhd$
22639 \end_inset
22640
22641
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 </row>
22647 <row>
22648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652
22653 \backslash
22654 gtrless
22655 \end_layout
22656
22657 \end_inset
22658 </cell>
22659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22660 \begin_inset Text
22661
22662 \begin_layout Plain Layout
22663 \begin_inset Formula $\gtrless$
22664 \end_inset
22665
22666
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 </row>
22672 <row>
22673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22674 \begin_inset Text
22675
22676 \begin_layout Plain Layout
22677
22678 \backslash
22679 mid
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22685 \begin_inset Text
22686
22687 \begin_layout Plain Layout
22688 \begin_inset Formula $\mid$
22689 \end_inset
22690
22691
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 </row>
22697 <row>
22698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702
22703 \backslash
22704 nmid
22705 \end_layout
22706
22707 \end_inset
22708 </cell>
22709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22710 \begin_inset Text
22711
22712 \begin_layout Plain Layout
22713 \begin_inset Formula $\nmid$
22714 \end_inset
22715
22716
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 </row>
22722 </lyxtabular>
22723
22724 \end_inset
22725
22726
22727 \begin_inset space \hfill{}
22728 \end_inset
22729
22730
22731 \begin_inset Tabular
22732 <lyxtabular version="3" rows="17" columns="2">
22733 <features rotate="0" tabularvalignment="middle">
22734 <column alignment="center" valignment="top" width="0pt">
22735 <column alignment="center" valignment="top" width="0pt">
22736 <row>
22737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 Comando
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750 Relación
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 </row>
22756 <row>
22757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761 =
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770 \begin_inset Formula $=$
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 </row>
22779 <row>
22780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784
22785 \backslash
22786 not=
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22792 \begin_inset Text
22793
22794 \begin_layout Plain Layout
22795 \begin_inset Formula $\not=$
22796 \end_inset
22797
22798
22799 \end_layout
22800
22801 \end_inset
22802 </cell>
22803 </row>
22804 <row>
22805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22806 \begin_inset Text
22807
22808 \begin_layout Plain Layout
22809
22810 \backslash
22811 equiv
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22817 \begin_inset Text
22818
22819 \begin_layout Plain Layout
22820 \begin_inset Formula $\equiv$
22821 \end_inset
22822
22823
22824 \end_layout
22825
22826 \end_inset
22827 </cell>
22828 </row>
22829 <row>
22830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22831 \begin_inset Text
22832
22833 \begin_layout Plain Layout
22834
22835 \backslash
22836 sim
22837 \end_layout
22838
22839 \end_inset
22840 </cell>
22841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22842 \begin_inset Text
22843
22844 \begin_layout Plain Layout
22845 \begin_inset Formula $\sim$
22846 \end_inset
22847
22848
22849 \end_layout
22850
22851 \end_inset
22852 </cell>
22853 </row>
22854 <row>
22855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859
22860 \backslash
22861 simeq
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870 \begin_inset Formula $\simeq$
22871 \end_inset
22872
22873
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 </row>
22879 <row>
22880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22881 \begin_inset Text
22882
22883 \begin_layout Plain Layout
22884
22885 \backslash
22886 approx
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22892 \begin_inset Text
22893
22894 \begin_layout Plain Layout
22895 \begin_inset Formula $\approx$
22896 \end_inset
22897
22898
22899 \end_layout
22900
22901 \end_inset
22902 </cell>
22903 </row>
22904 <row>
22905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909
22910 \backslash
22911 cong
22912 \end_layout
22913
22914 \end_inset
22915 </cell>
22916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22917 \begin_inset Text
22918
22919 \begin_layout Plain Layout
22920 \begin_inset Formula $\cong$
22921 \end_inset
22922
22923
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 </row>
22929 <row>
22930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22931 \begin_inset Text
22932
22933 \begin_layout Plain Layout
22934
22935 \backslash
22936 bowtie
22937 \end_layout
22938
22939 \end_inset
22940 </cell>
22941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22942 \begin_inset Text
22943
22944 \begin_layout Plain Layout
22945 \begin_inset Formula $\bowtie$
22946 \end_inset
22947
22948
22949 \end_layout
22950
22951 \end_inset
22952 </cell>
22953 </row>
22954 <row>
22955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22956 \begin_inset Text
22957
22958 \begin_layout Plain Layout
22959
22960 \backslash
22961 notin
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970 \begin_inset Formula $\notin$
22971 \end_inset
22972
22973
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 </row>
22979 <row>
22980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22981 \begin_inset Text
22982
22983 \begin_layout Plain Layout
22984
22985 \backslash
22986 perp
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22992 \begin_inset Text
22993
22994 \begin_layout Plain Layout
22995 \begin_inset Formula $\perp$
22996 \end_inset
22997
22998
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 </row>
23004 <row>
23005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23006 \begin_inset Text
23007
23008 \begin_layout Plain Layout
23009
23010 \backslash
23011 propto
23012 \end_layout
23013
23014 \end_inset
23015 </cell>
23016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23017 \begin_inset Text
23018
23019 \begin_layout Plain Layout
23020 \begin_inset Formula $\propto$
23021 \end_inset
23022
23023
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 </row>
23029 <row>
23030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23031 \begin_inset Text
23032
23033 \begin_layout Plain Layout
23034
23035 \backslash
23036 asymp
23037 \end_layout
23038
23039 \end_inset
23040 </cell>
23041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23042 \begin_inset Text
23043
23044 \begin_layout Plain Layout
23045 \begin_inset Formula $\asymp$
23046 \end_inset
23047
23048
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 </row>
23054 <row>
23055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23056 \begin_inset Text
23057
23058 \begin_layout Plain Layout
23059
23060 \backslash
23061 doteq
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23067 \begin_inset Text
23068
23069 \begin_layout Plain Layout
23070 \begin_inset Formula $\doteq$
23071 \end_inset
23072
23073
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 </row>
23079 <row>
23080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23081 \begin_inset Text
23082
23083 \begin_layout Plain Layout
23084
23085 \backslash
23086 circeq
23087 \end_layout
23088
23089 \end_inset
23090 </cell>
23091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23092 \begin_inset Text
23093
23094 \begin_layout Plain Layout
23095 \begin_inset Formula $\circeq$
23096 \end_inset
23097
23098
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 </row>
23104 <row>
23105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23106 \begin_inset Text
23107
23108 \begin_layout Plain Layout
23109
23110 \backslash
23111 models
23112 \end_layout
23113
23114 \end_inset
23115 </cell>
23116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23117 \begin_inset Text
23118
23119 \begin_layout Plain Layout
23120 \begin_inset Formula $\models$
23121 \end_inset
23122
23123
23124 \end_layout
23125
23126 \end_inset
23127 </cell>
23128 </row>
23129 <row>
23130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134
23135 \backslash
23136 widehat=
23137 \end_layout
23138
23139 \end_inset
23140 </cell>
23141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23142 \begin_inset Text
23143
23144 \begin_layout Plain Layout
23145 \begin_inset Formula $\widehat{=}$
23146 \end_inset
23147
23148
23149 \end_layout
23150
23151 \end_inset
23152 </cell>
23153 </row>
23154 </lyxtabular>
23155
23156 \end_inset
23157
23158
23159 \begin_inset space \hfill{}
23160 \end_inset
23161
23162
23163 \begin_inset Tabular
23164 <lyxtabular version="3" rows="17" columns="2">
23165 <features rotate="0" tabularvalignment="middle">
23166 <column alignment="center" valignment="top" width="0pt">
23167 <column alignment="center" valignment="top" width="0pt">
23168 <row>
23169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173 Comando
23174 \end_layout
23175
23176 \end_inset
23177 </cell>
23178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23179 \begin_inset Text
23180
23181 \begin_layout Plain Layout
23182 Relación
23183 \end_layout
23184
23185 \end_inset
23186 </cell>
23187 </row>
23188 <row>
23189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23190 \begin_inset Text
23191
23192 \begin_layout Plain Layout
23193 >
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23199 \begin_inset Text
23200
23201 \begin_layout Plain Layout
23202 \begin_inset Formula $>$
23203 \end_inset
23204
23205
23206 \end_layout
23207
23208 \end_inset
23209 </cell>
23210 </row>
23211 <row>
23212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216
23217 \backslash
23218 ge
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23224 \begin_inset Text
23225
23226 \begin_layout Plain Layout
23227 \begin_inset Formula $\ge$
23228 \end_inset
23229
23230
23231 \end_layout
23232
23233 \end_inset
23234 </cell>
23235 </row>
23236 <row>
23237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241
23242 \backslash
23243 gg
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23249 \begin_inset Text
23250
23251 \begin_layout Plain Layout
23252 \begin_inset Formula $\gg$
23253 \end_inset
23254
23255
23256 \end_layout
23257
23258 \end_inset
23259 </cell>
23260 </row>
23261 <row>
23262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23263 \begin_inset Text
23264
23265 \begin_layout Plain Layout
23266
23267 \backslash
23268 succ
23269 \end_layout
23270
23271 \end_inset
23272 </cell>
23273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23274 \begin_inset Text
23275
23276 \begin_layout Plain Layout
23277 \begin_inset Formula $\succ$
23278 \end_inset
23279
23280
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 </row>
23286 <row>
23287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291
23292 \backslash
23293 succeq
23294 \end_layout
23295
23296 \end_inset
23297 </cell>
23298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23299 \begin_inset Text
23300
23301 \begin_layout Plain Layout
23302 \begin_inset Formula $\succeq$
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 </row>
23311 <row>
23312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316
23317 \backslash
23318 supset
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327 \begin_inset Formula $\supset$
23328 \end_inset
23329
23330
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 </row>
23336 <row>
23337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341
23342 \backslash
23343 supseteq
23344 \end_layout
23345
23346 \end_inset
23347 </cell>
23348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352 \begin_inset Formula $\supseteq$
23353 \end_inset
23354
23355
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 </row>
23361 <row>
23362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366
23367 \backslash
23368 sqsupseteq
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377 \begin_inset Formula $\sqsupseteq$
23378 \end_inset
23379
23380
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 </row>
23386 <row>
23387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391
23392 \backslash
23393 ni
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402 \begin_inset Formula $\ni$
23403 \end_inset
23404
23405
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 </row>
23411 <row>
23412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416
23417 \backslash
23418 dashv
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 \begin_inset Formula $\dashv$
23428 \end_inset
23429
23430
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 </row>
23436 <row>
23437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441
23442 \backslash
23443 frown
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23449 \begin_inset Text
23450
23451 \begin_layout Plain Layout
23452 \begin_inset Formula $\frown$
23453 \end_inset
23454
23455
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 </row>
23461 <row>
23462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23463 \begin_inset Text
23464
23465 \begin_layout Plain Layout
23466
23467 \backslash
23468 rhd
23469 \end_layout
23470
23471 \end_inset
23472 </cell>
23473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477 \begin_inset Formula $\rhd$
23478 \end_inset
23479
23480
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 </row>
23486 <row>
23487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491
23492 \backslash
23493 unrhd
23494 \end_layout
23495
23496 \end_inset
23497 </cell>
23498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23499 \begin_inset Text
23500
23501 \begin_layout Plain Layout
23502 \begin_inset Formula $\unrhd$
23503 \end_inset
23504
23505
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 </row>
23511 <row>
23512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516
23517 \backslash
23518 lessgtr
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527 \begin_inset Formula $\lessgtr$
23528 \end_inset
23529
23530
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 </row>
23536 <row>
23537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541
23542 \backslash
23543 parallel
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552 \begin_inset Formula $\parallel$
23553 \end_inset
23554
23555
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 </row>
23561 <row>
23562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566
23567 \backslash
23568 nparallel
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577 \begin_inset Formula $\nparallel$
23578 \end_inset
23579
23580
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 </row>
23586 </lyxtabular>
23587
23588 \end_inset
23589
23590
23591 \begin_inset space \hfill{}
23592 \end_inset
23593
23594
23595 \end_layout
23596
23597 \begin_layout Standard
23598 \begin_inset VSpace medskip
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \begin_layout Standard
23605 Los caracteres 
23606 \series bold
23607
23608 \backslash
23609 lhd
23610 \series default
23611  y 
23612 \series bold
23613
23614 \backslash
23615 rhd
23616 \series default
23617  son mayores que los operadores de aspecto similar 
23618 \series bold
23619
23620 \backslash
23621 triangleleft
23622 \series default
23623  y 
23624 \series bold
23625
23626 \backslash
23627 triangleright
23628 \series default
23629 , respectivamente.
23630 \end_layout
23631
23632 \begin_layout Standard
23633 Las relaciones, a diferencia de los símbolos, siempre se rodean de espacios.
23634 \end_layout
23635
23636 \begin_layout Standard
23637 Se pueden componer relaciones con etiquetas con el comando 
23638 \series bold
23639
23640 \backslash
23641 stackrel
23642 \series default
23643
23644 \begin_inset Index idx
23645 status collapsed
23646
23647 \begin_layout Plain Layout
23648 Comandos ! S ! 
23649 \backslash
23650 stackrel
23651 \end_layout
23652
23653 \end_inset
23654
23655 :
23656 \end_layout
23657
23658 \begin_layout Standard
23659 \align center
23660 \begin_inset Tabular
23661 <lyxtabular version="3" rows="2" columns="2">
23662 <features rotate="0" tabularvalignment="middle">
23663 <column alignment="center" valignment="top">
23664 <column alignment="center" valignment="top">
23665 <row>
23666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23667 \begin_inset Text
23668
23669 \begin_layout Plain Layout
23670 Comando
23671 \end_layout
23672
23673 \end_inset
23674 </cell>
23675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23676 \begin_inset Text
23677
23678 \begin_layout Plain Layout
23679 Resultado
23680 \begin_inset Note Note
23681 status collapsed
23682
23683 \begin_layout Plain Layout
23684
23685 \series bold
23686
23687 \backslash
23688 raisebox
23689 \series default
23690  se usa sólo como espaciador
23691 \end_layout
23692
23693 \end_inset
23694
23695
23696 \end_layout
23697
23698 \end_inset
23699 </cell>
23700 </row>
23701 <row>
23702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23703 \begin_inset Text
23704
23705 \begin_layout Plain Layout
23706 A(r)
23707 \backslash
23708 stackrel
23709 \begin_inset space \textvisiblespace{}
23710 \end_inset
23711
23712 r
23713 \backslash
23714 to
23715 \backslash
23716 infty
23717 \begin_inset space \textvisiblespace{}
23718 \end_inset
23719
23720
23721 \begin_inset Formula $\downarrow$
23722 \end_inset
23723
23724
23725 \backslash
23726 approx
23727 \begin_inset space \textvisiblespace{}
23728 \end_inset
23729
23730
23731 \begin_inset space \textvisiblespace{}
23732 \end_inset
23733
23734 B
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23744 \end_inset
23745
23746
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 </row>
23752 </lyxtabular>
23753
23754 \end_inset
23755
23756
23757 \end_layout
23758
23759 \begin_layout Section
23760 Funciones
23761 \end_layout
23762
23763 \begin_layout Subsection
23764 Funciones predefinidas
23765 \begin_inset CommandInset label
23766 LatexCommand label
23767 name "sub:Funciones-predefinidas"
23768
23769 \end_inset
23770
23771
23772 \begin_inset Index idx
23773 status collapsed
23774
23775 \begin_layout Plain Layout
23776 Funciones ! predefinidas
23777 \end_layout
23778
23779 \end_inset
23780
23781
23782 \begin_inset Index idx
23783 status collapsed
23784
23785 \begin_layout Plain Layout
23786 Funciones ! en español
23787 \end_layout
23788
23789 \end_inset
23790
23791
23792 \end_layout
23793
23794 \begin_layout Standard
23795 En general las variables se escriben en 
23796 \emph on
23797 cursiva
23798 \emph default
23799  en expresiones matemáticas, pero no los nombres de las funciones, porque
23800  
23801 \begin_inset Formula $sen$
23802 \end_inset
23803
23804  podría confundirse con 
23805 \begin_inset Formula $s\cdot e\cdot n$
23806 \end_inset
23807
23808 .
23809  Por eso hay funciones predefinidas, que además se separan un poco del factor
23810  precedente.
23811  Se insertan como comandos con una barra inversa delante de su nombre.
23812 \end_layout
23813
23814 \begin_layout Standard
23815 \align center
23816 \begin_inset Tabular
23817 <lyxtabular version="3" rows="2" columns="4">
23818 <features rotate="0" tabularvalignment="middle">
23819 <column alignment="center" valignment="top" width="0pt">
23820 <column alignment="center" valignment="top" width="0pt">
23821 <column alignment="center" valignment="top" width="0pt">
23822 <column alignment="center" valignment="top" width="0pt">
23823 <row>
23824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23825 \begin_inset Text
23826
23827 \begin_layout Plain Layout
23828 Comando
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837 Resultado
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846 Comando
23847 \end_layout
23848
23849 \end_inset
23850 </cell>
23851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855 Resultado
23856 \end_layout
23857
23858 \end_inset
23859 </cell>
23860 </row>
23861 <row>
23862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866 Asen(x)+B
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23872 \begin_inset Text
23873
23874 \begin_layout Plain Layout
23875 \begin_inset Formula $Asen(x)+B$
23876 \end_inset
23877
23878
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887 A
23888 \backslash
23889 sen(x)+B
23890 \end_layout
23891
23892 \end_inset
23893 </cell>
23894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898 \begin_inset Formula $A\sen(x)+B$
23899 \end_inset
23900
23901
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 </row>
23907 </lyxtabular>
23908
23909 \end_inset
23910
23911
23912 \end_layout
23913
23914 \begin_layout Standard
23915 Las funciones siguientes están predefinidas:
23916 \begin_inset Foot
23917 status collapsed
23918
23919 \begin_layout Plain Layout
23920 Se han añadido los comandos equivalentes proporcionados por el estilo 
23921 \series bold
23922 spanish
23923 \series default
23924  de 
23925 \series bold
23926 babel
23927 \series default
23928 .
23929  (Estos no están disponibles en el panel de funciones).
23930  Además, en su caso, las funciones serán acentuadas automáticamente en la
23931  salida, p.
23932 \begin_inset space \thinspace{}
23933 \end_inset
23934
23935 e.
23936  
23937 \begin_inset Quotes fld
23938 \end_inset
23939
23940 lím
23941 \begin_inset Quotes frd
23942 \end_inset
23943
23944  o 
23945 \begin_inset Quotes fld
23946 \end_inset
23947
23948 máx
23949 \begin_inset Quotes frd
23950 \end_inset
23951
23952 .
23953  Más información en 
23954 \begin_inset CommandInset citation
23955 LatexCommand cite
23956 key "spanish"
23957
23958 \end_inset
23959
23960 .
23961  (
23962 \emph on
23963 N.
23964 \begin_inset space \thinspace{}
23965 \end_inset
23966
23967 del t.
23968 \emph default
23969 )
23970 \end_layout
23971
23972 \end_inset
23973
23974
23975 \end_layout
23976
23977 \begin_layout Standard
23978 \begin_inset VSpace -2mm
23979 \end_inset
23980
23981
23982 \end_layout
23983
23984 \begin_layout Standard
23985 \align center
23986 \begin_inset Tabular
23987 <lyxtabular version="3" rows="9" columns="7">
23988 <features rotate="0" tabularvalignment="middle">
23989 <column alignment="center" valignment="top" width="0pt">
23990 <column alignment="center" valignment="top" width="0pt">
23991 <column alignment="center" valignment="top" width="0pt">
23992 <column alignment="center" valignment="top" width="0pt">
23993 <column alignment="center" valignment="top" width="0pt">
23994 <column alignment="center" valignment="top" width="0pt">
23995 <column alignment="center" valignment="top" width="0pt">
23996 <row>
23997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23998 \begin_inset Text
23999
24000 \begin_layout Plain Layout
24001 Comando
24002 \end_layout
24003
24004 \end_inset
24005 </cell>
24006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Plain Layout
24010 español
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019 Comando
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 español
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24034 \begin_inset Text
24035
24036 \begin_layout Plain Layout
24037 Comando
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046 español
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055 Comando
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 </row>
24061 <row>
24062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066
24067 \backslash
24068 sin
24069 \end_layout
24070
24071 \end_inset
24072 </cell>
24073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077
24078 \backslash
24079 sen
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088
24089 \backslash
24090 sinh
24091 \end_layout
24092
24093 \end_inset
24094 </cell>
24095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24096 \begin_inset Text
24097
24098 \begin_layout Plain Layout
24099
24100 \backslash
24101 senh
24102 \end_layout
24103
24104 \end_inset
24105 </cell>
24106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24107 \begin_inset Text
24108
24109 \begin_layout Plain Layout
24110
24111 \backslash
24112 arcsin
24113 \end_layout
24114
24115 \end_inset
24116 </cell>
24117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24118 \begin_inset Text
24119
24120 \begin_layout Plain Layout
24121
24122 \backslash
24123 arcsen
24124 \end_layout
24125
24126 \end_inset
24127 </cell>
24128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24129 \begin_inset Text
24130
24131 \begin_layout Plain Layout
24132
24133 \backslash
24134 sup
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 </row>
24140 <row>
24141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24142 \begin_inset Text
24143
24144 \begin_layout Plain Layout
24145
24146 \backslash
24147 cos
24148 \end_layout
24149
24150 \end_inset
24151 </cell>
24152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24153 \begin_inset Text
24154
24155 \begin_layout Plain Layout
24156
24157 \end_layout
24158
24159 \end_inset
24160 </cell>
24161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24162 \begin_inset Text
24163
24164 \begin_layout Plain Layout
24165
24166 \backslash
24167 cosh
24168 \end_layout
24169
24170 \end_inset
24171 </cell>
24172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24173 \begin_inset Text
24174
24175 \begin_layout Plain Layout
24176
24177 \end_layout
24178
24179 \end_inset
24180 </cell>
24181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24182 \begin_inset Text
24183
24184 \begin_layout Plain Layout
24185
24186 \backslash
24187 arccos
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205
24206 \backslash
24207 inf
24208 \end_layout
24209
24210 \end_inset
24211 </cell>
24212 </row>
24213 <row>
24214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Plain Layout
24218
24219 \backslash
24220 tan
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229
24230 \backslash
24231 tg
24232 \end_layout
24233
24234 \end_inset
24235 </cell>
24236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24237 \begin_inset Text
24238
24239 \begin_layout Plain Layout
24240
24241 \backslash
24242 tanh
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24248 \begin_inset Text
24249
24250 \begin_layout Plain Layout
24251
24252 \backslash
24253 tgh
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262
24263 \backslash
24264 arctan
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24270 \begin_inset Text
24271
24272 \begin_layout Plain Layout
24273
24274 \backslash
24275 arctg
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24281 \begin_inset Text
24282
24283 \begin_layout Plain Layout
24284
24285 \backslash
24286 lim
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 </row>
24292 <row>
24293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24294 \begin_inset Text
24295
24296 \begin_layout Plain Layout
24297
24298 \backslash
24299 cot
24300 \end_layout
24301
24302 \end_inset
24303 </cell>
24304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308
24309 \backslash
24310 cotg
24311 \end_layout
24312
24313 \end_inset
24314 </cell>
24315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319
24320 \backslash
24321 coth
24322 \end_layout
24323
24324 \end_inset
24325 </cell>
24326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24327 \begin_inset Text
24328
24329 \begin_layout Plain Layout
24330
24331 \end_layout
24332
24333 \end_inset
24334 </cell>
24335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Plain Layout
24339
24340 \backslash
24341 arg
24342 \end_layout
24343
24344 \end_inset
24345 </cell>
24346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24347 \begin_inset Text
24348
24349 \begin_layout Plain Layout
24350
24351 \end_layout
24352
24353 \end_inset
24354 </cell>
24355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24356 \begin_inset Text
24357
24358 \begin_layout Plain Layout
24359
24360 \backslash
24361 liminf
24362 \end_layout
24363
24364 \end_inset
24365 </cell>
24366 </row>
24367 <row>
24368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24369 \begin_inset Text
24370
24371 \begin_layout Plain Layout
24372
24373 \backslash
24374 sec
24375 \end_layout
24376
24377 \end_inset
24378 </cell>
24379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24380 \begin_inset Text
24381
24382 \begin_layout Plain Layout
24383
24384 \end_layout
24385
24386 \end_inset
24387 </cell>
24388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24389 \begin_inset Text
24390
24391 \begin_layout Plain Layout
24392
24393 \backslash
24394 min
24395 \end_layout
24396
24397 \end_inset
24398 </cell>
24399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412
24413 \backslash
24414 deg
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432
24433 \backslash
24434 limsup
24435 \end_layout
24436
24437 \end_inset
24438 </cell>
24439 </row>
24440 <row>
24441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24442 \begin_inset Text
24443
24444 \begin_layout Plain Layout
24445
24446 \backslash
24447 csc
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24453 \begin_inset Text
24454
24455 \begin_layout Plain Layout
24456
24457 \backslash
24458 cosec
24459 \end_layout
24460
24461 \end_inset
24462 </cell>
24463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24464 \begin_inset Text
24465
24466 \begin_layout Plain Layout
24467
24468 \backslash
24469 max
24470 \end_layout
24471
24472 \end_inset
24473 </cell>
24474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478
24479 \end_layout
24480
24481 \end_inset
24482 </cell>
24483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24484 \begin_inset Text
24485
24486 \begin_layout Plain Layout
24487
24488 \backslash
24489 det
24490 \end_layout
24491
24492 \end_inset
24493 </cell>
24494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24495 \begin_inset Text
24496
24497 \begin_layout Plain Layout
24498
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Plain Layout
24507
24508 \backslash
24509 Pr
24510 \end_layout
24511
24512 \end_inset
24513 </cell>
24514 </row>
24515 <row>
24516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24517 \begin_inset Text
24518
24519 \begin_layout Plain Layout
24520
24521 \backslash
24522 ln
24523 \end_layout
24524
24525 \end_inset
24526 </cell>
24527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24528 \begin_inset Text
24529
24530 \begin_layout Plain Layout
24531
24532 \end_layout
24533
24534 \end_inset
24535 </cell>
24536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24537 \begin_inset Text
24538
24539 \begin_layout Plain Layout
24540
24541 \backslash
24542 exp
24543 \end_layout
24544
24545 \end_inset
24546 </cell>
24547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24548 \begin_inset Text
24549
24550 \begin_layout Plain Layout
24551
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560
24561 \backslash
24562 dim
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571
24572 \end_layout
24573
24574 \end_inset
24575 </cell>
24576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24577 \begin_inset Text
24578
24579 \begin_layout Plain Layout
24580
24581 \backslash
24582 hom
24583 \end_layout
24584
24585 \end_inset
24586 </cell>
24587 </row>
24588 <row>
24589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Plain Layout
24593
24594 \backslash
24595 lg
24596 \end_layout
24597
24598 \end_inset
24599 </cell>
24600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24601 \begin_inset Text
24602
24603 \begin_layout Plain Layout
24604
24605 \end_layout
24606
24607 \end_inset
24608 </cell>
24609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24610 \begin_inset Text
24611
24612 \begin_layout Plain Layout
24613
24614 \backslash
24615 log
24616 \end_layout
24617
24618 \end_inset
24619 </cell>
24620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24621 \begin_inset Text
24622
24623 \begin_layout Plain Layout
24624
24625 \end_layout
24626
24627 \end_inset
24628 </cell>
24629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24630 \begin_inset Text
24631
24632 \begin_layout Plain Layout
24633
24634 \backslash
24635 ker
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
24645 \end_layout
24646
24647 \end_inset
24648 </cell>
24649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24650 \begin_inset Text
24651
24652 \begin_layout Plain Layout
24653
24654 \backslash
24655 gcd
24656 \end_layout
24657
24658 \end_inset
24659 </cell>
24660 </row>
24661 </lyxtabular>
24662
24663 \end_inset
24664
24665
24666 \end_layout
24667
24668 \begin_layout Standard
24669 También se pueden insertar con el botón 
24670 \begin_inset Graphics
24671         filename ../../images/math/functions.png
24672         scale 85
24673
24674 \end_inset
24675
24676  de la barra de ecuaciones.
24677 \end_layout
24678
24679 \begin_layout Subsection
24680 Funciones definidas por el usuario
24681 \begin_inset Index idx
24682 status collapsed
24683
24684 \begin_layout Plain Layout
24685 Funciones ! personalizadas
24686 \end_layout
24687
24688 \end_inset
24689
24690
24691 \end_layout
24692
24693 \begin_layout Standard
24694 Para usar una función no predefinida, como por ejemplo la función signo,
24695  sgn(x), hay dos posibilidades:
24696 \end_layout
24697
24698 \begin_layout Itemize
24699 Define la función añadiendo al preámbulo LaTeX la línea
24700 \begin_inset Foot
24701 status collapsed
24702
24703 \begin_layout Plain Layout
24704 Más sobre 
24705 \series bold
24706
24707 \backslash
24708 DeclareMathOperator
24709 \series default
24710  en 
24711 \begin_inset CommandInset ref
24712 LatexCommand ref
24713 reference "sub:Operadores-de-usuario"
24714
24715 \end_inset
24716
24717
24718 \end_layout
24719
24720 \end_inset
24721
24722
24723 \begin_inset Newline newline
24724 \end_inset
24725
24726
24727 \begin_inset VSpace -3mm
24728 \end_inset
24729
24730
24731 \begin_inset Newline newline
24732 \end_inset
24733
24734
24735 \series bold
24736
24737 \backslash
24738 DeclareMathOperator{
24739 \backslash
24740 sgn}{sgn}
24741 \series default
24742
24743 \begin_inset Index idx
24744 status collapsed
24745
24746 \begin_layout Plain Layout
24747 Comandos ! D ! 
24748 \backslash
24749 dbinom@
24750 \backslash
24751 DeclareMathOperator
24752 \end_layout
24753
24754 \end_inset
24755
24756
24757 \begin_inset Newline newline
24758 \end_inset
24759
24760
24761 \begin_inset VSpace -2mm
24762 \end_inset
24763
24764
24765 \begin_inset Newline newline
24766 \end_inset
24767
24768 Ahora la función recién definida se puede obtener con el comando 
24769 \series bold
24770
24771 \backslash
24772 sgn
24773 \series default
24774 .
24775 \end_layout
24776
24777 \begin_layout Itemize
24778 Escribe la ecuación de la forma habitual, marca el nombre de la ecuación,
24779  en nuestro ejemplo las letras 
24780 \emph on
24781 sgn
24782 \emph default
24783 , y cámbialo a texto matemático.
24784  Entre el factor precedente y la función se inserta un espacio.
24785 \end_layout
24786
24787 \begin_layout Standard
24788 El resultado con ambos métodos es el mismo que con una función predefinida:
24789 \begin_inset Foot
24790 status collapsed
24791
24792 \begin_layout Plain Layout
24793 En LyX, las funciones personalizadas se ven en rojo, las predefinidas en
24794  negro.
24795 \end_layout
24796
24797 \end_inset
24798
24799
24800 \end_layout
24801
24802 \begin_layout Standard
24803 \align center
24804 \begin_inset Tabular
24805 <lyxtabular version="3" rows="3" columns="2">
24806 <features rotate="0" tabularvalignment="middle">
24807 <column alignment="center" valignment="top" width="0pt">
24808 <column alignment="center" valignment="top" width="0pt">
24809 <row>
24810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24811 \begin_inset Text
24812
24813 \begin_layout Plain Layout
24814 Comando
24815 \end_layout
24816
24817 \end_inset
24818 </cell>
24819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24820 \begin_inset Text
24821
24822 \begin_layout Plain Layout
24823 Resultado
24824 \end_layout
24825
24826 \end_inset
24827 </cell>
24828 </row>
24829 <row>
24830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24831 \begin_inset Text
24832
24833 \begin_layout Plain Layout
24834 A
24835 \backslash
24836 sgn(x)+B
24837 \end_layout
24838
24839 \end_inset
24840 </cell>
24841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24842 \begin_inset Text
24843
24844 \begin_layout Plain Layout
24845 \begin_inset Formula $A\sgn(x)+B$
24846 \end_inset
24847
24848
24849 \end_layout
24850
24851 \end_inset
24852 </cell>
24853 </row>
24854 <row>
24855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24856 \begin_inset Text
24857
24858 \begin_layout Plain Layout
24859 A
24860 \backslash
24861 ,
24862 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\mathsf{Alt+M\, M}}$
24863 \end_inset
24864
24865 (x)+B
24866 \end_layout
24867
24868 \end_inset
24869 </cell>
24870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874 \begin_inset Formula $A\,\mbox{sgn}(x)+B$
24875 \end_inset
24876
24877
24878 \end_layout
24879
24880 \end_inset
24881 </cell>
24882 </row>
24883 </lyxtabular>
24884
24885 \end_inset
24886
24887
24888 \end_layout
24889
24890 \begin_layout Standard
24891 El primer método es preferible si la función se va a usar varias veces.
24892 \end_layout
24893
24894 \begin_layout Standard
24895 \noindent
24896 \align center
24897 \begin_inset Newpage newpage
24898 \end_inset
24899
24900
24901 \end_layout
24902
24903 \begin_layout Subsection
24904 Límites
24905 \begin_inset Index idx
24906 status collapsed
24907
24908 \begin_layout Plain Layout
24909 Limites@Límites
24910 \end_layout
24911
24912 \end_inset
24913
24914
24915 \end_layout
24916
24917 \begin_layout Standard
24918 Para límites, además de 
24919 \series bold
24920
24921 \backslash
24922 lim
24923 \series default
24924
24925 \begin_inset Index idx
24926 status collapsed
24927
24928 \begin_layout Plain Layout
24929 Comandos ! L ! 
24930 \backslash
24931 lim
24932 \end_layout
24933
24934 \end_inset
24935
24936
24937 \series bold
24938
24939 \backslash
24940 liminf
24941 \series default
24942  y 
24943 \series bold
24944
24945 \backslash
24946 limsup
24947 \series default
24948  están definidas las siguientes funciones:
24949 \series bold
24950  
24951 \end_layout
24952
24953 \begin_layout Standard
24954 \noindent
24955 \align center
24956 \begin_inset Tabular
24957 <lyxtabular version="3" rows="5" columns="2">
24958 <features rotate="0" tabularvalignment="middle">
24959 <column alignment="center" valignment="top">
24960 <column alignment="center" valignment="top">
24961 <row>
24962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24963 \begin_inset Text
24964
24965 \begin_layout Plain Layout
24966 Comando
24967 \end_layout
24968
24969 \end_inset
24970 </cell>
24971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24972 \begin_inset Text
24973
24974 \begin_layout Plain Layout
24975 Resultado
24976 \begin_inset Note Note
24977 status collapsed
24978
24979 \begin_layout Plain Layout
24980
24981 \series bold
24982
24983 \backslash
24984 raisebox
24985 \series default
24986  se usa sólo como espaciador
24987 \end_layout
24988
24989 \end_inset
24990
24991
24992 \end_layout
24993
24994 \end_inset
24995 </cell>
24996 </row>
24997 <row>
24998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24999 \begin_inset Text
25000
25001 \begin_layout Plain Layout
25002
25003 \backslash
25004 varliminf
25005 \end_layout
25006
25007 \end_inset
25008 </cell>
25009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25010 \begin_inset Text
25011
25012 \begin_layout Plain Layout
25013 \begin_inset Formula $\varliminf$
25014 \end_inset
25015
25016
25017 \end_layout
25018
25019 \end_inset
25020 </cell>
25021 </row>
25022 <row>
25023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25024 \begin_inset Text
25025
25026 \begin_layout Plain Layout
25027
25028 \backslash
25029 varlimsup
25030 \end_layout
25031
25032 \end_inset
25033 </cell>
25034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25035 \begin_inset Text
25036
25037 \begin_layout Plain Layout
25038 \begin_inset Formula $\varlimsup$
25039 \end_inset
25040
25041
25042 \end_layout
25043
25044 \end_inset
25045 </cell>
25046 </row>
25047 <row>
25048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25049 \begin_inset Text
25050
25051 \begin_layout Plain Layout
25052
25053 \backslash
25054 varprojlim
25055 \end_layout
25056
25057 \end_inset
25058 </cell>
25059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25060 \begin_inset Text
25061
25062 \begin_layout Plain Layout
25063 \begin_inset Formula $\varprojlim$
25064 \end_inset
25065
25066
25067 \end_layout
25068
25069 \end_inset
25070 </cell>
25071 </row>
25072 <row>
25073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25074 \begin_inset Text
25075
25076 \begin_layout Plain Layout
25077
25078 \backslash
25079 varinjlim
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25085 \begin_inset Text
25086
25087 \begin_layout Plain Layout
25088 \begin_inset Formula $\varinjlim$
25089 \end_inset
25090
25091
25092 \begin_inset Formula $\raisebox{-2.5mm}{}$
25093 \end_inset
25094
25095
25096 \end_layout
25097
25098 \end_inset
25099 </cell>
25100 </row>
25101 </lyxtabular>
25102
25103 \end_inset
25104
25105
25106 \end_layout
25107
25108 \begin_layout Standard
25109 \begin_inset VSpace medskip
25110 \end_inset
25111
25112
25113 \end_layout
25114
25115 \begin_layout Standard
25116 El límite se crea insertando un subíndice.
25117  Se imprime a la derecha junto a la función en una fórmula en línea:
25118 \end_layout
25119
25120 \begin_layout Standard
25121 \noindent
25122 \align center
25123 \begin_inset Tabular
25124 <lyxtabular version="3" rows="2" columns="2">
25125 <features rotate="0" tabularvalignment="middle">
25126 <column alignment="center" valignment="top" width="0pt">
25127 <column alignment="center" valignment="top" width="0pt">
25128 <row>
25129 <cell alignment="center" valignment="top" usebox="none">
25130 \begin_inset Text
25131
25132 \begin_layout Plain Layout
25133 Comando
25134 \end_layout
25135
25136 \end_inset
25137 </cell>
25138 <cell alignment="center" valignment="top" usebox="none">
25139 \begin_inset Text
25140
25141 \begin_layout Plain Layout
25142 \begin_inset space \hspace{}
25143 \length 1cm
25144 \end_inset
25145
25146 Resultado
25147 \begin_inset Note Note
25148 status collapsed
25149
25150 \begin_layout Plain Layout
25151
25152 \series bold
25153
25154 \backslash
25155 raisebox
25156 \series default
25157  se usa sólo como espaciador
25158 \end_layout
25159
25160 \end_inset
25161
25162
25163 \end_layout
25164
25165 \end_inset
25166 </cell>
25167 </row>
25168 <row>
25169 <cell alignment="center" valignment="top" usebox="none">
25170 \begin_inset Text
25171
25172 \begin_layout Plain Layout
25173
25174 \backslash
25175 lim_x
25176 \backslash
25177 to
25178 \begin_inset space \textvisiblespace{}
25179 \end_inset
25180
25181 A
25182 \begin_inset space \textvisiblespace{}
25183 \end_inset
25184
25185 x=B
25186 \end_layout
25187
25188 \end_inset
25189 </cell>
25190 <cell alignment="center" valignment="top" usebox="none">
25191 \begin_inset Text
25192
25193 \begin_layout Plain Layout
25194 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\rightarrow A}x=B$
25195 \end_inset
25196
25197
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 </row>
25203 </lyxtabular>
25204
25205 \end_inset
25206
25207
25208 \end_layout
25209
25210 \begin_layout Standard
25211 En una ecuación presentada el límite se imprime debajo, como es habitual:
25212 \begin_inset Formula 
25213 \[
25214 \lim\limits _{x\rightarrow A}=B
25215 \]
25216
25217 \end_inset
25218
25219
25220 \end_layout
25221
25222 \begin_layout Subsection
25223 Función módulo
25224 \begin_inset Index idx
25225 status collapsed
25226
25227 \begin_layout Plain Layout
25228 Funciones ! módulo
25229 \end_layout
25230
25231 \end_inset
25232
25233
25234 \end_layout
25235
25236 \begin_layout Standard
25237 La función módulo es especial, porque existe en cuatro variantes.
25238 \end_layout
25239
25240 \begin_layout Standard
25241 En una ecuación presentada:
25242 \begin_inset Formula 
25243 \begin{align*}
25244 \underline{\textrm{Comando}} &  & \underline{\textrm{Resultado}}\\
25245 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25246 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25247 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25248 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25249 \end{align*}
25250
25251 \end_inset
25252
25253 En una ecuación en línea se pone menos espacio delante del nombre de la
25254  función para todas las variantes.
25255  Por omisión, las funciones módulo solo tienen en cuenta el primer carácter
25256  siguente.
25257  Para aplicarlas a más de un carácter hay que poner estos entre llaves TeX:
25258 \begin_inset Formula 
25259 \begin{align*}
25260 \underline{\textrm{Comando}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Resultado}}\\
25261 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25262 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25263 \end{align*}
25264
25265 \end_inset
25266
25267
25268 \end_layout
25269
25270 \begin_layout Section
25271 Caracteres especiales
25272 \begin_inset Index idx
25273 status collapsed
25274
25275 \begin_layout Plain Layout
25276 Caracteres especiales
25277 \end_layout
25278
25279 \end_inset
25280
25281
25282 \end_layout
25283
25284 \begin_layout Subsection
25285 Caracteres especiales en texto matemático
25286 \end_layout
25287
25288 \begin_layout Standard
25289 Los siguientes comandos sólo se pueden usar en texto matemático o en modo
25290  TeX:
25291 \end_layout
25292
25293 \begin_layout Standard
25294 \begin_inset space \hfill{}
25295 \end_inset
25296
25297
25298 \begin_inset Tabular
25299 <lyxtabular version="3" rows="8" columns="2">
25300 <features rotate="0" tabularvalignment="middle">
25301 <column alignment="block" valignment="top">
25302 <column alignment="block" valignment="top">
25303 <row>
25304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25305 \begin_inset Text
25306
25307 \begin_layout Plain Layout
25308 Comando
25309 \end_layout
25310
25311 \end_inset
25312 </cell>
25313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25314 \begin_inset Text
25315
25316 \begin_layout Plain Layout
25317 Resultado
25318 \end_layout
25319
25320 \end_inset
25321 </cell>
25322 </row>
25323 <row>
25324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25325 \begin_inset Text
25326
25327 \begin_layout Plain Layout
25328
25329 \backslash
25330 oe
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Plain Layout
25339 \begin_inset Formula $\textrm{œ}$
25340 \end_inset
25341
25342
25343 \end_layout
25344
25345 \end_inset
25346 </cell>
25347 </row>
25348 <row>
25349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25350 \begin_inset Text
25351
25352 \begin_layout Plain Layout
25353
25354 \backslash
25355 OE
25356 \end_layout
25357
25358 \end_inset
25359 </cell>
25360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25361 \begin_inset Text
25362
25363 \begin_layout Plain Layout
25364 \begin_inset Formula $\textrm{Œ}$
25365 \end_inset
25366
25367
25368 \end_layout
25369
25370 \end_inset
25371 </cell>
25372 </row>
25373 <row>
25374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25375 \begin_inset Text
25376
25377 \begin_layout Plain Layout
25378
25379 \backslash
25380 ae
25381 \end_layout
25382
25383 \end_inset
25384 </cell>
25385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Plain Layout
25389 \begin_inset Formula $\textrm{æ}$
25390 \end_inset
25391
25392
25393 \end_layout
25394
25395 \end_inset
25396 </cell>
25397 </row>
25398 <row>
25399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25400 \begin_inset Text
25401
25402 \begin_layout Plain Layout
25403
25404 \backslash
25405 AE
25406 \end_layout
25407
25408 \end_inset
25409 </cell>
25410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25411 \begin_inset Text
25412
25413 \begin_layout Plain Layout
25414 \begin_inset Formula $\textrm{Æ}$
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \end_inset
25421 </cell>
25422 </row>
25423 <row>
25424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25425 \begin_inset Text
25426
25427 \begin_layout Plain Layout
25428
25429 \backslash
25430 aa
25431 \end_layout
25432
25433 \end_inset
25434 </cell>
25435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439 \begin_inset Formula $\textrm{\aa}$
25440 \end_inset
25441
25442
25443 \end_layout
25444
25445 \end_inset
25446 </cell>
25447 </row>
25448 <row>
25449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25450 \begin_inset Text
25451
25452 \begin_layout Plain Layout
25453
25454 \backslash
25455 AA
25456 \begin_inset Index idx
25457 status collapsed
25458
25459 \begin_layout Plain Layout
25460
25461 \backslash
25462 @
25463 \begin_inset ERT
25464 status collapsed
25465
25466 \begin_layout Plain Layout
25467
25468
25469 \backslash
25470 textrm{
25471 \backslash
25472 AA}
25473 \end_layout
25474
25475 \end_inset
25476
25477
25478 \end_layout
25479
25480 \end_inset
25481
25482
25483 \end_layout
25484
25485 \end_inset
25486 </cell>
25487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25488 \begin_inset Text
25489
25490 \begin_layout Plain Layout
25491 \begin_inset Formula $\textrm{Å}$
25492 \end_inset
25493
25494
25495 \end_layout
25496
25497 \end_inset
25498 </cell>
25499 </row>
25500 <row>
25501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25502 \begin_inset Text
25503
25504 \begin_layout Plain Layout
25505
25506 \backslash
25507 i
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Plain Layout
25516 \begin_inset Formula $\textrm{ı}$
25517 \end_inset
25518
25519
25520 \end_layout
25521
25522 \end_inset
25523 </cell>
25524 </row>
25525 </lyxtabular>
25526
25527 \end_inset
25528
25529
25530 \begin_inset space \hfill{}
25531 \end_inset
25532
25533
25534 \begin_inset Tabular
25535 <lyxtabular version="3" rows="8" columns="2">
25536 <features rotate="0" tabularvalignment="middle">
25537 <column alignment="block" valignment="top">
25538 <column alignment="center" valignment="top">
25539 <row>
25540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25541 \begin_inset Text
25542
25543 \begin_layout Plain Layout
25544 Comando
25545 \begin_inset Note Note
25546 status collapsed
25547
25548 \begin_layout Plain Layout
25549
25550 \series bold
25551
25552 \backslash
25553 raisebox
25554 \series default
25555  se usa sólo como espaciador
25556 \end_layout
25557
25558 \end_inset
25559
25560
25561 \end_layout
25562
25563 \end_inset
25564 </cell>
25565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25566 \begin_inset Text
25567
25568 \begin_layout Plain Layout
25569 Resultado
25570 \end_layout
25571
25572 \end_inset
25573 </cell>
25574 </row>
25575 <row>
25576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25577 \begin_inset Text
25578
25579 \begin_layout Plain Layout
25580
25581 \backslash
25582 o
25583 \end_layout
25584
25585 \end_inset
25586 </cell>
25587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25588 \begin_inset Text
25589
25590 \begin_layout Plain Layout
25591 \begin_inset Formula $\textrm{ø}$
25592 \end_inset
25593
25594
25595 \end_layout
25596
25597 \end_inset
25598 </cell>
25599 </row>
25600 <row>
25601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25602 \begin_inset Text
25603
25604 \begin_layout Plain Layout
25605
25606 \backslash
25607 O
25608 \end_layout
25609
25610 \end_inset
25611 </cell>
25612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25613 \begin_inset Text
25614
25615 \begin_layout Plain Layout
25616 \begin_inset Formula $\textrm{Ø}$
25617 \end_inset
25618
25619
25620 \end_layout
25621
25622 \end_inset
25623 </cell>
25624 </row>
25625 <row>
25626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25627 \begin_inset Text
25628
25629 \begin_layout Plain Layout
25630
25631 \backslash
25632 l
25633 \end_layout
25634
25635 \end_inset
25636 </cell>
25637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25638 \begin_inset Text
25639
25640 \begin_layout Plain Layout
25641 \begin_inset Formula $\textrm{ł}$
25642 \end_inset
25643
25644
25645 \end_layout
25646
25647 \end_inset
25648 </cell>
25649 </row>
25650 <row>
25651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25652 \begin_inset Text
25653
25654 \begin_layout Plain Layout
25655
25656 \backslash
25657 L
25658 \end_layout
25659
25660 \end_inset
25661 </cell>
25662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25663 \begin_inset Text
25664
25665 \begin_layout Plain Layout
25666 \begin_inset Formula $\textrm{Ł}$
25667 \end_inset
25668
25669
25670 \end_layout
25671
25672 \end_inset
25673 </cell>
25674 </row>
25675 <row>
25676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25677 \begin_inset Text
25678
25679 \begin_layout Plain Layout
25680 !
25681 \begin_inset space \hspace{}
25682 \length 0mm
25683 \end_inset
25684
25685 `
25686 \begin_inset space \textvisiblespace{}
25687 \end_inset
25688
25689
25690 \end_layout
25691
25692 \end_inset
25693 </cell>
25694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25695 \begin_inset Text
25696
25697 \begin_layout Plain Layout
25698 \begin_inset Formula $\textrm{!`}$
25699 \end_inset
25700
25701
25702 \end_layout
25703
25704 \end_inset
25705 </cell>
25706 </row>
25707 <row>
25708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25709 \begin_inset Text
25710
25711 \begin_layout Plain Layout
25712 ?
25713 \begin_inset space \hspace{}
25714 \length 0mm
25715 \end_inset
25716
25717 `
25718 \begin_inset space \textvisiblespace{}
25719 \end_inset
25720
25721
25722 \end_layout
25723
25724 \end_inset
25725 </cell>
25726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25727 \begin_inset Text
25728
25729 \begin_layout Plain Layout
25730 \begin_inset Formula $\textrm{?`}$
25731 \end_inset
25732
25733
25734 \end_layout
25735
25736 \end_inset
25737 </cell>
25738 </row>
25739 <row>
25740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25741 \begin_inset Text
25742
25743 \begin_layout Plain Layout
25744
25745 \backslash
25746 j
25747 \end_layout
25748
25749 \end_inset
25750 </cell>
25751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25752 \begin_inset Text
25753
25754 \begin_layout Plain Layout
25755 \begin_inset Formula $\textrm{ȷ}$
25756 \end_inset
25757
25758
25759 \end_layout
25760
25761 \end_inset
25762 </cell>
25763 </row>
25764 </lyxtabular>
25765
25766 \end_inset
25767
25768
25769 \begin_inset space \hfill{}
25770 \end_inset
25771
25772
25773 \end_layout
25774
25775 \begin_layout Standard
25776 Los caracteres 
25777 \begin_inset Formula $\textrm{\textrm{Å}}$
25778 \end_inset
25779
25780  y 
25781 \begin_inset Formula $\textrm{\textrm{Ø}}$
25782 \end_inset
25783
25784  también se pueden insertar mediante el botón 
25785 \begin_inset Graphics
25786         filename ../../images/math/digamma.png
25787         scale 85
25788
25789 \end_inset
25790
25791  de la barra de ecuaciones.
25792 \end_layout
25793
25794 \begin_layout Standard
25795 Los comandos 
25796 \series bold
25797 !
25798 \begin_inset space \hspace{}
25799 \length 0mm
25800 \end_inset
25801
25802 `
25803 \series default
25804  y 
25805 \series bold
25806 ?
25807 \begin_inset space \hspace{}
25808 \length 0mm
25809 \end_inset
25810
25811 `
25812 \series default
25813  son una excepción porque se pueden insertar directamente a texto en LyX.
25814  
25815 \end_layout
25816
25817 \begin_layout Subsection
25818 Acentos en texto
25819 \begin_inset CommandInset label
25820 LatexCommand label
25821 name "sub:Acentos-en-texto"
25822
25823 \end_inset
25824
25825
25826 \begin_inset Index idx
25827 status collapsed
25828
25829 \begin_layout Plain Layout
25830 Acentos ! en texto
25831 \end_layout
25832
25833 \end_inset
25834
25835
25836 \end_layout
25837
25838 \begin_layout Standard
25839 Con los siguientes comandos se pueden acentuar todas las letras.
25840  Los comandos deben ponerse en modo TeX.
25841 \end_layout
25842
25843 \begin_layout Standard
25844 \begin_inset space \hfill{}
25845 \end_inset
25846
25847
25848 \begin_inset Tabular
25849 <lyxtabular version="3" rows="8" columns="2">
25850 <features rotate="0" tabularvalignment="middle">
25851 <column alignment="block" valignment="top">
25852 <column alignment="block" valignment="top">
25853 <row>
25854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25855 \begin_inset Text
25856
25857 \begin_layout Plain Layout
25858 Comando
25859 \end_layout
25860
25861 \end_inset
25862 </cell>
25863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25864 \begin_inset Text
25865
25866 \begin_layout Plain Layout
25867 Resultado
25868 \end_layout
25869
25870 \end_inset
25871 </cell>
25872 </row>
25873 <row>
25874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25875 \begin_inset Text
25876
25877 \begin_layout Plain Layout
25878
25879 \backslash
25880
25881 \begin_inset Quotes grd
25882 \end_inset
25883
25884 e
25885 \end_layout
25886
25887 \end_inset
25888 </cell>
25889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25890 \begin_inset Text
25891
25892 \begin_layout Plain Layout
25893 \begin_inset ERT
25894 status collapsed
25895
25896 \begin_layout Plain Layout
25897
25898
25899 \backslash
25900 "e
25901 \end_layout
25902
25903 \end_inset
25904
25905
25906 \end_layout
25907
25908 \end_inset
25909 </cell>
25910 </row>
25911 <row>
25912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25913 \begin_inset Text
25914
25915 \begin_layout Plain Layout
25916
25917 \backslash
25918 `e
25919 \end_layout
25920
25921 \end_inset
25922 </cell>
25923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25924 \begin_inset Text
25925
25926 \begin_layout Plain Layout
25927 \begin_inset ERT
25928 status collapsed
25929
25930 \begin_layout Plain Layout
25931
25932
25933 \backslash
25934 `e
25935 \end_layout
25936
25937 \end_inset
25938
25939
25940 \end_layout
25941
25942 \end_inset
25943 </cell>
25944 </row>
25945 <row>
25946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25947 \begin_inset Text
25948
25949 \begin_layout Plain Layout
25950
25951 \backslash
25952 ^
25953 \begin_inset space \textvisiblespace{}
25954 \end_inset
25955
25956 e
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 ERT
25966 status collapsed
25967
25968 \begin_layout Plain Layout
25969
25970
25971 \backslash
25972 ^e
25973 \end_layout
25974
25975 \end_inset
25976
25977
25978 \end_layout
25979
25980 \end_inset
25981 </cell>
25982 </row>
25983 <row>
25984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25985 \begin_inset Text
25986
25987 \begin_layout Plain Layout
25988
25989 \backslash
25990 =e
25991 \end_layout
25992
25993 \end_inset
25994 </cell>
25995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25996 \begin_inset Text
25997
25998 \begin_layout Plain Layout
25999 \begin_inset ERT
26000 status collapsed
26001
26002 \begin_layout Plain Layout
26003
26004
26005 \backslash
26006 =e
26007 \end_layout
26008
26009 \end_inset
26010
26011
26012 \end_layout
26013
26014 \end_inset
26015 </cell>
26016 </row>
26017 <row>
26018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26019 \begin_inset Text
26020
26021 \begin_layout Plain Layout
26022
26023 \backslash
26024 u
26025 \begin_inset space \textvisiblespace{}
26026 \end_inset
26027
26028 e
26029 \end_layout
26030
26031 \end_inset
26032 </cell>
26033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26034 \begin_inset Text
26035
26036 \begin_layout Plain Layout
26037 \begin_inset ERT
26038 status collapsed
26039
26040 \begin_layout Plain Layout
26041
26042
26043 \backslash
26044 u e
26045 \end_layout
26046
26047 \end_inset
26048
26049
26050 \end_layout
26051
26052 \end_inset
26053 </cell>
26054 </row>
26055 <row>
26056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26057 \begin_inset Text
26058
26059 \begin_layout Plain Layout
26060
26061 \backslash
26062 b
26063 \begin_inset space \textvisiblespace{}
26064 \end_inset
26065
26066 e
26067 \end_layout
26068
26069 \end_inset
26070 </cell>
26071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26072 \begin_inset Text
26073
26074 \begin_layout Plain Layout
26075 \begin_inset ERT
26076 status collapsed
26077
26078 \begin_layout Plain Layout
26079
26080
26081 \backslash
26082 b e
26083 \end_layout
26084
26085 \end_inset
26086
26087
26088 \end_layout
26089
26090 \end_inset
26091 </cell>
26092 </row>
26093 <row>
26094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26095 \begin_inset Text
26096
26097 \begin_layout Plain Layout
26098
26099 \backslash
26100 t
26101 \begin_inset space \textvisiblespace{}
26102 \end_inset
26103
26104 ee
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Plain Layout
26113 \begin_inset ERT
26114 status collapsed
26115
26116 \begin_layout Plain Layout
26117
26118
26119 \backslash
26120 t ee
26121 \end_layout
26122
26123 \end_inset
26124
26125
26126 \end_layout
26127
26128 \end_inset
26129 </cell>
26130 </row>
26131 </lyxtabular>
26132
26133 \end_inset
26134
26135
26136 \begin_inset space \hfill{}
26137 \end_inset
26138
26139
26140 \begin_inset Tabular
26141 <lyxtabular version="3" rows="8" columns="2">
26142 <features rotate="0" tabularvalignment="middle">
26143 <column alignment="block" valignment="top">
26144 <column alignment="center" valignment="top">
26145 <row>
26146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26147 \begin_inset Text
26148
26149 \begin_layout Plain Layout
26150 Comando
26151 \end_layout
26152
26153 \end_inset
26154 </cell>
26155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26156 \begin_inset Text
26157
26158 \begin_layout Plain Layout
26159 Resultado
26160 \end_layout
26161
26162 \end_inset
26163 </cell>
26164 </row>
26165 <row>
26166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26167 \begin_inset Text
26168
26169 \begin_layout Plain Layout
26170
26171 \backslash
26172 H
26173 \begin_inset space \textvisiblespace{}
26174 \end_inset
26175
26176 e
26177 \end_layout
26178
26179 \end_inset
26180 </cell>
26181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26182 \begin_inset Text
26183
26184 \begin_layout Plain Layout
26185 \begin_inset ERT
26186 status collapsed
26187
26188 \begin_layout Plain Layout
26189
26190
26191 \backslash
26192 H e
26193 \end_layout
26194
26195 \end_inset
26196
26197
26198 \end_layout
26199
26200 \end_inset
26201 </cell>
26202 </row>
26203 <row>
26204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26205 \begin_inset Text
26206
26207 \begin_layout Plain Layout
26208
26209 \backslash
26210 'e
26211 \end_layout
26212
26213 \end_inset
26214 </cell>
26215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26216 \begin_inset Text
26217
26218 \begin_layout Plain Layout
26219 \begin_inset ERT
26220 status collapsed
26221
26222 \begin_layout Plain Layout
26223
26224
26225 \backslash
26226 'e
26227 \end_layout
26228
26229 \end_inset
26230
26231
26232 \end_layout
26233
26234 \end_inset
26235 </cell>
26236 </row>
26237 <row>
26238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26239 \begin_inset Text
26240
26241 \begin_layout Plain Layout
26242
26243 \backslash
26244 ~e
26245 \begin_inset Index idx
26246 status collapsed
26247
26248 \begin_layout Plain Layout
26249 Tilde
26250 \end_layout
26251
26252 \end_inset
26253
26254
26255 \end_layout
26256
26257 \end_inset
26258 </cell>
26259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Plain Layout
26263 \begin_inset ERT
26264 status collapsed
26265
26266 \begin_layout Plain Layout
26267
26268
26269 \backslash
26270 ~e
26271 \end_layout
26272
26273 \end_inset
26274
26275
26276 \end_layout
26277
26278 \end_inset
26279 </cell>
26280 </row>
26281 <row>
26282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26283 \begin_inset Text
26284
26285 \begin_layout Plain Layout
26286
26287 \backslash
26288 .e
26289 \end_layout
26290
26291 \end_inset
26292 </cell>
26293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26294 \begin_inset Text
26295
26296 \begin_layout Plain Layout
26297 \begin_inset ERT
26298 status collapsed
26299
26300 \begin_layout Plain Layout
26301
26302
26303 \backslash
26304 .e
26305 \end_layout
26306
26307 \end_inset
26308
26309
26310 \end_layout
26311
26312 \end_inset
26313 </cell>
26314 </row>
26315 <row>
26316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26317 \begin_inset Text
26318
26319 \begin_layout Plain Layout
26320
26321 \backslash
26322 v
26323 \begin_inset space \textvisiblespace{}
26324 \end_inset
26325
26326 e
26327 \end_layout
26328
26329 \end_inset
26330 </cell>
26331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26332 \begin_inset Text
26333
26334 \begin_layout Plain Layout
26335 \begin_inset ERT
26336 status collapsed
26337
26338 \begin_layout Plain Layout
26339
26340
26341 \backslash
26342 v e
26343 \end_layout
26344
26345 \end_inset
26346
26347
26348 \end_layout
26349
26350 \end_inset
26351 </cell>
26352 </row>
26353 <row>
26354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26355 \begin_inset Text
26356
26357 \begin_layout Plain Layout
26358
26359 \backslash
26360 d
26361 \begin_inset space \textvisiblespace{}
26362 \end_inset
26363
26364 e
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26370 \begin_inset Text
26371
26372 \begin_layout Plain Layout
26373 \begin_inset ERT
26374 status collapsed
26375
26376 \begin_layout Plain Layout
26377
26378
26379 \backslash
26380 d e
26381 \end_layout
26382
26383 \end_inset
26384
26385
26386 \end_layout
26387
26388 \end_inset
26389 </cell>
26390 </row>
26391 <row>
26392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26393 \begin_inset Text
26394
26395 \begin_layout Plain Layout
26396
26397 \backslash
26398 c
26399 \begin_inset space \textvisiblespace{}
26400 \end_inset
26401
26402 e
26403 \end_layout
26404
26405 \end_inset
26406 </cell>
26407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26408 \begin_inset Text
26409
26410 \begin_layout Plain Layout
26411 \begin_inset ERT
26412 status collapsed
26413
26414 \begin_layout Plain Layout
26415
26416
26417 \backslash
26418 c e
26419 \end_layout
26420
26421 \end_inset
26422
26423
26424 \end_layout
26425
26426 \end_inset
26427 </cell>
26428 </row>
26429 </lyxtabular>
26430
26431 \end_inset
26432
26433
26434 \begin_inset space \hfill{}
26435 \end_inset
26436
26437
26438 \end_layout
26439
26440 \begin_layout Standard
26441 \begin_inset VSpace medskip
26442 \end_inset
26443
26444
26445 \end_layout
26446
26447 \begin_layout Standard
26448 Con el comando 
26449 \series bold
26450
26451 \backslash
26452 t
26453 \series default
26454  también se pueden acentuar dos caracteres distintos.
26455  El comando 
26456 \series bold
26457
26458 \backslash
26459 t
26460 \begin_inset space \textvisiblespace{}
26461 \end_inset
26462
26463 sz
26464 \series default
26465  genera 
26466 \begin_inset ERT
26467 status collapsed
26468
26469 \begin_layout Plain Layout
26470
26471
26472 \backslash
26473 t sz
26474 \end_layout
26475
26476 \end_inset
26477
26478
26479 \end_layout
26480
26481 \begin_layout Standard
26482 Los acentos 
26483 \series bold
26484 `
26485 \series default
26486  , 
26487 \series bold
26488 '
26489 \series default
26490  y 
26491 \series bold
26492 ^
26493 \series default
26494  se pueden insertar directamente con el teclado sobre vocales sin usar modo
26495  TeX.
26496  Lo mismo se aplica a la tilde
26497 \begin_inset Foot
26498 status collapsed
26499
26500 \begin_layout Plain Layout
26501 Esto sólo se aplica a teclados en los que la tilde está definida como acento.
26502 \end_layout
26503
26504 \end_inset
26505
26506  con 
26507 \emph on
26508 a
26509 \emph default
26510
26511 \emph on
26512 o
26513 \emph default
26514  y 
26515 \emph on
26516 n.
26517 \end_layout
26518
26519 \begin_layout Standard
26520 Los comandos 
26521 \series bold
26522
26523 \backslash
26524 b
26525 \series default
26526  , 
26527 \series bold
26528
26529 \backslash
26530 c
26531 \series default
26532  , 
26533 \series bold
26534
26535 \backslash
26536 d
26537 \series default
26538  , 
26539 \series bold
26540
26541 \backslash
26542 H
26543 \series default
26544  , 
26545 \series bold
26546
26547 \backslash
26548 t
26549 \series default
26550  , 
26551 \series bold
26552
26553 \backslash
26554 u
26555 \series default
26556  , 
26557 \series bold
26558
26559 \backslash
26560 v
26561 \series default
26562 , y acentos insertados directamente con el teclado también están disponibles
26563  en texto matemático.
26564  Para otros acentos hay comandos especiales para usar en ecuaciones, véase
26565  
26566 \begin_inset CommandInset ref
26567 LatexCommand ref
26568 reference "sub:Acentos-para-un"
26569
26570 \end_inset
26571
26572 .
26573 \end_layout
26574
26575 \begin_layout Standard
26576 \begin_inset VSpace bigskip
26577 \end_inset
26578
26579
26580 \end_layout
26581
26582 \begin_layout Standard
26583 Además, con el comando 
26584 \series bold
26585
26586 \backslash
26587 textcircled
26588 \series default
26589
26590 \begin_inset Index idx
26591 status collapsed
26592
26593 \begin_layout Plain Layout
26594 Comandos ! T ! 
26595 \backslash
26596 textcircled
26597 \end_layout
26598
26599 \end_inset
26600
26601  se pueden insertar en un círculo todos los números y letras, de forma parecida
26602  al símbolo copyright.
26603 \end_layout
26604
26605 \begin_layout Standard
26606 \noindent
26607 \align center
26608 \begin_inset Tabular
26609 <lyxtabular version="3" rows="3" columns="2">
26610 <features rotate="0" tabularvalignment="middle">
26611 <column alignment="center" valignment="top">
26612 <column alignment="center" valignment="top">
26613 <row>
26614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26615 \begin_inset Text
26616
26617 \begin_layout Plain Layout
26618 Comando
26619 \end_layout
26620
26621 \end_inset
26622 </cell>
26623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26624 \begin_inset Text
26625
26626 \begin_layout Plain Layout
26627 Resultado
26628 \begin_inset Note Note
26629 status collapsed
26630
26631 \begin_layout Plain Layout
26632
26633 \series bold
26634
26635 \backslash
26636 raisebox
26637 \series default
26638  se usa sólo como espaciador
26639 \end_layout
26640
26641 \end_inset
26642
26643
26644 \end_layout
26645
26646 \end_inset
26647 </cell>
26648 </row>
26649 <row>
26650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26651 \begin_inset Text
26652
26653 \begin_layout Plain Layout
26654
26655 \backslash
26656 textcircled{w}
26657 \end_layout
26658
26659 \end_inset
26660 </cell>
26661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26662 \begin_inset Text
26663
26664 \begin_layout Plain Layout
26665 \begin_inset ERT
26666 status collapsed
26667
26668 \begin_layout Plain Layout
26669
26670
26671 \backslash
26672 textcircled{w}
26673 \end_layout
26674
26675 \end_inset
26676
26677
26678 \end_layout
26679
26680 \end_inset
26681 </cell>
26682 </row>
26683 <row>
26684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Plain Layout
26688
26689 \backslash
26690 Large 
26691 \backslash
26692 textcircled{
26693 \backslash
26694 normalsize
26695 \backslash
26696 protect
26697 \backslash
26698 raisebox{-1.5pt}{W}}
26699 \end_layout
26700
26701 \end_inset
26702 </cell>
26703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26704 \begin_inset Text
26705
26706 \begin_layout Plain Layout
26707 \begin_inset Formula $\raisebox{4.5mm}{}$
26708 \end_inset
26709
26710
26711 \begin_inset ERT
26712 status collapsed
26713
26714 \begin_layout Plain Layout
26715
26716
26717 \backslash
26718 Large 
26719 \backslash
26720 textcircled{
26721 \backslash
26722 normalsize
26723 \backslash
26724 protect
26725 \backslash
26726 raisebox{-1.5pt}W}
26727 \end_layout
26728
26729 \end_inset
26730
26731
26732 \begin_inset Formula $\raisebox{-2mm}{}$
26733 \end_inset
26734
26735
26736 \end_layout
26737
26738 \end_inset
26739 </cell>
26740 </row>
26741 </lyxtabular>
26742
26743 \end_inset
26744
26745
26746 \end_layout
26747
26748 \begin_layout Standard
26749 Hay que tener cuidado que el carácter se ajuste al círculo.
26750  Por eso 
26751 \series bold
26752
26753 \backslash
26754 Large
26755 \begin_inset Foot
26756 status collapsed
26757
26758 \begin_layout Plain Layout
26759 véase 
26760 \begin_inset CommandInset ref
26761 LatexCommand ref
26762 reference "sub:Tamaños-de-tipografías"
26763
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \end_inset
26770
26771
26772 \series default
26773  especifica el tamaño del círculo.
26774  Con ayuda de 
26775 \series bold
26776
26777 \backslash
26778 raisebox
26779 \begin_inset Foot
26780 status collapsed
26781
26782 \begin_layout Plain Layout
26783 véase 
26784 \begin_inset CommandInset ref
26785 LatexCommand ref
26786 reference "sub:Marcos-sin-bordes"
26787
26788 \end_inset
26789
26790
26791 \end_layout
26792
26793 \end_inset
26794
26795
26796 \series default
26797  se puede centrar el carácter.
26798 \end_layout
26799
26800 \begin_layout Subsection
26801 Números en estilo antiguo
26802 \begin_inset Index idx
26803 status collapsed
26804
26805 \begin_layout Plain Layout
26806 Numeros@Números ! en estilo antiguo
26807 \end_layout
26808
26809 \end_inset
26810
26811
26812 \end_layout
26813
26814 \begin_layout Standard
26815 Los números en estilo antiguo o elzevirianos se componen con el comando
26816  
26817 \series bold
26818
26819 \backslash
26820 oldstylenums
26821 \series default
26822
26823 \begin_inset Index idx
26824 status collapsed
26825
26826 \begin_layout Plain Layout
26827 Comandos ! O ! 
26828 \backslash
26829 oldstylenums
26830 \end_layout
26831
26832 \end_inset
26833
26834 .
26835  El comando se puede usar en ecuaciones y en modo TeX.
26836  Su esquema es:
26837 \end_layout
26838
26839 \begin_layout Standard
26840
26841 \series bold
26842
26843 \backslash
26844 oldstylenums{número}
26845 \end_layout
26846
26847 \begin_layout Standard
26848 El comando 
26849 \series bold
26850
26851 \backslash
26852 oldstylenums{0123456789}
26853 \series default
26854  genera: 
26855 \begin_inset Formula $\oldstylenums{0123456789}$
26856 \end_inset
26857
26858
26859 \end_layout
26860
26861 \begin_layout Section
26862 Estilos de ecuación
26863 \begin_inset CommandInset label
26864 LatexCommand label
26865 name "sec:Estilos-de-ecuación"
26866
26867 \end_inset
26868
26869
26870 \begin_inset Index idx
26871 status collapsed
26872
26873 \begin_layout Plain Layout
26874 Ecuación ! estilos de
26875 \end_layout
26876
26877 \end_inset
26878
26879
26880 \end_layout
26881
26882 \begin_layout Itemize
26883 Hay dos estilos diferentes de alineación:
26884 \end_layout
26885
26886 \begin_deeper
26887 \begin_layout Description
26888 Centrado es el estándar predefinido
26889 \end_layout
26890
26891 \begin_layout Description
26892 Sangrado para este estilo debe insertarse la opción de clase 
26893 \series bold
26894 fleqn
26895 \series default
26896  en el menú 
26897 \family sans
26898 Documento\SpecialChar \menuseparator
26899 Configuración
26900 \family default
26901  bajo 
26902 \family sans
26903 Clase de documento
26904 \end_layout
26905
26906 \begin_layout Standard
26907 Cuando se usa 
26908 \series bold
26909 Sangrado
26910 \series default
26911 , éste se puede ajustar con la longitud 
26912 \series bold
26913
26914 \backslash
26915 mathindent
26916 \series default
26917
26918 \begin_inset Index idx
26919 status collapsed
26920
26921 \begin_layout Plain Layout
26922 Comandos ! M ! 
26923 \backslash
26924 mathindent
26925 \end_layout
26926
26927 \end_inset
26928
26929 .
26930  Para 15
26931 \begin_inset space \thinspace{}
26932 \end_inset
26933
26934 mm, por ejemplo, se inserta esta línea de comando en el preámbulo LaTeX:
26935 \end_layout
26936
26937 \begin_layout Standard
26938
26939 \series bold
26940
26941 \backslash
26942 setlength{
26943 \backslash
26944 mathindent}{15mm}
26945 \end_layout
26946
26947 \begin_layout Standard
26948 Si no se especifica longitud se usa el valor predeterminado de 30
26949 \begin_inset space \thinspace{}
26950 \end_inset
26951
26952 pt.
26953 \end_layout
26954
26955 \end_deeper
26956 \begin_layout Itemize
26957 Y dos estilos diferentes de numeración:
26958 \end_layout
26959
26960 \begin_deeper
26961 \begin_layout Description
26962 Derecha es el estándar predefinido
26963 \end_layout
26964
26965 \begin_layout Description
26966 Izquierda para este estilo debe insertarse la opción de clase 
26967 \series bold
26968 leqno
26969 \series default
26970  en el menú 
26971 \family sans
26972 Documento\SpecialChar \menuseparator
26973 Configuración
26974 \family default
26975  bajo 
26976 \family sans
26977 Clase de documento
26978 \end_layout
26979
26980 \end_deeper
26981 \begin_layout Standard
26982
26983 \series bold
26984 fleqn
26985 \series default
26986  y 
26987 \series bold
26988 leqno
26989 \series default
26990  también se pueden usar juntos.
26991  En ese caso se insertan ambas opciones, separadas por una coma.
26992 \end_layout
26993
26994 \begin_layout Standard
26995 Los estilos escogidos se aplican a todas las ecuaciones presentadas del
26996  documento.
26997  Si un documento debe tener ecuaciones centradas y sangradas, se usa el
26998  estilo 
26999 \series bold
27000 Centrado
27001 \series default
27002  y las ecuaciones sangradas se ponen en un entorno flalign; véase 
27003 \begin_inset CommandInset ref
27004 LatexCommand ref
27005 reference "sub:Entorno-flalign"
27006
27007 \end_inset
27008
27009 .
27010 \end_layout
27011
27012 \begin_layout Section
27013 Ecuaciones multilínea
27014 \begin_inset CommandInset label
27015 LatexCommand label
27016 name "sec:Ecuaciones-multilínea"
27017
27018 \end_inset
27019
27020
27021 \begin_inset Index idx
27022 status collapsed
27023
27024 \begin_layout Plain Layout
27025 Ecuación ! multilínea
27026 \end_layout
27027
27028 \end_inset
27029
27030
27031 \end_layout
27032
27033 \begin_layout Subsection
27034 General
27035 \end_layout
27036
27037 \begin_layout Standard
27038 En LyX se generan nuevas líneas en una ecuación con 
27039 \family sans
27040 \series bold
27041 Ctrl+Entrar
27042 \family default
27043 \series default
27044 .
27045  Esto crea un 
27046 \series bold
27047 entorno eqnarray
27048 \series default
27049 , que se describe en
27050 \begin_inset space ~
27051 \end_inset
27052
27053
27054 \begin_inset CommandInset ref
27055 LatexCommand ref
27056 reference "sub:Entorno-eqnarray"
27057
27058 \end_inset
27059
27060  o, si se ha marcado la opción 
27061 \family sans
27062 Usar
27063 \begin_inset space ~
27064 \end_inset
27065
27066 el
27067 \begin_inset space ~
27068 \end_inset
27069
27070 paquete
27071 \begin_inset space ~
27072 \end_inset
27073
27074 de
27075 \begin_inset space ~
27076 \end_inset
27077
27078 ecuaciones
27079 \begin_inset space ~
27080 \end_inset
27081
27082 AMS
27083 \family default
27084  en la configuración del documento
27085 \family sans
27086 , un 
27087 \series bold
27088 entorno
27089 \family default
27090 \series default
27091  
27092 \series bold
27093 align
27094 \series default
27095 , que se describe en
27096 \begin_inset space ~
27097 \end_inset
27098
27099
27100 \begin_inset CommandInset ref
27101 LatexCommand ref
27102 reference "sub:Entorno-align-estándar"
27103
27104 \end_inset
27105
27106 .
27107  Se recomienda el entorno align porque proporciona una salida tipográficamente
27108  correcta en cualquier caso.
27109 \end_layout
27110
27111 \begin_layout Standard
27112 Hay otros entornos para fórmulas multilínea que se pueden introducir mediante
27113  el menú 
27114 \family sans
27115 Insertar\SpecialChar \menuseparator
27116 Ecuación
27117 \family default
27118 .
27119  En las siguientes secciones se describen estos entornos.
27120 \end_layout
27121
27122 \begin_layout Standard
27123 En todos los entornos de ecuación multilínea la combinación 
27124 \family sans
27125 Ctrl+Entrar
27126 \family default
27127  genera una línea nueva.
27128  Para añadir o quitar líneas se pueden usar los botones 
27129 \begin_inset Graphics
27130         filename ../../images/tabular-feature_append-row.png
27131         scale 85
27132
27133 \end_inset
27134
27135  o 
27136 \begin_inset Graphics
27137         filename ../../images/tabular-feature_delete-row.png
27138         scale 85
27139
27140 \end_inset
27141
27142 de la barra de herramientas, respectivamente, o el menú 
27143 \family sans
27144 Editar\SpecialChar \menuseparator
27145 Filas y columnas
27146 \family default
27147 .
27148 \end_layout
27149
27150 \begin_layout Subsubsection
27151 Separación de líneas
27152 \begin_inset CommandInset label
27153 LatexCommand label
27154 name "sub:Separación-de-líneas"
27155
27156 \end_inset
27157
27158
27159 \begin_inset Index idx
27160 status collapsed
27161
27162 \begin_layout Plain Layout
27163 Ecuación ! multilínea ! separación de filas
27164 \end_layout
27165
27166 \end_inset
27167
27168
27169 \end_layout
27170
27171 \begin_layout Standard
27172 A veces no hay suficiente espacio entre las líneas de una ecuación multilínea:
27173 \begin_inset Formula 
27174 \begin{eqnarray*}
27175 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}\\
27176 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
27177 \end{eqnarray*}
27178
27179 \end_inset
27180
27181 En LaTeX un espacio adicional para una línea se especifica como argumento
27182  opcional del comando de nueva línea.
27183  Esto aún no es posible en LYX,
27184 \begin_inset Foot
27185 status collapsed
27186
27187 \begin_layout Plain Layout
27188 véase 
27189 \begin_inset CommandInset href
27190 LatexCommand href
27191 name "LyX-bug #1505"
27192 target "http://www.lyx.org/trac/ticket/1505"
27193
27194 \end_inset
27195
27196
27197 \end_layout
27198
27199 \end_inset
27200
27201  por lo que toda la ecuación debe insertarse en modo TeX.
27202  Para añadir espacio en nuestro ejemplo se inserta el comando 
27203 \series bold
27204
27205 \backslash
27206
27207 \backslash
27208 [3mm]
27209 \series default
27210  al final de la primera línea.
27211  Así: 
27212 \begin_inset ERT
27213 status collapsed
27214
27215 \begin_layout Plain Layout
27216
27217
27218 \backslash
27219 begin{eqnarray*}
27220 \end_layout
27221
27222 \begin_layout Plain Layout
27223
27224 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27225  = & 
27226 \backslash
27227 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27228 \backslash
27229
27230 \backslash
27231 [3mm]
27232 \end_layout
27233
27234 \begin_layout Plain Layout
27235
27236 4x^{2}
27237 \backslash
27238 left(B^{2}+x_{0}^{2}
27239 \backslash
27240 right)+4x_{0}x
27241 \backslash
27242 left(D-B^{2}
27243 \backslash
27244 right)+B^{2}
27245 \backslash
27246 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27247 \backslash
27248 right) & = & 0
27249 \end_layout
27250
27251 \begin_layout Plain Layout
27252
27253
27254 \backslash
27255 end{eqnarray*}
27256 \end_layout
27257
27258 \end_inset
27259
27260
27261 \begin_inset VSpace bigskip
27262 \end_inset
27263
27264
27265 \end_layout
27266
27267 \begin_layout Standard
27268 Para obtener separación en todas las líneas hay que cambiar la longitud
27269  
27270 \series bold
27271
27272 \backslash
27273 jot
27274 \series default
27275
27276 \begin_inset Index idx
27277 status collapsed
27278
27279 \begin_layout Plain Layout
27280 Comandos ! J ! 
27281 \backslash
27282 jot
27283 \end_layout
27284
27285 \end_inset
27286
27287 .
27288  La definición es: 
27289 \begin_inset Formula $\mbox{separación de línea}=\mathrm{6\, pt+\backslash jot}$
27290 \end_inset
27291
27292 .
27293  El valor predeterminado para 
27294 \series bold
27295
27296 \backslash
27297 jot
27298 \series default
27299  es 3
27300 \begin_inset space \thinspace{}
27301 \end_inset
27302
27303 pt.
27304  Para establecer una separación adicional de 3
27305 \begin_inset space \thinspace{}
27306 \end_inset
27307
27308 mm como en el ejemplo anterior, se inserta el comando
27309 \end_layout
27310
27311 \begin_layout Standard
27312
27313 \series bold
27314
27315 \backslash
27316 setlength{
27317 \backslash
27318 jot}{3mm+3pt}
27319 \end_layout
27320
27321 \begin_layout Standard
27322 en modo TeX antes de la ecuación.
27323  Es necesario cargar el paquete 
27324 \series bold
27325 calc
27326 \series default
27327
27328 \begin_inset Foot
27329 status collapsed
27330
27331 \begin_layout Plain Layout
27332
27333 \series bold
27334 calc
27335 \series default
27336  forma parte de toda instalación LaTeX estándar.
27337 \end_layout
27338
27339 \end_inset
27340
27341
27342 \begin_inset Index idx
27343 status collapsed
27344
27345 \begin_layout Plain Layout
27346 Paquetes ! calc
27347 \end_layout
27348
27349 \end_inset
27350
27351  en el preámbulo con la línea
27352 \end_layout
27353
27354 \begin_layout Standard
27355
27356 \series bold
27357
27358 \backslash
27359 usepackage{calc}
27360 \end_layout
27361
27362 \begin_layout Standard
27363 Se obtiene:
27364 \begin_inset ERT
27365 status collapsed
27366
27367 \begin_layout Plain Layout
27368
27369
27370 \backslash
27371 setlength{
27372 \backslash
27373 jot}{3mm+3pt}
27374 \end_layout
27375
27376 \end_inset
27377
27378
27379 \begin_inset Formula 
27380 \begin{eqnarray*}
27381 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}\\
27382 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
27383 \end{eqnarray*}
27384
27385 \end_inset
27386
27387
27388 \begin_inset ERT
27389 status collapsed
27390
27391 \begin_layout Plain Layout
27392
27393
27394 \backslash
27395 setlength{
27396 \backslash
27397 jot}{3pt}
27398 \end_layout
27399
27400 \end_inset
27401
27402  Para volver a la distancia predeterminada, 
27403 \series bold
27404
27405 \backslash
27406 jot
27407 \series default
27408  se establece en 3
27409 \begin_inset space \thinspace{}
27410 \end_inset
27411
27412 pt.
27413 \end_layout
27414
27415 \begin_layout Subsubsection
27416 Separación de columnas
27417 \begin_inset CommandInset label
27418 LatexCommand label
27419 name "sub:Separación-de-columnas"
27420
27421 \end_inset
27422
27423
27424 \begin_inset Index idx
27425 status collapsed
27426
27427 \begin_layout Plain Layout
27428 Ecuación ! multilínea !separación de columnas
27429 \end_layout
27430
27431 \end_inset
27432
27433
27434 \end_layout
27435
27436 \begin_layout Standard
27437 Una ecuación multilínea forma una matriz.
27438  Una ecuación en un entorno eqnarray, por ejemplo, es una matriz con tres
27439  columnas.
27440  Cambiando la separación de columnas en este entorno se puede cambiar el
27441  espacio junto al signo de relación.
27442 \end_layout
27443
27444 \begin_layout Standard
27445 La separación de columnas se especifica con la longitud
27446 \series bold
27447  
27448 \backslash
27449 arraycolsep
27450 \series default
27451
27452 \begin_inset Index idx
27453 status collapsed
27454
27455 \begin_layout Plain Layout
27456 Comandos ! A ! 
27457 \backslash
27458 arraycolsep
27459 \end_layout
27460
27461 \end_inset
27462
27463  según:
27464 \begin_inset Newline newline
27465 \end_inset
27466
27467 separación de columnas = 2
27468 \begin_inset space \thinspace{}
27469 \end_inset
27470
27471
27472 \series bold
27473
27474 \backslash
27475 arraycolsep
27476 \series default
27477
27478 \begin_inset Newline newline
27479 \end_inset
27480
27481 Así, el comando en modo TeX
27482 \end_layout
27483
27484 \begin_layout Standard
27485
27486 \series bold
27487
27488 \backslash
27489 setlength{
27490 \backslash
27491 arraycolsep}{1cm}
27492 \end_layout
27493
27494 \begin_layout Standard
27495 establece para todas las ecuaciones siguientes una separación de columnas
27496  de 2
27497 \begin_inset space \thinspace{}
27498 \end_inset
27499
27500 cm.
27501  Para volver al valor predefinido, 
27502 \series bold
27503
27504 \backslash
27505 arraycolsep
27506 \series default
27507  se pone en 5
27508 \begin_inset space \thinspace{}
27509 \end_inset
27510
27511 pt.
27512 \end_layout
27513
27514 \begin_layout Standard
27515 Una ecuación con separación de 2
27516 \begin_inset space \thinspace{}
27517 \end_inset
27518
27519 cm entre columnas:
27520 \begin_inset ERT
27521 status collapsed
27522
27523 \begin_layout Plain Layout
27524
27525
27526 \backslash
27527 setlength{
27528 \backslash
27529 arraycolsep}{1cm}
27530 \end_layout
27531
27532 \end_inset
27533
27534
27535 \begin_inset Formula 
27536 \begin{eqnarray*}
27537 A & = & B\\
27538 C & \ne & A
27539 \end{eqnarray*}
27540
27541 \end_inset
27542
27543 Una ecuación con la separación predefinida para matrices, 10
27544 \begin_inset space \thinspace{}
27545 \end_inset
27546
27547 pt:
27548 \begin_inset ERT
27549 status collapsed
27550
27551 \begin_layout Plain Layout
27552
27553
27554 \backslash
27555 setlength{
27556 \backslash
27557 arraycolsep}{5pt}
27558 \end_layout
27559
27560 \end_inset
27561
27562
27563 \begin_inset Formula 
27564 \begin{eqnarray*}
27565 A & = & B\\
27566 C & \ne & A
27567 \end{eqnarray*}
27568
27569 \end_inset
27570
27571
27572 \end_layout
27573
27574 \begin_layout Subsubsection
27575 Ecuaciones largas
27576 \begin_inset Index idx
27577 status collapsed
27578
27579 \begin_layout Plain Layout
27580 Ecuación ! larga
27581 \end_layout
27582
27583 \end_inset
27584
27585
27586 \end_layout
27587
27588 \begin_layout Standard
27589 Se pueden componer ecuaciones largas mediante estos métodos:
27590 \end_layout
27591
27592 \begin_layout Itemize
27593 Si un lado de la ecuación es mucho más corto que la anchura de línea, este
27594  se elige para el lado izquierdo y el derecho se imprime en dos líneas:
27595 \begin_inset Formula 
27596 \begin{eqnarray}
27597 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 \\
27598  &  & -\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}
27599 \end{eqnarray}
27600
27601 \end_inset
27602
27603 El signo menos al principio de la segunda línea normalmente no aparece como
27604  operador porque es el primer carácter de la línea.
27605  No se rodearía de espacio y podría no distinguirse de la raya de fracción.
27606  Para evitarlo se ha insertado 3
27607 \begin_inset space \thinspace{}
27608 \end_inset
27609
27610 pt de espacio detrás del menos con el comando 
27611 \series bold
27612
27613 \backslash
27614 hspace
27615 \series default
27616 .
27617 \begin_inset Foot
27618 status collapsed
27619
27620 \begin_layout Plain Layout
27621 véase más sobre 
27622 \series bold
27623
27624 \backslash
27625 hspace
27626 \series default
27627  en 
27628 \begin_inset CommandInset ref
27629 LatexCommand ref
27630 reference "sub:Espacio-variable"
27631
27632 \end_inset
27633
27634
27635 \end_layout
27636
27637 \end_inset
27638
27639
27640 \begin_inset Index idx
27641 status collapsed
27642
27643 \begin_layout Plain Layout
27644 Comandos ! H ! 
27645 \backslash
27646 hspace
27647 \end_layout
27648
27649 \end_inset
27650
27651
27652 \end_layout
27653
27654 \begin_layout Itemize
27655 Si ambos lados de la ecuación son demasiado largos se usa el comando 
27656 \series bold
27657
27658 \backslash
27659 lefteqn
27660 \series default
27661
27662 \begin_inset Index idx
27663 status collapsed
27664
27665 \begin_layout Plain Layout
27666 Comandos ! L ! 
27667 \backslash
27668 lefteqn
27669 \end_layout
27670
27671 \end_inset
27672
27673 .
27674  Se inserta en la primer columna de la primera línea y hace que todas las
27675  inserciones posteriores sobreescriban las columnas siguientes:
27676 \begin_inset Formula 
27677 \begin{eqnarray}
27678 \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 \\
27679  &  & -\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 \\
27680  &  & =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}
27681 \end{eqnarray}
27682
27683 \end_inset
27684
27685 Tras la inserción de 
27686 \series bold
27687
27688 \backslash
27689 lefteqn
27690 \series default
27691  el cursor está en un marco púrpura un poco a la izquierda del azul.
27692  La ecuación se inserta en éste.
27693 \begin_inset Newline newline
27694 \end_inset
27695
27696 El contenido de las restantes líneas se inserta en la segunda columna o
27697  en otra.
27698  A mayor número de columna donde se inserte, mayor sangrado.
27699 \begin_inset VSpace medskip
27700 \end_inset
27701
27702
27703 \begin_inset Newline newline
27704 \end_inset
27705
27706
27707 \begin_inset Note Greyedout
27708 status collapsed
27709
27710 \begin_layout Plain Layout
27711 Ten en cuenta lo siguiente si usas 
27712 \series bold
27713
27714 \backslash
27715 lefteqn
27716 \series default
27717 :
27718 \end_layout
27719
27720 \begin_layout Itemize
27721 La ecuación no usa la anchura total de la página.
27722  Cuando se añade, p.
27723 \begin_inset space \thinspace{}
27724 \end_inset
27725
27726 e., el término 
27727 \begin_inset Formula $-B^{2}$
27728 \end_inset
27729
27730  en la primera línea del ejemplo, debería estar fuera del margen.
27731  Para aprovechar mejor la anchura, se puede insertar espacio negativo al
27732  principio de la primera línea.
27733 \end_layout
27734
27735 \begin_layout Itemize
27736 Debido a un fallo en LyX el cursor no se puede poner con el ratón en la
27737  primera línea.
27738 \begin_inset Foot
27739 status collapsed
27740
27741 \begin_layout Plain Layout
27742 \begin_inset CommandInset href
27743 LatexCommand href
27744 name "LyX-bug #1429"
27745 target "http://www.lyx.org/trac/ticket/1429"
27746
27747 \end_inset
27748
27749
27750 \end_layout
27751
27752 \end_inset
27753
27754  Sólo se puede poner el cursor al principio de la línea y moverlo con las
27755  teclas de flecha.
27756 \end_layout
27757
27758 \end_inset
27759
27760  
27761 \end_layout
27762
27763 \begin_layout Itemize
27764 Se describen otros métodos para escribir fórmulas largas en 
27765 \begin_inset CommandInset ref
27766 LatexCommand ref
27767 reference "sub:Entorno-multilínea"
27768
27769 \end_inset
27770
27771  y 
27772 \begin_inset CommandInset ref
27773 LatexCommand ref
27774 reference "sub:Partes-multilínea"
27775
27776 \end_inset
27777
27778 .
27779 \end_layout
27780
27781 \begin_layout Subsubsection
27782 Delimitadores multilínea
27783 \begin_inset CommandInset label
27784 LatexCommand label
27785 name "sub:Delimitadores-multilínea"
27786
27787 \end_inset
27788
27789
27790 \begin_inset Index idx
27791 status collapsed
27792
27793 \begin_layout Plain Layout
27794 Delimitadores ! para varias líneas
27795 \end_layout
27796
27797 \end_inset
27798
27799
27800 \end_layout
27801
27802 \begin_layout Standard
27803 Para poner delimitadores que cubran varias líneas hay un problema:
27804 \begin_inset Formula 
27805 \begin{eqnarray*}
27806 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27807  &  & \left.\cdots+B-D\right]
27808 \end{eqnarray*}
27809
27810 \end_inset
27811
27812 El delimitador de cierre es más pequeño que el de apertura porque los delimitado
27813 res con tamaño variable no abarcan líneas múltiples.
27814 \end_layout
27815
27816 \begin_layout Standard
27817 Para obtener el tamaño adecuado de delimitador para la segunda línea, la
27818  primera línea se finaliza con 
27819 \series bold
27820
27821 \backslash
27822 right.
27823 \series default
27824
27825 \begin_inset Index idx
27826 status collapsed
27827
27828 \begin_layout Plain Layout
27829 Comandos ! R ! 
27830 \backslash
27831 right
27832 \end_layout
27833
27834 \end_inset
27835
27836  y la segunda con 
27837 \series bold
27838
27839 \backslash
27840 left.
27841 \series default
27842 .
27843 \begin_inset Foot
27844 status collapsed
27845
27846 \begin_layout Plain Layout
27847 Más sobre 
27848 \series bold
27849
27850 \backslash
27851 left.
27852
27853 \series default
27854  y 
27855 \series bold
27856
27857 \backslash
27858 right.
27859
27860 \series default
27861  en 
27862 \begin_inset CommandInset ref
27863 LatexCommand ref
27864 reference "sub:Tamaño-automático-de"
27865
27866 \end_inset
27867
27868
27869 \end_layout
27870
27871 \end_inset
27872
27873
27874 \begin_inset Index idx
27875 status collapsed
27876
27877 \begin_layout Plain Layout
27878 Comandos ! L ! 
27879 \backslash
27880 left
27881 \end_layout
27882
27883 \end_inset
27884
27885  Después de 
27886 \series bold
27887
27888 \backslash
27889 left.
27890
27891 \series default
27892  se inserta el comando 
27893 \series bold
27894
27895 \backslash
27896 vphantom
27897 \series default
27898
27899 \begin_inset space \textvisiblespace{}
27900 \end_inset
27901
27902
27903 \series bold
27904
27905 \backslash
27906 prod
27907 \series default
27908 ^
27909 \begin_inset space \textvisiblespace{}
27910 \end_inset
27911
27912
27913 \series bold
27914
27915 \backslash
27916 infty
27917 \series default
27918
27919 \begin_inset space \textvisiblespace{}
27920 \end_inset
27921
27922
27923 \series bold
27924
27925 \begin_inset Formula $\downarrow$
27926 \end_inset
27927
27928 _R=1}
27929 \series default
27930
27931 \begin_inset Index idx
27932 status collapsed
27933
27934 \begin_layout Plain Layout
27935 Comandos ! V ! 
27936 \backslash
27937 vphantom
27938 \end_layout
27939
27940 \end_inset
27941
27942 , porque el operador de multiplicación con sus límites es el símbolo mayor
27943  en la primera línea y ese debería ser el tamaño para el delimitador en
27944  la segunda línea.
27945 \end_layout
27946
27947 \begin_layout Standard
27948 El resultado es: 
27949 \begin_inset Formula 
27950 \begin{eqnarray*}
27951 A & = & \sen(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27952  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27953 \end{eqnarray*}
27954
27955 \end_inset
27956
27957
27958 \end_layout
27959
27960 \begin_layout Subsection
27961 Entornos align
27962 \end_layout
27963
27964 \begin_layout Standard
27965 Los entornos align se pueden usar para todo tipo de ecuaciones multilínea.
27966  Son especialmente apropiados para poner ecuaciones adosadas.
27967 \end_layout
27968
27969 \begin_layout Standard
27970 Los entornos align constan de columnas.
27971  Las columnas impares se alinean a la derecha, las pares a la izquierda.
27972  En un entorno align se puede numerar cada línea.
27973 \end_layout
27974
27975 \begin_layout Standard
27976 Los entornos align se crean con el menú 
27977 \family sans
27978 Insertar\SpecialChar \menuseparator
27979 Ecuación
27980 \family default
27981 .
27982  Una ecuación existente se puede convertir a align con el menú 
27983 \family sans
27984 Editar\SpecialChar \menuseparator
27985 Ecuación\SpecialChar \menuseparator
27986 Cambiar tipo de ecuación
27987 \family default
27988 .
27989 \end_layout
27990
27991 \begin_layout Standard
27992 Para añadir o quitar columnas se pueden usar los botones 
27993 \begin_inset Graphics
27994         filename ../../images/tabular-feature_append-row.png
27995         scale 85
27996
27997 \end_inset
27998
27999  o 
28000 \begin_inset Graphics
28001         filename ../../images/tabular-feature_delete-row.png
28002         scale 85
28003
28004 \end_inset
28005
28006  de la barra de ecuaciones o el menú 
28007 \family sans
28008 Editar\SpecialChar \menuseparator
28009 Filas y columnas
28010 \family default
28011 .
28012 \end_layout
28013
28014 \begin_layout Subsubsection
28015 Entorno align estándar
28016 \begin_inset CommandInset label
28017 LatexCommand label
28018 name "sub:Entorno-align-estándar"
28019
28020 \end_inset
28021
28022
28023 \begin_inset Index idx
28024 status collapsed
28025
28026 \begin_layout Plain Layout
28027 Ecuación ! multilínea ! entorno align
28028 \end_layout
28029
28030 \end_inset
28031
28032
28033 \end_layout
28034
28035 \begin_layout Standard
28036 Este entorno align se crea pulsando 
28037 \family sans
28038 Ctrl+Entrar
28039 \family default
28040  en una ecuación o con el menú 
28041 \family sans
28042 Insertar\SpecialChar \menuseparator
28043 Ecuación\SpecialChar \menuseparator
28044 Entorno AMS align
28045 \family default
28046 .
28047 \end_layout
28048
28049 \begin_layout Standard
28050 Un ejemplo para dos ecuaciones adosadas, que se componen con un entorno
28051  align de cuatro columnas:
28052 \begin_inset Formula 
28053 \begin{align*}
28054 A & =\sen(B) & C & =D\\
28055 C & \neq A & B & \neq D
28056 \end{align*}
28057
28058 \end_inset
28059
28060 Como se puede ver, las ecuaciones en este entorno se colocan como si hubiera
28061  un 
28062 \series bold
28063
28064 \backslash
28065 hfill
28066 \series default
28067
28068 \begin_inset Foot
28069 status collapsed
28070
28071 \begin_layout Plain Layout
28072 Más sobre 
28073 \series bold
28074
28075 \backslash
28076 hfill
28077 \series default
28078  en 
28079 \begin_inset CommandInset ref
28080 LatexCommand ref
28081 reference "sub:Espacio-variable"
28082
28083 \end_inset
28084
28085
28086 \end_layout
28087
28088 \end_inset
28089
28090  antes de la primera y detrás de cada columna par.
28091  Si se pone en estilo 
28092 \series bold
28093 Sangrado
28094 \series default
28095 ,
28096 \begin_inset Foot
28097 status collapsed
28098
28099 \begin_layout Plain Layout
28100 véase estilos de ecuación en 
28101 \begin_inset CommandInset ref
28102 LatexCommand ref
28103 reference "sec:Estilos-de-ecuación"
28104
28105 \end_inset
28106
28107
28108 \end_layout
28109
28110 \end_inset
28111
28112  la ecuación queda sin el 
28113 \series bold
28114
28115 \backslash
28116 hfill
28117 \series default
28118  ante la primera columna.
28119 \end_layout
28120
28121 \begin_layout Subsubsection
28122 Entorno alignat
28123 \begin_inset Index idx
28124 status collapsed
28125
28126 \begin_layout Plain Layout
28127 Ecuación ! multilínea ! entorno alignat
28128 \end_layout
28129
28130 \end_inset
28131
28132
28133 \end_layout
28134
28135 \begin_layout Standard
28136 El entorno alignat no tiene separación predefinida de columnas.
28137  Se puede insertar manualmente con los espacios descritos en 
28138 \begin_inset CommandInset ref
28139 LatexCommand ref
28140 reference "sec:Espacio"
28141
28142 \end_inset
28143
28144 .
28145 \end_layout
28146
28147 \begin_layout Standard
28148 El ejemplo anterior en el entorno alignat, con un espacio de 1
28149 \begin_inset space \thinspace{}
28150 \end_inset
28151
28152 cm al comienzo da la segunda ecuación:
28153 \begin_inset Formula 
28154 \begin{alignat*}{2}
28155 A & =\sen(B)\hspace{1cm} & C & =D\\
28156 C & \neq A & B & \neq D
28157 \end{alignat*}
28158
28159 \end_inset
28160
28161 Como cada columna puede tener un espacio diferente, este entorno es especialment
28162 e apropiado para poner tres o más ecuaciones adosadas.
28163 \end_layout
28164
28165 \begin_layout Subsubsection
28166 Entorno flalign
28167 \begin_inset CommandInset label
28168 LatexCommand label
28169 name "sub:Entorno-flalign"
28170
28171 \end_inset
28172
28173
28174 \begin_inset Index idx
28175 status collapsed
28176
28177 \begin_layout Plain Layout
28178 Ecuación ! multilínea ! entorno flalign
28179 \end_layout
28180
28181 \end_inset
28182
28183
28184 \end_layout
28185
28186 \begin_layout Standard
28187 En este entorno las dos primeras columnas están siempre tan a la izquierda
28188  como sea posible y las dos últimas a la derecha.
28189  Ejemplo:
28190 \begin_inset Formula 
28191 \begin{flalign*}
28192 A & =1 & B & =2 & C & =3\\
28193 X & =\mbox{-}1 & Y & =\mbox{-}2 & Z & =4
28194 \end{flalign*}
28195
28196 \end_inset
28197
28198 En un entorno flalign con un número impar de columnas, en la última de las
28199  cuales se inserta una llave TeX vacía, se pueden poner varias ecuaciones
28200  alineadas a la izquierda, aunque se use el estilo 
28201 \series bold
28202 Centrado
28203 \series default
28204 .
28205  Un ejemplo de fórmula sangrada 
28206 \begin_inset CommandInset ref
28207 LatexCommand eqref
28208 reference "eq:IntVol"
28209
28210 \end_inset
28211
28212 :
28213 \begin_inset Formula 
28214 \begin{flalign}
28215 \hspace{30pt}\iiint_{V}X\mbox{d}V & =U & {}
28216 \end{flalign}
28217
28218 \end_inset
28219
28220 Las dos primeras columnas contienen la fórmula.
28221  Para sangrarla como con el estilo 
28222 \series bold
28223 Sangrado
28224 \series default
28225 , se añade un espacio de 30
28226 \begin_inset space \thinspace{}
28227 \end_inset
28228
28229 pt al comienzo de la primera columna.
28230  
28231 \end_layout
28232
28233 \begin_layout Subsection
28234 Entorno eqnarray
28235 \begin_inset CommandInset label
28236 LatexCommand label
28237 name "sub:Entorno-eqnarray"
28238
28239 \end_inset
28240
28241
28242 \begin_inset Index idx
28243 status collapsed
28244
28245 \begin_layout Plain Layout
28246 Ecuación ! multilínea ! entorno eqnarray
28247 \end_layout
28248
28249 \end_inset
28250
28251
28252 \begin_inset Index idx
28253 status collapsed
28254
28255 \begin_layout Plain Layout
28256 Ecuación ! multilínea ! entorno eqnarray
28257 \end_layout
28258
28259 \end_inset
28260
28261
28262 \end_layout
28263
28264 \begin_layout Standard
28265 Al introducir este entorno aparecen tres marcos azules.
28266  El contenido del primero se alinea a la derecha, el del último a la izquierda.
28267  El contenido del marco central está centrado y algo más pequeño, porque
28268  está diseñado para insertar sólo caracteres de relación.
28269 \begin_inset Formula 
28270 \begin{eqnarray*}
28271 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28272 AB & AB & AB\\
28273 A & = & A
28274 \end{eqnarray*}
28275
28276 \end_inset
28277
28278
28279 \end_layout
28280
28281 \begin_layout Subsection
28282 Entorno gather
28283 \begin_inset Index idx
28284 status collapsed
28285
28286 \begin_layout Plain Layout
28287 Ecuación ! multilínea ! entorno gather
28288 \end_layout
28289
28290 \end_inset
28291
28292
28293 \end_layout
28294
28295 \begin_layout Standard
28296 Este entorno consta de una sola columna centrada.
28297  Se puede numerar cada línea.
28298 \begin_inset Formula 
28299 \begin{gather}
28300 A=1\\
28301 X=\mbox{-}1
28302 \end{gather}
28303
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \begin_layout Subsection
28310 Entorno multilínea
28311 \begin_inset CommandInset label
28312 LatexCommand label
28313 name "sub:Entorno-multilínea"
28314
28315 \end_inset
28316
28317
28318 \begin_inset Index idx
28319 status collapsed
28320
28321 \begin_layout Plain Layout
28322 Ecuación ! multilínea ! entorno multilínea
28323 \end_layout
28324
28325 \end_inset
28326
28327
28328 \end_layout
28329
28330 \begin_layout Standard
28331 El entorno multilínea, como gather, consta de una sola columna.
28332  Pero la primera línea está alineada a la izquierda, la última a la derecha.
28333  Las demás están centradas.
28334  Por tanto este entorno es apropiado para ecuaciones largas.
28335  Como ejemplo, la ecuación
28336 \begin_inset space ~
28337 \end_inset
28338
28339
28340 \begin_inset CommandInset ref
28341 LatexCommand eqref
28342 reference "eq:lefteqn"
28343
28344 \end_inset
28345
28346  en entorno multilínea:
28347 \begin_inset Formula 
28348 \begin{multline}
28349 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}\\
28350 -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}\\
28351 =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}}
28352 \end{multline}
28353
28354 \end_inset
28355
28356 En la salida sólo aparece numerada la última (primera) línea si la numeración
28357  del documento es a la derecha (izquierda).
28358 \begin_inset Foot
28359 status collapsed
28360
28361 \begin_layout Plain Layout
28362 véanse los estilos de numeración en 
28363 \begin_inset CommandInset ref
28364 LatexCommand ref
28365 reference "sec:Estilos-de-ecuación"
28366
28367 \end_inset
28368
28369
28370 \end_layout
28371
28372 \end_inset
28373
28374
28375 \end_layout
28376
28377 \begin_layout Standard
28378 Con los comandos 
28379 \series bold
28380
28381 \backslash
28382 shoveright
28383 \series default
28384
28385 \begin_inset Index idx
28386 status collapsed
28387
28388 \begin_layout Plain Layout
28389 Comandos ! S ! 
28390 \backslash
28391 shoveright
28392 \end_layout
28393
28394 \end_inset
28395
28396  y 
28397 \series bold
28398
28399 \backslash
28400 shoveleft
28401 \series default
28402
28403 \begin_inset Index idx
28404 status collapsed
28405
28406 \begin_layout Plain Layout
28407 Comandos ! S ! 
28408 \backslash
28409 shoveleft
28410 \end_layout
28411
28412 \end_inset
28413
28414 , una línea centrada se puede alinear a la derecha o a la izquierda, respectivam
28415 ente.
28416  Los comandos se usan como sigue:
28417 \end_layout
28418
28419 \begin_layout Standard
28420
28421 \series bold
28422
28423 \backslash
28424 shoveright{contenido de la línea}
28425 \series default
28426  y 
28427 \series bold
28428
28429 \backslash
28430 shoveleft{contenido de la línea}
28431 \end_layout
28432
28433 \begin_layout Standard
28434 \begin_inset VSpace medskip
28435 \end_inset
28436
28437
28438 \end_layout
28439
28440 \begin_layout Standard
28441 La longitud 
28442 \series bold
28443
28444 \backslash
28445 multlinegap
28446 \series default
28447
28448 \begin_inset Index idx
28449 status collapsed
28450
28451 \begin_layout Plain Layout
28452 Comandos ! M ! 
28453 \backslash
28454 multlinegap
28455 \end_layout
28456
28457 \end_inset
28458
28459  especifica la distancia de la primera línea desde el margen izquierdo de
28460  la página.
28461  Esta longitud es 0
28462 \begin_inset space \thinspace{}
28463 \end_inset
28464
28465 pt por omisión.
28466 \end_layout
28467
28468 \begin_layout Standard
28469 Como ejemplo la ecuación anterior con el comando
28470 \end_layout
28471
28472 \begin_layout Standard
28473
28474 \series bold
28475
28476 \backslash
28477 setlength{
28478 \backslash
28479 multlinegap}{2cm}
28480 \end_layout
28481
28482 \begin_layout Standard
28483 insertado previamente en modo TeX:
28484 \begin_inset ERT
28485 status collapsed
28486
28487 \begin_layout Plain Layout
28488
28489
28490 \backslash
28491 setlength{
28492 \backslash
28493 multlinegap}{2cm}
28494 \end_layout
28495
28496 \end_inset
28497
28498
28499 \begin_inset Formula 
28500 \begin{multline}
28501 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}\\
28502 \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}}\\
28503 =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}}
28504 \end{multline}
28505
28506 \end_inset
28507
28508
28509 \begin_inset ERT
28510 status collapsed
28511
28512 \begin_layout Plain Layout
28513
28514
28515 \backslash
28516 setlength{
28517 \backslash
28518 multlinegap}{0pt}
28519 \end_layout
28520
28521 \end_inset
28522
28523 La segunda línea se ha alineado a la izquierda con 
28524 \series bold
28525
28526 \backslash
28527 shoveleft
28528 \series default
28529 .
28530 \end_layout
28531
28532 \begin_layout Subsection
28533 Ecuación con partes multilínea
28534 \begin_inset CommandInset label
28535 LatexCommand label
28536 name "sub:Partes-multilínea"
28537
28538 \end_inset
28539
28540
28541 \begin_inset Index idx
28542 status collapsed
28543
28544 \begin_layout Plain Layout
28545 Ecuación ! multilínea ! solo parte
28546 \end_layout
28547
28548 \end_inset
28549
28550
28551 \end_layout
28552
28553 \begin_layout Standard
28554 Para mostrar solo partes de una ecuación en modo multilínea usa uno de los
28555  siguientes entornos: 
28556 \series bold
28557 aligned
28558 \series default
28559
28560 \series bold
28561 alignedat
28562 \series default
28563
28564 \series bold
28565 gathered
28566 \series default
28567  o 
28568 \series bold
28569 split
28570 \series default
28571 .
28572  Se pueden elegir en el menú 
28573 \family sans
28574 Insertar\SpecialChar \menuseparator
28575 Ecuación
28576 \family default
28577  o usando los comandos aquí descritos.
28578 \end_layout
28579
28580 \begin_layout Standard
28581 Los tres primeros tienen las mismas propiedades que los correspondientes
28582  entornos multilínea, pero es posible poner al lado más partes de la ecuación.
28583  Un ejemplo:
28584 \begin_inset Formula 
28585 \[
28586 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28587 \Delta E\Delta t & \ge\frac{\hbar}{2}
28588 \end{aligned}
28589 \right\} \mbox{Relaciones de incertidumbre}
28590 \]
28591
28592 \end_inset
28593
28594 Para componer esta expresión se inserta una ecuación presentada y en ella
28595  se introduce el comando 
28596 \series bold
28597
28598 \backslash
28599 aligned
28600 \series default
28601
28602 \begin_inset Index idx
28603 status collapsed
28604
28605 \begin_layout Plain Layout
28606 Comandos ! A ! 
28607 \backslash
28608 aligned
28609 \end_layout
28610
28611 \end_inset
28612
28613 .
28614  Aparece un marco púrpura alrededor del marco azul en el que ahora se pueden
28615  añadir filas y columnas.
28616  Fuera del entorno multilínea se pueden poner otras partes de la ecuación,
28617  como la llave.
28618 \end_layout
28619
28620 \begin_layout Standard
28621 El entorno aligned también es apropiado para ecuaciones largas cuyas líneas
28622  se alinean horizontalmente.
28623  Usar aligned en una ecuación presentada tiene la ventaja de que el número
28624  de ecuación se centra verticalmente con las líneas.
28625  Como ejemplo, la ecuación 
28626 \begin_inset CommandInset ref
28627 LatexCommand eqref
28628 reference "eq:cortolargo"
28629
28630 \end_inset
28631
28632  en entorno aligned: 
28633 \begin_inset Formula 
28634 \begin{equation}
28635 \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}|}\\
28636  & -\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}|}
28637 \end{aligned}
28638 \end{equation}
28639
28640 \end_inset
28641
28642 Para usar los entornos 
28643 \series bold
28644 alignedat
28645 \series default
28646
28647 \series bold
28648 gathered
28649 \series default
28650 , o 
28651 \series bold
28652 split
28653 \series default
28654 , se insertan respectivamente los comandos
28655 \series bold
28656  
28657 \backslash
28658 alignedat
28659 \series default
28660 ,
28661 \begin_inset Index idx
28662 status collapsed
28663
28664 \begin_layout Plain Layout
28665 Comandos ! A ! 
28666 \backslash
28667 alignedat
28668 \end_layout
28669
28670 \end_inset
28671
28672  
28673 \series bold
28674
28675 \backslash
28676 gathered
28677 \series default
28678
28679 \begin_inset Index idx
28680 status collapsed
28681
28682 \begin_layout Plain Layout
28683 Comandos ! G ! 
28684 \backslash
28685 gathered
28686 \end_layout
28687
28688 \end_inset
28689
28690 , o 
28691 \series bold
28692
28693 \backslash
28694 split
28695 \series default
28696
28697 \begin_inset Index idx
28698 status collapsed
28699
28700 \begin_layout Plain Layout
28701 Comandos ! S ! 
28702 \backslash
28703 split
28704 \end_layout
28705
28706 \end_inset
28707
28708 .
28709  El entorno split tiene las mismas propiedades que aligned pero sólo puede
28710  tener dos columnas.
28711 \end_layout
28712
28713 \begin_layout Subsection
28714 Texto en ecuaciones multilínea
28715 \begin_inset CommandInset label
28716 LatexCommand label
28717 name "sub:Texto-en-multilínea"
28718
28719 \end_inset
28720
28721
28722 \begin_inset Index idx
28723 status collapsed
28724
28725 \begin_layout Plain Layout
28726 Texto ! en ecuaciones
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \begin_inset Index idx
28733 status collapsed
28734
28735 \begin_layout Plain Layout
28736 Ecuación ! multilínea ! texto en
28737 \end_layout
28738
28739 \end_inset
28740
28741
28742 \end_layout
28743
28744 \begin_layout Standard
28745 En los entornos align, multilínea y gather, se puede insertar texto que
28746  se mostrará en una línea separada y que no afecta la alineación de columna.
28747  Para esto se usa el comando 
28748 \series bold
28749
28750 \backslash
28751 intertext
28752 \series default
28753
28754 \begin_inset Index idx
28755 status collapsed
28756
28757 \begin_layout Plain Layout
28758 Comandos ! I ! 
28759 \backslash
28760 intertext
28761 \end_layout
28762
28763 \end_inset
28764
28765  con el siguiente esquema:
28766 \end_layout
28767
28768 \begin_layout Standard
28769
28770 \series bold
28771
28772 \backslash
28773 intertext{texto}
28774 \end_layout
28775
28776 \begin_layout Standard
28777 El texto no debería ocupar más de una línea porque no se puede partir con
28778  guión.
28779  Como LyX aún no soporta 
28780 \series bold
28781
28782 \backslash
28783 intertext
28784 \series default
28785  directamente, el texto se escribe como texto matemático.
28786  
28787 \series bold
28788
28789 \backslash
28790 intertext
28791 \series default
28792  debe por tanto estar al comienzo de una línea y en la salida se presenta
28793  sobre esta línea.
28794  Un ejemplo en el que se ha insertado texto al inicio de la segunda línea:
28795 \begin_inset Formula 
28796 \begin{align}
28797 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28798 \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
28799 \end{align}
28800
28801 \end_inset
28802
28803
28804 \end_layout
28805
28806 \begin_layout Standard
28807 \noindent
28808 \align center
28809 \begin_inset Newpage newpage
28810 \end_inset
28811
28812
28813 \end_layout
28814
28815 \begin_layout Section
28816 Numeración de ecuaciones
28817 \begin_inset Index idx
28818 status collapsed
28819
28820 \begin_layout Plain Layout
28821 Ecuación ! numeración|see
28822 \begin_inset ERT
28823 status collapsed
28824
28825 \begin_layout Plain Layout
28826
28827 {
28828 \end_layout
28829
28830 \end_inset
28831
28832 Numeración de ecuaciones
28833 \begin_inset ERT
28834 status collapsed
28835
28836 \begin_layout Plain Layout
28837
28838 }
28839 \end_layout
28840
28841 \end_inset
28842
28843
28844 \end_layout
28845
28846 \end_inset
28847
28848
28849 \begin_inset Index idx
28850 status collapsed
28851
28852 \begin_layout Plain Layout
28853 Numeración de ecuaciones
28854 \end_layout
28855
28856 \end_inset
28857
28858
28859 \end_layout
28860
28861 \begin_layout Subsection
28862 General
28863 \end_layout
28864
28865 \begin_layout Standard
28866 Las ecuaciones numeradas se insertan con el menú 
28867 \family sans
28868 Insertar\SpecialChar \menuseparator
28869 Ecuación
28870 \family default
28871  
28872 \family sans
28873 \SpecialChar \menuseparator
28874 Numerada
28875 \family default
28876  (atajo 
28877 \family sans
28878 Ctrl+Alt
28879 \begin_inset space ~
28880 \end_inset
28881
28882 N
28883 \family default
28884 ).
28885  Ecuaciones existentes se pueden numerar con el menú 
28886 \family sans
28887 Editar\SpecialChar \menuseparator
28888 Ecuación\SpecialChar \menuseparator
28889 Numerar la ecuación
28890 \family default
28891  (atajo
28892 \family sans
28893  Alt+M
28894 \begin_inset space ~
28895 \end_inset
28896
28897 N
28898 \family default
28899 ).
28900  En LyX se muestra detrás de la ecuación el signo almohadilla entre paréntesis.
28901  En la salida se muestra el número real.
28902 \end_layout
28903
28904 \begin_layout Standard
28905 Si se activa la numeración en ecuaciones multilínea se numerarán todas las
28906  líneas.
28907  No obstante, la numeración se puede controlar en cada línea con el menú
28908  
28909 \family sans
28910 Editar\SpecialChar \menuseparator
28911 Ecuación\SpecialChar \menuseparator
28912 Numerar la línea
28913 \family default
28914  (atajo
28915 \family sans
28916  Alt+M
28917 \begin_inset space ~
28918 \end_inset
28919
28920 Mayúsculas+N
28921 \family default
28922 ).
28923 \end_layout
28924
28925 \begin_layout Standard
28926 Todas las ecuaciones, excepto en línea, pueden numerarse con dos estilos
28927  distintos, véase 
28928 \begin_inset CommandInset ref
28929 LatexCommand ref
28930 reference "sec:Estilos-de-ecuación"
28931
28932 \end_inset
28933
28934 .
28935 \end_layout
28936
28937 \begin_layout Subsection
28938 Referencias cruzadas
28939 \begin_inset Index idx
28940 status collapsed
28941
28942 \begin_layout Plain Layout
28943 Ecuación ! referencias cruzadas a
28944 \end_layout
28945
28946 \end_inset
28947
28948
28949 \end_layout
28950
28951 \begin_layout Standard
28952 Todas las ecuaciones con etiqueta se pueden referir.
28953  La etiqueta se añade con el menú 
28954 \family sans
28955 Insertar\SpecialChar \menuseparator
28956 Etiqueta
28957 \family default
28958  o con el botón 
28959 \begin_inset Graphics
28960         filename ../../images/label-insert.png
28961         scale 85
28962
28963 \end_inset
28964
28965  de la barra de herramientas.
28966  El cursor debe estar dentro de una ecuación en modo presentación.
28967  Como alternativa, se puede hacer clic derecha sobre la fórmula y elegir
28968  
28969 \family sans
28970 Etiqueta de ecuación
28971 \family default
28972 .
28973  Surge un diálogo con el prefijo 
28974 \series bold
28975 eq:
28976 \series default
28977 , detrás del cual se escribe el texto de la etiqueta.
28978  El prefijo significa 
28979 \begin_inset Quotes fld
28980 \end_inset
28981
28982 equation
28983 \begin_inset Quotes frd
28984 \end_inset
28985
28986  y hace más fácil encontrar etiquetas en documentos extensos porque así
28987  se distingue p.
28988 \begin_inset space \thinspace{}
28989 \end_inset
28990
28991 ej.
28992 \begin_inset space ~
28993 \end_inset
28994
28995 de las etiquetas de sección.
28996  Para cambiar una etiqueta se usa de nuevo el menú 
28997 \family sans
28998 Insertar\SpecialChar \menuseparator
28999 Etiqueta 
29000 \family default
29001 o la opción 
29002 \family sans
29003 Etiqueta de ecuación
29004 \family default
29005  al hacer clic derecha sobre una fórmula.
29006 \end_layout
29007
29008 \begin_layout Standard
29009 En LyX, el nombre de la etiqueta se muestra entre paréntesis detrás de la
29010  ecuación.
29011  Una ecuación con etiqueta se numera siempre.
29012 \end_layout
29013
29014 \begin_layout Standard
29015 Las referencias cruzadas se insertan mediante el menú 
29016 \family sans
29017 Insertar\SpecialChar \menuseparator
29018 Referencia cruzada
29019 \family default
29020  o con el botón 
29021 \begin_inset Graphics
29022         filename ../../images/dialog-show-new-inset_ref.png
29023         scale 85
29024
29025 \end_inset
29026
29027 .
29028  Una referencia a una ecuación aparece en la salida con su número.
29029  Si en el diálogo de referencia cruzada se elige el formato 
29030 \series bold
29031 (<referencia>)
29032 \series default
29033 , la referencia se muestra en la salida entre paréntesis.
29034  
29035 \begin_inset Newline newline
29036 \end_inset
29037
29038 En LyX, pulsando clic derecho sobre una referencia cruzada el cursor salta
29039  a la ecuación de referencia.
29040 \end_layout
29041
29042 \begin_layout Standard
29043 He aquí ejemplos de referencias cruzadas a ecuaciones de las subsecciones
29044  siguientes:
29045 \begin_inset Note Note
29046 status collapsed
29047
29048 \begin_layout Plain Layout
29049 Observa los distintos tipos de referencias cruzadas.
29050 \end_layout
29051
29052 \end_inset
29053
29054
29055 \end_layout
29056
29057 \begin_layout Standard
29058 Las ecuaciones 
29059 \begin_inset CommandInset ref
29060 LatexCommand eqref
29061 reference "eq:tag"
29062
29063 \end_inset
29064
29065  y 
29066 \begin_inset CommandInset ref
29067 LatexCommand eqref
29068 reference "eq:c"
29069
29070 \end_inset
29071
29072  son equivalentes.
29073  En (
29074 \begin_inset CommandInset ref
29075 LatexCommand ref
29076 reference "eq:Lat"
29077
29078 \end_inset
29079
29080 ) se usan mayúsculas latinas para la numeración, a diferencia de (
29081 \begin_inset CommandInset ref
29082 LatexCommand ref
29083 reference "eq:Rom"
29084
29085 \end_inset
29086
29087 ).
29088 \begin_inset VSpace medskip
29089 \end_inset
29090
29091
29092 \end_layout
29093
29094 \begin_layout Standard
29095 Si el argumento de 
29096 \series bold
29097
29098 \backslash
29099 tag
29100 \begin_inset Foot
29101 status collapsed
29102
29103 \begin_layout Plain Layout
29104
29105 \series bold
29106
29107 \backslash
29108 tag
29109 \series default
29110  se describe en 
29111 \begin_inset CommandInset ref
29112 LatexCommand ref
29113 reference "sub:Numeración-personalizada"
29114
29115 \end_inset
29116
29117
29118 \end_layout
29119
29120 \end_inset
29121
29122
29123 \series default
29124  contiene un marco, como se describe en la 
29125 \begin_inset CommandInset ref
29126 LatexCommand ref
29127 reference "sub:Marcos-de-párrafo"
29128
29129 \end_inset
29130
29131 , no se puede referir la ecuación.
29132 \end_layout
29133
29134 \begin_layout Subsection
29135 Subnumeración
29136 \begin_inset Index idx
29137 status collapsed
29138
29139 \begin_layout Plain Layout
29140 Numeración de ecuaciones ! subnumeración
29141 \end_layout
29142
29143 \end_inset
29144
29145
29146 \end_layout
29147
29148 \begin_layout Standard
29149 Con ayuda de los comandos 
29150 \series bold
29151
29152 \backslash
29153 begin{subequations}
29154 \series default
29155  y 
29156 \series bold
29157
29158 \backslash
29159 end{subequations}
29160 \series default
29161  en modo TeX se pueden subnumerar ecuaciones.
29162 \end_layout
29163
29164 \begin_layout Standard
29165 Ejemplo:
29166 \begin_inset Formula 
29167 \begin{equation}
29168 A=C-B\label{eq:a}
29169 \end{equation}
29170
29171 \end_inset
29172
29173
29174 \begin_inset ERT
29175 status collapsed
29176
29177 \begin_layout Plain Layout
29178
29179
29180 \backslash
29181 addtocounter{equation}{-1}
29182 \end_layout
29183
29184 \end_inset
29185
29186
29187 \begin_inset ERT
29188 status collapsed
29189
29190 \begin_layout Plain Layout
29191
29192
29193 \backslash
29194 begin{subequations}
29195 \end_layout
29196
29197 \end_inset
29198
29199
29200 \begin_inset VSpace -5mm
29201 \end_inset
29202
29203
29204 \begin_inset Formula 
29205 \begin{equation}
29206 B=C-A\label{eq:b}
29207 \end{equation}
29208
29209 \end_inset
29210
29211
29212 \begin_inset Formula 
29213 \begin{equation}
29214 C=A+B\label{eq:c}
29215 \end{equation}
29216
29217 \end_inset
29218
29219
29220 \end_layout
29221
29222 \begin_layout Standard
29223 \begin_inset ERT
29224 status collapsed
29225
29226 \begin_layout Plain Layout
29227
29228
29229 \backslash
29230 end{subequations}
29231 \end_layout
29232
29233 \end_inset
29234
29235
29236 \end_layout
29237
29238 \begin_layout Standard
29239 Para este ejemplo se ha hecho lo siguiente:
29240 \end_layout
29241
29242 \begin_layout Enumerate
29243 se inserta la primera ecuación
29244 \end_layout
29245
29246 \begin_layout Enumerate
29247 después de ella se inserta
29248 \series bold
29249
29250 \begin_inset Newline newline
29251 \end_inset
29252
29253
29254 \backslash
29255 addtocounter{equation}{-1} 
29256 \backslash
29257 begin{subequations}
29258 \begin_inset Index idx
29259 status collapsed
29260
29261 \begin_layout Plain Layout
29262 Comandos ! A ! 
29263 \backslash
29264 addtocounter
29265 \end_layout
29266
29267 \end_inset
29268
29269
29270 \end_layout
29271
29272 \begin_layout Enumerate
29273 se inserta la segunda ecuación
29274 \end_layout
29275
29276 \begin_layout Enumerate
29277 se inserta la tercera ecuación
29278 \end_layout
29279
29280 \begin_layout Enumerate
29281 se inserta 
29282 \series bold
29283
29284 \backslash
29285 end{subequations}
29286 \series default
29287  tras la tercera ecuación
29288 \end_layout
29289
29290 \begin_layout Standard
29291 Toda ecuación entre los comandos 
29292 \series bold
29293
29294 \backslash
29295 begin
29296 \series default
29297  y 
29298 \series bold
29299
29300 \backslash
29301 end
29302 \series default
29303  se subnumera con a, b, c\SpecialChar \ldots{}
29304  En ecuaciones multilínea se subnumerará cada línea.
29305  Todas las ecuaciones subnumeradas son tratadas como 
29306 \emph on
29307 una
29308 \emph default
29309  ecuación numerada.
29310  Pero como cada ecuación numerada aumenta el contador 
29311 \series bold
29312 equation
29313 \series default
29314  en uno, hay que disminuir el comando 
29315 \series bold
29316
29317 \backslash
29318 addtocounter
29319 \series default
29320 .
29321  De lo contrario, las ecuaciones 
29322 \begin_inset CommandInset ref
29323 LatexCommand eqref
29324 reference "eq:a"
29325
29326 \end_inset
29327
29328
29329 \begin_inset CommandInset ref
29330 LatexCommand eqref
29331 reference "eq:b"
29332
29333 \end_inset
29334
29335
29336 \begin_inset CommandInset ref
29337 LatexCommand eqref
29338 reference "eq:c"
29339
29340 \end_inset
29341
29342  se numerarían 
29343 \begin_inset CommandInset ref
29344 LatexCommand eqref
29345 reference "eq:a"
29346
29347 \end_inset
29348
29349
29350 \begin_inset CommandInset ref
29351 LatexCommand eqref
29352 reference "eq:d"
29353
29354 \end_inset
29355
29356
29357 \begin_inset CommandInset ref
29358 LatexCommand eqref
29359 reference "eq:f"
29360
29361 \end_inset
29362
29363 .
29364 \end_layout
29365
29366 \begin_layout Standard
29367 Al insertar los comandos en modo TeX se crea un espacio entre las dos primeras
29368  ecuaciones.
29369  Para evitarlo se inserta ese espacio vertical de -5
29370 \begin_inset space \thinspace{}
29371 \end_inset
29372
29373 mm detrás del comando 
29374 \series bold
29375
29376 \backslash
29377 begin{subequations}
29378 \series default
29379 .
29380
29381 \series bold
29382  
29383 \series default
29384 Si se usa el estilo 
29385 \series bold
29386 Sangrado
29387 \series default
29388
29389 \begin_inset Foot
29390 status collapsed
29391
29392 \begin_layout Plain Layout
29393 véase estilos de ecuación en 
29394 \begin_inset CommandInset ref
29395 LatexCommand ref
29396 reference "sec:Estilos-de-ecuación"
29397
29398 \end_inset
29399
29400
29401 \end_layout
29402
29403 \end_inset
29404
29405 , entonces se inserta -7
29406 \begin_inset space \thinspace{}
29407 \end_inset
29408
29409 mm.
29410 \end_layout
29411
29412 \begin_layout Standard
29413 Un ejemplo de ecuación multilínea en la que se ha eliminado la numeración
29414  de la segunda línea:
29415 \begin_inset ERT
29416 status collapsed
29417
29418 \begin_layout Plain Layout
29419
29420
29421 \backslash
29422 begin{subequations}
29423 \end_layout
29424
29425 \end_inset
29426
29427
29428 \begin_inset Formula 
29429 \begin{eqnarray}
29430 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29431  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29432  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29433 \end{eqnarray}
29434
29435 \end_inset
29436
29437
29438 \begin_inset ERT
29439 status collapsed
29440
29441 \begin_layout Plain Layout
29442
29443
29444 \backslash
29445 end{subequations}
29446 \end_layout
29447
29448 \end_inset
29449
29450
29451 \end_layout
29452
29453 \begin_layout Subsection
29454 Numeración definida por el usuario
29455 \begin_inset CommandInset label
29456 LatexCommand label
29457 name "sub:Numeración-personalizada"
29458
29459 \end_inset
29460
29461
29462 \begin_inset Index idx
29463 status collapsed
29464
29465 \begin_layout Plain Layout
29466 Numeración de ecuaciones ! personalizada
29467 \end_layout
29468
29469 \end_inset
29470
29471
29472 \end_layout
29473
29474 \begin_layout Standard
29475 Con la numeración estándar el número se coloca entre paréntesis.
29476  Para reemplazar los paréntesis con barras verticales, p.
29477 \begin_inset space \thinspace{}
29478 \end_inset
29479
29480 e., se añade al preámbulo LaTeX la línea: 
29481 \end_layout
29482
29483 \begin_layout Standard
29484
29485 \series bold
29486
29487 \backslash
29488 def
29489 \backslash
29490 tagform@#1{
29491 \backslash
29492 maketag@@@{|#1|}}
29493 \series default
29494
29495 \begin_inset Note Note
29496 status collapsed
29497
29498 \begin_layout Plain Layout
29499 Esta macro ya está declarada en el preámbulo LaTeX para pruebas.
29500  Para activarlo, quita el % del principio.
29501 \end_layout
29502
29503 \end_inset
29504
29505
29506 \end_layout
29507
29508 \begin_layout Standard
29509 Para usar otros caracteres, se reemplazan las barras al lado de 
29510 \series bold
29511 #1
29512 \series default
29513  por ellos.
29514  Para obtener sólo el número de ecuación se omiten las barras verticales.
29515 \begin_inset VSpace bigskip
29516 \end_inset
29517
29518
29519 \end_layout
29520
29521 \begin_layout Standard
29522 Si quieres poner una expresión entre paréntesis en vez del número de ecuación
29523  consecutivo, se usa el comando 
29524 \series bold
29525
29526 \backslash
29527 tag
29528 \begin_inset Index idx
29529 status collapsed
29530
29531 \begin_layout Plain Layout
29532 Comandos ! T ! 
29533 \backslash
29534 tag
29535 \end_layout
29536
29537 \end_inset
29538
29539
29540 \series default
29541 :
29542 \begin_inset Formula 
29543 \begin{equation}
29544 A+B=C\tag{algo}\label{eq:tag}
29545 \end{equation}
29546
29547 \end_inset
29548
29549 En este ejemplo se ha insertado el comando
29550 \series bold
29551  
29552 \backslash
29553 tag
29554 \begin_inset space \textvisiblespace{}
29555 \end_inset
29556
29557 algo
29558 \series default
29559  en la ecuación.
29560 \end_layout
29561
29562 \begin_layout Standard
29563 Si se usa en su lugar el comando con asterisco 
29564 \series bold
29565
29566 \backslash
29567 tag*
29568 \begin_inset space \textvisiblespace{}
29569 \end_inset
29570
29571 algo
29572 \series default
29573  no se imprimen los paréntesis:
29574 \begin_inset Formula 
29575 \[
29576 A+B=C\tag*{algo}
29577 \]
29578
29579 \end_inset
29580
29581
29582 \end_layout
29583
29584 \begin_layout Standard
29585 \begin_inset VSpace bigskip
29586 \end_inset
29587
29588
29589 \end_layout
29590
29591 \begin_layout Standard
29592 Para reiniciar la numeración en nuevas partes o secciones del documento
29593  se usan los siguientes comandos:
29594 \end_layout
29595
29596 \begin_layout Standard
29597
29598 \series bold
29599
29600 \backslash
29601 @addtoreset{equation}{part}
29602 \series default
29603
29604 \begin_inset Index idx
29605 status collapsed
29606
29607 \begin_layout Plain Layout
29608 Comandos ! 
29609 \begin_inset ERT
29610 status collapsed
29611
29612 \begin_layout Plain Layout
29613
29614 "
29615 \end_layout
29616
29617 \end_inset
29618
29619 @
29620 \begin_inset ERT
29621 status collapsed
29622
29623 \begin_layout Plain Layout
29624
29625 "
29626 \end_layout
29627
29628 \end_inset
29629
29630  ! 
29631 \backslash
29632
29633 \begin_inset ERT
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637
29638 "
29639 \end_layout
29640
29641 \end_inset
29642
29643 @
29644 \begin_inset ERT
29645 status collapsed
29646
29647 \begin_layout Plain Layout
29648
29649 "
29650 \end_layout
29651
29652 \end_inset
29653
29654 addtoreset
29655 \end_layout
29656
29657 \end_inset
29658
29659
29660 \begin_inset Newline newline
29661 \end_inset
29662
29663
29664 \series bold
29665
29666 \backslash
29667 @addtoreset{equation}{section}
29668 \end_layout
29669
29670 \begin_layout Standard
29671 Pata poder usar estos comandos en modo TeX, el carácter 
29672 \begin_inset Quotes fld
29673 \end_inset
29674
29675 @
29676 \begin_inset Quotes frd
29677 \end_inset
29678
29679  debe 
29680 \begin_inset Quotes fld
29681 \end_inset
29682
29683 activarse
29684 \begin_inset Quotes frd
29685 \end_inset
29686
29687  para LaTeX con el comando 
29688 \series bold
29689
29690 \backslash
29691 makeatletter
29692 \series default
29693 .
29694  El comando 
29695 \series bold
29696
29697 \backslash
29698 makeatother
29699 \series default
29700  deshace esto.
29701  Así pues, la secuencia de comandos en modo TeX es:
29702 \end_layout
29703
29704 \begin_layout Standard
29705
29706 \series bold
29707
29708 \backslash
29709 makeatletter
29710 \begin_inset Newline newline
29711 \end_inset
29712
29713
29714 \backslash
29715 @addtoreset{equation}{section}
29716 \begin_inset Newline newline
29717 \end_inset
29718
29719
29720 \backslash
29721 makeatother
29722 \end_layout
29723
29724 \begin_layout Standard
29725 En el preámbulo LaTeX se pueden omitir 
29726 \series bold
29727
29728 \backslash
29729 makeatletter
29730 \series default
29731  y 
29732 \series bold
29733
29734 \backslash
29735 makeatother
29736 \series default
29737  pues son automáticamente insertados por LyX.
29738 \end_layout
29739
29740 \begin_layout Standard
29741 Para el comando 
29742 \series bold
29743
29744 \backslash
29745 @addtoreset
29746 \series default
29747 ,
29748 \series bold
29749  
29750 \series default
29751 hay que cargar en el preámbulo LaTeX el archivo 
29752 \series bold
29753 remreset.sty
29754 \series default
29755
29756 \begin_inset Foot
29757 status collapsed
29758
29759 \begin_layout Plain Layout
29760
29761 \series bold
29762 remreset
29763 \series default
29764  es parte del paquete LaTeX 
29765 \series bold
29766 carlisle
29767 \series default
29768
29769 \begin_inset Index idx
29770 status collapsed
29771
29772 \begin_layout Plain Layout
29773 Paquetes ! carlisle
29774 \end_layout
29775
29776 \end_inset
29777
29778 , incluido en las instalaciones estándar de LaTeX.
29779 \end_layout
29780
29781 \end_inset
29782
29783
29784 \begin_inset Index idx
29785 status collapsed
29786
29787 \begin_layout Plain Layout
29788 Paquetes ! remreset
29789 \end_layout
29790
29791 \end_inset
29792
29793  con la línea
29794 \end_layout
29795
29796 \begin_layout Standard
29797
29798 \series bold
29799
29800 \backslash
29801 usepackage{remreset}
29802 \end_layout
29803
29804 \begin_layout Standard
29805 Entonces se puede usar el comando 
29806 \series bold
29807
29808 \backslash
29809 @removefromreset
29810 \series default
29811
29812 \begin_inset Index idx
29813 status collapsed
29814
29815 \begin_layout Plain Layout
29816 Comandos ! 
29817 \begin_inset ERT
29818 status collapsed
29819
29820 \begin_layout Plain Layout
29821
29822 "
29823 \end_layout
29824
29825 \end_inset
29826
29827 @
29828 \begin_inset ERT
29829 status collapsed
29830
29831 \begin_layout Plain Layout
29832
29833 "
29834 \end_layout
29835
29836 \end_inset
29837
29838  ! 
29839 \backslash
29840
29841 \begin_inset ERT
29842 status collapsed
29843
29844 \begin_layout Plain Layout
29845
29846 "
29847 \end_layout
29848
29849 \end_inset
29850
29851 @
29852 \begin_inset ERT
29853 status collapsed
29854
29855 \begin_layout Plain Layout
29856
29857 "
29858 \end_layout
29859
29860 \end_inset
29861
29862 removefromreset
29863 \end_layout
29864
29865 \end_inset
29866
29867  con el mismo esquema que 
29868 \series bold
29869
29870 \backslash
29871 @addtoreset
29872 \series default
29873 .
29874 \begin_inset VSpace bigskip
29875 \end_inset
29876
29877
29878 \end_layout
29879
29880 \begin_layout Standard
29881 A veces las ecuaciones deberían numerarse de la siguiente manera:
29882 \end_layout
29883
29884 \begin_layout Standard
29885
29886 \family typewriter
29887 (número de sección.número de ecuación)
29888 \end_layout
29889
29890 \begin_layout Standard
29891 El número de ecuación empezaría con 
29892 \begin_inset Quotes fld
29893 \end_inset
29894
29895 1
29896 \begin_inset Quotes frd
29897 \end_inset
29898
29899  en cada sección.
29900 \end_layout
29901
29902 \begin_layout Standard
29903 Para este caso hay el comando 
29904 \series bold
29905
29906 \backslash
29907 numberwithin
29908 \series default
29909
29910 \begin_inset Index idx
29911 status collapsed
29912
29913 \begin_layout Plain Layout
29914 Comandos ! N ! 
29915 \backslash
29916 numberwithin
29917 \end_layout
29918
29919 \end_inset
29920
29921 , que se usa con el esquema:
29922 \end_layout
29923
29924 \begin_layout Standard
29925
29926 \series bold
29927
29928 \backslash
29929 numberwithin{counter}{sectioning}
29930 \end_layout
29931
29932 \begin_layout Standard
29933 \begin_inset Quotes fld
29934 \end_inset
29935
29936 counter
29937 \begin_inset Quotes frd
29938 \end_inset
29939
29940  indica qué clase de numeración es afectada, 
29941 \begin_inset Quotes fld
29942 \end_inset
29943
29944 sectioning
29945 \begin_inset Quotes frd
29946 \end_inset
29947
29948  indica qué número va delante del punto.
29949  
29950 \end_layout
29951
29952 \begin_layout Standard
29953 Así pues, en nuestro caso se ha usado la siguiente línea en código TeX o
29954  en el preámbulo LaTeX:
29955 \end_layout
29956
29957 \begin_layout Standard
29958
29959 \series bold
29960
29961 \backslash
29962 numberwithin{equation}{section}
29963 \end_layout
29964
29965 \begin_layout Standard
29966 Este es el resultado::
29967 \begin_inset ERT
29968 status collapsed
29969
29970 \begin_layout Plain Layout
29971
29972
29973 \backslash
29974 numberwithin{equation}{section}
29975 \end_layout
29976
29977 \end_inset
29978
29979
29980 \begin_inset Formula 
29981 \begin{equation}
29982 A+B=C
29983 \end{equation}
29984
29985 \end_inset
29986
29987
29988 \end_layout
29989
29990 \begin_layout Standard
29991 Para numerar cuadros de modo que, p.
29992 \begin_inset space \thinspace{}
29993 \end_inset
29994
29995 ej., 
29996 \begin_inset Quotes fld
29997 \end_inset
29998
29999 sectioning
30000 \begin_inset Quotes frd
30001 \end_inset
30002
30003  sea el número de la parte se usa
30004 \begin_inset Newline newline
30005 \end_inset
30006
30007
30008 \series bold
30009
30010 \backslash
30011 numberwithin{table}{part}
30012 \end_layout
30013
30014 \begin_layout Standard
30015 Para volver a la numeración estándar o evitar esta clase numeración cuando
30016  es definida por la clase de documento, se inserta el siguiente comando
30017  en código TeX o en el preámbulo LaTeX:
30018 \end_layout
30019
30020 \begin_layout Standard
30021
30022 \series bold
30023
30024 \backslash
30025 renewcommand{
30026 \backslash
30027 theequation}{
30028 \backslash
30029 arabic{equation}}
30030 \begin_inset Index idx
30031 status collapsed
30032
30033 \begin_layout Plain Layout
30034 Comandos ! A ! 
30035 \backslash
30036 arabic
30037 \end_layout
30038
30039 \end_inset
30040
30041
30042 \series default
30043
30044 \begin_inset ERT
30045 status collapsed
30046
30047 \begin_layout Plain Layout
30048
30049
30050 \backslash
30051 renewcommand{
30052 \backslash
30053 theequation}{
30054 \backslash
30055 arabic{equation}}
30056 \end_layout
30057
30058 \end_inset
30059
30060
30061 \series bold
30062
30063 \begin_inset Newline newline
30064 \end_inset
30065
30066
30067 \series default
30068 o
30069 \series bold
30070
30071 \begin_inset Newline newline
30072 \end_inset
30073
30074
30075 \backslash
30076 renewcommand{
30077 \backslash
30078 thetable}{
30079 \backslash
30080 arabic{table}}
30081 \end_layout
30082
30083 \begin_layout Standard
30084
30085 \series bold
30086
30087 \backslash
30088 numberwithin
30089 \series default
30090  usa internamente el comando 
30091 \series bold
30092
30093 \backslash
30094 @addtoreset
30095 \series default
30096 , descrito arriba, que también debe ser restaurado.
30097 \begin_inset ERT
30098 status collapsed
30099
30100 \begin_layout Plain Layout
30101
30102
30103 \backslash
30104 makeatletter
30105 \end_layout
30106
30107 \begin_layout Plain Layout
30108
30109
30110 \backslash
30111 @removefromreset{equation}{section}
30112 \end_layout
30113
30114 \begin_layout Plain Layout
30115
30116
30117 \backslash
30118 makeatother
30119 \end_layout
30120
30121 \end_inset
30122
30123
30124 \end_layout
30125
30126 \begin_layout Subsection
30127 Numeración con números romanos y letras
30128 \begin_inset Index idx
30129 status collapsed
30130
30131 \begin_layout Plain Layout
30132 Numeración de ecuaciones ! con números romanos
30133 \end_layout
30134
30135 \end_inset
30136
30137
30138 \begin_inset Index idx
30139 status collapsed
30140
30141 \begin_layout Plain Layout
30142 Numeración de ecuaciones ! con letras
30143 \end_layout
30144
30145 \end_inset
30146
30147
30148 \end_layout
30149
30150 \begin_layout Standard
30151 Las ecuaciones también se pueden numerar con números romanos y letras latinas.
30152  Por ejemplo, para numerar con romanos en minúscula,
30153 \begin_inset Foot
30154 status collapsed
30155
30156 \begin_layout Plain Layout
30157 Como en español no se usan romanos en minúscula, el estilo 
30158 \series bold
30159 spanish
30160 \series default
30161  del sistema 
30162 \series bold
30163 babel
30164 \series default
30165  redefine 
30166 \series bold
30167
30168 \backslash
30169 roman
30170 \series default
30171  para que los dé en versalitas.
30172  Véase 
30173 \begin_inset CommandInset citation
30174 LatexCommand cite
30175 key "spanish"
30176
30177 \end_inset
30178
30179  (
30180 \emph on
30181 N.
30182 \begin_inset space \thinspace{}
30183 \end_inset
30184
30185 del t
30186 \emph default
30187 ).
30188 \end_layout
30189
30190 \end_inset
30191
30192  se inserta el comando
30193 \end_layout
30194
30195 \begin_layout Standard
30196
30197 \series bold
30198
30199 \backslash
30200 renewcommand{
30201 \backslash
30202 theequation}{
30203 \backslash
30204 roman{equation}}
30205 \end_layout
30206
30207 \begin_layout Standard
30208 antes de la ecuación en modo TeX.
30209  
30210 \series bold
30211
30212 \backslash
30213 renewcommand
30214 \series default
30215
30216 \begin_inset Index idx
30217 status collapsed
30218
30219 \begin_layout Plain Layout
30220 Comandos ! R ! 
30221 \backslash
30222 renewcommand
30223 \end_layout
30224
30225 \end_inset
30226
30227  redefine el comando predefinido 
30228 \series bold
30229
30230 \backslash
30231 theequation
30232 \series default
30233  como 
30234 \series bold
30235
30236 \backslash
30237 roman{equation}
30238 \series default
30239 .
30240 \begin_inset Foot
30241 status collapsed
30242
30243 \begin_layout Plain Layout
30244 El comando 
30245 \series bold
30246
30247 \backslash
30248 renewcommand
30249 \series default
30250  tiene el mismo esquema que el comando 
30251 \series bold
30252
30253 \backslash
30254 newcommand
30255 \series default
30256 , descrito en 
30257 \begin_inset CommandInset ref
30258 LatexCommand ref
30259 reference "sub:El-comando-newcommand"
30260
30261 \end_inset
30262
30263 .
30264 \end_layout
30265
30266 \end_inset
30267
30268  
30269 \series bold
30270 equation
30271 \series default
30272  es el contador de ecuaciones.
30273  Si se usa el comando 
30274 \series bold
30275
30276 \backslash
30277 the
30278 \series default
30279  como prefijo de un contador, el valor del contador sale en números arábigos.
30280  Si una ecuación es numerada, LaTeX pone internamente el comando 
30281 \series bold
30282
30283 \backslash
30284 theequation
30285 \series default
30286  detrás de la ecuación.
30287  
30288 \series bold
30289
30290 \backslash
30291 roman{equation}
30292 \series default
30293
30294 \begin_inset Index idx
30295 status collapsed
30296
30297 \begin_layout Plain Layout
30298 Comandos ! R ! 
30299 \backslash
30300 roman
30301 \end_layout
30302
30303 \end_inset
30304
30305  pone el contador en romanos en minúscula.
30306 \end_layout
30307
30308 \begin_layout Standard
30309 Todas las ecuaciones siguientes a 
30310 \series bold
30311
30312 \backslash
30313 renew
30314 \series default
30315 c
30316 \series bold
30317 ommand
30318 \series default
30319  se numerarán en romanos.
30320  Para cambiar a números romanos en mayúscula se inserta de nuevo el comando,
30321  cambiando 
30322 \series bold
30323
30324 \backslash
30325 roman
30326 \series default
30327  por 
30328 \series bold
30329
30330 \backslash
30331 Roman
30332 \series default
30333
30334 \begin_inset Index idx
30335 status collapsed
30336
30337 \begin_layout Plain Layout
30338 Comandos ! R ! 
30339 \backslash
30340 roman@
30341 \backslash
30342 Roman
30343 \end_layout
30344
30345 \end_inset
30346
30347 .
30348  Para 
30349 \begin_inset Quotes fld
30350 \end_inset
30351
30352 numerar
30353 \begin_inset Quotes frd
30354 \end_inset
30355
30356  con minúsculas latinas hay el comando 
30357 \series bold
30358
30359 \backslash
30360 alph
30361 \series default
30362
30363 \begin_inset Index idx
30364 status collapsed
30365
30366 \begin_layout Plain Layout
30367 Comandos ! A ! 
30368 \backslash
30369 alph
30370 \end_layout
30371
30372 \end_inset
30373
30374 , y para mayúsculas el comando 
30375 \series bold
30376
30377 \backslash
30378 Alph
30379 \series default
30380
30381 \begin_inset Index idx
30382 status collapsed
30383
30384 \begin_layout Plain Layout
30385 Comandos ! A ! 
30386 \backslash
30387 alph@
30388 \backslash
30389 Alph
30390 \end_layout
30391
30392 \end_inset
30393
30394 .
30395 \end_layout
30396
30397 \begin_layout Standard
30398 \begin_inset Note Greyedout
30399 status open
30400
30401 \begin_layout Plain Layout
30402
30403 \series bold
30404 \color none
30405 Nota:
30406 \series default
30407  Con letras latinas sólo se puede numerar hasta un máximo de 26
30408 \begin_inset space ~
30409 \end_inset
30410
30411 ecuaciones.
30412 \end_layout
30413
30414 \end_inset
30415
30416
30417 \end_layout
30418
30419 \begin_layout Standard
30420 \begin_inset ERT
30421 status collapsed
30422
30423 \begin_layout Plain Layout
30424
30425
30426 \backslash
30427 renewcommand{
30428 \backslash
30429 theequation}{
30430 \backslash
30431 roman{equation}}
30432 \end_layout
30433
30434 \end_inset
30435
30436
30437 \begin_inset Formula 
30438 \begin{equation}
30439 A=\textrm{romanos en minúscula}
30440 \end{equation}
30441
30442 \end_inset
30443
30444
30445 \begin_inset ERT
30446 status collapsed
30447
30448 \begin_layout Plain Layout
30449
30450
30451 \backslash
30452 renewcommand{
30453 \backslash
30454 theequation}{
30455 \backslash
30456 Roman{equation}}
30457 \end_layout
30458
30459 \end_inset
30460
30461
30462 \begin_inset Formula 
30463 \begin{equation}
30464 B=\textrm{romanos en mayúscula}\label{eq:Rom}
30465 \end{equation}
30466
30467 \end_inset
30468
30469
30470 \begin_inset ERT
30471 status collapsed
30472
30473 \begin_layout Plain Layout
30474
30475
30476 \backslash
30477 renewcommand{
30478 \backslash
30479 theequation}{
30480 \backslash
30481 alph{equation}}
30482 \end_layout
30483
30484 \end_inset
30485
30486
30487 \begin_inset Formula 
30488 \begin{equation}
30489 C=\textrm{latinas en minúscula}
30490 \end{equation}
30491
30492 \end_inset
30493
30494
30495 \begin_inset ERT
30496 status collapsed
30497
30498 \begin_layout Plain Layout
30499
30500
30501 \backslash
30502 renewcommand{
30503 \backslash
30504 theequation}{
30505 \backslash
30506 Alph{equation}}
30507 \end_layout
30508
30509 \end_inset
30510
30511
30512 \begin_inset Formula 
30513 \begin{equation}
30514 D=\textrm{latinas en mayúscula}\label{eq:Lat}
30515 \end{equation}
30516
30517 \end_inset
30518
30519
30520 \end_layout
30521
30522 \begin_layout Standard
30523 Para volver a la numeración por omisión se inserta el comando:
30524 \end_layout
30525
30526 \begin_layout Standard
30527
30528 \series bold
30529
30530 \backslash
30531 renewcommand{
30532 \backslash
30533 theequation}{
30534 \backslash
30535 arabic{equation}}
30536 \begin_inset Index idx
30537 status collapsed
30538
30539 \begin_layout Plain Layout
30540 Comandos ! A ! 
30541 \backslash
30542 arabic
30543 \end_layout
30544
30545 \end_inset
30546
30547
30548 \end_layout
30549
30550 \begin_layout Standard
30551 \begin_inset ERT
30552 status collapsed
30553
30554 \begin_layout Plain Layout
30555
30556
30557 \backslash
30558 renewcommand{
30559 \backslash
30560 theequation}{
30561 \backslash
30562 arabic{equation}}
30563 \end_layout
30564
30565 \end_inset
30566
30567
30568 \begin_inset Formula 
30569 \begin{equation}
30570 E=\mbox{arábigos}
30571 \end{equation}
30572
30573 \end_inset
30574
30575
30576 \end_layout
30577
30578 \begin_layout Standard
30579 \begin_inset VSpace medskip
30580 \end_inset
30581
30582
30583 \end_layout
30584
30585 \begin_layout Standard
30586 Como ves, las ecuaciones se numeran consecutivamente independientemente
30587  del estilo de numeración.
30588  Cuando la numeración haya de empezar con 
30589 \begin_inset Quotes fld
30590 \end_inset
30591
30592 1
30593 \begin_inset Quotes frd
30594 \end_inset
30595
30596  al cambiar el estilo, hay que definir nuevos contadores de ecuación.
30597  Una descripción sobre esto se encuentra en el archivo 
30598 \begin_inset CommandInset href
30599 LatexCommand href
30600 name "Formula-numbering.lyx"
30601 target "run:Formula-numbering.lyx"
30602
30603 \end_inset
30604
30605 .
30606 \end_layout
30607
30608 \begin_layout Section
30609 Símbolos y ecuaciones químicas
30610 \begin_inset CommandInset label
30611 LatexCommand label
30612 name "sub:Símbolos-y-ecuaciones-químicas"
30613
30614 \end_inset
30615
30616
30617 \begin_inset Index idx
30618 status collapsed
30619
30620 \begin_layout Plain Layout
30621 Química ! símbolos
30622 \end_layout
30623
30624 \end_inset
30625
30626
30627 \begin_inset Index idx
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631 Química ! caracteres
30632 \end_layout
30633
30634 \end_inset
30635
30636
30637 \begin_inset Index idx
30638 status collapsed
30639
30640 \begin_layout Plain Layout
30641 Ecuación ! química|see
30642 \begin_inset ERT
30643 status collapsed
30644
30645 \begin_layout Plain Layout
30646
30647 {
30648 \end_layout
30649
30650 \end_inset
30651
30652 Química
30653 \begin_inset ERT
30654 status collapsed
30655
30656 \begin_layout Plain Layout
30657
30658 }
30659 \end_layout
30660
30661 \end_inset
30662
30663
30664 \end_layout
30665
30666 \end_inset
30667
30668
30669 \begin_inset Index idx
30670 status collapsed
30671
30672 \begin_layout Plain Layout
30673 Química ! iones
30674 \end_layout
30675
30676 \end_inset
30677
30678
30679 \begin_inset Index idx
30680 status collapsed
30681
30682 \begin_layout Plain Layout
30683 Iones|see
30684 \begin_inset ERT
30685 status collapsed
30686
30687 \begin_layout Plain Layout
30688
30689 {
30690 \end_layout
30691
30692 \end_inset
30693
30694 Química
30695 \begin_inset ERT
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699
30700 }
30701 \end_layout
30702
30703 \end_inset
30704
30705
30706 \end_layout
30707
30708 \end_inset
30709
30710
30711 \begin_inset Index idx
30712 status collapsed
30713
30714 \begin_layout Plain Layout
30715 Química ! reacción
30716 \end_layout
30717
30718 \end_inset
30719
30720
30721 \end_layout
30722
30723 \begin_layout Standard
30724 Un ejemplo de texto de química:
30725 \end_layout
30726
30727 \begin_layout Quote
30728 El ion 
30729 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30730 \end_inset
30731
30732  reacciona con dos iones 
30733 \begin_inset Formula $\mathrm{Na^{+}}$
30734 \end_inset
30735
30736  para dar sulfato de sodio 
30737 \begin_inset Formula $\mathrm{(Na_{2}SO_{4})}$
30738 \end_inset
30739
30740 .
30741  La ecuación química es:
30742 \begin_inset Formula 
30743 \begin{equation}
30744 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaccion-quimica}
30745 \end{equation}
30746
30747 \end_inset
30748
30749
30750 \end_layout
30751
30752 \begin_layout Standard
30753 Esta ecuación química puede componerse directamente en modo ecuación.
30754  Para evitar que los símbolos se impriman en cursiva, se selecciona todo
30755  y con el atajo 
30756 \family sans
30757 Alt+C
30758 \begin_inset space ~
30759 \end_inset
30760
30761 R
30762 \family default
30763  se cambia en redonda.
30764 \begin_inset Foot
30765 status collapsed
30766
30767 \begin_layout Plain Layout
30768 véase estilos de tipografías en 
30769 \begin_inset CommandInset ref
30770 LatexCommand ref
30771 reference "sub:Estilos-de-tipografías"
30772
30773 \end_inset
30774
30775 .
30776 \end_layout
30777
30778 \end_inset
30779
30780
30781 \end_layout
30782
30783 \begin_layout Standard
30784 Para escribir ecuaciones químicas es más conveniente usar el comando 
30785 \series bold
30786
30787 \backslash
30788 ce
30789 \series default
30790
30791 \begin_inset Index idx
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795 Comandos ! C ! 
30796 \backslash
30797 ce
30798 \end_layout
30799
30800 \end_inset
30801
30802 , que está disponible si está instalado el paquete LaTeX 
30803 \series bold
30804 mhchem
30805 \series default
30806
30807 \begin_inset Index idx
30808 status collapsed
30809
30810 \begin_layout Plain Layout
30811 Paquetes ! mhchem
30812 \end_layout
30813
30814 \end_inset
30815
30816 .
30817  Al insertar 
30818 \series bold
30819
30820 \backslash
30821 ce
30822 \series default
30823  en modo matemático aparece un nuevo marco azul en el que se pueden escribir
30824  ecuaciones químicas de una forma intuitiva.
30825 \end_layout
30826
30827 \begin_layout Standard
30828 \align center
30829 \begin_inset Tabular
30830 <lyxtabular version="3" rows="9" columns="2">
30831 <features rotate="0" tabularvalignment="middle">
30832 <column alignment="center" valignment="top">
30833 <column alignment="center" valignment="top">
30834 <row>
30835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30836 \begin_inset Text
30837
30838 \begin_layout Plain Layout
30839 Comando
30840 \end_layout
30841
30842 \end_inset
30843 </cell>
30844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30845 \begin_inset Text
30846
30847 \begin_layout Plain Layout
30848 Resultado
30849 \begin_inset Note Note
30850 status collapsed
30851
30852 \begin_layout Plain Layout
30853
30854 \series bold
30855
30856 \backslash
30857 raisebox
30858 \series default
30859  se usa sólo como espaciador
30860 \end_layout
30861
30862 \end_inset
30863
30864
30865 \end_layout
30866
30867 \end_inset
30868 </cell>
30869 </row>
30870 <row>
30871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30872 \begin_inset Text
30873
30874 \begin_layout Plain Layout
30875
30876 \backslash
30877 ce
30878 \begin_inset space \textvisiblespace{}
30879 \end_inset
30880
30881 H2CO3
30882 \end_layout
30883
30884 \end_inset
30885 </cell>
30886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30887 \begin_inset Text
30888
30889 \begin_layout Plain Layout
30890 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30891 \end_inset
30892
30893
30894 \end_layout
30895
30896 \end_inset
30897 </cell>
30898 </row>
30899 <row>
30900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30901 \begin_inset Text
30902
30903 \begin_layout Plain Layout
30904
30905 \backslash
30906 ce
30907 \begin_inset space \textvisiblespace{}
30908 \end_inset
30909
30910 SO4^2-
30911 \end_layout
30912
30913 \end_inset
30914 </cell>
30915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30916 \begin_inset Text
30917
30918 \begin_layout Plain Layout
30919 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30920 \end_inset
30921
30922
30923 \end_layout
30924
30925 \end_inset
30926 </cell>
30927 </row>
30928 <row>
30929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30930 \begin_inset Text
30931
30932 \begin_layout Plain Layout
30933
30934 \backslash
30935 ce
30936 \begin_inset space \textvisiblespace{}
30937 \end_inset
30938
30939 (NH4)2S
30940 \end_layout
30941
30942 \end_inset
30943 </cell>
30944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30945 \begin_inset Text
30946
30947 \begin_layout Plain Layout
30948 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30949 \end_inset
30950
30951
30952 \end_layout
30953
30954 \end_inset
30955 </cell>
30956 </row>
30957 <row>
30958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30959 \begin_inset Text
30960
30961 \begin_layout Plain Layout
30962
30963 \backslash
30964 ce
30965 \begin_inset space \textvisiblespace{}
30966 \end_inset
30967
30968 KCr(SO4)2.12H2O
30969 \end_layout
30970
30971 \end_inset
30972 </cell>
30973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30974 \begin_inset Text
30975
30976 \begin_layout Plain Layout
30977 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30978 \end_inset
30979
30980
30981 \end_layout
30982
30983 \end_inset
30984 </cell>
30985 </row>
30986 <row>
30987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30988 \begin_inset Text
30989
30990 \begin_layout Plain Layout
30991
30992 \backslash
30993 ce
30994 \begin_inset space \textvisiblespace{}
30995 \end_inset
30996
30997 A-B
30998 \backslash
30999 dbond
31000 \begin_inset space \textvisiblespace{}
31001 \end_inset
31002
31003 C
31004 \backslash
31005 tbond
31006 \begin_inset space \textvisiblespace{}
31007 \end_inset
31008
31009 D
31010 \end_layout
31011
31012 \end_inset
31013 </cell>
31014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31015 \begin_inset Text
31016
31017 \begin_layout Plain Layout
31018 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31019 \end_inset
31020
31021
31022 \end_layout
31023
31024 \end_inset
31025 </cell>
31026 </row>
31027 <row>
31028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31029 \begin_inset Text
31030
31031 \begin_layout Plain Layout
31032
31033 \backslash
31034 ce
31035 \begin_inset space \textvisiblespace{}
31036 \end_inset
31037
31038 ^227
31039 \begin_inset Formula $\downarrow$
31040 \end_inset
31041
31042 _90
31043 \begin_inset Formula $\to$
31044 \end_inset
31045
31046 Th+
31047 \end_layout
31048
31049 \end_inset
31050 </cell>
31051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31052 \begin_inset Text
31053
31054 \begin_layout Plain Layout
31055 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31056 \end_inset
31057
31058
31059 \end_layout
31060
31061 \end_inset
31062 </cell>
31063 </row>
31064 <row>
31065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31066 \begin_inset Text
31067
31068 \begin_layout Plain Layout
31069
31070 \backslash
31071 ce
31072 \begin_inset space \textvisiblespace{}
31073 \end_inset
31074
31075 CO2
31076 \begin_inset space \textvisiblespace{}
31077 \end_inset
31078
31079 +
31080 \begin_inset space \textvisiblespace{}
31081 \end_inset
31082
31083 C
31084 \begin_inset space \textvisiblespace{}
31085 \end_inset
31086
31087 <=>
31088 \begin_inset space \textvisiblespace{}
31089 \end_inset
31090
31091 2CO
31092 \end_layout
31093
31094 \end_inset
31095 </cell>
31096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31097 \begin_inset Text
31098
31099 \begin_layout Plain Layout
31100 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31101 \end_inset
31102
31103
31104 \end_layout
31105
31106 \end_inset
31107 </cell>
31108 </row>
31109 <row>
31110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31111 \begin_inset Text
31112
31113 \begin_layout Plain Layout
31114
31115 \backslash
31116 ce
31117 \begin_inset space \textvisiblespace{}
31118 \end_inset
31119
31120 CO2
31121 \begin_inset space \textvisiblespace{}
31122 \end_inset
31123
31124 +
31125 \begin_inset space \textvisiblespace{}
31126 \end_inset
31127
31128 C
31129 \begin_inset space \textvisiblespace{}
31130 \end_inset
31131
31132 ->[
31133 \backslash
31134 alpha][
31135 \backslash
31136 beta]
31137 \begin_inset space \textvisiblespace{}
31138 \end_inset
31139
31140 2CO}
31141 \end_layout
31142
31143 \end_inset
31144 </cell>
31145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31146 \begin_inset Text
31147
31148 \begin_layout Plain Layout
31149 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31150 \end_inset
31151
31152
31153 \end_layout
31154
31155 \end_inset
31156 </cell>
31157 </row>
31158 </lyxtabular>
31159
31160 \end_inset
31161
31162
31163 \end_layout
31164
31165 \begin_layout Standard
31166 \begin_inset Note Greyedout
31167 status open
31168
31169 \begin_layout Plain Layout
31170
31171 \series bold
31172 \color none
31173 Nota:
31174 \series default
31175  Insertar modo matemático en un marco 
31176 \series bold
31177
31178 \backslash
31179 ce
31180 \series default
31181  provocará errores de LaTeX.
31182  En estos casos hay que usar código TeX, como en 
31183 \series bold
31184
31185 \backslash
31186 ce{$
31187 \backslash
31188 mu
31189 \backslash
31190 hyphen$Cl}
31191 \series default
31192
31193 \begin_inset ERT
31194 status collapsed
31195
31196 \begin_layout Plain Layout
31197
31198
31199 \backslash
31200 ce{$
31201 \backslash
31202 mu
31203 \backslash
31204 hyphen$Cl}
31205 \end_layout
31206
31207 \end_inset
31208
31209  
31210 \end_layout
31211
31212 \end_inset
31213
31214
31215 \end_layout
31216
31217 \begin_layout Standard
31218 \begin_inset Note Greyedout
31219 status collapsed
31220
31221 \begin_layout Plain Layout
31222
31223 \series bold
31224 Nota:
31225 \series default
31226  En LyX no es posible usar el carácter ^ para obtener una flecha hacia arriba,
31227  como se describe en el manual de 
31228 \series bold
31229 mhchem
31230 \series default
31231 .
31232  Como alternativa, inserta un espacio delgado negativo seguido por el comando
31233  
31234 \series bold
31235
31236 \backslash
31237 uparrow
31238 \series default
31239
31240 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31241 \end_inset
31242
31243
31244 \end_layout
31245
31246 \end_inset
31247
31248
31249 \end_layout
31250
31251 \begin_layout Standard
31252 El comando 
31253 \series bold
31254
31255 \backslash
31256 ce
31257 \series default
31258  para la 
31259 \begin_inset CommandInset ref
31260 LatexCommand ref
31261 reference "eq:reaccion-quimica"
31262
31263 \end_inset
31264
31265  es
31266 \begin_inset Newline newline
31267 \end_inset
31268
31269
31270 \series bold
31271  
31272 \backslash
31273 ce
31274 \begin_inset space \textvisiblespace{}
31275 \end_inset
31276
31277 2Na+
31278 \begin_inset space \textvisiblespace{}
31279 \end_inset
31280
31281 +
31282 \begin_inset space \textvisiblespace{}
31283 \end_inset
31284
31285 SO4^2-
31286 \begin_inset space \textvisiblespace{}
31287 \end_inset
31288
31289
31290 \begin_inset space \textvisiblespace{}
31291 \end_inset
31292
31293 ->
31294 \begin_inset space \textvisiblespace{}
31295 \end_inset
31296
31297 Na2SO4
31298 \end_layout
31299
31300 \begin_layout Standard
31301 Para componer ecuaciones químicas multilínea primero se crea una ecuación
31302  multilínea, tal como se describe en la 
31303 \begin_inset CommandInset ref
31304 LatexCommand ref
31305 reference "sec:Ecuaciones-multilínea"
31306
31307 \end_inset
31308
31309 .
31310  Después se utiliza el comando 
31311 \series bold
31312
31313 \backslash
31314 ce
31315 \series default
31316  en cada cuadrito azul de la ecuación.
31317  La 
31318 \begin_inset CommandInset ref
31319 LatexCommand ref
31320 reference "eq:TEOS-reac-1"
31321
31322 \end_inset
31323
31324  y la 
31325 \begin_inset CommandInset ref
31326 LatexCommand ref
31327 reference "eq:TEOS-reac-2"
31328
31329 \end_inset
31330
31331  son ejemplos de una reacción química en dos fases en la que cada ecuación
31332  tiene su propio número.
31333 \begin_inset Formula 
31334 \begin{eqnarray}
31335 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reac-1}\\
31336 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reac-2}
31337 \end{eqnarray}
31338
31339 \end_inset
31340
31341
31342 \end_layout
31343
31344 \begin_layout Standard
31345 Además de 
31346 \series bold
31347
31348 \backslash
31349 ce
31350 \series default
31351  el paquete 
31352 \series bold
31353 mhchem
31354 \series default
31355  suministra el comando 
31356 \series bold
31357
31358 \backslash
31359 cf
31360 \series default
31361
31362 \begin_inset Index idx
31363 status collapsed
31364
31365 \begin_layout Plain Layout
31366 Comandos ! C ! 
31367 \backslash
31368 cf
31369 \end_layout
31370
31371 \end_inset
31372
31373  que ha de utilizarse en casos especiales.
31374  Para más información sobre 
31375 \series bold
31376
31377 \backslash
31378 cf
31379 \series default
31380  y más ejemplos echa un vistazo a la documentación de 
31381 \series bold
31382 mhchem
31383 \series default
31384
31385 \begin_inset CommandInset citation
31386 LatexCommand cite
31387 key "mhchem"
31388
31389 \end_inset
31390
31391 .
31392 \end_layout
31393
31394 \begin_layout Section
31395 Diagramas
31396 \end_layout
31397
31398 \begin_layout Standard
31399 Lyx soporta dos tipos de diagramas conmutativos: 
31400 \series bold
31401 amscd
31402 \series default
31403  y 
31404 \series bold
31405 xymatrix
31406 \series default
31407 , que se explican a continuación.
31408 \end_layout
31409
31410 \begin_layout Subsection
31411 Diagramas amscd
31412 \begin_inset Index idx
31413 status collapsed
31414
31415 \begin_layout Plain Layout
31416 Diagramas ! amscd
31417 \end_layout
31418
31419 \end_inset
31420
31421
31422 \end_layout
31423
31424 \begin_layout Standard
31425 Los diagramas de este tipo visualizan relaciones mediante líneas o flechas
31426  verticales y horizontales:
31427 \begin_inset Formula 
31428 \[
31429 \begin{CD}A@)))B@)))C\\
31430 @AAA@.@VVV\\
31431 F@(((E@(((D
31432 \end{CD}
31433 \]
31434
31435 \end_inset
31436
31437 Para obtener el diagrama se inserta en la ecuación el comando 
31438 \series bold
31439
31440 \backslash
31441 CD
31442 \begin_inset Index idx
31443 status collapsed
31444
31445 \begin_layout Plain Layout
31446 Comandos ! C ! 
31447 \backslash
31448 CD
31449 \end_layout
31450
31451 \end_inset
31452
31453
31454 \series default
31455 .
31456  Surge un marco azul entre dos líneas de trazos en el que se insertan a
31457  continuación comandos.
31458  Con 
31459 \family sans
31460 Ctrl+Entrar
31461 \family default
31462  se inicia una nueva línea.
31463  En las líneas impares se insertan relaciones horizontales, en las pares
31464  verticales.
31465 \end_layout
31466
31467 \begin_layout Standard
31468 Para componer las relaciones hay los siguientes comandos:
31469 \begin_inset Foot
31470 status collapsed
31471
31472 \begin_layout Plain Layout
31473 \begin_inset CommandInset label
31474 LatexCommand label
31475 name "fn:sinónimos"
31476
31477 \end_inset
31478
31479 Los comandos con 
31480 \family sans
31481 '
31482 \series bold
31483 >
31484 \series default
31485 '
31486 \family default
31487  o 
31488 \family sans
31489 '
31490 \series bold
31491 <
31492 \series default
31493 '
31494 \family default
31495  pueden generar errores con el estilo 
31496 \series bold
31497 spanish
31498 \series default
31499  de 
31500 \series bold
31501 babel
31502 \series default
31503 .
31504  Para evitarlo se pueden sustituir por sus sinónimos 
31505 \family sans
31506 '
31507 \series bold
31508 )
31509 \series default
31510 '
31511 \family default
31512  y 
31513 \family sans
31514 '
31515 \series bold
31516 (
31517 \series default
31518 '
31519 \family default
31520  respectivamente.
31521  Véase 
31522 \begin_inset CommandInset citation
31523 LatexCommand cite
31524 key "spanish"
31525
31526 \end_inset
31527
31528 .
31529  (
31530 \emph on
31531 N.
31532 \begin_inset space \thinspace{}
31533 \end_inset
31534
31535 del t.
31536 \emph default
31537 )
31538 \end_layout
31539
31540 \end_inset
31541
31542
31543 \end_layout
31544
31545 \begin_layout Itemize
31546
31547 \series bold
31548 @<<<
31549 \series default
31550  genera una flecha hacia la izquierda, 
31551 \series bold
31552 @>>>
31553 \series default
31554  una hacia la derecha, y 
31555 \series bold
31556 @=
31557 \series default
31558  un signo igual largo
31559 \end_layout
31560
31561 \begin_layout Itemize
31562
31563 \series bold
31564 @AAA
31565 \series default
31566  genera una flecha hacia arriba, 
31567 \series bold
31568 @VVV
31569 \series default
31570  una hacia abajo, y 
31571 \series bold
31572 @|
31573 \series default
31574  un signo igual vertical
31575 \end_layout
31576
31577 \begin_layout Itemize
31578
31579 \series bold
31580 @.
31581
31582 \series default
31583  genera una ubicación vacía para relaciones inexistentes
31584 \end_layout
31585
31586 \begin_layout Standard
31587 Todas las flechas pueden etiquetarse como sigue:
31588 \end_layout
31589
31590 \begin_layout Itemize
31591 Si se inserta texto entre el primero y el segundo 
31592 \series bold
31593 <
31594 \series default
31595  o 
31596 \series bold
31597 >
31598 \series default
31599 , respectivamente, se muestra sobre la flecha.
31600  Si se inserta entre el segundo y el tercero, bajo la flecha.
31601 \end_layout
31602
31603 \begin_layout Itemize
31604 Para flechas verticales, si se inserta texto entre la primera y la segunda
31605  
31606 \series bold
31607 A
31608 \series default
31609  o 
31610 \series bold
31611 V
31612 \series default
31613 , respectivamente, se muestra al lado izquierdo de la flecha.
31614  Si se inserta entre la segunda y la tercera, al lado derecho.
31615  Si el texto contiene A o V, estas letras deben ponerse entre llaves TeX.
31616 \end_layout
31617
31618 \begin_layout Standard
31619 Como ejemplo un diagrama con todas las relaciones posibles:
31620 \begin_inset Formula 
31621 \[
31622 \begin{CD}A@)j))B@))k)C@=F\\
31623 @AmAA@.@VV{V}V@|\\
31624 D@((j\,(E@)k))F@=C
31625 \end{CD}
31626 \]
31627
31628 \end_inset
31629
31630 El comando para este diagrama es:
31631 \begin_inset Newline newline
31632 \end_inset
31633
31634
31635 \series bold
31636
31637 \backslash
31638 CD
31639 \begin_inset space \textvisiblespace{}
31640 \end_inset
31641
31642 A@>j>>B@>>k>C@=F Ctrl+Entrar
31643 \begin_inset Newline newline
31644 \end_inset
31645
31646
31647 \begin_inset Phantom HPhantom
31648 status open
31649
31650 \begin_layout Plain Layout
31651
31652 \series bold
31653
31654 \backslash
31655 CD
31656 \begin_inset space \textvisiblespace{}
31657 \end_inset
31658
31659
31660 \end_layout
31661
31662 \end_inset
31663
31664 @AmAA@.@VV
31665 \backslash
31666 {V
31667 \series default
31668
31669 \begin_inset Formula $\to$
31670 \end_inset
31671
31672
31673 \series bold
31674 V@| Ctrl+Entrar
31675 \begin_inset Newline newline
31676 \end_inset
31677
31678
31679 \begin_inset Phantom HPhantom
31680 status open
31681
31682 \begin_layout Plain Layout
31683
31684 \series bold
31685
31686 \backslash
31687 CD
31688 \begin_inset space \textvisiblespace{}
31689 \end_inset
31690
31691
31692 \end_layout
31693
31694 \end_inset
31695
31696 D@<<j<E@>k>>F@=C
31697 \end_layout
31698
31699 \begin_layout Subsection
31700 Diagramas xymatrix
31701 \begin_inset Index idx
31702 status collapsed
31703
31704 \begin_layout Plain Layout
31705 Diagramas ! xymatrix
31706 \end_layout
31707
31708 \end_inset
31709
31710
31711 \end_layout
31712
31713 \begin_layout Standard
31714 Para usar matrices xy debe estar instalado el paquete LaTeX 
31715 \series bold
31716 xypic
31717 \series default
31718 .
31719  Una matriz xy se crea insertando el comando 
31720 \series bold
31721
31722 \backslash
31723 xymatrix
31724 \series default
31725  en una ecuación.
31726  Después podrás añadir nuevas columnas y filas como en matrices normales,
31727  véase
31728 \begin_inset space ~
31729 \end_inset
31730
31731
31732 \begin_inset CommandInset ref
31733 LatexCommand ref
31734 reference "sec:Matrices"
31735
31736 \end_inset
31737
31738 .
31739 \end_layout
31740
31741 \begin_layout Standard
31742 A diferencia de los diagramas amscd, las matrices xy soportan flechas diagonales
31743  y curvadas, y mucho más.
31744  Todas las posibilidades para generar diagramas conmutativos y decoraciones
31745  se explican en el 
31746 \emph on
31747 Manual de XY-pic
31748 \emph default
31749  que se encuentra en el menú 
31750 \family sans
31751 Ayuda\SpecialChar \menuseparator
31752 Manuales
31753 \begin_inset space ~
31754 \end_inset
31755
31756 específicos
31757 \family default
31758 .
31759 \end_layout
31760
31761 \begin_layout Subsection
31762 Diagramas 
31763 \noun on
31764 Feynman
31765 \noun default
31766
31767 \begin_inset Index idx
31768 status collapsed
31769
31770 \begin_layout Plain Layout
31771 Diagramas ! Feynman
31772 \end_layout
31773
31774 \end_inset
31775
31776
31777 \end_layout
31778
31779 \begin_layout Standard
31780 Para usar diagramas 
31781 \noun on
31782 Feynman
31783 \noun default
31784  debe estar instalado el paquete LaTeX 
31785 \series bold
31786 feyn
31787 \series default
31788 .
31789  Un diagrama 
31790 \noun on
31791 Feynman
31792 \noun default
31793  se crea insertando el comando 
31794 \series bold
31795
31796 \backslash
31797 Diagram
31798 \series default
31799  en una ecuación.
31800  Después podrás añadir nuevas columnas y filas como en matrices normales,
31801  véase
31802 \begin_inset space ~
31803 \end_inset
31804
31805
31806 \begin_inset CommandInset ref
31807 LatexCommand ref
31808 reference "sec:Matrices"
31809
31810 \end_inset
31811
31812 .
31813 \end_layout
31814
31815 \begin_layout Standard
31816 En el 
31817 \emph on
31818 Manual de diagramas Feynman
31819 \emph default
31820 , disponible en 
31821 \family sans
31822 Ayuda\SpecialChar \menuseparator
31823 Manuales
31824 \begin_inset space ~
31825 \end_inset
31826
31827 específicos
31828 \family default
31829 , hay ejemplos de diagramas de este tipo.
31830 \end_layout
31831
31832 \begin_layout Section
31833 Comandos definidos por el usuario
31834 \begin_inset Index idx
31835 status collapsed
31836
31837 \begin_layout Plain Layout
31838 Comandos de usuario
31839 \end_layout
31840
31841 \end_inset
31842
31843
31844 \end_layout
31845
31846 \begin_layout Standard
31847 \begin_inset Note Greyedout
31848 status open
31849
31850 \begin_layout Plain Layout
31851
31852 \series bold
31853 Nota:
31854 \series default
31855  Los nombres de los comandos definidos por el usuario y macros solo pueden
31856  contener letras latinas.
31857 \end_layout
31858
31859 \end_inset
31860
31861
31862 \end_layout
31863
31864 \begin_layout Subsection
31865 El comando 
31866 \backslash
31867 newcommand
31868 \begin_inset CommandInset label
31869 LatexCommand label
31870 name "sub:El-comando-newcommand"
31871
31872 \end_inset
31873
31874
31875 \begin_inset Index idx
31876 status collapsed
31877
31878 \begin_layout Plain Layout
31879 Comandos de usuario ! 
31880 \backslash
31881 newcommand
31882 \end_layout
31883
31884 \end_inset
31885
31886
31887 \begin_inset Index idx
31888 status collapsed
31889
31890 \begin_layout Plain Layout
31891 Comandos ! N ! 
31892 \backslash
31893 newcommand
31894 \end_layout
31895
31896 \end_inset
31897
31898
31899 \end_layout
31900
31901 \begin_layout Standard
31902 Muchos comandos LaTeX son demasiado largos para usarlos con frecuencia.
31903  Pero es posible definir nuevos comandos más cortos con el comando 
31904 \series bold
31905
31906 \backslash
31907 newcommand
31908 \series default
31909 .
31910  
31911 \end_layout
31912
31913 \begin_layout Standard
31914 El esquema del comando 
31915 \series bold
31916
31917 \backslash
31918 newcommand
31919 \series default
31920  es:
31921 \end_layout
31922
31923 \begin_layout Standard
31924
31925 \series bold
31926
31927 \backslash
31928 newcommand{nombre nuevo de comando}[número de argumentos]
31929 \begin_inset Newline newline
31930 \end_inset
31931
31932
31933 \begin_inset Phantom HPhantom
31934 status open
31935
31936 \begin_layout Plain Layout
31937
31938 \series bold
31939
31940 \backslash
31941 newcommand
31942 \end_layout
31943
31944 \end_inset
31945
31946 [valor opcional]{definición de comando}
31947 \end_layout
31948
31949 \begin_layout Standard
31950 \begin_inset Note Greyedout
31951 status open
31952
31953 \begin_layout Plain Layout
31954
31955 \series bold
31956 Nota:
31957 \series default
31958  Asegúrate de que el nombre del nuevo comando no está definido ya en el
31959  documento o en paquetes LaTeX que uses.
31960  Por ejemplo, si defines el comando 
31961 \series bold
31962
31963 \backslash
31964 le
31965 \series default
31966  para 
31967 \series bold
31968
31969 \backslash
31970 Leftarrow,
31971 \series default
31972  se producirán errores porque 
31973 \series bold
31974
31975 \backslash
31976 le
31977 \series default
31978  ya existe para 
31979 \begin_inset Quotes fld
31980 \end_inset
31981
31982
31983 \begin_inset Formula $\le$
31984 \end_inset
31985
31986
31987 \begin_inset Quotes frd
31988 \end_inset
31989
31990 .
31991
31992 \series bold
31993  
31994 \end_layout
31995
31996 \end_inset
31997
31998
31999 \end_layout
32000
32001 \begin_layout Standard
32002 El número de argumentos es un entero en el rango 0-9 y especifica cuántos
32003  argumentos debería tener el nuevo comando.
32004  Con el valor opcional se puede predefinir un valor para un argumento opcional.
32005  Cuando se hace esto, el 
32006 \emph on
32007 primer
32008 \emph default
32009  argumento del nuevo comando es automáticamente opcional.
32010 \end_layout
32011
32012 \begin_layout Standard
32013 \noindent
32014 \align center
32015 \begin_inset Newpage newpage
32016 \end_inset
32017
32018
32019 \end_layout
32020
32021 \begin_layout Standard
32022 Veamos unos ejemplos:
32023 \end_layout
32024
32025 \begin_layout Itemize
32026 Para definir el comando 
32027 \series bold
32028
32029 \backslash
32030 gr
32031 \series default
32032  para 
32033 \series bold
32034
32035 \backslash
32036 Longrightarrow
32037 \series default
32038 , la línea de preámbulo LaTeX es:
32039 \begin_inset VSpace medskip
32040 \end_inset
32041
32042
32043 \begin_inset Newline newline
32044 \end_inset
32045
32046
32047 \series bold
32048
32049 \backslash
32050 newcommand{
32051 \backslash
32052 gr}{
32053 \backslash
32054 Longrightarrow}
32055 \end_layout
32056
32057 \begin_layout Itemize
32058 Para definir el comando 
32059 \series bold
32060
32061 \backslash
32062 us
32063 \series default
32064  para 
32065 \series bold
32066
32067 \backslash
32068 underline
32069 \series default
32070 , el argumento (que sería subrayado) debe tenerse en cuenta.
32071  Para esto la línea de preámbulo es:
32072 \begin_inset VSpace medskip
32073 \end_inset
32074
32075
32076 \begin_inset Newline newline
32077 \end_inset
32078
32079
32080 \series bold
32081
32082 \backslash
32083 newcommand{
32084 \backslash
32085 us}[1]{
32086 \backslash
32087 underline{#1}}
32088 \series default
32089
32090 \begin_inset VSpace medskip
32091 \end_inset
32092
32093
32094 \begin_inset Newline newline
32095 \end_inset
32096
32097 El carácter 
32098 \series bold
32099 #
32100 \series default
32101  actúa como colocador del argumento, el 
32102 \series bold
32103 1
32104 \series default
32105  indica que es el colocador para el primer argumento.
32106 \end_layout
32107
32108 \begin_layout Itemize
32109 Para 
32110 \series bold
32111
32112 \backslash
32113 framebox
32114 \series default
32115  se puede definir, por ejemplo, el comando 
32116 \series bold
32117
32118 \backslash
32119 fb
32120 \series default
32121 :
32122 \begin_inset VSpace medskip
32123 \end_inset
32124
32125
32126 \begin_inset Newline newline
32127 \end_inset
32128
32129
32130 \series bold
32131
32132 \backslash
32133 newcommand{
32134 \backslash
32135 fb}[3]{
32136 \backslash
32137 framebox#1#2{$#3$}}
32138 \series default
32139
32140 \begin_inset VSpace medskip
32141 \end_inset
32142
32143
32144 \begin_inset Newline newline
32145 \end_inset
32146
32147 Los dos signos dólar generan la ecuación extra necesaria para 
32148 \series bold
32149
32150 \backslash
32151 framebox
32152 \series default
32153 , véase 
32154 \begin_inset CommandInset ref
32155 LatexCommand ref
32156 reference "sub:Marcos-con-bordes"
32157
32158 \end_inset
32159
32160 .
32161 \end_layout
32162
32163 \begin_layout Itemize
32164 Para crear un nuevo comando para 
32165 \series bold
32166
32167 \backslash
32168 fcolorbox
32169 \series default
32170  donde no es necesario especificar el color para el marco, el argumento
32171  para el color se define opcional:
32172 \begin_inset VSpace medskip
32173 \end_inset
32174
32175
32176 \begin_inset Newline newline
32177 \end_inset
32178
32179
32180 \series bold
32181
32182 \backslash
32183 newcommand{
32184 \backslash
32185 cb}[3][white]{
32186 \backslash
32187 fcolorbox{#2}{#1}{$#3$}}
32188 \series default
32189
32190 \begin_inset VSpace medskip
32191 \end_inset
32192
32193
32194 \begin_inset Newline newline
32195 \end_inset
32196
32197 Si el color no es especificado al usar 
32198 \series bold
32199
32200 \backslash
32201 cb
32202 \series default
32203 , se elige el color 
32204 \series bold
32205 white
32206 \series default
32207  predefinido.
32208 \end_layout
32209
32210 \begin_layout Standard
32211 Un ensayo con los nuevos comandos definidos:
32212 \end_layout
32213
32214 \begin_layout Standard
32215 \noindent
32216 \align center
32217 \begin_inset Tabular
32218 <lyxtabular version="3" rows="6" columns="2">
32219 <features rotate="0" tabularvalignment="middle">
32220 <column alignment="center" valignment="top">
32221 <column alignment="center" valignment="top">
32222 <row>
32223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32224 \begin_inset Text
32225
32226 \begin_layout Plain Layout
32227 Comando
32228 \end_layout
32229
32230 \end_inset
32231 </cell>
32232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32233 \begin_inset Text
32234
32235 \begin_layout Plain Layout
32236 Resultado
32237 \begin_inset Note Note
32238 status collapsed
32239
32240 \begin_layout Plain Layout
32241
32242 \series bold
32243
32244 \backslash
32245 raisebox
32246 \series default
32247  se usa sólo como espaciador
32248 \end_layout
32249
32250 \end_inset
32251
32252
32253 \end_layout
32254
32255 \end_inset
32256 </cell>
32257 </row>
32258 <row>
32259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32260 \begin_inset Text
32261
32262 \begin_layout Plain Layout
32263 A
32264 \backslash
32265 gr
32266 \begin_inset space \textvisiblespace{}
32267 \end_inset
32268
32269 B
32270 \end_layout
32271
32272 \end_inset
32273 </cell>
32274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32275 \begin_inset Text
32276
32277 \begin_layout Plain Layout
32278 \begin_inset Formula $A\gr B$
32279 \end_inset
32280
32281
32282 \end_layout
32283
32284 \end_inset
32285 </cell>
32286 </row>
32287 <row>
32288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32289 \begin_inset Text
32290
32291 \begin_layout Plain Layout
32292
32293 \backslash
32294 us{ABcd
32295 \end_layout
32296
32297 \end_inset
32298 </cell>
32299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32300 \begin_inset Text
32301
32302 \begin_layout Plain Layout
32303 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32304 \end_inset
32305
32306
32307 \end_layout
32308
32309 \end_inset
32310 </cell>
32311 </row>
32312 <row>
32313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32314 \begin_inset Text
32315
32316 \begin_layout Plain Layout
32317
32318 \backslash
32319 fb{[2cm]
32320 \begin_inset Formula $\to$
32321 \end_inset
32322
32323
32324 \backslash
32325 {
32326 \begin_inset Formula $\to$
32327 \end_inset
32328
32329
32330 \backslash
32331 {
32332 \backslash
32333 int
32334 \begin_inset space \textvisiblespace{}
32335 \end_inset
32336
32337 A=B
32338 \end_layout
32339
32340 \end_inset
32341 </cell>
32342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32343 \begin_inset Text
32344
32345 \begin_layout Plain Layout
32346 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32347 \end_inset
32348
32349
32350 \end_layout
32351
32352 \end_inset
32353 </cell>
32354 </row>
32355 <row>
32356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32357 \begin_inset Text
32358
32359 \begin_layout Plain Layout
32360
32361 \backslash
32362 cb{red
32363 \begin_inset Formula $\to$
32364 \end_inset
32365
32366
32367 \backslash
32368 {
32369 \backslash
32370 int
32371 \begin_inset space \textvisiblespace{}
32372 \end_inset
32373
32374 A=B
32375 \end_layout
32376
32377 \end_inset
32378 </cell>
32379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32380 \begin_inset Text
32381
32382 \begin_layout Plain Layout
32383 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32384 \end_inset
32385
32386
32387 \end_layout
32388
32389 \end_inset
32390 </cell>
32391 </row>
32392 <row>
32393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32394 \begin_inset Text
32395
32396 \begin_layout Plain Layout
32397
32398 \backslash
32399 cb[green]
32400 \backslash
32401 {red
32402 \begin_inset Formula $\to$
32403 \end_inset
32404
32405
32406 \backslash
32407 {
32408 \backslash
32409 int
32410 \begin_inset space \textvisiblespace{}
32411 \end_inset
32412
32413 A=B
32414 \end_layout
32415
32416 \end_inset
32417 </cell>
32418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32419 \begin_inset Text
32420
32421 \begin_layout Plain Layout
32422 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32423 \end_inset
32424
32425
32426 \end_layout
32427
32428 \end_inset
32429 </cell>
32430 </row>
32431 </lyxtabular>
32432
32433 \end_inset
32434
32435
32436 \end_layout
32437
32438 \begin_layout Subsection
32439 Macros de ecuaciones
32440 \begin_inset Index idx
32441 status collapsed
32442
32443 \begin_layout Plain Layout
32444 Comandos de usuario ! Macros de ecuaciones
32445 \end_layout
32446
32447 \end_inset
32448
32449
32450 \begin_inset Index idx
32451 status collapsed
32452
32453 \begin_layout Plain Layout
32454 Macros
32455 \end_layout
32456
32457 \end_inset
32458
32459
32460 \end_layout
32461
32462 \begin_layout Standard
32463 Los comandos definidos por el usuario son especialmente convenientes para
32464  expresiones complejas.
32465  Por ejemplo, si estás trabajando en un documento con ecuaciones cuadráticas,
32466  el mismo tipo de solución se repite varias veces.
32467  La forma general de una ecuación de segundo grado es:
32468 \begin_inset Formula 
32469 \[
32470 0=\lambda^{2}+p\lambda+q
32471 \]
32472
32473 \end_inset
32474
32475 La forma general de la solución es:
32476 \begin_inset Formula 
32477 \[
32478 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32479 \]
32480
32481 \end_inset
32482
32483
32484 \end_layout
32485
32486 \begin_layout Standard
32487 Para definir un comando para la ecuación de la solución, en donde solo hay
32488  que especificar los tres parámetros 
32489 \begin_inset Formula $\lambda$
32490 \end_inset
32491
32492
32493 \begin_inset Formula $p$
32494 \end_inset
32495
32496 , y 
32497 \begin_inset Formula $q$
32498 \end_inset
32499
32500 , y el índice de 
32501 \begin_inset Formula $\lambda$
32502 \end_inset
32503
32504  puede darse opcionalmente, la línea de preámbulo LaTeX es
32505 \begin_inset Newline newline
32506 \end_inset
32507
32508
32509 \series bold
32510
32511 \backslash
32512 newcommand{
32513 \backslash
32514 qG}[4][1,
32515 \backslash
32516 ,2]{#2_{#1}=-
32517 \backslash
32518 frac{#3}{2}
32519 \backslash
32520 pm
32521 \begin_inset Newline newline
32522 \end_inset
32523
32524
32525 \begin_inset Phantom HPhantom
32526 status open
32527
32528 \begin_layout Plain Layout
32529
32530 \series bold
32531
32532 \backslash
32533 newcommand
32534 \end_layout
32535
32536 \end_inset
32537
32538
32539 \backslash
32540 sqrt{
32541 \backslash
32542 frac{#3^{2}}{4}-#4}}
32543 \end_layout
32544
32545 \begin_layout Standard
32546 Para generar la solución se inserta el comando
32547 \begin_inset Newline newline
32548 \end_inset
32549
32550
32551 \series bold
32552
32553 \backslash
32554 qG{
32555 \backslash
32556 lambda
32557 \begin_inset Formula $\to$
32558 \end_inset
32559
32560
32561 \backslash
32562 {p
32563 \begin_inset Formula $\to$
32564 \end_inset
32565
32566
32567 \backslash
32568 {q
32569 \series default
32570  en una ecuación
32571 \series bold
32572 .
32573 \end_layout
32574
32575 \begin_layout Standard
32576 La definición del nuevo comando no es intuitiva porque hay que conocer los
32577  esquemas de todos los comandos LaTeX usados, por ejemplo, que una fracción
32578  se inserta en LaTeX como
32579 \series bold
32580  
32581 \backslash
32582 frac{numerador}{denominador}
32583 \series default
32584 .
32585  Además, uno puede olvidar fácilmente una llave en la definición y no puede
32586  ver en LyX lo que el nuevo comando está haciendo.
32587  Para evitar estos problemas, LyX ofrece la posibilidad de usar macros de
32588  ecuación en vez del comando
32589 \series bold
32590  
32591 \backslash
32592 newcommand
32593 \series default
32594 .
32595 \end_layout
32596
32597 \begin_layout Standard
32598 Una macro de ecuación se crea con el menú 
32599 \family sans
32600 Insertar\SpecialChar \menuseparator
32601 Ecuación\SpecialChar \menuseparator
32602 Macro
32603 \family default
32604  o con el botón 
32605 \begin_inset Graphics
32606         filename ../../images/math-macro_newmacroname_newcommand.png
32607         scale 85
32608
32609 \end_inset
32610
32611  de la barra de herramientas.
32612  Aparecen entonces la barra de herramientes de macros de ecuación y un recuadro
32613  como el siguiente donde se define la macro:
32614 \begin_inset Newline newline
32615 \end_inset
32616
32617
32618 \end_layout
32619
32620 \begin_layout Standard
32621 \begin_inset space \hspace*{\fill}
32622 \end_inset
32623
32624
32625 \begin_inset Graphics
32626         filename ../clipart/macrobox.png
32627
32628 \end_inset
32629
32630
32631 \begin_inset space \hspace*{\fill}
32632 \end_inset
32633
32634
32635 \begin_inset Newline newline
32636 \end_inset
32637
32638
32639 \begin_inset FormulaMacro
32640 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32641 \end_inset
32642
32643
32644 \backslash
32645 newmacroname es el nombre por omisión y debería cambiarse por alguno sensato.
32646  En el primer marco azul se inserta la ecuación buscada.
32647  Con el comando 
32648 \series bold
32649
32650 \backslash
32651 #númerodeargumento
32652 \series default
32653 , , o con el botón 
32654 \begin_inset Graphics
32655         filename ../../images/math-macro-add-param.png
32656         scale 85
32657
32658 \end_inset
32659
32660  de la barra de herramientas de macros se inserta un colocador de argumento,
32661  p.
32662 \begin_inset space \thinspace{}
32663 \end_inset
32664
32665 e
32666 \begin_inset space \space{}
32667 \end_inset
32668
32669
32670 \series bold
32671
32672 \backslash
32673 #1
32674 \series default
32675 .
32676  Los colocadores de argumento se muestran en rojo.
32677  Se pueden poner 9
32678 \begin_inset space ~
32679 \end_inset
32680
32681 argumentos como máximo.
32682  Con el botón 
32683 \begin_inset Graphics
32684         filename ../../images/math-macro-add-optional-param.png
32685         scale 85
32686
32687 \end_inset
32688
32689  se crean argumentos opcionales.
32690  El primer argumento no opcional puede transformarse en opcional con el
32691  botón 
32692 \begin_inset Graphics
32693         filename ../../images/math-macro-make-optional.png
32694         scale 85
32695
32696 \end_inset
32697
32698 .
32699  En el segundo marco azul puede definirse el aspecto de la macro en LyX.
32700  Normalmente quieres verlo tal como está definido, así que el recuadro se
32701  deja vacío.
32702  Pero si has creado una macro que necesita mucho espacio en la pantalla,
32703  en dicho recuadro puedes insertar, por ejemplo
32704 \begin_inset Newline newline
32705 \end_inset
32706
32707
32708 \series bold
32709 qG: 
32710 \backslash
32711 #1
32712 \series default
32713  
32714 \series bold
32715 ,
32716 \series default
32717  
32718 \series bold
32719
32720 \backslash
32721 #2
32722 \series default
32723  
32724 \series bold
32725 ,
32726 \series default
32727  
32728 \series bold
32729
32730 \backslash
32731 #3, 
32732 \backslash
32733 #4
32734 \begin_inset Newline newline
32735 \end_inset
32736
32737
32738 \series default
32739 Para la macro solo los argumentos con el nombre delante de ellos se mostrarán
32740  en LyX, lo que conlleva una visualización mejor.
32741  La ecuación aparece en la salida tal como se ha definido en el primer recuadro.
32742 \begin_inset Newline newline
32743 \end_inset
32744
32745 Además, el aspecto de las macros en las ecuaciones puede cambiarse para
32746  macros individuales situando el cursor en la macro y usando el menú 
32747 \family sans
32748 Ver\SpecialChar \menuseparator
32749 (Des)plegar macro de ecuación.
32750 \end_layout
32751
32752 \begin_layout Standard
32753 Para usar una macro, se inserta el nombre de la misma como comando en una
32754  ecuación, en nuestro caso 
32755 \series bold
32756
32757 \backslash
32758 qG
32759 \series default
32760 .
32761  Nuestra macro se muestra en LyX así:
32762 \begin_inset Newline newline
32763 \end_inset
32764
32765
32766 \begin_inset space \hspace*{\fill}
32767 \end_inset
32768
32769
32770 \begin_inset Graphics
32771         filename ../clipart/macrouse.png
32772
32773 \end_inset
32774
32775
32776 \begin_inset space \hspace*{\fill}
32777 \end_inset
32778
32779
32780 \begin_inset Newline newline
32781 \end_inset
32782
32783 Aquí tenemos nuestro ejemplo de macro con los argumentos 
32784 \begin_inset Formula $x$
32785 \end_inset
32786
32787
32788 \begin_inset Formula $\ln(x)$
32789 \end_inset
32790
32791 , y 
32792 \begin_inset Formula $B$
32793 \end_inset
32794
32795 :
32796 \end_layout
32797
32798 \begin_layout Standard
32799 \begin_inset Formula 
32800 \[
32801 \qG x{\ln(x)}B
32802 \]
32803
32804 \end_inset
32805
32806
32807 \end_layout
32808
32809 \begin_layout Standard
32810 LyX ofrece en el menú 
32811 \family sans
32812 Herramientas
32813 \family default
32814 \SpecialChar \menuseparator
32815
32816 \family sans
32817 Preferencias\SpecialChar \menuseparator
32818 Edición\SpecialChar \menuseparator
32819 Control
32820 \family default
32821  diferentes estilos para editar macros.
32822  Para encontrar el estilo que más te convenga, elige un estilo y pon el
32823  cursor en una macro para ver la diferencia.
32824 \end_layout
32825
32826 \begin_layout Standard
32827 Una macro de ecuación se transforma internamente en un comando 
32828 \series bold
32829
32830 \backslash
32831 newcommand
32832 \series default
32833  cuando se exporta el documento.
32834  El comando creado 
32835 \series bold
32836
32837 \backslash
32838 newcommand
32839 \series default
32840  no se coloca en el preámbulo LaTeX, por tanto las macros solo se pueden
32841  usar en ecuaciones que estén en recuadros de definición de macros en el
32842  documento.
32843  
32844 \end_layout
32845
32846 \begin_layout Standard
32847 Las macros de ecuación también pueden crearse directamente a partir de un
32848  comando
32849 \series bold
32850  
32851 \backslash
32852 newcommand
32853 \series default
32854 .
32855  Por ejemplo, escribiendo el comando
32856 \begin_inset Newline newline
32857 \end_inset
32858
32859
32860 \series bold
32861
32862 \backslash
32863 newcommand{
32864 \backslash
32865 larrow}[2]{
32866 \backslash
32867 xleftarrow[#2]{#1}}
32868 \begin_inset Newline newline
32869 \end_inset
32870
32871
32872 \series default
32873 como texto normal en LyX, seleccionándolo completamente y usando a continuación
32874  el atajo 
32875 \family sans
32876 Ctrl+M
32877 \family default
32878 , el comando se transformará en una macro de ecuación.
32879  Al emplear este método debes tener cuidado en escribir correctamente el
32880  comando 
32881 \series bold
32882
32883 \backslash
32884 newcommand
32885 \series default
32886 , de lo contrario la macro defectuosa lleva a obtener errores LaTeX.
32887  
32888 \end_layout
32889
32890 \begin_layout Standard
32891 Las macros de ecuación todavía tienen el problema de que fórmulas adicionales
32892  en definiciones de macros se manejan incorrectamente.
32893  Por eso el ejemplo 
32894 \series bold
32895
32896 \backslash
32897 fb
32898 \series default
32899  de 
32900 \begin_inset CommandInset ref
32901 LatexCommand ref
32902 reference "sub:El-comando-newcommand"
32903
32904 \end_inset
32905
32906  no puede crearse como macro.
32907 \end_layout
32908
32909 \begin_layout Standard
32910 Cuando el cursor está en un recuadro de definición de macro, verás en LyX
32911  la barra de herramientas de macros:
32912 \end_layout
32913
32914 \begin_layout Standard
32915 \begin_inset VSpace defskip
32916 \end_inset
32917
32918
32919 \end_layout
32920
32921 \begin_layout Standard
32922 \begin_inset Graphics
32923         filename ../clipart/MacroToolbar.png
32924
32925 \end_inset
32926
32927
32928 \begin_inset Index idx
32929 status collapsed
32930
32931 \begin_layout Plain Layout
32932 Macros ! Barra de herramientas
32933 \end_layout
32934
32935 \end_inset
32936
32937
32938 \end_layout
32939
32940 \begin_layout Standard
32941 \begin_inset VSpace defskip
32942 \end_inset
32943
32944
32945 \end_layout
32946
32947 \begin_layout Standard
32948 La barra de herramientas de macros contiene los siguientes botones:
32949 \end_layout
32950
32951 \begin_layout Standard
32952 \begin_inset VSpace defskip
32953 \end_inset
32954
32955
32956 \end_layout
32957
32958 \begin_layout Standard
32959 \begin_inset Tabular
32960 <lyxtabular version="3" rows="9" columns="2">
32961 <features rotate="0" islongtable="true" longtabularalignment="center">
32962 <column alignment="left" valignment="top">
32963 <column alignment="left" valignment="top" width="85col%">
32964 <row interlinespace="2.5mm">
32965 <cell alignment="center" valignment="top" usebox="none">
32966 \begin_inset Text
32967
32968 \begin_layout Plain Layout
32969 \begin_inset Graphics
32970         filename ../../images/math-macro-remove-param.png
32971         rotateOrigin center
32972
32973 \end_inset
32974
32975
32976 \end_layout
32977
32978 \end_inset
32979 </cell>
32980 <cell alignment="center" valignment="top" usebox="none">
32981 \begin_inset Text
32982
32983 \begin_layout Plain Layout
32984
32985 \family sans
32986 Editar\SpecialChar \menuseparator
32987 Ecuación\SpecialChar \menuseparator
32988 Definición de macro\SpecialChar \menuseparator
32989 Quitar último argumento
32990 \end_layout
32991
32992 \end_inset
32993 </cell>
32994 </row>
32995 <row interlinespace="2.5mm">
32996 <cell alignment="center" valignment="top" usebox="none">
32997 \begin_inset Text
32998
32999 \begin_layout Plain Layout
33000 \begin_inset Graphics
33001         filename ../../images/math-macro-add-param.png
33002         rotateOrigin center
33003
33004 \end_inset
33005
33006
33007 \end_layout
33008
33009 \end_inset
33010 </cell>
33011 <cell alignment="center" valignment="top" usebox="none">
33012 \begin_inset Text
33013
33014 \begin_layout Plain Layout
33015
33016 \family sans
33017 Editar\SpecialChar \menuseparator
33018 Ecuación\SpecialChar \menuseparator
33019 Definición de macro\SpecialChar \menuseparator
33020 Añadir argumento
33021 \end_layout
33022
33023 \end_inset
33024 </cell>
33025 </row>
33026 <row interlinespace="2.5mm">
33027 <cell alignment="center" valignment="top" usebox="none">
33028 \begin_inset Text
33029
33030 \begin_layout Plain Layout
33031 \begin_inset Graphics
33032         filename ../../images/math-macro-make-optional.png
33033         rotateOrigin center
33034
33035 \end_inset
33036
33037
33038 \end_layout
33039
33040 \end_inset
33041 </cell>
33042 <cell alignment="center" valignment="top" usebox="none">
33043 \begin_inset Text
33044
33045 \begin_layout Plain Layout
33046
33047 \family sans
33048 Editar\SpecialChar \menuseparator
33049 Ecuación\SpecialChar \menuseparator
33050 Definición de macro\SpecialChar \menuseparator
33051 Hacer opcional el primer
33052 \begin_inset Newline newline
33053 \end_inset
33054
33055
33056 \begin_inset Phantom HPhantom
33057 status open
33058
33059 \begin_layout Plain Layout
33060
33061 \family sans
33062 Editar\SpecialChar \menuseparator
33063 Ecuación\SpecialChar \menuseparator
33064 Definición de macro\SpecialChar \menuseparator
33065
33066 \end_layout
33067
33068 \end_inset
33069
33070 argumento no opcional
33071 \end_layout
33072
33073 \end_inset
33074 </cell>
33075 </row>
33076 <row interlinespace="2.5mm">
33077 <cell alignment="center" valignment="top" usebox="none">
33078 \begin_inset Text
33079
33080 \begin_layout Plain Layout
33081 \begin_inset Graphics
33082         filename ../../images/math-macro-make-nonoptional.png
33083         rotateOrigin center
33084
33085 \end_inset
33086
33087
33088 \end_layout
33089
33090 \end_inset
33091 </cell>
33092 <cell alignment="center" valignment="top" usebox="none">
33093 \begin_inset Text
33094
33095 \begin_layout Plain Layout
33096
33097 \family sans
33098 Editar\SpecialChar \menuseparator
33099 Ecuación\SpecialChar \menuseparator
33100 Definición de macro\SpecialChar \menuseparator
33101 Hacer no opcional el primer
33102 \begin_inset Newline newline
33103 \end_inset
33104
33105
33106 \begin_inset Phantom HPhantom
33107 status open
33108
33109 \begin_layout Plain Layout
33110
33111 \family sans
33112 Editar\SpecialChar \menuseparator
33113 Ecuación\SpecialChar \menuseparator
33114 Definición de macro\SpecialChar \menuseparator
33115
33116 \end_layout
33117
33118 \end_inset
33119
33120 argumento opcional
33121 \end_layout
33122
33123 \end_inset
33124 </cell>
33125 </row>
33126 <row interlinespace="2.5mm">
33127 <cell alignment="center" valignment="top" usebox="none">
33128 \begin_inset Text
33129
33130 \begin_layout Plain Layout
33131 \begin_inset Graphics
33132         filename ../../images/math-macro-remove-optional-param.png
33133         rotateOrigin center
33134
33135 \end_inset
33136
33137
33138 \end_layout
33139
33140 \end_inset
33141 </cell>
33142 <cell alignment="center" valignment="top" usebox="none">
33143 \begin_inset Text
33144
33145 \begin_layout Plain Layout
33146
33147 \family sans
33148 Editar\SpecialChar \menuseparator
33149 Ecuación\SpecialChar \menuseparator
33150 Definición de macro\SpecialChar \menuseparator
33151 Quitar argumento opcional
33152 \end_layout
33153
33154 \end_inset
33155 </cell>
33156 </row>
33157 <row interlinespace="2.5mm">
33158 <cell alignment="center" valignment="top" usebox="none">
33159 \begin_inset Text
33160
33161 \begin_layout Plain Layout
33162 \begin_inset Graphics
33163         filename ../../images/math-macro-add-optional-param.png
33164         rotateOrigin center
33165
33166 \end_inset
33167
33168
33169 \end_layout
33170
33171 \end_inset
33172 </cell>
33173 <cell alignment="center" valignment="top" usebox="none">
33174 \begin_inset Text
33175
33176 \begin_layout Plain Layout
33177
33178 \family sans
33179 Editar\SpecialChar \menuseparator
33180 Ecuación\SpecialChar \menuseparator
33181 Definición de macro\SpecialChar \menuseparator
33182 Insertar argumento opcional
33183 \end_layout
33184
33185 \end_inset
33186 </cell>
33187 </row>
33188 <row interlinespace="2.5mm">
33189 <cell alignment="center" valignment="top" usebox="none">
33190 \begin_inset Text
33191
33192 \begin_layout Plain Layout
33193 \begin_inset Graphics
33194         filename ../../images/math-macro-remove-greedy-param.png
33195         rotateOrigin center
33196
33197 \end_inset
33198
33199
33200 \end_layout
33201
33202 \end_inset
33203 </cell>
33204 <cell alignment="center" valignment="top" usebox="none">
33205 \begin_inset Text
33206
33207 \begin_layout Plain Layout
33208
33209 \family sans
33210 Editar\SpecialChar \menuseparator
33211 Ecuación\SpecialChar \menuseparator
33212 Definición de macro\SpecialChar \menuseparator
33213 Quitar último argumento
33214 \begin_inset Newline newline
33215 \end_inset
33216
33217
33218 \begin_inset Phantom HPhantom
33219 status open
33220
33221 \begin_layout Plain Layout
33222
33223 \family sans
33224 Editar\SpecialChar \menuseparator
33225 Ecuación\SpecialChar \menuseparator
33226 Definición de macro\SpecialChar \menuseparator
33227
33228 \end_layout
33229
33230 \end_inset
33231
33232 yendo hacia la derecha
33233 \end_layout
33234
33235 \end_inset
33236 </cell>
33237 </row>
33238 <row interlinespace="2.5mm">
33239 <cell alignment="center" valignment="top" usebox="none">
33240 \begin_inset Text
33241
33242 \begin_layout Plain Layout
33243 \begin_inset Graphics
33244         filename ../../images/math-macro-append-greedy-param.png
33245         rotateOrigin center
33246
33247 \end_inset
33248
33249
33250 \end_layout
33251
33252 \end_inset
33253 </cell>
33254 <cell alignment="center" valignment="top" usebox="none">
33255 \begin_inset Text
33256
33257 \begin_layout Plain Layout
33258
33259 \family sans
33260 Editar\SpecialChar \menuseparator
33261 Ecuación\SpecialChar \menuseparator
33262 Definición de macro\SpecialChar \menuseparator
33263 Añadir argumento comiendo
33264 \begin_inset Newline newline
33265 \end_inset
33266
33267
33268 \begin_inset Phantom HPhantom
33269 status open
33270
33271 \begin_layout Plain Layout
33272
33273 \family sans
33274 Editar\SpecialChar \menuseparator
33275 Ecuación\SpecialChar \menuseparator
33276 Definición de macro\SpecialChar \menuseparator
33277
33278 \end_layout
33279
33280 \end_inset
33281
33282 desde la derecha
33283 \end_layout
33284
33285 \end_inset
33286 </cell>
33287 </row>
33288 <row interlinespace="2.5mm">
33289 <cell alignment="center" valignment="top" usebox="none">
33290 \begin_inset Text
33291
33292 \begin_layout Plain Layout
33293 \begin_inset Graphics
33294         filename ../../images/math-macro-add-greedy-optional-param.png
33295         rotateOrigin center
33296
33297 \end_inset
33298
33299
33300 \end_layout
33301
33302 \end_inset
33303 </cell>
33304 <cell alignment="center" valignment="top" usebox="none">
33305 \begin_inset Text
33306
33307 \begin_layout Plain Layout
33308
33309 \family sans
33310 Editar\SpecialChar \menuseparator
33311 Ecuación\SpecialChar \menuseparator
33312 Definición de macro\SpecialChar \menuseparator
33313 Añadir argumento opcional
33314 \begin_inset Newline newline
33315 \end_inset
33316
33317
33318 \begin_inset Phantom HPhantom
33319 status open
33320
33321 \begin_layout Plain Layout
33322
33323 \family sans
33324 Editar\SpecialChar \menuseparator
33325 Ecuación\SpecialChar \menuseparator
33326 Definición de macro\SpecialChar \menuseparator
33327
33328 \end_layout
33329
33330 \end_inset
33331
33332 comiendo desde la derecha
33333 \end_layout
33334
33335 \end_inset
33336 </cell>
33337 </row>
33338 </lyxtabular>
33339
33340 \end_inset
33341
33342
33343 \end_layout
33344
33345 \begin_layout Section
33346 Sistema algebraico computacional
33347 \end_layout
33348
33349 \begin_layout Standard
33350 LyX permite el intercambio entre expresiones matemáticas escritas con su
33351  editor de ecuaciones y aplicaciones externas o guiones definidos por el
33352  usuario.
33353  Las aplicaciones soportadas actualmente son 
33354 \family sans
33355 Maple
33356 \family default
33357
33358 \family sans
33359 Mathematica
33360 \family default
33361
33362 \family sans
33363 Maxima
33364 \family default
33365  y 
33366 \family sans
33367 Octave
33368 \family default
33369 .
33370  Hay que advertir que el conjunto de estructuras matemáticas soportadas
33371  se limita a casos muy simples.
33372 \end_layout
33373
33374 \begin_layout Subsection
33375 Utilización
33376 \end_layout
33377
33378 \begin_layout Standard
33379 Escribe alguna expresión en una ecuación, despliega el menú 
33380 \family sans
33381 Editar\SpecialChar \menuseparator
33382 Ecuación\SpecialChar \menuseparator
33383 Usar programa de álgebra
33384 \family default
33385  y elige la aplicación que esté instalada en tu ordenador.
33386  Después de eso el resultado de la computación debería mostrarse a la derecha
33387  de la expresión junto con el operador "=".
33388 \end_layout
33389
33390 \begin_layout Standard
33391 A continuación hay unos ejemplos sencillos (con resultados de 
33392 \family sans
33393 Maxima
33394 \family default
33395 ) que muestran qué tipos de computación se pueden realizar:
33396 \end_layout
33397
33398 \begin_layout Itemize
33399 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33400 \end_inset
33401
33402
33403 \end_layout
33404
33405 \begin_layout Itemize
33406 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33407 \end_inset
33408
33409
33410 \end_layout
33411
33412 \begin_layout Itemize
33413 \begin_inset Formula $\int_{1}^{2}\sen(x)dx=\cos1-\cos2$
33414 \end_inset
33415
33416
33417 \end_layout
33418
33419 \begin_layout Itemize
33420 \begin_inset Formula $\det\left[\begin{array}{ccc}
33421 1 & 6 & 7\\
33422 2 & 5 & 8\\
33423 3 & 4 & 17
33424 \end{array}\right]=-56$
33425 \end_inset
33426
33427
33428 \end_layout
33429
33430 \begin_layout Itemize
33431 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33432 \end_inset
33433
33434
33435 \end_layout
33436
33437 \begin_layout Subsection
33438 Atajos de teclado
33439 \end_layout
33440
33441 \begin_layout Standard
33442 Actualmente no hay atajos de teclado para ejecutar las aplicaciones de álgebra.
33443  Se puede vincular fácilmente una combinación de teclas a la función 
33444 \family sans
33445 math-extern
33446 \family default
33447  de Lyx (véase el manual 
33448 \emph on
33449 Funciones de LyX
33450 \emph default
33451 ).
33452  Por ejemplo, para vincular la tecla 
33453 \family sans
33454 Entrar
33455 \family default
33456  en el editor de ecuaciones a 
33457 \family sans
33458 Maxima
33459 \family default
33460  se podría usar este comando para definir el atajo de teclado:
33461 \end_layout
33462
33463 \begin_layout Standard
33464
33465 \series bold
33466 command-alternatives break-paragraph;math-extern maxima
33467 \end_layout
33468
33469 \begin_layout Section
33470 Consejos prácticos
33471 \begin_inset Index idx
33472 status collapsed
33473
33474 \begin_layout Plain Layout
33475 Consejos prácticos
33476 \end_layout
33477
33478 \end_inset
33479
33480
33481 \end_layout
33482
33483 \begin_layout Subsection
33484 Números negativos
33485 \begin_inset Index idx
33486 status collapsed
33487
33488 \begin_layout Plain Layout
33489 Numeros@Números ! negativos
33490 \end_layout
33491
33492 \end_inset
33493
33494
33495 \end_layout
33496
33497 \begin_layout Standard
33498 Los números negativos a veces se ven feos en las ecuaciones porque el signo
33499  menos delante del número tiene la misma longitud que el operador signo
33500  menos.
33501  Si se escribe el número negativo en texto normal el signo menos aparece
33502  correctamente.
33503 \end_layout
33504
33505 \begin_layout Standard
33506 Así pues, el problema desaparece si se convierte el signo menos a texto
33507  matemático.
33508 \end_layout
33509
33510 \begin_layout Standard
33511 Un ejemplo para visualizar el problema:
33512 \end_layout
33513
33514 \begin_layout Standard
33515 \noindent
33516 \align center
33517 \begin_inset Tabular
33518 <lyxtabular version="3" rows="3" columns="2">
33519 <features rotate="0" tabularvalignment="middle">
33520 <column alignment="center" valignment="top">
33521 <column alignment="center" valignment="top">
33522 <row>
33523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33524 \begin_inset Text
33525
33526 \begin_layout Plain Layout
33527 texto normal:
33528 \end_layout
33529
33530 \end_inset
33531 </cell>
33532 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33533 \begin_inset Text
33534
33535 \begin_layout Plain Layout
33536 x = -2
33537 \end_layout
33538
33539 \end_inset
33540 </cell>
33541 </row>
33542 <row>
33543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33544 \begin_inset Text
33545
33546 \begin_layout Plain Layout
33547 ecuación:
33548 \end_layout
33549
33550 \end_inset
33551 </cell>
33552 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33553 \begin_inset Text
33554
33555 \begin_layout Plain Layout
33556 \begin_inset Formula $x=-2$
33557 \end_inset
33558
33559
33560 \end_layout
33561
33562 \end_inset
33563 </cell>
33564 </row>
33565 <row>
33566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33567 \begin_inset Text
33568
33569 \begin_layout Plain Layout
33570 solución:
33571 \end_layout
33572
33573 \end_inset
33574 </cell>
33575 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33576 \begin_inset Text
33577
33578 \begin_layout Plain Layout
33579 \begin_inset Formula $x=\mbox{-}2$
33580 \end_inset
33581
33582
33583 \end_layout
33584
33585 \end_inset
33586 </cell>
33587 </row>
33588 </lyxtabular>
33589
33590 \end_inset
33591
33592
33593 \end_layout
33594
33595 \begin_layout Subsection
33596 Coma como separador decimal
33597 \begin_inset Index idx
33598 status collapsed
33599
33600 \begin_layout Plain Layout
33601 Coma decimal
33602 \end_layout
33603
33604 \end_inset
33605
33606
33607 \end_layout
33608
33609 \begin_layout Standard
33610 En LaTeX, de acuerdo con la convención inglesa, se usa la coma como separador
33611  de grupos numéricos.
33612  Entonces en las fórmulas habrá un espacio añadido detrás de todas las comas.
33613 \end_layout
33614
33615 \begin_layout Standard
33616 Para evitarlo, se selecciona la coma y se cambia a texto matemático (atajo
33617  
33618 \family sans
33619 Ctrl+M
33620 \family default
33621 ).
33622 \end_layout
33623
33624 \begin_layout Standard
33625 Para usar las comas en todas las fórmulas del documento como separador decimal,
33626  se carga el archivo 
33627 \series bold
33628 icomma.sty
33629 \series default
33630
33631 \begin_inset Foot
33632 status collapsed
33633
33634 \begin_layout Plain Layout
33635
33636 \series bold
33637 icomma
33638 \series default
33639  forma parte del paquete LaTeX 
33640 \series bold
33641 was
33642 \series default
33643
33644 \begin_inset Index idx
33645 status collapsed
33646
33647 \begin_layout Plain Layout
33648 Paquetes ! was
33649 \begin_inset ERT
33650 status collapsed
33651
33652 \begin_layout Plain Layout
33653
33654
33655 \backslash
33656 vspace{4mm}
33657 \end_layout
33658
33659 \end_inset
33660
33661
33662 \end_layout
33663
33664 \end_inset
33665
33666 .
33667 \end_layout
33668
33669 \end_inset
33670
33671
33672 \begin_inset Index idx
33673 status collapsed
33674
33675 \begin_layout Plain Layout
33676 Paquetes ! icomma
33677 \end_layout
33678
33679 \end_inset
33680
33681  en el preámbulo LaTeX con la línea: 
33682 \end_layout
33683
33684 \begin_layout Standard
33685
33686 \series bold
33687
33688 \backslash
33689 usepackage{icomma}
33690 \end_layout
33691
33692 \begin_layout Subsection
33693 Vectores cuánticos y notación bra-ket
33694 \begin_inset CommandInset label
33695 LatexCommand label
33696 name "sub:Vectores-cuánticos"
33697
33698 \end_inset
33699
33700
33701 \begin_inset Index idx
33702 status open
33703
33704 \begin_layout Plain Layout
33705 Vectores cuánticos
33706 \end_layout
33707
33708 \end_inset
33709
33710
33711 \begin_inset Index idx
33712 status open
33713
33714 \begin_layout Plain Layout
33715 Notación bra-ket
33716 \end_layout
33717
33718 \end_inset
33719
33720
33721 \end_layout
33722
33723 \begin_layout Standard
33724 El paquete LaTeX 
33725 \series bold
33726 braket
33727 \series default
33728
33729 \begin_inset Index idx
33730 status collapsed
33731
33732 \begin_layout Plain Layout
33733 Paquetes ! braket
33734 \end_layout
33735
33736 \end_inset
33737
33738  suministra comandos para escribir paréntesis angulares que se usan en mecánica
33739  cuántica: la notación 
33740 \begin_inset Quotes fld
33741 \end_inset
33742
33743 bra-ket
33744 \begin_inset Quotes frd
33745 \end_inset
33746
33747 ; se carga con la línea de preámbulo LaTeX:
33748 \end_layout
33749
33750 \begin_layout Standard
33751
33752 \series bold
33753
33754 \backslash
33755 usepackage{braket}
33756 \end_layout
33757
33758 \begin_layout Standard
33759 \begin_inset ERT
33760 status collapsed
33761
33762 \begin_layout Plain Layout
33763
33764
33765 \backslash
33766 ifbraket 
33767 \end_layout
33768
33769 \end_inset
33770
33771
33772 \begin_inset Note Note
33773 status open
33774
33775 \begin_layout Plain Layout
33776 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
33777 \series bold
33778 braket
33779 \series default
33780  está instalado.
33781 \end_layout
33782
33783 \end_inset
33784
33785
33786 \end_layout
33787
33788 \begin_layout Standard
33789 Están definidos los siguientes comandos:
33790 \end_layout
33791
33792 \begin_layout Standard
33793 \noindent
33794 \align center
33795 \begin_inset Tabular
33796 <lyxtabular version="3" rows="4" columns="2">
33797 <features rotate="0" tabularvalignment="middle">
33798 <column alignment="center" valignment="top">
33799 <column alignment="center" valignment="top">
33800 <row>
33801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33802 \begin_inset Text
33803
33804 \begin_layout Plain Layout
33805 Comando
33806 \end_layout
33807
33808 \end_inset
33809 </cell>
33810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33811 \begin_inset Text
33812
33813 \begin_layout Plain Layout
33814 Resultado
33815 \end_layout
33816
33817 \end_inset
33818 </cell>
33819 </row>
33820 <row>
33821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33822 \begin_inset Text
33823
33824 \begin_layout Plain Layout
33825
33826 \backslash
33827 Bra{
33828 \backslash
33829 psi
33830 \end_layout
33831
33832 \end_inset
33833 </cell>
33834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33835 \begin_inset Text
33836
33837 \begin_layout Plain Layout
33838 \begin_inset Formula $\Bra{\psi}$
33839 \end_inset
33840
33841
33842 \end_layout
33843
33844 \end_inset
33845 </cell>
33846 </row>
33847 <row>
33848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33849 \begin_inset Text
33850
33851 \begin_layout Plain Layout
33852
33853 \backslash
33854 Ket{
33855 \backslash
33856 psi
33857 \end_layout
33858
33859 \end_inset
33860 </cell>
33861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33862 \begin_inset Text
33863
33864 \begin_layout Plain Layout
33865 \begin_inset Formula $\Ket{\psi}$
33866 \end_inset
33867
33868
33869 \end_layout
33870
33871 \end_inset
33872 </cell>
33873 </row>
33874 <row>
33875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33876 \begin_inset Text
33877
33878 \begin_layout Plain Layout
33879
33880 \backslash
33881 Braket{
33882 \backslash
33883 psi|
33884 \backslash
33885 phi
33886 \end_layout
33887
33888 \end_inset
33889 </cell>
33890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33891 \begin_inset Text
33892
33893 \begin_layout Plain Layout
33894 \begin_inset Formula $\Braket{\psi|\phi}$
33895 \end_inset
33896
33897
33898 \end_layout
33899
33900 \end_inset
33901 </cell>
33902 </row>
33903 </lyxtabular>
33904
33905 \end_inset
33906
33907
33908 \end_layout
33909
33910 \begin_layout Standard
33911 El comando 
33912 \series bold
33913
33914 \backslash
33915 Braket
33916 \series default
33917  asegura que todas las barras verticales tienen el tamaño de los delimitadores
33918  circundantes:
33919 \begin_inset Formula 
33920 \[
33921 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33922 \]
33923
33924 \end_inset
33925
33926
33927 \begin_inset ERT
33928 status collapsed
33929
33930 \begin_layout Plain Layout
33931
33932
33933 \backslash
33934 else
33935 \end_layout
33936
33937 \end_inset
33938
33939
33940 \begin_inset Note Note
33941 status open
33942
33943 \begin_layout Plain Layout
33944 Lo que sigue se verá en la salida si el paquete LaTeX 
33945 \series bold
33946 braket
33947 \series default
33948  no está instalado:
33949 \end_layout
33950
33951 \end_inset
33952
33953
33954 \end_layout
33955
33956 \begin_layout Standard
33957 Debes instalar el paquete LaTeX 
33958 \series bold
33959 braket
33960 \series default
33961  para ver en la salida el resto de esta subsección.
33962 \end_layout
33963
33964 \begin_layout Standard
33965 \begin_inset ERT
33966 status collapsed
33967
33968 \begin_layout Plain Layout
33969
33970
33971 \backslash
33972 fi
33973 \end_layout
33974
33975 \end_inset
33976
33977
33978 \end_layout
33979
33980 \begin_layout Standard
33981 El efecto de 
33982 \series bold
33983
33984 \backslash
33985 Braket
33986 \series default
33987  también se puede conseguir con el comando 
33988 \series bold
33989
33990 \backslash
33991 middle
33992 \series default
33993 , que se describe en 
33994 \begin_inset CommandInset ref
33995 LatexCommand ref
33996 reference "sub:Tamaño-automático-de"
33997
33998 \end_inset
33999
34000 .
34001 \end_layout
34002
34003 \begin_layout Subsection
34004 Fracciones definidas por el usuario
34005 \begin_inset CommandInset label
34006 LatexCommand label
34007 name "sub:Fracciones-personalizadas"
34008
34009 \end_inset
34010
34011
34012 \begin_inset Index idx
34013 status collapsed
34014
34015 \begin_layout Plain Layout
34016 Fracciones ! personalizadas
34017 \end_layout
34018
34019 \end_inset
34020
34021
34022 \end_layout
34023
34024 \begin_layout Standard
34025 Para definir comandos personalizados para fracciones, se usa el comando
34026  
34027 \series bold
34028
34029 \backslash
34030 genfrac
34031 \series default
34032
34033 \begin_inset Index idx
34034 status collapsed
34035
34036 \begin_layout Plain Layout
34037 Comandos ! G ! 
34038 \backslash
34039 genfrac
34040 \end_layout
34041
34042 \end_inset
34043
34044  con el siguiente esquema:
34045 \end_layout
34046
34047 \begin_layout Standard
34048
34049 \series bold
34050
34051 \backslash
34052 genfrac{delimitador izquierdo}{delimitador derecho}
34053 \begin_inset Newline newline
34054 \end_inset
34055
34056
34057 \begin_inset Phantom HPhantom
34058 status open
34059
34060 \begin_layout Plain Layout
34061
34062 \series bold
34063
34064 \backslash
34065 genfrac
34066 \end_layout
34067
34068 \end_inset
34069
34070 {grosor raya de fracción}{estilo}{numerador}{denominador}
34071 \end_layout
34072
34073 \begin_layout Standard
34074 El estilo es un número en el rango 0
34075 \begin_inset space \thinspace{}
34076 \end_inset
34077
34078 -
34079 \begin_inset space \thinspace{}
34080 \end_inset
34081
34082 3.
34083 \end_layout
34084
34085 \begin_layout Standard
34086 \align center
34087 \begin_inset Tabular
34088 <lyxtabular version="3" rows="5" columns="2">
34089 <features rotate="0" tabularvalignment="middle">
34090 <column alignment="center" valignment="top">
34091 <column alignment="center" valignment="top">
34092 <row>
34093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34094 \begin_inset Text
34095
34096 \begin_layout Plain Layout
34097 Número
34098 \end_layout
34099
34100 \end_inset
34101 </cell>
34102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34103 \begin_inset Text
34104
34105 \begin_layout Plain Layout
34106 Estilo (tamaño)
34107 \end_layout
34108
34109 \end_inset
34110 </cell>
34111 </row>
34112 <row>
34113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34114 \begin_inset Text
34115
34116 \begin_layout Plain Layout
34117 0
34118 \end_layout
34119
34120 \end_inset
34121 </cell>
34122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34123 \begin_inset Text
34124
34125 \begin_layout Plain Layout
34126 ecuación presentada
34127 \end_layout
34128
34129 \end_inset
34130 </cell>
34131 </row>
34132 <row>
34133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34134 \begin_inset Text
34135
34136 \begin_layout Plain Layout
34137 1
34138 \end_layout
34139
34140 \end_inset
34141 </cell>
34142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34143 \begin_inset Text
34144
34145 \begin_layout Plain Layout
34146 ecuación en línea
34147 \end_layout
34148
34149 \end_inset
34150 </cell>
34151 </row>
34152 <row>
34153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34154 \begin_inset Text
34155
34156 \begin_layout Plain Layout
34157 2
34158 \end_layout
34159
34160 \end_inset
34161 </cell>
34162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34163 \begin_inset Text
34164
34165 \begin_layout Plain Layout
34166 pequeño
34167 \end_layout
34168
34169 \end_inset
34170 </cell>
34171 </row>
34172 <row>
34173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34174 \begin_inset Text
34175
34176 \begin_layout Plain Layout
34177 3
34178 \end_layout
34179
34180 \end_inset
34181 </cell>
34182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34183 \begin_inset Text
34184
34185 \begin_layout Plain Layout
34186 muy pequeño
34187 \end_layout
34188
34189 \end_inset
34190 </cell>
34191 </row>
34192 </lyxtabular>
34193
34194 \end_inset
34195
34196
34197 \end_layout
34198
34199 \begin_layout Standard
34200 Si no se pone estilo el tamaño se ajusta al entorno, como con el comando
34201  
34202 \series bold
34203
34204 \backslash
34205 frac
34206 \series default
34207 .
34208 \end_layout
34209
34210 \begin_layout Standard
34211 Si no se pone grosor de la raya de fracción se usará el valor predefinido
34212  de 0.4
34213 \begin_inset space \thinspace{}
34214 \end_inset
34215
34216 pt.
34217 \end_layout
34218
34219 \begin_layout Standard
34220 Por ejemplo, los comandos 
34221 \series bold
34222
34223 \backslash
34224 dfrac
34225 \series default
34226  y 
34227 \series bold
34228
34229 \backslash
34230 tbinom
34231 \series default
34232  de la 
34233 \begin_inset CommandInset ref
34234 LatexCommand ref
34235 reference "sub:Fracciones"
34236
34237 \end_inset
34238
34239  se definen con los comandos:
34240 \end_layout
34241
34242 \begin_layout Standard
34243
34244 \series bold
34245
34246 \backslash
34247 newcommand{
34248 \backslash
34249 dfrac}[2]{
34250 \backslash
34251 genfrac{}{}{}{0}{#1}{#2}}
34252 \end_layout
34253
34254 \begin_layout Standard
34255 y
34256 \end_layout
34257
34258 \begin_layout Standard
34259
34260 \series bold
34261
34262 \backslash
34263 newcommand{
34264 \backslash
34265 tbinom}[2]{
34266 \backslash
34267 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34268 \end_layout
34269
34270 \begin_layout Standard
34271 \begin_inset VSpace medskip
34272 \end_inset
34273
34274
34275 \end_layout
34276
34277 \begin_layout Standard
34278 Para definir una fracción en la que el grosor de la raya se pueda definir
34279  como argumento opcional, se inserta la siguiente línea en el preámbulo
34280  LaTeX:
34281 \end_layout
34282
34283 \begin_layout Standard
34284
34285 \series bold
34286
34287 \backslash
34288 newcommand{
34289 \backslash
34290 fracS}[3][]{
34291 \backslash
34292 genfrac{}{}{#1}{}{#2}{#3}}
34293 \end_layout
34294
34295 \begin_layout Standard
34296 Un ensayo:
34297 \begin_inset Formula 
34298 \begin{align*}
34299 \text{Comando} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34300 \text{Resultado} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34301 \end{align*}
34302
34303 \end_inset
34304
34305 Como se puede ver, la distancia del numerador y el denominador a la raya
34306  de fracción se redondea a unas tres veces el grosor de la raya.
34307 \end_layout
34308
34309 \begin_layout Subsection
34310 Ecuaciones canceladas
34311 \begin_inset Index idx
34312 status collapsed
34313
34314 \begin_layout Plain Layout
34315 Ecuación ! cancelada
34316 \end_layout
34317
34318 \end_inset
34319
34320
34321 \end_layout
34322
34323 \begin_layout Standard
34324 Hay cuatro formas de cancelar ecuaciones o partes de ellas:
34325 \end_layout
34326
34327 \begin_layout Standard
34328 \begin_inset ERT
34329 status collapsed
34330
34331 \begin_layout Plain Layout
34332
34333
34334 \backslash
34335 ifcancel 
34336 \end_layout
34337
34338 \end_inset
34339
34340
34341 \begin_inset Note Note
34342 status open
34343
34344 \begin_layout Plain Layout
34345 El cuadro siguiente sólo se mostrará en la salida si el paquete LaTeX 
34346 \series bold
34347 cancel
34348 \series default
34349  está instalado.
34350 \end_layout
34351
34352 \end_inset
34353
34354
34355 \end_layout
34356
34357 \begin_layout Standard
34358 \align center
34359 \begin_inset Tabular
34360 <lyxtabular version="3" rows="5" columns="2">
34361 <features rotate="0" tabularvalignment="middle">
34362 <column alignment="center" valignment="top">
34363 <column alignment="center" valignment="top">
34364 <row>
34365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34366 \begin_inset Text
34367
34368 \begin_layout Plain Layout
34369 Comando
34370 \end_layout
34371
34372 \end_inset
34373 </cell>
34374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34375 \begin_inset Text
34376
34377 \begin_layout Plain Layout
34378 Resultado
34379 \begin_inset Note Note
34380 status collapsed
34381
34382 \begin_layout Plain Layout
34383 El
34384 \series bold
34385  
34386 \series default
34387 espacio y 
34388 \series bold
34389
34390 \backslash
34391 raisebox
34392 \series default
34393  se usa sólo como espaciador
34394 \end_layout
34395
34396 \end_inset
34397
34398
34399 \end_layout
34400
34401 \end_inset
34402 </cell>
34403 </row>
34404 <row>
34405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34406 \begin_inset Text
34407
34408 \begin_layout Plain Layout
34409
34410 \backslash
34411 cancel
34412 \begin_inset space \textvisiblespace{}
34413 \end_inset
34414
34415
34416 \backslash
34417 int
34418 \begin_inset space \textvisiblespace{}
34419 \end_inset
34420
34421 A=B
34422 \end_layout
34423
34424 \end_inset
34425 </cell>
34426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34427 \begin_inset Text
34428
34429 \begin_layout Plain Layout
34430 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34431 \end_inset
34432
34433
34434 \end_layout
34435
34436 \end_inset
34437 </cell>
34438 </row>
34439 <row>
34440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34441 \begin_inset Text
34442
34443 \begin_layout Plain Layout
34444
34445 \backslash
34446 bcancel
34447 \begin_inset space \textvisiblespace{}
34448 \end_inset
34449
34450
34451 \backslash
34452 int
34453 \begin_inset space \textvisiblespace{}
34454 \end_inset
34455
34456 A=B
34457 \end_layout
34458
34459 \end_inset
34460 </cell>
34461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34462 \begin_inset Text
34463
34464 \begin_layout Plain Layout
34465 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34466 \end_inset
34467
34468
34469 \end_layout
34470
34471 \end_inset
34472 </cell>
34473 </row>
34474 <row>
34475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34476 \begin_inset Text
34477
34478 \begin_layout Plain Layout
34479
34480 \backslash
34481 xcancel
34482 \begin_inset space \textvisiblespace{}
34483 \end_inset
34484
34485
34486 \backslash
34487 int
34488 \begin_inset space \textvisiblespace{}
34489 \end_inset
34490
34491 A=B
34492 \end_layout
34493
34494 \end_inset
34495 </cell>
34496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34497 \begin_inset Text
34498
34499 \begin_layout Plain Layout
34500 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34501 \end_inset
34502
34503
34504 \end_layout
34505
34506 \end_inset
34507 </cell>
34508 </row>
34509 <row>
34510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34511 \begin_inset Text
34512
34513 \begin_layout Plain Layout
34514
34515 \backslash
34516 cancelto
34517 \begin_inset space \textvisiblespace{}
34518 \end_inset
34519
34520
34521 \backslash
34522 int
34523 \begin_inset space \textvisiblespace{}
34524 \end_inset
34525
34526 A=B
34527 \begin_inset Formula $\to$
34528 \end_inset
34529
34530 1
34531 \end_layout
34532
34533 \end_inset
34534 </cell>
34535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34536 \begin_inset Text
34537
34538 \begin_layout Plain Layout
34539 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34540 \end_inset
34541
34542
34543 \end_layout
34544
34545 \end_inset
34546 </cell>
34547 </row>
34548 </lyxtabular>
34549
34550 \end_inset
34551
34552
34553 \end_layout
34554
34555 \begin_layout Standard
34556
34557 \series bold
34558
34559 \backslash
34560 cancelto
34561 \series default
34562  es especialmente apropiado para visualizar la simplificación de fracciones
34563  en una ecuación:
34564 \begin_inset Formula 
34565 \[
34566 \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}}}
34567 \]
34568
34569 \end_inset
34570
34571
34572 \end_layout
34573
34574 \begin_layout Standard
34575 Para cambiar el tamaño del valor subscrito por 
34576 \series bold
34577
34578 \backslash
34579 cancelto
34580 \series default
34581  se puede 
34582 \lang english
34583 add the LaTeX-preamble line
34584 \end_layout
34585
34586 \begin_layout Standard
34587
34588 \series bold
34589
34590 \backslash
34591 PassOptionsToPackage{option}{cancel}
34592 \end_layout
34593
34594 \begin_layout Standard
34595
34596 \lang english
34597 where 
34598 \series bold
34599 option
34600 \series default
34601  is either
34602 \lang spanish
34603  
34604 \series bold
34605 samesize
34606 \series default
34607 , que da el mismo tamaño que para el valor cancelado, o 
34608 \series bold
34609 Smaller
34610 \series default
34611 , que da un tamaño un poco más pequeño que normal.
34612 \end_layout
34613
34614 \begin_layout Standard
34615 Para colorear la raya de cancelación añade el siguiente comando en código
34616  TeX:
34617 \end_layout
34618
34619 \begin_layout Standard
34620
34621 \series bold
34622
34623 \backslash
34624 renewcommand{
34625 \backslash
34626 CancelColor}{
34627 \backslash
34628 color{red}}
34629 \end_layout
34630
34631 \begin_layout Standard
34632 donde 
34633 \series bold
34634 red
34635 \series default
34636  puede reemplazarse por el color deseado.
34637 \end_layout
34638
34639 \begin_layout Standard
34640 \begin_inset ERT
34641 status collapsed
34642
34643 \begin_layout Plain Layout
34644
34645
34646 \backslash
34647 renewcommand{
34648 \backslash
34649 CancelColor}{
34650 \backslash
34651 color{red}}
34652 \end_layout
34653
34654 \end_inset
34655
34656
34657 \end_layout
34658
34659 \begin_layout Standard
34660 \begin_inset Formula 
34661 \[
34662 \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}}}
34663 \]
34664
34665 \end_inset
34666
34667
34668 \end_layout
34669
34670 \begin_layout Standard
34671 \begin_inset ERT
34672 status collapsed
34673
34674 \begin_layout Plain Layout
34675
34676
34677 \backslash
34678 renewcommand{
34679 \backslash
34680 CancelColor}{
34681 \backslash
34682 color{black}}
34683 \end_layout
34684
34685 \end_inset
34686
34687
34688 \begin_inset Note Note
34689 status open
34690
34691 \begin_layout Plain Layout
34692 restablece el color
34693 \end_layout
34694
34695 \end_inset
34696
34697
34698 \end_layout
34699
34700 \begin_layout Standard
34701 Para otras posibilidades de personalización, véase la documentación del
34702  paquete
34703 \series bold
34704  cancel
34705 \series default
34706
34707 \begin_inset CommandInset citation
34708 LatexCommand cite
34709 key "cancel"
34710
34711 \end_inset
34712
34713 .
34714 \begin_inset Index idx
34715 status collapsed
34716
34717 \begin_layout Plain Layout
34718 Paquetes ! cancel
34719 \end_layout
34720
34721 \end_inset
34722
34723
34724 \end_layout
34725
34726 \begin_layout Standard
34727 \begin_inset ERT
34728 status collapsed
34729
34730 \begin_layout Plain Layout
34731
34732
34733 \backslash
34734 else
34735 \end_layout
34736
34737 \end_inset
34738
34739
34740 \begin_inset Note Note
34741 status open
34742
34743 \begin_layout Plain Layout
34744 Lo que sigue se verá en la salida si el paquete LaTeX 
34745 \series bold
34746 cancel
34747 \series default
34748  no está instalado:
34749 \end_layout
34750
34751 \end_inset
34752
34753
34754 \end_layout
34755
34756 \begin_layout Standard
34757 Debes instalar el paquete LaTeX 
34758 \series bold
34759 cancel
34760 \series default
34761  para ver en la salida el resto de esta subsección.
34762 \end_layout
34763
34764 \begin_layout Standard
34765 \begin_inset ERT
34766 status collapsed
34767
34768 \begin_layout Plain Layout
34769
34770
34771 \backslash
34772 fi
34773 \end_layout
34774
34775 \end_inset
34776
34777
34778 \end_layout
34779
34780 \begin_layout Subsection
34781 Ecuaciones en encabezados de sección
34782 \begin_inset CommandInset label
34783 LatexCommand label
34784 name "sub:Ecuaciones-en-encabezados"
34785
34786 \end_inset
34787
34788
34789 \begin_inset Index idx
34790 status collapsed
34791
34792 \begin_layout Plain Layout
34793 Ecuación ! en encabezados de sección
34794 \end_layout
34795
34796 \end_inset
34797
34798
34799 \end_layout
34800
34801 \begin_layout Standard
34802 Si se quiere poner una ecuación en un encabezado de sección hay que tener
34803  en cuenta lo siguiente:
34804 \end_layout
34805
34806 \begin_layout Standard
34807 \begin_inset Note Greyedout
34808 status open
34809
34810 \begin_layout Plain Layout
34811 Si el soporte para 
34812 \series bold
34813 hyperref
34814 \series default
34815
34816 \begin_inset Index idx
34817 status collapsed
34818
34819 \begin_layout Plain Layout
34820 Paquetes ! hyperref
34821 \end_layout
34822
34823 \end_inset
34824
34825  está activado en la configuración del documento, 
34826 \family sans
34827 Propiedades
34828 \begin_inset space ~
34829 \end_inset
34830
34831
34832 \family default
34833 PDF, se generan marcadores PDF para cada encabezado de sección en el índice.
34834  Si el encabezado contiene ecuaciones, se muestran incorrectamente en el
34835  texto del marcador, porque se infringen las convenciones PDF.
34836 \end_layout
34837
34838 \end_inset
34839
34840
34841 \end_layout
34842
34843 \begin_layout Standard
34844 Estos problemas se pueden solucionar insertando al final del encabezado
34845  un título breve con el menú 
34846 \family sans
34847 Insertar\SpecialChar \menuseparator
34848 Título
34849 \begin_inset space ~
34850 \end_inset
34851
34852 breve
34853 \family default
34854 .
34855  Los títulos breves se usan como alternativa para encabezados de sección
34856  con más de una línea para mantener el buen aspecto del índice.
34857  En éste sólo aparece el título breve y por tanto también en los marcadores.
34858 \end_layout
34859
34860 \begin_layout Standard
34861 Si hay que poner ecuaciones en el índice y se usa 
34862 \series bold
34863 hyperref
34864 \series default
34865 , se puede insertar el siguiente comando en modo TeX:
34866 \end_layout
34867
34868 \begin_layout Standard
34869
34870 \series bold
34871
34872 \backslash
34873 texorpdfstring{parte}{alternativa}
34874 \begin_inset Index idx
34875 status collapsed
34876
34877 \begin_layout Plain Layout
34878 Comandos ! T ! 
34879 \backslash
34880 texorpdfstring
34881 \end_layout
34882
34883 \end_inset
34884
34885
34886 \end_layout
34887
34888 \begin_layout Standard
34889 parte se refiere a la parte del encabezado que no debería aparecer en el
34890  marcador PDF.
34891  Pueden ser caracteres, ecuaciones, notas al pie y también referencias cruzadas.
34892  La alternativa se usa para el marcador en vez de la parte.
34893 \end_layout
34894
34895 \begin_layout Standard
34896 Aquí hay dos ejemplos de encabezados con ecuación:
34897 \end_layout
34898
34899 \begin_layout Standard
34900 \begin_inset VSpace -3mm
34901 \end_inset
34902
34903
34904 \end_layout
34905
34906 \begin_layout Standard
34907 \begin_inset ERT
34908 status collapsed
34909
34910 \begin_layout Plain Layout
34911
34912
34913 \backslash
34914 boldmath 
34915 \end_layout
34916
34917 \end_inset
34918
34919
34920 \end_layout
34921
34922 \begin_layout Subsubsection
34923 Encabezado sin ecuación en el índice 
34924 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34925 \end_inset
34926
34927
34928 \begin_inset Argument 1
34929 status collapsed
34930
34931 \begin_layout Plain Layout
34932 Encabezado sin ecuación en el índice
34933 \end_layout
34934
34935 \end_inset
34936
34937
34938 \end_layout
34939
34940 \begin_layout Subsubsection
34941 Encabezado con ecuación en el índice
34942 \begin_inset ERT
34943 status collapsed
34944
34945 \begin_layout Plain Layout
34946
34947
34948 \backslash
34949 texorpdfstring{
34950 \end_layout
34951
34952 \end_inset
34953
34954  
34955 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34956 \end_inset
34957
34958
34959 \begin_inset ERT
34960 status collapsed
34961
34962 \begin_layout Plain Layout
34963
34964 }{}
34965 \end_layout
34966
34967 \end_inset
34968
34969
34970 \end_layout
34971
34972 \begin_layout Standard
34973 \begin_inset ERT
34974 status collapsed
34975
34976 \begin_layout Plain Layout
34977
34978
34979 \backslash
34980 unboldmath 
34981 \end_layout
34982
34983 \end_inset
34984
34985 En el primer encabezado se ha puesto un título breve, en el segundo un 
34986 \series bold
34987
34988 \backslash
34989 texorpdfstring
34990 \series default
34991 .
34992 \end_layout
34993
34994 \begin_layout Standard
34995 Para obtener el mismo formato que en los demás encabezados se han puesto
34996  ambos en un entorno 
34997 \series bold
34998 boldmath
34999 \series default
35000 .
35001 \begin_inset Foot
35002 status collapsed
35003
35004 \begin_layout Plain Layout
35005 véase 
35006 \begin_inset CommandInset ref
35007 LatexCommand ref
35008 reference "sub:Ecuaciones-en-negrita"
35009
35010 \end_inset
35011
35012
35013 \end_layout
35014
35015 \end_inset
35016
35017
35018 \end_layout
35019
35020 \begin_layout Subsection
35021 Ecuaciones en texto multicolumna
35022 \begin_inset Index idx
35023 status collapsed
35024
35025 \begin_layout Plain Layout
35026 Ecuación ! en texto multicolumna
35027 \end_layout
35028
35029 \end_inset
35030
35031
35032 \end_layout
35033
35034 \begin_layout Standard
35035 Las ecuaciones en texto multicolumna son con frecuencia demasiado anchas
35036  para ajustarse a la columna y entonces es preciso abarcar la anchura total
35037  de la página.
35038  Esto se hace usando el paquete LaTeX 
35039 \series bold
35040 multicol
35041 \series default
35042 ,
35043 \begin_inset Foot
35044 status collapsed
35045
35046 \begin_layout Plain Layout
35047
35048 \series bold
35049 multicol
35050 \series default
35051  forma parte de las distribuciones LaTeX estándar.
35052 \end_layout
35053
35054 \end_inset
35055
35056
35057 \begin_inset Index idx
35058 status collapsed
35059
35060 \begin_layout Plain Layout
35061 Paquetes ! multicol
35062 \end_layout
35063
35064 \end_inset
35065
35066  que se carga en el preámbulo LaTeX con la línea
35067 \end_layout
35068
35069 \begin_layout Standard
35070
35071 \series bold
35072
35073 \backslash
35074 usepackage{multicol}
35075 \end_layout
35076
35077 \begin_layout Standard
35078 \begin_inset Note Greyedout
35079 status open
35080
35081 \begin_layout Plain Layout
35082 Ten en cuenta que la opción 
35083 \family sans
35084 Documento
35085 \begin_inset space ~
35086 \end_inset
35087
35088 con
35089 \begin_inset space ~
35090 \end_inset
35091
35092 dos
35093 \begin_inset space ~
35094 \end_inset
35095
35096 caras
35097 \family default
35098 , bajo 
35099 \family sans
35100 Diseño
35101 \begin_inset space ~
35102 \end_inset
35103
35104 de
35105 \begin_inset space ~
35106 \end_inset
35107
35108 página 
35109 \family default
35110 en el menú 
35111 \family sans
35112 Documento\SpecialChar \menuseparator
35113 Configuración
35114 \family default
35115  
35116 \emph on
35117 debe
35118 \emph default
35119  estar desmarcada.
35120 \end_layout
35121
35122 \end_inset
35123
35124
35125 \end_layout
35126
35127 \begin_layout Standard
35128 Antes del texto multicolumna se inserta en modo TeX el comando
35129 \end_layout
35130
35131 \begin_layout Standard
35132
35133 \series bold
35134
35135 \backslash
35136 begin{multicols}{número de columnas}
35137 \end_layout
35138
35139 \begin_layout Standard
35140 El número de columnas está en el rango 2-10.
35141  Antes de la ecuación, se finaliza el texto multicolumna insertando en modo
35142  TeX el comando
35143 \end_layout
35144
35145 \begin_layout Standard
35146
35147 \series bold
35148
35149 \backslash
35150 end{multicols}
35151 \end_layout
35152
35153 \begin_layout Standard
35154 Debido al comando se añade automáticamente algún espacio delante de la ecuación.
35155  Para quitarlo se inserta un espacio vertical de -6
35156 \begin_inset space \thinspace{}
35157 \end_inset
35158
35159 mm antes de la ecuación.
35160  Si se usa el estilo 
35161 \series bold
35162 Sangrado
35163 \series default
35164 ,
35165 \begin_inset Foot
35166 status collapsed
35167
35168 \begin_layout Plain Layout
35169 véase estilos de ecuación en 
35170 \begin_inset CommandInset ref
35171 LatexCommand ref
35172 reference "sec:Estilos-de-ecuación"
35173
35174 \end_inset
35175
35176
35177 \end_layout
35178
35179 \end_inset
35180
35181  se inserta un espacio de -9
35182 \begin_inset space \thinspace{}
35183 \end_inset
35184
35185 mm.
35186 \end_layout
35187
35188 \begin_layout Standard
35189 Un ejemplo de texto multicolumna con una ecuación en modo presentación:
35190 \end_layout
35191
35192 \begin_layout Standard
35193
35194 \lang german
35195 \begin_inset ERT
35196 status collapsed
35197
35198 \begin_layout Plain Layout
35199
35200
35201 \backslash
35202 begin{multicols}{2}
35203 \end_layout
35204
35205 \end_inset
35206
35207 Das Spektrum wird fouriertransformiert.
35208  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35209 , Lösungsmittel) zu trennen.
35210  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35211  nun das Aussehen des Ausgangssignals.
35212  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35213  über alle Phasen integrieren muss.
35214  Sei nun 
35215 \begin_inset Formula $S$
35216 \end_inset
35217
35218  unser normiertes Ausgangssignal und 
35219 \begin_inset Formula $P$
35220 \end_inset
35221
35222  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35223 \begin_inset ERT
35224 status collapsed
35225
35226 \begin_layout Plain Layout
35227
35228
35229 \backslash
35230 end{multicols}
35231 \end_layout
35232
35233 \end_inset
35234
35235
35236 \begin_inset VSpace -6mm
35237 \end_inset
35238
35239
35240 \begin_inset Formula 
35241 \begin{equation}
35242 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35243 \end{equation}
35244
35245 \end_inset
35246
35247
35248 \begin_inset ERT
35249 status collapsed
35250
35251 \begin_layout Plain Layout
35252
35253
35254 \backslash
35255 begin{multicols}{2}
35256 \end_layout
35257
35258 \end_inset
35259
35260 wobei 
35261 \begin_inset Formula $S_{0}$
35262 \end_inset
35263
35264  das Signal ohne Gradient ist und die Normierungsbedingung 
35265 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35266 \end_inset
35267
35268  gilt.
35269  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35270  Direkt nach dem 
35271 \begin_inset Formula $\nicefrac{\pi}{2}$
35272 \end_inset
35273
35274
35275 \begin_inset space \thinspace{}
35276 \end_inset
35277
35278 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35279  das Signal zusätzlich abschwächt.
35280  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35281  
35282 \begin_inset Formula $T_{2}$
35283 \end_inset
35284
35285 -Zeit.
35286 \end_layout
35287
35288 \begin_layout Standard
35289
35290 \lang german
35291 \begin_inset ERT
35292 status collapsed
35293
35294 \begin_layout Plain Layout
35295
35296
35297 \backslash
35298 end{multicols}
35299 \end_layout
35300
35301 \end_inset
35302
35303
35304 \end_layout
35305
35306 \begin_layout Subsection
35307 Ecuaciones con descripción de variables
35308 \begin_inset Index idx
35309 status collapsed
35310
35311 \begin_layout Plain Layout
35312 Ecuación ! con descripción de variables
35313 \end_layout
35314
35315 \end_inset
35316
35317
35318 \end_layout
35319
35320 \begin_layout Standard
35321 Para describir variables en una ecuación, como en la fórmula 
35322 \begin_inset CommandInset ref
35323 LatexCommand eqref
35324 reference "eq:within"
35325
35326 \end_inset
35327
35328 , se inserta una matriz 2×
35329 \begin_inset Formula $n$
35330 \end_inset
35331
35332  con columnas alineadas a la izquierda para las 
35333 \emph on
35334
35335 \begin_inset Formula $n$
35336 \end_inset
35337
35338
35339 \emph default
35340  variables usadas.
35341 \begin_inset Foot
35342 status collapsed
35343
35344 \begin_layout Plain Layout
35345 véase matrices en 
35346 \begin_inset CommandInset ref
35347 LatexCommand ref
35348 reference "sec:Matrices"
35349
35350 \end_inset
35351
35352
35353 \end_layout
35354
35355 \end_inset
35356
35357  Para poner la descripción en tamaño más pequeño se inserta, por ejemplo,
35358  el comando 
35359 \series bold
35360
35361 \backslash
35362 footnotesize
35363 \series default
35364  antes de la matriz.
35365 \begin_inset Foot
35366 status collapsed
35367
35368 \begin_layout Plain Layout
35369 véase tamaños de tipografías en 
35370 \begin_inset CommandInset ref
35371 LatexCommand ref
35372 reference "sub:Tamaños-de-tipografías"
35373
35374 \end_inset
35375
35376 .
35377 \end_layout
35378
35379 \end_inset
35380
35381
35382 \end_layout
35383
35384 \begin_layout Standard
35385 Si se usa el estilo 
35386 \series bold
35387 Sangrado
35388 \series default
35389 ,
35390 \begin_inset Foot
35391 status collapsed
35392
35393 \begin_layout Plain Layout
35394 véase estilos de ecuación en 
35395 \begin_inset CommandInset ref
35396 LatexCommand ref
35397 reference "sec:Estilos-de-ecuación"
35398
35399 \end_inset
35400
35401
35402 \end_layout
35403
35404 \end_inset
35405
35406  se inserta un 
35407 \series bold
35408
35409 \backslash
35410 hfill
35411 \series default
35412
35413 \begin_inset Foot
35414 status collapsed
35415
35416 \begin_layout Plain Layout
35417
35418 \series bold
35419
35420 \backslash
35421 hfill
35422 \series default
35423  sólo funciona en ecuaciones en estilo 
35424 \series bold
35425 Sangrado
35426 \series default
35427 , véase 
35428 \begin_inset CommandInset ref
35429 LatexCommand ref
35430 reference "sub:Espacio-variable"
35431
35432 \end_inset
35433
35434
35435 \end_layout
35436
35437 \end_inset
35438
35439  delante y detrás de la matriz para que tenga la misma separación con la
35440  ecuación y con el margen.
35441 \end_layout
35442
35443 \begin_layout Standard
35444 Si se usa el estilo 
35445 \series bold
35446 Centrado
35447 \series default
35448  se emplea el método descrito en la 
35449 \begin_inset CommandInset ref
35450 LatexCommand ref
35451 reference "sub:Entorno-flalign"
35452
35453 \end_inset
35454
35455  para sangrar la ecuación.
35456  La ecuación 
35457 \begin_inset CommandInset ref
35458 LatexCommand eqref
35459 reference "eq:within"
35460
35461 \end_inset
35462
35463  consta de cinco columnas ya que las dos primeras contienen la fórmula,
35464  la tercera la matriz y la última una llave TeX vacía.
35465 \begin_inset Formula 
35466 \begin{flalign}
35467 \hspace{30pt} & F_{A}=\rho\cdot V\cdot g & \footnotesize\begin{array}{ll}
35468 \rho & \mbox{densidad}\\
35469 V & \mbox{volumen}\\
35470 g & \mbox{aceleración gravitatoria}
35471 \end{array} &  & {}\label{eq:within}
35472 \end{flalign}
35473
35474 \end_inset
35475
35476
35477 \end_layout
35478
35479 \begin_layout Subsection
35480 Letras griegas minúsculas en redonda
35481 \begin_inset CommandInset label
35482 LatexCommand label
35483 name "sub:Griegas-en-redonda"
35484
35485 \end_inset
35486
35487
35488 \begin_inset Index idx
35489 status collapsed
35490
35491 \begin_layout Plain Layout
35492 Letras griegas ! en redonda
35493 \end_layout
35494
35495 \end_inset
35496
35497
35498 \end_layout
35499
35500 \begin_layout Standard
35501 La mayoría de las tipografías sólo suministran letras griegas minúsculas
35502  en cursiva.
35503  Pero para símbolos de partículas elementales como piones y neutrinos hacen
35504  falta letras griegas en redonda.
35505  El archivo 
35506 \series bold
35507 upgreek.sty
35508 \series default
35509
35510 \begin_inset Foot
35511 status collapsed
35512
35513 \begin_layout Plain Layout
35514
35515 \series bold
35516 upgreek
35517 \series default
35518  forma parte del paquete LaTeX 
35519 \series bold
35520 was
35521 \series default
35522
35523 \begin_inset Index idx
35524 status collapsed
35525
35526 \begin_layout Plain Layout
35527 Paquetes ! was
35528 \begin_inset ERT
35529 status collapsed
35530
35531 \begin_layout Plain Layout
35532
35533
35534 \backslash
35535 vspace{4mm}
35536 \end_layout
35537
35538 \end_inset
35539
35540
35541 \end_layout
35542
35543 \end_inset
35544
35545 .
35546 \end_layout
35547
35548 \end_inset
35549
35550
35551 \begin_inset Index idx
35552 status collapsed
35553
35554 \begin_layout Plain Layout
35555 Paquetes ! upgreek
35556 \end_layout
35557
35558 \end_inset
35559
35560 , que se carga en el preámbulo LaTeX con la línea
35561 \end_layout
35562
35563 \begin_layout Standard
35564
35565 \series bold
35566
35567 \backslash
35568 usepackage{upgreek}
35569 \end_layout
35570
35571 \begin_layout Standard
35572 las suministra.
35573  
35574 \begin_inset ERT
35575 status collapsed
35576
35577 \begin_layout Plain Layout
35578
35579
35580 \backslash
35581 ifupgreek 
35582 \end_layout
35583
35584 \end_inset
35585
35586
35587 \begin_inset Note Note
35588 status open
35589
35590 \begin_layout Plain Layout
35591 Lo siguiente sólo se podrá ver si está instalado el paquete LaTeX 
35592 \series bold
35593 upgreek
35594 \series default
35595 :
35596 \end_layout
35597
35598 \end_inset
35599
35600  Se imprimen con el comando de la letra correspondiente precedido de 
35601 \series bold
35602 up
35603 \series default
35604 .
35605  Por ejemplo, el comando 
35606 \series bold
35607
35608 \backslash
35609 uptau
35610 \series default
35611  genera: 
35612 \begin_inset Formula $\uptau$
35613 \end_inset
35614
35615
35616 \end_layout
35617
35618 \begin_layout Standard
35619 Con estos comandos se pueden escribir reacciones entre partículas elementales:
35620 \begin_inset Formula 
35621 \[
35622 \uppi^{+}\rightarrow\upmu^{+}+\upnu_{\upmu}
35623 \]
35624
35625 \end_inset
35626
35627
35628 \end_layout
35629
35630 \begin_layout Standard
35631 Las letras en redonda son más remarcadas y más grandes que las correspondientes
35632  en cursiva.
35633  Por tanto no deberían emplearse para unidades como 
35634 \begin_inset Quotes fld
35635 \end_inset
35636
35637 µm
35638 \begin_inset Quotes frd
35639 \end_inset
35640
35641 .
35642 \end_layout
35643
35644 \begin_layout Standard
35645 \begin_inset ERT
35646 status collapsed
35647
35648 \begin_layout Plain Layout
35649
35650
35651 \backslash
35652 else 
35653 \end_layout
35654
35655 \end_inset
35656
35657
35658 \begin_inset Note Note
35659 status open
35660
35661 \begin_layout Plain Layout
35662 Lo siguiente se mostrará si el paquete LaTeX 
35663 \series bold
35664 upgreek
35665 \series default
35666  no está instalado:
35667 \end_layout
35668
35669 \end_inset
35670
35671
35672 \end_layout
35673
35674 \begin_layout Standard
35675 Debes instalar el paquete LaTeX 
35676 \series bold
35677 upgreek
35678 \series default
35679  para ver en la salida el resto de esta subsección.
35680  
35681 \end_layout
35682
35683 \begin_layout Standard
35684 \begin_inset ERT
35685 status collapsed
35686
35687 \begin_layout Plain Layout
35688
35689
35690 \backslash
35691 fi
35692 \end_layout
35693
35694 \end_inset
35695
35696
35697 \end_layout
35698
35699 \begin_layout Standard
35700 \begin_inset Newpage newpage
35701 \end_inset
35702
35703
35704 \end_layout
35705
35706 \begin_layout Subsection
35707 Caracteres de texto en ecuaciones
35708 \begin_inset CommandInset label
35709 LatexCommand label
35710 name "sub:Caracteres-de-texto"
35711
35712 \end_inset
35713
35714
35715 \begin_inset Index idx
35716 status collapsed
35717
35718 \begin_layout Plain Layout
35719 Texto ! en ecuaciones
35720 \end_layout
35721
35722 \end_inset
35723
35724
35725 \end_layout
35726
35727 \begin_layout Standard
35728 En algunos casos podrías querer insertar caracteres de texto directamente
35729  en ecuaciones.
35730  Por ejemplo, cuando se usa con frecuencia el punto centrado 
35731 \begin_inset Formula $\cdot$
35732 \end_inset
35733
35734  en expresiones como 
35735 \begin_inset Formula $v=5\cdot10^{5}\,\mathrm{Hz}$
35736 \end_inset
35737
35738 , habría que insertar el comando 
35739 \series bold
35740
35741 \backslash
35742 cdot
35743 \series default
35744
35745 \begin_inset Foot
35746 status collapsed
35747
35748 \begin_layout Plain Layout
35749 véase 
35750 \begin_inset CommandInset ref
35751 LatexCommand ref
35752 reference "sub:Operadores-binarios"
35753
35754 \end_inset
35755
35756
35757 \end_layout
35758
35759 \end_inset
35760
35761  continuamente, porque este carácter está definido en todas las codificaciones
35762  como carácter de texto.
35763  Pero la codificación se puede cambiar con la línea de preámbulo LaTeX:
35764 \end_layout
35765
35766 \begin_layout Standard
35767
35768 \series bold
35769
35770 \backslash
35771 Declare Inputtext{183}{
35772 \backslash
35773 ifmmode
35774 \backslash
35775 cdot
35776 \backslash
35777 else
35778 \backslash
35779 textperiodcentered
35780 \backslash
35781 f\SpecialChar \textcompwordmark{}
35782 i}
35783 \end_layout
35784
35785 \begin_layout Standard
35786 La codificación de caracteres (menú 
35787 \family sans
35788 Documento\SpecialChar \menuseparator
35789 Configuración\SpecialChar \menuseparator
35790 Idioma
35791 \family default
35792 ) especifica el carácter que se muestra al pulsar una tecla.
35793  Si se pulsa la tecla para el carácter '·', se usa internamente el comando
35794  
35795 \series bold
35796
35797 \backslash
35798 textperiodcentered
35799 \series default
35800 .
35801  Pero este comando no está disponible en ecuaciones así que obtendrías errores
35802  de LaTeX.
35803  Con la codificación cambiada se escoge automáticamente el comando correcto,
35804  dependiendo de si el carácter se ha insertado en una ecuación o no.
35805 \end_layout
35806
35807 \begin_layout Standard
35808 La codificación de diversos caracteres se guarda en archivos de definición.
35809  Por ejemplo la codificación 
35810 \series bold
35811 latin9
35812 \series default
35813  se define en el archivo 
35814 \series bold
35815 latin9.def
35816 \series default
35817  que está en el directorio de LaTeX.
35818  La codificación sólo debería cambiarse en el preámbulo LaTeX y no en el
35819  archivo de definición, de lo contrario nuestros documentos no podrían ser
35820  editados en otros ordenadores.
35821 \begin_inset VSpace medskip
35822 \end_inset
35823
35824
35825 \end_layout
35826
35827 \begin_layout Standard
35828 Además del punto centrado, en este documento se ha definido el símbolo grado
35829  ° con la siguiente línea de preámbulo LaTeX, para que se pueda insertar
35830  directamente en una fórmula:
35831 \end_layout
35832
35833 \begin_layout Standard
35834
35835 \series bold
35836
35837 \backslash
35838 DeclareInputtext{176}{
35839 \backslash
35840 ifmmode^
35841 \backslash
35842 circ
35843 \backslash
35844 else
35845 \backslash
35846 textdegree
35847 \backslash
35848 f\SpecialChar \textcompwordmark{}
35849 i}
35850 \begin_inset Newpage newpage
35851 \end_inset
35852
35853
35854 \end_layout
35855
35856 \begin_layout Section
35857 \start_of_appendix
35858 Notas sobre tipografía
35859 \begin_inset Index idx
35860 status collapsed
35861
35862 \begin_layout Plain Layout
35863 Tipografía, normas
35864 \end_layout
35865
35866 \end_inset
35867
35868
35869 \end_layout
35870
35871 \begin_layout Standard
35872 Esta sección es un resumen de las normas tipográficas ISO más importantes.
35873 \begin_inset Foot
35874 status collapsed
35875
35876 \begin_layout Plain Layout
35877 Este compendio se ha tomado parcialmente del diccionario semi-oficial alemán
35878  
35879 \begin_inset Quotes fld
35880 \end_inset
35881
35882 Duden
35883 \begin_inset Quotes frd
35884 \end_inset
35885
35886  
35887 \begin_inset CommandInset citation
35888 LatexCommand cite
35889 key "Duden"
35890
35891 \end_inset
35892
35893 , que incluye algunas de las normas ISO.
35894  
35895 \begin_inset Newline newline
35896 \end_inset
35897
35898 (
35899 \emph on
35900 N.
35901 \begin_inset space \thinspace{}
35902 \end_inset
35903
35904 del t.
35905 \emph default
35906 : Para documentación en español sobre el tema, véase 
35907 \begin_inset CommandInset citation
35908 LatexCommand cite
35909 key "Bezos"
35910
35911 \end_inset
35912
35913 .)
35914 \end_layout
35915
35916 \end_inset
35917
35918
35919 \end_layout
35920
35921 \begin_layout Itemize
35922 Las unidades físicas se escriben 
35923 \emph on
35924 siempre 
35925 \emph default
35926 en redonda
35927 \begin_inset Foot
35928 status collapsed
35929
35930 \begin_layout Plain Layout
35931 véase estilos de tipografías en 
35932 \begin_inset CommandInset ref
35933 LatexCommand ref
35934 reference "sub:Estilos-de-tipografías"
35935
35936 \end_inset
35937
35938
35939 \end_layout
35940
35941 \end_inset
35942
35943 , aunque aparezcan en un texto en cursiva: 30
35944 \begin_inset space \thinspace{}
35945 \end_inset
35946
35947 km/h
35948 \begin_inset Newline newline
35949 \end_inset
35950
35951 Entre el valor y la unidad hay un espacio delgado, véase 
35952 \begin_inset CommandInset ref
35953 LatexCommand ref
35954 reference "sub:Espacio-predefinido"
35955
35956 \end_inset
35957
35958 .
35959 \begin_inset Newline newline
35960 \end_inset
35961
35962 Esta norma la cumple automáticamente el comando 
35963 \series bold
35964
35965 \backslash
35966 unittwo
35967 \series default
35968 .
35969  Si se introduce en una fórmula aparecen dos marcos.
35970  En el primero se inserta el valor y en el segundo la unidad, y se obtiene,
35971  como antes, 
35972 \begin_inset Formula $\unit[30]{km/h}$
35973 \end_inset
35974
35975
35976 \begin_inset space \thinspace{}
35977 \end_inset
35978
35979 .
35980  Ten en cuenta que 
35981 \series bold
35982
35983 \backslash
35984 unittwo
35985 \series default
35986  no es un auténtico comando LaTeX, sino el comando 
35987 \series bold
35988
35989 \backslash
35990 unit[value]{unit}
35991 \series default
35992 , por tanto no lo puedes usar en código TeX.
35993 \end_layout
35994
35995 \begin_layout Itemize
35996 Los signos por ciento y por mil se escriben como las unidades físicas:
35997 \begin_inset Newline newline
35998 \end_inset
35999
36000 1,2
36001 \begin_inset space \thinspace{}
36002 \end_inset
36003
36004 ‰ de alcohol en sangre.
36005 \end_layout
36006
36007 \begin_layout Itemize
36008 El símbolo grado sigue directamente al valor: 15°, excepto si acompaña a
36009  otra unidad: 15
36010 \begin_inset space \thinspace{}
36011 \end_inset
36012
36013 °C
36014 \end_layout
36015
36016 \begin_layout Itemize
36017 En números con más de cuatro dígitos se inserta un espacio delgado para
36018  separarlos en grupos de tres cifras: 18
36019 \begin_inset space \thinspace{}
36020 \end_inset
36021
36022 473
36023 \begin_inset space \thinspace{}
36024 \end_inset
36025
36026 588
36027 \end_layout
36028
36029 \begin_layout Itemize
36030 Para dimensiones como 120×90×40
36031 \begin_inset space \thinspace{}
36032 \end_inset
36033
36034 cm se usa el aspa de multiplicar 
36035 \begin_inset Quotes fld
36036 \end_inset
36037
36038 ×
36039 \begin_inset Quotes frd
36040 \end_inset
36041
36042 .
36043  Está disponible en el menú 
36044 \family sans
36045 Insertar\SpecialChar \menuseparator
36046 Carácter especial
36047 \family default
36048 \SpecialChar \menuseparator
36049
36050 \family sans
36051 Símbolos
36052 \family default
36053  o bien mediante el comando 
36054 \series bold
36055
36056 \backslash
36057 times
36058 \series default
36059 .
36060  Se puede insertar directamente con cierta combinación de teclas.
36061 \end_layout
36062
36063 \begin_layout Itemize
36064 Las funciones con nombres que constan de varias letras se escriben en redonda
36065  para evitar confusiones, véase 
36066 \begin_inset CommandInset ref
36067 LatexCommand ref
36068 reference "sub:Funciones-predefinidas"
36069
36070 \end_inset
36071
36072 .
36073 \end_layout
36074
36075 \begin_layout Itemize
36076 Los índices que constan de varias letras se escriben en redonda: 
36077 \begin_inset Formula $E_{\mathrm{cin}}$
36078 \end_inset
36079
36080
36081 \begin_inset Newline newline
36082 \end_inset
36083
36084 Los componentes de una matriz se escriben en cursiva: 
36085 \begin_inset Formula $\hat{H}_{kl}$
36086 \end_inset
36087
36088
36089 \end_layout
36090
36091 \begin_layout Itemize
36092 El operador de diferenciación/integración 'd', el número de Euler 'e' y
36093  el número imaginario 'i' deberían escribirse en redonda para evitar confundirlo
36094 s con otras variables.
36095 \end_layout
36096
36097 \begin_layout Itemize
36098 El carácter que indica una transformación 
36099 \noun on
36100 Fourier
36101 \noun default
36102  se inserta con el comando 
36103 \series bold
36104
36105 \backslash
36106 mathscr
36107 \begin_inset space \textvisiblespace{}
36108 \end_inset
36109
36110 F
36111 \series default
36112  o mediante el menú
36113 \family sans
36114  Insertar\SpecialChar \menuseparator
36115 Carácter especial
36116 \family default
36117 \SpecialChar \menuseparator
36118
36119 \family sans
36120 Símbolos\SpecialChar \menuseparator
36121 Símbolos de letra
36122 \family default
36123
36124 \begin_inset Formula $\mathscr{F}$
36125 \end_inset
36126
36127
36128 \end_layout
36129
36130 \begin_layout Standard
36131 \begin_inset Newpage newpage
36132 \end_inset
36133
36134
36135 \end_layout
36136
36137 \begin_layout Section
36138 Sinónimos
36139 \begin_inset Index idx
36140 status collapsed
36141
36142 \begin_layout Plain Layout
36143 Sinónimos
36144 \end_layout
36145
36146 \end_inset
36147
36148
36149 \end_layout
36150
36151 \begin_layout Standard
36152 Algunos caracteres y símbolos se pueden componer con varios comandos sinónimos
36153  como los que se recogen en esta lista:
36154 \begin_inset Foot
36155 status collapsed
36156
36157 \begin_layout Plain Layout
36158 véase también 
36159 \begin_inset CommandInset ref
36160 LatexCommand ref
36161 reference "fn:sinónimos"
36162
36163 \end_inset
36164
36165 .
36166 \end_layout
36167
36168 \end_inset
36169
36170
36171 \end_layout
36172
36173 \begin_layout Standard
36174 \begin_inset VSpace bigskip
36175 \end_inset
36176
36177
36178 \begin_inset space \hfill{}
36179 \end_inset
36180
36181
36182 \begin_inset Tabular
36183 <lyxtabular version="3" rows="12" columns="2">
36184 <features rotate="0" tabularvalignment="middle">
36185 <column alignment="center" valignment="top" width="0pt">
36186 <column alignment="center" valignment="top" width="0pt">
36187 <row>
36188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36189 \begin_inset Text
36190
36191 \begin_layout Plain Layout
36192 Comando
36193 \end_layout
36194
36195 \end_inset
36196 </cell>
36197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36198 \begin_inset Text
36199
36200 \begin_layout Plain Layout
36201 equivalente a
36202 \begin_inset Note Note
36203 status collapsed
36204
36205 \begin_layout Plain Layout
36206
36207 \series bold
36208
36209 \backslash
36210 raisebox
36211 \series default
36212  se usa sólo como espaciador
36213 \end_layout
36214
36215 \end_inset
36216
36217
36218 \end_layout
36219
36220 \end_inset
36221 </cell>
36222 </row>
36223 <row>
36224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36225 \begin_inset Text
36226
36227 \begin_layout Plain Layout
36228
36229 \backslash
36230 ast
36231 \end_layout
36232
36233 \end_inset
36234 </cell>
36235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36236 \begin_inset Text
36237
36238 \begin_layout Plain Layout
36239 \begin_inset ERT
36240 status collapsed
36241
36242 \begin_layout Plain Layout
36243
36244
36245 \backslash
36246 raisebox{-1.2mm}{
36247 \end_layout
36248
36249 \end_inset
36250
36251 *
36252 \begin_inset ERT
36253 status collapsed
36254
36255 \begin_layout Plain Layout
36256
36257 }
36258 \end_layout
36259
36260 \end_inset
36261
36262
36263 \end_layout
36264
36265 \end_inset
36266 </cell>
36267 </row>
36268 <row>
36269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36270 \begin_inset Text
36271
36272 \begin_layout Plain Layout
36273
36274 \backslash
36275 choose
36276 \end_layout
36277
36278 \end_inset
36279 </cell>
36280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36281 \begin_inset Text
36282
36283 \begin_layout Plain Layout
36284
36285 \backslash
36286 binom
36287 \end_layout
36288
36289 \end_inset
36290 </cell>
36291 </row>
36292 <row>
36293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36294 \begin_inset Text
36295
36296 \begin_layout Plain Layout
36297
36298 \backslash
36299 geq
36300 \end_layout
36301
36302 \end_inset
36303 </cell>
36304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36305 \begin_inset Text
36306
36307 \begin_layout Plain Layout
36308
36309 \backslash
36310 ge
36311 \end_layout
36312
36313 \end_inset
36314 </cell>
36315 </row>
36316 <row>
36317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36318 \begin_inset Text
36319
36320 \begin_layout Plain Layout
36321
36322 \backslash
36323 lbrace
36324 \end_layout
36325
36326 \end_inset
36327 </cell>
36328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36329 \begin_inset Text
36330
36331 \begin_layout Plain Layout
36332 {
36333 \end_layout
36334
36335 \end_inset
36336 </cell>
36337 </row>
36338 <row>
36339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36340 \begin_inset Text
36341
36342 \begin_layout Plain Layout
36343
36344 \backslash
36345 lbracket
36346 \end_layout
36347
36348 \end_inset
36349 </cell>
36350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36351 \begin_inset Text
36352
36353 \begin_layout Plain Layout
36354 [
36355 \end_layout
36356
36357 \end_inset
36358 </cell>
36359 </row>
36360 <row>
36361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36362 \begin_inset Text
36363
36364 \begin_layout Plain Layout
36365
36366 \backslash
36367 leftarrow
36368 \end_layout
36369
36370 \end_inset
36371 </cell>
36372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36373 \begin_inset Text
36374
36375 \begin_layout Plain Layout
36376
36377 \backslash
36378 gets
36379 \end_layout
36380
36381 \end_inset
36382 </cell>
36383 </row>
36384 <row>
36385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36386 \begin_inset Text
36387
36388 \begin_layout Plain Layout
36389
36390 \backslash
36391 leq
36392 \end_layout
36393
36394 \end_inset
36395 </cell>
36396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36397 \begin_inset Text
36398
36399 \begin_layout Plain Layout
36400
36401 \backslash
36402 le
36403 \end_layout
36404
36405 \end_inset
36406 </cell>
36407 </row>
36408 <row>
36409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36410 \begin_inset Text
36411
36412 \begin_layout Plain Layout
36413
36414 \backslash
36415 lor
36416 \end_layout
36417
36418 \end_inset
36419 </cell>
36420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36421 \begin_inset Text
36422
36423 \begin_layout Plain Layout
36424
36425 \backslash
36426 vee
36427 \end_layout
36428
36429 \end_inset
36430 </cell>
36431 </row>
36432 <row>
36433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36434 \begin_inset Text
36435
36436 \begin_layout Plain Layout
36437
36438 \backslash
36439 neq
36440 \end_layout
36441
36442 \end_inset
36443 </cell>
36444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36445 \begin_inset Text
36446
36447 \begin_layout Plain Layout
36448
36449 \backslash
36450 not=
36451 \end_layout
36452
36453 \end_inset
36454 </cell>
36455 </row>
36456 <row>
36457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36458 \begin_inset Text
36459
36460 \begin_layout Plain Layout
36461
36462 \backslash
36463 slash
36464 \end_layout
36465
36466 \end_inset
36467 </cell>
36468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36469 \begin_inset Text
36470
36471 \begin_layout Plain Layout
36472 /
36473 \end_layout
36474
36475 \end_inset
36476 </cell>
36477 </row>
36478 <row>
36479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36480 \begin_inset Text
36481
36482 \begin_layout Plain Layout
36483
36484 \backslash
36485 vert
36486 \end_layout
36487
36488 \end_inset
36489 </cell>
36490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36491 \begin_inset Text
36492
36493 \begin_layout Plain Layout
36494 |
36495 \end_layout
36496
36497 \end_inset
36498 </cell>
36499 </row>
36500 </lyxtabular>
36501
36502 \end_inset
36503
36504
36505 \begin_inset space \hfill{}
36506 \end_inset
36507
36508
36509 \begin_inset Tabular
36510 <lyxtabular version="3" rows="12" columns="2">
36511 <features rotate="0" tabularvalignment="middle">
36512 <column alignment="center" valignment="top" width="0pt">
36513 <column alignment="center" valignment="top" width="0pt">
36514 <row>
36515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36516 \begin_inset Text
36517
36518 \begin_layout Plain Layout
36519 Comando
36520 \end_layout
36521
36522 \end_inset
36523 </cell>
36524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36525 \begin_inset Text
36526
36527 \begin_layout Plain Layout
36528 equivalente a
36529 \end_layout
36530
36531 \end_inset
36532 </cell>
36533 </row>
36534 <row>
36535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36536 \begin_inset Text
36537
36538 \begin_layout Plain Layout
36539
36540 \backslash
36541 backslash
36542 \end_layout
36543
36544 \end_inset
36545 </cell>
36546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36547 \begin_inset Text
36548
36549 \begin_layout Plain Layout
36550
36551 \backslash
36552
36553 \backslash
36554
36555 \end_layout
36556
36557 \end_inset
36558 </cell>
36559 </row>
36560 <row>
36561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36562 \begin_inset Text
36563
36564 \begin_layout Plain Layout
36565
36566 \backslash
36567 dasharrow
36568 \end_layout
36569
36570 \end_inset
36571 </cell>
36572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36573 \begin_inset Text
36574
36575 \begin_layout Plain Layout
36576
36577 \backslash
36578 dashrightarrow
36579 \end_layout
36580
36581 \end_inset
36582 </cell>
36583 </row>
36584 <row>
36585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36586 \begin_inset Text
36587
36588 \begin_layout Plain Layout
36589
36590 \backslash
36591 land
36592 \end_layout
36593
36594 \end_inset
36595 </cell>
36596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36597 \begin_inset Text
36598
36599 \begin_layout Plain Layout
36600
36601 \backslash
36602 wedge
36603 \end_layout
36604
36605 \end_inset
36606 </cell>
36607 </row>
36608 <row>
36609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36610 \begin_inset Text
36611
36612 \begin_layout Plain Layout
36613
36614 \backslash
36615 rbrace
36616 \end_layout
36617
36618 \end_inset
36619 </cell>
36620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36621 \begin_inset Text
36622
36623 \begin_layout Plain Layout
36624 }
36625 \end_layout
36626
36627 \end_inset
36628 </cell>
36629 </row>
36630 <row>
36631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36632 \begin_inset Text
36633
36634 \begin_layout Plain Layout
36635
36636 \backslash
36637 rbracket
36638 \end_layout
36639
36640 \end_inset
36641 </cell>
36642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36643 \begin_inset Text
36644
36645 \begin_layout Plain Layout
36646 ]
36647 \end_layout
36648
36649 \end_inset
36650 </cell>
36651 </row>
36652 <row>
36653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36654 \begin_inset Text
36655
36656 \begin_layout Plain Layout
36657
36658 \backslash
36659 rightarrow
36660 \end_layout
36661
36662 \end_inset
36663 </cell>
36664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36665 \begin_inset Text
36666
36667 \begin_layout Plain Layout
36668
36669 \backslash
36670 to
36671 \end_layout
36672
36673 \end_inset
36674 </cell>
36675 </row>
36676 <row>
36677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36678 \begin_inset Text
36679
36680 \begin_layout Plain Layout
36681
36682 \backslash
36683 lnot
36684 \end_layout
36685
36686 \end_inset
36687 </cell>
36688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36689 \begin_inset Text
36690
36691 \begin_layout Plain Layout
36692
36693 \backslash
36694 neg
36695 \end_layout
36696
36697 \end_inset
36698 </cell>
36699 </row>
36700 <row>
36701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36702 \begin_inset Text
36703
36704 \begin_layout Plain Layout
36705
36706 \backslash
36707 ne
36708 \end_layout
36709
36710 \end_inset
36711 </cell>
36712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36713 \begin_inset Text
36714
36715 \begin_layout Plain Layout
36716
36717 \backslash
36718 not=
36719 \end_layout
36720
36721 \end_inset
36722 </cell>
36723 </row>
36724 <row>
36725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36726 \begin_inset Text
36727
36728 \begin_layout Plain Layout
36729
36730 \backslash
36731 owns
36732 \end_layout
36733
36734 \end_inset
36735 </cell>
36736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36737 \begin_inset Text
36738
36739 \begin_layout Plain Layout
36740
36741 \backslash
36742 ni
36743 \end_layout
36744
36745 \end_inset
36746 </cell>
36747 </row>
36748 <row>
36749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36750 \begin_inset Text
36751
36752 \begin_layout Plain Layout
36753
36754 \backslash
36755 square
36756 \end_layout
36757
36758 \end_inset
36759 </cell>
36760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36761 \begin_inset Text
36762
36763 \begin_layout Plain Layout
36764
36765 \backslash
36766 Box
36767 \end_layout
36768
36769 \end_inset
36770 </cell>
36771 </row>
36772 <row>
36773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36774 \begin_inset Text
36775
36776 \begin_layout Plain Layout
36777
36778 \backslash
36779 Vert
36780 \end_layout
36781
36782 \end_inset
36783 </cell>
36784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36785 \begin_inset Text
36786
36787 \begin_layout Plain Layout
36788
36789 \backslash
36790 |
36791 \end_layout
36792
36793 \end_inset
36794 </cell>
36795 </row>
36796 </lyxtabular>
36797
36798 \end_inset
36799
36800
36801 \begin_inset space \hfill{}
36802 \end_inset
36803
36804
36805 \end_layout
36806
36807 \begin_layout Standard
36808 \begin_inset Newpage newpage
36809 \end_inset
36810
36811
36812 \end_layout
36813
36814 \begin_layout Bibliography
36815 \begin_inset CommandInset bibitem
36816 LatexCommand bibitem
36817 key "TLC2"
36818
36819 \end_inset
36820
36821
36822 \shape smallcaps
36823 Mittelbach, F.
36824  ; Goossens, M.
36825 \shape default
36826
36827 \shape italic
36828 The LaTeX Companion
36829 \shape default
36830 .
36831  Addison Wesley, 2004
36832 \end_layout
36833
36834 \begin_layout Bibliography
36835 \begin_inset CommandInset bibitem
36836 LatexCommand bibitem
36837 key "Mathmode"
36838
36839 \end_inset
36840
36841
36842 \begin_inset CommandInset href
36843 LatexCommand href
36844 name "Descripción"
36845 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36846
36847 \end_inset
36848
36849  de habilidades matemáticas de LaTeX
36850 \end_layout
36851
36852 \begin_layout Bibliography
36853 \begin_inset CommandInset bibitem
36854 LatexCommand bibitem
36855 key "AMS"
36856
36857 \end_inset
36858
36859
36860 \begin_inset CommandInset href
36861 LatexCommand href
36862 name "Descripción"
36863 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36864
36865 \end_inset
36866
36867  de 
36868 \begin_inset ERT
36869 status collapsed
36870
36871 \begin_layout Plain Layout
36872
36873
36874 \backslash
36875 AmS
36876 \end_layout
36877
36878 \end_inset
36879
36880 -LaTeX
36881 \end_layout
36882
36883 \begin_layout Bibliography
36884 \begin_inset CommandInset bibitem
36885 LatexCommand bibitem
36886 key "Symbols"
36887
36888 \end_inset
36889
36890
36891 \begin_inset CommandInset href
36892 LatexCommand href
36893 name "Lista"
36894 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36895
36896 \end_inset
36897
36898  de todos los símbolos disponibles con paquetes LaTeX
36899 \end_layout
36900
36901 \begin_layout Bibliography
36902 \begin_inset CommandInset bibitem
36903 LatexCommand bibitem
36904 key "cancel"
36905
36906 \end_inset
36907
36908
36909 \begin_inset CommandInset href
36910 LatexCommand href
36911 name "Documentación"
36912 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36913
36914 \end_inset
36915
36916  del paquete LaTeX 
36917 \series bold
36918 cancel
36919 \series default
36920
36921 \begin_inset Index idx
36922 status collapsed
36923
36924 \begin_layout Plain Layout
36925 Paquetes ! cancel
36926 \end_layout
36927
36928 \end_inset
36929
36930
36931 \end_layout
36932
36933 \begin_layout Bibliography
36934 \begin_inset CommandInset bibitem
36935 LatexCommand bibitem
36936 key "hyperref"
36937
36938 \end_inset
36939
36940
36941 \begin_inset CommandInset href
36942 LatexCommand href
36943 name "Documentación"
36944 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36945
36946 \end_inset
36947
36948  del paquete LaTeX 
36949 \series bold
36950 hyperref
36951 \series default
36952
36953 \begin_inset Index idx
36954 status collapsed
36955
36956 \begin_layout Plain Layout
36957 Paquetes ! hyperref
36958 \end_layout
36959
36960 \end_inset
36961
36962
36963 \end_layout
36964
36965 \begin_layout Bibliography
36966 \begin_inset CommandInset bibitem
36967 LatexCommand bibitem
36968 key "mhchem"
36969
36970 \end_inset
36971
36972
36973 \begin_inset CommandInset href
36974 LatexCommand href
36975 name "Documentación"
36976 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
36977
36978 \end_inset
36979
36980  del paquete LaTeX 
36981 \series bold
36982 mhchem
36983 \series default
36984
36985 \begin_inset Index idx
36986 status collapsed
36987
36988 \begin_layout Plain Layout
36989 Paquetes ! mhchem
36990 \end_layout
36991
36992 \end_inset
36993
36994
36995 \end_layout
36996
36997 \begin_layout Bibliography
36998 \begin_inset CommandInset bibitem
36999 LatexCommand bibitem
37000 key "Mathclap"
37001
37002 \end_inset
37003
37004
37005 \begin_inset CommandInset href
37006 LatexCommand href
37007 name "Descripción"
37008 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37009
37010 \end_inset
37011
37012  del comando 
37013 \series bold
37014
37015 \backslash
37016 mathclap
37017 \series default
37018 , descrito en 
37019 \begin_inset CommandInset ref
37020 LatexCommand ref
37021 reference "sub:Límites-de-operadores"
37022
37023 \end_inset
37024
37025
37026 \begin_inset Index idx
37027 status collapsed
37028
37029 \begin_layout Plain Layout
37030 Comandos ! M ! 
37031 \backslash
37032 mathclap
37033 \end_layout
37034
37035 \end_inset
37036
37037
37038 \end_layout
37039
37040 \begin_layout Bibliography
37041 \begin_inset CommandInset bibitem
37042 LatexCommand bibitem
37043 key "Duden"
37044
37045 \end_inset
37046
37047
37048 \emph on
37049 Duden Band 1
37050 \emph default
37051 .
37052  22.
37053  Auflage, Duden 2001
37054 \end_layout
37055
37056 \begin_layout Bibliography
37057 \begin_inset CommandInset bibitem
37058 LatexCommand bibitem
37059 key "spanish"
37060
37061 \end_inset
37062
37063
37064 \begin_inset CommandInset href
37065 LatexCommand href
37066 name "Página web"
37067 target "http://www.tex-tipografia.com/spanish.html"
37068
37069 \end_inset
37070
37071  del estilo 
37072 \series bold
37073 spanish
37074 \family sans
37075 \series default
37076  
37077 \family default
37078 incluido en el paquete 
37079 \series bold
37080 babel
37081 \end_layout
37082
37083 \begin_layout Bibliography
37084 \begin_inset CommandInset bibitem
37085 LatexCommand bibitem
37086 key "Bezos"
37087
37088 \end_inset
37089
37090
37091 \begin_inset CommandInset href
37092 LatexCommand href
37093 name "Documento"
37094 target "http://www.tex-tipografia.com/archive/ortomatem.pdf"
37095
37096 \end_inset
37097
37098  sobre ortotipografía y notaciones matemáticas en español
37099 \end_layout
37100
37101 \begin_layout Standard
37102 \begin_inset CommandInset index_print
37103 LatexCommand printindex
37104 type "idx"
37105
37106 \end_inset
37107
37108
37109 \end_layout
37110
37111 \end_body
37112 \end_document